|
|
|
1 | 2024-12-18T20:53:43.774Z | job assigned to worker 01JFDRPTN93264BQYF3S02J93D [factory aws, i-0ade3904838a392ca] (queued for 2 m 51 s) |
|
2 | 2024-12-18T20:53:51.987Z | starting task 0: "setup" |
3 | 2024-12-18T20:53:51.996Z | ++ uname -s |
4 | 2024-12-18T20:53:51.999Z | + kern=SunOS |
5 | 2024-12-18T20:53:51.999Z | + case "$kern" in |
6 | 2024-12-18T20:53:51.999Z | + groupadd -g 12345 build |
7 | 2024-12-18T20:53:51.999Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-18T20:53:54.006Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-18T20:53:54.171Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-18T20:53:54.174Z | + home_fs=zfs |
11 | 2024-12-18T20:53:54.174Z | + [[ zfs == autofs ]] |
12 | 2024-12-18T20:53:54.174Z | + mkdir -p /home/build |
13 | 2024-12-18T20:53:54.177Z | + chown build:build /home/build /work |
14 | 2024-12-18T20:53:56.178Z | + chmod 0700 /home/build /work |
15 | 2024-12-18T20:53:56.181Z | process exited: duration 4194 ms, exit code 0 |
|
16 | 2024-12-18T20:53:56.186Z | starting task 1: "rust-toolchain" |
17 | 2024-12-18T20:53:56.192Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-18T20:53:56.192Z | ' 1.81.0 |
19 | 2024-12-18T20:53:56.192Z | * toolchain channel = "1.81.0" |
20 | 2024-12-18T20:53:56.192Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-18T20:53:56.192Z | ' default |
22 | 2024-12-18T20:53:56.192Z | * toolchain profile = "default" |
23 | 2024-12-18T20:53:56.195Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-18T20:53:56.195Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-18T20:53:56.309Z | info: downloading installer |
26 | 2024-12-18T20:53:57.772Z | info: profile set to 'default' |
27 | 2024-12-18T20:53:57.772Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-18T20:53:57.776Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-18T20:53:57.908Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-18T20:53:57.908Z | info: downloading component 'cargo' |
31 | 2024-12-18T20:53:58.605Z | info: downloading component 'clippy' |
32 | 2024-12-18T20:53:58.953Z | info: downloading component 'rust-docs' |
33 | 2024-12-18T20:53:59.924Z | info: downloading component 'rust-std' |
34 | 2024-12-18T20:54:01.473Z | info: downloading component 'rustc' |
35 | 2024-12-18T20:54:07.106Z | info: downloading component 'rustfmt' |
36 | 2024-12-18T20:54:07.412Z | info: installing component 'cargo' |
37 | 2024-12-18T20:54:08.197Z | info: installing component 'clippy' |
38 | 2024-12-18T20:54:08.552Z | info: installing component 'rust-docs' |
39 | 2024-12-18T20:54:10.138Z | info: installing component 'rust-std' |
40 | 2024-12-18T20:54:11.834Z | info: installing component 'rustc' |
41 | 2024-12-18T20:54:17.388Z | info: installing component 'rustfmt' |
42 | 2024-12-18T20:54:17.709Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-18T20:54:17.710Z | |
44 | 2024-12-18T20:54:18.077Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-18T20:54:18.077Z | |
46 | 2024-12-18T20:54:18.079Z | |
47 | 2024-12-18T20:54:18.079Z | Rust is installed now. Great! |
48 | 2024-12-18T20:54:18.079Z | |
49 | 2024-12-18T20:54:18.079Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-18T20:54:18.079Z | environment variable. This has not been done automatically. |
51 | 2024-12-18T20:54:18.079Z | |
52 | 2024-12-18T20:54:18.079Z | To configure your current shell, you need to source |
53 | 2024-12-18T20:54:18.079Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-18T20:54:18.079Z | |
55 | 2024-12-18T20:54:18.079Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-18T20:54:18.079Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-18T20:54:18.079Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-18T20:54:18.144Z | + rustc --version |
59 | 2024-12-18T20:54:18.211Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-18T20:54:18.214Z | process exited: duration 22022 ms, exit code 0 |
|
61 | 2024-12-18T20:54:18.219Z | starting task 2: "authentication" |
62 | 2024-12-18T20:54:18.241Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-18T20:54:18.246Z | starting task 3: "clone repository" |
64 | 2024-12-18T20:54:18.251Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-18T20:54:18.253Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-18T20:54:18.587Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-18T20:54:25.067Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-18T20:54:25.068Z | + git fetch origin 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c |
69 | 2024-12-18T20:54:25.439Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-18T20:54:25.439Z | * branch 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c -> FETCH_HEAD |
71 | 2024-12-18T20:54:25.450Z | + [[ -n wc/mgs-taskdump ]] |
72 | 2024-12-18T20:54:25.453Z | ++ git branch --show-current |
73 | 2024-12-18T20:54:25.455Z | + current=main |
74 | 2024-12-18T20:54:25.455Z | + [[ main != wc/mgs-taskdump ]] |
75 | 2024-12-18T20:54:25.455Z | + git branch -f wc/mgs-taskdump 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c |
76 | 2024-12-18T20:54:25.458Z | + git checkout -f wc/mgs-taskdump |
77 | 2024-12-18T20:54:25.527Z | Switched to branch 'wc/mgs-taskdump' |
78 | 2024-12-18T20:54:25.530Z | + git reset --hard 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c |
79 | 2024-12-18T20:54:25.595Z | HEAD is now at 8b13de1f0 Add task-dump endpoints to MGS |
80 | 2024-12-18T20:54:25.598Z | process exited: duration 7348 ms, exit code 0 |
|
81 | 2024-12-18T20:54:25.606Z | starting task 4: "build" |
82 | 2024-12-18T20:54:25.609Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-18T20:54:25.609Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-18T20:54:25.609Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-18T20:54:25.612Z | + cargo --version |
86 | 2024-12-18T20:54:25.665Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-18T20:54:25.668Z | + rustc --version |
88 | 2024-12-18T20:54:25.727Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-18T20:54:25.730Z | + cargo tree --locked |
90 | 2024-12-18T20:54:25.988Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-18T20:54:26.330Z | Updating crates.io index |
92 | 2024-12-18T20:54:26.332Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-18T20:54:26.981Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-18T20:54:27.235Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-18T20:54:27.490Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-18T20:54:27.782Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-18T20:54:28.670Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-18T20:54:30.240Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-18T20:54:30.900Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-18T20:54:31.695Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-18T20:54:32.002Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-18T20:54:32.388Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-18T20:54:33.032Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-18T20:54:33.316Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-18T20:54:33.686Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-18T20:54:33.983Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-18T20:54:34.228Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-18T20:54:34.506Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-18T20:54:34.810Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-18T20:54:35.101Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-18T20:54:35.459Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-18T20:54:35.835Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-18T20:54:36.319Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-18T20:54:36.598Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-18T20:54:37.070Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-18T20:54:37.502Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-18T20:54:37.805Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-18T20:54:38.072Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-18T20:54:38.353Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-18T20:54:39.900Z | Downloading crates ... |
121 | 2024-12-18T20:54:39.998Z | Downloaded aead v0.5.2 |
122 | 2024-12-18T20:54:40.001Z | Downloaded adler2 v2.0.0 |
123 | 2024-12-18T20:54:40.005Z | Downloaded addr2line v0.24.2 |
124 | 2024-12-18T20:54:40.016Z | Downloaded escape8259 v0.5.3 |
125 | 2024-12-18T20:54:40.028Z | Downloaded event-listener-strategy v0.5.2 |
126 | 2024-12-18T20:54:40.030Z | Downloaded errno v0.3.9 |
127 | 2024-12-18T20:54:40.033Z | Downloaded event-listener v2.5.3 |
128 | 2024-12-18T20:54:40.035Z | Downloaded ciborium v0.2.2 |
129 | 2024-12-18T20:54:40.038Z | Downloaded foreign-types-shared v0.3.1 |
130 | 2024-12-18T20:54:40.047Z | Downloaded fxhash v0.2.1 |
131 | 2024-12-18T20:54:40.049Z | Downloaded anstyle-parse v0.2.5 |
132 | 2024-12-18T20:54:40.052Z | Downloaded headers-core v0.3.0 |
133 | 2024-12-18T20:54:40.055Z | Downloaded foreign-types v0.3.2 |
134 | 2024-12-18T20:54:40.055Z | Downloaded arrayref v0.3.9 |
135 | 2024-12-18T20:54:40.060Z | Downloaded ahash v0.8.11 |
136 | 2024-12-18T20:54:40.064Z | Downloaded hubpack_derive v0.1.1 |
137 | 2024-12-18T20:54:40.064Z | Downloaded event-listener v5.3.1 |
138 | 2024-12-18T20:54:40.064Z | Downloaded assert_matches v1.5.0 |
139 | 2024-12-18T20:54:40.068Z | Downloaded http-range v0.1.5 |
140 | 2024-12-18T20:54:40.068Z | Downloaded foreign-types-shared v0.1.1 |
141 | 2024-12-18T20:54:40.071Z | Downloaded generic-array v0.14.7 |
142 | 2024-12-18T20:54:40.071Z | Downloaded fallible-streaming-iterator v0.1.9 |
143 | 2024-12-18T20:54:40.072Z | Downloaded async-stream-impl v0.3.6 |
144 | 2024-12-18T20:54:40.075Z | Downloaded guppy-workspace-hack v0.1.0 |
145 | 2024-12-18T20:54:40.075Z | Downloaded http-body v1.0.1 |
146 | 2024-12-18T20:54:40.075Z | Downloaded futures-timer v3.0.3 |
147 | 2024-12-18T20:54:40.078Z | Downloaded futures-sink v0.3.31 |
148 | 2024-12-18T20:54:40.078Z | Downloaded form_urlencoded v1.2.1 |
149 | 2024-12-18T20:54:40.081Z | Downloaded foreign-types-macros v0.2.3 |
150 | 2024-12-18T20:54:40.081Z | Downloaded hostname v0.4.0 |
151 | 2024-12-18T20:54:40.084Z | Downloaded httpdate v1.0.3 |
152 | 2024-12-18T20:54:40.086Z | Downloaded fragile v2.0.0 |
153 | 2024-12-18T20:54:40.088Z | Downloaded fixedbitset v0.4.2 |
154 | 2024-12-18T20:54:40.091Z | Downloaded humantime v2.1.0 |
155 | 2024-12-18T20:54:40.094Z | Downloaded http-body-util v0.1.2 |
156 | 2024-12-18T20:54:40.096Z | Downloaded atomicwrites v0.4.4 |
157 | 2024-12-18T20:54:40.096Z | Downloaded ascii-canvas v3.0.0 |
158 | 2024-12-18T20:54:40.099Z | Downloaded anstyle v1.0.10 |
159 | 2024-12-18T20:54:40.099Z | Downloaded home v0.5.9 |
160 | 2024-12-18T20:54:40.102Z | Downloaded heck v0.4.1 |
161 | 2024-12-18T20:54:40.102Z | Downloaded anes v0.1.6 |
162 | 2024-12-18T20:54:40.105Z | Downloaded hubpack v0.1.2 |
163 | 2024-12-18T20:54:40.108Z | Downloaded hash32 v0.2.1 |
164 | 2024-12-18T20:54:40.108Z | Downloaded fs-err v2.11.0 |
165 | 2024-12-18T20:54:40.111Z | Downloaded ff v0.13.0 |
166 | 2024-12-18T20:54:40.114Z | Downloaded futures-io v0.3.31 |
167 | 2024-12-18T20:54:40.117Z | Downloaded atomic-waker v1.1.2 |
168 | 2024-12-18T20:54:40.117Z | Downloaded async-signal v0.2.10 |
169 | 2024-12-18T20:54:40.119Z | Downloaded openssl-macros v0.1.1 |
170 | 2024-12-18T20:54:40.122Z | Downloaded num_enum v0.5.11 |
171 | 2024-12-18T20:54:40.127Z | Downloaded hashlink v0.9.1 |
172 | 2024-12-18T20:54:40.129Z | Downloaded hash32 v0.3.1 |
173 | 2024-12-18T20:54:40.132Z | Downloaded hickory-client v0.24.1 |
174 | 2024-12-18T20:54:40.135Z | Downloaded getrandom v0.2.15 |
175 | 2024-12-18T20:54:40.140Z | Downloaded hostname v0.3.1 |
176 | 2024-12-18T20:54:40.142Z | Downloaded heck v0.3.3 |
177 | 2024-12-18T20:54:40.142Z | Downloaded cfg_aliases v0.2.1 |
178 | 2024-12-18T20:54:40.145Z | Downloaded cfg_aliases v0.1.1 |
179 | 2024-12-18T20:54:40.145Z | Downloaded base16ct v0.2.0 |
180 | 2024-12-18T20:54:40.148Z | Downloaded httparse v1.9.5 |
181 | 2024-12-18T20:54:40.153Z | Downloaded pretty-hex v0.2.1 |
182 | 2024-12-18T20:54:40.153Z | Downloaded highway v1.2.0 |
183 | 2024-12-18T20:54:40.156Z | Downloaded bytecount v0.6.8 |
184 | 2024-12-18T20:54:40.159Z | Downloaded olpc-cjson v0.1.4 |
185 | 2024-12-18T20:54:40.159Z | Downloaded hyper-rustls v0.26.0 |
186 | 2024-12-18T20:54:40.162Z | Downloaded httptest v0.16.1 |
187 | 2024-12-18T20:54:40.165Z | Downloaded argon2 v0.5.3 |
188 | 2024-12-18T20:54:40.168Z | Downloaded serde-big-array v0.5.1 |
189 | 2024-12-18T20:54:40.168Z | Downloaded futures-lite v2.3.0 |
190 | 2024-12-18T20:54:40.170Z | Downloaded fallible-iterator v0.2.0 |
191 | 2024-12-18T20:54:40.173Z | Downloaded hyper-rustls v0.27.3 |
192 | 2024-12-18T20:54:40.176Z | Downloaded block-padding v0.3.3 |
193 | 2024-12-18T20:54:40.178Z | Downloaded async-trait v0.1.83 |
194 | 2024-12-18T20:54:40.181Z | Downloaded parse-display v0.10.0 |
195 | 2024-12-18T20:54:40.184Z | Downloaded async-process v2.3.0 |
196 | 2024-12-18T20:54:40.184Z | Downloaded pathdiff v0.2.2 |
197 | 2024-12-18T20:54:40.187Z | Downloaded pbkdf2 v0.11.0 |
198 | 2024-12-18T20:54:40.190Z | Downloaded pbkdf2 v0.12.2 |
199 | 2024-12-18T20:54:40.193Z | Downloaded cexpr v0.6.0 |
200 | 2024-12-18T20:54:40.193Z | Downloaded futures v0.3.31 |
201 | 2024-12-18T20:54:40.198Z | Downloaded time-core v0.1.2 |
202 | 2024-12-18T20:54:40.201Z | Downloaded hmac v0.12.1 |
203 | 2024-12-18T20:54:40.203Z | Downloaded fs_extra v1.3.0 |
204 | 2024-12-18T20:54:40.207Z | Downloaded cbc v0.1.2 |
205 | 2024-12-18T20:54:40.212Z | Downloaded phf_shared v0.11.2 |
206 | 2024-12-18T20:54:40.212Z | Downloaded radium v0.7.0 |
207 | 2024-12-18T20:54:40.212Z | Downloaded quinn-udp v0.5.5 |
208 | 2024-12-18T20:54:40.212Z | Downloaded cargo-platform v0.1.8 |
209 | 2024-12-18T20:54:40.215Z | Downloaded num-integer v0.1.46 |
210 | 2024-12-18T20:54:40.218Z | Downloaded rustc-hash v2.0.0 |
211 | 2024-12-18T20:54:40.222Z | Downloaded chrono-tz-build v0.4.0 |
212 | 2024-12-18T20:54:40.222Z | Downloaded cfg-if v1.0.0 |
213 | 2024-12-18T20:54:40.222Z | Downloaded rustfmt-wrapper v0.2.1 |
214 | 2024-12-18T20:54:40.225Z | Downloaded signal-hook-registry v1.4.2 |
215 | 2024-12-18T20:54:40.225Z | Downloaded signal-hook-mio v0.2.4 |
216 | 2024-12-18T20:54:40.227Z | Downloaded shlex v1.3.0 |
217 | 2024-12-18T20:54:40.230Z | Downloaded untrusted v0.9.0 |
218 | 2024-12-18T20:54:40.232Z | Downloaded strum v0.26.3 |
219 | 2024-12-18T20:54:40.232Z | Downloaded futures-channel v0.3.31 |
220 | 2024-12-18T20:54:40.235Z | Downloaded headers v0.4.0 |
221 | 2024-12-18T20:54:40.240Z | Downloaded half v2.4.1 |
222 | 2024-12-18T20:54:40.245Z | Downloaded yoke-derive v0.7.4 |
223 | 2024-12-18T20:54:40.248Z | Downloaded expectorate v1.1.0 |
224 | 2024-12-18T20:54:40.251Z | Downloaded backoff v0.4.0 |
225 | 2024-12-18T20:54:40.251Z | Downloaded async-io v2.3.4 |
226 | 2024-12-18T20:54:40.255Z | Downloaded want v0.3.1 |
227 | 2024-12-18T20:54:40.258Z | Downloaded proc-macro-error-attr v1.0.4 |
228 | 2024-12-18T20:54:40.258Z | Downloaded unicode-linebreak v0.1.5 |
229 | 2024-12-18T20:54:40.261Z | Downloaded crc v3.2.1 |
230 | 2024-12-18T20:54:40.264Z | Downloaded cargo_metadata v0.18.1 |
231 | 2024-12-18T20:54:40.267Z | Downloaded pin-project-lite v0.2.14 |
232 | 2024-12-18T20:54:40.272Z | Downloaded bzip2 v0.4.4 |
233 | 2024-12-18T20:54:40.274Z | Downloaded cstr-argument v0.1.2 |
234 | 2024-12-18T20:54:40.275Z | Downloaded quote v1.0.37 |
235 | 2024-12-18T20:54:40.277Z | Downloaded pin-project-internal v1.1.6 |
236 | 2024-12-18T20:54:40.280Z | Downloaded signal-hook-tokio v0.3.1 |
237 | 2024-12-18T20:54:40.284Z | Downloaded icu_provider_macros v1.5.0 |
238 | 2024-12-18T20:54:40.284Z | Downloaded cancel-safe-futures v0.1.5 |
239 | 2024-12-18T20:54:40.287Z | Downloaded polyval v0.6.2 |
240 | 2024-12-18T20:54:40.290Z | Downloaded version_check v0.9.5 |
241 | 2024-12-18T20:54:40.294Z | Downloaded strum_macros v0.24.3 |
242 | 2024-12-18T20:54:40.297Z | Downloaded path-tree v0.8.1 |
243 | 2024-12-18T20:54:40.297Z | Downloaded heapless v0.8.0 |
244 | 2024-12-18T20:54:40.300Z | Downloaded diesel_table_macro_syntax v0.2.0 |
245 | 2024-12-18T20:54:40.303Z | Downloaded zerofrom-derive v0.1.4 |
246 | 2024-12-18T20:54:40.303Z | Downloaded fancy-regex v0.13.0 |
247 | 2024-12-18T20:54:40.309Z | Downloaded newline-converter v0.3.0 |
248 | 2024-12-18T20:54:40.312Z | Downloaded zeroize v1.8.1 |
249 | 2024-12-18T20:54:40.312Z | Downloaded cpufeatures v0.2.14 |
250 | 2024-12-18T20:54:40.316Z | Downloaded cobs v0.2.3 |
251 | 2024-12-18T20:54:40.316Z | Downloaded plotters-svg v0.3.7 |
252 | 2024-12-18T20:54:40.320Z | Downloaded threadpool v1.8.1 |
253 | 2024-12-18T20:54:40.320Z | Downloaded matches v0.1.10 |
254 | 2024-12-18T20:54:40.320Z | Downloaded pin-project v1.1.6 |
255 | 2024-12-18T20:54:40.332Z | Downloaded curve25519-dalek-derive v0.1.1 |
256 | 2024-12-18T20:54:40.334Z | Downloaded zone_cfg_derive v0.3.0 |
257 | 2024-12-18T20:54:40.334Z | Downloaded tui-tree-widget v0.22.0 |
258 | 2024-12-18T20:54:40.337Z | Downloaded topological-sort v0.2.2 |
259 | 2024-12-18T20:54:40.337Z | Downloaded password-hash v0.4.2 |
260 | 2024-12-18T20:54:40.340Z | Downloaded number_prefix v0.4.0 |
261 | 2024-12-18T20:54:40.343Z | Downloaded progenitor-client v0.8.0 |
262 | 2024-12-18T20:54:40.343Z | Downloaded num_threads v0.1.7 |
263 | 2024-12-18T20:54:40.347Z | Downloaded ena v0.14.3 |
264 | 2024-12-18T20:54:40.347Z | Downloaded signal-hook v0.3.17 |
265 | 2024-12-18T20:54:40.351Z | Downloaded snafu-derive v0.8.5 |
266 | 2024-12-18T20:54:40.354Z | Downloaded semver v1.0.23 |
267 | 2024-12-18T20:54:40.356Z | Downloaded clap_lex v0.7.2 |
268 | 2024-12-18T20:54:40.356Z | Downloaded papergrid v0.11.0 |
269 | 2024-12-18T20:54:40.362Z | Downloaded newtype-uuid v1.1.3 |
270 | 2024-12-18T20:54:40.365Z | Downloaded base64 v0.13.1 |
271 | 2024-12-18T20:54:40.368Z | Downloaded lzss v0.8.2 |
272 | 2024-12-18T20:54:40.371Z | Downloaded cmake v0.1.51 |
273 | 2024-12-18T20:54:40.373Z | Downloaded digest v0.10.7 |
274 | 2024-12-18T20:54:40.376Z | Downloaded difflib v0.4.0 |
275 | 2024-12-18T20:54:40.376Z | Downloaded plotters-backend v0.3.7 |
276 | 2024-12-18T20:54:40.379Z | Downloaded quick-error v1.2.3 |
277 | 2024-12-18T20:54:40.379Z | Downloaded psl-types v2.0.11 |
278 | 2024-12-18T20:54:40.382Z | Downloaded plain v0.2.3 |
279 | 2024-12-18T20:54:40.382Z | Downloaded diesel-dtrace v0.4.2 |
280 | 2024-12-18T20:54:40.384Z | Downloaded sigpipe v0.1.3 |
281 | 2024-12-18T20:54:40.388Z | Downloaded defmt v0.3.8 |
282 | 2024-12-18T20:54:40.391Z | Downloaded ron v0.8.1 |
283 | 2024-12-18T20:54:40.396Z | Downloaded is-terminal v0.4.13 |
284 | 2024-12-18T20:54:40.398Z | Downloaded sec1 v0.7.3 |
285 | 2024-12-18T20:54:40.400Z | Downloaded uuid v1.11.0 |
286 | 2024-12-18T20:54:40.404Z | Downloaded maybe-uninit v2.0.0 |
287 | 2024-12-18T20:54:40.406Z | Downloaded walkdir v2.5.0 |
288 | 2024-12-18T20:54:40.408Z | Downloaded hashbrown v0.13.2 |
289 | 2024-12-18T20:54:40.413Z | Downloaded strip-ansi-escapes v0.2.0 |
290 | 2024-12-18T20:54:40.416Z | Downloaded parking v2.2.1 |
291 | 2024-12-18T20:54:40.418Z | Downloaded packed_struct_codegen v0.10.1 |
292 | 2024-12-18T20:54:40.418Z | Downloaded hashbrown v0.12.3 |
293 | 2024-12-18T20:54:40.423Z | Downloaded tabwriter v1.4.0 |
294 | 2024-12-18T20:54:40.425Z | Downloaded tabled_derive v0.7.0 |
295 | 2024-12-18T20:54:40.428Z | Downloaded rpassword v7.3.1 |
296 | 2024-12-18T20:54:40.428Z | Downloaded thiserror-impl-no-std v2.0.2 |
297 | 2024-12-18T20:54:40.430Z | Downloaded tls_codec v0.4.1 |
298 | 2024-12-18T20:54:40.433Z | Downloaded base64 v0.21.7 |
299 | 2024-12-18T20:54:40.437Z | Downloaded ciborium-io v0.2.2 |
300 | 2024-12-18T20:54:40.440Z | Downloaded rustls-pemfile v2.2.0 |
301 | 2024-12-18T20:54:40.443Z | Downloaded unicode-ident v1.0.13 |
302 | 2024-12-18T20:54:40.445Z | Downloaded serde_repr v0.1.19 |
303 | 2024-12-18T20:54:40.448Z | Downloaded serde_regex v1.1.0 |
304 | 2024-12-18T20:54:40.448Z | Downloaded rustls-pemfile v1.0.4 |
305 | 2024-12-18T20:54:40.451Z | Downloaded usdt v0.5.0 |
306 | 2024-12-18T20:54:40.454Z | Downloaded ssh-encoding v0.2.0 |
307 | 2024-12-18T20:54:40.457Z | Downloaded env_logger v0.11.5 |
308 | 2024-12-18T20:54:40.459Z | Downloaded sct v0.7.1 |
309 | 2024-12-18T20:54:40.462Z | Downloaded signature v2.2.0 |
310 | 2024-12-18T20:54:40.465Z | Downloaded cipher v0.4.4 |
311 | 2024-12-18T20:54:40.467Z | Downloaded darling_macro v0.20.10 |
312 | 2024-12-18T20:54:40.470Z | Downloaded num-complex v0.4.6 |
313 | 2024-12-18T20:54:40.470Z | Downloaded miniz_oxide v0.8.0 |
314 | 2024-12-18T20:54:40.473Z | Downloaded phf_shared v0.10.0 |
315 | 2024-12-18T20:54:40.476Z | Downloaded chacha20poly1305 v0.10.1 |
316 | 2024-12-18T20:54:40.478Z | Downloaded stringmetrics v2.2.2 |
317 | 2024-12-18T20:54:40.481Z | Downloaded peg-runtime v0.8.3 |
318 | 2024-12-18T20:54:40.483Z | Downloaded either v1.13.0 |
319 | 2024-12-18T20:54:40.483Z | Downloaded idna_adapter v1.2.0 |
320 | 2024-12-18T20:54:40.485Z | Downloaded typify-macro v0.2.0 |
321 | 2024-12-18T20:54:40.487Z | Downloaded debug-ignore v1.0.5 |
322 | 2024-12-18T20:54:40.490Z | Downloaded tokio-tungstenite v0.24.0 |
323 | 2024-12-18T20:54:40.493Z | Downloaded pest_meta v2.7.14 |
324 | 2024-12-18T20:54:40.493Z | Downloaded rand v0.8.5 |
325 | 2024-12-18T20:54:40.498Z | Downloaded parking_lot v0.11.2 |
326 | 2024-12-18T20:54:40.500Z | Downloaded similar v2.6.0 |
327 | 2024-12-18T20:54:40.506Z | Downloaded lockfree-object-pool v0.1.6 |
328 | 2024-12-18T20:54:40.509Z | Downloaded linked-hash-map v0.5.6 |
329 | 2024-12-18T20:54:40.512Z | Downloaded backtrace v0.3.74 |
330 | 2024-12-18T20:54:40.517Z | Downloaded linear-map v1.2.0 |
331 | 2024-12-18T20:54:40.520Z | Downloaded universal-hash v0.5.1 |
332 | 2024-12-18T20:54:40.520Z | Downloaded unicode-xid v0.2.6 |
333 | 2024-12-18T20:54:40.522Z | Downloaded const_format_proc_macros v0.2.33 |
334 | 2024-12-18T20:54:40.525Z | Downloaded criterion-plot v0.5.0 |
335 | 2024-12-18T20:54:40.527Z | Downloaded whoami v1.5.2 |
336 | 2024-12-18T20:54:40.530Z | Downloaded writeable v0.5.5 |
337 | 2024-12-18T20:54:40.532Z | Downloaded phf_generator v0.11.2 |
338 | 2024-12-18T20:54:40.535Z | Downloaded pem v3.0.4 |
339 | 2024-12-18T20:54:40.535Z | Downloaded powerfmt v0.2.0 |
340 | 2024-12-18T20:54:40.538Z | Downloaded rfc6979 v0.4.0 |
341 | 2024-12-18T20:54:40.541Z | Downloaded resolv-conf v0.7.0 |
342 | 2024-12-18T20:54:40.541Z | Downloaded smallvec v1.13.2 |
343 | 2024-12-18T20:54:40.544Z | Downloaded hashbrown v0.15.1 |
344 | 2024-12-18T20:54:40.549Z | Downloaded data-encoding v2.6.0 |
345 | 2024-12-18T20:54:40.552Z | Downloaded bumpalo v3.16.0 |
346 | 2024-12-18T20:54:40.555Z | Downloaded crunchy v0.2.2 |
347 | 2024-12-18T20:54:40.558Z | Downloaded ed25519 v2.2.3 |
348 | 2024-12-18T20:54:40.561Z | Downloaded lazycell v1.3.0 |
349 | 2024-12-18T20:54:40.561Z | Downloaded hashbrown v0.14.5 |
350 | 2024-12-18T20:54:40.566Z | Downloaded dhcproto-macros v0.1.0 |
351 | 2024-12-18T20:54:40.569Z | Downloaded litemap v0.7.3 |
352 | 2024-12-18T20:54:40.572Z | Downloaded serde_tokenstream v0.2.2 |
353 | 2024-12-18T20:54:40.574Z | Downloaded parking_lot_core v0.8.6 |
354 | 2024-12-18T20:54:40.576Z | Downloaded instant v0.1.13 |
355 | 2024-12-18T20:54:40.578Z | Downloaded synstructure v0.13.1 |
356 | 2024-12-18T20:54:40.582Z | Downloaded progenitor-impl v0.8.0 |
357 | 2024-12-18T20:54:40.584Z | Downloaded smf v0.2.3 |
358 | 2024-12-18T20:54:40.584Z | Downloaded oso-derive v0.27.3 |
359 | 2024-12-18T20:54:40.584Z | Downloaded libsw v3.3.1 |
360 | 2024-12-18T20:54:40.587Z | Downloaded typed-path v0.9.3 |
361 | 2024-12-18T20:54:40.594Z | Downloaded void v1.0.2 |
362 | 2024-12-18T20:54:40.597Z | Downloaded unicode-truncate v1.1.0 |
363 | 2024-12-18T20:54:40.599Z | Downloaded rustls-native-certs v0.7.3 |
364 | 2024-12-18T20:54:40.601Z | Downloaded tracing-core v0.1.32 |
365 | 2024-12-18T20:54:40.604Z | Downloaded rsa v0.9.6 |
366 | 2024-12-18T20:54:40.609Z | Downloaded secrecy v0.8.0 |
367 | 2024-12-18T20:54:40.612Z | Downloaded zone v0.1.8 |
368 | 2024-12-18T20:54:40.614Z | Downloaded libtest-mimic v0.7.3 |
369 | 2024-12-18T20:54:40.617Z | Downloaded hyper v1.5.0 |
370 | 2024-12-18T20:54:40.624Z | Downloaded darling v0.20.10 |
371 | 2024-12-18T20:54:40.629Z | Downloaded path-slash v0.1.5 |
372 | 2024-12-18T20:54:40.632Z | Downloaded rusty-fork v0.3.0 |
373 | 2024-12-18T20:54:40.634Z | Downloaded internet-checksum v0.2.1 |
374 | 2024-12-18T20:54:40.636Z | Downloaded take_mut v0.2.2 |
375 | 2024-12-18T20:54:40.636Z | Downloaded sync_wrapper v1.0.1 |
376 | 2024-12-18T20:54:40.639Z | Downloaded rustversion v1.0.17 |
377 | 2024-12-18T20:54:40.642Z | Downloaded mime v0.3.17 |
378 | 2024-12-18T20:54:40.645Z | Downloaded num_enum_derive v0.5.11 |
379 | 2024-12-18T20:54:40.645Z | Downloaded ecdsa v0.16.9 |
380 | 2024-12-18T20:54:40.647Z | Downloaded target-lexicon v0.12.16 |
381 | 2024-12-18T20:54:40.650Z | Downloaded slog-stdlog v4.1.1 |
382 | 2024-12-18T20:54:40.653Z | Downloaded terminal_size v0.4.0 |
383 | 2024-12-18T20:54:40.653Z | Downloaded slog-scope v4.4.0 |
384 | 2024-12-18T20:54:40.655Z | Downloaded slog-json v2.6.1 |
385 | 2024-12-18T20:54:40.657Z | Downloaded qorb v0.2.1 |
386 | 2024-12-18T20:54:40.662Z | Downloaded zone_cfg_derive v0.1.2 |
387 | 2024-12-18T20:54:40.665Z | Downloaded vte_generate_state_changes v0.1.2 |
388 | 2024-12-18T20:54:40.665Z | Downloaded owo-colors v4.1.0 |
389 | 2024-12-18T20:54:40.668Z | Downloaded num-rational v0.4.2 |
390 | 2024-12-18T20:54:40.670Z | Downloaded piper v0.2.4 |
391 | 2024-12-18T20:54:40.673Z | Downloaded hkdf v0.12.4 |
392 | 2024-12-18T20:54:40.676Z | Downloaded aes v0.8.4 |
393 | 2024-12-18T20:54:40.679Z | Downloaded lock_api v0.4.12 |
394 | 2024-12-18T20:54:40.682Z | Downloaded zeroize_derive v1.4.2 |
395 | 2024-12-18T20:54:40.684Z | Downloaded zerovec-derive v0.10.3 |
396 | 2024-12-18T20:54:40.686Z | Downloaded postgres-types v0.2.8 |
397 | 2024-12-18T20:54:40.689Z | Downloaded peg v0.8.4 |
398 | 2024-12-18T20:54:40.692Z | Downloaded equivalent v1.0.1 |
399 | 2024-12-18T20:54:40.695Z | Downloaded salsa20 v0.10.2 |
400 | 2024-12-18T20:54:40.697Z | Downloaded icu_locid_transform_data v1.5.0 |
401 | 2024-12-18T20:54:40.697Z | Downloaded packed_struct v0.10.1 |
402 | 2024-12-18T20:54:40.701Z | Downloaded match_cfg v0.1.0 |
403 | 2024-12-18T20:54:40.704Z | Downloaded tap v1.0.1 |
404 | 2024-12-18T20:54:40.704Z | Downloaded slog-async v2.8.0 |
405 | 2024-12-18T20:54:40.707Z | Downloaded serde_spanned v0.6.8 |
406 | 2024-12-18T20:54:40.707Z | Downloaded once_cell v1.20.2 |
407 | 2024-12-18T20:54:40.710Z | Downloaded toml v0.8.19 |
408 | 2024-12-18T20:54:40.714Z | Downloaded ident_case v1.0.1 |
409 | 2024-12-18T20:54:40.717Z | Downloaded tokio-postgres v0.7.12 |
410 | 2024-12-18T20:54:40.722Z | Downloaded openssl-probe v0.1.5 |
411 | 2024-12-18T20:54:40.725Z | Downloaded unicase v2.7.0 |
412 | 2024-12-18T20:54:40.728Z | Downloaded tokio-tungstenite v0.21.0 |
413 | 2024-12-18T20:54:40.731Z | Downloaded thiserror v2.0.3 |
414 | 2024-12-18T20:54:40.736Z | Downloaded primeorder v0.13.6 |
415 | 2024-12-18T20:54:40.739Z | Downloaded crc-catalog v2.4.0 |
416 | 2024-12-18T20:54:40.741Z | Downloaded num-traits v0.2.19 |
417 | 2024-12-18T20:54:40.743Z | Downloaded ref-cast-impl v1.0.23 |
418 | 2024-12-18T20:54:40.746Z | Downloaded des v0.8.1 |
419 | 2024-12-18T20:54:40.748Z | Downloaded opaque-debug v0.3.1 |
420 | 2024-12-18T20:54:40.748Z | Downloaded normalize-line-endings v0.3.0 |
421 | 2024-12-18T20:54:40.751Z | Downloaded dhcproto v0.12.0 |
422 | 2024-12-18T20:54:40.753Z | Downloaded precomputed-hash v0.1.1 |
423 | 2024-12-18T20:54:40.756Z | Downloaded icu_normalizer_data v1.5.0 |
424 | 2024-12-18T20:54:40.759Z | Downloaded tls_codec_derive v0.4.1 |
425 | 2024-12-18T20:54:40.759Z | Downloaded static_assertions v1.1.0 |
426 | 2024-12-18T20:54:40.762Z | Downloaded try-lock v0.2.5 |
427 | 2024-12-18T20:54:40.762Z | Downloaded serde_urlencoded v0.7.1 |
428 | 2024-12-18T20:54:40.765Z | Downloaded lru v0.12.5 |
429 | 2024-12-18T20:54:40.767Z | Downloaded mockall v0.13.0 |
430 | 2024-12-18T20:54:40.769Z | Downloaded ipnetwork v0.20.0 |
431 | 2024-12-18T20:54:40.771Z | Downloaded unsafe-libyaml v0.2.11 |
432 | 2024-12-18T20:54:40.774Z | Downloaded russh-cryptovec v0.7.3 |
433 | 2024-12-18T20:54:40.777Z | Downloaded quinn v0.11.5 |
434 | 2024-12-18T20:54:40.780Z | Downloaded indexmap v2.6.0 |
435 | 2024-12-18T20:54:40.784Z | Downloaded doc-comment v0.3.3 |
436 | 2024-12-18T20:54:40.786Z | Downloaded colorchoice v1.0.2 |
437 | 2024-12-18T20:54:40.789Z | Downloaded libefi-sys v0.1.0 |
438 | 2024-12-18T20:54:40.789Z | Downloaded icu_normalizer v1.5.0 |
439 | 2024-12-18T20:54:40.793Z | Downloaded ctr v0.9.2 |
440 | 2024-12-18T20:54:40.795Z | Downloaded sync-ptr v0.1.1 |
441 | 2024-12-18T20:54:40.798Z | Downloaded zip v0.6.6 |
442 | 2024-12-18T20:54:40.802Z | Downloaded h2 v0.4.6 |
443 | 2024-12-18T20:54:40.810Z | Downloaded pkcs5 v0.7.1 |
444 | 2024-12-18T20:54:40.815Z | Downloaded rust-argon2 v2.1.0 |
445 | 2024-12-18T20:54:40.818Z | Downloaded dropshot_endpoint v0.12.0 |
446 | 2024-12-18T20:54:40.821Z | Downloaded derive_builder_core v0.20.2 |
447 | 2024-12-18T20:54:40.823Z | Downloaded target-spec v3.2.2 |
448 | 2024-12-18T20:54:40.826Z | Downloaded xz2 v0.1.7 |
449 | 2024-12-18T20:54:40.828Z | Downloaded maplit v1.0.2 |
450 | 2024-12-18T20:54:40.832Z | Downloaded ipnet v2.10.1 |
451 | 2024-12-18T20:54:40.835Z | Downloaded vergen v8.3.2 |
452 | 2024-12-18T20:54:40.837Z | Downloaded oorandom v11.1.4 |
453 | 2024-12-18T20:54:40.837Z | Downloaded num-iter v0.1.45 |
454 | 2024-12-18T20:54:40.840Z | Downloaded strsim v0.11.1 |
455 | 2024-12-18T20:54:40.840Z | Downloaded portable-atomic v1.9.0 |
456 | 2024-12-18T20:54:40.848Z | Downloaded dof v0.3.0 |
457 | 2024-12-18T20:54:40.850Z | Downloaded unicode-normalization v0.1.24 |
458 | 2024-12-18T20:54:40.853Z | Downloaded proc-macro-error v1.0.4 |
459 | 2024-12-18T20:54:40.857Z | Downloaded rtoolbox v0.0.2 |
460 | 2024-12-18T20:54:40.859Z | Downloaded scroll_derive v0.12.0 |
461 | 2024-12-18T20:54:40.862Z | Downloaded aes-gcm v0.10.3 |
462 | 2024-12-18T20:54:40.864Z | Downloaded waitgroup v0.1.2 |
463 | 2024-12-18T20:54:40.867Z | Downloaded tokio-stream v0.1.16 |
464 | 2024-12-18T20:54:40.871Z | Downloaded rustc-demangle v0.1.24 |
465 | 2024-12-18T20:54:40.874Z | Downloaded git2 v0.19.0 |
466 | 2024-12-18T20:54:40.883Z | Downloaded macaddr v1.0.1 |
467 | 2024-12-18T20:54:40.885Z | Downloaded pest_generator v2.7.14 |
468 | 2024-12-18T20:54:40.888Z | Downloaded convert_case v0.4.0 |
469 | 2024-12-18T20:54:40.890Z | Downloaded sqlparser_derive v0.2.2 |
470 | 2024-12-18T20:54:40.890Z | Downloaded rand_xorshift v0.3.0 |
471 | 2024-12-18T20:54:40.892Z | Downloaded icu_collections v1.5.0 |
472 | 2024-12-18T20:54:40.898Z | Downloaded dropshot_endpoint v0.13.0 |
473 | 2024-12-18T20:54:40.902Z | Downloaded ref-cast v1.0.23 |
474 | 2024-12-18T20:54:40.905Z | Downloaded toml_edit v0.19.15 |
475 | 2024-12-18T20:54:40.924Z | Downloaded wait-timeout v0.2.0 |
476 | 2024-12-18T20:54:40.927Z | Downloaded utf-8 v0.7.6 |
477 | 2024-12-18T20:54:40.927Z | Downloaded toml_datetime v0.6.8 |
478 | 2024-12-18T20:54:40.930Z | Downloaded thread_local v1.1.8 |
479 | 2024-12-18T20:54:40.930Z | Downloaded crypto-common v0.1.6 |
480 | 2024-12-18T20:54:40.933Z | Downloaded target-triple v0.1.3 |
481 | 2024-12-18T20:54:40.933Z | Downloaded embedded-io v0.4.0 |
482 | 2024-12-18T20:54:40.936Z | Downloaded nibble_vec v0.1.0 |
483 | 2024-12-18T20:54:40.939Z | Downloaded nanorand v0.7.0 |
484 | 2024-12-18T20:54:40.941Z | Downloaded slog v2.7.0 |
485 | 2024-12-18T20:54:40.944Z | Downloaded rayon-core v1.12.1 |
486 | 2024-12-18T20:54:40.947Z | Downloaded endian-type v0.1.2 |
487 | 2024-12-18T20:54:40.949Z | Downloaded predicates-core v1.0.8 |
488 | 2024-12-18T20:54:40.949Z | Downloaded num v0.4.3 |
489 | 2024-12-18T20:54:40.952Z | Downloaded unicode_categories v0.1.1 |
490 | 2024-12-18T20:54:40.954Z | Downloaded postcard v1.0.10 |
491 | 2024-12-18T20:54:40.957Z | Downloaded scroll v0.12.0 |
492 | 2024-12-18T20:54:40.959Z | Downloaded scopeguard v1.2.0 |
493 | 2024-12-18T20:54:40.962Z | Downloaded unicode-segmentation v1.12.0 |
494 | 2024-12-18T20:54:40.965Z | Downloaded idna v1.0.3 |
495 | 2024-12-18T20:54:40.969Z | Downloaded usdt-attr-macro v0.5.0 |
496 | 2024-12-18T20:54:40.972Z | Downloaded tracing-attributes v0.1.27 |
497 | 2024-12-18T20:54:40.975Z | Downloaded vte v0.11.1 |
498 | 2024-12-18T20:54:40.978Z | Downloaded slab v0.4.9 |
499 | 2024-12-18T20:54:40.981Z | Downloaded dyn-clone v1.0.17 |
500 | 2024-12-18T20:54:40.981Z | Downloaded constant_time_eq v0.3.1 |
501 | 2024-12-18T20:54:40.984Z | Downloaded tokio-native-tls v0.3.1 |
502 | 2024-12-18T20:54:40.986Z | Downloaded itertools v0.10.5 |
503 | 2024-12-18T20:54:40.992Z | Downloaded twox-hash v1.6.3 |
504 | 2024-12-18T20:54:40.994Z | Downloaded thread-id v4.2.2 |
505 | 2024-12-18T20:54:40.996Z | Downloaded icu_locid v1.5.0 |
506 | 2024-12-18T20:54:41.002Z | Downloaded num-bigint-dig v0.8.4 |
507 | 2024-12-18T20:54:41.007Z | Downloaded rand_core v0.6.4 |
508 | 2024-12-18T20:54:41.009Z | Downloaded tower-service v0.3.3 |
509 | 2024-12-18T20:54:41.012Z | Downloaded tungstenite v0.21.0 |
510 | 2024-12-18T20:54:41.015Z | Downloaded toolchain_find v0.4.0 |
511 | 2024-12-18T20:54:41.017Z | Downloaded tar v0.4.42 |
512 | 2024-12-18T20:54:41.020Z | Downloaded native-tls v0.2.12 |
513 | 2024-12-18T20:54:41.022Z | Downloaded multer v3.1.0 |
514 | 2024-12-18T20:54:41.025Z | Downloaded derive_builder v0.20.2 |
515 | 2024-12-18T20:54:41.031Z | Downloaded predicates v3.1.2 |
516 | 2024-12-18T20:54:41.034Z | Downloaded pkg-config v0.3.31 |
517 | 2024-12-18T20:54:41.037Z | Downloaded md-5 v0.10.6 |
518 | 2024-12-18T20:54:41.039Z | Downloaded multimap v0.10.0 |
519 | 2024-12-18T20:54:41.042Z | Downloaded spin v0.9.8 |
520 | 2024-12-18T20:54:41.045Z | Downloaded managed v0.8.0 |
521 | 2024-12-18T20:54:41.045Z | Downloaded aho-corasick v1.1.3 |
522 | 2024-12-18T20:54:41.051Z | Downloaded scheduled-thread-pool v0.2.7 |
523 | 2024-12-18T20:54:41.054Z | Downloaded winnow v0.6.20 |
524 | 2024-12-18T20:54:41.064Z | Downloaded usdt-macro v0.5.0 |
525 | 2024-12-18T20:54:41.070Z | Downloaded semver v0.1.20 |
526 | 2024-12-18T20:54:41.070Z | Downloaded value-bag v1.9.0 |
527 | 2024-12-18T20:54:41.073Z | Downloaded itertools v0.12.1 |
528 | 2024-12-18T20:54:41.076Z | Downloaded tokio-rustls v0.24.1 |
529 | 2024-12-18T20:54:41.080Z | Downloaded lru-cache v0.1.2 |
530 | 2024-12-18T20:54:41.082Z | Downloaded gimli v0.31.1 |
531 | 2024-12-18T20:54:41.091Z | Downloaded keccak v0.1.5 |
532 | 2024-12-18T20:54:41.093Z | Downloaded serde_plain v1.0.2 |
533 | 2024-12-18T20:54:41.096Z | Downloaded reedline v0.35.0 |
534 | 2024-12-18T20:54:41.103Z | Downloaded same-file v1.0.6 |
535 | 2024-12-18T20:54:41.106Z | Downloaded phf_codegen v0.11.2 |
536 | 2024-12-18T20:54:41.106Z | Downloaded num-derive v0.4.2 |
537 | 2024-12-18T20:54:41.113Z | Downloaded swrite v0.1.0 |
538 | 2024-12-18T20:54:41.116Z | Downloaded num-conv v0.1.0 |
539 | 2024-12-18T20:54:41.116Z | Downloaded env_filter v0.1.2 |
540 | 2024-12-18T20:54:41.116Z | Downloaded rstest_macros v0.23.0 |
541 | 2024-12-18T20:54:41.116Z | Downloaded kv-log-macro v1.0.7 |
542 | 2024-12-18T20:54:41.119Z | Downloaded russh v0.45.0 |
543 | 2024-12-18T20:54:41.124Z | Downloaded percent-encoding v2.3.1 |
544 | 2024-12-18T20:54:41.127Z | Downloaded crossbeam-deque v0.8.5 |
545 | 2024-12-18T20:54:41.127Z | Downloaded typify v0.2.0 |
546 | 2024-12-18T20:54:41.131Z | Downloaded md5 v0.7.0 |
547 | 2024-12-18T20:54:41.133Z | Downloaded utf16_iter v1.0.5 |
548 | 2024-12-18T20:54:41.136Z | Downloaded spin v0.5.2 |
549 | 2024-12-18T20:54:41.136Z | Downloaded serde_derive_internals v0.29.1 |
550 | 2024-12-18T20:54:41.138Z | Downloaded derive_more v0.99.18 |
551 | 2024-12-18T20:54:41.143Z | Downloaded hyper-tls v0.6.0 |
552 | 2024-12-18T20:54:41.146Z | Downloaded mirai-annotations v1.12.0 |
553 | 2024-12-18T20:54:41.148Z | Downloaded indoc v1.0.9 |
554 | 2024-12-18T20:54:41.151Z | Downloaded dsl_auto_type v0.1.2 |
555 | 2024-12-18T20:54:41.151Z | Downloaded clap_derive v4.5.18 |
556 | 2024-12-18T20:54:41.154Z | Downloaded utf8parse v0.2.2 |
557 | 2024-12-18T20:54:41.157Z | Downloaded aws-lc-rs v1.10.0 |
558 | 2024-12-18T20:54:41.164Z | Downloaded slog-dtrace v0.3.0 |
559 | 2024-12-18T20:54:41.167Z | Downloaded memmap v0.7.0 |
560 | 2024-12-18T20:54:41.170Z | Downloaded enum-as-inner v0.5.1 |
561 | 2024-12-18T20:54:41.173Z | Downloaded rand_chacha v0.3.1 |
562 | 2024-12-18T20:54:41.173Z | Downloaded pretty-hex v0.4.1 |
563 | 2024-12-18T20:54:41.175Z | Downloaded derive_builder_macro v0.20.2 |
564 | 2024-12-18T20:54:41.175Z | Downloaded pkcs8 v0.10.2 |
565 | 2024-12-18T20:54:41.177Z | Downloaded slog-envlogger v2.2.0 |
566 | 2024-12-18T20:54:41.180Z | Downloaded peg-macros v0.8.4 |
567 | 2024-12-18T20:54:41.182Z | Downloaded pem-rfc7468 v0.7.0 |
568 | 2024-12-18T20:54:41.185Z | Downloaded steno v0.4.1 |
569 | 2024-12-18T20:54:41.188Z | Downloaded crossbeam-epoch v0.9.18 |
570 | 2024-12-18T20:54:41.191Z | Downloaded radix_trie v0.2.1 |
571 | 2024-12-18T20:54:41.197Z | Downloaded dtrace-parser v0.2.0 |
572 | 2024-12-18T20:54:41.200Z | Downloaded paste v1.0.15 |
573 | 2024-12-18T20:54:41.202Z | Downloaded ryu v1.0.18 |
574 | 2024-12-18T20:54:41.205Z | Downloaded tinyvec_macros v0.1.1 |
575 | 2024-12-18T20:54:41.208Z | Downloaded termtree v0.4.1 |
576 | 2024-12-18T20:54:41.208Z | Downloaded petname v2.0.2 |
577 | 2024-12-18T20:54:41.214Z | Downloaded memoffset v0.9.1 |
578 | 2024-12-18T20:54:41.216Z | Downloaded stable_deref_trait v1.2.0 |
579 | 2024-12-18T20:54:41.216Z | Downloaded quinn-proto v0.11.8 |
580 | 2024-12-18T20:54:41.223Z | Downloaded samael v0.0.17 |
581 | 2024-12-18T20:54:41.230Z | Downloaded yasna v0.5.2 |
582 | 2024-12-18T20:54:41.233Z | Downloaded colored v2.1.0 |
583 | 2024-12-18T20:54:41.236Z | Downloaded parse-size v1.1.0 |
584 | 2024-12-18T20:54:41.236Z | Downloaded parking_lot_core v0.9.10 |
585 | 2024-12-18T20:54:41.239Z | Downloaded async-std v1.13.0 |
586 | 2024-12-18T20:54:41.259Z | Downloaded termios v0.3.3 |
587 | 2024-12-18T20:54:41.262Z | Downloaded termcolor v1.4.1 |
588 | 2024-12-18T20:54:41.264Z | Downloaded structmeta v0.2.0 |
589 | 2024-12-18T20:54:41.264Z | Downloaded proc-macro-crate v1.3.1 |
590 | 2024-12-18T20:54:41.267Z | Downloaded display-error-chain v0.2.2 |
591 | 2024-12-18T20:54:41.267Z | Downloaded partial-io v0.5.4 |
592 | 2024-12-18T20:54:41.270Z | Downloaded tokio-macros v2.4.0 |
593 | 2024-12-18T20:54:41.270Z | Downloaded predicates-tree v1.0.11 |
594 | 2024-12-18T20:54:41.272Z | Downloaded utf8_iter v1.0.4 |
595 | 2024-12-18T20:54:41.272Z | Downloaded log v0.4.22 |
596 | 2024-12-18T20:54:41.275Z | Downloaded uzers v0.12.1 |
597 | 2024-12-18T20:54:41.277Z | Downloaded similar-asserts v1.6.0 |
598 | 2024-12-18T20:54:41.280Z | Downloaded hyper-util v0.1.10 |
599 | 2024-12-18T20:54:41.286Z | Downloaded console v0.15.8 |
600 | 2024-12-18T20:54:41.288Z | Downloaded tracing v0.1.40 |
601 | 2024-12-18T20:54:41.292Z | Downloaded defmt-macros v0.3.9 |
602 | 2024-12-18T20:54:41.295Z | Downloaded bitvec v1.0.1 |
603 | 2024-12-18T20:54:41.311Z | Downloaded phf v0.11.2 |
604 | 2024-12-18T20:54:41.314Z | Downloaded parse-display-derive v0.10.0 |
605 | 2024-12-18T20:54:41.314Z | Downloaded tempfile v3.13.0 |
606 | 2024-12-18T20:54:41.318Z | Downloaded structmeta v0.3.0 |
607 | 2024-12-18T20:54:41.321Z | Downloaded proc-macro-crate v3.2.0 |
608 | 2024-12-18T20:54:41.321Z | Downloaded displaydoc v0.2.5 |
609 | 2024-12-18T20:54:41.323Z | Downloaded oso v0.27.3 |
610 | 2024-12-18T20:54:41.326Z | Downloaded crossterm v0.28.1 |
611 | 2024-12-18T20:54:41.333Z | Downloaded crc-any v2.5.0 |
612 | 2024-12-18T20:54:41.336Z | Downloaded rustls v0.21.12 |
613 | 2024-12-18T20:54:41.348Z | Downloaded chrono v0.4.38 |
614 | 2024-12-18T20:54:41.356Z | Downloaded der_derive v0.7.3 |
615 | 2024-12-18T20:54:41.359Z | Downloaded object v0.36.5 |
616 | 2024-12-18T20:54:41.371Z | Downloaded zerocopy v0.7.35 |
617 | 2024-12-18T20:54:41.389Z | Downloaded clap v4.5.21 |
618 | 2024-12-18T20:54:41.398Z | Downloaded tabled v0.15.0 |
619 | 2024-12-18T20:54:41.415Z | Downloaded crossbeam-utils v0.8.20 |
620 | 2024-12-18T20:54:41.419Z | Downloaded ucd-trie v0.1.7 |
621 | 2024-12-18T20:54:41.422Z | Downloaded tokio-util v0.7.12 |
622 | 2024-12-18T20:54:41.425Z | Downloaded prettyplease v0.2.25 |
623 | 2024-12-18T20:54:41.428Z | Downloaded proptest v1.5.0 |
624 | 2024-12-18T20:54:41.439Z | Downloaded crossbeam-channel v0.5.13 |
625 | 2024-12-18T20:54:41.444Z | Downloaded textwrap v0.16.1 |
626 | 2024-12-18T20:54:41.447Z | Downloaded rustls v0.22.4 |
627 | 2024-12-18T20:54:41.461Z | Downloaded rayon v1.10.0 |
628 | 2024-12-18T20:54:41.471Z | Downloaded idna v0.5.0 |
629 | 2024-12-18T20:54:41.478Z | Downloaded rustyline v14.0.0 |
630 | 2024-12-18T20:54:41.485Z | Downloaded rustls v0.23.19 |
631 | 2024-12-18T20:54:41.497Z | Downloaded pretty_assertions v1.4.1 |
632 | 2024-12-18T20:54:41.499Z | Downloaded parse-zoneinfo v0.3.1 |
633 | 2024-12-18T20:54:41.502Z | Downloaded serde_json v1.0.132 |
634 | 2024-12-18T20:54:41.510Z | Downloaded polar-core v0.27.3 |
635 | 2024-12-18T20:54:41.519Z | Downloaded regex v1.11.1 |
636 | 2024-12-18T20:54:41.533Z | Downloaded pest v2.7.14 |
637 | 2024-12-18T20:54:41.539Z | Downloaded toml_edit v0.22.22 |
638 | 2024-12-18T20:54:41.563Z | Downloaded rustls-webpki v0.102.8 |
639 | 2024-12-18T20:54:41.582Z | Downloaded reqwest v0.12.9 |
640 | 2024-12-18T20:54:41.590Z | Downloaded clap_builder v4.5.21 |
641 | 2024-12-18T20:54:41.598Z | Downloaded vcpkg v0.2.15 |
642 | 2024-12-18T20:54:41.639Z | Downloaded p384 v0.13.0 |
643 | 2024-12-18T20:54:41.645Z | Downloaded idna v0.4.0 |
644 | 2024-12-18T20:54:41.652Z | Downloaded openssl v0.10.66 |
645 | 2024-12-18T20:54:41.662Z | Downloaded rustix v0.38.37 |
646 | 2024-12-18T20:54:41.686Z | Downloaded syn v1.0.109 |
647 | 2024-12-18T20:54:41.696Z | Downloaded idna v0.3.0 |
648 | 2024-12-18T20:54:41.703Z | Downloaded dropshot v0.13.0 |
649 | 2024-12-18T20:54:41.726Z | Downloaded lalrpop v0.19.12 |
650 | 2024-12-18T20:54:41.737Z | Downloaded nix v0.27.1 |
651 | 2024-12-18T20:54:41.748Z | Downloaded syn v2.0.87 |
652 | 2024-12-18T20:54:41.762Z | Downloaded zerocopy v0.8.10 |
653 | 2024-12-18T20:54:41.789Z | Downloaded diesel v2.2.6 |
654 | 2024-12-18T20:54:41.808Z | Downloaded webpki-roots v0.26.6 |
655 | 2024-12-18T20:54:41.812Z | Downloaded regex-syntax v0.6.29 |
656 | 2024-12-18T20:54:41.819Z | Downloaded unicode-width v0.2.0 |
657 | 2024-12-18T20:54:41.825Z | Downloaded regress v0.10.1 |
658 | 2024-12-18T20:54:41.834Z | Downloaded nix v0.28.0 |
659 | 2024-12-18T20:54:41.847Z | Downloaded nix v0.29.0 |
660 | 2024-12-18T20:54:41.860Z | Downloaded regress v0.9.1 |
661 | 2024-12-18T20:54:41.869Z | Downloaded regex-syntax v0.8.5 |
662 | 2024-12-18T20:54:41.878Z | Downloaded smoltcp v0.11.0 |
663 | 2024-12-18T20:54:41.892Z | Downloaded openapiv3 v2.0.0 |
664 | 2024-12-18T20:54:41.903Z | Downloaded trust-dns-proto v0.22.0 |
665 | 2024-12-18T20:54:41.916Z | Downloaded idna v0.2.3 |
666 | 2024-12-18T20:54:41.923Z | Downloaded dropshot v0.12.0 |
667 | 2024-12-18T20:54:41.944Z | Downloaded ratatui v0.28.1 |
668 | 2024-12-18T20:54:41.964Z | Downloaded bstr v1.10.0 |
669 | 2024-12-18T20:54:41.975Z | Downloaded chrono-tz v0.10.0 |
670 | 2024-12-18T20:54:41.982Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
671 | 2024-12-18T20:54:41.996Z | Downloaded typify-impl v0.2.0 |
672 | 2024-12-18T20:54:42.010Z | Downloaded zerocopy-derive v0.6.6 |
673 | 2024-12-18T20:54:42.019Z | Downloaded sled v0.34.7 |
674 | 2024-12-18T20:54:42.030Z | Downloaded petgraph v0.6.5 |
675 | 2024-12-18T20:54:42.047Z | Downloaded curve25519-dalek v4.1.3 |
676 | 2024-12-18T20:54:42.056Z | Downloaded rustls-webpki v0.101.7 |
677 | 2024-12-18T20:54:42.073Z | Downloaded regex-automata v0.4.8 |
678 | 2024-12-18T20:54:42.089Z | Downloaded unicode-width v0.1.14 |
679 | 2024-12-18T20:54:42.095Z | Downloaded smoltcp v0.9.1 |
680 | 2024-12-18T20:54:42.106Z | Downloaded serde_with v3.11.0 |
681 | 2024-12-18T20:54:42.115Z | Downloaded rusqlite v0.32.1 |
682 | 2024-12-18T20:54:42.123Z | Downloaded hickory-proto v0.24.1 |
683 | 2024-12-18T20:54:42.141Z | Downloaded sqlparser v0.45.0 |
684 | 2024-12-18T20:54:42.146Z | Downloaded serde_yaml v0.9.34+deprecated |
685 | 2024-12-18T20:54:42.150Z | Downloaded sha3 v0.10.8 |
686 | 2024-12-18T20:54:42.154Z | Downloaded compact_str v0.8.0 |
687 | 2024-12-18T20:54:42.159Z | Downloaded ssh-key v0.6.6 |
688 | 2024-12-18T20:54:42.166Z | Downloaded libc v0.2.162 |
689 | 2024-12-18T20:54:42.196Z | Downloaded libz-sys v1.1.20 |
690 | 2024-12-18T20:54:42.218Z | Downloaded lzma-sys v0.1.20 |
691 | 2024-12-18T20:54:42.247Z | Downloaded csv-core v0.1.11 |
692 | 2024-12-18T20:54:42.250Z | Downloaded object v0.30.4 |
693 | 2024-12-18T20:54:42.259Z | Downloaded zerovec v0.10.4 |
694 | 2024-12-18T20:54:42.264Z | Downloaded indexmap v1.9.3 |
695 | 2024-12-18T20:54:42.268Z | Downloaded salty v0.3.0 |
696 | 2024-12-18T20:54:42.276Z | Downloaded supports-color v3.0.1 |
697 | 2024-12-18T20:54:42.279Z | Downloaded zerocopy v0.6.6 |
698 | 2024-12-18T20:54:42.282Z | Downloaded num-bigint v0.4.6 |
699 | 2024-12-18T20:54:42.285Z | Downloaded csv v1.3.0 |
700 | 2024-12-18T20:54:42.307Z | Downloaded der v0.7.9 |
701 | 2024-12-18T20:54:42.312Z | Downloaded p521 v0.13.3 |
702 | 2024-12-18T20:54:42.316Z | Downloaded tokio v1.40.0 |
703 | 2024-12-18T20:54:42.355Z | Downloaded concurrent-queue v2.5.0 |
704 | 2024-12-18T20:54:42.358Z | Downloaded tinyvec v1.8.0 |
705 | 2024-12-18T20:54:42.360Z | Downloaded schemars v0.8.21 |
706 | 2024-12-18T20:54:42.372Z | Downloaded yansi v1.0.1 |
707 | 2024-12-18T20:54:42.374Z | Downloaded const_format v0.2.33 |
708 | 2024-12-18T20:54:42.379Z | Downloaded spki v0.7.3 |
709 | 2024-12-18T20:54:42.382Z | Downloaded zerocopy-derive v0.7.35 |
710 | 2024-12-18T20:54:42.386Z | Downloaded lalrpop-util v0.19.12 |
711 | 2024-12-18T20:54:42.389Z | Downloaded dunce v1.0.5 |
712 | 2024-12-18T20:54:42.389Z | Downloaded httpmock v0.8.0-alpha.1 |
713 | 2024-12-18T20:54:42.413Z | Downloaded rustls-pki-types v1.10.0 |
714 | 2024-12-18T20:54:42.417Z | Downloaded quick-xml v0.33.0 |
715 | 2024-12-18T20:54:42.423Z | Downloaded icu_properties_data v1.5.0 |
716 | 2024-12-18T20:54:42.434Z | Downloaded polling v3.7.3 |
717 | 2024-12-18T20:54:42.437Z | Downloaded bindgen v0.69.5 |
718 | 2024-12-18T20:54:42.445Z | Downloaded memchr v2.7.4 |
719 | 2024-12-18T20:54:42.450Z | Downloaded hyper-staticfile v0.10.1 |
720 | 2024-12-18T20:54:42.452Z | Downloaded which v4.4.2 |
721 | 2024-12-18T20:54:42.455Z | Downloaded usdt-impl v0.5.0 |
722 | 2024-12-18T20:54:42.457Z | Downloaded indicatif v0.17.9 |
723 | 2024-12-18T20:54:42.460Z | Downloaded elliptic-curve v0.13.8 |
724 | 2024-12-18T20:54:42.463Z | Downloaded rstest v0.23.0 |
725 | 2024-12-18T20:54:42.469Z | Downloaded zerocopy-derive v0.8.10 |
726 | 2024-12-18T20:54:42.476Z | Downloaded criterion v0.5.1 |
727 | 2024-12-18T20:54:42.483Z | Downloaded thiserror v1.0.69 |
728 | 2024-12-18T20:54:42.488Z | Downloaded icu_properties v1.5.1 |
729 | 2024-12-18T20:54:42.491Z | Downloaded postgres-protocol v0.6.7 |
730 | 2024-12-18T20:54:42.493Z | Downloaded pest_derive v2.7.14 |
731 | 2024-12-18T20:54:42.496Z | Downloaded password-hash v0.5.0 |
732 | 2024-12-18T20:54:42.499Z | Downloaded memmap2 v0.9.5 |
733 | 2024-12-18T20:54:42.501Z | Downloaded serde_path_to_error v0.1.16 |
734 | 2024-12-18T20:54:42.501Z | Downloaded relative-path v1.9.3 |
735 | 2024-12-18T20:54:42.504Z | Downloaded kstat-rs v0.2.4 |
736 | 2024-12-18T20:54:42.504Z | Downloaded inout v0.1.3 |
737 | 2024-12-18T20:54:42.506Z | Downloaded indoc v2.0.5 |
738 | 2024-12-18T20:54:42.509Z | Downloaded indent_write v2.2.0 |
739 | 2024-12-18T20:54:42.509Z | Downloaded impl-trait-for-tuples v0.2.2 |
740 | 2024-12-18T20:54:42.511Z | Downloaded embedded-io v0.6.1 |
741 | 2024-12-18T20:54:42.514Z | Downloaded const-oid v0.9.6 |
742 | 2024-12-18T20:54:42.516Z | Downloaded libm v0.2.8 |
743 | 2024-12-18T20:54:42.523Z | Downloaded blake3 v1.5.4 |
744 | 2024-12-18T20:54:42.531Z | Downloaded sqlformat v0.2.6 |
745 | 2024-12-18T20:54:42.534Z | Downloaded winnow v0.5.40 |
746 | 2024-12-18T20:54:42.542Z | Downloaded tough v0.19.0 |
747 | 2024-12-18T20:54:42.551Z | Downloaded mio v1.0.2 |
748 | 2024-12-18T20:54:42.556Z | Downloaded siphasher v0.3.11 |
749 | 2024-12-18T20:54:42.559Z | Downloaded encoding_rs v0.8.34 |
750 | 2024-12-18T20:54:42.581Z | Downloaded ssh-cipher v0.2.0 |
751 | 2024-12-18T20:54:42.584Z | Downloaded slog-bunyan v2.5.0 |
752 | 2024-12-18T20:54:42.584Z | Downloaded openssl-sys v0.9.103 |
753 | 2024-12-18T20:54:42.587Z | Downloaded minimal-lexical v0.2.1 |
754 | 2024-12-18T20:54:42.591Z | Downloaded darling_core v0.20.10 |
755 | 2024-12-18T20:54:42.596Z | Downloaded plotters v0.3.7 |
756 | 2024-12-18T20:54:42.606Z | Downloaded poly1305 v0.8.0 |
757 | 2024-12-18T20:54:42.608Z | Downloaded trybuild v1.0.101 |
758 | 2024-12-18T20:54:42.613Z | Downloaded defmt-parser v0.3.4 |
759 | 2024-12-18T20:54:42.615Z | Downloaded iana-time-zone v0.1.61 |
760 | 2024-12-18T20:54:42.618Z | Downloaded enum-as-inner v0.6.1 |
761 | 2024-12-18T20:54:42.618Z | Downloaded clang-sys v1.8.1 |
762 | 2024-12-18T20:54:42.620Z | Downloaded rand_distr v0.4.3 |
763 | 2024-12-18T20:54:42.623Z | Downloaded zip v2.1.3 |
764 | 2024-12-18T20:54:42.628Z | Downloaded libxml v0.3.3 |
765 | 2024-12-18T20:54:42.634Z | Downloaded mockall_derive v0.13.0 |
766 | 2024-12-18T20:54:42.636Z | Downloaded unicode-bidi v0.3.17 |
767 | 2024-12-18T20:54:42.639Z | Downloaded tungstenite v0.24.0 |
768 | 2024-12-18T20:54:42.642Z | Downloaded rand_seeder v0.3.0 |
769 | 2024-12-18T20:54:42.645Z | Downloaded lazy_static v1.5.0 |
770 | 2024-12-18T20:54:42.648Z | Downloaded serde_with_macros v3.11.0 |
771 | 2024-12-18T20:54:42.648Z | Downloaded vsss-rs v3.3.4 |
772 | 2024-12-18T20:54:42.650Z | Downloaded serde_derive v1.0.215 |
773 | 2024-12-18T20:54:42.653Z | Downloaded itertools v0.13.0 |
774 | 2024-12-18T20:54:42.660Z | Downloaded rcgen v0.12.1 |
775 | 2024-12-18T20:54:42.663Z | Downloaded time v0.3.36 |
776 | 2024-12-18T20:54:42.670Z | Downloaded tokio-rustls v0.26.0 |
777 | 2024-12-18T20:54:42.673Z | Downloaded tokio-rustls v0.25.0 |
778 | 2024-12-18T20:54:42.675Z | Downloaded crc32fast v1.4.2 |
779 | 2024-12-18T20:54:42.678Z | Downloaded toml v0.7.8 |
780 | 2024-12-18T20:54:42.681Z | Downloaded x509-cert v0.2.5 |
781 | 2024-12-18T20:54:42.686Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
782 | 2024-12-18T20:54:42.746Z | Downloaded pkcs1 v0.7.5 |
783 | 2024-12-18T20:54:42.749Z | Downloaded crypto-bigint v0.5.5 |
784 | 2024-12-18T20:54:42.754Z | Downloaded zone v0.3.0 |
785 | 2024-12-18T20:54:42.757Z | Downloaded nom v7.1.3 |
786 | 2024-12-18T20:54:42.761Z | Downloaded goblin v0.8.2 |
787 | 2024-12-18T20:54:42.767Z | Downloaded base64 v0.22.1 |
788 | 2024-12-18T20:54:42.771Z | Downloaded tungstenite v0.23.0 |
789 | 2024-12-18T20:54:42.775Z | Downloaded unarray v0.1.4 |
790 | 2024-12-18T20:54:42.778Z | Downloaded russh-keys v0.45.0 |
791 | 2024-12-18T20:54:42.781Z | Downloaded test-strategy v0.3.1 |
792 | 2024-12-18T20:54:42.783Z | Downloaded downcast v0.11.0 |
793 | 2024-12-18T20:54:42.786Z | Downloaded pin-utils v0.1.0 |
794 | 2024-12-18T20:54:42.786Z | Downloaded sha2 v0.10.8 |
795 | 2024-12-18T20:54:42.788Z | Downloaded sha1 v0.10.6 |
796 | 2024-12-18T20:54:42.791Z | Downloaded ed25519-dalek v2.1.1 |
797 | 2024-12-18T20:54:42.793Z | Downloaded libloading v0.8.5 |
798 | 2024-12-18T20:54:42.796Z | Downloaded zerofrom v0.1.4 |
799 | 2024-12-18T20:54:42.799Z | Downloaded xattr v1.3.1 |
800 | 2024-12-18T20:54:42.799Z | Downloaded tokio-tungstenite v0.23.1 |
801 | 2024-12-18T20:54:42.801Z | Downloaded nu-ansi-term v0.50.1 |
802 | 2024-12-18T20:54:42.804Z | Downloaded newtype_derive v0.1.6 |
803 | 2024-12-18T20:54:42.807Z | Downloaded new_debug_unreachable v1.0.6 |
804 | 2024-12-18T20:54:42.810Z | Downloaded nested v0.1.1 |
805 | 2024-12-18T20:54:42.811Z | Downloaded dirs-sys-next v0.1.2 |
806 | 2024-12-18T20:54:42.811Z | Downloaded dirs-next v2.0.0 |
807 | 2024-12-18T20:54:42.811Z | Downloaded slog-term v2.9.1 |
808 | 2024-12-18T20:54:42.813Z | Downloaded diesel_derives v2.2.3 |
809 | 2024-12-18T20:54:42.816Z | Downloaded derive-where v1.2.7 |
810 | 2024-12-18T20:54:42.820Z | Downloaded thiserror-no-std v2.0.2 |
811 | 2024-12-18T20:54:42.824Z | Downloaded thiserror-impl v1.0.69 |
812 | 2024-12-18T20:54:42.827Z | Downloaded cc v1.1.30 |
813 | 2024-12-18T20:54:42.831Z | Downloaded futures-util v0.3.31 |
814 | 2024-12-18T20:54:42.843Z | Downloaded parking_lot v0.12.3 |
815 | 2024-12-18T20:54:42.845Z | Downloaded guppy v0.17.8 |
816 | 2024-12-18T20:54:42.851Z | Downloaded term v0.7.0 |
817 | 2024-12-18T20:54:42.855Z | Downloaded mime_guess v2.0.5 |
818 | 2024-12-18T20:54:42.857Z | Downloaded crucible-workspace-hack v0.1.0 |
819 | 2024-12-18T20:54:42.858Z | Downloaded scrypt v0.11.0 |
820 | 2024-12-18T20:54:42.860Z | Downloaded unicode-properties v0.1.3 |
821 | 2024-12-18T20:54:42.863Z | Downloaded ppv-lite86 v0.2.20 |
822 | 2024-12-18T20:54:42.865Z | Downloaded diff v0.1.13 |
823 | 2024-12-18T20:54:42.868Z | Downloaded omicron-zone-package v0.11.1 |
824 | 2024-12-18T20:54:42.871Z | Downloaded jobserver v0.1.32 |
825 | 2024-12-18T20:54:42.873Z | Downloaded http v1.1.0 |
826 | 2024-12-18T20:54:42.876Z | Downloaded url v2.5.3 |
827 | 2024-12-18T20:54:42.878Z | Downloaded icu_provider v1.5.0 |
828 | 2024-12-18T20:54:42.881Z | Downloaded socket2 v0.5.8 |
829 | 2024-12-18T20:54:42.884Z | Downloaded snafu v0.8.5 |
830 | 2024-12-18T20:54:42.890Z | Downloaded publicsuffix v2.2.3 |
831 | 2024-12-18T20:54:42.892Z | Downloaded zopfli v0.8.1 |
832 | 2024-12-18T20:54:42.895Z | Downloaded yoke v0.7.4 |
833 | 2024-12-18T20:54:42.897Z | Downloaded datatest-stable v0.2.9 |
834 | 2024-12-18T20:54:42.900Z | Downloaded num_cpus v1.16.0 |
835 | 2024-12-18T20:54:42.902Z | Downloaded ciborium-ll v0.2.2 |
836 | 2024-12-18T20:54:42.905Z | Downloaded write16 v1.0.0 |
837 | 2024-12-18T20:54:42.905Z | Downloaded wyz v0.5.1 |
838 | 2024-12-18T20:54:42.908Z | Downloaded untrusted v0.7.1 |
839 | 2024-12-18T20:54:42.908Z | Downloaded string_cache v0.8.7 |
840 | 2024-12-18T20:54:42.908Z | Downloaded smawk v0.3.2 |
841 | 2024-12-18T20:54:42.911Z | Downloaded smallvec v0.6.14 |
842 | 2024-12-18T20:54:42.911Z | Downloaded is_terminal_polyfill v1.70.1 |
843 | 2024-12-18T20:54:42.913Z | Downloaded env_logger v0.10.2 |
844 | 2024-12-18T20:54:42.916Z | Downloaded simd-adler32 v0.3.7 |
845 | 2024-12-18T20:54:42.918Z | Downloaded rustc-hash v1.1.0 |
846 | 2024-12-18T20:54:42.918Z | Downloaded serde v1.0.215 |
847 | 2024-12-18T20:54:42.921Z | Downloaded progenitor-macro v0.8.0 |
848 | 2024-12-18T20:54:42.923Z | Downloaded progenitor v0.8.0 |
849 | 2024-12-18T20:54:42.923Z | Downloaded cookie v0.18.1 |
850 | 2024-12-18T20:54:42.926Z | Downloaded bytes v1.8.0 |
851 | 2024-12-18T20:54:42.930Z | Downloaded schemars_derive v0.8.21 |
852 | 2024-12-18T20:54:42.932Z | Downloaded icu_locid_transform v1.5.0 |
853 | 2024-12-18T20:54:42.935Z | Downloaded proc-macro2 v1.0.89 |
854 | 2024-12-18T20:54:42.938Z | Downloaded ron v0.7.1 |
855 | 2024-12-18T20:54:42.941Z | Downloaded cookie_store v0.21.0 |
856 | 2024-12-18T20:54:42.944Z | Downloaded stringprep v0.1.5 |
857 | 2024-12-18T20:54:42.946Z | Downloaded allocator-api2 v0.2.18 |
858 | 2024-12-18T20:54:42.949Z | Downloaded itoa v1.0.11 |
859 | 2024-12-18T20:54:42.952Z | Downloaded instability v0.3.2 |
860 | 2024-12-18T20:54:42.952Z | Downloaded deranged v0.3.11 |
861 | 2024-12-18T20:54:42.954Z | Downloaded typenum v1.17.0 |
862 | 2024-12-18T20:54:42.957Z | Downloaded subprocess v0.2.9 |
863 | 2024-12-18T20:54:42.960Z | Downloaded hickory-server v0.24.1 |
864 | 2024-12-18T20:54:42.963Z | Downloaded flate2 v1.0.34 |
865 | 2024-12-18T20:54:42.969Z | Downloaded cfg-expr v0.17.0 |
866 | 2024-12-18T20:54:42.972Z | Downloaded p256 v0.13.2 |
867 | 2024-12-18T20:54:42.975Z | Downloaded hickory-resolver v0.24.1 |
868 | 2024-12-18T20:54:42.980Z | Downloaded heapless v0.7.17 |
869 | 2024-12-18T20:54:42.984Z | Downloaded bitflags v2.6.0 |
870 | 2024-12-18T20:54:42.988Z | Downloaded is_ci v1.2.0 |
871 | 2024-12-18T20:54:42.991Z | Downloaded tinytemplate v1.2.1 |
872 | 2024-12-18T20:54:42.991Z | Downloaded tinystr v0.7.6 |
873 | 2024-12-18T20:54:42.995Z | Downloaded time-macros v0.2.18 |
874 | 2024-12-18T20:54:42.998Z | Downloaded thiserror-impl v2.0.3 |
875 | 2024-12-18T20:54:42.998Z | Downloaded arc-swap v1.7.1 |
876 | 2024-12-18T20:54:43.001Z | Downloaded strum_macros v0.26.4 |
877 | 2024-12-18T20:54:43.004Z | Downloaded strum_macros v0.25.3 |
878 | 2024-12-18T20:54:43.007Z | Downloaded structmeta-derive v0.3.0 |
879 | 2024-12-18T20:54:43.007Z | Downloaded structmeta-derive v0.2.0 |
880 | 2024-12-18T20:54:43.007Z | Downloaded blake2 v0.10.6 |
881 | 2024-12-18T20:54:43.009Z | Downloaded tiny-keccak v2.0.2 |
882 | 2024-12-18T20:54:43.012Z | Downloaded subtle v2.6.1 |
883 | 2024-12-18T20:54:43.016Z | Downloaded bcrypt-pbkdf v0.10.0 |
884 | 2024-12-18T20:54:43.016Z | Downloaded async-bb8-diesel v0.2.1 |
885 | 2024-12-18T20:54:43.018Z | Downloaded camino v1.1.9 |
886 | 2024-12-18T20:54:43.018Z | Downloaded buf-list v1.0.3 |
887 | 2024-12-18T20:54:43.021Z | Downloaded anyhow v1.0.93 |
888 | 2024-12-18T20:54:43.024Z | Downloaded flume v0.11.1 |
889 | 2024-12-18T20:54:43.029Z | Downloaded camino-tempfile v1.1.1 |
890 | 2024-12-18T20:54:43.031Z | Downloaded blake2b_simd v1.0.2 |
891 | 2024-12-18T20:54:43.034Z | Downloaded bitflags v1.3.2 |
892 | 2024-12-18T20:54:43.036Z | Downloaded bcs v0.1.6 |
893 | 2024-12-18T20:54:43.039Z | Downloaded async-task v4.7.1 |
894 | 2024-12-18T20:54:43.041Z | Downloaded shell-words v1.1.0 |
895 | 2024-12-18T20:54:43.041Z | Downloaded serde-hex v0.1.0 |
896 | 2024-12-18T20:54:43.044Z | Downloaded rustc_version v0.4.1 |
897 | 2024-12-18T20:54:43.044Z | Downloaded rustc_version v0.1.7 |
898 | 2024-12-18T20:54:43.047Z | Downloaded cassowary v0.3.0 |
899 | 2024-12-18T20:54:43.047Z | Downloaded bitfield-struct v0.6.2 |
900 | 2024-12-18T20:54:43.049Z | Downloaded async-executor v1.13.1 |
901 | 2024-12-18T20:54:43.052Z | Downloaded r2d2 v0.8.10 |
902 | 2024-12-18T20:54:43.054Z | Downloaded nodrop v0.1.14 |
903 | 2024-12-18T20:54:43.054Z | Downloaded bb8 v0.8.5 |
904 | 2024-12-18T20:54:43.057Z | Downloaded fatfs v0.3.6 |
905 | 2024-12-18T20:54:43.060Z | Downloaded blocking v1.6.1 |
906 | 2024-12-18T20:54:43.060Z | Downloaded castaway v0.2.3 |
907 | 2024-12-18T20:54:43.062Z | Downloaded heck v0.5.0 |
908 | 2024-12-18T20:54:43.062Z | Downloaded chacha20 v0.9.1 |
909 | 2024-12-18T20:54:43.065Z | Downloaded byteorder v1.5.0 |
910 | 2024-12-18T20:54:43.067Z | Downloaded blowfish v0.9.1 |
911 | 2024-12-18T20:54:43.067Z | Downloaded ring v0.17.8 |
912 | 2024-12-18T20:54:43.138Z | Downloaded block-buffer v0.10.4 |
913 | 2024-12-18T20:54:43.140Z | Downloaded bit-vec v0.6.3 |
914 | 2024-12-18T20:54:43.140Z | Downloaded funty v2.0.0 |
915 | 2024-12-18T20:54:43.143Z | Downloaded float-cmp v0.9.0 |
916 | 2024-12-18T20:54:43.143Z | Downloaded base64ct v1.6.0 |
917 | 2024-12-18T20:54:43.145Z | Downloaded async-lock v3.4.0 |
918 | 2024-12-18T20:54:43.148Z | Downloaded async-attributes v1.1.2 |
919 | 2024-12-18T20:54:43.148Z | Downloaded assert_cmd v2.0.16 |
920 | 2024-12-18T20:54:43.151Z | Downloaded arrayvec v0.7.6 |
921 | 2024-12-18T20:54:43.154Z | Downloaded anstream v0.6.15 |
922 | 2024-12-18T20:54:43.154Z | Downloaded autocfg v1.4.0 |
923 | 2024-12-18T20:54:43.157Z | Downloaded fd-lock v4.0.2 |
924 | 2024-12-18T20:54:43.159Z | Downloaded cast v0.3.0 |
925 | 2024-12-18T20:54:43.161Z | Downloaded bitfield v0.14.0 |
926 | 2024-12-18T20:54:43.161Z | Downloaded bit-set v0.5.3 |
927 | 2024-12-18T20:54:43.164Z | Downloaded globset v0.4.15 |
928 | 2024-12-18T20:54:43.164Z | Downloaded async-stream v0.3.6 |
929 | 2024-12-18T20:54:43.167Z | Downloaded futures-executor v0.3.31 |
930 | 2024-12-18T20:54:43.167Z | Downloaded foldhash v0.1.3 |
931 | 2024-12-18T20:54:43.169Z | Downloaded fnv v1.0.7 |
932 | 2024-12-18T20:54:43.169Z | Downloaded fallible-iterator v0.3.0 |
933 | 2024-12-18T20:54:43.171Z | Downloaded async-global-executor v2.4.1 |
934 | 2024-12-18T20:54:43.171Z | Downloaded async-channel v2.3.1 |
935 | 2024-12-18T20:54:43.174Z | Downloaded async-recursion v1.1.1 |
936 | 2024-12-18T20:54:43.177Z | Downloaded async-channel v1.9.0 |
937 | 2024-12-18T20:54:43.177Z | Downloaded assert-json-diff v2.0.2 |
938 | 2024-12-18T20:54:43.180Z | Downloaded array-init v0.0.4 |
939 | 2024-12-18T20:54:43.180Z | Downloaded approx v0.5.1 |
940 | 2024-12-18T20:54:43.184Z | Downloaded gethostname v0.5.0 |
941 | 2024-12-18T20:54:43.184Z | Downloaded futures-core v0.3.31 |
942 | 2024-12-18T20:54:43.184Z | Downloaded filetime v0.2.25 |
943 | 2024-12-18T20:54:43.188Z | Downloaded anstyle-query v1.1.1 |
944 | 2024-12-18T20:54:43.188Z | Downloaded hex-literal v0.4.1 |
945 | 2024-12-18T20:54:43.188Z | Downloaded hex v0.4.3 |
946 | 2024-12-18T20:54:43.190Z | Downloaded group v0.13.0 |
947 | 2024-12-18T20:54:43.191Z | Downloaded glob v0.3.1 |
948 | 2024-12-18T20:54:43.191Z | Downloaded ghash v0.5.1 |
949 | 2024-12-18T20:54:43.193Z | Downloaded float-ord v0.3.2 |
950 | 2024-12-18T20:54:43.193Z | Downloaded fastrand v2.1.1 |
951 | 2024-12-18T20:54:43.196Z | Downloaded futures-task v0.3.31 |
952 | 2024-12-18T20:54:43.196Z | Downloaded futures-macro v0.3.31 |
953 | 2024-12-18T20:54:43.199Z | Downloaded foreign-types v0.5.0 |
954 | 2024-12-18T20:54:43.199Z | Downloaded flagset v0.4.6 |
955 | 2024-12-18T20:54:43.199Z | Downloaded atty v0.2.14 |
956 | 2024-12-18T20:54:43.201Z | Downloaded async-object-pool v0.1.5 |
957 | 2024-12-18T20:54:43.667Z | Downloaded libsqlite3-sys v0.30.1 |
958 | 2024-12-18T20:54:43.742Z | Downloaded ring v0.16.20 |
959 | 2024-12-18T20:54:44.037Z | Downloaded aws-lc-sys v0.22.0 |
960 | 2024-12-18T20:54:44.532Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
961 | 2024-12-18T20:55:01.562Z | Startup: Refreshing catalog 'helios-dev' ... Done |
962 | 2024-12-18T20:55:05.788Z | Startup: Caching catalogs ... Done |
963 | 2024-12-18T20:55:16.694Z | Planning: Solver setup ... Done (10.036s) |
964 | 2024-12-18T20:55:16.826Z | Planning: Running solver ... Done (0.133s) |
965 | 2024-12-18T20:55:17.132Z | Planning: Finding local manifests ... Done (0.200s) |
966 | 2024-12-18T20:55:17.146Z | Planning: Fetching manifests: 0/5 0% complete |
967 | 2024-12-18T20:55:17.380Z | Planning: Fetching manifests: 5/5 100% complete |
968 | 2024-12-18T20:55:17.702Z | Planning: Package planning ... Done (0.320s) |
969 | 2024-12-18T20:55:17.759Z | Planning: Merging actions ... Done (0.058s) |
970 | 2024-12-18T20:55:19.088Z | Planning: Checking for conflicting actions ... Done (1.328s) |
971 | 2024-12-18T20:55:27.473Z | Planning: Consolidating action changes ... Done (8.383s) |
972 | 2024-12-18T20:55:27.887Z | Planning: Evaluating mediators ... Done (0.413s) |
973 | 2024-12-18T20:55:28.090Z | Planning: Planning completed in 22.20 seconds |
974 | 2024-12-18T20:55:28.483Z | Packages to install: 4 |
975 | 2024-12-18T20:55:28.483Z | Packages to update: 1 |
976 | 2024-12-18T20:55:28.483Z | Mediators to change: 2 |
977 | 2024-12-18T20:55:28.489Z | Services to change: 1 |
978 | 2024-12-18T20:55:28.489Z | Estimated space available: 155.37 GB |
979 | 2024-12-18T20:55:28.489Z | Estimated space to be consumed: 1.61 GB |
980 | 2024-12-18T20:55:28.489Z | Create boot environment: No |
981 | 2024-12-18T20:55:28.489Z | Create backup boot environment: Yes |
982 | 2024-12-18T20:55:28.489Z | Rebuild boot archive: No |
983 | 2024-12-18T20:55:28.489Z | |
984 | 2024-12-18T20:55:28.489Z | Changed mediators: |
985 | 2024-12-18T20:55:28.489Z | mediator clang: |
986 | 2024-12-18T20:55:28.489Z | version: None -> 15 (system default) |
987 | 2024-12-18T20:55:28.489Z | |
988 | 2024-12-18T20:55:28.489Z | mediator llvm: |
989 | 2024-12-18T20:55:28.489Z | version: 14 (system default) -> 15 (system default) |
990 | 2024-12-18T20:55:28.489Z | |
991 | 2024-12-18T20:55:28.489Z | Changed packages: |
992 | 2024-12-18T20:55:28.489Z | helios-dev |
993 | 2024-12-18T20:55:28.489Z | developer/build-essential |
994 | 2024-12-18T20:55:28.489Z | None -> 11-2.0 |
995 | 2024-12-18T20:55:28.489Z | library/libxmlsec1 |
996 | 2024-12-18T20:55:28.489Z | None -> 1.2.35-2.0 |
997 | 2024-12-18T20:55:28.489Z | ooce/developer/clang-15 |
998 | 2024-12-18T20:55:28.490Z | None -> 15.0.7-2.0 |
999 | 2024-12-18T20:55:28.490Z | ooce/developer/llvm-15 |
1000 | 2024-12-18T20:55:28.490Z | None -> 15.0.7-2.0 |
1001 | 2024-12-18T20:55:28.490Z | package/pkg |
1002 | 2024-12-18T20:55:28.490Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1003 | 2024-12-18T20:55:28.490Z | |
1004 | 2024-12-18T20:55:28.490Z | Services: |
1005 | 2024-12-18T20:55:28.490Z | restart_fmri: |
1006 | 2024-12-18T20:55:28.490Z | svc:/system/update-man-index:default |
1007 | 2024-12-18T20:55:28.490Z | |
1008 | 2024-12-18T20:55:28.490Z | Editable files to change: |
1009 | 2024-12-18T20:55:28.490Z | Update: |
1010 | 2024-12-18T20:55:28.490Z | usr/share/lib/pkg/web/config.shtml |
1011 | 2024-12-18T20:55:28.978Z | |
1012 | 2024-12-18T20:55:28.978Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1013 | 2024-12-18T20:55:37.843Z | Download: 1390/4281 items 110.4/220.6MB 50% complete (22.1M/s) |
1014 | 2024-12-18T20:55:38.981Z | Download: 3229/4281 items 175.9/220.6MB 79% complete (17.6M/s) |
1015 | 2024-12-18T20:55:43.749Z | Download: Completed 220.60 MB in 14.77 seconds (14.9M/s) |
1016 | 2024-12-18T20:55:45.717Z | Actions: 1/5063 actions (Removing old actions) |
1017 | 2024-12-18T20:55:45.733Z | Actions: 194/5063 actions (Installing new actions) |
1018 | 2024-12-18T20:55:51.093Z | Actions: 4121/5063 actions (Installing new actions) |
1019 | 2024-12-18T20:55:51.683Z | Actions: 4226/5063 actions (Updating modified actions) |
1020 | 2024-12-18T20:55:52.171Z | Actions: Completed 5063 actions in 6.45 seconds. |
1021 | 2024-12-18T20:55:52.578Z | Done (0.398s) |
1022 | 2024-12-18T20:55:52.581Z | Done (0.000s) |
1023 | 2024-12-18T20:55:53.164Z | Done (0.582s) |
1024 | 2024-12-18T20:56:00.152Z | Done (6.752s) |
1025 | 2024-12-18T20:56:00.583Z | Done (0.363s) |
1026 | 2024-12-18T20:56:00.586Z | Done (0.000s) |
1027 | 2024-12-18T20:56:00.741Z | Done (0.000s) |
1028 | 2024-12-18T20:56:01.696Z | Planning: Evaluating mediator changes ... Done |
1029 | 2024-12-18T20:56:01.700Z | Planning: Checking for conflicting actions ... Done |
1030 | 2024-12-18T20:56:01.701Z | Planning: Consolidating action changes ... Done |
1031 | 2024-12-18T20:56:01.905Z | Planning: Evaluating mediators ... Done |
1032 | 2024-12-18T20:56:01.908Z | Planning: Planning completed in 0.45 seconds |
1033 | 2024-12-18T20:56:01.945Z | Mediators to change: 2 |
1034 | 2024-12-18T20:56:01.946Z | Create boot environment: No |
1035 | 2024-12-18T20:56:01.949Z | Create backup boot environment: No |
1036 | 2024-12-18T20:56:02.022Z | Done |
1037 | 2024-12-18T20:56:02.022Z | Done |
1038 | 2024-12-18T20:56:02.432Z | Done |
1039 | 2024-12-18T20:56:06.261Z | Done |
1040 | 2024-12-18T20:56:06.362Z | Done |
1041 | 2024-12-18T20:56:06.365Z | Done |
1042 | 2024-12-18T20:56:06.491Z | Done |
1043 | 2024-12-18T20:56:07.159Z | Planning: Evaluating mediator changes ... Done |
1044 | 2024-12-18T20:56:07.162Z | Planning: Merging actions ... Done |
1045 | 2024-12-18T20:56:07.364Z | Planning: Checking for conflicting actions ... Done |
1046 | 2024-12-18T20:56:07.367Z | Planning: Consolidating action changes ... Done |
1047 | 2024-12-18T20:56:07.650Z | Planning: Evaluating mediators ... Done |
1048 | 2024-12-18T20:56:07.713Z | Planning: Planning completed in 0.81 seconds |
1049 | 2024-12-18T20:56:07.755Z | Packages to change: 1 |
1050 | 2024-12-18T20:56:07.755Z | Mediators to change: 1 |
1051 | 2024-12-18T20:56:07.755Z | Services to change: 1 |
1052 | 2024-12-18T20:56:07.758Z | Create boot environment: No |
1053 | 2024-12-18T20:56:07.758Z | Create backup boot environment: Yes |
1054 | 2024-12-18T20:56:09.891Z | Actions: 1/6 actions (Updating modified actions) |
1055 | 2024-12-18T20:56:09.940Z | Actions: Completed 6 actions in 0.05 seconds. |
1056 | 2024-12-18T20:56:09.943Z | Done |
1057 | 2024-12-18T20:56:09.943Z | Done |
1058 | 2024-12-18T20:56:10.057Z | Done |
1059 | 2024-12-18T20:56:13.925Z | Done |
1060 | 2024-12-18T20:56:14.014Z | Done |
1061 | 2024-12-18T20:56:14.017Z | Done |
1062 | 2024-12-18T20:56:14.137Z | Done |
1063 | 2024-12-18T20:56:14.584Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1064 | 2024-12-18T20:56:14.584Z | clang system 15 system |
1065 | 2024-12-18T20:56:14.584Z | csh system system illumos |
1066 | 2024-12-18T20:56:14.584Z | ctags system system illumos |
1067 | 2024-12-18T20:56:14.584Z | gcc vendor 12 vendor |
1068 | 2024-12-18T20:56:14.584Z | gcc system 10 system |
1069 | 2024-12-18T20:56:14.584Z | gcc system 7 system |
1070 | 2024-12-18T20:56:14.584Z | go system 1.20 system |
1071 | 2024-12-18T20:56:14.584Z | go system 1.19 system |
1072 | 2024-12-18T20:56:14.584Z | llvm system 15 system |
1073 | 2024-12-18T20:56:14.584Z | llvm system 14 system |
1074 | 2024-12-18T20:56:14.584Z | mariadb system 10.6 system |
1075 | 2024-12-18T20:56:14.584Z | mta vendor vendor dma |
1076 | 2024-12-18T20:56:14.584Z | openjdk system 17 system |
1077 | 2024-12-18T20:56:14.585Z | openjdk system 11 system |
1078 | 2024-12-18T20:56:14.585Z | openjdk system 1.8 system |
1079 | 2024-12-18T20:56:14.585Z | openssl vendor 3 vendor |
1080 | 2024-12-18T20:56:14.585Z | perl system 5.36 system |
1081 | 2024-12-18T20:56:14.585Z | postgresql system 15 system |
1082 | 2024-12-18T20:56:14.585Z | postgresql system 13 system |
1083 | 2024-12-18T20:56:14.585Z | python vendor 3 vendor |
1084 | 2024-12-18T20:56:14.585Z | python system 2 system |
1085 | 2024-12-18T20:56:14.585Z | python3 system 3.11 system |
1086 | 2024-12-18T20:56:14.585Z | ruby system 3.0 system |
1087 | 2024-12-18T20:56:14.585Z | words vendor vendor american-english |
1088 | 2024-12-18T20:56:14.585Z | words system system australian-english |
1089 | 2024-12-18T20:56:14.585Z | words system system british-english |
1090 | 2024-12-18T20:56:14.585Z | words system system canadian-english |
1091 | 2024-12-18T20:56:14.585Z | words system system french |
1092 | 2024-12-18T20:56:14.585Z | words system system italian |
1093 | 2024-12-18T20:56:14.585Z | words system system ngerman |
1094 | 2024-12-18T20:56:14.585Z | words system system ogerman |
1095 | 2024-12-18T20:56:14.585Z | words system system spanish |
1096 | 2024-12-18T20:56:14.915Z | PUBLISHER TYPE STATUS P LOCATION |
1097 | 2024-12-18T20:56:14.915Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1098 | 2024-12-18T20:56:17.643Z | FMRI IFO |
1099 | 2024-12-18T20:56:17.643Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1100 | 2024-12-18T20:56:17.643Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1101 | 2024-12-18T20:56:17.643Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1102 | 2024-12-18T20:56:17.643Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1103 | 2024-12-18T20:56:17.643Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1104 | 2024-12-18T20:56:17.643Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1105 | 2024-12-18T20:56:17.643Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1106 | 2024-12-18T20:56:17.643Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1107 | 2024-12-18T20:56:17.643Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1108 | 2024-12-18T20:56:17.643Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1109 | 2024-12-18T20:56:17.644Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1110 | 2024-12-18T20:56:17.644Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1111 | 2024-12-18T20:56:17.644Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1112 | 2024-12-18T20:56:17.644Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1113 | 2024-12-18T20:56:17.644Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1114 | 2024-12-18T20:56:18.720Z | Downloading crates ... |
1115 | 2024-12-18T20:56:18.805Z | Downloaded cargo_toml v0.20.5 |
1116 | 2024-12-18T20:56:18.946Z | Compiling proc-macro2 v1.0.89 |
1117 | 2024-12-18T20:56:18.946Z | Compiling unicode-ident v1.0.13 |
1118 | 2024-12-18T20:56:18.946Z | Compiling serde v1.0.215 |
1119 | 2024-12-18T20:56:18.949Z | Compiling version_check v0.9.5 |
1120 | 2024-12-18T20:56:18.949Z | Compiling thiserror v1.0.69 |
1121 | 2024-12-18T20:56:18.949Z | Compiling memchr v2.7.4 |
1122 | 2024-12-18T20:56:18.949Z | Compiling libc v0.2.162 |
1123 | 2024-12-18T20:56:18.949Z | Compiling itoa v1.0.11 |
1124 | 2024-12-18T20:56:19.203Z | Compiling ryu v1.0.18 |
1125 | 2024-12-18T20:56:19.225Z | Compiling ucd-trie v0.1.7 |
1126 | 2024-12-18T20:56:19.527Z | Compiling once_cell v1.20.2 |
1127 | 2024-12-18T20:56:19.752Z | Compiling byteorder v1.5.0 |
1128 | 2024-12-18T20:56:19.839Z | Compiling serde_json v1.0.132 |
1129 | 2024-12-18T20:56:20.085Z | Compiling rustix v0.38.37 |
1130 | 2024-12-18T20:56:20.691Z | Compiling bitflags v2.6.0 |
1131 | 2024-12-18T20:56:20.736Z | Compiling usdt-impl v0.5.0 |
1132 | 2024-12-18T20:56:20.787Z | Compiling proc-macro-error-attr v1.0.4 |
1133 | 2024-12-18T20:56:20.955Z | Compiling syn v1.0.109 |
1134 | 2024-12-18T20:56:21.018Z | Compiling proc-macro-error v1.0.4 |
1135 | 2024-12-18T20:56:21.083Z | Compiling plain v0.2.3 |
1136 | 2024-12-18T20:56:21.096Z | Compiling equivalent v1.0.1 |
1137 | 2024-12-18T20:56:21.157Z | Compiling camino v1.1.9 |
1138 | 2024-12-18T20:56:21.196Z | Compiling hashbrown v0.15.1 |
1139 | 2024-12-18T20:56:21.220Z | Compiling utf8parse v0.2.2 |
1140 | 2024-12-18T20:56:21.273Z | Compiling log v0.4.22 |
1141 | 2024-12-18T20:56:21.372Z | Compiling anstyle-parse v0.2.5 |
1142 | 2024-12-18T20:56:21.702Z | Compiling is_terminal_polyfill v1.70.1 |
1143 | 2024-12-18T20:56:21.758Z | Compiling quote v1.0.37 |
1144 | 2024-12-18T20:56:21.789Z | Compiling thread-id v4.2.2 |
1145 | 2024-12-18T20:56:21.839Z | Compiling pretty-hex v0.4.1 |
1146 | 2024-12-18T20:56:21.866Z | Compiling anstyle-query v1.1.1 |
1147 | 2024-12-18T20:56:21.885Z | Compiling errno v0.3.9 |
1148 | 2024-12-18T20:56:21.979Z | Compiling unicode-width v0.1.14 |
1149 | 2024-12-18T20:56:22.014Z | Compiling colorchoice v1.0.2 |
1150 | 2024-12-18T20:56:22.097Z | Compiling winnow v0.6.20 |
1151 | 2024-12-18T20:56:22.153Z | Compiling syn v2.0.87 |
1152 | 2024-12-18T20:56:22.386Z | Compiling indexmap v2.6.0 |
1153 | 2024-12-18T20:56:22.468Z | Compiling semver v1.0.23 |
1154 | 2024-12-18T20:56:22.480Z | Compiling anstyle v1.0.10 |
1155 | 2024-12-18T20:56:22.942Z | Compiling autocfg v1.4.0 |
1156 | 2024-12-18T20:56:23.055Z | Compiling anstream v0.6.15 |
1157 | 2024-12-18T20:56:23.829Z | Compiling bytecount v0.6.8 |
1158 | 2024-12-18T20:56:23.871Z | Compiling strsim v0.11.1 |
1159 | 2024-12-18T20:56:23.904Z | Compiling heck v0.4.1 |
1160 | 2024-12-18T20:56:24.025Z | Compiling fnv v1.0.7 |
1161 | 2024-12-18T20:56:24.155Z | Compiling cfg-if v1.0.0 |
1162 | 2024-12-18T20:56:24.169Z | Compiling fs-err v2.11.0 |
1163 | 2024-12-18T20:56:24.242Z | Compiling terminal_size v0.4.0 |
1164 | 2024-12-18T20:56:24.438Z | Compiling clap_lex v0.7.2 |
1165 | 2024-12-18T20:56:24.457Z | Compiling fastrand v2.1.1 |
1166 | 2024-12-18T20:56:24.859Z | Compiling anyhow v1.0.93 |
1167 | 2024-12-18T20:56:24.875Z | Compiling heck v0.5.0 |
1168 | 2024-12-18T20:56:24.955Z | Compiling tempfile v3.13.0 |
1169 | 2024-12-18T20:56:24.960Z | Compiling clap_builder v4.5.21 |
1170 | 2024-12-18T20:56:25.388Z | Compiling papergrid v0.11.0 |
1171 | 2024-12-18T20:56:25.813Z | Compiling memmap v0.7.0 |
1172 | 2024-12-18T20:56:25.829Z | Compiling smawk v0.3.2 |
1173 | 2024-12-18T20:56:25.842Z | Compiling unicode-linebreak v0.1.5 |
1174 | 2024-12-18T20:56:26.174Z | Compiling swrite v0.1.0 |
1175 | 2024-12-18T20:56:26.292Z | Compiling textwrap v0.16.1 |
1176 | 2024-12-18T20:56:27.618Z | Compiling tabled_derive v0.7.0 |
1177 | 2024-12-18T20:56:29.211Z | Compiling tabled v0.15.0 |
1178 | 2024-12-18T20:56:31.040Z | Compiling serde_derive v1.0.215 |
1179 | 2024-12-18T20:56:31.040Z | Compiling thiserror-impl v1.0.69 |
1180 | 2024-12-18T20:56:31.044Z | Compiling zerocopy-derive v0.7.35 |
1181 | 2024-12-18T20:56:31.044Z | Compiling scroll_derive v0.12.0 |
1182 | 2024-12-18T20:56:31.044Z | Compiling clap_derive v4.5.18 |
1183 | 2024-12-18T20:56:32.295Z | Compiling scroll v0.12.0 |
1184 | 2024-12-18T20:56:32.605Z | Compiling zerocopy v0.7.35 |
1185 | 2024-12-18T20:56:32.829Z | Compiling goblin v0.8.2 |
1186 | 2024-12-18T20:56:33.727Z | Compiling pest v2.7.14 |
1187 | 2024-12-18T20:56:34.843Z | Compiling clap v4.5.21 |
1188 | 2024-12-18T20:56:35.929Z | Compiling pest_meta v2.7.14 |
1189 | 2024-12-18T20:56:36.792Z | Compiling pest_generator v2.7.14 |
1190 | 2024-12-18T20:56:38.705Z | Compiling pest_derive v2.7.14 |
1191 | 2024-12-18T20:56:39.406Z | Compiling dtrace-parser v0.2.0 |
1192 | 2024-12-18T20:56:41.119Z | Compiling toml_datetime v0.6.8 |
1193 | 2024-12-18T20:56:41.119Z | Compiling serde_spanned v0.6.8 |
1194 | 2024-12-18T20:56:41.121Z | Compiling cargo-platform v0.1.8 |
1195 | 2024-12-18T20:56:41.531Z | Compiling serde_tokenstream v0.2.2 |
1196 | 2024-12-18T20:56:41.631Z | Compiling toml_edit v0.22.22 |
1197 | 2024-12-18T20:56:41.679Z | Compiling macaddr v1.0.1 |
1198 | 2024-12-18T20:56:41.787Z | Compiling camino-tempfile v1.1.1 |
1199 | 2024-12-18T20:56:42.622Z | Compiling dof v0.3.0 |
1200 | 2024-12-18T20:56:42.622Z | Compiling cargo_metadata v0.18.1 |
1201 | 2024-12-18T20:56:44.478Z | Compiling toml v0.8.19 |
1202 | 2024-12-18T20:56:44.697Z | Compiling usdt-attr-macro v0.5.0 |
1203 | 2024-12-18T20:56:44.697Z | Compiling usdt-macro v0.5.0 |
1204 | 2024-12-18T20:56:45.274Z | Compiling cargo_toml v0.20.5 |
1205 | 2024-12-18T20:56:46.040Z | Compiling usdt v0.5.0 |
1206 | 2024-12-18T20:56:48.961Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1207 | 2024-12-18T20:56:52.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.73s |
1208 | 2024-12-18T20:56:52.981Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1209 | 2024-12-18T20:56:53.827Z | Compiling serde v1.0.215 |
1210 | 2024-12-18T20:56:53.842Z | Compiling lock_api v0.4.12 |
1211 | 2024-12-18T20:56:53.842Z | Compiling scopeguard v1.2.0 |
1212 | 2024-12-18T20:56:53.842Z | Compiling value-bag v1.9.0 |
1213 | 2024-12-18T20:56:53.842Z | Compiling typenum v1.17.0 |
1214 | 2024-12-18T20:56:53.842Z | Compiling generic-array v0.14.7 |
1215 | 2024-12-18T20:56:54.016Z | Compiling syn v2.0.87 |
1216 | 2024-12-18T20:56:54.083Z | Compiling getrandom v0.2.15 |
1217 | 2024-12-18T20:56:54.164Z | Compiling shlex v1.3.0 |
1218 | 2024-12-18T20:56:54.274Z | Compiling rand_core v0.6.4 |
1219 | 2024-12-18T20:56:54.440Z | Compiling log v0.4.22 |
1220 | 2024-12-18T20:56:54.535Z | Compiling subtle v2.6.1 |
1221 | 2024-12-18T20:56:54.551Z | Compiling jobserver v0.1.32 |
1222 | 2024-12-18T20:56:54.567Z | Compiling smallvec v1.13.2 |
1223 | 2024-12-18T20:56:54.780Z | Compiling const-oid v0.9.6 |
1224 | 2024-12-18T20:56:54.843Z | Compiling spin v0.9.8 |
1225 | 2024-12-18T20:56:54.860Z | Compiling pin-project-lite v0.2.14 |
1226 | 2024-12-18T20:56:54.947Z | Compiling cc v1.1.30 |
1227 | 2024-12-18T20:56:54.978Z | Compiling rustix v0.38.37 |
1228 | 2024-12-18T20:56:55.243Z | Compiling parking_lot_core v0.9.10 |
1229 | 2024-12-18T20:56:55.308Z | Compiling futures-core v0.3.31 |
1230 | 2024-12-18T20:56:55.428Z | Compiling signal-hook-registry v1.4.2 |
1231 | 2024-12-18T20:56:55.529Z | Compiling mio v1.0.2 |
1232 | 2024-12-18T20:56:55.857Z | Compiling aho-corasick v1.1.3 |
1233 | 2024-12-18T20:56:56.264Z | Compiling parking_lot v0.12.3 |
1234 | 2024-12-18T20:56:56.320Z | Compiling regex-syntax v0.8.5 |
1235 | 2024-12-18T20:56:56.645Z | Compiling cpufeatures v0.2.14 |
1236 | 2024-12-18T20:56:56.718Z | Compiling lazy_static v1.5.0 |
1237 | 2024-12-18T20:56:56.779Z | Compiling stable_deref_trait v1.2.0 |
1238 | 2024-12-18T20:56:56.800Z | Compiling glob v0.3.1 |
1239 | 2024-12-18T20:56:56.872Z | Compiling either v1.13.0 |
1240 | 2024-12-18T20:56:56.890Z | Compiling futures-sink v0.3.31 |
1241 | 2024-12-18T20:56:57.038Z | Compiling socket2 v0.5.8 |
1242 | 2024-12-18T20:56:57.176Z | Compiling slab v0.4.9 |
1243 | 2024-12-18T20:56:57.279Z | Compiling prettyplease v0.2.25 |
1244 | 2024-12-18T20:56:57.589Z | Compiling minimal-lexical v0.2.1 |
1245 | 2024-12-18T20:56:57.798Z | Compiling clang-sys v1.8.1 |
1246 | 2024-12-18T20:56:57.919Z | Compiling libloading v0.8.5 |
1247 | 2024-12-18T20:56:58.012Z | Compiling nom v7.1.3 |
1248 | 2024-12-18T20:56:58.100Z | Compiling serde_json v1.0.132 |
1249 | 2024-12-18T20:56:58.314Z | Compiling home v0.5.9 |
1250 | 2024-12-18T20:56:58.410Z | Compiling bindgen v0.69.5 |
1251 | 2024-12-18T20:56:58.606Z | Compiling itertools v0.10.5 |
1252 | 2024-12-18T20:56:59.088Z | Compiling futures-channel v0.3.31 |
1253 | 2024-12-18T20:56:59.235Z | Compiling lazycell v1.3.0 |
1254 | 2024-12-18T20:56:59.396Z | Compiling allocator-api2 v0.2.18 |
1255 | 2024-12-18T20:56:59.508Z | Compiling pin-utils v0.1.0 |
1256 | 2024-12-18T20:56:59.602Z | Compiling foldhash v0.1.3 |
1257 | 2024-12-18T20:56:59.906Z | Compiling regex-automata v0.4.8 |
1258 | 2024-12-18T20:57:00.198Z | Compiling rustc-hash v1.1.0 |
1259 | 2024-12-18T20:57:00.346Z | Compiling futures-task v0.3.31 |
1260 | 2024-12-18T20:57:00.634Z | Compiling futures-io v0.3.31 |
1261 | 2024-12-18T20:57:00.943Z | Compiling hashbrown v0.15.1 |
1262 | 2024-12-18T20:57:01.327Z | Compiling synstructure v0.13.1 |
1263 | 2024-12-18T20:57:01.396Z | Compiling cexpr v0.6.0 |
1264 | 2024-12-18T20:57:02.277Z | Compiling cmake v0.1.51 |
1265 | 2024-12-18T20:57:02.971Z | Compiling fs_extra v1.3.0 |
1266 | 2024-12-18T20:57:03.032Z | Compiling pkg-config v0.3.31 |
1267 | 2024-12-18T20:57:03.140Z | Compiling dunce v1.0.5 |
1268 | 2024-12-18T20:57:03.266Z | Compiling libm v0.2.8 |
1269 | 2024-12-18T20:57:03.288Z | Compiling tinyvec_macros v0.1.1 |
1270 | 2024-12-18T20:57:03.374Z | Compiling tinyvec v1.8.0 |
1271 | 2024-12-18T20:57:03.560Z | Compiling num-traits v0.2.19 |
1272 | 2024-12-18T20:57:04.048Z | Compiling ring v0.17.8 |
1273 | 2024-12-18T20:57:04.546Z | Compiling unicode-bidi v0.3.17 |
1274 | 2024-12-18T20:57:04.903Z | Compiling unicode-normalization v0.1.24 |
1275 | 2024-12-18T20:57:04.948Z | Compiling base64ct v1.6.0 |
1276 | 2024-12-18T20:57:05.008Z | Compiling litemap v0.7.3 |
1277 | 2024-12-18T20:57:05.206Z | Compiling paste v1.0.15 |
1278 | 2024-12-18T20:57:05.407Z | Compiling regex v1.11.1 |
1279 | 2024-12-18T20:57:05.525Z | Compiling writeable v0.5.5 |
1280 | 2024-12-18T20:57:05.782Z | Compiling pem-rfc7468 v0.7.0 |
1281 | 2024-12-18T20:57:06.096Z | Compiling httparse v1.9.5 |
1282 | 2024-12-18T20:57:06.425Z | Compiling flagset v0.4.6 |
1283 | 2024-12-18T20:57:06.458Z | Compiling aws-lc-rs v1.10.0 |
1284 | 2024-12-18T20:57:06.799Z | Compiling tracing-core v0.1.32 |
1285 | 2024-12-18T20:57:06.912Z | Compiling crossbeam-utils v0.8.20 |
1286 | 2024-12-18T20:57:07.457Z | Compiling percent-encoding v2.3.1 |
1287 | 2024-12-18T20:57:07.653Z | Compiling icu_locid_transform_data v1.5.0 |
1288 | 2024-12-18T20:57:07.756Z | Compiling rustls-pki-types v1.10.0 |
1289 | 2024-12-18T20:57:07.886Z | Compiling time-core v0.1.2 |
1290 | 2024-12-18T20:57:08.084Z | Compiling vcpkg v0.2.15 |
1291 | 2024-12-18T20:57:08.120Z | Compiling serde_derive v1.0.215 |
1292 | 2024-12-18T20:57:08.138Z | Compiling zeroize_derive v1.4.2 |
1293 | 2024-12-18T20:57:08.433Z | Compiling zerocopy-derive v0.7.35 |
1294 | 2024-12-18T20:57:08.861Z | Compiling tokio-macros v2.4.0 |
1295 | 2024-12-18T20:57:09.649Z | Compiling zeroize v1.8.1 |
1296 | 2024-12-18T20:57:10.088Z | Compiling zerofrom-derive v0.1.4 |
1297 | 2024-12-18T20:57:10.384Z | Compiling thiserror-impl v1.0.69 |
1298 | 2024-12-18T20:57:10.468Z | Compiling yoke-derive v0.7.4 |
1299 | 2024-12-18T20:57:10.685Z | Compiling zerocopy v0.7.35 |
1300 | 2024-12-18T20:57:11.376Z | Compiling crypto-common v0.1.6 |
1301 | 2024-12-18T20:57:11.602Z | Compiling block-buffer v0.10.4 |
1302 | 2024-12-18T20:57:11.810Z | Compiling digest v0.10.7 |
1303 | 2024-12-18T20:57:12.263Z | Compiling hmac v0.12.1 |
1304 | 2024-12-18T20:57:12.280Z | Compiling zerovec-derive v0.10.3 |
1305 | 2024-12-18T20:57:12.481Z | Compiling futures-macro v0.3.31 |
1306 | 2024-12-18T20:57:12.499Z | Compiling block-padding v0.3.3 |
1307 | 2024-12-18T20:57:12.736Z | Compiling displaydoc v0.2.5 |
1308 | 2024-12-18T20:57:13.426Z | Compiling inout v0.1.3 |
1309 | 2024-12-18T20:57:13.569Z | Compiling thiserror v1.0.69 |
1310 | 2024-12-18T20:57:13.678Z | Compiling cipher v0.4.4 |
1311 | 2024-12-18T20:57:13.701Z | Compiling sha2 v0.10.8 |
1312 | 2024-12-18T20:57:14.013Z | Compiling zerofrom v0.1.4 |
1313 | 2024-12-18T20:57:14.193Z | Compiling ppv-lite86 v0.2.20 |
1314 | 2024-12-18T20:57:14.285Z | Compiling yoke v0.7.4 |
1315 | 2024-12-18T20:57:14.320Z | Compiling der_derive v0.7.3 |
1316 | 2024-12-18T20:57:14.339Z | Compiling futures-util v0.3.31 |
1317 | 2024-12-18T20:57:14.625Z | Compiling icu_provider_macros v1.5.0 |
1318 | 2024-12-18T20:57:14.898Z | Compiling zerovec v0.10.4 |
1319 | 2024-12-18T20:57:14.956Z | Compiling rand_chacha v0.3.1 |
1320 | 2024-12-18T20:57:15.695Z | Compiling tracing-attributes v0.1.27 |
1321 | 2024-12-18T20:57:16.765Z | Compiling tinystr v0.7.6 |
1322 | 2024-12-18T20:57:16.938Z | Compiling der v0.7.9 |
1323 | 2024-12-18T20:57:17.021Z | Compiling icu_collections v1.5.0 |
1324 | 2024-12-18T20:57:17.169Z | Compiling icu_locid v1.5.0 |
1325 | 2024-12-18T20:57:17.203Z | Compiling rand v0.8.5 |
1326 | 2024-12-18T20:57:18.457Z | Compiling icu_provider v1.5.0 |
1327 | 2024-12-18T20:57:18.608Z | Compiling salsa20 v0.10.2 |
1328 | 2024-12-18T20:57:18.834Z | Compiling pest v2.7.14 |
1329 | 2024-12-18T20:57:19.302Z | Compiling icu_locid_transform v1.5.0 |
1330 | 2024-12-18T20:57:19.465Z | Compiling tracing v0.1.40 |
1331 | 2024-12-18T20:57:19.550Z | Compiling spki v0.7.3 |
1332 | 2024-12-18T20:57:19.573Z | Compiling pbkdf2 v0.12.2 |
1333 | 2024-12-18T20:57:19.736Z | Compiling num-conv v0.1.0 |
1334 | 2024-12-18T20:57:19.935Z | Compiling powerfmt v0.2.0 |
1335 | 2024-12-18T20:57:19.981Z | Compiling untrusted v0.7.1 |
1336 | 2024-12-18T20:57:20.021Z | Compiling untrusted v0.9.0 |
1337 | 2024-12-18T20:57:20.146Z | Compiling icu_properties_data v1.5.0 |
1338 | 2024-12-18T20:57:20.193Z | Compiling mirai-annotations v1.12.0 |
1339 | 2024-12-18T20:57:20.213Z | Compiling deranged v0.3.11 |
1340 | 2024-12-18T20:57:20.327Z | Compiling time-macros v0.2.18 |
1341 | 2024-12-18T20:57:20.375Z | Compiling scrypt v0.11.0 |
1342 | 2024-12-18T20:57:20.393Z | Compiling aes v0.8.4 |
1343 | 2024-12-18T20:57:20.946Z | Compiling icu_properties v1.5.1 |
1344 | 2024-12-18T20:57:21.758Z | Compiling bitflags v2.6.0 |
1345 | 2024-12-18T20:57:21.910Z | Compiling bytes v1.8.0 |
1346 | 2024-12-18T20:57:22.190Z | Compiling indexmap v2.6.0 |
1347 | 2024-12-18T20:57:23.235Z | Compiling tokio v1.40.0 |
1348 | 2024-12-18T20:57:23.263Z | Compiling http v1.1.0 |
1349 | 2024-12-18T20:57:23.613Z | Compiling semver v1.0.23 |
1350 | 2024-12-18T20:57:23.631Z | Compiling pest_meta v2.7.14 |
1351 | 2024-12-18T20:57:24.003Z | Compiling cbc v0.1.2 |
1352 | 2024-12-18T20:57:24.279Z | Compiling rustc_version v0.4.1 |
1353 | 2024-12-18T20:57:24.365Z | Compiling openssl-sys v0.9.103 |
1354 | 2024-12-18T20:57:25.053Z | Compiling scroll_derive v0.12.0 |
1355 | 2024-12-18T20:57:25.471Z | Compiling icu_normalizer_data v1.5.0 |
1356 | 2024-12-18T20:57:25.577Z | Compiling write16 v1.0.0 |
1357 | 2024-12-18T20:57:25.701Z | Compiling num_threads v0.1.7 |
1358 | 2024-12-18T20:57:25.775Z | Compiling atomic-waker v1.1.2 |
1359 | 2024-12-18T20:57:25.793Z | Compiling utf16_iter v1.0.5 |
1360 | 2024-12-18T20:57:25.823Z | Compiling utf8_iter v1.0.4 |
1361 | 2024-12-18T20:57:25.955Z | Compiling which v4.4.2 |
1362 | 2024-12-18T20:57:25.992Z | Compiling time v0.3.36 |
1363 | 2024-12-18T20:57:26.065Z | Compiling icu_normalizer v1.5.0 |
1364 | 2024-12-18T20:57:26.505Z | Compiling scroll v0.12.0 |
1365 | 2024-12-18T20:57:26.832Z | Compiling pest_generator v2.7.14 |
1366 | 2024-12-18T20:57:27.068Z | Compiling http-body v1.0.1 |
1367 | 2024-12-18T20:57:27.304Z | Compiling pkcs5 v0.7.1 |
1368 | 2024-12-18T20:57:27.332Z | Compiling form_urlencoded v1.2.1 |
1369 | 2024-12-18T20:57:27.640Z | Compiling try-lock v0.2.5 |
1370 | 2024-12-18T20:57:27.786Z | Compiling slog v2.7.0 |
1371 | 2024-12-18T20:57:28.036Z | Compiling goblin v0.8.2 |
1372 | 2024-12-18T20:57:28.366Z | Compiling pkcs8 v0.10.2 |
1373 | 2024-12-18T20:57:28.526Z | Compiling want v0.3.1 |
1374 | 2024-12-18T20:57:28.760Z | Compiling idna_adapter v1.2.0 |
1375 | 2024-12-18T20:57:28.806Z | Compiling pest_derive v2.7.14 |
1376 | 2024-12-18T20:57:28.822Z | Compiling httpdate v1.0.3 |
1377 | 2024-12-18T20:57:28.986Z | Compiling idna v1.0.3 |
1378 | 2024-12-18T20:57:29.326Z | Compiling toml_datetime v0.6.8 |
1379 | 2024-12-18T20:57:29.611Z | Compiling dtrace-parser v0.2.0 |
1380 | 2024-12-18T20:57:29.845Z | Compiling serde_spanned v0.6.8 |
1381 | 2024-12-18T20:57:29.988Z | Compiling uuid v1.11.0 |
1382 | 2024-12-18T20:57:30.080Z | Compiling serde_tokenstream v0.2.2 |
1383 | 2024-12-18T20:57:30.697Z | Compiling tower-service v0.3.3 |
1384 | 2024-12-18T20:57:30.824Z | Compiling foreign-types-shared v0.1.1 |
1385 | 2024-12-18T20:57:30.827Z | Compiling rustversion v1.0.17 |
1386 | 2024-12-18T20:57:30.935Z | Compiling match_cfg v0.1.0 |
1387 | 2024-12-18T20:57:31.029Z | Compiling adler2 v2.0.0 |
1388 | 2024-12-18T20:57:31.219Z | Compiling base64 v0.22.1 |
1389 | 2024-12-18T20:57:31.236Z | Compiling openssl v0.10.66 |
1390 | 2024-12-18T20:57:31.407Z | Compiling iana-time-zone v0.1.61 |
1391 | 2024-12-18T20:57:31.545Z | Compiling tokio-util v0.7.12 |
1392 | 2024-12-18T20:57:31.661Z | Compiling chrono v0.4.38 |
1393 | 2024-12-18T20:57:31.808Z | Compiling miniz_oxide v0.8.0 |
1394 | 2024-12-18T20:57:31.842Z | Compiling hostname v0.3.1 |
1395 | 2024-12-18T20:57:31.969Z | Compiling foreign-types v0.3.2 |
1396 | 2024-12-18T20:57:32.070Z | Compiling url v2.5.3 |
1397 | 2024-12-18T20:57:32.995Z | Compiling h2 v0.4.6 |
1398 | 2024-12-18T20:57:33.373Z | Compiling async-trait v0.1.83 |
1399 | 2024-12-18T20:57:33.458Z | Compiling openssl-macros v0.1.1 |
1400 | 2024-12-18T20:57:34.075Z | Compiling dof v0.3.0 |
1401 | 2024-12-18T20:57:34.232Z | Compiling dirs-sys-next v0.1.2 |
1402 | 2024-12-18T20:57:34.985Z | Compiling usdt-impl v0.5.0 |
1403 | 2024-12-18T20:57:35.557Z | Compiling rustls v0.22.4 |
1404 | 2024-12-18T20:57:35.822Z | Compiling siphasher v0.3.11 |
1405 | 2024-12-18T20:57:36.451Z | Compiling native-tls v0.2.12 |
1406 | 2024-12-18T20:57:36.474Z | Compiling rustls v0.23.19 |
1407 | 2024-12-18T20:57:36.474Z | Compiling data-encoding v2.6.0 |
1408 | 2024-12-18T20:57:36.474Z | Compiling syn v1.0.109 |
1409 | 2024-12-18T20:57:36.512Z | Compiling dirs-next v2.0.0 |
1410 | 2024-12-18T20:57:37.098Z | Compiling http-body-util v0.1.2 |
1411 | 2024-12-18T20:57:37.634Z | Compiling crossbeam-epoch v0.9.18 |
1412 | 2024-12-18T20:57:38.063Z | Compiling heapless v0.7.17 |
1413 | 2024-12-18T20:57:38.351Z | Compiling sha1 v0.10.6 |
1414 | 2024-12-18T20:57:38.384Z | Compiling signature v2.2.0 |
1415 | 2024-12-18T20:57:38.473Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1416 | 2024-12-18T20:57:38.586Z | Compiling serde_derive_internals v0.29.1 |
1417 | 2024-12-18T20:57:38.659Z | Compiling thread_local v1.1.8 |
1418 | 2024-12-18T20:57:38.748Z | Compiling multer v3.1.0 |
1419 | 2024-12-18T20:57:38.821Z | Compiling encoding_rs v0.8.34 |
1420 | 2024-12-18T20:57:38.944Z | Compiling cookie v0.18.1 |
1421 | 2024-12-18T20:57:39.019Z | Compiling signal-hook v0.3.17 |
1422 | 2024-12-18T20:57:39.224Z | Compiling gimli v0.31.1 |
1423 | 2024-12-18T20:57:39.249Z | Compiling openssl-probe v0.1.5 |
1424 | 2024-12-18T20:57:39.275Z | Compiling schemars v0.8.21 |
1425 | 2024-12-18T20:57:39.594Z | Compiling slog-async v2.8.0 |
1426 | 2024-12-18T20:57:39.636Z | Compiling rayon-core v1.12.1 |
1427 | 2024-12-18T20:57:39.911Z | Compiling hyper v1.5.0 |
1428 | 2024-12-18T20:57:40.107Z | Compiling ipnet v2.10.1 |
1429 | 2024-12-18T20:57:41.369Z | Compiling unicode-properties v0.1.3 |
1430 | 2024-12-18T20:57:41.404Z | Compiling mime v0.3.17 |
1431 | 2024-12-18T20:57:41.764Z | Compiling stringprep v0.1.5 |
1432 | 2024-12-18T20:57:41.982Z | Compiling schemars_derive v0.8.21 |
1433 | 2024-12-18T20:57:43.006Z | Compiling hyper-util v0.1.10 |
1434 | 2024-12-18T20:57:43.548Z | Compiling toml_edit v0.22.22 |
1435 | 2024-12-18T20:57:43.817Z | Compiling addr2line v0.24.2 |
1436 | 2024-12-18T20:57:44.539Z | Compiling usdt-attr-macro v0.5.0 |
1437 | 2024-12-18T20:57:44.584Z | Compiling usdt-macro v0.5.0 |
1438 | 2024-12-18T20:57:45.201Z | Compiling crossbeam-deque v0.8.5 |
1439 | 2024-12-18T20:57:45.518Z | Compiling term v0.7.0 |
1440 | 2024-12-18T20:57:45.826Z | Compiling slog-json v2.6.1 |
1441 | 2024-12-18T20:57:46.049Z | Compiling serde_urlencoded v0.7.1 |
1442 | 2024-12-18T20:57:46.073Z | Compiling crossbeam-channel v0.5.13 |
1443 | 2024-12-18T20:57:46.075Z | Compiling curve25519-dalek v4.1.3 |
1444 | 2024-12-18T20:57:46.185Z | Compiling enum-as-inner v0.6.1 |
1445 | 2024-12-18T20:57:46.561Z | Compiling futures-executor v0.3.31 |
1446 | 2024-12-18T20:57:46.708Z | Compiling md-5 v0.10.6 |
1447 | 2024-12-18T20:57:46.975Z | Compiling rustls-pemfile v2.2.0 |
1448 | 2024-12-18T20:57:47.000Z | Compiling async-stream-impl v0.3.6 |
1449 | 2024-12-18T20:57:47.110Z | Compiling num-integer v0.1.46 |
1450 | 2024-12-18T20:57:47.151Z | Compiling idna v0.4.0 |
1451 | 2024-12-18T20:57:47.272Z | Compiling idna v0.3.0 |
1452 | 2024-12-18T20:57:47.302Z | Compiling hash32 v0.2.1 |
1453 | 2024-12-18T20:57:47.667Z | Compiling ff v0.13.0 |
1454 | 2024-12-18T20:57:47.882Z | Compiling is-terminal v0.4.13 |
1455 | 2024-12-18T20:57:47.882Z | Compiling object v0.36.5 |
1456 | 2024-12-18T20:57:48.013Z | Compiling dropshot v0.12.0 |
1457 | 2024-12-18T20:57:48.294Z | Compiling psl-types v2.0.11 |
1458 | 2024-12-18T20:57:48.363Z | Compiling anyhow v1.0.93 |
1459 | 2024-12-18T20:57:48.496Z | Compiling num-bigint-dig v0.8.4 |
1460 | 2024-12-18T20:57:48.776Z | Compiling quick-error v1.2.3 |
1461 | 2024-12-18T20:57:48.802Z | Compiling take_mut v0.2.2 |
1462 | 2024-12-18T20:57:48.912Z | Compiling linked-hash-map v0.5.6 |
1463 | 2024-12-18T20:57:48.930Z | Compiling portable-atomic v1.9.0 |
1464 | 2024-12-18T20:57:48.958Z | Compiling base16ct v0.2.0 |
1465 | 2024-12-18T20:57:48.978Z | Compiling rustc-demangle v0.1.24 |
1466 | 2024-12-18T20:57:49.308Z | Compiling smoltcp v0.9.1 |
1467 | 2024-12-18T20:57:49.311Z | Compiling utf-8 v0.7.6 |
1468 | 2024-12-18T20:57:49.646Z | Compiling dyn-clone v1.0.17 |
1469 | 2024-12-18T20:57:49.874Z | Compiling fallible-iterator v0.2.0 |
1470 | 2024-12-18T20:57:50.068Z | Compiling tungstenite v0.24.0 |
1471 | 2024-12-18T20:57:50.136Z | Compiling lru-cache v0.1.2 |
1472 | 2024-12-18T20:57:50.333Z | Compiling sec1 v0.7.3 |
1473 | 2024-12-18T20:57:50.581Z | Compiling postgres-protocol v0.6.7 |
1474 | 2024-12-18T20:57:51.877Z | Compiling resolv-conf v0.7.0 |
1475 | 2024-12-18T20:57:51.964Z | Compiling publicsuffix v2.2.3 |
1476 | 2024-12-18T20:57:52.222Z | Compiling async-stream v0.3.6 |
1477 | 2024-12-18T20:57:52.475Z | Compiling hickory-proto v0.24.1 |
1478 | 2024-12-18T20:57:52.515Z | Compiling slog-term v2.9.1 |
1479 | 2024-12-18T20:57:52.534Z | Compiling usdt v0.5.0 |
1480 | 2024-12-18T20:57:52.675Z | Compiling group v0.13.0 |
1481 | 2024-12-18T20:57:53.003Z | Compiling num-iter v0.1.45 |
1482 | 2024-12-18T20:57:53.194Z | Compiling futures v0.3.31 |
1483 | 2024-12-18T20:57:53.314Z | Compiling toml v0.8.19 |
1484 | 2024-12-18T20:57:53.825Z | Compiling slog-bunyan v2.5.0 |
1485 | 2024-12-18T20:57:55.087Z | Compiling camino v1.1.9 |
1486 | 2024-12-18T20:57:55.293Z | Compiling backtrace v0.3.74 |
1487 | 2024-12-18T20:57:55.882Z | Compiling tokio-native-tls v0.3.1 |
1488 | 2024-12-18T20:57:56.068Z | Compiling phf_shared v0.11.2 |
1489 | 2024-12-18T20:57:56.091Z | Compiling dropshot_endpoint v0.12.0 |
1490 | 2024-12-18T20:57:56.151Z | Compiling terminal_size v0.4.0 |
1491 | 2024-12-18T20:57:56.169Z | Compiling waitgroup v0.1.2 |
1492 | 2024-12-18T20:57:56.364Z | Compiling openapiv3 v2.0.0 |
1493 | 2024-12-18T20:57:56.388Z | Compiling serde_path_to_error v0.1.16 |
1494 | 2024-12-18T20:57:56.448Z | Compiling hkdf v0.12.4 |
1495 | 2024-12-18T20:57:56.710Z | Compiling crypto-bigint v0.5.5 |
1496 | 2024-12-18T20:57:57.256Z | Compiling webpki-roots v0.26.6 |
1497 | 2024-12-18T20:57:57.472Z | Compiling zerocopy-derive v0.6.6 |
1498 | 2024-12-18T20:57:58.952Z | Compiling curve25519-dalek-derive v0.1.1 |
1499 | 2024-12-18T20:57:59.589Z | Compiling hubpack_derive v0.1.1 |
1500 | 2024-12-18T20:57:59.768Z | Compiling idna v0.5.0 |
1501 | 2024-12-18T20:58:00.483Z | Compiling hostname v0.4.0 |
1502 | 2024-12-18T20:58:00.514Z | Compiling fs-err v2.11.0 |
1503 | 2024-12-18T20:58:00.722Z | Compiling crc32fast v1.4.2 |
1504 | 2024-12-18T20:58:00.741Z | Compiling ahash v0.8.11 |
1505 | 2024-12-18T20:58:00.773Z | Compiling winnow v0.5.40 |
1506 | 2024-12-18T20:58:00.795Z | Compiling managed v0.8.0 |
1507 | 2024-12-18T20:58:01.043Z | Compiling debug-ignore v1.0.5 |
1508 | 2024-12-18T20:58:01.078Z | Compiling bitflags v1.3.2 |
1509 | 2024-12-18T20:58:01.178Z | Compiling strum_macros v0.25.3 |
1510 | 2024-12-18T20:58:01.196Z | Compiling console v0.15.8 |
1511 | 2024-12-18T20:58:01.435Z | Compiling clap_builder v4.5.21 |
1512 | 2024-12-18T20:58:02.807Z | Compiling flate2 v1.0.34 |
1513 | 2024-12-18T20:58:02.891Z | Compiling cookie_store v0.21.0 |
1514 | 2024-12-18T20:58:02.970Z | Compiling hubpack v0.1.2 |
1515 | 2024-12-18T20:58:03.428Z | Compiling zerocopy v0.6.6 |
1516 | 2024-12-18T20:58:03.776Z | Compiling elliptic-curve v0.13.8 |
1517 | 2024-12-18T20:58:04.349Z | Compiling toml_edit v0.19.15 |
1518 | 2024-12-18T20:58:04.507Z | Compiling hickory-resolver v0.24.1 |
1519 | 2024-12-18T20:58:04.635Z | Compiling phf v0.11.2 |
1520 | 2024-12-18T20:58:04.666Z | Compiling hyper-tls v0.6.0 |
1521 | 2024-12-18T20:58:05.085Z | Compiling signal-hook-mio v0.2.4 |
1522 | 2024-12-18T20:58:05.249Z | Compiling rayon v1.10.0 |
1523 | 2024-12-18T20:58:05.305Z | Compiling bzip2 v0.4.4 |
1524 | 2024-12-18T20:58:05.775Z | Compiling postgres-types v0.2.8 |
1525 | 2024-12-18T20:58:07.303Z | Compiling tokio-tungstenite v0.24.0 |
1526 | 2024-12-18T20:58:09.200Z | Compiling ed25519 v2.2.3 |
1527 | 2024-12-18T20:58:10.083Z | Compiling phf_shared v0.10.0 |
1528 | 2024-12-18T20:58:10.498Z | Compiling tokio-stream v0.1.16 |
1529 | 2024-12-18T20:58:10.888Z | Compiling pkcs1 v0.7.5 |
1530 | 2024-12-18T20:58:11.065Z | Compiling serde-big-array v0.5.1 |
1531 | 2024-12-18T20:58:11.267Z | Compiling clap_derive v4.5.18 |
1532 | 2024-12-18T20:58:11.301Z | Compiling rfc6979 v0.4.0 |
1533 | 2024-12-18T20:58:11.493Z | Compiling serde_repr v0.1.19 |
1534 | 2024-12-18T20:58:11.536Z | Compiling derive-where v1.2.7 |
1535 | 2024-12-18T20:58:11.594Z | Compiling float-cmp v0.9.0 |
1536 | 2024-12-18T20:58:11.816Z | Compiling bstr v1.10.0 |
1537 | 2024-12-18T20:58:11.857Z | Compiling sync_wrapper v1.0.1 |
1538 | 2024-12-18T20:58:12.012Z | Compiling normalize-line-endings v0.3.0 |
1539 | 2024-12-18T20:58:12.142Z | Compiling precomputed-hash v0.1.1 |
1540 | 2024-12-18T20:58:12.259Z | Compiling fixedbitset v0.4.2 |
1541 | 2024-12-18T20:58:12.297Z | Compiling static_assertions v1.1.0 |
1542 | 2024-12-18T20:58:12.426Z | Compiling bit-vec v0.6.3 |
1543 | 2024-12-18T20:58:12.658Z | Compiling new_debug_unreachable v1.0.6 |
1544 | 2024-12-18T20:58:12.707Z | Compiling difflib v0.4.0 |
1545 | 2024-12-18T20:58:12.754Z | Compiling predicates-core v1.0.8 |
1546 | 2024-12-18T20:58:12.896Z | Compiling number_prefix v0.4.0 |
1547 | 2024-12-18T20:58:13.115Z | Compiling whoami v1.5.2 |
1548 | 2024-12-18T20:58:13.117Z | Compiling unicode-segmentation v1.12.0 |
1549 | 2024-12-18T20:58:13.520Z | Compiling unicode-width v0.2.0 |
1550 | 2024-12-18T20:58:13.749Z | Compiling tokio-postgres v0.7.12 |
1551 | 2024-12-18T20:58:13.958Z | Compiling similar v2.6.0 |
1552 | 2024-12-18T20:58:14.048Z | Compiling indicatif v0.17.9 |
1553 | 2024-12-18T20:58:14.305Z | Compiling predicates v3.1.2 |
1554 | 2024-12-18T20:58:15.226Z | Compiling bit-set v0.5.3 |
1555 | 2024-12-18T20:58:15.520Z | Compiling string_cache v0.8.7 |
1556 | 2024-12-18T20:58:15.980Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=97301243f0707708ae9e629e2b4cdea5ae3fd078#97301243) |
1557 | 2024-12-18T20:58:16.028Z | Compiling petgraph v0.6.5 |
1558 | 2024-12-18T20:58:16.293Z | Compiling ecdsa v0.16.9 |
1559 | 2024-12-18T20:58:16.310Z | Compiling rsa v0.9.6 |
1560 | 2024-12-18T20:58:16.351Z | Compiling clap v4.5.21 |
1561 | 2024-12-18T20:58:16.474Z | Compiling ed25519-dalek v2.1.1 |
1562 | 2024-12-18T20:58:17.132Z | Compiling toml v0.7.8 |
1563 | 2024-12-18T20:58:17.792Z | Compiling zip v0.6.6 |
1564 | 2024-12-18T20:58:18.855Z | Compiling crossterm v0.28.1 |
1565 | 2024-12-18T20:58:20.082Z | Compiling hex v0.4.3 |
1566 | 2024-12-18T20:58:20.100Z | Compiling x509-cert v0.2.5 |
1567 | 2024-12-18T20:58:20.218Z | Compiling unicode-xid v0.2.6 |
1568 | 2024-12-18T20:58:20.268Z | Compiling peg-runtime v0.8.3 |
1569 | 2024-12-18T20:58:20.385Z | Compiling lalrpop-util v0.19.12 |
1570 | 2024-12-18T20:58:20.660Z | Compiling strum_macros v0.26.4 |
1571 | 2024-12-18T20:58:20.747Z | Compiling xattr v1.3.1 |
1572 | 2024-12-18T20:58:20.959Z | Compiling filetime v0.2.25 |
1573 | 2024-12-18T20:58:21.266Z | Compiling tar v0.4.42 |
1574 | 2024-12-18T20:58:25.744Z | Compiling strum v0.26.3 |
1575 | 2024-12-18T20:58:28.810Z | Compiling aws-lc-sys v0.22.0 |
1576 | 2024-12-18T20:59:04.447Z | Compiling rustls-webpki v0.102.8 |
1577 | 2024-12-18T20:59:07.729Z | Compiling tokio-rustls v0.25.0 |
1578 | 2024-12-18T20:59:09.431Z | Compiling tokio-rustls v0.26.0 |
1579 | 2024-12-18T20:59:09.818Z | Compiling hyper-rustls v0.27.3 |
1580 | 2024-12-18T20:59:10.128Z | Compiling reqwest v0.12.9 |
1581 | 2024-12-18T20:59:11.179Z | Compiling qorb v0.2.1 |
1582 | 2024-12-18T20:59:16.026Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1583 | 2024-12-18T20:59:16.250Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1584 | 2024-12-18T20:59:21.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
1585 | 2024-12-18T20:59:22.155Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1586 | 2024-12-18T20:59:22.198Z | Dec 18 20:59:21.141 INFO Starting download, target: Console |
1587 | 2024-12-18T20:59:22.198Z | Dec 18 20:59:21.141 INFO Starting download, target: DendriteStub |
1588 | 2024-12-18T20:59:22.198Z | Dec 18 20:59:21.141 INFO Starting download, target: DendriteOpenapi |
1589 | 2024-12-18T20:59:22.200Z | Dec 18 20:59:21.141 INFO Starting download, target: Clickhouse |
1590 | 2024-12-18T20:59:22.201Z | Dec 18 20:59:21.141 INFO Starting download, target: Cockroach |
1591 | 2024-12-18T20:59:22.201Z | Dec 18 20:59:21.141 INFO Starting download, target: MaghemiteMgd |
1592 | 2024-12-18T20:59:22.201Z | Dec 18 20:59:21.141 INFO Starting download, target: TransceiverControl |
1593 | 2024-12-18T20:59:22.201Z | Dec 18 20:59:21.142 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1594 | 2024-12-18T20:59:22.201Z | Dec 18 20:59:21.142 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1595 | 2024-12-18T20:59:22.201Z | Dec 18 20:59:21.142 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1596 | 2024-12-18T20:59:22.201Z | Dec 18 20:59:21.142 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1597 | 2024-12-18T20:59:22.201Z | Dec 18 20:59:21.142 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1598 | 2024-12-18T20:59:22.201Z | Dec 18 20:59:21.142 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1599 | 2024-12-18T20:59:22.201Z | Dec 18 20:59:21.142 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1600 | 2024-12-18T20:59:22.386Z | Dec 18 20:59:21.329 INFO Download complete, target: DendriteOpenapi |
1601 | 2024-12-18T20:59:22.556Z | Dec 18 20:59:21.494 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1602 | 2024-12-18T20:59:22.757Z | Dec 18 20:59:21.690 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1603 | 2024-12-18T20:59:23.075Z | Dec 18 20:59:22.014 INFO Download complete, target: Console |
1604 | 2024-12-18T20:59:23.113Z | Dec 18 20:59:22.054 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1605 | 2024-12-18T20:59:23.209Z | Dec 18 20:59:22.148 INFO Download complete, target: TransceiverControl |
1606 | 2024-12-18T20:59:23.261Z | Dec 18 20:59:22.202 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1607 | 2024-12-18T20:59:23.790Z | Dec 18 20:59:22.732 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1608 | 2024-12-18T20:59:23.790Z | Dec 18 20:59:22.732 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1609 | 2024-12-18T20:59:24.327Z | Dec 18 20:59:23.270 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1610 | 2024-12-18T20:59:26.035Z | Dec 18 20:59:24.977 INFO Download complete, target: DendriteStub |
1611 | 2024-12-18T20:59:26.150Z | Dec 18 20:59:25.092 INFO Download complete, target: MaghemiteMgd |
1612 | 2024-12-18T20:59:31.060Z | Dec 18 20:59:30.001 INFO Checking that binary works, target: Cockroach |
1613 | 2024-12-18T20:59:31.224Z | Dec 18 20:59:30.164 INFO Download complete, target: Cockroach |
1614 | 2024-12-18T20:59:36.446Z | Dec 18 20:59:35.386 INFO Checking that binary works, target: Clickhouse |
1615 | 2024-12-18T20:59:37.158Z | Dec 18 20:59:36.098 INFO Download complete, target: Clickhouse |
1616 | 2024-12-18T20:59:37.165Z | All prerequisites installed successfully |
1617 | 2024-12-18T20:59:37.169Z | |
1618 | 2024-12-18T20:59:37.169Z | real 4:52.562741721 |
1619 | 2024-12-18T20:59:37.169Z | user 16:12.697619223 |
1620 | 2024-12-18T20:59:37.169Z | sys 3:07.009026440 |
1621 | 2024-12-18T20:59:37.169Z | trap 0.483748355 |
1622 | 2024-12-18T20:59:37.169Z | tflt 7.673943468 |
1623 | 2024-12-18T20:59:37.169Z | dflt 7.361577633 |
1624 | 2024-12-18T20:59:37.169Z | kflt 0.434557260 |
1625 | 2024-12-18T20:59:37.169Z | lock 32:36.052623497 |
1626 | 2024-12-18T20:59:37.169Z | slp 1:02:08.188938332 |
1627 | 2024-12-18T20:59:37.169Z | lat 50.170741225 |
1628 | 2024-12-18T20:59:37.169Z | stop 1:59.300510475 |
1629 | 2024-12-18T20:59:37.169Z | + source ./tools/include/force-git-over-https.sh |
1630 | 2024-12-18T20:59:37.169Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1631 | 2024-12-18T20:59:37.169Z | ++ (( i = 0 )) |
1632 | 2024-12-18T20:59:37.169Z | ++ (( i < 5 )) |
1633 | 2024-12-18T20:59:37.169Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1634 | 2024-12-18T20:59:37.172Z | ++ (( i++ )) |
1635 | 2024-12-18T20:59:37.172Z | ++ (( i < 5 )) |
1636 | 2024-12-18T20:59:37.172Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1637 | 2024-12-18T20:59:37.175Z | ++ (( i++ )) |
1638 | 2024-12-18T20:59:37.175Z | ++ (( i < 5 )) |
1639 | 2024-12-18T20:59:37.175Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1640 | 2024-12-18T20:59:37.178Z | ++ (( i++ )) |
1641 | 2024-12-18T20:59:37.178Z | ++ (( i < 5 )) |
1642 | 2024-12-18T20:59:37.178Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1643 | 2024-12-18T20:59:37.180Z | ++ (( i++ )) |
1644 | 2024-12-18T20:59:37.180Z | ++ (( i < 5 )) |
1645 | 2024-12-18T20:59:37.180Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1646 | 2024-12-18T20:59:37.183Z | ++ (( i++ )) |
1647 | 2024-12-18T20:59:37.183Z | ++ (( i < 5 )) |
1648 | 2024-12-18T20:59:37.183Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1649 | 2024-12-18T20:59:37.183Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1650 | 2024-12-18T20:59:37.183Z | + rc=0 |
1651 | 2024-12-18T20:59:37.183Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1652 | 2024-12-18T21:00:06.412Z | + case $rc in |
1653 | 2024-12-18T21:00:06.412Z | + pfexec zfs create -p rpool/images/build/host |
1654 | 2024-12-18T21:00:06.611Z | + pfexec zfs create -p rpool/images/build/recovery |
1655 | 2024-12-18T21:00:06.721Z | + cargo xtask releng --output-dir /work |
1656 | 2024-12-18T21:00:07.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1657 | 2024-12-18T21:00:07.255Z | Running `target/debug/xtask releng --output-dir /work` |
1658 | 2024-12-18T21:00:08.138Z | Compiling proc-macro2 v1.0.89 |
1659 | 2024-12-18T21:00:08.138Z | Compiling unicode-ident v1.0.13 |
1660 | 2024-12-18T21:00:08.138Z | Compiling libc v0.2.162 |
1661 | 2024-12-18T21:00:08.138Z | Compiling serde v1.0.215 |
1662 | 2024-12-18T21:00:08.155Z | Compiling autocfg v1.4.0 |
1663 | 2024-12-18T21:00:08.155Z | Compiling version_check v0.9.5 |
1664 | 2024-12-18T21:00:08.156Z | Compiling cfg-if v1.0.0 |
1665 | 2024-12-18T21:00:08.431Z | Compiling memchr v2.7.4 |
1666 | 2024-12-18T21:00:08.436Z | Compiling typenum v1.17.0 |
1667 | 2024-12-18T21:00:08.469Z | Compiling shlex v1.3.0 |
1668 | 2024-12-18T21:00:08.960Z | Compiling generic-array v0.14.7 |
1669 | 2024-12-18T21:00:09.008Z | Compiling value-bag v1.9.0 |
1670 | 2024-12-18T21:00:09.205Z | Compiling lock_api v0.4.12 |
1671 | 2024-12-18T21:00:09.297Z | Compiling scopeguard v1.2.0 |
1672 | 2024-12-18T21:00:09.482Z | Compiling log v0.4.22 |
1673 | 2024-12-18T21:00:09.641Z | Compiling rustix v0.38.37 |
1674 | 2024-12-18T21:00:09.831Z | Compiling parking_lot_core v0.9.10 |
1675 | 2024-12-18T21:00:10.189Z | Compiling quote v1.0.37 |
1676 | 2024-12-18T21:00:10.237Z | Compiling serde_json v1.0.132 |
1677 | 2024-12-18T21:00:10.281Z | Compiling jobserver v0.1.32 |
1678 | 2024-12-18T21:00:10.316Z | Compiling getrandom v0.2.15 |
1679 | 2024-12-18T21:00:10.559Z | Compiling syn v2.0.87 |
1680 | 2024-12-18T21:00:10.664Z | Compiling cc v1.1.30 |
1681 | 2024-12-18T21:00:10.717Z | Compiling libm v0.2.8 |
1682 | 2024-12-18T21:00:10.802Z | Compiling num-traits v0.2.19 |
1683 | 2024-12-18T21:00:10.832Z | Compiling once_cell v1.20.2 |
1684 | 2024-12-18T21:00:10.853Z | Compiling thiserror v1.0.69 |
1685 | 2024-12-18T21:00:11.022Z | Compiling spin v0.9.8 |
1686 | 2024-12-18T21:00:11.046Z | Compiling itoa v1.0.11 |
1687 | 2024-12-18T21:00:11.082Z | Compiling aho-corasick v1.1.3 |
1688 | 2024-12-18T21:00:11.277Z | Compiling regex-syntax v0.8.5 |
1689 | 2024-12-18T21:00:11.377Z | Compiling slab v0.4.9 |
1690 | 2024-12-18T21:00:11.546Z | Compiling errno v0.3.9 |
1691 | 2024-12-18T21:00:11.850Z | Compiling byteorder v1.5.0 |
1692 | 2024-12-18T21:00:12.134Z | Compiling lazy_static v1.5.0 |
1693 | 2024-12-18T21:00:12.310Z | Compiling rand_core v0.6.4 |
1694 | 2024-12-18T21:00:12.381Z | Compiling either v1.13.0 |
1695 | 2024-12-18T21:00:12.763Z | Compiling glob v0.3.1 |
1696 | 2024-12-18T21:00:12.902Z | Compiling subtle v2.6.1 |
1697 | 2024-12-18T21:00:13.128Z | Compiling prettyplease v0.2.25 |
1698 | 2024-12-18T21:00:13.474Z | Compiling minimal-lexical v0.2.1 |
1699 | 2024-12-18T21:00:13.568Z | Compiling clang-sys v1.8.1 |
1700 | 2024-12-18T21:00:13.668Z | Compiling libloading v0.8.5 |
1701 | 2024-12-18T21:00:13.961Z | Compiling nom v7.1.3 |
1702 | 2024-12-18T21:00:14.123Z | Compiling bindgen v0.69.5 |
1703 | 2024-12-18T21:00:14.241Z | Compiling home v0.5.9 |
1704 | 2024-12-18T21:00:14.636Z | Compiling itertools v0.10.5 |
1705 | 2024-12-18T21:00:14.897Z | Compiling rustc-hash v1.1.0 |
1706 | 2024-12-18T21:00:15.045Z | Compiling regex-automata v0.4.8 |
1707 | 2024-12-18T21:00:15.086Z | Compiling lazycell v1.3.0 |
1708 | 2024-12-18T21:00:16.112Z | Compiling cmake v0.1.51 |
1709 | 2024-12-18T21:00:17.054Z | Compiling dunce v1.0.5 |
1710 | 2024-12-18T21:00:17.181Z | Compiling semver v1.0.23 |
1711 | 2024-12-18T21:00:17.367Z | Compiling pkg-config v0.3.31 |
1712 | 2024-12-18T21:00:17.441Z | Compiling cexpr v0.6.0 |
1713 | 2024-12-18T21:00:17.447Z | Compiling smallvec v1.13.2 |
1714 | 2024-12-18T21:00:17.619Z | Compiling fs_extra v1.3.0 |
1715 | 2024-12-18T21:00:17.715Z | Compiling ring v0.17.8 |
1716 | 2024-12-18T21:00:18.253Z | Compiling paste v1.0.15 |
1717 | 2024-12-18T21:00:18.299Z | Compiling synstructure v0.13.1 |
1718 | 2024-12-18T21:00:18.738Z | Compiling ryu v1.0.18 |
1719 | 2024-12-18T21:00:19.060Z | Compiling aws-lc-rs v1.10.0 |
1720 | 2024-12-18T21:00:19.064Z | Compiling const-oid v0.9.6 |
1721 | 2024-12-18T21:00:19.500Z | Compiling httparse v1.9.5 |
1722 | 2024-12-18T21:00:19.965Z | Compiling pin-project-lite v0.2.14 |
1723 | 2024-12-18T21:00:20.138Z | Compiling heck v0.5.0 |
1724 | 2024-12-18T21:00:20.676Z | Compiling regex v1.11.1 |
1725 | 2024-12-18T21:00:20.810Z | Compiling allocator-api2 v0.2.18 |
1726 | 2024-12-18T21:00:21.372Z | Compiling futures-core v0.3.31 |
1727 | 2024-12-18T21:00:21.775Z | Compiling signal-hook-registry v1.4.2 |
1728 | 2024-12-18T21:00:21.853Z | Compiling time-core v0.1.2 |
1729 | 2024-12-18T21:00:22.106Z | Compiling num-conv v0.1.0 |
1730 | 2024-12-18T21:00:22.478Z | Compiling crossbeam-utils v0.8.20 |
1731 | 2024-12-18T21:00:22.657Z | Compiling time-macros v0.2.18 |
1732 | 2024-12-18T21:00:22.872Z | Compiling parking_lot v0.12.3 |
1733 | 2024-12-18T21:00:23.109Z | Compiling mio v1.0.2 |
1734 | 2024-12-18T21:00:23.229Z | Compiling vcpkg v0.2.15 |
1735 | 2024-12-18T21:00:23.510Z | Compiling fnv v1.0.7 |
1736 | 2024-12-18T21:00:23.663Z | Compiling schemars v0.8.21 |
1737 | 2024-12-18T21:00:24.168Z | Compiling serde_derive v1.0.215 |
1738 | 2024-12-18T21:00:24.366Z | Compiling zeroize_derive v1.4.2 |
1739 | 2024-12-18T21:00:24.792Z | Compiling zerocopy-derive v0.7.35 |
1740 | 2024-12-18T21:00:24.913Z | Compiling tokio-macros v2.4.0 |
1741 | 2024-12-18T21:00:25.088Z | Compiling thiserror-impl v1.0.69 |
1742 | 2024-12-18T21:00:25.161Z | Compiling zerofrom-derive v0.1.4 |
1743 | 2024-12-18T21:00:25.916Z | Compiling yoke-derive v0.7.4 |
1744 | 2024-12-18T21:00:25.964Z | Compiling zeroize v1.8.1 |
1745 | 2024-12-18T21:00:26.534Z | Compiling futures-macro v0.3.31 |
1746 | 2024-12-18T21:00:26.605Z | Compiling zerovec-derive v0.10.3 |
1747 | 2024-12-18T21:00:27.016Z | Compiling displaydoc v0.2.5 |
1748 | 2024-12-18T21:00:28.217Z | Compiling zerocopy v0.7.35 |
1749 | 2024-12-18T21:00:28.520Z | Compiling crypto-common v0.1.6 |
1750 | 2024-12-18T21:00:28.749Z | Compiling icu_provider_macros v1.5.0 |
1751 | 2024-12-18T21:00:28.776Z | Compiling tracing-attributes v0.1.27 |
1752 | 2024-12-18T21:00:28.780Z | Compiling block-buffer v0.10.4 |
1753 | 2024-12-18T21:00:29.130Z | Compiling digest v0.10.7 |
1754 | 2024-12-18T21:00:29.269Z | Compiling der_derive v0.7.3 |
1755 | 2024-12-18T21:00:29.632Z | Compiling openssl-sys v0.9.103 |
1756 | 2024-12-18T21:00:30.714Z | Compiling serde_derive_internals v0.29.1 |
1757 | 2024-12-18T21:00:31.435Z | Compiling socket2 v0.5.8 |
1758 | 2024-12-18T21:00:31.591Z | Compiling ahash v0.8.11 |
1759 | 2024-12-18T21:00:33.235Z | Compiling equivalent v1.0.1 |
1760 | 2024-12-18T21:00:33.360Z | Compiling foldhash v0.1.3 |
1761 | 2024-12-18T21:00:33.432Z | Compiling schemars_derive v0.8.21 |
1762 | 2024-12-18T21:00:33.435Z | Compiling futures-sink v0.3.31 |
1763 | 2024-12-18T21:00:33.678Z | Compiling cpufeatures v0.2.14 |
1764 | 2024-12-18T21:00:33.771Z | Compiling hashbrown v0.15.1 |
1765 | 2024-12-18T21:00:33.836Z | Compiling stable_deref_trait v1.2.0 |
1766 | 2024-12-18T21:00:34.097Z | Compiling slog v2.7.0 |
1767 | 2024-12-18T21:00:35.152Z | Compiling futures-channel v0.3.31 |
1768 | 2024-12-18T21:00:35.467Z | Compiling zerofrom v0.1.4 |
1769 | 2024-12-18T21:00:35.624Z | Compiling scroll_derive v0.12.0 |
1770 | 2024-12-18T21:00:35.628Z | Compiling openssl v0.10.66 |
1771 | 2024-12-18T21:00:35.784Z | Compiling futures-task v0.3.31 |
1772 | 2024-12-18T21:00:35.877Z | Compiling ucd-trie v0.1.7 |
1773 | 2024-12-18T21:00:36.072Z | Compiling pin-utils v0.1.0 |
1774 | 2024-12-18T21:00:36.187Z | Compiling futures-io v0.3.31 |
1775 | 2024-12-18T21:00:36.241Z | Compiling pest v2.7.14 |
1776 | 2024-12-18T21:00:36.246Z | Compiling yoke v0.7.4 |
1777 | 2024-12-18T21:00:36.420Z | Compiling futures-util v0.3.31 |
1778 | 2024-12-18T21:00:36.764Z | Compiling hmac v0.12.1 |
1779 | 2024-12-18T21:00:37.241Z | Compiling tinyvec_macros v0.1.1 |
1780 | 2024-12-18T21:00:37.301Z | Compiling zerovec v0.10.4 |
1781 | 2024-12-18T21:00:37.408Z | Compiling tinyvec v1.8.0 |
1782 | 2024-12-18T21:00:38.433Z | Compiling bitflags v2.6.0 |
1783 | 2024-12-18T21:00:39.115Z | Compiling bytes v1.8.0 |
1784 | 2024-12-18T21:00:40.592Z | Compiling tokio v1.40.0 |
1785 | 2024-12-18T21:00:41.588Z | Compiling indexmap v2.6.0 |
1786 | 2024-12-18T21:00:41.638Z | Compiling serde_tokenstream v0.2.2 |
1787 | 2024-12-18T21:00:42.956Z | Compiling http v1.1.0 |
1788 | 2024-12-18T21:00:43.922Z | Compiling which v4.4.2 |
1789 | 2024-12-18T21:00:44.180Z | Compiling rustc_version v0.4.1 |
1790 | 2024-12-18T21:00:44.877Z | Compiling pest_meta v2.7.14 |
1791 | 2024-12-18T21:00:44.962Z | Compiling uuid v1.11.0 |
1792 | 2024-12-18T21:00:49.125Z | Compiling block-padding v0.3.3 |
1793 | 2024-12-18T21:00:49.459Z | Compiling openssl-macros v0.1.1 |
1794 | 2024-12-18T21:00:49.459Z | Compiling iana-time-zone v0.1.61 |
1795 | 2024-12-18T21:00:49.459Z | Compiling native-tls v0.2.12 |
1796 | 2024-12-18T21:00:49.459Z | Compiling rustls v0.23.19 |
1797 | 2024-12-18T21:00:49.594Z | Compiling pest_generator v2.7.14 |
1798 | 2024-12-18T21:00:49.594Z | Compiling chrono v0.4.38 |
1799 | 2024-12-18T21:00:49.594Z | Compiling inout v0.1.3 |
1800 | 2024-12-18T21:00:49.594Z | Compiling unicode-normalization v0.1.24 |
1801 | 2024-12-18T21:00:49.603Z | Compiling cipher v0.4.4 |
1802 | 2024-12-18T21:00:49.603Z | Compiling pest_derive v2.7.14 |
1803 | 2024-12-18T21:00:49.682Z | Compiling tinystr v0.7.6 |
1804 | 2024-12-18T21:00:50.265Z | Compiling sha2 v0.10.8 |
1805 | 2024-12-18T21:00:50.588Z | Compiling async-trait v0.1.83 |
1806 | 2024-12-18T21:00:50.836Z | Compiling usdt-impl v0.5.0 |
1807 | 2024-12-18T21:00:51.198Z | Compiling cookie v0.18.1 |
1808 | 2024-12-18T21:00:51.283Z | Compiling unicode-bidi v0.3.17 |
1809 | 2024-12-18T21:00:51.609Z | Compiling litemap v0.7.3 |
1810 | 2024-12-18T21:00:57.141Z | Compiling base64ct v1.6.0 |
1811 | 2024-12-18T21:00:57.227Z | Compiling writeable v0.5.5 |
1812 | 2024-12-18T21:00:57.232Z | Compiling pem-rfc7468 v0.7.0 |
1813 | 2024-12-18T21:00:57.232Z | Compiling icu_locid v1.5.0 |
1814 | 2024-12-18T21:00:57.232Z | Compiling scroll v0.12.0 |
1815 | 2024-12-18T21:00:57.232Z | Compiling ppv-lite86 v0.2.20 |
1816 | 2024-12-18T21:00:57.232Z | Compiling tracing-core v0.1.32 |
1817 | 2024-12-18T21:00:57.232Z | Compiling percent-encoding v2.3.1 |
1818 | 2024-12-18T21:00:57.232Z | Compiling flagset v0.4.6 |
1819 | 2024-12-18T21:00:57.275Z | Compiling rustls-pki-types v1.10.0 |
1820 | 2024-12-18T21:00:58.667Z | Compiling aws-lc-sys v0.22.0 |
1821 | 2024-12-18T21:00:58.764Z | Compiling syn v1.0.109 |
1822 | 2024-12-18T21:00:59.050Z | Compiling plain v0.2.3 |
1823 | 2024-12-18T21:00:59.214Z | Compiling camino v1.1.9 |
1824 | 2024-12-18T21:00:59.377Z | Compiling untrusted v0.7.1 |
1825 | 2024-12-18T21:00:59.568Z | Compiling dyn-clone v1.0.17 |
1826 | 2024-12-18T21:00:59.883Z | Compiling goblin v0.8.2 |
1827 | 2024-12-18T21:01:02.145Z | Compiling tracing v0.1.40 |
1828 | 2024-12-18T21:01:03.036Z | Compiling der v0.7.9 |
1829 | 2024-12-18T21:01:03.215Z | Compiling rand_chacha v0.3.1 |
1830 | 2024-12-18T21:01:04.179Z | Compiling icu_provider v1.5.0 |
1831 | 2024-12-18T21:01:05.591Z | Compiling tokio-util v0.7.12 |
1832 | 2024-12-18T21:01:06.524Z | Compiling powerfmt v0.2.0 |
1833 | 2024-12-18T21:01:07.289Z | Compiling mirai-annotations v1.12.0 |
1834 | 2024-12-18T21:01:07.493Z | Compiling rayon-core v1.12.1 |
1835 | 2024-12-18T21:01:07.541Z | Compiling pretty-hex v0.4.1 |
1836 | 2024-12-18T21:01:07.767Z | Compiling rustls v0.22.4 |
1837 | 2024-12-18T21:01:07.815Z | Compiling untrusted v0.9.0 |
1838 | 2024-12-18T21:01:07.884Z | Compiling icu_locid_transform_data v1.5.0 |
1839 | 2024-12-18T21:01:08.075Z | Compiling icu_locid_transform v1.5.0 |
1840 | 2024-12-18T21:01:08.218Z | Compiling dof v0.3.0 |
1841 | 2024-12-18T21:01:09.348Z | Compiling deranged v0.3.11 |
1842 | 2024-12-18T21:01:10.227Z | Compiling spki v0.7.3 |
1843 | 2024-12-18T21:01:10.596Z | Compiling rand v0.8.5 |
1844 | 2024-12-18T21:01:11.926Z | Compiling dtrace-parser v0.2.0 |
1845 | 2024-12-18T21:01:12.393Z | Compiling salsa20 v0.10.2 |
1846 | 2024-12-18T21:01:12.553Z | Compiling icu_collections v1.5.0 |
1847 | 2024-12-18T21:01:13.902Z | Compiling pbkdf2 v0.12.2 |
1848 | 2024-12-18T21:01:14.200Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1849 | 2024-12-18T21:01:14.809Z | Compiling thread-id v4.2.2 |
1850 | 2024-12-18T21:01:15.617Z | Compiling icu_properties_data v1.5.0 |
1851 | 2024-12-18T21:01:16.224Z | Compiling num_threads v0.1.7 |
1852 | 2024-12-18T21:01:16.256Z | Compiling atomic-waker v1.1.2 |
1853 | 2024-12-18T21:01:16.452Z | Compiling icu_properties v1.5.1 |
1854 | 2024-12-18T21:01:16.495Z | Compiling time v0.3.36 |
1855 | 2024-12-18T21:01:21.785Z | Compiling scrypt v0.11.0 |
1856 | 2024-12-18T21:01:22.089Z | Compiling form_urlencoded v1.2.1 |
1857 | 2024-12-18T21:01:22.360Z | Compiling cbc v0.1.2 |
1858 | 2024-12-18T21:01:22.584Z | Compiling aes v0.8.4 |
1859 | 2024-12-18T21:01:22.637Z | Compiling http-body v1.0.1 |
1860 | 2024-12-18T21:01:23.160Z | Compiling multer v3.1.0 |
1861 | 2024-12-18T21:01:23.184Z | Compiling utf8_iter v1.0.4 |
1862 | 2024-12-18T21:01:23.574Z | Compiling write16 v1.0.0 |
1863 | 2024-12-18T21:01:23.753Z | Compiling try-lock v0.2.5 |
1864 | 2024-12-18T21:01:23.777Z | Compiling slog-async v2.8.0 |
1865 | 2024-12-18T21:01:23.945Z | Compiling icu_normalizer_data v1.5.0 |
1866 | 2024-12-18T21:01:24.230Z | Compiling utf16_iter v1.0.5 |
1867 | 2024-12-18T21:01:24.454Z | Compiling icu_normalizer v1.5.0 |
1868 | 2024-12-18T21:01:24.606Z | Compiling want v0.3.1 |
1869 | 2024-12-18T21:01:24.925Z | Compiling pkcs5 v0.7.1 |
1870 | 2024-12-18T21:01:28.471Z | Compiling h2 v0.4.6 |
1871 | 2024-12-18T21:01:30.020Z | Compiling heapless v0.7.17 |
1872 | 2024-12-18T21:01:30.532Z | Compiling zerocopy-derive v0.6.6 |
1873 | 2024-12-18T21:01:30.701Z | Compiling base64 v0.22.1 |
1874 | 2024-12-18T21:01:31.320Z | Compiling anyhow v1.0.93 |
1875 | 2024-12-18T21:01:32.016Z | Compiling signal-hook v0.3.17 |
1876 | 2024-12-18T21:01:32.061Z | Compiling num-bigint-dig v0.8.4 |
1877 | 2024-12-18T21:01:32.359Z | Compiling httpdate v1.0.3 |
1878 | 2024-12-18T21:01:33.977Z | Compiling idna_adapter v1.2.0 |
1879 | 2024-12-18T21:01:34.285Z | Compiling pkcs8 v0.10.2 |
1880 | 2024-12-18T21:01:34.972Z | Compiling usdt-macro v0.5.0 |
1881 | 2024-12-18T21:01:35.100Z | Compiling usdt-attr-macro v0.5.0 |
1882 | 2024-12-18T21:01:36.966Z | Compiling hyper v1.5.0 |
1883 | 2024-12-18T21:01:37.182Z | Compiling async-stream-impl v0.3.6 |
1884 | 2024-12-18T21:01:37.804Z | Compiling tower-service v0.3.3 |
1885 | 2024-12-18T21:01:38.427Z | Compiling strsim v0.11.1 |
1886 | 2024-12-18T21:01:38.508Z | Compiling rustversion v1.0.17 |
1887 | 2024-12-18T21:01:39.948Z | Compiling idna v1.0.3 |
1888 | 2024-12-18T21:01:40.740Z | Compiling hyper-util v0.1.10 |
1889 | 2024-12-18T21:01:47.640Z | Compiling curve25519-dalek v4.1.3 |
1890 | 2024-12-18T21:01:47.881Z | Compiling openapiv3 v2.0.0 |
1891 | 2024-12-18T21:01:47.952Z | Compiling toml_datetime v0.6.8 |
1892 | 2024-12-18T21:01:48.020Z | Compiling serde_spanned v0.6.8 |
1893 | 2024-12-18T21:01:48.258Z | Compiling enum-as-inner v0.6.1 |
1894 | 2024-12-18T21:01:48.452Z | Compiling dropshot v0.12.0 |
1895 | 2024-12-18T21:01:49.123Z | Compiling match_cfg v0.1.0 |
1896 | 2024-12-18T21:01:49.263Z | Compiling smoltcp v0.9.1 |
1897 | 2024-12-18T21:01:49.456Z | Compiling foreign-types-shared v0.1.1 |
1898 | 2024-12-18T21:01:49.715Z | Compiling adler2 v2.0.0 |
1899 | 2024-12-18T21:01:49.948Z | Compiling portable-atomic v1.9.0 |
1900 | 2024-12-18T21:01:49.981Z | Compiling heck v0.4.1 |
1901 | 2024-12-18T21:01:50.611Z | Compiling foreign-types v0.3.2 |
1902 | 2024-12-18T21:01:50.745Z | Compiling miniz_oxide v0.8.0 |
1903 | 2024-12-18T21:01:50.921Z | Compiling hostname v0.3.1 |
1904 | 2024-12-18T21:01:52.537Z | Compiling url v2.5.3 |
1905 | 2024-12-18T21:02:00.533Z | Compiling http-body-util v0.1.2 |
1906 | 2024-12-18T21:02:00.596Z | Compiling clap_derive v4.5.18 |
1907 | 2024-12-18T21:02:01.167Z | Compiling dirs-sys-next v0.1.2 |
1908 | 2024-12-18T21:02:01.815Z | Compiling encoding_rs v0.8.34 |
1909 | 2024-12-18T21:02:03.473Z | Compiling mime v0.3.17 |
1910 | 2024-12-18T21:02:04.543Z | Compiling siphasher v0.3.11 |
1911 | 2024-12-18T21:02:04.981Z | Compiling data-encoding v2.6.0 |
1912 | 2024-12-18T21:02:06.921Z | Compiling dirs-next v2.0.0 |
1913 | 2024-12-18T21:02:13.135Z | Compiling hubpack_derive v0.1.1 |
1914 | 2024-12-18T21:02:13.256Z | Compiling crossbeam-epoch v0.9.18 |
1915 | 2024-12-18T21:02:13.928Z | Compiling serde_urlencoded v0.7.1 |
1916 | 2024-12-18T21:02:13.988Z | Compiling hashbrown v0.14.5 |
1917 | 2024-12-18T21:02:14.501Z | Compiling rustls-webpki v0.102.8 |
1918 | 2024-12-18T21:02:15.363Z | Compiling rustls-pemfile v2.2.0 |
1919 | 2024-12-18T21:02:15.458Z | Compiling dropshot_endpoint v0.12.0 |
1920 | 2024-12-18T21:02:16.406Z | Compiling sha1 v0.10.6 |
1921 | 2024-12-18T21:02:16.481Z | Compiling signature v2.2.0 |
1922 | 2024-12-18T21:02:16.707Z | Compiling curve25519-dalek-derive v0.1.1 |
1923 | 2024-12-18T21:02:16.857Z | Compiling thread_local v1.1.8 |
1924 | 2024-12-18T21:02:16.910Z | Compiling fs-err v2.11.0 |
1925 | 2024-12-18T21:02:17.326Z | Compiling winnow v0.6.20 |
1926 | 2024-12-18T21:02:18.073Z | Compiling openssl-probe v0.1.5 |
1927 | 2024-12-18T21:02:18.382Z | Compiling anstyle v1.0.10 |
1928 | 2024-12-18T21:02:18.833Z | Compiling unicode-properties v0.1.3 |
1929 | 2024-12-18T21:02:19.232Z | Compiling ipnet v2.10.1 |
1930 | 2024-12-18T21:02:19.595Z | Compiling utf8parse v0.2.2 |
1931 | 2024-12-18T21:02:20.642Z | Compiling gimli v0.31.1 |
1932 | 2024-12-18T21:02:21.415Z | Compiling toml_edit v0.22.22 |
1933 | 2024-12-18T21:02:22.221Z | Compiling anstyle-parse v0.2.5 |
1934 | 2024-12-18T21:02:22.347Z | Compiling stringprep v0.1.5 |
1935 | 2024-12-18T21:02:24.453Z | Compiling regress v0.10.1 |
1936 | 2024-12-18T21:02:25.591Z | Compiling addr2line v0.24.2 |
1937 | 2024-12-18T21:02:26.230Z | Compiling crossbeam-deque v0.8.5 |
1938 | 2024-12-18T21:02:26.549Z | Compiling term v0.7.0 |
1939 | 2024-12-18T21:02:27.798Z | Compiling slog-json v2.6.1 |
1940 | 2024-12-18T21:02:28.786Z | Compiling crossbeam-channel v0.5.13 |
1941 | 2024-12-18T21:02:29.485Z | Compiling idna v0.4.0 |
1942 | 2024-12-18T21:02:29.715Z | Compiling idna v0.3.0 |
1943 | 2024-12-18T21:02:31.008Z | Compiling futures-executor v0.3.31 |
1944 | 2024-12-18T21:02:31.133Z | Compiling num-integer v0.1.46 |
1945 | 2024-12-18T21:02:31.472Z | Compiling md-5 v0.10.6 |
1946 | 2024-12-18T21:02:31.722Z | Compiling ff v0.13.0 |
1947 | 2024-12-18T21:02:31.860Z | Compiling hash32 v0.2.1 |
1948 | 2024-12-18T21:02:31.880Z | Compiling is-terminal v0.4.13 |
1949 | 2024-12-18T21:02:31.960Z | Compiling memmap v0.7.0 |
1950 | 2024-12-18T21:02:32.020Z | Compiling object v0.36.5 |
1951 | 2024-12-18T21:02:32.254Z | Compiling quick-error v1.2.3 |
1952 | 2024-12-18T21:02:32.295Z | Compiling is_terminal_polyfill v1.70.1 |
1953 | 2024-12-18T21:02:32.407Z | Compiling base16ct v0.2.0 |
1954 | 2024-12-18T21:02:32.428Z | Compiling linked-hash-map v0.5.6 |
1955 | 2024-12-18T21:02:32.693Z | Compiling colorchoice v1.0.2 |
1956 | 2024-12-18T21:02:32.802Z | Compiling psl-types v2.0.11 |
1957 | 2024-12-18T21:02:32.857Z | Compiling utf-8 v0.7.6 |
1958 | 2024-12-18T21:02:33.155Z | Compiling anstyle-query v1.1.1 |
1959 | 2024-12-18T21:02:33.225Z | Compiling take_mut v0.2.2 |
1960 | 2024-12-18T21:02:33.313Z | Compiling rustc-demangle v0.1.24 |
1961 | 2024-12-18T21:02:33.381Z | Compiling fallible-iterator v0.2.0 |
1962 | 2024-12-18T21:02:34.114Z | Compiling postgres-protocol v0.6.7 |
1963 | 2024-12-18T21:02:34.287Z | Compiling anstream v0.6.15 |
1964 | 2024-12-18T21:02:34.949Z | Compiling publicsuffix v2.2.3 |
1965 | 2024-12-18T21:02:35.193Z | Compiling tungstenite v0.24.0 |
1966 | 2024-12-18T21:02:35.318Z | Compiling lru-cache v0.1.2 |
1967 | 2024-12-18T21:02:35.516Z | Compiling sec1 v0.7.3 |
1968 | 2024-12-18T21:02:35.536Z | Compiling resolv-conf v0.7.0 |
1969 | 2024-12-18T21:02:36.190Z | Compiling usdt v0.5.0 |
1970 | 2024-12-18T21:02:36.417Z | Compiling slog-term v2.9.1 |
1971 | 2024-12-18T21:02:36.665Z | Compiling group v0.13.0 |
1972 | 2024-12-18T21:02:36.989Z | Compiling num-iter v0.1.45 |
1973 | 2024-12-18T21:02:37.183Z | Compiling futures v0.3.31 |
1974 | 2024-12-18T21:02:37.454Z | Compiling hickory-proto v0.24.1 |
1975 | 2024-12-18T21:02:37.524Z | Compiling tokio-rustls v0.26.0 |
1976 | 2024-12-18T21:02:39.318Z | Compiling backtrace v0.3.74 |
1977 | 2024-12-18T21:02:39.778Z | Compiling typify-impl v0.2.0 |
1978 | 2024-12-18T21:02:39.797Z | Compiling slog-bunyan v2.5.0 |
1979 | 2024-12-18T21:02:39.924Z | Compiling tokio-rustls v0.25.0 |
1980 | 2024-12-18T21:02:39.992Z | Compiling toml v0.8.19 |
1981 | 2024-12-18T21:02:40.340Z | Compiling tokio-native-tls v0.3.1 |
1982 | 2024-12-18T21:02:40.614Z | Compiling phf_shared v0.11.2 |
1983 | 2024-12-18T21:02:40.748Z | Compiling strum_macros v0.25.3 |
1984 | 2024-12-18T21:02:41.281Z | Compiling async-stream v0.3.6 |
1985 | 2024-12-18T21:02:41.560Z | Compiling waitgroup v0.1.2 |
1986 | 2024-12-18T21:02:41.798Z | Compiling webpki-roots v0.26.6 |
1987 | 2024-12-18T21:02:42.031Z | Compiling idna v0.5.0 |
1988 | 2024-12-18T21:02:42.218Z | Compiling terminal_size v0.4.0 |
1989 | 2024-12-18T21:02:42.438Z | Compiling serde_path_to_error v0.1.16 |
1990 | 2024-12-18T21:02:43.457Z | Compiling hkdf v0.12.4 |
1991 | 2024-12-18T21:02:43.698Z | Compiling crypto-bigint v0.5.5 |
1992 | 2024-12-18T21:02:43.887Z | Compiling serde_repr v0.1.19 |
1993 | 2024-12-18T21:02:44.306Z | Compiling derive-where v1.2.7 |
1994 | 2024-12-18T21:02:45.109Z | Compiling hostname v0.4.0 |
1995 | 2024-12-18T21:02:45.328Z | Compiling crc32fast v1.4.2 |
1996 | 2024-12-18T21:02:46.023Z | Compiling unicode-width v0.1.14 |
1997 | 2024-12-18T21:02:46.130Z | Compiling winnow v0.5.40 |
1998 | 2024-12-18T21:02:46.895Z | Compiling bitflags v1.3.2 |
1999 | 2024-12-18T21:02:47.362Z | Compiling clap_lex v0.7.2 |
2000 | 2024-12-18T21:02:47.549Z | Compiling debug-ignore v1.0.5 |
2001 | 2024-12-18T21:02:47.569Z | Compiling managed v0.8.0 |
2002 | 2024-12-18T21:02:47.782Z | Compiling clap_builder v4.5.21 |
2003 | 2024-12-18T21:02:49.231Z | Compiling elliptic-curve v0.13.8 |
2004 | 2024-12-18T21:02:49.884Z | Compiling toml_edit v0.19.15 |
2005 | 2024-12-18T21:02:50.015Z | Compiling console v0.15.8 |
2006 | 2024-12-18T21:02:51.400Z | Compiling typify-macro v0.2.0 |
2007 | 2024-12-18T21:02:51.420Z | Compiling flate2 v1.0.34 |
2008 | 2024-12-18T21:02:52.362Z | Compiling cookie_store v0.21.0 |
2009 | 2024-12-18T21:02:55.126Z | Compiling hickory-resolver v0.24.1 |
2010 | 2024-12-18T21:02:56.678Z | Compiling hyper-rustls v0.27.3 |
2011 | 2024-12-18T21:02:57.783Z | Compiling phf v0.11.2 |
2012 | 2024-12-18T21:02:58.078Z | Compiling hyper-tls v0.6.0 |
2013 | 2024-12-18T21:02:58.510Z | Compiling signal-hook-mio v0.2.4 |
2014 | 2024-12-18T21:02:58.672Z | Compiling rayon v1.10.0 |
2015 | 2024-12-18T21:02:58.691Z | Compiling bzip2 v0.4.4 |
2016 | 2024-12-18T21:02:58.863Z | Compiling tokio-tungstenite v0.24.0 |
2017 | 2024-12-18T21:02:59.058Z | Compiling postgres-types v0.2.8 |
2018 | 2024-12-18T21:02:59.547Z | Compiling ed25519 v2.2.3 |
2019 | 2024-12-18T21:02:59.906Z | Compiling hubpack v0.1.2 |
2020 | 2024-12-18T21:02:59.976Z | Compiling phf_shared v0.10.0 |
2021 | 2024-12-18T21:03:00.343Z | Compiling pkcs1 v0.7.5 |
2022 | 2024-12-18T21:03:00.382Z | Compiling zerocopy v0.6.6 |
2023 | 2024-12-18T21:03:00.408Z | Compiling tokio-stream v0.1.16 |
2024 | 2024-12-18T21:03:01.434Z | Compiling serde-big-array v0.5.1 |
2025 | 2024-12-18T21:03:01.475Z | Compiling rfc6979 v0.4.0 |
2026 | 2024-12-18T21:03:01.569Z | Compiling float-cmp v0.9.0 |
2027 | 2024-12-18T21:03:01.799Z | Compiling sync_wrapper v1.0.1 |
2028 | 2024-12-18T21:03:01.965Z | Compiling bstr v1.10.0 |
2029 | 2024-12-18T21:03:02.005Z | Compiling static_assertions v1.1.0 |
2030 | 2024-12-18T21:03:02.306Z | Compiling new_debug_unreachable v1.0.6 |
2031 | 2024-12-18T21:03:03.048Z | Compiling number_prefix v0.4.0 |
2032 | 2024-12-18T21:03:03.271Z | Compiling precomputed-hash v0.1.1 |
2033 | 2024-12-18T21:03:03.322Z | Compiling difflib v0.4.0 |
2034 | 2024-12-18T21:03:03.547Z | Compiling fixedbitset v0.4.2 |
2035 | 2024-12-18T21:03:03.735Z | Compiling predicates-core v1.0.8 |
2036 | 2024-12-18T21:03:03.938Z | Compiling normalize-line-endings v0.3.0 |
2037 | 2024-12-18T21:03:03.956Z | Compiling whoami v1.5.2 |
2038 | 2024-12-18T21:03:04.079Z | Compiling bit-vec v0.6.3 |
2039 | 2024-12-18T21:03:04.471Z | Compiling unicode-width v0.2.0 |
2040 | 2024-12-18T21:03:04.504Z | Compiling unicode-segmentation v1.12.0 |
2041 | 2024-12-18T21:03:04.506Z | Compiling bit-set v0.5.3 |
2042 | 2024-12-18T21:03:04.802Z | Compiling tokio-postgres v0.7.12 |
2043 | 2024-12-18T21:03:04.989Z | Compiling indicatif v0.17.9 |
2044 | 2024-12-18T21:03:05.352Z | Compiling similar v2.6.0 |
2045 | 2024-12-18T21:03:07.224Z | Compiling predicates v3.1.2 |
2046 | 2024-12-18T21:03:07.937Z | Compiling petgraph v0.6.5 |
2047 | 2024-12-18T21:03:08.208Z | Compiling string_cache v0.8.7 |
2048 | 2024-12-18T21:03:08.607Z | Compiling reqwest v0.12.9 |
2049 | 2024-12-18T21:03:08.933Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=97301243f0707708ae9e629e2b4cdea5ae3fd078#97301243) |
2050 | 2024-12-18T21:03:10.123Z | Compiling ecdsa v0.16.9 |
2051 | 2024-12-18T21:03:10.813Z | Compiling qorb v0.2.1 |
2052 | 2024-12-18T21:03:11.409Z | Compiling rsa v0.9.6 |
2053 | 2024-12-18T21:03:11.412Z | Compiling ed25519-dalek v2.1.1 |
2054 | 2024-12-18T21:03:11.962Z | Compiling zip v0.6.6 |
2055 | 2024-12-18T21:03:12.706Z | Compiling crossterm v0.28.1 |
2056 | 2024-12-18T21:03:13.015Z | Compiling toml v0.7.8 |
2057 | 2024-12-18T21:03:14.558Z | Compiling clap v4.5.21 |
2058 | 2024-12-18T21:03:16.421Z | Compiling x509-cert v0.2.5 |
2059 | 2024-12-18T21:03:17.203Z | Compiling hex v0.4.3 |
2060 | 2024-12-18T21:03:19.322Z | Compiling unicode-xid v0.2.6 |
2061 | 2024-12-18T21:03:20.054Z | Compiling lalrpop-util v0.19.12 |
2062 | 2024-12-18T21:03:20.406Z | Compiling radium v0.7.0 |
2063 | 2024-12-18T21:03:20.809Z | Compiling peg-runtime v0.8.3 |
2064 | 2024-12-18T21:03:22.927Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2065 | 2024-12-18T21:03:38.297Z | Compiling tap v1.0.1 |
2066 | 2024-12-18T21:03:39.088Z | Compiling ident_case v1.0.1 |
2067 | 2024-12-18T21:03:39.279Z | Compiling maybe-uninit v2.0.0 |
2068 | 2024-12-18T21:03:41.061Z | Compiling darling_core v0.20.10 |
2069 | 2024-12-18T21:03:44.273Z | Compiling wyz v0.5.1 |
2070 | 2024-12-18T21:03:50.419Z | Compiling typify v0.2.0 |
2071 | 2024-12-18T21:03:54.974Z | Compiling packed_struct v0.10.1 |
2072 | 2024-12-18T21:03:55.039Z | Compiling funty v2.0.0 |
2073 | 2024-12-18T21:03:55.845Z | Compiling unsafe-libyaml v0.2.11 |
2074 | 2024-12-18T21:03:56.915Z | Compiling bitvec v1.0.1 |
2075 | 2024-12-18T21:03:57.462Z | Compiling serde_yaml v0.9.34+deprecated |
2076 | 2024-12-18T21:04:01.291Z | Compiling progenitor-impl v0.8.0 |
2077 | 2024-12-18T21:04:01.415Z | Compiling darling_macro v0.20.10 |
2078 | 2024-12-18T21:04:03.180Z | Compiling packed_struct_codegen v0.10.1 |
2079 | 2024-12-18T21:04:05.752Z | Compiling structmeta-derive v0.3.0 |
2080 | 2024-12-18T21:04:06.549Z | Compiling indexmap v1.9.3 |
2081 | 2024-12-18T21:04:07.002Z | Compiling crc-catalog v2.4.0 |
2082 | 2024-12-18T21:04:07.168Z | Compiling fastrand v2.1.1 |
2083 | 2024-12-18T21:04:07.482Z | Compiling newtype-uuid v1.1.3 |
2084 | 2024-12-18T21:04:07.843Z | Compiling nodrop v0.1.14 |
2085 | 2024-12-18T21:04:07.986Z | Compiling array-init v0.0.4 |
2086 | 2024-12-18T21:04:08.023Z | Compiling progenitor-macro v0.8.0 |
2087 | 2024-12-18T21:04:08.369Z | Compiling structmeta v0.3.0 |
2088 | 2024-12-18T21:04:09.284Z | Compiling tempfile v3.13.0 |
2089 | 2024-12-18T21:04:11.016Z | Compiling crc v3.2.1 |
2090 | 2024-12-18T21:04:15.999Z | Compiling smallvec v0.6.14 |
2091 | 2024-12-18T21:04:16.522Z | Compiling darling v0.20.10 |
2092 | 2024-12-18T21:04:22.291Z | Compiling progenitor-client v0.8.0 |
2093 | 2024-12-18T21:04:24.739Z | Compiling pin-project-internal v1.1.6 |
2094 | 2024-12-18T21:04:24.825Z | Compiling dropshot v0.13.0 |
2095 | 2024-12-18T21:04:25.127Z | Compiling same-file v1.0.6 |
2096 | 2024-12-18T21:04:27.042Z | Compiling bitfield v0.14.0 |
2097 | 2024-12-18T21:04:27.334Z | Compiling termcolor v1.4.1 |
2098 | 2024-12-18T21:04:27.453Z | Compiling hashbrown v0.12.3 |
2099 | 2024-12-18T21:04:28.299Z | Compiling base64 v0.21.7 |
2100 | 2024-12-18T21:04:29.445Z | Compiling ron v0.8.1 |
2101 | 2024-12-18T21:04:30.408Z | Compiling env_logger v0.10.2 |
2102 | 2024-12-18T21:04:33.492Z | Compiling pin-project v1.1.6 |
2103 | 2024-12-18T21:04:33.642Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2104 | 2024-12-18T21:04:42.758Z | Compiling walkdir v2.5.0 |
2105 | 2024-12-18T21:04:45.280Z | Compiling progenitor v0.8.0 |
2106 | 2024-12-18T21:04:45.702Z | Compiling serde_with_macros v3.11.0 |
2107 | 2024-12-18T21:04:45.729Z | Compiling serde-hex v0.1.0 |
2108 | 2024-12-18T21:04:46.078Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2109 | 2024-12-18T21:04:46.756Z | Compiling parse-display-derive v0.10.0 |
2110 | 2024-12-18T21:04:48.281Z | Compiling strum_macros v0.26.4 |
2111 | 2024-12-18T21:04:50.364Z | Compiling snafu-derive v0.8.5 |
2112 | 2024-12-18T21:04:50.570Z | Compiling hashbrown v0.13.2 |
2113 | 2024-12-18T21:04:50.896Z | Compiling ipnetwork v0.20.0 |
2114 | 2024-12-18T21:04:52.008Z | Compiling xattr v1.3.1 |
2115 | 2024-12-18T21:04:52.351Z | Compiling dropshot_endpoint v0.13.0 |
2116 | 2024-12-18T21:04:52.700Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2117 | 2024-12-18T21:04:53.437Z | Compiling blake3 v1.5.4 |
2118 | 2024-12-18T21:04:53.866Z | Compiling ring v0.16.20 |
2119 | 2024-12-18T21:04:54.036Z | Compiling filetime v0.2.25 |
2120 | 2024-12-18T21:04:54.353Z | Compiling instant v0.1.13 |
2121 | 2024-12-18T21:04:54.390Z | Compiling lockfree-object-pool v0.1.6 |
2122 | 2024-12-18T21:04:54.517Z | Compiling bumpalo v3.16.0 |
2123 | 2024-12-18T21:04:54.674Z | Compiling buf-list v1.0.3 |
2124 | 2024-12-18T21:04:55.067Z | Compiling zip v2.1.3 |
2125 | 2024-12-18T21:04:55.221Z | Compiling crc-any v2.5.0 |
2126 | 2024-12-18T21:04:55.274Z | Compiling simd-adler32 v0.3.7 |
2127 | 2024-12-18T21:04:55.662Z | Compiling zopfli v0.8.1 |
2128 | 2024-12-18T21:04:56.081Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2129 | 2024-12-18T21:04:56.124Z | Compiling snafu v0.8.5 |
2130 | 2024-12-18T21:04:56.405Z | Compiling backoff v0.4.0 |
2131 | 2024-12-18T21:04:56.794Z | Compiling tar v0.4.42 |
2132 | 2024-12-18T21:04:58.079Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2133 | 2024-12-18T21:04:58.309Z | Compiling strum v0.26.3 |
2134 | 2024-12-18T21:04:58.517Z | Compiling object v0.30.4 |
2135 | 2024-12-18T21:04:59.891Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2136 | 2024-12-18T21:05:02.108Z | Compiling parse-display v0.10.0 |
2137 | 2024-12-18T21:05:02.379Z | Compiling serde_with v3.11.0 |
2138 | 2024-12-18T21:05:03.450Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2139 | 2024-12-18T21:05:04.026Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2140 | 2024-12-18T21:05:04.029Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2141 | 2024-12-18T21:05:04.751Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2142 | 2024-12-18T21:05:05.481Z | Compiling camino-tempfile v1.1.1 |
2143 | 2024-12-18T21:05:06.255Z | Compiling globset v0.4.15 |
2144 | 2024-12-18T21:05:06.824Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2145 | 2024-12-18T21:05:07.028Z | Compiling regress v0.9.1 |
2146 | 2024-12-18T21:05:07.116Z | Compiling pem v3.0.4 |
2147 | 2024-12-18T21:05:08.584Z | Compiling olpc-cjson v0.1.4 |
2148 | 2024-12-18T21:05:08.920Z | Compiling serde_plain v1.0.2 |
2149 | 2024-12-18T21:05:09.419Z | Compiling macaddr v1.0.1 |
2150 | 2024-12-18T21:05:10.051Z | Compiling async-recursion v1.1.1 |
2151 | 2024-12-18T21:05:11.172Z | Compiling memmap2 v0.9.5 |
2152 | 2024-12-18T21:05:11.385Z | Compiling constant_time_eq v0.3.1 |
2153 | 2024-12-18T21:05:11.485Z | Compiling arrayvec v0.7.6 |
2154 | 2024-12-18T21:05:11.570Z | Compiling path-slash v0.1.5 |
2155 | 2024-12-18T21:05:11.772Z | Compiling arrayref v0.3.9 |
2156 | 2024-12-18T21:05:11.842Z | Compiling spin v0.5.2 |
2157 | 2024-12-18T21:05:11.886Z | Compiling typed-path v0.9.3 |
2158 | 2024-12-18T21:05:13.950Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2159 | 2024-12-18T21:05:14.713Z | Compiling tough v0.19.0 |
2160 | 2024-12-18T21:05:15.585Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2161 | 2024-12-18T21:05:19.344Z | Compiling itertools v0.13.0 |
2162 | 2024-12-18T21:05:20.037Z | Compiling cargo-platform v0.1.8 |
2163 | 2024-12-18T21:05:20.151Z | Compiling topological-sort v0.2.2 |
2164 | 2024-12-18T21:05:20.444Z | Compiling parse-size v1.1.0 |
2165 | 2024-12-18T21:05:20.764Z | Compiling cargo_metadata v0.18.1 |
2166 | 2024-12-18T21:05:21.124Z | Compiling omicron-zone-package v0.11.1 |
2167 | 2024-12-18T21:05:23.021Z | Compiling shell-words v1.1.0 |
2168 | 2024-12-18T21:05:29.437Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2169 | 2024-12-18T21:05:40.751Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2170 | 2024-12-18T21:05:55.957Z | Finished `release` profile [optimized] target(s) in 5m 48s |
2171 | 2024-12-18T21:05:56.117Z | Running `target/release/omicron-releng --output-dir /work` |
2172 | 2024-12-18T21:05:56.162Z | Dec 18 21:05:55.011 DEBG changing working directory to /work/oxidecomputer/omicron |
2173 | 2024-12-18T21:05:56.262Z | Dec 18 21:05:55.113 DEBG running: git rev-parse HEAD |
2174 | 2024-12-18T21:05:56.269Z | Dec 18 21:05:55.119 DEBG process exited with exit status: 0 (6.50545ms) |
2175 | 2024-12-18T21:05:56.272Z | Dec 18 21:05:55.119 INFO version: 12.0.0-0.ci+git8b13de1f0bc |
2176 | 2024-12-18T21:05:56.309Z | Dec 18 21:05:55.160 INFO cloning helios to /work/oxidecomputer/helios |
2177 | 2024-12-18T21:05:56.309Z | Dec 18 21:05:55.160 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2178 | 2024-12-18T21:05:56.315Z | Cloning into '/work/oxidecomputer/helios'... |
2179 | 2024-12-18T21:05:56.842Z | Dec 18 21:05:55.692 DEBG process exited with exit status: 0 (531.791376ms) |
2180 | 2024-12-18T21:05:56.842Z | Dec 18 21:05:55.692 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2181 | 2024-12-18T21:05:56.849Z | # branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b |
2182 | 2024-12-18T21:05:56.849Z | # branch.head master |
2183 | 2024-12-18T21:05:56.849Z | # branch.upstream origin/master |
2184 | 2024-12-18T21:05:56.849Z | # branch.ab +0 -0 |
2185 | 2024-12-18T21:05:56.852Z | Dec 18 21:05:55.700 DEBG process exited with exit status: 0 (8.110944ms) |
2186 | 2024-12-18T21:05:56.853Z | Dec 18 21:05:55.701 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2187 | 2024-12-18T21:05:57.700Z | Dec 18 21:05:56.549 DEBG process exited with exit status: 0 (848.708806ms) |
2188 | 2024-12-18T21:05:57.700Z | Dec 18 21:05:56.549 DEBG running: zfs list rpool/images/build/host |
2189 | 2024-12-18T21:05:57.707Z | NAME USED AVAIL REFER MOUNTPOINT |
2190 | 2024-12-18T21:05:57.707Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2191 | 2024-12-18T21:05:57.711Z | Dec 18 21:05:56.557 DEBG process exited with exit status: 0 (7.410134ms) |
2192 | 2024-12-18T21:05:57.711Z | Dec 18 21:05:56.557 DEBG running: zfs list rpool/images/build/recovery |
2193 | 2024-12-18T21:05:57.714Z | NAME USED AVAIL REFER MOUNTPOINT |
2194 | 2024-12-18T21:05:57.714Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2195 | 2024-12-18T21:05:57.714Z | Dec 18 21:05:56.563 DEBG process exited with exit status: 0 (6.237118ms) |
2196 | 2024-12-18T21:05:57.714Z | Dec 18 21:05:56.564 INFO [hubris-staging] running task |
2197 | 2024-12-18T21:05:57.714Z | Dec 18 21:05:56.564 INFO [hubris-production] running task |
2198 | 2024-12-18T21:05:57.714Z | Dec 18 21:05:56.565 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2199 | 2024-12-18T21:05:57.718Z | Dec 18 21:05:56.568 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2200 | 2024-12-18T21:05:57.786Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2201 | 2024-12-18T21:05:58.181Z | [ omicron-package] Blocking waiting for file lock on package cache |
2202 | 2024-12-18T21:05:58.744Z | [ omicron-package] Blocking waiting for file lock on package cache |
2203 | 2024-12-18T21:05:59.032Z | [ omicron-package] Blocking waiting for file lock on package cache |
2204 | 2024-12-18T21:05:59.644Z | Dec 18 21:05:58.494 INFO [hubris-production] task succeeded (1.929199658s) |
2205 | 2024-12-18T21:05:59.813Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2206 | 2024-12-18T21:05:59.816Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2207 | 2024-12-18T21:05:59.816Z | [ omicron-package] Compiling itertools v0.13.0 |
2208 | 2024-12-18T21:05:59.817Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2209 | 2024-12-18T21:05:59.817Z | [ omicron-package] Compiling heapless v0.8.0 |
2210 | 2024-12-18T21:05:59.817Z | [ omicron-package] Compiling hash32 v0.3.1 |
2211 | 2024-12-18T21:05:59.817Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2212 | 2024-12-18T21:05:59.817Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2213 | 2024-12-18T21:06:00.937Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2214 | 2024-12-18T21:06:01.833Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2215 | 2024-12-18T21:06:01.919Z | [ omicron-package] Compiling cobs v0.2.3 |
2216 | 2024-12-18T21:06:02.342Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2217 | 2024-12-18T21:06:02.530Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2218 | 2024-12-18T21:06:02.651Z | [ omicron-package] Compiling postcard v1.0.10 |
2219 | 2024-12-18T21:06:03.060Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2220 | 2024-12-18T21:06:03.068Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2221 | 2024-12-18T21:06:03.337Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2222 | 2024-12-18T21:06:03.696Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2223 | 2024-12-18T21:06:04.712Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2224 | 2024-12-18T21:06:04.951Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2225 | 2024-12-18T21:06:05.535Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2226 | 2024-12-18T21:06:05.690Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2227 | 2024-12-18T21:06:05.888Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2228 | 2024-12-18T21:06:05.974Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2229 | 2024-12-18T21:06:06.495Z | [ omicron-package] Compiling thiserror v2.0.3 |
2230 | 2024-12-18T21:06:06.614Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2231 | 2024-12-18T21:06:06.730Z | [ omicron-package] Compiling num_enum v0.5.11 |
2232 | 2024-12-18T21:06:06.991Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2233 | 2024-12-18T21:06:07.196Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2234 | 2024-12-18T21:06:07.300Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2235 | 2024-12-18T21:06:07.821Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2236 | 2024-12-18T21:06:08.037Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2237 | 2024-12-18T21:06:08.271Z | [ omicron-package] Compiling colored v2.1.0 |
2238 | 2024-12-18T21:06:08.343Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2239 | 2024-12-18T21:06:08.467Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2240 | 2024-12-18T21:06:09.613Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2241 | 2024-12-18T21:06:10.324Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2242 | 2024-12-18T21:06:10.592Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2243 | 2024-12-18T21:06:10.987Z | [ omicron-package] Compiling num-derive v0.4.2 |
2244 | 2024-12-18T21:06:11.857Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2245 | 2024-12-18T21:06:12.178Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2246 | 2024-12-18T21:06:12.272Z | Dec 18 21:06:11.119 INFO [hubris-staging] task succeeded (14.555009455s) |
2247 | 2024-12-18T21:06:12.914Z | [ omicron-package] Compiling zone v0.3.0 |
2248 | 2024-12-18T21:06:13.043Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2249 | 2024-12-18T21:06:13.163Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2250 | 2024-12-18T21:06:14.048Z | [ omicron-package] Compiling smf v0.2.3 |
2251 | 2024-12-18T21:06:14.257Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2252 | 2024-12-18T21:06:14.863Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2253 | 2024-12-18T21:06:14.984Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2254 | 2024-12-18T21:06:16.990Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2255 | 2024-12-18T21:06:17.485Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2256 | 2024-12-18T21:06:17.691Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2257 | 2024-12-18T21:06:17.844Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2258 | 2024-12-18T21:06:18.051Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2259 | 2024-12-18T21:06:18.123Z | [ omicron-package] Compiling gethostname v0.5.0 |
2260 | 2024-12-18T21:06:18.279Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2261 | 2024-12-18T21:06:18.744Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2262 | 2024-12-18T21:06:21.141Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2263 | 2024-12-18T21:06:22.551Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2264 | 2024-12-18T21:06:23.923Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2265 | 2024-12-18T21:06:26.675Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2266 | 2024-12-18T21:06:27.335Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2267 | 2024-12-18T21:06:29.054Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2268 | 2024-12-18T21:06:39.781Z | [ helios-setup] Dec 18 21:06:38.621 INFO helios repository root is: /work/oxidecomputer/helios |
2269 | 2024-12-18T21:06:39.784Z | [ helios-setup] Dec 18 21:06:38.624 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 |
2270 | 2024-12-18T21:06:39.784Z | [ helios-setup] Dec 18 21:06:38.624 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2271 | 2024-12-18T21:06:39.788Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2272 | 2024-12-18T21:06:40.665Z | [ helios-setup] Dec 18 21:06:39.505 INFO clone ok!, project: phbl |
2273 | 2024-12-18T21:06:40.668Z | [ helios-setup] Dec 18 21:06:39.505 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 |
2274 | 2024-12-18T21:06:40.668Z | [ helios-setup] Dec 18 21:06:39.505 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2275 | 2024-12-18T21:06:40.671Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2276 | 2024-12-18T21:06:41.241Z | [ helios-setup] Dec 18 21:06:40.081 INFO clone ok!, project: bootserver |
2277 | 2024-12-18T21:06:41.244Z | [ helios-setup] Dec 18 21:06:40.082 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 |
2278 | 2024-12-18T21:06:41.244Z | [ helios-setup] Dec 18 21:06:40.082 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2279 | 2024-12-18T21:06:41.247Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2280 | 2024-12-18T21:06:42.273Z | [ helios-setup] Dec 18 21:06:41.113 INFO clone ok!, project: chelsio-t6-roms |
2281 | 2024-12-18T21:06:42.275Z | [ helios-setup] Dec 18 21:06:41.113 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 |
2282 | 2024-12-18T21:06:42.275Z | [ helios-setup] Dec 18 21:06:41.113 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2283 | 2024-12-18T21:06:42.278Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2284 | 2024-12-18T21:06:43.026Z | [ helios-setup] Dec 18 21:06:41.865 INFO clone ok!, project: pinprick |
2285 | 2024-12-18T21:06:43.030Z | [ helios-setup] Dec 18 21:06:41.865 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2286 | 2024-12-18T21:06:43.030Z | [ helios-setup] Dec 18 21:06:41.865 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder |
2287 | 2024-12-18T21:06:43.030Z | [ helios-setup] Dec 18 21:06:41.865 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2288 | 2024-12-18T21:06:43.030Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2289 | 2024-12-18T21:06:43.823Z | [ helios-setup] Dec 18 21:06:42.663 INFO clone ok!, project: image-builder |
2290 | 2024-12-18T21:06:43.827Z | [ helios-setup] Dec 18 21:06:42.663 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 |
2291 | 2024-12-18T21:06:43.827Z | [ helios-setup] Dec 18 21:06:42.663 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 |
2292 | 2024-12-18T21:06:43.830Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2293 | 2024-12-18T21:06:44.869Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2294 | 2024-12-18T21:06:44.887Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2295 | 2024-12-18T21:06:47.253Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 49.51s |
2296 | 2024-12-18T21:06:47.500Z | [ omicron-package] |
2297 | 2024-12-18T21:06:47.504Z | [ omicron-package] real 49.730664772 |
2298 | 2024-12-18T21:06:47.504Z | [ omicron-package] user 2:55.338181337 |
2299 | 2024-12-18T21:06:47.504Z | [ omicron-package] sys 25.396034060 |
2300 | 2024-12-18T21:06:47.504Z | [ omicron-package] trap 0.186160964 |
2301 | 2024-12-18T21:06:47.504Z | [ omicron-package] tflt 0.789718897 |
2302 | 2024-12-18T21:06:47.504Z | [ omicron-package] dflt 0.662277389 |
2303 | 2024-12-18T21:06:47.504Z | [ omicron-package] kflt 0.009160016 |
2304 | 2024-12-18T21:06:47.504Z | [ omicron-package] lock 6:05.566699748 |
2305 | 2024-12-18T21:06:47.504Z | [ omicron-package] slp 10:00.326064365 |
2306 | 2024-12-18T21:06:47.504Z | [ omicron-package] lat 1:37.358094755 |
2307 | 2024-12-18T21:06:47.504Z | [ omicron-package] stop 1:02.437033421 |
2308 | 2024-12-18T21:06:47.504Z | Dec 18 21:06:46.340 INFO [omicron-package] process exited with exit status: 0 (49.774917807s) |
2309 | 2024-12-18T21:06:47.504Z | Dec 18 21:06:46.340 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 |
2310 | 2024-12-18T21:06:47.574Z | Dec 18 21:06:46.413 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2311 | 2024-12-18T21:06:47.587Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2312 | 2024-12-18T21:06:47.591Z | [ host-target] Created new build target 'host' and set it as active |
2313 | 2024-12-18T21:06:47.592Z | Dec 18 21:06:46.428 INFO [host-target] process exited with exit status: 0 (88.249663ms) |
2314 | 2024-12-18T21:06:47.592Z | Dec 18 21:06:46.428 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2315 | 2024-12-18T21:06:47.596Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2316 | 2024-12-18T21:06:47.600Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2317 | 2024-12-18T21:06:47.600Z | Dec 18 21:06:46.436 INFO [recovery-target] process exited with exit status: 0 (23.6ms) |
2318 | 2024-12-18T21:06:47.605Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2319 | 2024-12-18T21:06:48.742Z | [ host-package] Compiling convert_case v0.4.0 |
2320 | 2024-12-18T21:06:48.742Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2321 | 2024-12-18T21:06:48.742Z | [ host-package] Compiling newline-converter v0.3.0 |
2322 | 2024-12-18T21:06:48.743Z | [ host-package] Compiling password-hash v0.5.0 |
2323 | 2024-12-18T21:06:48.747Z | [ host-package] Compiling progenitor-client v0.8.0 |
2324 | 2024-12-18T21:06:48.747Z | [ host-package] Compiling blake2 v0.10.6 |
2325 | 2024-12-18T21:06:48.747Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2326 | 2024-12-18T21:06:48.747Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2327 | 2024-12-18T21:06:49.062Z | [ host-package] Compiling expectorate v1.1.0 |
2328 | 2024-12-18T21:06:49.302Z | [ host-package] Compiling owo-colors v4.1.0 |
2329 | 2024-12-18T21:06:49.305Z | [ host-package] Compiling progenitor v0.8.0 |
2330 | 2024-12-18T21:06:49.339Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2331 | 2024-12-18T21:06:49.351Z | [ helios-setup] Dec 18 21:06:48.189 INFO clone ok!, project: amd-host-image-builder |
2332 | 2024-12-18T21:06:49.354Z | [ helios-setup] Dec 18 21:06:48.190 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2333 | 2024-12-18T21:06:49.354Z | [ helios-setup] Dec 18 21:06:48.190 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 |
2334 | 2024-12-18T21:06:49.354Z | [ helios-setup] Dec 18 21:06:48.190 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2335 | 2024-12-18T21:06:49.357Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2336 | 2024-12-18T21:06:49.398Z | [ host-package] Compiling argon2 v0.5.3 |
2337 | 2024-12-18T21:06:49.611Z | [ host-package] Compiling num-rational v0.4.2 |
2338 | 2024-12-18T21:06:49.617Z | [ host-package] Compiling derive_more v0.99.18 |
2339 | 2024-12-18T21:06:49.644Z | [ host-package] Compiling num-complex v0.4.6 |
2340 | 2024-12-18T21:06:50.082Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2341 | 2024-12-18T21:06:50.693Z | [ host-package] Compiling atomicwrites v0.4.4 |
2342 | 2024-12-18T21:06:50.969Z | [ host-package] Compiling num v0.4.3 |
2343 | 2024-12-18T21:06:50.992Z | [ host-package] Compiling libsw v3.3.1 |
2344 | 2024-12-18T21:06:51.051Z | [ host-package] Compiling swrite v0.1.0 |
2345 | 2024-12-18T21:06:51.092Z | [ host-package] Compiling indent_write v2.2.0 |
2346 | 2024-12-18T21:06:51.197Z | [ host-package] Compiling linear-map v1.2.0 |
2347 | 2024-12-18T21:06:51.224Z | [ host-package] Compiling float-ord v0.3.2 |
2348 | 2024-12-18T21:06:51.355Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2349 | 2024-12-18T21:06:51.376Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2350 | 2024-12-18T21:06:51.414Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2351 | 2024-12-18T21:06:51.648Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2352 | 2024-12-18T21:06:51.708Z | [ host-package] Compiling highway v1.2.0 |
2353 | 2024-12-18T21:06:52.226Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2354 | 2024-12-18T21:06:52.566Z | [ host-package] Compiling semver v0.1.20 |
2355 | 2024-12-18T21:06:53.149Z | [ host-package] Compiling rustc_version v0.1.7 |
2356 | 2024-12-18T21:06:53.245Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2357 | 2024-12-18T21:06:53.615Z | [ host-package] Compiling newtype_derive v0.1.6 |
2358 | 2024-12-18T21:06:53.652Z | [ host-package] Compiling dropshot v0.13.0 |
2359 | 2024-12-18T21:06:53.745Z | [ host-package] Compiling ipnetwork v0.20.0 |
2360 | 2024-12-18T21:06:54.026Z | [ host-package] Compiling instant v0.1.13 |
2361 | 2024-12-18T21:06:54.196Z | [ host-package] Compiling humantime v2.1.0 |
2362 | 2024-12-18T21:06:54.611Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2363 | 2024-12-18T21:06:55.065Z | [ host-package] Compiling backoff v0.4.0 |
2364 | 2024-12-18T21:06:55.589Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2365 | 2024-12-18T21:06:55.976Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2366 | 2024-12-18T21:06:56.455Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2367 | 2024-12-18T21:06:57.370Z | [ helios-setup] Dec 18 21:06:56.206 INFO clone ok!, project: amd-firmware |
2368 | 2024-12-18T21:06:57.374Z | [ helios-setup] Dec 18 21:06:56.206 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 |
2369 | 2024-12-18T21:06:57.374Z | [ helios-setup] Dec 18 21:06:56.206 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2370 | 2024-12-18T21:06:57.377Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2371 | 2024-12-18T21:06:58.547Z | [ helios-setup] Dec 18 21:06:57.382 INFO clone ok!, project: pilot |
2372 | 2024-12-18T21:06:58.549Z | [ helios-setup] Dec 18 21:06:57.382 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2373 | 2024-12-18T21:06:58.549Z | [ helios-setup] Dec 18 21:06:57.383 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2374 | 2024-12-18T21:06:59.288Z | [ helios-setup] Dec 18 21:06:58.124 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2375 | 2024-12-18T21:06:59.813Z | [ helios-setup] Dec 18 21:06:58.648 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2376 | 2024-12-18T21:06:59.816Z | [ helios-setup] Dec 18 21:06:58.649 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2377 | 2024-12-18T21:06:59.866Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2378 | 2024-12-18T21:07:00.374Z | [ helios-setup] Dec 18 21:06:59.209 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2379 | 2024-12-18T21:07:00.644Z | [ host-package] Compiling parse-display v0.10.0 |
2380 | 2024-12-18T21:07:00.896Z | [ helios-setup] Dec 18 21:06:59.731 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2381 | 2024-12-18T21:07:00.896Z | [ helios-setup] Dec 18 21:06:59.731 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2382 | 2024-12-18T21:07:01.344Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2383 | 2024-12-18T21:07:01.446Z | [ helios-setup] Dec 18 21:07:00.280 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2384 | 2024-12-18T21:07:01.576Z | [ host-package] Compiling serde_with v3.11.0 |
2385 | 2024-12-18T21:07:01.579Z | [ host-package] Compiling strum v0.26.3 |
2386 | 2024-12-18T21:07:01.861Z | [ host-package] Compiling regress v0.9.1 |
2387 | 2024-12-18T21:07:01.999Z | [ helios-setup] Dec 18 21:07:00.834 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2388 | 2024-12-18T21:07:02.003Z | [ helios-setup] Dec 18 21:07:00.834 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2389 | 2024-12-18T21:07:02.004Z | [ helios-setup] Dec 18 21:07:00.834 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2390 | 2024-12-18T21:07:02.004Z | [ helios-setup] Dec 18 21:07:00.835 INFO ok! |
2391 | 2024-12-18T21:07:02.004Z | [ helios-setup] Dec 18 21:07:00.835 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2392 | 2024-12-18T21:07:02.005Z | [ helios-setup] Dec 18 21:07:00.835 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2393 | 2024-12-18T21:07:02.005Z | [ helios-setup] Dec 18 21:07:00.835 INFO ok! |
2394 | 2024-12-18T21:07:02.005Z | [ helios-setup] Dec 18 21:07:00.835 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2395 | 2024-12-18T21:07:02.005Z | [ helios-setup] Dec 18 21:07:00.835 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2396 | 2024-12-18T21:07:02.005Z | [ helios-setup] Dec 18 21:07:00.835 INFO ok! |
2397 | 2024-12-18T21:07:02.005Z | [ helios-setup] Dec 18 21:07:00.835 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2398 | 2024-12-18T21:07:02.005Z | [ helios-setup] Dec 18 21:07:00.835 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2399 | 2024-12-18T21:07:02.288Z | [ helios-setup] Dec 18 21:07:01.123 INFO E| Downloading crates ... |
2400 | 2024-12-18T21:07:02.452Z | [ helios-setup] Dec 18 21:07:01.287 INFO E| Downloaded unicode-width v0.1.10 |
2401 | 2024-12-18T21:07:02.457Z | [ helios-setup] Dec 18 21:07:01.290 INFO E| Downloaded generic-array v0.14.6 |
2402 | 2024-12-18T21:07:02.461Z | [ helios-setup] Dec 18 21:07:01.293 INFO E| Downloaded digest v0.10.3 |
2403 | 2024-12-18T21:07:02.461Z | [ helios-setup] Dec 18 21:07:01.295 INFO E| Downloaded cpufeatures v0.2.5 |
2404 | 2024-12-18T21:07:02.465Z | [ helios-setup] Dec 18 21:07:01.297 INFO E| Downloaded bytes v1.2.1 |
2405 | 2024-12-18T21:07:02.468Z | [ helios-setup] Dec 18 21:07:01.302 INFO E| Downloaded typenum v1.15.0 |
2406 | 2024-12-18T21:07:02.472Z | [ helios-setup] Dec 18 21:07:01.306 INFO E| Downloaded flate2 v1.0.25 |
2407 | 2024-12-18T21:07:02.477Z | [ helios-setup] Dec 18 21:07:01.313 INFO E| Downloaded miniz_oxide v0.6.2 |
2408 | 2024-12-18T21:07:02.481Z | [ helios-setup] Dec 18 21:07:01.316 INFO E| Downloaded anyhow v1.0.62 |
2409 | 2024-12-18T21:07:02.486Z | [ helios-setup] Dec 18 21:07:01.321 INFO E| Downloaded sha2 v0.10.5 |
2410 | 2024-12-18T21:07:02.489Z | [ helios-setup] Dec 18 21:07:01.324 INFO E| Downloaded block-buffer v0.10.3 |
2411 | 2024-12-18T21:07:02.548Z | [ helios-setup] Dec 18 21:07:01.383 INFO E| Compiling typenum v1.15.0 |
2412 | 2024-12-18T21:07:02.549Z | [ helios-setup] Dec 18 21:07:01.383 INFO E| Compiling version_check v0.9.4 |
2413 | 2024-12-18T21:07:02.552Z | [ helios-setup] Dec 18 21:07:01.384 INFO E| Compiling crc32fast v1.3.2 |
2414 | 2024-12-18T21:07:02.552Z | [ helios-setup] Dec 18 21:07:01.384 INFO E| Compiling cfg-if v1.0.0 |
2415 | 2024-12-18T21:07:02.552Z | [ helios-setup] Dec 18 21:07:01.384 INFO E| Compiling anyhow v1.0.62 |
2416 | 2024-12-18T21:07:02.552Z | [ helios-setup] Dec 18 21:07:01.384 INFO E| Compiling adler v1.0.2 |
2417 | 2024-12-18T21:07:02.552Z | [ helios-setup] Dec 18 21:07:01.384 INFO E| Compiling unicode-width v0.1.10 |
2418 | 2024-12-18T21:07:02.552Z | [ helios-setup] Dec 18 21:07:01.384 INFO E| Compiling cpufeatures v0.2.5 |
2419 | 2024-12-18T21:07:03.086Z | [ helios-setup] Dec 18 21:07:01.921 INFO E| Compiling miniz_oxide v0.6.2 |
2420 | 2024-12-18T21:07:03.215Z | [ helios-setup] Dec 18 21:07:02.050 INFO E| Compiling getopts v0.2.21 |
2421 | 2024-12-18T21:07:03.233Z | [ helios-setup] Dec 18 21:07:02.068 INFO E| Compiling bytes v1.2.1 |
2422 | 2024-12-18T21:07:03.276Z | [ helios-setup] Dec 18 21:07:02.111 INFO E| Compiling bitflags v1.3.2 |
2423 | 2024-12-18T21:07:03.463Z | [ helios-setup] Dec 18 21:07:02.296 INFO E| Compiling generic-array v0.14.6 |
2424 | 2024-12-18T21:07:04.756Z | [ helios-setup] Dec 18 21:07:03.590 INFO E| Compiling flate2 v1.0.25 |
2425 | 2024-12-18T21:07:05.968Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2426 | 2024-12-18T21:07:08.414Z | [ host-package] Compiling macaddr v1.0.1 |
2427 | 2024-12-18T21:07:08.519Z | [ helios-setup] Dec 18 21:07:07.353 INFO E| Compiling block-buffer v0.10.3 |
2428 | 2024-12-18T21:07:08.520Z | [ helios-setup] Dec 18 21:07:07.353 INFO E| Compiling crypto-common v0.1.6 |
2429 | 2024-12-18T21:07:08.761Z | [ helios-setup] Dec 18 21:07:07.595 INFO E| Compiling digest v0.10.3 |
2430 | 2024-12-18T21:07:08.828Z | [ host-package] Compiling steno v0.4.1 |
2431 | 2024-12-18T21:07:09.006Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2432 | 2024-12-18T21:07:09.142Z | [ helios-setup] Dec 18 21:07:07.975 INFO E| Compiling sha2 v0.10.5 |
2433 | 2024-12-18T21:07:09.689Z | [ helios-setup] Dec 18 21:07:08.523 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2434 | 2024-12-18T21:07:09.862Z | [ host-package] Compiling prettyplease v0.2.25 |
2435 | 2024-12-18T21:07:09.931Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2436 | 2024-12-18T21:07:10.454Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2437 | 2024-12-18T21:07:11.884Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2438 | 2024-12-18T21:07:12.365Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2439 | 2024-12-18T21:07:14.714Z | [ helios-setup] Dec 18 21:07:13.546 INFO E| Finished `release` profile [optimized] target(s) in 12.60s |
2440 | 2024-12-18T21:07:14.729Z | [ helios-setup] Dec 18 21:07:13.561 INFO building project "bootserver" ok (12 seconds) |
2441 | 2024-12-18T21:07:14.729Z | [ helios-setup] Dec 18 21:07:13.561 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2442 | 2024-12-18T21:07:14.729Z | [ helios-setup] Dec 18 21:07:13.561 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2443 | 2024-12-18T21:07:15.032Z | [ helios-setup] Dec 18 21:07:13.864 INFO E| Downloading crates ... |
2444 | 2024-12-18T21:07:15.102Z | [ helios-setup] Dec 18 21:07:13.934 INFO E| Downloaded miniz_oxide v0.7.2 |
2445 | 2024-12-18T21:07:15.213Z | [ helios-setup] Dec 18 21:07:14.045 INFO E| Compiling adler v1.0.2 |
2446 | 2024-12-18T21:07:15.389Z | [ helios-setup] Dec 18 21:07:14.221 INFO E| Compiling miniz_oxide v0.7.2 |
2447 | 2024-12-18T21:07:15.521Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2448 | 2024-12-18T21:07:16.841Z | [ host-package] Compiling half v2.4.1 |
2449 | 2024-12-18T21:07:18.879Z | [ host-package] Compiling ciborium-io v0.2.2 |
2450 | 2024-12-18T21:07:18.879Z | [ helios-setup] Dec 18 21:07:16.887 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2451 | 2024-12-18T21:07:18.879Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2452 | 2024-12-18T21:07:18.879Z | [ host-package] Compiling tungstenite v0.21.0 |
2453 | 2024-12-18T21:07:18.903Z | [ helios-setup] Dec 18 21:07:17.734 INFO E| Finished `release` profile [optimized] target(s) in 4.06s |
2454 | 2024-12-18T21:07:18.922Z | [ helios-setup] Dec 18 21:07:17.744 INFO building project "pinprick" ok (4 seconds) |
2455 | 2024-12-18T21:07:18.922Z | [ helios-setup] Dec 18 21:07:17.744 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2456 | 2024-12-18T21:07:18.933Z | [ helios-setup] Dec 18 21:07:17.744 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2457 | 2024-12-18T21:07:19.184Z | [ helios-setup] Dec 18 21:07:18.012 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2458 | 2024-12-18T21:07:19.834Z | [ helios-setup] Dec 18 21:07:18.631 INFO E| From https://github.com/jclulow/rust-jmclib |
2459 | 2024-12-18T21:07:19.835Z | [ helios-setup] Dec 18 21:07:18.631 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2460 | 2024-12-18T21:07:19.856Z | [ helios-setup] Dec 18 21:07:18.663 INFO E| Updating crates.io index |
2461 | 2024-12-18T21:07:19.977Z | [ helios-setup] Dec 18 21:07:18.808 INFO E| Downloading crates ... |
2462 | 2024-12-18T21:07:20.062Z | [ helios-setup] Dec 18 21:07:18.892 INFO E| Downloaded bitflags v2.3.3 |
2463 | 2024-12-18T21:07:20.093Z | [ helios-setup] Dec 18 21:07:18.924 INFO E| Downloaded opaque-debug v0.3.0 |
2464 | 2024-12-18T21:07:20.100Z | [ helios-setup] Dec 18 21:07:18.925 INFO E| Downloaded block-buffer v0.9.0 |
2465 | 2024-12-18T21:07:20.100Z | [ helios-setup] Dec 18 21:07:18.927 INFO E| Downloaded anyhow v1.0.72 |
2466 | 2024-12-18T21:07:20.108Z | [ helios-setup] Dec 18 21:07:18.933 INFO E| Downloaded sha-1 v0.9.8 |
2467 | 2024-12-18T21:07:20.108Z | [ helios-setup] Dec 18 21:07:18.936 INFO E| Downloaded walkdir v2.3.3 |
2468 | 2024-12-18T21:07:20.116Z | [ helios-setup] Dec 18 21:07:18.938 INFO E| Downloaded md-5 v0.9.1 |
2469 | 2024-12-18T21:07:20.116Z | [ helios-setup] Dec 18 21:07:18.940 INFO E| Downloaded errno v0.3.1 |
2470 | 2024-12-18T21:07:20.116Z | [ helios-setup] Dec 18 21:07:18.943 INFO E| Downloaded digest v0.9.0 |
2471 | 2024-12-18T21:07:20.120Z | [ helios-setup] Dec 18 21:07:18.945 INFO E| Downloaded fastrand v2.0.0 |
2472 | 2024-12-18T21:07:20.120Z | [ helios-setup] Dec 18 21:07:18.947 INFO E| Downloaded cpufeatures v0.2.9 |
2473 | 2024-12-18T21:07:20.130Z | [ helios-setup] Dec 18 21:07:18.961 INFO E| Downloaded uuid v0.8.2 |
2474 | 2024-12-18T21:07:20.135Z | [ helios-setup] Dec 18 21:07:18.966 INFO E| Downloaded ryu v1.0.15 |
2475 | 2024-12-18T21:07:20.141Z | [ helios-setup] Dec 18 21:07:18.972 INFO E| Downloaded unicode-ident v1.0.11 |
2476 | 2024-12-18T21:07:20.145Z | [ helios-setup] Dec 18 21:07:18.976 INFO E| Downloaded serde v1.0.193 |
2477 | 2024-12-18T21:07:20.152Z | [ helios-setup] Dec 18 21:07:18.982 INFO E| Downloaded quote v1.0.31 |
2478 | 2024-12-18T21:07:20.160Z | [ helios-setup] Dec 18 21:07:18.987 INFO E| Downloaded typenum v1.16.0 |
2479 | 2024-12-18T21:07:20.169Z | [ helios-setup] Dec 18 21:07:18.991 INFO E| Downloaded toml v0.5.11 |
2480 | 2024-12-18T21:07:20.177Z | [ helios-setup] Dec 18 21:07:18.995 INFO E| Downloaded tempfile v3.7.0 |
2481 | 2024-12-18T21:07:20.184Z | [ helios-setup] Dec 18 21:07:18.999 INFO E| Downloaded serde_derive v1.0.193 |
2482 | 2024-12-18T21:07:20.184Z | [ helios-setup] Dec 18 21:07:19.003 INFO E| Downloaded once_cell v1.18.0 |
2483 | 2024-12-18T21:07:20.184Z | [ helios-setup] Dec 18 21:07:19.007 INFO E| Downloaded serde_json v1.0.103 |
2484 | 2024-12-18T21:07:20.192Z | [ helios-setup] Dec 18 21:07:19.019 INFO E| Downloaded proc-macro2 v1.0.66 |
2485 | 2024-12-18T21:07:20.197Z | [ helios-setup] Dec 18 21:07:19.023 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2486 | 2024-12-18T21:07:20.197Z | [ helios-setup] Dec 18 21:07:19.025 INFO E| Downloaded itoa v1.0.9 |
2487 | 2024-12-18T21:07:20.197Z | [ helios-setup] Dec 18 21:07:19.027 INFO E| Downloaded syn v2.0.32 |
2488 | 2024-12-18T21:07:20.211Z | [ helios-setup] Dec 18 21:07:19.042 INFO E| Downloaded getrandom v0.2.10 |
2489 | 2024-12-18T21:07:20.249Z | [ helios-setup] Dec 18 21:07:19.079 INFO E| Downloaded rustix v0.38.4 |
2490 | 2024-12-18T21:07:20.380Z | [ helios-setup] Dec 18 21:07:19.205 INFO E| Downloaded libc v0.2.147 |
2491 | 2024-12-18T21:07:20.520Z | [ helios-setup] Dec 18 21:07:19.350 INFO E| Compiling libc v0.2.147 |
2492 | 2024-12-18T21:07:20.520Z | [ helios-setup] Dec 18 21:07:19.350 INFO E| Compiling proc-macro2 v1.0.66 |
2493 | 2024-12-18T21:07:20.530Z | [ helios-setup] Dec 18 21:07:19.350 INFO E| Compiling unicode-ident v1.0.11 |
2494 | 2024-12-18T21:07:20.530Z | [ helios-setup] Dec 18 21:07:19.350 INFO E| Compiling cfg-if v1.0.0 |
2495 | 2024-12-18T21:07:20.530Z | [ helios-setup] Dec 18 21:07:19.350 INFO E| Compiling typenum v1.16.0 |
2496 | 2024-12-18T21:07:20.530Z | [ helios-setup] Dec 18 21:07:19.350 INFO E| Compiling version_check v0.9.4 |
2497 | 2024-12-18T21:07:20.530Z | [ helios-setup] Dec 18 21:07:19.350 INFO E| Compiling serde v1.0.193 |
2498 | 2024-12-18T21:07:20.530Z | [ helios-setup] Dec 18 21:07:19.350 INFO E| Compiling itoa v1.0.9 |
2499 | 2024-12-18T21:07:24.258Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2500 | 2024-12-18T21:07:24.269Z | [ helios-setup] Dec 18 21:07:20.212 INFO E| Compiling num-conv v0.1.0 |
2501 | 2024-12-18T21:07:24.269Z | [ helios-setup] Dec 18 21:07:20.324 INFO E| Compiling rustix v0.38.4 |
2502 | 2024-12-18T21:07:24.269Z | [ helios-setup] Dec 18 21:07:20.375 INFO E| Compiling time-core v0.1.2 |
2503 | 2024-12-18T21:07:24.272Z | [ helios-setup] Dec 18 21:07:20.556 INFO E| Compiling powerfmt v0.2.0 |
2504 | 2024-12-18T21:07:24.272Z | [ helios-setup] Dec 18 21:07:20.713 INFO E| Compiling slog v2.7.0 |
2505 | 2024-12-18T21:07:24.272Z | [ helios-setup] Dec 18 21:07:20.802 INFO E| Compiling time-macros v0.2.18 |
2506 | 2024-12-18T21:07:24.272Z | [ helios-setup] Dec 18 21:07:21.443 INFO E| Compiling deranged v0.3.11 |
2507 | 2024-12-18T21:07:24.272Z | [ helios-setup] Dec 18 21:07:21.448 INFO E| Compiling generic-array v0.14.7 |
2508 | 2024-12-18T21:07:24.272Z | [ host-package] Compiling ciborium v0.2.2 |
2509 | 2024-12-18T21:07:24.272Z | [ helios-setup] Dec 18 21:07:21.932 INFO E| Compiling num_threads v0.1.6 |
2510 | 2024-12-18T21:07:24.272Z | [ helios-setup] Dec 18 21:07:22.038 INFO E| Compiling once_cell v1.18.0 |
2511 | 2024-12-18T21:07:24.272Z | [ helios-setup] Dec 18 21:07:22.055 INFO E| Compiling bitflags v2.3.3 |
2512 | 2024-12-18T21:07:24.272Z | [ helios-setup] Dec 18 21:07:22.304 INFO E| Compiling quote v1.0.31 |
2513 | 2024-12-18T21:07:24.272Z | [ helios-setup] Dec 18 21:07:22.777 INFO E| Compiling dirs-sys-next v0.1.2 |
2514 | 2024-12-18T21:07:24.272Z | [ helios-setup] Dec 18 21:07:22.958 INFO E| Compiling errno v0.3.1 |
2515 | 2024-12-18T21:07:24.632Z | [ helios-setup] Dec 18 21:07:23.462 INFO E| Compiling syn v2.0.32 |
2516 | 2024-12-18T21:07:24.720Z | [ helios-setup] Dec 18 21:07:23.550 INFO E| Compiling dirs-next v2.0.0 |
2517 | 2024-12-18T21:07:24.906Z | [ helios-setup] Dec 18 21:07:23.735 INFO E| Compiling term v0.7.0 |
2518 | 2024-12-18T21:07:25.054Z | [ helios-setup] Dec 18 21:07:23.884 INFO E| Compiling atty v0.2.14 |
2519 | 2024-12-18T21:07:25.493Z | [ helios-setup] Dec 18 21:07:24.323 INFO E| Compiling thread_local v1.1.7 |
2520 | 2024-12-18T21:07:26.847Z | [ helios-setup] Dec 18 21:07:25.676 INFO E| Compiling serde_json v1.0.103 |
2521 | 2024-12-18T21:07:27.016Z | [ helios-setup] Dec 18 21:07:25.843 INFO E| Compiling opaque-debug v0.3.0 |
2522 | 2024-12-18T21:07:27.102Z | [ helios-setup] Dec 18 21:07:25.928 INFO E| Compiling fastrand v2.0.0 |
2523 | 2024-12-18T21:07:27.165Z | [ helios-setup] Dec 18 21:07:25.934 INFO E| Compiling anyhow v1.0.72 |
2524 | 2024-12-18T21:07:27.196Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2525 | 2024-12-18T21:07:27.850Z | [ helios-setup] Dec 18 21:07:26.673 INFO E| Compiling time v0.3.36 |
2526 | 2024-12-18T21:07:27.884Z | [ helios-setup] Dec 18 21:07:26.713 INFO E| Compiling digest v0.9.0 |
2527 | 2024-12-18T21:07:27.889Z | [ helios-setup] Dec 18 21:07:26.719 INFO E| Compiling block-buffer v0.9.0 |
2528 | 2024-12-18T21:07:28.134Z | [ helios-setup] Dec 18 21:07:26.962 INFO E| Compiling tempfile v3.7.0 |
2529 | 2024-12-18T21:07:28.445Z | [ helios-setup] Dec 18 21:07:27.273 INFO E| Compiling getrandom v0.2.10 |
2530 | 2024-12-18T21:07:28.455Z | [ helios-setup] Dec 18 21:07:27.283 INFO E| Compiling ryu v1.0.15 |
2531 | 2024-12-18T21:07:28.543Z | [ helios-setup] Dec 18 21:07:27.371 INFO E| Compiling cpufeatures v0.2.9 |
2532 | 2024-12-18T21:07:28.631Z | [ helios-setup] Dec 18 21:07:27.460 INFO E| Compiling unicode-width v0.1.10 |
2533 | 2024-12-18T21:07:28.969Z | [ helios-setup] Dec 18 21:07:27.797 INFO E| Compiling same-file v1.0.6 |
2534 | 2024-12-18T21:07:29.019Z | [ helios-setup] Dec 18 21:07:27.847 INFO E| Compiling getopts v0.2.21 |
2535 | 2024-12-18T21:07:29.106Z | [ helios-setup] Dec 18 21:07:27.933 INFO E| Compiling sha-1 v0.9.8 |
2536 | 2024-12-18T21:07:29.170Z | [ helios-setup] Dec 18 21:07:27.998 INFO E| Compiling md-5 v0.9.1 |
2537 | 2024-12-18T21:07:29.717Z | [ helios-setup] Dec 18 21:07:28.546 INFO E| Compiling walkdir v2.3.3 |
2538 | 2024-12-18T21:07:30.050Z | [ helios-setup] Dec 18 21:07:28.878 INFO E| Compiling libdevinfo-sys v1.0.0 |
2539 | 2024-12-18T21:07:30.241Z | [ helios-setup] Dec 18 21:07:29.069 INFO E| Compiling glob v0.3.1 |
2540 | 2024-12-18T21:07:31.709Z | [ helios-setup] Dec 18 21:07:30.536 INFO E| Compiling slog-term v2.9.0 |
2541 | 2024-12-18T21:07:34.044Z | [ helios-setup] Dec 18 21:07:32.862 INFO E| Compiling serde_derive v1.0.193 |
2542 | 2024-12-18T21:07:36.410Z | [ host-package] Compiling same-file v1.0.6 |
2543 | 2024-12-18T21:07:36.611Z | [ host-package] Compiling fastrand v2.1.1 |
2544 | 2024-12-18T21:07:36.869Z | [ host-package] Compiling display-error-chain v0.2.2 |
2545 | 2024-12-18T21:07:37.157Z | [ host-package] Compiling tempfile v3.13.0 |
2546 | 2024-12-18T21:07:37.323Z | [ host-package] Compiling walkdir v2.5.0 |
2547 | 2024-12-18T21:07:37.469Z | [ host-package] Compiling ring v0.16.20 |
2548 | 2024-12-18T21:07:37.997Z | [ host-package] Compiling blake3 v1.5.4 |
2549 | 2024-12-18T21:07:38.030Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2550 | 2024-12-18T21:07:38.638Z | [ host-package] Compiling xattr v1.3.1 |
2551 | 2024-12-18T21:07:38.698Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2552 | 2024-12-18T21:07:38.987Z | [ host-package] Compiling filetime v0.2.25 |
2553 | 2024-12-18T21:07:39.163Z | [ host-package] Compiling memmap2 v0.9.5 |
2554 | 2024-12-18T21:07:39.381Z | [ host-package] Compiling arrayref v0.3.9 |
2555 | 2024-12-18T21:07:39.521Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2556 | 2024-12-18T21:07:39.702Z | [ host-package] Compiling spin v0.5.2 |
2557 | 2024-12-18T21:07:39.885Z | [ host-package] Compiling keccak v0.1.5 |
2558 | 2024-12-18T21:07:39.904Z | [ host-package] Compiling arrayvec v0.7.6 |
2559 | 2024-12-18T21:07:39.942Z | [ host-package] Compiling tar v0.4.42 |
2560 | 2024-12-18T21:07:41.161Z | [ host-package] Compiling sha3 v0.10.8 |
2561 | 2024-12-18T21:07:41.663Z | [ host-package] Compiling toolchain_find v0.4.0 |
2562 | 2024-12-18T21:07:41.946Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2563 | 2024-12-18T21:07:42.160Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2564 | 2024-12-18T21:07:42.339Z | [ host-package] Compiling topological-sort v0.2.2 |
2565 | 2024-12-18T21:07:42.424Z | [ host-package] Compiling crunchy v0.2.2 |
2566 | 2024-12-18T21:07:42.620Z | [ host-package] Compiling maplit v1.0.2 |
2567 | 2024-12-18T21:07:42.660Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2568 | 2024-12-18T21:07:42.780Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2569 | 2024-12-18T21:07:43.137Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2570 | 2024-12-18T21:07:43.299Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2571 | 2024-12-18T21:07:43.367Z | [ host-package] Compiling phf_generator v0.11.2 |
2572 | 2024-12-18T21:07:43.686Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2573 | 2024-12-18T21:07:44.130Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2574 | 2024-12-18T21:07:44.241Z | [ host-package] Compiling secrecy v0.8.0 |
2575 | 2024-12-18T21:07:44.300Z | [ host-package] Compiling const_format v0.2.33 |
2576 | 2024-12-18T21:07:44.557Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2577 | 2024-12-18T21:07:44.807Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2578 | 2024-12-18T21:07:44.837Z | [ host-package] Compiling arc-swap v1.7.1 |
2579 | 2024-12-18T21:07:45.085Z | [ host-package] Compiling r2d2 v0.8.10 |
2580 | 2024-12-18T21:07:45.107Z | [ host-package] Compiling diesel_derives v2.2.3 |
2581 | 2024-12-18T21:07:45.278Z | [ host-package] Compiling phf_codegen v0.11.2 |
2582 | 2024-12-18T21:07:45.581Z | [ host-package] Compiling slog-scope v4.4.0 |
2583 | 2024-12-18T21:07:45.697Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2584 | 2024-12-18T21:07:45.697Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2585 | 2024-12-18T21:07:46.126Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2586 | 2024-12-18T21:07:46.423Z | [ host-package] Compiling universal-hash v0.5.1 |
2587 | 2024-12-18T21:07:46.754Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2588 | 2024-12-18T21:07:46.929Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2589 | 2024-12-18T21:07:47.658Z | [ helios-setup] Dec 18 21:07:46.440 INFO E| Compiling toml v0.5.11 |
2590 | 2024-12-18T21:07:47.677Z | [ helios-setup] Dec 18 21:07:46.440 INFO E| Compiling uuid v0.8.2 |
2591 | 2024-12-18T21:07:48.731Z | [ host-package] Compiling ena v0.14.3 |
2592 | 2024-12-18T21:07:49.272Z | [ host-package] Compiling opaque-debug v0.3.1 |
2593 | 2024-12-18T21:07:49.331Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2594 | 2024-12-18T21:07:49.445Z | [ host-package] Compiling diff v0.1.13 |
2595 | 2024-12-18T21:07:49.734Z | [ helios-setup] Dec 18 21:07:48.554 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2596 | 2024-12-18T21:07:49.996Z | [ host-package] Compiling regex-syntax v0.6.29 |
2597 | 2024-12-18T21:07:50.169Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2598 | 2024-12-18T21:07:50.339Z | [ host-package] Compiling poly1305 v0.8.0 |
2599 | 2024-12-18T21:07:52.264Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2600 | 2024-12-18T21:07:53.131Z | [ helios-setup] Dec 18 21:07:51.952 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2601 | 2024-12-18T21:07:53.722Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2602 | 2024-12-18T21:07:54.688Z | [ host-package] Compiling lalrpop v0.19.12 |
2603 | 2024-12-18T21:07:56.947Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2604 | 2024-12-18T21:07:58.247Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2605 | 2024-12-18T21:07:58.558Z | [ host-package] Compiling diesel v2.2.6 |
2606 | 2024-12-18T21:07:58.759Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2607 | 2024-12-18T21:07:59.143Z | [ host-package] Compiling chacha20 v0.9.1 |
2608 | 2024-12-18T21:07:59.644Z | [ host-package] Compiling aead v0.5.2 |
2609 | 2024-12-18T21:08:00.060Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2610 | 2024-12-18T21:08:00.828Z | [ host-package] Compiling ref-cast v1.0.23 |
2611 | 2024-12-18T21:08:01.532Z | [ host-package] Compiling vte v0.11.1 |
2612 | 2024-12-18T21:08:03.362Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2613 | 2024-12-18T21:08:04.181Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2614 | 2024-12-18T21:08:05.869Z | [ host-package] Compiling chrono-tz v0.10.0 |
2615 | 2024-12-18T21:08:06.604Z | [ helios-setup] Dec 18 21:08:05.413 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.57s |
2616 | 2024-12-18T21:08:06.629Z | [ helios-setup] Dec 18 21:08:05.449 INFO building project "image-builder" ok (47 seconds) |
2617 | 2024-12-18T21:08:06.630Z | [ helios-setup] Dec 18 21:08:05.449 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2618 | 2024-12-18T21:08:06.630Z | [ helios-setup] Dec 18 21:08:05.449 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2619 | 2024-12-18T21:08:06.640Z | [ helios-setup] Dec 18 21:08:05.459 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2620 | 2024-12-18T21:08:06.664Z | [ host-package] Compiling vsss-rs v3.3.4 |
2621 | 2024-12-18T21:08:07.084Z | [ helios-setup] Dec 18 21:08:05.861 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2622 | 2024-12-18T21:08:07.084Z | [ helios-setup] Dec 18 21:08:05.861 INFO E| info: downloading component 'cargo' |
2623 | 2024-12-18T21:08:07.390Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2624 | 2024-12-18T21:08:07.636Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2625 | 2024-12-18T21:08:08.706Z | [ helios-setup] Dec 18 21:08:07.521 INFO E| info: downloading component 'clippy' |
2626 | 2024-12-18T21:08:09.131Z | [ helios-setup] Dec 18 21:08:07.919 INFO E| info: downloading component 'rust-docs' |
2627 | 2024-12-18T21:08:09.934Z | [ host-package] Compiling headers-core v0.3.0 |
2628 | 2024-12-18T21:08:10.152Z | [ host-package] Compiling fxhash v0.2.1 |
2629 | 2024-12-18T21:08:10.225Z | [ helios-setup] Dec 18 21:08:09.044 INFO E| info: downloading component 'rust-src' |
2630 | 2024-12-18T21:08:10.412Z | [ host-package] Compiling libxml v0.3.3 |
2631 | 2024-12-18T21:08:10.519Z | [ helios-setup] Dec 18 21:08:09.338 INFO E| info: downloading component 'rust-std' |
2632 | 2024-12-18T21:08:10.810Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2633 | 2024-12-18T21:08:11.492Z | [ host-package] Compiling bytecount v0.6.8 |
2634 | 2024-12-18T21:08:11.882Z | [ host-package] Compiling papergrid v0.11.0 |
2635 | 2024-12-18T21:08:12.429Z | [ helios-setup] Dec 18 21:08:11.248 INFO E| info: downloading component 'rustc' |
2636 | 2024-12-18T21:08:19.737Z | [ helios-setup] Dec 18 21:08:17.040 INFO E| info: downloading component 'rustfmt' |
2637 | 2024-12-18T21:08:19.738Z | [ helios-setup] Dec 18 21:08:17.277 INFO E| info: installing component 'cargo' |
2638 | 2024-12-18T21:08:19.753Z | [ helios-setup] Dec 18 21:08:18.536 INFO E| info: installing component 'clippy' |
2639 | 2024-12-18T21:08:20.189Z | [ helios-setup] Dec 18 21:08:19.006 INFO E| info: installing component 'rust-docs' |
2640 | 2024-12-18T21:08:23.877Z | [ host-package] Compiling polar-core v0.27.3 |
2641 | 2024-12-18T21:08:26.805Z | [ helios-setup] Dec 18 21:08:25.620 INFO E| info: installing component 'rust-src' |
2642 | 2024-12-18T21:08:26.945Z | [ host-package] Compiling headers v0.4.0 |
2643 | 2024-12-18T21:08:27.264Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2644 | 2024-12-18T21:08:27.368Z | [ helios-setup] Dec 18 21:08:26.183 INFO E| info: installing component 'rust-std' |
2645 | 2024-12-18T21:08:29.411Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2646 | 2024-12-18T21:08:29.817Z | [ helios-setup] Dec 18 21:08:28.631 INFO E| info: installing component 'rustc' |
2647 | 2024-12-18T21:08:30.209Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2648 | 2024-12-18T21:08:30.253Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2649 | 2024-12-18T21:08:30.679Z | [ host-package] Compiling tabled_derive v0.7.0 |
2650 | 2024-12-18T21:08:31.506Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2651 | 2024-12-18T21:08:33.358Z | [ host-package] Compiling itertools v0.12.1 |
2652 | 2024-12-18T21:08:33.979Z | [ host-package] Compiling fd-lock v4.0.2 |
2653 | 2024-12-18T21:08:34.226Z | [ host-package] Compiling peg-macros v0.8.4 |
2654 | 2024-12-18T21:08:35.988Z | [ helios-setup] Dec 18 21:08:34.801 INFO E| info: installing component 'rustfmt' |
2655 | 2024-12-18T21:08:36.811Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2656 | 2024-12-18T21:08:36.845Z | [ helios-setup] Dec 18 21:08:35.658 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2657 | 2024-12-18T21:08:37.664Z | [ host-package] Compiling strum_macros v0.24.3 |
2658 | 2024-12-18T21:08:37.786Z | [ helios-setup] Dec 18 21:08:36.599 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2659 | 2024-12-18T21:08:37.786Z | [ helios-setup] Dec 18 21:08:36.599 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
2660 | 2024-12-18T21:08:37.786Z | [ helios-setup] Dec 18 21:08:36.599 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2661 | 2024-12-18T21:08:37.819Z | [ helios-setup] Dec 18 21:08:36.632 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2662 | 2024-12-18T21:08:37.819Z | [ helios-setup] Dec 18 21:08:36.632 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2663 | 2024-12-18T21:08:37.824Z | [ helios-setup] Dec 18 21:08:36.632 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2664 | 2024-12-18T21:08:37.824Z | [ helios-setup] Dec 18 21:08:36.633 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2665 | 2024-12-18T21:08:37.824Z | [ helios-setup] Dec 18 21:08:36.633 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2666 | 2024-12-18T21:08:37.824Z | [ helios-setup] Dec 18 21:08:36.633 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2667 | 2024-12-18T21:08:37.824Z | [ helios-setup] Dec 18 21:08:36.633 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2668 | 2024-12-18T21:08:37.824Z | [ helios-setup] Dec 18 21:08:36.633 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2669 | 2024-12-18T21:08:37.824Z | [ helios-setup] Dec 18 21:08:36.634 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2670 | 2024-12-18T21:08:37.824Z | [ helios-setup] Dec 18 21:08:36.634 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2671 | 2024-12-18T21:08:37.824Z | [ helios-setup] Dec 18 21:08:36.634 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2672 | 2024-12-18T21:08:37.860Z | [ helios-setup] Dec 18 21:08:36.671 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2673 | 2024-12-18T21:08:37.935Z | [ host-package] Compiling kstat-rs v0.2.4 |
2674 | 2024-12-18T21:08:37.991Z | [ host-package] Compiling samael v0.0.17 |
2675 | 2024-12-18T21:08:38.442Z | [ host-package] Compiling unicase v2.7.0 |
2676 | 2024-12-18T21:08:38.796Z | [ host-package] Compiling indoc v1.0.9 |
2677 | 2024-12-18T21:08:38.854Z | [ helios-setup] Dec 18 21:08:37.666 INFO E| From https://github.com/oxidecomputer/amd-efs |
2678 | 2024-12-18T21:08:38.854Z | [ helios-setup] Dec 18 21:08:37.666 INFO E| * [new branch] empty -> origin/empty |
2679 | 2024-12-18T21:08:38.856Z | [ helios-setup] Dec 18 21:08:37.666 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2680 | 2024-12-18T21:08:38.856Z | [ helios-setup] Dec 18 21:08:37.666 INFO E| * [new branch] main -> origin/main |
2681 | 2024-12-18T21:08:38.856Z | [ helios-setup] Dec 18 21:08:37.667 INFO E| * [new branch] review -> origin/review |
2682 | 2024-12-18T21:08:38.856Z | [ helios-setup] Dec 18 21:08:37.667 INFO E| * [new ref] -> origin/HEAD |
2683 | 2024-12-18T21:08:38.856Z | [ helios-setup] Dec 18 21:08:37.667 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2684 | 2024-12-18T21:08:38.856Z | [ helios-setup] Dec 18 21:08:37.667 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2685 | 2024-12-18T21:08:38.856Z | [ helios-setup] Dec 18 21:08:37.667 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2686 | 2024-12-18T21:08:38.857Z | [ helios-setup] Dec 18 21:08:37.667 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2687 | 2024-12-18T21:08:38.857Z | [ helios-setup] Dec 18 21:08:37.668 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2688 | 2024-12-18T21:08:38.857Z | [ helios-setup] Dec 18 21:08:37.668 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2689 | 2024-12-18T21:08:38.857Z | [ helios-setup] Dec 18 21:08:37.668 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2690 | 2024-12-18T21:08:38.858Z | [ helios-setup] Dec 18 21:08:37.668 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2691 | 2024-12-18T21:08:38.858Z | [ helios-setup] Dec 18 21:08:37.668 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2692 | 2024-12-18T21:08:38.858Z | [ helios-setup] Dec 18 21:08:37.668 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2693 | 2024-12-18T21:08:38.858Z | [ helios-setup] Dec 18 21:08:37.668 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2694 | 2024-12-18T21:08:38.858Z | [ helios-setup] Dec 18 21:08:37.668 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2695 | 2024-12-18T21:08:38.858Z | [ helios-setup] Dec 18 21:08:37.669 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2696 | 2024-12-18T21:08:38.858Z | [ helios-setup] Dec 18 21:08:37.669 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2697 | 2024-12-18T21:08:38.882Z | [ helios-setup] Dec 18 21:08:37.694 INFO E| Updating crates.io index |
2698 | 2024-12-18T21:08:38.948Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2699 | 2024-12-18T21:08:39.246Z | [ helios-setup] Dec 18 21:08:38.058 INFO E| Downloading crates ... |
2700 | 2024-12-18T21:08:39.347Z | [ helios-setup] Dec 18 21:08:38.157 INFO E| Downloaded ansi_term v0.12.1 |
2701 | 2024-12-18T21:08:39.353Z | [ helios-setup] Dec 18 21:08:38.165 INFO E| Downloaded pest_meta v2.7.13 |
2702 | 2024-12-18T21:08:39.367Z | [ helios-setup] Dec 18 21:08:38.169 INFO E| Downloaded fletcher v0.1.0 |
2703 | 2024-12-18T21:08:39.406Z | [ helios-setup] Dec 18 21:08:38.219 INFO E| Downloaded unic-common v0.9.0 |
2704 | 2024-12-18T21:08:39.411Z | [ helios-setup] Dec 18 21:08:38.220 INFO E| Downloaded unic-char-range v0.9.0 |
2705 | 2024-12-18T21:08:39.411Z | [ helios-setup] Dec 18 21:08:38.222 INFO E| Downloaded pre v0.2.1 |
2706 | 2024-12-18T21:08:39.414Z | [ helios-setup] Dec 18 21:08:38.223 INFO E| Downloaded four-cc v0.3.0 |
2707 | 2024-12-18T21:08:39.414Z | [ helios-setup] Dec 18 21:08:38.225 INFO E| Downloaded clap v2.34.0 |
2708 | 2024-12-18T21:08:39.422Z | [ helios-setup] Dec 18 21:08:38.234 INFO E| Downloaded unic-ucd-version v0.9.0 |
2709 | 2024-12-18T21:08:39.425Z | [ helios-setup] Dec 18 21:08:38.235 INFO E| Downloaded unic-char-property v0.9.0 |
2710 | 2024-12-18T21:08:39.427Z | [ helios-setup] Dec 18 21:08:38.237 INFO E| Downloaded thiserror v1.0.64 |
2711 | 2024-12-18T21:08:39.433Z | [ helios-setup] Dec 18 21:08:38.243 INFO E| Downloaded rustc_version v0.2.3 |
2712 | 2024-12-18T21:08:39.436Z | [ helios-setup] Dec 18 21:08:38.244 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2713 | 2024-12-18T21:08:39.436Z | [ helios-setup] Dec 18 21:08:38.247 INFO E| Downloaded strsim v0.8.0 |
2714 | 2024-12-18T21:08:39.449Z | [ helios-setup] Dec 18 21:08:38.249 INFO E| Downloaded pest_generator v2.7.13 |
2715 | 2024-12-18T21:08:39.449Z | [ helios-setup] Dec 18 21:08:38.251 INFO E| Downloaded proc-macro-crate v0.1.5 |
2716 | 2024-12-18T21:08:39.449Z | [ helios-setup] Dec 18 21:08:38.252 INFO E| Downloaded strum v0.23.0 |
2717 | 2024-12-18T21:08:39.449Z | [ helios-setup] Dec 18 21:08:38.253 INFO E| Downloaded strum_macros v0.23.1 |
2718 | 2024-12-18T21:08:39.449Z | [ helios-setup] Dec 18 21:08:38.256 INFO E| Downloaded thiserror-impl v1.0.64 |
2719 | 2024-12-18T21:08:39.449Z | [ helios-setup] Dec 18 21:08:38.258 INFO E| Downloaded textwrap v0.11.0 |
2720 | 2024-12-18T21:08:39.452Z | [ helios-setup] Dec 18 21:08:38.261 INFO E| Downloaded structopt-derive v0.4.18 |
2721 | 2024-12-18T21:08:39.453Z | [ helios-setup] Dec 18 21:08:38.263 INFO E| Downloaded pre-proc-macro v0.2.1 |
2722 | 2024-12-18T21:08:39.456Z | [ helios-setup] Dec 18 21:08:38.266 INFO E| Downloaded scroll v0.10.2 |
2723 | 2024-12-18T21:08:39.456Z | [ helios-setup] Dec 18 21:08:38.268 INFO E| Downloaded semver-parser v0.7.0 |
2724 | 2024-12-18T21:08:39.459Z | [ helios-setup] Dec 18 21:08:38.269 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2725 | 2024-12-18T21:08:39.459Z | [ helios-setup] Dec 18 21:08:38.270 INFO E| Downloaded parse_int v0.6.0 |
2726 | 2024-12-18T21:08:39.459Z | [ helios-setup] Dec 18 21:08:38.271 INFO E| Downloaded pest_derive v2.7.13 |
2727 | 2024-12-18T21:08:39.462Z | [ helios-setup] Dec 18 21:08:38.274 INFO E| Downloaded vec_map v0.8.2 |
2728 | 2024-12-18T21:08:39.464Z | [ helios-setup] Dec 18 21:08:38.276 INFO E| Downloaded structopt v0.3.26 |
2729 | 2024-12-18T21:08:39.475Z | [ helios-setup] Dec 18 21:08:38.287 INFO E| Downloaded serde_derive v1.0.210 |
2730 | 2024-12-18T21:08:39.491Z | [ helios-setup] Dec 18 21:08:38.291 INFO E| Downloaded modular-bitfield v0.11.2 |
2731 | 2024-12-18T21:08:39.496Z | [ helios-setup] Dec 18 21:08:38.309 INFO E| Downloaded serde v1.0.210 |
2732 | 2024-12-18T21:08:39.502Z | [ helios-setup] Dec 18 21:08:38.314 INFO E| Downloaded semver v0.9.0 |
2733 | 2024-12-18T21:08:39.523Z | [ helios-setup] Dec 18 21:08:38.316 INFO E| Downloaded proc-macro2 v1.0.86 |
2734 | 2024-12-18T21:08:39.543Z | [ helios-setup] Dec 18 21:08:38.320 INFO E| Downloaded serde_json v1.0.128 |
2735 | 2024-12-18T21:08:39.552Z | [ helios-setup] Dec 18 21:08:38.331 INFO E| Downloaded pest v2.7.13 |
2736 | 2024-12-18T21:08:39.552Z | [ helios-setup] Dec 18 21:08:38.339 INFO E| Downloaded syn v2.0.79 |
2737 | 2024-12-18T21:08:39.552Z | [ helios-setup] Dec 18 21:08:38.356 INFO E| Downloaded goblin v0.4.3 |
2738 | 2024-12-18T21:08:39.555Z | [ helios-setup] Dec 18 21:08:38.364 INFO E| Downloaded once_cell v1.20.1 |
2739 | 2024-12-18T21:08:39.558Z | [ helios-setup] Dec 18 21:08:38.367 INFO E| Downloaded scroll_derive v0.10.5 |
2740 | 2024-12-18T21:08:39.558Z | [ helios-setup] Dec 18 21:08:38.369 INFO E| Downloaded memoffset v0.5.6 |
2741 | 2024-12-18T21:08:39.558Z | [ helios-setup] Dec 18 21:08:38.370 INFO E| Downloaded cfg-if v0.1.10 |
2742 | 2024-12-18T21:08:39.560Z | [ helios-setup] Dec 18 21:08:38.373 INFO E| Downloaded bytesize v1.3.0 |
2743 | 2024-12-18T21:08:39.564Z | [ helios-setup] Dec 18 21:08:38.376 INFO E| Downloaded libc v0.2.159 |
2744 | 2024-12-18T21:08:39.700Z | [ helios-setup] Dec 18 21:08:38.513 INFO E| Compiling proc-macro2 v1.0.86 |
2745 | 2024-12-18T21:08:39.703Z | [ helios-setup] Dec 18 21:08:38.513 INFO E| Compiling unicode-ident v1.0.13 |
2746 | 2024-12-18T21:08:39.703Z | [ helios-setup] Dec 18 21:08:38.513 INFO E| Compiling syn v1.0.109 |
2747 | 2024-12-18T21:08:39.704Z | [ helios-setup] Dec 18 21:08:38.513 INFO E| Compiling version_check v0.9.5 |
2748 | 2024-12-18T21:08:39.704Z | [ helios-setup] Dec 18 21:08:38.513 INFO E| Compiling memchr v2.7.4 |
2749 | 2024-12-18T21:08:39.704Z | [ helios-setup] Dec 18 21:08:38.513 INFO E| Compiling autocfg v1.4.0 |
2750 | 2024-12-18T21:08:39.704Z | [ helios-setup] Dec 18 21:08:38.514 INFO E| Compiling semver-parser v0.7.0 |
2751 | 2024-12-18T21:08:39.704Z | [ helios-setup] Dec 18 21:08:38.514 INFO E| Compiling thiserror v1.0.64 |
2752 | 2024-12-18T21:08:39.778Z | [ host-package] Compiling reedline v0.35.0 |
2753 | 2024-12-18T21:08:39.967Z | [ helios-setup] Dec 18 21:08:38.779 INFO E| Compiling serde v1.0.210 |
2754 | 2024-12-18T21:08:40.529Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2755 | 2024-12-18T21:08:41.159Z | [ helios-setup] Dec 18 21:08:39.971 INFO E| Compiling semver v0.9.0 |
2756 | 2024-12-18T21:08:41.510Z | [ helios-setup] Dec 18 21:08:40.107 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2757 | 2024-12-18T21:08:41.513Z | [ helios-setup] Dec 18 21:08:40.227 INFO E| Compiling proc-macro-error v1.0.4 |
2758 | 2024-12-18T21:08:41.812Z | [ helios-setup] Dec 18 21:08:40.623 INFO E| Compiling rustc_version v0.2.3 |
2759 | 2024-12-18T21:08:41.856Z | [ helios-setup] Dec 18 21:08:40.667 INFO E| Compiling serde_json v1.0.128 |
2760 | 2024-12-18T21:08:42.169Z | [ helios-setup] Dec 18 21:08:40.980 INFO E| Compiling num-traits v0.2.19 |
2761 | 2024-12-18T21:08:42.171Z | [ helios-setup] Dec 18 21:08:40.980 INFO E| Compiling itoa v1.0.11 |
2762 | 2024-12-18T21:08:42.257Z | [ helios-setup] Dec 18 21:08:41.069 INFO E| Compiling unicode-segmentation v1.12.0 |
2763 | 2024-12-18T21:08:42.608Z | [ helios-setup] Dec 18 21:08:41.420 INFO E| Compiling ryu v1.0.18 |
2764 | 2024-12-18T21:08:42.677Z | [ helios-setup] Dec 18 21:08:41.488 INFO E| Compiling schemars v0.8.21 |
2765 | 2024-12-18T21:08:42.863Z | [ helios-setup] Dec 18 21:08:41.674 INFO E| Compiling pre-proc-macro v0.2.1 |
2766 | 2024-12-18T21:08:43.162Z | [ helios-setup] Dec 18 21:08:41.973 INFO E| Compiling memoffset v0.5.6 |
2767 | 2024-12-18T21:08:43.224Z | [ helios-setup] Dec 18 21:08:42.035 INFO E| Compiling quote v1.0.37 |
2768 | 2024-12-18T21:08:43.564Z | [ helios-setup] Dec 18 21:08:42.376 INFO E| Compiling heck v0.3.3 |
2769 | 2024-12-18T21:08:43.688Z | [ helios-setup] Dec 18 21:08:42.499 INFO E| Compiling lazy_static v1.5.0 |
2770 | 2024-12-18T21:08:43.848Z | [ helios-setup] Dec 18 21:08:42.660 INFO E| Compiling rustversion v1.0.17 |
2771 | 2024-12-18T21:08:43.886Z | [ helios-setup] Dec 18 21:08:42.697 INFO E| Compiling ucd-trie v0.1.7 |
2772 | 2024-12-18T21:08:43.967Z | [ helios-setup] Dec 18 21:08:42.779 INFO E| Compiling syn v2.0.79 |
2773 | 2024-12-18T21:08:44.235Z | [ helios-setup] Dec 18 21:08:43.046 INFO E| Compiling paste v1.0.15 |
2774 | 2024-12-18T21:08:44.417Z | [ helios-setup] Dec 18 21:08:43.228 INFO E| Compiling libc v0.2.159 |
2775 | 2024-12-18T21:08:45.191Z | [ helios-setup] Dec 18 21:08:44.000 INFO E| Compiling dyn-clone v1.0.17 |
2776 | 2024-12-18T21:08:45.596Z | [ helios-setup] Dec 18 21:08:44.407 INFO E| Compiling pre v0.2.1 |
2777 | 2024-12-18T21:08:45.653Z | [ helios-setup] Dec 18 21:08:44.463 INFO E| Compiling once_cell v1.20.1 |
2778 | 2024-12-18T21:08:45.715Z | [ host-package] Compiling peg v0.8.4 |
2779 | 2024-12-18T21:08:45.880Z | [ helios-setup] Dec 18 21:08:44.691 INFO E| Compiling cfg-if v0.1.10 |
2780 | 2024-12-18T21:08:45.961Z | [ helios-setup] Dec 18 21:08:44.772 INFO E| Compiling byteorder v1.5.0 |
2781 | 2024-12-18T21:08:46.106Z | [ host-package] Compiling tabled v0.15.0 |
2782 | 2024-12-18T21:08:46.456Z | [ helios-setup] Dec 18 21:08:45.267 INFO E| Compiling static_assertions v1.1.0 |
2783 | 2024-12-18T21:08:47.100Z | [ helios-setup] Dec 18 21:08:45.910 INFO E| Compiling unicode-width v0.1.14 |
2784 | 2024-12-18T21:08:48.056Z | [ helios-setup] Dec 18 21:08:46.866 INFO E| Compiling atty v0.2.14 |
2785 | 2024-12-18T21:08:48.290Z | [ helios-setup] Dec 18 21:08:47.100 INFO E| Compiling textwrap v0.11.0 |
2786 | 2024-12-18T21:08:48.430Z | [ helios-setup] Dec 18 21:08:47.240 INFO E| Compiling unic-char-range v0.9.0 |
2787 | 2024-12-18T21:08:48.874Z | [ helios-setup] Dec 18 21:08:47.684 INFO E| Compiling unic-common v0.9.0 |
2788 | 2024-12-18T21:08:49.042Z | [ helios-setup] Dec 18 21:08:47.851 INFO E| Compiling bitflags v1.3.2 |
2789 | 2024-12-18T21:08:49.128Z | [ helios-setup] Dec 18 21:08:47.938 INFO E| Compiling ansi_term v0.12.1 |
2790 | 2024-12-18T21:08:49.287Z | [ helios-setup] Dec 18 21:08:48.097 INFO E| Compiling vec_map v0.8.2 |
2791 | 2024-12-18T21:08:49.310Z | [ helios-setup] Dec 18 21:08:48.120 INFO E| Compiling strum v0.23.0 |
2792 | 2024-12-18T21:08:49.507Z | [ helios-setup] Dec 18 21:08:48.317 INFO E| Compiling parse_int v0.6.0 |
2793 | 2024-12-18T21:08:49.556Z | [ helios-setup] Dec 18 21:08:48.366 INFO E| Compiling fletcher v0.1.0 |
2794 | 2024-12-18T21:08:49.716Z | [ helios-setup] Dec 18 21:08:48.526 INFO E| Compiling strsim v0.8.0 |
2795 | 2024-12-18T21:08:49.797Z | [ helios-setup] Dec 18 21:08:48.607 INFO E| Compiling unic-ucd-version v0.9.0 |
2796 | 2024-12-18T21:08:49.891Z | [ helios-setup] Dec 18 21:08:48.700 INFO E| Compiling unic-char-property v0.9.0 |
2797 | 2024-12-18T21:08:49.952Z | [ helios-setup] Dec 18 21:08:48.761 INFO E| Compiling plain v0.2.3 |
2798 | 2024-12-18T21:08:50.048Z | [ helios-setup] Dec 18 21:08:48.857 INFO E| Compiling log v0.4.22 |
2799 | 2024-12-18T21:08:50.289Z | [ helios-setup] Dec 18 21:08:49.098 INFO E| Compiling clap v2.34.0 |
2800 | 2024-12-18T21:08:50.311Z | [ helios-setup] Dec 18 21:08:49.121 INFO E| Compiling unic-ucd-ident v0.9.0 |
2801 | 2024-12-18T21:08:50.337Z | [ helios-setup] Dec 18 21:08:49.147 INFO E| Compiling bytesize v1.3.0 |
2802 | 2024-12-18T21:08:52.555Z | [ helios-setup] Dec 18 21:08:51.365 INFO E| Compiling serde_derive_internals v0.29.1 |
2803 | 2024-12-18T21:08:54.914Z | [ helios-setup] Dec 18 21:08:53.723 INFO E| Compiling toml v0.5.11 |
2804 | 2024-12-18T21:08:57.758Z | [ helios-setup] Dec 18 21:08:56.564 INFO E| Compiling proc-macro-crate v0.1.5 |
2805 | 2024-12-18T21:08:58.023Z | [ helios-setup] Dec 18 21:08:56.831 INFO E| Compiling thiserror-impl v1.0.64 |
2806 | 2024-12-18T21:08:58.690Z | [ helios-setup] Dec 18 21:08:57.498 INFO E| Compiling serde_derive v1.0.210 |
2807 | 2024-12-18T21:08:59.019Z | [ helios-setup] Dec 18 21:08:57.827 INFO E| Compiling schemars_derive v0.8.21 |
2808 | 2024-12-18T21:08:59.095Z | [ helios-setup] Dec 18 21:08:57.903 INFO E| Compiling zerocopy-derive v0.6.6 |
2809 | 2024-12-18T21:09:00.324Z | [ helios-setup] Dec 18 21:08:59.132 INFO E| Compiling num-derive v0.4.2 |
2810 | 2024-12-18T21:09:02.839Z | [ helios-setup] Dec 18 21:09:01.646 INFO E| Compiling zerocopy v0.6.6 |
2811 | 2024-12-18T21:09:03.641Z | [ helios-setup] Dec 18 21:09:02.448 INFO E| Compiling pest v2.7.13 |
2812 | 2024-12-18T21:09:05.844Z | [ helios-setup] Dec 18 21:09:04.650 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2813 | 2024-12-18T21:09:05.845Z | [ helios-setup] Dec 18 21:09:04.650 INFO E| Compiling scroll_derive v0.10.5 |
2814 | 2024-12-18T21:09:05.914Z | [ helios-setup] Dec 18 21:09:04.719 INFO E| Compiling strum_macros v0.23.1 |
2815 | 2024-12-18T21:09:08.191Z | [ helios-setup] Dec 18 21:09:06.996 INFO E| Compiling structopt-derive v0.4.18 |
2816 | 2024-12-18T21:09:08.983Z | [ helios-setup] Dec 18 21:09:07.788 INFO E| Compiling pest_meta v2.7.13 |
2817 | 2024-12-18T21:09:09.017Z | [ host-package] Compiling derive_builder v0.20.2 |
2818 | 2024-12-18T21:09:09.391Z | [ helios-setup] Dec 18 21:09:08.196 INFO E| Compiling scroll v0.10.2 |
2819 | 2024-12-18T21:09:09.843Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2820 | 2024-12-18T21:09:10.770Z | [ helios-setup] Dec 18 21:09:09.525 INFO E| Compiling goblin v0.4.3 |
2821 | 2024-12-18T21:09:10.962Z | [ helios-setup] Dec 18 21:09:09.767 INFO E| Compiling modular-bitfield v0.11.2 |
2822 | 2024-12-18T21:09:12.081Z | [ helios-setup] Dec 18 21:09:10.886 INFO E| Compiling pest_generator v2.7.13 |
2823 | 2024-12-18T21:09:13.572Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2824 | 2024-12-18T21:09:14.238Z | [ helios-setup] Dec 18 21:09:13.008 INFO E| Compiling structopt v0.3.26 |
2825 | 2024-12-18T21:09:15.987Z | [ helios-setup] Dec 18 21:09:14.791 INFO E| Compiling pest_derive v2.7.13 |
2826 | 2024-12-18T21:09:16.966Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2827 | 2024-12-18T21:09:17.599Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2828 | 2024-12-18T21:09:18.055Z | [ host-package] Compiling bcs v0.1.6 |
2829 | 2024-12-18T21:09:19.198Z | [ host-package] Compiling oso-derive v0.27.3 |
2830 | 2024-12-18T21:09:20.358Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2831 | 2024-12-18T21:09:20.391Z | [ host-package] Compiling libz-sys v1.1.20 |
2832 | 2024-12-18T21:09:21.258Z | [ host-package] Compiling quick-xml v0.33.0 |
2833 | 2024-12-18T21:09:21.844Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
2834 | 2024-12-18T21:09:21.928Z | [ helios-setup] Dec 18 21:09:20.730 INFO E| Compiling json5 v0.4.1 |
2835 | 2024-12-18T21:09:22.757Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2836 | 2024-12-18T21:09:27.769Z | [ helios-setup] Dec 18 21:09:26.570 INFO E| Compiling four-cc v0.3.0 |
2837 | 2024-12-18T21:09:27.769Z | [ helios-setup] Dec 18 21:09:26.570 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2838 | 2024-12-18T21:09:27.965Z | [ helios-setup] Dec 18 21:09:26.766 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
2839 | 2024-12-18T21:09:29.971Z | [ host-package] Compiling oso v0.27.3 |
2840 | 2024-12-18T21:09:30.971Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2841 | 2024-12-18T21:09:33.113Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2842 | 2024-12-18T21:09:39.375Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2843 | 2024-12-18T21:09:42.869Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2844 | 2024-12-18T21:09:43.232Z | [ host-package] Compiling bb8 v0.8.5 |
2845 | 2024-12-18T21:09:43.998Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2846 | 2024-12-18T21:09:46.971Z | [ host-package] Compiling nibble_vec v0.1.0 |
2847 | 2024-12-18T21:09:47.319Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2848 | 2024-12-18T21:09:48.217Z | [ host-package] Compiling atty v0.2.14 |
2849 | 2024-12-18T21:09:48.536Z | [ host-package] Compiling salty v0.3.0 |
2850 | 2024-12-18T21:09:49.060Z | [ host-package] Compiling endian-type v0.1.2 |
2851 | 2024-12-18T21:09:49.435Z | [ host-package] Compiling radix_trie v0.2.1 |
2852 | 2024-12-18T21:09:50.940Z | [ host-package] Compiling parking_lot v0.11.2 |
2853 | 2024-12-18T21:09:53.489Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2854 | 2024-12-18T21:09:58.641Z | [ host-package] Compiling sled v0.34.7 |
2855 | 2024-12-18T21:10:09.470Z | [ helios-setup] Dec 18 21:10:08.261 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2856 | 2024-12-18T21:10:22.770Z | [ helios-setup] Dec 18 21:10:21.558 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2857 | 2024-12-18T21:10:25.228Z | [ host-package] Compiling mime_guess v2.0.5 |
2858 | 2024-12-18T21:10:26.193Z | [ host-package] Compiling hickory-client v0.24.1 |
2859 | 2024-12-18T21:10:26.794Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2860 | 2024-12-18T21:10:27.687Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2861 | 2024-12-18T21:10:28.688Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2862 | 2024-12-18T21:10:29.251Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2863 | 2024-12-18T21:10:31.990Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2864 | 2024-12-18T21:10:33.694Z | [ host-package] Compiling hickory-server v0.24.1 |
2865 | 2024-12-18T21:10:34.203Z | [ host-package] Compiling primeorder v0.13.6 |
2866 | 2024-12-18T21:10:34.940Z | [ host-package] Compiling vergen v8.3.2 |
2867 | 2024-12-18T21:10:35.274Z | [ host-package] Compiling env_filter v0.1.2 |
2868 | 2024-12-18T21:10:36.866Z | [ host-package] Compiling cargo-platform v0.1.8 |
2869 | 2024-12-18T21:10:37.535Z | [ host-package] Compiling nanorand v0.7.0 |
2870 | 2024-12-18T21:10:37.753Z | [ host-package] Compiling memoffset v0.9.1 |
2871 | 2024-12-18T21:10:38.345Z | [ host-package] Compiling flume v0.11.1 |
2872 | 2024-12-18T21:10:38.530Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2873 | 2024-12-18T21:10:38.944Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2874 | 2024-12-18T21:10:39.178Z | [ host-package] Compiling env_logger v0.11.5 |
2875 | 2024-12-18T21:10:41.102Z | [ host-package] Compiling p384 v0.13.0 |
2876 | 2024-12-18T21:10:42.981Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2877 | 2024-12-18T21:10:44.938Z | [ host-package] Compiling git2 v0.19.0 |
2878 | 2024-12-18T21:10:46.195Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2879 | 2024-12-18T21:10:47.897Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2880 | 2024-12-18T21:10:49.301Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2881 | 2024-12-18T21:10:49.343Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2882 | 2024-12-18T21:10:56.385Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2883 | 2024-12-18T21:10:57.154Z | [ host-package] Compiling rand_seeder v0.3.0 |
2884 | 2024-12-18T21:10:57.602Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
2885 | 2024-12-18T21:10:57.897Z | [ host-package] Compiling lzma-sys v0.1.20 |
2886 | 2024-12-18T21:10:58.193Z | [ host-package] Compiling http-range v0.1.5 |
2887 | 2024-12-18T21:10:58.216Z | [ host-package] Compiling rustls v0.21.12 |
2888 | 2024-12-18T21:10:58.570Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2889 | 2024-12-18T21:10:58.660Z | [ host-package] Compiling cfg_aliases v0.2.1 |
2890 | 2024-12-18T21:10:58.802Z | [ host-package] Compiling nix v0.29.0 |
2891 | 2024-12-18T21:10:59.047Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2892 | 2024-12-18T21:10:59.399Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2893 | 2024-12-18T21:10:59.884Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2894 | 2024-12-18T21:11:00.730Z | [ helios-setup] Dec 18 21:10:59.510 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 24s |
2895 | 2024-12-18T21:11:00.765Z | [ helios-setup] Dec 18 21:10:59.544 INFO building project "amd-host-image-builder" ok (174 seconds) |
2896 | 2024-12-18T21:11:00.768Z | [ helios-setup] Dec 18 21:10:59.544 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2897 | 2024-12-18T21:11:00.770Z | [ helios-setup] Dec 18 21:10:59.544 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2898 | 2024-12-18T21:11:00.900Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2899 | 2024-12-18T21:11:01.048Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2900 | 2024-12-18T21:11:01.108Z | [ helios-setup] Dec 18 21:10:59.887 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2901 | 2024-12-18T21:11:01.118Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2902 | 2024-12-18T21:11:01.435Z | [ host-package] Compiling rustls-webpki v0.101.7 |
2903 | 2024-12-18T21:11:02.496Z | [ helios-setup] Dec 18 21:11:01.275 INFO E| From https://github.com/oxidecomputer/progenitor |
2904 | 2024-12-18T21:11:02.497Z | [ helios-setup] Dec 18 21:11:01.275 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2905 | 2024-12-18T21:11:02.528Z | [ helios-setup] Dec 18 21:11:01.307 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2906 | 2024-12-18T21:11:02.528Z | [ helios-setup] Dec 18 21:11:01.307 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2907 | 2024-12-18T21:11:02.631Z | [ helios-setup] Dec 18 21:11:01.410 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2908 | 2024-12-18T21:11:03.255Z | [ helios-setup] Dec 18 21:11:01.963 INFO E| From https://github.com/jclulow/hiercmd |
2909 | 2024-12-18T21:11:03.255Z | [ helios-setup] Dec 18 21:11:01.963 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2910 | 2024-12-18T21:11:03.264Z | [ helios-setup] Dec 18 21:11:01.982 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2911 | 2024-12-18T21:11:03.815Z | [ helios-setup] Dec 18 21:11:02.592 INFO E| From https://github.com/jclulow/network-interface |
2912 | 2024-12-18T21:11:03.815Z | [ helios-setup] Dec 18 21:11:02.592 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2913 | 2024-12-18T21:11:03.841Z | [ helios-setup] Dec 18 21:11:02.620 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2914 | 2024-12-18T21:11:04.693Z | [ helios-setup] Dec 18 21:11:03.471 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2915 | 2024-12-18T21:11:04.693Z | [ helios-setup] Dec 18 21:11:03.471 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2916 | 2024-12-18T21:11:04.724Z | [ helios-setup] Dec 18 21:11:03.502 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2917 | 2024-12-18T21:11:05.502Z | [ host-package] Compiling sct v0.7.1 |
2918 | 2024-12-18T21:11:05.510Z | [ helios-setup] Dec 18 21:11:04.289 INFO E| From https://github.com/oxidecomputer/facade |
2919 | 2024-12-18T21:11:05.510Z | [ helios-setup] Dec 18 21:11:04.289 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2920 | 2024-12-18T21:11:05.554Z | [ helios-setup] Dec 18 21:11:04.332 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2921 | 2024-12-18T21:11:05.560Z | [ host-package] Compiling heck v0.3.3 |
2922 | 2024-12-18T21:11:05.691Z | [ host-package] Compiling castaway v0.2.3 |
2923 | 2024-12-18T21:11:05.911Z | [ host-package] Compiling csv-core v0.1.11 |
2924 | 2024-12-18T21:11:05.962Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=97301243f0707708ae9e629e2b4cdea5ae3fd078#97301243) |
2925 | 2024-12-18T21:11:05.987Z | [ host-package] Compiling glob v0.3.1 |
2926 | 2024-12-18T21:11:06.328Z | [ helios-setup] Dec 18 21:11:05.106 INFO E| From https://github.com/oxidecomputer/dropshot |
2927 | 2024-12-18T21:11:06.330Z | [ helios-setup] Dec 18 21:11:05.106 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2928 | 2024-12-18T21:11:06.366Z | [ helios-setup] Dec 18 21:11:05.144 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2929 | 2024-12-18T21:11:06.366Z | [ helios-setup] Dec 18 21:11:05.144 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2930 | 2024-12-18T21:11:06.369Z | [ helios-setup] Dec 18 21:11:05.145 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2931 | 2024-12-18T21:11:06.369Z | [ helios-setup] Dec 18 21:11:05.145 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2932 | 2024-12-18T21:11:06.369Z | [ helios-setup] Dec 18 21:11:05.145 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2933 | 2024-12-18T21:11:06.370Z | [ helios-setup] Dec 18 21:11:05.145 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2934 | 2024-12-18T21:11:06.370Z | [ helios-setup] Dec 18 21:11:05.145 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2935 | 2024-12-18T21:11:06.370Z | [ helios-setup] Dec 18 21:11:05.145 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2936 | 2024-12-18T21:11:06.398Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2937 | 2024-12-18T21:11:06.610Z | [ helios-setup] Dec 18 21:11:05.201 INFO E| Updating crates.io index |
2938 | 2024-12-18T21:11:06.614Z | [ helios-setup] Dec 18 21:11:05.239 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2939 | 2024-12-18T21:11:06.722Z | [ host-package] Compiling void v1.0.2 |
2940 | 2024-12-18T21:11:06.786Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2941 | 2024-12-18T21:11:06.895Z | [ host-package] Compiling lzss v0.8.2 |
2942 | 2024-12-18T21:11:06.916Z | [ host-package] Compiling csv v1.3.0 |
2943 | 2024-12-18T21:11:07.380Z | [ helios-setup] Dec 18 21:11:06.157 INFO E| From https://github.com/oxidecomputer/typify |
2944 | 2024-12-18T21:11:07.380Z | [ helios-setup] Dec 18 21:11:06.157 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2945 | 2024-12-18T21:11:07.414Z | [ helios-setup] Dec 18 21:11:06.192 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2946 | 2024-12-18T21:11:07.414Z | [ helios-setup] Dec 18 21:11:06.192 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2947 | 2024-12-18T21:11:07.417Z | [ helios-setup] Dec 18 21:11:06.192 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2948 | 2024-12-18T21:11:07.417Z | [ helios-setup] Dec 18 21:11:06.192 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2949 | 2024-12-18T21:11:07.417Z | [ helios-setup] Dec 18 21:11:06.192 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2950 | 2024-12-18T21:11:07.417Z | [ helios-setup] Dec 18 21:11:06.193 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2951 | 2024-12-18T21:11:07.417Z | [ helios-setup] Dec 18 21:11:06.193 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2952 | 2024-12-18T21:11:07.417Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2953 | 2024-12-18T21:11:07.913Z | [ helios-setup] Dec 18 21:11:06.690 INFO E| Downloading crates ... |
2954 | 2024-12-18T21:11:08.051Z | [ helios-setup] Dec 18 21:11:06.828 INFO E| Downloaded async-stream-impl v0.3.5 |
2955 | 2024-12-18T21:11:08.054Z | [ helios-setup] Dec 18 21:11:06.830 INFO E| Downloaded const-random v0.1.15 |
2956 | 2024-12-18T21:11:08.057Z | [ helios-setup] Dec 18 21:11:06.835 INFO E| Downloaded anstream v0.2.6 |
2957 | 2024-12-18T21:11:08.064Z | [ helios-setup] Dec 18 21:11:06.842 INFO E| Downloaded async-stream v0.3.5 |
2958 | 2024-12-18T21:11:08.067Z | [ helios-setup] Dec 18 21:11:06.845 INFO E| Downloaded anstyle-parse v0.1.1 |
2959 | 2024-12-18T21:11:08.071Z | [ helios-setup] Dec 18 21:11:06.849 INFO E| Downloaded const-random-macro v0.1.15 |
2960 | 2024-12-18T21:11:08.101Z | [ host-package] Compiling compact_str v0.8.0 |
2961 | 2024-12-18T21:11:08.110Z | [ helios-setup] Dec 18 21:11:06.881 INFO E| Downloaded project-root v0.2.2 |
2962 | 2024-12-18T21:11:08.137Z | [ helios-setup] Dec 18 21:11:06.914 INFO E| Downloaded serde_derive_internals v0.26.0 |
2963 | 2024-12-18T21:11:08.139Z | [ helios-setup] Dec 18 21:11:06.917 INFO E| Downloaded serde_spanned v0.6.1 |
2964 | 2024-12-18T21:11:08.143Z | [ helios-setup] Dec 18 21:11:06.919 INFO E| Downloaded serde_derive v1.0.204 |
2965 | 2024-12-18T21:11:08.146Z | [ helios-setup] Dec 18 21:11:06.923 INFO E| Downloaded byteorder v1.4.3 |
2966 | 2024-12-18T21:11:08.149Z | [ helios-setup] Dec 18 21:11:06.926 INFO E| Downloaded tower-service v0.3.2 |
2967 | 2024-12-18T21:11:08.151Z | [ helios-setup] Dec 18 21:11:06.927 INFO E| Downloaded toolchain_find v0.2.0 |
2968 | 2024-12-18T21:11:08.151Z | [ helios-setup] Dec 18 21:11:06.929 INFO E| Downloaded built v0.6.0 |
2969 | 2024-12-18T21:11:08.154Z | [ helios-setup] Dec 18 21:11:06.931 INFO E| Downloaded futures-macro v0.3.28 |
2970 | 2024-12-18T21:11:08.158Z | [ helios-setup] Dec 18 21:11:06.933 INFO E| Downloaded digest v0.10.6 |
2971 | 2024-12-18T21:11:08.158Z | [ helios-setup] Dec 18 21:11:06.935 INFO E| Downloaded try-lock v0.2.4 |
2972 | 2024-12-18T21:11:08.161Z | [ helios-setup] Dec 18 21:11:06.937 INFO E| Downloaded crossbeam-deque v0.8.2 |
2973 | 2024-12-18T21:11:08.163Z | [ helios-setup] Dec 18 21:11:06.939 INFO E| Downloaded pkg-config v0.3.26 |
2974 | 2024-12-18T21:11:08.166Z | [ helios-setup] Dec 18 21:11:06.942 INFO E| Downloaded is-terminal v0.4.7 |
2975 | 2024-12-18T21:11:08.166Z | [ helios-setup] Dec 18 21:11:06.944 INFO E| Downloaded want v0.3.0 |
2976 | 2024-12-18T21:11:08.168Z | [ helios-setup] Dec 18 21:11:06.945 INFO E| Downloaded strsim v0.10.0 |
2977 | 2024-12-18T21:11:08.171Z | [ helios-setup] Dec 18 21:11:06.948 INFO E| Downloaded rustls-pemfile v1.0.2 |
2978 | 2024-12-18T21:11:08.174Z | [ helios-setup] Dec 18 21:11:06.951 INFO E| Downloaded proc-macro-crate v1.2.1 |
2979 | 2024-12-18T21:11:08.177Z | [ helios-setup] Dec 18 21:11:06.953 INFO E| Downloaded num_enum_derive v0.5.7 |
2980 | 2024-12-18T21:11:08.180Z | [ helios-setup] Dec 18 21:11:06.955 INFO E| Downloaded signal-hook-registry v1.4.0 |
2981 | 2024-12-18T21:11:08.180Z | [ helios-setup] Dec 18 21:11:06.957 INFO E| Downloaded slog-bunyan v2.4.0 |
2982 | 2024-12-18T21:11:08.182Z | [ helios-setup] Dec 18 21:11:06.959 INFO E| Downloaded http-body v0.4.5 |
2983 | 2024-12-18T21:11:08.185Z | [ helios-setup] Dec 18 21:11:06.961 INFO E| Downloaded dyn-clone v1.0.11 |
2984 | 2024-12-18T21:11:08.188Z | [ helios-setup] Dec 18 21:11:06.964 INFO E| Downloaded sha1 v0.10.5 |
2985 | 2024-12-18T21:11:08.193Z | [ helios-setup] Dec 18 21:11:06.967 INFO E| Downloaded tokio-macros v2.0.0 |
2986 | 2024-12-18T21:11:08.193Z | [ helios-setup] Dec 18 21:11:06.969 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2987 | 2024-12-18T21:11:08.195Z | [ helios-setup] Dec 18 21:11:06.972 INFO E| Downloaded num_cpus v1.15.0 |
2988 | 2024-12-18T21:11:08.199Z | [ helios-setup] Dec 18 21:11:06.976 INFO E| Downloaded terminal_size v0.2.6 |
2989 | 2024-12-18T21:11:08.201Z | [ helios-setup] Dec 18 21:11:06.979 INFO E| Downloaded toml_datetime v0.6.1 |
2990 | 2024-12-18T21:11:08.204Z | [ helios-setup] Dec 18 21:11:06.981 INFO E| Downloaded anstyle v0.3.5 |
2991 | 2024-12-18T21:11:08.207Z | [ helios-setup] Dec 18 21:11:06.984 INFO E| Downloaded itoa v1.0.6 |
2992 | 2024-12-18T21:11:08.210Z | [ helios-setup] Dec 18 21:11:06.986 INFO E| Downloaded semver-parser v0.10.2 |
2993 | 2024-12-18T21:11:08.212Z | [ helios-setup] Dec 18 21:11:06.990 INFO E| Downloaded semver v0.11.0 |
2994 | 2024-12-18T21:11:08.215Z | [ helios-setup] Dec 18 21:11:06.993 INFO E| Downloaded async-trait v0.1.68 |
2995 | 2024-12-18T21:11:08.221Z | [ helios-setup] Dec 18 21:11:06.999 INFO E| Downloaded schemars_derive v0.8.12 |
2996 | 2024-12-18T21:11:08.229Z | [ helios-setup] Dec 18 21:11:07.006 INFO E| Downloaded smallvec v1.10.0 |
2997 | 2024-12-18T21:11:08.232Z | [ helios-setup] Dec 18 21:11:07.010 INFO E| Downloaded tempfile v3.5.0 |
2998 | 2024-12-18T21:11:08.236Z | [ helios-setup] Dec 18 21:11:07.014 INFO E| Downloaded quote v1.0.36 |
2999 | 2024-12-18T21:11:08.241Z | [ helios-setup] Dec 18 21:11:07.019 INFO E| Downloaded jobserver v0.1.26 |
3000 | 2024-12-18T21:11:08.244Z | [ helios-setup] Dec 18 21:11:07.022 INFO E| Downloaded getrandom v0.2.8 |
3001 | 2024-12-18T21:11:08.252Z | [ helios-setup] Dec 18 21:11:07.027 INFO E| Downloaded serde_tokenstream v0.2.0 |
3002 | 2024-12-18T21:11:08.255Z | [ helios-setup] Dec 18 21:11:07.032 INFO E| Downloaded sct v0.7.0 |
3003 | 2024-12-18T21:11:08.259Z | [ helios-setup] Dec 18 21:11:07.037 INFO E| Downloaded semver v1.0.17 |
3004 | 2024-12-18T21:11:08.264Z | [ helios-setup] Dec 18 21:11:07.042 INFO E| Downloaded tokio-rustls v0.24.0 |
3005 | 2024-12-18T21:11:08.267Z | [ helios-setup] Dec 18 21:11:07.045 INFO E| Downloaded socket2 v0.4.9 |
3006 | 2024-12-18T21:11:08.270Z | [ helios-setup] Dec 18 21:11:07.048 INFO E| Downloaded textwrap v0.16.0 |
3007 | 2024-12-18T21:11:08.275Z | [ helios-setup] Dec 18 21:11:07.053 INFO E| Downloaded ryu v1.0.13 |
3008 | 2024-12-18T21:11:08.280Z | [ helios-setup] Dec 18 21:11:07.058 INFO E| Downloaded num-traits v0.2.15 |
3009 | 2024-12-18T21:11:08.285Z | [ helios-setup] Dec 18 21:11:07.063 INFO E| Downloaded ucd-trie v0.1.5 |
3010 | 2024-12-18T21:11:08.288Z | [ helios-setup] Dec 18 21:11:07.065 INFO E| Downloaded schemars v0.8.12 |
3011 | 2024-12-18T21:11:08.313Z | [ helios-setup] Dec 18 21:11:07.091 INFO E| Downloaded uuid v1.3.0 |
3012 | 2024-12-18T21:11:08.318Z | [ helios-setup] Dec 18 21:11:07.096 INFO E| Downloaded serde_yaml v0.9.21 |
3013 | 2024-12-18T21:11:08.323Z | [ helios-setup] Dec 18 21:11:07.101 INFO E| Downloaded parking_lot v0.12.1 |
3014 | 2024-12-18T21:11:08.326Z | [ helios-setup] Dec 18 21:11:07.104 INFO E| Downloaded url v2.3.1 |
3015 | 2024-12-18T21:11:08.331Z | [ helios-setup] Dec 18 21:11:07.109 INFO E| Downloaded rayon-core v1.10.2 |
3016 | 2024-12-18T21:11:08.337Z | [ helios-setup] Dec 18 21:11:07.115 INFO E| Downloaded toml_edit v0.19.8 |
3017 | 2024-12-18T21:11:08.364Z | [ helios-setup] Dec 18 21:11:07.142 INFO E| Downloaded unicode-normalization v0.1.22 |
3018 | 2024-12-18T21:11:08.370Z | [ helios-setup] Dec 18 21:11:07.148 INFO E| Downloaded winnow v0.4.1 |
3019 | 2024-12-18T21:11:08.409Z | [ helios-setup] Dec 18 21:11:07.186 INFO E| Downloaded serde_json v1.0.95 |
3020 | 2024-12-18T21:11:08.420Z | [ helios-setup] Dec 18 21:11:07.198 INFO E| Downloaded aho-corasick v0.7.20 |
3021 | 2024-12-18T21:11:08.426Z | [ helios-setup] Dec 18 21:11:07.203 INFO E| Downloaded rustls-webpki v0.100.1 |
3022 | 2024-12-18T21:11:08.437Z | [ helios-setup] Dec 18 21:11:07.214 INFO E| Downloaded mio v0.8.5 |
3023 | 2024-12-18T21:11:08.446Z | [ helios-setup] Dec 18 21:11:07.224 INFO E| Downloaded pest v2.5.7 |
3024 | 2024-12-18T21:11:08.454Z | [ helios-setup] Dec 18 21:11:07.232 INFO E| Downloaded http v0.2.9 |
3025 | 2024-12-18T21:11:08.469Z | [ helios-setup] Dec 18 21:11:07.247 INFO E| Downloaded crossbeam-channel v0.5.6 |
3026 | 2024-12-18T21:11:08.475Z | [ helios-setup] Dec 18 21:11:07.253 INFO E| Downloaded syn v1.0.107 |
3027 | 2024-12-18T21:11:08.491Z | [ helios-setup] Dec 18 21:11:07.268 INFO E| Downloaded tokio-util v0.7.7 |
3028 | 2024-12-18T21:11:08.500Z | [ helios-setup] Dec 18 21:11:07.278 INFO E| Downloaded syn v2.0.72 |
3029 | 2024-12-18T21:11:08.517Z | [ helios-setup] Dec 18 21:11:07.294 INFO E| Downloaded clap_builder v4.2.1 |
3030 | 2024-12-18T21:11:08.528Z | [ helios-setup] Dec 18 21:11:07.304 INFO E| Downloaded rayon v1.6.1 |
3031 | 2024-12-18T21:11:08.540Z | [ helios-setup] Dec 18 21:11:07.318 INFO E| Downloaded reqwest v0.11.16 |
3032 | 2024-12-18T21:11:08.553Z | [ helios-setup] Dec 18 21:11:07.331 INFO E| Downloaded h2 v0.3.16 |
3033 | 2024-12-18T21:11:08.565Z | [ helios-setup] Dec 18 21:11:07.343 INFO E| Downloaded chrono v0.4.24 |
3034 | 2024-12-18T21:11:08.577Z | [ helios-setup] Dec 18 21:11:07.355 INFO E| Downloaded hyper v0.14.25 |
3035 | 2024-12-18T21:11:08.591Z | [ helios-setup] Dec 18 21:11:07.369 INFO E| Downloaded git2 v0.16.1 |
3036 | 2024-12-18T21:11:08.603Z | [ helios-setup] Dec 18 21:11:07.381 INFO E| Downloaded regex v1.7.3 |
3037 | 2024-12-18T21:11:08.616Z | [ helios-setup] Dec 18 21:11:07.394 INFO E| Downloaded futures-util v0.3.28 |
3038 | 2024-12-18T21:11:08.635Z | [ helios-setup] Dec 18 21:11:07.413 INFO E| Downloaded unsafe-libyaml v0.2.8 |
3039 | 2024-12-18T21:11:08.640Z | [ helios-setup] Dec 18 21:11:07.418 INFO E| Downloaded unicode-linebreak v0.1.4 |
3040 | 2024-12-18T21:11:08.643Z | [ helios-setup] Dec 18 21:11:07.421 INFO E| Downloaded tracing-core v0.1.30 |
3041 | 2024-12-18T21:11:08.649Z | [ helios-setup] Dec 18 21:11:07.426 INFO E| Downloaded rustls v0.21.0 |
3042 | 2024-12-18T21:11:08.665Z | [ helios-setup] Dec 18 21:11:07.443 INFO E| Downloaded regress v0.5.0 |
3043 | 2024-12-18T21:11:08.676Z | [ helios-setup] Dec 18 21:11:07.453 INFO E| Downloaded rustix v0.37.3 |
3044 | 2024-12-18T21:11:08.708Z | [ helios-setup] Dec 18 21:11:07.484 INFO E| Downloaded rhai v1.14.0 |
3045 | 2024-12-18T21:11:08.727Z | [ helios-setup] Dec 18 21:11:07.503 INFO E| Downloaded tracing v0.1.37 |
3046 | 2024-12-18T21:11:08.730Z | [ helios-setup] Dec 18 21:11:07.508 INFO E| Downloaded memchr v2.5.0 |
3047 | 2024-12-18T21:11:08.736Z | [ helios-setup] Dec 18 21:11:07.513 INFO E| Downloaded cc v1.0.78 |
3048 | 2024-12-18T21:11:08.739Z | [ helios-setup] Dec 18 21:11:07.516 INFO E| Downloaded bytes v1.4.0 |
3049 | 2024-12-18T21:11:08.746Z | [ helios-setup] Dec 18 21:11:07.523 INFO E| Downloaded openapiv3 v1.0.2 |
3050 | 2024-12-18T21:11:08.764Z | [ helios-setup] Dec 18 21:11:07.541 INFO E| Downloaded serde v1.0.204 |
3051 | 2024-12-18T21:11:08.769Z | [ helios-setup] Dec 18 21:11:07.547 INFO E| Downloaded base64 v0.21.0 |
3052 | 2024-12-18T21:11:08.775Z | [ helios-setup] Dec 18 21:11:07.553 INFO E| Downloaded tinyvec v1.6.0 |
3053 | 2024-12-18T21:11:08.782Z | [ helios-setup] Dec 18 21:11:07.558 INFO E| Downloaded parking_lot_core v0.9.6 |
3054 | 2024-12-18T21:11:08.787Z | [ helios-setup] Dec 18 21:11:07.561 INFO E| Downloaded tokio v1.27.0 |
3055 | 2024-12-18T21:11:08.841Z | [ helios-setup] Dec 18 21:11:07.617 INFO E| Downloaded futures v0.3.28 |
3056 | 2024-12-18T21:11:08.853Z | [ helios-setup] Dec 18 21:11:07.625 INFO E| Downloaded unicode-ident v1.0.8 |
3057 | 2024-12-18T21:11:08.853Z | [ helios-setup] Dec 18 21:11:07.629 INFO E| Downloaded unicode-bidi v0.3.13 |
3058 | 2024-12-18T21:11:08.862Z | [ helios-setup] Dec 18 21:11:07.632 INFO E| Downloaded tungstenite v0.18.0 |
3059 | 2024-12-18T21:11:08.862Z | [ helios-setup] Dec 18 21:11:07.636 INFO E| Downloaded toml v0.7.3 |
3060 | 2024-12-18T21:11:08.866Z | [ helios-setup] Dec 18 21:11:07.641 INFO E| Downloaded time v0.1.45 |
3061 | 2024-12-18T21:11:08.866Z | [ helios-setup] Dec 18 21:11:07.643 INFO E| Downloaded futures-channel v0.3.28 |
3062 | 2024-12-18T21:11:08.877Z | [ helios-setup] Dec 18 21:11:07.647 INFO E| Downloaded crossbeam-epoch v0.9.13 |
3063 | 2024-12-18T21:11:08.877Z | [ helios-setup] Dec 18 21:11:07.651 INFO E| Downloaded clap v4.2.1 |
3064 | 2024-12-18T21:11:08.889Z | [ helios-setup] Dec 18 21:11:07.665 INFO E| Downloaded lock_api v0.4.9 |
3065 | 2024-12-18T21:11:08.891Z | [ helios-setup] Dec 18 21:11:07.668 INFO E| Downloaded crossbeam-utils v0.8.14 |
3066 | 2024-12-18T21:11:08.894Z | [ helios-setup] Dec 18 21:11:07.672 INFO E| Downloaded anyhow v1.0.68 |
3067 | 2024-12-18T21:11:08.901Z | [ helios-setup] Dec 18 21:11:07.679 INFO E| Downloaded smartstring v1.0.1 |
3068 | 2024-12-18T21:11:08.906Z | [ helios-setup] Dec 18 21:11:07.683 INFO E| Downloaded log v0.4.17 |
3069 | 2024-12-18T21:11:08.909Z | [ helios-setup] Dec 18 21:11:07.687 INFO E| Downloaded libc v0.2.139 |
3070 | 2024-12-18T21:11:08.946Z | [ helios-setup] Dec 18 21:11:07.723 INFO E| Downloaded ipnet v2.7.2 |
3071 | 2024-12-18T21:11:08.949Z | [ helios-setup] Dec 18 21:11:07.726 INFO E| Downloaded httparse v1.8.0 |
3072 | 2024-12-18T21:11:08.952Z | [ helios-setup] Dec 18 21:11:07.730 INFO E| Downloaded tokio-tungstenite v0.18.0 |
3073 | 2024-12-18T21:11:08.955Z | [ helios-setup] Dec 18 21:11:07.733 INFO E| Downloaded io-lifetimes v1.0.10 |
3074 | 2024-12-18T21:11:08.959Z | [ helios-setup] Dec 18 21:11:07.736 INFO E| Downloaded scopeguard v1.1.0 |
3075 | 2024-12-18T21:11:08.962Z | [ helios-setup] Dec 18 21:11:07.738 INFO E| Downloaded rhai_codegen v1.5.0 |
3076 | 2024-12-18T21:11:08.972Z | [ helios-setup] Dec 18 21:11:07.750 INFO E| Downloaded num_enum v0.5.7 |
3077 | 2024-12-18T21:11:08.981Z | [ helios-setup] Dec 18 21:11:07.757 INFO E| Downloaded pin-project-lite v0.2.9 |
3078 | 2024-12-18T21:11:08.996Z | [ helios-setup] Dec 18 21:11:07.764 INFO E| Downloaded once_cell v1.17.0 |
3079 | 2024-12-18T21:11:08.997Z | [ helios-setup] Dec 18 21:11:07.767 INFO E| Downloaded num-integer v0.1.45 |
3080 | 2024-12-18T21:11:09.003Z | [ helios-setup] Dec 18 21:11:07.770 INFO E| Downloaded home v0.5.4 |
3081 | 2024-12-18T21:11:09.003Z | [ helios-setup] Dec 18 21:11:07.771 INFO E| Downloaded cargo-lock v8.0.3 |
3082 | 2024-12-18T21:11:09.007Z | [ helios-setup] Dec 18 21:11:07.781 INFO E| Downloaded percent-encoding v2.2.0 |
3083 | 2024-12-18T21:11:09.007Z | [ helios-setup] Dec 18 21:11:07.781 INFO E| Downloaded thiserror-impl v1.0.38 |
3084 | 2024-12-18T21:11:09.007Z | [ helios-setup] Dec 18 21:11:07.781 INFO E| Downloaded thiserror v1.0.38 |
3085 | 2024-12-18T21:11:09.010Z | [ helios-setup] Dec 18 21:11:07.785 INFO E| Downloaded slab v0.4.7 |
3086 | 2024-12-18T21:11:09.011Z | [ helios-setup] Dec 18 21:11:07.787 INFO E| Downloaded utf8parse v0.2.1 |
3087 | 2024-12-18T21:11:09.018Z | [ helios-setup] Dec 18 21:11:07.789 INFO E| Downloaded futures-task v0.3.28 |
3088 | 2024-12-18T21:11:09.018Z | [ helios-setup] Dec 18 21:11:07.791 INFO E| Downloaded clap_derive v4.2.0 |
3089 | 2024-12-18T21:11:09.023Z | [ helios-setup] Dec 18 21:11:07.795 INFO E| Downloaded camino v1.1.4 |
3090 | 2024-12-18T21:11:09.023Z | [ helios-setup] Dec 18 21:11:07.798 INFO E| Downloaded bincode v1.3.3 |
3091 | 2024-12-18T21:11:09.031Z | [ helios-setup] Dec 18 21:11:07.801 INFO E| Downloaded ahash v0.7.6 |
3092 | 2024-12-18T21:11:09.031Z | [ helios-setup] Dec 18 21:11:07.805 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
3093 | 2024-12-18T21:11:09.034Z | [ helios-setup] Dec 18 21:11:07.808 INFO E| Downloaded lazy_static v1.4.0 |
3094 | 2024-12-18T21:11:09.035Z | [ helios-setup] Dec 18 21:11:07.810 INFO E| Downloaded ahash v0.8.3 |
3095 | 2024-12-18T21:11:09.038Z | [ helios-setup] Dec 18 21:11:07.814 INFO E| Downloaded memoffset v0.7.1 |
3096 | 2024-12-18T21:11:09.041Z | [ helios-setup] Dec 18 21:11:07.816 INFO E| Downloaded form_urlencoded v1.1.0 |
3097 | 2024-12-18T21:11:09.041Z | [ helios-setup] Dec 18 21:11:07.817 INFO E| Downloaded sha2 v0.10.6 |
3098 | 2024-12-18T21:11:09.044Z | [ helios-setup] Dec 18 21:11:07.821 INFO E| Downloaded ppv-lite86 v0.2.17 |
3099 | 2024-12-18T21:11:09.047Z | [ helios-setup] Dec 18 21:11:07.823 INFO E| Downloaded paste v1.0.12 |
3100 | 2024-12-18T21:11:09.051Z | [ helios-setup] Dec 18 21:11:07.828 INFO E| Downloaded futures-core v0.3.28 |
3101 | 2024-12-18T21:11:09.053Z | [ helios-setup] Dec 18 21:11:07.831 INFO E| Downloaded fastrand v1.9.0 |
3102 | 2024-12-18T21:11:09.056Z | [ helios-setup] Dec 18 21:11:07.833 INFO E| Downloaded either v1.8.0 |
3103 | 2024-12-18T21:11:09.060Z | [ helios-setup] Dec 18 21:11:07.835 INFO E| Downloaded smawk v0.3.1 |
3104 | 2024-12-18T21:11:09.063Z | [ helios-setup] Dec 18 21:11:07.837 INFO E| Downloaded slog-async v2.7.0 |
3105 | 2024-12-18T21:11:09.063Z | [ helios-setup] Dec 18 21:11:07.839 INFO E| Downloaded serde_path_to_error v0.1.11 |
3106 | 2024-12-18T21:11:09.066Z | [ helios-setup] Dec 18 21:11:07.841 INFO E| Downloaded iana-time-zone v0.1.56 |
3107 | 2024-12-18T21:11:09.078Z | [ helios-setup] Dec 18 21:11:07.855 INFO E| Downloaded httpdate v1.0.2 |
3108 | 2024-12-18T21:11:09.080Z | [ helios-setup] Dec 18 21:11:07.857 INFO E| Downloaded futures-sink v0.3.28 |
3109 | 2024-12-18T21:11:09.084Z | [ helios-setup] Dec 18 21:11:07.858 INFO E| Downloaded futures-io v0.3.28 |
3110 | 2024-12-18T21:11:09.084Z | [ helios-setup] Dec 18 21:11:07.859 INFO E| Downloaded futures-executor v0.3.28 |
3111 | 2024-12-18T21:11:09.087Z | [ helios-setup] Dec 18 21:11:07.862 INFO E| Downloaded concolor-query v0.3.3 |
3112 | 2024-12-18T21:11:09.087Z | [ helios-setup] Dec 18 21:11:07.863 INFO E| Downloaded clap_lex v0.4.1 |
3113 | 2024-12-18T21:11:09.089Z | [ helios-setup] Dec 18 21:11:07.864 INFO E| Downloaded autocfg v1.1.0 |
3114 | 2024-12-18T21:11:09.089Z | [ helios-setup] Dec 18 21:11:07.866 INFO E| Downloaded concolor-override v1.0.0 |
3115 | 2024-12-18T21:11:09.150Z | [ helios-setup] Dec 18 21:11:07.927 INFO E| Downloaded encoding_rs v0.8.32 |
3116 | 2024-12-18T21:11:09.235Z | [ helios-setup] Dec 18 21:11:08.012 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
3117 | 2024-12-18T21:11:09.395Z | [ helios-setup] Dec 18 21:11:08.171 INFO E| Downloaded libz-sys v1.1.8 |
3118 | 2024-12-18T21:11:09.546Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3119 | 2024-12-18T21:11:09.710Z | [ helios-setup] Dec 18 21:11:08.487 INFO E| Compiling proc-macro2 v1.0.86 |
3120 | 2024-12-18T21:11:09.710Z | [ helios-setup] Dec 18 21:11:08.487 INFO E| Compiling libc v0.2.139 |
3121 | 2024-12-18T21:11:09.713Z | [ helios-setup] Dec 18 21:11:08.487 INFO E| Compiling unicode-ident v1.0.8 |
3122 | 2024-12-18T21:11:09.713Z | [ helios-setup] Dec 18 21:11:08.487 INFO E| Compiling autocfg v1.1.0 |
3123 | 2024-12-18T21:11:09.713Z | [ helios-setup] Dec 18 21:11:08.487 INFO E| Compiling cfg-if v1.0.0 |
3124 | 2024-12-18T21:11:09.713Z | [ helios-setup] Dec 18 21:11:08.487 INFO E| Compiling version_check v0.9.4 |
3125 | 2024-12-18T21:11:09.714Z | [ helios-setup] Dec 18 21:11:08.488 INFO E| Compiling serde v1.0.204 |
3126 | 2024-12-18T21:11:09.714Z | [ helios-setup] Dec 18 21:11:08.488 INFO E| Compiling syn v1.0.107 |
3127 | 2024-12-18T21:11:10.250Z | [ helios-setup] Dec 18 21:11:09.027 INFO E| Compiling memchr v2.5.0 |
3128 | 2024-12-18T21:11:11.349Z | [ helios-setup] Dec 18 21:11:10.124 INFO E| Compiling once_cell v1.17.0 |
3129 | 2024-12-18T21:11:11.497Z | [ helios-setup] Dec 18 21:11:10.274 INFO E| Compiling log v0.4.17 |
3130 | 2024-12-18T21:11:11.502Z | [ helios-setup] Dec 18 21:11:10.274 INFO E| Compiling thiserror v1.0.38 |
3131 | 2024-12-18T21:11:11.597Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3132 | 2024-12-18T21:11:12.105Z | [ helios-setup] Dec 18 21:11:10.882 INFO E| Compiling itoa v1.0.6 |
3133 | 2024-12-18T21:11:12.562Z | [ helios-setup] Dec 18 21:11:11.338 INFO E| Compiling serde_json v1.0.95 |
3134 | 2024-12-18T21:11:13.127Z | [ helios-setup] Dec 18 21:11:11.900 INFO E| Compiling indexmap v1.9.3 |
3135 | 2024-12-18T21:11:13.247Z | [ helios-setup] Dec 18 21:11:12.024 INFO E| Compiling getrandom v0.2.8 |
3136 | 2024-12-18T21:11:13.430Z | [ helios-setup] Dec 18 21:11:12.202 INFO E| Compiling jobserver v0.1.26 |
3137 | 2024-12-18T21:11:13.811Z | [ helios-setup] Dec 18 21:11:12.588 INFO E| Compiling scopeguard v1.1.0 |
3138 | 2024-12-18T21:11:13.875Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3139 | 2024-12-18T21:11:14.043Z | [ helios-setup] Dec 18 21:11:12.819 INFO E| Compiling pin-project-lite v0.2.9 |
3140 | 2024-12-18T21:11:14.133Z | [ helios-setup] Dec 18 21:11:12.909 INFO E| Compiling cc v1.0.78 |
3141 | 2024-12-18T21:11:14.257Z | [ helios-setup] Dec 18 21:11:13.033 INFO E| Compiling quote v1.0.36 |
3142 | 2024-12-18T21:11:14.860Z | [ helios-setup] Dec 18 21:11:13.636 INFO E| Compiling num-integer v0.1.45 |
3143 | 2024-12-18T21:11:15.071Z | [ helios-setup] Dec 18 21:11:13.847 INFO E| Compiling syn v2.0.72 |
3144 | 2024-12-18T21:11:15.543Z | [ helios-setup] Dec 18 21:11:14.319 INFO E| Compiling bytes v1.4.0 |
3145 | 2024-12-18T21:11:15.601Z | [ helios-setup] Dec 18 21:11:14.377 INFO E| Compiling futures-core v0.3.28 |
3146 | 2024-12-18T21:11:16.183Z | [ helios-setup] Dec 18 21:11:14.959 INFO E| Compiling ryu v1.0.13 |
3147 | 2024-12-18T21:11:16.416Z | [ host-package] Compiling nix v0.27.1 |
3148 | 2024-12-18T21:11:17.413Z | [ helios-setup] Dec 18 21:11:16.189 INFO E| Compiling lock_api v0.4.9 |
3149 | 2024-12-18T21:11:17.524Z | [ helios-setup] Dec 18 21:11:16.299 INFO E| Compiling bitflags v1.3.2 |
3150 | 2024-12-18T21:11:17.783Z | [ helios-setup] Dec 18 21:11:16.558 INFO E| Compiling parking_lot_core v0.9.6 |
3151 | 2024-12-18T21:11:17.868Z | [ helios-setup] Dec 18 21:11:16.640 INFO E| Compiling typenum v1.16.0 |
3152 | 2024-12-18T21:11:18.018Z | [ helios-setup] Dec 18 21:11:16.794 INFO E| Compiling num_cpus v1.15.0 |
3153 | 2024-12-18T21:11:18.546Z | [ helios-setup] Dec 18 21:11:17.321 INFO E| Compiling slab v0.4.7 |
3154 | 2024-12-18T21:11:18.668Z | [ helios-setup] Dec 18 21:11:17.444 INFO E| Compiling generic-array v0.14.6 |
3155 | 2024-12-18T21:11:18.846Z | [ helios-setup] Dec 18 21:11:17.621 INFO E| Compiling futures-channel v0.3.28 |
3156 | 2024-12-18T21:11:19.002Z | [ helios-setup] Dec 18 21:11:17.777 INFO E| Compiling futures-sink v0.3.28 |
3157 | 2024-12-18T21:11:19.033Z | [ helios-setup] Dec 18 21:11:17.808 INFO E| Compiling futures-task v0.3.28 |
3158 | 2024-12-18T21:11:19.685Z | [ helios-setup] Dec 18 21:11:18.459 INFO E| Compiling tokio v1.27.0 |
3159 | 2024-12-18T21:11:19.876Z | [ helios-setup] Dec 18 21:11:18.651 INFO E| Compiling futures-util v0.3.28 |
3160 | 2024-12-18T21:11:20.127Z | [ helios-setup] Dec 18 21:11:18.902 INFO E| Compiling schemars v0.8.12 |
3161 | 2024-12-18T21:11:21.053Z | [ helios-setup] Dec 18 21:11:19.828 INFO E| Compiling socket2 v0.4.9 |
3162 | 2024-12-18T21:11:21.056Z | [ helios-setup] Dec 18 21:11:19.829 INFO E| Compiling signal-hook-registry v1.4.0 |
3163 | 2024-12-18T21:11:21.056Z | [ helios-setup] Dec 18 21:11:19.830 INFO E| Compiling mio v0.8.5 |
3164 | 2024-12-18T21:11:21.496Z | [ helios-setup] Dec 18 21:11:20.268 INFO E| Compiling num-traits v0.2.15 |
3165 | 2024-12-18T21:11:21.871Z | [ helios-setup] Dec 18 21:11:20.645 INFO E| Compiling ahash v0.7.6 |
3166 | 2024-12-18T21:11:21.954Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3167 | 2024-12-18T21:11:22.596Z | [ helios-setup] Dec 18 21:11:21.370 INFO E| Compiling pin-utils v0.1.0 |
3168 | 2024-12-18T21:11:23.024Z | [ helios-setup] Dec 18 21:11:21.798 INFO E| Compiling crunchy v0.2.2 |
3169 | 2024-12-18T21:11:23.195Z | [ helios-setup] Dec 18 21:11:21.969 INFO E| Compiling futures-io v0.3.28 |
3170 | 2024-12-18T21:11:23.894Z | [ helios-setup] Dec 18 21:11:22.668 INFO E| Compiling io-lifetimes v1.0.10 |
3171 | 2024-12-18T21:11:24.312Z | [ helios-setup] Dec 18 21:11:23.086 INFO E| Compiling ahash v0.8.3 |
3172 | 2024-12-18T21:11:24.368Z | [ helios-setup] Dec 18 21:11:23.141 INFO E| Compiling rustix v0.37.3 |
3173 | 2024-12-18T21:11:25.126Z | [ helios-setup] Dec 18 21:11:23.900 INFO E| Compiling tiny-keccak v2.0.2 |
3174 | 2024-12-18T21:11:25.760Z | [ helios-setup] Dec 18 21:11:24.532 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3175 | 2024-12-18T21:11:25.936Z | [ helios-setup] Dec 18 21:11:24.708 INFO E| Compiling hashbrown v0.12.3 |
3176 | 2024-12-18T21:11:26.380Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3177 | 2024-12-18T21:11:26.651Z | [ helios-setup] Dec 18 21:11:25.423 INFO E| Compiling crypto-common v0.1.6 |
3178 | 2024-12-18T21:11:26.768Z | [ helios-setup] Dec 18 21:11:25.540 INFO E| Compiling block-buffer v0.10.3 |
3179 | 2024-12-18T21:11:26.938Z | [ helios-setup] Dec 18 21:11:25.711 INFO E| Compiling serde_derive_internals v0.26.0 |
3180 | 2024-12-18T21:11:27.634Z | [ helios-setup] Dec 18 21:11:26.407 INFO E| Compiling errno v0.3.1 |
3181 | 2024-12-18T21:11:28.177Z | [ helios-setup] Dec 18 21:11:26.950 INFO E| Compiling fnv v1.0.7 |
3182 | 2024-12-18T21:11:28.193Z | [ helios-setup] Dec 18 21:11:26.966 INFO E| Compiling pkg-config v0.3.26 |
3183 | 2024-12-18T21:11:28.563Z | [ helios-setup] Dec 18 21:11:27.336 INFO E| Compiling slog v2.7.0 |
3184 | 2024-12-18T21:11:28.640Z | [ helios-setup] Dec 18 21:11:27.413 INFO E| Compiling crossbeam-utils v0.8.14 |
3185 | 2024-12-18T21:11:29.869Z | [ helios-setup] Dec 18 21:11:28.641 INFO E| Compiling http v0.2.9 |
3186 | 2024-12-18T21:11:31.023Z | [ helios-setup] Dec 18 21:11:29.796 INFO E| Compiling digest v0.10.6 |
3187 | 2024-12-18T21:11:32.228Z | [ helios-setup] Dec 18 21:11:31.000 INFO E| Compiling aho-corasick v0.7.20 |
3188 | 2024-12-18T21:11:32.362Z | [ helios-setup] Dec 18 21:11:31.134 INFO E| Compiling anyhow v1.0.68 |
3189 | 2024-12-18T21:11:32.762Z | [ helios-setup] Dec 18 21:11:31.534 INFO E| Compiling tinyvec_macros v0.1.1 |
3190 | 2024-12-18T21:11:33.188Z | [ helios-setup] Dec 18 21:11:31.959 INFO E| Compiling unicode-width v0.1.10 |
3191 | 2024-12-18T21:11:33.678Z | [ helios-setup] Dec 18 21:11:32.449 INFO E| Compiling regex-syntax v0.6.29 |
3192 | 2024-12-18T21:11:33.725Z | [ helios-setup] Dec 18 21:11:32.496 INFO E| Compiling heck v0.4.1 |
3193 | 2024-12-18T21:11:35.020Z | [ helios-setup] Dec 18 21:11:33.791 INFO E| Compiling percent-encoding v2.2.0 |
3194 | 2024-12-18T21:11:35.223Z | [ helios-setup] Dec 18 21:11:33.994 INFO E| Compiling httparse v1.8.0 |
3195 | 2024-12-18T21:11:36.028Z | [ helios-setup] Dec 18 21:11:34.800 INFO E| Compiling cpufeatures v0.2.5 |
3196 | 2024-12-18T21:11:36.137Z | [ helios-setup] Dec 18 21:11:34.908 INFO E| Compiling const-random-macro v0.1.15 |
3197 | 2024-12-18T21:11:36.195Z | [ helios-setup] Dec 18 21:11:34.966 INFO E| Compiling form_urlencoded v1.1.0 |
3198 | 2024-12-18T21:11:36.513Z | [ helios-setup] Dec 18 21:11:35.284 INFO E| Compiling tinyvec v1.6.0 |
3199 | 2024-12-18T21:11:37.142Z | [ helios-setup] Dec 18 21:11:35.913 INFO E| Compiling hashbrown v0.13.2 |
3200 | 2024-12-18T21:11:37.866Z | [ helios-setup] Dec 18 21:11:36.637 INFO E| Compiling thiserror-impl v1.0.38 |
3201 | 2024-12-18T21:11:37.934Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3202 | 2024-12-18T21:11:38.020Z | [ helios-setup] Dec 18 21:11:36.790 INFO E| Compiling schemars_derive v0.8.12 |
3203 | 2024-12-18T21:11:38.765Z | [ helios-setup] Dec 18 21:11:37.534 INFO E| Compiling serde_derive v1.0.204 |
3204 | 2024-12-18T21:11:38.963Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3205 | 2024-12-18T21:11:39.050Z | [ helios-setup] Dec 18 21:11:37.820 INFO E| Compiling tokio-macros v2.0.0 |
3206 | 2024-12-18T21:11:39.563Z | [ helios-setup] Dec 18 21:11:38.334 INFO E| Compiling futures-macro v0.3.28 |
3207 | 2024-12-18T21:11:40.024Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3208 | 2024-12-18T21:11:40.268Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3209 | 2024-12-18T21:11:40.575Z | [ helios-setup] Dec 18 21:11:39.345 INFO E| Compiling chrono v0.4.24 |
3210 | 2024-12-18T21:11:41.189Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3211 | 2024-12-18T21:11:42.030Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3212 | 2024-12-18T21:11:42.307Z | [ helios-setup] Dec 18 21:11:41.076 INFO E| Compiling regex v1.7.3 |
3213 | 2024-12-18T21:11:43.600Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3214 | 2024-12-18T21:11:44.181Z | [ helios-setup] Dec 18 21:11:42.950 INFO E| Compiling libz-sys v1.1.8 |
3215 | 2024-12-18T21:11:44.349Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3216 | 2024-12-18T21:11:45.068Z | [ helios-setup] Dec 18 21:11:43.836 INFO E| Compiling uuid v1.3.0 |
3217 | 2024-12-18T21:11:45.498Z | [ helios-setup] Dec 18 21:11:44.267 INFO E| Compiling dyn-clone v1.0.11 |
3218 | 2024-12-18T21:11:46.108Z | [ helios-setup] Dec 18 21:11:44.877 INFO E| Compiling unicode-normalization v0.1.22 |
3219 | 2024-12-18T21:11:46.160Z | [ helios-setup] Dec 18 21:11:44.929 INFO E| Compiling regress v0.5.0 |
3220 | 2024-12-18T21:11:46.313Z | [ helios-setup] Dec 18 21:11:45.082 INFO E| Compiling const-random v0.1.15 |
3221 | 2024-12-18T21:11:48.606Z | [ helios-setup] Dec 18 21:11:47.374 INFO E| Compiling getopts v0.2.21 |
3222 | 2024-12-18T21:11:49.276Z | [ helios-setup] Dec 18 21:11:48.044 INFO E| Compiling tracing-core v0.1.30 |
3223 | 2024-12-18T21:11:49.491Z | [ helios-setup] Dec 18 21:11:48.259 INFO E| Compiling memoffset v0.7.1 |
3224 | 2024-12-18T21:11:50.511Z | [ helios-setup] Dec 18 21:11:49.176 INFO E| Compiling powerfmt v0.2.0 |
3225 | 2024-12-18T21:11:51.385Z | [ helios-setup] Dec 18 21:11:50.153 INFO E| Compiling num-conv v0.1.0 |
3226 | 2024-12-18T21:11:51.889Z | [ helios-setup] Dec 18 21:11:50.656 INFO E| Compiling time-core v0.1.2 |
3227 | 2024-12-18T21:11:52.036Z | [ helios-setup] Dec 18 21:11:50.803 INFO E| Compiling ucd-trie v0.1.5 |
3228 | 2024-12-18T21:11:52.472Z | [ helios-setup] Dec 18 21:11:51.239 INFO E| Compiling unicode-bidi v0.3.13 |
3229 | 2024-12-18T21:11:53.176Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3230 | 2024-12-18T21:11:54.031Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3231 | 2024-12-18T21:11:54.038Z | [ helios-setup] Dec 18 21:11:52.804 INFO E| Compiling idna v0.3.0 |
3232 | 2024-12-18T21:11:55.291Z | [ helios-setup] Dec 18 21:11:54.058 INFO E| Compiling time-macros v0.2.18 |
3233 | 2024-12-18T21:11:56.227Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3234 | 2024-12-18T21:11:57.396Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3235 | 2024-12-18T21:11:57.713Z | [ helios-setup] Dec 18 21:11:56.479 INFO E| Compiling pest v2.5.7 |
3236 | 2024-12-18T21:11:58.015Z | [ host-package] Compiling hashlink v0.9.1 |
3237 | 2024-12-18T21:11:59.013Z | [ host-package] Compiling tungstenite v0.23.0 |
3238 | 2024-12-18T21:11:59.486Z | [ host-package] Compiling lru v0.12.5 |
3239 | 2024-12-18T21:11:59.568Z | [ helios-setup] Dec 18 21:11:58.334 INFO E| Compiling tracing v0.1.37 |
3240 | 2024-12-18T21:11:59.741Z | [ host-package] Compiling instability v0.3.2 |
3241 | 2024-12-18T21:11:59.811Z | [ helios-setup] Dec 18 21:11:58.577 INFO E| Compiling deranged v0.3.11 |
3242 | 2024-12-18T21:11:59.977Z | [ host-package] Compiling base64 v0.13.1 |
3243 | 2024-12-18T21:12:00.476Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3244 | 2024-12-18T21:12:01.149Z | [ host-package] Compiling cassowary v0.3.0 |
3245 | 2024-12-18T21:12:01.549Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3246 | 2024-12-18T21:12:02.131Z | [ host-package] Compiling ratatui v0.28.1 |
3247 | 2024-12-18T21:12:02.516Z | [ helios-setup] Dec 18 21:12:01.281 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3248 | 2024-12-18T21:12:02.668Z | [ helios-setup] Dec 18 21:12:01.433 INFO E| Compiling time v0.1.45 |
3249 | 2024-12-18T21:12:03.292Z | [ host-package] Compiling rusqlite v0.32.1 |
3250 | 2024-12-18T21:12:03.516Z | [ helios-setup] Dec 18 21:12:02.281 INFO E| Compiling crossbeam-epoch v0.9.13 |
3251 | 2024-12-18T21:12:03.616Z | [ helios-setup] Dec 18 21:12:02.381 INFO E| Compiling num_threads v0.1.6 |
3252 | 2024-12-18T21:12:04.528Z | [ helios-setup] Dec 18 21:12:03.292 INFO E| Compiling semver v1.0.17 |
3253 | 2024-12-18T21:12:05.045Z | [ helios-setup] Dec 18 21:12:03.809 INFO E| Compiling iana-time-zone v0.1.56 |
3254 | 2024-12-18T21:12:05.154Z | [ helios-setup] Dec 18 21:12:03.918 INFO E| Compiling time v0.3.36 |
3255 | 2024-12-18T21:12:06.377Z | [ helios-setup] Dec 18 21:12:05.141 INFO E| Compiling semver-parser v0.10.2 |
3256 | 2024-12-18T21:12:06.645Z | [ helios-setup] Dec 18 21:12:05.409 INFO E| Compiling toml v0.5.11 |
3257 | 2024-12-18T21:12:06.909Z | [ helios-setup] Dec 18 21:12:05.673 INFO E| Compiling serde_tokenstream v0.2.0 |
3258 | 2024-12-18T21:12:07.964Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3259 | 2024-12-18T21:12:08.026Z | [ helios-setup] Dec 18 21:12:06.789 INFO E| Compiling smallvec v1.10.0 |
3260 | 2024-12-18T21:12:08.759Z | [ host-package] Compiling ron v0.7.1 |
3261 | 2024-12-18T21:12:09.248Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3262 | 2024-12-18T21:12:10.076Z | [ helios-setup] Dec 18 21:12:08.839 INFO E| Compiling parking_lot v0.12.1 |
3263 | 2024-12-18T21:12:11.127Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3264 | 2024-12-18T21:12:13.521Z | [ host-package] Compiling xz2 v0.1.7 |
3265 | 2024-12-18T21:12:14.033Z | [ helios-setup] Dec 18 21:12:12.796 INFO E| Compiling url v2.3.1 |
3266 | 2024-12-18T21:12:16.758Z | [ helios-setup] Dec 18 21:12:15.519 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3267 | 2024-12-18T21:12:17.094Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3268 | 2024-12-18T21:12:17.748Z | [ helios-setup] Dec 18 21:12:16.509 INFO E| Compiling crossbeam-channel v0.5.6 |
3269 | 2024-12-18T21:12:18.207Z | [ host-package] Compiling zone v0.1.8 |
3270 | 2024-12-18T21:12:19.315Z | [ helios-setup] Dec 18 21:12:18.076 INFO E| Compiling dirs-sys-next v0.1.2 |
3271 | 2024-12-18T21:12:21.409Z | [ helios-setup] Dec 18 21:12:20.169 INFO E| Compiling try-lock v0.2.4 |
3272 | 2024-12-18T21:12:22.252Z | [ helios-setup] Dec 18 21:12:21.009 INFO E| Compiling same-file v1.0.6 |
3273 | 2024-12-18T21:12:22.351Z | [ helios-setup] Dec 18 21:12:21.111 INFO E| Compiling crc32fast v1.3.2 |
3274 | 2024-12-18T21:12:22.839Z | [ helios-setup] Dec 18 21:12:21.599 INFO E| Compiling walkdir v2.3.3 |
3275 | 2024-12-18T21:12:24.355Z | [ helios-setup] Dec 18 21:12:23.115 INFO E| Compiling want v0.3.0 |
3276 | 2024-12-18T21:12:24.487Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3277 | 2024-12-18T21:12:25.664Z | [ helios-setup] Dec 18 21:12:24.424 INFO E| Compiling dirs-next v2.0.0 |
3278 | 2024-12-18T21:12:26.860Z | [ helios-setup] Dec 18 21:12:25.619 INFO E| Compiling proc-macro-crate v1.2.1 |
3279 | 2024-12-18T21:12:27.252Z | [ helios-setup] Dec 18 21:12:26.011 INFO E| Compiling semver v0.11.0 |
3280 | 2024-12-18T21:12:30.201Z | [ helios-setup] Dec 18 21:12:28.959 INFO E| Compiling tokio-util v0.7.7 |
3281 | 2024-12-18T21:12:30.364Z | [ helios-setup] Dec 18 21:12:29.122 INFO E| Compiling futures-executor v0.3.28 |
3282 | 2024-12-18T21:12:32.056Z | [ helios-setup] Dec 18 21:12:30.814 INFO E| Compiling http-body v0.4.5 |
3283 | 2024-12-18T21:12:32.893Z | [ helios-setup] Dec 18 21:12:31.650 INFO E| Compiling h2 v0.3.16 |
3284 | 2024-12-18T21:12:33.321Z | [ helios-setup] Dec 18 21:12:32.079 INFO E| Compiling ring v0.16.20 |
3285 | 2024-12-18T21:12:34.381Z | [ helios-setup] Dec 18 21:12:33.137 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3286 | 2024-12-18T21:12:34.820Z | [ helios-setup] Dec 18 21:12:33.577 INFO E| Compiling rand_core v0.6.4 |
3287 | 2024-12-18T21:12:35.468Z | [ helios-setup] Dec 18 21:12:34.225 INFO E| Compiling thread_local v1.1.7 |
3288 | 2024-12-18T21:12:36.076Z | [ helios-setup] Dec 18 21:12:34.834 INFO E| Compiling httpdate v1.0.2 |
3289 | 2024-12-18T21:12:37.404Z | [ helios-setup] Dec 18 21:12:36.160 INFO E| Compiling ppv-lite86 v0.2.17 |
3290 | 2024-12-18T21:12:37.793Z | [ helios-setup] Dec 18 21:12:36.302 INFO E| Compiling base64 v0.21.0 |
3291 | 2024-12-18T21:12:38.950Z | [ helios-setup] Dec 18 21:12:37.707 INFO E| Compiling rayon-core v1.10.2 |
3292 | 2024-12-18T21:12:39.468Z | [ helios-setup] Dec 18 21:12:38.224 INFO E| Compiling home v0.5.4 |
3293 | 2024-12-18T21:12:39.583Z | [ helios-setup] Dec 18 21:12:38.338 INFO E| Compiling fastrand v1.9.0 |
3294 | 2024-12-18T21:12:39.965Z | [ helios-setup] Dec 18 21:12:38.720 INFO E| Compiling adler v1.0.2 |
3295 | 2024-12-18T21:12:40.089Z | [ helios-setup] Dec 18 21:12:38.845 INFO E| Compiling utf8parse v0.2.1 |
3296 | 2024-12-18T21:12:40.425Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3297 | 2024-12-18T21:12:40.533Z | [ helios-setup] Dec 18 21:12:39.289 INFO E| Compiling lazy_static v1.4.0 |
3298 | 2024-12-18T21:12:40.721Z | [ helios-setup] Dec 18 21:12:39.476 INFO E| Compiling tower-service v0.3.2 |
3299 | 2024-12-18T21:12:41.234Z | [ helios-setup] Dec 18 21:12:39.990 INFO E| Compiling toolchain_find v0.2.0 |
3300 | 2024-12-18T21:12:42.148Z | [ helios-setup] Dec 18 21:12:40.902 INFO E| Compiling anstyle-parse v0.1.1 |
3301 | 2024-12-18T21:12:42.203Z | [ helios-setup] Dec 18 21:12:40.959 INFO E| Compiling tempfile v3.5.0 |
3302 | 2024-12-18T21:12:43.056Z | [ helios-setup] Dec 18 21:12:41.811 INFO E| Compiling miniz_oxide v0.6.2 |
3303 | 2024-12-18T21:12:44.053Z | [ helios-setup] Dec 18 21:12:42.808 INFO E| Compiling hyper v0.14.25 |
3304 | 2024-12-18T21:12:45.341Z | [ helios-setup] Dec 18 21:12:44.095 INFO E| Compiling rand_chacha v0.3.1 |
3305 | 2024-12-18T21:12:46.911Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3306 | 2024-12-18T21:12:48.607Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3307 | 2024-12-18T21:12:49.181Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3308 | 2024-12-18T21:12:50.453Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3309 | 2024-12-18T21:12:51.191Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3310 | 2024-12-18T21:12:58.021Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3311 | 2024-12-18T21:12:59.698Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3312 | 2024-12-18T21:13:00.315Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3313 | 2024-12-18T21:13:01.662Z | [ helios-setup] Dec 18 21:13:00.411 INFO E| Compiling futures v0.3.28 |
3314 | 2024-12-18T21:13:02.038Z | [ helios-setup] Dec 18 21:13:00.789 INFO E| Compiling cargo-lock v8.0.3 |
3315 | 2024-12-18T21:13:03.365Z | [ helios-setup] Dec 18 21:13:02.116 INFO E| Compiling crossbeam-deque v0.8.2 |
3316 | 2024-12-18T21:13:04.186Z | [ helios-setup] Dec 18 21:13:02.934 INFO E| Compiling num_enum_derive v0.5.7 |
3317 | 2024-12-18T21:13:09.071Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3318 | 2024-12-18T21:13:09.388Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3319 | 2024-12-18T21:13:09.414Z | [ helios-setup] Dec 18 21:13:08.163 INFO E| Compiling term v0.7.0 |
3320 | 2024-12-18T21:13:09.563Z | [ host-package] Compiling twox-hash v1.6.3 |
3321 | 2024-12-18T21:13:10.035Z | [ host-package] Compiling yasna v0.5.2 |
3322 | 2024-12-18T21:13:11.096Z | [ helios-setup] Dec 18 21:13:09.783 INFO E| Compiling serde_urlencoded v0.7.1 |
3323 | 2024-12-18T21:13:11.744Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3324 | 2024-12-18T21:13:12.489Z | [ helios-setup] Dec 18 21:13:11.238 INFO E| Compiling sha2 v0.10.6 |
3325 | 2024-12-18T21:13:12.666Z | [ helios-setup] Dec 18 21:13:11.414 INFO E| Compiling sha1 v0.10.5 |
3326 | 2024-12-18T21:13:13.008Z | [ host-package] Compiling smawk v0.3.2 |
3327 | 2024-12-18T21:13:13.058Z | [ helios-setup] Dec 18 21:13:11.807 INFO E| Compiling is-terminal v0.4.7 |
3328 | 2024-12-18T21:13:13.588Z | [ host-package] Compiling is_ci v1.2.0 |
3329 | 2024-12-18T21:13:14.049Z | [ helios-setup] Dec 18 21:13:12.797 INFO E| Compiling atty v0.2.14 |
3330 | 2024-12-18T21:13:14.159Z | [ host-package] Compiling supports-color v3.0.1 |
3331 | 2024-12-18T21:13:14.582Z | [ helios-setup] Dec 18 21:13:13.328 INFO E| Compiling concolor-override v1.0.0 |
3332 | 2024-12-18T21:13:15.201Z | [ host-package] Compiling textwrap v0.16.1 |
3333 | 2024-12-18T21:13:15.244Z | [ host-package] Compiling rcgen v0.12.1 |
3334 | 2024-12-18T21:13:16.482Z | [ helios-setup] Dec 18 21:13:15.230 INFO E| Compiling concolor-query v0.3.3 |
3335 | 2024-12-18T21:13:17.296Z | [ helios-setup] Dec 18 21:13:16.043 INFO E| Compiling anstyle v0.3.5 |
3336 | 2024-12-18T21:13:17.391Z | [ helios-setup] Dec 18 21:13:16.138 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3337 | 2024-12-18T21:13:17.910Z | [ helios-setup] Dec 18 21:13:16.657 INFO E| Compiling anstream v0.2.6 |
3338 | 2024-12-18T21:13:19.691Z | [ helios-setup] Dec 18 21:13:18.437 INFO E| Compiling slog-term v2.9.0 |
3339 | 2024-12-18T21:13:19.748Z | [ helios-setup] Dec 18 21:13:18.493 INFO E| Compiling flate2 v1.0.25 |
3340 | 2024-12-18T21:13:21.210Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3341 | 2024-12-18T21:13:21.594Z | [ helios-setup] Dec 18 21:13:20.341 INFO E| Compiling num_enum v0.5.7 |
3342 | 2024-12-18T21:13:22.519Z | [ helios-setup] Dec 18 21:13:21.265 INFO E| Compiling rand v0.8.5 |
3343 | 2024-12-18T21:13:23.051Z | [ helios-setup] Dec 18 21:13:21.797 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3344 | 2024-12-18T21:13:24.215Z | [ helios-setup] Dec 18 21:13:22.961 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3345 | 2024-12-18T21:13:24.674Z | [ helios-setup] Dec 18 21:13:23.419 INFO E| Compiling openapiv3 v1.0.2 |
3346 | 2024-12-18T21:13:25.080Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3347 | 2024-12-18T21:13:26.012Z | [ helios-setup] Dec 18 21:13:24.757 INFO E| Compiling encoding_rs v0.8.32 |
3348 | 2024-12-18T21:13:26.352Z | [ helios-setup] Dec 18 21:13:25.094 INFO E| Compiling base64 v0.13.1 |
3349 | 2024-12-18T21:13:26.563Z | [ helios-setup] Dec 18 21:13:25.309 INFO E| Compiling spin v0.5.2 |
3350 | 2024-12-18T21:13:27.272Z | [ helios-setup] Dec 18 21:13:26.017 INFO E| Compiling untrusted v0.7.1 |
3351 | 2024-12-18T21:13:27.918Z | [ helios-setup] Dec 18 21:13:26.661 INFO E| Compiling byteorder v1.4.3 |
3352 | 2024-12-18T21:13:28.196Z | [ helios-setup] Dec 18 21:13:26.941 INFO E| Compiling mime v0.3.17 |
3353 | 2024-12-18T21:13:29.171Z | [ helios-setup] Dec 18 21:13:27.914 INFO E| Compiling either v1.8.0 |
3354 | 2024-12-18T21:13:30.055Z | [ helios-setup] Dec 18 21:13:28.800 INFO E| Compiling unsafe-libyaml v0.2.8 |
3355 | 2024-12-18T21:13:30.195Z | [ helios-setup] Dec 18 21:13:28.939 INFO E| Compiling strsim v0.10.0 |
3356 | 2024-12-18T21:13:33.032Z | [ helios-setup] Dec 18 21:13:31.776 INFO E| Compiling clap_lex v0.4.1 |
3357 | 2024-12-18T21:13:33.131Z | [ helios-setup] Dec 18 21:13:31.875 INFO E| Compiling utf-8 v0.7.6 |
3358 | 2024-12-18T21:13:33.516Z | [ helios-setup] Dec 18 21:13:32.260 INFO E| Compiling ipnet v2.7.2 |
3359 | 2024-12-18T21:13:33.744Z | [ helios-setup] Dec 18 21:13:32.487 INFO E| Compiling project-root v0.2.2 |
3360 | 2024-12-18T21:13:34.090Z | [ helios-setup] Dec 18 21:13:32.833 INFO E| Compiling tungstenite v0.18.0 |
3361 | 2024-12-18T21:13:34.254Z | [ helios-setup] Dec 18 21:13:32.998 INFO E| Compiling clap_builder v4.2.1 |
3362 | 2024-12-18T21:13:34.499Z | [ helios-setup] Dec 18 21:13:33.242 INFO E| Compiling serde_yaml v0.9.21 |
3363 | 2024-12-18T21:13:37.502Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3364 | 2024-12-18T21:13:39.121Z | [ helios-setup] Dec 18 21:13:37.862 INFO E| Compiling reqwest v0.11.16 |
3365 | 2024-12-18T21:13:39.433Z | [ helios-setup] Dec 18 21:13:38.176 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3366 | 2024-12-18T21:13:39.442Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3367 | 2024-12-18T21:13:41.977Z | [ helios-setup] Dec 18 21:13:40.719 INFO E| Compiling rayon v1.6.1 |
3368 | 2024-12-18T21:13:47.539Z | [ helios-setup] Dec 18 21:13:46.280 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3369 | 2024-12-18T21:13:50.070Z | [ helios-setup] Dec 18 21:13:48.810 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3370 | 2024-12-18T21:13:52.553Z | [ helios-setup] Dec 18 21:13:51.293 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3371 | 2024-12-18T21:13:53.027Z | [ helios-setup] Dec 18 21:13:51.767 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3372 | 2024-12-18T21:13:54.912Z | [ helios-setup] Dec 18 21:13:53.651 INFO E| Compiling clap_derive v4.2.0 |
3373 | 2024-12-18T21:13:58.154Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3374 | 2024-12-18T21:13:59.001Z | [ helios-setup] Dec 18 21:13:57.738 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3375 | 2024-12-18T21:14:04.072Z | [ helios-setup] Dec 18 21:14:02.809 INFO E| Compiling clap v4.2.1 |
3376 | 2024-12-18T21:14:05.934Z | [ helios-setup] Dec 18 21:14:04.669 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3377 | 2024-12-18T21:14:16.370Z | [ helios-setup] Dec 18 21:14:15.103 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3378 | 2024-12-18T21:14:18.303Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3379 | 2024-12-18T21:14:19.678Z | [ helios-setup] Dec 18 21:14:18.411 INFO E| Compiling tokio-tungstenite v0.18.0 |
3380 | 2024-12-18T21:14:20.958Z | [ helios-setup] Dec 18 21:14:19.691 INFO E| Compiling smartstring v1.0.1 |
3381 | 2024-12-18T21:14:22.103Z | [ helios-setup] Dec 18 21:14:20.836 INFO E| Compiling rustls v0.21.0 |
3382 | 2024-12-18T21:14:24.479Z | [ helios-setup] Dec 18 21:14:23.211 INFO E| Compiling sct v0.7.0 |
3383 | 2024-12-18T21:14:26.118Z | [ helios-setup] Dec 18 21:14:24.850 INFO E| Compiling rustls-webpki v0.100.1 |
3384 | 2024-12-18T21:14:27.111Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3385 | 2024-12-18T21:14:27.180Z | [ helios-setup] Dec 18 21:14:25.911 INFO E| Compiling serde_spanned v0.6.1 |
3386 | 2024-12-18T21:14:28.065Z | [ helios-setup] Dec 18 21:14:26.796 INFO E| Compiling toml_datetime v0.6.1 |
3387 | 2024-12-18T21:14:29.405Z | [ helios-setup] Dec 18 21:14:28.136 INFO E| Compiling static_assertions v1.1.0 |
3388 | 2024-12-18T21:14:29.456Z | [ helios-setup] Dec 18 21:14:28.187 INFO E| Compiling match_cfg v0.1.0 |
3389 | 2024-12-18T21:14:29.607Z | [ helios-setup] Dec 18 21:14:28.338 INFO E| Compiling camino v1.1.4 |
3390 | 2024-12-18T21:14:29.746Z | [ helios-setup] Dec 18 21:14:28.476 INFO E| Compiling paste v1.0.12 |
3391 | 2024-12-18T21:14:30.341Z | [ helios-setup] Dec 18 21:14:29.071 INFO E| Compiling async-trait v0.1.68 |
3392 | 2024-12-18T21:14:31.012Z | [ helios-setup] Dec 18 21:14:29.743 INFO E| Compiling winnow v0.4.1 |
3393 | 2024-12-18T21:14:31.094Z | [ helios-setup] Dec 18 21:14:29.825 INFO E| Compiling slog-async v2.7.0 |
3394 | 2024-12-18T21:14:32.571Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3395 | 2024-12-18T21:14:32.876Z | [ helios-setup] Dec 18 21:14:31.606 INFO E| Compiling hostname v0.3.1 |
3396 | 2024-12-18T21:14:33.683Z | [ helios-setup] Dec 18 21:14:32.413 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3397 | 2024-12-18T21:14:33.813Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3398 | 2024-12-18T21:14:39.133Z | [ helios-setup] Dec 18 21:14:37.862 INFO E| Compiling toml_edit v0.19.8 |
3399 | 2024-12-18T21:14:39.564Z | [ helios-setup] Dec 18 21:14:38.292 INFO E| Compiling slog-json v2.6.1 |
3400 | 2024-12-18T21:14:41.103Z | [ helios-setup] Dec 18 21:14:39.831 INFO E| Compiling unicode-linebreak v0.1.4 |
3401 | 2024-12-18T21:14:45.073Z | [ helios-setup] Dec 18 21:14:43.800 INFO E| Compiling async-stream-impl v0.3.5 |
3402 | 2024-12-18T21:14:46.344Z | [ helios-setup] Dec 18 21:14:45.071 INFO E| Compiling rhai_codegen v1.5.0 |
3403 | 2024-12-18T21:14:48.034Z | [ helios-setup] Dec 18 21:14:46.760 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3404 | 2024-12-18T21:14:49.055Z | [ helios-setup] Dec 18 21:14:47.779 INFO E| Compiling take_mut v0.2.2 |
3405 | 2024-12-18T21:14:50.147Z | [ helios-setup] Dec 18 21:14:48.873 INFO E| Compiling async-stream v0.3.5 |
3406 | 2024-12-18T21:14:51.345Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3407 | 2024-12-18T21:14:51.495Z | [ helios-setup] Dec 18 21:14:50.220 INFO E| Compiling toml v0.7.3 |
3408 | 2024-12-18T21:14:52.335Z | [ helios-setup] Dec 18 21:14:51.060 INFO E| Compiling rhai v1.14.0 |
3409 | 2024-12-18T21:14:52.384Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3410 | 2024-12-18T21:14:52.581Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3411 | 2024-12-18T21:14:55.002Z | [ helios-setup] Dec 18 21:14:53.727 INFO E| Compiling tokio-rustls v0.24.0 |
3412 | 2024-12-18T21:14:56.209Z | [ helios-setup] Dec 18 21:14:54.933 INFO E| Compiling slog-bunyan v2.4.0 |
3413 | 2024-12-18T21:15:00.727Z | [ helios-setup] Dec 18 21:14:59.450 INFO E| Compiling rustls-pemfile v1.0.2 |
3414 | 2024-12-18T21:15:02.330Z | [ helios-setup] Dec 18 21:15:01.053 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3415 | 2024-12-18T21:15:02.429Z | [ helios-setup] Dec 18 21:15:01.152 INFO E| Compiling bincode v1.3.3 |
3416 | 2024-12-18T21:15:04.343Z | [ helios-setup] Dec 18 21:15:03.066 INFO E| Compiling serde_path_to_error v0.1.11 |
3417 | 2024-12-18T21:15:04.635Z | [ helios-setup] Dec 18 21:15:03.358 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3418 | 2024-12-18T21:15:04.926Z | [ host-package] Compiling fatfs v0.3.6 |
3419 | 2024-12-18T21:15:06.457Z | [ helios-setup] Dec 18 21:15:05.179 INFO E| Compiling terminal_size v0.2.6 |
3420 | 2024-12-18T21:15:06.817Z | [ helios-setup] Dec 18 21:15:05.539 INFO E| Compiling smawk v0.3.1 |
3421 | 2024-12-18T21:15:07.497Z | [ helios-setup] Dec 18 21:15:06.219 INFO E| Compiling textwrap v0.16.0 |
3422 | 2024-12-18T21:15:10.190Z | [ host-package] Compiling subprocess v0.2.9 |
3423 | 2024-12-18T21:15:11.686Z | [ host-package] Compiling rtoolbox v0.0.2 |
3424 | 2024-12-18T21:15:11.991Z | [ host-package] Compiling assert_matches v1.5.0 |
3425 | 2024-12-18T21:15:12.925Z | [ host-package] Compiling rpassword v7.3.1 |
3426 | 2024-12-18T21:15:14.089Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3427 | 2024-12-18T21:15:18.388Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3428 | 2024-12-18T21:15:23.272Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3429 | 2024-12-18T21:15:24.063Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3430 | 2024-12-18T21:15:25.242Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3431 | 2024-12-18T21:15:29.127Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3432 | 2024-12-18T21:15:34.121Z | [ helios-setup] Dec 18 21:15:32.837 INFO E| Compiling git2 v0.16.1 |
3433 | 2024-12-18T21:15:35.175Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3434 | 2024-12-18T21:15:35.701Z | [ host-package] Compiling uzers v0.12.1 |
3435 | 2024-12-18T21:15:39.429Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3436 | 2024-12-18T21:15:39.613Z | [ helios-setup] Dec 18 21:15:38.327 INFO E| Compiling built v0.6.0 |
3437 | 2024-12-18T21:15:43.389Z | [ helios-setup] Dec 18 21:15:42.103 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3438 | 2024-12-18T21:15:45.132Z | [ helios-setup] Dec 18 21:15:43.845 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3439 | 2024-12-18T21:15:45.869Z | [ helios-setup] Dec 18 21:15:44.582 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3440 | 2024-12-18T21:15:47.122Z | [ helios-setup] Dec 18 21:15:45.663 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3441 | 2024-12-18T21:15:48.508Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3442 | 2024-12-18T21:15:49.875Z | [ helios-setup] Dec 18 21:15:48.582 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3443 | 2024-12-18T21:15:51.744Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3444 | 2024-12-18T21:16:39.439Z | [ helios-setup] Dec 18 21:16:38.139 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3445 | 2024-12-18T21:16:45.782Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3446 | 2024-12-18T21:16:46.772Z | [ host-package] Compiling multimap v0.10.0 |
3447 | 2024-12-18T21:17:43.887Z | [ helios-setup] Dec 18 21:17:42.572 INFO E| Finished `release` profile [optimized] target(s) in 6m 42s |
3448 | 2024-12-18T21:17:44.010Z | [ helios-setup] Dec 18 21:17:42.695 INFO building project "pilot" ok (403 seconds) |
3449 | 2024-12-18T21:17:44.015Z | [ helios-setup] rm -f helios-build |
3450 | 2024-12-18T21:17:44.015Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3451 | 2024-12-18T21:17:44.018Z | [ helios-setup] |
3452 | 2024-12-18T21:17:44.020Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3453 | 2024-12-18T21:17:44.023Z | [ helios-setup] |
3454 | 2024-12-18T21:17:44.023Z | [ helios-setup] |
3455 | 2024-12-18T21:17:44.023Z | [ helios-setup] real 11:46.135030887 |
3456 | 2024-12-18T21:17:44.023Z | [ helios-setup] user 28:35.578294801 |
3457 | 2024-12-18T21:17:44.023Z | [ helios-setup] sys 3:31.833750995 |
3458 | 2024-12-18T21:17:44.023Z | [ helios-setup] trap 1.660323424 |
3459 | 2024-12-18T21:17:44.023Z | [ helios-setup] tflt 7.586099526 |
3460 | 2024-12-18T21:17:44.023Z | [ helios-setup] dflt 27.555469354 |
3461 | 2024-12-18T21:17:44.023Z | [ helios-setup] kflt 0.050268983 |
3462 | 2024-12-18T21:17:44.023Z | [ helios-setup] lock 2:05:29.164811742 |
3463 | 2024-12-18T21:17:44.023Z | [ helios-setup] slp 3:42:06.703270234 |
3464 | 2024-12-18T21:17:44.023Z | [ helios-setup] lat 32:45.299142115 |
3465 | 2024-12-18T21:17:44.026Z | [ helios-setup] stop 4:40.528614541 |
3466 | 2024-12-18T21:17:44.026Z | Dec 18 21:17:42.708 INFO [helios-setup] process exited with exit status: 0 (706.140479563s) |
3467 | 2024-12-18T21:17:44.026Z | Dec 18 21:17:42.709 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3468 | 2024-12-18T21:17:44.055Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3469 | 2024-12-18T21:17:44.480Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3470 | 2024-12-18T21:17:44.483Z | [ phbl-toolchain] info: downloading component 'cargo' |
3471 | 2024-12-18T21:17:45.783Z | [ phbl-toolchain] info: downloading component 'clippy' |
3472 | 2024-12-18T21:17:46.235Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3473 | 2024-12-18T21:17:50.381Z | [ phbl-toolchain] info: downloading component 'miri' |
3474 | 2024-12-18T21:17:50.637Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3475 | 2024-12-18T21:17:51.890Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3476 | 2024-12-18T21:17:52.107Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3477 | 2024-12-18T21:17:54.932Z | [ phbl-toolchain] info: downloading component 'rustc' |
3478 | 2024-12-18T21:18:03.271Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3479 | 2024-12-18T21:18:03.486Z | [ phbl-toolchain] info: installing component 'cargo' |
3480 | 2024-12-18T21:18:04.712Z | [ phbl-toolchain] info: installing component 'clippy' |
3481 | 2024-12-18T21:18:05.260Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3482 | 2024-12-18T21:18:10.831Z | [ phbl-toolchain] info: installing component 'miri' |
3483 | 2024-12-18T21:18:11.148Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3484 | 2024-12-18T21:18:18.526Z | [ phbl-toolchain] info: installing component 'rust-src' |
3485 | 2024-12-18T21:18:19.135Z | [ phbl-toolchain] info: installing component 'rust-std' |
3486 | 2024-12-18T21:18:21.699Z | [ phbl-toolchain] info: installing component 'rustc' |
3487 | 2024-12-18T21:18:30.453Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3488 | 2024-12-18T21:18:31.391Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3489 | 2024-12-18T21:18:31.394Z | Dec 18 21:18:30.068 INFO [phbl-toolchain] process exited with exit status: 0 (47.359034051s) |
3490 | 2024-12-18T21:19:30.889Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3491 | 2024-12-18T21:19:31.857Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3492 | 2024-12-18T21:26:21.077Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 33s |
3493 | 2024-12-18T21:27:28.511Z | Dec 18 21:27:27.058 INFO [host-package] process exited with exit status: 0 (1240.629578898s) |
3494 | 2024-12-18T21:27:28.511Z | Dec 18 21:27:27.058 INFO [host-stamp] running task |
3495 | 2024-12-18T21:27:28.517Z | Dec 18 21:27:27.058 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3496 | 2024-12-18T21:27:28.520Z | Dec 18 21:27:27.067 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+git8b13de1f0bc |
3497 | 2024-12-18T21:27:28.529Z | Dec 18 21:27:27.077 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+git8b13de1f0bc |
3498 | 2024-12-18T21:27:28.534Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3499 | 2024-12-18T21:27:28.544Z | Dec 18 21:27:27.086 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+git8b13de1f0bc |
3500 | 2024-12-18T21:27:28.544Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3501 | 2024-12-18T21:27:28.547Z | Dec 18 21:27:27.094 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+git8b13de1f0bc |
3502 | 2024-12-18T21:27:28.554Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3503 | 2024-12-18T21:27:28.554Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3504 | 2024-12-18T21:27:28.558Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3505 | 2024-12-18T21:27:28.560Z | Dec 18 21:27:27.106 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+git8b13de1f0bc |
3506 | 2024-12-18T21:27:28.570Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3507 | 2024-12-18T21:27:28.573Z | Dec 18 21:27:27.117 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+git8b13de1f0bc |
3508 | 2024-12-18T21:27:28.579Z | Dec 18 21:27:27.128 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+git8b13de1f0bc |
3509 | 2024-12-18T21:27:28.588Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3510 | 2024-12-18T21:27:28.588Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3511 | 2024-12-18T21:27:28.592Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3512 | 2024-12-18T21:27:28.595Z | Dec 18 21:27:27.141 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+git8b13de1f0bc |
3513 | 2024-12-18T21:27:28.609Z | Dec 18 21:27:27.157 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (80.13169ms) |
3514 | 2024-12-18T21:27:28.609Z | Dec 18 21:27:27.158 INFO [stamp-overlay] process exited with exit status: 0 (51.342987ms) |
3515 | 2024-12-18T21:27:28.613Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3516 | 2024-12-18T21:27:28.620Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3517 | 2024-12-18T21:27:28.623Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3518 | 2024-12-18T21:27:28.625Z | Dec 18 21:27:27.173 INFO [stamp-oxlog] process exited with exit status: 0 (45.018309ms) |
3519 | 2024-12-18T21:27:28.687Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3520 | 2024-12-18T21:27:28.691Z | Dec 18 21:27:27.239 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (121.326323ms) |
3521 | 2024-12-18T21:27:28.779Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3522 | 2024-12-18T21:27:28.783Z | Dec 18 21:27:27.332 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (245.852108ms) |
3523 | 2024-12-18T21:27:28.974Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3524 | 2024-12-18T21:27:28.978Z | Dec 18 21:27:27.526 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (431.958896ms) |
3525 | 2024-12-18T21:27:29.720Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3526 | 2024-12-18T21:27:29.724Z | Dec 18 21:27:28.272 INFO [stamp-propolis-server] process exited with exit status: 0 (1.204802402s) |
3527 | 2024-12-18T21:27:29.737Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3528 | 2024-12-18T21:27:32.106Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3529 | 2024-12-18T21:27:39.317Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3530 | 2024-12-18T21:27:39.320Z | Dec 18 21:27:37.866 INFO [stamp-switch-asic] process exited with exit status: 0 (10.725164903s) |
3531 | 2024-12-18T21:27:39.323Z | Dec 18 21:27:37.867 INFO [host-stamp] task succeeded (10.808598274s) |
3532 | 2024-12-18T21:27:39.323Z | Dec 18 21:27:37.867 INFO [host-proto] running task |
3533 | 2024-12-18T21:27:39.740Z | Dec 18 21:27:38.286 INFO [host-proto] task succeeded (419.333744ms) |
3534 | 2024-12-18T21:27:39.740Z | Dec 18 21:27:38.286 INFO [host-profile] running task |
3535 | 2024-12-18T21:27:39.743Z | Dec 18 21:27:38.286 INFO [host-profile] task succeeded (380.578µs) |
3536 | 2024-12-18T21:27:39.743Z | Dec 18 21:27:38.287 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.311' -P /tmp/.tmpofmGFj/proto/host/root -N 'ci 8b13de1/${os_short_commit} 2024-12-18 21:05' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3537 | 2024-12-18T21:27:39.759Z | [ host-image] Dec 18 21:27:38.305 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3538 | 2024-12-18T21:27:39.759Z | [ host-image] Dec 18 21:27:38.305 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3539 | 2024-12-18T21:27:39.774Z | [ host-image] Dec 18 21:27:38.320 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpofmGFj/proto/host/root" |
3540 | 2024-12-18T21:27:39.777Z | [ host-image] Dec 18 21:27:38.320 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3541 | 2024-12-18T21:27:39.777Z | [ host-image] Dec 18 21:27:38.320 INFO image builder template: ramdisk-01-os... |
3542 | 2024-12-18T21:27:39.777Z | [ host-image] Dec 18 21:27:38.320 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/.tmpofmGFj/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3543 | 2024-12-18T21:27:39.794Z | [ host-image] Dec 18 21:27:38.340 INFO O| Dec 18 21:27:38.340 INFO CREATE DATASET: rpool/images/build/host/output |
3544 | 2024-12-18T21:27:39.990Z | [ host-image] Dec 18 21:27:38.536 INFO O| Dec 18 21:27:38.536 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3545 | 2024-12-18T21:27:39.995Z | [ host-image] Dec 18 21:27:38.541 INFO O| Dec 18 21:27:38.541 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3546 | 2024-12-18T21:27:40.188Z | [ host-image] Dec 18 21:27:38.734 INFO O| Dec 18 21:27:38.734 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3547 | 2024-12-18T21:27:40.249Z | [ host-image] Dec 18 21:27:38.795 INFO O| Dec 18 21:27:38.795 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3548 | 2024-12-18T21:27:40.252Z | [ host-image] Dec 18 21:27:38.795 INFO O| Dec 18 21:27:38.795 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3549 | 2024-12-18T21:27:40.252Z | [ host-image] Dec 18 21:27:38.796 INFO O| Dec 18 21:27:38.796 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3550 | 2024-12-18T21:27:40.252Z | [ host-image] Dec 18 21:27:38.796 INFO O| Dec 18 21:27:38.796 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3551 | 2024-12-18T21:27:40.261Z | [ host-image] Dec 18 21:27:38.807 INFO O| Dec 18 21:27:38.807 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3552 | 2024-12-18T21:27:40.463Z | [ host-image] Dec 18 21:27:39.009 INFO O| Dec 18 21:27:39.008 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3553 | 2024-12-18T21:27:40.474Z | [ host-image] Dec 18 21:27:39.020 INFO O| Dec 18 21:27:39.020 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3554 | 2024-12-18T21:27:40.999Z | [ host-image] Dec 18 21:27:39.544 INFO O| Dec 18 21:27:39.544 INFO O| Caching catalogs ... Done |
3555 | 2024-12-18T21:27:41.124Z | [ host-image] Dec 18 21:27:39.669 INFO O| Dec 18 21:27:39.669 INFO STEP 0 (pkg_image_create) COMPLETE |
3556 | 2024-12-18T21:27:41.124Z | [ host-image] Dec 18 21:27:39.669 INFO O| Dec 18 21:27:39.669 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3557 | 2024-12-18T21:27:41.127Z | [ host-image] Dec 18 21:27:39.669 INFO O| Dec 18 21:27:39.669 INFO skip step because feature "repo_redist" is not enabled |
3558 | 2024-12-18T21:27:41.127Z | [ host-image] Dec 18 21:27:39.669 INFO O| Dec 18 21:27:39.669 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3559 | 2024-12-18T21:27:41.143Z | [ host-image] Dec 18 21:27:39.688 INFO O| Dec 18 21:27:39.688 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"] |
3560 | 2024-12-18T21:27:41.699Z | [ host-image] Dec 18 21:27:40.244 INFO O| Dec 18 21:27:40.244 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3561 | 2024-12-18T21:27:41.699Z | [ host-image] Dec 18 21:27:40.244 INFO O| Dec 18 21:27:40.244 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3562 | 2024-12-18T21:27:41.717Z | [ host-image] Dec 18 21:27:40.262 INFO O| Dec 18 21:27:40.262 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"] |
3563 | 2024-12-18T21:27:42.265Z | [ host-image] Dec 18 21:27:40.810 INFO O| Dec 18 21:27:40.810 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3564 | 2024-12-18T21:27:42.267Z | [ host-image] Dec 18 21:27:40.810 INFO O| Dec 18 21:27:40.810 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3565 | 2024-12-18T21:27:42.267Z | [ host-image] Dec 18 21:27:40.810 INFO O| Dec 18 21:27:40.810 INFO skip step because feature "repo_redist" is not enabled |
3566 | 2024-12-18T21:27:42.267Z | [ host-image] Dec 18 21:27:40.810 INFO O| Dec 18 21:27:40.810 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3567 | 2024-12-18T21:27:42.798Z | [ host-image] Dec 18 21:27:41.343 INFO O| Dec 18 21:27:41.343 INFO variant opensolaris.zone is already global |
3568 | 2024-12-18T21:27:42.798Z | [ host-image] Dec 18 21:27:41.343 INFO O| Dec 18 21:27:41.343 INFO STEP 5 (pkg_change_variant) COMPLETE |
3569 | 2024-12-18T21:27:42.801Z | [ host-image] Dec 18 21:27:41.343 INFO O| Dec 18 21:27:41.343 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3570 | 2024-12-18T21:27:43.367Z | [ host-image] Dec 18 21:27:41.912 INFO O| Dec 18 21:27:41.912 INFO variant opensolaris.imagetype is full; changing to partial |
3571 | 2024-12-18T21:27:43.367Z | [ host-image] Dec 18 21:27:41.912 INFO O| Dec 18 21:27:41.912 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3572 | 2024-12-18T21:27:51.205Z | [ host-image] Dec 18 21:27:49.748 INFO O| Dec 18 21:27:49.748 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3573 | 2024-12-18T21:27:51.827Z | [recovery-package] Finished `release` profile [optimized] target(s) in 23.03s |
3574 | 2024-12-18T21:27:53.407Z | Dec 18 21:27:51.950 INFO [recovery-package] process exited with exit status: 0 (24.891406764s) |
3575 | 2024-12-18T21:27:53.407Z | Dec 18 21:27:51.950 INFO [recovery-stamp] running task |
3576 | 2024-12-18T21:27:53.410Z | Dec 18 21:27:51.950 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3577 | 2024-12-18T21:27:53.415Z | Dec 18 21:27:51.958 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+git8b13de1f0bc |
3578 | 2024-12-18T21:27:53.422Z | Dec 18 21:27:51.965 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git8b13de1f0bc |
3579 | 2024-12-18T21:27:53.431Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3580 | 2024-12-18T21:27:53.438Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3581 | 2024-12-18T21:27:53.525Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3582 | 2024-12-18T21:27:53.528Z | Dec 18 21:27:52.071 INFO [stamp-installinator] process exited with exit status: 0 (105.863521ms) |
3583 | 2024-12-18T21:27:53.553Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3584 | 2024-12-18T21:27:53.556Z | Dec 18 21:27:52.099 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (141.087139ms) |
3585 | 2024-12-18T21:27:53.559Z | Dec 18 21:27:52.099 INFO [recovery-stamp] task succeeded (149.368317ms) |
3586 | 2024-12-18T21:27:53.559Z | Dec 18 21:27:52.099 INFO [recovery-proto] running task |
3587 | 2024-12-18T21:27:53.559Z | Dec 18 21:27:52.100 INFO [tuf-stamp] running task |
3588 | 2024-12-18T21:27:53.559Z | Dec 18 21:27:52.100 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+git8b13de1f0bc |
3589 | 2024-12-18T21:27:53.575Z | Dec 18 21:27:52.118 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+git8b13de1f0bc |
3590 | 2024-12-18T21:27:53.591Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3591 | 2024-12-18T21:27:53.594Z | Dec 18 21:27:52.134 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+git8b13de1f0bc |
3592 | 2024-12-18T21:27:53.609Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3593 | 2024-12-18T21:27:53.609Z | Dec 18 21:27:52.152 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+git8b13de1f0bc |
3594 | 2024-12-18T21:27:53.623Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3595 | 2024-12-18T21:27:53.626Z | Dec 18 21:27:52.169 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+git8b13de1f0bc |
3596 | 2024-12-18T21:27:53.653Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3597 | 2024-12-18T21:27:53.655Z | Dec 18 21:27:52.196 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+git8b13de1f0bc |
3598 | 2024-12-18T21:27:53.682Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3599 | 2024-12-18T21:27:53.684Z | Dec 18 21:27:52.225 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+git8b13de1f0bc |
3600 | 2024-12-18T21:27:53.716Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3601 | 2024-12-18T21:27:53.719Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3602 | 2024-12-18T21:27:53.719Z | Dec 18 21:27:52.261 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+git8b13de1f0bc |
3603 | 2024-12-18T21:27:53.826Z | Dec 18 21:27:52.369 INFO [recovery-proto] task succeeded (268.965812ms) |
3604 | 2024-12-18T21:27:53.830Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3605 | 2024-12-18T21:27:53.831Z | Dec 18 21:27:52.369 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+git8b13de1f0bc |
3606 | 2024-12-18T21:27:53.831Z | Dec 18 21:27:52.369 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.311' -P /tmp/.tmpofmGFj/proto/recovery/root -N 'recovery 8b13de1/${os_short_commit} 2024-12-18 21:05' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3607 | 2024-12-18T21:27:53.879Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3608 | 2024-12-18T21:27:53.879Z | Dec 18 21:27:52.420 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+git8b13de1f0bc |
3609 | 2024-12-18T21:27:53.894Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3610 | 2024-12-18T21:27:53.894Z | Dec 18 21:27:52.437 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+git8b13de1f0bc |
3611 | 2024-12-18T21:27:53.911Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3612 | 2024-12-18T21:27:53.914Z | Dec 18 21:27:52.454 INFO [stamp-probe] process exited with exit status: 0 (336.064338ms) |
3613 | 2024-12-18T21:27:53.923Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3614 | 2024-12-18T21:27:53.947Z | [ recovery-image] Dec 18 21:27:52.490 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3615 | 2024-12-18T21:27:53.947Z | [ recovery-image] Dec 18 21:27:52.490 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3616 | 2024-12-18T21:27:53.965Z | [ recovery-image] Dec 18 21:27:52.507 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpofmGFj/proto/recovery/root" |
3617 | 2024-12-18T21:27:53.965Z | [ recovery-image] Dec 18 21:27:52.507 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3618 | 2024-12-18T21:27:53.968Z | [ recovery-image] Dec 18 21:27:52.508 INFO image builder template: ramdisk-01-os... |
3619 | 2024-12-18T21:27:53.968Z | [ recovery-image] Dec 18 21:27:52.508 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/.tmpofmGFj/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3620 | 2024-12-18T21:27:53.995Z | [ recovery-image] Dec 18 21:27:52.537 INFO O| Dec 18 21:27:52.537 INFO CREATE DATASET: rpool/images/build/recovery/output |
3621 | 2024-12-18T21:27:54.205Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3622 | 2024-12-18T21:27:54.242Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3623 | 2024-12-18T21:27:54.258Z | Dec 18 21:27:52.800 INFO [stamp-ntp] process exited with exit status: 0 (631.348404ms) |
3624 | 2024-12-18T21:27:54.261Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3625 | 2024-12-18T21:27:54.354Z | [ recovery-image] Dec 18 21:27:52.897 INFO O| Dec 18 21:27:52.897 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3626 | 2024-12-18T21:27:54.360Z | [ recovery-image] Dec 18 21:27:52.903 INFO O| Dec 18 21:27:52.903 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3627 | 2024-12-18T21:27:54.897Z | [ recovery-image] Dec 18 21:27:53.439 INFO O| Dec 18 21:27:53.439 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3628 | 2024-12-18T21:27:54.978Z | [ recovery-image] Dec 18 21:27:53.521 INFO O| Dec 18 21:27:53.520 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3629 | 2024-12-18T21:27:54.978Z | [ recovery-image] Dec 18 21:27:53.521 INFO O| Dec 18 21:27:53.521 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3630 | 2024-12-18T21:27:54.981Z | [ recovery-image] Dec 18 21:27:53.521 INFO O| Dec 18 21:27:53.521 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3631 | 2024-12-18T21:27:54.981Z | [ recovery-image] Dec 18 21:27:53.521 INFO O| Dec 18 21:27:53.521 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3632 | 2024-12-18T21:27:55.014Z | [ recovery-image] Dec 18 21:27:53.556 INFO O| Dec 18 21:27:53.556 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3633 | 2024-12-18T21:27:55.328Z | [ recovery-image] Dec 18 21:27:53.870 INFO O| Dec 18 21:27:53.870 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3634 | 2024-12-18T21:27:55.343Z | [ recovery-image] Dec 18 21:27:53.885 INFO O| Dec 18 21:27:53.885 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3635 | 2024-12-18T21:27:55.437Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3636 | 2024-12-18T21:27:55.516Z | Dec 18 21:27:54.058 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.923673956s) |
3637 | 2024-12-18T21:27:55.565Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3638 | 2024-12-18T21:27:55.609Z | Dec 18 21:27:54.152 INFO [stamp-external-dns] process exited with exit status: 0 (1.955790632s) |
3639 | 2024-12-18T21:27:55.646Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3640 | 2024-12-18T21:27:55.700Z | Dec 18 21:27:54.243 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.981568203s) |
3641 | 2024-12-18T21:27:55.780Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3642 | 2024-12-18T21:27:55.803Z | Dec 18 21:27:54.346 INFO [stamp-internal-dns] process exited with exit status: 0 (1.925633974s) |
3643 | 2024-12-18T21:27:55.897Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3644 | 2024-12-18T21:27:55.901Z | Dec 18 21:27:54.444 INFO [stamp-oximeter] process exited with exit status: 0 (2.343466381s) |
3645 | 2024-12-18T21:27:55.921Z | [ recovery-image] Dec 18 21:27:54.463 INFO O| Dec 18 21:27:54.463 INFO O| Caching catalogs ... Done |
3646 | 2024-12-18T21:27:56.029Z | [ recovery-image] Dec 18 21:27:54.571 INFO O| Dec 18 21:27:54.571 INFO STEP 0 (pkg_image_create) COMPLETE |
3647 | 2024-12-18T21:27:56.029Z | [ recovery-image] Dec 18 21:27:54.571 INFO O| Dec 18 21:27:54.571 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3648 | 2024-12-18T21:27:56.029Z | [ recovery-image] Dec 18 21:27:54.571 INFO O| Dec 18 21:27:54.571 INFO skip step because feature "repo_redist" is not enabled |
3649 | 2024-12-18T21:27:56.029Z | [ recovery-image] Dec 18 21:27:54.571 INFO O| Dec 18 21:27:54.571 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3650 | 2024-12-18T21:27:56.044Z | [ recovery-image] Dec 18 21:27:54.585 INFO O| Dec 18 21:27:54.585 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"] |
3651 | 2024-12-18T21:27:56.492Z | [ recovery-image] Dec 18 21:27:55.034 INFO O| Dec 18 21:27:55.034 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3652 | 2024-12-18T21:27:56.492Z | [ recovery-image] Dec 18 21:27:55.034 INFO O| Dec 18 21:27:55.034 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3653 | 2024-12-18T21:27:56.507Z | [ recovery-image] Dec 18 21:27:55.049 INFO O| Dec 18 21:27:55.049 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"] |
3654 | 2024-12-18T21:27:56.617Z | [ host-image] Dec 18 21:27:55.159 INFO O| Dec 18 21:27:55.159 INFO O| Startup: Caching catalogs ... Done |
3655 | 2024-12-18T21:27:56.701Z | [ host-image] Dec 18 21:27:55.243 INFO O| Dec 18 21:27:55.243 INFO O| Planning: Planning completed in 0.00 seconds |
3656 | 2024-12-18T21:27:56.704Z | [ host-image] Dec 18 21:27:55.244 INFO O| Dec 18 21:27:55.244 INFO O| Planning: Consolidating action changes ... Done |
3657 | 2024-12-18T21:27:56.704Z | [ host-image] Dec 18 21:27:55.244 INFO O| Dec 18 21:27:55.244 INFO O| Planning: Evaluating mediators ... Done |
3658 | 2024-12-18T21:27:56.704Z | [ host-image] Dec 18 21:27:55.245 INFO O| Dec 18 21:27:55.245 INFO O| Planning: Planning completed in 0.00 seconds |
3659 | 2024-12-18T21:27:56.704Z | [ host-image] Dec 18 21:27:55.246 INFO O| Dec 18 21:27:55.245 INFO O| Variants/Facets to change: 1 |
3660 | 2024-12-18T21:27:56.726Z | [ host-image] Dec 18 21:27:55.268 INFO O| Dec 18 21:27:55.268 INFO O| Done |
3661 | 2024-12-18T21:27:56.726Z | [ host-image] Dec 18 21:27:55.268 INFO O| Dec 18 21:27:55.268 INFO O| Done |
3662 | 2024-12-18T21:27:56.984Z | [ recovery-image] Dec 18 21:27:55.526 INFO O| Dec 18 21:27:55.526 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3663 | 2024-12-18T21:27:56.984Z | [ recovery-image] Dec 18 21:27:55.526 INFO O| Dec 18 21:27:55.526 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3664 | 2024-12-18T21:27:56.984Z | [ recovery-image] Dec 18 21:27:55.526 INFO O| Dec 18 21:27:55.526 INFO skip step because feature "repo_redist" is not enabled |
3665 | 2024-12-18T21:27:56.997Z | [ recovery-image] Dec 18 21:27:55.526 INFO O| Dec 18 21:27:55.526 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3666 | 2024-12-18T21:27:57.462Z | [ recovery-image] Dec 18 21:27:56.003 INFO O| Dec 18 21:27:56.003 INFO variant opensolaris.zone is already global |
3667 | 2024-12-18T21:27:57.462Z | [ recovery-image] Dec 18 21:27:56.003 INFO O| Dec 18 21:27:56.003 INFO STEP 5 (pkg_change_variant) COMPLETE |
3668 | 2024-12-18T21:27:57.462Z | [ recovery-image] Dec 18 21:27:56.003 INFO O| Dec 18 21:27:56.003 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3669 | 2024-12-18T21:27:57.530Z | [ host-image] Dec 18 21:27:56.072 INFO O| Dec 18 21:27:56.072 INFO O| Done |
3670 | 2024-12-18T21:27:57.579Z | [ host-image] Dec 18 21:27:56.121 INFO O| Dec 18 21:27:56.121 INFO O| Done |
3671 | 2024-12-18T21:27:57.582Z | [ host-image] Dec 18 21:27:56.123 INFO O| Dec 18 21:27:56.123 INFO O| Done |
3672 | 2024-12-18T21:27:57.582Z | [ host-image] Dec 18 21:27:56.123 INFO O| Dec 18 21:27:56.123 INFO O| Done |
3673 | 2024-12-18T21:27:57.585Z | [ host-image] Dec 18 21:27:56.124 INFO O| Dec 18 21:27:56.124 INFO O| Done |
3674 | 2024-12-18T21:27:57.937Z | [ recovery-image] Dec 18 21:27:56.479 INFO O| Dec 18 21:27:56.479 INFO variant opensolaris.imagetype is full; changing to partial |
3675 | 2024-12-18T21:27:57.937Z | [ recovery-image] Dec 18 21:27:56.479 INFO O| Dec 18 21:27:56.479 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3676 | 2024-12-18T21:27:57.968Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3677 | 2024-12-18T21:27:57.972Z | Dec 18 21:27:56.514 INFO [stamp-nexus] process exited with exit status: 0 (4.077781509s) |
3678 | 2024-12-18T21:27:58.098Z | [ host-image] Dec 18 21:27:56.639 INFO O| Dec 18 21:27:56.639 INFO STEP 6 (pkg_change_variant) COMPLETE |
3679 | 2024-12-18T21:27:58.098Z | [ host-image] Dec 18 21:27:56.640 INFO O| Dec 18 21:27:56.639 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3680 | 2024-12-18T21:27:58.101Z | [ host-image] Dec 18 21:27:56.640 INFO O| Dec 18 21:27:56.639 INFO skip step because feature "debug_variant" is not enabled |
3681 | 2024-12-18T21:27:58.101Z | [ host-image] Dec 18 21:27:56.640 INFO O| Dec 18 21:27:56.639 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3682 | 2024-12-18T21:27:58.560Z | [ host-image] Dec 18 21:27:57.102 INFO O| Dec 18 21:27:57.102 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3683 | 2024-12-18T21:27:58.584Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3684 | 2024-12-18T21:27:58.759Z | [verify-libraries] Compiling home v0.5.9 |
3685 | 2024-12-18T21:27:58.781Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3686 | 2024-12-18T21:27:58.815Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3687 | 2024-12-18T21:27:58.815Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3688 | 2024-12-18T21:27:58.818Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3689 | 2024-12-18T21:27:58.831Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3690 | 2024-12-18T21:27:58.834Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3691 | 2024-12-18T21:27:59.267Z | [verify-libraries] Compiling nix v0.28.0 |
3692 | 2024-12-18T21:27:59.270Z | [verify-libraries] Compiling polyval v0.6.2 |
3693 | 2024-12-18T21:27:59.535Z | [verify-libraries] Compiling ctr v0.9.2 |
3694 | 2024-12-18T21:27:59.588Z | [ host-image] Dec 18 21:27:58.129 INFO O| Dec 18 21:27:58.129 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3695 | 2024-12-18T21:27:59.592Z | [ host-image] Dec 18 21:27:58.131 INFO O| Dec 18 21:27:58.131 INFO O| Planning: Planning completed in 0.00 seconds |
3696 | 2024-12-18T21:27:59.592Z | [ host-image] Dec 18 21:27:58.132 INFO O| Dec 18 21:27:58.132 INFO O| Planning: Consolidating action changes ... Done |
3697 | 2024-12-18T21:27:59.592Z | [ host-image] Dec 18 21:27:58.132 INFO O| Dec 18 21:27:58.132 INFO O| Planning: Evaluating mediators ... Done |
3698 | 2024-12-18T21:27:59.592Z | [ host-image] Dec 18 21:27:58.132 INFO O| Dec 18 21:27:58.132 INFO O| Planning: Planning completed in 0.00 seconds |
3699 | 2024-12-18T21:27:59.592Z | [ host-image] Dec 18 21:27:58.133 INFO O| Dec 18 21:27:58.132 INFO O| Variants/Facets to change: 1 |
3700 | 2024-12-18T21:27:59.631Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3701 | 2024-12-18T21:27:59.674Z | Dec 18 21:27:58.216 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.991022492s) |
3702 | 2024-12-18T21:28:00.010Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3703 | 2024-12-18T21:28:00.086Z | [verify-libraries] Compiling ghash v0.5.1 |
3704 | 2024-12-18T21:28:00.266Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3705 | 2024-12-18T21:28:00.377Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3706 | 2024-12-18T21:28:00.402Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3707 | 2024-12-18T21:28:00.434Z | [verify-libraries] Compiling blowfish v0.9.1 |
3708 | 2024-12-18T21:28:00.473Z | [ host-image] Dec 18 21:27:59.014 INFO O| Dec 18 21:27:59.014 INFO O| Done |
3709 | 2024-12-18T21:28:00.473Z | [ host-image] Dec 18 21:27:59.014 INFO O| Dec 18 21:27:59.014 INFO O| Done |
3710 | 2024-12-18T21:28:00.756Z | [verify-libraries] Compiling password-hash v0.4.2 |
3711 | 2024-12-18T21:28:01.310Z | [ host-image] Dec 18 21:27:59.851 INFO O| Dec 18 21:27:59.851 INFO O| Done |
3712 | 2024-12-18T21:28:01.487Z | [ host-image] Dec 18 21:28:00.027 INFO O| Dec 18 21:28:00.027 INFO O| Done |
3713 | 2024-12-18T21:28:01.489Z | [ host-image] Dec 18 21:28:00.028 INFO O| Dec 18 21:28:00.028 INFO O| Done |
3714 | 2024-12-18T21:28:01.489Z | [ host-image] Dec 18 21:28:00.028 INFO O| Dec 18 21:28:00.028 INFO O| Done |
3715 | 2024-12-18T21:28:01.489Z | [ host-image] Dec 18 21:28:00.030 INFO O| Dec 18 21:28:00.030 INFO O| Done |
3716 | 2024-12-18T21:28:01.618Z | [ host-image] Dec 18 21:28:00.159 INFO O| Dec 18 21:28:00.158 INFO STEP 8 (pkg_change_facet) COMPLETE |
3717 | 2024-12-18T21:28:01.618Z | [ host-image] Dec 18 21:28:00.159 INFO O| Dec 18 21:28:00.159 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3718 | 2024-12-18T21:28:01.618Z | [ host-image] Dec 18 21:28:00.159 INFO O| Dec 18 21:28:00.159 INFO skip step because feature "recovery" is not enabled |
3719 | 2024-12-18T21:28:01.621Z | [ host-image] Dec 18 21:28:00.159 INFO O| Dec 18 21:28:00.159 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3720 | 2024-12-18T21:28:01.621Z | [ host-image] Dec 18 21:28:00.159 INFO O| Dec 18 21:28:00.159 INFO skip step because feature "recovery" is not enabled |
3721 | 2024-12-18T21:28:01.621Z | [ host-image] Dec 18 21:28:00.159 INFO O| Dec 18 21:28:00.159 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3722 | 2024-12-18T21:28:01.637Z | [ host-image] Dec 18 21:28:00.178 INFO O| Dec 18 21:28:00.178 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"] |
3723 | 2024-12-18T21:28:01.980Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3724 | 2024-12-18T21:28:02.585Z | [ host-image] Dec 18 21:28:01.126 INFO O| Dec 18 21:28:01.126 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3725 | 2024-12-18T21:28:02.711Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3726 | 2024-12-18T21:28:03.431Z | [verify-libraries] Compiling matches v0.1.10 |
3727 | 2024-12-18T21:28:03.677Z | [verify-libraries] Compiling idna v0.2.3 |
3728 | 2024-12-18T21:28:08.018Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3729 | 2024-12-18T21:28:08.043Z | Dec 18 21:28:06.583 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.213937512s) |
3730 | 2024-12-18T21:28:08.194Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3731 | 2024-12-18T21:28:08.205Z | Dec 18 21:28:06.745 INFO [stamp-clickhouse] process exited with exit status: 0 (14.592366471s) |
3732 | 2024-12-18T21:28:08.205Z | Dec 18 21:28:06.745 INFO [tuf-stamp] task succeeded (14.645270043s) |
3733 | 2024-12-18T21:28:08.438Z | [verify-libraries] Compiling rustyline v14.0.0 |
3734 | 2024-12-18T21:28:08.672Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3735 | 2024-12-18T21:28:08.851Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3736 | 2024-12-18T21:28:09.020Z | [verify-libraries] Compiling p521 v0.13.3 |
3737 | 2024-12-18T21:28:09.364Z | [verify-libraries] Compiling p256 v0.13.2 |
3738 | 2024-12-18T21:28:09.953Z | [ recovery-image] Dec 18 21:28:08.492 INFO O| Dec 18 21:28:08.492 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3739 | 2024-12-18T21:28:12.096Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3740 | 2024-12-18T21:28:13.403Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3741 | 2024-12-18T21:28:13.917Z | [verify-libraries] Compiling md5 v0.7.0 |
3742 | 2024-12-18T21:28:14.761Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3743 | 2024-12-18T21:28:15.412Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3744 | 2024-12-18T21:28:18.599Z | [ recovery-image] Dec 18 21:28:17.136 INFO O| Dec 18 21:28:17.136 INFO O| Startup: Caching catalogs ... Done |
3745 | 2024-12-18T21:28:18.799Z | [ recovery-image] Dec 18 21:28:17.336 INFO O| Dec 18 21:28:17.336 INFO O| Planning: Planning completed in 0.00 seconds |
3746 | 2024-12-18T21:28:18.803Z | [ recovery-image] Dec 18 21:28:17.337 INFO O| Dec 18 21:28:17.337 INFO O| Planning: Consolidating action changes ... Done |
3747 | 2024-12-18T21:28:18.803Z | [ recovery-image] Dec 18 21:28:17.337 INFO O| Dec 18 21:28:17.337 INFO O| Planning: Evaluating mediators ... Done |
3748 | 2024-12-18T21:28:18.803Z | [ recovery-image] Dec 18 21:28:17.338 INFO O| Dec 18 21:28:17.337 INFO O| Planning: Planning completed in 0.00 seconds |
3749 | 2024-12-18T21:28:18.803Z | [ recovery-image] Dec 18 21:28:17.338 INFO O| Dec 18 21:28:17.338 INFO O| Variants/Facets to change: 1 |
3750 | 2024-12-18T21:28:18.893Z | [ recovery-image] Dec 18 21:28:17.430 INFO O| Dec 18 21:28:17.430 INFO O| Done |
3751 | 2024-12-18T21:28:18.893Z | [ recovery-image] Dec 18 21:28:17.430 INFO O| Dec 18 21:28:17.430 INFO O| Done |
3752 | 2024-12-18T21:28:19.938Z | [ recovery-image] Dec 18 21:28:18.474 INFO O| Dec 18 21:28:18.474 INFO O| Done |
3753 | 2024-12-18T21:28:20.054Z | [ recovery-image] Dec 18 21:28:18.590 INFO O| Dec 18 21:28:18.590 INFO O| Done |
3754 | 2024-12-18T21:28:20.057Z | [ recovery-image] Dec 18 21:28:18.592 INFO O| Dec 18 21:28:18.592 INFO O| Done |
3755 | 2024-12-18T21:28:20.057Z | [ recovery-image] Dec 18 21:28:18.592 INFO O| Dec 18 21:28:18.592 INFO O| Done |
3756 | 2024-12-18T21:28:20.059Z | [ recovery-image] Dec 18 21:28:18.594 INFO O| Dec 18 21:28:18.594 INFO O| Done |
3757 | 2024-12-18T21:28:20.865Z | [ recovery-image] Dec 18 21:28:19.401 INFO O| Dec 18 21:28:19.401 INFO STEP 6 (pkg_change_variant) COMPLETE |
3758 | 2024-12-18T21:28:20.865Z | [ recovery-image] Dec 18 21:28:19.401 INFO O| Dec 18 21:28:19.401 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3759 | 2024-12-18T21:28:20.865Z | [ recovery-image] Dec 18 21:28:19.402 INFO O| Dec 18 21:28:19.401 INFO skip step because feature "debug_variant" is not enabled |
3760 | 2024-12-18T21:28:20.868Z | [ recovery-image] Dec 18 21:28:19.402 INFO O| Dec 18 21:28:19.401 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3761 | 2024-12-18T21:28:21.523Z | [ recovery-image] Dec 18 21:28:20.059 INFO O| Dec 18 21:28:20.059 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3762 | 2024-12-18T21:28:22.550Z | [ recovery-image] Dec 18 21:28:21.086 INFO O| Dec 18 21:28:21.086 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3763 | 2024-12-18T21:28:22.559Z | [ recovery-image] Dec 18 21:28:21.088 INFO O| Dec 18 21:28:21.088 INFO O| Planning: Planning completed in 0.00 seconds |
3764 | 2024-12-18T21:28:22.559Z | [ recovery-image] Dec 18 21:28:21.089 INFO O| Dec 18 21:28:21.089 INFO O| Planning: Consolidating action changes ... Done |
3765 | 2024-12-18T21:28:22.559Z | [ recovery-image] Dec 18 21:28:21.089 INFO O| Dec 18 21:28:21.089 INFO O| Planning: Evaluating mediators ... Done |
3766 | 2024-12-18T21:28:22.559Z | [ recovery-image] Dec 18 21:28:21.090 INFO O| Dec 18 21:28:21.090 INFO O| Planning: Planning completed in 0.00 seconds |
3767 | 2024-12-18T21:28:22.559Z | [ recovery-image] Dec 18 21:28:21.090 INFO O| Dec 18 21:28:21.090 INFO O| Variants/Facets to change: 1 |
3768 | 2024-12-18T21:28:22.625Z | [ recovery-image] Dec 18 21:28:21.161 INFO O| Dec 18 21:28:21.161 INFO O| Done |
3769 | 2024-12-18T21:28:22.625Z | [ recovery-image] Dec 18 21:28:21.161 INFO O| Dec 18 21:28:21.161 INFO O| Done |
3770 | 2024-12-18T21:28:23.433Z | [ recovery-image] Dec 18 21:28:21.969 INFO O| Dec 18 21:28:21.969 INFO O| Done |
3771 | 2024-12-18T21:28:23.551Z | [ recovery-image] Dec 18 21:28:22.087 INFO O| Dec 18 21:28:22.087 INFO O| Done |
3772 | 2024-12-18T21:28:23.554Z | [ recovery-image] Dec 18 21:28:22.088 INFO O| Dec 18 21:28:22.088 INFO O| Done |
3773 | 2024-12-18T21:28:23.554Z | [ recovery-image] Dec 18 21:28:22.088 INFO O| Dec 18 21:28:22.088 INFO O| Done |
3774 | 2024-12-18T21:28:23.558Z | [ recovery-image] Dec 18 21:28:22.090 INFO O| Dec 18 21:28:22.090 INFO O| Done |
3775 | 2024-12-18T21:28:23.675Z | [ recovery-image] Dec 18 21:28:22.211 INFO O| Dec 18 21:28:22.211 INFO STEP 8 (pkg_change_facet) COMPLETE |
3776 | 2024-12-18T21:28:23.675Z | [ recovery-image] Dec 18 21:28:22.211 INFO O| Dec 18 21:28:22.211 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3777 | 2024-12-18T21:28:24.172Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3778 | 2024-12-18T21:28:24.402Z | [ recovery-image] Dec 18 21:28:22.937 INFO O| Dec 18 21:28:22.937 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3779 | 2024-12-18T21:28:25.448Z | [ recovery-image] Dec 18 21:28:23.983 INFO O| Dec 18 21:28:23.983 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3780 | 2024-12-18T21:28:25.451Z | [ recovery-image] Dec 18 21:28:23.985 INFO O| Dec 18 21:28:23.985 INFO O| Planning: Planning completed in 0.00 seconds |
3781 | 2024-12-18T21:28:25.451Z | [ recovery-image] Dec 18 21:28:23.986 INFO O| Dec 18 21:28:23.986 INFO O| Planning: Consolidating action changes ... Done |
3782 | 2024-12-18T21:28:25.453Z | [ recovery-image] Dec 18 21:28:23.987 INFO O| Dec 18 21:28:23.987 INFO O| Planning: Evaluating mediators ... Done |
3783 | 2024-12-18T21:28:25.453Z | [ recovery-image] Dec 18 21:28:23.987 INFO O| Dec 18 21:28:23.987 INFO O| Planning: Planning completed in 0.00 seconds |
3784 | 2024-12-18T21:28:25.454Z | [ recovery-image] Dec 18 21:28:23.987 INFO O| Dec 18 21:28:23.987 INFO O| Variants/Facets to change: 1 |
3785 | 2024-12-18T21:28:25.561Z | [ recovery-image] Dec 18 21:28:24.096 INFO O| Dec 18 21:28:24.096 INFO O| Done |
3786 | 2024-12-18T21:28:25.561Z | [ recovery-image] Dec 18 21:28:24.096 INFO O| Dec 18 21:28:24.096 INFO O| Done |
3787 | 2024-12-18T21:28:26.373Z | [ recovery-image] Dec 18 21:28:24.908 INFO O| Dec 18 21:28:24.908 INFO O| Done |
3788 | 2024-12-18T21:28:26.471Z | [ recovery-image] Dec 18 21:28:25.006 INFO O| Dec 18 21:28:25.005 INFO O| Done |
3789 | 2024-12-18T21:28:26.473Z | [ recovery-image] Dec 18 21:28:25.007 INFO O| Dec 18 21:28:25.007 INFO O| Done |
3790 | 2024-12-18T21:28:26.473Z | [ recovery-image] Dec 18 21:28:25.007 INFO O| Dec 18 21:28:25.007 INFO O| Done |
3791 | 2024-12-18T21:28:26.473Z | [ recovery-image] Dec 18 21:28:25.008 INFO O| Dec 18 21:28:25.008 INFO O| Done |
3792 | 2024-12-18T21:28:26.592Z | [ recovery-image] Dec 18 21:28:25.127 INFO O| Dec 18 21:28:25.126 INFO STEP 9 (pkg_change_facet) COMPLETE |
3793 | 2024-12-18T21:28:26.592Z | [ recovery-image] Dec 18 21:28:25.127 INFO O| Dec 18 21:28:25.127 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3794 | 2024-12-18T21:28:27.259Z | [ recovery-image] Dec 18 21:28:25.794 INFO O| Dec 18 21:28:25.794 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3795 | 2024-12-18T21:28:28.392Z | [ recovery-image] Dec 18 21:28:26.927 INFO O| Dec 18 21:28:26.927 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3796 | 2024-12-18T21:28:28.395Z | [ recovery-image] Dec 18 21:28:26.929 INFO O| Dec 18 21:28:26.929 INFO O| Planning: Planning completed in 0.00 seconds |
3797 | 2024-12-18T21:28:28.397Z | [ recovery-image] Dec 18 21:28:26.929 INFO O| Dec 18 21:28:26.929 INFO O| Planning: Consolidating action changes ... Done |
3798 | 2024-12-18T21:28:28.397Z | [ recovery-image] Dec 18 21:28:26.930 INFO O| Dec 18 21:28:26.930 INFO O| Planning: Evaluating mediators ... Done |
3799 | 2024-12-18T21:28:28.397Z | [ recovery-image] Dec 18 21:28:26.930 INFO O| Dec 18 21:28:26.930 INFO O| Planning: Planning completed in 0.00 seconds |
3800 | 2024-12-18T21:28:28.397Z | [ recovery-image] Dec 18 21:28:26.931 INFO O| Dec 18 21:28:26.930 INFO O| Variants/Facets to change: 1 |
3801 | 2024-12-18T21:28:28.498Z | [ recovery-image] Dec 18 21:28:27.032 INFO O| Dec 18 21:28:27.032 INFO O| Done |
3802 | 2024-12-18T21:28:28.498Z | [ recovery-image] Dec 18 21:28:27.032 INFO O| Dec 18 21:28:27.032 INFO O| Done |
3803 | 2024-12-18T21:28:29.397Z | [ recovery-image] Dec 18 21:28:27.930 INFO O| Dec 18 21:28:27.930 INFO O| Done |
3804 | 2024-12-18T21:28:29.494Z | [ recovery-image] Dec 18 21:28:28.028 INFO O| Dec 18 21:28:28.028 INFO O| Done |
3805 | 2024-12-18T21:28:29.497Z | [ recovery-image] Dec 18 21:28:28.030 INFO O| Dec 18 21:28:28.030 INFO O| Done |
3806 | 2024-12-18T21:28:29.497Z | [ recovery-image] Dec 18 21:28:28.030 INFO O| Dec 18 21:28:28.030 INFO O| Done |
3807 | 2024-12-18T21:28:29.505Z | [ recovery-image] Dec 18 21:28:28.033 INFO O| Dec 18 21:28:28.033 INFO O| Done |
3808 | 2024-12-18T21:28:29.628Z | [ recovery-image] Dec 18 21:28:28.162 INFO O| Dec 18 21:28:28.162 INFO STEP 10 (pkg_change_facet) COMPLETE |
3809 | 2024-12-18T21:28:29.628Z | [ recovery-image] Dec 18 21:28:28.163 INFO O| Dec 18 21:28:28.162 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3810 | 2024-12-18T21:28:29.647Z | [ recovery-image] Dec 18 21:28:28.181 INFO O| Dec 18 21:28:28.181 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"] |
3811 | 2024-12-18T21:28:30.653Z | [ recovery-image] Dec 18 21:28:29.187 INFO O| Dec 18 21:28:29.187 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3812 | 2024-12-18T21:28:31.332Z | [verify-libraries] Compiling des v0.8.1 |
3813 | 2024-12-18T21:28:31.977Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3814 | 2024-12-18T21:28:32.316Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3815 | 2024-12-18T21:28:33.605Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3816 | 2024-12-18T21:28:34.530Z | [verify-libraries] Compiling russh v0.45.0 |
3817 | 2024-12-18T21:28:38.980Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3818 | 2024-12-18T21:28:41.543Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3819 | 2024-12-18T21:28:44.767Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3820 | 2024-12-18T21:28:54.851Z | [verify-libraries] Compiling petname v2.0.2 |
3821 | 2024-12-18T21:28:56.057Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3822 | 2024-12-18T21:28:57.048Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3823 | 2024-12-18T21:28:57.878Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3824 | 2024-12-18T21:29:03.036Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3825 | 2024-12-18T21:29:08.337Z | [ host-image] Dec 18 21:29:06.862 INFO O| Dec 18 21:29:06.862 INFO O| Planning: Solver setup ... Done |
3826 | 2024-12-18T21:29:08.740Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3827 | 2024-12-18T21:29:15.916Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3828 | 2024-12-18T21:29:18.683Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3829 | 2024-12-18T21:29:37.043Z | [ recovery-image] Dec 18 21:29:35.561 INFO O| Dec 18 21:29:35.561 INFO O| Planning: Solver setup ... Done |
3830 | 2024-12-18T21:29:45.214Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3831 | 2024-12-18T21:29:47.406Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3832 | 2024-12-18T21:29:50.206Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3833 | 2024-12-18T21:30:19.676Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3834 | 2024-12-18T21:30:23.044Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3835 | 2024-12-18T21:30:23.627Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3836 | 2024-12-18T21:30:24.135Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3837 | 2024-12-18T21:30:24.545Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3838 | 2024-12-18T21:30:25.288Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3839 | 2024-12-18T21:30:25.403Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3840 | 2024-12-18T21:30:25.716Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3841 | 2024-12-18T21:30:28.860Z | [ host-image] Dec 18 21:30:27.366 INFO O| Dec 18 21:30:27.366 INFO O| Planning: Running solver ... Done |
3842 | 2024-12-18T21:30:29.472Z | [ host-image] Dec 18 21:30:27.978 INFO O| Dec 18 21:30:27.978 INFO O| Planning: Finding local manifests ... Done |
3843 | 2024-12-18T21:30:29.488Z | [ host-image] Dec 18 21:30:27.994 INFO O| Dec 18 21:30:27.994 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3844 | 2024-12-18T21:30:33.947Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3845 | 2024-12-18T21:30:34.211Z | [ host-image] Dec 18 21:30:32.716 INFO O| Dec 18 21:30:32.716 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3846 | 2024-12-18T21:30:35.432Z | [ host-image] Dec 18 21:30:33.936 INFO O| Dec 18 21:30:33.936 INFO O| Planning: Package planning ... Done |
3847 | 2024-12-18T21:30:37.023Z | [ host-image] Dec 18 21:30:35.527 INFO O| Dec 18 21:30:35.527 INFO O| Planning: Merging actions ... Done |
3848 | 2024-12-18T21:30:37.385Z | [ host-image] Dec 18 21:30:35.890 INFO O| Dec 18 21:30:35.890 INFO O| Planning: Checking for conflicting actions ... Done |
3849 | 2024-12-18T21:30:37.594Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3850 | 2024-12-18T21:30:37.748Z | [ host-image] Dec 18 21:30:36.252 INFO O| Dec 18 21:30:36.252 INFO O| Planning: Consolidating action changes ... Done |
3851 | 2024-12-18T21:30:38.243Z | [ host-image] Dec 18 21:30:36.747 INFO O| Dec 18 21:30:36.747 INFO O| Planning: Evaluating mediators ... Done |
3852 | 2024-12-18T21:30:40.564Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3853 | 2024-12-18T21:30:44.156Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3854 | 2024-12-18T21:30:44.792Z | [ host-image] Dec 18 21:30:43.293 INFO O| Dec 18 21:30:43.293 INFO O| Planning: Planning completed in 162.17 seconds |
3855 | 2024-12-18T21:30:44.797Z | [ host-image] Dec 18 21:30:43.300 INFO O| Dec 18 21:30:43.300 INFO O| Packages to install: 124 |
3856 | 2024-12-18T21:30:44.800Z | [ host-image] Dec 18 21:30:43.300 INFO O| Dec 18 21:30:43.300 INFO O| Mediators to change: 4 |
3857 | 2024-12-18T21:30:44.800Z | [ host-image] Dec 18 21:30:43.300 INFO O| Dec 18 21:30:43.300 INFO O| Services to change: 6 |
3858 | 2024-12-18T21:30:44.926Z | [ host-image] Dec 18 21:30:43.429 INFO O| Dec 18 21:30:43.428 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete |
3859 | 2024-12-18T21:30:49.251Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3860 | 2024-12-18T21:30:49.952Z | [ host-image] Dec 18 21:30:48.454 INFO O| Dec 18 21:30:48.453 INFO O| Download: 1277/22788 items 7.3/199.7MB 3% complete (1.5M/s) |
3861 | 2024-12-18T21:30:55.054Z | [ host-image] Dec 18 21:30:53.555 INFO O| Dec 18 21:30:53.555 INFO O| Download: 1805/22788 items 16.0/199.7MB 8% complete (1.6M/s) |
3862 | 2024-12-18T21:30:55.762Z | [ recovery-image] Dec 18 21:30:54.262 INFO O| Dec 18 21:30:54.262 INFO O| Planning: Running solver ... Done |
3863 | 2024-12-18T21:30:56.466Z | [ recovery-image] Dec 18 21:30:54.966 INFO O| Dec 18 21:30:54.966 INFO O| Planning: Finding local manifests ... Done |
3864 | 2024-12-18T21:30:56.484Z | [ recovery-image] Dec 18 21:30:54.984 INFO O| Dec 18 21:30:54.984 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3865 | 2024-12-18T21:31:00.073Z | [ host-image] Dec 18 21:30:58.570 INFO O| Dec 18 21:30:58.570 INFO O| Download: 2405/22788 items 28.0/199.7MB 14% complete (2.1M/s) |
3866 | 2024-12-18T21:31:03.437Z | [ recovery-image] Dec 18 21:31:01.935 INFO O| Dec 18 21:31:01.935 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3867 | 2024-12-18T21:31:04.733Z | [ recovery-image] Dec 18 21:31:03.231 INFO O| Dec 18 21:31:03.231 INFO O| Planning: Package planning ... Done |
3868 | 2024-12-18T21:31:05.079Z | [ host-image] Dec 18 21:31:03.577 INFO O| Dec 18 21:31:03.577 INFO O| Download: 3614/22788 items 37.4/199.7MB 18% complete (2.1M/s) |
3869 | 2024-12-18T21:31:05.581Z | [ recovery-image] Dec 18 21:31:04.078 INFO O| Dec 18 21:31:04.078 INFO O| Planning: Merging actions ... Done |
3870 | 2024-12-18T21:31:05.769Z | [ recovery-image] Dec 18 21:31:04.266 INFO O| Dec 18 21:31:04.266 INFO O| Planning: Checking for conflicting actions ... Done |
3871 | 2024-12-18T21:31:05.925Z | [ recovery-image] Dec 18 21:31:04.422 INFO O| Dec 18 21:31:04.422 INFO O| Planning: Consolidating action changes ... Done |
3872 | 2024-12-18T21:31:06.384Z | [ recovery-image] Dec 18 21:31:04.881 INFO O| Dec 18 21:31:04.881 INFO O| Planning: Evaluating mediators ... Done |
3873 | 2024-12-18T21:31:10.128Z | [ host-image] Dec 18 21:31:08.625 INFO O| Dec 18 21:31:08.625 INFO O| Download: 4635/22788 items 43.0/199.7MB 21% complete (1.5M/s) |
3874 | 2024-12-18T21:31:12.361Z | [ recovery-image] Dec 18 21:31:10.857 INFO O| Dec 18 21:31:10.857 INFO O| Planning: Planning completed in 161.67 seconds |
3875 | 2024-12-18T21:31:12.369Z | [ recovery-image] Dec 18 21:31:10.865 INFO O| Dec 18 21:31:10.865 INFO O| Packages to install: 124 |
3876 | 2024-12-18T21:31:12.369Z | [ recovery-image] Dec 18 21:31:10.865 INFO O| Dec 18 21:31:10.865 INFO O| Mediators to change: 4 |
3877 | 2024-12-18T21:31:12.371Z | [ recovery-image] Dec 18 21:31:10.865 INFO O| Dec 18 21:31:10.865 INFO O| Services to change: 5 |
3878 | 2024-12-18T21:31:12.447Z | [ recovery-image] Dec 18 21:31:10.943 INFO O| Dec 18 21:31:10.943 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete |
3879 | 2024-12-18T21:31:14.442Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3880 | 2024-12-18T21:31:15.137Z | [ host-image] Dec 18 21:31:13.629 INFO O| Dec 18 21:31:13.629 INFO O| Download: 5587/22788 items 46.2/199.7MB 23% complete (1015k/s) |
3881 | 2024-12-18T21:31:17.450Z | [ recovery-image] Dec 18 21:31:15.944 INFO O| Dec 18 21:31:15.944 INFO O| Download: 952/15862 items 7.4/176.4MB 4% complete (1.5M/s) |
3882 | 2024-12-18T21:31:20.145Z | [ host-image] Dec 18 21:31:18.640 INFO O| Dec 18 21:31:18.640 INFO O| Download: 6510/22788 items 46.7/199.7MB 23% complete (392k/s) |
3883 | 2024-12-18T21:31:21.288Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3884 | 2024-12-18T21:31:21.964Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3885 | 2024-12-18T21:31:22.520Z | [ recovery-image] Dec 18 21:31:21.014 INFO O| Dec 18 21:31:21.014 INFO O| Download: 1185/15862 items 14.6/176.4MB 8% complete (1.4M/s) |
3886 | 2024-12-18T21:31:22.618Z | [verify-libraries] Compiling termios v0.3.3 |
3887 | 2024-12-18T21:31:22.963Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3888 | 2024-12-18T21:31:25.147Z | [ host-image] Dec 18 21:31:23.640 INFO O| Dec 18 21:31:23.640 INFO O| Download: 7086/22788 items 56.3/199.7MB 28% complete (1012k/s) |
3889 | 2024-12-18T21:31:27.694Z | [ recovery-image] Dec 18 21:31:26.186 INFO O| Dec 18 21:31:26.186 INFO O| Download: 1608/15862 items 25.0/176.4MB 14% complete (1.8M/s) |
3890 | 2024-12-18T21:31:30.181Z | [ host-image] Dec 18 21:31:28.673 INFO O| Dec 18 21:31:28.672 INFO O| Download: 8077/22788 items 60.4/199.7MB 30% complete (1.4M/s) |
3891 | 2024-12-18T21:31:32.713Z | [ recovery-image] Dec 18 21:31:31.204 INFO O| Dec 18 21:31:31.204 INFO O| Download: 2523/15862 items 31.5/176.4MB 17% complete (1.6M/s) |
3892 | 2024-12-18T21:31:35.327Z | [ host-image] Dec 18 21:31:33.818 INFO O| Dec 18 21:31:33.818 INFO O| Download: 8375/22788 items 69.1/199.7MB 34% complete (1.6M/s) |
3893 | 2024-12-18T21:31:37.719Z | [ recovery-image] Dec 18 21:31:36.209 INFO O| Dec 18 21:31:36.209 INFO O| Download: 3471/15862 items 38.3/176.4MB 21% complete (1.3M/s) |
3894 | 2024-12-18T21:31:40.329Z | [ host-image] Dec 18 21:31:38.818 INFO O| Dec 18 21:31:38.818 INFO O| Download: 9389/22788 items 81.5/199.7MB 40% complete (2.1M/s) |
3895 | 2024-12-18T21:31:42.734Z | [ recovery-image] Dec 18 21:31:41.223 INFO O| Dec 18 21:31:41.223 INFO O| Download: 3794/15862 items 42.3/176.4MB 23% complete (1.1M/s) |
3896 | 2024-12-18T21:31:45.388Z | [ host-image] Dec 18 21:31:43.877 INFO O| Dec 18 21:31:43.877 INFO O| Download: 10408/22788 items 88.0/199.7MB 44% complete (1.9M/s) |
3897 | 2024-12-18T21:31:47.853Z | [ recovery-image] Dec 18 21:31:46.338 INFO O| Dec 18 21:31:46.338 INFO O| Download: 4803/15862 items 43.0/176.4MB 24% complete (496k/s) |
3898 | 2024-12-18T21:31:48.640Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3899 | 2024-12-18T21:31:50.396Z | [ host-image] Dec 18 21:31:48.883 INFO O| Dec 18 21:31:48.883 INFO O| Download: 10887/22788 items 90.4/199.7MB 45% complete (897k/s) |
3900 | 2024-12-18T21:31:53.185Z | [ recovery-image] Dec 18 21:31:51.672 INFO O| Dec 18 21:31:51.672 INFO O| Download: 5699/15862 items 45.3/176.4MB 25% complete (277k/s) |
3901 | 2024-12-18T21:31:55.398Z | [ host-image] Dec 18 21:31:53.884 INFO O| Dec 18 21:31:53.883 INFO O| Download: 11652/22788 items 96.3/199.7MB 48% complete (854k/s) |
3902 | 2024-12-18T21:31:58.683Z | [ recovery-image] Dec 18 21:31:57.168 INFO O| Dec 18 21:31:57.168 INFO O| Download: 5947/15862 items 53.6/176.4MB 30% complete (1.0M/s) |
3903 | 2024-12-18T21:32:00.400Z | [ host-image] Dec 18 21:31:58.886 INFO O| Dec 18 21:31:58.885 INFO O| Download: 12246/22788 items 109.4/199.7MB 54% complete (1.9M/s) |
3904 | 2024-12-18T21:32:00.769Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3905 | 2024-12-18T21:32:03.709Z | [ recovery-image] Dec 18 21:32:02.193 INFO O| Dec 18 21:32:02.193 INFO O| Download: 6891/15862 items 67.9/176.4MB 38% complete (2.3M/s) |
3906 | 2024-12-18T21:32:05.403Z | [ host-image] Dec 18 21:32:03.887 INFO O| Dec 18 21:32:03.887 INFO O| Download: 12878/22788 items 109.8/199.7MB 54% complete (1.3M/s) |
3907 | 2024-12-18T21:32:08.720Z | [ recovery-image] Dec 18 21:32:07.203 INFO O| Dec 18 21:32:07.203 INFO O| Download: 7622/15862 items 73.7/176.4MB 41% complete (2.0M/s) |
3908 | 2024-12-18T21:32:10.404Z | [ host-image] Dec 18 21:32:08.887 INFO O| Dec 18 21:32:08.887 INFO O| Download: 13890/22788 items 110.3/199.7MB 55% complete (98.8k/s) |
3909 | 2024-12-18T21:32:13.742Z | [ recovery-image] Dec 18 21:32:12.224 INFO O| Dec 18 21:32:12.223 INFO O| Download: 7896/15862 items 76.7/176.4MB 43% complete (1.0M/s) |
3910 | 2024-12-18T21:32:15.436Z | [ host-image] Dec 18 21:32:13.917 INFO O| Dec 18 21:32:13.917 INFO O| Download: 14528/22788 items 116.7/199.7MB 58% complete (692k/s) |
3911 | 2024-12-18T21:32:18.752Z | [ recovery-image] Dec 18 21:32:17.232 INFO O| Dec 18 21:32:17.232 INFO O| Download: 8656/15862 items 81.5/176.4MB 46% complete (744k/s) |
3912 | 2024-12-18T21:32:20.438Z | [ host-image] Dec 18 21:32:18.918 INFO O| Dec 18 21:32:18.918 INFO O| Download: 15551/22788 items 125.5/199.7MB 62% complete (1.5M/s) |
3913 | 2024-12-18T21:32:23.765Z | [ recovery-image] Dec 18 21:32:22.245 INFO O| Dec 18 21:32:22.245 INFO O| Download: 9162/15862 items 92.8/176.4MB 52% complete (1.6M/s) |
3914 | 2024-12-18T21:32:25.442Z | [ host-image] Dec 18 21:32:23.921 INFO O| Dec 18 21:32:23.921 INFO O| Download: 16307/22788 items 133.7/199.7MB 66% complete (1.7M/s) |
3915 | 2024-12-18T21:32:28.989Z | [ recovery-image] Dec 18 21:32:27.467 INFO O| Dec 18 21:32:27.467 INFO O| Download: 9979/15862 items 93.2/176.4MB 52% complete (1.2M/s) |
3916 | 2024-12-18T21:32:30.445Z | [ host-image] Dec 18 21:32:28.923 INFO O| Dec 18 21:32:28.923 INFO O| Download: 17302/22788 items 138.5/199.7MB 69% complete (1.3M/s) |
3917 | 2024-12-18T21:32:34.208Z | [ recovery-image] Dec 18 21:32:32.685 INFO O| Dec 18 21:32:32.685 INFO O| Download: 10910/15862 items 93.9/176.4MB 53% complete (110k/s) |
3918 | 2024-12-18T21:32:35.645Z | [ host-image] Dec 18 21:32:34.121 INFO O| Dec 18 21:32:34.121 INFO O| Download: 17955/22788 items 161.0/199.7MB 80% complete (2.6M/s) |
3919 | 2024-12-18T21:32:39.276Z | [ recovery-image] Dec 18 21:32:37.752 INFO O| Dec 18 21:32:37.752 INFO O| Download: 11080/15862 items 99.2/176.4MB 56% complete (526k/s) |
3920 | 2024-12-18T21:32:40.651Z | [ host-image] Dec 18 21:32:39.127 INFO O| Dec 18 21:32:39.127 INFO O| Download: 19008/22788 items 166.0/199.7MB 83% complete (2.7M/s) |
3921 | 2024-12-18T21:32:44.295Z | [ recovery-image] Dec 18 21:32:42.770 INFO O| Dec 18 21:32:42.770 INFO O| Download: 11544/15862 items 112.3/176.4MB 63% complete (1.8M/s) |
3922 | 2024-12-18T21:32:45.655Z | [ host-image] Dec 18 21:32:44.130 INFO O| Dec 18 21:32:44.130 INFO O| Download: 20039/22788 items 170.5/199.7MB 85% complete (1.1M/s) |
3923 | 2024-12-18T21:32:50.013Z | [ recovery-image] Dec 18 21:32:48.487 INFO O| Dec 18 21:32:48.486 INFO O| Download: 12017/15862 items 140.1/176.4MB 79% complete (4.2M/s) |
3924 | 2024-12-18T21:32:50.712Z | [ host-image] Dec 18 21:32:49.185 INFO O| Dec 18 21:32:49.185 INFO O| Download: 20927/22788 items 178.7/199.7MB 89% complete (1.3M/s) |
3925 | 2024-12-18T21:32:55.751Z | [ host-image] Dec 18 21:32:54.223 INFO O| Dec 18 21:32:54.223 INFO O| Download: 21707/22788 items 183.7/199.7MB 91% complete (1.3M/s) |
3926 | 2024-12-18T21:32:55.913Z | [ recovery-image] Dec 18 21:32:54.385 INFO O| Dec 18 21:32:54.385 INFO O| Download: 13020/15862 items 144.1/176.4MB 81% complete (3.1M/s) |
3927 | 2024-12-18T21:33:00.961Z | [ host-image] Dec 18 21:32:59.432 INFO O| Dec 18 21:32:59.432 INFO O| Download: 22074/22788 items 192.8/199.7MB 96% complete (1.5M/s) |
3928 | 2024-12-18T21:33:01.217Z | [ recovery-image] Dec 18 21:32:59.688 INFO O| Dec 18 21:32:59.688 INFO O| Download: 14066/15862 items 148.6/176.4MB 84% complete (796k/s) |
3929 | 2024-12-18T21:33:05.194Z | [ host-image] Dec 18 21:33:03.647 INFO O| Dec 18 21:33:03.647 INFO O| Download: Completed 199.66 MB in 140.20 seconds (1.4M/s) |
3930 | 2024-12-18T21:33:06.219Z | [ recovery-image] Dec 18 21:33:04.688 INFO O| Dec 18 21:33:04.688 INFO O| Download: 14746/15862 items 156.1/176.4MB 88% complete (1.1M/s) |
3931 | 2024-12-18T21:33:06.756Z | [ host-image] Dec 18 21:33:05.188 INFO O| Dec 18 21:33:05.188 INFO O| Actions: 1/49485 actions (Installing new actions) |
3932 | 2024-12-18T21:33:11.247Z | [ recovery-image] Dec 18 21:33:09.715 INFO O| Dec 18 21:33:09.715 INFO O| Download: 15482/15862 items 167.9/176.4MB 95% complete (1.8M/s) |
3933 | 2024-12-18T21:33:11.721Z | [ host-image] Dec 18 21:33:10.190 INFO O| Dec 18 21:33:10.189 INFO O| Actions: 9832/49485 actions (Installing new actions) |
3934 | 2024-12-18T21:33:16.054Z | [ recovery-image] Dec 18 21:33:14.522 INFO O| Dec 18 21:33:14.522 INFO O| Download: Completed 176.39 MB in 123.58 seconds (1.4M/s) |
3935 | 2024-12-18T21:33:16.723Z | [ host-image] Dec 18 21:33:15.190 INFO O| Dec 18 21:33:15.190 INFO O| Actions: 15729/49485 actions (Installing new actions) |
3936 | 2024-12-18T21:33:17.398Z | [ recovery-image] Dec 18 21:33:15.865 INFO O| Dec 18 21:33:15.865 INFO O| Actions: 1/25028 actions (Installing new actions) |
3937 | 2024-12-18T21:33:21.752Z | [ host-image] Dec 18 21:33:20.218 INFO O| Dec 18 21:33:20.218 INFO O| Actions: 22570/49485 actions (Installing new actions) |
3938 | 2024-12-18T21:33:22.399Z | [ recovery-image] Dec 18 21:33:20.865 INFO O| Dec 18 21:33:20.865 INFO O| Actions: 7639/25028 actions (Installing new actions) |
3939 | 2024-12-18T21:33:26.775Z | [ host-image] Dec 18 21:33:25.240 INFO O| Dec 18 21:33:25.240 INFO O| Actions: 37812/49485 actions (Installing new actions) |
3940 | 2024-12-18T21:33:27.402Z | [ recovery-image] Dec 18 21:33:25.865 INFO O| Dec 18 21:33:25.865 INFO O| Actions: 12215/25028 actions (Installing new actions) |
3941 | 2024-12-18T21:33:30.985Z | [ host-image] Dec 18 21:33:29.447 INFO O| Dec 18 21:33:29.447 INFO O| Actions: Completed 49485 actions in 24.25 seconds. |
3942 | 2024-12-18T21:33:31.830Z | [ host-image] Dec 18 21:33:30.294 INFO O| Dec 18 21:33:30.294 INFO O| Done |
3943 | 2024-12-18T21:33:31.830Z | [ host-image] Dec 18 21:33:30.294 INFO O| Dec 18 21:33:30.294 INFO O| Done |
3944 | 2024-12-18T21:33:32.403Z | [ recovery-image] Dec 18 21:33:30.867 INFO O| Dec 18 21:33:30.867 INFO O| Actions: 18485/25028 actions (Installing new actions) |
3945 | 2024-12-18T21:33:33.494Z | [ host-image] Dec 18 21:33:31.957 INFO O| Dec 18 21:33:31.957 INFO O| Done |
3946 | 2024-12-18T21:33:36.312Z | [ host-image] Dec 18 21:33:34.774 INFO O| Dec 18 21:33:34.774 INFO O| Done |
3947 | 2024-12-18T21:33:36.386Z | [ host-image] Dec 18 21:33:34.848 INFO O| Dec 18 21:33:34.848 INFO O| Done |
3948 | 2024-12-18T21:33:36.546Z | [ recovery-image] Dec 18 21:33:35.008 INFO O| Dec 18 21:33:35.008 INFO O| Actions: Completed 25028 actions in 19.14 seconds. |
3949 | 2024-12-18T21:33:37.292Z | [ recovery-image] Dec 18 21:33:35.754 INFO O| Dec 18 21:33:35.753 INFO O| Done |
3950 | 2024-12-18T21:33:37.292Z | [ recovery-image] Dec 18 21:33:35.754 INFO O| Dec 18 21:33:35.754 INFO O| Done |
3951 | 2024-12-18T21:33:38.896Z | [ recovery-image] Dec 18 21:33:37.357 INFO O| Dec 18 21:33:37.357 INFO O| Done |
3952 | 2024-12-18T21:33:40.924Z | [ recovery-image] Dec 18 21:33:39.385 INFO O| Dec 18 21:33:39.385 INFO O| Done |
3953 | 2024-12-18T21:33:40.956Z | [ recovery-image] Dec 18 21:33:39.418 INFO O| Dec 18 21:33:39.418 INFO O| Done |
3954 | 2024-12-18T21:33:44.307Z | [ host-image] Dec 18 21:33:42.768 INFO O| Dec 18 21:33:42.768 INFO O| Done |
3955 | 2024-12-18T21:33:45.393Z | [ host-image] Dec 18 21:33:43.854 INFO O| Dec 18 21:33:43.854 INFO O| Done |
3956 | 2024-12-18T21:33:45.954Z | [ recovery-image] Dec 18 21:33:44.414 INFO O| Dec 18 21:33:44.414 INFO O| Done |
3957 | 2024-12-18T21:33:46.304Z | [ host-image] Dec 18 21:33:44.765 INFO O| Dec 18 21:33:44.764 INFO STEP 11 (pkg_install) COMPLETE |
3958 | 2024-12-18T21:33:46.304Z | [ host-image] Dec 18 21:33:44.765 INFO O| Dec 18 21:33:44.764 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3959 | 2024-12-18T21:33:46.356Z | [ host-image] Dec 18 21:33:44.816 INFO O| Dec 18 21:33:44.816 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"] |
3960 | 2024-12-18T21:33:46.705Z | [ recovery-image] Dec 18 21:33:45.165 INFO O| Dec 18 21:33:45.165 INFO O| Done |
3961 | 2024-12-18T21:33:47.276Z | [ recovery-image] Dec 18 21:33:45.736 INFO O| Dec 18 21:33:45.736 INFO STEP 11 (pkg_install) COMPLETE |
3962 | 2024-12-18T21:33:47.276Z | [ recovery-image] Dec 18 21:33:45.736 INFO O| Dec 18 21:33:45.736 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3963 | 2024-12-18T21:33:47.279Z | [ recovery-image] Dec 18 21:33:45.736 INFO O| Dec 18 21:33:45.736 INFO skip step because feature "recovery" is enabled |
3964 | 2024-12-18T21:33:47.279Z | [ recovery-image] Dec 18 21:33:45.736 INFO O| Dec 18 21:33:45.736 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3965 | 2024-12-18T21:33:47.279Z | [ recovery-image] Dec 18 21:33:45.736 INFO O| Dec 18 21:33:45.736 INFO skip step because feature "omicron1" is not enabled |
3966 | 2024-12-18T21:33:47.279Z | [ recovery-image] Dec 18 21:33:45.736 INFO O| Dec 18 21:33:45.736 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3967 | 2024-12-18T21:33:47.297Z | [ recovery-image] Dec 18 21:33:45.757 INFO O| Dec 18 21:33:45.757 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
3968 | 2024-12-18T21:33:49.746Z | [ recovery-image] Dec 18 21:33:48.205 INFO O| Dec 18 21:33:48.205 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3969 | 2024-12-18T21:33:49.814Z | [ host-image] Dec 18 21:33:48.273 INFO O| Dec 18 21:33:48.273 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3970 | 2024-12-18T21:33:54.244Z | [ recovery-image] Dec 18 21:33:52.702 INFO O| Dec 18 21:33:52.702 INFO O| Planning: Solver setup ... Done |
3971 | 2024-12-18T21:33:54.251Z | [ recovery-image] Dec 18 21:33:52.710 INFO O| Dec 18 21:33:52.710 INFO O| Planning: Running solver ... Done |
3972 | 2024-12-18T21:33:54.360Z | [ recovery-image] Dec 18 21:33:52.818 INFO O| Dec 18 21:33:52.818 INFO O| Planning: Finding local manifests ... Done |
3973 | 2024-12-18T21:33:54.363Z | [ recovery-image] Dec 18 21:33:52.819 INFO O| Dec 18 21:33:52.819 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3974 | 2024-12-18T21:33:54.608Z | [ recovery-image] Dec 18 21:33:53.066 INFO O| Dec 18 21:33:53.066 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3975 | 2024-12-18T21:33:54.682Z | [ recovery-image] Dec 18 21:33:53.140 INFO O| Dec 18 21:33:53.140 INFO O| Planning: Package planning ... Done |
3976 | 2024-12-18T21:33:54.685Z | [ recovery-image] Dec 18 21:33:53.141 INFO O| Dec 18 21:33:53.141 INFO O| Planning: Merging actions ... Done |
3977 | 2024-12-18T21:33:54.688Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3978 | 2024-12-18T21:33:54.741Z | [ recovery-image] Dec 18 21:33:53.200 INFO O| Dec 18 21:33:53.200 INFO O| Planning: Checking for conflicting actions ... Done |
3979 | 2024-12-18T21:33:54.744Z | [ recovery-image] Dec 18 21:33:53.200 INFO O| Dec 18 21:33:53.200 INFO O| Planning: Consolidating action changes ... Done |
3980 | 2024-12-18T21:33:55.195Z | [ recovery-image] Dec 18 21:33:53.654 INFO O| Dec 18 21:33:53.654 INFO O| Planning: Evaluating mediators ... Done |
3981 | 2024-12-18T21:33:55.198Z | [ recovery-image] Dec 18 21:33:53.654 INFO O| Dec 18 21:33:53.654 INFO O| Planning: Planning completed in 5.45 seconds |
3982 | 2024-12-18T21:33:55.198Z | [ recovery-image] Dec 18 21:33:53.657 INFO O| Dec 18 21:33:53.657 INFO O| Packages to install: 1 |
3983 | 2024-12-18T21:33:55.216Z | [ recovery-image] Dec 18 21:33:53.675 INFO O| Dec 18 21:33:53.675 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
3984 | 2024-12-18T21:33:55.328Z | [ host-image] Dec 18 21:33:53.786 INFO O| Dec 18 21:33:53.786 INFO O| Planning: Solver setup ... Done |
3985 | 2024-12-18T21:33:55.335Z | [ host-image] Dec 18 21:33:53.793 INFO O| Dec 18 21:33:53.793 INFO O| Planning: Running solver ... Done |
3986 | 2024-12-18T21:33:55.513Z | [ host-image] Dec 18 21:33:53.971 INFO O| Dec 18 21:33:53.971 INFO O| Planning: Finding local manifests ... Done |
3987 | 2024-12-18T21:33:55.516Z | [ host-image] Dec 18 21:33:53.973 INFO O| Dec 18 21:33:53.973 INFO O| Planning: Fetching manifests: 0/5 0% complete |
3988 | 2024-12-18T21:33:55.520Z | [ recovery-image] Dec 18 21:33:53.979 INFO O| Dec 18 21:33:53.979 INFO O| Download: Completed 9.99 MB in 0.30 seconds (32.9M/s) |
3989 | 2024-12-18T21:33:55.604Z | [ recovery-image] Dec 18 21:33:54.062 INFO O| Dec 18 21:33:54.062 INFO O| Actions: 1/22 actions (Installing new actions) |
3990 | 2024-12-18T21:33:55.766Z | [ host-image] Dec 18 21:33:54.224 INFO O| Dec 18 21:33:54.224 INFO O| Planning: Fetching manifests: 5/5 100% complete |
3991 | 2024-12-18T21:33:56.018Z | [ host-image] Dec 18 21:33:54.264 INFO O| Dec 18 21:33:54.264 INFO O| Planning: Package planning ... Done |
3992 | 2024-12-18T21:33:56.024Z | [ host-image] Dec 18 21:33:54.270 INFO O| Dec 18 21:33:54.270 INFO O| Planning: Merging actions ... Done |
3993 | 2024-12-18T21:33:56.024Z | [ host-image] Dec 18 21:33:54.451 INFO O| Dec 18 21:33:54.451 INFO O| Planning: Checking for conflicting actions ... Done |
3994 | 2024-12-18T21:33:56.024Z | [ host-image] Dec 18 21:33:54.453 INFO O| Dec 18 21:33:54.453 INFO O| Planning: Consolidating action changes ... Done |
3995 | 2024-12-18T21:33:56.024Z | [ recovery-image] Dec 18 21:33:54.457 INFO O| Dec 18 21:33:54.457 INFO O| Actions: Completed 22 actions in 0.40 seconds. |
3996 | 2024-12-18T21:33:56.535Z | [ recovery-image] Dec 18 21:33:54.993 INFO O| Dec 18 21:33:54.992 INFO O| Done |
3997 | 2024-12-18T21:33:56.542Z | [ recovery-image] Dec 18 21:33:54.993 INFO O| Dec 18 21:33:54.992 INFO O| Done |
3998 | 2024-12-18T21:33:56.636Z | [ host-image] Dec 18 21:33:55.093 INFO O| Dec 18 21:33:55.093 INFO O| Planning: Evaluating mediators ... Done |
3999 | 2024-12-18T21:33:56.639Z | [ host-image] Dec 18 21:33:55.095 INFO O| Dec 18 21:33:55.095 INFO O| Planning: Planning completed in 6.82 seconds |
4000 | 2024-12-18T21:33:56.642Z | [ host-image] Dec 18 21:33:55.098 INFO O| Dec 18 21:33:55.098 INFO O| Packages to install: 5 |
4001 | 2024-12-18T21:33:56.642Z | [ host-image] Dec 18 21:33:55.098 INFO O| Dec 18 21:33:55.098 INFO O| Services to change: 2 |
4002 | 2024-12-18T21:33:56.661Z | [ host-image] Dec 18 21:33:55.119 INFO O| Dec 18 21:33:55.119 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
4003 | 2024-12-18T21:33:57.832Z | [ recovery-image] Dec 18 21:33:56.289 INFO O| Dec 18 21:33:56.289 INFO O| Done |
4004 | 2024-12-18T21:33:57.890Z | [ host-image] Dec 18 21:33:56.348 INFO O| Dec 18 21:33:56.348 INFO O| Download: Completed 1.45 MB in 1.23 seconds (1.2M/s) |
4005 | 2024-12-18T21:33:58.010Z | [ host-image] Dec 18 21:33:56.467 INFO O| Dec 18 21:33:56.467 INFO O| Actions: 1/305 actions (Installing new actions) |
4006 | 2024-12-18T21:33:58.239Z | [ host-image] Dec 18 21:33:56.697 INFO O| Dec 18 21:33:56.697 INFO O| Actions: Completed 305 actions in 0.23 seconds. |
4007 | 2024-12-18T21:33:58.885Z | [ host-image] Dec 18 21:33:57.342 INFO O| Dec 18 21:33:57.342 INFO O| Done |
4008 | 2024-12-18T21:33:58.885Z | [ host-image] Dec 18 21:33:57.342 INFO O| Dec 18 21:33:57.342 INFO O| Done |
4009 | 2024-12-18T21:33:59.979Z | [ recovery-image] Dec 18 21:33:58.436 INFO O| Dec 18 21:33:58.435 INFO O| Done |
4010 | 2024-12-18T21:34:00.022Z | [ recovery-image] Dec 18 21:33:58.478 INFO O| Dec 18 21:33:58.478 INFO O| Done |
4011 | 2024-12-18T21:34:00.022Z | [ recovery-image] Dec 18 21:33:58.479 INFO O| Dec 18 21:33:58.479 INFO O| Done |
4012 | 2024-12-18T21:34:00.039Z | [ recovery-image] Dec 18 21:33:58.496 INFO O| Dec 18 21:33:58.496 INFO O| Done |
4013 | 2024-12-18T21:34:00.220Z | [ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO STEP 14 (pkg_install) COMPLETE |
4014 | 2024-12-18T21:34:00.220Z | [ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4015 | 2024-12-18T21:34:00.223Z | [ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO skip step because feature "mfg" is not enabled |
4016 | 2024-12-18T21:34:00.223Z | [ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4017 | 2024-12-18T21:34:00.223Z | [ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO skip step because feature "compliance" is not enabled |
4018 | 2024-12-18T21:34:00.223Z | [ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4019 | 2024-12-18T21:34:00.223Z | [ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO skip step because feature "stress" is not enabled |
4020 | 2024-12-18T21:34:00.223Z | [ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4021 | 2024-12-18T21:34:00.223Z | [ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO skip step because feature "nfs" is not enabled |
4022 | 2024-12-18T21:34:00.224Z | [ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4023 | 2024-12-18T21:34:00.224Z | [ recovery-image] Dec 18 21:33:58.677 INFO O| Dec 18 21:33:58.677 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4024 | 2024-12-18T21:34:00.281Z | [ host-image] Dec 18 21:33:58.738 INFO O| Dec 18 21:33:58.738 INFO O| Done |
4025 | 2024-12-18T21:34:00.325Z | [ recovery-image] Dec 18 21:33:58.782 INFO O| Dec 18 21:33:58.782 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4026 | 2024-12-18T21:34:00.481Z | [ recovery-image] Dec 18 21:33:58.938 INFO O| Dec 18 21:33:58.938 INFO completed processing gimlet/ramdisk-01-os |
4027 | 2024-12-18T21:34:00.484Z | [ recovery-image] Dec 18 21:33:58.941 INFO image builder template: ramdisk-02-trim... |
4028 | 2024-12-18T21:34:00.484Z | [ recovery-image] Dec 18 21:33:58.941 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/.tmpofmGFj/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None |
4029 | 2024-12-18T21:34:00.530Z | [ recovery-image] Dec 18 21:33:58.987 INFO O| Dec 18 21:33:58.987 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4030 | 2024-12-18T21:34:00.553Z | [ recovery-image] Dec 18 21:33:59.009 INFO O| Dec 18 21:33:59.009 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4031 | 2024-12-18T21:34:00.845Z | [ recovery-image] Dec 18 21:33:59.301 INFO O| Dec 18 21:33:59.301 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4032 | 2024-12-18T21:34:00.953Z | [ recovery-image] Dec 18 21:33:59.410 INFO O| Dec 18 21:33:59.410 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4033 | 2024-12-18T21:34:00.956Z | [ recovery-image] Dec 18 21:33:59.410 INFO O| Dec 18 21:33:59.410 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4034 | 2024-12-18T21:34:00.965Z | [ recovery-image] Dec 18 21:33:59.421 INFO O| Dec 18 21:33:59.421 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4035 | 2024-12-18T21:34:00.972Z | [ recovery-image] Dec 18 21:33:59.429 INFO O| Dec 18 21:33:59.429 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4036 | 2024-12-18T21:34:00.982Z | [ recovery-image] Dec 18 21:33:59.438 INFO O| Dec 18 21:33:59.438 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4037 | 2024-12-18T21:34:01.285Z | [ recovery-image] Dec 18 21:33:59.741 INFO O| Dec 18 21:33:59.741 INFO rolled back to input snapshot; work may begin |
4038 | 2024-12-18T21:34:01.288Z | [ recovery-image] Dec 18 21:33:59.741 INFO O| Dec 18 21:33:59.741 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4039 | 2024-12-18T21:34:01.310Z | [ recovery-image] Dec 18 21:33:59.767 INFO O| Dec 18 21:33:59.767 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4040 | 2024-12-18T21:34:01.332Z | [ recovery-image] Dec 18 21:33:59.789 INFO O| Dec 18 21:33:59.788 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4041 | 2024-12-18T21:34:01.443Z | [ recovery-image] Dec 18 21:33:59.900 INFO O| Dec 18 21:33:59.899 INFO STEP 0 (remove_files) COMPLETE |
4042 | 2024-12-18T21:34:01.443Z | [ recovery-image] Dec 18 21:33:59.900 INFO O| Dec 18 21:33:59.899 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4043 | 2024-12-18T21:34:01.476Z | [ recovery-image] Dec 18 21:33:59.932 INFO O| Dec 18 21:33:59.932 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4044 | 2024-12-18T21:34:01.479Z | [ recovery-image] Dec 18 21:33:59.935 INFO O| Dec 18 21:33:59.935 INFO STEP 1 (remove_files) COMPLETE |
4045 | 2024-12-18T21:34:01.479Z | [ recovery-image] Dec 18 21:33:59.935 INFO O| Dec 18 21:33:59.935 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4046 | 2024-12-18T21:34:01.496Z | [ recovery-image] Dec 18 21:33:59.953 INFO O| Dec 18 21:33:59.953 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4047 | 2024-12-18T21:34:01.562Z | [ recovery-image] Dec 18 21:34:00.018 INFO O| Dec 18 21:34:00.018 INFO STEP 2 (remove_files) COMPLETE |
4048 | 2024-12-18T21:34:01.562Z | [ recovery-image] Dec 18 21:34:00.018 INFO O| Dec 18 21:34:00.018 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4049 | 2024-12-18T21:34:01.623Z | [ recovery-image] Dec 18 21:34:00.080 INFO O| Dec 18 21:34:00.080 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4050 | 2024-12-18T21:34:01.627Z | [ recovery-image] Dec 18 21:34:00.083 INFO O| Dec 18 21:34:00.083 INFO STEP 3 (remove_files) COMPLETE |
4051 | 2024-12-18T21:34:01.627Z | [ recovery-image] Dec 18 21:34:00.083 INFO O| Dec 18 21:34:00.083 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4052 | 2024-12-18T21:34:01.656Z | [ recovery-image] Dec 18 21:34:00.112 INFO O| Dec 18 21:34:00.112 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4053 | 2024-12-18T21:34:01.663Z | [ recovery-image] Dec 18 21:34:00.120 INFO O| Dec 18 21:34:00.119 INFO STEP 4 (remove_files) COMPLETE |
4054 | 2024-12-18T21:34:01.665Z | [ recovery-image] Dec 18 21:34:00.120 INFO O| Dec 18 21:34:00.120 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4055 | 2024-12-18T21:34:01.683Z | [ recovery-image] Dec 18 21:34:00.140 INFO O| Dec 18 21:34:00.140 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4056 | 2024-12-18T21:34:01.686Z | [ recovery-image] Dec 18 21:34:00.140 INFO O| Dec 18 21:34:00.140 INFO STEP 5 (remove_files) COMPLETE |
4057 | 2024-12-18T21:34:01.686Z | [ recovery-image] Dec 18 21:34:00.141 INFO O| Dec 18 21:34:00.140 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4058 | 2024-12-18T21:34:01.702Z | [ recovery-image] Dec 18 21:34:00.158 INFO O| Dec 18 21:34:00.158 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4059 | 2024-12-18T21:34:01.721Z | [ recovery-image] Dec 18 21:34:00.178 INFO O| Dec 18 21:34:00.177 INFO STEP 6 (remove_files) COMPLETE |
4060 | 2024-12-18T21:34:01.721Z | [ recovery-image] Dec 18 21:34:00.178 INFO O| Dec 18 21:34:00.178 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4061 | 2024-12-18T21:34:01.724Z | [ recovery-image] Dec 18 21:34:00.178 INFO O| Dec 18 21:34:00.178 INFO skip step because feature "recovery" is enabled |
4062 | 2024-12-18T21:34:01.724Z | [ recovery-image] Dec 18 21:34:00.178 INFO O| Dec 18 21:34:00.178 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4063 | 2024-12-18T21:34:01.724Z | [ recovery-image] Dec 18 21:34:00.178 INFO O| Dec 18 21:34:00.178 INFO skip step because feature "recovery" is enabled |
4064 | 2024-12-18T21:34:01.724Z | [ recovery-image] Dec 18 21:34:00.178 INFO O| Dec 18 21:34:00.178 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4065 | 2024-12-18T21:34:01.724Z | [ recovery-image] Dec 18 21:34:00.178 INFO O| Dec 18 21:34:00.178 INFO skip step because feature "recovery" is enabled |
4066 | 2024-12-18T21:34:01.724Z | [ recovery-image] Dec 18 21:34:00.178 INFO O| Dec 18 21:34:00.178 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4067 | 2024-12-18T21:34:01.749Z | [ recovery-image] Dec 18 21:34:00.205 INFO O| Dec 18 21:34:00.205 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4068 | 2024-12-18T21:34:01.754Z | [ recovery-image] Dec 18 21:34:00.211 INFO O| Dec 18 21:34:00.211 INFO STEP 10 (remove_files) COMPLETE |
4069 | 2024-12-18T21:34:01.754Z | [ recovery-image] Dec 18 21:34:00.211 INFO O| Dec 18 21:34:00.211 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4070 | 2024-12-18T21:34:01.781Z | [ recovery-image] Dec 18 21:34:00.237 INFO O| Dec 18 21:34:00.237 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4071 | 2024-12-18T21:34:01.783Z | [ recovery-image] Dec 18 21:34:00.239 INFO O| Dec 18 21:34:00.238 INFO STEP 11 (remove_files) COMPLETE |
4072 | 2024-12-18T21:34:01.783Z | [ recovery-image] Dec 18 21:34:00.239 INFO O| Dec 18 21:34:00.238 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4073 | 2024-12-18T21:34:01.810Z | [ recovery-image] Dec 18 21:34:00.267 INFO O| Dec 18 21:34:00.267 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4074 | 2024-12-18T21:34:01.813Z | [ recovery-image] Dec 18 21:34:00.269 INFO O| Dec 18 21:34:00.269 INFO STEP 12 (remove_files) COMPLETE |
4075 | 2024-12-18T21:34:01.813Z | [ recovery-image] Dec 18 21:34:00.269 INFO O| Dec 18 21:34:00.269 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4076 | 2024-12-18T21:34:01.845Z | [ recovery-image] Dec 18 21:34:00.300 INFO O| Dec 18 21:34:00.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4077 | 2024-12-18T21:34:02.220Z | [ recovery-image] Dec 18 21:34:00.611 INFO O| Dec 18 21:34:00.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4078 | 2024-12-18T21:34:02.220Z | [ recovery-image] Dec 18 21:34:00.615 INFO O| Dec 18 21:34:00.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4079 | 2024-12-18T21:34:02.220Z | [ recovery-image] Dec 18 21:34:00.621 INFO O| Dec 18 21:34:00.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4080 | 2024-12-18T21:34:02.232Z | [ recovery-image] Dec 18 21:34:00.687 INFO O| Dec 18 21:34:00.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4081 | 2024-12-18T21:34:02.283Z | [ recovery-image] Dec 18 21:34:00.739 INFO O| Dec 18 21:34:00.739 INFO STEP 13 (remove_files) COMPLETE |
4082 | 2024-12-18T21:34:02.283Z | [ recovery-image] Dec 18 21:34:00.739 INFO O| Dec 18 21:34:00.739 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4083 | 2024-12-18T21:34:02.325Z | [ recovery-image] Dec 18 21:34:00.781 INFO O| Dec 18 21:34:00.781 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4084 | 2024-12-18T21:34:02.328Z | [ recovery-image] Dec 18 21:34:00.783 INFO O| Dec 18 21:34:00.783 INFO STEP 14 (remove_files) COMPLETE |
4085 | 2024-12-18T21:34:02.328Z | [ recovery-image] Dec 18 21:34:00.783 INFO O| Dec 18 21:34:00.783 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4086 | 2024-12-18T21:34:02.345Z | [ recovery-image] Dec 18 21:34:00.801 INFO O| Dec 18 21:34:00.801 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4087 | 2024-12-18T21:34:02.354Z | [ recovery-image] Dec 18 21:34:00.811 INFO O| Dec 18 21:34:00.810 INFO STEP 15 (remove_files) COMPLETE |
4088 | 2024-12-18T21:34:02.354Z | [ recovery-image] Dec 18 21:34:00.811 INFO O| Dec 18 21:34:00.811 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4089 | 2024-12-18T21:34:02.380Z | [ recovery-image] Dec 18 21:34:00.836 INFO O| Dec 18 21:34:00.836 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4090 | 2024-12-18T21:34:02.382Z | [ recovery-image] Dec 18 21:34:00.837 INFO O| Dec 18 21:34:00.837 INFO STEP 16 (remove_files) COMPLETE |
4091 | 2024-12-18T21:34:02.382Z | [ recovery-image] Dec 18 21:34:00.837 INFO O| Dec 18 21:34:00.837 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4092 | 2024-12-18T21:34:02.470Z | [ recovery-image] Dec 18 21:34:00.926 INFO O| Dec 18 21:34:00.926 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4093 | 2024-12-18T21:34:02.472Z | [ recovery-image] Dec 18 21:34:00.929 INFO O| Dec 18 21:34:00.929 INFO STEP 17 (remove_files) COMPLETE |
4094 | 2024-12-18T21:34:02.472Z | [ recovery-image] Dec 18 21:34:00.929 INFO O| Dec 18 21:34:00.929 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4095 | 2024-12-18T21:34:02.511Z | [ recovery-image] Dec 18 21:34:00.968 INFO O| Dec 18 21:34:00.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4096 | 2024-12-18T21:34:02.511Z | [ recovery-image] Dec 18 21:34:00.968 INFO O| Dec 18 21:34:00.968 INFO STEP 18 (remove_files) COMPLETE |
4097 | 2024-12-18T21:34:02.511Z | [ recovery-image] Dec 18 21:34:00.968 INFO O| Dec 18 21:34:00.968 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4098 | 2024-12-18T21:34:02.530Z | [ recovery-image] Dec 18 21:34:00.987 INFO O| Dec 18 21:34:00.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4099 | 2024-12-18T21:34:02.530Z | [ recovery-image] Dec 18 21:34:00.987 INFO O| Dec 18 21:34:00.987 INFO STEP 19 (remove_files) COMPLETE |
4100 | 2024-12-18T21:34:02.530Z | [ recovery-image] Dec 18 21:34:00.987 INFO O| Dec 18 21:34:00.987 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4101 | 2024-12-18T21:34:02.549Z | [ recovery-image] Dec 18 21:34:01.005 INFO O| Dec 18 21:34:01.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4102 | 2024-12-18T21:34:02.549Z | [ recovery-image] Dec 18 21:34:01.005 INFO O| Dec 18 21:34:01.005 INFO STEP 20 (remove_files) COMPLETE |
4103 | 2024-12-18T21:34:02.549Z | [ recovery-image] Dec 18 21:34:01.005 INFO O| Dec 18 21:34:01.005 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4104 | 2024-12-18T21:34:02.596Z | [ recovery-image] Dec 18 21:34:01.052 INFO O| Dec 18 21:34:01.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4105 | 2024-12-18T21:34:02.596Z | [ recovery-image] Dec 18 21:34:01.052 INFO O| Dec 18 21:34:01.052 INFO STEP 21 (remove_files) COMPLETE |
4106 | 2024-12-18T21:34:02.597Z | [ recovery-image] Dec 18 21:34:01.052 INFO O| Dec 18 21:34:01.052 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4107 | 2024-12-18T21:34:02.622Z | [ recovery-image] Dec 18 21:34:01.078 INFO O| Dec 18 21:34:01.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4108 | 2024-12-18T21:34:02.622Z | [ recovery-image] Dec 18 21:34:01.078 INFO O| Dec 18 21:34:01.078 INFO STEP 22 (remove_files) COMPLETE |
4109 | 2024-12-18T21:34:02.622Z | [ recovery-image] Dec 18 21:34:01.078 INFO O| Dec 18 21:34:01.078 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4110 | 2024-12-18T21:34:02.674Z | [ recovery-image] Dec 18 21:34:01.131 INFO O| Dec 18 21:34:01.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4111 | 2024-12-18T21:34:02.675Z | [ recovery-image] Dec 18 21:34:01.131 INFO O| Dec 18 21:34:01.131 INFO STEP 23 (remove_files) COMPLETE |
4112 | 2024-12-18T21:34:02.678Z | [ recovery-image] Dec 18 21:34:01.131 INFO O| Dec 18 21:34:01.131 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4113 | 2024-12-18T21:34:02.693Z | [ recovery-image] Dec 18 21:34:01.149 INFO O| Dec 18 21:34:01.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4114 | 2024-12-18T21:34:02.693Z | [ recovery-image] Dec 18 21:34:01.149 INFO O| Dec 18 21:34:01.149 INFO STEP 24 (remove_files) COMPLETE |
4115 | 2024-12-18T21:34:02.693Z | [ recovery-image] Dec 18 21:34:01.149 INFO O| Dec 18 21:34:01.149 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4116 | 2024-12-18T21:34:02.719Z | [ recovery-image] Dec 18 21:34:01.175 INFO O| Dec 18 21:34:01.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4117 | 2024-12-18T21:34:02.722Z | [ recovery-image] Dec 18 21:34:01.175 INFO O| Dec 18 21:34:01.175 INFO STEP 25 (remove_files) COMPLETE |
4118 | 2024-12-18T21:34:02.722Z | [ recovery-image] Dec 18 21:34:01.176 INFO O| Dec 18 21:34:01.176 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4119 | 2024-12-18T21:34:02.738Z | [ recovery-image] Dec 18 21:34:01.194 INFO O| Dec 18 21:34:01.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4120 | 2024-12-18T21:34:02.741Z | [ recovery-image] Dec 18 21:34:01.195 INFO O| Dec 18 21:34:01.195 INFO STEP 26 (remove_files) COMPLETE |
4121 | 2024-12-18T21:34:02.741Z | [ recovery-image] Dec 18 21:34:01.195 INFO O| Dec 18 21:34:01.195 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4122 | 2024-12-18T21:34:02.757Z | [ recovery-image] Dec 18 21:34:01.213 INFO O| Dec 18 21:34:01.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4123 | 2024-12-18T21:34:02.760Z | [ recovery-image] Dec 18 21:34:01.213 INFO O| Dec 18 21:34:01.213 INFO STEP 27 (remove_files) COMPLETE |
4124 | 2024-12-18T21:34:02.760Z | [ recovery-image] Dec 18 21:34:01.214 INFO O| Dec 18 21:34:01.213 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4125 | 2024-12-18T21:34:02.775Z | [ recovery-image] Dec 18 21:34:01.231 INFO O| Dec 18 21:34:01.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4126 | 2024-12-18T21:34:02.778Z | [ recovery-image] Dec 18 21:34:01.231 INFO O| Dec 18 21:34:01.231 INFO STEP 28 (remove_files) COMPLETE |
4127 | 2024-12-18T21:34:02.778Z | [ recovery-image] Dec 18 21:34:01.231 INFO O| Dec 18 21:34:01.231 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4128 | 2024-12-18T21:34:02.798Z | [ recovery-image] Dec 18 21:34:01.254 INFO O| Dec 18 21:34:01.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4129 | 2024-12-18T21:34:02.798Z | [ recovery-image] Dec 18 21:34:01.254 INFO O| Dec 18 21:34:01.254 INFO STEP 29 (remove_files) COMPLETE |
4130 | 2024-12-18T21:34:02.798Z | [ recovery-image] Dec 18 21:34:01.254 INFO O| Dec 18 21:34:01.254 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4131 | 2024-12-18T21:34:02.844Z | [ recovery-image] Dec 18 21:34:01.300 INFO O| Dec 18 21:34:01.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4132 | 2024-12-18T21:34:02.844Z | [ recovery-image] Dec 18 21:34:01.300 INFO O| Dec 18 21:34:01.300 INFO STEP 30 (remove_files) COMPLETE |
4133 | 2024-12-18T21:34:02.847Z | [ recovery-image] Dec 18 21:34:01.300 INFO O| Dec 18 21:34:01.300 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4134 | 2024-12-18T21:34:02.873Z | [ host-image] Dec 18 21:34:01.329 INFO O| Dec 18 21:34:01.329 INFO O| Done |
4135 | 2024-12-18T21:34:02.881Z | [ recovery-image] Dec 18 21:34:01.337 INFO O| Dec 18 21:34:01.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4136 | 2024-12-18T21:34:02.881Z | [ recovery-image] Dec 18 21:34:01.337 INFO O| Dec 18 21:34:01.337 INFO STEP 31 (remove_files) COMPLETE |
4137 | 2024-12-18T21:34:02.884Z | [ recovery-image] Dec 18 21:34:01.338 INFO O| Dec 18 21:34:01.337 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4138 | 2024-12-18T21:34:02.917Z | [ host-image] Dec 18 21:34:01.373 INFO O| Dec 18 21:34:01.373 INFO O| Done |
4139 | 2024-12-18T21:34:02.920Z | [ host-image] Dec 18 21:34:01.374 INFO O| Dec 18 21:34:01.374 INFO O| Done |
4140 | 2024-12-18T21:34:02.920Z | [ recovery-image] Dec 18 21:34:01.377 INFO O| Dec 18 21:34:01.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4141 | 2024-12-18T21:34:02.920Z | [ recovery-image] Dec 18 21:34:01.377 INFO O| Dec 18 21:34:01.377 INFO STEP 32 (remove_files) COMPLETE |
4142 | 2024-12-18T21:34:02.923Z | [ recovery-image] Dec 18 21:34:01.377 INFO O| Dec 18 21:34:01.377 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4143 | 2024-12-18T21:34:02.941Z | [ recovery-image] Dec 18 21:34:01.398 INFO O| Dec 18 21:34:01.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4144 | 2024-12-18T21:34:02.941Z | [ recovery-image] Dec 18 21:34:01.398 INFO O| Dec 18 21:34:01.398 INFO STEP 33 (remove_files) COMPLETE |
4145 | 2024-12-18T21:34:02.941Z | [ recovery-image] Dec 18 21:34:01.398 INFO O| Dec 18 21:34:01.398 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4146 | 2024-12-18T21:34:02.960Z | [ recovery-image] Dec 18 21:34:01.416 INFO O| Dec 18 21:34:01.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4147 | 2024-12-18T21:34:02.960Z | [ recovery-image] Dec 18 21:34:01.416 INFO O| Dec 18 21:34:01.416 INFO STEP 34 (remove_files) COMPLETE |
4148 | 2024-12-18T21:34:02.960Z | [ recovery-image] Dec 18 21:34:01.416 INFO O| Dec 18 21:34:01.416 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4149 | 2024-12-18T21:34:02.974Z | [ host-image] Dec 18 21:34:01.431 INFO O| Dec 18 21:34:01.431 INFO O| Done |
4150 | 2024-12-18T21:34:02.978Z | [ recovery-image] Dec 18 21:34:01.435 INFO O| Dec 18 21:34:01.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4151 | 2024-12-18T21:34:02.978Z | [ recovery-image] Dec 18 21:34:01.435 INFO O| Dec 18 21:34:01.435 INFO STEP 35 (remove_files) COMPLETE |
4152 | 2024-12-18T21:34:02.978Z | [ recovery-image] Dec 18 21:34:01.435 INFO O| Dec 18 21:34:01.435 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4153 | 2024-12-18T21:34:02.998Z | [ recovery-image] Dec 18 21:34:01.454 INFO O| Dec 18 21:34:01.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4154 | 2024-12-18T21:34:02.998Z | [ recovery-image] Dec 18 21:34:01.454 INFO O| Dec 18 21:34:01.454 INFO STEP 36 (remove_files) COMPLETE |
4155 | 2024-12-18T21:34:02.998Z | [ recovery-image] Dec 18 21:34:01.454 INFO O| Dec 18 21:34:01.454 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4156 | 2024-12-18T21:34:03.018Z | [ recovery-image] Dec 18 21:34:01.474 INFO O| Dec 18 21:34:01.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4157 | 2024-12-18T21:34:03.019Z | [ recovery-image] Dec 18 21:34:01.474 INFO O| Dec 18 21:34:01.474 INFO STEP 37 (remove_files) COMPLETE |
4158 | 2024-12-18T21:34:03.019Z | [ recovery-image] Dec 18 21:34:01.474 INFO O| Dec 18 21:34:01.474 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4159 | 2024-12-18T21:34:03.042Z | [ recovery-image] Dec 18 21:34:01.498 INFO O| Dec 18 21:34:01.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4160 | 2024-12-18T21:34:03.042Z | [ recovery-image] Dec 18 21:34:01.498 INFO O| Dec 18 21:34:01.498 INFO STEP 38 (remove_files) COMPLETE |
4161 | 2024-12-18T21:34:03.045Z | [ recovery-image] Dec 18 21:34:01.498 INFO O| Dec 18 21:34:01.498 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4162 | 2024-12-18T21:34:03.084Z | [ recovery-image] Dec 18 21:34:01.540 INFO O| Dec 18 21:34:01.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4163 | 2024-12-18T21:34:03.086Z | [ recovery-image] Dec 18 21:34:01.540 INFO O| Dec 18 21:34:01.540 INFO STEP 39 (remove_files) COMPLETE |
4164 | 2024-12-18T21:34:03.086Z | [ recovery-image] Dec 18 21:34:01.540 INFO O| Dec 18 21:34:01.540 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4165 | 2024-12-18T21:34:03.105Z | [ recovery-image] Dec 18 21:34:01.561 INFO O| Dec 18 21:34:01.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4166 | 2024-12-18T21:34:03.108Z | [ recovery-image] Dec 18 21:34:01.562 INFO O| Dec 18 21:34:01.562 INFO STEP 40 (remove_files) COMPLETE |
4167 | 2024-12-18T21:34:03.108Z | [ recovery-image] Dec 18 21:34:01.562 INFO O| Dec 18 21:34:01.562 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4168 | 2024-12-18T21:34:03.125Z | [ recovery-image] Dec 18 21:34:01.581 INFO O| Dec 18 21:34:01.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4169 | 2024-12-18T21:34:03.128Z | [ recovery-image] Dec 18 21:34:01.582 INFO O| Dec 18 21:34:01.581 INFO STEP 41 (remove_files) COMPLETE |
4170 | 2024-12-18T21:34:03.128Z | [ recovery-image] Dec 18 21:34:01.582 INFO O| Dec 18 21:34:01.582 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4171 | 2024-12-18T21:34:03.143Z | [ recovery-image] Dec 18 21:34:01.600 INFO O| Dec 18 21:34:01.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4172 | 2024-12-18T21:34:03.149Z | [ recovery-image] Dec 18 21:34:01.600 INFO O| Dec 18 21:34:01.600 INFO STEP 42 (remove_files) COMPLETE |
4173 | 2024-12-18T21:34:03.149Z | [ recovery-image] Dec 18 21:34:01.600 INFO O| Dec 18 21:34:01.600 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4174 | 2024-12-18T21:34:03.162Z | [ recovery-image] Dec 18 21:34:01.618 INFO O| Dec 18 21:34:01.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4175 | 2024-12-18T21:34:03.162Z | [ recovery-image] Dec 18 21:34:01.618 INFO O| Dec 18 21:34:01.618 INFO STEP 43 (remove_files) COMPLETE |
4176 | 2024-12-18T21:34:03.164Z | [ recovery-image] Dec 18 21:34:01.618 INFO O| Dec 18 21:34:01.618 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4177 | 2024-12-18T21:34:03.168Z | [ host-image] Dec 18 21:34:01.621 INFO O| Dec 18 21:34:01.621 INFO STEP 12 (pkg_install) COMPLETE |
4178 | 2024-12-18T21:34:03.168Z | [ host-image] Dec 18 21:34:01.621 INFO O| Dec 18 21:34:01.621 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4179 | 2024-12-18T21:34:03.181Z | [ host-image] Dec 18 21:34:01.638 INFO O| Dec 18 21:34:01.638 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4180 | 2024-12-18T21:34:03.194Z | [ recovery-image] Dec 18 21:34:01.650 INFO O| Dec 18 21:34:01.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4181 | 2024-12-18T21:34:03.196Z | [ recovery-image] Dec 18 21:34:01.651 INFO O| Dec 18 21:34:01.651 INFO STEP 44 (remove_files) COMPLETE |
4182 | 2024-12-18T21:34:03.196Z | [ recovery-image] Dec 18 21:34:01.651 INFO O| Dec 18 21:34:01.651 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4183 | 2024-12-18T21:34:03.214Z | [ recovery-image] Dec 18 21:34:01.670 INFO O| Dec 18 21:34:01.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4184 | 2024-12-18T21:34:03.214Z | [ recovery-image] Dec 18 21:34:01.671 INFO O| Dec 18 21:34:01.671 INFO STEP 45 (remove_files) COMPLETE |
4185 | 2024-12-18T21:34:03.217Z | [ recovery-image] Dec 18 21:34:01.671 INFO O| Dec 18 21:34:01.671 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4186 | 2024-12-18T21:34:03.233Z | [ recovery-image] Dec 18 21:34:01.690 INFO O| Dec 18 21:34:01.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4187 | 2024-12-18T21:34:03.238Z | [ recovery-image] Dec 18 21:34:01.690 INFO O| Dec 18 21:34:01.690 INFO STEP 46 (remove_files) COMPLETE |
4188 | 2024-12-18T21:34:03.238Z | [ recovery-image] Dec 18 21:34:01.690 INFO O| Dec 18 21:34:01.690 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4189 | 2024-12-18T21:34:03.253Z | [ recovery-image] Dec 18 21:34:01.709 INFO O| Dec 18 21:34:01.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4190 | 2024-12-18T21:34:03.255Z | [ recovery-image] Dec 18 21:34:01.709 INFO O| Dec 18 21:34:01.709 INFO STEP 47 (remove_files) COMPLETE |
4191 | 2024-12-18T21:34:03.255Z | [ recovery-image] Dec 18 21:34:01.709 INFO O| Dec 18 21:34:01.709 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4192 | 2024-12-18T21:34:03.272Z | [ recovery-image] Dec 18 21:34:01.728 INFO O| Dec 18 21:34:01.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4193 | 2024-12-18T21:34:03.272Z | [ recovery-image] Dec 18 21:34:01.728 INFO O| Dec 18 21:34:01.728 INFO STEP 48 (remove_files) COMPLETE |
4194 | 2024-12-18T21:34:03.272Z | [ recovery-image] Dec 18 21:34:01.728 INFO O| Dec 18 21:34:01.728 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4195 | 2024-12-18T21:34:03.289Z | [ recovery-image] Dec 18 21:34:01.746 INFO O| Dec 18 21:34:01.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4196 | 2024-12-18T21:34:03.289Z | [ recovery-image] Dec 18 21:34:01.746 INFO O| Dec 18 21:34:01.746 INFO STEP 49 (remove_files) COMPLETE |
4197 | 2024-12-18T21:34:03.292Z | [ recovery-image] Dec 18 21:34:01.746 INFO O| Dec 18 21:34:01.746 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4198 | 2024-12-18T21:34:03.309Z | [ recovery-image] Dec 18 21:34:01.763 INFO O| Dec 18 21:34:01.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4199 | 2024-12-18T21:34:03.309Z | [ recovery-image] Dec 18 21:34:01.763 INFO O| Dec 18 21:34:01.763 INFO STEP 50 (remove_files) COMPLETE |
4200 | 2024-12-18T21:34:03.311Z | [ recovery-image] Dec 18 21:34:01.763 INFO O| Dec 18 21:34:01.763 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4201 | 2024-12-18T21:34:03.332Z | [ recovery-image] Dec 18 21:34:01.788 INFO O| Dec 18 21:34:01.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4202 | 2024-12-18T21:34:03.332Z | [ recovery-image] Dec 18 21:34:01.788 INFO O| Dec 18 21:34:01.788 INFO STEP 51 (remove_files) COMPLETE |
4203 | 2024-12-18T21:34:03.335Z | [ recovery-image] Dec 18 21:34:01.788 INFO O| Dec 18 21:34:01.788 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4204 | 2024-12-18T21:34:03.362Z | [ recovery-image] Dec 18 21:34:01.819 INFO O| Dec 18 21:34:01.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4205 | 2024-12-18T21:34:03.362Z | [ recovery-image] Dec 18 21:34:01.819 INFO O| Dec 18 21:34:01.819 INFO STEP 52 (remove_files) COMPLETE |
4206 | 2024-12-18T21:34:03.370Z | [ recovery-image] Dec 18 21:34:01.819 INFO O| Dec 18 21:34:01.819 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4207 | 2024-12-18T21:34:03.395Z | [ recovery-image] Dec 18 21:34:01.851 INFO O| Dec 18 21:34:01.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4208 | 2024-12-18T21:34:03.395Z | [ recovery-image] Dec 18 21:34:01.851 INFO O| Dec 18 21:34:01.851 INFO STEP 53 (remove_files) COMPLETE |
4209 | 2024-12-18T21:34:03.395Z | [ recovery-image] Dec 18 21:34:01.851 INFO O| Dec 18 21:34:01.851 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4210 | 2024-12-18T21:34:03.417Z | [ recovery-image] Dec 18 21:34:01.873 INFO O| Dec 18 21:34:01.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4211 | 2024-12-18T21:34:03.417Z | [ recovery-image] Dec 18 21:34:01.873 INFO O| Dec 18 21:34:01.873 INFO STEP 54 (remove_files) COMPLETE |
4212 | 2024-12-18T21:34:03.420Z | [ recovery-image] Dec 18 21:34:01.873 INFO O| Dec 18 21:34:01.873 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4213 | 2024-12-18T21:34:03.435Z | [ recovery-image] Dec 18 21:34:01.892 INFO O| Dec 18 21:34:01.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4214 | 2024-12-18T21:34:03.435Z | [ recovery-image] Dec 18 21:34:01.892 INFO O| Dec 18 21:34:01.892 INFO STEP 55 (remove_files) COMPLETE |
4215 | 2024-12-18T21:34:03.436Z | [ recovery-image] Dec 18 21:34:01.892 INFO O| Dec 18 21:34:01.892 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4216 | 2024-12-18T21:34:03.454Z | [ recovery-image] Dec 18 21:34:01.911 INFO O| Dec 18 21:34:01.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4217 | 2024-12-18T21:34:03.456Z | [ recovery-image] Dec 18 21:34:01.911 INFO O| Dec 18 21:34:01.911 INFO STEP 56 (remove_files) COMPLETE |
4218 | 2024-12-18T21:34:03.456Z | [ recovery-image] Dec 18 21:34:01.911 INFO O| Dec 18 21:34:01.911 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4219 | 2024-12-18T21:34:03.480Z | [ recovery-image] Dec 18 21:34:01.936 INFO O| Dec 18 21:34:01.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4220 | 2024-12-18T21:34:03.480Z | [ recovery-image] Dec 18 21:34:01.936 INFO O| Dec 18 21:34:01.936 INFO STEP 57 (remove_files) COMPLETE |
4221 | 2024-12-18T21:34:03.480Z | [ recovery-image] Dec 18 21:34:01.936 INFO O| Dec 18 21:34:01.936 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4222 | 2024-12-18T21:34:03.551Z | [ recovery-image] Dec 18 21:34:02.007 INFO O| Dec 18 21:34:02.007 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4223 | 2024-12-18T21:34:03.551Z | [ recovery-image] Dec 18 21:34:02.007 INFO O| Dec 18 21:34:02.007 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4224 | 2024-12-18T21:34:03.554Z | [ recovery-image] Dec 18 21:34:02.008 INFO O| Dec 18 21:34:02.008 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4225 | 2024-12-18T21:34:03.554Z | [ recovery-image] Dec 18 21:34:02.008 INFO O| Dec 18 21:34:02.008 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4226 | 2024-12-18T21:34:03.554Z | [ recovery-image] Dec 18 21:34:02.008 INFO O| Dec 18 21:34:02.008 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4227 | 2024-12-18T21:34:03.554Z | [ recovery-image] Dec 18 21:34:02.008 INFO O| Dec 18 21:34:02.008 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4228 | 2024-12-18T21:34:03.554Z | [ recovery-image] Dec 18 21:34:02.008 INFO O| Dec 18 21:34:02.008 INFO ok! |
4229 | 2024-12-18T21:34:03.554Z | [ recovery-image] Dec 18 21:34:02.009 INFO O| Dec 18 21:34:02.008 INFO STEP 58 (ensure_file) COMPLETE |
4230 | 2024-12-18T21:34:03.554Z | [ recovery-image] Dec 18 21:34:02.009 INFO O| Dec 18 21:34:02.009 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4231 | 2024-12-18T21:34:03.613Z | [ recovery-image] Dec 18 21:34:02.069 INFO O| Dec 18 21:34:02.069 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4232 | 2024-12-18T21:34:03.613Z | [ recovery-image] Dec 18 21:34:02.069 INFO O| Dec 18 21:34:02.069 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4233 | 2024-12-18T21:34:03.616Z | [ recovery-image] Dec 18 21:34:02.069 INFO O| Dec 18 21:34:02.069 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4234 | 2024-12-18T21:34:03.616Z | [ recovery-image] Dec 18 21:34:02.069 INFO O| Dec 18 21:34:02.069 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4235 | 2024-12-18T21:34:03.616Z | [ recovery-image] Dec 18 21:34:02.069 INFO O| Dec 18 21:34:02.069 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4236 | 2024-12-18T21:34:03.616Z | [ recovery-image] Dec 18 21:34:02.069 INFO O| Dec 18 21:34:02.069 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4237 | 2024-12-18T21:34:03.616Z | [ recovery-image] Dec 18 21:34:02.070 INFO O| Dec 18 21:34:02.069 INFO ok! |
4238 | 2024-12-18T21:34:03.616Z | [ recovery-image] Dec 18 21:34:02.070 INFO O| Dec 18 21:34:02.069 INFO STEP 59 (ensure_file) COMPLETE |
4239 | 2024-12-18T21:34:03.616Z | [ recovery-image] Dec 18 21:34:02.070 INFO O| Dec 18 21:34:02.069 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4240 | 2024-12-18T21:34:03.674Z | [ recovery-image] Dec 18 21:34:02.130 INFO O| Dec 18 21:34:02.129 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4241 | 2024-12-18T21:34:03.674Z | [ recovery-image] Dec 18 21:34:02.130 INFO O| Dec 18 21:34:02.130 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4242 | 2024-12-18T21:34:03.674Z | [ recovery-image] Dec 18 21:34:02.130 INFO O| Dec 18 21:34:02.130 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4243 | 2024-12-18T21:34:03.674Z | [ recovery-image] Dec 18 21:34:02.130 INFO O| Dec 18 21:34:02.130 INFO ok! |
4244 | 2024-12-18T21:34:03.676Z | [ recovery-image] Dec 18 21:34:02.130 INFO O| Dec 18 21:34:02.130 INFO STEP 60 (ensure_file) COMPLETE |
4245 | 2024-12-18T21:34:03.676Z | [ recovery-image] Dec 18 21:34:02.130 INFO O| Dec 18 21:34:02.130 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4246 | 2024-12-18T21:34:03.695Z | [ recovery-image] Dec 18 21:34:02.151 INFO O| Dec 18 21:34:02.151 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4247 | 2024-12-18T21:34:03.696Z | [ recovery-image] Dec 18 21:34:02.151 INFO O| Dec 18 21:34:02.151 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4248 | 2024-12-18T21:34:03.696Z | [ recovery-image] Dec 18 21:34:02.151 INFO O| Dec 18 21:34:02.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4249 | 2024-12-18T21:34:03.700Z | [ recovery-image] Dec 18 21:34:02.151 INFO O| Dec 18 21:34:02.151 INFO ok! |
4250 | 2024-12-18T21:34:03.700Z | [ recovery-image] Dec 18 21:34:02.151 INFO O| Dec 18 21:34:02.151 INFO STEP 61 (ensure_file) COMPLETE |
4251 | 2024-12-18T21:34:03.700Z | [ recovery-image] Dec 18 21:34:02.151 INFO O| Dec 18 21:34:02.151 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4252 | 2024-12-18T21:34:03.720Z | [ recovery-image] Dec 18 21:34:02.176 INFO O| Dec 18 21:34:02.176 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4253 | 2024-12-18T21:34:03.720Z | [ recovery-image] Dec 18 21:34:02.176 INFO O| Dec 18 21:34:02.176 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4254 | 2024-12-18T21:34:03.723Z | [ recovery-image] Dec 18 21:34:02.176 INFO O| Dec 18 21:34:02.176 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4255 | 2024-12-18T21:34:03.723Z | [ recovery-image] Dec 18 21:34:02.176 INFO O| Dec 18 21:34:02.176 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4256 | 2024-12-18T21:34:03.723Z | [ recovery-image] Dec 18 21:34:02.176 INFO O| Dec 18 21:34:02.176 INFO ok! |
4257 | 2024-12-18T21:34:03.723Z | [ recovery-image] Dec 18 21:34:02.176 INFO O| Dec 18 21:34:02.176 INFO STEP 62 (ensure_file) COMPLETE |
4258 | 2024-12-18T21:34:03.723Z | [ recovery-image] Dec 18 21:34:02.176 INFO O| Dec 18 21:34:02.176 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4259 | 2024-12-18T21:34:03.738Z | [ recovery-image] Dec 18 21:34:02.194 INFO O| Dec 18 21:34:02.194 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4260 | 2024-12-18T21:34:03.738Z | [ recovery-image] Dec 18 21:34:02.194 INFO O| Dec 18 21:34:02.194 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4261 | 2024-12-18T21:34:03.740Z | [ recovery-image] Dec 18 21:34:02.194 INFO O| Dec 18 21:34:02.194 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4262 | 2024-12-18T21:34:03.740Z | [ recovery-image] Dec 18 21:34:02.194 INFO O| Dec 18 21:34:02.194 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4263 | 2024-12-18T21:34:03.740Z | [ recovery-image] Dec 18 21:34:02.194 INFO O| Dec 18 21:34:02.194 INFO ok! |
4264 | 2024-12-18T21:34:03.740Z | [ recovery-image] Dec 18 21:34:02.194 INFO O| Dec 18 21:34:02.194 INFO STEP 63 (ensure_file) COMPLETE |
4265 | 2024-12-18T21:34:03.740Z | [ recovery-image] Dec 18 21:34:02.194 INFO O| Dec 18 21:34:02.194 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4266 | 2024-12-18T21:34:03.757Z | [ recovery-image] Dec 18 21:34:02.213 INFO O| Dec 18 21:34:02.213 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4267 | 2024-12-18T21:34:03.757Z | [ recovery-image] Dec 18 21:34:02.213 INFO O| Dec 18 21:34:02.213 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4268 | 2024-12-18T21:34:03.759Z | [ recovery-image] Dec 18 21:34:02.213 INFO O| Dec 18 21:34:02.213 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4269 | 2024-12-18T21:34:03.759Z | [ recovery-image] Dec 18 21:34:02.213 INFO O| Dec 18 21:34:02.213 INFO ok! |
4270 | 2024-12-18T21:34:03.759Z | [ recovery-image] Dec 18 21:34:02.213 INFO O| Dec 18 21:34:02.213 INFO STEP 64 (assemble_files) COMPLETE |
4271 | 2024-12-18T21:34:03.759Z | [ recovery-image] Dec 18 21:34:02.213 INFO O| Dec 18 21:34:02.213 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4272 | 2024-12-18T21:34:03.775Z | [ recovery-image] Dec 18 21:34:02.231 INFO O| Dec 18 21:34:02.231 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4273 | 2024-12-18T21:34:03.775Z | [ recovery-image] Dec 18 21:34:02.231 INFO O| Dec 18 21:34:02.231 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4274 | 2024-12-18T21:34:03.778Z | [ recovery-image] Dec 18 21:34:02.231 INFO O| Dec 18 21:34:02.231 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4275 | 2024-12-18T21:34:03.778Z | [ recovery-image] Dec 18 21:34:02.231 INFO O| Dec 18 21:34:02.231 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4276 | 2024-12-18T21:34:03.778Z | [ recovery-image] Dec 18 21:34:02.231 INFO O| Dec 18 21:34:02.231 INFO ok! |
4277 | 2024-12-18T21:34:03.778Z | [ recovery-image] Dec 18 21:34:02.231 INFO O| Dec 18 21:34:02.231 INFO STEP 65 (ensure_file) COMPLETE |
4278 | 2024-12-18T21:34:03.778Z | [ recovery-image] Dec 18 21:34:02.231 INFO O| Dec 18 21:34:02.231 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4279 | 2024-12-18T21:34:03.778Z | [ recovery-image] Dec 18 21:34:02.231 INFO O| Dec 18 21:34:02.231 INFO skip step because feature "omicron1" is not enabled |
4280 | 2024-12-18T21:34:03.778Z | [ recovery-image] Dec 18 21:34:02.231 INFO O| Dec 18 21:34:02.231 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4281 | 2024-12-18T21:34:03.778Z | [ recovery-image] Dec 18 21:34:02.232 INFO O| Dec 18 21:34:02.231 INFO skip step because feature "omicron1" is not enabled |
4282 | 2024-12-18T21:34:03.778Z | [ recovery-image] Dec 18 21:34:02.232 INFO O| Dec 18 21:34:02.231 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4283 | 2024-12-18T21:34:03.778Z | [ recovery-image] Dec 18 21:34:02.232 INFO O| Dec 18 21:34:02.231 INFO skip step because feature "omicron1" is not enabled |
4284 | 2024-12-18T21:34:03.779Z | [ recovery-image] Dec 18 21:34:02.232 INFO O| Dec 18 21:34:02.231 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4285 | 2024-12-18T21:34:03.826Z | [ recovery-image] Dec 18 21:34:02.282 INFO O| Dec 18 21:34:02.282 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4286 | 2024-12-18T21:34:03.826Z | [ recovery-image] Dec 18 21:34:02.282 INFO O| Dec 18 21:34:02.282 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4287 | 2024-12-18T21:34:04.405Z | [ host-image] Dec 18 21:34:02.861 INFO O| Dec 18 21:34:02.861 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4288 | 2024-12-18T21:34:07.018Z | [ recovery-image] Dec 18 21:34:05.473 INFO O| Dec 18 21:34:05.473 INFO STEP 69 (pack_tar) COMPLETE |
4289 | 2024-12-18T21:34:07.018Z | [ recovery-image] Dec 18 21:34:05.473 INFO O| Dec 18 21:34:05.473 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4290 | 2024-12-18T21:34:07.021Z | [ recovery-image] Dec 18 21:34:05.473 INFO O| Dec 18 21:34:05.473 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4291 | 2024-12-18T21:34:07.153Z | [ recovery-image] Dec 18 21:34:05.608 INFO O| Dec 18 21:34:05.608 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4292 | 2024-12-18T21:34:07.259Z | [ recovery-image] Dec 18 21:34:05.715 INFO O| Dec 18 21:34:05.714 INFO completed processing gimlet/ramdisk-02-trim |
4293 | 2024-12-18T21:34:07.263Z | [ recovery-image] Dec 18 21:34:05.718 INFO image builder template: ramdisk-03-recovery-trim... |
4294 | 2024-12-18T21:34:07.263Z | [ recovery-image] Dec 18 21:34:05.718 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/.tmpofmGFj/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None |
4295 | 2024-12-18T21:34:07.463Z | [ recovery-image] Dec 18 21:34:05.918 INFO O| Dec 18 21:34:05.917 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4296 | 2024-12-18T21:34:07.470Z | [ recovery-image] Dec 18 21:34:05.925 INFO O| Dec 18 21:34:05.925 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4297 | 2024-12-18T21:34:07.555Z | [ recovery-image] Dec 18 21:34:06.007 INFO O| Dec 18 21:34:06.007 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4298 | 2024-12-18T21:34:07.640Z | [ recovery-image] Dec 18 21:34:06.095 INFO O| Dec 18 21:34:06.095 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4299 | 2024-12-18T21:34:07.642Z | [ recovery-image] Dec 18 21:34:06.095 INFO O| Dec 18 21:34:06.095 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4300 | 2024-12-18T21:34:07.692Z | [ recovery-image] Dec 18 21:34:06.147 INFO O| Dec 18 21:34:06.147 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4301 | 2024-12-18T21:34:07.713Z | [ recovery-image] Dec 18 21:34:06.168 INFO O| Dec 18 21:34:06.168 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4302 | 2024-12-18T21:34:07.738Z | [ recovery-image] Dec 18 21:34:06.193 INFO O| Dec 18 21:34:06.193 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4303 | 2024-12-18T21:34:08.235Z | [ recovery-image] Dec 18 21:34:06.689 INFO O| Dec 18 21:34:06.689 INFO rolled back to input snapshot; work may begin |
4304 | 2024-12-18T21:34:08.235Z | [ recovery-image] Dec 18 21:34:06.689 INFO O| Dec 18 21:34:06.689 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4305 | 2024-12-18T21:34:08.257Z | [ recovery-image] Dec 18 21:34:06.712 INFO O| Dec 18 21:34:06.712 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4306 | 2024-12-18T21:34:08.289Z | [ recovery-image] Dec 18 21:34:06.744 INFO O| Dec 18 21:34:06.744 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4307 | 2024-12-18T21:34:08.316Z | [ recovery-image] Dec 18 21:34:06.771 INFO O| Dec 18 21:34:06.771 INFO STEP 0 (remove_files) COMPLETE |
4308 | 2024-12-18T21:34:08.316Z | [ recovery-image] Dec 18 21:34:06.771 INFO O| Dec 18 21:34:06.771 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4309 | 2024-12-18T21:34:08.336Z | [ recovery-image] Dec 18 21:34:06.791 INFO O| Dec 18 21:34:06.791 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4310 | 2024-12-18T21:34:08.474Z | [ recovery-image] Dec 18 21:34:06.929 INFO O| Dec 18 21:34:06.929 INFO STEP 1 (remove_files) COMPLETE |
4311 | 2024-12-18T21:34:08.474Z | [ recovery-image] Dec 18 21:34:06.929 INFO O| Dec 18 21:34:06.929 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4312 | 2024-12-18T21:34:08.495Z | [ recovery-image] Dec 18 21:34:06.950 INFO O| Dec 18 21:34:06.950 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4313 | 2024-12-18T21:34:08.562Z | [ recovery-image] Dec 18 21:34:07.017 INFO O| Dec 18 21:34:07.017 INFO STEP 2 (remove_files) COMPLETE |
4314 | 2024-12-18T21:34:08.562Z | [ recovery-image] Dec 18 21:34:07.017 INFO O| Dec 18 21:34:07.017 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4315 | 2024-12-18T21:34:08.587Z | [ recovery-image] Dec 18 21:34:07.042 INFO O| Dec 18 21:34:07.042 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4316 | 2024-12-18T21:34:08.742Z | [ recovery-image] Dec 18 21:34:07.196 INFO O| Dec 18 21:34:07.196 INFO STEP 3 (remove_files) COMPLETE |
4317 | 2024-12-18T21:34:08.742Z | [ recovery-image] Dec 18 21:34:07.197 INFO O| Dec 18 21:34:07.196 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4318 | 2024-12-18T21:34:08.763Z | [ recovery-image] Dec 18 21:34:07.218 INFO O| Dec 18 21:34:07.218 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4319 | 2024-12-18T21:34:08.885Z | [ host-image] Dec 18 21:34:07.340 INFO O| Dec 18 21:34:07.340 INFO O| Planning: Solver setup ... Done |
4320 | 2024-12-18T21:34:08.892Z | [ host-image] Dec 18 21:34:07.347 INFO O| Dec 18 21:34:07.347 INFO O| Planning: Running solver ... Done |
4321 | 2024-12-18T21:34:08.979Z | [ host-image] Dec 18 21:34:07.434 INFO O| Dec 18 21:34:07.434 INFO O| Planning: Finding local manifests ... Done |
4322 | 2024-12-18T21:34:08.982Z | [ host-image] Dec 18 21:34:07.436 INFO O| Dec 18 21:34:07.436 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4323 | 2024-12-18T21:34:09.088Z | [ recovery-image] Dec 18 21:34:07.542 INFO O| Dec 18 21:34:07.542 INFO STEP 4 (remove_files) COMPLETE |
4324 | 2024-12-18T21:34:09.088Z | [ recovery-image] Dec 18 21:34:07.542 INFO O| Dec 18 21:34:07.542 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4325 | 2024-12-18T21:34:09.108Z | [ recovery-image] Dec 18 21:34:07.563 INFO O| Dec 18 21:34:07.563 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4326 | 2024-12-18T21:34:09.152Z | [ recovery-image] Dec 18 21:34:07.607 INFO O| Dec 18 21:34:07.607 INFO STEP 5 (remove_files) COMPLETE |
4327 | 2024-12-18T21:34:09.152Z | [ recovery-image] Dec 18 21:34:07.607 INFO O| Dec 18 21:34:07.607 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4328 | 2024-12-18T21:34:09.173Z | [ recovery-image] Dec 18 21:34:07.628 INFO O| Dec 18 21:34:07.627 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4329 | 2024-12-18T21:34:09.177Z | [ recovery-image] Dec 18 21:34:07.629 INFO O| Dec 18 21:34:07.629 INFO STEP 6 (remove_files) COMPLETE |
4330 | 2024-12-18T21:34:09.177Z | [ recovery-image] Dec 18 21:34:07.629 INFO O| Dec 18 21:34:07.629 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4331 | 2024-12-18T21:34:09.229Z | [ recovery-image] Dec 18 21:34:07.683 INFO O| Dec 18 21:34:07.683 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4332 | 2024-12-18T21:34:09.233Z | [ recovery-image] Dec 18 21:34:07.688 INFO O| Dec 18 21:34:07.688 INFO STEP 7 (remove_files) COMPLETE |
4333 | 2024-12-18T21:34:09.233Z | [ recovery-image] Dec 18 21:34:07.688 INFO O| Dec 18 21:34:07.688 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-12-18T21:34:09.292Z | [ recovery-image] Dec 18 21:34:07.747 INFO O| Dec 18 21:34:07.747 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4335 | 2024-12-18T21:34:09.315Z | [ recovery-image] Dec 18 21:34:07.769 INFO O| Dec 18 21:34:07.769 INFO STEP 8 (remove_files) COMPLETE |
4336 | 2024-12-18T21:34:09.315Z | [ recovery-image] Dec 18 21:34:07.770 INFO O| Dec 18 21:34:07.769 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-12-18T21:34:09.338Z | [ recovery-image] Dec 18 21:34:07.792 INFO O| Dec 18 21:34:07.792 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4338 | 2024-12-18T21:34:09.342Z | [ recovery-image] Dec 18 21:34:07.794 INFO O| Dec 18 21:34:07.794 INFO STEP 9 (remove_files) COMPLETE |
4339 | 2024-12-18T21:34:09.342Z | [ recovery-image] Dec 18 21:34:07.794 INFO O| Dec 18 21:34:07.794 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-12-18T21:34:09.378Z | [ recovery-image] Dec 18 21:34:07.832 INFO O| Dec 18 21:34:07.832 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4341 | 2024-12-18T21:34:09.381Z | [ recovery-image] Dec 18 21:34:07.833 INFO O| Dec 18 21:34:07.833 INFO STEP 10 (remove_files) COMPLETE |
4342 | 2024-12-18T21:34:09.381Z | [ recovery-image] Dec 18 21:34:07.833 INFO O| Dec 18 21:34:07.833 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-12-18T21:34:09.400Z | [ host-image] Dec 18 21:34:07.854 INFO O| Dec 18 21:34:07.854 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4344 | 2024-12-18T21:34:09.407Z | [ recovery-image] Dec 18 21:34:07.861 INFO O| Dec 18 21:34:07.861 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4345 | 2024-12-18T21:34:09.459Z | [ host-image] Dec 18 21:34:07.914 INFO O| Dec 18 21:34:07.914 INFO O| Planning: Package planning ... Done |
4346 | 2024-12-18T21:34:09.501Z | [ host-image] Dec 18 21:34:07.956 INFO O| Dec 18 21:34:07.956 INFO O| Planning: Merging actions ... Done |
4347 | 2024-12-18T21:34:09.660Z | [ host-image] Dec 18 21:34:08.115 INFO O| Dec 18 21:34:08.115 INFO O| Planning: Checking for conflicting actions ... Done |
4348 | 2024-12-18T21:34:09.666Z | [ host-image] Dec 18 21:34:08.121 INFO O| Dec 18 21:34:08.121 INFO O| Planning: Consolidating action changes ... Done |
4349 | 2024-12-18T21:34:09.995Z | [ recovery-image] Dec 18 21:34:08.450 INFO O| Dec 18 21:34:08.450 INFO STEP 11 (remove_files) COMPLETE |
4350 | 2024-12-18T21:34:09.995Z | [ recovery-image] Dec 18 21:34:08.450 INFO O| Dec 18 21:34:08.450 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4351 | 2024-12-18T21:34:10.015Z | [ recovery-image] Dec 18 21:34:08.470 INFO O| Dec 18 21:34:08.469 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4352 | 2024-12-18T21:34:10.055Z | [ recovery-image] Dec 18 21:34:08.510 INFO O| Dec 18 21:34:08.510 INFO STEP 12 (remove_files) COMPLETE |
4353 | 2024-12-18T21:34:10.055Z | [ recovery-image] Dec 18 21:34:08.510 INFO O| Dec 18 21:34:08.510 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4354 | 2024-12-18T21:34:10.076Z | [ recovery-image] Dec 18 21:34:08.530 INFO O| Dec 18 21:34:08.530 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4355 | 2024-12-18T21:34:10.124Z | [ recovery-image] Dec 18 21:34:08.578 INFO O| Dec 18 21:34:08.578 INFO STEP 13 (remove_files) COMPLETE |
4356 | 2024-12-18T21:34:10.124Z | [ recovery-image] Dec 18 21:34:08.579 INFO O| Dec 18 21:34:08.578 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4357 | 2024-12-18T21:34:10.144Z | [ recovery-image] Dec 18 21:34:08.598 INFO O| Dec 18 21:34:08.598 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4358 | 2024-12-18T21:34:10.146Z | [ recovery-image] Dec 18 21:34:08.599 INFO O| Dec 18 21:34:08.599 INFO STEP 14 (remove_files) COMPLETE |
4359 | 2024-12-18T21:34:10.146Z | [ recovery-image] Dec 18 21:34:08.599 INFO O| Dec 18 21:34:08.599 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4360 | 2024-12-18T21:34:10.173Z | [ host-image] Dec 18 21:34:08.628 INFO O| Dec 18 21:34:08.627 INFO O| Planning: Evaluating mediators ... Done |
4361 | 2024-12-18T21:34:10.180Z | [ host-image] Dec 18 21:34:08.634 INFO O| Dec 18 21:34:08.634 INFO O| Planning: Planning completed in 5.77 seconds |
4362 | 2024-12-18T21:34:10.182Z | [ host-image] Dec 18 21:34:08.637 INFO O| Dec 18 21:34:08.637 INFO O| Packages to install: 6 |
4363 | 2024-12-18T21:34:10.184Z | [ host-image] Dec 18 21:34:08.637 INFO O| Dec 18 21:34:08.637 INFO O| Mediators to change: 1 |
4364 | 2024-12-18T21:34:10.184Z | [ host-image] Dec 18 21:34:08.637 INFO O| Dec 18 21:34:08.637 INFO O| Services to change: 1 |
4365 | 2024-12-18T21:34:10.202Z | [ recovery-image] Dec 18 21:34:08.655 INFO O| Dec 18 21:34:08.655 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4366 | 2024-12-18T21:34:10.224Z | [ host-image] Dec 18 21:34:08.678 INFO O| Dec 18 21:34:08.678 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4367 | 2024-12-18T21:34:10.247Z | [ recovery-image] Dec 18 21:34:08.701 INFO O| Dec 18 21:34:08.701 INFO STEP 15 (remove_files) COMPLETE |
4368 | 2024-12-18T21:34:10.247Z | [ recovery-image] Dec 18 21:34:08.701 INFO O| Dec 18 21:34:08.701 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4369 | 2024-12-18T21:34:10.267Z | [ recovery-image] Dec 18 21:34:08.722 INFO O| Dec 18 21:34:08.721 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4370 | 2024-12-18T21:34:10.296Z | [ recovery-image] Dec 18 21:34:08.750 INFO O| Dec 18 21:34:08.750 INFO STEP 16 (remove_files) COMPLETE |
4371 | 2024-12-18T21:34:10.298Z | [ recovery-image] Dec 18 21:34:08.750 INFO O| Dec 18 21:34:08.750 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4372 | 2024-12-18T21:34:10.330Z | [ recovery-image] Dec 18 21:34:08.785 INFO O| Dec 18 21:34:08.785 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4373 | 2024-12-18T21:34:10.331Z | [ recovery-image] Dec 18 21:34:08.785 INFO O| Dec 18 21:34:08.785 INFO STEP 17 (remove_files) COMPLETE |
4374 | 2024-12-18T21:34:10.331Z | [ recovery-image] Dec 18 21:34:08.785 INFO O| Dec 18 21:34:08.785 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4375 | 2024-12-18T21:34:10.364Z | [ recovery-image] Dec 18 21:34:08.809 INFO O| Dec 18 21:34:08.809 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4376 | 2024-12-18T21:34:10.371Z | [ recovery-image] Dec 18 21:34:08.810 INFO O| Dec 18 21:34:08.810 INFO STEP 18 (remove_files) COMPLETE |
4377 | 2024-12-18T21:34:10.371Z | [ recovery-image] Dec 18 21:34:08.810 INFO O| Dec 18 21:34:08.810 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4378 | 2024-12-18T21:34:10.385Z | [ recovery-image] Dec 18 21:34:08.840 INFO O| Dec 18 21:34:08.840 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4379 | 2024-12-18T21:34:10.547Z | [ recovery-image] Dec 18 21:34:09.002 INFO O| Dec 18 21:34:09.002 INFO STEP 19 (remove_files) COMPLETE |
4380 | 2024-12-18T21:34:10.547Z | [ recovery-image] Dec 18 21:34:09.002 INFO O| Dec 18 21:34:09.002 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4381 | 2024-12-18T21:34:10.574Z | [ recovery-image] Dec 18 21:34:09.029 INFO O| Dec 18 21:34:09.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4382 | 2024-12-18T21:34:10.577Z | [ recovery-image] Dec 18 21:34:09.030 INFO O| Dec 18 21:34:09.030 INFO STEP 20 (remove_files) COMPLETE |
4383 | 2024-12-18T21:34:10.577Z | [ recovery-image] Dec 18 21:34:09.030 INFO O| Dec 18 21:34:09.030 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4384 | 2024-12-18T21:34:10.635Z | [ recovery-image] Dec 18 21:34:09.090 INFO O| Dec 18 21:34:09.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4385 | 2024-12-18T21:34:10.635Z | [ recovery-image] Dec 18 21:34:09.090 INFO O| Dec 18 21:34:09.090 INFO STEP 21 (remove_files) COMPLETE |
4386 | 2024-12-18T21:34:10.635Z | [ recovery-image] Dec 18 21:34:09.090 INFO O| Dec 18 21:34:09.090 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4387 | 2024-12-18T21:34:10.655Z | [ recovery-image] Dec 18 21:34:09.109 INFO O| Dec 18 21:34:09.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4388 | 2024-12-18T21:34:10.658Z | [ recovery-image] Dec 18 21:34:09.110 INFO O| Dec 18 21:34:09.110 INFO STEP 22 (remove_files) COMPLETE |
4389 | 2024-12-18T21:34:10.658Z | [ recovery-image] Dec 18 21:34:09.110 INFO O| Dec 18 21:34:09.110 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4390 | 2024-12-18T21:34:10.675Z | [ recovery-image] Dec 18 21:34:09.130 INFO O| Dec 18 21:34:09.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4391 | 2024-12-18T21:34:10.675Z | [ recovery-image] Dec 18 21:34:09.130 INFO O| Dec 18 21:34:09.130 INFO STEP 23 (remove_files) COMPLETE |
4392 | 2024-12-18T21:34:10.678Z | [ recovery-image] Dec 18 21:34:09.130 INFO O| Dec 18 21:34:09.130 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4393 | 2024-12-18T21:34:10.694Z | [ recovery-image] Dec 18 21:34:09.149 INFO O| Dec 18 21:34:09.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4394 | 2024-12-18T21:34:10.694Z | [ recovery-image] Dec 18 21:34:09.149 INFO O| Dec 18 21:34:09.149 INFO STEP 24 (remove_files) COMPLETE |
4395 | 2024-12-18T21:34:10.694Z | [ recovery-image] Dec 18 21:34:09.149 INFO O| Dec 18 21:34:09.149 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4396 | 2024-12-18T21:34:10.713Z | [ recovery-image] Dec 18 21:34:09.168 INFO O| Dec 18 21:34:09.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4397 | 2024-12-18T21:34:10.713Z | [ recovery-image] Dec 18 21:34:09.168 INFO O| Dec 18 21:34:09.168 INFO STEP 25 (remove_files) COMPLETE |
4398 | 2024-12-18T21:34:10.713Z | [ recovery-image] Dec 18 21:34:09.168 INFO O| Dec 18 21:34:09.168 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4399 | 2024-12-18T21:34:10.733Z | [ recovery-image] Dec 18 21:34:09.186 INFO O| Dec 18 21:34:09.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4400 | 2024-12-18T21:34:10.733Z | [ recovery-image] Dec 18 21:34:09.186 INFO O| Dec 18 21:34:09.186 INFO STEP 26 (remove_files) COMPLETE |
4401 | 2024-12-18T21:34:10.733Z | [ recovery-image] Dec 18 21:34:09.186 INFO O| Dec 18 21:34:09.186 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4402 | 2024-12-18T21:34:10.750Z | [ recovery-image] Dec 18 21:34:09.205 INFO O| Dec 18 21:34:09.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4403 | 2024-12-18T21:34:10.750Z | [ recovery-image] Dec 18 21:34:09.205 INFO O| Dec 18 21:34:09.205 INFO STEP 27 (remove_files) COMPLETE |
4404 | 2024-12-18T21:34:10.754Z | [ recovery-image] Dec 18 21:34:09.205 INFO O| Dec 18 21:34:09.205 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4405 | 2024-12-18T21:34:10.772Z | [ recovery-image] Dec 18 21:34:09.226 INFO O| Dec 18 21:34:09.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4406 | 2024-12-18T21:34:10.772Z | [ recovery-image] Dec 18 21:34:09.226 INFO O| Dec 18 21:34:09.226 INFO STEP 28 (remove_files) COMPLETE |
4407 | 2024-12-18T21:34:10.772Z | [ recovery-image] Dec 18 21:34:09.226 INFO O| Dec 18 21:34:09.226 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4408 | 2024-12-18T21:34:10.793Z | [ recovery-image] Dec 18 21:34:09.247 INFO O| Dec 18 21:34:09.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4409 | 2024-12-18T21:34:10.793Z | [ recovery-image] Dec 18 21:34:09.247 INFO O| Dec 18 21:34:09.247 INFO STEP 29 (remove_files) COMPLETE |
4410 | 2024-12-18T21:34:10.793Z | [ recovery-image] Dec 18 21:34:09.247 INFO O| Dec 18 21:34:09.247 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4411 | 2024-12-18T21:34:10.811Z | [ recovery-image] Dec 18 21:34:09.266 INFO O| Dec 18 21:34:09.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4412 | 2024-12-18T21:34:10.822Z | [ recovery-image] Dec 18 21:34:09.277 INFO O| Dec 18 21:34:09.277 INFO STEP 30 (remove_files) COMPLETE |
4413 | 2024-12-18T21:34:10.822Z | [ recovery-image] Dec 18 21:34:09.277 INFO O| Dec 18 21:34:09.277 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4414 | 2024-12-18T21:34:10.845Z | [ recovery-image] Dec 18 21:34:09.300 INFO O| Dec 18 21:34:09.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4415 | 2024-12-18T21:34:10.845Z | [ recovery-image] Dec 18 21:34:09.300 INFO O| Dec 18 21:34:09.300 INFO STEP 31 (remove_files) COMPLETE |
4416 | 2024-12-18T21:34:10.845Z | [ recovery-image] Dec 18 21:34:09.300 INFO O| Dec 18 21:34:09.300 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-12-18T21:34:10.870Z | [ recovery-image] Dec 18 21:34:09.324 INFO O| Dec 18 21:34:09.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4418 | 2024-12-18T21:34:10.873Z | [ recovery-image] Dec 18 21:34:09.326 INFO O| Dec 18 21:34:09.326 INFO STEP 32 (remove_files) COMPLETE |
4419 | 2024-12-18T21:34:10.873Z | [ recovery-image] Dec 18 21:34:09.326 INFO O| Dec 18 21:34:09.326 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-12-18T21:34:10.895Z | [ recovery-image] Dec 18 21:34:09.349 INFO O| Dec 18 21:34:09.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4421 | 2024-12-18T21:34:10.895Z | [ recovery-image] Dec 18 21:34:09.350 INFO O| Dec 18 21:34:09.349 INFO STEP 33 (remove_files) COMPLETE |
4422 | 2024-12-18T21:34:10.895Z | [ recovery-image] Dec 18 21:34:09.350 INFO O| Dec 18 21:34:09.349 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4423 | 2024-12-18T21:34:10.916Z | [ recovery-image] Dec 18 21:34:09.371 INFO O| Dec 18 21:34:09.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4424 | 2024-12-18T21:34:10.917Z | [ recovery-image] Dec 18 21:34:09.371 INFO O| Dec 18 21:34:09.371 INFO STEP 34 (remove_files) COMPLETE |
4425 | 2024-12-18T21:34:10.919Z | [ recovery-image] Dec 18 21:34:09.371 INFO O| Dec 18 21:34:09.371 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4426 | 2024-12-18T21:34:10.936Z | [ recovery-image] Dec 18 21:34:09.390 INFO O| Dec 18 21:34:09.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4427 | 2024-12-18T21:34:10.936Z | [ recovery-image] Dec 18 21:34:09.391 INFO O| Dec 18 21:34:09.391 INFO STEP 35 (remove_files) COMPLETE |
4428 | 2024-12-18T21:34:10.939Z | [ recovery-image] Dec 18 21:34:09.391 INFO O| Dec 18 21:34:09.391 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-12-18T21:34:10.962Z | [ recovery-image] Dec 18 21:34:09.417 INFO O| Dec 18 21:34:09.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4430 | 2024-12-18T21:34:10.967Z | [ recovery-image] Dec 18 21:34:09.417 INFO O| Dec 18 21:34:09.417 INFO STEP 36 (remove_files) COMPLETE |
4431 | 2024-12-18T21:34:10.967Z | [ recovery-image] Dec 18 21:34:09.418 INFO O| Dec 18 21:34:09.417 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-12-18T21:34:10.983Z | [ recovery-image] Dec 18 21:34:09.437 INFO O| Dec 18 21:34:09.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4433 | 2024-12-18T21:34:10.985Z | [ recovery-image] Dec 18 21:34:09.439 INFO O| Dec 18 21:34:09.439 INFO STEP 37 (remove_files) COMPLETE |
4434 | 2024-12-18T21:34:10.985Z | [ recovery-image] Dec 18 21:34:09.439 INFO O| Dec 18 21:34:09.439 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-12-18T21:34:11.008Z | [ recovery-image] Dec 18 21:34:09.463 INFO O| Dec 18 21:34:09.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4436 | 2024-12-18T21:34:11.011Z | [ recovery-image] Dec 18 21:34:09.463 INFO O| Dec 18 21:34:09.463 INFO STEP 38 (remove_files) COMPLETE |
4437 | 2024-12-18T21:34:11.011Z | [ recovery-image] Dec 18 21:34:09.463 INFO O| Dec 18 21:34:09.463 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-12-18T21:34:11.028Z | [ recovery-image] Dec 18 21:34:09.482 INFO O| Dec 18 21:34:09.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4439 | 2024-12-18T21:34:11.030Z | [ recovery-image] Dec 18 21:34:09.482 INFO O| Dec 18 21:34:09.482 INFO STEP 39 (remove_files) COMPLETE |
4440 | 2024-12-18T21:34:11.031Z | [ recovery-image] Dec 18 21:34:09.483 INFO O| Dec 18 21:34:09.482 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-12-18T21:34:11.052Z | [ recovery-image] Dec 18 21:34:09.506 INFO O| Dec 18 21:34:09.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4442 | 2024-12-18T21:34:11.054Z | [ recovery-image] Dec 18 21:34:09.506 INFO O| Dec 18 21:34:09.506 INFO STEP 40 (remove_files) COMPLETE |
4443 | 2024-12-18T21:34:11.054Z | [ recovery-image] Dec 18 21:34:09.506 INFO O| Dec 18 21:34:09.506 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-12-18T21:34:11.069Z | [ recovery-image] Dec 18 21:34:09.524 INFO O| Dec 18 21:34:09.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4445 | 2024-12-18T21:34:11.072Z | [ recovery-image] Dec 18 21:34:09.524 INFO O| Dec 18 21:34:09.524 INFO STEP 41 (remove_files) COMPLETE |
4446 | 2024-12-18T21:34:11.072Z | [ recovery-image] Dec 18 21:34:09.524 INFO O| Dec 18 21:34:09.524 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-12-18T21:34:11.144Z | [ recovery-image] Dec 18 21:34:09.598 INFO O| Dec 18 21:34:09.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4448 | 2024-12-18T21:34:11.144Z | [ recovery-image] Dec 18 21:34:09.599 INFO O| Dec 18 21:34:09.598 INFO STEP 42 (remove_files) COMPLETE |
4449 | 2024-12-18T21:34:11.146Z | [ recovery-image] Dec 18 21:34:09.599 INFO O| Dec 18 21:34:09.599 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-12-18T21:34:11.176Z | [ recovery-image] Dec 18 21:34:09.631 INFO O| Dec 18 21:34:09.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4451 | 2024-12-18T21:34:11.177Z | [ recovery-image] Dec 18 21:34:09.631 INFO O| Dec 18 21:34:09.631 INFO STEP 43 (remove_files) COMPLETE |
4452 | 2024-12-18T21:34:11.177Z | [ recovery-image] Dec 18 21:34:09.631 INFO O| Dec 18 21:34:09.631 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-12-18T21:34:11.195Z | [ recovery-image] Dec 18 21:34:09.649 INFO O| Dec 18 21:34:09.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4454 | 2024-12-18T21:34:11.195Z | [ recovery-image] Dec 18 21:34:09.649 INFO O| Dec 18 21:34:09.649 INFO STEP 44 (remove_files) COMPLETE |
4455 | 2024-12-18T21:34:11.197Z | [ recovery-image] Dec 18 21:34:09.649 INFO O| Dec 18 21:34:09.649 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-12-18T21:34:11.213Z | [ recovery-image] Dec 18 21:34:09.667 INFO O| Dec 18 21:34:09.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4457 | 2024-12-18T21:34:11.213Z | [ recovery-image] Dec 18 21:34:09.667 INFO O| Dec 18 21:34:09.667 INFO STEP 45 (remove_files) COMPLETE |
4458 | 2024-12-18T21:34:11.216Z | [ recovery-image] Dec 18 21:34:09.667 INFO O| Dec 18 21:34:09.667 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-12-18T21:34:11.231Z | [ recovery-image] Dec 18 21:34:09.685 INFO O| Dec 18 21:34:09.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4460 | 2024-12-18T21:34:11.231Z | [ recovery-image] Dec 18 21:34:09.685 INFO O| Dec 18 21:34:09.685 INFO STEP 46 (remove_files) COMPLETE |
4461 | 2024-12-18T21:34:11.231Z | [ recovery-image] Dec 18 21:34:09.685 INFO O| Dec 18 21:34:09.685 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-12-18T21:34:11.249Z | [ recovery-image] Dec 18 21:34:09.704 INFO O| Dec 18 21:34:09.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4463 | 2024-12-18T21:34:11.249Z | [ recovery-image] Dec 18 21:34:09.704 INFO O| Dec 18 21:34:09.704 INFO STEP 47 (remove_files) COMPLETE |
4464 | 2024-12-18T21:34:11.249Z | [ recovery-image] Dec 18 21:34:09.704 INFO O| Dec 18 21:34:09.704 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4465 | 2024-12-18T21:34:11.268Z | [ recovery-image] Dec 18 21:34:09.722 INFO O| Dec 18 21:34:09.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4466 | 2024-12-18T21:34:11.268Z | [ recovery-image] Dec 18 21:34:09.722 INFO O| Dec 18 21:34:09.722 INFO STEP 48 (remove_files) COMPLETE |
4467 | 2024-12-18T21:34:11.270Z | [ recovery-image] Dec 18 21:34:09.722 INFO O| Dec 18 21:34:09.722 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4468 | 2024-12-18T21:34:11.298Z | [ recovery-image] Dec 18 21:34:09.752 INFO O| Dec 18 21:34:09.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4469 | 2024-12-18T21:34:11.299Z | [ recovery-image] Dec 18 21:34:09.752 INFO O| Dec 18 21:34:09.752 INFO STEP 49 (remove_files) COMPLETE |
4470 | 2024-12-18T21:34:11.302Z | [ recovery-image] Dec 18 21:34:09.752 INFO O| Dec 18 21:34:09.752 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-12-18T21:34:11.363Z | [ recovery-image] Dec 18 21:34:09.817 INFO O| Dec 18 21:34:09.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4472 | 2024-12-18T21:34:11.366Z | [ recovery-image] Dec 18 21:34:09.818 INFO O| Dec 18 21:34:09.817 INFO STEP 50 (remove_files) COMPLETE |
4473 | 2024-12-18T21:34:11.366Z | [ recovery-image] Dec 18 21:34:09.818 INFO O| Dec 18 21:34:09.818 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-12-18T21:34:11.383Z | [ recovery-image] Dec 18 21:34:09.838 INFO O| Dec 18 21:34:09.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4475 | 2024-12-18T21:34:11.392Z | [ recovery-image] Dec 18 21:34:09.838 INFO O| Dec 18 21:34:09.838 INFO STEP 51 (remove_files) COMPLETE |
4476 | 2024-12-18T21:34:11.393Z | [ recovery-image] Dec 18 21:34:09.838 INFO O| Dec 18 21:34:09.838 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-12-18T21:34:11.410Z | [ recovery-image] Dec 18 21:34:09.857 INFO O| Dec 18 21:34:09.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4478 | 2024-12-18T21:34:11.421Z | [ recovery-image] Dec 18 21:34:09.857 INFO O| Dec 18 21:34:09.857 INFO STEP 52 (remove_files) COMPLETE |
4479 | 2024-12-18T21:34:11.421Z | [ recovery-image] Dec 18 21:34:09.857 INFO O| Dec 18 21:34:09.857 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-12-18T21:34:11.424Z | [ recovery-image] Dec 18 21:34:09.877 INFO O| Dec 18 21:34:09.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4481 | 2024-12-18T21:34:11.443Z | [ recovery-image] Dec 18 21:34:09.897 INFO O| Dec 18 21:34:09.897 INFO STEP 53 (remove_files) COMPLETE |
4482 | 2024-12-18T21:34:11.443Z | [ recovery-image] Dec 18 21:34:09.897 INFO O| Dec 18 21:34:09.897 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-12-18T21:34:11.474Z | [ recovery-image] Dec 18 21:34:09.929 INFO O| Dec 18 21:34:09.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4484 | 2024-12-18T21:34:11.474Z | [ recovery-image] Dec 18 21:34:09.929 INFO O| Dec 18 21:34:09.929 INFO STEP 54 (remove_files) COMPLETE |
4485 | 2024-12-18T21:34:11.474Z | [ recovery-image] Dec 18 21:34:09.929 INFO O| Dec 18 21:34:09.929 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-12-18T21:34:11.494Z | [ recovery-image] Dec 18 21:34:09.949 INFO O| Dec 18 21:34:09.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4487 | 2024-12-18T21:34:11.494Z | [ recovery-image] Dec 18 21:34:09.949 INFO O| Dec 18 21:34:09.949 INFO STEP 55 (remove_files) COMPLETE |
4488 | 2024-12-18T21:34:11.494Z | [ recovery-image] Dec 18 21:34:09.949 INFO O| Dec 18 21:34:09.949 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-12-18T21:34:11.515Z | [ recovery-image] Dec 18 21:34:09.969 INFO O| Dec 18 21:34:09.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4490 | 2024-12-18T21:34:11.515Z | [ recovery-image] Dec 18 21:34:09.969 INFO O| Dec 18 21:34:09.969 INFO STEP 56 (remove_files) COMPLETE |
4491 | 2024-12-18T21:34:11.515Z | [ recovery-image] Dec 18 21:34:09.969 INFO O| Dec 18 21:34:09.969 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-12-18T21:34:11.567Z | [ recovery-image] Dec 18 21:34:10.022 INFO O| Dec 18 21:34:10.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4493 | 2024-12-18T21:34:11.570Z | [ recovery-image] Dec 18 21:34:10.022 INFO O| Dec 18 21:34:10.022 INFO STEP 57 (remove_files) COMPLETE |
4494 | 2024-12-18T21:34:11.570Z | [ recovery-image] Dec 18 21:34:10.022 INFO O| Dec 18 21:34:10.022 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-12-18T21:34:11.588Z | [ recovery-image] Dec 18 21:34:10.043 INFO O| Dec 18 21:34:10.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4496 | 2024-12-18T21:34:11.591Z | [ recovery-image] Dec 18 21:34:10.043 INFO O| Dec 18 21:34:10.043 INFO STEP 58 (remove_files) COMPLETE |
4497 | 2024-12-18T21:34:11.591Z | [ recovery-image] Dec 18 21:34:10.043 INFO O| Dec 18 21:34:10.043 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-12-18T21:34:11.609Z | [ recovery-image] Dec 18 21:34:10.064 INFO O| Dec 18 21:34:10.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4499 | 2024-12-18T21:34:11.612Z | [ recovery-image] Dec 18 21:34:10.064 INFO O| Dec 18 21:34:10.064 INFO STEP 59 (remove_files) COMPLETE |
4500 | 2024-12-18T21:34:11.612Z | [ recovery-image] Dec 18 21:34:10.064 INFO O| Dec 18 21:34:10.064 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2024-12-18T21:34:11.631Z | [ recovery-image] Dec 18 21:34:10.086 INFO O| Dec 18 21:34:10.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4502 | 2024-12-18T21:34:11.634Z | [ recovery-image] Dec 18 21:34:10.086 INFO O| Dec 18 21:34:10.086 INFO STEP 60 (remove_files) COMPLETE |
4503 | 2024-12-18T21:34:11.634Z | [ recovery-image] Dec 18 21:34:10.086 INFO O| Dec 18 21:34:10.086 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4504 | 2024-12-18T21:34:11.668Z | [ recovery-image] Dec 18 21:34:10.123 INFO O| Dec 18 21:34:10.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4505 | 2024-12-18T21:34:11.668Z | [ recovery-image] Dec 18 21:34:10.123 INFO O| Dec 18 21:34:10.123 INFO STEP 61 (remove_files) COMPLETE |
4506 | 2024-12-18T21:34:11.671Z | [ recovery-image] Dec 18 21:34:10.123 INFO O| Dec 18 21:34:10.123 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4507 | 2024-12-18T21:34:11.687Z | [ recovery-image] Dec 18 21:34:10.142 INFO O| Dec 18 21:34:10.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4508 | 2024-12-18T21:34:11.690Z | [ recovery-image] Dec 18 21:34:10.142 INFO O| Dec 18 21:34:10.142 INFO STEP 62 (remove_files) COMPLETE |
4509 | 2024-12-18T21:34:11.690Z | [ recovery-image] Dec 18 21:34:10.142 INFO O| Dec 18 21:34:10.142 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4510 | 2024-12-18T21:34:11.712Z | [ recovery-image] Dec 18 21:34:10.166 INFO O| Dec 18 21:34:10.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4511 | 2024-12-18T21:34:11.712Z | [ recovery-image] Dec 18 21:34:10.166 INFO O| Dec 18 21:34:10.166 INFO STEP 63 (remove_files) COMPLETE |
4512 | 2024-12-18T21:34:11.714Z | [ recovery-image] Dec 18 21:34:10.166 INFO O| Dec 18 21:34:10.166 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4513 | 2024-12-18T21:34:11.732Z | [ recovery-image] Dec 18 21:34:10.186 INFO O| Dec 18 21:34:10.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4514 | 2024-12-18T21:34:11.732Z | [ recovery-image] Dec 18 21:34:10.186 INFO O| Dec 18 21:34:10.186 INFO STEP 64 (remove_files) COMPLETE |
4515 | 2024-12-18T21:34:11.734Z | [ recovery-image] Dec 18 21:34:10.186 INFO O| Dec 18 21:34:10.186 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4516 | 2024-12-18T21:34:11.751Z | [ recovery-image] Dec 18 21:34:10.206 INFO O| Dec 18 21:34:10.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4517 | 2024-12-18T21:34:11.771Z | [ recovery-image] Dec 18 21:34:10.225 INFO O| Dec 18 21:34:10.225 INFO STEP 65 (remove_files) COMPLETE |
4518 | 2024-12-18T21:34:11.771Z | [ recovery-image] Dec 18 21:34:10.225 INFO O| Dec 18 21:34:10.225 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4519 | 2024-12-18T21:34:11.828Z | [ recovery-image] Dec 18 21:34:10.282 INFO O| Dec 18 21:34:10.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4520 | 2024-12-18T21:34:11.828Z | [ recovery-image] Dec 18 21:34:10.282 INFO O| Dec 18 21:34:10.282 INFO STEP 66 (remove_files) COMPLETE |
4521 | 2024-12-18T21:34:11.828Z | [ recovery-image] Dec 18 21:34:10.282 INFO O| Dec 18 21:34:10.282 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4522 | 2024-12-18T21:34:11.849Z | [ recovery-image] Dec 18 21:34:10.303 INFO O| Dec 18 21:34:10.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4523 | 2024-12-18T21:34:11.852Z | [ recovery-image] Dec 18 21:34:10.303 INFO O| Dec 18 21:34:10.303 INFO STEP 67 (remove_files) COMPLETE |
4524 | 2024-12-18T21:34:11.852Z | [ recovery-image] Dec 18 21:34:10.303 INFO O| Dec 18 21:34:10.303 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4525 | 2024-12-18T21:34:11.871Z | [ recovery-image] Dec 18 21:34:10.325 INFO O| Dec 18 21:34:10.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4526 | 2024-12-18T21:34:11.871Z | [ recovery-image] Dec 18 21:34:10.325 INFO O| Dec 18 21:34:10.325 INFO STEP 68 (remove_files) COMPLETE |
4527 | 2024-12-18T21:34:11.873Z | [ recovery-image] Dec 18 21:34:10.325 INFO O| Dec 18 21:34:10.325 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2024-12-18T21:34:11.891Z | [ recovery-image] Dec 18 21:34:10.346 INFO O| Dec 18 21:34:10.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4529 | 2024-12-18T21:34:11.891Z | [ recovery-image] Dec 18 21:34:10.346 INFO O| Dec 18 21:34:10.346 INFO STEP 69 (remove_files) COMPLETE |
4530 | 2024-12-18T21:34:11.894Z | [ recovery-image] Dec 18 21:34:10.346 INFO O| Dec 18 21:34:10.346 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4531 | 2024-12-18T21:34:11.910Z | [ recovery-image] Dec 18 21:34:10.364 INFO O| Dec 18 21:34:10.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4532 | 2024-12-18T21:34:11.910Z | [ recovery-image] Dec 18 21:34:10.365 INFO O| Dec 18 21:34:10.364 INFO STEP 70 (remove_files) COMPLETE |
4533 | 2024-12-18T21:34:11.910Z | [ recovery-image] Dec 18 21:34:10.365 INFO O| Dec 18 21:34:10.364 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4534 | 2024-12-18T21:34:11.928Z | [ recovery-image] Dec 18 21:34:10.382 INFO O| Dec 18 21:34:10.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4535 | 2024-12-18T21:34:11.930Z | [ recovery-image] Dec 18 21:34:10.383 INFO O| Dec 18 21:34:10.383 INFO STEP 71 (remove_files) COMPLETE |
4536 | 2024-12-18T21:34:11.930Z | [ recovery-image] Dec 18 21:34:10.383 INFO O| Dec 18 21:34:10.383 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4537 | 2024-12-18T21:34:11.971Z | [ recovery-image] Dec 18 21:34:10.425 INFO O| Dec 18 21:34:10.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4538 | 2024-12-18T21:34:11.971Z | [ recovery-image] Dec 18 21:34:10.425 INFO O| Dec 18 21:34:10.425 INFO STEP 72 (remove_files) COMPLETE |
4539 | 2024-12-18T21:34:11.971Z | [ recovery-image] Dec 18 21:34:10.425 INFO O| Dec 18 21:34:10.425 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4540 | 2024-12-18T21:34:12.033Z | [ recovery-image] Dec 18 21:34:10.487 INFO O| Dec 18 21:34:10.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4541 | 2024-12-18T21:34:12.033Z | [ recovery-image] Dec 18 21:34:10.487 INFO O| Dec 18 21:34:10.487 INFO STEP 73 (remove_files) COMPLETE |
4542 | 2024-12-18T21:34:12.033Z | [ recovery-image] Dec 18 21:34:10.488 INFO O| Dec 18 21:34:10.487 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4543 | 2024-12-18T21:34:12.052Z | [ recovery-image] Dec 18 21:34:10.506 INFO O| Dec 18 21:34:10.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4544 | 2024-12-18T21:34:12.052Z | [ recovery-image] Dec 18 21:34:10.506 INFO O| Dec 18 21:34:10.506 INFO STEP 74 (remove_files) COMPLETE |
4545 | 2024-12-18T21:34:12.052Z | [ recovery-image] Dec 18 21:34:10.506 INFO O| Dec 18 21:34:10.506 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4546 | 2024-12-18T21:34:12.080Z | [ recovery-image] Dec 18 21:34:10.534 INFO O| Dec 18 21:34:10.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4547 | 2024-12-18T21:34:12.083Z | [ recovery-image] Dec 18 21:34:10.534 INFO O| Dec 18 21:34:10.534 INFO STEP 75 (remove_files) COMPLETE |
4548 | 2024-12-18T21:34:12.083Z | [ recovery-image] Dec 18 21:34:10.534 INFO O| Dec 18 21:34:10.534 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4549 | 2024-12-18T21:34:12.099Z | [ recovery-image] Dec 18 21:34:10.554 INFO O| Dec 18 21:34:10.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4550 | 2024-12-18T21:34:12.099Z | [ recovery-image] Dec 18 21:34:10.554 INFO O| Dec 18 21:34:10.554 INFO STEP 76 (remove_files) COMPLETE |
4551 | 2024-12-18T21:34:12.102Z | [ recovery-image] Dec 18 21:34:10.554 INFO O| Dec 18 21:34:10.554 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4552 | 2024-12-18T21:34:12.120Z | [ recovery-image] Dec 18 21:34:10.574 INFO O| Dec 18 21:34:10.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4553 | 2024-12-18T21:34:12.120Z | [ recovery-image] Dec 18 21:34:10.574 INFO O| Dec 18 21:34:10.574 INFO STEP 77 (remove_files) COMPLETE |
4554 | 2024-12-18T21:34:12.122Z | [ recovery-image] Dec 18 21:34:10.574 INFO O| Dec 18 21:34:10.574 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4555 | 2024-12-18T21:34:12.138Z | [ recovery-image] Dec 18 21:34:10.593 INFO O| Dec 18 21:34:10.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4556 | 2024-12-18T21:34:12.138Z | [ recovery-image] Dec 18 21:34:10.593 INFO O| Dec 18 21:34:10.593 INFO STEP 78 (remove_files) COMPLETE |
4557 | 2024-12-18T21:34:12.138Z | [ recovery-image] Dec 18 21:34:10.593 INFO O| Dec 18 21:34:10.593 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4558 | 2024-12-18T21:34:12.176Z | [ recovery-image] Dec 18 21:34:10.630 INFO O| Dec 18 21:34:10.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4559 | 2024-12-18T21:34:12.176Z | [ recovery-image] Dec 18 21:34:10.630 INFO O| Dec 18 21:34:10.630 INFO STEP 79 (remove_files) COMPLETE |
4560 | 2024-12-18T21:34:12.179Z | [ recovery-image] Dec 18 21:34:10.630 INFO O| Dec 18 21:34:10.630 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4561 | 2024-12-18T21:34:12.196Z | [ recovery-image] Dec 18 21:34:10.650 INFO O| Dec 18 21:34:10.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4562 | 2024-12-18T21:34:12.196Z | [ recovery-image] Dec 18 21:34:10.650 INFO O| Dec 18 21:34:10.650 INFO STEP 80 (remove_files) COMPLETE |
4563 | 2024-12-18T21:34:12.198Z | [ recovery-image] Dec 18 21:34:10.650 INFO O| Dec 18 21:34:10.650 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4564 | 2024-12-18T21:34:12.215Z | [ recovery-image] Dec 18 21:34:10.669 INFO O| Dec 18 21:34:10.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4565 | 2024-12-18T21:34:12.215Z | [ recovery-image] Dec 18 21:34:10.669 INFO O| Dec 18 21:34:10.669 INFO STEP 81 (remove_files) COMPLETE |
4566 | 2024-12-18T21:34:12.215Z | [ recovery-image] Dec 18 21:34:10.669 INFO O| Dec 18 21:34:10.669 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2024-12-18T21:34:12.233Z | [ recovery-image] Dec 18 21:34:10.687 INFO O| Dec 18 21:34:10.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4568 | 2024-12-18T21:34:12.233Z | [ recovery-image] Dec 18 21:34:10.688 INFO O| Dec 18 21:34:10.688 INFO STEP 82 (remove_files) COMPLETE |
4569 | 2024-12-18T21:34:12.236Z | [ recovery-image] Dec 18 21:34:10.688 INFO O| Dec 18 21:34:10.688 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4570 | 2024-12-18T21:34:12.253Z | [ recovery-image] Dec 18 21:34:10.707 INFO O| Dec 18 21:34:10.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4571 | 2024-12-18T21:34:12.256Z | [ recovery-image] Dec 18 21:34:10.707 INFO O| Dec 18 21:34:10.707 INFO STEP 83 (remove_files) COMPLETE |
4572 | 2024-12-18T21:34:12.256Z | [ recovery-image] Dec 18 21:34:10.708 INFO O| Dec 18 21:34:10.707 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4573 | 2024-12-18T21:34:12.273Z | [ recovery-image] Dec 18 21:34:10.727 INFO O| Dec 18 21:34:10.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4574 | 2024-12-18T21:34:12.276Z | [ recovery-image] Dec 18 21:34:10.727 INFO O| Dec 18 21:34:10.727 INFO STEP 84 (remove_files) COMPLETE |
4575 | 2024-12-18T21:34:12.276Z | [ recovery-image] Dec 18 21:34:10.727 INFO O| Dec 18 21:34:10.727 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4576 | 2024-12-18T21:34:12.292Z | [ recovery-image] Dec 18 21:34:10.746 INFO O| Dec 18 21:34:10.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4577 | 2024-12-18T21:34:12.295Z | [ recovery-image] Dec 18 21:34:10.746 INFO O| Dec 18 21:34:10.746 INFO STEP 85 (remove_files) COMPLETE |
4578 | 2024-12-18T21:34:12.295Z | [ recovery-image] Dec 18 21:34:10.746 INFO O| Dec 18 21:34:10.746 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4579 | 2024-12-18T21:34:12.311Z | [ recovery-image] Dec 18 21:34:10.765 INFO O| Dec 18 21:34:10.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4580 | 2024-12-18T21:34:12.314Z | [ recovery-image] Dec 18 21:34:10.765 INFO O| Dec 18 21:34:10.765 INFO STEP 86 (remove_files) COMPLETE |
4581 | 2024-12-18T21:34:12.314Z | [ recovery-image] Dec 18 21:34:10.765 INFO O| Dec 18 21:34:10.765 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4582 | 2024-12-18T21:34:12.340Z | [ recovery-image] Dec 18 21:34:10.794 INFO O| Dec 18 21:34:10.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4583 | 2024-12-18T21:34:12.342Z | [ recovery-image] Dec 18 21:34:10.794 INFO O| Dec 18 21:34:10.794 INFO STEP 87 (remove_files) COMPLETE |
4584 | 2024-12-18T21:34:12.342Z | [ recovery-image] Dec 18 21:34:10.794 INFO O| Dec 18 21:34:10.794 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4585 | 2024-12-18T21:34:12.375Z | [ recovery-image] Dec 18 21:34:10.830 INFO O| Dec 18 21:34:10.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4586 | 2024-12-18T21:34:12.376Z | [ recovery-image] Dec 18 21:34:10.830 INFO O| Dec 18 21:34:10.830 INFO STEP 88 (remove_files) COMPLETE |
4587 | 2024-12-18T21:34:12.376Z | [ recovery-image] Dec 18 21:34:10.830 INFO O| Dec 18 21:34:10.830 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4588 | 2024-12-18T21:34:12.406Z | [ recovery-image] Dec 18 21:34:10.860 INFO O| Dec 18 21:34:10.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4589 | 2024-12-18T21:34:12.406Z | [ recovery-image] Dec 18 21:34:10.861 INFO O| Dec 18 21:34:10.860 INFO STEP 89 (remove_files) COMPLETE |
4590 | 2024-12-18T21:34:12.406Z | [ recovery-image] Dec 18 21:34:10.861 INFO O| Dec 18 21:34:10.861 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4591 | 2024-12-18T21:34:12.426Z | [ recovery-image] Dec 18 21:34:10.880 INFO O| Dec 18 21:34:10.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4592 | 2024-12-18T21:34:12.426Z | [ recovery-image] Dec 18 21:34:10.880 INFO O| Dec 18 21:34:10.880 INFO STEP 90 (remove_files) COMPLETE |
4593 | 2024-12-18T21:34:12.426Z | [ recovery-image] Dec 18 21:34:10.880 INFO O| Dec 18 21:34:10.880 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4594 | 2024-12-18T21:34:12.446Z | [ recovery-image] Dec 18 21:34:10.901 INFO O| Dec 18 21:34:10.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4595 | 2024-12-18T21:34:12.446Z | [ recovery-image] Dec 18 21:34:10.901 INFO O| Dec 18 21:34:10.901 INFO STEP 91 (remove_files) COMPLETE |
4596 | 2024-12-18T21:34:12.446Z | [ recovery-image] Dec 18 21:34:10.901 INFO O| Dec 18 21:34:10.901 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4597 | 2024-12-18T21:34:12.471Z | [ recovery-image] Dec 18 21:34:10.925 INFO O| Dec 18 21:34:10.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4598 | 2024-12-18T21:34:12.473Z | [ recovery-image] Dec 18 21:34:10.926 INFO O| Dec 18 21:34:10.925 INFO STEP 92 (remove_files) COMPLETE |
4599 | 2024-12-18T21:34:12.473Z | [ recovery-image] Dec 18 21:34:10.926 INFO O| Dec 18 21:34:10.926 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4600 | 2024-12-18T21:34:12.491Z | [ recovery-image] Dec 18 21:34:10.945 INFO O| Dec 18 21:34:10.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4601 | 2024-12-18T21:34:12.491Z | [ recovery-image] Dec 18 21:34:10.945 INFO O| Dec 18 21:34:10.945 INFO STEP 93 (remove_files) COMPLETE |
4602 | 2024-12-18T21:34:12.491Z | [ recovery-image] Dec 18 21:34:10.945 INFO O| Dec 18 21:34:10.945 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4603 | 2024-12-18T21:34:12.516Z | [ recovery-image] Dec 18 21:34:10.970 INFO O| Dec 18 21:34:10.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4604 | 2024-12-18T21:34:12.516Z | [ recovery-image] Dec 18 21:34:10.970 INFO O| Dec 18 21:34:10.970 INFO STEP 94 (remove_files) COMPLETE |
4605 | 2024-12-18T21:34:12.516Z | [ recovery-image] Dec 18 21:34:10.970 INFO O| Dec 18 21:34:10.970 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4606 | 2024-12-18T21:34:12.544Z | [ recovery-image] Dec 18 21:34:10.998 INFO O| Dec 18 21:34:10.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4607 | 2024-12-18T21:34:12.544Z | [ recovery-image] Dec 18 21:34:10.998 INFO O| Dec 18 21:34:10.998 INFO STEP 95 (remove_files) COMPLETE |
4608 | 2024-12-18T21:34:12.544Z | [ recovery-image] Dec 18 21:34:10.998 INFO O| Dec 18 21:34:10.998 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4609 | 2024-12-18T21:34:12.568Z | [ recovery-image] Dec 18 21:34:11.022 INFO O| Dec 18 21:34:11.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4610 | 2024-12-18T21:34:12.568Z | [ recovery-image] Dec 18 21:34:11.022 INFO O| Dec 18 21:34:11.022 INFO STEP 96 (remove_files) COMPLETE |
4611 | 2024-12-18T21:34:12.571Z | [ recovery-image] Dec 18 21:34:11.022 INFO O| Dec 18 21:34:11.022 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4612 | 2024-12-18T21:34:12.587Z | [ recovery-image] Dec 18 21:34:11.041 INFO O| Dec 18 21:34:11.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4613 | 2024-12-18T21:34:12.587Z | [ recovery-image] Dec 18 21:34:11.041 INFO O| Dec 18 21:34:11.041 INFO STEP 97 (remove_files) COMPLETE |
4614 | 2024-12-18T21:34:12.590Z | [ recovery-image] Dec 18 21:34:11.042 INFO O| Dec 18 21:34:11.041 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4615 | 2024-12-18T21:34:12.607Z | [ recovery-image] Dec 18 21:34:11.061 INFO O| Dec 18 21:34:11.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4616 | 2024-12-18T21:34:12.608Z | [ recovery-image] Dec 18 21:34:11.061 INFO O| Dec 18 21:34:11.061 INFO STEP 98 (remove_files) COMPLETE |
4617 | 2024-12-18T21:34:12.610Z | [ recovery-image] Dec 18 21:34:11.061 INFO O| Dec 18 21:34:11.061 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4618 | 2024-12-18T21:34:12.627Z | [ recovery-image] Dec 18 21:34:11.081 INFO O| Dec 18 21:34:11.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4619 | 2024-12-18T21:34:12.627Z | [ recovery-image] Dec 18 21:34:11.081 INFO O| Dec 18 21:34:11.081 INFO STEP 99 (remove_files) COMPLETE |
4620 | 2024-12-18T21:34:12.630Z | [ recovery-image] Dec 18 21:34:11.081 INFO O| Dec 18 21:34:11.081 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4621 | 2024-12-18T21:34:12.646Z | [ recovery-image] Dec 18 21:34:11.100 INFO O| Dec 18 21:34:11.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4622 | 2024-12-18T21:34:12.646Z | [ recovery-image] Dec 18 21:34:11.100 INFO O| Dec 18 21:34:11.100 INFO STEP 100 (remove_files) COMPLETE |
4623 | 2024-12-18T21:34:12.646Z | [ recovery-image] Dec 18 21:34:11.100 INFO O| Dec 18 21:34:11.100 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4624 | 2024-12-18T21:34:12.665Z | [ recovery-image] Dec 18 21:34:11.119 INFO O| Dec 18 21:34:11.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4625 | 2024-12-18T21:34:12.665Z | [ recovery-image] Dec 18 21:34:11.119 INFO O| Dec 18 21:34:11.119 INFO STEP 101 (remove_files) COMPLETE |
4626 | 2024-12-18T21:34:12.667Z | [ recovery-image] Dec 18 21:34:11.119 INFO O| Dec 18 21:34:11.119 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4627 | 2024-12-18T21:34:12.684Z | [ recovery-image] Dec 18 21:34:11.138 INFO O| Dec 18 21:34:11.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4628 | 2024-12-18T21:34:12.684Z | [ recovery-image] Dec 18 21:34:11.138 INFO O| Dec 18 21:34:11.138 INFO STEP 102 (remove_files) COMPLETE |
4629 | 2024-12-18T21:34:12.684Z | [ recovery-image] Dec 18 21:34:11.138 INFO O| Dec 18 21:34:11.138 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4630 | 2024-12-18T21:34:12.702Z | [ recovery-image] Dec 18 21:34:11.156 INFO O| Dec 18 21:34:11.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4631 | 2024-12-18T21:34:12.702Z | [ recovery-image] Dec 18 21:34:11.156 INFO O| Dec 18 21:34:11.156 INFO STEP 103 (remove_files) COMPLETE |
4632 | 2024-12-18T21:34:12.702Z | [ recovery-image] Dec 18 21:34:11.156 INFO O| Dec 18 21:34:11.156 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4633 | 2024-12-18T21:34:12.722Z | [ recovery-image] Dec 18 21:34:11.176 INFO O| Dec 18 21:34:11.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4634 | 2024-12-18T21:34:12.722Z | [ recovery-image] Dec 18 21:34:11.176 INFO O| Dec 18 21:34:11.176 INFO STEP 104 (remove_files) COMPLETE |
4635 | 2024-12-18T21:34:12.722Z | [ recovery-image] Dec 18 21:34:11.176 INFO O| Dec 18 21:34:11.176 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4636 | 2024-12-18T21:34:12.756Z | [ recovery-image] Dec 18 21:34:11.210 INFO O| Dec 18 21:34:11.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4637 | 2024-12-18T21:34:12.756Z | [ recovery-image] Dec 18 21:34:11.210 INFO O| Dec 18 21:34:11.210 INFO STEP 105 (remove_files) COMPLETE |
4638 | 2024-12-18T21:34:12.759Z | [ recovery-image] Dec 18 21:34:11.210 INFO O| Dec 18 21:34:11.210 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4639 | 2024-12-18T21:34:12.776Z | [ recovery-image] Dec 18 21:34:11.230 INFO O| Dec 18 21:34:11.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4640 | 2024-12-18T21:34:12.776Z | [ recovery-image] Dec 18 21:34:11.230 INFO O| Dec 18 21:34:11.230 INFO STEP 106 (remove_files) COMPLETE |
4641 | 2024-12-18T21:34:12.776Z | [ recovery-image] Dec 18 21:34:11.230 INFO O| Dec 18 21:34:11.230 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4642 | 2024-12-18T21:34:12.796Z | [ recovery-image] Dec 18 21:34:11.250 INFO O| Dec 18 21:34:11.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4643 | 2024-12-18T21:34:12.796Z | [ recovery-image] Dec 18 21:34:11.250 INFO O| Dec 18 21:34:11.250 INFO STEP 107 (remove_files) COMPLETE |
4644 | 2024-12-18T21:34:12.796Z | [ recovery-image] Dec 18 21:34:11.250 INFO O| Dec 18 21:34:11.250 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4645 | 2024-12-18T21:34:12.815Z | [ recovery-image] Dec 18 21:34:11.269 INFO O| Dec 18 21:34:11.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4646 | 2024-12-18T21:34:12.815Z | [ recovery-image] Dec 18 21:34:11.269 INFO O| Dec 18 21:34:11.269 INFO STEP 108 (remove_files) COMPLETE |
4647 | 2024-12-18T21:34:12.818Z | [ recovery-image] Dec 18 21:34:11.269 INFO O| Dec 18 21:34:11.269 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4648 | 2024-12-18T21:34:12.833Z | [ recovery-image] Dec 18 21:34:11.287 INFO O| Dec 18 21:34:11.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4649 | 2024-12-18T21:34:12.836Z | [ recovery-image] Dec 18 21:34:11.287 INFO O| Dec 18 21:34:11.287 INFO STEP 109 (remove_files) COMPLETE |
4650 | 2024-12-18T21:34:12.836Z | [ recovery-image] Dec 18 21:34:11.287 INFO O| Dec 18 21:34:11.287 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4651 | 2024-12-18T21:34:12.850Z | [ recovery-image] Dec 18 21:34:11.304 INFO O| Dec 18 21:34:11.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4652 | 2024-12-18T21:34:12.850Z | [ recovery-image] Dec 18 21:34:11.304 INFO O| Dec 18 21:34:11.304 INFO STEP 110 (remove_files) COMPLETE |
4653 | 2024-12-18T21:34:12.865Z | [ recovery-image] Dec 18 21:34:11.304 INFO O| Dec 18 21:34:11.304 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4654 | 2024-12-18T21:34:12.868Z | [ recovery-image] Dec 18 21:34:11.322 INFO O| Dec 18 21:34:11.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4655 | 2024-12-18T21:34:12.868Z | [ recovery-image] Dec 18 21:34:11.322 INFO O| Dec 18 21:34:11.322 INFO STEP 111 (remove_files) COMPLETE |
4656 | 2024-12-18T21:34:12.869Z | [ recovery-image] Dec 18 21:34:11.322 INFO O| Dec 18 21:34:11.322 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4657 | 2024-12-18T21:34:12.886Z | [ recovery-image] Dec 18 21:34:11.339 INFO O| Dec 18 21:34:11.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4658 | 2024-12-18T21:34:12.886Z | [ recovery-image] Dec 18 21:34:11.339 INFO O| Dec 18 21:34:11.339 INFO STEP 112 (remove_files) COMPLETE |
4659 | 2024-12-18T21:34:12.886Z | [ recovery-image] Dec 18 21:34:11.339 INFO O| Dec 18 21:34:11.339 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4660 | 2024-12-18T21:34:12.903Z | [ recovery-image] Dec 18 21:34:11.357 INFO O| Dec 18 21:34:11.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4661 | 2024-12-18T21:34:12.903Z | [ recovery-image] Dec 18 21:34:11.357 INFO O| Dec 18 21:34:11.357 INFO STEP 113 (remove_files) COMPLETE |
4662 | 2024-12-18T21:34:12.906Z | [ recovery-image] Dec 18 21:34:11.358 INFO O| Dec 18 21:34:11.357 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4663 | 2024-12-18T21:34:12.939Z | [ recovery-image] Dec 18 21:34:11.393 INFO O| Dec 18 21:34:11.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4664 | 2024-12-18T21:34:12.939Z | [ recovery-image] Dec 18 21:34:11.393 INFO O| Dec 18 21:34:11.393 INFO STEP 114 (remove_files) COMPLETE |
4665 | 2024-12-18T21:34:12.939Z | [ recovery-image] Dec 18 21:34:11.393 INFO O| Dec 18 21:34:11.393 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4666 | 2024-12-18T21:34:12.959Z | [ recovery-image] Dec 18 21:34:11.412 INFO O| Dec 18 21:34:11.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4667 | 2024-12-18T21:34:12.959Z | [ recovery-image] Dec 18 21:34:11.412 INFO O| Dec 18 21:34:11.412 INFO STEP 115 (remove_files) COMPLETE |
4668 | 2024-12-18T21:34:12.959Z | [ recovery-image] Dec 18 21:34:11.412 INFO O| Dec 18 21:34:11.412 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2024-12-18T21:34:12.977Z | [ recovery-image] Dec 18 21:34:11.431 INFO O| Dec 18 21:34:11.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4670 | 2024-12-18T21:34:12.977Z | [ recovery-image] Dec 18 21:34:11.431 INFO O| Dec 18 21:34:11.431 INFO STEP 116 (remove_files) COMPLETE |
4671 | 2024-12-18T21:34:12.977Z | [ recovery-image] Dec 18 21:34:11.431 INFO O| Dec 18 21:34:11.431 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2024-12-18T21:34:12.995Z | [ recovery-image] Dec 18 21:34:11.449 INFO O| Dec 18 21:34:11.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4673 | 2024-12-18T21:34:12.995Z | [ recovery-image] Dec 18 21:34:11.449 INFO O| Dec 18 21:34:11.449 INFO STEP 117 (remove_files) COMPLETE |
4674 | 2024-12-18T21:34:12.995Z | [ recovery-image] Dec 18 21:34:11.449 INFO O| Dec 18 21:34:11.449 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2024-12-18T21:34:13.014Z | [ recovery-image] Dec 18 21:34:11.467 INFO O| Dec 18 21:34:11.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4676 | 2024-12-18T21:34:13.014Z | [ recovery-image] Dec 18 21:34:11.467 INFO O| Dec 18 21:34:11.467 INFO STEP 118 (remove_files) COMPLETE |
4677 | 2024-12-18T21:34:13.014Z | [ recovery-image] Dec 18 21:34:11.467 INFO O| Dec 18 21:34:11.467 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2024-12-18T21:34:13.033Z | [ recovery-image] Dec 18 21:34:11.486 INFO O| Dec 18 21:34:11.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4679 | 2024-12-18T21:34:13.033Z | [ recovery-image] Dec 18 21:34:11.487 INFO O| Dec 18 21:34:11.486 INFO STEP 119 (remove_files) COMPLETE |
4680 | 2024-12-18T21:34:13.033Z | [ recovery-image] Dec 18 21:34:11.487 INFO O| Dec 18 21:34:11.487 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2024-12-18T21:34:13.051Z | [ recovery-image] Dec 18 21:34:11.505 INFO O| Dec 18 21:34:11.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4682 | 2024-12-18T21:34:13.051Z | [ recovery-image] Dec 18 21:34:11.505 INFO O| Dec 18 21:34:11.505 INFO STEP 120 (remove_files) COMPLETE |
4683 | 2024-12-18T21:34:13.054Z | [ recovery-image] Dec 18 21:34:11.505 INFO O| Dec 18 21:34:11.505 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2024-12-18T21:34:13.085Z | [ recovery-image] Dec 18 21:34:11.539 INFO O| Dec 18 21:34:11.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4685 | 2024-12-18T21:34:13.088Z | [ recovery-image] Dec 18 21:34:11.539 INFO O| Dec 18 21:34:11.539 INFO STEP 121 (remove_files) COMPLETE |
4686 | 2024-12-18T21:34:13.088Z | [ recovery-image] Dec 18 21:34:11.539 INFO O| Dec 18 21:34:11.539 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2024-12-18T21:34:13.114Z | [ recovery-image] Dec 18 21:34:11.568 INFO O| Dec 18 21:34:11.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4688 | 2024-12-18T21:34:13.114Z | [ recovery-image] Dec 18 21:34:11.568 INFO O| Dec 18 21:34:11.568 INFO STEP 122 (remove_files) COMPLETE |
4689 | 2024-12-18T21:34:13.114Z | [ recovery-image] Dec 18 21:34:11.568 INFO O| Dec 18 21:34:11.568 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2024-12-18T21:34:13.135Z | [ recovery-image] Dec 18 21:34:11.589 INFO O| Dec 18 21:34:11.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4691 | 2024-12-18T21:34:13.135Z | [ recovery-image] Dec 18 21:34:11.589 INFO O| Dec 18 21:34:11.589 INFO STEP 123 (remove_files) COMPLETE |
4692 | 2024-12-18T21:34:13.137Z | [ recovery-image] Dec 18 21:34:11.589 INFO O| Dec 18 21:34:11.589 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2024-12-18T21:34:13.154Z | [ recovery-image] Dec 18 21:34:11.608 INFO O| Dec 18 21:34:11.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4694 | 2024-12-18T21:34:13.154Z | [ recovery-image] Dec 18 21:34:11.608 INFO O| Dec 18 21:34:11.608 INFO STEP 124 (remove_files) COMPLETE |
4695 | 2024-12-18T21:34:13.157Z | [ recovery-image] Dec 18 21:34:11.608 INFO O| Dec 18 21:34:11.608 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4696 | 2024-12-18T21:34:13.194Z | [ recovery-image] Dec 18 21:34:11.648 INFO O| Dec 18 21:34:11.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4697 | 2024-12-18T21:34:13.194Z | [ recovery-image] Dec 18 21:34:11.648 INFO O| Dec 18 21:34:11.648 INFO STEP 125 (remove_files) COMPLETE |
4698 | 2024-12-18T21:34:13.194Z | [ recovery-image] Dec 18 21:34:11.648 INFO O| Dec 18 21:34:11.648 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4699 | 2024-12-18T21:34:13.214Z | [ recovery-image] Dec 18 21:34:11.668 INFO O| Dec 18 21:34:11.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4700 | 2024-12-18T21:34:13.214Z | [ recovery-image] Dec 18 21:34:11.668 INFO O| Dec 18 21:34:11.668 INFO STEP 126 (remove_files) COMPLETE |
4701 | 2024-12-18T21:34:13.217Z | [ recovery-image] Dec 18 21:34:11.668 INFO O| Dec 18 21:34:11.668 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4702 | 2024-12-18T21:34:13.232Z | [ recovery-image] Dec 18 21:34:11.686 INFO O| Dec 18 21:34:11.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4703 | 2024-12-18T21:34:13.232Z | [ recovery-image] Dec 18 21:34:11.686 INFO O| Dec 18 21:34:11.686 INFO STEP 127 (remove_files) COMPLETE |
4704 | 2024-12-18T21:34:13.235Z | [ recovery-image] Dec 18 21:34:11.686 INFO O| Dec 18 21:34:11.686 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4705 | 2024-12-18T21:34:13.251Z | [ recovery-image] Dec 18 21:34:11.704 INFO O| Dec 18 21:34:11.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4706 | 2024-12-18T21:34:13.251Z | [ recovery-image] Dec 18 21:34:11.705 INFO O| Dec 18 21:34:11.705 INFO STEP 128 (remove_files) COMPLETE |
4707 | 2024-12-18T21:34:13.251Z | [ recovery-image] Dec 18 21:34:11.705 INFO O| Dec 18 21:34:11.705 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4708 | 2024-12-18T21:34:13.270Z | [ recovery-image] Dec 18 21:34:11.724 INFO O| Dec 18 21:34:11.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4709 | 2024-12-18T21:34:13.270Z | [ recovery-image] Dec 18 21:34:11.724 INFO O| Dec 18 21:34:11.724 INFO STEP 129 (remove_files) COMPLETE |
4710 | 2024-12-18T21:34:13.270Z | [ recovery-image] Dec 18 21:34:11.724 INFO O| Dec 18 21:34:11.724 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4711 | 2024-12-18T21:34:13.290Z | [ recovery-image] Dec 18 21:34:11.744 INFO O| Dec 18 21:34:11.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4712 | 2024-12-18T21:34:13.290Z | [ recovery-image] Dec 18 21:34:11.744 INFO O| Dec 18 21:34:11.744 INFO STEP 130 (remove_files) COMPLETE |
4713 | 2024-12-18T21:34:13.290Z | [ recovery-image] Dec 18 21:34:11.744 INFO O| Dec 18 21:34:11.744 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4714 | 2024-12-18T21:34:13.310Z | [ recovery-image] Dec 18 21:34:11.764 INFO O| Dec 18 21:34:11.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4715 | 2024-12-18T21:34:13.310Z | [ recovery-image] Dec 18 21:34:11.764 INFO O| Dec 18 21:34:11.764 INFO STEP 131 (remove_files) COMPLETE |
4716 | 2024-12-18T21:34:13.313Z | [ recovery-image] Dec 18 21:34:11.764 INFO O| Dec 18 21:34:11.764 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2024-12-18T21:34:13.330Z | [ recovery-image] Dec 18 21:34:11.783 INFO O| Dec 18 21:34:11.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4718 | 2024-12-18T21:34:13.339Z | [ recovery-image] Dec 18 21:34:11.793 INFO O| Dec 18 21:34:11.793 INFO STEP 132 (remove_files) COMPLETE |
4719 | 2024-12-18T21:34:13.339Z | [ recovery-image] Dec 18 21:34:11.793 INFO O| Dec 18 21:34:11.793 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4720 | 2024-12-18T21:34:13.379Z | [ recovery-image] Dec 18 21:34:11.833 INFO O| Dec 18 21:34:11.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4721 | 2024-12-18T21:34:13.382Z | [ recovery-image] Dec 18 21:34:11.834 INFO O| Dec 18 21:34:11.833 INFO STEP 133 (remove_files) COMPLETE |
4722 | 2024-12-18T21:34:13.382Z | [ recovery-image] Dec 18 21:34:11.834 INFO O| Dec 18 21:34:11.834 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4723 | 2024-12-18T21:34:13.427Z | [ recovery-image] Dec 18 21:34:11.881 INFO O| Dec 18 21:34:11.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4724 | 2024-12-18T21:34:13.427Z | [ recovery-image] Dec 18 21:34:11.881 INFO O| Dec 18 21:34:11.881 INFO STEP 134 (remove_files) COMPLETE |
4725 | 2024-12-18T21:34:13.430Z | [ recovery-image] Dec 18 21:34:11.881 INFO O| Dec 18 21:34:11.881 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2024-12-18T21:34:13.443Z | [ recovery-image] Dec 18 21:34:11.897 INFO O| Dec 18 21:34:11.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4727 | 2024-12-18T21:34:13.443Z | [ recovery-image] Dec 18 21:34:11.897 INFO O| Dec 18 21:34:11.897 INFO STEP 135 (remove_files) COMPLETE |
4728 | 2024-12-18T21:34:13.443Z | [ recovery-image] Dec 18 21:34:11.897 INFO O| Dec 18 21:34:11.897 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2024-12-18T21:34:13.459Z | [ recovery-image] Dec 18 21:34:11.913 INFO O| Dec 18 21:34:11.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4730 | 2024-12-18T21:34:13.459Z | [ recovery-image] Dec 18 21:34:11.913 INFO O| Dec 18 21:34:11.913 INFO STEP 136 (remove_files) COMPLETE |
4731 | 2024-12-18T21:34:13.459Z | [ recovery-image] Dec 18 21:34:11.913 INFO O| Dec 18 21:34:11.913 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4732 | 2024-12-18T21:34:13.477Z | [ recovery-image] Dec 18 21:34:11.931 INFO O| Dec 18 21:34:11.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4733 | 2024-12-18T21:34:13.477Z | [ recovery-image] Dec 18 21:34:11.931 INFO O| Dec 18 21:34:11.931 INFO STEP 137 (remove_files) COMPLETE |
4734 | 2024-12-18T21:34:13.477Z | [ recovery-image] Dec 18 21:34:11.931 INFO O| Dec 18 21:34:11.931 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4735 | 2024-12-18T21:34:13.497Z | [ recovery-image] Dec 18 21:34:11.951 INFO O| Dec 18 21:34:11.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4736 | 2024-12-18T21:34:13.497Z | [ recovery-image] Dec 18 21:34:11.951 INFO O| Dec 18 21:34:11.951 INFO STEP 138 (remove_files) COMPLETE |
4737 | 2024-12-18T21:34:13.500Z | [ recovery-image] Dec 18 21:34:11.951 INFO O| Dec 18 21:34:11.951 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4738 | 2024-12-18T21:34:13.521Z | [ recovery-image] Dec 18 21:34:11.975 INFO O| Dec 18 21:34:11.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4739 | 2024-12-18T21:34:13.521Z | [ recovery-image] Dec 18 21:34:11.975 INFO O| Dec 18 21:34:11.975 INFO STEP 139 (remove_files) COMPLETE |
4740 | 2024-12-18T21:34:13.524Z | [ recovery-image] Dec 18 21:34:11.975 INFO O| Dec 18 21:34:11.975 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4741 | 2024-12-18T21:34:13.545Z | [ recovery-image] Dec 18 21:34:11.998 INFO O| Dec 18 21:34:11.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4742 | 2024-12-18T21:34:13.545Z | [ recovery-image] Dec 18 21:34:11.998 INFO O| Dec 18 21:34:11.998 INFO STEP 140 (remove_files) COMPLETE |
4743 | 2024-12-18T21:34:13.545Z | [ recovery-image] Dec 18 21:34:11.998 INFO O| Dec 18 21:34:11.998 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4744 | 2024-12-18T21:34:13.564Z | [ recovery-image] Dec 18 21:34:12.018 INFO O| Dec 18 21:34:12.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4745 | 2024-12-18T21:34:13.567Z | [ recovery-image] Dec 18 21:34:12.018 INFO O| Dec 18 21:34:12.018 INFO STEP 141 (remove_files) COMPLETE |
4746 | 2024-12-18T21:34:13.567Z | [ recovery-image] Dec 18 21:34:12.018 INFO O| Dec 18 21:34:12.018 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4747 | 2024-12-18T21:34:13.585Z | [ recovery-image] Dec 18 21:34:12.039 INFO O| Dec 18 21:34:12.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4748 | 2024-12-18T21:34:13.585Z | [ recovery-image] Dec 18 21:34:12.039 INFO O| Dec 18 21:34:12.039 INFO STEP 142 (remove_files) COMPLETE |
4749 | 2024-12-18T21:34:13.589Z | [ recovery-image] Dec 18 21:34:12.039 INFO O| Dec 18 21:34:12.039 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4750 | 2024-12-18T21:34:13.743Z | [ recovery-image] Dec 18 21:34:12.196 INFO O| Dec 18 21:34:12.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4751 | 2024-12-18T21:34:13.743Z | [ recovery-image] Dec 18 21:34:12.197 INFO O| Dec 18 21:34:12.197 INFO STEP 143 (remove_files) COMPLETE |
4752 | 2024-12-18T21:34:13.746Z | [ recovery-image] Dec 18 21:34:12.197 INFO O| Dec 18 21:34:12.197 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4753 | 2024-12-18T21:34:13.763Z | [ recovery-image] Dec 18 21:34:12.217 INFO O| Dec 18 21:34:12.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4754 | 2024-12-18T21:34:13.763Z | [ recovery-image] Dec 18 21:34:12.217 INFO O| Dec 18 21:34:12.217 INFO STEP 144 (remove_files) COMPLETE |
4755 | 2024-12-18T21:34:13.766Z | [ recovery-image] Dec 18 21:34:12.217 INFO O| Dec 18 21:34:12.217 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2024-12-18T21:34:13.783Z | [ recovery-image] Dec 18 21:34:12.237 INFO O| Dec 18 21:34:12.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4757 | 2024-12-18T21:34:13.783Z | [ recovery-image] Dec 18 21:34:12.237 INFO O| Dec 18 21:34:12.237 INFO STEP 145 (remove_files) COMPLETE |
4758 | 2024-12-18T21:34:13.786Z | [ recovery-image] Dec 18 21:34:12.237 INFO O| Dec 18 21:34:12.237 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2024-12-18T21:34:13.803Z | [ recovery-image] Dec 18 21:34:12.257 INFO O| Dec 18 21:34:12.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4760 | 2024-12-18T21:34:13.805Z | [ recovery-image] Dec 18 21:34:12.257 INFO O| Dec 18 21:34:12.257 INFO STEP 146 (remove_files) COMPLETE |
4761 | 2024-12-18T21:34:13.805Z | [ recovery-image] Dec 18 21:34:12.257 INFO O| Dec 18 21:34:12.257 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2024-12-18T21:34:13.823Z | [ recovery-image] Dec 18 21:34:12.277 INFO O| Dec 18 21:34:12.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4763 | 2024-12-18T21:34:13.823Z | [ recovery-image] Dec 18 21:34:12.277 INFO O| Dec 18 21:34:12.277 INFO STEP 147 (remove_files) COMPLETE |
4764 | 2024-12-18T21:34:13.826Z | [ recovery-image] Dec 18 21:34:12.277 INFO O| Dec 18 21:34:12.277 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-12-18T21:34:13.844Z | [ recovery-image] Dec 18 21:34:12.297 INFO O| Dec 18 21:34:12.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4766 | 2024-12-18T21:34:13.844Z | [ recovery-image] Dec 18 21:34:12.298 INFO O| Dec 18 21:34:12.297 INFO STEP 148 (remove_files) COMPLETE |
4767 | 2024-12-18T21:34:13.844Z | [ recovery-image] Dec 18 21:34:12.298 INFO O| Dec 18 21:34:12.298 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-12-18T21:34:13.864Z | [ recovery-image] Dec 18 21:34:12.318 INFO O| Dec 18 21:34:12.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4769 | 2024-12-18T21:34:13.864Z | [ recovery-image] Dec 18 21:34:12.318 INFO O| Dec 18 21:34:12.318 INFO STEP 149 (remove_files) COMPLETE |
4770 | 2024-12-18T21:34:13.866Z | [ recovery-image] Dec 18 21:34:12.318 INFO O| Dec 18 21:34:12.318 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-12-18T21:34:13.948Z | [ recovery-image] Dec 18 21:34:12.401 INFO O| Dec 18 21:34:12.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4772 | 2024-12-18T21:34:13.948Z | [ recovery-image] Dec 18 21:34:12.401 INFO O| Dec 18 21:34:12.401 INFO STEP 150 (remove_files) COMPLETE |
4773 | 2024-12-18T21:34:13.952Z | [ recovery-image] Dec 18 21:34:12.401 INFO O| Dec 18 21:34:12.401 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-12-18T21:34:14.035Z | [ recovery-image] Dec 18 21:34:12.488 INFO O| Dec 18 21:34:12.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4775 | 2024-12-18T21:34:14.035Z | [ recovery-image] Dec 18 21:34:12.488 INFO O| Dec 18 21:34:12.488 INFO STEP 151 (remove_files) COMPLETE |
4776 | 2024-12-18T21:34:14.035Z | [ recovery-image] Dec 18 21:34:12.488 INFO O| Dec 18 21:34:12.488 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2024-12-18T21:34:14.071Z | [ recovery-image] Dec 18 21:34:12.525 INFO O| Dec 18 21:34:12.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4778 | 2024-12-18T21:34:14.074Z | [ recovery-image] Dec 18 21:34:12.525 INFO O| Dec 18 21:34:12.525 INFO STEP 152 (remove_files) COMPLETE |
4779 | 2024-12-18T21:34:14.074Z | [ recovery-image] Dec 18 21:34:12.526 INFO O| Dec 18 21:34:12.525 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-12-18T21:34:14.091Z | [ recovery-image] Dec 18 21:34:12.545 INFO O| Dec 18 21:34:12.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4781 | 2024-12-18T21:34:14.093Z | [ recovery-image] Dec 18 21:34:12.545 INFO O| Dec 18 21:34:12.545 INFO STEP 153 (remove_files) COMPLETE |
4782 | 2024-12-18T21:34:14.093Z | [ recovery-image] Dec 18 21:34:12.545 INFO O| Dec 18 21:34:12.545 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2024-12-18T21:34:14.111Z | [ recovery-image] Dec 18 21:34:12.565 INFO O| Dec 18 21:34:12.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4784 | 2024-12-18T21:34:14.114Z | [ recovery-image] Dec 18 21:34:12.566 INFO O| Dec 18 21:34:12.565 INFO STEP 154 (remove_files) COMPLETE |
4785 | 2024-12-18T21:34:14.114Z | [ recovery-image] Dec 18 21:34:12.566 INFO O| Dec 18 21:34:12.566 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2024-12-18T21:34:14.134Z | [ recovery-image] Dec 18 21:34:12.587 INFO O| Dec 18 21:34:12.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4787 | 2024-12-18T21:34:14.136Z | [ recovery-image] Dec 18 21:34:12.588 INFO O| Dec 18 21:34:12.588 INFO STEP 155 (remove_files) COMPLETE |
4788 | 2024-12-18T21:34:14.137Z | [ recovery-image] Dec 18 21:34:12.588 INFO O| Dec 18 21:34:12.588 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-12-18T21:34:14.152Z | [ recovery-image] Dec 18 21:34:12.606 INFO O| Dec 18 21:34:12.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4790 | 2024-12-18T21:34:14.155Z | [ recovery-image] Dec 18 21:34:12.606 INFO O| Dec 18 21:34:12.606 INFO STEP 156 (remove_files) COMPLETE |
4791 | 2024-12-18T21:34:14.155Z | [ recovery-image] Dec 18 21:34:12.607 INFO O| Dec 18 21:34:12.606 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2024-12-18T21:34:14.171Z | [ recovery-image] Dec 18 21:34:12.624 INFO O| Dec 18 21:34:12.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4793 | 2024-12-18T21:34:14.173Z | [ recovery-image] Dec 18 21:34:12.625 INFO O| Dec 18 21:34:12.625 INFO STEP 157 (remove_files) COMPLETE |
4794 | 2024-12-18T21:34:14.173Z | [ recovery-image] Dec 18 21:34:12.625 INFO O| Dec 18 21:34:12.625 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2024-12-18T21:34:14.188Z | [ recovery-image] Dec 18 21:34:12.642 INFO O| Dec 18 21:34:12.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4796 | 2024-12-18T21:34:14.191Z | [ recovery-image] Dec 18 21:34:12.644 INFO O| Dec 18 21:34:12.644 INFO STEP 158 (remove_files) COMPLETE |
4797 | 2024-12-18T21:34:14.191Z | [ recovery-image] Dec 18 21:34:12.645 INFO O| Dec 18 21:34:12.644 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2024-12-18T21:34:14.208Z | [ recovery-image] Dec 18 21:34:12.662 INFO O| Dec 18 21:34:12.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4799 | 2024-12-18T21:34:14.210Z | [ recovery-image] Dec 18 21:34:12.662 INFO O| Dec 18 21:34:12.662 INFO STEP 159 (remove_files) COMPLETE |
4800 | 2024-12-18T21:34:14.210Z | [ recovery-image] Dec 18 21:34:12.662 INFO O| Dec 18 21:34:12.662 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-12-18T21:34:14.226Z | [ recovery-image] Dec 18 21:34:12.680 INFO O| Dec 18 21:34:12.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4802 | 2024-12-18T21:34:14.229Z | [ recovery-image] Dec 18 21:34:12.680 INFO O| Dec 18 21:34:12.680 INFO STEP 160 (remove_files) COMPLETE |
4803 | 2024-12-18T21:34:14.229Z | [ recovery-image] Dec 18 21:34:12.680 INFO O| Dec 18 21:34:12.680 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2024-12-18T21:34:14.256Z | [ recovery-image] Dec 18 21:34:12.710 INFO O| Dec 18 21:34:12.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4805 | 2024-12-18T21:34:14.256Z | [ recovery-image] Dec 18 21:34:12.710 INFO O| Dec 18 21:34:12.710 INFO STEP 161 (remove_files) COMPLETE |
4806 | 2024-12-18T21:34:14.259Z | [ recovery-image] Dec 18 21:34:12.710 INFO O| Dec 18 21:34:12.710 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2024-12-18T21:34:14.337Z | [ recovery-image] Dec 18 21:34:12.790 INFO O| Dec 18 21:34:12.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4808 | 2024-12-18T21:34:14.337Z | [ recovery-image] Dec 18 21:34:12.790 INFO O| Dec 18 21:34:12.790 INFO STEP 162 (remove_files) COMPLETE |
4809 | 2024-12-18T21:34:14.337Z | [ recovery-image] Dec 18 21:34:12.791 INFO O| Dec 18 21:34:12.790 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2024-12-18T21:34:14.367Z | [ recovery-image] Dec 18 21:34:12.820 INFO O| Dec 18 21:34:12.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4811 | 2024-12-18T21:34:14.367Z | [ recovery-image] Dec 18 21:34:12.820 INFO O| Dec 18 21:34:12.820 INFO STEP 163 (remove_files) COMPLETE |
4812 | 2024-12-18T21:34:14.367Z | [ recovery-image] Dec 18 21:34:12.820 INFO O| Dec 18 21:34:12.820 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2024-12-18T21:34:14.417Z | [ recovery-image] Dec 18 21:34:12.869 INFO O| Dec 18 21:34:12.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4814 | 2024-12-18T21:34:14.417Z | [ recovery-image] Dec 18 21:34:12.870 INFO O| Dec 18 21:34:12.870 INFO STEP 164 (remove_files) COMPLETE |
4815 | 2024-12-18T21:34:14.417Z | [ recovery-image] Dec 18 21:34:12.870 INFO O| Dec 18 21:34:12.870 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2024-12-18T21:34:14.456Z | [ recovery-image] Dec 18 21:34:12.909 INFO O| Dec 18 21:34:12.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4817 | 2024-12-18T21:34:14.456Z | [ recovery-image] Dec 18 21:34:12.910 INFO O| Dec 18 21:34:12.910 INFO STEP 165 (remove_files) COMPLETE |
4818 | 2024-12-18T21:34:14.456Z | [ recovery-image] Dec 18 21:34:12.910 INFO O| Dec 18 21:34:12.910 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-12-18T21:34:14.474Z | [ recovery-image] Dec 18 21:34:12.927 INFO O| Dec 18 21:34:12.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4820 | 2024-12-18T21:34:14.474Z | [ recovery-image] Dec 18 21:34:12.927 INFO O| Dec 18 21:34:12.927 INFO STEP 166 (remove_files) COMPLETE |
4821 | 2024-12-18T21:34:14.476Z | [ recovery-image] Dec 18 21:34:12.928 INFO O| Dec 18 21:34:12.927 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-12-18T21:34:14.493Z | [ recovery-image] Dec 18 21:34:12.947 INFO O| Dec 18 21:34:12.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4823 | 2024-12-18T21:34:14.493Z | [ recovery-image] Dec 18 21:34:12.947 INFO O| Dec 18 21:34:12.947 INFO STEP 167 (remove_files) COMPLETE |
4824 | 2024-12-18T21:34:14.495Z | [ recovery-image] Dec 18 21:34:12.947 INFO O| Dec 18 21:34:12.947 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2024-12-18T21:34:14.512Z | [ recovery-image] Dec 18 21:34:12.965 INFO O| Dec 18 21:34:12.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4826 | 2024-12-18T21:34:14.514Z | [ recovery-image] Dec 18 21:34:12.966 INFO O| Dec 18 21:34:12.965 INFO STEP 168 (remove_files) COMPLETE |
4827 | 2024-12-18T21:34:14.514Z | [ recovery-image] Dec 18 21:34:12.966 INFO O| Dec 18 21:34:12.966 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2024-12-18T21:34:14.531Z | [ recovery-image] Dec 18 21:34:12.984 INFO O| Dec 18 21:34:12.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4829 | 2024-12-18T21:34:14.533Z | [ recovery-image] Dec 18 21:34:12.987 INFO O| Dec 18 21:34:12.987 INFO STEP 169 (remove_files) COMPLETE |
4830 | 2024-12-18T21:34:14.533Z | [ recovery-image] Dec 18 21:34:12.987 INFO O| Dec 18 21:34:12.987 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2024-12-18T21:34:14.555Z | [ recovery-image] Dec 18 21:34:13.009 INFO O| Dec 18 21:34:13.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4832 | 2024-12-18T21:34:14.558Z | [ recovery-image] Dec 18 21:34:13.009 INFO O| Dec 18 21:34:13.009 INFO STEP 170 (remove_files) COMPLETE |
4833 | 2024-12-18T21:34:14.558Z | [ recovery-image] Dec 18 21:34:13.009 INFO O| Dec 18 21:34:13.009 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2024-12-18T21:34:14.578Z | [ recovery-image] Dec 18 21:34:13.032 INFO O| Dec 18 21:34:13.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4835 | 2024-12-18T21:34:14.581Z | [ recovery-image] Dec 18 21:34:13.032 INFO O| Dec 18 21:34:13.032 INFO STEP 171 (remove_files) COMPLETE |
4836 | 2024-12-18T21:34:14.581Z | [ recovery-image] Dec 18 21:34:13.033 INFO O| Dec 18 21:34:13.032 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2024-12-18T21:34:14.676Z | [ recovery-image] Dec 18 21:34:13.130 INFO O| Dec 18 21:34:13.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4838 | 2024-12-18T21:34:14.676Z | [ recovery-image] Dec 18 21:34:13.130 INFO O| Dec 18 21:34:13.130 INFO STEP 172 (remove_files) COMPLETE |
4839 | 2024-12-18T21:34:14.676Z | [ recovery-image] Dec 18 21:34:13.130 INFO O| Dec 18 21:34:13.130 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2024-12-18T21:34:14.716Z | [ recovery-image] Dec 18 21:34:13.170 INFO O| Dec 18 21:34:13.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4841 | 2024-12-18T21:34:14.716Z | [ recovery-image] Dec 18 21:34:13.170 INFO O| Dec 18 21:34:13.170 INFO STEP 173 (remove_files) COMPLETE |
4842 | 2024-12-18T21:34:14.717Z | [ recovery-image] Dec 18 21:34:13.170 INFO O| Dec 18 21:34:13.170 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2024-12-18T21:34:14.740Z | [ recovery-image] Dec 18 21:34:13.194 INFO O| Dec 18 21:34:13.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4844 | 2024-12-18T21:34:14.743Z | [ recovery-image] Dec 18 21:34:13.194 INFO O| Dec 18 21:34:13.194 INFO STEP 174 (remove_files) COMPLETE |
4845 | 2024-12-18T21:34:14.743Z | [ recovery-image] Dec 18 21:34:13.194 INFO O| Dec 18 21:34:13.194 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2024-12-18T21:34:14.762Z | [ recovery-image] Dec 18 21:34:13.216 INFO O| Dec 18 21:34:13.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4847 | 2024-12-18T21:34:14.762Z | [ recovery-image] Dec 18 21:34:13.216 INFO O| Dec 18 21:34:13.216 INFO STEP 175 (remove_files) COMPLETE |
4848 | 2024-12-18T21:34:14.765Z | [ recovery-image] Dec 18 21:34:13.216 INFO O| Dec 18 21:34:13.216 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2024-12-18T21:34:14.784Z | [ recovery-image] Dec 18 21:34:13.238 INFO O| Dec 18 21:34:13.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4850 | 2024-12-18T21:34:14.784Z | [ recovery-image] Dec 18 21:34:13.238 INFO O| Dec 18 21:34:13.238 INFO STEP 176 (remove_files) COMPLETE |
4851 | 2024-12-18T21:34:14.784Z | [ recovery-image] Dec 18 21:34:13.238 INFO O| Dec 18 21:34:13.238 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2024-12-18T21:34:14.804Z | [ recovery-image] Dec 18 21:34:13.257 INFO O| Dec 18 21:34:13.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4853 | 2024-12-18T21:34:14.804Z | [ recovery-image] Dec 18 21:34:13.258 INFO O| Dec 18 21:34:13.257 INFO STEP 177 (remove_files) COMPLETE |
4854 | 2024-12-18T21:34:14.806Z | [ recovery-image] Dec 18 21:34:13.258 INFO O| Dec 18 21:34:13.258 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2024-12-18T21:34:14.822Z | [ recovery-image] Dec 18 21:34:13.276 INFO O| Dec 18 21:34:13.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4856 | 2024-12-18T21:34:14.825Z | [ recovery-image] Dec 18 21:34:13.276 INFO O| Dec 18 21:34:13.276 INFO STEP 178 (remove_files) COMPLETE |
4857 | 2024-12-18T21:34:14.825Z | [ recovery-image] Dec 18 21:34:13.276 INFO O| Dec 18 21:34:13.276 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2024-12-18T21:34:14.841Z | [ recovery-image] Dec 18 21:34:13.295 INFO O| Dec 18 21:34:13.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4859 | 2024-12-18T21:34:14.844Z | [ recovery-image] Dec 18 21:34:13.295 INFO O| Dec 18 21:34:13.295 INFO STEP 179 (remove_files) COMPLETE |
4860 | 2024-12-18T21:34:14.844Z | [ recovery-image] Dec 18 21:34:13.295 INFO O| Dec 18 21:34:13.295 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2024-12-18T21:34:14.861Z | [ recovery-image] Dec 18 21:34:13.314 INFO O| Dec 18 21:34:13.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4862 | 2024-12-18T21:34:14.861Z | [ recovery-image] Dec 18 21:34:13.315 INFO O| Dec 18 21:34:13.315 INFO STEP 180 (remove_files) COMPLETE |
4863 | 2024-12-18T21:34:14.861Z | [ recovery-image] Dec 18 21:34:13.315 INFO O| Dec 18 21:34:13.315 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2024-12-18T21:34:14.879Z | [ recovery-image] Dec 18 21:34:13.333 INFO O| Dec 18 21:34:13.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4865 | 2024-12-18T21:34:14.879Z | [ recovery-image] Dec 18 21:34:13.333 INFO O| Dec 18 21:34:13.333 INFO STEP 181 (remove_files) COMPLETE |
4866 | 2024-12-18T21:34:14.879Z | [ recovery-image] Dec 18 21:34:13.333 INFO O| Dec 18 21:34:13.333 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2024-12-18T21:34:14.905Z | [ recovery-image] Dec 18 21:34:13.359 INFO O| Dec 18 21:34:13.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4868 | 2024-12-18T21:34:14.910Z | [ recovery-image] Dec 18 21:34:13.359 INFO O| Dec 18 21:34:13.359 INFO STEP 182 (remove_files) COMPLETE |
4869 | 2024-12-18T21:34:14.910Z | [ recovery-image] Dec 18 21:34:13.359 INFO O| Dec 18 21:34:13.359 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2024-12-18T21:34:14.923Z | [ recovery-image] Dec 18 21:34:13.377 INFO O| Dec 18 21:34:13.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4871 | 2024-12-18T21:34:14.926Z | [ recovery-image] Dec 18 21:34:13.377 INFO O| Dec 18 21:34:13.377 INFO STEP 183 (remove_files) COMPLETE |
4872 | 2024-12-18T21:34:14.926Z | [ recovery-image] Dec 18 21:34:13.377 INFO O| Dec 18 21:34:13.377 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2024-12-18T21:34:14.941Z | [ recovery-image] Dec 18 21:34:13.394 INFO O| Dec 18 21:34:13.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4874 | 2024-12-18T21:34:14.944Z | [ recovery-image] Dec 18 21:34:13.395 INFO O| Dec 18 21:34:13.395 INFO STEP 184 (remove_files) COMPLETE |
4875 | 2024-12-18T21:34:14.944Z | [ recovery-image] Dec 18 21:34:13.395 INFO O| Dec 18 21:34:13.395 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2024-12-18T21:34:14.961Z | [ recovery-image] Dec 18 21:34:13.414 INFO O| Dec 18 21:34:13.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4877 | 2024-12-18T21:34:14.961Z | [ recovery-image] Dec 18 21:34:13.414 INFO O| Dec 18 21:34:13.414 INFO STEP 185 (remove_files) COMPLETE |
4878 | 2024-12-18T21:34:14.963Z | [ recovery-image] Dec 18 21:34:13.415 INFO O| Dec 18 21:34:13.414 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2024-12-18T21:34:14.980Z | [ recovery-image] Dec 18 21:34:13.433 INFO O| Dec 18 21:34:13.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4880 | 2024-12-18T21:34:14.980Z | [ recovery-image] Dec 18 21:34:13.433 INFO O| Dec 18 21:34:13.433 INFO STEP 186 (remove_files) COMPLETE |
4881 | 2024-12-18T21:34:14.982Z | [ recovery-image] Dec 18 21:34:13.433 INFO O| Dec 18 21:34:13.433 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2024-12-18T21:34:14.998Z | [ recovery-image] Dec 18 21:34:13.452 INFO O| Dec 18 21:34:13.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4883 | 2024-12-18T21:34:14.998Z | [ recovery-image] Dec 18 21:34:13.452 INFO O| Dec 18 21:34:13.452 INFO STEP 187 (remove_files) COMPLETE |
4884 | 2024-12-18T21:34:15.001Z | [ recovery-image] Dec 18 21:34:13.452 INFO O| Dec 18 21:34:13.452 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4885 | 2024-12-18T21:34:15.039Z | [ recovery-image] Dec 18 21:34:13.492 INFO O| Dec 18 21:34:13.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4886 | 2024-12-18T21:34:15.039Z | [ recovery-image] Dec 18 21:34:13.492 INFO O| Dec 18 21:34:13.492 INFO STEP 188 (remove_files) COMPLETE |
4887 | 2024-12-18T21:34:15.042Z | [ recovery-image] Dec 18 21:34:13.492 INFO O| Dec 18 21:34:13.492 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4888 | 2024-12-18T21:34:15.057Z | [ recovery-image] Dec 18 21:34:13.511 INFO O| Dec 18 21:34:13.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4889 | 2024-12-18T21:34:15.058Z | [ recovery-image] Dec 18 21:34:13.511 INFO O| Dec 18 21:34:13.511 INFO STEP 189 (remove_files) COMPLETE |
4890 | 2024-12-18T21:34:15.060Z | [ recovery-image] Dec 18 21:34:13.511 INFO O| Dec 18 21:34:13.511 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4891 | 2024-12-18T21:34:15.078Z | [ recovery-image] Dec 18 21:34:13.532 INFO O| Dec 18 21:34:13.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4892 | 2024-12-18T21:34:15.079Z | [ recovery-image] Dec 18 21:34:13.532 INFO O| Dec 18 21:34:13.532 INFO STEP 190 (remove_files) COMPLETE |
4893 | 2024-12-18T21:34:15.081Z | [ recovery-image] Dec 18 21:34:13.532 INFO O| Dec 18 21:34:13.532 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2024-12-18T21:34:15.098Z | [ recovery-image] Dec 18 21:34:13.552 INFO O| Dec 18 21:34:13.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4895 | 2024-12-18T21:34:15.098Z | [ recovery-image] Dec 18 21:34:13.552 INFO O| Dec 18 21:34:13.552 INFO STEP 191 (remove_files) COMPLETE |
4896 | 2024-12-18T21:34:15.099Z | [ recovery-image] Dec 18 21:34:13.552 INFO O| Dec 18 21:34:13.552 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4897 | 2024-12-18T21:34:15.116Z | [ recovery-image] Dec 18 21:34:13.570 INFO O| Dec 18 21:34:13.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4898 | 2024-12-18T21:34:15.116Z | [ recovery-image] Dec 18 21:34:13.570 INFO O| Dec 18 21:34:13.570 INFO STEP 192 (remove_files) COMPLETE |
4899 | 2024-12-18T21:34:15.116Z | [ recovery-image] Dec 18 21:34:13.570 INFO O| Dec 18 21:34:13.570 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4900 | 2024-12-18T21:34:15.145Z | [ recovery-image] Dec 18 21:34:13.598 INFO O| Dec 18 21:34:13.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4901 | 2024-12-18T21:34:15.145Z | [ recovery-image] Dec 18 21:34:13.598 INFO O| Dec 18 21:34:13.598 INFO STEP 193 (remove_files) COMPLETE |
4902 | 2024-12-18T21:34:15.148Z | [ recovery-image] Dec 18 21:34:13.598 INFO O| Dec 18 21:34:13.598 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4903 | 2024-12-18T21:34:15.234Z | [ host-image] Dec 18 21:34:13.687 INFO O| Dec 18 21:34:13.687 INFO O| Download: 1129/1140 items 6.6/8.4MB 78% complete (1.3M/s) |
4904 | 2024-12-18T21:34:15.241Z | [ recovery-image] Dec 18 21:34:13.694 INFO O| Dec 18 21:34:13.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4905 | 2024-12-18T21:34:15.241Z | [ recovery-image] Dec 18 21:34:13.694 INFO O| Dec 18 21:34:13.694 INFO STEP 194 (remove_files) COMPLETE |
4906 | 2024-12-18T21:34:15.241Z | [ recovery-image] Dec 18 21:34:13.694 INFO O| Dec 18 21:34:13.694 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-12-18T21:34:15.324Z | [ recovery-image] Dec 18 21:34:13.778 INFO O| Dec 18 21:34:13.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4908 | 2024-12-18T21:34:15.325Z | [ recovery-image] Dec 18 21:34:13.778 INFO O| Dec 18 21:34:13.778 INFO STEP 195 (remove_files) COMPLETE |
4909 | 2024-12-18T21:34:15.325Z | [ recovery-image] Dec 18 21:34:13.778 INFO O| Dec 18 21:34:13.778 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2024-12-18T21:34:15.357Z | [ recovery-image] Dec 18 21:34:13.810 INFO O| Dec 18 21:34:13.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4911 | 2024-12-18T21:34:15.357Z | [ recovery-image] Dec 18 21:34:13.810 INFO O| Dec 18 21:34:13.810 INFO STEP 196 (remove_files) COMPLETE |
4912 | 2024-12-18T21:34:15.357Z | [ recovery-image] Dec 18 21:34:13.810 INFO O| Dec 18 21:34:13.810 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2024-12-18T21:34:15.384Z | [ recovery-image] Dec 18 21:34:13.838 INFO O| Dec 18 21:34:13.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4914 | 2024-12-18T21:34:15.384Z | [ recovery-image] Dec 18 21:34:13.838 INFO O| Dec 18 21:34:13.838 INFO STEP 197 (remove_files) COMPLETE |
4915 | 2024-12-18T21:34:15.389Z | [ recovery-image] Dec 18 21:34:13.838 INFO O| Dec 18 21:34:13.838 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-12-18T21:34:15.418Z | [ recovery-image] Dec 18 21:34:13.871 INFO O| Dec 18 21:34:13.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4917 | 2024-12-18T21:34:15.419Z | [ recovery-image] Dec 18 21:34:13.872 INFO O| Dec 18 21:34:13.872 INFO STEP 198 (remove_files) COMPLETE |
4918 | 2024-12-18T21:34:15.422Z | [ recovery-image] Dec 18 21:34:13.872 INFO O| Dec 18 21:34:13.872 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-12-18T21:34:15.437Z | [ recovery-image] Dec 18 21:34:13.891 INFO O| Dec 18 21:34:13.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4920 | 2024-12-18T21:34:15.438Z | [ recovery-image] Dec 18 21:34:13.891 INFO O| Dec 18 21:34:13.891 INFO STEP 199 (remove_files) COMPLETE |
4921 | 2024-12-18T21:34:15.438Z | [ recovery-image] Dec 18 21:34:13.891 INFO O| Dec 18 21:34:13.891 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-12-18T21:34:15.456Z | [ recovery-image] Dec 18 21:34:13.909 INFO O| Dec 18 21:34:13.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4923 | 2024-12-18T21:34:15.456Z | [ recovery-image] Dec 18 21:34:13.909 INFO O| Dec 18 21:34:13.909 INFO STEP 200 (remove_files) COMPLETE |
4924 | 2024-12-18T21:34:15.459Z | [ recovery-image] Dec 18 21:34:13.909 INFO O| Dec 18 21:34:13.909 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-12-18T21:34:15.474Z | [ recovery-image] Dec 18 21:34:13.927 INFO O| Dec 18 21:34:13.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4926 | 2024-12-18T21:34:15.477Z | [ recovery-image] Dec 18 21:34:13.927 INFO O| Dec 18 21:34:13.927 INFO STEP 201 (remove_files) COMPLETE |
4927 | 2024-12-18T21:34:15.477Z | [ recovery-image] Dec 18 21:34:13.927 INFO O| Dec 18 21:34:13.927 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-12-18T21:34:15.496Z | [ recovery-image] Dec 18 21:34:13.947 INFO O| Dec 18 21:34:13.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4929 | 2024-12-18T21:34:15.496Z | [ recovery-image] Dec 18 21:34:13.947 INFO O| Dec 18 21:34:13.947 INFO STEP 202 (remove_files) COMPLETE |
4930 | 2024-12-18T21:34:15.496Z | [ recovery-image] Dec 18 21:34:13.947 INFO O| Dec 18 21:34:13.947 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-12-18T21:34:15.516Z | [ recovery-image] Dec 18 21:34:13.969 INFO O| Dec 18 21:34:13.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4932 | 2024-12-18T21:34:15.516Z | [ recovery-image] Dec 18 21:34:13.969 INFO O| Dec 18 21:34:13.969 INFO STEP 203 (remove_files) COMPLETE |
4933 | 2024-12-18T21:34:15.516Z | [ recovery-image] Dec 18 21:34:13.969 INFO O| Dec 18 21:34:13.969 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2024-12-18T21:34:15.536Z | [ recovery-image] Dec 18 21:34:13.990 INFO O| Dec 18 21:34:13.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4935 | 2024-12-18T21:34:15.537Z | [ recovery-image] Dec 18 21:34:13.990 INFO O| Dec 18 21:34:13.990 INFO STEP 204 (remove_files) COMPLETE |
4936 | 2024-12-18T21:34:15.540Z | [ recovery-image] Dec 18 21:34:13.990 INFO O| Dec 18 21:34:13.990 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-12-18T21:34:15.557Z | [ recovery-image] Dec 18 21:34:14.010 INFO O| Dec 18 21:34:14.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4938 | 2024-12-18T21:34:15.557Z | [ recovery-image] Dec 18 21:34:14.010 INFO O| Dec 18 21:34:14.010 INFO STEP 205 (remove_files) COMPLETE |
4939 | 2024-12-18T21:34:15.557Z | [ recovery-image] Dec 18 21:34:14.010 INFO O| Dec 18 21:34:14.010 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-12-18T21:34:15.581Z | [ recovery-image] Dec 18 21:34:14.033 INFO O| Dec 18 21:34:14.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4941 | 2024-12-18T21:34:15.581Z | [ recovery-image] Dec 18 21:34:14.033 INFO O| Dec 18 21:34:14.033 INFO STEP 206 (remove_files) COMPLETE |
4942 | 2024-12-18T21:34:15.581Z | [ recovery-image] Dec 18 21:34:14.033 INFO O| Dec 18 21:34:14.033 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-12-18T21:34:15.600Z | [ recovery-image] Dec 18 21:34:14.053 INFO O| Dec 18 21:34:14.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4944 | 2024-12-18T21:34:15.600Z | [ recovery-image] Dec 18 21:34:14.053 INFO O| Dec 18 21:34:14.053 INFO STEP 207 (remove_files) COMPLETE |
4945 | 2024-12-18T21:34:15.602Z | [ recovery-image] Dec 18 21:34:14.053 INFO O| Dec 18 21:34:14.053 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-12-18T21:34:15.618Z | [ recovery-image] Dec 18 21:34:14.072 INFO O| Dec 18 21:34:14.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4947 | 2024-12-18T21:34:15.621Z | [ recovery-image] Dec 18 21:34:14.072 INFO O| Dec 18 21:34:14.072 INFO STEP 208 (remove_files) COMPLETE |
4948 | 2024-12-18T21:34:15.621Z | [ recovery-image] Dec 18 21:34:14.072 INFO O| Dec 18 21:34:14.072 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-12-18T21:34:15.628Z | [ host-image] Dec 18 21:34:14.082 INFO O| Dec 18 21:34:14.082 INFO O| Download: Completed 8.42 MB in 5.40 seconds (1.6M/s) |
4950 | 2024-12-18T21:34:15.712Z | [ recovery-image] Dec 18 21:34:14.165 INFO O| Dec 18 21:34:14.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4951 | 2024-12-18T21:34:15.712Z | [ recovery-image] Dec 18 21:34:14.165 INFO O| Dec 18 21:34:14.165 INFO STEP 209 (remove_files) COMPLETE |
4952 | 2024-12-18T21:34:15.712Z | [ recovery-image] Dec 18 21:34:14.165 INFO O| Dec 18 21:34:14.165 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-12-18T21:34:15.742Z | [ recovery-image] Dec 18 21:34:14.196 INFO O| Dec 18 21:34:14.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4954 | 2024-12-18T21:34:15.745Z | [ recovery-image] Dec 18 21:34:14.196 INFO O| Dec 18 21:34:14.196 INFO STEP 210 (remove_files) COMPLETE |
4955 | 2024-12-18T21:34:15.745Z | [ recovery-image] Dec 18 21:34:14.196 INFO O| Dec 18 21:34:14.196 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-12-18T21:34:15.761Z | [ recovery-image] Dec 18 21:34:14.215 INFO O| Dec 18 21:34:14.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4957 | 2024-12-18T21:34:15.764Z | [ recovery-image] Dec 18 21:34:14.215 INFO O| Dec 18 21:34:14.215 INFO STEP 211 (remove_files) COMPLETE |
4958 | 2024-12-18T21:34:15.764Z | [ recovery-image] Dec 18 21:34:14.215 INFO O| Dec 18 21:34:14.215 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-12-18T21:34:15.779Z | [ recovery-image] Dec 18 21:34:14.233 INFO O| Dec 18 21:34:14.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4960 | 2024-12-18T21:34:15.782Z | [ recovery-image] Dec 18 21:34:14.233 INFO O| Dec 18 21:34:14.233 INFO STEP 212 (remove_files) COMPLETE |
4961 | 2024-12-18T21:34:15.782Z | [ recovery-image] Dec 18 21:34:14.233 INFO O| Dec 18 21:34:14.233 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-12-18T21:34:15.797Z | [ recovery-image] Dec 18 21:34:14.251 INFO O| Dec 18 21:34:14.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4963 | 2024-12-18T21:34:15.800Z | [ recovery-image] Dec 18 21:34:14.251 INFO O| Dec 18 21:34:14.251 INFO STEP 213 (remove_files) COMPLETE |
4964 | 2024-12-18T21:34:15.800Z | [ recovery-image] Dec 18 21:34:14.251 INFO O| Dec 18 21:34:14.251 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-12-18T21:34:15.825Z | [ recovery-image] Dec 18 21:34:14.278 INFO O| Dec 18 21:34:14.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4966 | 2024-12-18T21:34:15.825Z | [ recovery-image] Dec 18 21:34:14.278 INFO O| Dec 18 21:34:14.278 INFO STEP 214 (remove_files) COMPLETE |
4967 | 2024-12-18T21:34:15.825Z | [ recovery-image] Dec 18 21:34:14.278 INFO O| Dec 18 21:34:14.278 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-12-18T21:34:15.863Z | [ recovery-image] Dec 18 21:34:14.315 INFO O| Dec 18 21:34:14.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4969 | 2024-12-18T21:34:15.863Z | [ recovery-image] Dec 18 21:34:14.315 INFO O| Dec 18 21:34:14.315 INFO STEP 215 (remove_files) COMPLETE |
4970 | 2024-12-18T21:34:15.863Z | [ recovery-image] Dec 18 21:34:14.315 INFO O| Dec 18 21:34:14.315 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-12-18T21:34:15.874Z | [ host-image] Dec 18 21:34:14.327 INFO O| Dec 18 21:34:14.327 INFO O| Actions: 1/1361 actions (Installing new actions) |
4972 | 2024-12-18T21:34:15.881Z | [ recovery-image] Dec 18 21:34:14.335 INFO O| Dec 18 21:34:14.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4973 | 2024-12-18T21:34:15.885Z | [ recovery-image] Dec 18 21:34:14.335 INFO O| Dec 18 21:34:14.335 INFO STEP 216 (remove_files) COMPLETE |
4974 | 2024-12-18T21:34:15.885Z | [ recovery-image] Dec 18 21:34:14.335 INFO O| Dec 18 21:34:14.335 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4975 | 2024-12-18T21:34:15.901Z | [ recovery-image] Dec 18 21:34:14.355 INFO O| Dec 18 21:34:14.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4976 | 2024-12-18T21:34:15.901Z | [ recovery-image] Dec 18 21:34:14.355 INFO O| Dec 18 21:34:14.354 INFO STEP 217 (remove_files) COMPLETE |
4977 | 2024-12-18T21:34:15.904Z | [ recovery-image] Dec 18 21:34:14.355 INFO O| Dec 18 21:34:14.354 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2024-12-18T21:34:15.918Z | [ recovery-image] Dec 18 21:34:14.372 INFO O| Dec 18 21:34:14.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4979 | 2024-12-18T21:34:15.918Z | [ recovery-image] Dec 18 21:34:14.372 INFO O| Dec 18 21:34:14.372 INFO STEP 218 (remove_files) COMPLETE |
4980 | 2024-12-18T21:34:15.921Z | [ recovery-image] Dec 18 21:34:14.372 INFO O| Dec 18 21:34:14.372 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2024-12-18T21:34:15.936Z | [ recovery-image] Dec 18 21:34:14.390 INFO O| Dec 18 21:34:14.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4982 | 2024-12-18T21:34:15.936Z | [ recovery-image] Dec 18 21:34:14.390 INFO O| Dec 18 21:34:14.390 INFO STEP 219 (remove_files) COMPLETE |
4983 | 2024-12-18T21:34:15.936Z | [ recovery-image] Dec 18 21:34:14.390 INFO O| Dec 18 21:34:14.390 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2024-12-18T21:34:15.954Z | [ recovery-image] Dec 18 21:34:14.408 INFO O| Dec 18 21:34:14.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4985 | 2024-12-18T21:34:15.954Z | [ recovery-image] Dec 18 21:34:14.408 INFO O| Dec 18 21:34:14.408 INFO STEP 220 (remove_files) COMPLETE |
4986 | 2024-12-18T21:34:15.955Z | [ recovery-image] Dec 18 21:34:14.408 INFO O| Dec 18 21:34:14.408 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4987 | 2024-12-18T21:34:15.995Z | [ recovery-image] Dec 18 21:34:14.448 INFO O| Dec 18 21:34:14.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4988 | 2024-12-18T21:34:15.995Z | [ recovery-image] Dec 18 21:34:14.448 INFO O| Dec 18 21:34:14.448 INFO STEP 221 (remove_files) COMPLETE |
4989 | 2024-12-18T21:34:15.995Z | [ recovery-image] Dec 18 21:34:14.448 INFO O| Dec 18 21:34:14.448 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4990 | 2024-12-18T21:34:16.017Z | [ recovery-image] Dec 18 21:34:14.470 INFO O| Dec 18 21:34:14.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4991 | 2024-12-18T21:34:16.017Z | [ recovery-image] Dec 18 21:34:14.470 INFO O| Dec 18 21:34:14.470 INFO STEP 222 (remove_files) COMPLETE |
4992 | 2024-12-18T21:34:16.017Z | [ recovery-image] Dec 18 21:34:14.470 INFO O| Dec 18 21:34:14.470 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4993 | 2024-12-18T21:34:16.063Z | [ recovery-image] Dec 18 21:34:14.517 INFO O| Dec 18 21:34:14.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4994 | 2024-12-18T21:34:16.066Z | [ recovery-image] Dec 18 21:34:14.517 INFO O| Dec 18 21:34:14.517 INFO STEP 223 (remove_files) COMPLETE |
4995 | 2024-12-18T21:34:16.066Z | [ recovery-image] Dec 18 21:34:14.517 INFO O| Dec 18 21:34:14.517 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4996 | 2024-12-18T21:34:16.086Z | [ recovery-image] Dec 18 21:34:14.539 INFO O| Dec 18 21:34:14.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4997 | 2024-12-18T21:34:16.086Z | [ recovery-image] Dec 18 21:34:14.539 INFO O| Dec 18 21:34:14.539 INFO STEP 224 (remove_files) COMPLETE |
4998 | 2024-12-18T21:34:16.086Z | [ recovery-image] Dec 18 21:34:14.539 INFO O| Dec 18 21:34:14.539 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4999 | 2024-12-18T21:34:16.106Z | [ recovery-image] Dec 18 21:34:14.559 INFO O| Dec 18 21:34:14.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5000 | 2024-12-18T21:34:16.106Z | [ recovery-image] Dec 18 21:34:14.559 INFO O| Dec 18 21:34:14.559 INFO STEP 225 (remove_files) COMPLETE |
5001 | 2024-12-18T21:34:16.106Z | [ recovery-image] Dec 18 21:34:14.559 INFO O| Dec 18 21:34:14.559 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5002 | 2024-12-18T21:34:16.151Z | [ recovery-image] Dec 18 21:34:14.604 INFO O| Dec 18 21:34:14.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5003 | 2024-12-18T21:34:16.153Z | [ recovery-image] Dec 18 21:34:14.604 INFO O| Dec 18 21:34:14.604 INFO STEP 226 (remove_files) COMPLETE |
5004 | 2024-12-18T21:34:16.153Z | [ recovery-image] Dec 18 21:34:14.604 INFO O| Dec 18 21:34:14.604 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5005 | 2024-12-18T21:34:16.172Z | [ recovery-image] Dec 18 21:34:14.625 INFO O| Dec 18 21:34:14.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5006 | 2024-12-18T21:34:16.174Z | [ recovery-image] Dec 18 21:34:14.625 INFO O| Dec 18 21:34:14.625 INFO STEP 227 (remove_files) COMPLETE |
5007 | 2024-12-18T21:34:16.174Z | [ recovery-image] Dec 18 21:34:14.625 INFO O| Dec 18 21:34:14.625 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5008 | 2024-12-18T21:34:16.198Z | [ recovery-image] Dec 18 21:34:14.651 INFO O| Dec 18 21:34:14.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5009 | 2024-12-18T21:34:16.198Z | [ recovery-image] Dec 18 21:34:14.651 INFO O| Dec 18 21:34:14.651 INFO STEP 228 (remove_files) COMPLETE |
5010 | 2024-12-18T21:34:16.198Z | [ recovery-image] Dec 18 21:34:14.651 INFO O| Dec 18 21:34:14.651 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5011 | 2024-12-18T21:34:16.218Z | [ recovery-image] Dec 18 21:34:14.671 INFO O| Dec 18 21:34:14.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5012 | 2024-12-18T21:34:16.218Z | [ recovery-image] Dec 18 21:34:14.671 INFO O| Dec 18 21:34:14.671 INFO STEP 229 (remove_files) COMPLETE |
5013 | 2024-12-18T21:34:16.218Z | [ recovery-image] Dec 18 21:34:14.672 INFO O| Dec 18 21:34:14.671 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5014 | 2024-12-18T21:34:16.238Z | [ recovery-image] Dec 18 21:34:14.691 INFO O| Dec 18 21:34:14.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5015 | 2024-12-18T21:34:16.238Z | [ recovery-image] Dec 18 21:34:14.691 INFO O| Dec 18 21:34:14.691 INFO STEP 230 (remove_files) COMPLETE |
5016 | 2024-12-18T21:34:16.238Z | [ recovery-image] Dec 18 21:34:14.691 INFO O| Dec 18 21:34:14.691 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5017 | 2024-12-18T21:34:16.258Z | [ recovery-image] Dec 18 21:34:14.711 INFO O| Dec 18 21:34:14.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5018 | 2024-12-18T21:34:16.258Z | [ recovery-image] Dec 18 21:34:14.711 INFO O| Dec 18 21:34:14.711 INFO STEP 231 (remove_files) COMPLETE |
5019 | 2024-12-18T21:34:16.261Z | [ recovery-image] Dec 18 21:34:14.711 INFO O| Dec 18 21:34:14.711 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5020 | 2024-12-18T21:34:16.277Z | [ recovery-image] Dec 18 21:34:14.730 INFO O| Dec 18 21:34:14.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5021 | 2024-12-18T21:34:16.277Z | [ recovery-image] Dec 18 21:34:14.730 INFO O| Dec 18 21:34:14.730 INFO STEP 232 (remove_files) COMPLETE |
5022 | 2024-12-18T21:34:16.277Z | [ recovery-image] Dec 18 21:34:14.730 INFO O| Dec 18 21:34:14.730 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5023 | 2024-12-18T21:34:16.295Z | [ recovery-image] Dec 18 21:34:14.748 INFO O| Dec 18 21:34:14.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5024 | 2024-12-18T21:34:16.295Z | [ recovery-image] Dec 18 21:34:14.748 INFO O| Dec 18 21:34:14.748 INFO STEP 233 (remove_files) COMPLETE |
5025 | 2024-12-18T21:34:16.295Z | [ recovery-image] Dec 18 21:34:14.748 INFO O| Dec 18 21:34:14.748 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5026 | 2024-12-18T21:34:16.320Z | [ recovery-image] Dec 18 21:34:14.773 INFO O| Dec 18 21:34:14.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5027 | 2024-12-18T21:34:16.320Z | [ recovery-image] Dec 18 21:34:14.773 INFO O| Dec 18 21:34:14.773 INFO STEP 234 (remove_files) COMPLETE |
5028 | 2024-12-18T21:34:16.321Z | [ recovery-image] Dec 18 21:34:14.773 INFO O| Dec 18 21:34:14.773 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5029 | 2024-12-18T21:34:16.356Z | [ recovery-image] Dec 18 21:34:14.809 INFO O| Dec 18 21:34:14.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5030 | 2024-12-18T21:34:16.356Z | [ recovery-image] Dec 18 21:34:14.809 INFO O| Dec 18 21:34:14.809 INFO STEP 235 (remove_files) COMPLETE |
5031 | 2024-12-18T21:34:16.356Z | [ recovery-image] Dec 18 21:34:14.809 INFO O| Dec 18 21:34:14.809 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5032 | 2024-12-18T21:34:16.378Z | [ recovery-image] Dec 18 21:34:14.831 INFO O| Dec 18 21:34:14.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5033 | 2024-12-18T21:34:16.378Z | [ recovery-image] Dec 18 21:34:14.831 INFO O| Dec 18 21:34:14.831 INFO STEP 236 (remove_files) COMPLETE |
5034 | 2024-12-18T21:34:16.381Z | [ recovery-image] Dec 18 21:34:14.831 INFO O| Dec 18 21:34:14.831 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5035 | 2024-12-18T21:34:16.399Z | [ recovery-image] Dec 18 21:34:14.852 INFO O| Dec 18 21:34:14.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5036 | 2024-12-18T21:34:16.402Z | [ recovery-image] Dec 18 21:34:14.852 INFO O| Dec 18 21:34:14.852 INFO STEP 237 (remove_files) COMPLETE |
5037 | 2024-12-18T21:34:16.402Z | [ recovery-image] Dec 18 21:34:14.853 INFO O| Dec 18 21:34:14.852 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5038 | 2024-12-18T21:34:16.418Z | [ recovery-image] Dec 18 21:34:14.871 INFO O| Dec 18 21:34:14.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5039 | 2024-12-18T21:34:16.421Z | [ recovery-image] Dec 18 21:34:14.871 INFO O| Dec 18 21:34:14.871 INFO STEP 238 (remove_files) COMPLETE |
5040 | 2024-12-18T21:34:16.421Z | [ recovery-image] Dec 18 21:34:14.872 INFO O| Dec 18 21:34:14.871 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5041 | 2024-12-18T21:34:16.438Z | [ recovery-image] Dec 18 21:34:14.891 INFO O| Dec 18 21:34:14.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5042 | 2024-12-18T21:34:16.438Z | [ recovery-image] Dec 18 21:34:14.891 INFO O| Dec 18 21:34:14.891 INFO STEP 239 (remove_files) COMPLETE |
5043 | 2024-12-18T21:34:16.440Z | [ recovery-image] Dec 18 21:34:14.891 INFO O| Dec 18 21:34:14.891 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5044 | 2024-12-18T21:34:16.457Z | [ recovery-image] Dec 18 21:34:14.911 INFO O| Dec 18 21:34:14.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5045 | 2024-12-18T21:34:16.457Z | [ recovery-image] Dec 18 21:34:14.911 INFO O| Dec 18 21:34:14.911 INFO STEP 240 (remove_files) COMPLETE |
5046 | 2024-12-18T21:34:16.460Z | [ recovery-image] Dec 18 21:34:14.911 INFO O| Dec 18 21:34:14.911 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5047 | 2024-12-18T21:34:16.478Z | [ recovery-image] Dec 18 21:34:14.931 INFO O| Dec 18 21:34:14.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5048 | 2024-12-18T21:34:16.478Z | [ recovery-image] Dec 18 21:34:14.931 INFO O| Dec 18 21:34:14.931 INFO STEP 241 (remove_files) COMPLETE |
5049 | 2024-12-18T21:34:16.478Z | [ recovery-image] Dec 18 21:34:14.931 INFO O| Dec 18 21:34:14.931 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5050 | 2024-12-18T21:34:16.497Z | [ recovery-image] Dec 18 21:34:14.950 INFO O| Dec 18 21:34:14.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5051 | 2024-12-18T21:34:16.497Z | [ recovery-image] Dec 18 21:34:14.950 INFO O| Dec 18 21:34:14.950 INFO STEP 242 (remove_files) COMPLETE |
5052 | 2024-12-18T21:34:16.497Z | [ recovery-image] Dec 18 21:34:14.950 INFO O| Dec 18 21:34:14.950 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5053 | 2024-12-18T21:34:16.584Z | [ host-image] Dec 18 21:34:15.037 INFO O| Dec 18 21:34:15.037 INFO O| Actions: Completed 1361 actions in 0.71 seconds. |
5054 | 2024-12-18T21:34:16.623Z | [ recovery-image] Dec 18 21:34:15.076 INFO O| Dec 18 21:34:15.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5055 | 2024-12-18T21:34:16.623Z | [ recovery-image] Dec 18 21:34:15.076 INFO O| Dec 18 21:34:15.076 INFO STEP 243 (remove_files) COMPLETE |
5056 | 2024-12-18T21:34:16.624Z | [ recovery-image] Dec 18 21:34:15.076 INFO O| Dec 18 21:34:15.076 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5057 | 2024-12-18T21:34:16.646Z | [ recovery-image] Dec 18 21:34:15.099 INFO O| Dec 18 21:34:15.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5058 | 2024-12-18T21:34:16.646Z | [ recovery-image] Dec 18 21:34:15.099 INFO O| Dec 18 21:34:15.099 INFO STEP 244 (remove_files) COMPLETE |
5059 | 2024-12-18T21:34:16.646Z | [ recovery-image] Dec 18 21:34:15.099 INFO O| Dec 18 21:34:15.099 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5060 | 2024-12-18T21:34:16.668Z | [ recovery-image] Dec 18 21:34:15.121 INFO O| Dec 18 21:34:15.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5061 | 2024-12-18T21:34:16.668Z | [ recovery-image] Dec 18 21:34:15.121 INFO O| Dec 18 21:34:15.121 INFO STEP 245 (remove_files) COMPLETE |
5062 | 2024-12-18T21:34:16.668Z | [ recovery-image] Dec 18 21:34:15.121 INFO O| Dec 18 21:34:15.121 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5063 | 2024-12-18T21:34:16.691Z | [ recovery-image] Dec 18 21:34:15.144 INFO O| Dec 18 21:34:15.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5064 | 2024-12-18T21:34:16.694Z | [ recovery-image] Dec 18 21:34:15.147 INFO O| Dec 18 21:34:15.147 INFO STEP 246 (remove_files) COMPLETE |
5065 | 2024-12-18T21:34:16.694Z | [ recovery-image] Dec 18 21:34:15.147 INFO O| Dec 18 21:34:15.147 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5066 | 2024-12-18T21:34:16.732Z | [ recovery-image] Dec 18 21:34:15.185 INFO O| Dec 18 21:34:15.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5067 | 2024-12-18T21:34:16.732Z | [ recovery-image] Dec 18 21:34:15.185 INFO O| Dec 18 21:34:15.185 INFO STEP 247 (remove_files) COMPLETE |
5068 | 2024-12-18T21:34:16.732Z | [ recovery-image] Dec 18 21:34:15.185 INFO O| Dec 18 21:34:15.185 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5069 | 2024-12-18T21:34:16.753Z | [ recovery-image] Dec 18 21:34:15.206 INFO O| Dec 18 21:34:15.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5070 | 2024-12-18T21:34:16.753Z | [ recovery-image] Dec 18 21:34:15.206 INFO O| Dec 18 21:34:15.206 INFO STEP 248 (remove_files) COMPLETE |
5071 | 2024-12-18T21:34:16.756Z | [ recovery-image] Dec 18 21:34:15.207 INFO O| Dec 18 21:34:15.206 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5072 | 2024-12-18T21:34:16.775Z | [ recovery-image] Dec 18 21:34:15.228 INFO O| Dec 18 21:34:15.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5073 | 2024-12-18T21:34:16.775Z | [ recovery-image] Dec 18 21:34:15.228 INFO O| Dec 18 21:34:15.228 INFO STEP 249 (remove_files) COMPLETE |
5074 | 2024-12-18T21:34:16.775Z | [ recovery-image] Dec 18 21:34:15.228 INFO O| Dec 18 21:34:15.228 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2024-12-18T21:34:16.796Z | [ recovery-image] Dec 18 21:34:15.249 INFO O| Dec 18 21:34:15.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5076 | 2024-12-18T21:34:16.796Z | [ recovery-image] Dec 18 21:34:15.249 INFO O| Dec 18 21:34:15.249 INFO STEP 250 (remove_files) COMPLETE |
5077 | 2024-12-18T21:34:16.796Z | [ recovery-image] Dec 18 21:34:15.249 INFO O| Dec 18 21:34:15.249 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2024-12-18T21:34:16.815Z | [ recovery-image] Dec 18 21:34:15.268 INFO O| Dec 18 21:34:15.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5079 | 2024-12-18T21:34:16.818Z | [ recovery-image] Dec 18 21:34:15.268 INFO O| Dec 18 21:34:15.268 INFO STEP 251 (remove_files) COMPLETE |
5080 | 2024-12-18T21:34:16.818Z | [ recovery-image] Dec 18 21:34:15.268 INFO O| Dec 18 21:34:15.268 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2024-12-18T21:34:16.835Z | [ recovery-image] Dec 18 21:34:15.288 INFO O| Dec 18 21:34:15.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5082 | 2024-12-18T21:34:16.835Z | [ recovery-image] Dec 18 21:34:15.288 INFO O| Dec 18 21:34:15.288 INFO STEP 252 (remove_files) COMPLETE |
5083 | 2024-12-18T21:34:16.835Z | [ recovery-image] Dec 18 21:34:15.288 INFO O| Dec 18 21:34:15.288 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2024-12-18T21:34:16.862Z | [ recovery-image] Dec 18 21:34:15.314 INFO O| Dec 18 21:34:15.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5085 | 2024-12-18T21:34:16.865Z | [ recovery-image] Dec 18 21:34:15.314 INFO O| Dec 18 21:34:15.314 INFO STEP 253 (remove_files) COMPLETE |
5086 | 2024-12-18T21:34:16.865Z | [ recovery-image] Dec 18 21:34:15.315 INFO O| Dec 18 21:34:15.315 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5087 | 2024-12-18T21:34:16.886Z | [ recovery-image] Dec 18 21:34:15.337 INFO O| Dec 18 21:34:15.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5088 | 2024-12-18T21:34:16.890Z | [ recovery-image] Dec 18 21:34:15.337 INFO O| Dec 18 21:34:15.337 INFO STEP 254 (remove_files) COMPLETE |
5089 | 2024-12-18T21:34:16.890Z | [ recovery-image] Dec 18 21:34:15.337 INFO O| Dec 18 21:34:15.337 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5090 | 2024-12-18T21:34:16.905Z | [ recovery-image] Dec 18 21:34:15.358 INFO O| Dec 18 21:34:15.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5091 | 2024-12-18T21:34:16.908Z | [ recovery-image] Dec 18 21:34:15.358 INFO O| Dec 18 21:34:15.358 INFO STEP 255 (remove_files) COMPLETE |
5092 | 2024-12-18T21:34:16.908Z | [ recovery-image] Dec 18 21:34:15.358 INFO O| Dec 18 21:34:15.358 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5093 | 2024-12-18T21:34:16.925Z | [ recovery-image] Dec 18 21:34:15.378 INFO O| Dec 18 21:34:15.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5094 | 2024-12-18T21:34:16.925Z | [ recovery-image] Dec 18 21:34:15.378 INFO O| Dec 18 21:34:15.378 INFO STEP 256 (remove_files) COMPLETE |
5095 | 2024-12-18T21:34:16.925Z | [ recovery-image] Dec 18 21:34:15.378 INFO O| Dec 18 21:34:15.378 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2024-12-18T21:34:16.989Z | [ recovery-image] Dec 18 21:34:15.442 INFO O| Dec 18 21:34:15.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5097 | 2024-12-18T21:34:16.989Z | [ recovery-image] Dec 18 21:34:15.442 INFO O| Dec 18 21:34:15.442 INFO STEP 257 (remove_files) COMPLETE |
5098 | 2024-12-18T21:34:16.989Z | [ recovery-image] Dec 18 21:34:15.442 INFO O| Dec 18 21:34:15.442 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2024-12-18T21:34:17.025Z | [ recovery-image] Dec 18 21:34:15.478 INFO O| Dec 18 21:34:15.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5100 | 2024-12-18T21:34:17.025Z | [ recovery-image] Dec 18 21:34:15.478 INFO O| Dec 18 21:34:15.478 INFO STEP 258 (remove_files) COMPLETE |
5101 | 2024-12-18T21:34:17.028Z | [ recovery-image] Dec 18 21:34:15.478 INFO O| Dec 18 21:34:15.478 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-12-18T21:34:17.066Z | [ recovery-image] Dec 18 21:34:15.519 INFO O| Dec 18 21:34:15.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5103 | 2024-12-18T21:34:17.066Z | [ recovery-image] Dec 18 21:34:15.519 INFO O| Dec 18 21:34:15.519 INFO STEP 259 (remove_files) COMPLETE |
5104 | 2024-12-18T21:34:17.066Z | [ recovery-image] Dec 18 21:34:15.519 INFO O| Dec 18 21:34:15.519 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-12-18T21:34:17.090Z | [ host-image] Dec 18 21:34:15.543 INFO O| Dec 18 21:34:15.543 INFO O| Done |
5106 | 2024-12-18T21:34:17.090Z | [ host-image] Dec 18 21:34:15.543 INFO O| Dec 18 21:34:15.543 INFO O| Done |
5107 | 2024-12-18T21:34:17.109Z | [ recovery-image] Dec 18 21:34:15.551 INFO O| Dec 18 21:34:15.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5108 | 2024-12-18T21:34:17.109Z | [ recovery-image] Dec 18 21:34:15.551 INFO O| Dec 18 21:34:15.551 INFO STEP 260 (remove_files) COMPLETE |
5109 | 2024-12-18T21:34:17.109Z | [ recovery-image] Dec 18 21:34:15.552 INFO O| Dec 18 21:34:15.551 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5110 | 2024-12-18T21:34:17.140Z | [ recovery-image] Dec 18 21:34:15.572 INFO O| Dec 18 21:34:15.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5111 | 2024-12-18T21:34:17.140Z | [ recovery-image] Dec 18 21:34:15.572 INFO O| Dec 18 21:34:15.572 INFO STEP 261 (remove_files) COMPLETE |
5112 | 2024-12-18T21:34:17.140Z | [ recovery-image] Dec 18 21:34:15.572 INFO O| Dec 18 21:34:15.572 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5113 | 2024-12-18T21:34:17.143Z | [ recovery-image] Dec 18 21:34:15.592 INFO O| Dec 18 21:34:15.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5114 | 2024-12-18T21:34:17.143Z | [ recovery-image] Dec 18 21:34:15.592 INFO O| Dec 18 21:34:15.592 INFO STEP 262 (remove_files) COMPLETE |
5115 | 2024-12-18T21:34:17.143Z | [ recovery-image] Dec 18 21:34:15.592 INFO O| Dec 18 21:34:15.592 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5116 | 2024-12-18T21:34:17.158Z | [ recovery-image] Dec 18 21:34:15.612 INFO O| Dec 18 21:34:15.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5117 | 2024-12-18T21:34:17.159Z | [ recovery-image] Dec 18 21:34:15.612 INFO O| Dec 18 21:34:15.612 INFO STEP 263 (remove_files) COMPLETE |
5118 | 2024-12-18T21:34:17.161Z | [ recovery-image] Dec 18 21:34:15.612 INFO O| Dec 18 21:34:15.612 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2024-12-18T21:34:17.179Z | [ recovery-image] Dec 18 21:34:15.632 INFO O| Dec 18 21:34:15.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5120 | 2024-12-18T21:34:17.179Z | [ recovery-image] Dec 18 21:34:15.632 INFO O| Dec 18 21:34:15.632 INFO STEP 264 (remove_files) COMPLETE |
5121 | 2024-12-18T21:34:17.182Z | [ recovery-image] Dec 18 21:34:15.632 INFO O| Dec 18 21:34:15.632 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2024-12-18T21:34:17.197Z | [ recovery-image] Dec 18 21:34:15.650 INFO O| Dec 18 21:34:15.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5123 | 2024-12-18T21:34:17.197Z | [ recovery-image] Dec 18 21:34:15.651 INFO O| Dec 18 21:34:15.650 INFO STEP 265 (remove_files) COMPLETE |
5124 | 2024-12-18T21:34:17.198Z | [ recovery-image] Dec 18 21:34:15.651 INFO O| Dec 18 21:34:15.651 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2024-12-18T21:34:17.216Z | [ recovery-image] Dec 18 21:34:15.669 INFO O| Dec 18 21:34:15.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5126 | 2024-12-18T21:34:17.216Z | [ recovery-image] Dec 18 21:34:15.669 INFO O| Dec 18 21:34:15.669 INFO STEP 266 (remove_files) COMPLETE |
5127 | 2024-12-18T21:34:17.216Z | [ recovery-image] Dec 18 21:34:15.670 INFO O| Dec 18 21:34:15.669 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2024-12-18T21:34:17.273Z | [ recovery-image] Dec 18 21:34:15.726 INFO O| Dec 18 21:34:15.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5129 | 2024-12-18T21:34:17.273Z | [ recovery-image] Dec 18 21:34:15.726 INFO O| Dec 18 21:34:15.726 INFO STEP 267 (remove_files) COMPLETE |
5130 | 2024-12-18T21:34:17.273Z | [ recovery-image] Dec 18 21:34:15.726 INFO O| Dec 18 21:34:15.726 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2024-12-18T21:34:17.293Z | [ recovery-image] Dec 18 21:34:15.746 INFO O| Dec 18 21:34:15.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5132 | 2024-12-18T21:34:17.293Z | [ recovery-image] Dec 18 21:34:15.746 INFO O| Dec 18 21:34:15.746 INFO STEP 268 (remove_files) COMPLETE |
5133 | 2024-12-18T21:34:17.293Z | [ recovery-image] Dec 18 21:34:15.746 INFO O| Dec 18 21:34:15.746 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5134 | 2024-12-18T21:34:17.319Z | [ recovery-image] Dec 18 21:34:15.765 INFO O| Dec 18 21:34:15.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5135 | 2024-12-18T21:34:17.319Z | [ recovery-image] Dec 18 21:34:15.766 INFO O| Dec 18 21:34:15.765 INFO STEP 269 (remove_files) COMPLETE |
5136 | 2024-12-18T21:34:17.322Z | [ recovery-image] Dec 18 21:34:15.766 INFO O| Dec 18 21:34:15.766 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5137 | 2024-12-18T21:34:17.336Z | [ recovery-image] Dec 18 21:34:15.789 INFO O| Dec 18 21:34:15.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5138 | 2024-12-18T21:34:17.339Z | [ recovery-image] Dec 18 21:34:15.790 INFO O| Dec 18 21:34:15.790 INFO STEP 270 (remove_files) COMPLETE |
5139 | 2024-12-18T21:34:17.339Z | [ recovery-image] Dec 18 21:34:15.790 INFO O| Dec 18 21:34:15.790 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2024-12-18T21:34:17.375Z | [ recovery-image] Dec 18 21:34:15.826 INFO O| Dec 18 21:34:15.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5141 | 2024-12-18T21:34:17.375Z | [ recovery-image] Dec 18 21:34:15.826 INFO O| Dec 18 21:34:15.826 INFO STEP 271 (remove_files) COMPLETE |
5142 | 2024-12-18T21:34:17.375Z | [ recovery-image] Dec 18 21:34:15.826 INFO O| Dec 18 21:34:15.826 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2024-12-18T21:34:17.406Z | [ recovery-image] Dec 18 21:34:15.859 INFO O| Dec 18 21:34:15.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5144 | 2024-12-18T21:34:17.406Z | [ recovery-image] Dec 18 21:34:15.859 INFO O| Dec 18 21:34:15.859 INFO STEP 272 (remove_files) COMPLETE |
5145 | 2024-12-18T21:34:17.406Z | [ recovery-image] Dec 18 21:34:15.859 INFO O| Dec 18 21:34:15.859 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2024-12-18T21:34:17.423Z | [ recovery-image] Dec 18 21:34:15.876 INFO O| Dec 18 21:34:15.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5147 | 2024-12-18T21:34:17.423Z | [ recovery-image] Dec 18 21:34:15.876 INFO O| Dec 18 21:34:15.876 INFO STEP 273 (remove_files) COMPLETE |
5148 | 2024-12-18T21:34:17.423Z | [ recovery-image] Dec 18 21:34:15.876 INFO O| Dec 18 21:34:15.876 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2024-12-18T21:34:17.439Z | [ recovery-image] Dec 18 21:34:15.892 INFO O| Dec 18 21:34:15.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5150 | 2024-12-18T21:34:17.442Z | [ recovery-image] Dec 18 21:34:15.892 INFO O| Dec 18 21:34:15.892 INFO STEP 274 (remove_files) COMPLETE |
5151 | 2024-12-18T21:34:17.442Z | [ recovery-image] Dec 18 21:34:15.892 INFO O| Dec 18 21:34:15.892 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2024-12-18T21:34:17.456Z | [ recovery-image] Dec 18 21:34:15.909 INFO O| Dec 18 21:34:15.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5153 | 2024-12-18T21:34:17.456Z | [ recovery-image] Dec 18 21:34:15.909 INFO O| Dec 18 21:34:15.909 INFO STEP 275 (remove_files) COMPLETE |
5154 | 2024-12-18T21:34:17.456Z | [ recovery-image] Dec 18 21:34:15.909 INFO O| Dec 18 21:34:15.909 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2024-12-18T21:34:17.507Z | [ recovery-image] Dec 18 21:34:15.960 INFO O| Dec 18 21:34:15.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5156 | 2024-12-18T21:34:17.507Z | [ recovery-image] Dec 18 21:34:15.960 INFO O| Dec 18 21:34:15.960 INFO STEP 276 (remove_files) COMPLETE |
5157 | 2024-12-18T21:34:17.507Z | [ recovery-image] Dec 18 21:34:15.960 INFO O| Dec 18 21:34:15.960 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-12-18T21:34:17.527Z | [ recovery-image] Dec 18 21:34:15.980 INFO O| Dec 18 21:34:15.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5159 | 2024-12-18T21:34:17.527Z | [ recovery-image] Dec 18 21:34:15.980 INFO O| Dec 18 21:34:15.980 INFO STEP 277 (remove_files) COMPLETE |
5160 | 2024-12-18T21:34:17.527Z | [ recovery-image] Dec 18 21:34:15.980 INFO O| Dec 18 21:34:15.980 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-12-18T21:34:17.567Z | [ recovery-image] Dec 18 21:34:16.020 INFO O| Dec 18 21:34:16.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5162 | 2024-12-18T21:34:17.570Z | [ recovery-image] Dec 18 21:34:16.020 INFO O| Dec 18 21:34:16.020 INFO STEP 278 (remove_files) COMPLETE |
5163 | 2024-12-18T21:34:17.570Z | [ recovery-image] Dec 18 21:34:16.020 INFO O| Dec 18 21:34:16.020 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-12-18T21:34:17.588Z | [ recovery-image] Dec 18 21:34:16.040 INFO O| Dec 18 21:34:16.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5165 | 2024-12-18T21:34:17.591Z | [ recovery-image] Dec 18 21:34:16.040 INFO O| Dec 18 21:34:16.040 INFO STEP 279 (remove_files) COMPLETE |
5166 | 2024-12-18T21:34:17.591Z | [ recovery-image] Dec 18 21:34:16.040 INFO O| Dec 18 21:34:16.040 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-12-18T21:34:17.607Z | [ recovery-image] Dec 18 21:34:16.060 INFO O| Dec 18 21:34:16.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5168 | 2024-12-18T21:34:17.607Z | [ recovery-image] Dec 18 21:34:16.060 INFO O| Dec 18 21:34:16.060 INFO STEP 280 (remove_files) COMPLETE |
5169 | 2024-12-18T21:34:17.611Z | [ recovery-image] Dec 18 21:34:16.060 INFO O| Dec 18 21:34:16.060 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2024-12-18T21:34:17.625Z | [ recovery-image] Dec 18 21:34:16.078 INFO O| Dec 18 21:34:16.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5171 | 2024-12-18T21:34:17.625Z | [ recovery-image] Dec 18 21:34:16.078 INFO O| Dec 18 21:34:16.078 INFO STEP 281 (remove_files) COMPLETE |
5172 | 2024-12-18T21:34:17.625Z | [ recovery-image] Dec 18 21:34:16.078 INFO O| Dec 18 21:34:16.078 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-12-18T21:34:17.645Z | [ recovery-image] Dec 18 21:34:16.098 INFO O| Dec 18 21:34:16.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5174 | 2024-12-18T21:34:17.645Z | [ recovery-image] Dec 18 21:34:16.098 INFO O| Dec 18 21:34:16.098 INFO STEP 282 (remove_files) COMPLETE |
5175 | 2024-12-18T21:34:17.645Z | [ recovery-image] Dec 18 21:34:16.098 INFO O| Dec 18 21:34:16.098 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-12-18T21:34:17.663Z | [ recovery-image] Dec 18 21:34:16.116 INFO O| Dec 18 21:34:16.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5177 | 2024-12-18T21:34:17.663Z | [ recovery-image] Dec 18 21:34:16.116 INFO O| Dec 18 21:34:16.116 INFO STEP 283 (remove_files) COMPLETE |
5178 | 2024-12-18T21:34:17.663Z | [ recovery-image] Dec 18 21:34:16.116 INFO O| Dec 18 21:34:16.116 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-12-18T21:34:17.691Z | [ recovery-image] Dec 18 21:34:16.142 INFO O| Dec 18 21:34:16.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5180 | 2024-12-18T21:34:17.691Z | [ recovery-image] Dec 18 21:34:16.143 INFO O| Dec 18 21:34:16.143 INFO STEP 284 (remove_files) COMPLETE |
5181 | 2024-12-18T21:34:17.691Z | [ recovery-image] Dec 18 21:34:16.143 INFO O| Dec 18 21:34:16.143 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-12-18T21:34:17.709Z | [ recovery-image] Dec 18 21:34:16.162 INFO O| Dec 18 21:34:16.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5183 | 2024-12-18T21:34:17.709Z | [ recovery-image] Dec 18 21:34:16.162 INFO O| Dec 18 21:34:16.162 INFO STEP 285 (remove_files) COMPLETE |
5184 | 2024-12-18T21:34:17.709Z | [ recovery-image] Dec 18 21:34:16.162 INFO O| Dec 18 21:34:16.162 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-12-18T21:34:17.726Z | [ recovery-image] Dec 18 21:34:16.179 INFO O| Dec 18 21:34:16.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5186 | 2024-12-18T21:34:17.726Z | [ recovery-image] Dec 18 21:34:16.179 INFO O| Dec 18 21:34:16.179 INFO STEP 286 (remove_files) COMPLETE |
5187 | 2024-12-18T21:34:17.726Z | [ recovery-image] Dec 18 21:34:16.179 INFO O| Dec 18 21:34:16.179 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-12-18T21:34:17.744Z | [ recovery-image] Dec 18 21:34:16.197 INFO O| Dec 18 21:34:16.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5189 | 2024-12-18T21:34:17.744Z | [ recovery-image] Dec 18 21:34:16.197 INFO O| Dec 18 21:34:16.197 INFO STEP 287 (remove_files) COMPLETE |
5190 | 2024-12-18T21:34:17.744Z | [ recovery-image] Dec 18 21:34:16.197 INFO O| Dec 18 21:34:16.197 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-12-18T21:34:17.761Z | [ recovery-image] Dec 18 21:34:16.214 INFO O| Dec 18 21:34:16.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5192 | 2024-12-18T21:34:17.761Z | [ recovery-image] Dec 18 21:34:16.214 INFO O| Dec 18 21:34:16.214 INFO STEP 288 (remove_files) COMPLETE |
5193 | 2024-12-18T21:34:17.764Z | [ recovery-image] Dec 18 21:34:16.214 INFO O| Dec 18 21:34:16.214 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-12-18T21:34:17.779Z | [ recovery-image] Dec 18 21:34:16.232 INFO O| Dec 18 21:34:16.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5195 | 2024-12-18T21:34:17.779Z | [ recovery-image] Dec 18 21:34:16.232 INFO O| Dec 18 21:34:16.232 INFO STEP 289 (remove_files) COMPLETE |
5196 | 2024-12-18T21:34:17.779Z | [ recovery-image] Dec 18 21:34:16.232 INFO O| Dec 18 21:34:16.232 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-12-18T21:34:17.796Z | [ recovery-image] Dec 18 21:34:16.249 INFO O| Dec 18 21:34:16.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5198 | 2024-12-18T21:34:17.796Z | [ recovery-image] Dec 18 21:34:16.249 INFO O| Dec 18 21:34:16.249 INFO STEP 290 (remove_files) COMPLETE |
5199 | 2024-12-18T21:34:17.796Z | [ recovery-image] Dec 18 21:34:16.249 INFO O| Dec 18 21:34:16.249 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-12-18T21:34:17.833Z | [ recovery-image] Dec 18 21:34:16.286 INFO O| Dec 18 21:34:16.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5201 | 2024-12-18T21:34:17.833Z | [ recovery-image] Dec 18 21:34:16.286 INFO O| Dec 18 21:34:16.286 INFO STEP 291 (remove_files) COMPLETE |
5202 | 2024-12-18T21:34:17.833Z | [ recovery-image] Dec 18 21:34:16.286 INFO O| Dec 18 21:34:16.286 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2024-12-18T21:34:17.858Z | [ recovery-image] Dec 18 21:34:16.311 INFO O| Dec 18 21:34:16.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5204 | 2024-12-18T21:34:17.858Z | [ recovery-image] Dec 18 21:34:16.311 INFO O| Dec 18 21:34:16.311 INFO STEP 292 (remove_files) COMPLETE |
5205 | 2024-12-18T21:34:17.859Z | [ recovery-image] Dec 18 21:34:16.311 INFO O| Dec 18 21:34:16.311 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-12-18T21:34:17.898Z | [ recovery-image] Dec 18 21:34:16.351 INFO O| Dec 18 21:34:16.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5207 | 2024-12-18T21:34:17.901Z | [ recovery-image] Dec 18 21:34:16.351 INFO O| Dec 18 21:34:16.351 INFO STEP 293 (remove_files) COMPLETE |
5208 | 2024-12-18T21:34:17.902Z | [ recovery-image] Dec 18 21:34:16.351 INFO O| Dec 18 21:34:16.351 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-12-18T21:34:17.916Z | [ recovery-image] Dec 18 21:34:16.368 INFO O| Dec 18 21:34:16.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5210 | 2024-12-18T21:34:17.916Z | [ recovery-image] Dec 18 21:34:16.368 INFO O| Dec 18 21:34:16.368 INFO STEP 294 (remove_files) COMPLETE |
5211 | 2024-12-18T21:34:17.916Z | [ recovery-image] Dec 18 21:34:16.368 INFO O| Dec 18 21:34:16.368 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-12-18T21:34:17.931Z | [ recovery-image] Dec 18 21:34:16.384 INFO O| Dec 18 21:34:16.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5213 | 2024-12-18T21:34:17.934Z | [ recovery-image] Dec 18 21:34:16.384 INFO O| Dec 18 21:34:16.384 INFO STEP 295 (remove_files) COMPLETE |
5214 | 2024-12-18T21:34:17.935Z | [ recovery-image] Dec 18 21:34:16.384 INFO O| Dec 18 21:34:16.384 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-12-18T21:34:17.948Z | [ recovery-image] Dec 18 21:34:16.401 INFO O| Dec 18 21:34:16.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5216 | 2024-12-18T21:34:17.951Z | [ recovery-image] Dec 18 21:34:16.401 INFO O| Dec 18 21:34:16.401 INFO STEP 296 (remove_files) COMPLETE |
5217 | 2024-12-18T21:34:17.951Z | [ recovery-image] Dec 18 21:34:16.401 INFO O| Dec 18 21:34:16.401 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-12-18T21:34:18.022Z | [ recovery-image] Dec 18 21:34:16.475 INFO O| Dec 18 21:34:16.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5219 | 2024-12-18T21:34:18.022Z | [ recovery-image] Dec 18 21:34:16.475 INFO O| Dec 18 21:34:16.475 INFO STEP 297 (remove_files) COMPLETE |
5220 | 2024-12-18T21:34:18.022Z | [ recovery-image] Dec 18 21:34:16.475 INFO O| Dec 18 21:34:16.475 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-12-18T21:34:18.054Z | [ recovery-image] Dec 18 21:34:16.506 INFO O| Dec 18 21:34:16.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5222 | 2024-12-18T21:34:18.057Z | [ recovery-image] Dec 18 21:34:16.507 INFO O| Dec 18 21:34:16.507 INFO STEP 298 (remove_files) COMPLETE |
5223 | 2024-12-18T21:34:18.057Z | [ recovery-image] Dec 18 21:34:16.507 INFO O| Dec 18 21:34:16.507 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2024-12-18T21:34:18.194Z | [ recovery-image] Dec 18 21:34:16.647 INFO O| Dec 18 21:34:16.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5225 | 2024-12-18T21:34:18.194Z | [ recovery-image] Dec 18 21:34:16.647 INFO O| Dec 18 21:34:16.647 INFO STEP 299 (remove_files) COMPLETE |
5226 | 2024-12-18T21:34:18.196Z | [ recovery-image] Dec 18 21:34:16.647 INFO O| Dec 18 21:34:16.647 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-12-18T21:34:18.214Z | [ recovery-image] Dec 18 21:34:16.667 INFO O| Dec 18 21:34:16.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5228 | 2024-12-18T21:34:18.214Z | [ recovery-image] Dec 18 21:34:16.667 INFO O| Dec 18 21:34:16.667 INFO STEP 300 (remove_files) COMPLETE |
5229 | 2024-12-18T21:34:18.214Z | [ recovery-image] Dec 18 21:34:16.667 INFO O| Dec 18 21:34:16.667 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-12-18T21:34:18.239Z | [ recovery-image] Dec 18 21:34:16.692 INFO O| Dec 18 21:34:16.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5231 | 2024-12-18T21:34:18.240Z | [ recovery-image] Dec 18 21:34:16.692 INFO O| Dec 18 21:34:16.692 INFO STEP 301 (remove_files) COMPLETE |
5232 | 2024-12-18T21:34:18.240Z | [ recovery-image] Dec 18 21:34:16.692 INFO O| Dec 18 21:34:16.692 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-12-18T21:34:18.295Z | [ recovery-image] Dec 18 21:34:16.748 INFO O| Dec 18 21:34:16.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5234 | 2024-12-18T21:34:18.295Z | [ recovery-image] Dec 18 21:34:16.748 INFO O| Dec 18 21:34:16.748 INFO STEP 302 (remove_files) COMPLETE |
5235 | 2024-12-18T21:34:18.295Z | [ recovery-image] Dec 18 21:34:16.748 INFO O| Dec 18 21:34:16.748 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-12-18T21:34:18.298Z | [ host-image] Dec 18 21:34:16.750 INFO O| Dec 18 21:34:16.749 INFO O| Done |
5237 | 2024-12-18T21:34:18.314Z | [ recovery-image] Dec 18 21:34:16.767 INFO O| Dec 18 21:34:16.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5238 | 2024-12-18T21:34:18.315Z | [ recovery-image] Dec 18 21:34:16.767 INFO O| Dec 18 21:34:16.767 INFO STEP 303 (remove_files) COMPLETE |
5239 | 2024-12-18T21:34:18.315Z | [ recovery-image] Dec 18 21:34:16.767 INFO O| Dec 18 21:34:16.767 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5240 | 2024-12-18T21:34:18.339Z | [ recovery-image] Dec 18 21:34:16.792 INFO O| Dec 18 21:34:16.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5241 | 2024-12-18T21:34:18.339Z | [ recovery-image] Dec 18 21:34:16.792 INFO O| Dec 18 21:34:16.792 INFO STEP 304 (remove_files) COMPLETE |
5242 | 2024-12-18T21:34:18.339Z | [ recovery-image] Dec 18 21:34:16.792 INFO O| Dec 18 21:34:16.792 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5243 | 2024-12-18T21:34:18.366Z | [ recovery-image] Dec 18 21:34:16.819 INFO O| Dec 18 21:34:16.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5244 | 2024-12-18T21:34:18.366Z | [ recovery-image] Dec 18 21:34:16.819 INFO O| Dec 18 21:34:16.819 INFO STEP 305 (remove_files) COMPLETE |
5245 | 2024-12-18T21:34:18.366Z | [ recovery-image] Dec 18 21:34:16.819 INFO O| Dec 18 21:34:16.819 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5246 | 2024-12-18T21:34:18.405Z | [ recovery-image] Dec 18 21:34:16.858 INFO O| Dec 18 21:34:16.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5247 | 2024-12-18T21:34:18.408Z | [ recovery-image] Dec 18 21:34:16.858 INFO O| Dec 18 21:34:16.858 INFO STEP 306 (remove_files) COMPLETE |
5248 | 2024-12-18T21:34:18.408Z | [ recovery-image] Dec 18 21:34:16.858 INFO O| Dec 18 21:34:16.858 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5249 | 2024-12-18T21:34:18.437Z | [ recovery-image] Dec 18 21:34:16.890 INFO O| Dec 18 21:34:16.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5250 | 2024-12-18T21:34:18.438Z | [ recovery-image] Dec 18 21:34:16.890 INFO O| Dec 18 21:34:16.890 INFO STEP 307 (remove_files) COMPLETE |
5251 | 2024-12-18T21:34:18.438Z | [ recovery-image] Dec 18 21:34:16.890 INFO O| Dec 18 21:34:16.890 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5252 | 2024-12-18T21:34:18.457Z | [ recovery-image] Dec 18 21:34:16.909 INFO O| Dec 18 21:34:16.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5253 | 2024-12-18T21:34:18.458Z | [ recovery-image] Dec 18 21:34:16.909 INFO O| Dec 18 21:34:16.909 INFO STEP 308 (remove_files) COMPLETE |
5254 | 2024-12-18T21:34:18.458Z | [ recovery-image] Dec 18 21:34:16.909 INFO O| Dec 18 21:34:16.909 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5255 | 2024-12-18T21:34:18.497Z | [ recovery-image] Dec 18 21:34:16.949 INFO O| Dec 18 21:34:16.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5256 | 2024-12-18T21:34:18.497Z | [ recovery-image] Dec 18 21:34:16.950 INFO O| Dec 18 21:34:16.949 INFO STEP 309 (remove_files) COMPLETE |
5257 | 2024-12-18T21:34:18.497Z | [ recovery-image] Dec 18 21:34:16.950 INFO O| Dec 18 21:34:16.949 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5258 | 2024-12-18T21:34:18.517Z | [ recovery-image] Dec 18 21:34:16.969 INFO O| Dec 18 21:34:16.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5259 | 2024-12-18T21:34:18.517Z | [ recovery-image] Dec 18 21:34:16.969 INFO O| Dec 18 21:34:16.969 INFO STEP 310 (remove_files) COMPLETE |
5260 | 2024-12-18T21:34:18.517Z | [ recovery-image] Dec 18 21:34:16.969 INFO O| Dec 18 21:34:16.969 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5261 | 2024-12-18T21:34:18.546Z | [ recovery-image] Dec 18 21:34:16.998 INFO O| Dec 18 21:34:16.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5262 | 2024-12-18T21:34:18.546Z | [ recovery-image] Dec 18 21:34:16.998 INFO O| Dec 18 21:34:16.998 INFO STEP 311 (remove_files) COMPLETE |
5263 | 2024-12-18T21:34:18.546Z | [ recovery-image] Dec 18 21:34:16.998 INFO O| Dec 18 21:34:16.998 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5264 | 2024-12-18T21:34:18.602Z | [ recovery-image] Dec 18 21:34:17.055 INFO O| Dec 18 21:34:17.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5265 | 2024-12-18T21:34:18.602Z | [ recovery-image] Dec 18 21:34:17.055 INFO O| Dec 18 21:34:17.055 INFO STEP 312 (remove_files) COMPLETE |
5266 | 2024-12-18T21:34:18.602Z | [ recovery-image] Dec 18 21:34:17.055 INFO O| Dec 18 21:34:17.055 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5267 | 2024-12-18T21:34:18.620Z | [ recovery-image] Dec 18 21:34:17.073 INFO O| Dec 18 21:34:17.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5268 | 2024-12-18T21:34:18.620Z | [ recovery-image] Dec 18 21:34:17.073 INFO O| Dec 18 21:34:17.073 INFO STEP 313 (remove_files) COMPLETE |
5269 | 2024-12-18T21:34:18.620Z | [ recovery-image] Dec 18 21:34:17.073 INFO O| Dec 18 21:34:17.073 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5270 | 2024-12-18T21:34:18.649Z | [ recovery-image] Dec 18 21:34:17.102 INFO O| Dec 18 21:34:17.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5271 | 2024-12-18T21:34:18.649Z | [ recovery-image] Dec 18 21:34:17.102 INFO O| Dec 18 21:34:17.102 INFO STEP 314 (remove_files) COMPLETE |
5272 | 2024-12-18T21:34:18.649Z | [ recovery-image] Dec 18 21:34:17.102 INFO O| Dec 18 21:34:17.102 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5273 | 2024-12-18T21:34:18.670Z | [ recovery-image] Dec 18 21:34:17.122 INFO O| Dec 18 21:34:17.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5274 | 2024-12-18T21:34:18.670Z | [ recovery-image] Dec 18 21:34:17.123 INFO O| Dec 18 21:34:17.122 INFO STEP 315 (remove_files) COMPLETE |
5275 | 2024-12-18T21:34:18.670Z | [ recovery-image] Dec 18 21:34:17.123 INFO O| Dec 18 21:34:17.122 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5276 | 2024-12-18T21:34:18.688Z | [ recovery-image] Dec 18 21:34:17.141 INFO O| Dec 18 21:34:17.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5277 | 2024-12-18T21:34:18.691Z | [ recovery-image] Dec 18 21:34:17.141 INFO O| Dec 18 21:34:17.141 INFO STEP 316 (remove_files) COMPLETE |
5278 | 2024-12-18T21:34:18.691Z | [ recovery-image] Dec 18 21:34:17.141 INFO O| Dec 18 21:34:17.141 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5279 | 2024-12-18T21:34:18.708Z | [ recovery-image] Dec 18 21:34:17.161 INFO O| Dec 18 21:34:17.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5280 | 2024-12-18T21:34:18.708Z | [ recovery-image] Dec 18 21:34:17.161 INFO O| Dec 18 21:34:17.161 INFO STEP 317 (remove_files) COMPLETE |
5281 | 2024-12-18T21:34:18.708Z | [ recovery-image] Dec 18 21:34:17.161 INFO O| Dec 18 21:34:17.161 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2024-12-18T21:34:18.727Z | [ recovery-image] Dec 18 21:34:17.180 INFO O| Dec 18 21:34:17.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5283 | 2024-12-18T21:34:18.727Z | [ recovery-image] Dec 18 21:34:17.180 INFO O| Dec 18 21:34:17.180 INFO STEP 318 (remove_files) COMPLETE |
5284 | 2024-12-18T21:34:18.727Z | [ recovery-image] Dec 18 21:34:17.180 INFO O| Dec 18 21:34:17.180 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2024-12-18T21:34:18.746Z | [ recovery-image] Dec 18 21:34:17.198 INFO O| Dec 18 21:34:17.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5286 | 2024-12-18T21:34:18.746Z | [ recovery-image] Dec 18 21:34:17.198 INFO O| Dec 18 21:34:17.198 INFO STEP 319 (remove_files) COMPLETE |
5287 | 2024-12-18T21:34:18.746Z | [ recovery-image] Dec 18 21:34:17.198 INFO O| Dec 18 21:34:17.198 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2024-12-18T21:34:18.776Z | [ recovery-image] Dec 18 21:34:17.228 INFO O| Dec 18 21:34:17.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5289 | 2024-12-18T21:34:18.778Z | [ recovery-image] Dec 18 21:34:17.229 INFO O| Dec 18 21:34:17.229 INFO STEP 320 (remove_files) COMPLETE |
5290 | 2024-12-18T21:34:18.778Z | [ recovery-image] Dec 18 21:34:17.229 INFO O| Dec 18 21:34:17.229 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-12-18T21:34:18.836Z | [ recovery-image] Dec 18 21:34:17.288 INFO O| Dec 18 21:34:17.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5292 | 2024-12-18T21:34:18.836Z | [ recovery-image] Dec 18 21:34:17.289 INFO O| Dec 18 21:34:17.288 INFO STEP 321 (remove_files) COMPLETE |
5293 | 2024-12-18T21:34:18.836Z | [ recovery-image] Dec 18 21:34:17.289 INFO O| Dec 18 21:34:17.289 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2024-12-18T21:34:18.855Z | [ recovery-image] Dec 18 21:34:17.308 INFO O| Dec 18 21:34:17.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5295 | 2024-12-18T21:34:18.856Z | [ recovery-image] Dec 18 21:34:17.308 INFO O| Dec 18 21:34:17.308 INFO STEP 322 (remove_files) COMPLETE |
5296 | 2024-12-18T21:34:18.856Z | [ recovery-image] Dec 18 21:34:17.308 INFO O| Dec 18 21:34:17.308 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-12-18T21:34:18.874Z | [ recovery-image] Dec 18 21:34:17.327 INFO O| Dec 18 21:34:17.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5298 | 2024-12-18T21:34:18.875Z | [ recovery-image] Dec 18 21:34:17.327 INFO O| Dec 18 21:34:17.327 INFO STEP 323 (remove_files) COMPLETE |
5299 | 2024-12-18T21:34:18.875Z | [ recovery-image] Dec 18 21:34:17.327 INFO O| Dec 18 21:34:17.327 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-12-18T21:34:18.910Z | [ recovery-image] Dec 18 21:34:17.363 INFO O| Dec 18 21:34:17.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5301 | 2024-12-18T21:34:18.910Z | [ recovery-image] Dec 18 21:34:17.363 INFO O| Dec 18 21:34:17.363 INFO STEP 324 (remove_files) COMPLETE |
5302 | 2024-12-18T21:34:18.910Z | [ recovery-image] Dec 18 21:34:17.363 INFO O| Dec 18 21:34:17.363 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2024-12-18T21:34:18.932Z | [ recovery-image] Dec 18 21:34:17.384 INFO O| Dec 18 21:34:17.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5304 | 2024-12-18T21:34:18.932Z | [ recovery-image] Dec 18 21:34:17.384 INFO O| Dec 18 21:34:17.384 INFO STEP 325 (remove_files) COMPLETE |
5305 | 2024-12-18T21:34:18.932Z | [ recovery-image] Dec 18 21:34:17.384 INFO O| Dec 18 21:34:17.384 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2024-12-18T21:34:18.972Z | [ recovery-image] Dec 18 21:34:17.424 INFO O| Dec 18 21:34:17.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5307 | 2024-12-18T21:34:18.972Z | [ recovery-image] Dec 18 21:34:17.424 INFO O| Dec 18 21:34:17.424 INFO STEP 326 (remove_files) COMPLETE |
5308 | 2024-12-18T21:34:18.972Z | [ recovery-image] Dec 18 21:34:17.424 INFO O| Dec 18 21:34:17.424 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2024-12-18T21:34:18.996Z | [ recovery-image] Dec 18 21:34:17.445 INFO O| Dec 18 21:34:17.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5310 | 2024-12-18T21:34:18.996Z | [ recovery-image] Dec 18 21:34:17.445 INFO O| Dec 18 21:34:17.445 INFO STEP 327 (remove_files) COMPLETE |
5311 | 2024-12-18T21:34:18.996Z | [ recovery-image] Dec 18 21:34:17.445 INFO O| Dec 18 21:34:17.445 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2024-12-18T21:34:19.048Z | [ recovery-image] Dec 18 21:34:17.501 INFO O| Dec 18 21:34:17.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5313 | 2024-12-18T21:34:19.049Z | [ recovery-image] Dec 18 21:34:17.501 INFO O| Dec 18 21:34:17.501 INFO STEP 328 (remove_files) COMPLETE |
5314 | 2024-12-18T21:34:19.051Z | [ recovery-image] Dec 18 21:34:17.501 INFO O| Dec 18 21:34:17.501 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2024-12-18T21:34:19.066Z | [ recovery-image] Dec 18 21:34:17.519 INFO O| Dec 18 21:34:17.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5316 | 2024-12-18T21:34:19.074Z | [ recovery-image] Dec 18 21:34:17.527 INFO O| Dec 18 21:34:17.527 INFO STEP 329 (remove_files) COMPLETE |
5317 | 2024-12-18T21:34:19.076Z | [ recovery-image] Dec 18 21:34:17.527 INFO O| Dec 18 21:34:17.527 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2024-12-18T21:34:19.092Z | [ recovery-image] Dec 18 21:34:17.545 INFO O| Dec 18 21:34:17.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5319 | 2024-12-18T21:34:19.092Z | [ recovery-image] Dec 18 21:34:17.545 INFO O| Dec 18 21:34:17.545 INFO STEP 330 (remove_files) COMPLETE |
5320 | 2024-12-18T21:34:19.093Z | [ recovery-image] Dec 18 21:34:17.545 INFO O| Dec 18 21:34:17.545 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2024-12-18T21:34:19.111Z | [ recovery-image] Dec 18 21:34:17.563 INFO O| Dec 18 21:34:17.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5322 | 2024-12-18T21:34:19.112Z | [ recovery-image] Dec 18 21:34:17.563 INFO O| Dec 18 21:34:17.563 INFO STEP 331 (remove_files) COMPLETE |
5323 | 2024-12-18T21:34:19.112Z | [ recovery-image] Dec 18 21:34:17.563 INFO O| Dec 18 21:34:17.563 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-12-18T21:34:19.147Z | [ recovery-image] Dec 18 21:34:17.599 INFO O| Dec 18 21:34:17.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5325 | 2024-12-18T21:34:19.150Z | [ recovery-image] Dec 18 21:34:17.599 INFO O| Dec 18 21:34:17.599 INFO STEP 332 (remove_files) COMPLETE |
5326 | 2024-12-18T21:34:19.150Z | [ recovery-image] Dec 18 21:34:17.599 INFO O| Dec 18 21:34:17.599 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-12-18T21:34:19.166Z | [ recovery-image] Dec 18 21:34:17.618 INFO O| Dec 18 21:34:17.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5328 | 2024-12-18T21:34:19.169Z | [ recovery-image] Dec 18 21:34:17.619 INFO O| Dec 18 21:34:17.619 INFO STEP 333 (remove_files) COMPLETE |
5329 | 2024-12-18T21:34:19.169Z | [ recovery-image] Dec 18 21:34:17.619 INFO O| Dec 18 21:34:17.619 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-12-18T21:34:19.184Z | [ recovery-image] Dec 18 21:34:17.636 INFO O| Dec 18 21:34:17.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5331 | 2024-12-18T21:34:19.187Z | [ recovery-image] Dec 18 21:34:17.637 INFO O| Dec 18 21:34:17.637 INFO STEP 334 (remove_files) COMPLETE |
5332 | 2024-12-18T21:34:19.187Z | [ recovery-image] Dec 18 21:34:17.637 INFO O| Dec 18 21:34:17.637 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-12-18T21:34:19.202Z | [ recovery-image] Dec 18 21:34:17.654 INFO O| Dec 18 21:34:17.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5334 | 2024-12-18T21:34:19.205Z | [ recovery-image] Dec 18 21:34:17.655 INFO O| Dec 18 21:34:17.655 INFO STEP 335 (remove_files) COMPLETE |
5335 | 2024-12-18T21:34:19.205Z | [ recovery-image] Dec 18 21:34:17.655 INFO O| Dec 18 21:34:17.655 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-12-18T21:34:19.239Z | [ recovery-image] Dec 18 21:34:17.691 INFO O| Dec 18 21:34:17.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5337 | 2024-12-18T21:34:19.241Z | [ recovery-image] Dec 18 21:34:17.691 INFO O| Dec 18 21:34:17.691 INFO STEP 336 (remove_files) COMPLETE |
5338 | 2024-12-18T21:34:19.241Z | [ recovery-image] Dec 18 21:34:17.691 INFO O| Dec 18 21:34:17.691 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2024-12-18T21:34:19.259Z | [ recovery-image] Dec 18 21:34:17.711 INFO O| Dec 18 21:34:17.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5340 | 2024-12-18T21:34:19.259Z | [ recovery-image] Dec 18 21:34:17.711 INFO O| Dec 18 21:34:17.711 INFO STEP 337 (remove_files) COMPLETE |
5341 | 2024-12-18T21:34:19.259Z | [ recovery-image] Dec 18 21:34:17.711 INFO O| Dec 18 21:34:17.711 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5342 | 2024-12-18T21:34:19.277Z | [ recovery-image] Dec 18 21:34:17.730 INFO O| Dec 18 21:34:17.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5343 | 2024-12-18T21:34:19.297Z | [ recovery-image] Dec 18 21:34:17.750 INFO O| Dec 18 21:34:17.750 INFO STEP 338 (remove_files) COMPLETE |
5344 | 2024-12-18T21:34:19.297Z | [ recovery-image] Dec 18 21:34:17.750 INFO O| Dec 18 21:34:17.750 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5345 | 2024-12-18T21:34:19.336Z | [ recovery-image] Dec 18 21:34:17.789 INFO O| Dec 18 21:34:17.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5346 | 2024-12-18T21:34:19.336Z | [ recovery-image] Dec 18 21:34:17.789 INFO O| Dec 18 21:34:17.789 INFO STEP 339 (remove_files) COMPLETE |
5347 | 2024-12-18T21:34:19.336Z | [ recovery-image] Dec 18 21:34:17.789 INFO O| Dec 18 21:34:17.789 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5348 | 2024-12-18T21:34:19.355Z | [ recovery-image] Dec 18 21:34:17.807 INFO O| Dec 18 21:34:17.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5349 | 2024-12-18T21:34:19.355Z | [ recovery-image] Dec 18 21:34:17.807 INFO O| Dec 18 21:34:17.807 INFO STEP 340 (remove_files) COMPLETE |
5350 | 2024-12-18T21:34:19.355Z | [ recovery-image] Dec 18 21:34:17.807 INFO O| Dec 18 21:34:17.807 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5351 | 2024-12-18T21:34:19.396Z | [ recovery-image] Dec 18 21:34:17.848 INFO O| Dec 18 21:34:17.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5352 | 2024-12-18T21:34:19.396Z | [ recovery-image] Dec 18 21:34:17.848 INFO O| Dec 18 21:34:17.848 INFO STEP 341 (remove_files) COMPLETE |
5353 | 2024-12-18T21:34:19.396Z | [ recovery-image] Dec 18 21:34:17.848 INFO O| Dec 18 21:34:17.848 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2024-12-18T21:34:19.452Z | [ recovery-image] Dec 18 21:34:17.904 INFO O| Dec 18 21:34:17.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5355 | 2024-12-18T21:34:19.452Z | [ recovery-image] Dec 18 21:34:17.904 INFO O| Dec 18 21:34:17.904 INFO STEP 342 (remove_files) COMPLETE |
5356 | 2024-12-18T21:34:19.452Z | [ recovery-image] Dec 18 21:34:17.904 INFO O| Dec 18 21:34:17.904 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5357 | 2024-12-18T21:34:19.471Z | [ recovery-image] Dec 18 21:34:17.924 INFO O| Dec 18 21:34:17.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5358 | 2024-12-18T21:34:19.471Z | [ recovery-image] Dec 18 21:34:17.924 INFO O| Dec 18 21:34:17.924 INFO STEP 343 (remove_files) COMPLETE |
5359 | 2024-12-18T21:34:19.471Z | [ recovery-image] Dec 18 21:34:17.924 INFO O| Dec 18 21:34:17.924 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5360 | 2024-12-18T21:34:19.490Z | [ recovery-image] Dec 18 21:34:17.942 INFO O| Dec 18 21:34:17.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5361 | 2024-12-18T21:34:19.490Z | [ recovery-image] Dec 18 21:34:17.942 INFO O| Dec 18 21:34:17.942 INFO STEP 344 (remove_files) COMPLETE |
5362 | 2024-12-18T21:34:19.490Z | [ recovery-image] Dec 18 21:34:17.942 INFO O| Dec 18 21:34:17.942 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5363 | 2024-12-18T21:34:19.507Z | [ recovery-image] Dec 18 21:34:17.960 INFO O| Dec 18 21:34:17.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5364 | 2024-12-18T21:34:19.507Z | [ recovery-image] Dec 18 21:34:17.960 INFO O| Dec 18 21:34:17.960 INFO STEP 345 (remove_files) COMPLETE |
5365 | 2024-12-18T21:34:19.511Z | [ recovery-image] Dec 18 21:34:17.960 INFO O| Dec 18 21:34:17.960 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5366 | 2024-12-18T21:34:19.525Z | [ recovery-image] Dec 18 21:34:17.978 INFO O| Dec 18 21:34:17.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5367 | 2024-12-18T21:34:19.525Z | [ recovery-image] Dec 18 21:34:17.978 INFO O| Dec 18 21:34:17.978 INFO STEP 346 (remove_files) COMPLETE |
5368 | 2024-12-18T21:34:19.528Z | [ recovery-image] Dec 18 21:34:17.978 INFO O| Dec 18 21:34:17.978 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5369 | 2024-12-18T21:34:19.565Z | [ recovery-image] Dec 18 21:34:18.017 INFO O| Dec 18 21:34:18.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5370 | 2024-12-18T21:34:19.568Z | [ recovery-image] Dec 18 21:34:18.018 INFO O| Dec 18 21:34:18.018 INFO STEP 347 (remove_files) COMPLETE |
5371 | 2024-12-18T21:34:19.568Z | [ recovery-image] Dec 18 21:34:18.018 INFO O| Dec 18 21:34:18.018 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5372 | 2024-12-18T21:34:19.594Z | [ recovery-image] Dec 18 21:34:18.046 INFO O| Dec 18 21:34:18.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5373 | 2024-12-18T21:34:19.594Z | [ recovery-image] Dec 18 21:34:18.046 INFO O| Dec 18 21:34:18.046 INFO STEP 348 (remove_files) COMPLETE |
5374 | 2024-12-18T21:34:19.597Z | [ recovery-image] Dec 18 21:34:18.047 INFO O| Dec 18 21:34:18.046 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5375 | 2024-12-18T21:34:19.654Z | [ recovery-image] Dec 18 21:34:18.103 INFO O| Dec 18 21:34:18.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5376 | 2024-12-18T21:34:19.675Z | [ recovery-image] Dec 18 21:34:18.127 INFO O| Dec 18 21:34:18.127 INFO STEP 349 (remove_files) COMPLETE |
5377 | 2024-12-18T21:34:19.676Z | [ recovery-image] Dec 18 21:34:18.127 INFO O| Dec 18 21:34:18.127 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5378 | 2024-12-18T21:34:19.705Z | [ recovery-image] Dec 18 21:34:18.157 INFO O| Dec 18 21:34:18.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5379 | 2024-12-18T21:34:19.705Z | [ recovery-image] Dec 18 21:34:18.157 INFO O| Dec 18 21:34:18.157 INFO STEP 350 (remove_files) COMPLETE |
5380 | 2024-12-18T21:34:19.705Z | [ recovery-image] Dec 18 21:34:18.158 INFO O| Dec 18 21:34:18.157 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5381 | 2024-12-18T21:34:19.751Z | [ recovery-image] Dec 18 21:34:18.203 INFO O| Dec 18 21:34:18.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5382 | 2024-12-18T21:34:19.751Z | [ recovery-image] Dec 18 21:34:18.204 INFO O| Dec 18 21:34:18.204 INFO STEP 351 (remove_files) COMPLETE |
5383 | 2024-12-18T21:34:19.754Z | [ recovery-image] Dec 18 21:34:18.204 INFO O| Dec 18 21:34:18.204 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5384 | 2024-12-18T21:34:19.809Z | [ recovery-image] Dec 18 21:34:18.261 INFO O| Dec 18 21:34:18.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5385 | 2024-12-18T21:34:19.809Z | [ recovery-image] Dec 18 21:34:18.262 INFO O| Dec 18 21:34:18.261 INFO STEP 352 (remove_files) COMPLETE |
5386 | 2024-12-18T21:34:19.809Z | [ recovery-image] Dec 18 21:34:18.262 INFO O| Dec 18 21:34:18.262 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5387 | 2024-12-18T21:34:19.830Z | [ recovery-image] Dec 18 21:34:18.283 INFO O| Dec 18 21:34:18.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5388 | 2024-12-18T21:34:19.830Z | [ recovery-image] Dec 18 21:34:18.283 INFO O| Dec 18 21:34:18.283 INFO STEP 353 (remove_files) COMPLETE |
5389 | 2024-12-18T21:34:19.833Z | [ recovery-image] Dec 18 21:34:18.283 INFO O| Dec 18 21:34:18.283 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5390 | 2024-12-18T21:34:19.851Z | [ recovery-image] Dec 18 21:34:18.303 INFO O| Dec 18 21:34:18.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5391 | 2024-12-18T21:34:19.851Z | [ recovery-image] Dec 18 21:34:18.303 INFO O| Dec 18 21:34:18.303 INFO STEP 354 (remove_files) COMPLETE |
5392 | 2024-12-18T21:34:19.855Z | [ recovery-image] Dec 18 21:34:18.304 INFO O| Dec 18 21:34:18.304 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5393 | 2024-12-18T21:34:19.871Z | [ recovery-image] Dec 18 21:34:18.323 INFO O| Dec 18 21:34:18.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5394 | 2024-12-18T21:34:19.871Z | [ recovery-image] Dec 18 21:34:18.323 INFO O| Dec 18 21:34:18.323 INFO STEP 355 (remove_files) COMPLETE |
5395 | 2024-12-18T21:34:19.873Z | [ recovery-image] Dec 18 21:34:18.324 INFO O| Dec 18 21:34:18.323 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5396 | 2024-12-18T21:34:19.891Z | [ recovery-image] Dec 18 21:34:18.343 INFO O| Dec 18 21:34:18.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5397 | 2024-12-18T21:34:19.891Z | [ recovery-image] Dec 18 21:34:18.343 INFO O| Dec 18 21:34:18.343 INFO STEP 356 (remove_files) COMPLETE |
5398 | 2024-12-18T21:34:19.891Z | [ recovery-image] Dec 18 21:34:18.343 INFO O| Dec 18 21:34:18.343 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5399 | 2024-12-18T21:34:19.911Z | [ recovery-image] Dec 18 21:34:18.363 INFO O| Dec 18 21:34:18.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5400 | 2024-12-18T21:34:19.912Z | [ recovery-image] Dec 18 21:34:18.363 INFO O| Dec 18 21:34:18.363 INFO STEP 357 (remove_files) COMPLETE |
5401 | 2024-12-18T21:34:19.915Z | [ recovery-image] Dec 18 21:34:18.364 INFO O| Dec 18 21:34:18.363 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5402 | 2024-12-18T21:34:19.931Z | [ recovery-image] Dec 18 21:34:18.384 INFO O| Dec 18 21:34:18.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5403 | 2024-12-18T21:34:19.931Z | [ recovery-image] Dec 18 21:34:18.384 INFO O| Dec 18 21:34:18.384 INFO STEP 358 (remove_files) COMPLETE |
5404 | 2024-12-18T21:34:19.931Z | [ recovery-image] Dec 18 21:34:18.384 INFO O| Dec 18 21:34:18.384 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5405 | 2024-12-18T21:34:19.966Z | [ recovery-image] Dec 18 21:34:18.418 INFO O| Dec 18 21:34:18.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5406 | 2024-12-18T21:34:19.971Z | [ recovery-image] Dec 18 21:34:18.418 INFO O| Dec 18 21:34:18.418 INFO STEP 359 (remove_files) COMPLETE |
5407 | 2024-12-18T21:34:19.971Z | [ recovery-image] Dec 18 21:34:18.418 INFO O| Dec 18 21:34:18.418 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5408 | 2024-12-18T21:34:19.986Z | [ recovery-image] Dec 18 21:34:18.438 INFO O| Dec 18 21:34:18.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5409 | 2024-12-18T21:34:19.988Z | [ recovery-image] Dec 18 21:34:18.439 INFO O| Dec 18 21:34:18.438 INFO STEP 360 (remove_files) COMPLETE |
5410 | 2024-12-18T21:34:19.988Z | [ recovery-image] Dec 18 21:34:18.439 INFO O| Dec 18 21:34:18.439 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5411 | 2024-12-18T21:34:20.006Z | [ recovery-image] Dec 18 21:34:18.458 INFO O| Dec 18 21:34:18.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5412 | 2024-12-18T21:34:20.009Z | [ recovery-image] Dec 18 21:34:18.459 INFO O| Dec 18 21:34:18.458 INFO STEP 361 (remove_files) COMPLETE |
5413 | 2024-12-18T21:34:20.009Z | [ recovery-image] Dec 18 21:34:18.459 INFO O| Dec 18 21:34:18.459 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2024-12-18T21:34:20.026Z | [ recovery-image] Dec 18 21:34:18.478 INFO O| Dec 18 21:34:18.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5415 | 2024-12-18T21:34:20.028Z | [ recovery-image] Dec 18 21:34:18.478 INFO O| Dec 18 21:34:18.478 INFO STEP 362 (remove_files) COMPLETE |
5416 | 2024-12-18T21:34:20.028Z | [ recovery-image] Dec 18 21:34:18.478 INFO O| Dec 18 21:34:18.478 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2024-12-18T21:34:20.044Z | [ recovery-image] Dec 18 21:34:18.497 INFO O| Dec 18 21:34:18.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5418 | 2024-12-18T21:34:20.048Z | [ recovery-image] Dec 18 21:34:18.497 INFO O| Dec 18 21:34:18.497 INFO STEP 363 (remove_files) COMPLETE |
5419 | 2024-12-18T21:34:20.049Z | [ recovery-image] Dec 18 21:34:18.497 INFO O| Dec 18 21:34:18.497 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2024-12-18T21:34:20.069Z | [ recovery-image] Dec 18 21:34:18.521 INFO O| Dec 18 21:34:18.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5421 | 2024-12-18T21:34:20.069Z | [ recovery-image] Dec 18 21:34:18.521 INFO O| Dec 18 21:34:18.521 INFO STEP 364 (remove_files) COMPLETE |
5422 | 2024-12-18T21:34:20.069Z | [ recovery-image] Dec 18 21:34:18.521 INFO O| Dec 18 21:34:18.521 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2024-12-18T21:34:20.097Z | [ recovery-image] Dec 18 21:34:18.549 INFO O| Dec 18 21:34:18.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5424 | 2024-12-18T21:34:20.097Z | [ recovery-image] Dec 18 21:34:18.549 INFO O| Dec 18 21:34:18.549 INFO STEP 365 (remove_files) COMPLETE |
5425 | 2024-12-18T21:34:20.097Z | [ recovery-image] Dec 18 21:34:18.549 INFO O| Dec 18 21:34:18.549 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2024-12-18T21:34:20.172Z | [ recovery-image] Dec 18 21:34:18.624 INFO O| Dec 18 21:34:18.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5427 | 2024-12-18T21:34:20.172Z | [ recovery-image] Dec 18 21:34:18.624 INFO O| Dec 18 21:34:18.624 INFO STEP 366 (remove_files) COMPLETE |
5428 | 2024-12-18T21:34:20.172Z | [ recovery-image] Dec 18 21:34:18.624 INFO O| Dec 18 21:34:18.624 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2024-12-18T21:34:20.208Z | [ recovery-image] Dec 18 21:34:18.660 INFO O| Dec 18 21:34:18.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5430 | 2024-12-18T21:34:20.208Z | [ recovery-image] Dec 18 21:34:18.660 INFO O| Dec 18 21:34:18.660 INFO STEP 367 (remove_files) COMPLETE |
5431 | 2024-12-18T21:34:20.208Z | [ recovery-image] Dec 18 21:34:18.660 INFO O| Dec 18 21:34:18.660 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-12-18T21:34:20.227Z | [ recovery-image] Dec 18 21:34:18.680 INFO O| Dec 18 21:34:18.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5433 | 2024-12-18T21:34:20.227Z | [ recovery-image] Dec 18 21:34:18.680 INFO O| Dec 18 21:34:18.680 INFO STEP 368 (remove_files) COMPLETE |
5434 | 2024-12-18T21:34:20.227Z | [ recovery-image] Dec 18 21:34:18.680 INFO O| Dec 18 21:34:18.680 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-12-18T21:34:20.262Z | [ recovery-image] Dec 18 21:34:18.714 INFO O| Dec 18 21:34:18.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5436 | 2024-12-18T21:34:20.262Z | [ recovery-image] Dec 18 21:34:18.714 INFO O| Dec 18 21:34:18.714 INFO STEP 369 (remove_files) COMPLETE |
5437 | 2024-12-18T21:34:20.265Z | [ recovery-image] Dec 18 21:34:18.714 INFO O| Dec 18 21:34:18.714 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-12-18T21:34:20.329Z | [ recovery-image] Dec 18 21:34:18.781 INFO O| Dec 18 21:34:18.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5439 | 2024-12-18T21:34:20.329Z | [ recovery-image] Dec 18 21:34:18.781 INFO O| Dec 18 21:34:18.781 INFO STEP 370 (remove_files) COMPLETE |
5440 | 2024-12-18T21:34:20.332Z | [ recovery-image] Dec 18 21:34:18.781 INFO O| Dec 18 21:34:18.781 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-12-18T21:34:20.348Z | [ recovery-image] Dec 18 21:34:18.800 INFO O| Dec 18 21:34:18.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5442 | 2024-12-18T21:34:20.348Z | [ recovery-image] Dec 18 21:34:18.800 INFO O| Dec 18 21:34:18.800 INFO STEP 371 (remove_files) COMPLETE |
5443 | 2024-12-18T21:34:20.348Z | [ recovery-image] Dec 18 21:34:18.800 INFO O| Dec 18 21:34:18.800 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-12-18T21:34:20.366Z | [ recovery-image] Dec 18 21:34:18.819 INFO O| Dec 18 21:34:18.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5445 | 2024-12-18T21:34:20.367Z | [ recovery-image] Dec 18 21:34:18.819 INFO O| Dec 18 21:34:18.819 INFO STEP 372 (remove_files) COMPLETE |
5446 | 2024-12-18T21:34:20.369Z | [ recovery-image] Dec 18 21:34:18.819 INFO O| Dec 18 21:34:18.819 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-12-18T21:34:20.395Z | [ recovery-image] Dec 18 21:34:18.847 INFO O| Dec 18 21:34:18.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5448 | 2024-12-18T21:34:20.395Z | [ recovery-image] Dec 18 21:34:18.847 INFO O| Dec 18 21:34:18.847 INFO STEP 373 (remove_files) COMPLETE |
5449 | 2024-12-18T21:34:20.395Z | [ recovery-image] Dec 18 21:34:18.847 INFO O| Dec 18 21:34:18.847 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-12-18T21:34:20.413Z | [ recovery-image] Dec 18 21:34:18.866 INFO O| Dec 18 21:34:18.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5451 | 2024-12-18T21:34:20.413Z | [ recovery-image] Dec 18 21:34:18.866 INFO O| Dec 18 21:34:18.866 INFO STEP 374 (remove_files) COMPLETE |
5452 | 2024-12-18T21:34:20.413Z | [ recovery-image] Dec 18 21:34:18.866 INFO O| Dec 18 21:34:18.866 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-12-18T21:34:20.432Z | [ recovery-image] Dec 18 21:34:18.884 INFO O| Dec 18 21:34:18.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5454 | 2024-12-18T21:34:20.432Z | [ recovery-image] Dec 18 21:34:18.884 INFO O| Dec 18 21:34:18.884 INFO STEP 375 (remove_files) COMPLETE |
5455 | 2024-12-18T21:34:20.432Z | [ recovery-image] Dec 18 21:34:18.884 INFO O| Dec 18 21:34:18.884 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-12-18T21:34:20.450Z | [ recovery-image] Dec 18 21:34:18.902 INFO O| Dec 18 21:34:18.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5457 | 2024-12-18T21:34:20.450Z | [ recovery-image] Dec 18 21:34:18.902 INFO O| Dec 18 21:34:18.902 INFO STEP 376 (remove_files) COMPLETE |
5458 | 2024-12-18T21:34:20.452Z | [ recovery-image] Dec 18 21:34:18.902 INFO O| Dec 18 21:34:18.902 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-12-18T21:34:20.467Z | [ recovery-image] Dec 18 21:34:18.919 INFO O| Dec 18 21:34:18.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5460 | 2024-12-18T21:34:20.467Z | [ recovery-image] Dec 18 21:34:18.919 INFO O| Dec 18 21:34:18.919 INFO STEP 377 (remove_files) COMPLETE |
5461 | 2024-12-18T21:34:20.467Z | [ recovery-image] Dec 18 21:34:18.919 INFO O| Dec 18 21:34:18.919 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2024-12-18T21:34:20.485Z | [ recovery-image] Dec 18 21:34:18.937 INFO O| Dec 18 21:34:18.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5463 | 2024-12-18T21:34:20.485Z | [ recovery-image] Dec 18 21:34:18.937 INFO O| Dec 18 21:34:18.937 INFO STEP 378 (remove_files) COMPLETE |
5464 | 2024-12-18T21:34:20.487Z | [ recovery-image] Dec 18 21:34:18.937 INFO O| Dec 18 21:34:18.937 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2024-12-18T21:34:20.502Z | [ recovery-image] Dec 18 21:34:18.954 INFO O| Dec 18 21:34:18.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5466 | 2024-12-18T21:34:20.502Z | [ recovery-image] Dec 18 21:34:18.955 INFO O| Dec 18 21:34:18.954 INFO STEP 379 (remove_files) COMPLETE |
5467 | 2024-12-18T21:34:20.502Z | [ recovery-image] Dec 18 21:34:18.955 INFO O| Dec 18 21:34:18.955 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2024-12-18T21:34:20.521Z | [ recovery-image] Dec 18 21:34:18.973 INFO O| Dec 18 21:34:18.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5469 | 2024-12-18T21:34:20.521Z | [ recovery-image] Dec 18 21:34:18.973 INFO O| Dec 18 21:34:18.973 INFO STEP 380 (remove_files) COMPLETE |
5470 | 2024-12-18T21:34:20.523Z | [ recovery-image] Dec 18 21:34:18.973 INFO O| Dec 18 21:34:18.973 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2024-12-18T21:34:20.559Z | [ recovery-image] Dec 18 21:34:19.011 INFO O| Dec 18 21:34:19.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5472 | 2024-12-18T21:34:20.559Z | [ recovery-image] Dec 18 21:34:19.011 INFO O| Dec 18 21:34:19.011 INFO STEP 381 (remove_files) COMPLETE |
5473 | 2024-12-18T21:34:20.559Z | [ recovery-image] Dec 18 21:34:19.011 INFO O| Dec 18 21:34:19.011 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5474 | 2024-12-18T21:34:20.582Z | [ recovery-image] Dec 18 21:34:19.033 INFO O| Dec 18 21:34:19.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5475 | 2024-12-18T21:34:20.582Z | [ recovery-image] Dec 18 21:34:19.033 INFO O| Dec 18 21:34:19.033 INFO STEP 382 (remove_files) COMPLETE |
5476 | 2024-12-18T21:34:20.582Z | [ recovery-image] Dec 18 21:34:19.033 INFO O| Dec 18 21:34:19.033 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5477 | 2024-12-18T21:34:20.601Z | [ recovery-image] Dec 18 21:34:19.053 INFO O| Dec 18 21:34:19.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5478 | 2024-12-18T21:34:20.601Z | [ recovery-image] Dec 18 21:34:19.053 INFO O| Dec 18 21:34:19.053 INFO STEP 383 (remove_files) COMPLETE |
5479 | 2024-12-18T21:34:20.601Z | [ recovery-image] Dec 18 21:34:19.053 INFO O| Dec 18 21:34:19.053 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5480 | 2024-12-18T21:34:20.627Z | [ recovery-image] Dec 18 21:34:19.079 INFO O| Dec 18 21:34:19.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5481 | 2024-12-18T21:34:20.631Z | [ recovery-image] Dec 18 21:34:19.083 INFO O| Dec 18 21:34:19.083 INFO STEP 384 (remove_files) COMPLETE |
5482 | 2024-12-18T21:34:20.631Z | [ recovery-image] Dec 18 21:34:19.083 INFO O| Dec 18 21:34:19.083 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5483 | 2024-12-18T21:34:20.690Z | [ recovery-image] Dec 18 21:34:19.142 INFO O| Dec 18 21:34:19.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5484 | 2024-12-18T21:34:20.690Z | [ recovery-image] Dec 18 21:34:19.142 INFO O| Dec 18 21:34:19.142 INFO STEP 385 (remove_files) COMPLETE |
5485 | 2024-12-18T21:34:20.690Z | [ recovery-image] Dec 18 21:34:19.142 INFO O| Dec 18 21:34:19.142 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5486 | 2024-12-18T21:34:20.747Z | [ recovery-image] Dec 18 21:34:19.199 INFO O| Dec 18 21:34:19.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5487 | 2024-12-18T21:34:20.748Z | [ recovery-image] Dec 18 21:34:19.199 INFO O| Dec 18 21:34:19.199 INFO STEP 386 (remove_files) COMPLETE |
5488 | 2024-12-18T21:34:20.748Z | [ recovery-image] Dec 18 21:34:19.199 INFO O| Dec 18 21:34:19.199 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5489 | 2024-12-18T21:34:20.838Z | [ recovery-image] Dec 18 21:34:19.290 INFO O| Dec 18 21:34:19.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5490 | 2024-12-18T21:34:20.842Z | [ recovery-image] Dec 18 21:34:19.291 INFO O| Dec 18 21:34:19.291 INFO STEP 387 (remove_files) COMPLETE |
5491 | 2024-12-18T21:34:20.842Z | [ recovery-image] Dec 18 21:34:19.291 INFO O| Dec 18 21:34:19.291 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5492 | 2024-12-18T21:34:20.859Z | [ recovery-image] Dec 18 21:34:19.311 INFO O| Dec 18 21:34:19.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5493 | 2024-12-18T21:34:20.862Z | [ recovery-image] Dec 18 21:34:19.311 INFO O| Dec 18 21:34:19.311 INFO STEP 388 (remove_files) COMPLETE |
5494 | 2024-12-18T21:34:20.862Z | [ recovery-image] Dec 18 21:34:19.311 INFO O| Dec 18 21:34:19.311 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5495 | 2024-12-18T21:34:20.899Z | [ recovery-image] Dec 18 21:34:19.350 INFO O| Dec 18 21:34:19.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5496 | 2024-12-18T21:34:20.899Z | [ recovery-image] Dec 18 21:34:19.350 INFO O| Dec 18 21:34:19.350 INFO STEP 389 (remove_files) COMPLETE |
5497 | 2024-12-18T21:34:20.899Z | [ recovery-image] Dec 18 21:34:19.350 INFO O| Dec 18 21:34:19.350 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5498 | 2024-12-18T21:34:20.919Z | [ recovery-image] Dec 18 21:34:19.371 INFO O| Dec 18 21:34:19.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5499 | 2024-12-18T21:34:20.919Z | [ recovery-image] Dec 18 21:34:19.371 INFO O| Dec 18 21:34:19.371 INFO STEP 390 (remove_files) COMPLETE |
5500 | 2024-12-18T21:34:20.919Z | [ recovery-image] Dec 18 21:34:19.371 INFO O| Dec 18 21:34:19.371 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5501 | 2024-12-18T21:34:20.938Z | [ recovery-image] Dec 18 21:34:19.390 INFO O| Dec 18 21:34:19.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5502 | 2024-12-18T21:34:20.940Z | [ recovery-image] Dec 18 21:34:19.390 INFO O| Dec 18 21:34:19.390 INFO STEP 391 (remove_files) COMPLETE |
5503 | 2024-12-18T21:34:20.940Z | [ recovery-image] Dec 18 21:34:19.390 INFO O| Dec 18 21:34:19.390 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5504 | 2024-12-18T21:34:20.957Z | [ recovery-image] Dec 18 21:34:19.409 INFO O| Dec 18 21:34:19.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5505 | 2024-12-18T21:34:20.960Z | [ recovery-image] Dec 18 21:34:19.410 INFO O| Dec 18 21:34:19.409 INFO STEP 392 (remove_files) COMPLETE |
5506 | 2024-12-18T21:34:20.960Z | [ recovery-image] Dec 18 21:34:19.410 INFO O| Dec 18 21:34:19.410 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5507 | 2024-12-18T21:34:20.977Z | [ recovery-image] Dec 18 21:34:19.429 INFO O| Dec 18 21:34:19.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5508 | 2024-12-18T21:34:20.980Z | [ recovery-image] Dec 18 21:34:19.429 INFO O| Dec 18 21:34:19.429 INFO STEP 393 (remove_files) COMPLETE |
5509 | 2024-12-18T21:34:20.980Z | [ recovery-image] Dec 18 21:34:19.429 INFO O| Dec 18 21:34:19.429 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5510 | 2024-12-18T21:34:20.996Z | [ recovery-image] Dec 18 21:34:19.448 INFO O| Dec 18 21:34:19.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5511 | 2024-12-18T21:34:20.999Z | [ recovery-image] Dec 18 21:34:19.448 INFO O| Dec 18 21:34:19.448 INFO STEP 394 (remove_files) COMPLETE |
5512 | 2024-12-18T21:34:20.999Z | [ recovery-image] Dec 18 21:34:19.449 INFO O| Dec 18 21:34:19.448 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5513 | 2024-12-18T21:34:21.027Z | [ host-image] Dec 18 21:34:19.479 INFO O| Dec 18 21:34:19.479 INFO O| Done |
5514 | 2024-12-18T21:34:21.039Z | [ recovery-image] Dec 18 21:34:19.491 INFO O| Dec 18 21:34:19.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5515 | 2024-12-18T21:34:21.039Z | [ recovery-image] Dec 18 21:34:19.491 INFO O| Dec 18 21:34:19.491 INFO STEP 395 (remove_files) COMPLETE |
5516 | 2024-12-18T21:34:21.042Z | [ recovery-image] Dec 18 21:34:19.491 INFO O| Dec 18 21:34:19.491 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-12-18T21:34:21.059Z | [ recovery-image] Dec 18 21:34:19.511 INFO O| Dec 18 21:34:19.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5518 | 2024-12-18T21:34:21.059Z | [ recovery-image] Dec 18 21:34:19.511 INFO O| Dec 18 21:34:19.511 INFO STEP 396 (remove_files) COMPLETE |
5519 | 2024-12-18T21:34:21.061Z | [ recovery-image] Dec 18 21:34:19.511 INFO O| Dec 18 21:34:19.511 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-12-18T21:34:21.085Z | [ host-image] Dec 18 21:34:19.537 INFO O| Dec 18 21:34:19.537 INFO O| Done |
5521 | 2024-12-18T21:34:21.094Z | [ host-image] Dec 18 21:34:19.537 INFO O| Dec 18 21:34:19.537 INFO O| Done |
5522 | 2024-12-18T21:34:21.111Z | [ recovery-image] Dec 18 21:34:19.563 INFO O| Dec 18 21:34:19.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5523 | 2024-12-18T21:34:21.111Z | [ recovery-image] Dec 18 21:34:19.563 INFO O| Dec 18 21:34:19.563 INFO STEP 397 (remove_files) COMPLETE |
5524 | 2024-12-18T21:34:21.113Z | [ recovery-image] Dec 18 21:34:19.563 INFO O| Dec 18 21:34:19.563 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5525 | 2024-12-18T21:34:21.131Z | [ recovery-image] Dec 18 21:34:19.583 INFO O| Dec 18 21:34:19.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5526 | 2024-12-18T21:34:21.131Z | [ recovery-image] Dec 18 21:34:19.583 INFO O| Dec 18 21:34:19.583 INFO STEP 398 (remove_files) COMPLETE |
5527 | 2024-12-18T21:34:21.131Z | [ recovery-image] Dec 18 21:34:19.583 INFO O| Dec 18 21:34:19.583 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5528 | 2024-12-18T21:34:21.149Z | [ recovery-image] Dec 18 21:34:19.601 INFO O| Dec 18 21:34:19.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5529 | 2024-12-18T21:34:21.149Z | [ recovery-image] Dec 18 21:34:19.601 INFO O| Dec 18 21:34:19.601 INFO STEP 399 (remove_files) COMPLETE |
5530 | 2024-12-18T21:34:21.150Z | [ recovery-image] Dec 18 21:34:19.601 INFO O| Dec 18 21:34:19.601 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5531 | 2024-12-18T21:34:21.188Z | [ host-image] Dec 18 21:34:19.639 INFO O| Dec 18 21:34:19.639 INFO O| Done |
5532 | 2024-12-18T21:34:21.190Z | [ recovery-image] Dec 18 21:34:19.639 INFO O| Dec 18 21:34:19.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5533 | 2024-12-18T21:34:21.190Z | [ recovery-image] Dec 18 21:34:19.640 INFO O| Dec 18 21:34:19.640 INFO STEP 400 (remove_files) COMPLETE |
5534 | 2024-12-18T21:34:21.190Z | [ recovery-image] Dec 18 21:34:19.640 INFO O| Dec 18 21:34:19.640 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-12-18T21:34:21.229Z | [ recovery-image] Dec 18 21:34:19.681 INFO O| Dec 18 21:34:19.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5536 | 2024-12-18T21:34:21.230Z | [ recovery-image] Dec 18 21:34:19.682 INFO O| Dec 18 21:34:19.681 INFO STEP 401 (remove_files) COMPLETE |
5537 | 2024-12-18T21:34:21.230Z | [ recovery-image] Dec 18 21:34:19.682 INFO O| Dec 18 21:34:19.682 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2024-12-18T21:34:21.249Z | [ recovery-image] Dec 18 21:34:19.701 INFO O| Dec 18 21:34:19.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5539 | 2024-12-18T21:34:21.252Z | [ recovery-image] Dec 18 21:34:19.701 INFO O| Dec 18 21:34:19.701 INFO STEP 402 (remove_files) COMPLETE |
5540 | 2024-12-18T21:34:21.252Z | [ recovery-image] Dec 18 21:34:19.701 INFO O| Dec 18 21:34:19.701 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-12-18T21:34:21.271Z | [ recovery-image] Dec 18 21:34:19.720 INFO O| Dec 18 21:34:19.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5542 | 2024-12-18T21:34:21.271Z | [ recovery-image] Dec 18 21:34:19.721 INFO O| Dec 18 21:34:19.720 INFO STEP 403 (remove_files) COMPLETE |
5543 | 2024-12-18T21:34:21.272Z | [ recovery-image] Dec 18 21:34:19.721 INFO O| Dec 18 21:34:19.721 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-12-18T21:34:21.287Z | [ recovery-image] Dec 18 21:34:19.738 INFO O| Dec 18 21:34:19.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5545 | 2024-12-18T21:34:21.291Z | [ recovery-image] Dec 18 21:34:19.739 INFO O| Dec 18 21:34:19.738 INFO STEP 404 (remove_files) COMPLETE |
5546 | 2024-12-18T21:34:21.292Z | [ recovery-image] Dec 18 21:34:19.739 INFO O| Dec 18 21:34:19.739 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-12-18T21:34:21.305Z | [ recovery-image] Dec 18 21:34:19.757 INFO O| Dec 18 21:34:19.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5548 | 2024-12-18T21:34:21.313Z | [ recovery-image] Dec 18 21:34:19.758 INFO O| Dec 18 21:34:19.757 INFO STEP 405 (remove_files) COMPLETE |
5549 | 2024-12-18T21:34:21.314Z | [ recovery-image] Dec 18 21:34:19.758 INFO O| Dec 18 21:34:19.758 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-12-18T21:34:21.326Z | [ recovery-image] Dec 18 21:34:19.777 INFO O| Dec 18 21:34:19.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5551 | 2024-12-18T21:34:21.326Z | [ recovery-image] Dec 18 21:34:19.777 INFO O| Dec 18 21:34:19.777 INFO STEP 406 (remove_files) COMPLETE |
5552 | 2024-12-18T21:34:21.326Z | [ recovery-image] Dec 18 21:34:19.777 INFO O| Dec 18 21:34:19.777 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-12-18T21:34:21.356Z | [ recovery-image] Dec 18 21:34:19.802 INFO O| Dec 18 21:34:19.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5554 | 2024-12-18T21:34:21.356Z | [ recovery-image] Dec 18 21:34:19.802 INFO O| Dec 18 21:34:19.802 INFO STEP 407 (remove_files) COMPLETE |
5555 | 2024-12-18T21:34:21.356Z | [ recovery-image] Dec 18 21:34:19.802 INFO O| Dec 18 21:34:19.802 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-12-18T21:34:21.388Z | [ recovery-image] Dec 18 21:34:19.840 INFO O| Dec 18 21:34:19.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5557 | 2024-12-18T21:34:21.391Z | [ recovery-image] Dec 18 21:34:19.840 INFO O| Dec 18 21:34:19.840 INFO STEP 408 (remove_files) COMPLETE |
5558 | 2024-12-18T21:34:21.391Z | [ recovery-image] Dec 18 21:34:19.840 INFO O| Dec 18 21:34:19.840 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-12-18T21:34:21.409Z | [ recovery-image] Dec 18 21:34:19.861 INFO O| Dec 18 21:34:19.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5560 | 2024-12-18T21:34:21.411Z | [ recovery-image] Dec 18 21:34:19.861 INFO O| Dec 18 21:34:19.861 INFO STEP 409 (remove_files) COMPLETE |
5561 | 2024-12-18T21:34:21.411Z | [ recovery-image] Dec 18 21:34:19.861 INFO O| Dec 18 21:34:19.861 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-12-18T21:34:21.411Z | [ host-image] Dec 18 21:34:19.862 INFO O| Dec 18 21:34:19.862 INFO STEP 13 (pkg_install) COMPLETE |
5563 | 2024-12-18T21:34:21.411Z | [ host-image] Dec 18 21:34:19.862 INFO O| Dec 18 21:34:19.862 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5564 | 2024-12-18T21:34:21.428Z | [ recovery-image] Dec 18 21:34:19.880 INFO O| Dec 18 21:34:19.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5565 | 2024-12-18T21:34:21.428Z | [ recovery-image] Dec 18 21:34:19.880 INFO O| Dec 18 21:34:19.880 INFO STEP 410 (remove_files) COMPLETE |
5566 | 2024-12-18T21:34:21.428Z | [ recovery-image] Dec 18 21:34:19.880 INFO O| Dec 18 21:34:19.880 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2024-12-18T21:34:21.431Z | [ host-image] Dec 18 21:34:19.880 INFO O| Dec 18 21:34:19.880 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
5568 | 2024-12-18T21:34:21.446Z | [ recovery-image] Dec 18 21:34:19.898 INFO O| Dec 18 21:34:19.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5569 | 2024-12-18T21:34:21.449Z | [ recovery-image] Dec 18 21:34:19.899 INFO O| Dec 18 21:34:19.898 INFO STEP 411 (remove_files) COMPLETE |
5570 | 2024-12-18T21:34:21.449Z | [ recovery-image] Dec 18 21:34:19.899 INFO O| Dec 18 21:34:19.899 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-12-18T21:34:21.465Z | [ recovery-image] Dec 18 21:34:19.917 INFO O| Dec 18 21:34:19.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5572 | 2024-12-18T21:34:21.468Z | [ recovery-image] Dec 18 21:34:19.917 INFO O| Dec 18 21:34:19.917 INFO STEP 412 (remove_files) COMPLETE |
5573 | 2024-12-18T21:34:21.468Z | [ recovery-image] Dec 18 21:34:19.917 INFO O| Dec 18 21:34:19.917 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-12-18T21:34:21.482Z | [ recovery-image] Dec 18 21:34:19.935 INFO O| Dec 18 21:34:19.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5575 | 2024-12-18T21:34:21.485Z | [ recovery-image] Dec 18 21:34:19.935 INFO O| Dec 18 21:34:19.935 INFO STEP 413 (remove_files) COMPLETE |
5576 | 2024-12-18T21:34:21.485Z | [ recovery-image] Dec 18 21:34:19.935 INFO O| Dec 18 21:34:19.935 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-12-18T21:34:21.501Z | [ recovery-image] Dec 18 21:34:19.953 INFO O| Dec 18 21:34:19.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5578 | 2024-12-18T21:34:21.502Z | [ recovery-image] Dec 18 21:34:19.953 INFO O| Dec 18 21:34:19.953 INFO STEP 414 (remove_files) COMPLETE |
5579 | 2024-12-18T21:34:21.505Z | [ recovery-image] Dec 18 21:34:19.953 INFO O| Dec 18 21:34:19.953 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-12-18T21:34:21.522Z | [ recovery-image] Dec 18 21:34:19.974 INFO O| Dec 18 21:34:19.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5581 | 2024-12-18T21:34:21.522Z | [ recovery-image] Dec 18 21:34:19.974 INFO O| Dec 18 21:34:19.974 INFO STEP 415 (remove_files) COMPLETE |
5582 | 2024-12-18T21:34:21.522Z | [ recovery-image] Dec 18 21:34:19.974 INFO O| Dec 18 21:34:19.974 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-12-18T21:34:21.561Z | [ recovery-image] Dec 18 21:34:20.013 INFO O| Dec 18 21:34:20.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5584 | 2024-12-18T21:34:21.562Z | [ recovery-image] Dec 18 21:34:20.013 INFO O| Dec 18 21:34:20.013 INFO STEP 416 (remove_files) COMPLETE |
5585 | 2024-12-18T21:34:21.562Z | [ recovery-image] Dec 18 21:34:20.013 INFO O| Dec 18 21:34:20.013 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2024-12-18T21:34:21.582Z | [ recovery-image] Dec 18 21:34:20.034 INFO O| Dec 18 21:34:20.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5587 | 2024-12-18T21:34:21.582Z | [ recovery-image] Dec 18 21:34:20.035 INFO O| Dec 18 21:34:20.035 INFO STEP 417 (remove_files) COMPLETE |
5588 | 2024-12-18T21:34:21.582Z | [ recovery-image] Dec 18 21:34:20.035 INFO O| Dec 18 21:34:20.035 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2024-12-18T21:34:21.601Z | [ recovery-image] Dec 18 21:34:20.053 INFO O| Dec 18 21:34:20.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5590 | 2024-12-18T21:34:21.602Z | [ recovery-image] Dec 18 21:34:20.053 INFO O| Dec 18 21:34:20.053 INFO STEP 418 (remove_files) COMPLETE |
5591 | 2024-12-18T21:34:21.606Z | [ recovery-image] Dec 18 21:34:20.053 INFO O| Dec 18 21:34:20.053 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2024-12-18T21:34:21.620Z | [ recovery-image] Dec 18 21:34:20.071 INFO O| Dec 18 21:34:20.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5593 | 2024-12-18T21:34:21.626Z | [ recovery-image] Dec 18 21:34:20.071 INFO O| Dec 18 21:34:20.071 INFO STEP 419 (remove_files) COMPLETE |
5594 | 2024-12-18T21:34:21.626Z | [ recovery-image] Dec 18 21:34:20.071 INFO O| Dec 18 21:34:20.071 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2024-12-18T21:34:21.658Z | [ recovery-image] Dec 18 21:34:20.110 INFO O| Dec 18 21:34:20.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5596 | 2024-12-18T21:34:21.658Z | [ recovery-image] Dec 18 21:34:20.110 INFO O| Dec 18 21:34:20.110 INFO STEP 420 (remove_files) COMPLETE |
5597 | 2024-12-18T21:34:21.660Z | [ recovery-image] Dec 18 21:34:20.110 INFO O| Dec 18 21:34:20.110 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5598 | 2024-12-18T21:34:21.750Z | [ recovery-image] Dec 18 21:34:20.202 INFO O| Dec 18 21:34:20.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5599 | 2024-12-18T21:34:21.752Z | [ recovery-image] Dec 18 21:34:20.202 INFO O| Dec 18 21:34:20.202 INFO STEP 421 (remove_files) COMPLETE |
5600 | 2024-12-18T21:34:21.753Z | [ recovery-image] Dec 18 21:34:20.202 INFO O| Dec 18 21:34:20.202 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5601 | 2024-12-18T21:34:21.789Z | [ recovery-image] Dec 18 21:34:20.241 INFO O| Dec 18 21:34:20.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5602 | 2024-12-18T21:34:21.789Z | [ recovery-image] Dec 18 21:34:20.241 INFO O| Dec 18 21:34:20.241 INFO STEP 422 (remove_files) COMPLETE |
5603 | 2024-12-18T21:34:21.789Z | [ recovery-image] Dec 18 21:34:20.241 INFO O| Dec 18 21:34:20.241 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2024-12-18T21:34:21.810Z | [ recovery-image] Dec 18 21:34:20.262 INFO O| Dec 18 21:34:20.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5605 | 2024-12-18T21:34:21.810Z | [ recovery-image] Dec 18 21:34:20.262 INFO O| Dec 18 21:34:20.262 INFO STEP 423 (remove_files) COMPLETE |
5606 | 2024-12-18T21:34:21.810Z | [ recovery-image] Dec 18 21:34:20.262 INFO O| Dec 18 21:34:20.262 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2024-12-18T21:34:21.838Z | [ recovery-image] Dec 18 21:34:20.290 INFO O| Dec 18 21:34:20.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5608 | 2024-12-18T21:34:21.862Z | [ recovery-image] Dec 18 21:34:20.313 INFO O| Dec 18 21:34:20.313 INFO STEP 424 (remove_files) COMPLETE |
5609 | 2024-12-18T21:34:21.862Z | [ recovery-image] Dec 18 21:34:20.313 INFO O| Dec 18 21:34:20.313 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2024-12-18T21:34:21.883Z | [ recovery-image] Dec 18 21:34:20.335 INFO O| Dec 18 21:34:20.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5611 | 2024-12-18T21:34:21.883Z | [ recovery-image] Dec 18 21:34:20.336 INFO O| Dec 18 21:34:20.335 INFO STEP 425 (remove_files) COMPLETE |
5612 | 2024-12-18T21:34:21.884Z | [ recovery-image] Dec 18 21:34:20.336 INFO O| Dec 18 21:34:20.335 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2024-12-18T21:34:21.920Z | [ recovery-image] Dec 18 21:34:20.371 INFO O| Dec 18 21:34:20.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5614 | 2024-12-18T21:34:21.920Z | [ recovery-image] Dec 18 21:34:20.371 INFO O| Dec 18 21:34:20.371 INFO STEP 426 (remove_files) COMPLETE |
5615 | 2024-12-18T21:34:21.920Z | [ recovery-image] Dec 18 21:34:20.371 INFO O| Dec 18 21:34:20.371 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2024-12-18T21:34:21.962Z | [ recovery-image] Dec 18 21:34:20.414 INFO O| Dec 18 21:34:20.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5617 | 2024-12-18T21:34:21.962Z | [ recovery-image] Dec 18 21:34:20.414 INFO O| Dec 18 21:34:20.414 INFO STEP 427 (remove_files) COMPLETE |
5618 | 2024-12-18T21:34:21.965Z | [ recovery-image] Dec 18 21:34:20.414 INFO O| Dec 18 21:34:20.414 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2024-12-18T21:34:21.983Z | [ recovery-image] Dec 18 21:34:20.434 INFO O| Dec 18 21:34:20.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5620 | 2024-12-18T21:34:21.983Z | [ recovery-image] Dec 18 21:34:20.434 INFO O| Dec 18 21:34:20.434 INFO STEP 428 (remove_files) COMPLETE |
5621 | 2024-12-18T21:34:21.987Z | [ recovery-image] Dec 18 21:34:20.434 INFO O| Dec 18 21:34:20.434 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2024-12-18T21:34:22.004Z | [ recovery-image] Dec 18 21:34:20.454 INFO O| Dec 18 21:34:20.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5623 | 2024-12-18T21:34:22.004Z | [ recovery-image] Dec 18 21:34:20.455 INFO O| Dec 18 21:34:20.454 INFO STEP 429 (remove_files) COMPLETE |
5624 | 2024-12-18T21:34:22.009Z | [ recovery-image] Dec 18 21:34:20.455 INFO O| Dec 18 21:34:20.455 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2024-12-18T21:34:22.092Z | [ recovery-image] Dec 18 21:34:20.544 INFO O| Dec 18 21:34:20.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5626 | 2024-12-18T21:34:22.096Z | [ recovery-image] Dec 18 21:34:20.544 INFO O| Dec 18 21:34:20.544 INFO STEP 430 (remove_files) COMPLETE |
5627 | 2024-12-18T21:34:22.096Z | [ recovery-image] Dec 18 21:34:20.544 INFO O| Dec 18 21:34:20.544 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2024-12-18T21:34:22.169Z | [ recovery-image] Dec 18 21:34:20.615 INFO O| Dec 18 21:34:20.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5629 | 2024-12-18T21:34:22.169Z | [ recovery-image] Dec 18 21:34:20.615 INFO O| Dec 18 21:34:20.615 INFO STEP 431 (remove_files) COMPLETE |
5630 | 2024-12-18T21:34:22.169Z | [ recovery-image] Dec 18 21:34:20.615 INFO O| Dec 18 21:34:20.615 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2024-12-18T21:34:22.206Z | [ recovery-image] Dec 18 21:34:20.657 INFO O| Dec 18 21:34:20.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5632 | 2024-12-18T21:34:22.206Z | [ recovery-image] Dec 18 21:34:20.657 INFO O| Dec 18 21:34:20.657 INFO STEP 432 (remove_files) COMPLETE |
5633 | 2024-12-18T21:34:22.206Z | [ recovery-image] Dec 18 21:34:20.657 INFO O| Dec 18 21:34:20.657 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2024-12-18T21:34:22.285Z | [ recovery-image] Dec 18 21:34:20.735 INFO O| Dec 18 21:34:20.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5635 | 2024-12-18T21:34:22.285Z | [ recovery-image] Dec 18 21:34:20.735 INFO O| Dec 18 21:34:20.735 INFO STEP 433 (remove_files) COMPLETE |
5636 | 2024-12-18T21:34:22.285Z | [ recovery-image] Dec 18 21:34:20.735 INFO O| Dec 18 21:34:20.735 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2024-12-18T21:34:22.326Z | [ recovery-image] Dec 18 21:34:20.777 INFO O| Dec 18 21:34:20.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5638 | 2024-12-18T21:34:22.327Z | [ recovery-image] Dec 18 21:34:20.777 INFO O| Dec 18 21:34:20.777 INFO STEP 434 (remove_files) COMPLETE |
5639 | 2024-12-18T21:34:22.331Z | [ recovery-image] Dec 18 21:34:20.777 INFO O| Dec 18 21:34:20.777 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2024-12-18T21:34:22.356Z | [ recovery-image] Dec 18 21:34:20.808 INFO O| Dec 18 21:34:20.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5641 | 2024-12-18T21:34:22.356Z | [ recovery-image] Dec 18 21:34:20.808 INFO O| Dec 18 21:34:20.808 INFO STEP 435 (remove_files) COMPLETE |
5642 | 2024-12-18T21:34:22.356Z | [ recovery-image] Dec 18 21:34:20.808 INFO O| Dec 18 21:34:20.808 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2024-12-18T21:34:22.398Z | [ recovery-image] Dec 18 21:34:20.850 INFO O| Dec 18 21:34:20.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5644 | 2024-12-18T21:34:22.398Z | [ recovery-image] Dec 18 21:34:20.850 INFO O| Dec 18 21:34:20.850 INFO STEP 436 (remove_files) COMPLETE |
5645 | 2024-12-18T21:34:22.398Z | [ recovery-image] Dec 18 21:34:20.850 INFO O| Dec 18 21:34:20.850 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2024-12-18T21:34:22.457Z | [ recovery-image] Dec 18 21:34:20.909 INFO O| Dec 18 21:34:20.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5647 | 2024-12-18T21:34:22.458Z | [ recovery-image] Dec 18 21:34:20.909 INFO O| Dec 18 21:34:20.909 INFO STEP 437 (remove_files) COMPLETE |
5648 | 2024-12-18T21:34:22.458Z | [ recovery-image] Dec 18 21:34:20.909 INFO O| Dec 18 21:34:20.909 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2024-12-18T21:34:22.475Z | [ recovery-image] Dec 18 21:34:20.927 INFO O| Dec 18 21:34:20.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5650 | 2024-12-18T21:34:22.475Z | [ recovery-image] Dec 18 21:34:20.927 INFO O| Dec 18 21:34:20.927 INFO STEP 438 (remove_files) COMPLETE |
5651 | 2024-12-18T21:34:22.475Z | [ recovery-image] Dec 18 21:34:20.927 INFO O| Dec 18 21:34:20.927 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2024-12-18T21:34:22.493Z | [ recovery-image] Dec 18 21:34:20.945 INFO O| Dec 18 21:34:20.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5653 | 2024-12-18T21:34:22.493Z | [ recovery-image] Dec 18 21:34:20.945 INFO O| Dec 18 21:34:20.945 INFO STEP 439 (remove_files) COMPLETE |
5654 | 2024-12-18T21:34:22.493Z | [ recovery-image] Dec 18 21:34:20.945 INFO O| Dec 18 21:34:20.945 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-12-18T21:34:22.531Z | [ recovery-image] Dec 18 21:34:20.983 INFO O| Dec 18 21:34:20.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5656 | 2024-12-18T21:34:22.534Z | [ recovery-image] Dec 18 21:34:20.983 INFO O| Dec 18 21:34:20.983 INFO STEP 440 (remove_files) COMPLETE |
5657 | 2024-12-18T21:34:22.534Z | [ recovery-image] Dec 18 21:34:20.983 INFO O| Dec 18 21:34:20.983 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-12-18T21:34:22.558Z | [ recovery-image] Dec 18 21:34:21.007 INFO O| Dec 18 21:34:21.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5659 | 2024-12-18T21:34:22.558Z | [ recovery-image] Dec 18 21:34:21.008 INFO O| Dec 18 21:34:21.008 INFO STEP 441 (remove_files) COMPLETE |
5660 | 2024-12-18T21:34:22.558Z | [ recovery-image] Dec 18 21:34:21.008 INFO O| Dec 18 21:34:21.008 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2024-12-18T21:34:22.594Z | [ recovery-image] Dec 18 21:34:21.046 INFO O| Dec 18 21:34:21.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5662 | 2024-12-18T21:34:22.597Z | [ recovery-image] Dec 18 21:34:21.046 INFO O| Dec 18 21:34:21.046 INFO STEP 442 (remove_files) COMPLETE |
5663 | 2024-12-18T21:34:22.597Z | [ recovery-image] Dec 18 21:34:21.046 INFO O| Dec 18 21:34:21.046 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2024-12-18T21:34:22.628Z | [ host-image] Dec 18 21:34:21.079 INFO O| Dec 18 21:34:21.079 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5665 | 2024-12-18T21:34:22.631Z | [ recovery-image] Dec 18 21:34:21.081 INFO O| Dec 18 21:34:21.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5666 | 2024-12-18T21:34:22.631Z | [ recovery-image] Dec 18 21:34:21.081 INFO O| Dec 18 21:34:21.081 INFO STEP 443 (remove_files) COMPLETE |
5667 | 2024-12-18T21:34:22.631Z | [ recovery-image] Dec 18 21:34:21.081 INFO O| Dec 18 21:34:21.081 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-12-18T21:34:22.689Z | [ recovery-image] Dec 18 21:34:21.140 INFO O| Dec 18 21:34:21.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5669 | 2024-12-18T21:34:22.689Z | [ recovery-image] Dec 18 21:34:21.140 INFO O| Dec 18 21:34:21.140 INFO STEP 444 (remove_files) COMPLETE |
5670 | 2024-12-18T21:34:22.689Z | [ recovery-image] Dec 18 21:34:21.140 INFO O| Dec 18 21:34:21.140 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-12-18T21:34:22.707Z | [ recovery-image] Dec 18 21:34:21.158 INFO O| Dec 18 21:34:21.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5672 | 2024-12-18T21:34:22.709Z | [ recovery-image] Dec 18 21:34:21.159 INFO O| Dec 18 21:34:21.159 INFO STEP 445 (remove_files) COMPLETE |
5673 | 2024-12-18T21:34:22.709Z | [ recovery-image] Dec 18 21:34:21.159 INFO O| Dec 18 21:34:21.159 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-12-18T21:34:22.726Z | [ recovery-image] Dec 18 21:34:21.177 INFO O| Dec 18 21:34:21.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5675 | 2024-12-18T21:34:22.726Z | [ recovery-image] Dec 18 21:34:21.177 INFO O| Dec 18 21:34:21.177 INFO STEP 446 (remove_files) COMPLETE |
5676 | 2024-12-18T21:34:22.729Z | [ recovery-image] Dec 18 21:34:21.177 INFO O| Dec 18 21:34:21.177 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-12-18T21:34:22.744Z | [ recovery-image] Dec 18 21:34:21.196 INFO O| Dec 18 21:34:21.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5678 | 2024-12-18T21:34:22.747Z | [ recovery-image] Dec 18 21:34:21.196 INFO O| Dec 18 21:34:21.196 INFO STEP 447 (remove_files) COMPLETE |
5679 | 2024-12-18T21:34:22.748Z | [ recovery-image] Dec 18 21:34:21.196 INFO O| Dec 18 21:34:21.196 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-12-18T21:34:22.763Z | [ recovery-image] Dec 18 21:34:21.215 INFO O| Dec 18 21:34:21.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5681 | 2024-12-18T21:34:22.763Z | [ recovery-image] Dec 18 21:34:21.215 INFO O| Dec 18 21:34:21.215 INFO STEP 448 (remove_files) COMPLETE |
5682 | 2024-12-18T21:34:22.765Z | [ recovery-image] Dec 18 21:34:21.215 INFO O| Dec 18 21:34:21.215 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-12-18T21:34:22.794Z | [ recovery-image] Dec 18 21:34:21.246 INFO O| Dec 18 21:34:21.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5684 | 2024-12-18T21:34:22.795Z | [ recovery-image] Dec 18 21:34:21.246 INFO O| Dec 18 21:34:21.246 INFO STEP 449 (remove_files) COMPLETE |
5685 | 2024-12-18T21:34:22.795Z | [ recovery-image] Dec 18 21:34:21.246 INFO O| Dec 18 21:34:21.246 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-12-18T21:34:22.835Z | [ recovery-image] Dec 18 21:34:21.287 INFO O| Dec 18 21:34:21.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5687 | 2024-12-18T21:34:22.835Z | [ recovery-image] Dec 18 21:34:21.287 INFO O| Dec 18 21:34:21.287 INFO STEP 450 (remove_files) COMPLETE |
5688 | 2024-12-18T21:34:22.836Z | [ recovery-image] Dec 18 21:34:21.287 INFO O| Dec 18 21:34:21.287 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2024-12-18T21:34:22.856Z | [ recovery-image] Dec 18 21:34:21.306 INFO O| Dec 18 21:34:21.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5690 | 2024-12-18T21:34:22.856Z | [ recovery-image] Dec 18 21:34:21.306 INFO O| Dec 18 21:34:21.306 INFO STEP 451 (remove_files) COMPLETE |
5691 | 2024-12-18T21:34:22.856Z | [ recovery-image] Dec 18 21:34:21.306 INFO O| Dec 18 21:34:21.306 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2024-12-18T21:34:22.941Z | [ recovery-image] Dec 18 21:34:21.392 INFO O| Dec 18 21:34:21.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5693 | 2024-12-18T21:34:22.941Z | [ recovery-image] Dec 18 21:34:21.392 INFO O| Dec 18 21:34:21.392 INFO STEP 452 (remove_files) COMPLETE |
5694 | 2024-12-18T21:34:22.941Z | [ recovery-image] Dec 18 21:34:21.392 INFO O| Dec 18 21:34:21.392 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2024-12-18T21:34:22.997Z | [ recovery-image] Dec 18 21:34:21.449 INFO O| Dec 18 21:34:21.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5696 | 2024-12-18T21:34:22.998Z | [ recovery-image] Dec 18 21:34:21.449 INFO O| Dec 18 21:34:21.449 INFO STEP 453 (remove_files) COMPLETE |
5697 | 2024-12-18T21:34:22.998Z | [ recovery-image] Dec 18 21:34:21.449 INFO O| Dec 18 21:34:21.449 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2024-12-18T21:34:23.015Z | [ recovery-image] Dec 18 21:34:21.466 INFO O| Dec 18 21:34:21.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5699 | 2024-12-18T21:34:23.015Z | [ recovery-image] Dec 18 21:34:21.466 INFO O| Dec 18 21:34:21.466 INFO STEP 454 (remove_files) COMPLETE |
5700 | 2024-12-18T21:34:23.022Z | [ recovery-image] Dec 18 21:34:21.466 INFO O| Dec 18 21:34:21.466 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2024-12-18T21:34:23.047Z | [ recovery-image] Dec 18 21:34:21.496 INFO O| Dec 18 21:34:21.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5702 | 2024-12-18T21:34:23.047Z | [ recovery-image] Dec 18 21:34:21.496 INFO O| Dec 18 21:34:21.496 INFO STEP 455 (remove_files) COMPLETE |
5703 | 2024-12-18T21:34:23.047Z | [ recovery-image] Dec 18 21:34:21.496 INFO O| Dec 18 21:34:21.496 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2024-12-18T21:34:23.108Z | [ recovery-image] Dec 18 21:34:21.560 INFO O| Dec 18 21:34:21.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5705 | 2024-12-18T21:34:23.108Z | [ recovery-image] Dec 18 21:34:21.560 INFO O| Dec 18 21:34:21.560 INFO STEP 456 (remove_files) COMPLETE |
5706 | 2024-12-18T21:34:23.113Z | [ recovery-image] Dec 18 21:34:21.560 INFO O| Dec 18 21:34:21.560 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2024-12-18T21:34:23.128Z | [ recovery-image] Dec 18 21:34:21.579 INFO O| Dec 18 21:34:21.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5708 | 2024-12-18T21:34:23.128Z | [ recovery-image] Dec 18 21:34:21.579 INFO O| Dec 18 21:34:21.579 INFO STEP 457 (remove_files) COMPLETE |
5709 | 2024-12-18T21:34:23.131Z | [ recovery-image] Dec 18 21:34:21.579 INFO O| Dec 18 21:34:21.579 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2024-12-18T21:34:23.158Z | [ recovery-image] Dec 18 21:34:21.610 INFO O| Dec 18 21:34:21.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5711 | 2024-12-18T21:34:23.158Z | [ recovery-image] Dec 18 21:34:21.610 INFO O| Dec 18 21:34:21.610 INFO STEP 458 (remove_files) COMPLETE |
5712 | 2024-12-18T21:34:23.161Z | [ recovery-image] Dec 18 21:34:21.610 INFO O| Dec 18 21:34:21.610 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2024-12-18T21:34:23.198Z | [ recovery-image] Dec 18 21:34:21.649 INFO O| Dec 18 21:34:21.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5714 | 2024-12-18T21:34:23.198Z | [ recovery-image] Dec 18 21:34:21.649 INFO O| Dec 18 21:34:21.649 INFO STEP 459 (remove_files) COMPLETE |
5715 | 2024-12-18T21:34:23.198Z | [ recovery-image] Dec 18 21:34:21.649 INFO O| Dec 18 21:34:21.649 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2024-12-18T21:34:23.260Z | [ recovery-image] Dec 18 21:34:21.711 INFO O| Dec 18 21:34:21.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5717 | 2024-12-18T21:34:23.260Z | [ recovery-image] Dec 18 21:34:21.711 INFO O| Dec 18 21:34:21.711 INFO STEP 460 (remove_files) COMPLETE |
5718 | 2024-12-18T21:34:23.262Z | [ recovery-image] Dec 18 21:34:21.712 INFO O| Dec 18 21:34:21.711 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-12-18T21:34:23.278Z | [ recovery-image] Dec 18 21:34:21.729 INFO O| Dec 18 21:34:21.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5720 | 2024-12-18T21:34:23.278Z | [ recovery-image] Dec 18 21:34:21.730 INFO O| Dec 18 21:34:21.730 INFO STEP 461 (remove_files) COMPLETE |
5721 | 2024-12-18T21:34:23.283Z | [ recovery-image] Dec 18 21:34:21.730 INFO O| Dec 18 21:34:21.730 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-12-18T21:34:23.316Z | [ recovery-image] Dec 18 21:34:21.767 INFO O| Dec 18 21:34:21.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5723 | 2024-12-18T21:34:23.317Z | [ recovery-image] Dec 18 21:34:21.767 INFO O| Dec 18 21:34:21.767 INFO STEP 462 (remove_files) COMPLETE |
5724 | 2024-12-18T21:34:23.317Z | [ recovery-image] Dec 18 21:34:21.767 INFO O| Dec 18 21:34:21.767 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-12-18T21:34:23.340Z | [ recovery-image] Dec 18 21:34:21.789 INFO O| Dec 18 21:34:21.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5726 | 2024-12-18T21:34:23.340Z | [ recovery-image] Dec 18 21:34:21.789 INFO O| Dec 18 21:34:21.789 INFO STEP 463 (remove_files) COMPLETE |
5727 | 2024-12-18T21:34:23.340Z | [ recovery-image] Dec 18 21:34:21.789 INFO O| Dec 18 21:34:21.789 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-12-18T21:34:23.363Z | [ recovery-image] Dec 18 21:34:21.814 INFO O| Dec 18 21:34:21.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5729 | 2024-12-18T21:34:23.366Z | [ recovery-image] Dec 18 21:34:21.815 INFO O| Dec 18 21:34:21.815 INFO STEP 464 (remove_files) COMPLETE |
5730 | 2024-12-18T21:34:23.366Z | [ recovery-image] Dec 18 21:34:21.815 INFO O| Dec 18 21:34:21.815 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-12-18T21:34:23.386Z | [ recovery-image] Dec 18 21:34:21.837 INFO O| Dec 18 21:34:21.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5732 | 2024-12-18T21:34:23.386Z | [ recovery-image] Dec 18 21:34:21.837 INFO O| Dec 18 21:34:21.837 INFO STEP 465 (remove_files) COMPLETE |
5733 | 2024-12-18T21:34:23.386Z | [ recovery-image] Dec 18 21:34:21.837 INFO O| Dec 18 21:34:21.837 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-12-18T21:34:23.407Z | [ recovery-image] Dec 18 21:34:21.858 INFO O| Dec 18 21:34:21.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5735 | 2024-12-18T21:34:23.407Z | [ recovery-image] Dec 18 21:34:21.858 INFO O| Dec 18 21:34:21.858 INFO STEP 466 (remove_files) COMPLETE |
5736 | 2024-12-18T21:34:23.410Z | [ recovery-image] Dec 18 21:34:21.858 INFO O| Dec 18 21:34:21.858 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-12-18T21:34:23.427Z | [ recovery-image] Dec 18 21:34:21.879 INFO O| Dec 18 21:34:21.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5738 | 2024-12-18T21:34:23.427Z | [ recovery-image] Dec 18 21:34:21.879 INFO O| Dec 18 21:34:21.879 INFO STEP 467 (remove_files) COMPLETE |
5739 | 2024-12-18T21:34:23.430Z | [ recovery-image] Dec 18 21:34:21.879 INFO O| Dec 18 21:34:21.879 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-12-18T21:34:23.453Z | [ recovery-image] Dec 18 21:34:21.904 INFO O| Dec 18 21:34:21.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5741 | 2024-12-18T21:34:23.454Z | [ recovery-image] Dec 18 21:34:21.904 INFO O| Dec 18 21:34:21.904 INFO STEP 468 (remove_files) COMPLETE |
5742 | 2024-12-18T21:34:23.454Z | [ recovery-image] Dec 18 21:34:21.904 INFO O| Dec 18 21:34:21.904 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-12-18T21:34:23.516Z | [ recovery-image] Dec 18 21:34:21.968 INFO O| Dec 18 21:34:21.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5744 | 2024-12-18T21:34:23.516Z | [ recovery-image] Dec 18 21:34:21.968 INFO O| Dec 18 21:34:21.968 INFO STEP 469 (remove_files) COMPLETE |
5745 | 2024-12-18T21:34:23.516Z | [ recovery-image] Dec 18 21:34:21.968 INFO O| Dec 18 21:34:21.968 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-12-18T21:34:23.538Z | [ recovery-image] Dec 18 21:34:21.989 INFO O| Dec 18 21:34:21.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5747 | 2024-12-18T21:34:23.538Z | [ recovery-image] Dec 18 21:34:21.989 INFO O| Dec 18 21:34:21.989 INFO STEP 470 (remove_files) COMPLETE |
5748 | 2024-12-18T21:34:23.538Z | [ recovery-image] Dec 18 21:34:21.989 INFO O| Dec 18 21:34:21.989 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2024-12-18T21:34:23.578Z | [ recovery-image] Dec 18 21:34:22.030 INFO O| Dec 18 21:34:22.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5750 | 2024-12-18T21:34:23.578Z | [ recovery-image] Dec 18 21:34:22.030 INFO O| Dec 18 21:34:22.030 INFO STEP 471 (remove_files) COMPLETE |
5751 | 2024-12-18T21:34:23.582Z | [ recovery-image] Dec 18 21:34:22.030 INFO O| Dec 18 21:34:22.030 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2024-12-18T21:34:23.639Z | [ recovery-image] Dec 18 21:34:22.091 INFO O| Dec 18 21:34:22.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5753 | 2024-12-18T21:34:23.642Z | [ recovery-image] Dec 18 21:34:22.091 INFO O| Dec 18 21:34:22.091 INFO STEP 472 (remove_files) COMPLETE |
5754 | 2024-12-18T21:34:23.642Z | [ recovery-image] Dec 18 21:34:22.091 INFO O| Dec 18 21:34:22.091 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2024-12-18T21:34:23.683Z | [ recovery-image] Dec 18 21:34:22.135 INFO O| Dec 18 21:34:22.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5756 | 2024-12-18T21:34:23.684Z | [ recovery-image] Dec 18 21:34:22.135 INFO O| Dec 18 21:34:22.135 INFO STEP 473 (remove_files) COMPLETE |
5757 | 2024-12-18T21:34:23.684Z | [ recovery-image] Dec 18 21:34:22.135 INFO O| Dec 18 21:34:22.135 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2024-12-18T21:34:23.704Z | [ recovery-image] Dec 18 21:34:22.155 INFO O| Dec 18 21:34:22.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5759 | 2024-12-18T21:34:23.704Z | [ recovery-image] Dec 18 21:34:22.155 INFO O| Dec 18 21:34:22.155 INFO STEP 474 (remove_files) COMPLETE |
5760 | 2024-12-18T21:34:23.707Z | [ recovery-image] Dec 18 21:34:22.156 INFO O| Dec 18 21:34:22.155 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2024-12-18T21:34:23.723Z | [ recovery-image] Dec 18 21:34:22.175 INFO O| Dec 18 21:34:22.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5762 | 2024-12-18T21:34:23.723Z | [ recovery-image] Dec 18 21:34:22.175 INFO O| Dec 18 21:34:22.175 INFO STEP 475 (remove_files) COMPLETE |
5763 | 2024-12-18T21:34:23.727Z | [ recovery-image] Dec 18 21:34:22.175 INFO O| Dec 18 21:34:22.175 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2024-12-18T21:34:23.756Z | [ recovery-image] Dec 18 21:34:22.208 INFO O| Dec 18 21:34:22.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5765 | 2024-12-18T21:34:23.757Z | [ recovery-image] Dec 18 21:34:22.208 INFO O| Dec 18 21:34:22.208 INFO STEP 476 (remove_files) COMPLETE |
5766 | 2024-12-18T21:34:23.760Z | [ recovery-image] Dec 18 21:34:22.208 INFO O| Dec 18 21:34:22.208 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2024-12-18T21:34:23.791Z | [ recovery-image] Dec 18 21:34:22.242 INFO O| Dec 18 21:34:22.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5768 | 2024-12-18T21:34:23.791Z | [ recovery-image] Dec 18 21:34:22.242 INFO O| Dec 18 21:34:22.242 INFO STEP 477 (remove_files) COMPLETE |
5769 | 2024-12-18T21:34:23.791Z | [ recovery-image] Dec 18 21:34:22.242 INFO O| Dec 18 21:34:22.242 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2024-12-18T21:34:23.812Z | [ recovery-image] Dec 18 21:34:22.262 INFO O| Dec 18 21:34:22.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5771 | 2024-12-18T21:34:23.812Z | [ recovery-image] Dec 18 21:34:22.263 INFO O| Dec 18 21:34:22.262 INFO STEP 478 (remove_files) COMPLETE |
5772 | 2024-12-18T21:34:23.812Z | [ recovery-image] Dec 18 21:34:22.263 INFO O| Dec 18 21:34:22.263 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2024-12-18T21:34:23.832Z | [ recovery-image] Dec 18 21:34:22.283 INFO O| Dec 18 21:34:22.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5774 | 2024-12-18T21:34:23.832Z | [ recovery-image] Dec 18 21:34:22.283 INFO O| Dec 18 21:34:22.283 INFO STEP 479 (remove_files) COMPLETE |
5775 | 2024-12-18T21:34:23.832Z | [ recovery-image] Dec 18 21:34:22.283 INFO O| Dec 18 21:34:22.283 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2024-12-18T21:34:23.870Z | [ recovery-image] Dec 18 21:34:22.322 INFO O| Dec 18 21:34:22.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5777 | 2024-12-18T21:34:23.873Z | [ recovery-image] Dec 18 21:34:22.322 INFO O| Dec 18 21:34:22.322 INFO STEP 480 (remove_files) COMPLETE |
5778 | 2024-12-18T21:34:23.873Z | [ recovery-image] Dec 18 21:34:22.322 INFO O| Dec 18 21:34:22.322 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2024-12-18T21:34:23.928Z | [ recovery-image] Dec 18 21:34:22.380 INFO O| Dec 18 21:34:22.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5780 | 2024-12-18T21:34:23.928Z | [ recovery-image] Dec 18 21:34:22.380 INFO O| Dec 18 21:34:22.380 INFO STEP 481 (remove_files) COMPLETE |
5781 | 2024-12-18T21:34:23.928Z | [ recovery-image] Dec 18 21:34:22.380 INFO O| Dec 18 21:34:22.380 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-12-18T21:34:23.950Z | [ recovery-image] Dec 18 21:34:22.401 INFO O| Dec 18 21:34:22.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5783 | 2024-12-18T21:34:23.952Z | [ recovery-image] Dec 18 21:34:22.404 INFO O| Dec 18 21:34:22.404 INFO STEP 482 (remove_files) COMPLETE |
5784 | 2024-12-18T21:34:23.954Z | [ recovery-image] Dec 18 21:34:22.404 INFO O| Dec 18 21:34:22.404 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2024-12-18T21:34:24.183Z | [ recovery-image] Dec 18 21:34:22.634 INFO O| Dec 18 21:34:22.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5786 | 2024-12-18T21:34:24.183Z | [ recovery-image] Dec 18 21:34:22.634 INFO O| Dec 18 21:34:22.634 INFO STEP 483 (remove_files) COMPLETE |
5787 | 2024-12-18T21:34:24.183Z | [ recovery-image] Dec 18 21:34:22.634 INFO O| Dec 18 21:34:22.634 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2024-12-18T21:34:24.202Z | [ recovery-image] Dec 18 21:34:22.653 INFO O| Dec 18 21:34:22.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5789 | 2024-12-18T21:34:24.202Z | [ recovery-image] Dec 18 21:34:22.654 INFO O| Dec 18 21:34:22.653 INFO STEP 484 (remove_files) COMPLETE |
5790 | 2024-12-18T21:34:24.204Z | [ recovery-image] Dec 18 21:34:22.654 INFO O| Dec 18 21:34:22.654 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2024-12-18T21:34:24.223Z | [ recovery-image] Dec 18 21:34:22.674 INFO O| Dec 18 21:34:22.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5792 | 2024-12-18T21:34:24.225Z | [ recovery-image] Dec 18 21:34:22.674 INFO O| Dec 18 21:34:22.674 INFO STEP 485 (remove_files) COMPLETE |
5793 | 2024-12-18T21:34:24.225Z | [ recovery-image] Dec 18 21:34:22.675 INFO O| Dec 18 21:34:22.674 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2024-12-18T21:34:24.312Z | [ recovery-image] Dec 18 21:34:22.763 INFO O| Dec 18 21:34:22.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5795 | 2024-12-18T21:34:24.312Z | [ recovery-image] Dec 18 21:34:22.763 INFO O| Dec 18 21:34:22.763 INFO STEP 486 (remove_files) COMPLETE |
5796 | 2024-12-18T21:34:24.314Z | [ recovery-image] Dec 18 21:34:22.763 INFO O| Dec 18 21:34:22.763 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2024-12-18T21:34:24.339Z | [ recovery-image] Dec 18 21:34:22.790 INFO O| Dec 18 21:34:22.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5798 | 2024-12-18T21:34:24.339Z | [ recovery-image] Dec 18 21:34:22.790 INFO O| Dec 18 21:34:22.790 INFO STEP 487 (remove_files) COMPLETE |
5799 | 2024-12-18T21:34:24.339Z | [ recovery-image] Dec 18 21:34:22.790 INFO O| Dec 18 21:34:22.790 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2024-12-18T21:34:24.362Z | [ recovery-image] Dec 18 21:34:22.812 INFO O| Dec 18 21:34:22.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5801 | 2024-12-18T21:34:24.371Z | [ recovery-image] Dec 18 21:34:22.812 INFO O| Dec 18 21:34:22.812 INFO STEP 488 (remove_files) COMPLETE |
5802 | 2024-12-18T21:34:24.372Z | [ recovery-image] Dec 18 21:34:22.813 INFO O| Dec 18 21:34:22.812 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2024-12-18T21:34:24.383Z | [ recovery-image] Dec 18 21:34:22.833 INFO O| Dec 18 21:34:22.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5804 | 2024-12-18T21:34:24.384Z | [ recovery-image] Dec 18 21:34:22.834 INFO O| Dec 18 21:34:22.833 INFO STEP 489 (remove_files) COMPLETE |
5805 | 2024-12-18T21:34:24.384Z | [ recovery-image] Dec 18 21:34:22.834 INFO O| Dec 18 21:34:22.834 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2024-12-18T21:34:24.404Z | [ recovery-image] Dec 18 21:34:22.855 INFO O| Dec 18 21:34:22.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5807 | 2024-12-18T21:34:24.408Z | [ recovery-image] Dec 18 21:34:22.856 INFO O| Dec 18 21:34:22.855 INFO STEP 490 (remove_files) COMPLETE |
5808 | 2024-12-18T21:34:24.408Z | [ recovery-image] Dec 18 21:34:22.856 INFO O| Dec 18 21:34:22.855 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2024-12-18T21:34:24.444Z | [ recovery-image] Dec 18 21:34:22.895 INFO O| Dec 18 21:34:22.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5810 | 2024-12-18T21:34:24.444Z | [ recovery-image] Dec 18 21:34:22.895 INFO O| Dec 18 21:34:22.895 INFO STEP 491 (remove_files) COMPLETE |
5811 | 2024-12-18T21:34:24.444Z | [ recovery-image] Dec 18 21:34:22.895 INFO O| Dec 18 21:34:22.895 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2024-12-18T21:34:24.465Z | [ recovery-image] Dec 18 21:34:22.916 INFO O| Dec 18 21:34:22.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5813 | 2024-12-18T21:34:24.465Z | [ recovery-image] Dec 18 21:34:22.917 INFO O| Dec 18 21:34:22.917 INFO STEP 492 (remove_files) COMPLETE |
5814 | 2024-12-18T21:34:24.468Z | [ recovery-image] Dec 18 21:34:22.917 INFO O| Dec 18 21:34:22.917 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2024-12-18T21:34:24.486Z | [ recovery-image] Dec 18 21:34:22.936 INFO O| Dec 18 21:34:22.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5816 | 2024-12-18T21:34:24.486Z | [ recovery-image] Dec 18 21:34:22.936 INFO O| Dec 18 21:34:22.936 INFO STEP 493 (remove_files) COMPLETE |
5817 | 2024-12-18T21:34:24.486Z | [ recovery-image] Dec 18 21:34:22.936 INFO O| Dec 18 21:34:22.936 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2024-12-18T21:34:24.508Z | [ recovery-image] Dec 18 21:34:22.959 INFO O| Dec 18 21:34:22.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5819 | 2024-12-18T21:34:24.508Z | [ recovery-image] Dec 18 21:34:22.959 INFO O| Dec 18 21:34:22.959 INFO STEP 494 (remove_files) COMPLETE |
5820 | 2024-12-18T21:34:24.508Z | [ recovery-image] Dec 18 21:34:22.959 INFO O| Dec 18 21:34:22.959 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2024-12-18T21:34:24.542Z | [ recovery-image] Dec 18 21:34:22.992 INFO O| Dec 18 21:34:22.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5822 | 2024-12-18T21:34:24.542Z | [ recovery-image] Dec 18 21:34:22.992 INFO O| Dec 18 21:34:22.992 INFO STEP 495 (remove_files) COMPLETE |
5823 | 2024-12-18T21:34:24.546Z | [ recovery-image] Dec 18 21:34:22.992 INFO O| Dec 18 21:34:22.992 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2024-12-18T21:34:24.585Z | [ recovery-image] Dec 18 21:34:23.035 INFO O| Dec 18 21:34:23.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5825 | 2024-12-18T21:34:24.585Z | [ recovery-image] Dec 18 21:34:23.035 INFO O| Dec 18 21:34:23.035 INFO STEP 496 (remove_files) COMPLETE |
5826 | 2024-12-18T21:34:24.585Z | [ recovery-image] Dec 18 21:34:23.035 INFO O| Dec 18 21:34:23.035 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2024-12-18T21:34:24.623Z | [ recovery-image] Dec 18 21:34:23.075 INFO O| Dec 18 21:34:23.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5828 | 2024-12-18T21:34:24.627Z | [ recovery-image] Dec 18 21:34:23.075 INFO O| Dec 18 21:34:23.075 INFO STEP 497 (remove_files) COMPLETE |
5829 | 2024-12-18T21:34:24.627Z | [ recovery-image] Dec 18 21:34:23.075 INFO O| Dec 18 21:34:23.075 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2024-12-18T21:34:24.643Z | [ recovery-image] Dec 18 21:34:23.094 INFO O| Dec 18 21:34:23.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5831 | 2024-12-18T21:34:24.646Z | [ recovery-image] Dec 18 21:34:23.095 INFO O| Dec 18 21:34:23.095 INFO STEP 498 (remove_files) COMPLETE |
5832 | 2024-12-18T21:34:24.647Z | [ recovery-image] Dec 18 21:34:23.095 INFO O| Dec 18 21:34:23.095 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5833 | 2024-12-18T21:34:24.684Z | [ recovery-image] Dec 18 21:34:23.135 INFO O| Dec 18 21:34:23.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5834 | 2024-12-18T21:34:24.687Z | [ recovery-image] Dec 18 21:34:23.135 INFO O| Dec 18 21:34:23.135 INFO STEP 499 (remove_files) COMPLETE |
5835 | 2024-12-18T21:34:24.687Z | [ recovery-image] Dec 18 21:34:23.135 INFO O| Dec 18 21:34:23.135 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5836 | 2024-12-18T21:34:24.704Z | [ recovery-image] Dec 18 21:34:23.155 INFO O| Dec 18 21:34:23.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5837 | 2024-12-18T21:34:24.704Z | [ recovery-image] Dec 18 21:34:23.155 INFO O| Dec 18 21:34:23.155 INFO STEP 500 (remove_files) COMPLETE |
5838 | 2024-12-18T21:34:24.704Z | [ recovery-image] Dec 18 21:34:23.155 INFO O| Dec 18 21:34:23.155 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5839 | 2024-12-18T21:34:24.722Z | [ recovery-image] Dec 18 21:34:23.174 INFO O| Dec 18 21:34:23.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5840 | 2024-12-18T21:34:24.722Z | [ recovery-image] Dec 18 21:34:23.174 INFO O| Dec 18 21:34:23.174 INFO STEP 501 (remove_files) COMPLETE |
5841 | 2024-12-18T21:34:24.722Z | [ recovery-image] Dec 18 21:34:23.174 INFO O| Dec 18 21:34:23.174 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5842 | 2024-12-18T21:34:24.742Z | [ recovery-image] Dec 18 21:34:23.193 INFO O| Dec 18 21:34:23.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5843 | 2024-12-18T21:34:24.745Z | [ recovery-image] Dec 18 21:34:23.193 INFO O| Dec 18 21:34:23.193 INFO STEP 502 (remove_files) COMPLETE |
5844 | 2024-12-18T21:34:24.745Z | [ recovery-image] Dec 18 21:34:23.194 INFO O| Dec 18 21:34:23.193 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2024-12-18T21:34:24.761Z | [ recovery-image] Dec 18 21:34:23.212 INFO O| Dec 18 21:34:23.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5846 | 2024-12-18T21:34:24.764Z | [ recovery-image] Dec 18 21:34:23.213 INFO O| Dec 18 21:34:23.213 INFO STEP 503 (remove_files) COMPLETE |
5847 | 2024-12-18T21:34:24.764Z | [ recovery-image] Dec 18 21:34:23.213 INFO O| Dec 18 21:34:23.213 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2024-12-18T21:34:24.780Z | [ recovery-image] Dec 18 21:34:23.231 INFO O| Dec 18 21:34:23.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5849 | 2024-12-18T21:34:24.780Z | [ recovery-image] Dec 18 21:34:23.232 INFO O| Dec 18 21:34:23.231 INFO STEP 504 (remove_files) COMPLETE |
5850 | 2024-12-18T21:34:24.780Z | [ recovery-image] Dec 18 21:34:23.232 INFO O| Dec 18 21:34:23.232 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2024-12-18T21:34:24.799Z | [ recovery-image] Dec 18 21:34:23.251 INFO O| Dec 18 21:34:23.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5852 | 2024-12-18T21:34:24.799Z | [ recovery-image] Dec 18 21:34:23.251 INFO O| Dec 18 21:34:23.251 INFO STEP 505 (remove_files) COMPLETE |
5853 | 2024-12-18T21:34:24.800Z | [ recovery-image] Dec 18 21:34:23.251 INFO O| Dec 18 21:34:23.251 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2024-12-18T21:34:24.818Z | [ recovery-image] Dec 18 21:34:23.269 INFO O| Dec 18 21:34:23.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5855 | 2024-12-18T21:34:24.825Z | [ recovery-image] Dec 18 21:34:23.276 INFO O| Dec 18 21:34:23.276 INFO STEP 506 (remove_files) COMPLETE |
5856 | 2024-12-18T21:34:24.825Z | [ recovery-image] Dec 18 21:34:23.276 INFO O| Dec 18 21:34:23.276 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2024-12-18T21:34:24.863Z | [ recovery-image] Dec 18 21:34:23.314 INFO O| Dec 18 21:34:23.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5858 | 2024-12-18T21:34:24.864Z | [ recovery-image] Dec 18 21:34:23.314 INFO O| Dec 18 21:34:23.314 INFO STEP 507 (remove_files) COMPLETE |
5859 | 2024-12-18T21:34:24.873Z | [ recovery-image] Dec 18 21:34:23.314 INFO O| Dec 18 21:34:23.314 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2024-12-18T21:34:24.898Z | [ recovery-image] Dec 18 21:34:23.349 INFO O| Dec 18 21:34:23.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5861 | 2024-12-18T21:34:24.899Z | [ recovery-image] Dec 18 21:34:23.349 INFO O| Dec 18 21:34:23.349 INFO STEP 508 (remove_files) COMPLETE |
5862 | 2024-12-18T21:34:24.899Z | [ recovery-image] Dec 18 21:34:23.349 INFO O| Dec 18 21:34:23.349 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2024-12-18T21:34:24.934Z | [ recovery-image] Dec 18 21:34:23.385 INFO O| Dec 18 21:34:23.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5864 | 2024-12-18T21:34:24.934Z | [ recovery-image] Dec 18 21:34:23.385 INFO O| Dec 18 21:34:23.385 INFO STEP 509 (remove_files) COMPLETE |
5865 | 2024-12-18T21:34:24.935Z | [ recovery-image] Dec 18 21:34:23.385 INFO O| Dec 18 21:34:23.385 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2024-12-18T21:34:24.968Z | [ recovery-image] Dec 18 21:34:23.419 INFO O| Dec 18 21:34:23.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5867 | 2024-12-18T21:34:24.971Z | [ recovery-image] Dec 18 21:34:23.419 INFO O| Dec 18 21:34:23.419 INFO STEP 510 (remove_files) COMPLETE |
5868 | 2024-12-18T21:34:24.971Z | [ recovery-image] Dec 18 21:34:23.419 INFO O| Dec 18 21:34:23.419 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2024-12-18T21:34:24.988Z | [ recovery-image] Dec 18 21:34:23.439 INFO O| Dec 18 21:34:23.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5870 | 2024-12-18T21:34:24.991Z | [ recovery-image] Dec 18 21:34:23.439 INFO O| Dec 18 21:34:23.439 INFO STEP 511 (remove_files) COMPLETE |
5871 | 2024-12-18T21:34:24.991Z | [ recovery-image] Dec 18 21:34:23.440 INFO O| Dec 18 21:34:23.439 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2024-12-18T21:34:25.008Z | [ recovery-image] Dec 18 21:34:23.459 INFO O| Dec 18 21:34:23.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5873 | 2024-12-18T21:34:25.010Z | [ recovery-image] Dec 18 21:34:23.459 INFO O| Dec 18 21:34:23.459 INFO STEP 512 (remove_files) COMPLETE |
5874 | 2024-12-18T21:34:25.010Z | [ recovery-image] Dec 18 21:34:23.459 INFO O| Dec 18 21:34:23.459 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2024-12-18T21:34:25.045Z | [ recovery-image] Dec 18 21:34:23.496 INFO O| Dec 18 21:34:23.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5876 | 2024-12-18T21:34:25.047Z | [ recovery-image] Dec 18 21:34:23.496 INFO O| Dec 18 21:34:23.496 INFO STEP 513 (remove_files) COMPLETE |
5877 | 2024-12-18T21:34:25.047Z | [ recovery-image] Dec 18 21:34:23.496 INFO O| Dec 18 21:34:23.496 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2024-12-18T21:34:25.078Z | [ recovery-image] Dec 18 21:34:23.528 INFO O| Dec 18 21:34:23.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5879 | 2024-12-18T21:34:25.078Z | [ recovery-image] Dec 18 21:34:23.528 INFO O| Dec 18 21:34:23.528 INFO STEP 514 (remove_files) COMPLETE |
5880 | 2024-12-18T21:34:25.078Z | [ recovery-image] Dec 18 21:34:23.528 INFO O| Dec 18 21:34:23.528 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2024-12-18T21:34:25.097Z | [ recovery-image] Dec 18 21:34:23.548 INFO O| Dec 18 21:34:23.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5882 | 2024-12-18T21:34:25.118Z | [ recovery-image] Dec 18 21:34:23.569 INFO O| Dec 18 21:34:23.569 INFO STEP 515 (remove_files) COMPLETE |
5883 | 2024-12-18T21:34:25.118Z | [ recovery-image] Dec 18 21:34:23.569 INFO O| Dec 18 21:34:23.569 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2024-12-18T21:34:25.165Z | [ recovery-image] Dec 18 21:34:23.616 INFO O| Dec 18 21:34:23.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5885 | 2024-12-18T21:34:25.165Z | [ recovery-image] Dec 18 21:34:23.616 INFO O| Dec 18 21:34:23.616 INFO STEP 516 (remove_files) COMPLETE |
5886 | 2024-12-18T21:34:25.165Z | [ recovery-image] Dec 18 21:34:23.616 INFO O| Dec 18 21:34:23.616 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2024-12-18T21:34:25.202Z | [ recovery-image] Dec 18 21:34:23.652 INFO O| Dec 18 21:34:23.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5888 | 2024-12-18T21:34:25.203Z | [ recovery-image] Dec 18 21:34:23.652 INFO O| Dec 18 21:34:23.652 INFO STEP 517 (remove_files) COMPLETE |
5889 | 2024-12-18T21:34:25.204Z | [ recovery-image] Dec 18 21:34:23.652 INFO O| Dec 18 21:34:23.652 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2024-12-18T21:34:25.222Z | [ recovery-image] Dec 18 21:34:23.673 INFO O| Dec 18 21:34:23.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5891 | 2024-12-18T21:34:25.234Z | [ recovery-image] Dec 18 21:34:23.685 INFO O| Dec 18 21:34:23.685 INFO STEP 518 (remove_files) COMPLETE |
5892 | 2024-12-18T21:34:25.234Z | [ recovery-image] Dec 18 21:34:23.686 INFO O| Dec 18 21:34:23.685 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2024-12-18T21:34:25.258Z | [ recovery-image] Dec 18 21:34:23.708 INFO O| Dec 18 21:34:23.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5894 | 2024-12-18T21:34:25.261Z | [ recovery-image] Dec 18 21:34:23.708 INFO O| Dec 18 21:34:23.708 INFO STEP 519 (remove_files) COMPLETE |
5895 | 2024-12-18T21:34:25.262Z | [ recovery-image] Dec 18 21:34:23.708 INFO O| Dec 18 21:34:23.708 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2024-12-18T21:34:25.277Z | [ recovery-image] Dec 18 21:34:23.728 INFO O| Dec 18 21:34:23.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5897 | 2024-12-18T21:34:25.279Z | [ recovery-image] Dec 18 21:34:23.728 INFO O| Dec 18 21:34:23.728 INFO STEP 520 (remove_files) COMPLETE |
5898 | 2024-12-18T21:34:25.279Z | [ recovery-image] Dec 18 21:34:23.728 INFO O| Dec 18 21:34:23.728 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2024-12-18T21:34:25.295Z | [ recovery-image] Dec 18 21:34:23.746 INFO O| Dec 18 21:34:23.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5900 | 2024-12-18T21:34:25.295Z | [ recovery-image] Dec 18 21:34:23.746 INFO O| Dec 18 21:34:23.746 INFO STEP 521 (remove_files) COMPLETE |
5901 | 2024-12-18T21:34:25.295Z | [ recovery-image] Dec 18 21:34:23.746 INFO O| Dec 18 21:34:23.746 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2024-12-18T21:34:25.323Z | [ recovery-image] Dec 18 21:34:23.774 INFO O| Dec 18 21:34:23.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5903 | 2024-12-18T21:34:25.323Z | [ recovery-image] Dec 18 21:34:23.774 INFO O| Dec 18 21:34:23.774 INFO STEP 522 (remove_files) COMPLETE |
5904 | 2024-12-18T21:34:25.323Z | [ recovery-image] Dec 18 21:34:23.774 INFO O| Dec 18 21:34:23.774 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2024-12-18T21:34:25.340Z | [ recovery-image] Dec 18 21:34:23.791 INFO O| Dec 18 21:34:23.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5906 | 2024-12-18T21:34:25.340Z | [ recovery-image] Dec 18 21:34:23.791 INFO O| Dec 18 21:34:23.791 INFO STEP 523 (remove_files) COMPLETE |
5907 | 2024-12-18T21:34:25.340Z | [ recovery-image] Dec 18 21:34:23.791 INFO O| Dec 18 21:34:23.791 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2024-12-18T21:34:25.360Z | [ recovery-image] Dec 18 21:34:23.810 INFO O| Dec 18 21:34:23.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5909 | 2024-12-18T21:34:25.360Z | [ recovery-image] Dec 18 21:34:23.810 INFO O| Dec 18 21:34:23.810 INFO STEP 524 (remove_files) COMPLETE |
5910 | 2024-12-18T21:34:25.360Z | [ recovery-image] Dec 18 21:34:23.810 INFO O| Dec 18 21:34:23.810 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2024-12-18T21:34:25.389Z | [ recovery-image] Dec 18 21:34:23.840 INFO O| Dec 18 21:34:23.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5912 | 2024-12-18T21:34:25.389Z | [ recovery-image] Dec 18 21:34:23.840 INFO O| Dec 18 21:34:23.840 INFO STEP 525 (remove_files) COMPLETE |
5913 | 2024-12-18T21:34:25.389Z | [ recovery-image] Dec 18 21:34:23.841 INFO O| Dec 18 21:34:23.840 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2024-12-18T21:34:25.409Z | [ recovery-image] Dec 18 21:34:23.860 INFO O| Dec 18 21:34:23.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5915 | 2024-12-18T21:34:25.409Z | [ recovery-image] Dec 18 21:34:23.860 INFO O| Dec 18 21:34:23.860 INFO STEP 526 (remove_files) COMPLETE |
5916 | 2024-12-18T21:34:25.409Z | [ recovery-image] Dec 18 21:34:23.861 INFO O| Dec 18 21:34:23.860 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2024-12-18T21:34:25.429Z | [ recovery-image] Dec 18 21:34:23.880 INFO O| Dec 18 21:34:23.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5918 | 2024-12-18T21:34:25.429Z | [ recovery-image] Dec 18 21:34:23.880 INFO O| Dec 18 21:34:23.880 INFO STEP 527 (remove_files) COMPLETE |
5919 | 2024-12-18T21:34:25.432Z | [ recovery-image] Dec 18 21:34:23.880 INFO O| Dec 18 21:34:23.880 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2024-12-18T21:34:25.451Z | [ recovery-image] Dec 18 21:34:23.902 INFO O| Dec 18 21:34:23.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5921 | 2024-12-18T21:34:25.451Z | [ recovery-image] Dec 18 21:34:23.902 INFO O| Dec 18 21:34:23.902 INFO STEP 528 (remove_files) COMPLETE |
5922 | 2024-12-18T21:34:25.453Z | [ recovery-image] Dec 18 21:34:23.902 INFO O| Dec 18 21:34:23.902 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2024-12-18T21:34:25.474Z | [ recovery-image] Dec 18 21:34:23.925 INFO O| Dec 18 21:34:23.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5924 | 2024-12-18T21:34:25.477Z | [ recovery-image] Dec 18 21:34:23.925 INFO O| Dec 18 21:34:23.925 INFO STEP 529 (remove_files) COMPLETE |
5925 | 2024-12-18T21:34:25.477Z | [ recovery-image] Dec 18 21:34:23.925 INFO O| Dec 18 21:34:23.925 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2024-12-18T21:34:25.492Z | [ recovery-image] Dec 18 21:34:23.943 INFO O| Dec 18 21:34:23.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5927 | 2024-12-18T21:34:25.492Z | [ recovery-image] Dec 18 21:34:23.943 INFO O| Dec 18 21:34:23.943 INFO STEP 530 (remove_files) COMPLETE |
5928 | 2024-12-18T21:34:25.492Z | [ recovery-image] Dec 18 21:34:23.943 INFO O| Dec 18 21:34:23.943 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2024-12-18T21:34:25.530Z | [ recovery-image] Dec 18 21:34:23.981 INFO O| Dec 18 21:34:23.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5930 | 2024-12-18T21:34:25.530Z | [ recovery-image] Dec 18 21:34:23.981 INFO O| Dec 18 21:34:23.981 INFO STEP 531 (remove_files) COMPLETE |
5931 | 2024-12-18T21:34:25.530Z | [ recovery-image] Dec 18 21:34:23.981 INFO O| Dec 18 21:34:23.981 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2024-12-18T21:34:25.550Z | [ recovery-image] Dec 18 21:34:24.000 INFO O| Dec 18 21:34:24.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5933 | 2024-12-18T21:34:25.551Z | [ recovery-image] Dec 18 21:34:24.001 INFO O| Dec 18 21:34:24.001 INFO STEP 532 (remove_files) COMPLETE |
5934 | 2024-12-18T21:34:25.551Z | [ recovery-image] Dec 18 21:34:24.001 INFO O| Dec 18 21:34:24.001 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-12-18T21:34:25.585Z | [ recovery-image] Dec 18 21:34:24.036 INFO O| Dec 18 21:34:24.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5936 | 2024-12-18T21:34:25.585Z | [ recovery-image] Dec 18 21:34:24.036 INFO O| Dec 18 21:34:24.036 INFO STEP 533 (remove_files) COMPLETE |
5937 | 2024-12-18T21:34:25.588Z | [ recovery-image] Dec 18 21:34:24.037 INFO O| Dec 18 21:34:24.036 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2024-12-18T21:34:25.605Z | [ recovery-image] Dec 18 21:34:24.056 INFO O| Dec 18 21:34:24.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5939 | 2024-12-18T21:34:25.609Z | [ recovery-image] Dec 18 21:34:24.056 INFO O| Dec 18 21:34:24.056 INFO STEP 534 (remove_files) COMPLETE |
5940 | 2024-12-18T21:34:25.609Z | [ recovery-image] Dec 18 21:34:24.056 INFO O| Dec 18 21:34:24.056 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2024-12-18T21:34:25.626Z | [ recovery-image] Dec 18 21:34:24.074 INFO O| Dec 18 21:34:24.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5942 | 2024-12-18T21:34:25.627Z | [ recovery-image] Dec 18 21:34:24.075 INFO O| Dec 18 21:34:24.074 INFO STEP 535 (remove_files) COMPLETE |
5943 | 2024-12-18T21:34:25.627Z | [ recovery-image] Dec 18 21:34:24.075 INFO O| Dec 18 21:34:24.075 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5944 | 2024-12-18T21:34:25.651Z | [ recovery-image] Dec 18 21:34:24.101 INFO O| Dec 18 21:34:24.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5945 | 2024-12-18T21:34:25.654Z | [ recovery-image] Dec 18 21:34:24.101 INFO O| Dec 18 21:34:24.101 INFO STEP 536 (remove_files) COMPLETE |
5946 | 2024-12-18T21:34:25.654Z | [ recovery-image] Dec 18 21:34:24.101 INFO O| Dec 18 21:34:24.101 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2024-12-18T21:34:25.683Z | [ recovery-image] Dec 18 21:34:24.134 INFO O| Dec 18 21:34:24.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5948 | 2024-12-18T21:34:25.683Z | [ recovery-image] Dec 18 21:34:24.134 INFO O| Dec 18 21:34:24.134 INFO STEP 537 (remove_files) COMPLETE |
5949 | 2024-12-18T21:34:25.683Z | [ recovery-image] Dec 18 21:34:24.134 INFO O| Dec 18 21:34:24.134 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2024-12-18T21:34:25.716Z | [ recovery-image] Dec 18 21:34:24.166 INFO O| Dec 18 21:34:24.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5951 | 2024-12-18T21:34:25.716Z | [ recovery-image] Dec 18 21:34:24.166 INFO O| Dec 18 21:34:24.166 INFO STEP 538 (remove_files) COMPLETE |
5952 | 2024-12-18T21:34:25.716Z | [ recovery-image] Dec 18 21:34:24.166 INFO O| Dec 18 21:34:24.166 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2024-12-18T21:34:25.734Z | [ recovery-image] Dec 18 21:34:24.185 INFO O| Dec 18 21:34:24.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5954 | 2024-12-18T21:34:25.734Z | [ recovery-image] Dec 18 21:34:24.185 INFO O| Dec 18 21:34:24.185 INFO STEP 539 (remove_files) COMPLETE |
5955 | 2024-12-18T21:34:25.736Z | [ recovery-image] Dec 18 21:34:24.185 INFO O| Dec 18 21:34:24.185 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2024-12-18T21:34:25.752Z | [ recovery-image] Dec 18 21:34:24.203 INFO O| Dec 18 21:34:24.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5957 | 2024-12-18T21:34:25.752Z | [ recovery-image] Dec 18 21:34:24.203 INFO O| Dec 18 21:34:24.203 INFO STEP 540 (remove_files) COMPLETE |
5958 | 2024-12-18T21:34:25.752Z | [ recovery-image] Dec 18 21:34:24.203 INFO O| Dec 18 21:34:24.203 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2024-12-18T21:34:25.770Z | [ recovery-image] Dec 18 21:34:24.221 INFO O| Dec 18 21:34:24.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5960 | 2024-12-18T21:34:25.770Z | [ recovery-image] Dec 18 21:34:24.221 INFO O| Dec 18 21:34:24.221 INFO STEP 541 (remove_files) COMPLETE |
5961 | 2024-12-18T21:34:25.770Z | [ recovery-image] Dec 18 21:34:24.221 INFO O| Dec 18 21:34:24.221 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2024-12-18T21:34:25.787Z | [ recovery-image] Dec 18 21:34:24.238 INFO O| Dec 18 21:34:24.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5963 | 2024-12-18T21:34:25.787Z | [ recovery-image] Dec 18 21:34:24.238 INFO O| Dec 18 21:34:24.238 INFO STEP 542 (remove_files) COMPLETE |
5964 | 2024-12-18T21:34:25.790Z | [ recovery-image] Dec 18 21:34:24.238 INFO O| Dec 18 21:34:24.238 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2024-12-18T21:34:25.804Z | [ recovery-image] Dec 18 21:34:24.255 INFO O| Dec 18 21:34:24.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5966 | 2024-12-18T21:34:25.804Z | [ recovery-image] Dec 18 21:34:24.255 INFO O| Dec 18 21:34:24.255 INFO STEP 543 (remove_files) COMPLETE |
5967 | 2024-12-18T21:34:25.807Z | [ recovery-image] Dec 18 21:34:24.255 INFO O| Dec 18 21:34:24.255 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2024-12-18T21:34:25.823Z | [ recovery-image] Dec 18 21:34:24.273 INFO O| Dec 18 21:34:24.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5969 | 2024-12-18T21:34:25.823Z | [ recovery-image] Dec 18 21:34:24.273 INFO O| Dec 18 21:34:24.273 INFO STEP 544 (remove_files) COMPLETE |
5970 | 2024-12-18T21:34:25.823Z | [ recovery-image] Dec 18 21:34:24.273 INFO O| Dec 18 21:34:24.273 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2024-12-18T21:34:25.841Z | [ recovery-image] Dec 18 21:34:24.292 INFO O| Dec 18 21:34:24.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5972 | 2024-12-18T21:34:25.841Z | [ recovery-image] Dec 18 21:34:24.292 INFO O| Dec 18 21:34:24.292 INFO STEP 545 (remove_files) COMPLETE |
5973 | 2024-12-18T21:34:25.841Z | [ recovery-image] Dec 18 21:34:24.292 INFO O| Dec 18 21:34:24.292 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2024-12-18T21:34:25.858Z | [ recovery-image] Dec 18 21:34:24.309 INFO O| Dec 18 21:34:24.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5975 | 2024-12-18T21:34:25.859Z | [ recovery-image] Dec 18 21:34:24.310 INFO O| Dec 18 21:34:24.310 INFO STEP 546 (remove_files) COMPLETE |
5976 | 2024-12-18T21:34:25.859Z | [ recovery-image] Dec 18 21:34:24.310 INFO O| Dec 18 21:34:24.310 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2024-12-18T21:34:25.877Z | [ recovery-image] Dec 18 21:34:24.328 INFO O| Dec 18 21:34:24.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5978 | 2024-12-18T21:34:25.877Z | [ recovery-image] Dec 18 21:34:24.328 INFO O| Dec 18 21:34:24.328 INFO STEP 547 (remove_files) COMPLETE |
5979 | 2024-12-18T21:34:25.880Z | [ recovery-image] Dec 18 21:34:24.328 INFO O| Dec 18 21:34:24.328 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2024-12-18T21:34:25.902Z | [ recovery-image] Dec 18 21:34:24.352 INFO O| Dec 18 21:34:24.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5981 | 2024-12-18T21:34:25.902Z | [ recovery-image] Dec 18 21:34:24.352 INFO O| Dec 18 21:34:24.352 INFO STEP 548 (remove_files) COMPLETE |
5982 | 2024-12-18T21:34:25.905Z | [ recovery-image] Dec 18 21:34:24.352 INFO O| Dec 18 21:34:24.352 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-12-18T21:34:25.919Z | [ recovery-image] Dec 18 21:34:24.371 INFO O| Dec 18 21:34:24.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5984 | 2024-12-18T21:34:25.919Z | [ recovery-image] Dec 18 21:34:24.371 INFO O| Dec 18 21:34:24.371 INFO STEP 549 (remove_files) COMPLETE |
5985 | 2024-12-18T21:34:25.922Z | [ recovery-image] Dec 18 21:34:24.371 INFO O| Dec 18 21:34:24.371 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-12-18T21:34:26.007Z | [ recovery-image] Dec 18 21:34:24.458 INFO O| Dec 18 21:34:24.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5987 | 2024-12-18T21:34:26.011Z | [ recovery-image] Dec 18 21:34:24.458 INFO O| Dec 18 21:34:24.458 INFO STEP 550 (remove_files) COMPLETE |
5988 | 2024-12-18T21:34:26.011Z | [ recovery-image] Dec 18 21:34:24.458 INFO O| Dec 18 21:34:24.458 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-12-18T21:34:26.025Z | [ recovery-image] Dec 18 21:34:24.476 INFO O| Dec 18 21:34:24.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5990 | 2024-12-18T21:34:26.027Z | [ recovery-image] Dec 18 21:34:24.476 INFO O| Dec 18 21:34:24.476 INFO STEP 551 (remove_files) COMPLETE |
5991 | 2024-12-18T21:34:26.027Z | [ recovery-image] Dec 18 21:34:24.476 INFO O| Dec 18 21:34:24.476 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-12-18T21:34:26.042Z | [ recovery-image] Dec 18 21:34:24.493 INFO O| Dec 18 21:34:24.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5993 | 2024-12-18T21:34:26.045Z | [ recovery-image] Dec 18 21:34:24.494 INFO O| Dec 18 21:34:24.494 INFO STEP 552 (remove_files) COMPLETE |
5994 | 2024-12-18T21:34:26.045Z | [ recovery-image] Dec 18 21:34:24.494 INFO O| Dec 18 21:34:24.494 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-12-18T21:34:26.061Z | [ recovery-image] Dec 18 21:34:24.512 INFO O| Dec 18 21:34:24.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5996 | 2024-12-18T21:34:26.063Z | [ recovery-image] Dec 18 21:34:24.512 INFO O| Dec 18 21:34:24.512 INFO STEP 553 (remove_files) COMPLETE |
5997 | 2024-12-18T21:34:26.064Z | [ recovery-image] Dec 18 21:34:24.512 INFO O| Dec 18 21:34:24.512 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-12-18T21:34:26.081Z | [ recovery-image] Dec 18 21:34:24.532 INFO O| Dec 18 21:34:24.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5999 | 2024-12-18T21:34:26.084Z | [ recovery-image] Dec 18 21:34:24.533 INFO O| Dec 18 21:34:24.533 INFO STEP 554 (remove_files) COMPLETE |
6000 | 2024-12-18T21:34:26.084Z | [ recovery-image] Dec 18 21:34:24.533 INFO O| Dec 18 21:34:24.533 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2024-12-18T21:34:26.100Z | [ recovery-image] Dec 18 21:34:24.551 INFO O| Dec 18 21:34:24.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6002 | 2024-12-18T21:34:26.145Z | [ recovery-image] Dec 18 21:34:24.596 INFO O| Dec 18 21:34:24.596 INFO STEP 555 (remove_files) COMPLETE |
6003 | 2024-12-18T21:34:26.145Z | [ recovery-image] Dec 18 21:34:24.596 INFO O| Dec 18 21:34:24.596 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-12-18T21:34:26.165Z | [ recovery-image] Dec 18 21:34:24.616 INFO O| Dec 18 21:34:24.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6005 | 2024-12-18T21:34:26.168Z | [ recovery-image] Dec 18 21:34:24.616 INFO O| Dec 18 21:34:24.616 INFO STEP 556 (remove_files) COMPLETE |
6006 | 2024-12-18T21:34:26.168Z | [ recovery-image] Dec 18 21:34:24.617 INFO O| Dec 18 21:34:24.617 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-12-18T21:34:26.186Z | [ recovery-image] Dec 18 21:34:24.636 INFO O| Dec 18 21:34:24.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6008 | 2024-12-18T21:34:26.190Z | [ recovery-image] Dec 18 21:34:24.636 INFO O| Dec 18 21:34:24.636 INFO STEP 557 (remove_files) COMPLETE |
6009 | 2024-12-18T21:34:26.190Z | [ recovery-image] Dec 18 21:34:24.636 INFO O| Dec 18 21:34:24.636 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-12-18T21:34:26.225Z | [ recovery-image] Dec 18 21:34:24.675 INFO O| Dec 18 21:34:24.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6011 | 2024-12-18T21:34:26.229Z | [ recovery-image] Dec 18 21:34:24.675 INFO O| Dec 18 21:34:24.675 INFO STEP 558 (remove_files) COMPLETE |
6012 | 2024-12-18T21:34:26.230Z | [ recovery-image] Dec 18 21:34:24.675 INFO O| Dec 18 21:34:24.675 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-12-18T21:34:26.245Z | [ recovery-image] Dec 18 21:34:24.695 INFO O| Dec 18 21:34:24.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6014 | 2024-12-18T21:34:26.249Z | [ recovery-image] Dec 18 21:34:24.695 INFO O| Dec 18 21:34:24.695 INFO STEP 559 (remove_files) COMPLETE |
6015 | 2024-12-18T21:34:26.249Z | [ recovery-image] Dec 18 21:34:24.695 INFO O| Dec 18 21:34:24.695 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-12-18T21:34:26.264Z | [ recovery-image] Dec 18 21:34:24.715 INFO O| Dec 18 21:34:24.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6017 | 2024-12-18T21:34:26.266Z | [ recovery-image] Dec 18 21:34:24.715 INFO O| Dec 18 21:34:24.715 INFO STEP 560 (remove_files) COMPLETE |
6018 | 2024-12-18T21:34:26.266Z | [ recovery-image] Dec 18 21:34:24.715 INFO O| Dec 18 21:34:24.715 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-12-18T21:34:26.284Z | [ recovery-image] Dec 18 21:34:24.735 INFO O| Dec 18 21:34:24.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6020 | 2024-12-18T21:34:26.287Z | [ recovery-image] Dec 18 21:34:24.735 INFO O| Dec 18 21:34:24.735 INFO STEP 561 (remove_files) COMPLETE |
6021 | 2024-12-18T21:34:26.287Z | [ recovery-image] Dec 18 21:34:24.735 INFO O| Dec 18 21:34:24.735 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-12-18T21:34:26.304Z | [ recovery-image] Dec 18 21:34:24.755 INFO O| Dec 18 21:34:24.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6023 | 2024-12-18T21:34:26.307Z | [ recovery-image] Dec 18 21:34:24.756 INFO O| Dec 18 21:34:24.756 INFO STEP 562 (remove_files) COMPLETE |
6024 | 2024-12-18T21:34:26.307Z | [ recovery-image] Dec 18 21:34:24.756 INFO O| Dec 18 21:34:24.756 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-12-18T21:34:26.325Z | [ recovery-image] Dec 18 21:34:24.776 INFO O| Dec 18 21:34:24.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6026 | 2024-12-18T21:34:26.325Z | [ recovery-image] Dec 18 21:34:24.776 INFO O| Dec 18 21:34:24.776 INFO STEP 563 (remove_files) COMPLETE |
6027 | 2024-12-18T21:34:26.325Z | [ recovery-image] Dec 18 21:34:24.776 INFO O| Dec 18 21:34:24.776 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2024-12-18T21:34:26.352Z | [ recovery-image] Dec 18 21:34:24.803 INFO O| Dec 18 21:34:24.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6029 | 2024-12-18T21:34:26.352Z | [ recovery-image] Dec 18 21:34:24.803 INFO O| Dec 18 21:34:24.803 INFO STEP 564 (remove_files) COMPLETE |
6030 | 2024-12-18T21:34:26.355Z | [ recovery-image] Dec 18 21:34:24.803 INFO O| Dec 18 21:34:24.803 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2024-12-18T21:34:26.375Z | [ recovery-image] Dec 18 21:34:24.826 INFO O| Dec 18 21:34:24.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6032 | 2024-12-18T21:34:26.375Z | [ recovery-image] Dec 18 21:34:24.826 INFO O| Dec 18 21:34:24.826 INFO STEP 565 (remove_files) COMPLETE |
6033 | 2024-12-18T21:34:26.379Z | [ recovery-image] Dec 18 21:34:24.826 INFO O| Dec 18 21:34:24.826 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2024-12-18T21:34:26.452Z | [ recovery-image] Dec 18 21:34:24.903 INFO O| Dec 18 21:34:24.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6035 | 2024-12-18T21:34:26.455Z | [ recovery-image] Dec 18 21:34:24.903 INFO O| Dec 18 21:34:24.903 INFO STEP 566 (remove_files) COMPLETE |
6036 | 2024-12-18T21:34:26.455Z | [ recovery-image] Dec 18 21:34:24.903 INFO O| Dec 18 21:34:24.903 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2024-12-18T21:34:26.476Z | [ recovery-image] Dec 18 21:34:24.922 INFO O| Dec 18 21:34:24.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6038 | 2024-12-18T21:34:26.476Z | [ recovery-image] Dec 18 21:34:24.922 INFO O| Dec 18 21:34:24.922 INFO STEP 567 (remove_files) COMPLETE |
6039 | 2024-12-18T21:34:26.476Z | [ recovery-image] Dec 18 21:34:24.922 INFO O| Dec 18 21:34:24.922 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2024-12-18T21:34:26.583Z | [ recovery-image] Dec 18 21:34:24.954 INFO O| Dec 18 21:34:24.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6041 | 2024-12-18T21:34:26.583Z | [ recovery-image] Dec 18 21:34:24.954 INFO O| Dec 18 21:34:24.954 INFO STEP 568 (remove_files) COMPLETE |
6042 | 2024-12-18T21:34:26.583Z | [ recovery-image] Dec 18 21:34:24.955 INFO O| Dec 18 21:34:24.954 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2024-12-18T21:34:26.583Z | [ recovery-image] Dec 18 21:34:24.974 INFO O| Dec 18 21:34:24.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6044 | 2024-12-18T21:34:26.583Z | [ recovery-image] Dec 18 21:34:24.974 INFO O| Dec 18 21:34:24.974 INFO STEP 569 (remove_files) COMPLETE |
6045 | 2024-12-18T21:34:26.583Z | [ recovery-image] Dec 18 21:34:24.974 INFO O| Dec 18 21:34:24.974 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2024-12-18T21:34:26.603Z | [ recovery-image] Dec 18 21:34:25.054 INFO O| Dec 18 21:34:25.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6047 | 2024-12-18T21:34:26.603Z | [ recovery-image] Dec 18 21:34:25.054 INFO O| Dec 18 21:34:25.054 INFO STEP 570 (remove_files) COMPLETE |
6048 | 2024-12-18T21:34:26.603Z | [ recovery-image] Dec 18 21:34:25.054 INFO O| Dec 18 21:34:25.054 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2024-12-18T21:34:26.671Z | [ recovery-image] Dec 18 21:34:25.121 INFO O| Dec 18 21:34:25.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6050 | 2024-12-18T21:34:26.671Z | [ recovery-image] Dec 18 21:34:25.121 INFO O| Dec 18 21:34:25.121 INFO STEP 571 (remove_files) COMPLETE |
6051 | 2024-12-18T21:34:26.672Z | [ recovery-image] Dec 18 21:34:25.121 INFO O| Dec 18 21:34:25.121 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2024-12-18T21:34:26.741Z | [ recovery-image] Dec 18 21:34:25.184 INFO O| Dec 18 21:34:25.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6053 | 2024-12-18T21:34:26.741Z | [ recovery-image] Dec 18 21:34:25.184 INFO O| Dec 18 21:34:25.184 INFO STEP 572 (remove_files) COMPLETE |
6054 | 2024-12-18T21:34:26.745Z | [ recovery-image] Dec 18 21:34:25.184 INFO O| Dec 18 21:34:25.184 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2024-12-18T21:34:26.751Z | [ recovery-image] Dec 18 21:34:25.202 INFO O| Dec 18 21:34:25.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6056 | 2024-12-18T21:34:26.751Z | [ recovery-image] Dec 18 21:34:25.202 INFO O| Dec 18 21:34:25.202 INFO STEP 573 (remove_files) COMPLETE |
6057 | 2024-12-18T21:34:26.751Z | [ recovery-image] Dec 18 21:34:25.202 INFO O| Dec 18 21:34:25.202 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2024-12-18T21:34:26.769Z | [ recovery-image] Dec 18 21:34:25.220 INFO O| Dec 18 21:34:25.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6059 | 2024-12-18T21:34:26.769Z | [ recovery-image] Dec 18 21:34:25.220 INFO O| Dec 18 21:34:25.220 INFO STEP 574 (remove_files) COMPLETE |
6060 | 2024-12-18T21:34:26.769Z | [ recovery-image] Dec 18 21:34:25.220 INFO O| Dec 18 21:34:25.220 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2024-12-18T21:34:26.797Z | [ recovery-image] Dec 18 21:34:25.248 INFO O| Dec 18 21:34:25.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6062 | 2024-12-18T21:34:26.797Z | [ recovery-image] Dec 18 21:34:25.248 INFO O| Dec 18 21:34:25.248 INFO STEP 575 (remove_files) COMPLETE |
6063 | 2024-12-18T21:34:26.797Z | [ recovery-image] Dec 18 21:34:25.248 INFO O| Dec 18 21:34:25.248 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2024-12-18T21:34:26.860Z | [ recovery-image] Dec 18 21:34:25.310 INFO O| Dec 18 21:34:25.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6065 | 2024-12-18T21:34:26.860Z | [ recovery-image] Dec 18 21:34:25.310 INFO O| Dec 18 21:34:25.310 INFO STEP 576 (remove_files) COMPLETE |
6066 | 2024-12-18T21:34:26.860Z | [ recovery-image] Dec 18 21:34:25.310 INFO O| Dec 18 21:34:25.310 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2024-12-18T21:34:26.917Z | [ recovery-image] Dec 18 21:34:25.367 INFO O| Dec 18 21:34:25.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6068 | 2024-12-18T21:34:26.917Z | [ recovery-image] Dec 18 21:34:25.367 INFO O| Dec 18 21:34:25.367 INFO STEP 577 (remove_files) COMPLETE |
6069 | 2024-12-18T21:34:26.918Z | [ recovery-image] Dec 18 21:34:25.367 INFO O| Dec 18 21:34:25.367 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2024-12-18T21:34:26.936Z | [ recovery-image] Dec 18 21:34:25.386 INFO O| Dec 18 21:34:25.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6071 | 2024-12-18T21:34:26.937Z | [ recovery-image] Dec 18 21:34:25.387 INFO O| Dec 18 21:34:25.386 INFO STEP 578 (remove_files) COMPLETE |
6072 | 2024-12-18T21:34:26.940Z | [ recovery-image] Dec 18 21:34:25.387 INFO O| Dec 18 21:34:25.386 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2024-12-18T21:34:26.956Z | [ recovery-image] Dec 18 21:34:25.406 INFO O| Dec 18 21:34:25.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6074 | 2024-12-18T21:34:26.956Z | [ recovery-image] Dec 18 21:34:25.406 INFO O| Dec 18 21:34:25.406 INFO STEP 579 (remove_files) COMPLETE |
6075 | 2024-12-18T21:34:26.956Z | [ recovery-image] Dec 18 21:34:25.406 INFO O| Dec 18 21:34:25.406 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2024-12-18T21:34:26.988Z | [ recovery-image] Dec 18 21:34:25.438 INFO O| Dec 18 21:34:25.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6077 | 2024-12-18T21:34:26.988Z | [ recovery-image] Dec 18 21:34:25.438 INFO O| Dec 18 21:34:25.438 INFO STEP 580 (remove_files) COMPLETE |
6078 | 2024-12-18T21:34:26.990Z | [ recovery-image] Dec 18 21:34:25.438 INFO O| Dec 18 21:34:25.438 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6079 | 2024-12-18T21:34:27.019Z | [ recovery-image] Dec 18 21:34:25.470 INFO O| Dec 18 21:34:25.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6080 | 2024-12-18T21:34:27.019Z | [ recovery-image] Dec 18 21:34:25.470 INFO O| Dec 18 21:34:25.470 INFO STEP 581 (remove_files) COMPLETE |
6081 | 2024-12-18T21:34:27.019Z | [ recovery-image] Dec 18 21:34:25.470 INFO O| Dec 18 21:34:25.470 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6082 | 2024-12-18T21:34:27.037Z | [ host-image] Dec 18 21:34:25.488 INFO O| Dec 18 21:34:25.487 INFO O| Planning: Solver setup ... Done |
6083 | 2024-12-18T21:34:27.040Z | [ recovery-image] Dec 18 21:34:25.488 INFO O| Dec 18 21:34:25.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6084 | 2024-12-18T21:34:27.040Z | [ recovery-image] Dec 18 21:34:25.488 INFO O| Dec 18 21:34:25.488 INFO STEP 582 (remove_files) COMPLETE |
6085 | 2024-12-18T21:34:27.040Z | [ recovery-image] Dec 18 21:34:25.489 INFO O| Dec 18 21:34:25.488 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-12-18T21:34:27.066Z | [ host-image] Dec 18 21:34:25.517 INFO O| Dec 18 21:34:25.517 INFO O| Planning: Running solver ... Done |
6087 | 2024-12-18T21:34:27.077Z | [ recovery-image] Dec 18 21:34:25.528 INFO O| Dec 18 21:34:25.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6088 | 2024-12-18T21:34:27.077Z | [ recovery-image] Dec 18 21:34:25.528 INFO O| Dec 18 21:34:25.528 INFO STEP 583 (remove_files) COMPLETE |
6089 | 2024-12-18T21:34:27.080Z | [ recovery-image] Dec 18 21:34:25.528 INFO O| Dec 18 21:34:25.528 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-12-18T21:34:27.096Z | [ recovery-image] Dec 18 21:34:25.547 INFO O| Dec 18 21:34:25.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6091 | 2024-12-18T21:34:27.099Z | [ recovery-image] Dec 18 21:34:25.547 INFO O| Dec 18 21:34:25.547 INFO STEP 584 (remove_files) COMPLETE |
6092 | 2024-12-18T21:34:27.099Z | [ recovery-image] Dec 18 21:34:25.547 INFO O| Dec 18 21:34:25.547 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-12-18T21:34:27.115Z | [ recovery-image] Dec 18 21:34:25.566 INFO O| Dec 18 21:34:25.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6094 | 2024-12-18T21:34:27.118Z | [ recovery-image] Dec 18 21:34:25.566 INFO O| Dec 18 21:34:25.566 INFO STEP 585 (remove_files) COMPLETE |
6095 | 2024-12-18T21:34:27.118Z | [ recovery-image] Dec 18 21:34:25.566 INFO O| Dec 18 21:34:25.566 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-12-18T21:34:27.152Z | [ recovery-image] Dec 18 21:34:25.602 INFO O| Dec 18 21:34:25.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6097 | 2024-12-18T21:34:27.155Z | [ recovery-image] Dec 18 21:34:25.602 INFO O| Dec 18 21:34:25.602 INFO STEP 586 (remove_files) COMPLETE |
6098 | 2024-12-18T21:34:27.155Z | [ recovery-image] Dec 18 21:34:25.602 INFO O| Dec 18 21:34:25.602 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2024-12-18T21:34:27.170Z | [ host-image] Dec 18 21:34:25.620 INFO O| Dec 18 21:34:25.620 INFO O| Planning: Finding local manifests ... Done |
6100 | 2024-12-18T21:34:27.173Z | [ host-image] Dec 18 21:34:25.621 INFO O| Dec 18 21:34:25.621 INFO O| Planning: Fetching manifests: 0/1 0% complete |
6101 | 2024-12-18T21:34:27.190Z | [ recovery-image] Dec 18 21:34:25.640 INFO O| Dec 18 21:34:25.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6102 | 2024-12-18T21:34:27.215Z | [ recovery-image] Dec 18 21:34:25.665 INFO O| Dec 18 21:34:25.665 INFO STEP 587 (remove_files) COMPLETE |
6103 | 2024-12-18T21:34:27.215Z | [ recovery-image] Dec 18 21:34:25.665 INFO O| Dec 18 21:34:25.665 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-12-18T21:34:27.254Z | [ recovery-image] Dec 18 21:34:25.704 INFO O| Dec 18 21:34:25.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6105 | 2024-12-18T21:34:27.254Z | [ recovery-image] Dec 18 21:34:25.704 INFO O| Dec 18 21:34:25.704 INFO STEP 588 (remove_files) COMPLETE |
6106 | 2024-12-18T21:34:27.254Z | [ recovery-image] Dec 18 21:34:25.704 INFO O| Dec 18 21:34:25.704 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-12-18T21:34:27.274Z | [ recovery-image] Dec 18 21:34:25.725 INFO O| Dec 18 21:34:25.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6108 | 2024-12-18T21:34:27.274Z | [ recovery-image] Dec 18 21:34:25.725 INFO O| Dec 18 21:34:25.725 INFO STEP 589 (remove_files) COMPLETE |
6109 | 2024-12-18T21:34:27.277Z | [ recovery-image] Dec 18 21:34:25.725 INFO O| Dec 18 21:34:25.725 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-12-18T21:34:27.310Z | [ recovery-image] Dec 18 21:34:25.760 INFO O| Dec 18 21:34:25.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6111 | 2024-12-18T21:34:27.310Z | [ recovery-image] Dec 18 21:34:25.760 INFO O| Dec 18 21:34:25.760 INFO STEP 590 (remove_files) COMPLETE |
6112 | 2024-12-18T21:34:27.310Z | [ recovery-image] Dec 18 21:34:25.760 INFO O| Dec 18 21:34:25.760 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-12-18T21:34:27.334Z | [ recovery-image] Dec 18 21:34:25.784 INFO O| Dec 18 21:34:25.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6114 | 2024-12-18T21:34:27.334Z | [ recovery-image] Dec 18 21:34:25.785 INFO O| Dec 18 21:34:25.785 INFO STEP 591 (remove_files) COMPLETE |
6115 | 2024-12-18T21:34:27.337Z | [ recovery-image] Dec 18 21:34:25.785 INFO O| Dec 18 21:34:25.785 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-12-18T21:34:27.356Z | [ host-image] Dec 18 21:34:25.807 INFO O| Dec 18 21:34:25.807 INFO O| Planning: Fetching manifests: 1/1 100% complete |
6117 | 2024-12-18T21:34:27.364Z | [ recovery-image] Dec 18 21:34:25.815 INFO O| Dec 18 21:34:25.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6118 | 2024-12-18T21:34:27.367Z | [ recovery-image] Dec 18 21:34:25.815 INFO O| Dec 18 21:34:25.815 INFO STEP 592 (remove_files) COMPLETE |
6119 | 2024-12-18T21:34:27.367Z | [ recovery-image] Dec 18 21:34:25.815 INFO O| Dec 18 21:34:25.815 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-12-18T21:34:27.397Z | [ host-image] Dec 18 21:34:25.848 INFO O| Dec 18 21:34:25.848 INFO O| Planning: Package planning ... Done |
6121 | 2024-12-18T21:34:27.400Z | [ host-image] Dec 18 21:34:25.848 INFO O| Dec 18 21:34:25.848 INFO O| Planning: Merging actions ... Done |
6122 | 2024-12-18T21:34:27.418Z | [ recovery-image] Dec 18 21:34:25.868 INFO O| Dec 18 21:34:25.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6123 | 2024-12-18T21:34:27.421Z | [ recovery-image] Dec 18 21:34:25.868 INFO O| Dec 18 21:34:25.868 INFO STEP 593 (remove_files) COMPLETE |
6124 | 2024-12-18T21:34:27.421Z | [ recovery-image] Dec 18 21:34:25.868 INFO O| Dec 18 21:34:25.868 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-12-18T21:34:27.451Z | [ recovery-image] Dec 18 21:34:25.901 INFO O| Dec 18 21:34:25.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6126 | 2024-12-18T21:34:27.451Z | [ recovery-image] Dec 18 21:34:25.901 INFO O| Dec 18 21:34:25.901 INFO STEP 594 (remove_files) COMPLETE |
6127 | 2024-12-18T21:34:27.451Z | [ recovery-image] Dec 18 21:34:25.901 INFO O| Dec 18 21:34:25.901 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-12-18T21:34:27.511Z | [ recovery-image] Dec 18 21:34:25.962 INFO O| Dec 18 21:34:25.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6129 | 2024-12-18T21:34:27.511Z | [ recovery-image] Dec 18 21:34:25.962 INFO O| Dec 18 21:34:25.962 INFO STEP 595 (remove_files) COMPLETE |
6130 | 2024-12-18T21:34:27.511Z | [ recovery-image] Dec 18 21:34:25.962 INFO O| Dec 18 21:34:25.962 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-12-18T21:34:27.523Z | [ host-image] Dec 18 21:34:25.972 INFO O| Dec 18 21:34:25.972 INFO O| Planning: Checking for conflicting actions ... Done |
6132 | 2024-12-18T21:34:27.526Z | [ host-image] Dec 18 21:34:25.973 INFO O| Dec 18 21:34:25.973 INFO O| Planning: Consolidating action changes ... Done |
6133 | 2024-12-18T21:34:27.532Z | [ recovery-image] Dec 18 21:34:25.982 INFO O| Dec 18 21:34:25.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6134 | 2024-12-18T21:34:27.534Z | [ recovery-image] Dec 18 21:34:25.983 INFO O| Dec 18 21:34:25.983 INFO STEP 596 (remove_files) COMPLETE |
6135 | 2024-12-18T21:34:27.534Z | [ recovery-image] Dec 18 21:34:25.983 INFO O| Dec 18 21:34:25.983 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6136 | 2024-12-18T21:34:27.555Z | [ recovery-image] Dec 18 21:34:26.005 INFO O| Dec 18 21:34:26.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6137 | 2024-12-18T21:34:27.555Z | [ recovery-image] Dec 18 21:34:26.005 INFO O| Dec 18 21:34:26.005 INFO STEP 597 (remove_files) COMPLETE |
6138 | 2024-12-18T21:34:27.563Z | [ recovery-image] Dec 18 21:34:26.006 INFO O| Dec 18 21:34:26.005 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6139 | 2024-12-18T21:34:27.577Z | [ recovery-image] Dec 18 21:34:26.028 INFO O| Dec 18 21:34:26.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6140 | 2024-12-18T21:34:27.580Z | [ recovery-image] Dec 18 21:34:26.028 INFO O| Dec 18 21:34:26.028 INFO STEP 598 (remove_files) COMPLETE |
6141 | 2024-12-18T21:34:27.580Z | [ recovery-image] Dec 18 21:34:26.028 INFO O| Dec 18 21:34:26.028 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6142 | 2024-12-18T21:34:27.596Z | [ recovery-image] Dec 18 21:34:26.047 INFO O| Dec 18 21:34:26.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6143 | 2024-12-18T21:34:27.596Z | [ recovery-image] Dec 18 21:34:26.047 INFO O| Dec 18 21:34:26.047 INFO STEP 599 (remove_files) COMPLETE |
6144 | 2024-12-18T21:34:27.597Z | [ recovery-image] Dec 18 21:34:26.047 INFO O| Dec 18 21:34:26.047 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6145 | 2024-12-18T21:34:27.615Z | [ recovery-image] Dec 18 21:34:26.065 INFO O| Dec 18 21:34:26.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6146 | 2024-12-18T21:34:27.615Z | [ recovery-image] Dec 18 21:34:26.065 INFO O| Dec 18 21:34:26.065 INFO STEP 600 (remove_files) COMPLETE |
6147 | 2024-12-18T21:34:27.615Z | [ recovery-image] Dec 18 21:34:26.065 INFO O| Dec 18 21:34:26.065 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6148 | 2024-12-18T21:34:27.633Z | [ recovery-image] Dec 18 21:34:26.084 INFO O| Dec 18 21:34:26.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6149 | 2024-12-18T21:34:27.633Z | [ recovery-image] Dec 18 21:34:26.084 INFO O| Dec 18 21:34:26.084 INFO STEP 601 (remove_files) COMPLETE |
6150 | 2024-12-18T21:34:27.633Z | [ recovery-image] Dec 18 21:34:26.084 INFO O| Dec 18 21:34:26.084 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6151 | 2024-12-18T21:34:27.652Z | [ recovery-image] Dec 18 21:34:26.102 INFO O| Dec 18 21:34:26.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6152 | 2024-12-18T21:34:27.652Z | [ recovery-image] Dec 18 21:34:26.102 INFO O| Dec 18 21:34:26.102 INFO STEP 602 (remove_files) COMPLETE |
6153 | 2024-12-18T21:34:27.652Z | [ recovery-image] Dec 18 21:34:26.102 INFO O| Dec 18 21:34:26.102 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6154 | 2024-12-18T21:34:27.696Z | [ recovery-image] Dec 18 21:34:26.147 INFO O| Dec 18 21:34:26.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6155 | 2024-12-18T21:34:27.704Z | [ recovery-image] Dec 18 21:34:26.155 INFO O| Dec 18 21:34:26.155 INFO STEP 603 (remove_files) COMPLETE |
6156 | 2024-12-18T21:34:27.704Z | [ recovery-image] Dec 18 21:34:26.155 INFO O| Dec 18 21:34:26.155 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6157 | 2024-12-18T21:34:27.738Z | [ recovery-image] Dec 18 21:34:26.188 INFO O| Dec 18 21:34:26.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6158 | 2024-12-18T21:34:27.738Z | [ recovery-image] Dec 18 21:34:26.188 INFO O| Dec 18 21:34:26.188 INFO STEP 604 (remove_files) COMPLETE |
6159 | 2024-12-18T21:34:27.740Z | [ recovery-image] Dec 18 21:34:26.188 INFO O| Dec 18 21:34:26.188 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6160 | 2024-12-18T21:34:27.770Z | [ recovery-image] Dec 18 21:34:26.221 INFO O| Dec 18 21:34:26.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6161 | 2024-12-18T21:34:27.770Z | [ recovery-image] Dec 18 21:34:26.221 INFO O| Dec 18 21:34:26.221 INFO STEP 605 (remove_files) COMPLETE |
6162 | 2024-12-18T21:34:27.773Z | [ recovery-image] Dec 18 21:34:26.221 INFO O| Dec 18 21:34:26.221 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6163 | 2024-12-18T21:34:27.788Z | [ recovery-image] Dec 18 21:34:26.239 INFO O| Dec 18 21:34:26.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6164 | 2024-12-18T21:34:27.788Z | [ recovery-image] Dec 18 21:34:26.239 INFO O| Dec 18 21:34:26.239 INFO STEP 606 (remove_files) COMPLETE |
6165 | 2024-12-18T21:34:27.791Z | [ recovery-image] Dec 18 21:34:26.239 INFO O| Dec 18 21:34:26.239 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6166 | 2024-12-18T21:34:27.806Z | [ recovery-image] Dec 18 21:34:26.256 INFO O| Dec 18 21:34:26.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6167 | 2024-12-18T21:34:27.806Z | [ recovery-image] Dec 18 21:34:26.256 INFO O| Dec 18 21:34:26.256 INFO STEP 607 (remove_files) COMPLETE |
6168 | 2024-12-18T21:34:27.806Z | [ recovery-image] Dec 18 21:34:26.256 INFO O| Dec 18 21:34:26.256 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2024-12-18T21:34:27.823Z | [ recovery-image] Dec 18 21:34:26.273 INFO O| Dec 18 21:34:26.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6170 | 2024-12-18T21:34:27.823Z | [ recovery-image] Dec 18 21:34:26.273 INFO O| Dec 18 21:34:26.273 INFO STEP 608 (remove_files) COMPLETE |
6171 | 2024-12-18T21:34:27.826Z | [ recovery-image] Dec 18 21:34:26.273 INFO O| Dec 18 21:34:26.273 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2024-12-18T21:34:27.841Z | [ recovery-image] Dec 18 21:34:26.290 INFO O| Dec 18 21:34:26.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6173 | 2024-12-18T21:34:27.841Z | [ recovery-image] Dec 18 21:34:26.291 INFO O| Dec 18 21:34:26.290 INFO STEP 609 (remove_files) COMPLETE |
6174 | 2024-12-18T21:34:27.841Z | [ recovery-image] Dec 18 21:34:26.291 INFO O| Dec 18 21:34:26.291 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2024-12-18T21:34:27.857Z | [ recovery-image] Dec 18 21:34:26.308 INFO O| Dec 18 21:34:26.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6176 | 2024-12-18T21:34:27.861Z | [ recovery-image] Dec 18 21:34:26.308 INFO O| Dec 18 21:34:26.308 INFO STEP 610 (remove_files) COMPLETE |
6177 | 2024-12-18T21:34:27.861Z | [ recovery-image] Dec 18 21:34:26.309 INFO O| Dec 18 21:34:26.308 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2024-12-18T21:34:27.876Z | [ recovery-image] Dec 18 21:34:26.327 INFO O| Dec 18 21:34:26.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6179 | 2024-12-18T21:34:27.879Z | [ recovery-image] Dec 18 21:34:26.327 INFO O| Dec 18 21:34:26.327 INFO STEP 611 (remove_files) COMPLETE |
6180 | 2024-12-18T21:34:27.879Z | [ recovery-image] Dec 18 21:34:26.327 INFO O| Dec 18 21:34:26.327 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2024-12-18T21:34:27.900Z | [ recovery-image] Dec 18 21:34:26.350 INFO O| Dec 18 21:34:26.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6182 | 2024-12-18T21:34:27.902Z | [ recovery-image] Dec 18 21:34:26.351 INFO O| Dec 18 21:34:26.350 INFO STEP 612 (remove_files) COMPLETE |
6183 | 2024-12-18T21:34:27.902Z | [ recovery-image] Dec 18 21:34:26.351 INFO O| Dec 18 21:34:26.351 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2024-12-18T21:34:27.905Z | [ host-image] Dec 18 21:34:26.355 INFO O| Dec 18 21:34:26.355 INFO O| Planning: Evaluating mediators ... Done |
6185 | 2024-12-18T21:34:27.905Z | [ host-image] Dec 18 21:34:26.356 INFO O| Dec 18 21:34:26.355 INFO O| Planning: Planning completed in 5.28 seconds |
6186 | 2024-12-18T21:34:27.907Z | [ host-image] Dec 18 21:34:26.358 INFO O| Dec 18 21:34:26.358 INFO O| Packages to install: 1 |
6187 | 2024-12-18T21:34:27.918Z | [ recovery-image] Dec 18 21:34:26.369 INFO O| Dec 18 21:34:26.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6188 | 2024-12-18T21:34:27.918Z | [ recovery-image] Dec 18 21:34:26.369 INFO O| Dec 18 21:34:26.369 INFO STEP 613 (remove_files) COMPLETE |
6189 | 2024-12-18T21:34:27.918Z | [ recovery-image] Dec 18 21:34:26.369 INFO O| Dec 18 21:34:26.369 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2024-12-18T21:34:27.926Z | [ host-image] Dec 18 21:34:26.377 INFO O| Dec 18 21:34:26.376 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
6191 | 2024-12-18T21:34:27.947Z | [ recovery-image] Dec 18 21:34:26.397 INFO O| Dec 18 21:34:26.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6192 | 2024-12-18T21:34:27.947Z | [ recovery-image] Dec 18 21:34:26.397 INFO O| Dec 18 21:34:26.397 INFO STEP 614 (remove_files) COMPLETE |
6193 | 2024-12-18T21:34:27.947Z | [ recovery-image] Dec 18 21:34:26.397 INFO O| Dec 18 21:34:26.397 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-12-18T21:34:28.018Z | [ recovery-image] Dec 18 21:34:26.468 INFO O| Dec 18 21:34:26.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6195 | 2024-12-18T21:34:28.018Z | [ recovery-image] Dec 18 21:34:26.468 INFO O| Dec 18 21:34:26.468 INFO STEP 615 (remove_files) COMPLETE |
6196 | 2024-12-18T21:34:28.018Z | [ recovery-image] Dec 18 21:34:26.468 INFO O| Dec 18 21:34:26.468 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2024-12-18T21:34:28.043Z | [ recovery-image] Dec 18 21:34:26.493 INFO O| Dec 18 21:34:26.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6198 | 2024-12-18T21:34:28.043Z | [ recovery-image] Dec 18 21:34:26.493 INFO O| Dec 18 21:34:26.493 INFO STEP 616 (remove_files) COMPLETE |
6199 | 2024-12-18T21:34:28.046Z | [ recovery-image] Dec 18 21:34:26.493 INFO O| Dec 18 21:34:26.493 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2024-12-18T21:34:28.066Z | [ recovery-image] Dec 18 21:34:26.516 INFO O| Dec 18 21:34:26.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6201 | 2024-12-18T21:34:28.066Z | [ recovery-image] Dec 18 21:34:26.516 INFO O| Dec 18 21:34:26.516 INFO STEP 617 (remove_files) COMPLETE |
6202 | 2024-12-18T21:34:28.066Z | [ recovery-image] Dec 18 21:34:26.516 INFO O| Dec 18 21:34:26.516 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2024-12-18T21:34:28.115Z | [ recovery-image] Dec 18 21:34:26.566 INFO O| Dec 18 21:34:26.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6204 | 2024-12-18T21:34:28.116Z | [ recovery-image] Dec 18 21:34:26.566 INFO O| Dec 18 21:34:26.566 INFO STEP 618 (remove_files) COMPLETE |
6205 | 2024-12-18T21:34:28.118Z | [ recovery-image] Dec 18 21:34:26.566 INFO O| Dec 18 21:34:26.566 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-12-18T21:34:28.147Z | [ recovery-image] Dec 18 21:34:26.596 INFO O| Dec 18 21:34:26.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6207 | 2024-12-18T21:34:28.147Z | [ recovery-image] Dec 18 21:34:26.596 INFO O| Dec 18 21:34:26.596 INFO STEP 619 (remove_files) COMPLETE |
6208 | 2024-12-18T21:34:28.147Z | [ recovery-image] Dec 18 21:34:26.596 INFO O| Dec 18 21:34:26.596 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-12-18T21:34:28.165Z | [ recovery-image] Dec 18 21:34:26.615 INFO O| Dec 18 21:34:26.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6210 | 2024-12-18T21:34:28.165Z | [ recovery-image] Dec 18 21:34:26.615 INFO O| Dec 18 21:34:26.615 INFO STEP 620 (remove_files) COMPLETE |
6211 | 2024-12-18T21:34:28.165Z | [ recovery-image] Dec 18 21:34:26.615 INFO O| Dec 18 21:34:26.615 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2024-12-18T21:34:28.199Z | [ recovery-image] Dec 18 21:34:26.649 INFO O| Dec 18 21:34:26.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6213 | 2024-12-18T21:34:28.201Z | [ recovery-image] Dec 18 21:34:26.649 INFO O| Dec 18 21:34:26.649 INFO STEP 621 (remove_files) COMPLETE |
6214 | 2024-12-18T21:34:28.201Z | [ recovery-image] Dec 18 21:34:26.649 INFO O| Dec 18 21:34:26.649 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-12-18T21:34:28.222Z | [ recovery-image] Dec 18 21:34:26.672 INFO O| Dec 18 21:34:26.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6216 | 2024-12-18T21:34:28.222Z | [ recovery-image] Dec 18 21:34:26.672 INFO O| Dec 18 21:34:26.672 INFO STEP 622 (remove_files) COMPLETE |
6217 | 2024-12-18T21:34:28.222Z | [ recovery-image] Dec 18 21:34:26.672 INFO O| Dec 18 21:34:26.672 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-12-18T21:34:28.295Z | [ recovery-image] Dec 18 21:34:26.742 INFO O| Dec 18 21:34:26.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6219 | 2024-12-18T21:34:28.295Z | [ recovery-image] Dec 18 21:34:26.742 INFO O| Dec 18 21:34:26.742 INFO STEP 623 (remove_files) COMPLETE |
6220 | 2024-12-18T21:34:28.299Z | [ recovery-image] Dec 18 21:34:26.742 INFO O| Dec 18 21:34:26.742 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-12-18T21:34:28.313Z | [ recovery-image] Dec 18 21:34:26.763 INFO O| Dec 18 21:34:26.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6222 | 2024-12-18T21:34:28.313Z | [ recovery-image] Dec 18 21:34:26.764 INFO O| Dec 18 21:34:26.764 INFO STEP 624 (remove_files) COMPLETE |
6223 | 2024-12-18T21:34:28.313Z | [ recovery-image] Dec 18 21:34:26.764 INFO O| Dec 18 21:34:26.764 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-12-18T21:34:28.350Z | [ recovery-image] Dec 18 21:34:26.800 INFO O| Dec 18 21:34:26.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6225 | 2024-12-18T21:34:28.350Z | [ recovery-image] Dec 18 21:34:26.800 INFO O| Dec 18 21:34:26.800 INFO STEP 625 (remove_files) COMPLETE |
6226 | 2024-12-18T21:34:28.350Z | [ recovery-image] Dec 18 21:34:26.800 INFO O| Dec 18 21:34:26.800 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-12-18T21:34:28.379Z | [ recovery-image] Dec 18 21:34:26.829 INFO O| Dec 18 21:34:26.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6228 | 2024-12-18T21:34:28.379Z | [ recovery-image] Dec 18 21:34:26.829 INFO O| Dec 18 21:34:26.829 INFO STEP 626 (remove_files) COMPLETE |
6229 | 2024-12-18T21:34:28.379Z | [ recovery-image] Dec 18 21:34:26.829 INFO O| Dec 18 21:34:26.829 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-12-18T21:34:28.417Z | [ recovery-image] Dec 18 21:34:26.868 INFO O| Dec 18 21:34:26.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6231 | 2024-12-18T21:34:28.417Z | [ recovery-image] Dec 18 21:34:26.868 INFO O| Dec 18 21:34:26.868 INFO STEP 627 (remove_files) COMPLETE |
6232 | 2024-12-18T21:34:28.417Z | [ recovery-image] Dec 18 21:34:26.868 INFO O| Dec 18 21:34:26.868 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-12-18T21:34:28.435Z | [ recovery-image] Dec 18 21:34:26.885 INFO O| Dec 18 21:34:26.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6234 | 2024-12-18T21:34:28.435Z | [ recovery-image] Dec 18 21:34:26.885 INFO O| Dec 18 21:34:26.885 INFO STEP 628 (remove_files) COMPLETE |
6235 | 2024-12-18T21:34:28.435Z | [ recovery-image] Dec 18 21:34:26.886 INFO O| Dec 18 21:34:26.885 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-12-18T21:34:28.453Z | [ recovery-image] Dec 18 21:34:26.904 INFO O| Dec 18 21:34:26.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6237 | 2024-12-18T21:34:28.454Z | [ recovery-image] Dec 18 21:34:26.904 INFO O| Dec 18 21:34:26.904 INFO STEP 629 (remove_files) COMPLETE |
6238 | 2024-12-18T21:34:28.458Z | [ recovery-image] Dec 18 21:34:26.904 INFO O| Dec 18 21:34:26.904 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-12-18T21:34:28.474Z | [ recovery-image] Dec 18 21:34:26.924 INFO O| Dec 18 21:34:26.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6240 | 2024-12-18T21:34:28.476Z | [ recovery-image] Dec 18 21:34:26.924 INFO O| Dec 18 21:34:26.924 INFO STEP 630 (remove_files) COMPLETE |
6241 | 2024-12-18T21:34:28.476Z | [ recovery-image] Dec 18 21:34:26.925 INFO O| Dec 18 21:34:26.925 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-12-18T21:34:28.557Z | [ host-image] Dec 18 21:34:26.997 INFO O| Dec 18 21:34:26.997 INFO O| Download: Completed 9.99 MB in 0.62 seconds (16.1M/s) |
6243 | 2024-12-18T21:34:28.564Z | [ recovery-image] Dec 18 21:34:27.013 INFO O| Dec 18 21:34:27.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6244 | 2024-12-18T21:34:28.568Z | [ recovery-image] Dec 18 21:34:27.013 INFO O| Dec 18 21:34:27.013 INFO STEP 631 (remove_files) COMPLETE |
6245 | 2024-12-18T21:34:28.568Z | [ recovery-image] Dec 18 21:34:27.014 INFO O| Dec 18 21:34:27.013 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6246 | 2024-12-18T21:34:28.588Z | [ recovery-image] Dec 18 21:34:27.038 INFO O| Dec 18 21:34:27.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6247 | 2024-12-18T21:34:28.588Z | [ recovery-image] Dec 18 21:34:27.038 INFO O| Dec 18 21:34:27.038 INFO STEP 632 (remove_files) COMPLETE |
6248 | 2024-12-18T21:34:28.588Z | [ recovery-image] Dec 18 21:34:27.038 INFO O| Dec 18 21:34:27.038 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6249 | 2024-12-18T21:34:28.613Z | [ host-image] Dec 18 21:34:27.063 INFO O| Dec 18 21:34:27.063 INFO O| Actions: 1/22 actions (Installing new actions) |
6250 | 2024-12-18T21:34:28.650Z | [ recovery-image] Dec 18 21:34:27.099 INFO O| Dec 18 21:34:27.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6251 | 2024-12-18T21:34:28.650Z | [ recovery-image] Dec 18 21:34:27.099 INFO O| Dec 18 21:34:27.099 INFO STEP 633 (remove_files) COMPLETE |
6252 | 2024-12-18T21:34:28.650Z | [ recovery-image] Dec 18 21:34:27.099 INFO O| Dec 18 21:34:27.099 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2024-12-18T21:34:28.687Z | [ recovery-image] Dec 18 21:34:27.119 INFO O| Dec 18 21:34:27.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6254 | 2024-12-18T21:34:28.687Z | [ recovery-image] Dec 18 21:34:27.119 INFO O| Dec 18 21:34:27.119 INFO STEP 634 (remove_files) COMPLETE |
6255 | 2024-12-18T21:34:28.687Z | [ recovery-image] Dec 18 21:34:27.119 INFO O| Dec 18 21:34:27.119 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2024-12-18T21:34:28.690Z | [ recovery-image] Dec 18 21:34:27.139 INFO O| Dec 18 21:34:27.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6257 | 2024-12-18T21:34:28.690Z | [ recovery-image] Dec 18 21:34:27.139 INFO O| Dec 18 21:34:27.139 INFO STEP 635 (remove_files) COMPLETE |
6258 | 2024-12-18T21:34:28.690Z | [ recovery-image] Dec 18 21:34:27.139 INFO O| Dec 18 21:34:27.139 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2024-12-18T21:34:28.748Z | [ recovery-image] Dec 18 21:34:27.199 INFO O| Dec 18 21:34:27.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6260 | 2024-12-18T21:34:28.748Z | [ recovery-image] Dec 18 21:34:27.199 INFO O| Dec 18 21:34:27.199 INFO STEP 636 (remove_files) COMPLETE |
6261 | 2024-12-18T21:34:28.748Z | [ recovery-image] Dec 18 21:34:27.199 INFO O| Dec 18 21:34:27.199 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2024-12-18T21:34:28.769Z | [ recovery-image] Dec 18 21:34:27.219 INFO O| Dec 18 21:34:27.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6263 | 2024-12-18T21:34:28.769Z | [ recovery-image] Dec 18 21:34:27.219 INFO O| Dec 18 21:34:27.219 INFO STEP 637 (remove_files) COMPLETE |
6264 | 2024-12-18T21:34:28.771Z | [ recovery-image] Dec 18 21:34:27.219 INFO O| Dec 18 21:34:27.219 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2024-12-18T21:34:28.805Z | [ recovery-image] Dec 18 21:34:27.255 INFO O| Dec 18 21:34:27.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6266 | 2024-12-18T21:34:28.807Z | [ recovery-image] Dec 18 21:34:27.255 INFO O| Dec 18 21:34:27.255 INFO STEP 638 (remove_files) COMPLETE |
6267 | 2024-12-18T21:34:28.808Z | [ recovery-image] Dec 18 21:34:27.255 INFO O| Dec 18 21:34:27.255 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2024-12-18T21:34:28.841Z | [ recovery-image] Dec 18 21:34:27.291 INFO O| Dec 18 21:34:27.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6269 | 2024-12-18T21:34:28.841Z | [ recovery-image] Dec 18 21:34:27.291 INFO O| Dec 18 21:34:27.291 INFO STEP 639 (remove_files) COMPLETE |
6270 | 2024-12-18T21:34:28.841Z | [ recovery-image] Dec 18 21:34:27.291 INFO O| Dec 18 21:34:27.291 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6271 | 2024-12-18T21:34:28.879Z | [ recovery-image] Dec 18 21:34:27.328 INFO O| Dec 18 21:34:27.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6272 | 2024-12-18T21:34:28.879Z | [ recovery-image] Dec 18 21:34:27.329 INFO O| Dec 18 21:34:27.329 INFO STEP 640 (remove_files) COMPLETE |
6273 | 2024-12-18T21:34:28.879Z | [ recovery-image] Dec 18 21:34:27.329 INFO O| Dec 18 21:34:27.329 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2024-12-18T21:34:28.918Z | [ recovery-image] Dec 18 21:34:27.369 INFO O| Dec 18 21:34:27.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6275 | 2024-12-18T21:34:28.919Z | [ recovery-image] Dec 18 21:34:27.369 INFO O| Dec 18 21:34:27.369 INFO STEP 641 (remove_files) COMPLETE |
6276 | 2024-12-18T21:34:28.919Z | [ recovery-image] Dec 18 21:34:27.369 INFO O| Dec 18 21:34:27.369 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2024-12-18T21:34:28.937Z | [ recovery-image] Dec 18 21:34:27.387 INFO O| Dec 18 21:34:27.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6278 | 2024-12-18T21:34:28.962Z | [ recovery-image] Dec 18 21:34:27.412 INFO O| Dec 18 21:34:27.412 INFO STEP 642 (remove_files) COMPLETE |
6279 | 2024-12-18T21:34:28.962Z | [ recovery-image] Dec 18 21:34:27.412 INFO O| Dec 18 21:34:27.412 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2024-12-18T21:34:29.002Z | [ recovery-image] Dec 18 21:34:27.451 INFO O| Dec 18 21:34:27.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6281 | 2024-12-18T21:34:29.002Z | [ recovery-image] Dec 18 21:34:27.451 INFO O| Dec 18 21:34:27.451 INFO STEP 643 (remove_files) COMPLETE |
6282 | 2024-12-18T21:34:29.002Z | [ recovery-image] Dec 18 21:34:27.451 INFO O| Dec 18 21:34:27.451 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2024-12-18T21:34:29.033Z | [ host-image] Dec 18 21:34:27.483 INFO O| Dec 18 21:34:27.483 INFO O| Actions: Completed 22 actions in 0.42 seconds. |
6284 | 2024-12-18T21:34:29.085Z | [ recovery-image] Dec 18 21:34:27.534 INFO O| Dec 18 21:34:27.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6285 | 2024-12-18T21:34:29.085Z | [ recovery-image] Dec 18 21:34:27.534 INFO O| Dec 18 21:34:27.534 INFO STEP 644 (remove_files) COMPLETE |
6286 | 2024-12-18T21:34:29.085Z | [ recovery-image] Dec 18 21:34:27.534 INFO O| Dec 18 21:34:27.534 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2024-12-18T21:34:29.122Z | [ recovery-image] Dec 18 21:34:27.572 INFO O| Dec 18 21:34:27.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6288 | 2024-12-18T21:34:29.122Z | [ recovery-image] Dec 18 21:34:27.572 INFO O| Dec 18 21:34:27.572 INFO STEP 645 (remove_files) COMPLETE |
6289 | 2024-12-18T21:34:29.122Z | [ recovery-image] Dec 18 21:34:27.572 INFO O| Dec 18 21:34:27.572 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2024-12-18T21:34:29.141Z | [ recovery-image] Dec 18 21:34:27.590 INFO O| Dec 18 21:34:27.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6291 | 2024-12-18T21:34:29.141Z | [ recovery-image] Dec 18 21:34:27.590 INFO O| Dec 18 21:34:27.590 INFO STEP 646 (remove_files) COMPLETE |
6292 | 2024-12-18T21:34:29.141Z | [ recovery-image] Dec 18 21:34:27.590 INFO O| Dec 18 21:34:27.590 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6293 | 2024-12-18T21:34:29.186Z | [ recovery-image] Dec 18 21:34:27.635 INFO O| Dec 18 21:34:27.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6294 | 2024-12-18T21:34:29.186Z | [ recovery-image] Dec 18 21:34:27.635 INFO O| Dec 18 21:34:27.635 INFO STEP 647 (remove_files) COMPLETE |
6295 | 2024-12-18T21:34:29.186Z | [ recovery-image] Dec 18 21:34:27.635 INFO O| Dec 18 21:34:27.635 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2024-12-18T21:34:29.231Z | [ recovery-image] Dec 18 21:34:27.680 INFO O| Dec 18 21:34:27.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6297 | 2024-12-18T21:34:29.231Z | [ recovery-image] Dec 18 21:34:27.681 INFO O| Dec 18 21:34:27.681 INFO STEP 648 (remove_files) COMPLETE |
6298 | 2024-12-18T21:34:29.231Z | [ recovery-image] Dec 18 21:34:27.681 INFO O| Dec 18 21:34:27.681 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6299 | 2024-12-18T21:34:29.264Z | [ recovery-image] Dec 18 21:34:27.713 INFO O| Dec 18 21:34:27.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6300 | 2024-12-18T21:34:29.264Z | [ recovery-image] Dec 18 21:34:27.714 INFO O| Dec 18 21:34:27.714 INFO STEP 649 (remove_files) COMPLETE |
6301 | 2024-12-18T21:34:29.264Z | [ recovery-image] Dec 18 21:34:27.714 INFO O| Dec 18 21:34:27.714 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6302 | 2024-12-18T21:34:29.319Z | [ recovery-image] Dec 18 21:34:27.769 INFO O| Dec 18 21:34:27.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6303 | 2024-12-18T21:34:29.320Z | [ recovery-image] Dec 18 21:34:27.769 INFO O| Dec 18 21:34:27.769 INFO STEP 650 (remove_files) COMPLETE |
6304 | 2024-12-18T21:34:29.320Z | [ recovery-image] Dec 18 21:34:27.769 INFO O| Dec 18 21:34:27.769 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6305 | 2024-12-18T21:34:29.346Z | [ recovery-image] Dec 18 21:34:27.797 INFO O| Dec 18 21:34:27.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6306 | 2024-12-18T21:34:29.347Z | [ recovery-image] Dec 18 21:34:27.797 INFO O| Dec 18 21:34:27.797 INFO STEP 651 (remove_files) COMPLETE |
6307 | 2024-12-18T21:34:29.350Z | [ recovery-image] Dec 18 21:34:27.797 INFO O| Dec 18 21:34:27.797 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6308 | 2024-12-18T21:34:29.381Z | [ recovery-image] Dec 18 21:34:27.831 INFO O| Dec 18 21:34:27.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6309 | 2024-12-18T21:34:29.383Z | [ recovery-image] Dec 18 21:34:27.831 INFO O| Dec 18 21:34:27.831 INFO STEP 652 (remove_files) COMPLETE |
6310 | 2024-12-18T21:34:29.383Z | [ recovery-image] Dec 18 21:34:27.831 INFO O| Dec 18 21:34:27.831 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6311 | 2024-12-18T21:34:29.383Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
6312 | 2024-12-18T21:34:29.440Z | [ recovery-image] Dec 18 21:34:27.890 INFO O| Dec 18 21:34:27.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6313 | 2024-12-18T21:34:29.440Z | [ recovery-image] Dec 18 21:34:27.890 INFO O| Dec 18 21:34:27.890 INFO STEP 653 (remove_files) COMPLETE |
6314 | 2024-12-18T21:34:29.443Z | [ recovery-image] Dec 18 21:34:27.890 INFO O| Dec 18 21:34:27.890 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-12-18T21:34:29.459Z | [ recovery-image] Dec 18 21:34:27.910 INFO O| Dec 18 21:34:27.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6316 | 2024-12-18T21:34:29.459Z | [ recovery-image] Dec 18 21:34:27.910 INFO O| Dec 18 21:34:27.910 INFO STEP 654 (remove_files) COMPLETE |
6317 | 2024-12-18T21:34:29.462Z | [ recovery-image] Dec 18 21:34:27.910 INFO O| Dec 18 21:34:27.910 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-12-18T21:34:29.490Z | [ host-image] Dec 18 21:34:27.940 INFO O| Dec 18 21:34:27.940 INFO O| Done |
6319 | 2024-12-18T21:34:29.490Z | [ host-image] Dec 18 21:34:27.940 INFO O| Dec 18 21:34:27.940 INFO O| Done |
6320 | 2024-12-18T21:34:29.497Z | [ recovery-image] Dec 18 21:34:27.947 INFO O| Dec 18 21:34:27.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6321 | 2024-12-18T21:34:29.497Z | [ recovery-image] Dec 18 21:34:27.947 INFO O| Dec 18 21:34:27.947 INFO STEP 655 (remove_files) COMPLETE |
6322 | 2024-12-18T21:34:29.497Z | [ recovery-image] Dec 18 21:34:27.947 INFO O| Dec 18 21:34:27.947 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6323 | 2024-12-18T21:34:29.576Z | [ recovery-image] Dec 18 21:34:28.022 INFO O| Dec 18 21:34:28.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6324 | 2024-12-18T21:34:29.576Z | [ recovery-image] Dec 18 21:34:28.022 INFO O| Dec 18 21:34:28.022 INFO STEP 656 (remove_files) COMPLETE |
6325 | 2024-12-18T21:34:29.576Z | [ recovery-image] Dec 18 21:34:28.022 INFO O| Dec 18 21:34:28.022 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6326 | 2024-12-18T21:34:29.671Z | [ recovery-image] Dec 18 21:34:28.121 INFO O| Dec 18 21:34:28.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6327 | 2024-12-18T21:34:29.674Z | [ recovery-image] Dec 18 21:34:28.121 INFO O| Dec 18 21:34:28.121 INFO STEP 657 (remove_files) COMPLETE |
6328 | 2024-12-18T21:34:29.674Z | [ recovery-image] Dec 18 21:34:28.121 INFO O| Dec 18 21:34:28.121 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6329 | 2024-12-18T21:34:29.688Z | [ recovery-image] Dec 18 21:34:28.138 INFO O| Dec 18 21:34:28.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6330 | 2024-12-18T21:34:29.688Z | [ recovery-image] Dec 18 21:34:28.138 INFO O| Dec 18 21:34:28.138 INFO STEP 658 (remove_files) COMPLETE |
6331 | 2024-12-18T21:34:29.692Z | [ recovery-image] Dec 18 21:34:28.138 INFO O| Dec 18 21:34:28.138 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6332 | 2024-12-18T21:34:29.704Z | [ recovery-image] Dec 18 21:34:28.154 INFO O| Dec 18 21:34:28.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6333 | 2024-12-18T21:34:29.704Z | [ recovery-image] Dec 18 21:34:28.154 INFO O| Dec 18 21:34:28.154 INFO STEP 659 (remove_files) COMPLETE |
6334 | 2024-12-18T21:34:29.704Z | [ recovery-image] Dec 18 21:34:28.154 INFO O| Dec 18 21:34:28.154 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6335 | 2024-12-18T21:34:29.752Z | [ recovery-image] Dec 18 21:34:28.202 INFO O| Dec 18 21:34:28.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6336 | 2024-12-18T21:34:29.754Z | [ recovery-image] Dec 18 21:34:28.202 INFO O| Dec 18 21:34:28.202 INFO STEP 660 (remove_files) COMPLETE |
6337 | 2024-12-18T21:34:29.754Z | [ recovery-image] Dec 18 21:34:28.202 INFO O| Dec 18 21:34:28.202 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6338 | 2024-12-18T21:34:29.789Z | [ recovery-image] Dec 18 21:34:28.239 INFO O| Dec 18 21:34:28.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6339 | 2024-12-18T21:34:29.792Z | [ recovery-image] Dec 18 21:34:28.239 INFO O| Dec 18 21:34:28.239 INFO STEP 661 (remove_files) COMPLETE |
6340 | 2024-12-18T21:34:29.792Z | [ recovery-image] Dec 18 21:34:28.239 INFO O| Dec 18 21:34:28.239 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6341 | 2024-12-18T21:34:29.809Z | [ recovery-image] Dec 18 21:34:28.258 INFO O| Dec 18 21:34:28.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6342 | 2024-12-18T21:34:29.809Z | [ recovery-image] Dec 18 21:34:28.259 INFO O| Dec 18 21:34:28.258 INFO STEP 662 (remove_files) COMPLETE |
6343 | 2024-12-18T21:34:29.811Z | [ recovery-image] Dec 18 21:34:28.259 INFO O| Dec 18 21:34:28.259 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6344 | 2024-12-18T21:34:29.826Z | [ recovery-image] Dec 18 21:34:28.277 INFO O| Dec 18 21:34:28.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6345 | 2024-12-18T21:34:29.847Z | [ recovery-image] Dec 18 21:34:28.297 INFO O| Dec 18 21:34:28.297 INFO STEP 663 (remove_files) COMPLETE |
6346 | 2024-12-18T21:34:29.847Z | [ recovery-image] Dec 18 21:34:28.297 INFO O| Dec 18 21:34:28.297 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6347 | 2024-12-18T21:34:29.912Z | [ recovery-image] Dec 18 21:34:28.361 INFO O| Dec 18 21:34:28.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6348 | 2024-12-18T21:34:29.915Z | [ recovery-image] Dec 18 21:34:28.361 INFO O| Dec 18 21:34:28.361 INFO STEP 664 (remove_files) COMPLETE |
6349 | 2024-12-18T21:34:29.915Z | [ recovery-image] Dec 18 21:34:28.361 INFO O| Dec 18 21:34:28.361 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6350 | 2024-12-18T21:34:29.933Z | [ recovery-image] Dec 18 21:34:28.383 INFO O| Dec 18 21:34:28.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6351 | 2024-12-18T21:34:29.933Z | [ recovery-image] Dec 18 21:34:28.383 INFO O| Dec 18 21:34:28.383 INFO STEP 665 (remove_files) COMPLETE |
6352 | 2024-12-18T21:34:29.933Z | [ recovery-image] Dec 18 21:34:28.383 INFO O| Dec 18 21:34:28.383 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6353 | 2024-12-18T21:34:29.954Z | [ recovery-image] Dec 18 21:34:28.404 INFO O| Dec 18 21:34:28.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6354 | 2024-12-18T21:34:29.956Z | [ recovery-image] Dec 18 21:34:28.404 INFO O| Dec 18 21:34:28.404 INFO STEP 666 (remove_files) COMPLETE |
6355 | 2024-12-18T21:34:29.956Z | [ recovery-image] Dec 18 21:34:28.404 INFO O| Dec 18 21:34:28.404 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2024-12-18T21:34:29.974Z | [ recovery-image] Dec 18 21:34:28.424 INFO O| Dec 18 21:34:28.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6357 | 2024-12-18T21:34:29.974Z | [ recovery-image] Dec 18 21:34:28.425 INFO O| Dec 18 21:34:28.424 INFO STEP 667 (remove_files) COMPLETE |
6358 | 2024-12-18T21:34:29.974Z | [ recovery-image] Dec 18 21:34:28.425 INFO O| Dec 18 21:34:28.425 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2024-12-18T21:34:29.993Z | [ recovery-image] Dec 18 21:34:28.443 INFO O| Dec 18 21:34:28.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6360 | 2024-12-18T21:34:29.993Z | [ recovery-image] Dec 18 21:34:28.444 INFO O| Dec 18 21:34:28.444 INFO STEP 668 (remove_files) COMPLETE |
6361 | 2024-12-18T21:34:29.993Z | [ recovery-image] Dec 18 21:34:28.444 INFO O| Dec 18 21:34:28.444 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-12-18T21:34:30.014Z | [ recovery-image] Dec 18 21:34:28.463 INFO O| Dec 18 21:34:28.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6363 | 2024-12-18T21:34:30.014Z | [ recovery-image] Dec 18 21:34:28.463 INFO O| Dec 18 21:34:28.463 INFO STEP 669 (remove_files) COMPLETE |
6364 | 2024-12-18T21:34:30.014Z | [ recovery-image] Dec 18 21:34:28.463 INFO O| Dec 18 21:34:28.463 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-12-18T21:34:30.054Z | [ recovery-image] Dec 18 21:34:28.504 INFO O| Dec 18 21:34:28.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6366 | 2024-12-18T21:34:30.054Z | [ recovery-image] Dec 18 21:34:28.504 INFO O| Dec 18 21:34:28.504 INFO STEP 670 (remove_files) COMPLETE |
6367 | 2024-12-18T21:34:30.054Z | [ recovery-image] Dec 18 21:34:28.504 INFO O| Dec 18 21:34:28.504 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2024-12-18T21:34:30.075Z | [ recovery-image] Dec 18 21:34:28.526 INFO O| Dec 18 21:34:28.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6369 | 2024-12-18T21:34:30.076Z | [ recovery-image] Dec 18 21:34:28.526 INFO O| Dec 18 21:34:28.526 INFO STEP 671 (remove_files) COMPLETE |
6370 | 2024-12-18T21:34:30.078Z | [ recovery-image] Dec 18 21:34:28.526 INFO O| Dec 18 21:34:28.526 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2024-12-18T21:34:30.096Z | [ recovery-image] Dec 18 21:34:28.546 INFO O| Dec 18 21:34:28.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6372 | 2024-12-18T21:34:30.096Z | [ recovery-image] Dec 18 21:34:28.546 INFO O| Dec 18 21:34:28.546 INFO STEP 672 (remove_files) COMPLETE |
6373 | 2024-12-18T21:34:30.099Z | [ recovery-image] Dec 18 21:34:28.546 INFO O| Dec 18 21:34:28.546 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2024-12-18T21:34:30.115Z | [ recovery-image] Dec 18 21:34:28.564 INFO O| Dec 18 21:34:28.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6375 | 2024-12-18T21:34:30.115Z | [ recovery-image] Dec 18 21:34:28.564 INFO O| Dec 18 21:34:28.564 INFO STEP 673 (remove_files) COMPLETE |
6376 | 2024-12-18T21:34:30.115Z | [ recovery-image] Dec 18 21:34:28.564 INFO O| Dec 18 21:34:28.564 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-12-18T21:34:30.139Z | [ recovery-image] Dec 18 21:34:28.589 INFO O| Dec 18 21:34:28.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6378 | 2024-12-18T21:34:30.159Z | [ recovery-image] Dec 18 21:34:28.609 INFO O| Dec 18 21:34:28.609 INFO STEP 674 (remove_files) COMPLETE |
6379 | 2024-12-18T21:34:30.159Z | [ recovery-image] Dec 18 21:34:28.609 INFO O| Dec 18 21:34:28.609 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-12-18T21:34:30.180Z | [ recovery-image] Dec 18 21:34:28.629 INFO O| Dec 18 21:34:28.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6381 | 2024-12-18T21:34:30.180Z | [ recovery-image] Dec 18 21:34:28.629 INFO O| Dec 18 21:34:28.629 INFO STEP 675 (remove_files) COMPLETE |
6382 | 2024-12-18T21:34:30.181Z | [ recovery-image] Dec 18 21:34:28.629 INFO O| Dec 18 21:34:28.629 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-12-18T21:34:30.199Z | [ recovery-image] Dec 18 21:34:28.648 INFO O| Dec 18 21:34:28.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6384 | 2024-12-18T21:34:30.199Z | [ recovery-image] Dec 18 21:34:28.649 INFO O| Dec 18 21:34:28.649 INFO STEP 676 (remove_files) COMPLETE |
6385 | 2024-12-18T21:34:30.201Z | [ recovery-image] Dec 18 21:34:28.649 INFO O| Dec 18 21:34:28.649 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2024-12-18T21:34:30.234Z | [ recovery-image] Dec 18 21:34:28.684 INFO O| Dec 18 21:34:28.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6387 | 2024-12-18T21:34:30.234Z | [ recovery-image] Dec 18 21:34:28.684 INFO O| Dec 18 21:34:28.684 INFO STEP 677 (remove_files) COMPLETE |
6388 | 2024-12-18T21:34:30.234Z | [ recovery-image] Dec 18 21:34:28.684 INFO O| Dec 18 21:34:28.684 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2024-12-18T21:34:30.257Z | [ recovery-image] Dec 18 21:34:28.707 INFO O| Dec 18 21:34:28.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6390 | 2024-12-18T21:34:30.257Z | [ recovery-image] Dec 18 21:34:28.707 INFO O| Dec 18 21:34:28.707 INFO STEP 678 (remove_files) COMPLETE |
6391 | 2024-12-18T21:34:30.257Z | [ recovery-image] Dec 18 21:34:28.707 INFO O| Dec 18 21:34:28.707 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2024-12-18T21:34:30.280Z | [ recovery-image] Dec 18 21:34:28.730 INFO O| Dec 18 21:34:28.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6393 | 2024-12-18T21:34:30.280Z | [ recovery-image] Dec 18 21:34:28.730 INFO O| Dec 18 21:34:28.730 INFO STEP 679 (remove_files) COMPLETE |
6394 | 2024-12-18T21:34:30.283Z | [ recovery-image] Dec 18 21:34:28.731 INFO O| Dec 18 21:34:28.730 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2024-12-18T21:34:30.303Z | [ recovery-image] Dec 18 21:34:28.752 INFO O| Dec 18 21:34:28.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6396 | 2024-12-18T21:34:30.303Z | [ recovery-image] Dec 18 21:34:28.752 INFO O| Dec 18 21:34:28.752 INFO STEP 680 (remove_files) COMPLETE |
6397 | 2024-12-18T21:34:30.303Z | [ recovery-image] Dec 18 21:34:28.752 INFO O| Dec 18 21:34:28.752 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6398 | 2024-12-18T21:34:30.324Z | [ recovery-image] Dec 18 21:34:28.773 INFO O| Dec 18 21:34:28.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6399 | 2024-12-18T21:34:30.324Z | [ recovery-image] Dec 18 21:34:28.773 INFO O| Dec 18 21:34:28.773 INFO STEP 681 (remove_files) COMPLETE |
6400 | 2024-12-18T21:34:30.324Z | [ recovery-image] Dec 18 21:34:28.773 INFO O| Dec 18 21:34:28.773 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6401 | 2024-12-18T21:34:30.354Z | [ recovery-image] Dec 18 21:34:28.804 INFO O| Dec 18 21:34:28.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6402 | 2024-12-18T21:34:30.357Z | [ recovery-image] Dec 18 21:34:28.805 INFO O| Dec 18 21:34:28.805 INFO STEP 682 (remove_files) COMPLETE |
6403 | 2024-12-18T21:34:30.357Z | [ recovery-image] Dec 18 21:34:28.805 INFO O| Dec 18 21:34:28.805 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6404 | 2024-12-18T21:34:30.392Z | [ recovery-image] Dec 18 21:34:28.841 INFO O| Dec 18 21:34:28.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6405 | 2024-12-18T21:34:30.397Z | [ recovery-image] Dec 18 21:34:28.841 INFO O| Dec 18 21:34:28.841 INFO STEP 683 (remove_files) COMPLETE |
6406 | 2024-12-18T21:34:30.397Z | [ recovery-image] Dec 18 21:34:28.841 INFO O| Dec 18 21:34:28.841 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6407 | 2024-12-18T21:34:30.413Z | [ recovery-image] Dec 18 21:34:28.862 INFO O| Dec 18 21:34:28.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6408 | 2024-12-18T21:34:30.413Z | [ recovery-image] Dec 18 21:34:28.862 INFO O| Dec 18 21:34:28.862 INFO STEP 684 (remove_files) COMPLETE |
6409 | 2024-12-18T21:34:30.413Z | [ recovery-image] Dec 18 21:34:28.862 INFO O| Dec 18 21:34:28.862 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2024-12-18T21:34:30.454Z | [ recovery-image] Dec 18 21:34:28.903 INFO O| Dec 18 21:34:28.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6411 | 2024-12-18T21:34:30.454Z | [ recovery-image] Dec 18 21:34:28.903 INFO O| Dec 18 21:34:28.903 INFO STEP 685 (remove_files) COMPLETE |
6412 | 2024-12-18T21:34:30.457Z | [ recovery-image] Dec 18 21:34:28.903 INFO O| Dec 18 21:34:28.903 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2024-12-18T21:34:30.472Z | [ recovery-image] Dec 18 21:34:28.922 INFO O| Dec 18 21:34:28.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6414 | 2024-12-18T21:34:30.472Z | [ recovery-image] Dec 18 21:34:28.922 INFO O| Dec 18 21:34:28.922 INFO STEP 686 (remove_files) COMPLETE |
6415 | 2024-12-18T21:34:30.475Z | [ recovery-image] Dec 18 21:34:28.923 INFO O| Dec 18 21:34:28.922 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6416 | 2024-12-18T21:34:30.494Z | [ recovery-image] Dec 18 21:34:28.944 INFO O| Dec 18 21:34:28.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6417 | 2024-12-18T21:34:30.494Z | [ recovery-image] Dec 18 21:34:28.944 INFO O| Dec 18 21:34:28.944 INFO STEP 687 (remove_files) COMPLETE |
6418 | 2024-12-18T21:34:30.494Z | [ recovery-image] Dec 18 21:34:28.944 INFO O| Dec 18 21:34:28.944 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6419 | 2024-12-18T21:34:30.512Z | [ recovery-image] Dec 18 21:34:28.962 INFO O| Dec 18 21:34:28.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6420 | 2024-12-18T21:34:30.512Z | [ recovery-image] Dec 18 21:34:28.962 INFO O| Dec 18 21:34:28.962 INFO STEP 688 (remove_files) COMPLETE |
6421 | 2024-12-18T21:34:30.512Z | [ recovery-image] Dec 18 21:34:28.962 INFO O| Dec 18 21:34:28.962 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6422 | 2024-12-18T21:34:30.531Z | [ recovery-image] Dec 18 21:34:28.981 INFO O| Dec 18 21:34:28.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6423 | 2024-12-18T21:34:30.531Z | [ recovery-image] Dec 18 21:34:28.981 INFO O| Dec 18 21:34:28.981 INFO STEP 689 (remove_files) COMPLETE |
6424 | 2024-12-18T21:34:30.531Z | [ recovery-image] Dec 18 21:34:28.981 INFO O| Dec 18 21:34:28.981 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2024-12-18T21:34:30.550Z | [ recovery-image] Dec 18 21:34:29.000 INFO O| Dec 18 21:34:28.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6426 | 2024-12-18T21:34:30.550Z | [ recovery-image] Dec 18 21:34:29.000 INFO O| Dec 18 21:34:29.000 INFO STEP 690 (remove_files) COMPLETE |
6427 | 2024-12-18T21:34:30.553Z | [ recovery-image] Dec 18 21:34:29.000 INFO O| Dec 18 21:34:29.000 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6428 | 2024-12-18T21:34:30.569Z | [ recovery-image] Dec 18 21:34:29.019 INFO O| Dec 18 21:34:29.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6429 | 2024-12-18T21:34:30.572Z | [ recovery-image] Dec 18 21:34:29.020 INFO O| Dec 18 21:34:29.019 INFO STEP 691 (remove_files) COMPLETE |
6430 | 2024-12-18T21:34:30.572Z | [ recovery-image] Dec 18 21:34:29.020 INFO O| Dec 18 21:34:29.019 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6431 | 2024-12-18T21:34:30.590Z | [ recovery-image] Dec 18 21:34:29.040 INFO O| Dec 18 21:34:29.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6432 | 2024-12-18T21:34:30.592Z | [ recovery-image] Dec 18 21:34:29.040 INFO O| Dec 18 21:34:29.040 INFO STEP 692 (remove_files) COMPLETE |
6433 | 2024-12-18T21:34:30.592Z | [ recovery-image] Dec 18 21:34:29.040 INFO O| Dec 18 21:34:29.040 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2024-12-18T21:34:30.610Z | [ recovery-image] Dec 18 21:34:29.060 INFO O| Dec 18 21:34:29.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6435 | 2024-12-18T21:34:30.613Z | [ recovery-image] Dec 18 21:34:29.061 INFO O| Dec 18 21:34:29.061 INFO STEP 693 (remove_files) COMPLETE |
6436 | 2024-12-18T21:34:30.613Z | [ recovery-image] Dec 18 21:34:29.061 INFO O| Dec 18 21:34:29.061 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2024-12-18T21:34:30.638Z | [ recovery-image] Dec 18 21:34:29.087 INFO O| Dec 18 21:34:29.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6438 | 2024-12-18T21:34:30.641Z | [ recovery-image] Dec 18 21:34:29.087 INFO O| Dec 18 21:34:29.087 INFO STEP 694 (remove_files) COMPLETE |
6439 | 2024-12-18T21:34:30.641Z | [ recovery-image] Dec 18 21:34:29.088 INFO O| Dec 18 21:34:29.087 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2024-12-18T21:34:30.657Z | [ recovery-image] Dec 18 21:34:29.107 INFO O| Dec 18 21:34:29.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6441 | 2024-12-18T21:34:30.660Z | [ recovery-image] Dec 18 21:34:29.107 INFO O| Dec 18 21:34:29.107 INFO STEP 695 (remove_files) COMPLETE |
6442 | 2024-12-18T21:34:30.660Z | [ recovery-image] Dec 18 21:34:29.107 INFO O| Dec 18 21:34:29.107 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6443 | 2024-12-18T21:34:30.689Z | [ recovery-image] Dec 18 21:34:29.138 INFO O| Dec 18 21:34:29.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6444 | 2024-12-18T21:34:30.689Z | [ recovery-image] Dec 18 21:34:29.139 INFO O| Dec 18 21:34:29.138 INFO STEP 696 (remove_files) COMPLETE |
6445 | 2024-12-18T21:34:30.692Z | [ recovery-image] Dec 18 21:34:29.139 INFO O| Dec 18 21:34:29.139 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6446 | 2024-12-18T21:34:30.701Z | [ host-image] Dec 18 21:34:29.151 INFO O| Dec 18 21:34:29.151 INFO O| Done |
6447 | 2024-12-18T21:34:30.707Z | [ recovery-image] Dec 18 21:34:29.157 INFO O| Dec 18 21:34:29.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6448 | 2024-12-18T21:34:30.710Z | [ recovery-image] Dec 18 21:34:29.158 INFO O| Dec 18 21:34:29.157 INFO STEP 697 (remove_files) COMPLETE |
6449 | 2024-12-18T21:34:30.710Z | [ recovery-image] Dec 18 21:34:29.158 INFO O| Dec 18 21:34:29.158 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-12-18T21:34:30.727Z | [ recovery-image] Dec 18 21:34:29.177 INFO O| Dec 18 21:34:29.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6451 | 2024-12-18T21:34:30.729Z | [ recovery-image] Dec 18 21:34:29.177 INFO O| Dec 18 21:34:29.177 INFO STEP 698 (remove_files) COMPLETE |
6452 | 2024-12-18T21:34:30.729Z | [ recovery-image] Dec 18 21:34:29.177 INFO O| Dec 18 21:34:29.177 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-12-18T21:34:30.747Z | [ recovery-image] Dec 18 21:34:29.197 INFO O| Dec 18 21:34:29.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6454 | 2024-12-18T21:34:30.750Z | [ recovery-image] Dec 18 21:34:29.197 INFO O| Dec 18 21:34:29.197 INFO STEP 699 (remove_files) COMPLETE |
6455 | 2024-12-18T21:34:30.750Z | [ recovery-image] Dec 18 21:34:29.197 INFO O| Dec 18 21:34:29.197 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-12-18T21:34:30.780Z | [ recovery-image] Dec 18 21:34:29.230 INFO O| Dec 18 21:34:29.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6457 | 2024-12-18T21:34:30.780Z | [ recovery-image] Dec 18 21:34:29.230 INFO O| Dec 18 21:34:29.230 INFO STEP 700 (remove_files) COMPLETE |
6458 | 2024-12-18T21:34:30.783Z | [ recovery-image] Dec 18 21:34:29.230 INFO O| Dec 18 21:34:29.230 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-12-18T21:34:30.813Z | [ recovery-image] Dec 18 21:34:29.263 INFO O| Dec 18 21:34:29.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6460 | 2024-12-18T21:34:30.816Z | [ recovery-image] Dec 18 21:34:29.263 INFO O| Dec 18 21:34:29.263 INFO STEP 701 (remove_files) COMPLETE |
6461 | 2024-12-18T21:34:30.816Z | [ recovery-image] Dec 18 21:34:29.263 INFO O| Dec 18 21:34:29.263 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-12-18T21:34:30.854Z | [ recovery-image] Dec 18 21:34:29.303 INFO O| Dec 18 21:34:29.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6463 | 2024-12-18T21:34:30.854Z | [ recovery-image] Dec 18 21:34:29.304 INFO O| Dec 18 21:34:29.303 INFO STEP 702 (remove_files) COMPLETE |
6464 | 2024-12-18T21:34:30.854Z | [ recovery-image] Dec 18 21:34:29.304 INFO O| Dec 18 21:34:29.303 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-12-18T21:34:30.903Z | [ recovery-image] Dec 18 21:34:29.352 INFO O| Dec 18 21:34:29.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6466 | 2024-12-18T21:34:30.907Z | [ recovery-image] Dec 18 21:34:29.353 INFO O| Dec 18 21:34:29.352 INFO STEP 703 (remove_files) COMPLETE |
6467 | 2024-12-18T21:34:30.907Z | [ recovery-image] Dec 18 21:34:29.353 INFO O| Dec 18 21:34:29.353 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-12-18T21:34:30.923Z | [ recovery-image] Dec 18 21:34:29.372 INFO O| Dec 18 21:34:29.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6469 | 2024-12-18T21:34:30.926Z | [ recovery-image] Dec 18 21:34:29.373 INFO O| Dec 18 21:34:29.372 INFO STEP 704 (remove_files) COMPLETE |
6470 | 2024-12-18T21:34:30.926Z | [ recovery-image] Dec 18 21:34:29.373 INFO O| Dec 18 21:34:29.373 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-12-18T21:34:30.942Z | [ recovery-image] Dec 18 21:34:29.392 INFO O| Dec 18 21:34:29.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6472 | 2024-12-18T21:34:30.944Z | [ recovery-image] Dec 18 21:34:29.392 INFO O| Dec 18 21:34:29.392 INFO STEP 705 (remove_files) COMPLETE |
6473 | 2024-12-18T21:34:30.945Z | [ recovery-image] Dec 18 21:34:29.392 INFO O| Dec 18 21:34:29.392 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-12-18T21:34:30.962Z | [ recovery-image] Dec 18 21:34:29.412 INFO O| Dec 18 21:34:29.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6475 | 2024-12-18T21:34:30.962Z | [ recovery-image] Dec 18 21:34:29.412 INFO O| Dec 18 21:34:29.412 INFO STEP 706 (remove_files) COMPLETE |
6476 | 2024-12-18T21:34:30.962Z | [ recovery-image] Dec 18 21:34:29.412 INFO O| Dec 18 21:34:29.412 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-12-18T21:34:31.035Z | [ recovery-image] Dec 18 21:34:29.484 INFO O| Dec 18 21:34:29.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6478 | 2024-12-18T21:34:31.035Z | [ recovery-image] Dec 18 21:34:29.485 INFO O| Dec 18 21:34:29.484 INFO STEP 707 (remove_files) COMPLETE |
6479 | 2024-12-18T21:34:31.038Z | [ recovery-image] Dec 18 21:34:29.485 INFO O| Dec 18 21:34:29.484 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-12-18T21:34:31.070Z | [ recovery-image] Dec 18 21:34:29.519 INFO O| Dec 18 21:34:29.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6481 | 2024-12-18T21:34:31.073Z | [ recovery-image] Dec 18 21:34:29.520 INFO O| Dec 18 21:34:29.519 INFO STEP 708 (remove_files) COMPLETE |
6482 | 2024-12-18T21:34:31.073Z | [ recovery-image] Dec 18 21:34:29.520 INFO O| Dec 18 21:34:29.520 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-12-18T21:34:31.128Z | [ recovery-image] Dec 18 21:34:29.577 INFO O| Dec 18 21:34:29.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6484 | 2024-12-18T21:34:31.128Z | [ recovery-image] Dec 18 21:34:29.578 INFO O| Dec 18 21:34:29.577 INFO STEP 709 (remove_files) COMPLETE |
6485 | 2024-12-18T21:34:31.128Z | [ recovery-image] Dec 18 21:34:29.578 INFO O| Dec 18 21:34:29.577 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-12-18T21:34:31.171Z | [ recovery-image] Dec 18 21:34:29.620 INFO O| Dec 18 21:34:29.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6487 | 2024-12-18T21:34:31.171Z | [ recovery-image] Dec 18 21:34:29.620 INFO O| Dec 18 21:34:29.620 INFO STEP 710 (remove_files) COMPLETE |
6488 | 2024-12-18T21:34:31.171Z | [ recovery-image] Dec 18 21:34:29.620 INFO O| Dec 18 21:34:29.620 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-12-18T21:34:31.191Z | [ recovery-image] Dec 18 21:34:29.641 INFO O| Dec 18 21:34:29.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6490 | 2024-12-18T21:34:31.191Z | [ recovery-image] Dec 18 21:34:29.641 INFO O| Dec 18 21:34:29.641 INFO STEP 711 (remove_files) COMPLETE |
6491 | 2024-12-18T21:34:31.191Z | [ recovery-image] Dec 18 21:34:29.641 INFO O| Dec 18 21:34:29.641 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-12-18T21:34:31.218Z | [ recovery-image] Dec 18 21:34:29.667 INFO O| Dec 18 21:34:29.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6493 | 2024-12-18T21:34:31.218Z | [ recovery-image] Dec 18 21:34:29.667 INFO O| Dec 18 21:34:29.667 INFO STEP 712 (remove_files) COMPLETE |
6494 | 2024-12-18T21:34:31.218Z | [ recovery-image] Dec 18 21:34:29.667 INFO O| Dec 18 21:34:29.667 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-12-18T21:34:31.284Z | [ recovery-image] Dec 18 21:34:29.733 INFO O| Dec 18 21:34:29.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6496 | 2024-12-18T21:34:31.284Z | [ recovery-image] Dec 18 21:34:29.733 INFO O| Dec 18 21:34:29.733 INFO STEP 713 (remove_files) COMPLETE |
6497 | 2024-12-18T21:34:31.284Z | [ recovery-image] Dec 18 21:34:29.733 INFO O| Dec 18 21:34:29.733 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-12-18T21:34:31.331Z | [ recovery-image] Dec 18 21:34:29.780 INFO O| Dec 18 21:34:29.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6499 | 2024-12-18T21:34:31.331Z | [ recovery-image] Dec 18 21:34:29.780 INFO O| Dec 18 21:34:29.780 INFO STEP 714 (remove_files) COMPLETE |
6500 | 2024-12-18T21:34:31.331Z | [ recovery-image] Dec 18 21:34:29.780 INFO O| Dec 18 21:34:29.780 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-12-18T21:34:31.349Z | [ recovery-image] Dec 18 21:34:29.798 INFO O| Dec 18 21:34:29.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6502 | 2024-12-18T21:34:31.349Z | [ recovery-image] Dec 18 21:34:29.798 INFO O| Dec 18 21:34:29.798 INFO STEP 715 (remove_files) COMPLETE |
6503 | 2024-12-18T21:34:31.351Z | [ recovery-image] Dec 18 21:34:29.799 INFO O| Dec 18 21:34:29.798 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-12-18T21:34:31.375Z | [ recovery-image] Dec 18 21:34:29.824 INFO O| Dec 18 21:34:29.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6505 | 2024-12-18T21:34:31.376Z | [ recovery-image] Dec 18 21:34:29.824 INFO O| Dec 18 21:34:29.824 INFO STEP 716 (remove_files) COMPLETE |
6506 | 2024-12-18T21:34:31.379Z | [ recovery-image] Dec 18 21:34:29.824 INFO O| Dec 18 21:34:29.824 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-12-18T21:34:31.394Z | [ recovery-image] Dec 18 21:34:29.844 INFO O| Dec 18 21:34:29.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6508 | 2024-12-18T21:34:31.394Z | [ recovery-image] Dec 18 21:34:29.844 INFO O| Dec 18 21:34:29.844 INFO STEP 717 (remove_files) COMPLETE |
6509 | 2024-12-18T21:34:31.394Z | [ recovery-image] Dec 18 21:34:29.844 INFO O| Dec 18 21:34:29.844 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-12-18T21:34:31.413Z | [ recovery-image] Dec 18 21:34:29.862 INFO O| Dec 18 21:34:29.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6511 | 2024-12-18T21:34:31.413Z | [ recovery-image] Dec 18 21:34:29.862 INFO O| Dec 18 21:34:29.862 INFO STEP 718 (remove_files) COMPLETE |
6512 | 2024-12-18T21:34:31.418Z | [ recovery-image] Dec 18 21:34:29.862 INFO O| Dec 18 21:34:29.862 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-12-18T21:34:31.430Z | [ recovery-image] Dec 18 21:34:29.880 INFO O| Dec 18 21:34:29.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6514 | 2024-12-18T21:34:31.434Z | [ recovery-image] Dec 18 21:34:29.880 INFO O| Dec 18 21:34:29.880 INFO STEP 719 (remove_files) COMPLETE |
6515 | 2024-12-18T21:34:31.434Z | [ recovery-image] Dec 18 21:34:29.880 INFO O| Dec 18 21:34:29.880 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-12-18T21:34:31.450Z | [ recovery-image] Dec 18 21:34:29.899 INFO O| Dec 18 21:34:29.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6517 | 2024-12-18T21:34:31.454Z | [ recovery-image] Dec 18 21:34:29.899 INFO O| Dec 18 21:34:29.899 INFO STEP 720 (remove_files) COMPLETE |
6518 | 2024-12-18T21:34:31.455Z | [ recovery-image] Dec 18 21:34:29.899 INFO O| Dec 18 21:34:29.899 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-12-18T21:34:31.469Z | [ recovery-image] Dec 18 21:34:29.919 INFO O| Dec 18 21:34:29.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6520 | 2024-12-18T21:34:31.469Z | [ recovery-image] Dec 18 21:34:29.919 INFO O| Dec 18 21:34:29.919 INFO STEP 721 (remove_files) COMPLETE |
6521 | 2024-12-18T21:34:31.471Z | [ recovery-image] Dec 18 21:34:29.919 INFO O| Dec 18 21:34:29.919 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-12-18T21:34:31.487Z | [ recovery-image] Dec 18 21:34:29.937 INFO O| Dec 18 21:34:29.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6523 | 2024-12-18T21:34:31.487Z | [ recovery-image] Dec 18 21:34:29.937 INFO O| Dec 18 21:34:29.937 INFO STEP 722 (remove_files) COMPLETE |
6524 | 2024-12-18T21:34:31.487Z | [ recovery-image] Dec 18 21:34:29.937 INFO O| Dec 18 21:34:29.937 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-12-18T21:34:31.544Z | [ recovery-image] Dec 18 21:34:29.993 INFO O| Dec 18 21:34:29.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6526 | 2024-12-18T21:34:31.572Z | [ recovery-image] Dec 18 21:34:30.021 INFO O| Dec 18 21:34:30.021 INFO STEP 723 (remove_files) COMPLETE |
6527 | 2024-12-18T21:34:31.572Z | [ recovery-image] Dec 18 21:34:30.021 INFO O| Dec 18 21:34:30.021 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-12-18T21:34:31.630Z | [ recovery-image] Dec 18 21:34:30.080 INFO O| Dec 18 21:34:30.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6529 | 2024-12-18T21:34:31.630Z | [ recovery-image] Dec 18 21:34:30.080 INFO O| Dec 18 21:34:30.080 INFO STEP 724 (remove_files) COMPLETE |
6530 | 2024-12-18T21:34:31.630Z | [ recovery-image] Dec 18 21:34:30.080 INFO O| Dec 18 21:34:30.080 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-12-18T21:34:31.651Z | [ recovery-image] Dec 18 21:34:30.100 INFO O| Dec 18 21:34:30.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6532 | 2024-12-18T21:34:31.651Z | [ recovery-image] Dec 18 21:34:30.100 INFO O| Dec 18 21:34:30.100 INFO STEP 725 (remove_files) COMPLETE |
6533 | 2024-12-18T21:34:31.651Z | [ recovery-image] Dec 18 21:34:30.100 INFO O| Dec 18 21:34:30.100 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-12-18T21:34:31.676Z | [ recovery-image] Dec 18 21:34:30.126 INFO O| Dec 18 21:34:30.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6535 | 2024-12-18T21:34:31.677Z | [ recovery-image] Dec 18 21:34:30.126 INFO O| Dec 18 21:34:30.126 INFO STEP 726 (remove_files) COMPLETE |
6536 | 2024-12-18T21:34:31.677Z | [ recovery-image] Dec 18 21:34:30.126 INFO O| Dec 18 21:34:30.126 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-12-18T21:34:31.735Z | [ recovery-image] Dec 18 21:34:30.184 INFO O| Dec 18 21:34:30.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6538 | 2024-12-18T21:34:31.735Z | [ recovery-image] Dec 18 21:34:30.185 INFO O| Dec 18 21:34:30.185 INFO STEP 727 (remove_files) COMPLETE |
6539 | 2024-12-18T21:34:31.735Z | [ recovery-image] Dec 18 21:34:30.185 INFO O| Dec 18 21:34:30.185 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-12-18T21:34:31.776Z | [ recovery-image] Dec 18 21:34:30.226 INFO O| Dec 18 21:34:30.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6541 | 2024-12-18T21:34:31.777Z | [ recovery-image] Dec 18 21:34:30.226 INFO O| Dec 18 21:34:30.226 INFO STEP 728 (remove_files) COMPLETE |
6542 | 2024-12-18T21:34:31.777Z | [ recovery-image] Dec 18 21:34:30.226 INFO O| Dec 18 21:34:30.226 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-12-18T21:34:31.800Z | [ recovery-image] Dec 18 21:34:30.250 INFO O| Dec 18 21:34:30.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6544 | 2024-12-18T21:34:31.800Z | [ recovery-image] Dec 18 21:34:30.250 INFO O| Dec 18 21:34:30.250 INFO STEP 729 (remove_files) COMPLETE |
6545 | 2024-12-18T21:34:31.803Z | [ recovery-image] Dec 18 21:34:30.250 INFO O| Dec 18 21:34:30.250 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-12-18T21:34:31.856Z | [ recovery-image] Dec 18 21:34:30.305 INFO O| Dec 18 21:34:30.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6547 | 2024-12-18T21:34:31.856Z | [ recovery-image] Dec 18 21:34:30.305 INFO O| Dec 18 21:34:30.305 INFO STEP 730 (remove_files) COMPLETE |
6548 | 2024-12-18T21:34:31.856Z | [ recovery-image] Dec 18 21:34:30.305 INFO O| Dec 18 21:34:30.305 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-12-18T21:34:31.876Z | [ recovery-image] Dec 18 21:34:30.325 INFO O| Dec 18 21:34:30.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6550 | 2024-12-18T21:34:31.891Z | [ recovery-image] Dec 18 21:34:30.341 INFO O| Dec 18 21:34:30.341 INFO STEP 731 (remove_files) COMPLETE |
6551 | 2024-12-18T21:34:31.891Z | [ recovery-image] Dec 18 21:34:30.341 INFO O| Dec 18 21:34:30.341 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-12-18T21:34:31.943Z | [ recovery-image] Dec 18 21:34:30.392 INFO O| Dec 18 21:34:30.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6553 | 2024-12-18T21:34:31.943Z | [ recovery-image] Dec 18 21:34:30.392 INFO O| Dec 18 21:34:30.392 INFO STEP 732 (remove_files) COMPLETE |
6554 | 2024-12-18T21:34:31.943Z | [ recovery-image] Dec 18 21:34:30.392 INFO O| Dec 18 21:34:30.392 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-12-18T21:34:31.962Z | [ recovery-image] Dec 18 21:34:30.412 INFO O| Dec 18 21:34:30.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6556 | 2024-12-18T21:34:31.967Z | [ recovery-image] Dec 18 21:34:30.417 INFO O| Dec 18 21:34:30.417 INFO STEP 733 (remove_files) COMPLETE |
6557 | 2024-12-18T21:34:31.969Z | [ recovery-image] Dec 18 21:34:30.417 INFO O| Dec 18 21:34:30.417 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-12-18T21:34:32.038Z | [ recovery-image] Dec 18 21:34:30.487 INFO O| Dec 18 21:34:30.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6559 | 2024-12-18T21:34:32.038Z | [ recovery-image] Dec 18 21:34:30.487 INFO O| Dec 18 21:34:30.487 INFO STEP 734 (remove_files) COMPLETE |
6560 | 2024-12-18T21:34:32.038Z | [ recovery-image] Dec 18 21:34:30.487 INFO O| Dec 18 21:34:30.487 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-12-18T21:34:32.062Z | [ recovery-image] Dec 18 21:34:30.510 INFO O| Dec 18 21:34:30.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6562 | 2024-12-18T21:34:32.063Z | [ recovery-image] Dec 18 21:34:30.510 INFO O| Dec 18 21:34:30.510 INFO STEP 735 (remove_files) COMPLETE |
6563 | 2024-12-18T21:34:32.063Z | [ recovery-image] Dec 18 21:34:30.510 INFO O| Dec 18 21:34:30.510 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-12-18T21:34:32.082Z | [ recovery-image] Dec 18 21:34:30.531 INFO O| Dec 18 21:34:30.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6565 | 2024-12-18T21:34:32.082Z | [ recovery-image] Dec 18 21:34:30.531 INFO O| Dec 18 21:34:30.531 INFO STEP 736 (remove_files) COMPLETE |
6566 | 2024-12-18T21:34:32.082Z | [ recovery-image] Dec 18 21:34:30.531 INFO O| Dec 18 21:34:30.531 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-12-18T21:34:32.100Z | [ recovery-image] Dec 18 21:34:30.549 INFO O| Dec 18 21:34:30.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6568 | 2024-12-18T21:34:32.100Z | [ recovery-image] Dec 18 21:34:30.549 INFO O| Dec 18 21:34:30.549 INFO STEP 737 (remove_files) COMPLETE |
6569 | 2024-12-18T21:34:32.100Z | [ recovery-image] Dec 18 21:34:30.549 INFO O| Dec 18 21:34:30.549 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2024-12-18T21:34:32.159Z | [ recovery-image] Dec 18 21:34:30.608 INFO O| Dec 18 21:34:30.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6571 | 2024-12-18T21:34:32.159Z | [ recovery-image] Dec 18 21:34:30.609 INFO O| Dec 18 21:34:30.608 INFO STEP 738 (remove_files) COMPLETE |
6572 | 2024-12-18T21:34:32.159Z | [ recovery-image] Dec 18 21:34:30.609 INFO O| Dec 18 21:34:30.608 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2024-12-18T21:34:32.180Z | [ recovery-image] Dec 18 21:34:30.629 INFO O| Dec 18 21:34:30.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6574 | 2024-12-18T21:34:32.183Z | [ recovery-image] Dec 18 21:34:30.629 INFO O| Dec 18 21:34:30.629 INFO STEP 739 (remove_files) COMPLETE |
6575 | 2024-12-18T21:34:32.183Z | [ recovery-image] Dec 18 21:34:30.630 INFO O| Dec 18 21:34:30.629 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2024-12-18T21:34:32.198Z | [ recovery-image] Dec 18 21:34:30.648 INFO O| Dec 18 21:34:30.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6577 | 2024-12-18T21:34:32.201Z | [ recovery-image] Dec 18 21:34:30.648 INFO O| Dec 18 21:34:30.648 INFO STEP 740 (remove_files) COMPLETE |
6578 | 2024-12-18T21:34:32.201Z | [ recovery-image] Dec 18 21:34:30.648 INFO O| Dec 18 21:34:30.648 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2024-12-18T21:34:32.216Z | [ recovery-image] Dec 18 21:34:30.666 INFO O| Dec 18 21:34:30.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6580 | 2024-12-18T21:34:32.219Z | [ recovery-image] Dec 18 21:34:30.666 INFO O| Dec 18 21:34:30.666 INFO STEP 741 (remove_files) COMPLETE |
6581 | 2024-12-18T21:34:32.219Z | [ recovery-image] Dec 18 21:34:30.666 INFO O| Dec 18 21:34:30.666 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2024-12-18T21:34:32.235Z | [ recovery-image] Dec 18 21:34:30.683 INFO O| Dec 18 21:34:30.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6583 | 2024-12-18T21:34:32.238Z | [ recovery-image] Dec 18 21:34:30.683 INFO O| Dec 18 21:34:30.683 INFO STEP 742 (remove_files) COMPLETE |
6584 | 2024-12-18T21:34:32.239Z | [ recovery-image] Dec 18 21:34:30.684 INFO O| Dec 18 21:34:30.684 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6585 | 2024-12-18T21:34:32.251Z | [ recovery-image] Dec 18 21:34:30.701 INFO O| Dec 18 21:34:30.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6586 | 2024-12-18T21:34:32.254Z | [ recovery-image] Dec 18 21:34:30.701 INFO O| Dec 18 21:34:30.701 INFO STEP 743 (remove_files) COMPLETE |
6587 | 2024-12-18T21:34:32.254Z | [ recovery-image] Dec 18 21:34:30.701 INFO O| Dec 18 21:34:30.701 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6588 | 2024-12-18T21:34:32.270Z | [ recovery-image] Dec 18 21:34:30.720 INFO O| Dec 18 21:34:30.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6589 | 2024-12-18T21:34:32.272Z | [ recovery-image] Dec 18 21:34:30.720 INFO O| Dec 18 21:34:30.720 INFO STEP 744 (remove_files) COMPLETE |
6590 | 2024-12-18T21:34:32.272Z | [ recovery-image] Dec 18 21:34:30.720 INFO O| Dec 18 21:34:30.720 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6591 | 2024-12-18T21:34:32.289Z | [ recovery-image] Dec 18 21:34:30.739 INFO O| Dec 18 21:34:30.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6592 | 2024-12-18T21:34:32.292Z | [ recovery-image] Dec 18 21:34:30.739 INFO O| Dec 18 21:34:30.739 INFO STEP 745 (remove_files) COMPLETE |
6593 | 2024-12-18T21:34:32.292Z | [ recovery-image] Dec 18 21:34:30.739 INFO O| Dec 18 21:34:30.739 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2024-12-18T21:34:32.307Z | [ recovery-image] Dec 18 21:34:30.757 INFO O| Dec 18 21:34:30.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6595 | 2024-12-18T21:34:32.310Z | [ recovery-image] Dec 18 21:34:30.757 INFO O| Dec 18 21:34:30.757 INFO STEP 746 (remove_files) COMPLETE |
6596 | 2024-12-18T21:34:32.310Z | [ recovery-image] Dec 18 21:34:30.757 INFO O| Dec 18 21:34:30.757 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2024-12-18T21:34:32.328Z | [ recovery-image] Dec 18 21:34:30.777 INFO O| Dec 18 21:34:30.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6598 | 2024-12-18T21:34:32.328Z | [ recovery-image] Dec 18 21:34:30.778 INFO O| Dec 18 21:34:30.778 INFO STEP 747 (remove_files) COMPLETE |
6599 | 2024-12-18T21:34:32.328Z | [ recovery-image] Dec 18 21:34:30.778 INFO O| Dec 18 21:34:30.778 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2024-12-18T21:34:32.347Z | [ recovery-image] Dec 18 21:34:30.796 INFO O| Dec 18 21:34:30.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6601 | 2024-12-18T21:34:32.347Z | [ recovery-image] Dec 18 21:34:30.797 INFO O| Dec 18 21:34:30.796 INFO STEP 748 (remove_files) COMPLETE |
6602 | 2024-12-18T21:34:32.348Z | [ recovery-image] Dec 18 21:34:30.797 INFO O| Dec 18 21:34:30.797 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2024-12-18T21:34:32.379Z | [ recovery-image] Dec 18 21:34:30.828 INFO O| Dec 18 21:34:30.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6604 | 2024-12-18T21:34:32.382Z | [ recovery-image] Dec 18 21:34:30.829 INFO O| Dec 18 21:34:30.829 INFO STEP 749 (remove_files) COMPLETE |
6605 | 2024-12-18T21:34:32.382Z | [ recovery-image] Dec 18 21:34:30.829 INFO O| Dec 18 21:34:30.829 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2024-12-18T21:34:32.400Z | [ recovery-image] Dec 18 21:34:30.849 INFO O| Dec 18 21:34:30.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6607 | 2024-12-18T21:34:32.400Z | [ recovery-image] Dec 18 21:34:30.849 INFO O| Dec 18 21:34:30.849 INFO STEP 750 (remove_files) COMPLETE |
6608 | 2024-12-18T21:34:32.400Z | [ recovery-image] Dec 18 21:34:30.849 INFO O| Dec 18 21:34:30.849 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2024-12-18T21:34:32.419Z | [ recovery-image] Dec 18 21:34:30.868 INFO O| Dec 18 21:34:30.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6610 | 2024-12-18T21:34:32.419Z | [ recovery-image] Dec 18 21:34:30.868 INFO O| Dec 18 21:34:30.868 INFO STEP 751 (remove_files) COMPLETE |
6611 | 2024-12-18T21:34:32.419Z | [ recovery-image] Dec 18 21:34:30.868 INFO O| Dec 18 21:34:30.868 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2024-12-18T21:34:32.442Z | [ recovery-image] Dec 18 21:34:30.892 INFO O| Dec 18 21:34:30.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6613 | 2024-12-18T21:34:32.442Z | [ recovery-image] Dec 18 21:34:30.892 INFO O| Dec 18 21:34:30.892 INFO STEP 752 (remove_files) COMPLETE |
6614 | 2024-12-18T21:34:32.445Z | [ recovery-image] Dec 18 21:34:30.892 INFO O| Dec 18 21:34:30.892 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2024-12-18T21:34:32.485Z | [ recovery-image] Dec 18 21:34:30.934 INFO O| Dec 18 21:34:30.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6616 | 2024-12-18T21:34:32.485Z | [ recovery-image] Dec 18 21:34:30.935 INFO O| Dec 18 21:34:30.934 INFO STEP 753 (remove_files) COMPLETE |
6617 | 2024-12-18T21:34:32.485Z | [ recovery-image] Dec 18 21:34:30.935 INFO O| Dec 18 21:34:30.935 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6618 | 2024-12-18T21:34:32.504Z | [ recovery-image] Dec 18 21:34:30.954 INFO O| Dec 18 21:34:30.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6619 | 2024-12-18T21:34:32.504Z | [ recovery-image] Dec 18 21:34:30.954 INFO O| Dec 18 21:34:30.954 INFO STEP 754 (remove_files) COMPLETE |
6620 | 2024-12-18T21:34:32.504Z | [ recovery-image] Dec 18 21:34:30.954 INFO O| Dec 18 21:34:30.954 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6621 | 2024-12-18T21:34:32.534Z | [ recovery-image] Dec 18 21:34:30.983 INFO O| Dec 18 21:34:30.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6622 | 2024-12-18T21:34:32.534Z | [ recovery-image] Dec 18 21:34:30.983 INFO O| Dec 18 21:34:30.983 INFO STEP 755 (remove_files) COMPLETE |
6623 | 2024-12-18T21:34:32.534Z | [ recovery-image] Dec 18 21:34:30.983 INFO O| Dec 18 21:34:30.983 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2024-12-18T21:34:32.590Z | [ recovery-image] Dec 18 21:34:31.039 INFO O| Dec 18 21:34:31.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6625 | 2024-12-18T21:34:32.590Z | [ recovery-image] Dec 18 21:34:31.040 INFO O| Dec 18 21:34:31.040 INFO STEP 756 (remove_files) COMPLETE |
6626 | 2024-12-18T21:34:32.590Z | [ recovery-image] Dec 18 21:34:31.040 INFO O| Dec 18 21:34:31.040 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2024-12-18T21:34:32.652Z | [ recovery-image] Dec 18 21:34:31.101 INFO O| Dec 18 21:34:31.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6628 | 2024-12-18T21:34:32.652Z | [ recovery-image] Dec 18 21:34:31.101 INFO O| Dec 18 21:34:31.101 INFO STEP 757 (remove_files) COMPLETE |
6629 | 2024-12-18T21:34:32.652Z | [ recovery-image] Dec 18 21:34:31.101 INFO O| Dec 18 21:34:31.101 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2024-12-18T21:34:32.692Z | [ recovery-image] Dec 18 21:34:31.141 INFO O| Dec 18 21:34:31.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6631 | 2024-12-18T21:34:32.694Z | [ recovery-image] Dec 18 21:34:31.141 INFO O| Dec 18 21:34:31.141 INFO STEP 758 (remove_files) COMPLETE |
6632 | 2024-12-18T21:34:32.694Z | [ recovery-image] Dec 18 21:34:31.141 INFO O| Dec 18 21:34:31.141 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2024-12-18T21:34:32.712Z | [ recovery-image] Dec 18 21:34:31.161 INFO O| Dec 18 21:34:31.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6634 | 2024-12-18T21:34:32.714Z | [ recovery-image] Dec 18 21:34:31.161 INFO O| Dec 18 21:34:31.161 INFO STEP 759 (remove_files) COMPLETE |
6635 | 2024-12-18T21:34:32.714Z | [ recovery-image] Dec 18 21:34:31.162 INFO O| Dec 18 21:34:31.161 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-12-18T21:34:32.732Z | [ recovery-image] Dec 18 21:34:31.180 INFO O| Dec 18 21:34:31.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6637 | 2024-12-18T21:34:32.736Z | [ recovery-image] Dec 18 21:34:31.181 INFO O| Dec 18 21:34:31.181 INFO STEP 760 (remove_files) COMPLETE |
6638 | 2024-12-18T21:34:32.736Z | [ recovery-image] Dec 18 21:34:31.181 INFO O| Dec 18 21:34:31.181 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-12-18T21:34:32.751Z | [ recovery-image] Dec 18 21:34:31.200 INFO O| Dec 18 21:34:31.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6640 | 2024-12-18T21:34:32.753Z | [ recovery-image] Dec 18 21:34:31.200 INFO O| Dec 18 21:34:31.200 INFO STEP 761 (remove_files) COMPLETE |
6641 | 2024-12-18T21:34:32.753Z | [ recovery-image] Dec 18 21:34:31.200 INFO O| Dec 18 21:34:31.200 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-12-18T21:34:32.818Z | [ recovery-image] Dec 18 21:34:31.267 INFO O| Dec 18 21:34:31.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6643 | 2024-12-18T21:34:32.818Z | [ recovery-image] Dec 18 21:34:31.267 INFO O| Dec 18 21:34:31.267 INFO STEP 762 (remove_files) COMPLETE |
6644 | 2024-12-18T21:34:32.818Z | [ recovery-image] Dec 18 21:34:31.267 INFO O| Dec 18 21:34:31.267 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-12-18T21:34:32.839Z | [ recovery-image] Dec 18 21:34:31.288 INFO O| Dec 18 21:34:31.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6646 | 2024-12-18T21:34:32.839Z | [ recovery-image] Dec 18 21:34:31.288 INFO O| Dec 18 21:34:31.288 INFO STEP 763 (remove_files) COMPLETE |
6647 | 2024-12-18T21:34:32.839Z | [ recovery-image] Dec 18 21:34:31.288 INFO O| Dec 18 21:34:31.288 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-12-18T21:34:32.858Z | [ recovery-image] Dec 18 21:34:31.306 INFO O| Dec 18 21:34:31.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6649 | 2024-12-18T21:34:32.858Z | [ recovery-image] Dec 18 21:34:31.307 INFO O| Dec 18 21:34:31.307 INFO STEP 764 (remove_files) COMPLETE |
6650 | 2024-12-18T21:34:32.858Z | [ recovery-image] Dec 18 21:34:31.307 INFO O| Dec 18 21:34:31.307 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-12-18T21:34:32.877Z | [ recovery-image] Dec 18 21:34:31.326 INFO O| Dec 18 21:34:31.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6652 | 2024-12-18T21:34:32.877Z | [ recovery-image] Dec 18 21:34:31.326 INFO O| Dec 18 21:34:31.326 INFO STEP 765 (remove_files) COMPLETE |
6653 | 2024-12-18T21:34:32.877Z | [ recovery-image] Dec 18 21:34:31.326 INFO O| Dec 18 21:34:31.326 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2024-12-18T21:34:32.895Z | [ recovery-image] Dec 18 21:34:31.344 INFO O| Dec 18 21:34:31.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6655 | 2024-12-18T21:34:32.895Z | [ recovery-image] Dec 18 21:34:31.344 INFO O| Dec 18 21:34:31.344 INFO STEP 766 (remove_files) COMPLETE |
6656 | 2024-12-18T21:34:32.895Z | [ recovery-image] Dec 18 21:34:31.344 INFO O| Dec 18 21:34:31.344 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2024-12-18T21:34:32.913Z | [ recovery-image] Dec 18 21:34:31.362 INFO O| Dec 18 21:34:31.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6658 | 2024-12-18T21:34:32.913Z | [ recovery-image] Dec 18 21:34:31.362 INFO O| Dec 18 21:34:31.362 INFO STEP 767 (remove_files) COMPLETE |
6659 | 2024-12-18T21:34:32.915Z | [ recovery-image] Dec 18 21:34:31.362 INFO O| Dec 18 21:34:31.362 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2024-12-18T21:34:32.931Z | [ recovery-image] Dec 18 21:34:31.380 INFO O| Dec 18 21:34:31.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6661 | 2024-12-18T21:34:32.931Z | [ recovery-image] Dec 18 21:34:31.381 INFO O| Dec 18 21:34:31.381 INFO STEP 768 (remove_files) COMPLETE |
6662 | 2024-12-18T21:34:32.931Z | [ recovery-image] Dec 18 21:34:31.381 INFO O| Dec 18 21:34:31.381 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-12-18T21:34:32.950Z | [ recovery-image] Dec 18 21:34:31.400 INFO O| Dec 18 21:34:31.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6664 | 2024-12-18T21:34:32.950Z | [ recovery-image] Dec 18 21:34:31.400 INFO O| Dec 18 21:34:31.400 INFO STEP 769 (remove_files) COMPLETE |
6665 | 2024-12-18T21:34:32.950Z | [ recovery-image] Dec 18 21:34:31.400 INFO O| Dec 18 21:34:31.400 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-12-18T21:34:32.989Z | [ recovery-image] Dec 18 21:34:31.439 INFO O| Dec 18 21:34:31.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6667 | 2024-12-18T21:34:32.989Z | [ recovery-image] Dec 18 21:34:31.439 INFO O| Dec 18 21:34:31.439 INFO STEP 770 (remove_files) COMPLETE |
6668 | 2024-12-18T21:34:32.992Z | [ recovery-image] Dec 18 21:34:31.439 INFO O| Dec 18 21:34:31.439 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-12-18T21:34:33.049Z | [ recovery-image] Dec 18 21:34:31.498 INFO O| Dec 18 21:34:31.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6670 | 2024-12-18T21:34:33.049Z | [ recovery-image] Dec 18 21:34:31.498 INFO O| Dec 18 21:34:31.498 INFO STEP 771 (remove_files) COMPLETE |
6671 | 2024-12-18T21:34:33.053Z | [ recovery-image] Dec 18 21:34:31.498 INFO O| Dec 18 21:34:31.498 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-12-18T21:34:33.068Z | [ recovery-image] Dec 18 21:34:31.517 INFO O| Dec 18 21:34:31.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6673 | 2024-12-18T21:34:33.068Z | [ recovery-image] Dec 18 21:34:31.517 INFO O| Dec 18 21:34:31.517 INFO STEP 772 (remove_files) COMPLETE |
6674 | 2024-12-18T21:34:33.068Z | [ recovery-image] Dec 18 21:34:31.517 INFO O| Dec 18 21:34:31.517 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-12-18T21:34:33.165Z | [ recovery-image] Dec 18 21:34:31.613 INFO O| Dec 18 21:34:31.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6676 | 2024-12-18T21:34:33.165Z | [ recovery-image] Dec 18 21:34:31.613 INFO O| Dec 18 21:34:31.613 INFO STEP 773 (remove_files) COMPLETE |
6677 | 2024-12-18T21:34:33.168Z | [ recovery-image] Dec 18 21:34:31.613 INFO O| Dec 18 21:34:31.613 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-12-18T21:34:33.189Z | [ recovery-image] Dec 18 21:34:31.638 INFO O| Dec 18 21:34:31.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6679 | 2024-12-18T21:34:33.189Z | [ recovery-image] Dec 18 21:34:31.638 INFO O| Dec 18 21:34:31.638 INFO STEP 774 (remove_files) COMPLETE |
6680 | 2024-12-18T21:34:33.189Z | [ recovery-image] Dec 18 21:34:31.638 INFO O| Dec 18 21:34:31.638 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-12-18T21:34:33.244Z | [ recovery-image] Dec 18 21:34:31.693 INFO O| Dec 18 21:34:31.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6682 | 2024-12-18T21:34:33.246Z | [ recovery-image] Dec 18 21:34:31.693 INFO O| Dec 18 21:34:31.693 INFO STEP 775 (remove_files) COMPLETE |
6683 | 2024-12-18T21:34:33.246Z | [ recovery-image] Dec 18 21:34:31.693 INFO O| Dec 18 21:34:31.693 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-12-18T21:34:33.311Z | [ recovery-image] Dec 18 21:34:31.760 INFO O| Dec 18 21:34:31.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6685 | 2024-12-18T21:34:33.311Z | [ recovery-image] Dec 18 21:34:31.760 INFO O| Dec 18 21:34:31.760 INFO STEP 776 (remove_files) COMPLETE |
6686 | 2024-12-18T21:34:33.314Z | [ recovery-image] Dec 18 21:34:31.760 INFO O| Dec 18 21:34:31.760 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-12-18T21:34:33.341Z | [ recovery-image] Dec 18 21:34:31.790 INFO O| Dec 18 21:34:31.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6688 | 2024-12-18T21:34:33.341Z | [ recovery-image] Dec 18 21:34:31.790 INFO O| Dec 18 21:34:31.790 INFO STEP 777 (remove_files) COMPLETE |
6689 | 2024-12-18T21:34:33.341Z | [ recovery-image] Dec 18 21:34:31.790 INFO O| Dec 18 21:34:31.790 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-12-18T21:34:33.375Z | [ recovery-image] Dec 18 21:34:31.824 INFO O| Dec 18 21:34:31.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6691 | 2024-12-18T21:34:33.378Z | [ recovery-image] Dec 18 21:34:31.824 INFO O| Dec 18 21:34:31.824 INFO STEP 778 (remove_files) COMPLETE |
6692 | 2024-12-18T21:34:33.378Z | [ recovery-image] Dec 18 21:34:31.824 INFO O| Dec 18 21:34:31.824 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-12-18T21:34:33.414Z | [ recovery-image] Dec 18 21:34:31.863 INFO O| Dec 18 21:34:31.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6694 | 2024-12-18T21:34:33.417Z | [ recovery-image] Dec 18 21:34:31.864 INFO O| Dec 18 21:34:31.863 INFO STEP 779 (remove_files) COMPLETE |
6695 | 2024-12-18T21:34:33.417Z | [ recovery-image] Dec 18 21:34:31.864 INFO O| Dec 18 21:34:31.864 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-12-18T21:34:33.436Z | [ recovery-image] Dec 18 21:34:31.885 INFO O| Dec 18 21:34:31.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6697 | 2024-12-18T21:34:33.440Z | [ recovery-image] Dec 18 21:34:31.886 INFO O| Dec 18 21:34:31.885 INFO STEP 780 (remove_files) COMPLETE |
6698 | 2024-12-18T21:34:33.440Z | [ recovery-image] Dec 18 21:34:31.886 INFO O| Dec 18 21:34:31.886 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-12-18T21:34:33.461Z | [ host-image] Dec 18 21:34:31.910 INFO O| Dec 18 21:34:31.910 INFO O| Done |
6700 | 2024-12-18T21:34:33.511Z | [ host-image] Dec 18 21:34:31.960 INFO O| Dec 18 21:34:31.960 INFO O| Done |
6701 | 2024-12-18T21:34:33.512Z | [ host-image] Dec 18 21:34:31.960 INFO O| Dec 18 21:34:31.960 INFO O| Done |
6702 | 2024-12-18T21:34:33.516Z | [ recovery-image] Dec 18 21:34:31.965 INFO O| Dec 18 21:34:31.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6703 | 2024-12-18T21:34:33.516Z | [ recovery-image] Dec 18 21:34:31.965 INFO O| Dec 18 21:34:31.965 INFO STEP 781 (remove_files) COMPLETE |
6704 | 2024-12-18T21:34:33.518Z | [ recovery-image] Dec 18 21:34:31.965 INFO O| Dec 18 21:34:31.965 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-12-18T21:34:33.531Z | [ host-image] Dec 18 21:34:31.980 INFO O| Dec 18 21:34:31.980 INFO O| Done |
6706 | 2024-12-18T21:34:33.539Z | [ recovery-image] Dec 18 21:34:31.987 INFO O| Dec 18 21:34:31.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6707 | 2024-12-18T21:34:33.539Z | [ recovery-image] Dec 18 21:34:31.987 INFO O| Dec 18 21:34:31.987 INFO STEP 782 (remove_files) COMPLETE |
6708 | 2024-12-18T21:34:33.539Z | [ recovery-image] Dec 18 21:34:31.987 INFO O| Dec 18 21:34:31.987 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-12-18T21:34:33.594Z | [ recovery-image] Dec 18 21:34:32.043 INFO O| Dec 18 21:34:32.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6710 | 2024-12-18T21:34:33.594Z | [ recovery-image] Dec 18 21:34:32.043 INFO O| Dec 18 21:34:32.043 INFO STEP 783 (remove_files) COMPLETE |
6711 | 2024-12-18T21:34:33.594Z | [ recovery-image] Dec 18 21:34:32.044 INFO O| Dec 18 21:34:32.043 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-12-18T21:34:33.622Z | [ recovery-image] Dec 18 21:34:32.071 INFO O| Dec 18 21:34:32.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6713 | 2024-12-18T21:34:33.622Z | [ recovery-image] Dec 18 21:34:32.071 INFO O| Dec 18 21:34:32.071 INFO STEP 784 (remove_files) COMPLETE |
6714 | 2024-12-18T21:34:33.622Z | [ recovery-image] Dec 18 21:34:32.071 INFO O| Dec 18 21:34:32.071 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-12-18T21:34:33.646Z | [ recovery-image] Dec 18 21:34:32.094 INFO O| Dec 18 21:34:32.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6716 | 2024-12-18T21:34:33.650Z | [ recovery-image] Dec 18 21:34:32.094 INFO O| Dec 18 21:34:32.094 INFO STEP 785 (remove_files) COMPLETE |
6717 | 2024-12-18T21:34:33.650Z | [ recovery-image] Dec 18 21:34:32.095 INFO O| Dec 18 21:34:32.094 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-12-18T21:34:33.688Z | [ recovery-image] Dec 18 21:34:32.137 INFO O| Dec 18 21:34:32.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6719 | 2024-12-18T21:34:33.688Z | [ recovery-image] Dec 18 21:34:32.137 INFO O| Dec 18 21:34:32.137 INFO STEP 786 (remove_files) COMPLETE |
6720 | 2024-12-18T21:34:33.688Z | [ recovery-image] Dec 18 21:34:32.137 INFO O| Dec 18 21:34:32.137 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-12-18T21:34:33.721Z | [ recovery-image] Dec 18 21:34:32.170 INFO O| Dec 18 21:34:32.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6722 | 2024-12-18T21:34:33.724Z | [ recovery-image] Dec 18 21:34:32.170 INFO O| Dec 18 21:34:32.170 INFO STEP 787 (remove_files) COMPLETE |
6723 | 2024-12-18T21:34:33.725Z | [ recovery-image] Dec 18 21:34:32.170 INFO O| Dec 18 21:34:32.170 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-12-18T21:34:33.731Z | [ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO STEP 14 (pkg_install) COMPLETE |
6725 | 2024-12-18T21:34:33.732Z | [ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6726 | 2024-12-18T21:34:33.732Z | [ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO skip step because feature "mfg" is not enabled |
6727 | 2024-12-18T21:34:33.732Z | [ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6728 | 2024-12-18T21:34:33.732Z | [ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO skip step because feature "compliance" is not enabled |
6729 | 2024-12-18T21:34:33.732Z | [ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6730 | 2024-12-18T21:34:33.732Z | [ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO skip step because feature "stress" is not enabled |
6731 | 2024-12-18T21:34:33.732Z | [ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6732 | 2024-12-18T21:34:33.732Z | [ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO skip step because feature "nfs" is not enabled |
6733 | 2024-12-18T21:34:33.732Z | [ host-image] Dec 18 21:34:32.179 INFO O| Dec 18 21:34:32.179 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
6734 | 2024-12-18T21:34:33.732Z | [ host-image] Dec 18 21:34:32.180 INFO O| Dec 18 21:34:32.179 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
6735 | 2024-12-18T21:34:33.743Z | [ recovery-image] Dec 18 21:34:32.192 INFO O| Dec 18 21:34:32.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6736 | 2024-12-18T21:34:33.746Z | [ recovery-image] Dec 18 21:34:32.193 INFO O| Dec 18 21:34:32.193 INFO STEP 788 (remove_files) COMPLETE |
6737 | 2024-12-18T21:34:33.746Z | [ recovery-image] Dec 18 21:34:32.193 INFO O| Dec 18 21:34:32.193 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-12-18T21:34:33.766Z | [ recovery-image] Dec 18 21:34:32.214 INFO O| Dec 18 21:34:32.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6739 | 2024-12-18T21:34:33.770Z | [ recovery-image] Dec 18 21:34:32.214 INFO O| Dec 18 21:34:32.214 INFO STEP 789 (remove_files) COMPLETE |
6740 | 2024-12-18T21:34:33.770Z | [ recovery-image] Dec 18 21:34:32.214 INFO O| Dec 18 21:34:32.214 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-12-18T21:34:33.787Z | [ recovery-image] Dec 18 21:34:32.235 INFO O| Dec 18 21:34:32.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6742 | 2024-12-18T21:34:33.791Z | [ recovery-image] Dec 18 21:34:32.235 INFO O| Dec 18 21:34:32.235 INFO STEP 790 (remove_files) COMPLETE |
6743 | 2024-12-18T21:34:33.791Z | [ recovery-image] Dec 18 21:34:32.236 INFO O| Dec 18 21:34:32.235 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-12-18T21:34:33.793Z | [ host-image] Dec 18 21:34:32.242 INFO O| Dec 18 21:34:32.242 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
6745 | 2024-12-18T21:34:33.804Z | [ recovery-image] Dec 18 21:34:32.254 INFO O| Dec 18 21:34:32.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6746 | 2024-12-18T21:34:33.807Z | [ recovery-image] Dec 18 21:34:32.254 INFO O| Dec 18 21:34:32.254 INFO STEP 791 (remove_files) COMPLETE |
6747 | 2024-12-18T21:34:33.807Z | [ recovery-image] Dec 18 21:34:32.254 INFO O| Dec 18 21:34:32.254 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-12-18T21:34:33.840Z | [ recovery-image] Dec 18 21:34:32.289 INFO O| Dec 18 21:34:32.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6749 | 2024-12-18T21:34:33.843Z | [ recovery-image] Dec 18 21:34:32.290 INFO O| Dec 18 21:34:32.290 INFO STEP 792 (remove_files) COMPLETE |
6750 | 2024-12-18T21:34:33.843Z | [ recovery-image] Dec 18 21:34:32.290 INFO O| Dec 18 21:34:32.290 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-12-18T21:34:33.890Z | [ recovery-image] Dec 18 21:34:32.337 INFO O| Dec 18 21:34:32.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6752 | 2024-12-18T21:34:33.894Z | [ recovery-image] Dec 18 21:34:32.338 INFO O| Dec 18 21:34:32.338 INFO STEP 793 (remove_files) COMPLETE |
6753 | 2024-12-18T21:34:33.894Z | [ recovery-image] Dec 18 21:34:32.338 INFO O| Dec 18 21:34:32.338 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-12-18T21:34:33.911Z | [ recovery-image] Dec 18 21:34:32.360 INFO O| Dec 18 21:34:32.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6755 | 2024-12-18T21:34:33.913Z | [ recovery-image] Dec 18 21:34:32.360 INFO O| Dec 18 21:34:32.360 INFO STEP 794 (remove_files) COMPLETE |
6756 | 2024-12-18T21:34:33.913Z | [ recovery-image] Dec 18 21:34:32.360 INFO O| Dec 18 21:34:32.360 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-12-18T21:34:33.917Z | [ host-image] Dec 18 21:34:32.364 INFO O| Dec 18 21:34:32.364 INFO completed processing gimlet/ramdisk-01-os |
6758 | 2024-12-18T21:34:33.920Z | [ host-image] Dec 18 21:34:32.367 INFO omicron1 baseline generation... |
6759 | 2024-12-18T21:34:33.920Z | [ host-image] Dec 18 21:34:32.367 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
6760 | 2024-12-18T21:34:33.955Z | [ recovery-image] Dec 18 21:34:32.405 INFO O| Dec 18 21:34:32.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6761 | 2024-12-18T21:34:33.955Z | [ recovery-image] Dec 18 21:34:32.405 INFO O| Dec 18 21:34:32.405 INFO STEP 795 (remove_files) COMPLETE |
6762 | 2024-12-18T21:34:33.956Z | [ recovery-image] Dec 18 21:34:32.405 INFO O| Dec 18 21:34:32.405 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-12-18T21:34:33.988Z | [ recovery-image] Dec 18 21:34:32.437 INFO O| Dec 18 21:34:32.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6764 | 2024-12-18T21:34:33.991Z | [ recovery-image] Dec 18 21:34:32.438 INFO O| Dec 18 21:34:32.438 INFO STEP 796 (remove_files) COMPLETE |
6765 | 2024-12-18T21:34:33.991Z | [ recovery-image] Dec 18 21:34:32.438 INFO O| Dec 18 21:34:32.438 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-12-18T21:34:34.007Z | [ recovery-image] Dec 18 21:34:32.456 INFO O| Dec 18 21:34:32.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6767 | 2024-12-18T21:34:34.007Z | [ recovery-image] Dec 18 21:34:32.456 INFO O| Dec 18 21:34:32.456 INFO STEP 797 (remove_files) COMPLETE |
6768 | 2024-12-18T21:34:34.010Z | [ recovery-image] Dec 18 21:34:32.456 INFO O| Dec 18 21:34:32.456 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-12-18T21:34:34.023Z | [ recovery-image] Dec 18 21:34:32.473 INFO O| Dec 18 21:34:32.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6770 | 2024-12-18T21:34:34.023Z | [ recovery-image] Dec 18 21:34:32.473 INFO O| Dec 18 21:34:32.473 INFO STEP 798 (remove_files) COMPLETE |
6771 | 2024-12-18T21:34:34.023Z | [ recovery-image] Dec 18 21:34:32.473 INFO O| Dec 18 21:34:32.473 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-12-18T21:34:34.045Z | [ recovery-image] Dec 18 21:34:32.494 INFO O| Dec 18 21:34:32.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6773 | 2024-12-18T21:34:34.047Z | [ recovery-image] Dec 18 21:34:32.495 INFO O| Dec 18 21:34:32.494 INFO STEP 799 (remove_files) COMPLETE |
6774 | 2024-12-18T21:34:34.047Z | [ recovery-image] Dec 18 21:34:32.495 INFO O| Dec 18 21:34:32.495 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-12-18T21:34:34.066Z | [ recovery-image] Dec 18 21:34:32.516 INFO O| Dec 18 21:34:32.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6776 | 2024-12-18T21:34:34.069Z | [ recovery-image] Dec 18 21:34:32.516 INFO O| Dec 18 21:34:32.516 INFO STEP 800 (remove_files) COMPLETE |
6777 | 2024-12-18T21:34:34.069Z | [ recovery-image] Dec 18 21:34:32.516 INFO O| Dec 18 21:34:32.516 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-12-18T21:34:34.085Z | [ recovery-image] Dec 18 21:34:32.534 INFO O| Dec 18 21:34:32.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6779 | 2024-12-18T21:34:34.089Z | [ recovery-image] Dec 18 21:34:32.535 INFO O| Dec 18 21:34:32.535 INFO STEP 801 (remove_files) COMPLETE |
6780 | 2024-12-18T21:34:34.089Z | [ recovery-image] Dec 18 21:34:32.535 INFO O| Dec 18 21:34:32.535 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-12-18T21:34:34.105Z | [ recovery-image] Dec 18 21:34:32.554 INFO O| Dec 18 21:34:32.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6782 | 2024-12-18T21:34:34.109Z | [ recovery-image] Dec 18 21:34:32.554 INFO O| Dec 18 21:34:32.554 INFO STEP 802 (remove_files) COMPLETE |
6783 | 2024-12-18T21:34:34.109Z | [ recovery-image] Dec 18 21:34:32.554 INFO O| Dec 18 21:34:32.554 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-12-18T21:34:34.124Z | [ recovery-image] Dec 18 21:34:32.572 INFO O| Dec 18 21:34:32.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6785 | 2024-12-18T21:34:34.128Z | [ recovery-image] Dec 18 21:34:32.572 INFO O| Dec 18 21:34:32.572 INFO STEP 803 (remove_files) COMPLETE |
6786 | 2024-12-18T21:34:34.128Z | [ recovery-image] Dec 18 21:34:32.573 INFO O| Dec 18 21:34:32.572 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-12-18T21:34:34.142Z | [ recovery-image] Dec 18 21:34:32.591 INFO O| Dec 18 21:34:32.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6788 | 2024-12-18T21:34:34.145Z | [ recovery-image] Dec 18 21:34:32.591 INFO O| Dec 18 21:34:32.591 INFO STEP 804 (remove_files) COMPLETE |
6789 | 2024-12-18T21:34:34.145Z | [ recovery-image] Dec 18 21:34:32.591 INFO O| Dec 18 21:34:32.591 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-12-18T21:34:34.172Z | [ recovery-image] Dec 18 21:34:32.619 INFO O| Dec 18 21:34:32.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6791 | 2024-12-18T21:34:34.172Z | [ recovery-image] Dec 18 21:34:32.619 INFO O| Dec 18 21:34:32.619 INFO STEP 805 (remove_files) COMPLETE |
6792 | 2024-12-18T21:34:34.175Z | [ recovery-image] Dec 18 21:34:32.619 INFO O| Dec 18 21:34:32.619 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-12-18T21:34:34.197Z | [ recovery-image] Dec 18 21:34:32.646 INFO O| Dec 18 21:34:32.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6794 | 2024-12-18T21:34:34.202Z | [ recovery-image] Dec 18 21:34:32.646 INFO O| Dec 18 21:34:32.646 INFO STEP 806 (remove_files) COMPLETE |
6795 | 2024-12-18T21:34:34.202Z | [ recovery-image] Dec 18 21:34:32.646 INFO O| Dec 18 21:34:32.646 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-12-18T21:34:34.217Z | [ recovery-image] Dec 18 21:34:32.666 INFO O| Dec 18 21:34:32.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6797 | 2024-12-18T21:34:34.220Z | [ recovery-image] Dec 18 21:34:32.666 INFO O| Dec 18 21:34:32.666 INFO STEP 807 (remove_files) COMPLETE |
6798 | 2024-12-18T21:34:34.220Z | [ recovery-image] Dec 18 21:34:32.666 INFO O| Dec 18 21:34:32.666 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-12-18T21:34:34.236Z | [ recovery-image] Dec 18 21:34:32.685 INFO O| Dec 18 21:34:32.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6800 | 2024-12-18T21:34:34.236Z | [ recovery-image] Dec 18 21:34:32.685 INFO O| Dec 18 21:34:32.685 INFO STEP 808 (remove_files) COMPLETE |
6801 | 2024-12-18T21:34:34.236Z | [ recovery-image] Dec 18 21:34:32.685 INFO O| Dec 18 21:34:32.685 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-12-18T21:34:34.274Z | [ recovery-image] Dec 18 21:34:32.723 INFO O| Dec 18 21:34:32.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6803 | 2024-12-18T21:34:34.277Z | [ recovery-image] Dec 18 21:34:32.723 INFO O| Dec 18 21:34:32.723 INFO STEP 809 (remove_files) COMPLETE |
6804 | 2024-12-18T21:34:34.277Z | [ recovery-image] Dec 18 21:34:32.723 INFO O| Dec 18 21:34:32.723 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-12-18T21:34:34.328Z | [ recovery-image] Dec 18 21:34:32.777 INFO O| Dec 18 21:34:32.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6806 | 2024-12-18T21:34:34.331Z | [ recovery-image] Dec 18 21:34:32.777 INFO O| Dec 18 21:34:32.777 INFO STEP 810 (remove_files) COMPLETE |
6807 | 2024-12-18T21:34:34.331Z | [ recovery-image] Dec 18 21:34:32.777 INFO O| Dec 18 21:34:32.777 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-12-18T21:34:34.347Z | [ recovery-image] Dec 18 21:34:32.795 INFO O| Dec 18 21:34:32.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6809 | 2024-12-18T21:34:34.348Z | [ recovery-image] Dec 18 21:34:32.795 INFO O| Dec 18 21:34:32.795 INFO STEP 811 (remove_files) COMPLETE |
6810 | 2024-12-18T21:34:34.348Z | [ recovery-image] Dec 18 21:34:32.795 INFO O| Dec 18 21:34:32.795 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-12-18T21:34:34.378Z | [ recovery-image] Dec 18 21:34:32.826 INFO O| Dec 18 21:34:32.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6812 | 2024-12-18T21:34:34.378Z | [ recovery-image] Dec 18 21:34:32.826 INFO O| Dec 18 21:34:32.826 INFO STEP 812 (remove_files) COMPLETE |
6813 | 2024-12-18T21:34:34.381Z | [ recovery-image] Dec 18 21:34:32.826 INFO O| Dec 18 21:34:32.826 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-12-18T21:34:34.397Z | [ recovery-image] Dec 18 21:34:32.846 INFO O| Dec 18 21:34:32.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6815 | 2024-12-18T21:34:34.397Z | [ recovery-image] Dec 18 21:34:32.846 INFO O| Dec 18 21:34:32.846 INFO STEP 813 (remove_files) COMPLETE |
6816 | 2024-12-18T21:34:34.397Z | [ recovery-image] Dec 18 21:34:32.846 INFO O| Dec 18 21:34:32.846 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-12-18T21:34:34.428Z | [ recovery-image] Dec 18 21:34:32.877 INFO O| Dec 18 21:34:32.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6818 | 2024-12-18T21:34:34.428Z | [ recovery-image] Dec 18 21:34:32.877 INFO O| Dec 18 21:34:32.877 INFO STEP 814 (remove_files) COMPLETE |
6819 | 2024-12-18T21:34:34.431Z | [ recovery-image] Dec 18 21:34:32.877 INFO O| Dec 18 21:34:32.877 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-12-18T21:34:34.447Z | [ recovery-image] Dec 18 21:34:32.896 INFO O| Dec 18 21:34:32.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6821 | 2024-12-18T21:34:34.447Z | [ recovery-image] Dec 18 21:34:32.896 INFO O| Dec 18 21:34:32.896 INFO STEP 815 (remove_files) COMPLETE |
6822 | 2024-12-18T21:34:34.447Z | [ recovery-image] Dec 18 21:34:32.896 INFO O| Dec 18 21:34:32.896 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-12-18T21:34:34.464Z | [ recovery-image] Dec 18 21:34:32.913 INFO O| Dec 18 21:34:32.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6824 | 2024-12-18T21:34:34.467Z | [ recovery-image] Dec 18 21:34:32.913 INFO O| Dec 18 21:34:32.913 INFO STEP 816 (remove_files) COMPLETE |
6825 | 2024-12-18T21:34:34.467Z | [ recovery-image] Dec 18 21:34:32.913 INFO O| Dec 18 21:34:32.913 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-12-18T21:34:34.482Z | [ recovery-image] Dec 18 21:34:32.931 INFO O| Dec 18 21:34:32.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6827 | 2024-12-18T21:34:34.488Z | [ recovery-image] Dec 18 21:34:32.931 INFO O| Dec 18 21:34:32.931 INFO STEP 817 (remove_files) COMPLETE |
6828 | 2024-12-18T21:34:34.488Z | [ recovery-image] Dec 18 21:34:32.931 INFO O| Dec 18 21:34:32.931 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-12-18T21:34:34.547Z | [ recovery-image] Dec 18 21:34:32.996 INFO O| Dec 18 21:34:32.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6830 | 2024-12-18T21:34:34.548Z | [ recovery-image] Dec 18 21:34:32.996 INFO O| Dec 18 21:34:32.996 INFO STEP 818 (remove_files) COMPLETE |
6831 | 2024-12-18T21:34:34.549Z | [ recovery-image] Dec 18 21:34:32.996 INFO O| Dec 18 21:34:32.996 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-12-18T21:34:34.607Z | [ recovery-image] Dec 18 21:34:33.055 INFO O| Dec 18 21:34:33.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6833 | 2024-12-18T21:34:34.607Z | [ recovery-image] Dec 18 21:34:33.055 INFO O| Dec 18 21:34:33.055 INFO STEP 819 (remove_files) COMPLETE |
6834 | 2024-12-18T21:34:34.607Z | [ recovery-image] Dec 18 21:34:33.055 INFO O| Dec 18 21:34:33.055 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-12-18T21:34:34.626Z | [ recovery-image] Dec 18 21:34:33.074 INFO O| Dec 18 21:34:33.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6836 | 2024-12-18T21:34:34.626Z | [ recovery-image] Dec 18 21:34:33.074 INFO O| Dec 18 21:34:33.074 INFO STEP 820 (remove_files) COMPLETE |
6837 | 2024-12-18T21:34:34.626Z | [ recovery-image] Dec 18 21:34:33.074 INFO O| Dec 18 21:34:33.074 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-12-18T21:34:34.655Z | [ recovery-image] Dec 18 21:34:33.104 INFO O| Dec 18 21:34:33.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6839 | 2024-12-18T21:34:34.656Z | [ recovery-image] Dec 18 21:34:33.104 INFO O| Dec 18 21:34:33.104 INFO STEP 821 (remove_files) COMPLETE |
6840 | 2024-12-18T21:34:34.659Z | [ recovery-image] Dec 18 21:34:33.104 INFO O| Dec 18 21:34:33.104 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-12-18T21:34:34.676Z | [ recovery-image] Dec 18 21:34:33.124 INFO O| Dec 18 21:34:33.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6842 | 2024-12-18T21:34:34.677Z | [ recovery-image] Dec 18 21:34:33.124 INFO O| Dec 18 21:34:33.124 INFO STEP 822 (remove_files) COMPLETE |
6843 | 2024-12-18T21:34:34.677Z | [ recovery-image] Dec 18 21:34:33.124 INFO O| Dec 18 21:34:33.124 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-12-18T21:34:34.711Z | [ recovery-image] Dec 18 21:34:33.160 INFO O| Dec 18 21:34:33.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6845 | 2024-12-18T21:34:34.711Z | [ recovery-image] Dec 18 21:34:33.160 INFO O| Dec 18 21:34:33.160 INFO STEP 823 (remove_files) COMPLETE |
6846 | 2024-12-18T21:34:34.712Z | [ recovery-image] Dec 18 21:34:33.160 INFO O| Dec 18 21:34:33.160 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-12-18T21:34:34.731Z | [ recovery-image] Dec 18 21:34:33.180 INFO O| Dec 18 21:34:33.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6848 | 2024-12-18T21:34:34.731Z | [ recovery-image] Dec 18 21:34:33.180 INFO O| Dec 18 21:34:33.180 INFO STEP 824 (remove_files) COMPLETE |
6849 | 2024-12-18T21:34:34.731Z | [ recovery-image] Dec 18 21:34:33.180 INFO O| Dec 18 21:34:33.180 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-12-18T21:34:34.749Z | [ recovery-image] Dec 18 21:34:33.198 INFO O| Dec 18 21:34:33.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6851 | 2024-12-18T21:34:34.749Z | [ recovery-image] Dec 18 21:34:33.198 INFO O| Dec 18 21:34:33.198 INFO STEP 825 (remove_files) COMPLETE |
6852 | 2024-12-18T21:34:34.749Z | [ recovery-image] Dec 18 21:34:33.198 INFO O| Dec 18 21:34:33.198 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-12-18T21:34:34.777Z | [ recovery-image] Dec 18 21:34:33.225 INFO O| Dec 18 21:34:33.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6854 | 2024-12-18T21:34:34.777Z | [ recovery-image] Dec 18 21:34:33.225 INFO O| Dec 18 21:34:33.225 INFO STEP 826 (remove_files) COMPLETE |
6855 | 2024-12-18T21:34:34.777Z | [ recovery-image] Dec 18 21:34:33.225 INFO O| Dec 18 21:34:33.225 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-12-18T21:34:34.795Z | [ recovery-image] Dec 18 21:34:33.244 INFO O| Dec 18 21:34:33.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6857 | 2024-12-18T21:34:34.796Z | [ recovery-image] Dec 18 21:34:33.244 INFO O| Dec 18 21:34:33.244 INFO STEP 827 (remove_files) COMPLETE |
6858 | 2024-12-18T21:34:34.798Z | [ recovery-image] Dec 18 21:34:33.244 INFO O| Dec 18 21:34:33.244 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-12-18T21:34:34.815Z | [ recovery-image] Dec 18 21:34:33.264 INFO O| Dec 18 21:34:33.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6860 | 2024-12-18T21:34:34.816Z | [ recovery-image] Dec 18 21:34:33.264 INFO O| Dec 18 21:34:33.264 INFO STEP 828 (remove_files) COMPLETE |
6861 | 2024-12-18T21:34:34.817Z | [ recovery-image] Dec 18 21:34:33.264 INFO O| Dec 18 21:34:33.264 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-12-18T21:34:34.840Z | [ recovery-image] Dec 18 21:34:33.288 INFO O| Dec 18 21:34:33.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6863 | 2024-12-18T21:34:34.841Z | [ recovery-image] Dec 18 21:34:33.288 INFO O| Dec 18 21:34:33.288 INFO STEP 829 (remove_files) COMPLETE |
6864 | 2024-12-18T21:34:34.841Z | [ recovery-image] Dec 18 21:34:33.288 INFO O| Dec 18 21:34:33.288 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-12-18T21:34:34.900Z | [ recovery-image] Dec 18 21:34:33.349 INFO O| Dec 18 21:34:33.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6866 | 2024-12-18T21:34:34.900Z | [ recovery-image] Dec 18 21:34:33.349 INFO O| Dec 18 21:34:33.349 INFO STEP 830 (remove_files) COMPLETE |
6867 | 2024-12-18T21:34:34.900Z | [ recovery-image] Dec 18 21:34:33.349 INFO O| Dec 18 21:34:33.349 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-12-18T21:34:34.905Z | [ host-image] Dec 18 21:34:33.351 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23079:20241218T174358Z |
6869 | 2024-12-18T21:34:34.929Z | [ recovery-image] Dec 18 21:34:33.377 INFO O| Dec 18 21:34:33.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6870 | 2024-12-18T21:34:34.929Z | [ recovery-image] Dec 18 21:34:33.377 INFO O| Dec 18 21:34:33.377 INFO STEP 831 (remove_files) COMPLETE |
6871 | 2024-12-18T21:34:34.930Z | [ recovery-image] Dec 18 21:34:33.377 INFO O| Dec 18 21:34:33.377 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6872 | 2024-12-18T21:34:34.949Z | [ recovery-image] Dec 18 21:34:33.398 INFO O| Dec 18 21:34:33.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6873 | 2024-12-18T21:34:34.949Z | [ recovery-image] Dec 18 21:34:33.398 INFO O| Dec 18 21:34:33.398 INFO STEP 832 (remove_files) COMPLETE |
6874 | 2024-12-18T21:34:34.949Z | [ recovery-image] Dec 18 21:34:33.398 INFO O| Dec 18 21:34:33.398 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6875 | 2024-12-18T21:34:34.969Z | [ recovery-image] Dec 18 21:34:33.418 INFO O| Dec 18 21:34:33.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6876 | 2024-12-18T21:34:34.976Z | [ recovery-image] Dec 18 21:34:33.425 INFO O| Dec 18 21:34:33.425 INFO STEP 833 (remove_files) COMPLETE |
6877 | 2024-12-18T21:34:34.977Z | [ recovery-image] Dec 18 21:34:33.425 INFO O| Dec 18 21:34:33.425 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6878 | 2024-12-18T21:34:35.010Z | [ recovery-image] Dec 18 21:34:33.458 INFO O| Dec 18 21:34:33.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6879 | 2024-12-18T21:34:35.010Z | [ recovery-image] Dec 18 21:34:33.458 INFO O| Dec 18 21:34:33.458 INFO STEP 834 (remove_files) COMPLETE |
6880 | 2024-12-18T21:34:35.013Z | [ recovery-image] Dec 18 21:34:33.458 INFO O| Dec 18 21:34:33.458 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6881 | 2024-12-18T21:34:35.031Z | [ recovery-image] Dec 18 21:34:33.479 INFO O| Dec 18 21:34:33.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6882 | 2024-12-18T21:34:35.031Z | [ recovery-image] Dec 18 21:34:33.480 INFO O| Dec 18 21:34:33.480 INFO STEP 835 (remove_files) COMPLETE |
6883 | 2024-12-18T21:34:35.031Z | [ recovery-image] Dec 18 21:34:33.480 INFO O| Dec 18 21:34:33.480 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6884 | 2024-12-18T21:34:35.051Z | [ recovery-image] Dec 18 21:34:33.499 INFO O| Dec 18 21:34:33.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6885 | 2024-12-18T21:34:35.051Z | [ recovery-image] Dec 18 21:34:33.500 INFO O| Dec 18 21:34:33.499 INFO STEP 836 (remove_files) COMPLETE |
6886 | 2024-12-18T21:34:35.051Z | [ recovery-image] Dec 18 21:34:33.500 INFO O| Dec 18 21:34:33.500 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6887 | 2024-12-18T21:34:35.070Z | [ recovery-image] Dec 18 21:34:33.519 INFO O| Dec 18 21:34:33.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6888 | 2024-12-18T21:34:35.071Z | [ recovery-image] Dec 18 21:34:33.519 INFO O| Dec 18 21:34:33.519 INFO STEP 837 (remove_files) COMPLETE |
6889 | 2024-12-18T21:34:35.073Z | [ recovery-image] Dec 18 21:34:33.519 INFO O| Dec 18 21:34:33.519 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6890 | 2024-12-18T21:34:35.108Z | [ recovery-image] Dec 18 21:34:33.557 INFO O| Dec 18 21:34:33.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6891 | 2024-12-18T21:34:35.108Z | [ recovery-image] Dec 18 21:34:33.557 INFO O| Dec 18 21:34:33.557 INFO STEP 838 (remove_files) COMPLETE |
6892 | 2024-12-18T21:34:35.108Z | [ recovery-image] Dec 18 21:34:33.557 INFO O| Dec 18 21:34:33.557 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6893 | 2024-12-18T21:34:35.139Z | [ recovery-image] Dec 18 21:34:33.587 INFO O| Dec 18 21:34:33.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6894 | 2024-12-18T21:34:35.140Z | [ recovery-image] Dec 18 21:34:33.587 INFO O| Dec 18 21:34:33.587 INFO STEP 839 (remove_files) COMPLETE |
6895 | 2024-12-18T21:34:35.143Z | [ recovery-image] Dec 18 21:34:33.588 INFO O| Dec 18 21:34:33.587 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2024-12-18T21:34:35.158Z | [ recovery-image] Dec 18 21:34:33.606 INFO O| Dec 18 21:34:33.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6897 | 2024-12-18T21:34:35.161Z | [ recovery-image] Dec 18 21:34:33.606 INFO O| Dec 18 21:34:33.606 INFO STEP 840 (remove_files) COMPLETE |
6898 | 2024-12-18T21:34:35.161Z | [ recovery-image] Dec 18 21:34:33.607 INFO O| Dec 18 21:34:33.606 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6899 | 2024-12-18T21:34:35.176Z | [ recovery-image] Dec 18 21:34:33.625 INFO O| Dec 18 21:34:33.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6900 | 2024-12-18T21:34:35.179Z | [ recovery-image] Dec 18 21:34:33.625 INFO O| Dec 18 21:34:33.625 INFO STEP 841 (remove_files) COMPLETE |
6901 | 2024-12-18T21:34:35.179Z | [ recovery-image] Dec 18 21:34:33.626 INFO O| Dec 18 21:34:33.625 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6902 | 2024-12-18T21:34:35.196Z | [ recovery-image] Dec 18 21:34:33.645 INFO O| Dec 18 21:34:33.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6903 | 2024-12-18T21:34:35.199Z | [ recovery-image] Dec 18 21:34:33.645 INFO O| Dec 18 21:34:33.645 INFO STEP 842 (remove_files) COMPLETE |
6904 | 2024-12-18T21:34:35.199Z | [ recovery-image] Dec 18 21:34:33.645 INFO O| Dec 18 21:34:33.645 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6905 | 2024-12-18T21:34:35.216Z | [ recovery-image] Dec 18 21:34:33.665 INFO O| Dec 18 21:34:33.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6906 | 2024-12-18T21:34:35.219Z | [ recovery-image] Dec 18 21:34:33.665 INFO O| Dec 18 21:34:33.665 INFO STEP 843 (remove_files) COMPLETE |
6907 | 2024-12-18T21:34:35.219Z | [ recovery-image] Dec 18 21:34:33.665 INFO O| Dec 18 21:34:33.665 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6908 | 2024-12-18T21:34:35.235Z | [ recovery-image] Dec 18 21:34:33.684 INFO O| Dec 18 21:34:33.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6909 | 2024-12-18T21:34:35.238Z | [ recovery-image] Dec 18 21:34:33.684 INFO O| Dec 18 21:34:33.684 INFO STEP 844 (remove_files) COMPLETE |
6910 | 2024-12-18T21:34:35.239Z | [ recovery-image] Dec 18 21:34:33.684 INFO O| Dec 18 21:34:33.684 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2024-12-18T21:34:35.267Z | [ recovery-image] Dec 18 21:34:33.715 INFO O| Dec 18 21:34:33.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6912 | 2024-12-18T21:34:35.271Z | [ recovery-image] Dec 18 21:34:33.715 INFO O| Dec 18 21:34:33.715 INFO STEP 845 (remove_files) COMPLETE |
6913 | 2024-12-18T21:34:35.271Z | [ recovery-image] Dec 18 21:34:33.716 INFO O| Dec 18 21:34:33.716 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6914 | 2024-12-18T21:34:35.286Z | [ recovery-image] Dec 18 21:34:33.734 INFO O| Dec 18 21:34:33.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6915 | 2024-12-18T21:34:35.288Z | [ recovery-image] Dec 18 21:34:33.735 INFO O| Dec 18 21:34:33.735 INFO STEP 846 (remove_files) COMPLETE |
6916 | 2024-12-18T21:34:35.288Z | [ recovery-image] Dec 18 21:34:33.735 INFO O| Dec 18 21:34:33.735 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2024-12-18T21:34:35.319Z | [ recovery-image] Dec 18 21:34:33.768 INFO O| Dec 18 21:34:33.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6918 | 2024-12-18T21:34:35.319Z | [ recovery-image] Dec 18 21:34:33.768 INFO O| Dec 18 21:34:33.768 INFO STEP 847 (remove_files) COMPLETE |
6919 | 2024-12-18T21:34:35.319Z | [ recovery-image] Dec 18 21:34:33.768 INFO O| Dec 18 21:34:33.768 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2024-12-18T21:34:35.339Z | [ recovery-image] Dec 18 21:34:33.787 INFO O| Dec 18 21:34:33.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6921 | 2024-12-18T21:34:35.339Z | [ recovery-image] Dec 18 21:34:33.788 INFO O| Dec 18 21:34:33.787 INFO STEP 848 (remove_files) COMPLETE |
6922 | 2024-12-18T21:34:35.339Z | [ recovery-image] Dec 18 21:34:33.788 INFO O| Dec 18 21:34:33.788 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6923 | 2024-12-18T21:34:35.373Z | [ recovery-image] Dec 18 21:34:33.821 INFO O| Dec 18 21:34:33.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6924 | 2024-12-18T21:34:35.373Z | [ recovery-image] Dec 18 21:34:33.821 INFO O| Dec 18 21:34:33.821 INFO STEP 849 (remove_files) COMPLETE |
6925 | 2024-12-18T21:34:35.373Z | [ recovery-image] Dec 18 21:34:33.821 INFO O| Dec 18 21:34:33.821 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6926 | 2024-12-18T21:34:35.405Z | [ recovery-image] Dec 18 21:34:33.853 INFO O| Dec 18 21:34:33.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6927 | 2024-12-18T21:34:35.408Z | [ recovery-image] Dec 18 21:34:33.854 INFO O| Dec 18 21:34:33.853 INFO STEP 850 (remove_files) COMPLETE |
6928 | 2024-12-18T21:34:35.408Z | [ recovery-image] Dec 18 21:34:33.854 INFO O| Dec 18 21:34:33.854 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6929 | 2024-12-18T21:34:35.425Z | [ recovery-image] Dec 18 21:34:33.873 INFO O| Dec 18 21:34:33.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6930 | 2024-12-18T21:34:35.427Z | [ recovery-image] Dec 18 21:34:33.874 INFO O| Dec 18 21:34:33.874 INFO STEP 851 (remove_files) COMPLETE |
6931 | 2024-12-18T21:34:35.428Z | [ recovery-image] Dec 18 21:34:33.874 INFO O| Dec 18 21:34:33.874 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2024-12-18T21:34:35.485Z | [ recovery-image] Dec 18 21:34:33.934 INFO O| Dec 18 21:34:33.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6933 | 2024-12-18T21:34:35.485Z | [ recovery-image] Dec 18 21:34:33.934 INFO O| Dec 18 21:34:33.934 INFO STEP 852 (remove_files) COMPLETE |
6934 | 2024-12-18T21:34:35.488Z | [ recovery-image] Dec 18 21:34:33.934 INFO O| Dec 18 21:34:33.934 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2024-12-18T21:34:35.504Z | [ recovery-image] Dec 18 21:34:33.953 INFO O| Dec 18 21:34:33.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6936 | 2024-12-18T21:34:35.504Z | [ recovery-image] Dec 18 21:34:33.953 INFO O| Dec 18 21:34:33.953 INFO STEP 853 (remove_files) COMPLETE |
6937 | 2024-12-18T21:34:35.504Z | [ recovery-image] Dec 18 21:34:33.953 INFO O| Dec 18 21:34:33.953 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2024-12-18T21:34:35.523Z | [ recovery-image] Dec 18 21:34:33.971 INFO O| Dec 18 21:34:33.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6939 | 2024-12-18T21:34:35.523Z | [ recovery-image] Dec 18 21:34:33.972 INFO O| Dec 18 21:34:33.972 INFO STEP 854 (remove_files) COMPLETE |
6940 | 2024-12-18T21:34:35.526Z | [ recovery-image] Dec 18 21:34:33.972 INFO O| Dec 18 21:34:33.972 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2024-12-18T21:34:35.604Z | [ recovery-image] Dec 18 21:34:34.052 INFO O| Dec 18 21:34:34.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6942 | 2024-12-18T21:34:35.604Z | [ recovery-image] Dec 18 21:34:34.052 INFO O| Dec 18 21:34:34.052 INFO STEP 855 (remove_files) COMPLETE |
6943 | 2024-12-18T21:34:35.604Z | [ recovery-image] Dec 18 21:34:34.052 INFO O| Dec 18 21:34:34.052 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6944 | 2024-12-18T21:34:35.626Z | [ recovery-image] Dec 18 21:34:34.073 INFO O| Dec 18 21:34:34.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6945 | 2024-12-18T21:34:35.628Z | [ recovery-image] Dec 18 21:34:34.073 INFO O| Dec 18 21:34:34.073 INFO STEP 856 (remove_files) COMPLETE |
6946 | 2024-12-18T21:34:35.628Z | [ recovery-image] Dec 18 21:34:34.074 INFO O| Dec 18 21:34:34.073 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6947 | 2024-12-18T21:34:35.645Z | [ recovery-image] Dec 18 21:34:34.093 INFO O| Dec 18 21:34:34.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6948 | 2024-12-18T21:34:35.647Z | [ recovery-image] Dec 18 21:34:34.094 INFO O| Dec 18 21:34:34.093 INFO STEP 857 (remove_files) COMPLETE |
6949 | 2024-12-18T21:34:35.647Z | [ recovery-image] Dec 18 21:34:34.094 INFO O| Dec 18 21:34:34.094 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6950 | 2024-12-18T21:34:35.666Z | [ recovery-image] Dec 18 21:34:34.115 INFO O| Dec 18 21:34:34.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6951 | 2024-12-18T21:34:35.666Z | [ recovery-image] Dec 18 21:34:34.115 INFO O| Dec 18 21:34:34.115 INFO STEP 858 (remove_files) COMPLETE |
6952 | 2024-12-18T21:34:35.666Z | [ recovery-image] Dec 18 21:34:34.115 INFO O| Dec 18 21:34:34.115 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6953 | 2024-12-18T21:34:35.685Z | [ recovery-image] Dec 18 21:34:34.133 INFO O| Dec 18 21:34:34.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6954 | 2024-12-18T21:34:35.685Z | [ recovery-image] Dec 18 21:34:34.133 INFO O| Dec 18 21:34:34.133 INFO STEP 859 (remove_files) COMPLETE |
6955 | 2024-12-18T21:34:35.688Z | [ recovery-image] Dec 18 21:34:34.133 INFO O| Dec 18 21:34:34.133 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6956 | 2024-12-18T21:34:35.702Z | [ recovery-image] Dec 18 21:34:34.151 INFO O| Dec 18 21:34:34.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6957 | 2024-12-18T21:34:35.702Z | [ recovery-image] Dec 18 21:34:34.151 INFO O| Dec 18 21:34:34.151 INFO STEP 860 (remove_files) COMPLETE |
6958 | 2024-12-18T21:34:35.705Z | [ recovery-image] Dec 18 21:34:34.151 INFO O| Dec 18 21:34:34.151 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6959 | 2024-12-18T21:34:35.730Z | [ recovery-image] Dec 18 21:34:34.178 INFO O| Dec 18 21:34:34.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6960 | 2024-12-18T21:34:35.730Z | [ recovery-image] Dec 18 21:34:34.178 INFO O| Dec 18 21:34:34.178 INFO STEP 861 (remove_files) COMPLETE |
6961 | 2024-12-18T21:34:35.734Z | [ recovery-image] Dec 18 21:34:34.178 INFO O| Dec 18 21:34:34.178 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6962 | 2024-12-18T21:34:35.789Z | [ recovery-image] Dec 18 21:34:34.238 INFO O| Dec 18 21:34:34.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6963 | 2024-12-18T21:34:35.792Z | [ recovery-image] Dec 18 21:34:34.238 INFO O| Dec 18 21:34:34.238 INFO STEP 862 (remove_files) COMPLETE |
6964 | 2024-12-18T21:34:35.792Z | [ recovery-image] Dec 18 21:34:34.238 INFO O| Dec 18 21:34:34.238 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2024-12-18T21:34:35.811Z | [ recovery-image] Dec 18 21:34:34.259 INFO O| Dec 18 21:34:34.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6966 | 2024-12-18T21:34:35.811Z | [ recovery-image] Dec 18 21:34:34.259 INFO O| Dec 18 21:34:34.259 INFO STEP 863 (remove_files) COMPLETE |
6967 | 2024-12-18T21:34:35.811Z | [ recovery-image] Dec 18 21:34:34.259 INFO O| Dec 18 21:34:34.259 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2024-12-18T21:34:35.834Z | [ recovery-image] Dec 18 21:34:34.282 INFO O| Dec 18 21:34:34.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6969 | 2024-12-18T21:34:35.834Z | [ recovery-image] Dec 18 21:34:34.282 INFO O| Dec 18 21:34:34.282 INFO STEP 864 (remove_files) COMPLETE |
6970 | 2024-12-18T21:34:35.837Z | [ recovery-image] Dec 18 21:34:34.283 INFO O| Dec 18 21:34:34.282 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2024-12-18T21:34:35.853Z | [ recovery-image] Dec 18 21:34:34.302 INFO O| Dec 18 21:34:34.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6972 | 2024-12-18T21:34:35.853Z | [ recovery-image] Dec 18 21:34:34.302 INFO O| Dec 18 21:34:34.302 INFO STEP 865 (remove_files) COMPLETE |
6973 | 2024-12-18T21:34:35.853Z | [ recovery-image] Dec 18 21:34:34.302 INFO O| Dec 18 21:34:34.302 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-12-18T21:34:35.897Z | [ recovery-image] Dec 18 21:34:34.345 INFO O| Dec 18 21:34:34.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6975 | 2024-12-18T21:34:35.897Z | [ recovery-image] Dec 18 21:34:34.345 INFO O| Dec 18 21:34:34.345 INFO STEP 866 (remove_files) COMPLETE |
6976 | 2024-12-18T21:34:35.901Z | [ recovery-image] Dec 18 21:34:34.345 INFO O| Dec 18 21:34:34.345 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-12-18T21:34:35.925Z | [ recovery-image] Dec 18 21:34:34.373 INFO O| Dec 18 21:34:34.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6978 | 2024-12-18T21:34:35.925Z | [ recovery-image] Dec 18 21:34:34.373 INFO O| Dec 18 21:34:34.373 INFO STEP 867 (remove_files) COMPLETE |
6979 | 2024-12-18T21:34:35.927Z | [ recovery-image] Dec 18 21:34:34.373 INFO O| Dec 18 21:34:34.373 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-12-18T21:34:35.983Z | [ recovery-image] Dec 18 21:34:34.431 INFO O| Dec 18 21:34:34.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6981 | 2024-12-18T21:34:35.987Z | [ recovery-image] Dec 18 21:34:34.432 INFO O| Dec 18 21:34:34.431 INFO STEP 868 (remove_files) COMPLETE |
6982 | 2024-12-18T21:34:35.987Z | [ recovery-image] Dec 18 21:34:34.432 INFO O| Dec 18 21:34:34.432 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-12-18T21:34:36.003Z | [ recovery-image] Dec 18 21:34:34.452 INFO O| Dec 18 21:34:34.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6984 | 2024-12-18T21:34:36.006Z | [ recovery-image] Dec 18 21:34:34.452 INFO O| Dec 18 21:34:34.452 INFO STEP 869 (remove_files) COMPLETE |
6985 | 2024-12-18T21:34:36.006Z | [ recovery-image] Dec 18 21:34:34.452 INFO O| Dec 18 21:34:34.452 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-12-18T21:34:36.025Z | [ recovery-image] Dec 18 21:34:34.473 INFO O| Dec 18 21:34:34.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6987 | 2024-12-18T21:34:36.029Z | [ recovery-image] Dec 18 21:34:34.473 INFO O| Dec 18 21:34:34.473 INFO STEP 870 (remove_files) COMPLETE |
6988 | 2024-12-18T21:34:36.029Z | [ recovery-image] Dec 18 21:34:34.474 INFO O| Dec 18 21:34:34.473 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-12-18T21:34:36.059Z | [ recovery-image] Dec 18 21:34:34.506 INFO O| Dec 18 21:34:34.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6990 | 2024-12-18T21:34:36.059Z | [ recovery-image] Dec 18 21:34:34.506 INFO O| Dec 18 21:34:34.506 INFO STEP 871 (remove_files) COMPLETE |
6991 | 2024-12-18T21:34:36.059Z | [ recovery-image] Dec 18 21:34:34.506 INFO O| Dec 18 21:34:34.506 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-12-18T21:34:36.079Z | [ recovery-image] Dec 18 21:34:34.528 INFO O| Dec 18 21:34:34.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6993 | 2024-12-18T21:34:36.079Z | [ recovery-image] Dec 18 21:34:34.528 INFO O| Dec 18 21:34:34.528 INFO STEP 872 (remove_files) COMPLETE |
6994 | 2024-12-18T21:34:36.079Z | [ recovery-image] Dec 18 21:34:34.528 INFO O| Dec 18 21:34:34.528 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-12-18T21:34:36.135Z | [ recovery-image] Dec 18 21:34:34.584 INFO O| Dec 18 21:34:34.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6996 | 2024-12-18T21:34:36.135Z | [ recovery-image] Dec 18 21:34:34.584 INFO O| Dec 18 21:34:34.584 INFO STEP 873 (remove_files) COMPLETE |
6997 | 2024-12-18T21:34:36.135Z | [ recovery-image] Dec 18 21:34:34.584 INFO O| Dec 18 21:34:34.584 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-12-18T21:34:36.194Z | [ recovery-image] Dec 18 21:34:34.642 INFO O| Dec 18 21:34:34.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6999 | 2024-12-18T21:34:36.194Z | [ recovery-image] Dec 18 21:34:34.642 INFO O| Dec 18 21:34:34.642 INFO STEP 874 (remove_files) COMPLETE |
7000 | 2024-12-18T21:34:36.195Z | [ recovery-image] Dec 18 21:34:34.642 INFO O| Dec 18 21:34:34.642 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-12-18T21:34:36.215Z | [ recovery-image] Dec 18 21:34:34.662 INFO O| Dec 18 21:34:34.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7002 | 2024-12-18T21:34:36.215Z | [ recovery-image] Dec 18 21:34:34.662 INFO O| Dec 18 21:34:34.662 INFO STEP 875 (remove_files) COMPLETE |
7003 | 2024-12-18T21:34:36.215Z | [ recovery-image] Dec 18 21:34:34.662 INFO O| Dec 18 21:34:34.662 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-12-18T21:34:36.232Z | [ recovery-image] Dec 18 21:34:34.681 INFO O| Dec 18 21:34:34.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7005 | 2024-12-18T21:34:36.232Z | [ recovery-image] Dec 18 21:34:34.681 INFO O| Dec 18 21:34:34.681 INFO STEP 876 (remove_files) COMPLETE |
7006 | 2024-12-18T21:34:36.239Z | [ recovery-image] Dec 18 21:34:34.681 INFO O| Dec 18 21:34:34.681 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-12-18T21:34:36.253Z | [ recovery-image] Dec 18 21:34:34.701 INFO O| Dec 18 21:34:34.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7008 | 2024-12-18T21:34:36.253Z | [ recovery-image] Dec 18 21:34:34.701 INFO O| Dec 18 21:34:34.701 INFO STEP 877 (remove_files) COMPLETE |
7009 | 2024-12-18T21:34:36.253Z | [ recovery-image] Dec 18 21:34:34.701 INFO O| Dec 18 21:34:34.701 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-12-18T21:34:36.333Z | [ recovery-image] Dec 18 21:34:34.782 INFO O| Dec 18 21:34:34.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7011 | 2024-12-18T21:34:36.333Z | [ recovery-image] Dec 18 21:34:34.782 INFO O| Dec 18 21:34:34.782 INFO STEP 878 (remove_files) COMPLETE |
7012 | 2024-12-18T21:34:36.333Z | [ recovery-image] Dec 18 21:34:34.782 INFO O| Dec 18 21:34:34.782 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-12-18T21:34:36.352Z | [ recovery-image] Dec 18 21:34:34.801 INFO O| Dec 18 21:34:34.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7014 | 2024-12-18T21:34:36.352Z | [ recovery-image] Dec 18 21:34:34.801 INFO O| Dec 18 21:34:34.801 INFO STEP 879 (remove_files) COMPLETE |
7015 | 2024-12-18T21:34:36.353Z | [ recovery-image] Dec 18 21:34:34.801 INFO O| Dec 18 21:34:34.801 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-12-18T21:34:36.389Z | [ recovery-image] Dec 18 21:34:34.837 INFO O| Dec 18 21:34:34.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7017 | 2024-12-18T21:34:36.391Z | [ recovery-image] Dec 18 21:34:34.837 INFO O| Dec 18 21:34:34.837 INFO STEP 880 (remove_files) COMPLETE |
7018 | 2024-12-18T21:34:36.391Z | [ recovery-image] Dec 18 21:34:34.837 INFO O| Dec 18 21:34:34.837 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-12-18T21:34:36.409Z | [ recovery-image] Dec 18 21:34:34.857 INFO O| Dec 18 21:34:34.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7020 | 2024-12-18T21:34:36.409Z | [ recovery-image] Dec 18 21:34:34.857 INFO O| Dec 18 21:34:34.857 INFO STEP 881 (remove_files) COMPLETE |
7021 | 2024-12-18T21:34:36.409Z | [ recovery-image] Dec 18 21:34:34.857 INFO O| Dec 18 21:34:34.857 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-12-18T21:34:36.429Z | [ recovery-image] Dec 18 21:34:34.876 INFO O| Dec 18 21:34:34.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7023 | 2024-12-18T21:34:36.429Z | [ recovery-image] Dec 18 21:34:34.876 INFO O| Dec 18 21:34:34.876 INFO STEP 882 (remove_files) COMPLETE |
7024 | 2024-12-18T21:34:36.429Z | [ recovery-image] Dec 18 21:34:34.876 INFO O| Dec 18 21:34:34.876 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-12-18T21:34:36.447Z | [ recovery-image] Dec 18 21:34:34.896 INFO O| Dec 18 21:34:34.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7026 | 2024-12-18T21:34:36.447Z | [ recovery-image] Dec 18 21:34:34.896 INFO O| Dec 18 21:34:34.896 INFO STEP 883 (remove_files) COMPLETE |
7027 | 2024-12-18T21:34:36.450Z | [ recovery-image] Dec 18 21:34:34.896 INFO O| Dec 18 21:34:34.896 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-12-18T21:34:36.468Z | [ recovery-image] Dec 18 21:34:34.916 INFO O| Dec 18 21:34:34.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7029 | 2024-12-18T21:34:36.468Z | [ recovery-image] Dec 18 21:34:34.916 INFO O| Dec 18 21:34:34.916 INFO STEP 884 (remove_files) COMPLETE |
7030 | 2024-12-18T21:34:36.470Z | [ recovery-image] Dec 18 21:34:34.916 INFO O| Dec 18 21:34:34.916 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-12-18T21:34:36.486Z | [ recovery-image] Dec 18 21:34:34.935 INFO O| Dec 18 21:34:34.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7032 | 2024-12-18T21:34:36.490Z | [ recovery-image] Dec 18 21:34:34.935 INFO O| Dec 18 21:34:34.935 INFO STEP 885 (remove_files) COMPLETE |
7033 | 2024-12-18T21:34:36.490Z | [ recovery-image] Dec 18 21:34:34.935 INFO O| Dec 18 21:34:34.935 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-12-18T21:34:36.504Z | [ recovery-image] Dec 18 21:34:34.953 INFO O| Dec 18 21:34:34.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7035 | 2024-12-18T21:34:36.505Z | [ recovery-image] Dec 18 21:34:34.953 INFO O| Dec 18 21:34:34.953 INFO STEP 886 (remove_files) COMPLETE |
7036 | 2024-12-18T21:34:36.505Z | [ recovery-image] Dec 18 21:34:34.953 INFO O| Dec 18 21:34:34.953 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-12-18T21:34:36.525Z | [ recovery-image] Dec 18 21:34:34.973 INFO O| Dec 18 21:34:34.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7038 | 2024-12-18T21:34:36.528Z | [ recovery-image] Dec 18 21:34:34.973 INFO O| Dec 18 21:34:34.973 INFO STEP 887 (remove_files) COMPLETE |
7039 | 2024-12-18T21:34:36.528Z | [ recovery-image] Dec 18 21:34:34.973 INFO O| Dec 18 21:34:34.973 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-12-18T21:34:36.544Z | [ recovery-image] Dec 18 21:34:34.992 INFO O| Dec 18 21:34:34.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7041 | 2024-12-18T21:34:36.544Z | [ recovery-image] Dec 18 21:34:34.992 INFO O| Dec 18 21:34:34.992 INFO STEP 888 (remove_files) COMPLETE |
7042 | 2024-12-18T21:34:36.547Z | [ recovery-image] Dec 18 21:34:34.992 INFO O| Dec 18 21:34:34.992 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-12-18T21:34:36.578Z | [ recovery-image] Dec 18 21:34:35.025 INFO O| Dec 18 21:34:35.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7044 | 2024-12-18T21:34:36.582Z | [ recovery-image] Dec 18 21:34:35.026 INFO O| Dec 18 21:34:35.026 INFO STEP 889 (remove_files) COMPLETE |
7045 | 2024-12-18T21:34:36.582Z | [ recovery-image] Dec 18 21:34:35.026 INFO O| Dec 18 21:34:35.026 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-12-18T21:34:36.596Z | [ recovery-image] Dec 18 21:34:35.044 INFO O| Dec 18 21:34:35.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7047 | 2024-12-18T21:34:36.598Z | [ recovery-image] Dec 18 21:34:35.045 INFO O| Dec 18 21:34:35.045 INFO STEP 890 (remove_files) COMPLETE |
7048 | 2024-12-18T21:34:36.599Z | [ recovery-image] Dec 18 21:34:35.045 INFO O| Dec 18 21:34:35.045 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-12-18T21:34:36.614Z | [ recovery-image] Dec 18 21:34:35.063 INFO O| Dec 18 21:34:35.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7050 | 2024-12-18T21:34:36.614Z | [ recovery-image] Dec 18 21:34:35.063 INFO O| Dec 18 21:34:35.063 INFO STEP 891 (remove_files) COMPLETE |
7051 | 2024-12-18T21:34:36.614Z | [ recovery-image] Dec 18 21:34:35.063 INFO O| Dec 18 21:34:35.063 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-12-18T21:34:36.633Z | [ recovery-image] Dec 18 21:34:35.081 INFO O| Dec 18 21:34:35.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7053 | 2024-12-18T21:34:36.634Z | [ recovery-image] Dec 18 21:34:35.081 INFO O| Dec 18 21:34:35.081 INFO STEP 892 (remove_files) COMPLETE |
7054 | 2024-12-18T21:34:36.634Z | [ recovery-image] Dec 18 21:34:35.081 INFO O| Dec 18 21:34:35.081 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-12-18T21:34:36.652Z | [ recovery-image] Dec 18 21:34:35.100 INFO O| Dec 18 21:34:35.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7056 | 2024-12-18T21:34:36.653Z | [ recovery-image] Dec 18 21:34:35.100 INFO O| Dec 18 21:34:35.100 INFO STEP 893 (remove_files) COMPLETE |
7057 | 2024-12-18T21:34:36.653Z | [ recovery-image] Dec 18 21:34:35.101 INFO O| Dec 18 21:34:35.100 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-12-18T21:34:36.671Z | [ recovery-image] Dec 18 21:34:35.120 INFO O| Dec 18 21:34:35.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7059 | 2024-12-18T21:34:36.671Z | [ recovery-image] Dec 18 21:34:35.120 INFO O| Dec 18 21:34:35.120 INFO STEP 894 (remove_files) COMPLETE |
7060 | 2024-12-18T21:34:36.671Z | [ recovery-image] Dec 18 21:34:35.120 INFO O| Dec 18 21:34:35.120 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-12-18T21:34:36.690Z | [ recovery-image] Dec 18 21:34:35.138 INFO O| Dec 18 21:34:35.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7062 | 2024-12-18T21:34:36.690Z | [ recovery-image] Dec 18 21:34:35.138 INFO O| Dec 18 21:34:35.138 INFO STEP 895 (remove_files) COMPLETE |
7063 | 2024-12-18T21:34:36.693Z | [ recovery-image] Dec 18 21:34:35.138 INFO O| Dec 18 21:34:35.138 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-12-18T21:34:36.708Z | [ recovery-image] Dec 18 21:34:35.157 INFO O| Dec 18 21:34:35.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7065 | 2024-12-18T21:34:36.708Z | [ recovery-image] Dec 18 21:34:35.157 INFO O| Dec 18 21:34:35.157 INFO STEP 896 (remove_files) COMPLETE |
7066 | 2024-12-18T21:34:36.711Z | [ recovery-image] Dec 18 21:34:35.157 INFO O| Dec 18 21:34:35.157 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-12-18T21:34:36.736Z | [ recovery-image] Dec 18 21:34:35.184 INFO O| Dec 18 21:34:35.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7068 | 2024-12-18T21:34:36.739Z | [ recovery-image] Dec 18 21:34:35.184 INFO O| Dec 18 21:34:35.184 INFO STEP 897 (remove_files) COMPLETE |
7069 | 2024-12-18T21:34:36.739Z | [ recovery-image] Dec 18 21:34:35.184 INFO O| Dec 18 21:34:35.184 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-12-18T21:34:36.754Z | [ recovery-image] Dec 18 21:34:35.203 INFO O| Dec 18 21:34:35.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7071 | 2024-12-18T21:34:36.757Z | [ recovery-image] Dec 18 21:34:35.203 INFO O| Dec 18 21:34:35.203 INFO STEP 898 (remove_files) COMPLETE |
7072 | 2024-12-18T21:34:36.757Z | [ recovery-image] Dec 18 21:34:35.203 INFO O| Dec 18 21:34:35.203 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-12-18T21:34:36.905Z | [ recovery-image] Dec 18 21:34:35.353 INFO O| Dec 18 21:34:35.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7074 | 2024-12-18T21:34:36.908Z | [ recovery-image] Dec 18 21:34:35.353 INFO O| Dec 18 21:34:35.353 INFO STEP 899 (remove_files) COMPLETE |
7075 | 2024-12-18T21:34:36.908Z | [ recovery-image] Dec 18 21:34:35.353 INFO O| Dec 18 21:34:35.353 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-12-18T21:34:36.927Z | [ recovery-image] Dec 18 21:34:35.375 INFO O| Dec 18 21:34:35.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7077 | 2024-12-18T21:34:36.930Z | [ recovery-image] Dec 18 21:34:35.375 INFO O| Dec 18 21:34:35.375 INFO STEP 900 (remove_files) COMPLETE |
7078 | 2024-12-18T21:34:36.930Z | [ recovery-image] Dec 18 21:34:35.375 INFO O| Dec 18 21:34:35.375 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-12-18T21:34:36.957Z | [ recovery-image] Dec 18 21:34:35.406 INFO O| Dec 18 21:34:35.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7080 | 2024-12-18T21:34:36.957Z | [ recovery-image] Dec 18 21:34:35.406 INFO O| Dec 18 21:34:35.406 INFO STEP 901 (remove_files) COMPLETE |
7081 | 2024-12-18T21:34:36.957Z | [ recovery-image] Dec 18 21:34:35.406 INFO O| Dec 18 21:34:35.406 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-12-18T21:34:37.021Z | [ recovery-image] Dec 18 21:34:35.468 INFO O| Dec 18 21:34:35.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7083 | 2024-12-18T21:34:37.021Z | [ recovery-image] Dec 18 21:34:35.468 INFO O| Dec 18 21:34:35.468 INFO STEP 902 (remove_files) COMPLETE |
7084 | 2024-12-18T21:34:37.021Z | [ recovery-image] Dec 18 21:34:35.468 INFO O| Dec 18 21:34:35.468 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-12-18T21:34:37.040Z | [ recovery-image] Dec 18 21:34:35.488 INFO O| Dec 18 21:34:35.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7086 | 2024-12-18T21:34:37.044Z | [ recovery-image] Dec 18 21:34:35.488 INFO O| Dec 18 21:34:35.488 INFO STEP 903 (remove_files) COMPLETE |
7087 | 2024-12-18T21:34:37.044Z | [ recovery-image] Dec 18 21:34:35.489 INFO O| Dec 18 21:34:35.488 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-12-18T21:34:37.061Z | [ recovery-image] Dec 18 21:34:35.508 INFO O| Dec 18 21:34:35.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7089 | 2024-12-18T21:34:37.063Z | [ recovery-image] Dec 18 21:34:35.508 INFO O| Dec 18 21:34:35.508 INFO STEP 904 (remove_files) COMPLETE |
7090 | 2024-12-18T21:34:37.063Z | [ recovery-image] Dec 18 21:34:35.508 INFO O| Dec 18 21:34:35.508 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-12-18T21:34:37.120Z | [ recovery-image] Dec 18 21:34:35.569 INFO O| Dec 18 21:34:35.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7092 | 2024-12-18T21:34:37.123Z | [ recovery-image] Dec 18 21:34:35.569 INFO O| Dec 18 21:34:35.569 INFO STEP 905 (remove_files) COMPLETE |
7093 | 2024-12-18T21:34:37.123Z | [ recovery-image] Dec 18 21:34:35.569 INFO O| Dec 18 21:34:35.569 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-12-18T21:34:37.152Z | [ recovery-image] Dec 18 21:34:35.600 INFO O| Dec 18 21:34:35.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7095 | 2024-12-18T21:34:37.154Z | [ recovery-image] Dec 18 21:34:35.601 INFO O| Dec 18 21:34:35.600 INFO STEP 906 (remove_files) COMPLETE |
7096 | 2024-12-18T21:34:37.154Z | [ recovery-image] Dec 18 21:34:35.601 INFO O| Dec 18 21:34:35.600 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-12-18T21:34:37.173Z | [ recovery-image] Dec 18 21:34:35.622 INFO O| Dec 18 21:34:35.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7098 | 2024-12-18T21:34:37.174Z | [ recovery-image] Dec 18 21:34:35.622 INFO O| Dec 18 21:34:35.622 INFO STEP 907 (remove_files) COMPLETE |
7099 | 2024-12-18T21:34:37.176Z | [ recovery-image] Dec 18 21:34:35.622 INFO O| Dec 18 21:34:35.622 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-12-18T21:34:37.203Z | [ recovery-image] Dec 18 21:34:35.650 INFO O| Dec 18 21:34:35.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7101 | 2024-12-18T21:34:37.203Z | [ recovery-image] Dec 18 21:34:35.650 INFO O| Dec 18 21:34:35.641 INFO STEP 908 (remove_files) COMPLETE |
7102 | 2024-12-18T21:34:37.203Z | [ recovery-image] Dec 18 21:34:35.650 INFO O| Dec 18 21:34:35.641 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-12-18T21:34:37.212Z | [ recovery-image] Dec 18 21:34:35.660 INFO O| Dec 18 21:34:35.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7104 | 2024-12-18T21:34:37.217Z | [ recovery-image] Dec 18 21:34:35.660 INFO O| Dec 18 21:34:35.660 INFO STEP 909 (remove_files) COMPLETE |
7105 | 2024-12-18T21:34:37.217Z | [ recovery-image] Dec 18 21:34:35.660 INFO O| Dec 18 21:34:35.660 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-12-18T21:34:37.231Z | [ recovery-image] Dec 18 21:34:35.680 INFO O| Dec 18 21:34:35.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7107 | 2024-12-18T21:34:37.234Z | [ recovery-image] Dec 18 21:34:35.680 INFO O| Dec 18 21:34:35.680 INFO STEP 910 (remove_files) COMPLETE |
7108 | 2024-12-18T21:34:37.234Z | [ recovery-image] Dec 18 21:34:35.680 INFO O| Dec 18 21:34:35.680 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-12-18T21:34:37.251Z | [ recovery-image] Dec 18 21:34:35.698 INFO O| Dec 18 21:34:35.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7110 | 2024-12-18T21:34:37.255Z | [ recovery-image] Dec 18 21:34:35.698 INFO O| Dec 18 21:34:35.698 INFO STEP 911 (remove_files) COMPLETE |
7111 | 2024-12-18T21:34:37.255Z | [ recovery-image] Dec 18 21:34:35.698 INFO O| Dec 18 21:34:35.698 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-12-18T21:34:37.281Z | [ recovery-image] Dec 18 21:34:35.729 INFO O| Dec 18 21:34:35.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7113 | 2024-12-18T21:34:37.281Z | [ recovery-image] Dec 18 21:34:35.729 INFO O| Dec 18 21:34:35.729 INFO STEP 912 (remove_files) COMPLETE |
7114 | 2024-12-18T21:34:37.281Z | [ recovery-image] Dec 18 21:34:35.729 INFO O| Dec 18 21:34:35.729 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-12-18T21:34:37.309Z | [ recovery-image] Dec 18 21:34:35.757 INFO O| Dec 18 21:34:35.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7116 | 2024-12-18T21:34:37.309Z | [ recovery-image] Dec 18 21:34:35.757 INFO O| Dec 18 21:34:35.757 INFO STEP 913 (remove_files) COMPLETE |
7117 | 2024-12-18T21:34:37.309Z | [ recovery-image] Dec 18 21:34:35.757 INFO O| Dec 18 21:34:35.757 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-12-18T21:34:37.337Z | [ recovery-image] Dec 18 21:34:35.784 INFO O| Dec 18 21:34:35.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7119 | 2024-12-18T21:34:37.337Z | [ recovery-image] Dec 18 21:34:35.785 INFO O| Dec 18 21:34:35.785 INFO STEP 914 (remove_files) COMPLETE |
7120 | 2024-12-18T21:34:37.338Z | [ recovery-image] Dec 18 21:34:35.785 INFO O| Dec 18 21:34:35.785 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-12-18T21:34:37.362Z | [ recovery-image] Dec 18 21:34:35.810 INFO O| Dec 18 21:34:35.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7122 | 2024-12-18T21:34:37.362Z | [ recovery-image] Dec 18 21:34:35.810 INFO O| Dec 18 21:34:35.810 INFO STEP 915 (remove_files) COMPLETE |
7123 | 2024-12-18T21:34:37.362Z | [ recovery-image] Dec 18 21:34:35.810 INFO O| Dec 18 21:34:35.810 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-12-18T21:34:37.413Z | [ recovery-image] Dec 18 21:34:35.862 INFO O| Dec 18 21:34:35.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7125 | 2024-12-18T21:34:37.414Z | [ recovery-image] Dec 18 21:34:35.862 INFO O| Dec 18 21:34:35.862 INFO STEP 916 (remove_files) COMPLETE |
7126 | 2024-12-18T21:34:37.414Z | [ recovery-image] Dec 18 21:34:35.862 INFO O| Dec 18 21:34:35.862 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-12-18T21:34:37.433Z | [ recovery-image] Dec 18 21:34:35.881 INFO O| Dec 18 21:34:35.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7128 | 2024-12-18T21:34:37.433Z | [ recovery-image] Dec 18 21:34:35.881 INFO O| Dec 18 21:34:35.881 INFO STEP 917 (remove_files) COMPLETE |
7129 | 2024-12-18T21:34:37.433Z | [ recovery-image] Dec 18 21:34:35.881 INFO O| Dec 18 21:34:35.881 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-12-18T21:34:37.450Z | [ recovery-image] Dec 18 21:34:35.898 INFO O| Dec 18 21:34:35.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7131 | 2024-12-18T21:34:37.450Z | [ recovery-image] Dec 18 21:34:35.898 INFO O| Dec 18 21:34:35.898 INFO STEP 918 (remove_files) COMPLETE |
7132 | 2024-12-18T21:34:37.453Z | [ recovery-image] Dec 18 21:34:35.898 INFO O| Dec 18 21:34:35.898 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-12-18T21:34:37.469Z | [ recovery-image] Dec 18 21:34:35.917 INFO O| Dec 18 21:34:35.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7134 | 2024-12-18T21:34:37.469Z | [ recovery-image] Dec 18 21:34:35.917 INFO O| Dec 18 21:34:35.917 INFO STEP 919 (remove_files) COMPLETE |
7135 | 2024-12-18T21:34:37.469Z | [ recovery-image] Dec 18 21:34:35.917 INFO O| Dec 18 21:34:35.917 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-12-18T21:34:37.505Z | [ recovery-image] Dec 18 21:34:35.953 INFO O| Dec 18 21:34:35.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7137 | 2024-12-18T21:34:37.505Z | [ recovery-image] Dec 18 21:34:35.953 INFO O| Dec 18 21:34:35.953 INFO STEP 920 (remove_files) COMPLETE |
7138 | 2024-12-18T21:34:37.505Z | [ recovery-image] Dec 18 21:34:35.953 INFO O| Dec 18 21:34:35.953 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-12-18T21:34:37.545Z | [ recovery-image] Dec 18 21:34:35.993 INFO O| Dec 18 21:34:35.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7140 | 2024-12-18T21:34:37.547Z | [ recovery-image] Dec 18 21:34:35.993 INFO O| Dec 18 21:34:35.993 INFO STEP 921 (remove_files) COMPLETE |
7141 | 2024-12-18T21:34:37.547Z | [ recovery-image] Dec 18 21:34:35.993 INFO O| Dec 18 21:34:35.993 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-12-18T21:34:37.565Z | [ recovery-image] Dec 18 21:34:36.014 INFO O| Dec 18 21:34:36.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7143 | 2024-12-18T21:34:37.568Z | [ recovery-image] Dec 18 21:34:36.014 INFO O| Dec 18 21:34:36.014 INFO STEP 922 (remove_files) COMPLETE |
7144 | 2024-12-18T21:34:37.568Z | [ recovery-image] Dec 18 21:34:36.014 INFO O| Dec 18 21:34:36.014 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-12-18T21:34:37.590Z | [ recovery-image] Dec 18 21:34:36.038 INFO O| Dec 18 21:34:36.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7146 | 2024-12-18T21:34:37.590Z | [ recovery-image] Dec 18 21:34:36.038 INFO O| Dec 18 21:34:36.038 INFO STEP 923 (remove_files) COMPLETE |
7147 | 2024-12-18T21:34:37.592Z | [ recovery-image] Dec 18 21:34:36.039 INFO O| Dec 18 21:34:36.039 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-12-18T21:34:37.610Z | [ recovery-image] Dec 18 21:34:36.058 INFO O| Dec 18 21:34:36.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7149 | 2024-12-18T21:34:37.610Z | [ recovery-image] Dec 18 21:34:36.058 INFO O| Dec 18 21:34:36.058 INFO STEP 924 (remove_files) COMPLETE |
7150 | 2024-12-18T21:34:37.613Z | [ recovery-image] Dec 18 21:34:36.058 INFO O| Dec 18 21:34:36.058 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-12-18T21:34:37.629Z | [ recovery-image] Dec 18 21:34:36.077 INFO O| Dec 18 21:34:36.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7152 | 2024-12-18T21:34:37.633Z | [ recovery-image] Dec 18 21:34:36.077 INFO O| Dec 18 21:34:36.077 INFO STEP 925 (remove_files) COMPLETE |
7153 | 2024-12-18T21:34:37.633Z | [ recovery-image] Dec 18 21:34:36.077 INFO O| Dec 18 21:34:36.077 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-12-18T21:34:37.649Z | [ recovery-image] Dec 18 21:34:36.097 INFO O| Dec 18 21:34:36.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7155 | 2024-12-18T21:34:37.649Z | [ recovery-image] Dec 18 21:34:36.097 INFO O| Dec 18 21:34:36.097 INFO STEP 926 (remove_files) COMPLETE |
7156 | 2024-12-18T21:34:37.653Z | [ recovery-image] Dec 18 21:34:36.097 INFO O| Dec 18 21:34:36.097 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-12-18T21:34:37.667Z | [ recovery-image] Dec 18 21:34:36.115 INFO O| Dec 18 21:34:36.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7158 | 2024-12-18T21:34:37.670Z | [ recovery-image] Dec 18 21:34:36.115 INFO O| Dec 18 21:34:36.115 INFO STEP 927 (remove_files) COMPLETE |
7159 | 2024-12-18T21:34:37.670Z | [ recovery-image] Dec 18 21:34:36.116 INFO O| Dec 18 21:34:36.115 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-12-18T21:34:37.686Z | [ recovery-image] Dec 18 21:34:36.135 INFO O| Dec 18 21:34:36.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7161 | 2024-12-18T21:34:37.687Z | [ recovery-image] Dec 18 21:34:36.135 INFO O| Dec 18 21:34:36.135 INFO STEP 928 (remove_files) COMPLETE |
7162 | 2024-12-18T21:34:37.687Z | [ recovery-image] Dec 18 21:34:36.135 INFO O| Dec 18 21:34:36.135 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-12-18T21:34:37.773Z | [ recovery-image] Dec 18 21:34:36.221 INFO O| Dec 18 21:34:36.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7164 | 2024-12-18T21:34:37.773Z | [ recovery-image] Dec 18 21:34:36.221 INFO O| Dec 18 21:34:36.221 INFO STEP 929 (remove_files) COMPLETE |
7165 | 2024-12-18T21:34:37.775Z | [ recovery-image] Dec 18 21:34:36.221 INFO O| Dec 18 21:34:36.221 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-12-18T21:34:37.807Z | [ recovery-image] Dec 18 21:34:36.245 INFO O| Dec 18 21:34:36.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7167 | 2024-12-18T21:34:37.807Z | [ recovery-image] Dec 18 21:34:36.245 INFO O| Dec 18 21:34:36.245 INFO STEP 930 (remove_files) COMPLETE |
7168 | 2024-12-18T21:34:37.810Z | [ recovery-image] Dec 18 21:34:36.245 INFO O| Dec 18 21:34:36.245 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2024-12-18T21:34:37.817Z | [ recovery-image] Dec 18 21:34:36.265 INFO O| Dec 18 21:34:36.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7170 | 2024-12-18T21:34:37.818Z | [ recovery-image] Dec 18 21:34:36.265 INFO O| Dec 18 21:34:36.265 INFO STEP 931 (remove_files) COMPLETE |
7171 | 2024-12-18T21:34:37.820Z | [ recovery-image] Dec 18 21:34:36.265 INFO O| Dec 18 21:34:36.265 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7172 | 2024-12-18T21:34:37.855Z | [ recovery-image] Dec 18 21:34:36.303 INFO O| Dec 18 21:34:36.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7173 | 2024-12-18T21:34:37.855Z | [ recovery-image] Dec 18 21:34:36.303 INFO O| Dec 18 21:34:36.303 INFO STEP 932 (remove_files) COMPLETE |
7174 | 2024-12-18T21:34:37.857Z | [ recovery-image] Dec 18 21:34:36.303 INFO O| Dec 18 21:34:36.303 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7175 | 2024-12-18T21:34:37.874Z | [ recovery-image] Dec 18 21:34:36.322 INFO O| Dec 18 21:34:36.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7176 | 2024-12-18T21:34:37.874Z | [ recovery-image] Dec 18 21:34:36.322 INFO O| Dec 18 21:34:36.322 INFO STEP 933 (remove_files) COMPLETE |
7177 | 2024-12-18T21:34:37.874Z | [ recovery-image] Dec 18 21:34:36.322 INFO O| Dec 18 21:34:36.322 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7178 | 2024-12-18T21:34:37.891Z | [ recovery-image] Dec 18 21:34:36.338 INFO O| Dec 18 21:34:36.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7179 | 2024-12-18T21:34:37.891Z | [ recovery-image] Dec 18 21:34:36.338 INFO O| Dec 18 21:34:36.338 INFO STEP 934 (remove_files) COMPLETE |
7180 | 2024-12-18T21:34:37.891Z | [ recovery-image] Dec 18 21:34:36.339 INFO O| Dec 18 21:34:36.338 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7181 | 2024-12-18T21:34:37.907Z | [ recovery-image] Dec 18 21:34:36.356 INFO O| Dec 18 21:34:36.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7182 | 2024-12-18T21:34:37.907Z | [ recovery-image] Dec 18 21:34:36.356 INFO O| Dec 18 21:34:36.356 INFO STEP 935 (remove_files) COMPLETE |
7183 | 2024-12-18T21:34:37.907Z | [ recovery-image] Dec 18 21:34:36.356 INFO O| Dec 18 21:34:36.356 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7184 | 2024-12-18T21:34:37.940Z | [ recovery-image] Dec 18 21:34:36.388 INFO O| Dec 18 21:34:36.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7185 | 2024-12-18T21:34:37.942Z | [ recovery-image] Dec 18 21:34:36.388 INFO O| Dec 18 21:34:36.388 INFO STEP 936 (remove_files) COMPLETE |
7186 | 2024-12-18T21:34:37.942Z | [ recovery-image] Dec 18 21:34:36.388 INFO O| Dec 18 21:34:36.388 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7187 | 2024-12-18T21:34:37.958Z | [ recovery-image] Dec 18 21:34:36.406 INFO O| Dec 18 21:34:36.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7188 | 2024-12-18T21:34:37.960Z | [ recovery-image] Dec 18 21:34:36.406 INFO O| Dec 18 21:34:36.406 INFO STEP 937 (remove_files) COMPLETE |
7189 | 2024-12-18T21:34:37.960Z | [ recovery-image] Dec 18 21:34:36.406 INFO O| Dec 18 21:34:36.406 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-12-18T21:34:37.996Z | [ recovery-image] Dec 18 21:34:36.444 INFO O| Dec 18 21:34:36.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7191 | 2024-12-18T21:34:37.997Z | [ recovery-image] Dec 18 21:34:36.444 INFO O| Dec 18 21:34:36.444 INFO STEP 938 (remove_files) COMPLETE |
7192 | 2024-12-18T21:34:37.997Z | [ recovery-image] Dec 18 21:34:36.444 INFO O| Dec 18 21:34:36.444 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-12-18T21:34:38.053Z | [ recovery-image] Dec 18 21:34:36.501 INFO O| Dec 18 21:34:36.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7194 | 2024-12-18T21:34:38.053Z | [ recovery-image] Dec 18 21:34:36.501 INFO O| Dec 18 21:34:36.501 INFO STEP 939 (remove_files) COMPLETE |
7195 | 2024-12-18T21:34:38.056Z | [ recovery-image] Dec 18 21:34:36.501 INFO O| Dec 18 21:34:36.501 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-12-18T21:34:38.115Z | [ recovery-image] Dec 18 21:34:36.563 INFO O| Dec 18 21:34:36.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7197 | 2024-12-18T21:34:38.115Z | [ recovery-image] Dec 18 21:34:36.563 INFO O| Dec 18 21:34:36.563 INFO STEP 940 (remove_files) COMPLETE |
7198 | 2024-12-18T21:34:38.115Z | [ recovery-image] Dec 18 21:34:36.563 INFO O| Dec 18 21:34:36.563 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7199 | 2024-12-18T21:34:38.135Z | [ recovery-image] Dec 18 21:34:36.583 INFO O| Dec 18 21:34:36.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7200 | 2024-12-18T21:34:38.135Z | [ recovery-image] Dec 18 21:34:36.583 INFO O| Dec 18 21:34:36.583 INFO STEP 941 (remove_files) COMPLETE |
7201 | 2024-12-18T21:34:38.135Z | [ recovery-image] Dec 18 21:34:36.583 INFO O| Dec 18 21:34:36.583 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7202 | 2024-12-18T21:34:38.153Z | [ recovery-image] Dec 18 21:34:36.601 INFO O| Dec 18 21:34:36.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7203 | 2024-12-18T21:34:38.153Z | [ recovery-image] Dec 18 21:34:36.601 INFO O| Dec 18 21:34:36.601 INFO STEP 942 (remove_files) COMPLETE |
7204 | 2024-12-18T21:34:38.156Z | [ recovery-image] Dec 18 21:34:36.602 INFO O| Dec 18 21:34:36.601 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7205 | 2024-12-18T21:34:38.172Z | [ recovery-image] Dec 18 21:34:36.620 INFO O| Dec 18 21:34:36.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7206 | 2024-12-18T21:34:38.172Z | [ recovery-image] Dec 18 21:34:36.620 INFO O| Dec 18 21:34:36.620 INFO STEP 943 (remove_files) COMPLETE |
7207 | 2024-12-18T21:34:38.172Z | [ recovery-image] Dec 18 21:34:36.620 INFO O| Dec 18 21:34:36.620 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7208 | 2024-12-18T21:34:38.192Z | [ recovery-image] Dec 18 21:34:36.641 INFO O| Dec 18 21:34:36.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7209 | 2024-12-18T21:34:38.192Z | [ recovery-image] Dec 18 21:34:36.641 INFO O| Dec 18 21:34:36.641 INFO STEP 944 (remove_files) COMPLETE |
7210 | 2024-12-18T21:34:38.193Z | [ recovery-image] Dec 18 21:34:36.641 INFO O| Dec 18 21:34:36.641 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7211 | 2024-12-18T21:34:38.212Z | [ recovery-image] Dec 18 21:34:36.660 INFO O| Dec 18 21:34:36.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7212 | 2024-12-18T21:34:38.212Z | [ recovery-image] Dec 18 21:34:36.660 INFO O| Dec 18 21:34:36.660 INFO STEP 945 (remove_files) COMPLETE |
7213 | 2024-12-18T21:34:38.214Z | [ recovery-image] Dec 18 21:34:36.660 INFO O| Dec 18 21:34:36.660 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7214 | 2024-12-18T21:34:38.231Z | [ recovery-image] Dec 18 21:34:36.679 INFO O| Dec 18 21:34:36.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7215 | 2024-12-18T21:34:38.231Z | [ recovery-image] Dec 18 21:34:36.679 INFO O| Dec 18 21:34:36.679 INFO STEP 946 (remove_files) COMPLETE |
7216 | 2024-12-18T21:34:38.234Z | [ recovery-image] Dec 18 21:34:36.680 INFO O| Dec 18 21:34:36.679 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7217 | 2024-12-18T21:34:38.256Z | [ recovery-image] Dec 18 21:34:36.703 INFO O| Dec 18 21:34:36.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7218 | 2024-12-18T21:34:38.256Z | [ recovery-image] Dec 18 21:34:36.703 INFO O| Dec 18 21:34:36.703 INFO STEP 947 (remove_files) COMPLETE |
7219 | 2024-12-18T21:34:38.256Z | [ recovery-image] Dec 18 21:34:36.703 INFO O| Dec 18 21:34:36.703 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7220 | 2024-12-18T21:34:38.276Z | [ recovery-image] Dec 18 21:34:36.724 INFO O| Dec 18 21:34:36.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7221 | 2024-12-18T21:34:38.276Z | [ recovery-image] Dec 18 21:34:36.724 INFO O| Dec 18 21:34:36.724 INFO STEP 948 (remove_files) COMPLETE |
7222 | 2024-12-18T21:34:38.278Z | [ recovery-image] Dec 18 21:34:36.724 INFO O| Dec 18 21:34:36.724 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7223 | 2024-12-18T21:34:38.296Z | [ recovery-image] Dec 18 21:34:36.744 INFO O| Dec 18 21:34:36.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7224 | 2024-12-18T21:34:38.296Z | [ recovery-image] Dec 18 21:34:36.745 INFO O| Dec 18 21:34:36.744 INFO STEP 949 (remove_files) COMPLETE |
7225 | 2024-12-18T21:34:38.296Z | [ recovery-image] Dec 18 21:34:36.745 INFO O| Dec 18 21:34:36.745 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7226 | 2024-12-18T21:34:38.316Z | [ recovery-image] Dec 18 21:34:36.764 INFO O| Dec 18 21:34:36.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7227 | 2024-12-18T21:34:38.316Z | [ recovery-image] Dec 18 21:34:36.764 INFO O| Dec 18 21:34:36.764 INFO STEP 950 (remove_files) COMPLETE |
7228 | 2024-12-18T21:34:38.316Z | [ recovery-image] Dec 18 21:34:36.764 INFO O| Dec 18 21:34:36.764 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7229 | 2024-12-18T21:34:38.348Z | [ recovery-image] Dec 18 21:34:36.796 INFO O| Dec 18 21:34:36.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7230 | 2024-12-18T21:34:38.348Z | [ recovery-image] Dec 18 21:34:36.796 INFO O| Dec 18 21:34:36.796 INFO STEP 951 (remove_files) COMPLETE |
7231 | 2024-12-18T21:34:38.348Z | [ recovery-image] Dec 18 21:34:36.796 INFO O| Dec 18 21:34:36.796 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7232 | 2024-12-18T21:34:38.402Z | [ recovery-image] Dec 18 21:34:36.835 INFO O| Dec 18 21:34:36.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7233 | 2024-12-18T21:34:38.402Z | [ recovery-image] Dec 18 21:34:36.835 INFO O| Dec 18 21:34:36.835 INFO STEP 952 (remove_files) COMPLETE |
7234 | 2024-12-18T21:34:38.402Z | [ recovery-image] Dec 18 21:34:36.835 INFO O| Dec 18 21:34:36.835 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2024-12-18T21:34:38.531Z | [ recovery-image] Dec 18 21:34:36.979 INFO O| Dec 18 21:34:36.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7236 | 2024-12-18T21:34:38.531Z | [ recovery-image] Dec 18 21:34:36.979 INFO O| Dec 18 21:34:36.979 INFO STEP 953 (remove_files) COMPLETE |
7237 | 2024-12-18T21:34:38.531Z | [ recovery-image] Dec 18 21:34:36.979 INFO O| Dec 18 21:34:36.979 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2024-12-18T21:34:38.549Z | [ recovery-image] Dec 18 21:34:36.997 INFO O| Dec 18 21:34:36.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7239 | 2024-12-18T21:34:38.549Z | [ recovery-image] Dec 18 21:34:36.997 INFO O| Dec 18 21:34:36.997 INFO STEP 954 (remove_files) COMPLETE |
7240 | 2024-12-18T21:34:38.551Z | [ recovery-image] Dec 18 21:34:36.997 INFO O| Dec 18 21:34:36.997 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2024-12-18T21:34:38.589Z | [ recovery-image] Dec 18 21:34:37.037 INFO O| Dec 18 21:34:37.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7242 | 2024-12-18T21:34:38.592Z | [ recovery-image] Dec 18 21:34:37.037 INFO O| Dec 18 21:34:37.037 INFO STEP 955 (remove_files) COMPLETE |
7243 | 2024-12-18T21:34:38.592Z | [ recovery-image] Dec 18 21:34:37.037 INFO O| Dec 18 21:34:37.037 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2024-12-18T21:34:38.610Z | [ recovery-image] Dec 18 21:34:37.058 INFO O| Dec 18 21:34:37.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7245 | 2024-12-18T21:34:38.612Z | [ recovery-image] Dec 18 21:34:37.058 INFO O| Dec 18 21:34:37.058 INFO STEP 956 (remove_files) COMPLETE |
7246 | 2024-12-18T21:34:38.612Z | [ recovery-image] Dec 18 21:34:37.058 INFO O| Dec 18 21:34:37.058 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2024-12-18T21:34:38.653Z | [ recovery-image] Dec 18 21:34:37.100 INFO O| Dec 18 21:34:37.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7248 | 2024-12-18T21:34:38.653Z | [ recovery-image] Dec 18 21:34:37.100 INFO O| Dec 18 21:34:37.100 INFO STEP 957 (remove_files) COMPLETE |
7249 | 2024-12-18T21:34:38.656Z | [ recovery-image] Dec 18 21:34:37.100 INFO O| Dec 18 21:34:37.100 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-12-18T21:34:38.673Z | [ recovery-image] Dec 18 21:34:37.121 INFO O| Dec 18 21:34:37.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7251 | 2024-12-18T21:34:38.673Z | [ recovery-image] Dec 18 21:34:37.121 INFO O| Dec 18 21:34:37.121 INFO STEP 958 (remove_files) COMPLETE |
7252 | 2024-12-18T21:34:38.673Z | [ recovery-image] Dec 18 21:34:37.121 INFO O| Dec 18 21:34:37.121 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-12-18T21:34:38.691Z | [ recovery-image] Dec 18 21:34:37.139 INFO O| Dec 18 21:34:37.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7254 | 2024-12-18T21:34:38.691Z | [ recovery-image] Dec 18 21:34:37.139 INFO O| Dec 18 21:34:37.139 INFO STEP 959 (remove_files) COMPLETE |
7255 | 2024-12-18T21:34:38.694Z | [ recovery-image] Dec 18 21:34:37.140 INFO O| Dec 18 21:34:37.139 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-12-18T21:34:38.713Z | [ recovery-image] Dec 18 21:34:37.158 INFO O| Dec 18 21:34:37.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7257 | 2024-12-18T21:34:38.713Z | [ recovery-image] Dec 18 21:34:37.158 INFO O| Dec 18 21:34:37.158 INFO STEP 960 (remove_files) COMPLETE |
7258 | 2024-12-18T21:34:38.713Z | [ recovery-image] Dec 18 21:34:37.158 INFO O| Dec 18 21:34:37.158 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-12-18T21:34:38.729Z | [ recovery-image] Dec 18 21:34:37.177 INFO O| Dec 18 21:34:37.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7260 | 2024-12-18T21:34:38.731Z | [ recovery-image] Dec 18 21:34:37.178 INFO O| Dec 18 21:34:37.178 INFO STEP 961 (remove_files) COMPLETE |
7261 | 2024-12-18T21:34:38.731Z | [ recovery-image] Dec 18 21:34:37.178 INFO O| Dec 18 21:34:37.178 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-12-18T21:34:38.748Z | [ recovery-image] Dec 18 21:34:37.195 INFO O| Dec 18 21:34:37.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7263 | 2024-12-18T21:34:38.748Z | [ recovery-image] Dec 18 21:34:37.195 INFO O| Dec 18 21:34:37.195 INFO STEP 962 (remove_files) COMPLETE |
7264 | 2024-12-18T21:34:38.748Z | [ recovery-image] Dec 18 21:34:37.195 INFO O| Dec 18 21:34:37.195 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-12-18T21:34:38.765Z | [ recovery-image] Dec 18 21:34:37.213 INFO O| Dec 18 21:34:37.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7266 | 2024-12-18T21:34:38.767Z | [ recovery-image] Dec 18 21:34:37.213 INFO O| Dec 18 21:34:37.213 INFO STEP 963 (remove_files) COMPLETE |
7267 | 2024-12-18T21:34:38.767Z | [ recovery-image] Dec 18 21:34:37.213 INFO O| Dec 18 21:34:37.213 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-12-18T21:34:38.784Z | [ recovery-image] Dec 18 21:34:37.232 INFO O| Dec 18 21:34:37.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7269 | 2024-12-18T21:34:38.784Z | [ recovery-image] Dec 18 21:34:37.232 INFO O| Dec 18 21:34:37.232 INFO STEP 964 (remove_files) COMPLETE |
7270 | 2024-12-18T21:34:38.785Z | [ recovery-image] Dec 18 21:34:37.232 INFO O| Dec 18 21:34:37.232 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-12-18T21:34:38.816Z | [ recovery-image] Dec 18 21:34:37.263 INFO O| Dec 18 21:34:37.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7272 | 2024-12-18T21:34:38.816Z | [ recovery-image] Dec 18 21:34:37.263 INFO O| Dec 18 21:34:37.263 INFO STEP 965 (remove_files) COMPLETE |
7273 | 2024-12-18T21:34:38.816Z | [ recovery-image] Dec 18 21:34:37.263 INFO O| Dec 18 21:34:37.263 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-12-18T21:34:38.850Z | [ recovery-image] Dec 18 21:34:37.297 INFO O| Dec 18 21:34:37.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7275 | 2024-12-18T21:34:38.853Z | [ recovery-image] Dec 18 21:34:37.298 INFO O| Dec 18 21:34:37.298 INFO STEP 966 (remove_files) COMPLETE |
7276 | 2024-12-18T21:34:38.853Z | [ recovery-image] Dec 18 21:34:37.298 INFO O| Dec 18 21:34:37.298 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-12-18T21:34:38.901Z | [ recovery-image] Dec 18 21:34:37.349 INFO O| Dec 18 21:34:37.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7278 | 2024-12-18T21:34:38.901Z | [ recovery-image] Dec 18 21:34:37.349 INFO O| Dec 18 21:34:37.349 INFO STEP 967 (remove_files) COMPLETE |
7279 | 2024-12-18T21:34:38.904Z | [ recovery-image] Dec 18 21:34:37.349 INFO O| Dec 18 21:34:37.349 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-12-18T21:34:38.921Z | [ recovery-image] Dec 18 21:34:37.369 INFO O| Dec 18 21:34:37.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7281 | 2024-12-18T21:34:38.921Z | [ recovery-image] Dec 18 21:34:37.369 INFO O| Dec 18 21:34:37.369 INFO STEP 968 (remove_files) COMPLETE |
7282 | 2024-12-18T21:34:38.923Z | [ recovery-image] Dec 18 21:34:37.369 INFO O| Dec 18 21:34:37.369 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-12-18T21:34:38.939Z | [ recovery-image] Dec 18 21:34:37.387 INFO O| Dec 18 21:34:37.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7284 | 2024-12-18T21:34:38.939Z | [ recovery-image] Dec 18 21:34:37.387 INFO O| Dec 18 21:34:37.387 INFO STEP 969 (remove_files) COMPLETE |
7285 | 2024-12-18T21:34:38.940Z | [ recovery-image] Dec 18 21:34:37.387 INFO O| Dec 18 21:34:37.387 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-12-18T21:34:38.958Z | [ recovery-image] Dec 18 21:34:37.406 INFO O| Dec 18 21:34:37.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7287 | 2024-12-18T21:34:38.959Z | [ recovery-image] Dec 18 21:34:37.407 INFO O| Dec 18 21:34:37.406 INFO STEP 970 (remove_files) COMPLETE |
7288 | 2024-12-18T21:34:38.959Z | [ recovery-image] Dec 18 21:34:37.407 INFO O| Dec 18 21:34:37.407 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-12-18T21:34:38.978Z | [ recovery-image] Dec 18 21:34:37.425 INFO O| Dec 18 21:34:37.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7290 | 2024-12-18T21:34:38.978Z | [ recovery-image] Dec 18 21:34:37.425 INFO O| Dec 18 21:34:37.425 INFO STEP 971 (remove_files) COMPLETE |
7291 | 2024-12-18T21:34:38.981Z | [ recovery-image] Dec 18 21:34:37.426 INFO O| Dec 18 21:34:37.425 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-12-18T21:34:38.996Z | [ recovery-image] Dec 18 21:34:37.444 INFO O| Dec 18 21:34:37.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7293 | 2024-12-18T21:34:38.999Z | [ recovery-image] Dec 18 21:34:37.444 INFO O| Dec 18 21:34:37.444 INFO STEP 972 (remove_files) COMPLETE |
7294 | 2024-12-18T21:34:38.999Z | [ recovery-image] Dec 18 21:34:37.444 INFO O| Dec 18 21:34:37.444 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-12-18T21:34:39.017Z | [ recovery-image] Dec 18 21:34:37.465 INFO O| Dec 18 21:34:37.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7296 | 2024-12-18T21:34:39.020Z | [ recovery-image] Dec 18 21:34:37.466 INFO O| Dec 18 21:34:37.465 INFO STEP 973 (remove_files) COMPLETE |
7297 | 2024-12-18T21:34:39.020Z | [ recovery-image] Dec 18 21:34:37.466 INFO O| Dec 18 21:34:37.466 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-12-18T21:34:39.039Z | [ recovery-image] Dec 18 21:34:37.486 INFO O| Dec 18 21:34:37.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7299 | 2024-12-18T21:34:39.042Z | [ recovery-image] Dec 18 21:34:37.487 INFO O| Dec 18 21:34:37.487 INFO STEP 974 (remove_files) COMPLETE |
7300 | 2024-12-18T21:34:39.042Z | [ recovery-image] Dec 18 21:34:37.487 INFO O| Dec 18 21:34:37.487 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-12-18T21:34:39.068Z | [ recovery-image] Dec 18 21:34:37.516 INFO O| Dec 18 21:34:37.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7302 | 2024-12-18T21:34:39.068Z | [ recovery-image] Dec 18 21:34:37.516 INFO O| Dec 18 21:34:37.516 INFO STEP 975 (remove_files) COMPLETE |
7303 | 2024-12-18T21:34:39.071Z | [ recovery-image] Dec 18 21:34:37.516 INFO O| Dec 18 21:34:37.516 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7304 | 2024-12-18T21:34:39.088Z | [ recovery-image] Dec 18 21:34:37.536 INFO O| Dec 18 21:34:37.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7305 | 2024-12-18T21:34:39.088Z | [ recovery-image] Dec 18 21:34:37.536 INFO O| Dec 18 21:34:37.536 INFO STEP 976 (remove_files) COMPLETE |
7306 | 2024-12-18T21:34:39.088Z | [ recovery-image] Dec 18 21:34:37.536 INFO O| Dec 18 21:34:37.536 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7307 | 2024-12-18T21:34:39.118Z | [ recovery-image] Dec 18 21:34:37.566 INFO O| Dec 18 21:34:37.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7308 | 2024-12-18T21:34:39.118Z | [ recovery-image] Dec 18 21:34:37.566 INFO O| Dec 18 21:34:37.556 INFO STEP 977 (remove_files) COMPLETE |
7309 | 2024-12-18T21:34:39.121Z | [ recovery-image] Dec 18 21:34:37.566 INFO O| Dec 18 21:34:37.556 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-12-18T21:34:39.145Z | [ recovery-image] Dec 18 21:34:37.593 INFO O| Dec 18 21:34:37.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7311 | 2024-12-18T21:34:39.145Z | [ recovery-image] Dec 18 21:34:37.593 INFO O| Dec 18 21:34:37.593 INFO STEP 978 (remove_files) COMPLETE |
7312 | 2024-12-18T21:34:39.148Z | [ recovery-image] Dec 18 21:34:37.593 INFO O| Dec 18 21:34:37.593 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7313 | 2024-12-18T21:34:39.225Z | [ recovery-image] Dec 18 21:34:37.672 INFO O| Dec 18 21:34:37.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7314 | 2024-12-18T21:34:39.225Z | [ recovery-image] Dec 18 21:34:37.672 INFO O| Dec 18 21:34:37.672 INFO STEP 979 (remove_files) COMPLETE |
7315 | 2024-12-18T21:34:39.225Z | [ recovery-image] Dec 18 21:34:37.672 INFO O| Dec 18 21:34:37.672 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7316 | 2024-12-18T21:34:39.243Z | [ recovery-image] Dec 18 21:34:37.691 INFO O| Dec 18 21:34:37.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7317 | 2024-12-18T21:34:39.244Z | [ recovery-image] Dec 18 21:34:37.691 INFO O| Dec 18 21:34:37.691 INFO STEP 980 (remove_files) COMPLETE |
7318 | 2024-12-18T21:34:39.248Z | [ recovery-image] Dec 18 21:34:37.691 INFO O| Dec 18 21:34:37.691 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7319 | 2024-12-18T21:34:39.263Z | [ recovery-image] Dec 18 21:34:37.711 INFO O| Dec 18 21:34:37.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7320 | 2024-12-18T21:34:39.263Z | [ recovery-image] Dec 18 21:34:37.711 INFO O| Dec 18 21:34:37.711 INFO STEP 981 (remove_files) COMPLETE |
7321 | 2024-12-18T21:34:39.263Z | [ recovery-image] Dec 18 21:34:37.711 INFO O| Dec 18 21:34:37.711 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7322 | 2024-12-18T21:34:39.283Z | [ recovery-image] Dec 18 21:34:37.730 INFO O| Dec 18 21:34:37.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7323 | 2024-12-18T21:34:39.283Z | [ recovery-image] Dec 18 21:34:37.730 INFO O| Dec 18 21:34:37.730 INFO STEP 982 (remove_files) COMPLETE |
7324 | 2024-12-18T21:34:39.283Z | [ recovery-image] Dec 18 21:34:37.730 INFO O| Dec 18 21:34:37.730 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-12-18T21:34:39.301Z | [ recovery-image] Dec 18 21:34:37.749 INFO O| Dec 18 21:34:37.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7326 | 2024-12-18T21:34:39.303Z | [ recovery-image] Dec 18 21:34:37.749 INFO O| Dec 18 21:34:37.749 INFO STEP 983 (remove_files) COMPLETE |
7327 | 2024-12-18T21:34:39.303Z | [ recovery-image] Dec 18 21:34:37.749 INFO O| Dec 18 21:34:37.749 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-12-18T21:34:39.320Z | [ recovery-image] Dec 18 21:34:37.768 INFO O| Dec 18 21:34:37.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7329 | 2024-12-18T21:34:39.320Z | [ recovery-image] Dec 18 21:34:37.768 INFO O| Dec 18 21:34:37.768 INFO STEP 984 (remove_files) COMPLETE |
7330 | 2024-12-18T21:34:39.320Z | [ recovery-image] Dec 18 21:34:37.768 INFO O| Dec 18 21:34:37.768 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-12-18T21:34:39.339Z | [ recovery-image] Dec 18 21:34:37.787 INFO O| Dec 18 21:34:37.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7332 | 2024-12-18T21:34:39.339Z | [ recovery-image] Dec 18 21:34:37.787 INFO O| Dec 18 21:34:37.787 INFO STEP 985 (remove_files) COMPLETE |
7333 | 2024-12-18T21:34:39.339Z | [ recovery-image] Dec 18 21:34:37.787 INFO O| Dec 18 21:34:37.787 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7334 | 2024-12-18T21:34:39.373Z | [ recovery-image] Dec 18 21:34:37.821 INFO O| Dec 18 21:34:37.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7335 | 2024-12-18T21:34:39.373Z | [ recovery-image] Dec 18 21:34:37.821 INFO O| Dec 18 21:34:37.821 INFO STEP 986 (remove_files) COMPLETE |
7336 | 2024-12-18T21:34:39.373Z | [ recovery-image] Dec 18 21:34:37.821 INFO O| Dec 18 21:34:37.821 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-12-18T21:34:39.411Z | [ recovery-image] Dec 18 21:34:37.859 INFO O| Dec 18 21:34:37.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7338 | 2024-12-18T21:34:39.411Z | [ recovery-image] Dec 18 21:34:37.859 INFO O| Dec 18 21:34:37.859 INFO STEP 987 (remove_files) COMPLETE |
7339 | 2024-12-18T21:34:39.411Z | [ recovery-image] Dec 18 21:34:37.859 INFO O| Dec 18 21:34:37.859 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-12-18T21:34:39.429Z | [ recovery-image] Dec 18 21:34:37.877 INFO O| Dec 18 21:34:37.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7341 | 2024-12-18T21:34:39.429Z | [ recovery-image] Dec 18 21:34:37.877 INFO O| Dec 18 21:34:37.877 INFO STEP 988 (remove_files) COMPLETE |
7342 | 2024-12-18T21:34:39.429Z | [ recovery-image] Dec 18 21:34:37.877 INFO O| Dec 18 21:34:37.877 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-12-18T21:34:39.448Z | [ recovery-image] Dec 18 21:34:37.896 INFO O| Dec 18 21:34:37.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7344 | 2024-12-18T21:34:39.448Z | [ recovery-image] Dec 18 21:34:37.896 INFO O| Dec 18 21:34:37.896 INFO STEP 989 (remove_files) COMPLETE |
7345 | 2024-12-18T21:34:39.448Z | [ recovery-image] Dec 18 21:34:37.896 INFO O| Dec 18 21:34:37.896 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-12-18T21:34:39.466Z | [ recovery-image] Dec 18 21:34:37.914 INFO O| Dec 18 21:34:37.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7347 | 2024-12-18T21:34:39.466Z | [ recovery-image] Dec 18 21:34:37.914 INFO O| Dec 18 21:34:37.914 INFO STEP 990 (remove_files) COMPLETE |
7348 | 2024-12-18T21:34:39.466Z | [ recovery-image] Dec 18 21:34:37.914 INFO O| Dec 18 21:34:37.914 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-12-18T21:34:39.513Z | [ recovery-image] Dec 18 21:34:37.961 INFO O| Dec 18 21:34:37.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7350 | 2024-12-18T21:34:39.513Z | [ recovery-image] Dec 18 21:34:37.961 INFO O| Dec 18 21:34:37.961 INFO STEP 991 (remove_files) COMPLETE |
7351 | 2024-12-18T21:34:39.513Z | [ recovery-image] Dec 18 21:34:37.961 INFO O| Dec 18 21:34:37.961 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-12-18T21:34:39.533Z | [ recovery-image] Dec 18 21:34:37.981 INFO O| Dec 18 21:34:37.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7353 | 2024-12-18T21:34:39.534Z | [ recovery-image] Dec 18 21:34:37.981 INFO O| Dec 18 21:34:37.981 INFO STEP 992 (remove_files) COMPLETE |
7354 | 2024-12-18T21:34:39.536Z | [ recovery-image] Dec 18 21:34:37.981 INFO O| Dec 18 21:34:37.981 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-12-18T21:34:39.552Z | [ recovery-image] Dec 18 21:34:37.999 INFO O| Dec 18 21:34:37.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7356 | 2024-12-18T21:34:39.552Z | [ recovery-image] Dec 18 21:34:37.999 INFO O| Dec 18 21:34:37.999 INFO STEP 993 (remove_files) COMPLETE |
7357 | 2024-12-18T21:34:39.554Z | [ recovery-image] Dec 18 21:34:37.999 INFO O| Dec 18 21:34:37.999 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-12-18T21:34:39.573Z | [ recovery-image] Dec 18 21:34:38.021 INFO O| Dec 18 21:34:38.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7359 | 2024-12-18T21:34:39.576Z | [ recovery-image] Dec 18 21:34:38.021 INFO O| Dec 18 21:34:38.021 INFO STEP 994 (remove_files) COMPLETE |
7360 | 2024-12-18T21:34:39.576Z | [ recovery-image] Dec 18 21:34:38.022 INFO O| Dec 18 21:34:38.022 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-12-18T21:34:39.593Z | [ recovery-image] Dec 18 21:34:38.041 INFO O| Dec 18 21:34:38.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7362 | 2024-12-18T21:34:39.596Z | [ recovery-image] Dec 18 21:34:38.041 INFO O| Dec 18 21:34:38.041 INFO STEP 995 (remove_files) COMPLETE |
7363 | 2024-12-18T21:34:39.596Z | [ recovery-image] Dec 18 21:34:38.042 INFO O| Dec 18 21:34:38.042 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-12-18T21:34:39.613Z | [ recovery-image] Dec 18 21:34:38.060 INFO O| Dec 18 21:34:38.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7365 | 2024-12-18T21:34:39.615Z | [ recovery-image] Dec 18 21:34:38.061 INFO O| Dec 18 21:34:38.061 INFO STEP 996 (remove_files) COMPLETE |
7366 | 2024-12-18T21:34:39.615Z | [ recovery-image] Dec 18 21:34:38.061 INFO O| Dec 18 21:34:38.061 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-12-18T21:34:39.708Z | [ recovery-image] Dec 18 21:34:38.156 INFO O| Dec 18 21:34:38.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7368 | 2024-12-18T21:34:39.708Z | [ recovery-image] Dec 18 21:34:38.156 INFO O| Dec 18 21:34:38.156 INFO STEP 997 (remove_files) COMPLETE |
7369 | 2024-12-18T21:34:39.708Z | [ recovery-image] Dec 18 21:34:38.156 INFO O| Dec 18 21:34:38.156 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-12-18T21:34:39.741Z | [ recovery-image] Dec 18 21:34:38.189 INFO O| Dec 18 21:34:38.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7371 | 2024-12-18T21:34:39.741Z | [ recovery-image] Dec 18 21:34:38.189 INFO O| Dec 18 21:34:38.189 INFO STEP 998 (remove_files) COMPLETE |
7372 | 2024-12-18T21:34:39.745Z | [ recovery-image] Dec 18 21:34:38.189 INFO O| Dec 18 21:34:38.189 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-12-18T21:34:39.762Z | [ recovery-image] Dec 18 21:34:38.210 INFO O| Dec 18 21:34:38.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7374 | 2024-12-18T21:34:39.765Z | [ recovery-image] Dec 18 21:34:38.210 INFO O| Dec 18 21:34:38.210 INFO STEP 999 (remove_files) COMPLETE |
7375 | 2024-12-18T21:34:39.765Z | [ recovery-image] Dec 18 21:34:38.211 INFO O| Dec 18 21:34:38.210 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-12-18T21:34:39.783Z | [ recovery-image] Dec 18 21:34:38.231 INFO O| Dec 18 21:34:38.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7377 | 2024-12-18T21:34:39.786Z | [ recovery-image] Dec 18 21:34:38.231 INFO O| Dec 18 21:34:38.231 INFO STEP 1000 (remove_files) COMPLETE |
7378 | 2024-12-18T21:34:39.786Z | [ recovery-image] Dec 18 21:34:38.231 INFO O| Dec 18 21:34:38.231 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-12-18T21:34:39.904Z | [ recovery-image] Dec 18 21:34:38.352 INFO O| Dec 18 21:34:38.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7380 | 2024-12-18T21:34:39.907Z | [ recovery-image] Dec 18 21:34:38.352 INFO O| Dec 18 21:34:38.352 INFO STEP 1001 (remove_files) COMPLETE |
7381 | 2024-12-18T21:34:39.907Z | [ recovery-image] Dec 18 21:34:38.352 INFO O| Dec 18 21:34:38.352 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-12-18T21:34:39.924Z | [ recovery-image] Dec 18 21:34:38.372 INFO O| Dec 18 21:34:38.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7383 | 2024-12-18T21:34:39.924Z | [ recovery-image] Dec 18 21:34:38.372 INFO O| Dec 18 21:34:38.372 INFO STEP 1002 (remove_files) COMPLETE |
7384 | 2024-12-18T21:34:39.924Z | [ recovery-image] Dec 18 21:34:38.372 INFO O| Dec 18 21:34:38.372 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-12-18T21:34:39.942Z | [ recovery-image] Dec 18 21:34:38.389 INFO O| Dec 18 21:34:38.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7386 | 2024-12-18T21:34:39.942Z | [ recovery-image] Dec 18 21:34:38.389 INFO O| Dec 18 21:34:38.389 INFO STEP 1003 (remove_files) COMPLETE |
7387 | 2024-12-18T21:34:39.947Z | [ recovery-image] Dec 18 21:34:38.389 INFO O| Dec 18 21:34:38.389 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-12-18T21:34:39.958Z | [ recovery-image] Dec 18 21:34:38.405 INFO O| Dec 18 21:34:38.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7389 | 2024-12-18T21:34:39.958Z | [ recovery-image] Dec 18 21:34:38.406 INFO O| Dec 18 21:34:38.406 INFO STEP 1004 (remove_files) COMPLETE |
7390 | 2024-12-18T21:34:39.961Z | [ recovery-image] Dec 18 21:34:38.406 INFO O| Dec 18 21:34:38.406 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-12-18T21:34:39.974Z | [ recovery-image] Dec 18 21:34:38.422 INFO O| Dec 18 21:34:38.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7392 | 2024-12-18T21:34:39.974Z | [ recovery-image] Dec 18 21:34:38.422 INFO O| Dec 18 21:34:38.422 INFO STEP 1005 (remove_files) COMPLETE |
7393 | 2024-12-18T21:34:39.974Z | [ recovery-image] Dec 18 21:34:38.422 INFO O| Dec 18 21:34:38.422 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-12-18T21:34:39.994Z | [ recovery-image] Dec 18 21:34:38.441 INFO O| Dec 18 21:34:38.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7395 | 2024-12-18T21:34:39.994Z | [ recovery-image] Dec 18 21:34:38.441 INFO O| Dec 18 21:34:38.441 INFO STEP 1006 (remove_files) COMPLETE |
7396 | 2024-12-18T21:34:39.994Z | [ recovery-image] Dec 18 21:34:38.441 INFO O| Dec 18 21:34:38.441 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-12-18T21:34:40.026Z | [ recovery-image] Dec 18 21:34:38.473 INFO O| Dec 18 21:34:38.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7398 | 2024-12-18T21:34:40.026Z | [ recovery-image] Dec 18 21:34:38.473 INFO O| Dec 18 21:34:38.473 INFO STEP 1007 (remove_files) COMPLETE |
7399 | 2024-12-18T21:34:40.026Z | [ recovery-image] Dec 18 21:34:38.473 INFO O| Dec 18 21:34:38.473 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-12-18T21:34:40.063Z | [ recovery-image] Dec 18 21:34:38.510 INFO O| Dec 18 21:34:38.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7401 | 2024-12-18T21:34:40.065Z | [ recovery-image] Dec 18 21:34:38.510 INFO O| Dec 18 21:34:38.510 INFO STEP 1008 (remove_files) COMPLETE |
7402 | 2024-12-18T21:34:40.065Z | [ recovery-image] Dec 18 21:34:38.511 INFO O| Dec 18 21:34:38.510 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-12-18T21:34:40.081Z | [ recovery-image] Dec 18 21:34:38.529 INFO O| Dec 18 21:34:38.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7404 | 2024-12-18T21:34:40.084Z | [ recovery-image] Dec 18 21:34:38.529 INFO O| Dec 18 21:34:38.529 INFO STEP 1009 (remove_files) COMPLETE |
7405 | 2024-12-18T21:34:40.084Z | [ recovery-image] Dec 18 21:34:38.529 INFO O| Dec 18 21:34:38.529 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-12-18T21:34:40.117Z | [ recovery-image] Dec 18 21:34:38.565 INFO O| Dec 18 21:34:38.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7407 | 2024-12-18T21:34:40.117Z | [ recovery-image] Dec 18 21:34:38.565 INFO O| Dec 18 21:34:38.565 INFO STEP 1010 (remove_files) COMPLETE |
7408 | 2024-12-18T21:34:40.117Z | [ recovery-image] Dec 18 21:34:38.565 INFO O| Dec 18 21:34:38.565 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-12-18T21:34:40.137Z | [ recovery-image] Dec 18 21:34:38.584 INFO O| Dec 18 21:34:38.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7410 | 2024-12-18T21:34:40.138Z | [ recovery-image] Dec 18 21:34:38.584 INFO O| Dec 18 21:34:38.584 INFO STEP 1011 (remove_files) COMPLETE |
7411 | 2024-12-18T21:34:40.138Z | [ recovery-image] Dec 18 21:34:38.584 INFO O| Dec 18 21:34:38.584 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-12-18T21:34:40.155Z | [ recovery-image] Dec 18 21:34:38.602 INFO O| Dec 18 21:34:38.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7413 | 2024-12-18T21:34:40.155Z | [ recovery-image] Dec 18 21:34:38.602 INFO O| Dec 18 21:34:38.602 INFO STEP 1012 (remove_files) COMPLETE |
7414 | 2024-12-18T21:34:40.155Z | [ recovery-image] Dec 18 21:34:38.602 INFO O| Dec 18 21:34:38.602 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-12-18T21:34:40.172Z | [ recovery-image] Dec 18 21:34:38.620 INFO O| Dec 18 21:34:38.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7416 | 2024-12-18T21:34:40.172Z | [ recovery-image] Dec 18 21:34:38.620 INFO O| Dec 18 21:34:38.620 INFO STEP 1013 (remove_files) COMPLETE |
7417 | 2024-12-18T21:34:40.176Z | [ recovery-image] Dec 18 21:34:38.620 INFO O| Dec 18 21:34:38.620 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-12-18T21:34:40.192Z | [ recovery-image] Dec 18 21:34:38.639 INFO O| Dec 18 21:34:38.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7419 | 2024-12-18T21:34:40.192Z | [ recovery-image] Dec 18 21:34:38.639 INFO O| Dec 18 21:34:38.639 INFO STEP 1014 (remove_files) COMPLETE |
7420 | 2024-12-18T21:34:40.192Z | [ recovery-image] Dec 18 21:34:38.639 INFO O| Dec 18 21:34:38.639 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-12-18T21:34:40.210Z | [ recovery-image] Dec 18 21:34:38.658 INFO O| Dec 18 21:34:38.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7422 | 2024-12-18T21:34:40.213Z | [ recovery-image] Dec 18 21:34:38.658 INFO O| Dec 18 21:34:38.658 INFO STEP 1015 (remove_files) COMPLETE |
7423 | 2024-12-18T21:34:40.213Z | [ recovery-image] Dec 18 21:34:38.658 INFO O| Dec 18 21:34:38.658 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-12-18T21:34:40.228Z | [ recovery-image] Dec 18 21:34:38.676 INFO O| Dec 18 21:34:38.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7425 | 2024-12-18T21:34:40.229Z | [ recovery-image] Dec 18 21:34:38.676 INFO O| Dec 18 21:34:38.676 INFO STEP 1016 (remove_files) COMPLETE |
7426 | 2024-12-18T21:34:40.229Z | [ recovery-image] Dec 18 21:34:38.676 INFO O| Dec 18 21:34:38.676 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-12-18T21:34:40.245Z | [ recovery-image] Dec 18 21:34:38.693 INFO O| Dec 18 21:34:38.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7428 | 2024-12-18T21:34:40.268Z | [ recovery-image] Dec 18 21:34:38.716 INFO O| Dec 18 21:34:38.716 INFO STEP 1017 (remove_files) COMPLETE |
7429 | 2024-12-18T21:34:40.268Z | [ recovery-image] Dec 18 21:34:38.716 INFO O| Dec 18 21:34:38.716 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-12-18T21:34:40.334Z | [ recovery-image] Dec 18 21:34:38.781 INFO O| Dec 18 21:34:38.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7431 | 2024-12-18T21:34:40.334Z | [ recovery-image] Dec 18 21:34:38.781 INFO O| Dec 18 21:34:38.781 INFO STEP 1018 (remove_files) COMPLETE |
7432 | 2024-12-18T21:34:40.334Z | [ recovery-image] Dec 18 21:34:38.781 INFO O| Dec 18 21:34:38.781 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-12-18T21:34:40.353Z | [ recovery-image] Dec 18 21:34:38.800 INFO O| Dec 18 21:34:38.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7434 | 2024-12-18T21:34:40.353Z | [ recovery-image] Dec 18 21:34:38.800 INFO O| Dec 18 21:34:38.800 INFO STEP 1019 (remove_files) COMPLETE |
7435 | 2024-12-18T21:34:40.353Z | [ recovery-image] Dec 18 21:34:38.800 INFO O| Dec 18 21:34:38.800 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2024-12-18T21:34:40.388Z | [ recovery-image] Dec 18 21:34:38.835 INFO O| Dec 18 21:34:38.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7437 | 2024-12-18T21:34:40.390Z | [ recovery-image] Dec 18 21:34:38.836 INFO O| Dec 18 21:34:38.835 INFO STEP 1020 (remove_files) COMPLETE |
7438 | 2024-12-18T21:34:40.390Z | [ recovery-image] Dec 18 21:34:38.836 INFO O| Dec 18 21:34:38.835 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2024-12-18T21:34:40.476Z | [ recovery-image] Dec 18 21:34:38.923 INFO O| Dec 18 21:34:38.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7440 | 2024-12-18T21:34:40.476Z | [ recovery-image] Dec 18 21:34:38.924 INFO O| Dec 18 21:34:38.924 INFO STEP 1021 (remove_files) COMPLETE |
7441 | 2024-12-18T21:34:40.476Z | [ recovery-image] Dec 18 21:34:38.924 INFO O| Dec 18 21:34:38.924 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-12-18T21:34:40.528Z | [ recovery-image] Dec 18 21:34:38.976 INFO O| Dec 18 21:34:38.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7443 | 2024-12-18T21:34:40.529Z | [ recovery-image] Dec 18 21:34:38.976 INFO O| Dec 18 21:34:38.976 INFO STEP 1022 (remove_files) COMPLETE |
7444 | 2024-12-18T21:34:40.532Z | [ recovery-image] Dec 18 21:34:38.976 INFO O| Dec 18 21:34:38.976 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2024-12-18T21:34:40.606Z | [ recovery-image] Dec 18 21:34:39.053 INFO O| Dec 18 21:34:39.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7446 | 2024-12-18T21:34:40.607Z | [ recovery-image] Dec 18 21:34:39.053 INFO O| Dec 18 21:34:39.053 INFO STEP 1023 (remove_files) COMPLETE |
7447 | 2024-12-18T21:34:40.607Z | [ recovery-image] Dec 18 21:34:39.053 INFO O| Dec 18 21:34:39.053 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2024-12-18T21:34:40.640Z | [ recovery-image] Dec 18 21:34:39.087 INFO O| Dec 18 21:34:39.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7449 | 2024-12-18T21:34:40.640Z | [ recovery-image] Dec 18 21:34:39.087 INFO O| Dec 18 21:34:39.087 INFO STEP 1024 (remove_files) COMPLETE |
7450 | 2024-12-18T21:34:40.640Z | [ recovery-image] Dec 18 21:34:39.087 INFO O| Dec 18 21:34:39.087 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2024-12-18T21:34:40.678Z | [ recovery-image] Dec 18 21:34:39.125 INFO O| Dec 18 21:34:39.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7452 | 2024-12-18T21:34:40.681Z | [ recovery-image] Dec 18 21:34:39.126 INFO O| Dec 18 21:34:39.126 INFO STEP 1025 (remove_files) COMPLETE |
7453 | 2024-12-18T21:34:40.681Z | [ recovery-image] Dec 18 21:34:39.126 INFO O| Dec 18 21:34:39.126 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2024-12-18T21:34:40.715Z | [ recovery-image] Dec 18 21:34:39.162 INFO O| Dec 18 21:34:39.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7455 | 2024-12-18T21:34:40.739Z | [ recovery-image] Dec 18 21:34:39.186 INFO O| Dec 18 21:34:39.186 INFO STEP 1026 (remove_files) COMPLETE |
7456 | 2024-12-18T21:34:40.739Z | [ recovery-image] Dec 18 21:34:39.186 INFO O| Dec 18 21:34:39.186 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2024-12-18T21:34:40.796Z | [ recovery-image] Dec 18 21:34:39.243 INFO O| Dec 18 21:34:39.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7458 | 2024-12-18T21:34:40.796Z | [ recovery-image] Dec 18 21:34:39.244 INFO O| Dec 18 21:34:39.244 INFO STEP 1027 (remove_files) COMPLETE |
7459 | 2024-12-18T21:34:40.796Z | [ recovery-image] Dec 18 21:34:39.244 INFO O| Dec 18 21:34:39.244 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2024-12-18T21:34:40.843Z | [ recovery-image] Dec 18 21:34:39.290 INFO O| Dec 18 21:34:39.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7461 | 2024-12-18T21:34:40.843Z | [ recovery-image] Dec 18 21:34:39.290 INFO O| Dec 18 21:34:39.290 INFO STEP 1028 (remove_files) COMPLETE |
7462 | 2024-12-18T21:34:40.843Z | [ recovery-image] Dec 18 21:34:39.290 INFO O| Dec 18 21:34:39.290 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7463 | 2024-12-18T21:34:40.887Z | [ recovery-image] Dec 18 21:34:39.334 INFO O| Dec 18 21:34:39.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7464 | 2024-12-18T21:34:40.887Z | [ recovery-image] Dec 18 21:34:39.334 INFO O| Dec 18 21:34:39.334 INFO STEP 1029 (remove_files) COMPLETE |
7465 | 2024-12-18T21:34:40.890Z | [ recovery-image] Dec 18 21:34:39.334 INFO O| Dec 18 21:34:39.334 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7466 | 2024-12-18T21:34:40.904Z | [ recovery-image] Dec 18 21:34:39.351 INFO O| Dec 18 21:34:39.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7467 | 2024-12-18T21:34:40.907Z | [ recovery-image] Dec 18 21:34:39.351 INFO O| Dec 18 21:34:39.351 INFO STEP 1030 (remove_files) COMPLETE |
7468 | 2024-12-18T21:34:40.907Z | [ recovery-image] Dec 18 21:34:39.352 INFO O| Dec 18 21:34:39.351 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7469 | 2024-12-18T21:34:40.922Z | [ recovery-image] Dec 18 21:34:39.369 INFO O| Dec 18 21:34:39.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7470 | 2024-12-18T21:34:40.922Z | [ recovery-image] Dec 18 21:34:39.369 INFO O| Dec 18 21:34:39.369 INFO STEP 1031 (remove_files) COMPLETE |
7471 | 2024-12-18T21:34:40.922Z | [ recovery-image] Dec 18 21:34:39.369 INFO O| Dec 18 21:34:39.369 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7472 | 2024-12-18T21:34:40.939Z | [ recovery-image] Dec 18 21:34:39.387 INFO O| Dec 18 21:34:39.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7473 | 2024-12-18T21:34:40.939Z | [ recovery-image] Dec 18 21:34:39.387 INFO O| Dec 18 21:34:39.387 INFO STEP 1032 (remove_files) COMPLETE |
7474 | 2024-12-18T21:34:40.943Z | [ recovery-image] Dec 18 21:34:39.387 INFO O| Dec 18 21:34:39.387 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7475 | 2024-12-18T21:34:40.957Z | [ recovery-image] Dec 18 21:34:39.405 INFO O| Dec 18 21:34:39.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7476 | 2024-12-18T21:34:40.957Z | [ recovery-image] Dec 18 21:34:39.405 INFO O| Dec 18 21:34:39.405 INFO STEP 1033 (remove_files) COMPLETE |
7477 | 2024-12-18T21:34:40.960Z | [ recovery-image] Dec 18 21:34:39.405 INFO O| Dec 18 21:34:39.405 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7478 | 2024-12-18T21:34:40.976Z | [ recovery-image] Dec 18 21:34:39.423 INFO O| Dec 18 21:34:39.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7479 | 2024-12-18T21:34:40.976Z | [ recovery-image] Dec 18 21:34:39.423 INFO O| Dec 18 21:34:39.423 INFO STEP 1034 (remove_files) COMPLETE |
7480 | 2024-12-18T21:34:40.979Z | [ recovery-image] Dec 18 21:34:39.423 INFO O| Dec 18 21:34:39.423 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7481 | 2024-12-18T21:34:40.999Z | [ recovery-image] Dec 18 21:34:39.446 INFO O| Dec 18 21:34:39.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7482 | 2024-12-18T21:34:40.999Z | [ recovery-image] Dec 18 21:34:39.446 INFO O| Dec 18 21:34:39.446 INFO STEP 1035 (remove_files) COMPLETE |
7483 | 2024-12-18T21:34:41.002Z | [ recovery-image] Dec 18 21:34:39.446 INFO O| Dec 18 21:34:39.446 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7484 | 2024-12-18T21:34:41.018Z | [ recovery-image] Dec 18 21:34:39.466 INFO O| Dec 18 21:34:39.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7485 | 2024-12-18T21:34:41.026Z | [ recovery-image] Dec 18 21:34:39.473 INFO O| Dec 18 21:34:39.473 INFO STEP 1036 (remove_files) COMPLETE |
7486 | 2024-12-18T21:34:41.026Z | [ recovery-image] Dec 18 21:34:39.473 INFO O| Dec 18 21:34:39.473 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7487 | 2024-12-18T21:34:41.084Z | [ recovery-image] Dec 18 21:34:39.531 INFO O| Dec 18 21:34:39.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7488 | 2024-12-18T21:34:41.084Z | [ recovery-image] Dec 18 21:34:39.531 INFO O| Dec 18 21:34:39.531 INFO STEP 1037 (remove_files) COMPLETE |
7489 | 2024-12-18T21:34:41.084Z | [ recovery-image] Dec 18 21:34:39.531 INFO O| Dec 18 21:34:39.531 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7490 | 2024-12-18T21:34:41.113Z | [ recovery-image] Dec 18 21:34:39.560 INFO O| Dec 18 21:34:39.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7491 | 2024-12-18T21:34:41.113Z | [ recovery-image] Dec 18 21:34:39.560 INFO O| Dec 18 21:34:39.560 INFO STEP 1038 (remove_files) COMPLETE |
7492 | 2024-12-18T21:34:41.113Z | [ recovery-image] Dec 18 21:34:39.560 INFO O| Dec 18 21:34:39.560 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7493 | 2024-12-18T21:34:41.135Z | [ recovery-image] Dec 18 21:34:39.583 INFO O| Dec 18 21:34:39.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7494 | 2024-12-18T21:34:41.138Z | [ recovery-image] Dec 18 21:34:39.583 INFO O| Dec 18 21:34:39.583 INFO STEP 1039 (remove_files) COMPLETE |
7495 | 2024-12-18T21:34:41.139Z | [ recovery-image] Dec 18 21:34:39.583 INFO O| Dec 18 21:34:39.583 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7496 | 2024-12-18T21:34:41.166Z | [ recovery-image] Dec 18 21:34:39.613 INFO O| Dec 18 21:34:39.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7497 | 2024-12-18T21:34:41.166Z | [ recovery-image] Dec 18 21:34:39.613 INFO O| Dec 18 21:34:39.613 INFO STEP 1040 (remove_files) COMPLETE |
7498 | 2024-12-18T21:34:41.166Z | [ recovery-image] Dec 18 21:34:39.613 INFO O| Dec 18 21:34:39.613 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7499 | 2024-12-18T21:34:41.199Z | [ recovery-image] Dec 18 21:34:39.634 INFO O| Dec 18 21:34:39.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7500 | 2024-12-18T21:34:41.199Z | [ recovery-image] Dec 18 21:34:39.634 INFO O| Dec 18 21:34:39.634 INFO STEP 1041 (remove_files) COMPLETE |
7501 | 2024-12-18T21:34:41.203Z | [ recovery-image] Dec 18 21:34:39.634 INFO O| Dec 18 21:34:39.634 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7502 | 2024-12-18T21:34:41.295Z | [ recovery-image] Dec 18 21:34:39.742 INFO O| Dec 18 21:34:39.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7503 | 2024-12-18T21:34:41.298Z | [ recovery-image] Dec 18 21:34:39.743 INFO O| Dec 18 21:34:39.742 INFO STEP 1042 (remove_files) COMPLETE |
7504 | 2024-12-18T21:34:41.298Z | [ recovery-image] Dec 18 21:34:39.743 INFO O| Dec 18 21:34:39.743 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7505 | 2024-12-18T21:34:41.315Z | [ recovery-image] Dec 18 21:34:39.762 INFO O| Dec 18 21:34:39.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7506 | 2024-12-18T21:34:41.317Z | [ recovery-image] Dec 18 21:34:39.762 INFO O| Dec 18 21:34:39.762 INFO STEP 1043 (remove_files) COMPLETE |
7507 | 2024-12-18T21:34:41.317Z | [ recovery-image] Dec 18 21:34:39.762 INFO O| Dec 18 21:34:39.762 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7508 | 2024-12-18T21:34:41.380Z | [ recovery-image] Dec 18 21:34:39.827 INFO O| Dec 18 21:34:39.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7509 | 2024-12-18T21:34:41.384Z | [ recovery-image] Dec 18 21:34:39.827 INFO O| Dec 18 21:34:39.827 INFO STEP 1044 (remove_files) COMPLETE |
7510 | 2024-12-18T21:34:41.384Z | [ recovery-image] Dec 18 21:34:39.828 INFO O| Dec 18 21:34:39.828 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2024-12-18T21:34:41.400Z | [ recovery-image] Dec 18 21:34:39.847 INFO O| Dec 18 21:34:39.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7512 | 2024-12-18T21:34:41.403Z | [ recovery-image] Dec 18 21:34:39.848 INFO O| Dec 18 21:34:39.848 INFO STEP 1045 (remove_files) COMPLETE |
7513 | 2024-12-18T21:34:41.403Z | [ recovery-image] Dec 18 21:34:39.848 INFO O| Dec 18 21:34:39.848 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2024-12-18T21:34:41.439Z | [ recovery-image] Dec 18 21:34:39.887 INFO O| Dec 18 21:34:39.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7515 | 2024-12-18T21:34:41.443Z | [ recovery-image] Dec 18 21:34:39.887 INFO O| Dec 18 21:34:39.887 INFO STEP 1046 (remove_files) COMPLETE |
7516 | 2024-12-18T21:34:41.443Z | [ recovery-image] Dec 18 21:34:39.887 INFO O| Dec 18 21:34:39.887 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7517 | 2024-12-18T21:34:41.476Z | [ recovery-image] Dec 18 21:34:39.923 INFO O| Dec 18 21:34:39.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7518 | 2024-12-18T21:34:41.479Z | [ recovery-image] Dec 18 21:34:39.924 INFO O| Dec 18 21:34:39.923 INFO STEP 1047 (remove_files) COMPLETE |
7519 | 2024-12-18T21:34:41.479Z | [ recovery-image] Dec 18 21:34:39.924 INFO O| Dec 18 21:34:39.923 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7520 | 2024-12-18T21:34:41.496Z | [ recovery-image] Dec 18 21:34:39.943 INFO O| Dec 18 21:34:39.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7521 | 2024-12-18T21:34:41.496Z | [ recovery-image] Dec 18 21:34:39.944 INFO O| Dec 18 21:34:39.943 INFO STEP 1048 (remove_files) COMPLETE |
7522 | 2024-12-18T21:34:41.500Z | [ recovery-image] Dec 18 21:34:39.944 INFO O| Dec 18 21:34:39.944 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7523 | 2024-12-18T21:34:41.558Z | [ recovery-image] Dec 18 21:34:40.005 INFO O| Dec 18 21:34:40.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7524 | 2024-12-18T21:34:41.562Z | [ recovery-image] Dec 18 21:34:40.005 INFO O| Dec 18 21:34:40.005 INFO STEP 1049 (remove_files) COMPLETE |
7525 | 2024-12-18T21:34:41.562Z | [ recovery-image] Dec 18 21:34:40.005 INFO O| Dec 18 21:34:40.005 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7526 | 2024-12-18T21:34:41.578Z | [ recovery-image] Dec 18 21:34:40.025 INFO O| Dec 18 21:34:40.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7527 | 2024-12-18T21:34:41.581Z | [ recovery-image] Dec 18 21:34:40.025 INFO O| Dec 18 21:34:40.025 INFO STEP 1050 (remove_files) COMPLETE |
7528 | 2024-12-18T21:34:41.581Z | [ recovery-image] Dec 18 21:34:40.025 INFO O| Dec 18 21:34:40.025 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7529 | 2024-12-18T21:34:41.597Z | [ recovery-image] Dec 18 21:34:40.045 INFO O| Dec 18 21:34:40.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7530 | 2024-12-18T21:34:41.600Z | [ recovery-image] Dec 18 21:34:40.045 INFO O| Dec 18 21:34:40.045 INFO STEP 1051 (remove_files) COMPLETE |
7531 | 2024-12-18T21:34:41.600Z | [ recovery-image] Dec 18 21:34:40.045 INFO O| Dec 18 21:34:40.045 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7532 | 2024-12-18T21:34:41.634Z | [ recovery-image] Dec 18 21:34:40.081 INFO O| Dec 18 21:34:40.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7533 | 2024-12-18T21:34:41.634Z | [ recovery-image] Dec 18 21:34:40.081 INFO O| Dec 18 21:34:40.081 INFO STEP 1052 (remove_files) COMPLETE |
7534 | 2024-12-18T21:34:41.634Z | [ recovery-image] Dec 18 21:34:40.081 INFO O| Dec 18 21:34:40.081 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7535 | 2024-12-18T21:34:41.655Z | [ recovery-image] Dec 18 21:34:40.102 INFO O| Dec 18 21:34:40.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7536 | 2024-12-18T21:34:41.655Z | [ recovery-image] Dec 18 21:34:40.102 INFO O| Dec 18 21:34:40.102 INFO STEP 1053 (remove_files) COMPLETE |
7537 | 2024-12-18T21:34:41.655Z | [ recovery-image] Dec 18 21:34:40.102 INFO O| Dec 18 21:34:40.102 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7538 | 2024-12-18T21:34:41.697Z | [ recovery-image] Dec 18 21:34:40.145 INFO O| Dec 18 21:34:40.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7539 | 2024-12-18T21:34:41.698Z | [ recovery-image] Dec 18 21:34:40.145 INFO O| Dec 18 21:34:40.145 INFO STEP 1054 (remove_files) COMPLETE |
7540 | 2024-12-18T21:34:41.698Z | [ recovery-image] Dec 18 21:34:40.145 INFO O| Dec 18 21:34:40.145 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7541 | 2024-12-18T21:34:41.729Z | [ recovery-image] Dec 18 21:34:40.176 INFO O| Dec 18 21:34:40.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7542 | 2024-12-18T21:34:41.729Z | [ recovery-image] Dec 18 21:34:40.176 INFO O| Dec 18 21:34:40.176 INFO STEP 1055 (remove_files) COMPLETE |
7543 | 2024-12-18T21:34:41.732Z | [ recovery-image] Dec 18 21:34:40.176 INFO O| Dec 18 21:34:40.176 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7544 | 2024-12-18T21:34:41.778Z | [ recovery-image] Dec 18 21:34:40.225 INFO O| Dec 18 21:34:40.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7545 | 2024-12-18T21:34:41.781Z | [ recovery-image] Dec 18 21:34:40.225 INFO O| Dec 18 21:34:40.225 INFO STEP 1056 (remove_files) COMPLETE |
7546 | 2024-12-18T21:34:41.781Z | [ recovery-image] Dec 18 21:34:40.225 INFO O| Dec 18 21:34:40.225 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7547 | 2024-12-18T21:34:41.802Z | [ recovery-image] Dec 18 21:34:40.247 INFO O| Dec 18 21:34:40.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7548 | 2024-12-18T21:34:41.802Z | [ recovery-image] Dec 18 21:34:40.247 INFO O| Dec 18 21:34:40.247 INFO STEP 1057 (remove_files) COMPLETE |
7549 | 2024-12-18T21:34:41.806Z | [ recovery-image] Dec 18 21:34:40.248 INFO O| Dec 18 21:34:40.247 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7550 | 2024-12-18T21:34:41.821Z | [ recovery-image] Dec 18 21:34:40.268 INFO O| Dec 18 21:34:40.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7551 | 2024-12-18T21:34:41.823Z | [ recovery-image] Dec 18 21:34:40.268 INFO O| Dec 18 21:34:40.268 INFO STEP 1058 (remove_files) COMPLETE |
7552 | 2024-12-18T21:34:41.824Z | [ recovery-image] Dec 18 21:34:40.268 INFO O| Dec 18 21:34:40.268 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7553 | 2024-12-18T21:34:41.847Z | [ recovery-image] Dec 18 21:34:40.295 INFO O| Dec 18 21:34:40.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7554 | 2024-12-18T21:34:41.847Z | [ recovery-image] Dec 18 21:34:40.295 INFO O| Dec 18 21:34:40.287 INFO STEP 1059 (remove_files) COMPLETE |
7555 | 2024-12-18T21:34:41.850Z | [ recovery-image] Dec 18 21:34:40.295 INFO O| Dec 18 21:34:40.287 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7556 | 2024-12-18T21:34:41.857Z | [ recovery-image] Dec 18 21:34:40.304 INFO O| Dec 18 21:34:40.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7557 | 2024-12-18T21:34:41.859Z | [ recovery-image] Dec 18 21:34:40.305 INFO O| Dec 18 21:34:40.305 INFO STEP 1060 (remove_files) COMPLETE |
7558 | 2024-12-18T21:34:41.859Z | [ recovery-image] Dec 18 21:34:40.305 INFO O| Dec 18 21:34:40.305 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7559 | 2024-12-18T21:34:41.874Z | [ recovery-image] Dec 18 21:34:40.321 INFO O| Dec 18 21:34:40.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7560 | 2024-12-18T21:34:41.939Z | [ recovery-image] Dec 18 21:34:40.386 INFO O| Dec 18 21:34:40.385 INFO STEP 1061 (remove_files) COMPLETE |
7561 | 2024-12-18T21:34:41.939Z | [ recovery-image] Dec 18 21:34:40.386 INFO O| Dec 18 21:34:40.385 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7562 | 2024-12-18T21:34:41.957Z | [ recovery-image] Dec 18 21:34:40.404 INFO O| Dec 18 21:34:40.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7563 | 2024-12-18T21:34:41.959Z | [ recovery-image] Dec 18 21:34:40.404 INFO O| Dec 18 21:34:40.404 INFO STEP 1062 (remove_files) COMPLETE |
7564 | 2024-12-18T21:34:41.959Z | [ recovery-image] Dec 18 21:34:40.404 INFO O| Dec 18 21:34:40.404 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7565 | 2024-12-18T21:34:41.996Z | [ recovery-image] Dec 18 21:34:40.442 INFO O| Dec 18 21:34:40.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7566 | 2024-12-18T21:34:41.996Z | [ recovery-image] Dec 18 21:34:40.442 INFO O| Dec 18 21:34:40.442 INFO STEP 1063 (remove_files) COMPLETE |
7567 | 2024-12-18T21:34:42.000Z | [ recovery-image] Dec 18 21:34:40.442 INFO O| Dec 18 21:34:40.442 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7568 | 2024-12-18T21:34:42.017Z | [ recovery-image] Dec 18 21:34:40.463 INFO O| Dec 18 21:34:40.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7569 | 2024-12-18T21:34:42.017Z | [ recovery-image] Dec 18 21:34:40.463 INFO O| Dec 18 21:34:40.463 INFO STEP 1064 (remove_files) COMPLETE |
7570 | 2024-12-18T21:34:42.018Z | [ recovery-image] Dec 18 21:34:40.463 INFO O| Dec 18 21:34:40.463 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7571 | 2024-12-18T21:34:42.080Z | [ recovery-image] Dec 18 21:34:40.527 INFO O| Dec 18 21:34:40.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7572 | 2024-12-18T21:34:42.080Z | [ recovery-image] Dec 18 21:34:40.527 INFO O| Dec 18 21:34:40.527 INFO STEP 1065 (remove_files) COMPLETE |
7573 | 2024-12-18T21:34:42.080Z | [ recovery-image] Dec 18 21:34:40.527 INFO O| Dec 18 21:34:40.527 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7574 | 2024-12-18T21:34:42.099Z | [ recovery-image] Dec 18 21:34:40.546 INFO O| Dec 18 21:34:40.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7575 | 2024-12-18T21:34:42.100Z | [ recovery-image] Dec 18 21:34:40.546 INFO O| Dec 18 21:34:40.546 INFO STEP 1066 (remove_files) COMPLETE |
7576 | 2024-12-18T21:34:42.100Z | [ recovery-image] Dec 18 21:34:40.546 INFO O| Dec 18 21:34:40.546 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7577 | 2024-12-18T21:34:42.128Z | [ recovery-image] Dec 18 21:34:40.575 INFO O| Dec 18 21:34:40.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7578 | 2024-12-18T21:34:42.128Z | [ recovery-image] Dec 18 21:34:40.575 INFO O| Dec 18 21:34:40.575 INFO STEP 1067 (remove_files) COMPLETE |
7579 | 2024-12-18T21:34:42.131Z | [ recovery-image] Dec 18 21:34:40.575 INFO O| Dec 18 21:34:40.575 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7580 | 2024-12-18T21:34:42.194Z | [ recovery-image] Dec 18 21:34:40.638 INFO O| Dec 18 21:34:40.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7581 | 2024-12-18T21:34:42.194Z | [ recovery-image] Dec 18 21:34:40.638 INFO O| Dec 18 21:34:40.638 INFO STEP 1068 (remove_files) COMPLETE |
7582 | 2024-12-18T21:34:42.194Z | [ recovery-image] Dec 18 21:34:40.638 INFO O| Dec 18 21:34:40.638 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7583 | 2024-12-18T21:34:42.228Z | [ recovery-image] Dec 18 21:34:40.675 INFO O| Dec 18 21:34:40.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7584 | 2024-12-18T21:34:42.228Z | [ recovery-image] Dec 18 21:34:40.676 INFO O| Dec 18 21:34:40.675 INFO STEP 1069 (remove_files) COMPLETE |
7585 | 2024-12-18T21:34:42.228Z | [ recovery-image] Dec 18 21:34:40.676 INFO O| Dec 18 21:34:40.676 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7586 | 2024-12-18T21:34:42.259Z | [ recovery-image] Dec 18 21:34:40.706 INFO O| Dec 18 21:34:40.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7587 | 2024-12-18T21:34:42.259Z | [ recovery-image] Dec 18 21:34:40.706 INFO O| Dec 18 21:34:40.706 INFO STEP 1070 (remove_files) COMPLETE |
7588 | 2024-12-18T21:34:42.259Z | [ recovery-image] Dec 18 21:34:40.706 INFO O| Dec 18 21:34:40.706 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7589 | 2024-12-18T21:34:42.280Z | [ recovery-image] Dec 18 21:34:40.728 INFO O| Dec 18 21:34:40.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7590 | 2024-12-18T21:34:42.280Z | [ recovery-image] Dec 18 21:34:40.728 INFO O| Dec 18 21:34:40.728 INFO STEP 1071 (remove_files) COMPLETE |
7591 | 2024-12-18T21:34:42.284Z | [ recovery-image] Dec 18 21:34:40.728 INFO O| Dec 18 21:34:40.728 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7592 | 2024-12-18T21:34:42.300Z | [ recovery-image] Dec 18 21:34:40.747 INFO O| Dec 18 21:34:40.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7593 | 2024-12-18T21:34:42.303Z | [ recovery-image] Dec 18 21:34:40.747 INFO O| Dec 18 21:34:40.747 INFO STEP 1072 (remove_files) COMPLETE |
7594 | 2024-12-18T21:34:42.303Z | [ recovery-image] Dec 18 21:34:40.747 INFO O| Dec 18 21:34:40.747 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7595 | 2024-12-18T21:34:42.333Z | [ recovery-image] Dec 18 21:34:40.780 INFO O| Dec 18 21:34:40.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7596 | 2024-12-18T21:34:42.333Z | [ recovery-image] Dec 18 21:34:40.781 INFO O| Dec 18 21:34:40.780 INFO STEP 1073 (remove_files) COMPLETE |
7597 | 2024-12-18T21:34:42.336Z | [ recovery-image] Dec 18 21:34:40.781 INFO O| Dec 18 21:34:40.781 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7598 | 2024-12-18T21:34:42.353Z | [ recovery-image] Dec 18 21:34:40.800 INFO O| Dec 18 21:34:40.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7599 | 2024-12-18T21:34:42.353Z | [ recovery-image] Dec 18 21:34:40.800 INFO O| Dec 18 21:34:40.800 INFO STEP 1074 (remove_files) COMPLETE |
7600 | 2024-12-18T21:34:42.353Z | [ recovery-image] Dec 18 21:34:40.800 INFO O| Dec 18 21:34:40.800 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7601 | 2024-12-18T21:34:42.391Z | [ recovery-image] Dec 18 21:34:40.838 INFO O| Dec 18 21:34:40.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7602 | 2024-12-18T21:34:42.391Z | [ recovery-image] Dec 18 21:34:40.838 INFO O| Dec 18 21:34:40.838 INFO STEP 1075 (remove_files) COMPLETE |
7603 | 2024-12-18T21:34:42.391Z | [ recovery-image] Dec 18 21:34:40.838 INFO O| Dec 18 21:34:40.838 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7604 | 2024-12-18T21:34:42.473Z | [ recovery-image] Dec 18 21:34:40.920 INFO O| Dec 18 21:34:40.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7605 | 2024-12-18T21:34:42.473Z | [ recovery-image] Dec 18 21:34:40.921 INFO O| Dec 18 21:34:40.920 INFO STEP 1076 (remove_files) COMPLETE |
7606 | 2024-12-18T21:34:42.510Z | [ recovery-image] Dec 18 21:34:40.957 INFO O| Dec 18 21:34:40.921 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7607 | 2024-12-18T21:34:42.530Z | [ recovery-image] Dec 18 21:34:40.977 INFO O| Dec 18 21:34:40.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7608 | 2024-12-18T21:34:42.530Z | [ recovery-image] Dec 18 21:34:40.977 INFO O| Dec 18 21:34:40.977 INFO STEP 1077 (remove_files) COMPLETE |
7609 | 2024-12-18T21:34:42.530Z | [ recovery-image] Dec 18 21:34:40.977 INFO O| Dec 18 21:34:40.977 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7610 | 2024-12-18T21:34:42.588Z | [ recovery-image] Dec 18 21:34:41.035 INFO O| Dec 18 21:34:41.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7611 | 2024-12-18T21:34:42.588Z | [ recovery-image] Dec 18 21:34:41.036 INFO O| Dec 18 21:34:41.036 INFO STEP 1078 (remove_files) COMPLETE |
7612 | 2024-12-18T21:34:42.588Z | [ recovery-image] Dec 18 21:34:41.036 INFO O| Dec 18 21:34:41.036 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7613 | 2024-12-18T21:34:42.607Z | [ recovery-image] Dec 18 21:34:41.054 INFO O| Dec 18 21:34:41.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7614 | 2024-12-18T21:34:42.607Z | [ recovery-image] Dec 18 21:34:41.054 INFO O| Dec 18 21:34:41.054 INFO STEP 1079 (remove_files) COMPLETE |
7615 | 2024-12-18T21:34:42.610Z | [ recovery-image] Dec 18 21:34:41.055 INFO O| Dec 18 21:34:41.054 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7616 | 2024-12-18T21:34:42.625Z | [ recovery-image] Dec 18 21:34:41.073 INFO O| Dec 18 21:34:41.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7617 | 2024-12-18T21:34:42.626Z | [ recovery-image] Dec 18 21:34:41.073 INFO O| Dec 18 21:34:41.073 INFO STEP 1080 (remove_files) COMPLETE |
7618 | 2024-12-18T21:34:42.626Z | [ recovery-image] Dec 18 21:34:41.073 INFO O| Dec 18 21:34:41.073 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7619 | 2024-12-18T21:34:42.665Z | [ recovery-image] Dec 18 21:34:41.112 INFO O| Dec 18 21:34:41.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7620 | 2024-12-18T21:34:42.665Z | [ recovery-image] Dec 18 21:34:41.112 INFO O| Dec 18 21:34:41.112 INFO STEP 1081 (remove_files) COMPLETE |
7621 | 2024-12-18T21:34:42.667Z | [ recovery-image] Dec 18 21:34:41.112 INFO O| Dec 18 21:34:41.112 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7622 | 2024-12-18T21:34:42.702Z | [ recovery-image] Dec 18 21:34:41.148 INFO O| Dec 18 21:34:41.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7623 | 2024-12-18T21:34:42.702Z | [ recovery-image] Dec 18 21:34:41.149 INFO O| Dec 18 21:34:41.148 INFO STEP 1082 (remove_files) COMPLETE |
7624 | 2024-12-18T21:34:42.703Z | [ recovery-image] Dec 18 21:34:41.149 INFO O| Dec 18 21:34:41.148 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7625 | 2024-12-18T21:34:42.738Z | [ recovery-image] Dec 18 21:34:41.184 INFO O| Dec 18 21:34:41.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7626 | 2024-12-18T21:34:42.738Z | [ recovery-image] Dec 18 21:34:41.184 INFO O| Dec 18 21:34:41.184 INFO STEP 1083 (remove_files) COMPLETE |
7627 | 2024-12-18T21:34:42.738Z | [ recovery-image] Dec 18 21:34:41.184 INFO O| Dec 18 21:34:41.184 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7628 | 2024-12-18T21:34:42.810Z | [ recovery-image] Dec 18 21:34:41.244 INFO O| Dec 18 21:34:41.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7629 | 2024-12-18T21:34:42.813Z | [ recovery-image] Dec 18 21:34:41.244 INFO O| Dec 18 21:34:41.244 INFO STEP 1084 (remove_files) COMPLETE |
7630 | 2024-12-18T21:34:42.813Z | [ recovery-image] Dec 18 21:34:41.244 INFO O| Dec 18 21:34:41.244 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7631 | 2024-12-18T21:34:42.818Z | [ recovery-image] Dec 18 21:34:41.264 INFO O| Dec 18 21:34:41.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7632 | 2024-12-18T21:34:42.821Z | [ recovery-image] Dec 18 21:34:41.264 INFO O| Dec 18 21:34:41.264 INFO STEP 1085 (remove_files) COMPLETE |
7633 | 2024-12-18T21:34:42.821Z | [ recovery-image] Dec 18 21:34:41.264 INFO O| Dec 18 21:34:41.264 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7634 | 2024-12-18T21:34:42.837Z | [ recovery-image] Dec 18 21:34:41.284 INFO O| Dec 18 21:34:41.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7635 | 2024-12-18T21:34:42.840Z | [ recovery-image] Dec 18 21:34:41.284 INFO O| Dec 18 21:34:41.284 INFO STEP 1086 (remove_files) COMPLETE |
7636 | 2024-12-18T21:34:42.840Z | [ recovery-image] Dec 18 21:34:41.284 INFO O| Dec 18 21:34:41.284 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7637 | 2024-12-18T21:34:42.878Z | [ recovery-image] Dec 18 21:34:41.324 INFO O| Dec 18 21:34:41.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7638 | 2024-12-18T21:34:42.878Z | [ recovery-image] Dec 18 21:34:41.324 INFO O| Dec 18 21:34:41.324 INFO STEP 1087 (remove_files) COMPLETE |
7639 | 2024-12-18T21:34:42.878Z | [ recovery-image] Dec 18 21:34:41.324 INFO O| Dec 18 21:34:41.324 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7640 | 2024-12-18T21:34:42.903Z | [ recovery-image] Dec 18 21:34:41.350 INFO O| Dec 18 21:34:41.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7641 | 2024-12-18T21:34:42.903Z | [ recovery-image] Dec 18 21:34:41.350 INFO O| Dec 18 21:34:41.350 INFO STEP 1088 (remove_files) COMPLETE |
7642 | 2024-12-18T21:34:42.903Z | [ recovery-image] Dec 18 21:34:41.350 INFO O| Dec 18 21:34:41.350 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7643 | 2024-12-18T21:34:42.924Z | [ recovery-image] Dec 18 21:34:41.371 INFO O| Dec 18 21:34:41.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7644 | 2024-12-18T21:34:42.925Z | [ recovery-image] Dec 18 21:34:41.371 INFO O| Dec 18 21:34:41.371 INFO STEP 1089 (remove_files) COMPLETE |
7645 | 2024-12-18T21:34:42.925Z | [ recovery-image] Dec 18 21:34:41.371 INFO O| Dec 18 21:34:41.371 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7646 | 2024-12-18T21:34:42.943Z | [ recovery-image] Dec 18 21:34:41.391 INFO O| Dec 18 21:34:41.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7647 | 2024-12-18T21:34:42.944Z | [ recovery-image] Dec 18 21:34:41.391 INFO O| Dec 18 21:34:41.391 INFO STEP 1090 (remove_files) COMPLETE |
7648 | 2024-12-18T21:34:42.946Z | [ recovery-image] Dec 18 21:34:41.391 INFO O| Dec 18 21:34:41.391 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7649 | 2024-12-18T21:34:42.964Z | [ recovery-image] Dec 18 21:34:41.411 INFO O| Dec 18 21:34:41.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7650 | 2024-12-18T21:34:42.967Z | [ recovery-image] Dec 18 21:34:41.411 INFO O| Dec 18 21:34:41.411 INFO STEP 1091 (remove_files) COMPLETE |
7651 | 2024-12-18T21:34:42.967Z | [ recovery-image] Dec 18 21:34:41.412 INFO O| Dec 18 21:34:41.411 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7652 | 2024-12-18T21:34:42.998Z | [ recovery-image] Dec 18 21:34:41.445 INFO O| Dec 18 21:34:41.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7653 | 2024-12-18T21:34:42.998Z | [ recovery-image] Dec 18 21:34:41.445 INFO O| Dec 18 21:34:41.445 INFO STEP 1092 (remove_files) COMPLETE |
7654 | 2024-12-18T21:34:43.002Z | [ recovery-image] Dec 18 21:34:41.445 INFO O| Dec 18 21:34:41.445 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7655 | 2024-12-18T21:34:43.258Z | [ recovery-image] Dec 18 21:34:41.485 INFO O| Dec 18 21:34:41.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7656 | 2024-12-18T21:34:43.259Z | [ recovery-image] Dec 18 21:34:41.486 INFO O| Dec 18 21:34:41.486 INFO STEP 1093 (remove_files) COMPLETE |
7657 | 2024-12-18T21:34:43.259Z | [ recovery-image] Dec 18 21:34:41.486 INFO O| Dec 18 21:34:41.486 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7658 | 2024-12-18T21:34:43.268Z | [ recovery-image] Dec 18 21:34:41.522 INFO O| Dec 18 21:34:41.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7659 | 2024-12-18T21:34:43.268Z | [ recovery-image] Dec 18 21:34:41.522 INFO O| Dec 18 21:34:41.522 INFO STEP 1094 (remove_files) COMPLETE |
7660 | 2024-12-18T21:34:43.268Z | [ recovery-image] Dec 18 21:34:41.522 INFO O| Dec 18 21:34:41.522 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7661 | 2024-12-18T21:34:43.268Z | [ recovery-image] Dec 18 21:34:41.543 INFO O| Dec 18 21:34:41.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7662 | 2024-12-18T21:34:43.268Z | [ recovery-image] Dec 18 21:34:41.543 INFO O| Dec 18 21:34:41.543 INFO STEP 1095 (remove_files) COMPLETE |
7663 | 2024-12-18T21:34:43.268Z | [ recovery-image] Dec 18 21:34:41.543 INFO O| Dec 18 21:34:41.543 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7664 | 2024-12-18T21:34:43.268Z | [ recovery-image] Dec 18 21:34:41.562 INFO O| Dec 18 21:34:41.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7665 | 2024-12-18T21:34:43.269Z | [ recovery-image] Dec 18 21:34:41.562 INFO O| Dec 18 21:34:41.562 INFO STEP 1096 (remove_files) COMPLETE |
7666 | 2024-12-18T21:34:43.269Z | [ recovery-image] Dec 18 21:34:41.562 INFO O| Dec 18 21:34:41.562 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7667 | 2024-12-18T21:34:43.269Z | [ recovery-image] Dec 18 21:34:41.620 INFO O| Dec 18 21:34:41.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7668 | 2024-12-18T21:34:43.269Z | [ recovery-image] Dec 18 21:34:41.620 INFO O| Dec 18 21:34:41.620 INFO STEP 1097 (remove_files) COMPLETE |
7669 | 2024-12-18T21:34:43.269Z | [ recovery-image] Dec 18 21:34:41.620 INFO O| Dec 18 21:34:41.620 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7670 | 2024-12-18T21:34:43.269Z | [ recovery-image] Dec 18 21:34:41.641 INFO O| Dec 18 21:34:41.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7671 | 2024-12-18T21:34:43.269Z | [ recovery-image] Dec 18 21:34:41.641 INFO O| Dec 18 21:34:41.641 INFO STEP 1098 (remove_files) COMPLETE |
7672 | 2024-12-18T21:34:43.269Z | [ recovery-image] Dec 18 21:34:41.641 INFO O| Dec 18 21:34:41.641 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7673 | 2024-12-18T21:34:43.269Z | [ recovery-image] Dec 18 21:34:41.697 INFO O| Dec 18 21:34:41.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7674 | 2024-12-18T21:34:43.269Z | [ recovery-image] Dec 18 21:34:41.698 INFO O| Dec 18 21:34:41.698 INFO STEP 1099 (remove_files) COMPLETE |
7675 | 2024-12-18T21:34:43.269Z | [ recovery-image] Dec 18 21:34:41.698 INFO O| Dec 18 21:34:41.698 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7676 | 2024-12-18T21:34:43.309Z | [ recovery-image] Dec 18 21:34:41.756 INFO O| Dec 18 21:34:41.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7677 | 2024-12-18T21:34:43.309Z | [ recovery-image] Dec 18 21:34:41.756 INFO O| Dec 18 21:34:41.756 INFO STEP 1100 (remove_files) COMPLETE |
7678 | 2024-12-18T21:34:43.309Z | [ recovery-image] Dec 18 21:34:41.756 INFO O| Dec 18 21:34:41.756 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7679 | 2024-12-18T21:34:43.328Z | [ recovery-image] Dec 18 21:34:41.775 INFO O| Dec 18 21:34:41.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7680 | 2024-12-18T21:34:43.328Z | [ recovery-image] Dec 18 21:34:41.775 INFO O| Dec 18 21:34:41.775 INFO STEP 1101 (remove_files) COMPLETE |
7681 | 2024-12-18T21:34:43.330Z | [ recovery-image] Dec 18 21:34:41.775 INFO O| Dec 18 21:34:41.775 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7682 | 2024-12-18T21:34:43.353Z | [ recovery-image] Dec 18 21:34:41.800 INFO O| Dec 18 21:34:41.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7683 | 2024-12-18T21:34:43.353Z | [ recovery-image] Dec 18 21:34:41.800 INFO O| Dec 18 21:34:41.800 INFO STEP 1102 (remove_files) COMPLETE |
7684 | 2024-12-18T21:34:43.353Z | [ recovery-image] Dec 18 21:34:41.800 INFO O| Dec 18 21:34:41.800 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7685 | 2024-12-18T21:34:43.404Z | [ recovery-image] Dec 18 21:34:41.851 INFO O| Dec 18 21:34:41.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7686 | 2024-12-18T21:34:43.407Z | [ recovery-image] Dec 18 21:34:41.851 INFO O| Dec 18 21:34:41.851 INFO STEP 1103 (remove_files) COMPLETE |
7687 | 2024-12-18T21:34:43.407Z | [ recovery-image] Dec 18 21:34:41.852 INFO O| Dec 18 21:34:41.851 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7688 | 2024-12-18T21:34:43.423Z | [ recovery-image] Dec 18 21:34:41.870 INFO O| Dec 18 21:34:41.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7689 | 2024-12-18T21:34:43.428Z | [ recovery-image] Dec 18 21:34:41.871 INFO O| Dec 18 21:34:41.870 INFO STEP 1104 (remove_files) COMPLETE |
7690 | 2024-12-18T21:34:43.428Z | [ recovery-image] Dec 18 21:34:41.871 INFO O| Dec 18 21:34:41.871 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7691 | 2024-12-18T21:34:43.463Z | [ recovery-image] Dec 18 21:34:41.910 INFO O| Dec 18 21:34:41.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7692 | 2024-12-18T21:34:43.483Z | [ recovery-image] Dec 18 21:34:41.930 INFO O| Dec 18 21:34:41.930 INFO STEP 1105 (remove_files) COMPLETE |
7693 | 2024-12-18T21:34:43.483Z | [ recovery-image] Dec 18 21:34:41.930 INFO O| Dec 18 21:34:41.930 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7694 | 2024-12-18T21:34:43.514Z | [ recovery-image] Dec 18 21:34:41.961 INFO O| Dec 18 21:34:41.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7695 | 2024-12-18T21:34:43.517Z | [ recovery-image] Dec 18 21:34:41.961 INFO O| Dec 18 21:34:41.961 INFO STEP 1106 (remove_files) COMPLETE |
7696 | 2024-12-18T21:34:43.517Z | [ recovery-image] Dec 18 21:34:41.961 INFO O| Dec 18 21:34:41.961 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7697 | 2024-12-18T21:34:43.534Z | [ recovery-image] Dec 18 21:34:41.981 INFO O| Dec 18 21:34:41.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7698 | 2024-12-18T21:34:43.536Z | [ recovery-image] Dec 18 21:34:41.981 INFO O| Dec 18 21:34:41.981 INFO STEP 1107 (remove_files) COMPLETE |
7699 | 2024-12-18T21:34:43.536Z | [ recovery-image] Dec 18 21:34:41.981 INFO O| Dec 18 21:34:41.981 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7700 | 2024-12-18T21:34:43.562Z | [ recovery-image] Dec 18 21:34:42.009 INFO O| Dec 18 21:34:42.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7701 | 2024-12-18T21:34:43.562Z | [ recovery-image] Dec 18 21:34:42.009 INFO O| Dec 18 21:34:42.009 INFO STEP 1108 (remove_files) COMPLETE |
7702 | 2024-12-18T21:34:43.562Z | [ recovery-image] Dec 18 21:34:42.009 INFO O| Dec 18 21:34:42.009 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7703 | 2024-12-18T21:34:43.588Z | [ recovery-image] Dec 18 21:34:42.035 INFO O| Dec 18 21:34:42.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7704 | 2024-12-18T21:34:43.588Z | [ recovery-image] Dec 18 21:34:42.035 INFO O| Dec 18 21:34:42.035 INFO STEP 1109 (remove_files) COMPLETE |
7705 | 2024-12-18T21:34:43.590Z | [ recovery-image] Dec 18 21:34:42.035 INFO O| Dec 18 21:34:42.035 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7706 | 2024-12-18T21:34:43.621Z | [ recovery-image] Dec 18 21:34:42.068 INFO O| Dec 18 21:34:42.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7707 | 2024-12-18T21:34:43.621Z | [ recovery-image] Dec 18 21:34:42.068 INFO O| Dec 18 21:34:42.068 INFO STEP 1110 (remove_files) COMPLETE |
7708 | 2024-12-18T21:34:43.621Z | [ recovery-image] Dec 18 21:34:42.068 INFO O| Dec 18 21:34:42.068 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7709 | 2024-12-18T21:34:43.640Z | [ recovery-image] Dec 18 21:34:42.087 INFO O| Dec 18 21:34:42.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7710 | 2024-12-18T21:34:43.640Z | [ recovery-image] Dec 18 21:34:42.087 INFO O| Dec 18 21:34:42.087 INFO STEP 1111 (remove_files) COMPLETE |
7711 | 2024-12-18T21:34:43.640Z | [ recovery-image] Dec 18 21:34:42.087 INFO O| Dec 18 21:34:42.087 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7712 | 2024-12-18T21:34:43.658Z | [ recovery-image] Dec 18 21:34:42.105 INFO O| Dec 18 21:34:42.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7713 | 2024-12-18T21:34:43.658Z | [ recovery-image] Dec 18 21:34:42.105 INFO O| Dec 18 21:34:42.105 INFO STEP 1112 (remove_files) COMPLETE |
7714 | 2024-12-18T21:34:43.658Z | [ recovery-image] Dec 18 21:34:42.105 INFO O| Dec 18 21:34:42.105 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7715 | 2024-12-18T21:34:43.684Z | [ recovery-image] Dec 18 21:34:42.131 INFO O| Dec 18 21:34:42.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7716 | 2024-12-18T21:34:43.688Z | [ recovery-image] Dec 18 21:34:42.131 INFO O| Dec 18 21:34:42.131 INFO STEP 1113 (remove_files) COMPLETE |
7717 | 2024-12-18T21:34:43.688Z | [ recovery-image] Dec 18 21:34:42.132 INFO O| Dec 18 21:34:42.131 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7718 | 2024-12-18T21:34:43.705Z | [ recovery-image] Dec 18 21:34:42.152 INFO O| Dec 18 21:34:42.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7719 | 2024-12-18T21:34:43.708Z | [ recovery-image] Dec 18 21:34:42.152 INFO O| Dec 18 21:34:42.152 INFO STEP 1114 (remove_files) COMPLETE |
7720 | 2024-12-18T21:34:43.708Z | [ recovery-image] Dec 18 21:34:42.152 INFO O| Dec 18 21:34:42.152 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7721 | 2024-12-18T21:34:43.725Z | [ recovery-image] Dec 18 21:34:42.172 INFO O| Dec 18 21:34:42.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7722 | 2024-12-18T21:34:43.727Z | [ recovery-image] Dec 18 21:34:42.172 INFO O| Dec 18 21:34:42.172 INFO STEP 1115 (remove_files) COMPLETE |
7723 | 2024-12-18T21:34:43.727Z | [ recovery-image] Dec 18 21:34:42.173 INFO O| Dec 18 21:34:42.173 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7724 | 2024-12-18T21:34:43.744Z | [ recovery-image] Dec 18 21:34:42.191 INFO O| Dec 18 21:34:42.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7725 | 2024-12-18T21:34:43.749Z | [ recovery-image] Dec 18 21:34:42.191 INFO O| Dec 18 21:34:42.191 INFO STEP 1116 (remove_files) COMPLETE |
7726 | 2024-12-18T21:34:43.749Z | [ recovery-image] Dec 18 21:34:42.192 INFO O| Dec 18 21:34:42.191 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7727 | 2024-12-18T21:34:43.771Z | [ recovery-image] Dec 18 21:34:42.218 INFO O| Dec 18 21:34:42.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7728 | 2024-12-18T21:34:43.771Z | [ recovery-image] Dec 18 21:34:42.218 INFO O| Dec 18 21:34:42.218 INFO STEP 1117 (remove_files) COMPLETE |
7729 | 2024-12-18T21:34:43.775Z | [ recovery-image] Dec 18 21:34:42.218 INFO O| Dec 18 21:34:42.218 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7730 | 2024-12-18T21:34:43.808Z | [ recovery-image] Dec 18 21:34:42.255 INFO O| Dec 18 21:34:42.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7731 | 2024-12-18T21:34:43.808Z | [ recovery-image] Dec 18 21:34:42.255 INFO O| Dec 18 21:34:42.255 INFO STEP 1118 (remove_files) COMPLETE |
7732 | 2024-12-18T21:34:43.810Z | [ recovery-image] Dec 18 21:34:42.255 INFO O| Dec 18 21:34:42.255 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7733 | 2024-12-18T21:34:43.852Z | [ recovery-image] Dec 18 21:34:42.299 INFO O| Dec 18 21:34:42.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7734 | 2024-12-18T21:34:43.852Z | [ recovery-image] Dec 18 21:34:42.299 INFO O| Dec 18 21:34:42.299 INFO STEP 1119 (remove_files) COMPLETE |
7735 | 2024-12-18T21:34:43.852Z | [ recovery-image] Dec 18 21:34:42.299 INFO O| Dec 18 21:34:42.299 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7736 | 2024-12-18T21:34:43.872Z | [ recovery-image] Dec 18 21:34:42.319 INFO O| Dec 18 21:34:42.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7737 | 2024-12-18T21:34:43.872Z | [ recovery-image] Dec 18 21:34:42.319 INFO O| Dec 18 21:34:42.319 INFO STEP 1120 (remove_files) COMPLETE |
7738 | 2024-12-18T21:34:43.875Z | [ recovery-image] Dec 18 21:34:42.319 INFO O| Dec 18 21:34:42.319 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7739 | 2024-12-18T21:34:43.969Z | [ recovery-image] Dec 18 21:34:42.416 INFO O| Dec 18 21:34:42.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7740 | 2024-12-18T21:34:43.969Z | [ recovery-image] Dec 18 21:34:42.416 INFO O| Dec 18 21:34:42.416 INFO STEP 1121 (remove_files) COMPLETE |
7741 | 2024-12-18T21:34:43.972Z | [ recovery-image] Dec 18 21:34:42.416 INFO O| Dec 18 21:34:42.416 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7742 | 2024-12-18T21:34:44.025Z | [ recovery-image] Dec 18 21:34:42.472 INFO O| Dec 18 21:34:42.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7743 | 2024-12-18T21:34:44.025Z | [ recovery-image] Dec 18 21:34:42.472 INFO O| Dec 18 21:34:42.472 INFO STEP 1122 (remove_files) COMPLETE |
7744 | 2024-12-18T21:34:44.029Z | [ recovery-image] Dec 18 21:34:42.472 INFO O| Dec 18 21:34:42.472 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7745 | 2024-12-18T21:34:44.046Z | [ recovery-image] Dec 18 21:34:42.492 INFO O| Dec 18 21:34:42.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7746 | 2024-12-18T21:34:44.046Z | [ recovery-image] Dec 18 21:34:42.492 INFO O| Dec 18 21:34:42.492 INFO STEP 1123 (remove_files) COMPLETE |
7747 | 2024-12-18T21:34:44.046Z | [ recovery-image] Dec 18 21:34:42.492 INFO O| Dec 18 21:34:42.492 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7748 | 2024-12-18T21:34:44.067Z | [ recovery-image] Dec 18 21:34:42.513 INFO O| Dec 18 21:34:42.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7749 | 2024-12-18T21:34:44.067Z | [ recovery-image] Dec 18 21:34:42.513 INFO O| Dec 18 21:34:42.513 INFO STEP 1124 (remove_files) COMPLETE |
7750 | 2024-12-18T21:34:44.067Z | [ recovery-image] Dec 18 21:34:42.513 INFO O| Dec 18 21:34:42.513 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7751 | 2024-12-18T21:34:44.087Z | [ recovery-image] Dec 18 21:34:42.533 INFO O| Dec 18 21:34:42.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7752 | 2024-12-18T21:34:44.087Z | [ recovery-image] Dec 18 21:34:42.533 INFO O| Dec 18 21:34:42.533 INFO STEP 1125 (remove_files) COMPLETE |
7753 | 2024-12-18T21:34:44.087Z | [ recovery-image] Dec 18 21:34:42.533 INFO O| Dec 18 21:34:42.533 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7754 | 2024-12-18T21:34:44.105Z | [ recovery-image] Dec 18 21:34:42.551 INFO O| Dec 18 21:34:42.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7755 | 2024-12-18T21:34:44.105Z | [ recovery-image] Dec 18 21:34:42.551 INFO O| Dec 18 21:34:42.551 INFO STEP 1126 (remove_files) COMPLETE |
7756 | 2024-12-18T21:34:44.105Z | [ recovery-image] Dec 18 21:34:42.551 INFO O| Dec 18 21:34:42.551 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7757 | 2024-12-18T21:34:44.125Z | [ recovery-image] Dec 18 21:34:42.571 INFO O| Dec 18 21:34:42.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7758 | 2024-12-18T21:34:44.125Z | [ recovery-image] Dec 18 21:34:42.571 INFO O| Dec 18 21:34:42.571 INFO STEP 1127 (remove_files) COMPLETE |
7759 | 2024-12-18T21:34:44.125Z | [ recovery-image] Dec 18 21:34:42.571 INFO O| Dec 18 21:34:42.571 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7760 | 2024-12-18T21:34:44.146Z | [ recovery-image] Dec 18 21:34:42.592 INFO O| Dec 18 21:34:42.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7761 | 2024-12-18T21:34:44.146Z | [ recovery-image] Dec 18 21:34:42.592 INFO O| Dec 18 21:34:42.592 INFO STEP 1128 (remove_files) COMPLETE |
7762 | 2024-12-18T21:34:44.146Z | [ recovery-image] Dec 18 21:34:42.592 INFO O| Dec 18 21:34:42.592 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7763 | 2024-12-18T21:34:44.205Z | [ recovery-image] Dec 18 21:34:42.652 INFO O| Dec 18 21:34:42.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7764 | 2024-12-18T21:34:44.205Z | [ recovery-image] Dec 18 21:34:42.652 INFO O| Dec 18 21:34:42.652 INFO STEP 1129 (remove_files) COMPLETE |
7765 | 2024-12-18T21:34:44.205Z | [ recovery-image] Dec 18 21:34:42.652 INFO O| Dec 18 21:34:42.652 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7766 | 2024-12-18T21:34:44.275Z | [ recovery-image] Dec 18 21:34:42.694 INFO O| Dec 18 21:34:42.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7767 | 2024-12-18T21:34:44.275Z | [ recovery-image] Dec 18 21:34:42.694 INFO O| Dec 18 21:34:42.694 INFO STEP 1130 (remove_files) COMPLETE |
7768 | 2024-12-18T21:34:44.281Z | [ recovery-image] Dec 18 21:34:42.694 INFO O| Dec 18 21:34:42.694 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7769 | 2024-12-18T21:34:44.281Z | [ recovery-image] Dec 18 21:34:42.712 INFO O| Dec 18 21:34:42.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7770 | 2024-12-18T21:34:44.281Z | [ recovery-image] Dec 18 21:34:42.712 INFO O| Dec 18 21:34:42.712 INFO STEP 1131 (remove_files) COMPLETE |
7771 | 2024-12-18T21:34:44.281Z | [ recovery-image] Dec 18 21:34:42.712 INFO O| Dec 18 21:34:42.712 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7772 | 2024-12-18T21:34:44.307Z | [ recovery-image] Dec 18 21:34:42.733 INFO O| Dec 18 21:34:42.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7773 | 2024-12-18T21:34:44.307Z | [ recovery-image] Dec 18 21:34:42.733 INFO O| Dec 18 21:34:42.733 INFO STEP 1132 (remove_files) COMPLETE |
7774 | 2024-12-18T21:34:44.307Z | [ recovery-image] Dec 18 21:34:42.733 INFO O| Dec 18 21:34:42.733 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7775 | 2024-12-18T21:34:44.336Z | [ recovery-image] Dec 18 21:34:42.782 INFO O| Dec 18 21:34:42.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7776 | 2024-12-18T21:34:44.336Z | [ recovery-image] Dec 18 21:34:42.782 INFO O| Dec 18 21:34:42.782 INFO STEP 1133 (remove_files) COMPLETE |
7777 | 2024-12-18T21:34:44.336Z | [ recovery-image] Dec 18 21:34:42.782 INFO O| Dec 18 21:34:42.782 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7778 | 2024-12-18T21:34:44.393Z | [ recovery-image] Dec 18 21:34:42.839 INFO O| Dec 18 21:34:42.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7779 | 2024-12-18T21:34:44.393Z | [ recovery-image] Dec 18 21:34:42.839 INFO O| Dec 18 21:34:42.807 INFO STEP 1134 (remove_files) COMPLETE |
7780 | 2024-12-18T21:34:44.395Z | [ recovery-image] Dec 18 21:34:42.839 INFO O| Dec 18 21:34:42.807 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7781 | 2024-12-18T21:34:44.395Z | [ recovery-image] Dec 18 21:34:42.840 INFO O| Dec 18 21:34:42.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7782 | 2024-12-18T21:34:44.395Z | [ recovery-image] Dec 18 21:34:42.840 INFO O| Dec 18 21:34:42.840 INFO STEP 1135 (remove_files) COMPLETE |
7783 | 2024-12-18T21:34:44.395Z | [ recovery-image] Dec 18 21:34:42.840 INFO O| Dec 18 21:34:42.840 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7784 | 2024-12-18T21:34:44.460Z | [ recovery-image] Dec 18 21:34:42.906 INFO O| Dec 18 21:34:42.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7785 | 2024-12-18T21:34:44.461Z | [ recovery-image] Dec 18 21:34:42.906 INFO O| Dec 18 21:34:42.906 INFO STEP 1136 (remove_files) COMPLETE |
7786 | 2024-12-18T21:34:44.461Z | [ recovery-image] Dec 18 21:34:42.906 INFO O| Dec 18 21:34:42.906 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7787 | 2024-12-18T21:34:44.522Z | [ recovery-image] Dec 18 21:34:42.967 INFO O| Dec 18 21:34:42.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7788 | 2024-12-18T21:34:44.522Z | [ recovery-image] Dec 18 21:34:42.967 INFO O| Dec 18 21:34:42.967 INFO STEP 1137 (remove_files) COMPLETE |
7789 | 2024-12-18T21:34:44.524Z | [ recovery-image] Dec 18 21:34:42.967 INFO O| Dec 18 21:34:42.967 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7790 | 2024-12-18T21:34:44.634Z | [ recovery-image] Dec 18 21:34:43.081 INFO O| Dec 18 21:34:43.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7791 | 2024-12-18T21:34:44.637Z | [ recovery-image] Dec 18 21:34:43.081 INFO O| Dec 18 21:34:43.081 INFO STEP 1138 (remove_files) COMPLETE |
7792 | 2024-12-18T21:34:44.637Z | [ recovery-image] Dec 18 21:34:43.081 INFO O| Dec 18 21:34:43.081 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7793 | 2024-12-18T21:34:44.664Z | [ recovery-image] Dec 18 21:34:43.111 INFO O| Dec 18 21:34:43.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7794 | 2024-12-18T21:34:44.667Z | [ recovery-image] Dec 18 21:34:43.111 INFO O| Dec 18 21:34:43.111 INFO STEP 1139 (remove_files) COMPLETE |
7795 | 2024-12-18T21:34:44.669Z | [ recovery-image] Dec 18 21:34:43.111 INFO O| Dec 18 21:34:43.111 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7796 | 2024-12-18T21:34:44.705Z | [ recovery-image] Dec 18 21:34:43.152 INFO O| Dec 18 21:34:43.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7797 | 2024-12-18T21:34:44.706Z | [ recovery-image] Dec 18 21:34:43.152 INFO O| Dec 18 21:34:43.152 INFO STEP 1140 (remove_files) COMPLETE |
7798 | 2024-12-18T21:34:44.710Z | [ recovery-image] Dec 18 21:34:43.152 INFO O| Dec 18 21:34:43.152 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7799 | 2024-12-18T21:34:44.726Z | [ recovery-image] Dec 18 21:34:43.172 INFO O| Dec 18 21:34:43.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7800 | 2024-12-18T21:34:44.726Z | [ recovery-image] Dec 18 21:34:43.172 INFO O| Dec 18 21:34:43.172 INFO STEP 1141 (remove_files) COMPLETE |
7801 | 2024-12-18T21:34:44.731Z | [ recovery-image] Dec 18 21:34:43.172 INFO O| Dec 18 21:34:43.172 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7802 | 2024-12-18T21:34:44.744Z | [ recovery-image] Dec 18 21:34:43.191 INFO O| Dec 18 21:34:43.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7803 | 2024-12-18T21:34:44.744Z | [ recovery-image] Dec 18 21:34:43.191 INFO O| Dec 18 21:34:43.191 INFO STEP 1142 (remove_files) COMPLETE |
7804 | 2024-12-18T21:34:44.744Z | [ recovery-image] Dec 18 21:34:43.191 INFO O| Dec 18 21:34:43.191 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7805 | 2024-12-18T21:34:44.763Z | [ recovery-image] Dec 18 21:34:43.210 INFO O| Dec 18 21:34:43.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7806 | 2024-12-18T21:34:44.763Z | [ recovery-image] Dec 18 21:34:43.210 INFO O| Dec 18 21:34:43.210 INFO STEP 1143 (remove_files) COMPLETE |
7807 | 2024-12-18T21:34:44.766Z | [ recovery-image] Dec 18 21:34:43.210 INFO O| Dec 18 21:34:43.210 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7808 | 2024-12-18T21:34:44.789Z | [ recovery-image] Dec 18 21:34:43.235 INFO O| Dec 18 21:34:43.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7809 | 2024-12-18T21:34:44.789Z | [ recovery-image] Dec 18 21:34:43.235 INFO O| Dec 18 21:34:43.235 INFO STEP 1144 (remove_files) COMPLETE |
7810 | 2024-12-18T21:34:44.792Z | [ recovery-image] Dec 18 21:34:43.235 INFO O| Dec 18 21:34:43.235 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7811 | 2024-12-18T21:34:44.808Z | [ recovery-image] Dec 18 21:34:43.255 INFO O| Dec 18 21:34:43.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7812 | 2024-12-18T21:34:44.812Z | [ recovery-image] Dec 18 21:34:43.255 INFO O| Dec 18 21:34:43.255 INFO STEP 1145 (remove_files) COMPLETE |
7813 | 2024-12-18T21:34:44.812Z | [ recovery-image] Dec 18 21:34:43.255 INFO O| Dec 18 21:34:43.255 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7814 | 2024-12-18T21:34:44.828Z | [ recovery-image] Dec 18 21:34:43.274 INFO O| Dec 18 21:34:43.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7815 | 2024-12-18T21:34:44.828Z | [ recovery-image] Dec 18 21:34:43.274 INFO O| Dec 18 21:34:43.274 INFO STEP 1146 (remove_files) COMPLETE |
7816 | 2024-12-18T21:34:44.832Z | [ recovery-image] Dec 18 21:34:43.274 INFO O| Dec 18 21:34:43.274 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7817 | 2024-12-18T21:34:44.846Z | [ recovery-image] Dec 18 21:34:43.292 INFO O| Dec 18 21:34:43.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7818 | 2024-12-18T21:34:44.847Z | [ recovery-image] Dec 18 21:34:43.293 INFO O| Dec 18 21:34:43.292 INFO STEP 1147 (remove_files) COMPLETE |
7819 | 2024-12-18T21:34:44.850Z | [ recovery-image] Dec 18 21:34:43.293 INFO O| Dec 18 21:34:43.292 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7820 | 2024-12-18T21:34:44.891Z | [ recovery-image] Dec 18 21:34:43.328 INFO O| Dec 18 21:34:43.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7821 | 2024-12-18T21:34:44.891Z | [ recovery-image] Dec 18 21:34:43.328 INFO O| Dec 18 21:34:43.328 INFO STEP 1148 (remove_files) COMPLETE |
7822 | 2024-12-18T21:34:44.895Z | [ recovery-image] Dec 18 21:34:43.329 INFO O| Dec 18 21:34:43.328 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7823 | 2024-12-18T21:34:44.901Z | [ recovery-image] Dec 18 21:34:43.347 INFO O| Dec 18 21:34:43.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7824 | 2024-12-18T21:34:44.901Z | [ recovery-image] Dec 18 21:34:43.347 INFO O| Dec 18 21:34:43.347 INFO STEP 1149 (remove_files) COMPLETE |
7825 | 2024-12-18T21:34:44.901Z | [ recovery-image] Dec 18 21:34:43.348 INFO O| Dec 18 21:34:43.347 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7826 | 2024-12-18T21:34:44.921Z | [ recovery-image] Dec 18 21:34:43.367 INFO O| Dec 18 21:34:43.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7827 | 2024-12-18T21:34:44.921Z | [ recovery-image] Dec 18 21:34:43.367 INFO O| Dec 18 21:34:43.367 INFO STEP 1150 (remove_files) COMPLETE |
7828 | 2024-12-18T21:34:44.924Z | [ recovery-image] Dec 18 21:34:43.367 INFO O| Dec 18 21:34:43.367 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7829 | 2024-12-18T21:34:44.940Z | [ recovery-image] Dec 18 21:34:43.387 INFO O| Dec 18 21:34:43.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7830 | 2024-12-18T21:34:44.940Z | [ recovery-image] Dec 18 21:34:43.387 INFO O| Dec 18 21:34:43.387 INFO STEP 1151 (remove_files) COMPLETE |
7831 | 2024-12-18T21:34:44.943Z | [ recovery-image] Dec 18 21:34:43.387 INFO O| Dec 18 21:34:43.387 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7832 | 2024-12-18T21:34:44.959Z | [ recovery-image] Dec 18 21:34:43.405 INFO O| Dec 18 21:34:43.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7833 | 2024-12-18T21:34:44.959Z | [ recovery-image] Dec 18 21:34:43.405 INFO O| Dec 18 21:34:43.405 INFO STEP 1152 (remove_files) COMPLETE |
7834 | 2024-12-18T21:34:44.959Z | [ recovery-image] Dec 18 21:34:43.405 INFO O| Dec 18 21:34:43.405 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7835 | 2024-12-18T21:34:44.977Z | [ recovery-image] Dec 18 21:34:43.424 INFO O| Dec 18 21:34:43.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7836 | 2024-12-18T21:34:44.977Z | [ recovery-image] Dec 18 21:34:43.424 INFO O| Dec 18 21:34:43.424 INFO STEP 1153 (remove_files) COMPLETE |
7837 | 2024-12-18T21:34:44.977Z | [ recovery-image] Dec 18 21:34:43.424 INFO O| Dec 18 21:34:43.424 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7838 | 2024-12-18T21:34:44.996Z | [ recovery-image] Dec 18 21:34:43.443 INFO O| Dec 18 21:34:43.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7839 | 2024-12-18T21:34:44.996Z | [ recovery-image] Dec 18 21:34:43.443 INFO O| Dec 18 21:34:43.443 INFO STEP 1154 (remove_files) COMPLETE |
7840 | 2024-12-18T21:34:44.996Z | [ recovery-image] Dec 18 21:34:43.443 INFO O| Dec 18 21:34:43.443 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7841 | 2024-12-18T21:34:45.016Z | [ recovery-image] Dec 18 21:34:43.462 INFO O| Dec 18 21:34:43.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7842 | 2024-12-18T21:34:45.016Z | [ recovery-image] Dec 18 21:34:43.462 INFO O| Dec 18 21:34:43.462 INFO STEP 1155 (remove_files) COMPLETE |
7843 | 2024-12-18T21:34:45.018Z | [ recovery-image] Dec 18 21:34:43.462 INFO O| Dec 18 21:34:43.462 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7844 | 2024-12-18T21:34:45.036Z | [ recovery-image] Dec 18 21:34:43.482 INFO O| Dec 18 21:34:43.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7845 | 2024-12-18T21:34:45.036Z | [ recovery-image] Dec 18 21:34:43.482 INFO O| Dec 18 21:34:43.482 INFO STEP 1156 (remove_files) COMPLETE |
7846 | 2024-12-18T21:34:45.036Z | [ recovery-image] Dec 18 21:34:43.482 INFO O| Dec 18 21:34:43.482 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7847 | 2024-12-18T21:34:45.044Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
7848 | 2024-12-18T21:34:45.057Z | [ recovery-image] Dec 18 21:34:43.503 INFO O| Dec 18 21:34:43.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7849 | 2024-12-18T21:34:45.058Z | [ recovery-image] Dec 18 21:34:43.503 INFO O| Dec 18 21:34:43.503 INFO STEP 1157 (remove_files) COMPLETE |
7850 | 2024-12-18T21:34:45.058Z | [ recovery-image] Dec 18 21:34:43.503 INFO O| Dec 18 21:34:43.503 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7851 | 2024-12-18T21:34:45.075Z | [ recovery-image] Dec 18 21:34:43.521 INFO O| Dec 18 21:34:43.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7852 | 2024-12-18T21:34:45.075Z | [ recovery-image] Dec 18 21:34:43.521 INFO O| Dec 18 21:34:43.521 INFO STEP 1158 (remove_files) COMPLETE |
7853 | 2024-12-18T21:34:45.078Z | [ recovery-image] Dec 18 21:34:43.521 INFO O| Dec 18 21:34:43.521 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7854 | 2024-12-18T21:34:45.093Z | [ recovery-image] Dec 18 21:34:43.539 INFO O| Dec 18 21:34:43.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7855 | 2024-12-18T21:34:45.093Z | [ recovery-image] Dec 18 21:34:43.539 INFO O| Dec 18 21:34:43.539 INFO STEP 1159 (remove_files) COMPLETE |
7856 | 2024-12-18T21:34:45.093Z | [ recovery-image] Dec 18 21:34:43.539 INFO O| Dec 18 21:34:43.539 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7857 | 2024-12-18T21:34:45.119Z | [ recovery-image] Dec 18 21:34:43.565 INFO O| Dec 18 21:34:43.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7858 | 2024-12-18T21:34:45.119Z | [ recovery-image] Dec 18 21:34:43.565 INFO O| Dec 18 21:34:43.564 INFO STEP 1160 (remove_files) COMPLETE |
7859 | 2024-12-18T21:34:45.119Z | [ recovery-image] Dec 18 21:34:43.565 INFO O| Dec 18 21:34:43.564 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7860 | 2024-12-18T21:34:45.147Z | [ recovery-image] Dec 18 21:34:43.594 INFO O| Dec 18 21:34:43.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7861 | 2024-12-18T21:34:45.147Z | [ recovery-image] Dec 18 21:34:43.594 INFO O| Dec 18 21:34:43.585 INFO STEP 1161 (remove_files) COMPLETE |
7862 | 2024-12-18T21:34:45.150Z | [ recovery-image] Dec 18 21:34:43.594 INFO O| Dec 18 21:34:43.585 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7863 | 2024-12-18T21:34:45.157Z | [ recovery-image] Dec 18 21:34:43.603 INFO O| Dec 18 21:34:43.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7864 | 2024-12-18T21:34:45.161Z | [ recovery-image] Dec 18 21:34:43.603 INFO O| Dec 18 21:34:43.603 INFO STEP 1162 (remove_files) COMPLETE |
7865 | 2024-12-18T21:34:45.161Z | [ recovery-image] Dec 18 21:34:43.604 INFO O| Dec 18 21:34:43.603 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7866 | 2024-12-18T21:34:45.177Z | [ recovery-image] Dec 18 21:34:43.623 INFO O| Dec 18 21:34:43.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7867 | 2024-12-18T21:34:45.180Z | [ recovery-image] Dec 18 21:34:43.623 INFO O| Dec 18 21:34:43.623 INFO STEP 1163 (remove_files) COMPLETE |
7868 | 2024-12-18T21:34:45.180Z | [ recovery-image] Dec 18 21:34:43.623 INFO O| Dec 18 21:34:43.623 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7869 | 2024-12-18T21:34:45.198Z | [ recovery-image] Dec 18 21:34:43.645 INFO O| Dec 18 21:34:43.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7870 | 2024-12-18T21:34:45.198Z | [ recovery-image] Dec 18 21:34:43.645 INFO O| Dec 18 21:34:43.643 INFO STEP 1164 (remove_files) COMPLETE |
7871 | 2024-12-18T21:34:45.201Z | [ recovery-image] Dec 18 21:34:43.645 INFO O| Dec 18 21:34:43.644 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7872 | 2024-12-18T21:34:45.218Z | [ recovery-image] Dec 18 21:34:43.665 INFO O| Dec 18 21:34:43.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7873 | 2024-12-18T21:34:45.218Z | [ recovery-image] Dec 18 21:34:43.665 INFO O| Dec 18 21:34:43.665 INFO STEP 1165 (remove_files) COMPLETE |
7874 | 2024-12-18T21:34:45.221Z | [ recovery-image] Dec 18 21:34:43.665 INFO O| Dec 18 21:34:43.665 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7875 | 2024-12-18T21:34:45.265Z | [ recovery-image] Dec 18 21:34:43.711 INFO O| Dec 18 21:34:43.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7876 | 2024-12-18T21:34:45.265Z | [ recovery-image] Dec 18 21:34:43.711 INFO O| Dec 18 21:34:43.711 INFO STEP 1166 (remove_files) COMPLETE |
7877 | 2024-12-18T21:34:45.265Z | [ recovery-image] Dec 18 21:34:43.711 INFO O| Dec 18 21:34:43.711 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7878 | 2024-12-18T21:34:45.285Z | [ recovery-image] Dec 18 21:34:43.731 INFO O| Dec 18 21:34:43.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7879 | 2024-12-18T21:34:45.286Z | [ recovery-image] Dec 18 21:34:43.731 INFO O| Dec 18 21:34:43.731 INFO STEP 1167 (remove_files) COMPLETE |
7880 | 2024-12-18T21:34:45.286Z | [ recovery-image] Dec 18 21:34:43.731 INFO O| Dec 18 21:34:43.731 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7881 | 2024-12-18T21:34:45.305Z | [ recovery-image] Dec 18 21:34:43.751 INFO O| Dec 18 21:34:43.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7882 | 2024-12-18T21:34:45.305Z | [ recovery-image] Dec 18 21:34:43.751 INFO O| Dec 18 21:34:43.751 INFO STEP 1168 (remove_files) COMPLETE |
7883 | 2024-12-18T21:34:45.305Z | [ recovery-image] Dec 18 21:34:43.751 INFO O| Dec 18 21:34:43.751 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7884 | 2024-12-18T21:34:45.325Z | [ recovery-image] Dec 18 21:34:43.771 INFO O| Dec 18 21:34:43.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7885 | 2024-12-18T21:34:45.325Z | [ recovery-image] Dec 18 21:34:43.771 INFO O| Dec 18 21:34:43.771 INFO STEP 1169 (remove_files) COMPLETE |
7886 | 2024-12-18T21:34:45.325Z | [ recovery-image] Dec 18 21:34:43.771 INFO O| Dec 18 21:34:43.771 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7887 | 2024-12-18T21:34:45.351Z | [ recovery-image] Dec 18 21:34:43.798 INFO O| Dec 18 21:34:43.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7888 | 2024-12-18T21:34:45.352Z | [ recovery-image] Dec 18 21:34:43.798 INFO O| Dec 18 21:34:43.791 INFO STEP 1170 (remove_files) COMPLETE |
7889 | 2024-12-18T21:34:45.352Z | [ recovery-image] Dec 18 21:34:43.798 INFO O| Dec 18 21:34:43.791 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7890 | 2024-12-18T21:34:45.379Z | [ recovery-image] Dec 18 21:34:43.826 INFO O| Dec 18 21:34:43.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7891 | 2024-12-18T21:34:45.379Z | [ recovery-image] Dec 18 21:34:43.826 INFO O| Dec 18 21:34:43.826 INFO STEP 1171 (remove_files) COMPLETE |
7892 | 2024-12-18T21:34:45.379Z | [ recovery-image] Dec 18 21:34:43.826 INFO O| Dec 18 21:34:43.826 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7893 | 2024-12-18T21:34:45.416Z | [ recovery-image] Dec 18 21:34:43.862 INFO O| Dec 18 21:34:43.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7894 | 2024-12-18T21:34:45.416Z | [ recovery-image] Dec 18 21:34:43.862 INFO O| Dec 18 21:34:43.862 INFO STEP 1172 (remove_files) COMPLETE |
7895 | 2024-12-18T21:34:45.417Z | [ recovery-image] Dec 18 21:34:43.862 INFO O| Dec 18 21:34:43.862 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7896 | 2024-12-18T21:34:45.434Z | [ recovery-image] Dec 18 21:34:43.880 INFO O| Dec 18 21:34:43.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7897 | 2024-12-18T21:34:45.434Z | [ recovery-image] Dec 18 21:34:43.880 INFO O| Dec 18 21:34:43.880 INFO STEP 1173 (remove_files) COMPLETE |
7898 | 2024-12-18T21:34:45.434Z | [ recovery-image] Dec 18 21:34:43.880 INFO O| Dec 18 21:34:43.880 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7899 | 2024-12-18T21:34:45.453Z | [ recovery-image] Dec 18 21:34:43.899 INFO O| Dec 18 21:34:43.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7900 | 2024-12-18T21:34:45.454Z | [ recovery-image] Dec 18 21:34:43.899 INFO O| Dec 18 21:34:43.899 INFO STEP 1174 (remove_files) COMPLETE |
7901 | 2024-12-18T21:34:45.454Z | [ recovery-image] Dec 18 21:34:43.899 INFO O| Dec 18 21:34:43.899 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7902 | 2024-12-18T21:34:45.488Z | [ recovery-image] Dec 18 21:34:43.934 INFO O| Dec 18 21:34:43.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7903 | 2024-12-18T21:34:45.491Z | [ recovery-image] Dec 18 21:34:43.934 INFO O| Dec 18 21:34:43.934 INFO STEP 1175 (remove_files) COMPLETE |
7904 | 2024-12-18T21:34:45.491Z | [ recovery-image] Dec 18 21:34:43.934 INFO O| Dec 18 21:34:43.934 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7905 | 2024-12-18T21:34:45.508Z | [ recovery-image] Dec 18 21:34:43.954 INFO O| Dec 18 21:34:43.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7906 | 2024-12-18T21:34:45.508Z | [ recovery-image] Dec 18 21:34:43.954 INFO O| Dec 18 21:34:43.954 INFO STEP 1176 (remove_files) COMPLETE |
7907 | 2024-12-18T21:34:45.508Z | [ recovery-image] Dec 18 21:34:43.955 INFO O| Dec 18 21:34:43.954 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7908 | 2024-12-18T21:34:45.531Z | [ recovery-image] Dec 18 21:34:43.977 INFO O| Dec 18 21:34:43.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7909 | 2024-12-18T21:34:45.533Z | [ recovery-image] Dec 18 21:34:43.977 INFO O| Dec 18 21:34:43.977 INFO STEP 1177 (remove_files) COMPLETE |
7910 | 2024-12-18T21:34:45.533Z | [ recovery-image] Dec 18 21:34:43.978 INFO O| Dec 18 21:34:43.977 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7911 | 2024-12-18T21:34:45.551Z | [ recovery-image] Dec 18 21:34:43.997 INFO O| Dec 18 21:34:43.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7912 | 2024-12-18T21:34:45.554Z | [ recovery-image] Dec 18 21:34:43.998 INFO O| Dec 18 21:34:43.997 INFO STEP 1178 (remove_files) COMPLETE |
7913 | 2024-12-18T21:34:45.554Z | [ recovery-image] Dec 18 21:34:43.998 INFO O| Dec 18 21:34:43.998 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7914 | 2024-12-18T21:34:45.571Z | [ recovery-image] Dec 18 21:34:44.017 INFO O| Dec 18 21:34:44.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7915 | 2024-12-18T21:34:45.571Z | [ recovery-image] Dec 18 21:34:44.018 INFO O| Dec 18 21:34:44.018 INFO STEP 1179 (remove_files) COMPLETE |
7916 | 2024-12-18T21:34:45.571Z | [ recovery-image] Dec 18 21:34:44.018 INFO O| Dec 18 21:34:44.018 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7917 | 2024-12-18T21:34:45.605Z | [ recovery-image] Dec 18 21:34:44.051 INFO O| Dec 18 21:34:44.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7918 | 2024-12-18T21:34:45.605Z | [ recovery-image] Dec 18 21:34:44.051 INFO O| Dec 18 21:34:44.051 INFO STEP 1180 (remove_files) COMPLETE |
7919 | 2024-12-18T21:34:45.605Z | [ recovery-image] Dec 18 21:34:44.051 INFO O| Dec 18 21:34:44.051 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7920 | 2024-12-18T21:34:45.637Z | [ recovery-image] Dec 18 21:34:44.083 INFO O| Dec 18 21:34:44.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7921 | 2024-12-18T21:34:45.641Z | [ recovery-image] Dec 18 21:34:44.083 INFO O| Dec 18 21:34:44.083 INFO STEP 1181 (remove_files) COMPLETE |
7922 | 2024-12-18T21:34:45.641Z | [ recovery-image] Dec 18 21:34:44.083 INFO O| Dec 18 21:34:44.083 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7923 | 2024-12-18T21:34:45.670Z | [ recovery-image] Dec 18 21:34:44.117 INFO O| Dec 18 21:34:44.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7924 | 2024-12-18T21:34:45.670Z | [ recovery-image] Dec 18 21:34:44.117 INFO O| Dec 18 21:34:44.117 INFO STEP 1182 (remove_files) COMPLETE |
7925 | 2024-12-18T21:34:45.674Z | [ recovery-image] Dec 18 21:34:44.117 INFO O| Dec 18 21:34:44.117 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7926 | 2024-12-18T21:34:45.700Z | [ recovery-image] Dec 18 21:34:44.144 INFO O| Dec 18 21:34:44.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7927 | 2024-12-18T21:34:45.700Z | [ recovery-image] Dec 18 21:34:44.144 INFO O| Dec 18 21:34:44.144 INFO STEP 1183 (remove_files) COMPLETE |
7928 | 2024-12-18T21:34:45.700Z | [ recovery-image] Dec 18 21:34:44.144 INFO O| Dec 18 21:34:44.144 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7929 | 2024-12-18T21:34:45.736Z | [ recovery-image] Dec 18 21:34:44.182 INFO O| Dec 18 21:34:44.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7930 | 2024-12-18T21:34:45.736Z | [ recovery-image] Dec 18 21:34:44.182 INFO O| Dec 18 21:34:44.182 INFO STEP 1184 (remove_files) COMPLETE |
7931 | 2024-12-18T21:34:45.736Z | [ recovery-image] Dec 18 21:34:44.182 INFO O| Dec 18 21:34:44.182 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7932 | 2024-12-18T21:34:45.757Z | [ recovery-image] Dec 18 21:34:44.203 INFO O| Dec 18 21:34:44.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7933 | 2024-12-18T21:34:45.760Z | [ recovery-image] Dec 18 21:34:44.203 INFO O| Dec 18 21:34:44.203 INFO STEP 1185 (remove_files) COMPLETE |
7934 | 2024-12-18T21:34:45.760Z | [ recovery-image] Dec 18 21:34:44.203 INFO O| Dec 18 21:34:44.203 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7935 | 2024-12-18T21:34:45.777Z | [ recovery-image] Dec 18 21:34:44.223 INFO O| Dec 18 21:34:44.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7936 | 2024-12-18T21:34:45.780Z | [ recovery-image] Dec 18 21:34:44.224 INFO O| Dec 18 21:34:44.224 INFO STEP 1186 (remove_files) COMPLETE |
7937 | 2024-12-18T21:34:45.780Z | [ recovery-image] Dec 18 21:34:44.224 INFO O| Dec 18 21:34:44.224 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7938 | 2024-12-18T21:34:45.798Z | [ recovery-image] Dec 18 21:34:44.245 INFO O| Dec 18 21:34:44.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7939 | 2024-12-18T21:34:45.801Z | [ recovery-image] Dec 18 21:34:44.245 INFO O| Dec 18 21:34:44.245 INFO STEP 1187 (remove_files) COMPLETE |
7940 | 2024-12-18T21:34:45.801Z | [ recovery-image] Dec 18 21:34:44.245 INFO O| Dec 18 21:34:44.245 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7941 | 2024-12-18T21:34:45.827Z | [ recovery-image] Dec 18 21:34:44.273 INFO O| Dec 18 21:34:44.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7942 | 2024-12-18T21:34:45.830Z | [ recovery-image] Dec 18 21:34:44.273 INFO O| Dec 18 21:34:44.273 INFO STEP 1188 (remove_files) COMPLETE |
7943 | 2024-12-18T21:34:45.830Z | [ recovery-image] Dec 18 21:34:44.274 INFO O| Dec 18 21:34:44.273 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7944 | 2024-12-18T21:34:45.845Z | [ recovery-image] Dec 18 21:34:44.292 INFO O| Dec 18 21:34:44.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7945 | 2024-12-18T21:34:45.849Z | [ recovery-image] Dec 18 21:34:44.292 INFO O| Dec 18 21:34:44.292 INFO STEP 1189 (remove_files) COMPLETE |
7946 | 2024-12-18T21:34:45.849Z | [ recovery-image] Dec 18 21:34:44.292 INFO O| Dec 18 21:34:44.292 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7947 | 2024-12-18T21:34:45.864Z | [ recovery-image] Dec 18 21:34:44.310 INFO O| Dec 18 21:34:44.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7948 | 2024-12-18T21:34:45.867Z | [ recovery-image] Dec 18 21:34:44.310 INFO O| Dec 18 21:34:44.310 INFO STEP 1190 (remove_files) COMPLETE |
7949 | 2024-12-18T21:34:45.867Z | [ recovery-image] Dec 18 21:34:44.311 INFO O| Dec 18 21:34:44.311 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7950 | 2024-12-18T21:34:45.883Z | [ recovery-image] Dec 18 21:34:44.329 INFO O| Dec 18 21:34:44.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7951 | 2024-12-18T21:34:45.886Z | [ recovery-image] Dec 18 21:34:44.329 INFO O| Dec 18 21:34:44.329 INFO STEP 1191 (remove_files) COMPLETE |
7952 | 2024-12-18T21:34:45.886Z | [ recovery-image] Dec 18 21:34:44.330 INFO O| Dec 18 21:34:44.329 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7953 | 2024-12-18T21:34:45.902Z | [ recovery-image] Dec 18 21:34:44.348 INFO O| Dec 18 21:34:44.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7954 | 2024-12-18T21:34:45.906Z | [ recovery-image] Dec 18 21:34:44.349 INFO O| Dec 18 21:34:44.348 INFO STEP 1192 (remove_files) COMPLETE |
7955 | 2024-12-18T21:34:45.906Z | [ recovery-image] Dec 18 21:34:44.349 INFO O| Dec 18 21:34:44.349 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7956 | 2024-12-18T21:34:45.979Z | [ recovery-image] Dec 18 21:34:44.425 INFO O| Dec 18 21:34:44.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7957 | 2024-12-18T21:34:45.982Z | [ recovery-image] Dec 18 21:34:44.425 INFO O| Dec 18 21:34:44.425 INFO STEP 1193 (remove_files) COMPLETE |
7958 | 2024-12-18T21:34:45.982Z | [ recovery-image] Dec 18 21:34:44.426 INFO O| Dec 18 21:34:44.425 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7959 | 2024-12-18T21:34:46.000Z | [ recovery-image] Dec 18 21:34:44.446 INFO O| Dec 18 21:34:44.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7960 | 2024-12-18T21:34:46.004Z | [ recovery-image] Dec 18 21:34:44.447 INFO O| Dec 18 21:34:44.447 INFO STEP 1194 (remove_files) COMPLETE |
7961 | 2024-12-18T21:34:46.004Z | [ recovery-image] Dec 18 21:34:44.447 INFO O| Dec 18 21:34:44.447 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7962 | 2024-12-18T21:34:46.037Z | [ recovery-image] Dec 18 21:34:44.483 INFO O| Dec 18 21:34:44.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7963 | 2024-12-18T21:34:46.038Z | [ recovery-image] Dec 18 21:34:44.483 INFO O| Dec 18 21:34:44.483 INFO STEP 1195 (remove_files) COMPLETE |
7964 | 2024-12-18T21:34:46.040Z | [ recovery-image] Dec 18 21:34:44.483 INFO O| Dec 18 21:34:44.483 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7965 | 2024-12-18T21:34:46.056Z | [ recovery-image] Dec 18 21:34:44.501 INFO O| Dec 18 21:34:44.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7966 | 2024-12-18T21:34:46.056Z | [ recovery-image] Dec 18 21:34:44.501 INFO O| Dec 18 21:34:44.501 INFO STEP 1196 (remove_files) COMPLETE |
7967 | 2024-12-18T21:34:46.056Z | [ recovery-image] Dec 18 21:34:44.501 INFO O| Dec 18 21:34:44.501 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7968 | 2024-12-18T21:34:46.118Z | [ recovery-image] Dec 18 21:34:44.563 INFO O| Dec 18 21:34:44.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7969 | 2024-12-18T21:34:46.118Z | [ recovery-image] Dec 18 21:34:44.564 INFO O| Dec 18 21:34:44.564 INFO STEP 1197 (remove_files) COMPLETE |
7970 | 2024-12-18T21:34:46.118Z | [ recovery-image] Dec 18 21:34:44.564 INFO O| Dec 18 21:34:44.564 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7971 | 2024-12-18T21:34:46.135Z | [ recovery-image] Dec 18 21:34:44.581 INFO O| Dec 18 21:34:44.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7972 | 2024-12-18T21:34:46.135Z | [ recovery-image] Dec 18 21:34:44.581 INFO O| Dec 18 21:34:44.581 INFO STEP 1198 (remove_files) COMPLETE |
7973 | 2024-12-18T21:34:46.138Z | [ recovery-image] Dec 18 21:34:44.581 INFO O| Dec 18 21:34:44.581 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7974 | 2024-12-18T21:34:46.155Z | [ recovery-image] Dec 18 21:34:44.601 INFO O| Dec 18 21:34:44.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7975 | 2024-12-18T21:34:46.155Z | [ recovery-image] Dec 18 21:34:44.601 INFO O| Dec 18 21:34:44.601 INFO STEP 1199 (remove_files) COMPLETE |
7976 | 2024-12-18T21:34:46.158Z | [ recovery-image] Dec 18 21:34:44.601 INFO O| Dec 18 21:34:44.601 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7977 | 2024-12-18T21:34:46.176Z | [ recovery-image] Dec 18 21:34:44.622 INFO O| Dec 18 21:34:44.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7978 | 2024-12-18T21:34:46.176Z | [ recovery-image] Dec 18 21:34:44.622 INFO O| Dec 18 21:34:44.622 INFO STEP 1200 (remove_files) COMPLETE |
7979 | 2024-12-18T21:34:46.176Z | [ recovery-image] Dec 18 21:34:44.622 INFO O| Dec 18 21:34:44.622 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7980 | 2024-12-18T21:34:46.231Z | [ recovery-image] Dec 18 21:34:44.677 INFO O| Dec 18 21:34:44.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7981 | 2024-12-18T21:34:46.231Z | [ recovery-image] Dec 18 21:34:44.677 INFO O| Dec 18 21:34:44.677 INFO STEP 1201 (remove_files) COMPLETE |
7982 | 2024-12-18T21:34:46.234Z | [ recovery-image] Dec 18 21:34:44.677 INFO O| Dec 18 21:34:44.677 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7983 | 2024-12-18T21:34:46.290Z | [ recovery-image] Dec 18 21:34:44.735 INFO O| Dec 18 21:34:44.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7984 | 2024-12-18T21:34:46.293Z | [ recovery-image] Dec 18 21:34:44.736 INFO O| Dec 18 21:34:44.735 INFO STEP 1202 (remove_files) COMPLETE |
7985 | 2024-12-18T21:34:46.293Z | [ recovery-image] Dec 18 21:34:44.736 INFO O| Dec 18 21:34:44.736 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7986 | 2024-12-18T21:34:46.310Z | [ recovery-image] Dec 18 21:34:44.756 INFO O| Dec 18 21:34:44.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7987 | 2024-12-18T21:34:46.310Z | [ recovery-image] Dec 18 21:34:44.756 INFO O| Dec 18 21:34:44.756 INFO STEP 1203 (remove_files) COMPLETE |
7988 | 2024-12-18T21:34:46.310Z | [ recovery-image] Dec 18 21:34:44.756 INFO O| Dec 18 21:34:44.756 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7989 | 2024-12-18T21:34:46.329Z | [ recovery-image] Dec 18 21:34:44.776 INFO O| Dec 18 21:34:44.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7990 | 2024-12-18T21:34:46.329Z | [ recovery-image] Dec 18 21:34:44.776 INFO O| Dec 18 21:34:44.776 INFO STEP 1204 (remove_files) COMPLETE |
7991 | 2024-12-18T21:34:46.333Z | [ recovery-image] Dec 18 21:34:44.776 INFO O| Dec 18 21:34:44.776 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7992 | 2024-12-18T21:34:46.357Z | [ recovery-image] Dec 18 21:34:44.803 INFO O| Dec 18 21:34:44.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7993 | 2024-12-18T21:34:46.357Z | [ recovery-image] Dec 18 21:34:44.803 INFO O| Dec 18 21:34:44.803 INFO STEP 1205 (remove_files) COMPLETE |
7994 | 2024-12-18T21:34:46.360Z | [ recovery-image] Dec 18 21:34:44.803 INFO O| Dec 18 21:34:44.803 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7995 | 2024-12-18T21:34:46.471Z | [ recovery-image] Dec 18 21:34:44.917 INFO O| Dec 18 21:34:44.917 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7996 | 2024-12-18T21:34:46.471Z | [ recovery-image] Dec 18 21:34:44.917 INFO O| Dec 18 21:34:44.917 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7997 | 2024-12-18T21:34:48.300Z | [ recovery-image] Dec 18 21:34:46.743 INFO O| Dec 18 21:34:46.743 INFO STEP 1206 (pack_tar) COMPLETE |
7998 | 2024-12-18T21:34:48.300Z | [ recovery-image] Dec 18 21:34:46.744 INFO O| Dec 18 21:34:46.743 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7999 | 2024-12-18T21:34:48.301Z | [ recovery-image] Dec 18 21:34:46.744 INFO O| Dec 18 21:34:46.743 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8000 | 2024-12-18T21:34:48.573Z | [ recovery-image] Dec 18 21:34:47.018 INFO O| Dec 18 21:34:47.017 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8001 | 2024-12-18T21:34:48.691Z | [ recovery-image] Dec 18 21:34:47.137 INFO O| Dec 18 21:34:47.137 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8002 | 2024-12-18T21:34:48.701Z | [ recovery-image] Dec 18 21:34:47.147 INFO image builder template: zfs-recovery... |
8003 | 2024-12-18T21:34:48.701Z | [ recovery-image] Dec 18 21:34:47.147 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/.tmpofmGFj/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "zfs-recovery"], pwd: None |
8004 | 2024-12-18T21:34:48.754Z | [ recovery-image] Dec 18 21:34:47.200 INFO O| Dec 18 21:34:47.200 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8005 | 2024-12-18T21:34:48.763Z | [ recovery-image] Dec 18 21:34:47.209 INFO O| Dec 18 21:34:47.209 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8006 | 2024-12-18T21:34:48.835Z | [ recovery-image] Dec 18 21:34:47.281 INFO O| Dec 18 21:34:47.281 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8007 | 2024-12-18T21:34:48.989Z | [ recovery-image] Dec 18 21:34:47.434 INFO O| Dec 18 21:34:47.434 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8008 | 2024-12-18T21:34:48.990Z | [ recovery-image] Dec 18 21:34:47.434 INFO O| Dec 18 21:34:47.434 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8009 | 2024-12-18T21:34:49.022Z | [ recovery-image] Dec 18 21:34:47.466 INFO O| Dec 18 21:34:47.466 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8010 | 2024-12-18T21:34:49.127Z | [ recovery-image] Dec 18 21:34:47.572 INFO O| Dec 18 21:34:47.572 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8011 | 2024-12-18T21:34:49.203Z | [ recovery-image] Dec 18 21:34:47.648 INFO O| Dec 18 21:34:47.648 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8012 | 2024-12-18T21:34:49.276Z | [ recovery-image] Dec 18 21:34:47.721 INFO O| Dec 18 21:34:47.721 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8013 | 2024-12-18T21:34:49.296Z | [ recovery-image] Dec 18 21:34:47.742 INFO O| Dec 18 21:34:47.742 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8014 | 2024-12-18T21:34:49.326Z | [ recovery-image] Dec 18 21:34:47.771 INFO O| Dec 18 21:34:47.771 INFO no lofi found |
8015 | 2024-12-18T21:34:49.326Z | [ recovery-image] Dec 18 21:34:47.771 INFO O| Dec 18 21:34:47.771 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8016 | 2024-12-18T21:34:49.326Z | [ recovery-image] Dec 18 21:34:47.771 INFO O| Dec 18 21:34:47.771 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8017 | 2024-12-18T21:34:51.069Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
8018 | 2024-12-18T21:34:51.567Z | [ recovery-image] Dec 18 21:34:50.011 INFO O| Dec 18 21:34:50.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
8019 | 2024-12-18T21:34:51.567Z | [ recovery-image] Dec 18 21:34:50.011 INFO O| Dec 18 21:34:50.011 INFO pool device = /dev/dsk/c2t1d0p0 |
8020 | 2024-12-18T21:34:51.571Z | [ recovery-image] Dec 18 21:34:50.012 INFO O| Dec 18 21:34:50.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"] |
8021 | 2024-12-18T21:34:51.733Z | [ recovery-image] Dec 18 21:34:50.178 INFO O| Dec 18 21:34:50.178 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8022 | 2024-12-18T21:34:51.733Z | [ recovery-image] Dec 18 21:34:50.178 INFO O| Dec 18 21:34:50.178 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8023 | 2024-12-18T21:34:51.763Z | [ recovery-image] Dec 18 21:34:50.208 INFO O| Dec 18 21:34:50.208 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8024 | 2024-12-18T21:34:52.135Z | [ recovery-image] Dec 18 21:34:50.578 INFO O| Dec 18 21:34:50.578 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8025 | 2024-12-18T21:34:52.194Z | [ recovery-image] Dec 18 21:34:50.639 INFO O| Dec 18 21:34:50.639 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8026 | 2024-12-18T21:34:52.222Z | [ recovery-image] Dec 18 21:34:50.667 INFO O| Dec 18 21:34:50.667 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8027 | 2024-12-18T21:34:52.251Z | [ recovery-image] Dec 18 21:34:50.695 INFO O| Dec 18 21:34:50.695 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8028 | 2024-12-18T21:34:52.346Z | [ recovery-image] Dec 18 21:34:50.790 INFO O| Dec 18 21:34:50.790 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8029 | 2024-12-18T21:34:52.346Z | [ recovery-image] Dec 18 21:34:50.790 INFO O| Dec 18 21:34:50.790 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8030 | 2024-12-18T21:34:52.350Z | [ recovery-image] Dec 18 21:34:50.790 INFO O| Dec 18 21:34:50.790 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8031 | 2024-12-18T21:34:52.392Z | [ recovery-image] Dec 18 21:34:50.837 INFO O| Dec 18 21:34:50.837 INFO boot environment UUID: e7a1a1a6-3ca3-4e07-bae2-185fa64293e1 |
8032 | 2024-12-18T21:34:52.392Z | [ recovery-image] Dec 18 21:34:50.837 INFO O| Dec 18 21:34:50.837 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e7a1a1a6-3ca3-4e07-bae2-185fa64293e1 |
8033 | 2024-12-18T21:34:52.417Z | [ recovery-image] Dec 18 21:34:50.858 INFO O| Dec 18 21:34:50.857 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8034 | 2024-12-18T21:34:52.454Z | [ recovery-image] Dec 18 21:34:50.899 INFO O| Dec 18 21:34:50.899 INFO STEP 0 (create_be) COMPLETE |
8035 | 2024-12-18T21:34:52.454Z | [ recovery-image] Dec 18 21:34:50.899 INFO O| Dec 18 21:34:50.899 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8036 | 2024-12-18T21:34:52.492Z | [ recovery-image] Dec 18 21:34:50.937 INFO O| Dec 18 21:34:50.937 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"] |
8037 | 2024-12-18T21:34:55.582Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
8038 | 2024-12-18T21:34:59.284Z | [ recovery-image] Dec 18 21:34:57.728 INFO O| Dec 18 21:34:57.727 INFO STEP 1 (unpack_tar) COMPLETE |
8039 | 2024-12-18T21:34:59.284Z | [ recovery-image] Dec 18 21:34:57.728 INFO O| Dec 18 21:34:57.727 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8040 | 2024-12-18T21:34:59.302Z | [ recovery-image] Dec 18 21:34:57.746 INFO O| Dec 18 21:34:57.745 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8041 | 2024-12-18T21:34:59.699Z | [ recovery-image] Dec 18 21:34:58.142 INFO O| Dec 18 21:34:58.142 INFO STEP 2 (devfsadm) COMPLETE |
8042 | 2024-12-18T21:34:59.699Z | [ recovery-image] Dec 18 21:34:58.143 INFO O| Dec 18 21:34:58.142 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8043 | 2024-12-18T21:34:59.719Z | [ recovery-image] Dec 18 21:34:58.162 INFO O| Dec 18 21:34:58.162 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8044 | 2024-12-18T21:34:59.719Z | [ recovery-image] Dec 18 21:34:58.162 INFO O| Dec 18 21:34:58.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8045 | 2024-12-18T21:34:59.719Z | [ recovery-image] Dec 18 21:34:58.162 INFO O| Dec 18 21:34:58.162 INFO STEP 3 (ensure_dir) COMPLETE |
8046 | 2024-12-18T21:34:59.719Z | [ recovery-image] Dec 18 21:34:58.162 INFO O| Dec 18 21:34:58.162 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8047 | 2024-12-18T21:34:59.737Z | [ recovery-image] Dec 18 21:34:58.180 INFO O| Dec 18 21:34:58.180 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8048 | 2024-12-18T21:34:59.737Z | [ recovery-image] Dec 18 21:34:58.180 INFO O| Dec 18 21:34:58.180 INFO STEP 4 (ensure_dir) COMPLETE |
8049 | 2024-12-18T21:34:59.740Z | [ recovery-image] Dec 18 21:34:58.180 INFO O| Dec 18 21:34:58.180 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8050 | 2024-12-18T21:34:59.789Z | [ recovery-image] Dec 18 21:34:58.231 INFO O| Dec 18 21:34:58.231 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8051 | 2024-12-18T21:34:59.789Z | [ recovery-image] Dec 18 21:34:58.231 INFO O| Dec 18 21:34:58.231 INFO STEP 5 (ensure_dir) COMPLETE |
8052 | 2024-12-18T21:34:59.789Z | [ recovery-image] Dec 18 21:34:58.231 INFO O| Dec 18 21:34:58.231 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8053 | 2024-12-18T21:34:59.823Z | [ recovery-image] Dec 18 21:34:58.266 INFO O| Dec 18 21:34:58.266 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8054 | 2024-12-18T21:34:59.823Z | [ recovery-image] Dec 18 21:34:58.266 INFO O| Dec 18 21:34:58.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8055 | 2024-12-18T21:34:59.823Z | [ recovery-image] Dec 18 21:34:58.266 INFO O| Dec 18 21:34:58.266 INFO STEP 6 (ensure_dir) COMPLETE |
8056 | 2024-12-18T21:34:59.825Z | [ recovery-image] Dec 18 21:34:58.266 INFO O| Dec 18 21:34:58.266 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8057 | 2024-12-18T21:34:59.841Z | [ recovery-image] Dec 18 21:34:58.284 INFO O| Dec 18 21:34:58.284 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8058 | 2024-12-18T21:34:59.841Z | [ recovery-image] Dec 18 21:34:58.284 INFO O| Dec 18 21:34:58.284 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8059 | 2024-12-18T21:34:59.841Z | [ recovery-image] Dec 18 21:34:58.285 INFO O| Dec 18 21:34:58.284 INFO STEP 7 (ensure_dir) COMPLETE |
8060 | 2024-12-18T21:34:59.842Z | [ recovery-image] Dec 18 21:34:58.285 INFO O| Dec 18 21:34:58.285 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8061 | 2024-12-18T21:34:59.861Z | [ recovery-image] Dec 18 21:34:58.302 INFO O| Dec 18 21:34:58.302 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8062 | 2024-12-18T21:34:59.865Z | [ recovery-image] Dec 18 21:34:58.302 INFO O| Dec 18 21:34:58.302 INFO STEP 8 (remove_files) COMPLETE |
8063 | 2024-12-18T21:34:59.865Z | [ recovery-image] Dec 18 21:34:58.302 INFO O| Dec 18 21:34:58.302 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8064 | 2024-12-18T21:34:59.877Z | [ recovery-image] Dec 18 21:34:58.320 INFO O| Dec 18 21:34:58.320 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8065 | 2024-12-18T21:34:59.880Z | [ recovery-image] Dec 18 21:34:58.321 INFO O| Dec 18 21:34:58.321 INFO STEP 9 (remove_files) COMPLETE |
8066 | 2024-12-18T21:34:59.880Z | [ recovery-image] Dec 18 21:34:58.321 INFO O| Dec 18 21:34:58.321 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8067 | 2024-12-18T21:34:59.898Z | [ recovery-image] Dec 18 21:34:58.339 INFO O| Dec 18 21:34:58.339 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8068 | 2024-12-18T21:34:59.903Z | [ recovery-image] Dec 18 21:34:58.340 INFO O| Dec 18 21:34:58.340 INFO STEP 10 (remove_files) COMPLETE |
8069 | 2024-12-18T21:34:59.903Z | [ recovery-image] Dec 18 21:34:58.340 INFO O| Dec 18 21:34:58.340 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8070 | 2024-12-18T21:34:59.916Z | [ recovery-image] Dec 18 21:34:58.359 INFO O| Dec 18 21:34:58.358 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8071 | 2024-12-18T21:34:59.919Z | [ recovery-image] Dec 18 21:34:58.359 INFO O| Dec 18 21:34:58.359 INFO STEP 11 (remove_files) COMPLETE |
8072 | 2024-12-18T21:34:59.919Z | [ recovery-image] Dec 18 21:34:58.359 INFO O| Dec 18 21:34:58.359 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8073 | 2024-12-18T21:34:59.935Z | [ recovery-image] Dec 18 21:34:58.378 INFO O| Dec 18 21:34:58.378 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8074 | 2024-12-18T21:34:59.935Z | [ recovery-image] Dec 18 21:34:58.378 INFO O| Dec 18 21:34:58.378 INFO STEP 12 (remove_files) COMPLETE |
8075 | 2024-12-18T21:34:59.935Z | [ recovery-image] Dec 18 21:34:58.378 INFO O| Dec 18 21:34:58.378 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8076 | 2024-12-18T21:34:59.968Z | [ recovery-image] Dec 18 21:34:58.411 INFO O| Dec 18 21:34:58.411 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8077 | 2024-12-18T21:34:59.968Z | [ recovery-image] Dec 18 21:34:58.411 INFO O| Dec 18 21:34:58.411 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8078 | 2024-12-18T21:34:59.971Z | [ recovery-image] Dec 18 21:34:58.411 INFO O| Dec 18 21:34:58.411 INFO STEP 13 (ensure_dir) COMPLETE |
8079 | 2024-12-18T21:34:59.971Z | [ recovery-image] Dec 18 21:34:58.411 INFO O| Dec 18 21:34:58.411 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8080 | 2024-12-18T21:34:59.988Z | [ recovery-image] Dec 18 21:34:58.431 INFO O| Dec 18 21:34:58.431 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8081 | 2024-12-18T21:34:59.988Z | [ recovery-image] Dec 18 21:34:58.431 INFO O| Dec 18 21:34:58.431 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8082 | 2024-12-18T21:34:59.991Z | [ recovery-image] Dec 18 21:34:58.431 INFO O| Dec 18 21:34:58.431 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8083 | 2024-12-18T21:34:59.991Z | [ recovery-image] Dec 18 21:34:58.431 INFO O| Dec 18 21:34:58.431 INFO STEP 14 (ensure_dir) COMPLETE |
8084 | 2024-12-18T21:34:59.991Z | [ recovery-image] Dec 18 21:34:58.431 INFO O| Dec 18 21:34:58.431 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8085 | 2024-12-18T21:35:00.006Z | [ recovery-image] Dec 18 21:34:58.449 INFO O| Dec 18 21:34:58.449 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8086 | 2024-12-18T21:35:00.006Z | [ recovery-image] Dec 18 21:34:58.449 INFO O| Dec 18 21:34:58.449 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8087 | 2024-12-18T21:35:00.006Z | [ recovery-image] Dec 18 21:34:58.449 INFO O| Dec 18 21:34:58.449 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8088 | 2024-12-18T21:35:00.009Z | [ recovery-image] Dec 18 21:34:58.449 INFO O| Dec 18 21:34:58.449 INFO STEP 15 (ensure_dir) COMPLETE |
8089 | 2024-12-18T21:35:00.010Z | [ recovery-image] Dec 18 21:34:58.449 INFO O| Dec 18 21:34:58.449 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8090 | 2024-12-18T21:35:00.031Z | [ recovery-image] Dec 18 21:34:58.474 INFO O| Dec 18 21:34:58.473 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8091 | 2024-12-18T21:35:00.031Z | [ recovery-image] Dec 18 21:34:58.474 INFO O| Dec 18 21:34:58.474 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8092 | 2024-12-18T21:35:00.031Z | [ recovery-image] Dec 18 21:34:58.474 INFO O| Dec 18 21:34:58.474 INFO STEP 16 (ensure_dir) COMPLETE |
8093 | 2024-12-18T21:35:00.034Z | [ recovery-image] Dec 18 21:34:58.474 INFO O| Dec 18 21:34:58.474 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8094 | 2024-12-18T21:35:00.050Z | [ recovery-image] Dec 18 21:34:58.493 INFO O| Dec 18 21:34:58.493 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8095 | 2024-12-18T21:35:00.050Z | [ recovery-image] Dec 18 21:34:58.493 INFO O| Dec 18 21:34:58.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8096 | 2024-12-18T21:35:00.055Z | [ recovery-image] Dec 18 21:34:58.493 INFO O| Dec 18 21:34:58.493 INFO STEP 17 (ensure_dir) COMPLETE |
8097 | 2024-12-18T21:35:00.055Z | [ recovery-image] Dec 18 21:34:58.493 INFO O| Dec 18 21:34:58.493 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8098 | 2024-12-18T21:35:00.072Z | [ recovery-image] Dec 18 21:34:58.515 INFO O| Dec 18 21:34:58.515 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8099 | 2024-12-18T21:35:00.072Z | [ recovery-image] Dec 18 21:34:58.515 INFO O| Dec 18 21:34:58.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8100 | 2024-12-18T21:35:00.074Z | [ recovery-image] Dec 18 21:34:58.515 INFO O| Dec 18 21:34:58.515 INFO ok! |
8101 | 2024-12-18T21:35:00.074Z | [ recovery-image] Dec 18 21:34:58.515 INFO O| Dec 18 21:34:58.515 INFO STEP 18 (ensure_symlink) COMPLETE |
8102 | 2024-12-18T21:35:00.076Z | [ recovery-image] Dec 18 21:34:58.515 INFO O| Dec 18 21:34:58.515 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8103 | 2024-12-18T21:35:00.094Z | [ recovery-image] Dec 18 21:34:58.536 INFO O| Dec 18 21:34:58.536 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8104 | 2024-12-18T21:35:00.094Z | [ recovery-image] Dec 18 21:34:58.536 INFO O| Dec 18 21:34:58.536 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8105 | 2024-12-18T21:35:00.094Z | [ recovery-image] Dec 18 21:34:58.536 INFO O| Dec 18 21:34:58.536 INFO ok! |
8106 | 2024-12-18T21:35:00.094Z | [ recovery-image] Dec 18 21:34:58.536 INFO O| Dec 18 21:34:58.536 INFO STEP 19 (ensure_file) COMPLETE |
8107 | 2024-12-18T21:35:00.097Z | [ recovery-image] Dec 18 21:34:58.536 INFO O| Dec 18 21:34:58.536 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8108 | 2024-12-18T21:35:00.114Z | [ recovery-image] Dec 18 21:34:58.556 INFO O| Dec 18 21:34:58.556 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8109 | 2024-12-18T21:35:00.114Z | [ recovery-image] Dec 18 21:34:58.556 INFO O| Dec 18 21:34:58.556 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8110 | 2024-12-18T21:35:00.114Z | [ recovery-image] Dec 18 21:34:58.557 INFO O| Dec 18 21:34:58.557 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8111 | 2024-12-18T21:35:00.114Z | [ recovery-image] Dec 18 21:34:58.557 INFO O| Dec 18 21:34:58.557 INFO ok! |
8112 | 2024-12-18T21:35:00.117Z | [ recovery-image] Dec 18 21:34:58.557 INFO O| Dec 18 21:34:58.557 INFO STEP 20 (ensure_symlink) COMPLETE |
8113 | 2024-12-18T21:35:00.117Z | [ recovery-image] Dec 18 21:34:58.557 INFO O| Dec 18 21:34:58.557 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8114 | 2024-12-18T21:35:00.136Z | [ recovery-image] Dec 18 21:34:58.579 INFO O| Dec 18 21:34:58.579 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8115 | 2024-12-18T21:35:00.136Z | [ recovery-image] Dec 18 21:34:58.579 INFO O| Dec 18 21:34:58.579 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8116 | 2024-12-18T21:35:00.139Z | [ recovery-image] Dec 18 21:34:58.579 INFO O| Dec 18 21:34:58.579 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8117 | 2024-12-18T21:35:00.140Z | [ recovery-image] Dec 18 21:34:58.579 INFO O| Dec 18 21:34:58.579 INFO ok! |
8118 | 2024-12-18T21:35:00.140Z | [ recovery-image] Dec 18 21:34:58.579 INFO O| Dec 18 21:34:58.579 INFO STEP 21 (ensure_symlink) COMPLETE |
8119 | 2024-12-18T21:35:00.140Z | [ recovery-image] Dec 18 21:34:58.579 INFO O| Dec 18 21:34:58.579 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8120 | 2024-12-18T21:35:00.155Z | [ recovery-image] Dec 18 21:34:58.597 INFO O| Dec 18 21:34:58.597 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8121 | 2024-12-18T21:35:00.155Z | [ recovery-image] Dec 18 21:34:58.597 INFO O| Dec 18 21:34:58.597 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8122 | 2024-12-18T21:35:00.155Z | [ recovery-image] Dec 18 21:34:58.597 INFO O| Dec 18 21:34:58.597 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8123 | 2024-12-18T21:35:00.159Z | [ recovery-image] Dec 18 21:34:58.597 INFO O| Dec 18 21:34:58.597 INFO ok! |
8124 | 2024-12-18T21:35:00.159Z | [ recovery-image] Dec 18 21:34:58.597 INFO O| Dec 18 21:34:58.597 INFO STEP 22 (ensure_symlink) COMPLETE |
8125 | 2024-12-18T21:35:00.159Z | [ recovery-image] Dec 18 21:34:58.597 INFO O| Dec 18 21:34:58.597 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8126 | 2024-12-18T21:35:00.173Z | [ recovery-image] Dec 18 21:34:58.616 INFO O| Dec 18 21:34:58.616 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8127 | 2024-12-18T21:35:00.174Z | [ recovery-image] Dec 18 21:34:58.616 INFO O| Dec 18 21:34:58.616 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8128 | 2024-12-18T21:35:00.174Z | [ recovery-image] Dec 18 21:34:58.616 INFO O| Dec 18 21:34:58.616 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8129 | 2024-12-18T21:35:00.176Z | [ recovery-image] Dec 18 21:34:58.616 INFO O| Dec 18 21:34:58.616 INFO ok! |
8130 | 2024-12-18T21:35:00.176Z | [ recovery-image] Dec 18 21:34:58.617 INFO O| Dec 18 21:34:58.617 INFO STEP 23 (ensure_symlink) COMPLETE |
8131 | 2024-12-18T21:35:00.176Z | [ recovery-image] Dec 18 21:34:58.617 INFO O| Dec 18 21:34:58.617 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8132 | 2024-12-18T21:35:00.217Z | [ recovery-image] Dec 18 21:34:58.660 INFO O| Dec 18 21:34:58.660 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8133 | 2024-12-18T21:35:00.220Z | [ recovery-image] Dec 18 21:34:58.661 INFO O| Dec 18 21:34:58.661 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 ... |
8134 | 2024-12-18T21:35:00.220Z | [ recovery-image] Dec 18 21:34:58.661 INFO O| Dec 18 21:34:58.661 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8135 | 2024-12-18T21:35:00.220Z | [ recovery-image] Dec 18 21:34:58.661 INFO O| Dec 18 21:34:58.661 INFO ok! |
8136 | 2024-12-18T21:35:00.220Z | [ recovery-image] Dec 18 21:34:58.661 INFO O| Dec 18 21:34:58.661 INFO STEP 24 (ensure_file) COMPLETE |
8137 | 2024-12-18T21:35:00.220Z | [ recovery-image] Dec 18 21:34:58.661 INFO O| Dec 18 21:34:58.661 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8138 | 2024-12-18T21:35:00.236Z | [ recovery-image] Dec 18 21:34:58.679 INFO O| Dec 18 21:34:58.679 INFO updating shadow file |
8139 | 2024-12-18T21:35:00.239Z | [ recovery-image] Dec 18 21:34:58.680 INFO O| Dec 18 21:34:58.680 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8140 | 2024-12-18T21:35:00.239Z | [ recovery-image] Dec 18 21:34:58.680 INFO O| Dec 18 21:34:58.680 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8141 | 2024-12-18T21:35:00.239Z | [ recovery-image] Dec 18 21:34:58.680 INFO O| Dec 18 21:34:58.680 INFO STEP 25 (shadow) COMPLETE |
8142 | 2024-12-18T21:35:00.239Z | [ recovery-image] Dec 18 21:34:58.680 INFO O| Dec 18 21:34:58.680 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8143 | 2024-12-18T21:35:00.256Z | [ recovery-image] Dec 18 21:34:58.699 INFO O| Dec 18 21:34:58.699 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8144 | 2024-12-18T21:35:00.308Z | [ recovery-image] Dec 18 21:34:58.699 INFO O| Dec 18 21:34:58.699 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8145 | 2024-12-18T21:35:00.308Z | [ recovery-image] Dec 18 21:34:58.700 INFO O| Dec 18 21:34:58.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8146 | 2024-12-18T21:35:00.309Z | [ recovery-image] Dec 18 21:34:58.700 INFO O| Dec 18 21:34:58.700 INFO ok! |
8147 | 2024-12-18T21:35:00.309Z | [ recovery-image] Dec 18 21:34:58.700 INFO O| Dec 18 21:34:58.700 INFO STEP 26 (ensure_file) COMPLETE |
8148 | 2024-12-18T21:35:00.309Z | [ recovery-image] Dec 18 21:34:58.700 INFO O| Dec 18 21:34:58.700 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8149 | 2024-12-18T21:35:00.323Z | [ recovery-image] Dec 18 21:34:58.766 INFO O| Dec 18 21:34:58.765 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8150 | 2024-12-18T21:35:00.323Z | [ recovery-image] Dec 18 21:34:58.766 INFO O| Dec 18 21:34:58.766 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8151 | 2024-12-18T21:35:00.325Z | [ recovery-image] Dec 18 21:34:58.766 INFO O| Dec 18 21:34:58.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8152 | 2024-12-18T21:35:00.325Z | [ recovery-image] Dec 18 21:34:58.766 INFO O| Dec 18 21:34:58.766 INFO ok! |
8153 | 2024-12-18T21:35:00.325Z | [ recovery-image] Dec 18 21:34:58.766 INFO O| Dec 18 21:34:58.766 INFO STEP 27 (ensure_file) COMPLETE |
8154 | 2024-12-18T21:35:00.325Z | [ recovery-image] Dec 18 21:34:58.766 INFO O| Dec 18 21:34:58.766 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8155 | 2024-12-18T21:35:00.352Z | [ recovery-image] Dec 18 21:34:58.794 INFO O| Dec 18 21:34:58.794 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8156 | 2024-12-18T21:35:00.352Z | [ recovery-image] Dec 18 21:34:58.794 INFO O| Dec 18 21:34:58.794 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8157 | 2024-12-18T21:35:00.362Z | [ recovery-image] Dec 18 21:34:58.794 INFO O| Dec 18 21:34:58.794 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8158 | 2024-12-18T21:35:00.362Z | [ recovery-image] Dec 18 21:34:58.794 INFO O| Dec 18 21:34:58.794 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8159 | 2024-12-18T21:35:00.362Z | [ recovery-image] Dec 18 21:34:58.794 INFO O| Dec 18 21:34:58.794 INFO ok! |
8160 | 2024-12-18T21:35:00.362Z | [ recovery-image] Dec 18 21:34:58.794 INFO O| Dec 18 21:34:58.794 INFO STEP 28 (ensure_file) COMPLETE |
8161 | 2024-12-18T21:35:00.362Z | [ recovery-image] Dec 18 21:34:58.794 INFO O| Dec 18 21:34:58.794 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8162 | 2024-12-18T21:35:00.376Z | [ recovery-image] Dec 18 21:34:58.818 INFO O| Dec 18 21:34:58.818 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8163 | 2024-12-18T21:35:00.376Z | [ recovery-image] Dec 18 21:34:58.818 INFO O| Dec 18 21:34:58.818 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8164 | 2024-12-18T21:35:00.376Z | [ recovery-image] Dec 18 21:34:58.818 INFO O| Dec 18 21:34:58.818 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8165 | 2024-12-18T21:35:00.380Z | [ recovery-image] Dec 18 21:34:58.819 INFO O| Dec 18 21:34:58.818 INFO ok! |
8166 | 2024-12-18T21:35:00.380Z | [ recovery-image] Dec 18 21:34:58.819 INFO O| Dec 18 21:34:58.818 INFO STEP 29 (ensure_file) COMPLETE |
8167 | 2024-12-18T21:35:00.380Z | [ recovery-image] Dec 18 21:34:58.819 INFO O| Dec 18 21:34:58.819 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8168 | 2024-12-18T21:35:00.402Z | [ recovery-image] Dec 18 21:34:58.844 INFO O| Dec 18 21:34:58.844 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8169 | 2024-12-18T21:35:00.402Z | [ recovery-image] Dec 18 21:34:58.844 INFO O| Dec 18 21:34:58.844 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8170 | 2024-12-18T21:35:00.402Z | [ recovery-image] Dec 18 21:34:58.844 INFO O| Dec 18 21:34:58.844 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8171 | 2024-12-18T21:35:00.402Z | [ recovery-image] Dec 18 21:34:58.844 INFO O| Dec 18 21:34:58.844 INFO ok! |
8172 | 2024-12-18T21:35:00.407Z | [ recovery-image] Dec 18 21:34:58.844 INFO O| Dec 18 21:34:58.844 INFO STEP 30 (ensure_file) COMPLETE |
8173 | 2024-12-18T21:35:00.407Z | [ recovery-image] Dec 18 21:34:58.844 INFO O| Dec 18 21:34:58.844 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8174 | 2024-12-18T21:35:00.420Z | [ recovery-image] Dec 18 21:34:58.863 INFO O| Dec 18 21:34:58.863 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8175 | 2024-12-18T21:35:00.420Z | [ recovery-image] Dec 18 21:34:58.863 INFO O| Dec 18 21:34:58.863 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8176 | 2024-12-18T21:35:00.420Z | [ recovery-image] Dec 18 21:34:58.863 INFO O| Dec 18 21:34:58.863 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8177 | 2024-12-18T21:35:00.424Z | [ recovery-image] Dec 18 21:34:58.863 INFO O| Dec 18 21:34:58.863 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8178 | 2024-12-18T21:35:00.424Z | [ recovery-image] Dec 18 21:34:58.864 INFO O| Dec 18 21:34:58.863 INFO ok! |
8179 | 2024-12-18T21:35:00.424Z | [ recovery-image] Dec 18 21:34:58.864 INFO O| Dec 18 21:34:58.864 INFO STEP 31 (ensure_file) COMPLETE |
8180 | 2024-12-18T21:35:00.424Z | [ recovery-image] Dec 18 21:34:58.864 INFO O| Dec 18 21:34:58.864 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8181 | 2024-12-18T21:35:00.445Z | [ recovery-image] Dec 18 21:34:58.887 INFO O| Dec 18 21:34:58.887 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8182 | 2024-12-18T21:35:00.445Z | [ recovery-image] Dec 18 21:34:58.888 INFO O| Dec 18 21:34:58.888 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8183 | 2024-12-18T21:35:00.448Z | [ recovery-image] Dec 18 21:34:58.888 INFO O| Dec 18 21:34:58.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8184 | 2024-12-18T21:35:00.448Z | [ recovery-image] Dec 18 21:34:58.888 INFO O| Dec 18 21:34:58.888 INFO ok! |
8185 | 2024-12-18T21:35:00.448Z | [ recovery-image] Dec 18 21:34:58.888 INFO O| Dec 18 21:34:58.888 INFO STEP 32 (ensure_file) COMPLETE |
8186 | 2024-12-18T21:35:00.448Z | [ recovery-image] Dec 18 21:34:58.888 INFO O| Dec 18 21:34:58.888 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8187 | 2024-12-18T21:35:00.502Z | [ recovery-image] Dec 18 21:34:58.944 INFO O| Dec 18 21:34:58.944 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8188 | 2024-12-18T21:35:00.502Z | [ recovery-image] Dec 18 21:34:58.944 INFO O| Dec 18 21:34:58.944 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8189 | 2024-12-18T21:35:00.504Z | [ recovery-image] Dec 18 21:34:58.945 INFO O| Dec 18 21:34:58.945 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8190 | 2024-12-18T21:35:00.505Z | [ recovery-image] Dec 18 21:34:58.945 INFO O| Dec 18 21:34:58.945 INFO ok! |
8191 | 2024-12-18T21:35:00.505Z | [ recovery-image] Dec 18 21:34:58.945 INFO O| Dec 18 21:34:58.945 INFO STEP 33 (ensure_file) COMPLETE |
8192 | 2024-12-18T21:35:00.505Z | [ recovery-image] Dec 18 21:34:58.945 INFO O| Dec 18 21:34:58.945 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8193 | 2024-12-18T21:35:00.529Z | [ recovery-image] Dec 18 21:34:58.971 INFO O| Dec 18 21:34:58.971 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8194 | 2024-12-18T21:35:00.532Z | [ recovery-image] Dec 18 21:34:58.971 INFO O| Dec 18 21:34:58.971 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8195 | 2024-12-18T21:35:00.532Z | [ recovery-image] Dec 18 21:34:58.971 INFO O| Dec 18 21:34:58.971 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8196 | 2024-12-18T21:35:00.532Z | [ recovery-image] Dec 18 21:34:58.972 INFO O| Dec 18 21:34:58.972 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8197 | 2024-12-18T21:35:00.532Z | [ recovery-image] Dec 18 21:34:58.972 INFO O| Dec 18 21:34:58.972 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8198 | 2024-12-18T21:35:00.533Z | [ recovery-image] Dec 18 21:34:58.972 INFO O| Dec 18 21:34:58.972 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8199 | 2024-12-18T21:35:00.533Z | [ recovery-image] Dec 18 21:34:58.972 INFO O| Dec 18 21:34:58.972 INFO ok! |
8200 | 2024-12-18T21:35:00.533Z | [ recovery-image] Dec 18 21:34:58.972 INFO O| Dec 18 21:34:58.972 INFO STEP 34 (ensure_file) COMPLETE |
8201 | 2024-12-18T21:35:00.533Z | [ recovery-image] Dec 18 21:34:58.972 INFO O| Dec 18 21:34:58.972 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8202 | 2024-12-18T21:35:00.552Z | [ recovery-image] Dec 18 21:34:58.995 INFO O| Dec 18 21:34:58.995 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8203 | 2024-12-18T21:35:00.555Z | [ recovery-image] Dec 18 21:34:58.996 INFO O| Dec 18 21:34:58.995 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8204 | 2024-12-18T21:35:00.555Z | [ recovery-image] Dec 18 21:34:58.996 INFO O| Dec 18 21:34:58.996 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8205 | 2024-12-18T21:35:00.555Z | [ recovery-image] Dec 18 21:34:58.996 INFO O| Dec 18 21:34:58.996 INFO STEP 35 (ensure_dir) COMPLETE |
8206 | 2024-12-18T21:35:00.555Z | [ recovery-image] Dec 18 21:34:58.996 INFO O| Dec 18 21:34:58.996 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8207 | 2024-12-18T21:35:00.592Z | [ recovery-image] Dec 18 21:34:59.035 INFO O| Dec 18 21:34:59.035 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 |
8208 | 2024-12-18T21:35:00.592Z | [ recovery-image] Dec 18 21:34:59.035 INFO O| Dec 18 21:34:59.035 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 ... |
8209 | 2024-12-18T21:35:00.595Z | [ recovery-image] Dec 18 21:34:59.035 INFO O| Dec 18 21:34:59.035 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 |
8210 | 2024-12-18T21:35:00.595Z | [ recovery-image] Dec 18 21:34:59.035 INFO O| Dec 18 21:34:59.035 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 |
8211 | 2024-12-18T21:35:00.595Z | [ recovery-image] Dec 18 21:34:59.035 INFO O| Dec 18 21:34:59.035 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 |
8212 | 2024-12-18T21:35:00.595Z | [ recovery-image] Dec 18 21:34:59.035 INFO O| Dec 18 21:34:59.035 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 |
8213 | 2024-12-18T21:35:00.595Z | [ recovery-image] Dec 18 21:34:59.036 INFO O| Dec 18 21:34:59.035 INFO ok! |
8214 | 2024-12-18T21:35:00.595Z | [ recovery-image] Dec 18 21:34:59.036 INFO O| Dec 18 21:34:59.036 INFO STEP 36 (ensure_file) COMPLETE |
8215 | 2024-12-18T21:35:00.595Z | [ recovery-image] Dec 18 21:34:59.036 INFO O| Dec 18 21:34:59.036 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8216 | 2024-12-18T21:35:00.639Z | [ recovery-image] Dec 18 21:34:59.082 INFO O| Dec 18 21:34:59.082 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8217 | 2024-12-18T21:35:00.639Z | [ recovery-image] Dec 18 21:34:59.082 INFO O| Dec 18 21:34:59.082 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 ... |
8218 | 2024-12-18T21:35:00.642Z | [ recovery-image] Dec 18 21:34:59.082 INFO O| Dec 18 21:34:59.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8219 | 2024-12-18T21:35:00.642Z | [ recovery-image] Dec 18 21:34:59.082 INFO O| Dec 18 21:34:59.082 INFO ok! |
8220 | 2024-12-18T21:35:00.642Z | [ recovery-image] Dec 18 21:34:59.082 INFO O| Dec 18 21:34:59.082 INFO STEP 37 (ensure_symlink) COMPLETE |
8221 | 2024-12-18T21:35:00.642Z | [ recovery-image] Dec 18 21:34:59.082 INFO O| Dec 18 21:34:59.082 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8222 | 2024-12-18T21:35:00.661Z | [ recovery-image] Dec 18 21:34:59.104 INFO O| Dec 18 21:34:59.104 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8223 | 2024-12-18T21:35:00.661Z | [ recovery-image] Dec 18 21:34:59.104 INFO O| Dec 18 21:34:59.104 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8224 | 2024-12-18T21:35:00.661Z | [ recovery-image] Dec 18 21:34:59.104 INFO O| Dec 18 21:34:59.104 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8225 | 2024-12-18T21:35:00.664Z | [ recovery-image] Dec 18 21:34:59.104 INFO O| Dec 18 21:34:59.104 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8226 | 2024-12-18T21:35:00.664Z | [ recovery-image] Dec 18 21:34:59.104 INFO O| Dec 18 21:34:59.104 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8227 | 2024-12-18T21:35:00.664Z | [ recovery-image] Dec 18 21:34:59.104 INFO O| Dec 18 21:34:59.104 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8228 | 2024-12-18T21:35:00.664Z | [ recovery-image] Dec 18 21:34:59.104 INFO O| Dec 18 21:34:59.104 INFO ok! |
8229 | 2024-12-18T21:35:00.664Z | [ recovery-image] Dec 18 21:34:59.104 INFO O| Dec 18 21:34:59.104 INFO STEP 38 (ensure_file) COMPLETE |
8230 | 2024-12-18T21:35:00.664Z | [ recovery-image] Dec 18 21:34:59.104 INFO O| Dec 18 21:34:59.104 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8231 | 2024-12-18T21:35:00.725Z | [ recovery-image] Dec 18 21:34:59.167 INFO O| Dec 18 21:34:59.167 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8232 | 2024-12-18T21:35:00.726Z | [ recovery-image] Dec 18 21:34:59.167 INFO O| Dec 18 21:34:59.167 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 ... |
8233 | 2024-12-18T21:35:00.726Z | [ recovery-image] Dec 18 21:34:59.168 INFO O| Dec 18 21:34:59.168 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 |
8234 | 2024-12-18T21:35:00.730Z | [ recovery-image] Dec 18 21:34:59.168 INFO O| Dec 18 21:34:59.168 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8235 | 2024-12-18T21:35:00.731Z | [ recovery-image] Dec 18 21:34:59.168 INFO O| Dec 18 21:34:59.168 INFO ok! |
8236 | 2024-12-18T21:35:00.731Z | [ recovery-image] Dec 18 21:34:59.168 INFO O| Dec 18 21:34:59.168 INFO STEP 39 (ensure_file) COMPLETE |
8237 | 2024-12-18T21:35:00.731Z | [ recovery-image] Dec 18 21:34:59.168 INFO O| Dec 18 21:34:59.168 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8238 | 2024-12-18T21:35:00.746Z | [ recovery-image] Dec 18 21:34:59.188 INFO O| Dec 18 21:34:59.188 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8239 | 2024-12-18T21:35:00.746Z | [ recovery-image] Dec 18 21:34:59.188 INFO O| Dec 18 21:34:59.188 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8240 | 2024-12-18T21:35:00.746Z | [ recovery-image] Dec 18 21:34:59.188 INFO O| Dec 18 21:34:59.188 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8241 | 2024-12-18T21:35:00.749Z | [ recovery-image] Dec 18 21:34:59.188 INFO O| Dec 18 21:34:59.188 INFO ok! |
8242 | 2024-12-18T21:35:00.749Z | [ recovery-image] Dec 18 21:34:59.188 INFO O| Dec 18 21:34:59.188 INFO STEP 40 (ensure_file) COMPLETE |
8243 | 2024-12-18T21:35:00.749Z | [ recovery-image] Dec 18 21:34:59.188 INFO O| Dec 18 21:34:59.188 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8244 | 2024-12-18T21:35:00.785Z | [ recovery-image] Dec 18 21:34:59.228 INFO O| Dec 18 21:34:59.228 INFO updating shadow file |
8245 | 2024-12-18T21:35:00.788Z | [ recovery-image] Dec 18 21:34:59.228 INFO O| Dec 18 21:34:59.228 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8246 | 2024-12-18T21:35:00.788Z | [ recovery-image] Dec 18 21:34:59.228 INFO O| Dec 18 21:34:59.228 INFO STEP 41 (shadow) COMPLETE |
8247 | 2024-12-18T21:35:00.788Z | [ recovery-image] Dec 18 21:34:59.228 INFO O| Dec 18 21:34:59.228 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8248 | 2024-12-18T21:35:00.804Z | [ recovery-image] Dec 18 21:34:59.247 INFO O| Dec 18 21:34:59.247 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8249 | 2024-12-18T21:35:00.805Z | [ recovery-image] Dec 18 21:34:59.247 INFO O| Dec 18 21:34:59.247 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8250 | 2024-12-18T21:35:00.807Z | [ recovery-image] Dec 18 21:34:59.248 INFO O| Dec 18 21:34:59.247 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8251 | 2024-12-18T21:35:00.807Z | [ recovery-image] Dec 18 21:34:59.248 INFO O| Dec 18 21:34:59.248 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8252 | 2024-12-18T21:35:00.807Z | [ recovery-image] Dec 18 21:34:59.248 INFO O| Dec 18 21:34:59.248 INFO ok! |
8253 | 2024-12-18T21:35:00.807Z | [ recovery-image] Dec 18 21:34:59.248 INFO O| Dec 18 21:34:59.248 INFO STEP 42 (ensure_file) COMPLETE |
8254 | 2024-12-18T21:35:00.807Z | [ recovery-image] Dec 18 21:34:59.248 INFO O| Dec 18 21:34:59.248 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8255 | 2024-12-18T21:35:00.836Z | [ recovery-image] Dec 18 21:34:59.279 INFO O| Dec 18 21:34:59.278 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8256 | 2024-12-18T21:35:00.836Z | [ recovery-image] Dec 18 21:34:59.279 INFO O| Dec 18 21:34:59.279 INFO STEP 43 (ensure_dir) COMPLETE |
8257 | 2024-12-18T21:35:00.836Z | [ recovery-image] Dec 18 21:34:59.279 INFO O| Dec 18 21:34:59.279 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8258 | 2024-12-18T21:35:00.861Z | [ recovery-image] Dec 18 21:34:59.303 INFO O| Dec 18 21:34:59.303 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8259 | 2024-12-18T21:35:00.861Z | [ recovery-image] Dec 18 21:34:59.304 INFO O| Dec 18 21:34:59.303 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8260 | 2024-12-18T21:35:00.863Z | [ recovery-image] Dec 18 21:34:59.304 INFO O| Dec 18 21:34:59.303 INFO STEP 44 (ensure_dir) COMPLETE |
8261 | 2024-12-18T21:35:00.863Z | [ recovery-image] Dec 18 21:34:59.304 INFO O| Dec 18 21:34:59.304 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8262 | 2024-12-18T21:35:00.894Z | [ recovery-image] Dec 18 21:34:59.337 INFO O| Dec 18 21:34:59.337 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8263 | 2024-12-18T21:35:00.894Z | [ recovery-image] Dec 18 21:34:59.337 INFO O| Dec 18 21:34:59.337 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8264 | 2024-12-18T21:35:00.894Z | [ recovery-image] Dec 18 21:34:59.337 INFO O| Dec 18 21:34:59.337 INFO STEP 45 (ensure_dir) COMPLETE |
8265 | 2024-12-18T21:35:00.898Z | [ recovery-image] Dec 18 21:34:59.337 INFO O| Dec 18 21:34:59.337 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8266 | 2024-12-18T21:35:01.026Z | [ recovery-image] Dec 18 21:34:59.465 INFO O| Dec 18 21:34:59.465 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8267 | 2024-12-18T21:35:01.026Z | [ recovery-image] Dec 18 21:34:59.465 INFO O| Dec 18 21:34:59.465 INFO copying /tmp/.tmpofmGFj/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8268 | 2024-12-18T21:35:01.097Z | [ recovery-image] Dec 18 21:34:59.538 INFO O| Dec 18 21:34:59.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8269 | 2024-12-18T21:35:01.097Z | [ recovery-image] Dec 18 21:34:59.538 INFO O| Dec 18 21:34:59.538 INFO ok! |
8270 | 2024-12-18T21:35:01.108Z | [ recovery-image] Dec 18 21:34:59.538 INFO O| Dec 18 21:34:59.538 INFO STEP 46 (ensure_file) COMPLETE |
8271 | 2024-12-18T21:35:01.108Z | [ recovery-image] Dec 18 21:34:59.538 INFO O| Dec 18 21:34:59.538 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8272 | 2024-12-18T21:35:01.119Z | [ recovery-image] Dec 18 21:34:59.559 INFO O| Dec 18 21:34:59.559 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8273 | 2024-12-18T21:35:01.120Z | [ recovery-image] Dec 18 21:34:59.559 INFO O| Dec 18 21:34:59.559 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8274 | 2024-12-18T21:35:01.120Z | [ recovery-image] Dec 18 21:34:59.559 INFO O| Dec 18 21:34:59.559 INFO STEP 47 (ensure_dir) COMPLETE |
8275 | 2024-12-18T21:35:01.123Z | [ recovery-image] Dec 18 21:34:59.559 INFO O| Dec 18 21:34:59.559 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8276 | 2024-12-18T21:35:01.138Z | [ recovery-image] Dec 18 21:34:59.578 INFO O| Dec 18 21:34:59.578 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8277 | 2024-12-18T21:35:01.138Z | [ recovery-image] Dec 18 21:34:59.578 INFO O| Dec 18 21:34:59.578 INFO copying /tmp/.tmpofmGFj/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8278 | 2024-12-18T21:35:01.141Z | [ recovery-image] Dec 18 21:34:59.578 INFO O| Dec 18 21:34:59.578 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8279 | 2024-12-18T21:35:01.141Z | [ recovery-image] Dec 18 21:34:59.578 INFO O| Dec 18 21:34:59.578 INFO ok! |
8280 | 2024-12-18T21:35:01.141Z | [ recovery-image] Dec 18 21:34:59.578 INFO O| Dec 18 21:34:59.578 INFO STEP 48 (ensure_file) COMPLETE |
8281 | 2024-12-18T21:35:01.141Z | [ recovery-image] Dec 18 21:34:59.578 INFO O| Dec 18 21:34:59.578 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8282 | 2024-12-18T21:35:01.168Z | [ recovery-image] Dec 18 21:34:59.610 INFO O| Dec 18 21:34:59.610 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8283 | 2024-12-18T21:35:01.168Z | [ recovery-image] Dec 18 21:34:59.610 INFO O| Dec 18 21:34:59.610 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8284 | 2024-12-18T21:35:01.168Z | [ recovery-image] Dec 18 21:34:59.610 INFO O| Dec 18 21:34:59.610 INFO STEP 49 (ensure_dir) COMPLETE |
8285 | 2024-12-18T21:35:01.168Z | [ recovery-image] Dec 18 21:34:59.610 INFO O| Dec 18 21:34:59.610 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8286 | 2024-12-18T21:35:01.207Z | [ recovery-image] Dec 18 21:34:59.650 INFO O| Dec 18 21:34:59.649 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8287 | 2024-12-18T21:35:01.211Z | [ recovery-image] Dec 18 21:34:59.650 INFO O| Dec 18 21:34:59.650 INFO copying /tmp/.tmpofmGFj/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8288 | 2024-12-18T21:35:01.234Z | [ recovery-image] Dec 18 21:34:59.676 INFO O| Dec 18 21:34:59.676 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8289 | 2024-12-18T21:35:01.234Z | [ recovery-image] Dec 18 21:34:59.676 INFO O| Dec 18 21:34:59.676 INFO ok! |
8290 | 2024-12-18T21:35:01.234Z | [ recovery-image] Dec 18 21:34:59.676 INFO O| Dec 18 21:34:59.676 INFO STEP 50 (ensure_file) COMPLETE |
8291 | 2024-12-18T21:35:01.234Z | [ recovery-image] Dec 18 21:34:59.676 INFO O| Dec 18 21:34:59.676 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8292 | 2024-12-18T21:35:01.298Z | [ recovery-image] Dec 18 21:34:59.739 INFO O| Dec 18 21:34:59.739 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8293 | 2024-12-18T21:35:01.298Z | [ recovery-image] Dec 18 21:34:59.739 INFO O| Dec 18 21:34:59.739 INFO copying /tmp/.tmpofmGFj/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8294 | 2024-12-18T21:35:03.309Z | [ recovery-image] Dec 18 21:35:01.751 INFO O| Dec 18 21:35:01.751 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8295 | 2024-12-18T21:35:03.309Z | [ recovery-image] Dec 18 21:35:01.751 INFO O| Dec 18 21:35:01.751 INFO ok! |
8296 | 2024-12-18T21:35:03.313Z | [ recovery-image] Dec 18 21:35:01.751 INFO O| Dec 18 21:35:01.751 INFO STEP 51 (ensure_file) COMPLETE |
8297 | 2024-12-18T21:35:03.314Z | [ recovery-image] Dec 18 21:35:01.751 INFO O| Dec 18 21:35:01.751 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8298 | 2024-12-18T21:35:03.328Z | [ recovery-image] Dec 18 21:35:01.769 INFO O| Dec 18 21:35:01.769 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8299 | 2024-12-18T21:35:03.328Z | [ recovery-image] Dec 18 21:35:01.769 INFO O| Dec 18 21:35:01.769 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8300 | 2024-12-18T21:35:03.328Z | [ recovery-image] Dec 18 21:35:01.769 INFO O| Dec 18 21:35:01.769 INFO STEP 52 (ensure_dir) COMPLETE |
8301 | 2024-12-18T21:35:03.331Z | [ recovery-image] Dec 18 21:35:01.769 INFO O| Dec 18 21:35:01.769 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8302 | 2024-12-18T21:35:03.346Z | [ recovery-image] Dec 18 21:35:01.787 INFO O| Dec 18 21:35:01.787 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8303 | 2024-12-18T21:35:03.346Z | [ recovery-image] Dec 18 21:35:01.787 INFO O| Dec 18 21:35:01.787 INFO copying /tmp/.tmpofmGFj/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 ... |
8304 | 2024-12-18T21:35:03.350Z | [ recovery-image] Dec 18 21:35:01.787 INFO O| Dec 18 21:35:01.787 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 |
8305 | 2024-12-18T21:35:03.350Z | [ recovery-image] Dec 18 21:35:01.787 INFO O| Dec 18 21:35:01.787 INFO ok! |
8306 | 2024-12-18T21:35:03.350Z | [ recovery-image] Dec 18 21:35:01.787 INFO O| Dec 18 21:35:01.787 INFO STEP 53 (ensure_file) COMPLETE |
8307 | 2024-12-18T21:35:03.350Z | [ recovery-image] Dec 18 21:35:01.787 INFO O| Dec 18 21:35:01.787 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8308 | 2024-12-18T21:35:03.384Z | [ recovery-image] Dec 18 21:35:01.826 INFO O| Dec 18 21:35:01.826 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8309 | 2024-12-18T21:35:03.384Z | [ recovery-image] Dec 18 21:35:01.826 INFO O| Dec 18 21:35:01.826 INFO copying /tmp/.tmpofmGFj/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 ... |
8310 | 2024-12-18T21:35:03.385Z | [ recovery-image] Dec 18 21:35:01.826 INFO O| Dec 18 21:35:01.826 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 |
8311 | 2024-12-18T21:35:03.387Z | [ recovery-image] Dec 18 21:35:01.826 INFO O| Dec 18 21:35:01.826 INFO ok! |
8312 | 2024-12-18T21:35:03.387Z | [ recovery-image] Dec 18 21:35:01.826 INFO O| Dec 18 21:35:01.826 INFO STEP 54 (ensure_file) COMPLETE |
8313 | 2024-12-18T21:35:03.387Z | [ recovery-image] Dec 18 21:35:01.826 INFO O| Dec 18 21:35:01.826 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8314 | 2024-12-18T21:35:03.428Z | [ recovery-image] Dec 18 21:35:01.870 INFO O| Dec 18 21:35:01.870 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8315 | 2024-12-18T21:35:03.430Z | [ recovery-image] Dec 18 21:35:01.870 INFO O| Dec 18 21:35:01.870 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8316 | 2024-12-18T21:35:03.430Z | [ recovery-image] Dec 18 21:35:01.870 INFO O| Dec 18 21:35:01.870 INFO STEP 55 (ensure_dir) COMPLETE |
8317 | 2024-12-18T21:35:03.431Z | [ recovery-image] Dec 18 21:35:01.871 INFO O| Dec 18 21:35:01.871 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8318 | 2024-12-18T21:35:03.448Z | [ recovery-image] Dec 18 21:35:01.891 INFO O| Dec 18 21:35:01.890 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8319 | 2024-12-18T21:35:03.448Z | [ recovery-image] Dec 18 21:35:01.891 INFO O| Dec 18 21:35:01.890 INFO copying /tmp/.tmpofmGFj/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 ... |
8320 | 2024-12-18T21:35:03.448Z | [ recovery-image] Dec 18 21:35:01.891 INFO O| Dec 18 21:35:01.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8321 | 2024-12-18T21:35:03.451Z | [ recovery-image] Dec 18 21:35:01.891 INFO O| Dec 18 21:35:01.891 INFO ok! |
8322 | 2024-12-18T21:35:03.451Z | [ recovery-image] Dec 18 21:35:01.891 INFO O| Dec 18 21:35:01.891 INFO STEP 56 (ensure_file) COMPLETE |
8323 | 2024-12-18T21:35:03.451Z | [ recovery-image] Dec 18 21:35:01.891 INFO O| Dec 18 21:35:01.891 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8324 | 2024-12-18T21:35:03.482Z | [ recovery-image] Dec 18 21:35:01.923 INFO O| Dec 18 21:35:01.923 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8325 | 2024-12-18T21:35:03.483Z | [ recovery-image] Dec 18 21:35:01.923 INFO O| Dec 18 21:35:01.923 INFO copying /tmp/.tmpofmGFj/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 ... |
8326 | 2024-12-18T21:35:03.483Z | [ recovery-image] Dec 18 21:35:01.924 INFO O| Dec 18 21:35:01.924 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 |
8327 | 2024-12-18T21:35:03.483Z | [ recovery-image] Dec 18 21:35:01.924 INFO O| Dec 18 21:35:01.924 INFO ok! |
8328 | 2024-12-18T21:35:03.487Z | [ recovery-image] Dec 18 21:35:01.924 INFO O| Dec 18 21:35:01.924 INFO STEP 57 (ensure_file) COMPLETE |
8329 | 2024-12-18T21:35:03.487Z | [ recovery-image] Dec 18 21:35:01.924 INFO O| Dec 18 21:35:01.924 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8330 | 2024-12-18T21:35:03.522Z | [ recovery-image] Dec 18 21:35:01.963 INFO O| Dec 18 21:35:01.963 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8331 | 2024-12-18T21:35:03.522Z | [ recovery-image] Dec 18 21:35:01.963 INFO O| Dec 18 21:35:01.963 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8332 | 2024-12-18T21:35:03.522Z | [ recovery-image] Dec 18 21:35:01.963 INFO O| Dec 18 21:35:01.963 INFO STEP 58 (ensure_dir) COMPLETE |
8333 | 2024-12-18T21:35:03.522Z | [ recovery-image] Dec 18 21:35:01.963 INFO O| Dec 18 21:35:01.963 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8334 | 2024-12-18T21:35:03.569Z | [ recovery-image] Dec 18 21:35:02.010 INFO O| Dec 18 21:35:02.010 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8335 | 2024-12-18T21:35:03.570Z | [ recovery-image] Dec 18 21:35:02.010 INFO O| Dec 18 21:35:02.010 INFO copying /tmp/.tmpofmGFj/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 ... |
8336 | 2024-12-18T21:35:03.571Z | [ recovery-image] Dec 18 21:35:02.011 INFO O| Dec 18 21:35:02.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8337 | 2024-12-18T21:35:03.574Z | [ recovery-image] Dec 18 21:35:02.011 INFO O| Dec 18 21:35:02.011 INFO ok! |
8338 | 2024-12-18T21:35:03.574Z | [ recovery-image] Dec 18 21:35:02.011 INFO O| Dec 18 21:35:02.011 INFO STEP 59 (ensure_file) COMPLETE |
8339 | 2024-12-18T21:35:03.574Z | [ recovery-image] Dec 18 21:35:02.011 INFO O| Dec 18 21:35:02.011 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8340 | 2024-12-18T21:35:03.588Z | [ recovery-image] Dec 18 21:35:02.030 INFO O| Dec 18 21:35:02.030 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8341 | 2024-12-18T21:35:03.588Z | [ recovery-image] Dec 18 21:35:02.030 INFO O| Dec 18 21:35:02.030 INFO copying /tmp/.tmpofmGFj/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8342 | 2024-12-18T21:35:03.591Z | [ recovery-image] Dec 18 21:35:02.031 INFO O| Dec 18 21:35:02.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8343 | 2024-12-18T21:35:03.591Z | [ recovery-image] Dec 18 21:35:02.031 INFO O| Dec 18 21:35:02.031 INFO ok! |
8344 | 2024-12-18T21:35:03.591Z | [ recovery-image] Dec 18 21:35:02.031 INFO O| Dec 18 21:35:02.031 INFO STEP 60 (ensure_file) COMPLETE |
8345 | 2024-12-18T21:35:03.591Z | [ recovery-image] Dec 18 21:35:02.031 INFO O| Dec 18 21:35:02.031 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8346 | 2024-12-18T21:35:03.629Z | [ recovery-image] Dec 18 21:35:02.071 INFO O| Dec 18 21:35:02.071 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8347 | 2024-12-18T21:35:03.629Z | [ recovery-image] Dec 18 21:35:02.071 INFO O| Dec 18 21:35:02.071 INFO STEP 61 (ensure_dir) COMPLETE |
8348 | 2024-12-18T21:35:03.632Z | [ recovery-image] Dec 18 21:35:02.071 INFO O| Dec 18 21:35:02.071 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8349 | 2024-12-18T21:35:03.672Z | [ recovery-image] Dec 18 21:35:02.114 INFO O| Dec 18 21:35:02.114 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8350 | 2024-12-18T21:35:03.672Z | [ recovery-image] Dec 18 21:35:02.114 INFO O| Dec 18 21:35:02.114 INFO STEP 62 (ensure_dir) COMPLETE |
8351 | 2024-12-18T21:35:03.677Z | [ recovery-image] Dec 18 21:35:02.114 INFO O| Dec 18 21:35:02.114 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8352 | 2024-12-18T21:35:03.693Z | [ recovery-image] Dec 18 21:35:02.135 INFO O| Dec 18 21:35:02.135 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8353 | 2024-12-18T21:35:03.693Z | [ recovery-image] Dec 18 21:35:02.135 INFO O| Dec 18 21:35:02.135 INFO STEP 63 (ensure_dir) COMPLETE |
8354 | 2024-12-18T21:35:03.695Z | [ recovery-image] Dec 18 21:35:02.135 INFO O| Dec 18 21:35:02.135 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8355 | 2024-12-18T21:35:03.722Z | [ recovery-image] Dec 18 21:35:02.155 INFO O| Dec 18 21:35:02.155 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8356 | 2024-12-18T21:35:03.722Z | [ recovery-image] Dec 18 21:35:02.155 INFO O| Dec 18 21:35:02.155 INFO STEP 64 (ensure_dir) COMPLETE |
8357 | 2024-12-18T21:35:03.724Z | [ recovery-image] Dec 18 21:35:02.155 INFO O| Dec 18 21:35:02.155 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8358 | 2024-12-18T21:35:03.733Z | [ recovery-image] Dec 18 21:35:02.175 INFO O| Dec 18 21:35:02.175 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8359 | 2024-12-18T21:35:03.733Z | [ recovery-image] Dec 18 21:35:02.175 INFO O| Dec 18 21:35:02.175 INFO copying /tmp/.tmpofmGFj/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8360 | 2024-12-18T21:35:03.733Z | [ recovery-image] Dec 18 21:35:02.175 INFO O| Dec 18 21:35:02.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8361 | 2024-12-18T21:35:03.737Z | [ recovery-image] Dec 18 21:35:02.175 INFO O| Dec 18 21:35:02.175 INFO ok! |
8362 | 2024-12-18T21:35:03.737Z | [ recovery-image] Dec 18 21:35:02.175 INFO O| Dec 18 21:35:02.175 INFO STEP 65 (ensure_file) COMPLETE |
8363 | 2024-12-18T21:35:03.738Z | [ recovery-image] Dec 18 21:35:02.176 INFO O| Dec 18 21:35:02.175 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8364 | 2024-12-18T21:35:03.752Z | [ recovery-image] Dec 18 21:35:02.194 INFO O| Dec 18 21:35:02.194 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8365 | 2024-12-18T21:35:03.754Z | [ recovery-image] Dec 18 21:35:02.194 INFO O| Dec 18 21:35:02.194 INFO STEP 66 (remove_files) COMPLETE |
8366 | 2024-12-18T21:35:03.754Z | [ recovery-image] Dec 18 21:35:02.194 INFO O| Dec 18 21:35:02.194 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8367 | 2024-12-18T21:35:03.771Z | [ recovery-image] Dec 18 21:35:02.213 INFO O| Dec 18 21:35:02.213 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8368 | 2024-12-18T21:35:03.774Z | [ recovery-image] Dec 18 21:35:02.213 INFO O| Dec 18 21:35:02.213 INFO STEP 67 (remove_files) COMPLETE |
8369 | 2024-12-18T21:35:03.774Z | [ recovery-image] Dec 18 21:35:02.213 INFO O| Dec 18 21:35:02.213 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8370 | 2024-12-18T21:35:03.790Z | [ recovery-image] Dec 18 21:35:02.232 INFO O| Dec 18 21:35:02.232 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8371 | 2024-12-18T21:35:03.792Z | [ recovery-image] Dec 18 21:35:02.232 INFO O| Dec 18 21:35:02.232 INFO STEP 68 (remove_files) COMPLETE |
8372 | 2024-12-18T21:35:03.792Z | [ recovery-image] Dec 18 21:35:02.232 INFO O| Dec 18 21:35:02.232 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8373 | 2024-12-18T21:35:03.810Z | [ recovery-image] Dec 18 21:35:02.251 INFO O| Dec 18 21:35:02.251 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8374 | 2024-12-18T21:35:03.812Z | [ recovery-image] Dec 18 21:35:02.252 INFO O| Dec 18 21:35:02.252 INFO STEP 69 (remove_files) COMPLETE |
8375 | 2024-12-18T21:35:03.813Z | [ recovery-image] Dec 18 21:35:02.252 INFO O| Dec 18 21:35:02.252 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8376 | 2024-12-18T21:35:03.827Z | [ recovery-image] Dec 18 21:35:02.269 INFO O| Dec 18 21:35:02.269 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8377 | 2024-12-18T21:35:03.827Z | [ recovery-image] Dec 18 21:35:02.269 INFO O| Dec 18 21:35:02.269 INFO STEP 70 (remove_files) COMPLETE |
8378 | 2024-12-18T21:35:03.829Z | [ recovery-image] Dec 18 21:35:02.269 INFO O| Dec 18 21:35:02.269 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8379 | 2024-12-18T21:35:03.844Z | [ recovery-image] Dec 18 21:35:02.286 INFO O| Dec 18 21:35:02.286 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8380 | 2024-12-18T21:35:03.847Z | [ recovery-image] Dec 18 21:35:02.286 INFO O| Dec 18 21:35:02.286 INFO STEP 71 (remove_files) COMPLETE |
8381 | 2024-12-18T21:35:03.847Z | [ recovery-image] Dec 18 21:35:02.286 INFO O| Dec 18 21:35:02.286 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8382 | 2024-12-18T21:35:03.872Z | [ recovery-image] Dec 18 21:35:02.314 INFO O| Dec 18 21:35:02.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8383 | 2024-12-18T21:35:03.872Z | [ recovery-image] Dec 18 21:35:02.314 INFO O| Dec 18 21:35:02.314 INFO STEP 72 (remove_files) COMPLETE |
8384 | 2024-12-18T21:35:03.875Z | [ recovery-image] Dec 18 21:35:02.314 INFO O| Dec 18 21:35:02.314 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8385 | 2024-12-18T21:35:03.890Z | [ recovery-image] Dec 18 21:35:02.332 INFO O| Dec 18 21:35:02.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8386 | 2024-12-18T21:35:03.890Z | [ recovery-image] Dec 18 21:35:02.332 INFO O| Dec 18 21:35:02.332 INFO STEP 73 (remove_files) COMPLETE |
8387 | 2024-12-18T21:35:03.890Z | [ recovery-image] Dec 18 21:35:02.332 INFO O| Dec 18 21:35:02.332 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8388 | 2024-12-18T21:35:03.907Z | [ recovery-image] Dec 18 21:35:02.348 INFO O| Dec 18 21:35:02.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8389 | 2024-12-18T21:35:03.907Z | [ recovery-image] Dec 18 21:35:02.348 INFO O| Dec 18 21:35:02.348 INFO STEP 74 (remove_files) COMPLETE |
8390 | 2024-12-18T21:35:03.907Z | [ recovery-image] Dec 18 21:35:02.348 INFO O| Dec 18 21:35:02.348 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8391 | 2024-12-18T21:35:03.936Z | [ recovery-image] Dec 18 21:35:02.377 INFO O| Dec 18 21:35:02.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8392 | 2024-12-18T21:35:03.936Z | [ recovery-image] Dec 18 21:35:02.377 INFO O| Dec 18 21:35:02.377 INFO STEP 75 (remove_files) COMPLETE |
8393 | 2024-12-18T21:35:03.936Z | [ recovery-image] Dec 18 21:35:02.377 INFO O| Dec 18 21:35:02.377 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8394 | 2024-12-18T21:35:03.956Z | [ recovery-image] Dec 18 21:35:02.397 INFO O| Dec 18 21:35:02.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8395 | 2024-12-18T21:35:03.956Z | [ recovery-image] Dec 18 21:35:02.397 INFO O| Dec 18 21:35:02.397 INFO STEP 76 (remove_files) COMPLETE |
8396 | 2024-12-18T21:35:03.956Z | [ recovery-image] Dec 18 21:35:02.397 INFO O| Dec 18 21:35:02.397 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8397 | 2024-12-18T21:35:04.010Z | [ recovery-image] Dec 18 21:35:02.452 INFO O| Dec 18 21:35:02.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8398 | 2024-12-18T21:35:04.010Z | [ recovery-image] Dec 18 21:35:02.452 INFO O| Dec 18 21:35:02.452 INFO STEP 77 (remove_files) COMPLETE |
8399 | 2024-12-18T21:35:04.011Z | [ recovery-image] Dec 18 21:35:02.452 INFO O| Dec 18 21:35:02.452 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8400 | 2024-12-18T21:35:04.043Z | [ recovery-image] Dec 18 21:35:02.485 INFO O| Dec 18 21:35:02.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8401 | 2024-12-18T21:35:04.043Z | [ recovery-image] Dec 18 21:35:02.485 INFO O| Dec 18 21:35:02.485 INFO STEP 78 (remove_files) COMPLETE |
8402 | 2024-12-18T21:35:04.044Z | [ recovery-image] Dec 18 21:35:02.485 INFO O| Dec 18 21:35:02.485 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8403 | 2024-12-18T21:35:04.078Z | [ recovery-image] Dec 18 21:35:02.519 INFO O| Dec 18 21:35:02.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8404 | 2024-12-18T21:35:04.078Z | [ recovery-image] Dec 18 21:35:02.519 INFO O| Dec 18 21:35:02.519 INFO STEP 79 (remove_files) COMPLETE |
8405 | 2024-12-18T21:35:04.078Z | [ recovery-image] Dec 18 21:35:02.519 INFO O| Dec 18 21:35:02.519 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8406 | 2024-12-18T21:35:04.109Z | [ recovery-image] Dec 18 21:35:02.552 INFO O| Dec 18 21:35:02.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8407 | 2024-12-18T21:35:04.110Z | [ recovery-image] Dec 18 21:35:02.552 INFO O| Dec 18 21:35:02.552 INFO STEP 80 (remove_files) COMPLETE |
8408 | 2024-12-18T21:35:04.110Z | [ recovery-image] Dec 18 21:35:02.552 INFO O| Dec 18 21:35:02.552 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8409 | 2024-12-18T21:35:04.169Z | [ recovery-image] Dec 18 21:35:02.611 INFO O| Dec 18 21:35:02.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8410 | 2024-12-18T21:35:04.170Z | [ recovery-image] Dec 18 21:35:02.611 INFO O| Dec 18 21:35:02.611 INFO STEP 81 (remove_files) COMPLETE |
8411 | 2024-12-18T21:35:04.172Z | [ recovery-image] Dec 18 21:35:02.612 INFO O| Dec 18 21:35:02.611 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8412 | 2024-12-18T21:35:04.199Z | [ recovery-image] Dec 18 21:35:02.641 INFO O| Dec 18 21:35:02.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8413 | 2024-12-18T21:35:04.199Z | [ recovery-image] Dec 18 21:35:02.641 INFO O| Dec 18 21:35:02.641 INFO STEP 82 (remove_files) COMPLETE |
8414 | 2024-12-18T21:35:04.199Z | [ recovery-image] Dec 18 21:35:02.641 INFO O| Dec 18 21:35:02.641 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8415 | 2024-12-18T21:35:04.217Z | [ recovery-image] Dec 18 21:35:02.659 INFO O| Dec 18 21:35:02.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8416 | 2024-12-18T21:35:04.218Z | [ recovery-image] Dec 18 21:35:02.659 INFO O| Dec 18 21:35:02.659 INFO STEP 83 (remove_files) COMPLETE |
8417 | 2024-12-18T21:35:04.218Z | [ recovery-image] Dec 18 21:35:02.659 INFO O| Dec 18 21:35:02.659 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8418 | 2024-12-18T21:35:04.234Z | [ recovery-image] Dec 18 21:35:02.676 INFO O| Dec 18 21:35:02.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8419 | 2024-12-18T21:35:04.234Z | [ recovery-image] Dec 18 21:35:02.676 INFO O| Dec 18 21:35:02.676 INFO STEP 84 (remove_files) COMPLETE |
8420 | 2024-12-18T21:35:04.234Z | [ recovery-image] Dec 18 21:35:02.676 INFO O| Dec 18 21:35:02.676 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8421 | 2024-12-18T21:35:04.253Z | [ recovery-image] Dec 18 21:35:02.695 INFO O| Dec 18 21:35:02.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8422 | 2024-12-18T21:35:04.253Z | [ recovery-image] Dec 18 21:35:02.695 INFO O| Dec 18 21:35:02.695 INFO STEP 85 (remove_files) COMPLETE |
8423 | 2024-12-18T21:35:04.255Z | [ recovery-image] Dec 18 21:35:02.695 INFO O| Dec 18 21:35:02.695 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8424 | 2024-12-18T21:35:04.294Z | [ recovery-image] Dec 18 21:35:02.735 INFO O| Dec 18 21:35:02.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8425 | 2024-12-18T21:35:04.299Z | [ recovery-image] Dec 18 21:35:02.735 INFO O| Dec 18 21:35:02.735 INFO STEP 86 (remove_files) COMPLETE |
8426 | 2024-12-18T21:35:04.299Z | [ recovery-image] Dec 18 21:35:02.735 INFO O| Dec 18 21:35:02.735 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8427 | 2024-12-18T21:35:04.314Z | [ recovery-image] Dec 18 21:35:02.756 INFO O| Dec 18 21:35:02.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8428 | 2024-12-18T21:35:04.318Z | [ recovery-image] Dec 18 21:35:02.756 INFO O| Dec 18 21:35:02.756 INFO STEP 87 (remove_files) COMPLETE |
8429 | 2024-12-18T21:35:04.318Z | [ recovery-image] Dec 18 21:35:02.756 INFO O| Dec 18 21:35:02.756 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8430 | 2024-12-18T21:35:04.341Z | [ recovery-image] Dec 18 21:35:02.783 INFO O| Dec 18 21:35:02.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8431 | 2024-12-18T21:35:04.341Z | [ recovery-image] Dec 18 21:35:02.783 INFO O| Dec 18 21:35:02.783 INFO STEP 88 (remove_files) COMPLETE |
8432 | 2024-12-18T21:35:04.341Z | [ recovery-image] Dec 18 21:35:02.783 INFO O| Dec 18 21:35:02.783 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8433 | 2024-12-18T21:35:04.368Z | [ recovery-image] Dec 18 21:35:02.810 INFO O| Dec 18 21:35:02.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8434 | 2024-12-18T21:35:04.368Z | [ recovery-image] Dec 18 21:35:02.810 INFO O| Dec 18 21:35:02.810 INFO STEP 89 (remove_files) COMPLETE |
8435 | 2024-12-18T21:35:04.368Z | [ recovery-image] Dec 18 21:35:02.810 INFO O| Dec 18 21:35:02.810 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8436 | 2024-12-18T21:35:04.408Z | [ recovery-image] Dec 18 21:35:02.850 INFO O| Dec 18 21:35:02.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8437 | 2024-12-18T21:35:04.408Z | [ recovery-image] Dec 18 21:35:02.850 INFO O| Dec 18 21:35:02.850 INFO STEP 90 (remove_files) COMPLETE |
8438 | 2024-12-18T21:35:04.408Z | [ recovery-image] Dec 18 21:35:02.850 INFO O| Dec 18 21:35:02.850 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8439 | 2024-12-18T21:35:04.428Z | [ recovery-image] Dec 18 21:35:02.870 INFO O| Dec 18 21:35:02.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8440 | 2024-12-18T21:35:04.428Z | [ recovery-image] Dec 18 21:35:02.870 INFO O| Dec 18 21:35:02.870 INFO STEP 91 (remove_files) COMPLETE |
8441 | 2024-12-18T21:35:04.428Z | [ recovery-image] Dec 18 21:35:02.870 INFO O| Dec 18 21:35:02.870 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8442 | 2024-12-18T21:35:04.456Z | [ recovery-image] Dec 18 21:35:02.889 INFO O| Dec 18 21:35:02.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8443 | 2024-12-18T21:35:04.457Z | [ recovery-image] Dec 18 21:35:02.890 INFO O| Dec 18 21:35:02.889 INFO STEP 92 (remove_files) COMPLETE |
8444 | 2024-12-18T21:35:04.457Z | [ recovery-image] Dec 18 21:35:02.890 INFO O| Dec 18 21:35:02.890 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8445 | 2024-12-18T21:35:04.467Z | [ recovery-image] Dec 18 21:35:02.909 INFO O| Dec 18 21:35:02.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8446 | 2024-12-18T21:35:04.467Z | [ recovery-image] Dec 18 21:35:02.909 INFO O| Dec 18 21:35:02.909 INFO STEP 93 (remove_files) COMPLETE |
8447 | 2024-12-18T21:35:04.467Z | [ recovery-image] Dec 18 21:35:02.909 INFO O| Dec 18 21:35:02.909 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8448 | 2024-12-18T21:35:04.484Z | [ recovery-image] Dec 18 21:35:02.926 INFO O| Dec 18 21:35:02.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8449 | 2024-12-18T21:35:04.485Z | [ recovery-image] Dec 18 21:35:02.927 INFO O| Dec 18 21:35:02.927 INFO STEP 94 (remove_files) COMPLETE |
8450 | 2024-12-18T21:35:04.485Z | [ recovery-image] Dec 18 21:35:02.927 INFO O| Dec 18 21:35:02.927 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8451 | 2024-12-18T21:35:04.529Z | [ recovery-image] Dec 18 21:35:02.970 INFO O| Dec 18 21:35:02.970 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8452 | 2024-12-18T21:35:04.531Z | [ recovery-image] Dec 18 21:35:02.970 INFO O| Dec 18 21:35:02.970 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"} |
8453 | 2024-12-18T21:35:16.776Z | [ recovery-image] Dec 18 21:35:15.215 INFO O| Dec 18 21:35:15.215 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 |
8454 | 2024-12-18T21:35:16.776Z | [ recovery-image] Dec 18 21:35:15.215 INFO O| Dec 18 21:35:15.215 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8455 | 2024-12-18T21:35:16.796Z | [ recovery-image] Dec 18 21:35:15.235 INFO O| Dec 18 21:35:15.235 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"} |
8456 | 2024-12-18T21:35:17.030Z | [ recovery-image] Dec 18 21:35:15.467 INFO O| Dec 18 21:35:15.467 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8457 | 2024-12-18T21:35:17.033Z | [ recovery-image] Dec 18 21:35:15.467 INFO O| Dec 18 21:35:15.467 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 ... |
8458 | 2024-12-18T21:35:17.035Z | [ recovery-image] Dec 18 21:35:15.470 INFO O| Dec 18 21:35:15.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8459 | 2024-12-18T21:35:17.035Z | [ recovery-image] Dec 18 21:35:15.470 INFO O| Dec 18 21:35:15.470 INFO ok! |
8460 | 2024-12-18T21:35:17.035Z | [ recovery-image] Dec 18 21:35:15.470 INFO O| Dec 18 21:35:15.470 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8461 | 2024-12-18T21:35:17.035Z | [ recovery-image] Dec 18 21:35:15.470 INFO O| Dec 18 21:35:15.470 INFO STEP 95 (seed_smf) COMPLETE |
8462 | 2024-12-18T21:35:17.035Z | [ recovery-image] Dec 18 21:35:15.470 INFO O| Dec 18 21:35:15.470 INFO steps complete; finalising image! |
8463 | 2024-12-18T21:35:17.035Z | [ recovery-image] Dec 18 21:35:15.470 INFO O| Dec 18 21:35:15.470 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8464 | 2024-12-18T21:35:17.095Z | [ recovery-image] Dec 18 21:35:15.534 INFO O| Dec 18 21:35:15.534 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Wed Dec 18 21:35:15 2024) |
8465 | 2024-12-18T21:35:17.307Z | [ recovery-image] Dec 18 21:35:15.745 INFO O| Dec 18 21:35:15.745 INFO trim TEMPORARY-gimlet-zfs-recovery: (49% trimmed, started at Wed Dec 18 21:35:15 2024) |
8466 | 2024-12-18T21:35:17.517Z | [ recovery-image] Dec 18 21:35:15.955 INFO O| Dec 18 21:35:15.955 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Wed Dec 18 21:35:15 2024) |
8467 | 2024-12-18T21:35:17.727Z | [ recovery-image] Dec 18 21:35:16.165 INFO O| Dec 18 21:35:16.165 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Wed Dec 18 21:35:15 2024) |
8468 | 2024-12-18T21:35:17.983Z | [ recovery-image] Dec 18 21:35:16.410 INFO O| Dec 18 21:35:16.410 INFO temporary pool has 362M used, 1.40G avail, 1.00x compressratio |
8469 | 2024-12-18T21:35:17.983Z | [ recovery-image] Dec 18 21:35:16.410 INFO O| Dec 18 21:35:16.410 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8470 | 2024-12-18T21:35:18.700Z | [ recovery-image] Dec 18 21:35:17.139 INFO O| Dec 18 21:35:17.139 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 |
8471 | 2024-12-18T21:35:18.700Z | [ recovery-image] Dec 18 21:35:17.139 INFO O| Dec 18 21:35:17.139 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8472 | 2024-12-18T21:35:23.994Z | [ recovery-image] Dec 18 21:35:22.431 INFO O| Dec 18 21:35:22.431 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8473 | 2024-12-18T21:35:23.994Z | [ recovery-image] Dec 18 21:35:22.431 INFO O| Dec 18 21:35:22.431 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8474 | 2024-12-18T21:35:23.997Z | [ recovery-image] Dec 18 21:35:22.431 INFO O| Dec 18 21:35:22.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8475 | 2024-12-18T21:35:23.997Z | [ recovery-image] Dec 18 21:35:22.431 INFO O| Dec 18 21:35:22.431 INFO completed processing gimlet/zfs-recovery |
8476 | 2024-12-18T21:35:23.997Z | [ recovery-image] Dec 18 21:35:22.431 INFO O| Dec 18 21:35:22.431 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8477 | 2024-12-18T21:35:24.596Z | [ recovery-image] Dec 18 21:35:23.033 INFO O| Dec 18 21:35:23.033 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8478 | 2024-12-18T21:35:24.730Z | [ recovery-image] Dec 18 21:35:23.168 INFO BUILD STRING "heads/stlouis-0-g7274828da5\n" |
8479 | 2024-12-18T21:35:24.733Z | [ recovery-image] Dec 18 21:35:23.168 INFO expanded image name: "recovery 8b13de1/${os_short_commit} 2024-12-18 21:05" -> "recovery 8b13de1/7274828 2024-12-18 21:05" |
8480 | 2024-12-18T21:35:24.733Z | [ recovery-image] Dec 18 21:35:23.169 INFO output artefacts stored in: "/work/os-recovery" |
8481 | 2024-12-18T21:35:24.733Z | [ recovery-image] Dec 18 21:35:23.169 INFO collecting git info from project "image-builder"... |
8482 | 2024-12-18T21:35:24.769Z | [ recovery-image] Dec 18 21:35:23.206 INFO collecting git info from project "chelsio-t6-roms"... |
8483 | 2024-12-18T21:35:24.802Z | [ recovery-image] Dec 18 21:35:23.239 INFO collecting git info from project "amd-firmware"... |
8484 | 2024-12-18T21:35:25.374Z | [ recovery-image] Dec 18 21:35:23.811 INFO collecting git info from project "pinprick"... |
8485 | 2024-12-18T21:35:25.384Z | [ recovery-image] Dec 18 21:35:23.822 INFO collecting git info from project "pilot"... |
8486 | 2024-12-18T21:35:25.408Z | [ recovery-image] Dec 18 21:35:23.845 INFO collecting git info from project "amd-host-image-builder"... |
8487 | 2024-12-18T21:35:25.754Z | [ recovery-image] Dec 18 21:35:24.190 INFO collecting git info from project "bootserver"... |
8488 | 2024-12-18T21:35:25.764Z | [ recovery-image] Dec 18 21:35:24.201 INFO collecting git info from project "phbl"... |
8489 | 2024-12-18T21:35:25.775Z | [ recovery-image] Dec 18 21:35:24.212 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8490 | 2024-12-18T21:35:26.490Z | [ recovery-image] Dec 18 21:35:24.926 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8491 | 2024-12-18T21:35:27.144Z | [ recovery-image] Dec 18 21:35:25.581 INFO creating Oxide boot image... |
8492 | 2024-12-18T21:35:27.144Z | [ recovery-image] Dec 18 21:35:25.581 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 8b13de1/7274828 2024-12-18 21:05", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8493 | 2024-12-18T21:36:11.596Z | [ host-image] Dec 18 21:36:10.022 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23079:20241218T174430Z |
8494 | 2024-12-18T21:36:11.598Z | [ host-image] Dec 18 21:36:10.022 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23079:20241218T174430Z |
8495 | 2024-12-18T21:36:11.599Z | [ host-image] Dec 18 21:36:10.022 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8496 | 2024-12-18T21:36:11.599Z | [ host-image] Dec 18 21:36:10.023 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8497 | 2024-12-18T21:36:11.599Z | [ host-image] Dec 18 21:36:10.023 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8498 | 2024-12-18T21:36:11.599Z | [ host-image] Dec 18 21:36:10.023 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8499 | 2024-12-18T21:36:11.599Z | [ host-image] Dec 18 21:36:10.024 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8500 | 2024-12-18T21:36:11.599Z | [ host-image] Dec 18 21:36:10.024 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8501 | 2024-12-18T21:36:11.599Z | [ host-image] Dec 18 21:36:10.024 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8502 | 2024-12-18T21:36:11.599Z | [ host-image] Dec 18 21:36:10.024 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8503 | 2024-12-18T21:36:11.599Z | [ host-image] Dec 18 21:36:10.025 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23079:20241218T174430Z |
8504 | 2024-12-18T21:36:11.601Z | [ host-image] Dec 18 21:36:10.027 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23079:20241218T174431Z |
8505 | 2024-12-18T21:36:11.604Z | [ host-image] Dec 18 21:36:10.029 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23079:20241218T174431Z |
8506 | 2024-12-18T21:36:11.604Z | [ host-image] Dec 18 21:36:10.029 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23079:20241218T174431Z |
8507 | 2024-12-18T21:36:11.604Z | [ host-image] Dec 18 21:36:10.030 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8508 | 2024-12-18T21:36:11.605Z | [ host-image] Dec 18 21:36:10.031 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23079:20241218T174431Z |
8509 | 2024-12-18T21:36:11.608Z | [ host-image] Dec 18 21:36:10.032 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23079:20241218T174432Z |
8510 | 2024-12-18T21:36:11.608Z | [ host-image] Dec 18 21:36:10.032 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23079:20241218T174432Z |
8511 | 2024-12-18T21:36:11.608Z | [ host-image] Dec 18 21:36:10.032 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23079:20241218T174432Z |
8512 | 2024-12-18T21:36:11.609Z | [ host-image] Dec 18 21:36:10.032 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23079:20241218T174433Z |
8513 | 2024-12-18T21:36:11.609Z | [ host-image] Dec 18 21:36:10.032 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23079:20241218T174433Z |
8514 | 2024-12-18T21:36:11.609Z | [ host-image] Dec 18 21:36:10.033 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23079:20241218T174433Z |
8515 | 2024-12-18T21:36:11.609Z | [ host-image] Dec 18 21:36:10.033 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23079:20241218T174433Z |
8516 | 2024-12-18T21:36:11.609Z | [ host-image] Dec 18 21:36:10.033 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23079:20241218T174434Z |
8517 | 2024-12-18T21:36:11.609Z | [ host-image] Dec 18 21:36:10.033 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23079:20241218T174434Z |
8518 | 2024-12-18T21:36:11.609Z | [ host-image] Dec 18 21:36:10.034 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23079:20241218T174435Z |
8519 | 2024-12-18T21:36:11.609Z | [ host-image] Dec 18 21:36:10.034 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23079:20241218T174435Z |
8520 | 2024-12-18T21:36:11.609Z | [ host-image] Dec 18 21:36:10.034 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23079:20241218T174437Z |
8521 | 2024-12-18T21:36:11.609Z | [ host-image] Dec 18 21:36:10.034 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23079:20241218T174437Z |
8522 | 2024-12-18T21:36:11.609Z | [ host-image] Dec 18 21:36:10.034 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8523 | 2024-12-18T21:36:11.609Z | [ host-image] Dec 18 21:36:10.034 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23079:20241218T174438Z |
8524 | 2024-12-18T21:36:11.609Z | [ host-image] Dec 18 21:36:10.034 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23079:20241218T174440Z |
8525 | 2024-12-18T21:36:11.609Z | [ host-image] Dec 18 21:36:10.035 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23079:20241218T174441Z |
8526 | 2024-12-18T21:36:11.609Z | [ host-image] Dec 18 21:36:10.035 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23079:20241218T174442Z |
8527 | 2024-12-18T21:36:11.612Z | [ host-image] Dec 18 21:36:10.036 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23079:20241218T174443Z |
8528 | 2024-12-18T21:36:11.612Z | [ host-image] Dec 18 21:36:10.037 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23079:20241218T174443Z |
8529 | 2024-12-18T21:36:11.625Z | [ host-image] Dec 18 21:36:10.051 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8530 | 2024-12-18T21:36:11.625Z | [ host-image] Dec 18 21:36:10.051 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23079:20241218T174443Z |
8531 | 2024-12-18T21:36:11.628Z | [ host-image] Dec 18 21:36:10.051 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8532 | 2024-12-18T21:36:11.628Z | [ host-image] Dec 18 21:36:10.052 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8533 | 2024-12-18T21:36:11.628Z | [ host-image] Dec 18 21:36:10.053 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8534 | 2024-12-18T21:36:11.628Z | [ host-image] Dec 18 21:36:10.053 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23079:20241218T174444Z |
8535 | 2024-12-18T21:36:11.628Z | [ host-image] Dec 18 21:36:10.053 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8536 | 2024-12-18T21:36:11.628Z | [ host-image] Dec 18 21:36:10.054 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8537 | 2024-12-18T21:36:11.631Z | [ host-image] Dec 18 21:36:10.055 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8538 | 2024-12-18T21:36:11.631Z | [ host-image] Dec 18 21:36:10.056 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8539 | 2024-12-18T21:36:11.648Z | [ host-image] Dec 18 21:36:10.074 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8540 | 2024-12-18T21:36:11.649Z | [ host-image] Dec 18 21:36:10.074 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8541 | 2024-12-18T21:36:11.652Z | [ host-image] Dec 18 21:36:10.074 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8542 | 2024-12-18T21:36:11.652Z | [ host-image] Dec 18 21:36:10.075 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8543 | 2024-12-18T21:36:11.652Z | [ host-image] Dec 18 21:36:10.076 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8544 | 2024-12-18T21:36:11.652Z | [ host-image] Dec 18 21:36:10.077 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8545 | 2024-12-18T21:36:11.727Z | [ host-image] Dec 18 21:36:10.153 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8546 | 2024-12-18T21:36:11.730Z | [ host-image] Dec 18 21:36:10.154 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8547 | 2024-12-18T21:36:11.731Z | [ host-image] Dec 18 21:36:10.154 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8548 | 2024-12-18T21:36:11.731Z | [ host-image] Dec 18 21:36:10.156 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23079:20241218T174445Z |
8549 | 2024-12-18T21:36:11.731Z | [ host-image] Dec 18 21:36:10.156 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23079:20241218T174451Z |
8550 | 2024-12-18T21:36:11.731Z | [ host-image] Dec 18 21:36:10.156 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8551 | 2024-12-18T21:36:11.731Z | [ host-image] Dec 18 21:36:10.156 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23079:20241218T174451Z |
8552 | 2024-12-18T21:36:11.731Z | [ host-image] Dec 18 21:36:10.156 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8553 | 2024-12-18T21:36:11.731Z | [ host-image] Dec 18 21:36:10.157 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8554 | 2024-12-18T21:36:11.731Z | [ host-image] Dec 18 21:36:10.157 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8555 | 2024-12-18T21:36:11.731Z | [ host-image] Dec 18 21:36:10.157 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23079:20241218T174451Z |
8556 | 2024-12-18T21:36:11.734Z | [ host-image] Dec 18 21:36:10.157 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8557 | 2024-12-18T21:36:11.756Z | [ host-image] Dec 18 21:36:10.182 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8558 | 2024-12-18T21:36:11.759Z | [ host-image] Dec 18 21:36:10.183 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8559 | 2024-12-18T21:36:11.759Z | [ host-image] Dec 18 21:36:10.183 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8560 | 2024-12-18T21:36:11.759Z | [ host-image] Dec 18 21:36:10.184 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23079:20241218T174452Z |
8561 | 2024-12-18T21:36:11.760Z | [ host-image] Dec 18 21:36:10.184 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8562 | 2024-12-18T21:36:11.787Z | [ host-image] Dec 18 21:36:10.207 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8563 | 2024-12-18T21:36:11.790Z | [ host-image] Dec 18 21:36:10.207 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23079:20241218T174452Z |
8564 | 2024-12-18T21:36:11.790Z | [ host-image] Dec 18 21:36:10.210 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23079:20241218T174453Z |
8565 | 2024-12-18T21:36:11.790Z | [ host-image] Dec 18 21:36:10.211 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23079:20241218T174453Z |
8566 | 2024-12-18T21:36:11.790Z | [ host-image] Dec 18 21:36:10.211 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8567 | 2024-12-18T21:36:11.790Z | [ host-image] Dec 18 21:36:10.212 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23079:20241218T174454Z |
8568 | 2024-12-18T21:36:11.790Z | [ host-image] Dec 18 21:36:10.213 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23079:20241218T174454Z |
8569 | 2024-12-18T21:36:11.790Z | [ host-image] Dec 18 21:36:10.213 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23079:20241218T174454Z |
8570 | 2024-12-18T21:36:11.790Z | [ host-image] Dec 18 21:36:10.214 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23079:20241218T174454Z |
8571 | 2024-12-18T21:36:11.793Z | [ host-image] Dec 18 21:36:10.220 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8572 | 2024-12-18T21:36:11.796Z | [ host-image] Dec 18 21:36:10.220 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23079:20241218T174455Z |
8573 | 2024-12-18T21:36:11.796Z | [ host-image] Dec 18 21:36:10.221 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23079:20241218T174456Z |
8574 | 2024-12-18T21:36:11.796Z | [ host-image] Dec 18 21:36:10.222 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8575 | 2024-12-18T21:36:11.798Z | [ host-image] Dec 18 21:36:10.222 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23079:20241218T174456Z |
8576 | 2024-12-18T21:36:11.798Z | [ host-image] Dec 18 21:36:10.223 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23079:20241218T174456Z |
8577 | 2024-12-18T21:36:11.798Z | [ host-image] Dec 18 21:36:10.223 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23079:20241218T174456Z |
8578 | 2024-12-18T21:36:11.798Z | [ host-image] Dec 18 21:36:10.224 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23079:20241218T174456Z |
8579 | 2024-12-18T21:36:11.813Z | [ host-image] Dec 18 21:36:10.240 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23079:20241218T174457Z |
8580 | 2024-12-18T21:36:11.813Z | [ host-image] Dec 18 21:36:10.240 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8581 | 2024-12-18T21:36:11.816Z | [ host-image] Dec 18 21:36:10.243 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23079:20241218T174457Z |
8582 | 2024-12-18T21:36:11.818Z | [ host-image] Dec 18 21:36:10.245 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23079:20241218T174457Z |
8583 | 2024-12-18T21:36:11.818Z | [ host-image] Dec 18 21:36:10.245 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23079:20241218T174457Z |
8584 | 2024-12-18T21:36:11.821Z | [ host-image] Dec 18 21:36:10.246 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23079:20241218T174457Z |
8585 | 2024-12-18T21:36:11.822Z | [ host-image] Dec 18 21:36:10.246 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23079:20241218T174457Z |
8586 | 2024-12-18T21:36:11.822Z | [ host-image] Dec 18 21:36:10.247 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23079:20241218T174458Z |
8587 | 2024-12-18T21:36:11.845Z | [ host-image] Dec 18 21:36:10.271 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23079:20241218T174459Z |
8588 | 2024-12-18T21:36:11.848Z | [ host-image] Dec 18 21:36:10.271 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23079:20241218T174458Z |
8589 | 2024-12-18T21:36:11.848Z | [ host-image] Dec 18 21:36:10.272 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23079:20241218T174458Z |
8590 | 2024-12-18T21:36:11.848Z | [ host-image] Dec 18 21:36:10.274 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23079:20241218T174458Z |
8591 | 2024-12-18T21:36:11.848Z | [ host-image] Dec 18 21:36:10.274 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23079:20241218T174459Z |
8592 | 2024-12-18T21:36:11.891Z | [ host-image] Dec 18 21:36:10.317 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23079:20241218T174502Z |
8593 | 2024-12-18T21:36:11.891Z | [ host-image] Dec 18 21:36:10.317 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23079:20241218T174459Z |
8594 | 2024-12-18T21:36:11.894Z | [ host-image] Dec 18 21:36:10.317 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23079:20241218T174459Z |
8595 | 2024-12-18T21:36:11.894Z | [ host-image] Dec 18 21:36:10.317 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8596 | 2024-12-18T21:36:11.894Z | [ host-image] Dec 18 21:36:10.318 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8597 | 2024-12-18T21:36:11.956Z | [ host-image] Dec 18 21:36:10.382 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23079:20241218T174459Z |
8598 | 2024-12-18T21:36:11.958Z | [ host-image] Dec 18 21:36:10.382 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8599 | 2024-12-18T21:36:11.958Z | [ host-image] Dec 18 21:36:10.382 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23079:20241218T174500Z |
8600 | 2024-12-18T21:36:11.958Z | [ host-image] Dec 18 21:36:10.382 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23079:20241218T174500Z |
8601 | 2024-12-18T21:36:11.958Z | [ host-image] Dec 18 21:36:10.385 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23079:20241218T174500Z |
8602 | 2024-12-18T21:36:11.961Z | [ host-image] Dec 18 21:36:10.385 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8603 | 2024-12-18T21:36:11.961Z | [ host-image] Dec 18 21:36:10.386 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8604 | 2024-12-18T21:36:11.961Z | [ host-image] Dec 18 21:36:10.387 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23079:20241218T174501Z |
8605 | 2024-12-18T21:36:11.961Z | [ host-image] Dec 18 21:36:10.387 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23079:20241218T174501Z |
8606 | 2024-12-18T21:36:11.961Z | [ host-image] Dec 18 21:36:10.387 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23079:20241218T174501Z |
8607 | 2024-12-18T21:36:11.964Z | [ host-image] Dec 18 21:36:10.388 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23079:20241218T174501Z |
8608 | 2024-12-18T21:36:11.964Z | [ host-image] Dec 18 21:36:10.388 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23079:20241218T174502Z |
8609 | 2024-12-18T21:36:11.964Z | [ host-image] Dec 18 21:36:10.389 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23079:20241218T174502Z |
8610 | 2024-12-18T21:36:11.967Z | [ host-image] Dec 18 21:36:10.393 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8611 | 2024-12-18T21:36:11.970Z | [ host-image] Dec 18 21:36:10.394 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23079:20241218T174502Z |
8612 | 2024-12-18T21:36:11.970Z | [ host-image] Dec 18 21:36:10.396 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23079:20241218T174502Z |
8613 | 2024-12-18T21:36:11.970Z | [ host-image] Dec 18 21:36:10.396 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23079:20241218T174502Z |
8614 | 2024-12-18T21:36:11.973Z | [ host-image] Dec 18 21:36:10.397 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23079:20241218T174503Z |
8615 | 2024-12-18T21:36:11.974Z | [ host-image] Dec 18 21:36:10.397 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23079:20241218T174503Z |
8616 | 2024-12-18T21:36:11.974Z | [ host-image] Dec 18 21:36:10.398 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23079:20241218T174503Z |
8617 | 2024-12-18T21:36:11.974Z | [ host-image] Dec 18 21:36:10.398 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8618 | 2024-12-18T21:36:11.974Z | [ host-image] Dec 18 21:36:10.398 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8619 | 2024-12-18T21:36:11.974Z | [ host-image] Dec 18 21:36:10.398 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23079:20241218T174505Z |
8620 | 2024-12-18T21:36:11.974Z | [ host-image] Dec 18 21:36:10.399 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23079:20241218T174506Z |
8621 | 2024-12-18T21:36:11.974Z | [ host-image] Dec 18 21:36:10.399 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8622 | 2024-12-18T21:36:11.974Z | [ host-image] Dec 18 21:36:10.399 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8623 | 2024-12-18T21:36:11.974Z | [ host-image] Dec 18 21:36:10.399 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8624 | 2024-12-18T21:36:11.977Z | [ host-image] Dec 18 21:36:10.400 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8625 | 2024-12-18T21:36:11.977Z | [ host-image] Dec 18 21:36:10.400 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8626 | 2024-12-18T21:36:11.977Z | [ host-image] Dec 18 21:36:10.401 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8627 | 2024-12-18T21:36:11.977Z | [ host-image] Dec 18 21:36:10.403 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8628 | 2024-12-18T21:36:11.977Z | [ host-image] Dec 18 21:36:10.403 INFO O| tempdir @ "/tmp/.tmpfxWT9g/tmp" |
8629 | 2024-12-18T21:36:11.979Z | [ host-image] Dec 18 21:36:10.403 INFO O| image root @ "/tmp/.tmpfxWT9g/tmp/root" |
8630 | 2024-12-18T21:36:11.979Z | [ host-image] Dec 18 21:36:10.404 INFO O| creating image... |
8631 | 2024-12-18T21:36:13.098Z | [ host-image] Dec 18 21:36:11.524 INFO O| copying publishers... |
8632 | 2024-12-18T21:36:34.497Z | [ host-image] Dec 18 21:36:32.918 INFO O| adding properties... |
8633 | 2024-12-18T21:36:36.741Z | [ host-image] Dec 18 21:36:35.161 INFO O| installing packages... |
8634 | 2024-12-18T21:36:37.628Z | [ recovery-image] Dec 18 21:36:36.046 INFO O| ok, image written! |
8635 | 2024-12-18T21:36:37.628Z | [ recovery-image] Dec 18 21:36:36.047 INFO O| ok, boot_image_csum file written! |
8636 | 2024-12-18T21:36:37.633Z | [ recovery-image] Dec 18 21:36:36.053 INFO creating boot archive (CPIO)... |
8637 | 2024-12-18T21:36:37.634Z | [ recovery-image] Dec 18 21:36:36.053 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 |
8638 | 2024-12-18T21:36:37.648Z | [ recovery-image] Dec 18 21:36:36.068 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8639 | 2024-12-18T21:36:37.648Z | [ recovery-image] Dec 18 21:36:36.068 INFO E| + outfile=/work/os-recovery/cpio |
8640 | 2024-12-18T21:36:37.648Z | [ recovery-image] Dec 18 21:36:36.068 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8641 | 2024-12-18T21:36:37.650Z | [ recovery-image] Dec 18 21:36:36.071 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8642 | 2024-12-18T21:36:37.653Z | [ recovery-image] Dec 18 21:36:36.071 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8643 | 2024-12-18T21:36:37.697Z | [ recovery-image] Dec 18 21:36:36.118 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8644 | 2024-12-18T21:36:37.697Z | [ recovery-image] Dec 18 21:36:36.118 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8645 | 2024-12-18T21:36:37.708Z | [ recovery-image] Dec 18 21:36:36.128 INFO creating compressed cpio/unix for nanobl-rs... |
8646 | 2024-12-18T21:36:37.708Z | [ recovery-image] Dec 18 21:36:36.128 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 |
8647 | 2024-12-18T21:36:38.131Z | [ recovery-image] Dec 18 21:36:36.551 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8648 | 2024-12-18T21:36:45.043Z | [ recovery-image] Dec 18 21:36:43.462 INFO creating reset image... |
8649 | 2024-12-18T21:36:45.043Z | [ recovery-image] Dec 18 21:36:43.462 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8650 | 2024-12-18T21:36:45.662Z | [ recovery-image] Dec 18 21:36:44.081 INFO E| Updating crates.io index |
8651 | 2024-12-18T21:36:45.832Z | [ recovery-image] Dec 18 21:36:44.251 INFO E| Downloading crates ... |
8652 | 2024-12-18T21:36:46.160Z | [ recovery-image] Dec 18 21:36:44.577 INFO E| Downloaded clap v4.5.17 |
8653 | 2024-12-18T21:36:46.176Z | [ recovery-image] Dec 18 21:36:44.594 INFO E| Downloaded shared_child v1.0.1 |
8654 | 2024-12-18T21:36:46.180Z | [ recovery-image] Dec 18 21:36:44.596 INFO E| Downloaded duct v0.13.7 |
8655 | 2024-12-18T21:36:46.183Z | [ recovery-image] Dec 18 21:36:44.599 INFO E| Downloaded os_pipe v1.2.1 |
8656 | 2024-12-18T21:36:46.184Z | [ recovery-image] Dec 18 21:36:44.601 INFO E| Downloaded clap_derive v4.5.13 |
8657 | 2024-12-18T21:36:46.221Z | [ recovery-image] Dec 18 21:36:44.639 INFO E| Downloaded clap_builder v4.5.17 |
8658 | 2024-12-18T21:36:46.261Z | [ recovery-image] Dec 18 21:36:44.679 INFO E| Downloaded syn v2.0.77 |
8659 | 2024-12-18T21:36:46.330Z | [ recovery-image] Dec 18 21:36:44.748 INFO E| Downloaded libc v0.2.158 |
8660 | 2024-12-18T21:36:46.445Z | [ recovery-image] Dec 18 21:36:44.863 INFO E| Compiling proc-macro2 v1.0.86 |
8661 | 2024-12-18T21:36:46.445Z | [ recovery-image] Dec 18 21:36:44.863 INFO E| Compiling unicode-ident v1.0.13 |
8662 | 2024-12-18T21:36:46.448Z | [ recovery-image] Dec 18 21:36:44.864 INFO E| Compiling libc v0.2.158 |
8663 | 2024-12-18T21:36:46.448Z | [ recovery-image] Dec 18 21:36:44.864 INFO E| Compiling utf8parse v0.2.2 |
8664 | 2024-12-18T21:36:46.448Z | [ recovery-image] Dec 18 21:36:44.864 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8665 | 2024-12-18T21:36:46.448Z | [ recovery-image] Dec 18 21:36:44.864 INFO E| Compiling colorchoice v1.0.2 |
8666 | 2024-12-18T21:36:46.448Z | [ recovery-image] Dec 18 21:36:44.864 INFO E| Compiling anstyle-query v1.1.1 |
8667 | 2024-12-18T21:36:46.448Z | [ recovery-image] Dec 18 21:36:44.864 INFO E| Compiling anstyle v1.0.8 |
8668 | 2024-12-18T21:36:47.656Z | [ recovery-image] Dec 18 21:36:46.074 INFO E| Compiling anstyle-parse v0.2.5 |
8669 | 2024-12-18T21:36:47.687Z | [ recovery-image] Dec 18 21:36:46.105 INFO E| Compiling clap_lex v0.7.2 |
8670 | 2024-12-18T21:36:47.810Z | [ recovery-image] Dec 18 21:36:46.228 INFO E| Compiling heck v0.5.0 |
8671 | 2024-12-18T21:36:47.901Z | [ recovery-image] Dec 18 21:36:46.318 INFO E| Compiling strsim v0.11.1 |
8672 | 2024-12-18T21:36:47.948Z | [ recovery-image] Dec 18 21:36:46.366 INFO E| Compiling once_cell v1.19.0 |
8673 | 2024-12-18T21:36:48.096Z | [ recovery-image] Dec 18 21:36:46.514 INFO E| Compiling anstream v0.6.15 |
8674 | 2024-12-18T21:36:48.718Z | [ recovery-image] Dec 18 21:36:47.135 INFO E| Compiling clap_builder v4.5.17 |
8675 | 2024-12-18T21:36:48.991Z | [ recovery-image] Dec 18 21:36:47.407 INFO E| Compiling os_pipe v1.2.1 |
8676 | 2024-12-18T21:36:49.132Z | [ recovery-image] Dec 18 21:36:47.549 INFO E| Compiling shared_child v1.0.1 |
8677 | 2024-12-18T21:36:49.406Z | [ recovery-image] Dec 18 21:36:47.823 INFO E| Compiling duct v0.13.7 |
8678 | 2024-12-18T21:36:49.773Z | [ recovery-image] Dec 18 21:36:48.190 INFO E| Compiling quote v1.0.37 |
8679 | 2024-12-18T21:36:50.361Z | [ recovery-image] Dec 18 21:36:48.778 INFO E| Compiling syn v2.0.77 |
8680 | 2024-12-18T21:36:59.319Z | [ recovery-image] Dec 18 21:36:57.734 INFO E| Compiling clap_derive v4.5.13 |
8681 | 2024-12-18T21:37:04.214Z | [ recovery-image] Dec 18 21:37:02.628 INFO E| Compiling clap v4.5.17 |
8682 | 2024-12-18T21:37:04.298Z | [ recovery-image] Dec 18 21:37:02.712 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8683 | 2024-12-18T21:37:06.471Z | [ recovery-image] Dec 18 21:37:04.883 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.23s |
8684 | 2024-12-18T21:37:06.483Z | [ recovery-image] Dec 18 21:37:04.897 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8685 | 2024-12-18T21:37:06.740Z | [ recovery-image] Dec 18 21:37:05.153 INFO E| Updating crates.io index |
8686 | 2024-12-18T21:37:06.992Z | [ recovery-image] Dec 18 21:37:05.406 INFO E| Downloading crates ... |
8687 | 2024-12-18T21:37:07.409Z | [ recovery-image] Dec 18 21:37:05.822 INFO E| Downloaded bit_field v0.10.2 |
8688 | 2024-12-18T21:37:07.424Z | [ recovery-image] Dec 18 21:37:05.837 INFO E| Downloaded bitstruct_derive v0.1.0 |
8689 | 2024-12-18T21:37:07.427Z | [ recovery-image] Dec 18 21:37:05.838 INFO E| Downloaded bitstruct v0.1.1 |
8690 | 2024-12-18T21:37:07.427Z | [ recovery-image] Dec 18 21:37:05.840 INFO E| Downloaded raw-cpuid v10.7.0 |
8691 | 2024-12-18T21:37:07.432Z | [ recovery-image] Dec 18 21:37:05.845 INFO E| Downloaded seq-macro v0.3.5 |
8692 | 2024-12-18T21:37:07.435Z | [ recovery-image] Dec 18 21:37:05.848 INFO E| Downloaded cpio_reader v0.1.1 |
8693 | 2024-12-18T21:37:07.446Z | [ recovery-image] Dec 18 21:37:05.859 INFO E| Downloaded syn v2.0.85 |
8694 | 2024-12-18T21:37:07.590Z | [ recovery-image] Dec 18 21:37:06.003 INFO E| Downloaded x86 v0.52.0 |
8695 | 2024-12-18T21:37:07.663Z | [ recovery-image] Dec 18 21:37:06.077 INFO E| Updating crates.io index |
8696 | 2024-12-18T21:37:07.870Z | [ recovery-image] Dec 18 21:37:06.282 INFO E| Downloading crates ... |
8697 | 2024-12-18T21:37:08.012Z | [ recovery-image] Dec 18 21:37:06.423 INFO E| Downloaded hashbrown v0.15.0 |
8698 | 2024-12-18T21:37:08.039Z | [ recovery-image] Dec 18 21:37:06.450 INFO E| Downloaded compiler_builtins v0.1.134 |
8699 | 2024-12-18T21:37:08.176Z | [ recovery-image] Dec 18 21:37:06.589 INFO E| Compiling compiler_builtins v0.1.134 |
8700 | 2024-12-18T21:37:08.176Z | [ recovery-image] Dec 18 21:37:06.589 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
8701 | 2024-12-18T21:37:08.176Z | [ recovery-image] Dec 18 21:37:06.589 INFO E| Compiling proc-macro2 v1.0.89 |
8702 | 2024-12-18T21:37:08.180Z | [ recovery-image] Dec 18 21:37:06.589 INFO E| Compiling unicode-ident v1.0.13 |
8703 | 2024-12-18T21:37:08.180Z | [ recovery-image] Dec 18 21:37:06.589 INFO E| Compiling syn v1.0.109 |
8704 | 2024-12-18T21:37:08.180Z | [ recovery-image] Dec 18 21:37:06.589 INFO E| Compiling x86 v0.52.0 |
8705 | 2024-12-18T21:37:08.180Z | [ recovery-image] Dec 18 21:37:06.589 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8706 | 2024-12-18T21:37:08.180Z | [ recovery-image] Dec 18 21:37:06.589 INFO E| Compiling seq-macro v0.3.5 |
8707 | 2024-12-18T21:37:10.390Z | [ host-image] Dec 18 21:37:08.802 INFO O| seeding SMF database... |
8708 | 2024-12-18T21:37:10.886Z | [ recovery-image] Dec 18 21:37:09.298 INFO E| Compiling quote v1.0.37 |
8709 | 2024-12-18T21:37:11.268Z | [ recovery-image] Dec 18 21:37:09.680 INFO E| Compiling syn v2.0.85 |
8710 | 2024-12-18T21:37:17.300Z | [ recovery-image] Dec 18 21:37:15.711 INFO E| Compiling scroll_derive v0.12.0 |
8711 | 2024-12-18T21:37:23.240Z | [ recovery-image] Dec 18 21:37:21.650 INFO E| Compiling bitstruct_derive v0.1.0 |
8712 | 2024-12-18T21:37:25.626Z | [ host-image] Dec 18 21:37:24.030 INFO O| configuring SMF profile... |
8713 | 2024-12-18T21:37:25.629Z | [ host-image] Dec 18 21:37:24.030 INFO O| modifying shadow(5)... |
8714 | 2024-12-18T21:37:25.629Z | [ host-image] Dec 18 21:37:24.030 INFO O| loading user and group database... |
8715 | 2024-12-18T21:37:25.629Z | [ host-image] Dec 18 21:37:24.031 INFO O| assessing packaged files... |
8716 | 2024-12-18T21:37:31.956Z | [ host-image] Dec 18 21:37:30.363 INFO O| creating archive... |
8717 | 2024-12-18T21:37:32.013Z | [ host-image] Dec 18 21:37:30.421 INFO O| missing from packaging: |
8718 | 2024-12-18T21:37:32.017Z | [ host-image] Dec 18 21:37:30.421 INFO O| "etc/.pwd.lock" |
8719 | 2024-12-18T21:37:32.017Z | [ host-image] Dec 18 21:37:30.421 INFO O| "etc/bash" |
8720 | 2024-12-18T21:37:32.028Z | [ host-image] Dec 18 21:37:30.436 INFO O| "etc/svc/profile/generic.xml" |
8721 | 2024-12-18T21:37:32.028Z | [ host-image] Dec 18 21:37:30.436 INFO O| "etc/svc/profile/inetd_services.xml" |
8722 | 2024-12-18T21:37:32.028Z | [ host-image] Dec 18 21:37:30.436 INFO O| "etc/svc/profile/name_service.xml" |
8723 | 2024-12-18T21:37:32.032Z | [ host-image] Dec 18 21:37:30.436 INFO O| "etc/svc/profile/platform.xml" |
8724 | 2024-12-18T21:37:32.032Z | [ host-image] Dec 18 21:37:30.436 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8725 | 2024-12-18T21:37:32.032Z | [ host-image] Dec 18 21:37:30.436 INFO O| "etc/svc/repository.db" |
8726 | 2024-12-18T21:37:32.053Z | [ host-image] Dec 18 21:37:30.461 INFO O| "opt/ooce/share" |
8727 | 2024-12-18T21:37:32.053Z | [ host-image] Dec 18 21:37:30.461 INFO O| "opt/ooce/share/man" |
8728 | 2024-12-18T21:37:32.056Z | [ host-image] Dec 18 21:37:30.461 INFO O| "opt/ooce/share/man/man1" |
8729 | 2024-12-18T21:37:32.067Z | [ host-image] Dec 18 21:37:30.475 INFO O| finishing archive... |
8730 | 2024-12-18T21:37:36.198Z | [ host-image] Dec 18 21:37:34.603 INFO O| creating gzonly manifest... |
8731 | 2024-12-18T21:37:36.212Z | [ host-image] Dec 18 21:37:34.618 INFO O| ok |
8732 | 2024-12-18T21:37:36.389Z | [ host-image] Dec 18 21:37:34.792 INFO image builder template: ramdisk-02-trim... |
8733 | 2024-12-18T21:37:36.413Z | [ host-image] Dec 18 21:37:34.792 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/.tmpofmGFj/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None |
8734 | 2024-12-18T21:37:36.437Z | [ host-image] Dec 18 21:37:34.838 INFO O| Dec 18 21:37:34.838 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8735 | 2024-12-18T21:37:36.459Z | [ host-image] Dec 18 21:37:34.864 INFO O| Dec 18 21:37:34.864 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8736 | 2024-12-18T21:37:36.683Z | [ host-image] Dec 18 21:37:35.089 INFO O| Dec 18 21:37:35.089 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8737 | 2024-12-18T21:37:36.820Z | [ host-image] Dec 18 21:37:35.226 INFO O| Dec 18 21:37:35.226 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8738 | 2024-12-18T21:37:36.824Z | [ host-image] Dec 18 21:37:35.227 INFO O| Dec 18 21:37:35.227 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8739 | 2024-12-18T21:37:36.831Z | [ host-image] Dec 18 21:37:35.238 INFO O| Dec 18 21:37:35.237 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8740 | 2024-12-18T21:37:36.839Z | [ host-image] Dec 18 21:37:35.246 INFO O| Dec 18 21:37:35.246 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8741 | 2024-12-18T21:37:36.848Z | [ host-image] Dec 18 21:37:35.254 INFO O| Dec 18 21:37:35.254 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8742 | 2024-12-18T21:37:37.364Z | [ host-image] Dec 18 21:37:35.770 INFO O| Dec 18 21:37:35.770 INFO rolled back to input snapshot; work may begin |
8743 | 2024-12-18T21:37:37.367Z | [ host-image] Dec 18 21:37:35.770 INFO O| Dec 18 21:37:35.770 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8744 | 2024-12-18T21:37:37.376Z | [ host-image] Dec 18 21:37:35.782 INFO O| Dec 18 21:37:35.782 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8745 | 2024-12-18T21:37:37.406Z | [ host-image] Dec 18 21:37:35.812 INFO O| Dec 18 21:37:35.812 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8746 | 2024-12-18T21:37:37.527Z | [ host-image] Dec 18 21:37:35.933 INFO O| Dec 18 21:37:35.933 INFO STEP 0 (remove_files) COMPLETE |
8747 | 2024-12-18T21:37:37.527Z | [ host-image] Dec 18 21:37:35.933 INFO O| Dec 18 21:37:35.933 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8748 | 2024-12-18T21:37:37.562Z | [ host-image] Dec 18 21:37:35.967 INFO O| Dec 18 21:37:35.967 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8749 | 2024-12-18T21:37:37.564Z | [ host-image] Dec 18 21:37:35.970 INFO O| Dec 18 21:37:35.970 INFO STEP 1 (remove_files) COMPLETE |
8750 | 2024-12-18T21:37:37.564Z | [ host-image] Dec 18 21:37:35.970 INFO O| Dec 18 21:37:35.970 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8751 | 2024-12-18T21:37:37.600Z | [ host-image] Dec 18 21:37:36.005 INFO O| Dec 18 21:37:36.005 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8752 | 2024-12-18T21:37:37.622Z | [ host-image] Dec 18 21:37:36.028 INFO O| Dec 18 21:37:36.028 INFO STEP 2 (remove_files) COMPLETE |
8753 | 2024-12-18T21:37:37.625Z | [ host-image] Dec 18 21:37:36.028 INFO O| Dec 18 21:37:36.028 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8754 | 2024-12-18T21:37:37.642Z | [ host-image] Dec 18 21:37:36.048 INFO O| Dec 18 21:37:36.048 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8755 | 2024-12-18T21:37:37.645Z | [ host-image] Dec 18 21:37:36.051 INFO O| Dec 18 21:37:36.050 INFO STEP 3 (remove_files) COMPLETE |
8756 | 2024-12-18T21:37:37.645Z | [ host-image] Dec 18 21:37:36.051 INFO O| Dec 18 21:37:36.050 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8757 | 2024-12-18T21:37:37.704Z | [ host-image] Dec 18 21:37:36.110 INFO O| Dec 18 21:37:36.110 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8758 | 2024-12-18T21:37:37.710Z | [ host-image] Dec 18 21:37:36.117 INFO O| Dec 18 21:37:36.116 INFO STEP 4 (remove_files) COMPLETE |
8759 | 2024-12-18T21:37:37.710Z | [ host-image] Dec 18 21:37:36.117 INFO O| Dec 18 21:37:36.117 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8760 | 2024-12-18T21:37:37.733Z | [ host-image] Dec 18 21:37:36.138 INFO O| Dec 18 21:37:36.138 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8761 | 2024-12-18T21:37:37.737Z | [ host-image] Dec 18 21:37:36.143 INFO O| Dec 18 21:37:36.143 INFO STEP 5 (remove_files) COMPLETE |
8762 | 2024-12-18T21:37:37.739Z | [ host-image] Dec 18 21:37:36.143 INFO O| Dec 18 21:37:36.143 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8763 | 2024-12-18T21:37:37.772Z | [ host-image] Dec 18 21:37:36.178 INFO O| Dec 18 21:37:36.178 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8764 | 2024-12-18T21:37:37.789Z | [ host-image] Dec 18 21:37:36.194 INFO O| Dec 18 21:37:36.194 INFO STEP 6 (remove_files) COMPLETE |
8765 | 2024-12-18T21:37:37.789Z | [ host-image] Dec 18 21:37:36.194 INFO O| Dec 18 21:37:36.194 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8766 | 2024-12-18T21:37:37.844Z | [ host-image] Dec 18 21:37:36.250 INFO O| Dec 18 21:37:36.250 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8767 | 2024-12-18T21:37:37.862Z | [ host-image] Dec 18 21:37:36.268 INFO O| Dec 18 21:37:36.268 INFO STEP 7 (remove_files) COMPLETE |
8768 | 2024-12-18T21:37:37.862Z | [ host-image] Dec 18 21:37:36.268 INFO O| Dec 18 21:37:36.268 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8769 | 2024-12-18T21:37:37.907Z | [ host-image] Dec 18 21:37:36.312 INFO O| Dec 18 21:37:36.312 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8770 | 2024-12-18T21:37:38.026Z | [ host-image] Dec 18 21:37:36.432 INFO O| Dec 18 21:37:36.432 INFO STEP 8 (remove_files) COMPLETE |
8771 | 2024-12-18T21:37:38.026Z | [ host-image] Dec 18 21:37:36.432 INFO O| Dec 18 21:37:36.432 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8772 | 2024-12-18T21:37:38.046Z | [ host-image] Dec 18 21:37:36.452 INFO O| Dec 18 21:37:36.452 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8773 | 2024-12-18T21:37:38.221Z | [ host-image] Dec 18 21:37:36.626 INFO O| Dec 18 21:37:36.626 INFO STEP 9 (remove_files) COMPLETE |
8774 | 2024-12-18T21:37:38.221Z | [ host-image] Dec 18 21:37:36.626 INFO O| Dec 18 21:37:36.626 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8775 | 2024-12-18T21:37:38.257Z | [ host-image] Dec 18 21:37:36.663 INFO O| Dec 18 21:37:36.663 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8776 | 2024-12-18T21:37:38.285Z | [ host-image] Dec 18 21:37:36.690 INFO O| Dec 18 21:37:36.690 INFO STEP 10 (remove_files) COMPLETE |
8777 | 2024-12-18T21:37:38.285Z | [ host-image] Dec 18 21:37:36.690 INFO O| Dec 18 21:37:36.690 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8778 | 2024-12-18T21:37:38.322Z | [ host-image] Dec 18 21:37:36.727 INFO O| Dec 18 21:37:36.727 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8779 | 2024-12-18T21:37:38.326Z | [ host-image] Dec 18 21:37:36.729 INFO O| Dec 18 21:37:36.729 INFO STEP 11 (remove_files) COMPLETE |
8780 | 2024-12-18T21:37:38.326Z | [ host-image] Dec 18 21:37:36.729 INFO O| Dec 18 21:37:36.729 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8781 | 2024-12-18T21:37:38.374Z | [ host-image] Dec 18 21:37:36.780 INFO O| Dec 18 21:37:36.779 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8782 | 2024-12-18T21:37:38.376Z | [ host-image] Dec 18 21:37:36.782 INFO O| Dec 18 21:37:36.782 INFO STEP 12 (remove_files) COMPLETE |
8783 | 2024-12-18T21:37:38.376Z | [ host-image] Dec 18 21:37:36.782 INFO O| Dec 18 21:37:36.782 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8784 | 2024-12-18T21:37:39.032Z | [ host-image] Dec 18 21:37:37.438 INFO O| Dec 18 21:37:37.438 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8785 | 2024-12-18T21:37:39.047Z | [ host-image] Dec 18 21:37:37.452 INFO O| Dec 18 21:37:37.452 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8786 | 2024-12-18T21:37:39.053Z | [ host-image] Dec 18 21:37:37.458 INFO O| Dec 18 21:37:37.458 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8787 | 2024-12-18T21:37:39.055Z | [ host-image] Dec 18 21:37:37.460 INFO O| Dec 18 21:37:37.460 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8788 | 2024-12-18T21:37:39.136Z | [ host-image] Dec 18 21:37:37.542 INFO O| Dec 18 21:37:37.541 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8789 | 2024-12-18T21:37:39.137Z | [ host-image] Dec 18 21:37:37.542 INFO O| Dec 18 21:37:37.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8790 | 2024-12-18T21:37:39.141Z | [ host-image] Dec 18 21:37:37.542 INFO O| Dec 18 21:37:37.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8791 | 2024-12-18T21:37:39.141Z | [ host-image] Dec 18 21:37:37.542 INFO O| Dec 18 21:37:37.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8792 | 2024-12-18T21:37:39.141Z | [ host-image] Dec 18 21:37:37.542 INFO O| Dec 18 21:37:37.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8793 | 2024-12-18T21:37:39.141Z | [ host-image] Dec 18 21:37:37.543 INFO O| Dec 18 21:37:37.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8794 | 2024-12-18T21:37:39.141Z | [ host-image] Dec 18 21:37:37.543 INFO O| Dec 18 21:37:37.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8795 | 2024-12-18T21:37:39.141Z | [ host-image] Dec 18 21:37:37.543 INFO O| Dec 18 21:37:37.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8796 | 2024-12-18T21:37:39.141Z | [ host-image] Dec 18 21:37:37.543 INFO O| Dec 18 21:37:37.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8797 | 2024-12-18T21:37:39.141Z | [ host-image] Dec 18 21:37:37.543 INFO O| Dec 18 21:37:37.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8798 | 2024-12-18T21:37:39.141Z | [ host-image] Dec 18 21:37:37.544 INFO O| Dec 18 21:37:37.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8799 | 2024-12-18T21:37:39.141Z | [ host-image] Dec 18 21:37:37.544 INFO O| Dec 18 21:37:37.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8800 | 2024-12-18T21:37:39.141Z | [ host-image] Dec 18 21:37:37.544 INFO O| Dec 18 21:37:37.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8801 | 2024-12-18T21:37:39.141Z | [ host-image] Dec 18 21:37:37.544 INFO O| Dec 18 21:37:37.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8802 | 2024-12-18T21:37:39.141Z | [ host-image] Dec 18 21:37:37.545 INFO O| Dec 18 21:37:37.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8803 | 2024-12-18T21:37:39.141Z | [ host-image] Dec 18 21:37:37.545 INFO O| Dec 18 21:37:37.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8804 | 2024-12-18T21:37:39.160Z | [ host-image] Dec 18 21:37:37.566 INFO O| Dec 18 21:37:37.565 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8805 | 2024-12-18T21:37:39.163Z | [ host-image] Dec 18 21:37:37.566 INFO O| Dec 18 21:37:37.566 INFO STEP 13 (remove_files) COMPLETE |
8806 | 2024-12-18T21:37:39.163Z | [ host-image] Dec 18 21:37:37.566 INFO O| Dec 18 21:37:37.566 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8807 | 2024-12-18T21:37:39.182Z | [ host-image] Dec 18 21:37:37.588 INFO O| Dec 18 21:37:37.588 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8808 | 2024-12-18T21:37:39.185Z | [ host-image] Dec 18 21:37:37.591 INFO O| Dec 18 21:37:37.590 INFO STEP 14 (remove_files) COMPLETE |
8809 | 2024-12-18T21:37:39.185Z | [ host-image] Dec 18 21:37:37.591 INFO O| Dec 18 21:37:37.590 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8810 | 2024-12-18T21:37:39.249Z | [ host-image] Dec 18 21:37:37.654 INFO O| Dec 18 21:37:37.654 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8811 | 2024-12-18T21:37:39.261Z | [ host-image] Dec 18 21:37:37.666 INFO O| Dec 18 21:37:37.666 INFO STEP 15 (remove_files) COMPLETE |
8812 | 2024-12-18T21:37:39.261Z | [ host-image] Dec 18 21:37:37.666 INFO O| Dec 18 21:37:37.666 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8813 | 2024-12-18T21:37:39.318Z | [ host-image] Dec 18 21:37:37.724 INFO O| Dec 18 21:37:37.724 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8814 | 2024-12-18T21:37:39.322Z | [ host-image] Dec 18 21:37:37.724 INFO O| Dec 18 21:37:37.724 INFO STEP 16 (remove_files) COMPLETE |
8815 | 2024-12-18T21:37:39.322Z | [ host-image] Dec 18 21:37:37.725 INFO O| Dec 18 21:37:37.725 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8816 | 2024-12-18T21:37:39.341Z | [ host-image] Dec 18 21:37:37.746 INFO O| Dec 18 21:37:37.746 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8817 | 2024-12-18T21:37:39.343Z | [ host-image] Dec 18 21:37:37.749 INFO O| Dec 18 21:37:37.749 INFO STEP 17 (remove_files) COMPLETE |
8818 | 2024-12-18T21:37:39.343Z | [ host-image] Dec 18 21:37:37.749 INFO O| Dec 18 21:37:37.749 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8819 | 2024-12-18T21:37:39.369Z | [ host-image] Dec 18 21:37:37.775 INFO O| Dec 18 21:37:37.775 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8820 | 2024-12-18T21:37:39.369Z | [ host-image] Dec 18 21:37:37.775 INFO O| Dec 18 21:37:37.775 INFO STEP 18 (remove_files) COMPLETE |
8821 | 2024-12-18T21:37:39.373Z | [ host-image] Dec 18 21:37:37.775 INFO O| Dec 18 21:37:37.775 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8822 | 2024-12-18T21:37:39.389Z | [ host-image] Dec 18 21:37:37.794 INFO O| Dec 18 21:37:37.794 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8823 | 2024-12-18T21:37:39.389Z | [ host-image] Dec 18 21:37:37.795 INFO O| Dec 18 21:37:37.794 INFO STEP 19 (remove_files) COMPLETE |
8824 | 2024-12-18T21:37:39.391Z | [ host-image] Dec 18 21:37:37.795 INFO O| Dec 18 21:37:37.795 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8825 | 2024-12-18T21:37:39.420Z | [ host-image] Dec 18 21:37:37.824 INFO O| Dec 18 21:37:37.824 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8826 | 2024-12-18T21:37:39.420Z | [ host-image] Dec 18 21:37:37.824 INFO O| Dec 18 21:37:37.824 INFO STEP 20 (remove_files) COMPLETE |
8827 | 2024-12-18T21:37:39.420Z | [ host-image] Dec 18 21:37:37.824 INFO O| Dec 18 21:37:37.824 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8828 | 2024-12-18T21:37:39.452Z | [ host-image] Dec 18 21:37:37.858 INFO O| Dec 18 21:37:37.857 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8829 | 2024-12-18T21:37:39.452Z | [ host-image] Dec 18 21:37:37.858 INFO O| Dec 18 21:37:37.858 INFO STEP 21 (remove_files) COMPLETE |
8830 | 2024-12-18T21:37:39.452Z | [ host-image] Dec 18 21:37:37.858 INFO O| Dec 18 21:37:37.858 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8831 | 2024-12-18T21:37:39.517Z | [ host-image] Dec 18 21:37:37.923 INFO O| Dec 18 21:37:37.923 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8832 | 2024-12-18T21:37:39.517Z | [ host-image] Dec 18 21:37:37.923 INFO O| Dec 18 21:37:37.923 INFO STEP 22 (remove_files) COMPLETE |
8833 | 2024-12-18T21:37:39.520Z | [ host-image] Dec 18 21:37:37.923 INFO O| Dec 18 21:37:37.923 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8834 | 2024-12-18T21:37:39.547Z | [ host-image] Dec 18 21:37:37.953 INFO O| Dec 18 21:37:37.952 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8835 | 2024-12-18T21:37:39.547Z | [ host-image] Dec 18 21:37:37.953 INFO O| Dec 18 21:37:37.953 INFO STEP 23 (remove_files) COMPLETE |
8836 | 2024-12-18T21:37:39.549Z | [ host-image] Dec 18 21:37:37.953 INFO O| Dec 18 21:37:37.953 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8837 | 2024-12-18T21:37:39.564Z | [ host-image] Dec 18 21:37:37.970 INFO O| Dec 18 21:37:37.970 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8838 | 2024-12-18T21:37:39.564Z | [ host-image] Dec 18 21:37:37.970 INFO O| Dec 18 21:37:37.970 INFO STEP 24 (remove_files) COMPLETE |
8839 | 2024-12-18T21:37:39.567Z | [ host-image] Dec 18 21:37:37.970 INFO O| Dec 18 21:37:37.970 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8840 | 2024-12-18T21:37:39.584Z | [ host-image] Dec 18 21:37:37.990 INFO O| Dec 18 21:37:37.990 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8841 | 2024-12-18T21:37:39.584Z | [ host-image] Dec 18 21:37:37.990 INFO O| Dec 18 21:37:37.990 INFO STEP 25 (remove_files) COMPLETE |
8842 | 2024-12-18T21:37:39.587Z | [ host-image] Dec 18 21:37:37.990 INFO O| Dec 18 21:37:37.990 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8843 | 2024-12-18T21:37:39.634Z | [ host-image] Dec 18 21:37:38.037 INFO O| Dec 18 21:37:38.037 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8844 | 2024-12-18T21:37:39.637Z | [ host-image] Dec 18 21:37:38.037 INFO O| Dec 18 21:37:38.037 INFO STEP 26 (remove_files) COMPLETE |
8845 | 2024-12-18T21:37:39.637Z | [ host-image] Dec 18 21:37:38.037 INFO O| Dec 18 21:37:38.037 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8846 | 2024-12-18T21:37:39.653Z | [ host-image] Dec 18 21:37:38.058 INFO O| Dec 18 21:37:38.058 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8847 | 2024-12-18T21:37:39.653Z | [ host-image] Dec 18 21:37:38.059 INFO O| Dec 18 21:37:38.059 INFO STEP 27 (remove_files) COMPLETE |
8848 | 2024-12-18T21:37:39.653Z | [ host-image] Dec 18 21:37:38.059 INFO O| Dec 18 21:37:38.059 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8849 | 2024-12-18T21:37:39.673Z | [ host-image] Dec 18 21:37:38.079 INFO O| Dec 18 21:37:38.079 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8850 | 2024-12-18T21:37:39.673Z | [ host-image] Dec 18 21:37:38.079 INFO O| Dec 18 21:37:38.079 INFO STEP 28 (remove_files) COMPLETE |
8851 | 2024-12-18T21:37:39.673Z | [ host-image] Dec 18 21:37:38.079 INFO O| Dec 18 21:37:38.079 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8852 | 2024-12-18T21:37:39.690Z | [ host-image] Dec 18 21:37:38.095 INFO O| Dec 18 21:37:38.095 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8853 | 2024-12-18T21:37:39.690Z | [ host-image] Dec 18 21:37:38.095 INFO O| Dec 18 21:37:38.095 INFO STEP 29 (remove_files) COMPLETE |
8854 | 2024-12-18T21:37:39.692Z | [ host-image] Dec 18 21:37:38.095 INFO O| Dec 18 21:37:38.095 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8855 | 2024-12-18T21:37:39.706Z | [ host-image] Dec 18 21:37:38.111 INFO O| Dec 18 21:37:38.111 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8856 | 2024-12-18T21:37:39.706Z | [ host-image] Dec 18 21:37:38.111 INFO O| Dec 18 21:37:38.111 INFO STEP 30 (remove_files) COMPLETE |
8857 | 2024-12-18T21:37:39.706Z | [ host-image] Dec 18 21:37:38.111 INFO O| Dec 18 21:37:38.111 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8858 | 2024-12-18T21:37:39.722Z | [ host-image] Dec 18 21:37:38.128 INFO O| Dec 18 21:37:38.128 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8859 | 2024-12-18T21:37:39.723Z | [ host-image] Dec 18 21:37:38.128 INFO O| Dec 18 21:37:38.128 INFO STEP 31 (remove_files) COMPLETE |
8860 | 2024-12-18T21:37:39.723Z | [ host-image] Dec 18 21:37:38.128 INFO O| Dec 18 21:37:38.128 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8861 | 2024-12-18T21:37:39.741Z | [ host-image] Dec 18 21:37:38.146 INFO O| Dec 18 21:37:38.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8862 | 2024-12-18T21:37:39.741Z | [ host-image] Dec 18 21:37:38.146 INFO O| Dec 18 21:37:38.146 INFO STEP 32 (remove_files) COMPLETE |
8863 | 2024-12-18T21:37:39.741Z | [ host-image] Dec 18 21:37:38.146 INFO O| Dec 18 21:37:38.146 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8864 | 2024-12-18T21:37:39.759Z | [ host-image] Dec 18 21:37:38.164 INFO O| Dec 18 21:37:38.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8865 | 2024-12-18T21:37:39.759Z | [ host-image] Dec 18 21:37:38.164 INFO O| Dec 18 21:37:38.164 INFO STEP 33 (remove_files) COMPLETE |
8866 | 2024-12-18T21:37:39.762Z | [ host-image] Dec 18 21:37:38.164 INFO O| Dec 18 21:37:38.164 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8867 | 2024-12-18T21:37:39.782Z | [ host-image] Dec 18 21:37:38.187 INFO O| Dec 18 21:37:38.187 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8868 | 2024-12-18T21:37:39.786Z | [ host-image] Dec 18 21:37:38.187 INFO O| Dec 18 21:37:38.187 INFO STEP 34 (remove_files) COMPLETE |
8869 | 2024-12-18T21:37:39.786Z | [ host-image] Dec 18 21:37:38.188 INFO O| Dec 18 21:37:38.188 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8870 | 2024-12-18T21:37:39.803Z | [ host-image] Dec 18 21:37:38.208 INFO O| Dec 18 21:37:38.208 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8871 | 2024-12-18T21:37:39.803Z | [ host-image] Dec 18 21:37:38.208 INFO O| Dec 18 21:37:38.208 INFO STEP 35 (remove_files) COMPLETE |
8872 | 2024-12-18T21:37:39.803Z | [ host-image] Dec 18 21:37:38.208 INFO O| Dec 18 21:37:38.208 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8873 | 2024-12-18T21:37:39.870Z | [ host-image] Dec 18 21:37:38.274 INFO O| Dec 18 21:37:38.274 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8874 | 2024-12-18T21:37:39.870Z | [ host-image] Dec 18 21:37:38.274 INFO O| Dec 18 21:37:38.274 INFO STEP 36 (remove_files) COMPLETE |
8875 | 2024-12-18T21:37:39.873Z | [ host-image] Dec 18 21:37:38.274 INFO O| Dec 18 21:37:38.274 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8876 | 2024-12-18T21:37:39.932Z | [ host-image] Dec 18 21:37:38.336 INFO O| Dec 18 21:37:38.336 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8877 | 2024-12-18T21:37:39.935Z | [ host-image] Dec 18 21:37:38.337 INFO O| Dec 18 21:37:38.337 INFO STEP 37 (remove_files) COMPLETE |
8878 | 2024-12-18T21:37:39.935Z | [ host-image] Dec 18 21:37:38.337 INFO O| Dec 18 21:37:38.337 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8879 | 2024-12-18T21:37:39.955Z | [ host-image] Dec 18 21:37:38.359 INFO O| Dec 18 21:37:38.359 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8880 | 2024-12-18T21:37:39.959Z | [ host-image] Dec 18 21:37:38.359 INFO O| Dec 18 21:37:38.359 INFO STEP 38 (remove_files) COMPLETE |
8881 | 2024-12-18T21:37:39.959Z | [ host-image] Dec 18 21:37:38.359 INFO O| Dec 18 21:37:38.359 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8882 | 2024-12-18T21:37:39.983Z | [ host-image] Dec 18 21:37:38.389 INFO O| Dec 18 21:37:38.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8883 | 2024-12-18T21:37:39.986Z | [ host-image] Dec 18 21:37:38.389 INFO O| Dec 18 21:37:38.389 INFO STEP 39 (remove_files) COMPLETE |
8884 | 2024-12-18T21:37:39.986Z | [ host-image] Dec 18 21:37:38.389 INFO O| Dec 18 21:37:38.389 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8885 | 2024-12-18T21:37:40.008Z | [ host-image] Dec 18 21:37:38.414 INFO O| Dec 18 21:37:38.414 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8886 | 2024-12-18T21:37:40.011Z | [ host-image] Dec 18 21:37:38.414 INFO O| Dec 18 21:37:38.414 INFO STEP 40 (remove_files) COMPLETE |
8887 | 2024-12-18T21:37:40.011Z | [ host-image] Dec 18 21:37:38.414 INFO O| Dec 18 21:37:38.414 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8888 | 2024-12-18T21:37:40.031Z | [ host-image] Dec 18 21:37:38.437 INFO O| Dec 18 21:37:38.437 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8889 | 2024-12-18T21:37:40.031Z | [ host-image] Dec 18 21:37:38.437 INFO O| Dec 18 21:37:38.437 INFO STEP 41 (remove_files) COMPLETE |
8890 | 2024-12-18T21:37:40.034Z | [ host-image] Dec 18 21:37:38.437 INFO O| Dec 18 21:37:38.437 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8891 | 2024-12-18T21:37:40.055Z | [ host-image] Dec 18 21:37:38.460 INFO O| Dec 18 21:37:38.460 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8892 | 2024-12-18T21:37:40.055Z | [ host-image] Dec 18 21:37:38.460 INFO O| Dec 18 21:37:38.460 INFO STEP 42 (remove_files) COMPLETE |
8893 | 2024-12-18T21:37:40.055Z | [ host-image] Dec 18 21:37:38.460 INFO O| Dec 18 21:37:38.460 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8894 | 2024-12-18T21:37:40.079Z | [ host-image] Dec 18 21:37:38.484 INFO O| Dec 18 21:37:38.484 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8895 | 2024-12-18T21:37:40.079Z | [ host-image] Dec 18 21:37:38.484 INFO O| Dec 18 21:37:38.484 INFO STEP 43 (remove_files) COMPLETE |
8896 | 2024-12-18T21:37:40.079Z | [ host-image] Dec 18 21:37:38.484 INFO O| Dec 18 21:37:38.484 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8897 | 2024-12-18T21:37:40.099Z | [ host-image] Dec 18 21:37:38.505 INFO O| Dec 18 21:37:38.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8898 | 2024-12-18T21:37:40.099Z | [ host-image] Dec 18 21:37:38.505 INFO O| Dec 18 21:37:38.505 INFO STEP 44 (remove_files) COMPLETE |
8899 | 2024-12-18T21:37:40.102Z | [ host-image] Dec 18 21:37:38.505 INFO O| Dec 18 21:37:38.505 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8900 | 2024-12-18T21:37:40.120Z | [ host-image] Dec 18 21:37:38.525 INFO O| Dec 18 21:37:38.525 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8901 | 2024-12-18T21:37:40.120Z | [ host-image] Dec 18 21:37:38.525 INFO O| Dec 18 21:37:38.525 INFO STEP 45 (remove_files) COMPLETE |
8902 | 2024-12-18T21:37:40.120Z | [ host-image] Dec 18 21:37:38.525 INFO O| Dec 18 21:37:38.525 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8903 | 2024-12-18T21:37:40.140Z | [ host-image] Dec 18 21:37:38.545 INFO O| Dec 18 21:37:38.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8904 | 2024-12-18T21:37:40.140Z | [ host-image] Dec 18 21:37:38.545 INFO O| Dec 18 21:37:38.545 INFO STEP 46 (remove_files) COMPLETE |
8905 | 2024-12-18T21:37:40.140Z | [ host-image] Dec 18 21:37:38.545 INFO O| Dec 18 21:37:38.545 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8906 | 2024-12-18T21:37:40.161Z | [ host-image] Dec 18 21:37:38.566 INFO O| Dec 18 21:37:38.566 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8907 | 2024-12-18T21:37:40.161Z | [ host-image] Dec 18 21:37:38.566 INFO O| Dec 18 21:37:38.566 INFO STEP 47 (remove_files) COMPLETE |
8908 | 2024-12-18T21:37:40.162Z | [ host-image] Dec 18 21:37:38.566 INFO O| Dec 18 21:37:38.566 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8909 | 2024-12-18T21:37:40.182Z | [ host-image] Dec 18 21:37:38.588 INFO O| Dec 18 21:37:38.587 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8910 | 2024-12-18T21:37:40.182Z | [ host-image] Dec 18 21:37:38.588 INFO O| Dec 18 21:37:38.588 INFO STEP 48 (remove_files) COMPLETE |
8911 | 2024-12-18T21:37:40.186Z | [ host-image] Dec 18 21:37:38.588 INFO O| Dec 18 21:37:38.588 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8912 | 2024-12-18T21:37:40.211Z | [ host-image] Dec 18 21:37:38.616 INFO O| Dec 18 21:37:38.616 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8913 | 2024-12-18T21:37:40.215Z | [ host-image] Dec 18 21:37:38.616 INFO O| Dec 18 21:37:38.616 INFO STEP 49 (remove_files) COMPLETE |
8914 | 2024-12-18T21:37:40.215Z | [ host-image] Dec 18 21:37:38.616 INFO O| Dec 18 21:37:38.616 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8915 | 2024-12-18T21:37:40.245Z | [ host-image] Dec 18 21:37:38.650 INFO O| Dec 18 21:37:38.650 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8916 | 2024-12-18T21:37:40.245Z | [ host-image] Dec 18 21:37:38.650 INFO O| Dec 18 21:37:38.650 INFO STEP 50 (remove_files) COMPLETE |
8917 | 2024-12-18T21:37:40.245Z | [ host-image] Dec 18 21:37:38.650 INFO O| Dec 18 21:37:38.650 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8918 | 2024-12-18T21:37:40.279Z | [ host-image] Dec 18 21:37:38.684 INFO O| Dec 18 21:37:38.684 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8919 | 2024-12-18T21:37:40.280Z | [ host-image] Dec 18 21:37:38.684 INFO O| Dec 18 21:37:38.684 INFO STEP 51 (remove_files) COMPLETE |
8920 | 2024-12-18T21:37:40.284Z | [ host-image] Dec 18 21:37:38.684 INFO O| Dec 18 21:37:38.684 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8921 | 2024-12-18T21:37:40.364Z | [ host-image] Dec 18 21:37:38.770 INFO O| Dec 18 21:37:38.770 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8922 | 2024-12-18T21:37:40.365Z | [ host-image] Dec 18 21:37:38.770 INFO O| Dec 18 21:37:38.770 INFO STEP 52 (remove_files) COMPLETE |
8923 | 2024-12-18T21:37:40.368Z | [ host-image] Dec 18 21:37:38.770 INFO O| Dec 18 21:37:38.770 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8924 | 2024-12-18T21:37:40.385Z | [ host-image] Dec 18 21:37:38.790 INFO O| Dec 18 21:37:38.790 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8925 | 2024-12-18T21:37:40.385Z | [ host-image] Dec 18 21:37:38.791 INFO O| Dec 18 21:37:38.791 INFO STEP 53 (remove_files) COMPLETE |
8926 | 2024-12-18T21:37:40.385Z | [ host-image] Dec 18 21:37:38.791 INFO O| Dec 18 21:37:38.791 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8927 | 2024-12-18T21:37:40.433Z | [ host-image] Dec 18 21:37:38.838 INFO O| Dec 18 21:37:38.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8928 | 2024-12-18T21:37:40.433Z | [ host-image] Dec 18 21:37:38.838 INFO O| Dec 18 21:37:38.838 INFO STEP 54 (remove_files) COMPLETE |
8929 | 2024-12-18T21:37:40.437Z | [ host-image] Dec 18 21:37:38.838 INFO O| Dec 18 21:37:38.838 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8930 | 2024-12-18T21:37:40.493Z | [ host-image] Dec 18 21:37:38.898 INFO O| Dec 18 21:37:38.898 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8931 | 2024-12-18T21:37:40.495Z | [ host-image] Dec 18 21:37:38.898 INFO O| Dec 18 21:37:38.898 INFO STEP 55 (remove_files) COMPLETE |
8932 | 2024-12-18T21:37:40.495Z | [ host-image] Dec 18 21:37:38.898 INFO O| Dec 18 21:37:38.898 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8933 | 2024-12-18T21:37:40.514Z | [ host-image] Dec 18 21:37:38.919 INFO O| Dec 18 21:37:38.919 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8934 | 2024-12-18T21:37:40.518Z | [ host-image] Dec 18 21:37:38.919 INFO O| Dec 18 21:37:38.919 INFO STEP 56 (remove_files) COMPLETE |
8935 | 2024-12-18T21:37:40.518Z | [ host-image] Dec 18 21:37:38.919 INFO O| Dec 18 21:37:38.919 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8936 | 2024-12-18T21:37:40.548Z | [ host-image] Dec 18 21:37:38.953 INFO O| Dec 18 21:37:38.952 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8937 | 2024-12-18T21:37:40.548Z | [ host-image] Dec 18 21:37:38.953 INFO O| Dec 18 21:37:38.953 INFO STEP 57 (remove_files) COMPLETE |
8938 | 2024-12-18T21:37:40.548Z | [ host-image] Dec 18 21:37:38.953 INFO O| Dec 18 21:37:38.953 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8939 | 2024-12-18T21:37:40.567Z | [ host-image] Dec 18 21:37:38.972 INFO O| Dec 18 21:37:38.972 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8940 | 2024-12-18T21:37:40.567Z | [ host-image] Dec 18 21:37:38.972 INFO O| Dec 18 21:37:38.972 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8941 | 2024-12-18T21:37:40.569Z | [ host-image] Dec 18 21:37:38.972 INFO O| Dec 18 21:37:38.972 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8942 | 2024-12-18T21:37:40.569Z | [ host-image] Dec 18 21:37:38.972 INFO O| Dec 18 21:37:38.972 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8943 | 2024-12-18T21:37:40.569Z | [ host-image] Dec 18 21:37:38.972 INFO O| Dec 18 21:37:38.972 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8944 | 2024-12-18T21:37:40.569Z | [ host-image] Dec 18 21:37:38.973 INFO O| Dec 18 21:37:38.972 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8945 | 2024-12-18T21:37:40.569Z | [ host-image] Dec 18 21:37:38.973 INFO O| Dec 18 21:37:38.973 INFO ok! |
8946 | 2024-12-18T21:37:40.570Z | [ host-image] Dec 18 21:37:38.973 INFO O| Dec 18 21:37:38.973 INFO STEP 58 (ensure_file) COMPLETE |
8947 | 2024-12-18T21:37:40.570Z | [ host-image] Dec 18 21:37:38.973 INFO O| Dec 18 21:37:38.973 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8948 | 2024-12-18T21:37:40.590Z | [ host-image] Dec 18 21:37:38.995 INFO O| Dec 18 21:37:38.995 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8949 | 2024-12-18T21:37:40.590Z | [ host-image] Dec 18 21:37:38.995 INFO O| Dec 18 21:37:38.995 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8950 | 2024-12-18T21:37:40.593Z | [ host-image] Dec 18 21:37:38.995 INFO O| Dec 18 21:37:38.995 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8951 | 2024-12-18T21:37:40.593Z | [ host-image] Dec 18 21:37:38.995 INFO O| Dec 18 21:37:38.995 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8952 | 2024-12-18T21:37:40.593Z | [ host-image] Dec 18 21:37:38.995 INFO O| Dec 18 21:37:38.995 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8953 | 2024-12-18T21:37:40.593Z | [ host-image] Dec 18 21:37:38.995 INFO O| Dec 18 21:37:38.995 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8954 | 2024-12-18T21:37:40.593Z | [ host-image] Dec 18 21:37:38.995 INFO O| Dec 18 21:37:38.995 INFO ok! |
8955 | 2024-12-18T21:37:40.593Z | [ host-image] Dec 18 21:37:38.996 INFO O| Dec 18 21:37:38.995 INFO STEP 59 (ensure_file) COMPLETE |
8956 | 2024-12-18T21:37:40.593Z | [ host-image] Dec 18 21:37:38.996 INFO O| Dec 18 21:37:38.996 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8957 | 2024-12-18T21:37:40.627Z | [ host-image] Dec 18 21:37:39.032 INFO O| Dec 18 21:37:39.032 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8958 | 2024-12-18T21:37:40.627Z | [ host-image] Dec 18 21:37:39.032 INFO O| Dec 18 21:37:39.032 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8959 | 2024-12-18T21:37:40.630Z | [ host-image] Dec 18 21:37:39.033 INFO O| Dec 18 21:37:39.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8960 | 2024-12-18T21:37:40.631Z | [ host-image] Dec 18 21:37:39.033 INFO O| Dec 18 21:37:39.033 INFO ok! |
8961 | 2024-12-18T21:37:40.631Z | [ host-image] Dec 18 21:37:39.033 INFO O| Dec 18 21:37:39.033 INFO STEP 60 (ensure_file) COMPLETE |
8962 | 2024-12-18T21:37:40.631Z | [ host-image] Dec 18 21:37:39.033 INFO O| Dec 18 21:37:39.033 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8963 | 2024-12-18T21:37:40.647Z | [ host-image] Dec 18 21:37:39.052 INFO O| Dec 18 21:37:39.052 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8964 | 2024-12-18T21:37:40.647Z | [ host-image] Dec 18 21:37:39.052 INFO O| Dec 18 21:37:39.052 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8965 | 2024-12-18T21:37:40.647Z | [ host-image] Dec 18 21:37:39.053 INFO O| Dec 18 21:37:39.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8966 | 2024-12-18T21:37:40.650Z | [ host-image] Dec 18 21:37:39.053 INFO O| Dec 18 21:37:39.053 INFO ok! |
8967 | 2024-12-18T21:37:40.650Z | [ host-image] Dec 18 21:37:39.053 INFO O| Dec 18 21:37:39.053 INFO STEP 61 (ensure_file) COMPLETE |
8968 | 2024-12-18T21:37:40.650Z | [ host-image] Dec 18 21:37:39.053 INFO O| Dec 18 21:37:39.053 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8969 | 2024-12-18T21:37:40.668Z | [ host-image] Dec 18 21:37:39.074 INFO O| Dec 18 21:37:39.074 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8970 | 2024-12-18T21:37:40.668Z | [ host-image] Dec 18 21:37:39.074 INFO O| Dec 18 21:37:39.074 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8971 | 2024-12-18T21:37:40.668Z | [ host-image] Dec 18 21:37:39.074 INFO O| Dec 18 21:37:39.074 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8972 | 2024-12-18T21:37:40.669Z | [ host-image] Dec 18 21:37:39.074 INFO O| Dec 18 21:37:39.074 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8973 | 2024-12-18T21:37:40.669Z | [ host-image] Dec 18 21:37:39.074 INFO O| Dec 18 21:37:39.074 INFO ok! |
8974 | 2024-12-18T21:37:40.672Z | [ host-image] Dec 18 21:37:39.074 INFO O| Dec 18 21:37:39.074 INFO STEP 62 (ensure_file) COMPLETE |
8975 | 2024-12-18T21:37:40.672Z | [ host-image] Dec 18 21:37:39.074 INFO O| Dec 18 21:37:39.074 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8976 | 2024-12-18T21:37:40.705Z | [ host-image] Dec 18 21:37:39.109 INFO O| Dec 18 21:37:39.109 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8977 | 2024-12-18T21:37:40.705Z | [ host-image] Dec 18 21:37:39.109 INFO O| Dec 18 21:37:39.109 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8978 | 2024-12-18T21:37:40.708Z | [ host-image] Dec 18 21:37:39.109 INFO O| Dec 18 21:37:39.109 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8979 | 2024-12-18T21:37:40.708Z | [ host-image] Dec 18 21:37:39.109 INFO O| Dec 18 21:37:39.109 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8980 | 2024-12-18T21:37:40.708Z | [ host-image] Dec 18 21:37:39.109 INFO O| Dec 18 21:37:39.109 INFO ok! |
8981 | 2024-12-18T21:37:40.708Z | [ host-image] Dec 18 21:37:39.109 INFO O| Dec 18 21:37:39.109 INFO STEP 63 (ensure_file) COMPLETE |
8982 | 2024-12-18T21:37:40.708Z | [ host-image] Dec 18 21:37:39.109 INFO O| Dec 18 21:37:39.109 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8983 | 2024-12-18T21:37:40.741Z | [ host-image] Dec 18 21:37:39.146 INFO O| Dec 18 21:37:39.146 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8984 | 2024-12-18T21:37:40.741Z | [ host-image] Dec 18 21:37:39.146 INFO O| Dec 18 21:37:39.146 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8985 | 2024-12-18T21:37:40.744Z | [ host-image] Dec 18 21:37:39.147 INFO O| Dec 18 21:37:39.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8986 | 2024-12-18T21:37:40.744Z | [ host-image] Dec 18 21:37:39.147 INFO O| Dec 18 21:37:39.147 INFO ok! |
8987 | 2024-12-18T21:37:40.744Z | [ host-image] Dec 18 21:37:39.147 INFO O| Dec 18 21:37:39.147 INFO STEP 64 (assemble_files) COMPLETE |
8988 | 2024-12-18T21:37:40.744Z | [ host-image] Dec 18 21:37:39.147 INFO O| Dec 18 21:37:39.147 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8989 | 2024-12-18T21:37:40.769Z | [ host-image] Dec 18 21:37:39.174 INFO O| Dec 18 21:37:39.174 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8990 | 2024-12-18T21:37:40.769Z | [ host-image] Dec 18 21:37:39.174 INFO O| Dec 18 21:37:39.174 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8991 | 2024-12-18T21:37:40.772Z | [ host-image] Dec 18 21:37:39.175 INFO O| Dec 18 21:37:39.174 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8992 | 2024-12-18T21:37:40.772Z | [ host-image] Dec 18 21:37:39.175 INFO O| Dec 18 21:37:39.174 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8993 | 2024-12-18T21:37:40.772Z | [ host-image] Dec 18 21:37:39.175 INFO O| Dec 18 21:37:39.174 INFO ok! |
8994 | 2024-12-18T21:37:40.772Z | [ host-image] Dec 18 21:37:39.175 INFO O| Dec 18 21:37:39.174 INFO STEP 65 (ensure_file) COMPLETE |
8995 | 2024-12-18T21:37:40.772Z | [ host-image] Dec 18 21:37:39.175 INFO O| Dec 18 21:37:39.175 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8996 | 2024-12-18T21:37:40.829Z | [ host-image] Dec 18 21:37:39.235 INFO O| Dec 18 21:37:39.234 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8997 | 2024-12-18T21:37:40.829Z | [ host-image] Dec 18 21:37:39.235 INFO O| Dec 18 21:37:39.235 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8998 | 2024-12-18T21:37:40.832Z | [ host-image] Dec 18 21:37:39.235 INFO O| Dec 18 21:37:39.235 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8999 | 2024-12-18T21:37:40.832Z | [ host-image] Dec 18 21:37:39.235 INFO O| Dec 18 21:37:39.235 INFO STEP 66 (ensure_dir) COMPLETE |
9000 | 2024-12-18T21:37:40.832Z | [ host-image] Dec 18 21:37:39.235 INFO O| Dec 18 21:37:39.235 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9001 | 2024-12-18T21:37:40.849Z | [ host-image] Dec 18 21:37:39.254 INFO O| Dec 18 21:37:39.254 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9002 | 2024-12-18T21:37:40.849Z | [ host-image] Dec 18 21:37:39.254 INFO O| Dec 18 21:37:39.254 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 ... |
9003 | 2024-12-18T21:37:40.859Z | [ host-image] Dec 18 21:37:39.265 INFO O| Dec 18 21:37:39.265 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 |
9004 | 2024-12-18T21:37:40.860Z | [ host-image] Dec 18 21:37:39.265 INFO O| Dec 18 21:37:39.265 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9005 | 2024-12-18T21:37:40.862Z | [ host-image] Dec 18 21:37:39.265 INFO O| Dec 18 21:37:39.265 INFO ok! |
9006 | 2024-12-18T21:37:40.863Z | [ host-image] Dec 18 21:37:39.265 INFO O| Dec 18 21:37:39.265 INFO STEP 67 (ensure_file) COMPLETE |
9007 | 2024-12-18T21:37:40.863Z | [ host-image] Dec 18 21:37:39.265 INFO O| Dec 18 21:37:39.265 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9008 | 2024-12-18T21:37:40.917Z | [ host-image] Dec 18 21:37:39.323 INFO O| Dec 18 21:37:39.323 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9009 | 2024-12-18T21:37:40.917Z | [ host-image] Dec 18 21:37:39.323 INFO O| Dec 18 21:37:39.323 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 ... |
9010 | 2024-12-18T21:37:40.920Z | [ host-image] Dec 18 21:37:39.323 INFO O| Dec 18 21:37:39.323 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 |
9011 | 2024-12-18T21:37:40.920Z | [ host-image] Dec 18 21:37:39.323 INFO O| Dec 18 21:37:39.323 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9012 | 2024-12-18T21:37:40.920Z | [ host-image] Dec 18 21:37:39.323 INFO O| Dec 18 21:37:39.323 INFO ok! |
9013 | 2024-12-18T21:37:40.920Z | [ host-image] Dec 18 21:37:39.323 INFO O| Dec 18 21:37:39.323 INFO STEP 68 (ensure_file) COMPLETE |
9014 | 2024-12-18T21:37:40.920Z | [ host-image] Dec 18 21:37:39.323 INFO O| Dec 18 21:37:39.323 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9015 | 2024-12-18T21:37:40.947Z | [ host-image] Dec 18 21:37:39.352 INFO O| Dec 18 21:37:39.352 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9016 | 2024-12-18T21:37:40.947Z | [ host-image] Dec 18 21:37:39.352 INFO O| Dec 18 21:37:39.352 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9017 | 2024-12-18T21:37:44.768Z | [ host-image] Dec 18 21:37:43.173 INFO O| Dec 18 21:37:43.173 INFO STEP 69 (pack_tar) COMPLETE |
9018 | 2024-12-18T21:37:44.768Z | [ host-image] Dec 18 21:37:43.173 INFO O| Dec 18 21:37:43.173 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9019 | 2024-12-18T21:37:44.771Z | [ host-image] Dec 18 21:37:43.173 INFO O| Dec 18 21:37:43.173 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9020 | 2024-12-18T21:37:45.233Z | [ host-image] Dec 18 21:37:43.637 INFO O| Dec 18 21:37:43.637 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9021 | 2024-12-18T21:37:45.425Z | [ host-image] Dec 18 21:37:43.830 INFO O| Dec 18 21:37:43.830 INFO completed processing gimlet/ramdisk-02-trim |
9022 | 2024-12-18T21:37:45.429Z | [ host-image] Dec 18 21:37:43.833 INFO image builder template: zfs... |
9023 | 2024-12-18T21:37:45.429Z | [ host-image] Dec 18 21:37:43.833 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/.tmpofmGFj/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "zfs"], pwd: None |
9024 | 2024-12-18T21:37:45.453Z | [ host-image] Dec 18 21:37:43.857 INFO O| Dec 18 21:37:43.857 INFO skip include "stress" because feature "stress" is not enabled |
9025 | 2024-12-18T21:37:45.533Z | [ host-image] Dec 18 21:37:43.937 INFO O| Dec 18 21:37:43.937 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9026 | 2024-12-18T21:37:45.574Z | [ host-image] Dec 18 21:37:43.978 INFO O| Dec 18 21:37:43.978 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9027 | 2024-12-18T21:37:45.733Z | [ host-image] Dec 18 21:37:44.136 INFO O| Dec 18 21:37:44.136 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9028 | 2024-12-18T21:37:45.838Z | [ host-image] Dec 18 21:37:44.242 INFO O| Dec 18 21:37:44.242 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9029 | 2024-12-18T21:37:45.838Z | [ host-image] Dec 18 21:37:44.242 INFO O| Dec 18 21:37:44.242 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9030 | 2024-12-18T21:37:45.888Z | [ host-image] Dec 18 21:37:44.292 INFO O| Dec 18 21:37:44.292 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9031 | 2024-12-18T21:37:46.036Z | [ host-image] Dec 18 21:37:44.440 INFO O| Dec 18 21:37:44.440 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9032 | 2024-12-18T21:37:46.132Z | [ host-image] Dec 18 21:37:44.536 INFO O| Dec 18 21:37:44.536 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9033 | 2024-12-18T21:37:46.177Z | [ host-image] Dec 18 21:37:44.581 INFO O| Dec 18 21:37:44.581 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9034 | 2024-12-18T21:37:46.189Z | [ host-image] Dec 18 21:37:44.591 INFO O| Dec 18 21:37:44.591 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9035 | 2024-12-18T21:37:46.189Z | [ host-image] Dec 18 21:37:44.591 INFO O| Dec 18 21:37:44.591 INFO no lofi found |
9036 | 2024-12-18T21:37:46.192Z | [ host-image] Dec 18 21:37:44.591 INFO O| Dec 18 21:37:44.591 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9037 | 2024-12-18T21:37:46.192Z | [ host-image] Dec 18 21:37:44.591 INFO O| Dec 18 21:37:44.591 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9038 | 2024-12-18T21:37:46.419Z | [ recovery-image] Dec 18 21:37:44.823 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
9039 | 2024-12-18T21:37:48.628Z | [ host-image] Dec 18 21:37:47.032 INFO O| Dec 18 21:37:47.032 INFO lofi device = /dev/dsk/c2t1d0p0 |
9040 | 2024-12-18T21:37:48.628Z | [ host-image] Dec 18 21:37:47.032 INFO O| Dec 18 21:37:47.032 INFO pool device = /dev/dsk/c2t1d0p0 |
9041 | 2024-12-18T21:37:48.631Z | [ host-image] Dec 18 21:37:47.032 INFO O| Dec 18 21:37:47.032 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"] |
9042 | 2024-12-18T21:37:48.860Z | [ host-image] Dec 18 21:37:47.264 INFO O| Dec 18 21:37:47.264 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9043 | 2024-12-18T21:37:48.860Z | [ host-image] Dec 18 21:37:47.264 INFO O| Dec 18 21:37:47.264 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9044 | 2024-12-18T21:37:48.895Z | [ host-image] Dec 18 21:37:47.297 INFO O| Dec 18 21:37:47.297 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9045 | 2024-12-18T21:37:49.072Z | [ host-image] Dec 18 21:37:47.475 INFO O| Dec 18 21:37:47.475 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9046 | 2024-12-18T21:37:49.160Z | [ host-image] Dec 18 21:37:47.563 INFO O| Dec 18 21:37:47.563 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9047 | 2024-12-18T21:37:49.190Z | [ host-image] Dec 18 21:37:47.593 INFO O| Dec 18 21:37:47.593 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9048 | 2024-12-18T21:37:49.230Z | [ host-image] Dec 18 21:37:47.633 INFO O| Dec 18 21:37:47.633 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9049 | 2024-12-18T21:37:49.344Z | [ host-image] Dec 18 21:37:47.747 INFO O| Dec 18 21:37:47.747 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9050 | 2024-12-18T21:37:49.344Z | [ host-image] Dec 18 21:37:47.748 INFO O| Dec 18 21:37:47.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9051 | 2024-12-18T21:37:49.346Z | [ host-image] Dec 18 21:37:47.748 INFO O| Dec 18 21:37:47.748 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9052 | 2024-12-18T21:37:49.362Z | [ host-image] Dec 18 21:37:47.766 INFO O| Dec 18 21:37:47.766 INFO boot environment UUID: 74c40146-ae3f-421e-985d-c8e8e43f3115 |
9053 | 2024-12-18T21:37:49.363Z | [ host-image] Dec 18 21:37:47.766 INFO O| Dec 18 21:37:47.766 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 74c40146-ae3f-421e-985d-c8e8e43f3115 |
9054 | 2024-12-18T21:37:49.436Z | [ host-image] Dec 18 21:37:47.840 INFO O| Dec 18 21:37:47.840 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9055 | 2024-12-18T21:37:49.461Z | [ host-image] Dec 18 21:37:47.865 INFO O| Dec 18 21:37:47.864 INFO STEP 0 (create_be) COMPLETE |
9056 | 2024-12-18T21:37:49.461Z | [ host-image] Dec 18 21:37:47.865 INFO O| Dec 18 21:37:47.864 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9057 | 2024-12-18T21:37:49.489Z | [ host-image] Dec 18 21:37:47.893 INFO O| Dec 18 21:37:47.892 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9058 | 2024-12-18T21:37:49.785Z | [ recovery-image] Dec 18 21:37:48.187 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
9059 | 2024-12-18T21:38:00.947Z | [ recovery-image] Dec 18 21:37:59.347 INFO E| Compiling bitflags v1.3.2 |
9060 | 2024-12-18T21:38:01.031Z | [ recovery-image] Dec 18 21:37:59.347 INFO E| Compiling plain v0.2.3 |
9061 | 2024-12-18T21:38:01.031Z | [ recovery-image] Dec 18 21:37:59.347 INFO E| Compiling bit_field v0.10.2 |
9062 | 2024-12-18T21:38:01.031Z | [ recovery-image] Dec 18 21:37:59.347 INFO E| Compiling scroll v0.12.0 |
9063 | 2024-12-18T21:38:01.031Z | [ recovery-image] Dec 18 21:37:59.347 INFO E| Compiling log v0.4.22 |
9064 | 2024-12-18T21:38:01.031Z | [ recovery-image] Dec 18 21:37:59.347 INFO E| Compiling adler2 v2.0.0 |
9065 | 2024-12-18T21:38:01.031Z | [ recovery-image] Dec 18 21:37:59.347 INFO E| Compiling static_assertions v1.1.0 |
9066 | 2024-12-18T21:38:01.354Z | [ recovery-image] Dec 18 21:37:59.755 INFO E| Compiling raw-cpuid v10.7.0 |
9067 | 2024-12-18T21:38:01.363Z | [ recovery-image] Dec 18 21:37:59.764 INFO E| Compiling cpio_reader v0.1.1 |
9068 | 2024-12-18T21:38:01.505Z | [ recovery-image] Dec 18 21:37:59.905 INFO E| Compiling miniz_oxide v0.8.0 |
9069 | 2024-12-18T21:38:01.633Z | [ recovery-image] Dec 18 21:38:00.033 INFO E| Compiling bitstruct v0.1.1 |
9070 | 2024-12-18T21:38:02.682Z | [ recovery-image] Dec 18 21:38:01.079 INFO E| Compiling goblin v0.8.2 |
9071 | 2024-12-18T21:38:14.706Z | [ host-image] Dec 18 21:38:13.073 INFO O| Dec 18 21:38:13.070 INFO STEP 1 (unpack_tar) COMPLETE |
9072 | 2024-12-18T21:38:14.706Z | [ host-image] Dec 18 21:38:13.073 INFO O| Dec 18 21:38:13.070 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9073 | 2024-12-18T21:38:14.706Z | [ host-image] Dec 18 21:38:13.086 INFO O| Dec 18 21:38:13.086 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9074 | 2024-12-18T21:38:15.288Z | [ host-image] Dec 18 21:38:13.685 INFO O| Dec 18 21:38:13.684 INFO STEP 2 (devfsadm) COMPLETE |
9075 | 2024-12-18T21:38:15.291Z | [ host-image] Dec 18 21:38:13.685 INFO O| Dec 18 21:38:13.685 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9076 | 2024-12-18T21:38:15.306Z | [ host-image] Dec 18 21:38:13.702 INFO O| Dec 18 21:38:13.702 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9077 | 2024-12-18T21:38:15.306Z | [ host-image] Dec 18 21:38:13.703 INFO O| Dec 18 21:38:13.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9078 | 2024-12-18T21:38:15.306Z | [ host-image] Dec 18 21:38:13.703 INFO O| Dec 18 21:38:13.703 INFO STEP 3 (ensure_dir) COMPLETE |
9079 | 2024-12-18T21:38:15.311Z | [ host-image] Dec 18 21:38:13.703 INFO O| Dec 18 21:38:13.703 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9080 | 2024-12-18T21:38:15.344Z | [ host-image] Dec 18 21:38:13.742 INFO O| Dec 18 21:38:13.742 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9081 | 2024-12-18T21:38:15.344Z | [ host-image] Dec 18 21:38:13.742 INFO O| Dec 18 21:38:13.742 INFO STEP 4 (ensure_dir) COMPLETE |
9082 | 2024-12-18T21:38:15.344Z | [ host-image] Dec 18 21:38:13.742 INFO O| Dec 18 21:38:13.742 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9083 | 2024-12-18T21:38:15.366Z | [ host-image] Dec 18 21:38:13.763 INFO O| Dec 18 21:38:13.763 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9084 | 2024-12-18T21:38:15.369Z | [ host-image] Dec 18 21:38:13.763 INFO O| Dec 18 21:38:13.763 INFO STEP 5 (ensure_dir) COMPLETE |
9085 | 2024-12-18T21:38:15.369Z | [ host-image] Dec 18 21:38:13.763 INFO O| Dec 18 21:38:13.763 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9086 | 2024-12-18T21:38:15.407Z | [ host-image] Dec 18 21:38:13.804 INFO O| Dec 18 21:38:13.804 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9087 | 2024-12-18T21:38:15.407Z | [ host-image] Dec 18 21:38:13.804 INFO O| Dec 18 21:38:13.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9088 | 2024-12-18T21:38:15.410Z | [ host-image] Dec 18 21:38:13.804 INFO O| Dec 18 21:38:13.804 INFO STEP 6 (ensure_dir) COMPLETE |
9089 | 2024-12-18T21:38:15.410Z | [ host-image] Dec 18 21:38:13.804 INFO O| Dec 18 21:38:13.804 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9090 | 2024-12-18T21:38:15.449Z | [ host-image] Dec 18 21:38:13.847 INFO O| Dec 18 21:38:13.847 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9091 | 2024-12-18T21:38:15.449Z | [ host-image] Dec 18 21:38:13.847 INFO O| Dec 18 21:38:13.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9092 | 2024-12-18T21:38:15.452Z | [ host-image] Dec 18 21:38:13.847 INFO O| Dec 18 21:38:13.847 INFO STEP 7 (ensure_dir) COMPLETE |
9093 | 2024-12-18T21:38:15.452Z | [ host-image] Dec 18 21:38:13.847 INFO O| Dec 18 21:38:13.847 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9094 | 2024-12-18T21:38:15.470Z | [ host-image] Dec 18 21:38:13.867 INFO O| Dec 18 21:38:13.867 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9095 | 2024-12-18T21:38:15.472Z | [ host-image] Dec 18 21:38:13.867 INFO O| Dec 18 21:38:13.867 INFO STEP 8 (remove_files) COMPLETE |
9096 | 2024-12-18T21:38:15.472Z | [ host-image] Dec 18 21:38:13.867 INFO O| Dec 18 21:38:13.867 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9097 | 2024-12-18T21:38:15.489Z | [ host-image] Dec 18 21:38:13.886 INFO O| Dec 18 21:38:13.886 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9098 | 2024-12-18T21:38:15.492Z | [ host-image] Dec 18 21:38:13.887 INFO O| Dec 18 21:38:13.887 INFO STEP 9 (remove_files) COMPLETE |
9099 | 2024-12-18T21:38:15.492Z | [ host-image] Dec 18 21:38:13.887 INFO O| Dec 18 21:38:13.887 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9100 | 2024-12-18T21:38:15.520Z | [ host-image] Dec 18 21:38:13.917 INFO O| Dec 18 21:38:13.917 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9101 | 2024-12-18T21:38:15.523Z | [ host-image] Dec 18 21:38:13.918 INFO O| Dec 18 21:38:13.918 INFO STEP 10 (remove_files) COMPLETE |
9102 | 2024-12-18T21:38:15.524Z | [ host-image] Dec 18 21:38:13.918 INFO O| Dec 18 21:38:13.918 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9103 | 2024-12-18T21:38:15.545Z | [ host-image] Dec 18 21:38:13.941 INFO O| Dec 18 21:38:13.941 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9104 | 2024-12-18T21:38:15.548Z | [ host-image] Dec 18 21:38:13.941 INFO O| Dec 18 21:38:13.941 INFO STEP 11 (remove_files) COMPLETE |
9105 | 2024-12-18T21:38:15.548Z | [ host-image] Dec 18 21:38:13.942 INFO O| Dec 18 21:38:13.941 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9106 | 2024-12-18T21:38:15.587Z | [ host-image] Dec 18 21:38:13.984 INFO O| Dec 18 21:38:13.984 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9107 | 2024-12-18T21:38:15.587Z | [ host-image] Dec 18 21:38:13.984 INFO O| Dec 18 21:38:13.984 INFO STEP 12 (remove_files) COMPLETE |
9108 | 2024-12-18T21:38:15.590Z | [ host-image] Dec 18 21:38:13.985 INFO O| Dec 18 21:38:13.984 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9109 | 2024-12-18T21:38:15.609Z | [ host-image] Dec 18 21:38:14.006 INFO O| Dec 18 21:38:14.006 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9110 | 2024-12-18T21:38:15.609Z | [ host-image] Dec 18 21:38:14.006 INFO O| Dec 18 21:38:14.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9111 | 2024-12-18T21:38:15.612Z | [ host-image] Dec 18 21:38:14.006 INFO O| Dec 18 21:38:14.006 INFO STEP 13 (ensure_dir) COMPLETE |
9112 | 2024-12-18T21:38:15.612Z | [ host-image] Dec 18 21:38:14.006 INFO O| Dec 18 21:38:14.006 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9113 | 2024-12-18T21:38:15.647Z | [ host-image] Dec 18 21:38:14.045 INFO O| Dec 18 21:38:14.045 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9114 | 2024-12-18T21:38:15.647Z | [ host-image] Dec 18 21:38:14.045 INFO O| Dec 18 21:38:14.045 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9115 | 2024-12-18T21:38:15.651Z | [ host-image] Dec 18 21:38:14.045 INFO O| Dec 18 21:38:14.045 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9116 | 2024-12-18T21:38:15.651Z | [ host-image] Dec 18 21:38:14.045 INFO O| Dec 18 21:38:14.045 INFO STEP 14 (ensure_dir) COMPLETE |
9117 | 2024-12-18T21:38:15.651Z | [ host-image] Dec 18 21:38:14.045 INFO O| Dec 18 21:38:14.045 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9118 | 2024-12-18T21:38:15.668Z | [ host-image] Dec 18 21:38:14.065 INFO O| Dec 18 21:38:14.065 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9119 | 2024-12-18T21:38:15.668Z | [ host-image] Dec 18 21:38:14.065 INFO O| Dec 18 21:38:14.065 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9120 | 2024-12-18T21:38:15.671Z | [ host-image] Dec 18 21:38:14.065 INFO O| Dec 18 21:38:14.065 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9121 | 2024-12-18T21:38:15.672Z | [ host-image] Dec 18 21:38:14.065 INFO O| Dec 18 21:38:14.065 INFO STEP 15 (ensure_dir) COMPLETE |
9122 | 2024-12-18T21:38:15.672Z | [ host-image] Dec 18 21:38:14.065 INFO O| Dec 18 21:38:14.065 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9123 | 2024-12-18T21:38:15.687Z | [ host-image] Dec 18 21:38:14.084 INFO O| Dec 18 21:38:14.084 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9124 | 2024-12-18T21:38:15.687Z | [ host-image] Dec 18 21:38:14.085 INFO O| Dec 18 21:38:14.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9125 | 2024-12-18T21:38:15.690Z | [ host-image] Dec 18 21:38:14.085 INFO O| Dec 18 21:38:14.085 INFO STEP 16 (ensure_dir) COMPLETE |
9126 | 2024-12-18T21:38:15.690Z | [ host-image] Dec 18 21:38:14.085 INFO O| Dec 18 21:38:14.085 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9127 | 2024-12-18T21:38:15.707Z | [ host-image] Dec 18 21:38:14.104 INFO O| Dec 18 21:38:14.104 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9128 | 2024-12-18T21:38:15.707Z | [ host-image] Dec 18 21:38:14.104 INFO O| Dec 18 21:38:14.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9129 | 2024-12-18T21:38:15.707Z | [ host-image] Dec 18 21:38:14.104 INFO O| Dec 18 21:38:14.104 INFO STEP 17 (ensure_dir) COMPLETE |
9130 | 2024-12-18T21:38:15.707Z | [ host-image] Dec 18 21:38:14.104 INFO O| Dec 18 21:38:14.104 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9131 | 2024-12-18T21:38:15.775Z | [ host-image] Dec 18 21:38:14.172 INFO O| Dec 18 21:38:14.171 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9132 | 2024-12-18T21:38:15.775Z | [ host-image] Dec 18 21:38:14.172 INFO O| Dec 18 21:38:14.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9133 | 2024-12-18T21:38:15.775Z | [ host-image] Dec 18 21:38:14.172 INFO O| Dec 18 21:38:14.172 INFO ok! |
9134 | 2024-12-18T21:38:15.776Z | [ host-image] Dec 18 21:38:14.172 INFO O| Dec 18 21:38:14.172 INFO STEP 18 (ensure_symlink) COMPLETE |
9135 | 2024-12-18T21:38:15.776Z | [ host-image] Dec 18 21:38:14.172 INFO O| Dec 18 21:38:14.172 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9136 | 2024-12-18T21:38:15.816Z | [ host-image] Dec 18 21:38:14.213 INFO O| Dec 18 21:38:14.212 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9137 | 2024-12-18T21:38:15.816Z | [ host-image] Dec 18 21:38:14.213 INFO O| Dec 18 21:38:14.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9138 | 2024-12-18T21:38:15.818Z | [ host-image] Dec 18 21:38:14.213 INFO O| Dec 18 21:38:14.213 INFO ok! |
9139 | 2024-12-18T21:38:15.818Z | [ host-image] Dec 18 21:38:14.213 INFO O| Dec 18 21:38:14.213 INFO STEP 19 (ensure_file) COMPLETE |
9140 | 2024-12-18T21:38:15.819Z | [ host-image] Dec 18 21:38:14.213 INFO O| Dec 18 21:38:14.213 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9141 | 2024-12-18T21:38:15.837Z | [ host-image] Dec 18 21:38:14.235 INFO O| Dec 18 21:38:14.234 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9142 | 2024-12-18T21:38:15.837Z | [ host-image] Dec 18 21:38:14.235 INFO O| Dec 18 21:38:14.235 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9143 | 2024-12-18T21:38:15.840Z | [ host-image] Dec 18 21:38:14.235 INFO O| Dec 18 21:38:14.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9144 | 2024-12-18T21:38:15.841Z | [ host-image] Dec 18 21:38:14.235 INFO O| Dec 18 21:38:14.235 INFO ok! |
9145 | 2024-12-18T21:38:15.841Z | [ host-image] Dec 18 21:38:14.235 INFO O| Dec 18 21:38:14.235 INFO STEP 20 (ensure_symlink) COMPLETE |
9146 | 2024-12-18T21:38:15.841Z | [ host-image] Dec 18 21:38:14.235 INFO O| Dec 18 21:38:14.235 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9147 | 2024-12-18T21:38:15.891Z | [ host-image] Dec 18 21:38:14.283 INFO O| Dec 18 21:38:14.283 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9148 | 2024-12-18T21:38:15.892Z | [ host-image] Dec 18 21:38:14.283 INFO O| Dec 18 21:38:14.283 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9149 | 2024-12-18T21:38:15.892Z | [ host-image] Dec 18 21:38:14.283 INFO O| Dec 18 21:38:14.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9150 | 2024-12-18T21:38:15.897Z | [ host-image] Dec 18 21:38:14.283 INFO O| Dec 18 21:38:14.283 INFO ok! |
9151 | 2024-12-18T21:38:15.897Z | [ host-image] Dec 18 21:38:14.283 INFO O| Dec 18 21:38:14.283 INFO STEP 21 (ensure_symlink) COMPLETE |
9152 | 2024-12-18T21:38:15.897Z | [ host-image] Dec 18 21:38:14.283 INFO O| Dec 18 21:38:14.283 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9153 | 2024-12-18T21:38:15.927Z | [ host-image] Dec 18 21:38:14.324 INFO O| Dec 18 21:38:14.324 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9154 | 2024-12-18T21:38:15.927Z | [ host-image] Dec 18 21:38:14.324 INFO O| Dec 18 21:38:14.324 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9155 | 2024-12-18T21:38:15.930Z | [ host-image] Dec 18 21:38:14.324 INFO O| Dec 18 21:38:14.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9156 | 2024-12-18T21:38:15.930Z | [ host-image] Dec 18 21:38:14.324 INFO O| Dec 18 21:38:14.324 INFO ok! |
9157 | 2024-12-18T21:38:15.930Z | [ host-image] Dec 18 21:38:14.325 INFO O| Dec 18 21:38:14.325 INFO STEP 22 (ensure_symlink) COMPLETE |
9158 | 2024-12-18T21:38:15.931Z | [ host-image] Dec 18 21:38:14.325 INFO O| Dec 18 21:38:14.325 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9159 | 2024-12-18T21:38:15.955Z | [ host-image] Dec 18 21:38:14.352 INFO O| Dec 18 21:38:14.352 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9160 | 2024-12-18T21:38:15.955Z | [ host-image] Dec 18 21:38:14.352 INFO O| Dec 18 21:38:14.352 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9161 | 2024-12-18T21:38:15.957Z | [ host-image] Dec 18 21:38:14.352 INFO O| Dec 18 21:38:14.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9162 | 2024-12-18T21:38:15.957Z | [ host-image] Dec 18 21:38:14.352 INFO O| Dec 18 21:38:14.352 INFO ok! |
9163 | 2024-12-18T21:38:15.957Z | [ host-image] Dec 18 21:38:14.352 INFO O| Dec 18 21:38:14.352 INFO STEP 23 (ensure_symlink) COMPLETE |
9164 | 2024-12-18T21:38:15.958Z | [ host-image] Dec 18 21:38:14.352 INFO O| Dec 18 21:38:14.352 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9165 | 2024-12-18T21:38:15.996Z | [ host-image] Dec 18 21:38:14.394 INFO O| Dec 18 21:38:14.393 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9166 | 2024-12-18T21:38:15.997Z | [ host-image] Dec 18 21:38:14.394 INFO O| Dec 18 21:38:14.394 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9167 | 2024-12-18T21:38:16.000Z | [ host-image] Dec 18 21:38:14.394 INFO O| Dec 18 21:38:14.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9168 | 2024-12-18T21:38:16.000Z | [ host-image] Dec 18 21:38:14.394 INFO O| Dec 18 21:38:14.394 INFO ok! |
9169 | 2024-12-18T21:38:16.000Z | [ host-image] Dec 18 21:38:14.394 INFO O| Dec 18 21:38:14.394 INFO STEP 24 (ensure_file) COMPLETE |
9170 | 2024-12-18T21:38:16.000Z | [ host-image] Dec 18 21:38:14.394 INFO O| Dec 18 21:38:14.394 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9171 | 2024-12-18T21:38:16.035Z | [ host-image] Dec 18 21:38:14.432 INFO O| Dec 18 21:38:14.432 INFO updating shadow file |
9172 | 2024-12-18T21:38:16.039Z | [ host-image] Dec 18 21:38:14.433 INFO O| Dec 18 21:38:14.433 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9173 | 2024-12-18T21:38:16.039Z | [ host-image] Dec 18 21:38:14.433 INFO O| Dec 18 21:38:14.433 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9174 | 2024-12-18T21:38:16.039Z | [ host-image] Dec 18 21:38:14.433 INFO O| Dec 18 21:38:14.433 INFO STEP 25 (shadow) COMPLETE |
9175 | 2024-12-18T21:38:16.039Z | [ host-image] Dec 18 21:38:14.433 INFO O| Dec 18 21:38:14.433 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9176 | 2024-12-18T21:38:16.056Z | [ host-image] Dec 18 21:38:14.453 INFO O| Dec 18 21:38:14.453 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9177 | 2024-12-18T21:38:16.056Z | [ host-image] Dec 18 21:38:14.454 INFO O| Dec 18 21:38:14.454 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9178 | 2024-12-18T21:38:16.082Z | [ host-image] Dec 18 21:38:14.454 INFO O| Dec 18 21:38:14.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9179 | 2024-12-18T21:38:16.082Z | [ host-image] Dec 18 21:38:14.454 INFO O| Dec 18 21:38:14.454 INFO ok! |
9180 | 2024-12-18T21:38:16.082Z | [ host-image] Dec 18 21:38:14.454 INFO O| Dec 18 21:38:14.454 INFO STEP 26 (ensure_file) COMPLETE |
9181 | 2024-12-18T21:38:16.082Z | [ host-image] Dec 18 21:38:14.454 INFO O| Dec 18 21:38:14.454 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9182 | 2024-12-18T21:38:16.100Z | [ host-image] Dec 18 21:38:14.497 INFO O| Dec 18 21:38:14.497 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9183 | 2024-12-18T21:38:16.100Z | [ host-image] Dec 18 21:38:14.497 INFO O| Dec 18 21:38:14.497 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9184 | 2024-12-18T21:38:16.103Z | [ host-image] Dec 18 21:38:14.497 INFO O| Dec 18 21:38:14.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9185 | 2024-12-18T21:38:16.103Z | [ host-image] Dec 18 21:38:14.497 INFO O| Dec 18 21:38:14.497 INFO ok! |
9186 | 2024-12-18T21:38:16.103Z | [ host-image] Dec 18 21:38:14.498 INFO O| Dec 18 21:38:14.498 INFO STEP 27 (ensure_file) COMPLETE |
9187 | 2024-12-18T21:38:16.103Z | [ host-image] Dec 18 21:38:14.498 INFO O| Dec 18 21:38:14.498 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9188 | 2024-12-18T21:38:16.122Z | [ host-image] Dec 18 21:38:14.519 INFO O| Dec 18 21:38:14.519 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9189 | 2024-12-18T21:38:16.125Z | [ host-image] Dec 18 21:38:14.519 INFO O| Dec 18 21:38:14.519 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9190 | 2024-12-18T21:38:16.125Z | [ host-image] Dec 18 21:38:14.520 INFO O| Dec 18 21:38:14.519 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9191 | 2024-12-18T21:38:16.125Z | [ host-image] Dec 18 21:38:14.520 INFO O| Dec 18 21:38:14.520 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9192 | 2024-12-18T21:38:16.125Z | [ host-image] Dec 18 21:38:14.520 INFO O| Dec 18 21:38:14.520 INFO ok! |
9193 | 2024-12-18T21:38:16.125Z | [ host-image] Dec 18 21:38:14.520 INFO O| Dec 18 21:38:14.520 INFO STEP 28 (ensure_file) COMPLETE |
9194 | 2024-12-18T21:38:16.125Z | [ host-image] Dec 18 21:38:14.520 INFO O| Dec 18 21:38:14.520 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9195 | 2024-12-18T21:38:16.145Z | [ host-image] Dec 18 21:38:14.542 INFO O| Dec 18 21:38:14.542 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9196 | 2024-12-18T21:38:16.145Z | [ host-image] Dec 18 21:38:14.542 INFO O| Dec 18 21:38:14.542 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9197 | 2024-12-18T21:38:16.148Z | [ host-image] Dec 18 21:38:14.543 INFO O| Dec 18 21:38:14.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9198 | 2024-12-18T21:38:16.148Z | [ host-image] Dec 18 21:38:14.543 INFO O| Dec 18 21:38:14.543 INFO ok! |
9199 | 2024-12-18T21:38:16.148Z | [ host-image] Dec 18 21:38:14.543 INFO O| Dec 18 21:38:14.543 INFO STEP 29 (ensure_file) COMPLETE |
9200 | 2024-12-18T21:38:16.148Z | [ host-image] Dec 18 21:38:14.543 INFO O| Dec 18 21:38:14.543 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9201 | 2024-12-18T21:38:16.172Z | [ host-image] Dec 18 21:38:14.569 INFO O| Dec 18 21:38:14.569 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9202 | 2024-12-18T21:38:16.172Z | [ host-image] Dec 18 21:38:14.569 INFO O| Dec 18 21:38:14.569 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9203 | 2024-12-18T21:38:16.175Z | [ host-image] Dec 18 21:38:14.570 INFO O| Dec 18 21:38:14.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9204 | 2024-12-18T21:38:16.175Z | [ host-image] Dec 18 21:38:14.570 INFO O| Dec 18 21:38:14.569 INFO ok! |
9205 | 2024-12-18T21:38:16.175Z | [ host-image] Dec 18 21:38:14.570 INFO O| Dec 18 21:38:14.570 INFO STEP 30 (ensure_file) COMPLETE |
9206 | 2024-12-18T21:38:16.175Z | [ host-image] Dec 18 21:38:14.570 INFO O| Dec 18 21:38:14.570 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9207 | 2024-12-18T21:38:16.215Z | [ host-image] Dec 18 21:38:14.612 INFO O| Dec 18 21:38:14.612 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9208 | 2024-12-18T21:38:16.215Z | [ host-image] Dec 18 21:38:14.612 INFO O| Dec 18 21:38:14.612 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9209 | 2024-12-18T21:38:16.215Z | [ host-image] Dec 18 21:38:14.612 INFO O| Dec 18 21:38:14.612 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9210 | 2024-12-18T21:38:16.218Z | [ host-image] Dec 18 21:38:14.612 INFO O| Dec 18 21:38:14.612 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9211 | 2024-12-18T21:38:16.218Z | [ host-image] Dec 18 21:38:14.612 INFO O| Dec 18 21:38:14.612 INFO ok! |
9212 | 2024-12-18T21:38:16.218Z | [ host-image] Dec 18 21:38:14.612 INFO O| Dec 18 21:38:14.612 INFO STEP 31 (ensure_file) COMPLETE |
9213 | 2024-12-18T21:38:16.219Z | [ host-image] Dec 18 21:38:14.612 INFO O| Dec 18 21:38:14.612 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9214 | 2024-12-18T21:38:16.259Z | [ host-image] Dec 18 21:38:14.656 INFO O| Dec 18 21:38:14.656 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9215 | 2024-12-18T21:38:16.261Z | [ host-image] Dec 18 21:38:14.656 INFO O| Dec 18 21:38:14.656 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9216 | 2024-12-18T21:38:16.261Z | [ host-image] Dec 18 21:38:14.656 INFO O| Dec 18 21:38:14.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9217 | 2024-12-18T21:38:16.261Z | [ host-image] Dec 18 21:38:14.656 INFO O| Dec 18 21:38:14.656 INFO ok! |
9218 | 2024-12-18T21:38:16.265Z | [ host-image] Dec 18 21:38:14.656 INFO O| Dec 18 21:38:14.656 INFO STEP 32 (ensure_file) COMPLETE |
9219 | 2024-12-18T21:38:16.265Z | [ host-image] Dec 18 21:38:14.656 INFO O| Dec 18 21:38:14.656 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9220 | 2024-12-18T21:38:16.343Z | [ host-image] Dec 18 21:38:14.740 INFO O| Dec 18 21:38:14.740 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9221 | 2024-12-18T21:38:16.343Z | [ host-image] Dec 18 21:38:14.740 INFO O| Dec 18 21:38:14.740 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9222 | 2024-12-18T21:38:16.346Z | [ host-image] Dec 18 21:38:14.741 INFO O| Dec 18 21:38:14.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9223 | 2024-12-18T21:38:16.346Z | [ host-image] Dec 18 21:38:14.741 INFO O| Dec 18 21:38:14.741 INFO ok! |
9224 | 2024-12-18T21:38:16.346Z | [ host-image] Dec 18 21:38:14.741 INFO O| Dec 18 21:38:14.741 INFO STEP 33 (ensure_file) COMPLETE |
9225 | 2024-12-18T21:38:16.346Z | [ host-image] Dec 18 21:38:14.741 INFO O| Dec 18 21:38:14.741 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9226 | 2024-12-18T21:38:16.364Z | [ host-image] Dec 18 21:38:14.761 INFO O| Dec 18 21:38:14.761 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9227 | 2024-12-18T21:38:16.364Z | [ host-image] Dec 18 21:38:14.761 INFO O| Dec 18 21:38:14.761 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9228 | 2024-12-18T21:38:16.367Z | [ host-image] Dec 18 21:38:14.761 INFO O| Dec 18 21:38:14.761 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9229 | 2024-12-18T21:38:16.367Z | [ host-image] Dec 18 21:38:14.761 INFO O| Dec 18 21:38:14.761 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9230 | 2024-12-18T21:38:16.367Z | [ host-image] Dec 18 21:38:14.761 INFO O| Dec 18 21:38:14.761 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9231 | 2024-12-18T21:38:16.367Z | [ host-image] Dec 18 21:38:14.762 INFO O| Dec 18 21:38:14.761 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9232 | 2024-12-18T21:38:16.367Z | [ host-image] Dec 18 21:38:14.762 INFO O| Dec 18 21:38:14.762 INFO ok! |
9233 | 2024-12-18T21:38:16.367Z | [ host-image] Dec 18 21:38:14.762 INFO O| Dec 18 21:38:14.762 INFO STEP 34 (ensure_file) COMPLETE |
9234 | 2024-12-18T21:38:16.367Z | [ host-image] Dec 18 21:38:14.762 INFO O| Dec 18 21:38:14.762 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9235 | 2024-12-18T21:38:16.402Z | [ host-image] Dec 18 21:38:14.799 INFO O| Dec 18 21:38:14.799 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9236 | 2024-12-18T21:38:16.402Z | [ host-image] Dec 18 21:38:14.799 INFO O| Dec 18 21:38:14.799 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9237 | 2024-12-18T21:38:16.405Z | [ host-image] Dec 18 21:38:14.799 INFO O| Dec 18 21:38:14.799 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9238 | 2024-12-18T21:38:16.405Z | [ host-image] Dec 18 21:38:14.799 INFO O| Dec 18 21:38:14.799 INFO STEP 35 (ensure_dir) COMPLETE |
9239 | 2024-12-18T21:38:16.405Z | [ host-image] Dec 18 21:38:14.799 INFO O| Dec 18 21:38:14.799 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9240 | 2024-12-18T21:38:16.421Z | [ host-image] Dec 18 21:38:14.818 INFO O| Dec 18 21:38:14.818 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 |
9241 | 2024-12-18T21:38:16.421Z | [ host-image] Dec 18 21:38:14.818 INFO O| Dec 18 21:38:14.818 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 ... |
9242 | 2024-12-18T21:38:16.424Z | [ host-image] Dec 18 21:38:14.818 INFO O| Dec 18 21:38:14.818 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 |
9243 | 2024-12-18T21:38:16.424Z | [ host-image] Dec 18 21:38:14.818 INFO O| Dec 18 21:38:14.818 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 |
9244 | 2024-12-18T21:38:16.424Z | [ host-image] Dec 18 21:38:14.818 INFO O| Dec 18 21:38:14.818 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 |
9245 | 2024-12-18T21:38:16.424Z | [ host-image] Dec 18 21:38:14.818 INFO O| Dec 18 21:38:14.818 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 |
9246 | 2024-12-18T21:38:16.424Z | [ host-image] Dec 18 21:38:14.818 INFO O| Dec 18 21:38:14.818 INFO ok! |
9247 | 2024-12-18T21:38:16.424Z | [ host-image] Dec 18 21:38:14.818 INFO O| Dec 18 21:38:14.818 INFO STEP 36 (ensure_file) COMPLETE |
9248 | 2024-12-18T21:38:16.424Z | [ host-image] Dec 18 21:38:14.818 INFO O| Dec 18 21:38:14.818 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9249 | 2024-12-18T21:38:16.447Z | [ host-image] Dec 18 21:38:14.844 INFO O| Dec 18 21:38:14.844 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9250 | 2024-12-18T21:38:16.447Z | [ host-image] Dec 18 21:38:14.844 INFO O| Dec 18 21:38:14.844 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 ... |
9251 | 2024-12-18T21:38:16.451Z | [ host-image] Dec 18 21:38:14.844 INFO O| Dec 18 21:38:14.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9252 | 2024-12-18T21:38:16.452Z | [ host-image] Dec 18 21:38:14.844 INFO O| Dec 18 21:38:14.844 INFO ok! |
9253 | 2024-12-18T21:38:16.452Z | [ host-image] Dec 18 21:38:14.844 INFO O| Dec 18 21:38:14.844 INFO STEP 37 (ensure_symlink) COMPLETE |
9254 | 2024-12-18T21:38:16.452Z | [ host-image] Dec 18 21:38:14.844 INFO O| Dec 18 21:38:14.844 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9255 | 2024-12-18T21:38:16.467Z | [ host-image] Dec 18 21:38:14.865 INFO O| Dec 18 21:38:14.864 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9256 | 2024-12-18T21:38:16.469Z | [ host-image] Dec 18 21:38:14.865 INFO O| Dec 18 21:38:14.865 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9257 | 2024-12-18T21:38:16.472Z | [ host-image] Dec 18 21:38:14.865 INFO O| Dec 18 21:38:14.865 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9258 | 2024-12-18T21:38:16.472Z | [ host-image] Dec 18 21:38:14.865 INFO O| Dec 18 21:38:14.865 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9259 | 2024-12-18T21:38:16.472Z | [ host-image] Dec 18 21:38:14.865 INFO O| Dec 18 21:38:14.865 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9260 | 2024-12-18T21:38:16.472Z | [ host-image] Dec 18 21:38:14.865 INFO O| Dec 18 21:38:14.865 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9261 | 2024-12-18T21:38:16.472Z | [ host-image] Dec 18 21:38:14.865 INFO O| Dec 18 21:38:14.865 INFO ok! |
9262 | 2024-12-18T21:38:16.472Z | [ host-image] Dec 18 21:38:14.865 INFO O| Dec 18 21:38:14.865 INFO STEP 38 (ensure_file) COMPLETE |
9263 | 2024-12-18T21:38:16.472Z | [ host-image] Dec 18 21:38:14.865 INFO O| Dec 18 21:38:14.865 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9264 | 2024-12-18T21:38:16.488Z | [ host-image] Dec 18 21:38:14.885 INFO O| Dec 18 21:38:14.885 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9265 | 2024-12-18T21:38:16.488Z | [ host-image] Dec 18 21:38:14.885 INFO O| Dec 18 21:38:14.885 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 ... |
9266 | 2024-12-18T21:38:16.488Z | [ host-image] Dec 18 21:38:14.885 INFO O| Dec 18 21:38:14.885 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 |
9267 | 2024-12-18T21:38:16.491Z | [ host-image] Dec 18 21:38:14.885 INFO O| Dec 18 21:38:14.885 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9268 | 2024-12-18T21:38:16.491Z | [ host-image] Dec 18 21:38:14.885 INFO O| Dec 18 21:38:14.885 INFO ok! |
9269 | 2024-12-18T21:38:16.491Z | [ host-image] Dec 18 21:38:14.885 INFO O| Dec 18 21:38:14.885 INFO STEP 39 (ensure_file) COMPLETE |
9270 | 2024-12-18T21:38:16.491Z | [ host-image] Dec 18 21:38:14.885 INFO O| Dec 18 21:38:14.885 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9271 | 2024-12-18T21:38:16.509Z | [ host-image] Dec 18 21:38:14.905 INFO O| Dec 18 21:38:14.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9272 | 2024-12-18T21:38:16.509Z | [ host-image] Dec 18 21:38:14.905 INFO O| Dec 18 21:38:14.905 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9273 | 2024-12-18T21:38:16.509Z | [ host-image] Dec 18 21:38:14.905 INFO O| Dec 18 21:38:14.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9274 | 2024-12-18T21:38:16.509Z | [ host-image] Dec 18 21:38:14.905 INFO O| Dec 18 21:38:14.905 INFO ok! |
9275 | 2024-12-18T21:38:16.512Z | [ host-image] Dec 18 21:38:14.905 INFO O| Dec 18 21:38:14.905 INFO STEP 40 (ensure_file) COMPLETE |
9276 | 2024-12-18T21:38:16.512Z | [ host-image] Dec 18 21:38:14.905 INFO O| Dec 18 21:38:14.905 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9277 | 2024-12-18T21:38:16.527Z | [ host-image] Dec 18 21:38:14.924 INFO O| Dec 18 21:38:14.924 INFO updating shadow file |
9278 | 2024-12-18T21:38:16.530Z | [ host-image] Dec 18 21:38:14.924 INFO O| Dec 18 21:38:14.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9279 | 2024-12-18T21:38:16.530Z | [ host-image] Dec 18 21:38:14.924 INFO O| Dec 18 21:38:14.924 INFO STEP 41 (shadow) COMPLETE |
9280 | 2024-12-18T21:38:16.530Z | [ host-image] Dec 18 21:38:14.924 INFO O| Dec 18 21:38:14.924 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9281 | 2024-12-18T21:38:16.547Z | [ host-image] Dec 18 21:38:14.942 INFO O| Dec 18 21:38:14.942 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9282 | 2024-12-18T21:38:16.547Z | [ host-image] Dec 18 21:38:14.942 INFO O| Dec 18 21:38:14.942 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9283 | 2024-12-18T21:38:16.549Z | [ host-image] Dec 18 21:38:14.943 INFO O| Dec 18 21:38:14.942 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9284 | 2024-12-18T21:38:16.549Z | [ host-image] Dec 18 21:38:14.943 INFO O| Dec 18 21:38:14.943 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9285 | 2024-12-18T21:38:16.549Z | [ host-image] Dec 18 21:38:14.943 INFO O| Dec 18 21:38:14.943 INFO ok! |
9286 | 2024-12-18T21:38:16.549Z | [ host-image] Dec 18 21:38:14.943 INFO O| Dec 18 21:38:14.943 INFO STEP 42 (ensure_file) COMPLETE |
9287 | 2024-12-18T21:38:16.549Z | [ host-image] Dec 18 21:38:14.943 INFO O| Dec 18 21:38:14.943 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9288 | 2024-12-18T21:38:16.549Z | [ host-image] Dec 18 21:38:14.943 INFO O| Dec 18 21:38:14.943 INFO skip step because feature "mfg" is not enabled |
9289 | 2024-12-18T21:38:16.549Z | [ host-image] Dec 18 21:38:14.943 INFO O| Dec 18 21:38:14.943 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9290 | 2024-12-18T21:38:16.549Z | [ host-image] Dec 18 21:38:14.943 INFO O| Dec 18 21:38:14.943 INFO skip step because feature "mfg" is not enabled |
9291 | 2024-12-18T21:38:16.549Z | [ host-image] Dec 18 21:38:14.943 INFO O| Dec 18 21:38:14.943 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9292 | 2024-12-18T21:38:16.564Z | [ host-image] Dec 18 21:38:14.961 INFO O| Dec 18 21:38:14.961 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9293 | 2024-12-18T21:38:16.564Z | [ host-image] Dec 18 21:38:14.961 INFO O| Dec 18 21:38:14.961 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9294 | 2024-12-18T21:38:17.435Z | [ host-image] Dec 18 21:38:15.832 INFO O| Dec 18 21:38:15.832 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9295 | 2024-12-18T21:38:17.435Z | [ host-image] Dec 18 21:38:15.832 INFO O| Dec 18 21:38:15.832 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9296 | 2024-12-18T21:38:17.438Z | [ host-image] Dec 18 21:38:15.832 INFO O| Dec 18 21:38:15.832 INFO ok! |
9297 | 2024-12-18T21:38:17.438Z | [ host-image] Dec 18 21:38:15.832 INFO O| Dec 18 21:38:15.832 INFO STEP 45 (ensure_file) COMPLETE |
9298 | 2024-12-18T21:38:17.438Z | [ host-image] Dec 18 21:38:15.832 INFO O| Dec 18 21:38:15.832 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9299 | 2024-12-18T21:38:17.457Z | [ host-image] Dec 18 21:38:15.853 INFO O| Dec 18 21:38:15.853 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9300 | 2024-12-18T21:38:17.458Z | [ host-image] Dec 18 21:38:15.854 INFO O| Dec 18 21:38:15.853 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9301 | 2024-12-18T21:38:17.458Z | [ host-image] Dec 18 21:38:15.854 INFO O| Dec 18 21:38:15.854 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9302 | 2024-12-18T21:38:17.461Z | [ host-image] Dec 18 21:38:15.854 INFO O| Dec 18 21:38:15.854 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9303 | 2024-12-18T21:38:17.461Z | [ host-image] Dec 18 21:38:15.854 INFO O| Dec 18 21:38:15.854 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9304 | 2024-12-18T21:38:17.461Z | [ host-image] Dec 18 21:38:15.854 INFO O| Dec 18 21:38:15.854 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9305 | 2024-12-18T21:38:17.461Z | [ host-image] Dec 18 21:38:15.854 INFO O| Dec 18 21:38:15.854 INFO ok! |
9306 | 2024-12-18T21:38:17.461Z | [ host-image] Dec 18 21:38:15.854 INFO O| Dec 18 21:38:15.854 INFO STEP 46 (ensure_file) COMPLETE |
9307 | 2024-12-18T21:38:17.461Z | [ host-image] Dec 18 21:38:15.854 INFO O| Dec 18 21:38:15.854 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9308 | 2024-12-18T21:38:17.492Z | [ host-image] Dec 18 21:38:15.888 INFO O| Dec 18 21:38:15.888 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9309 | 2024-12-18T21:38:17.492Z | [ host-image] Dec 18 21:38:15.888 INFO O| Dec 18 21:38:15.888 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 ... |
9310 | 2024-12-18T21:38:17.495Z | [ host-image] Dec 18 21:38:15.889 INFO O| Dec 18 21:38:15.889 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 |
9311 | 2024-12-18T21:38:17.496Z | [ host-image] Dec 18 21:38:15.889 INFO O| Dec 18 21:38:15.889 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9312 | 2024-12-18T21:38:17.496Z | [ host-image] Dec 18 21:38:15.889 INFO O| Dec 18 21:38:15.889 INFO ok! |
9313 | 2024-12-18T21:38:17.496Z | [ host-image] Dec 18 21:38:15.889 INFO O| Dec 18 21:38:15.889 INFO STEP 47 (ensure_file) COMPLETE |
9314 | 2024-12-18T21:38:17.496Z | [ host-image] Dec 18 21:38:15.889 INFO O| Dec 18 21:38:15.889 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9315 | 2024-12-18T21:38:17.520Z | [ host-image] Dec 18 21:38:15.916 INFO O| Dec 18 21:38:15.916 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9316 | 2024-12-18T21:38:17.520Z | [ host-image] Dec 18 21:38:15.916 INFO O| Dec 18 21:38:15.916 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9317 | 2024-12-18T21:38:17.524Z | [ host-image] Dec 18 21:38:15.917 INFO O| Dec 18 21:38:15.917 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9318 | 2024-12-18T21:38:17.524Z | [ host-image] Dec 18 21:38:15.917 INFO O| Dec 18 21:38:15.917 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9319 | 2024-12-18T21:38:17.524Z | [ host-image] Dec 18 21:38:15.917 INFO O| Dec 18 21:38:15.917 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9320 | 2024-12-18T21:38:17.524Z | [ host-image] Dec 18 21:38:15.917 INFO O| Dec 18 21:38:15.917 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9321 | 2024-12-18T21:38:17.524Z | [ host-image] Dec 18 21:38:15.917 INFO O| Dec 18 21:38:15.917 INFO ok! |
9322 | 2024-12-18T21:38:17.524Z | [ host-image] Dec 18 21:38:15.917 INFO O| Dec 18 21:38:15.917 INFO STEP 48 (ensure_file) COMPLETE |
9323 | 2024-12-18T21:38:17.524Z | [ host-image] Dec 18 21:38:15.917 INFO O| Dec 18 21:38:15.917 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9324 | 2024-12-18T21:38:17.612Z | [ host-image] Dec 18 21:38:16.005 INFO O| Dec 18 21:38:16.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9325 | 2024-12-18T21:38:17.612Z | [ host-image] Dec 18 21:38:16.005 INFO O| Dec 18 21:38:16.005 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 ... |
9326 | 2024-12-18T21:38:17.616Z | [ host-image] Dec 18 21:38:16.005 INFO O| Dec 18 21:38:16.005 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 |
9327 | 2024-12-18T21:38:17.616Z | [ host-image] Dec 18 21:38:16.005 INFO O| Dec 18 21:38:16.005 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9328 | 2024-12-18T21:38:17.616Z | [ host-image] Dec 18 21:38:16.005 INFO O| Dec 18 21:38:16.005 INFO ok! |
9329 | 2024-12-18T21:38:17.616Z | [ host-image] Dec 18 21:38:16.005 INFO O| Dec 18 21:38:16.005 INFO STEP 49 (ensure_file) COMPLETE |
9330 | 2024-12-18T21:38:17.616Z | [ host-image] Dec 18 21:38:16.005 INFO O| Dec 18 21:38:16.005 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9331 | 2024-12-18T21:38:17.661Z | [ host-image] Dec 18 21:38:16.058 INFO O| Dec 18 21:38:16.058 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9332 | 2024-12-18T21:38:17.661Z | [ host-image] Dec 18 21:38:16.058 INFO O| Dec 18 21:38:16.058 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9333 | 2024-12-18T21:38:17.664Z | [ host-image] Dec 18 21:38:16.058 INFO O| Dec 18 21:38:16.058 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9334 | 2024-12-18T21:38:17.664Z | [ host-image] Dec 18 21:38:16.058 INFO O| Dec 18 21:38:16.058 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9335 | 2024-12-18T21:38:17.664Z | [ host-image] Dec 18 21:38:16.059 INFO O| Dec 18 21:38:16.058 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9336 | 2024-12-18T21:38:17.664Z | [ host-image] Dec 18 21:38:16.059 INFO O| Dec 18 21:38:16.059 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9337 | 2024-12-18T21:38:17.664Z | [ host-image] Dec 18 21:38:16.059 INFO O| Dec 18 21:38:16.059 INFO ok! |
9338 | 2024-12-18T21:38:17.664Z | [ host-image] Dec 18 21:38:16.059 INFO O| Dec 18 21:38:16.059 INFO STEP 50 (ensure_file) COMPLETE |
9339 | 2024-12-18T21:38:17.664Z | [ host-image] Dec 18 21:38:16.059 INFO O| Dec 18 21:38:16.059 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9340 | 2024-12-18T21:38:17.714Z | [ host-image] Dec 18 21:38:16.111 INFO O| Dec 18 21:38:16.111 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9341 | 2024-12-18T21:38:17.714Z | [ host-image] Dec 18 21:38:16.111 INFO O| Dec 18 21:38:16.111 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 ... |
9342 | 2024-12-18T21:38:17.714Z | [ host-image] Dec 18 21:38:16.111 INFO O| Dec 18 21:38:16.111 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 |
9343 | 2024-12-18T21:38:17.718Z | [ host-image] Dec 18 21:38:16.111 INFO O| Dec 18 21:38:16.111 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9344 | 2024-12-18T21:38:17.718Z | [ host-image] Dec 18 21:38:16.111 INFO O| Dec 18 21:38:16.111 INFO ok! |
9345 | 2024-12-18T21:38:17.718Z | [ host-image] Dec 18 21:38:16.111 INFO O| Dec 18 21:38:16.111 INFO STEP 51 (ensure_file) COMPLETE |
9346 | 2024-12-18T21:38:17.718Z | [ host-image] Dec 18 21:38:16.111 INFO O| Dec 18 21:38:16.111 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9347 | 2024-12-18T21:38:17.794Z | [ host-image] Dec 18 21:38:16.190 INFO O| Dec 18 21:38:16.190 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9348 | 2024-12-18T21:38:17.794Z | [ host-image] Dec 18 21:38:16.190 INFO O| Dec 18 21:38:16.190 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 ... |
9349 | 2024-12-18T21:38:17.796Z | [ host-image] Dec 18 21:38:16.191 INFO O| Dec 18 21:38:16.191 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 |
9350 | 2024-12-18T21:38:17.796Z | [ host-image] Dec 18 21:38:16.191 INFO O| Dec 18 21:38:16.191 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9351 | 2024-12-18T21:38:17.796Z | [ host-image] Dec 18 21:38:16.191 INFO O| Dec 18 21:38:16.191 INFO ok! |
9352 | 2024-12-18T21:38:17.796Z | [ host-image] Dec 18 21:38:16.191 INFO O| Dec 18 21:38:16.191 INFO STEP 52 (ensure_file) COMPLETE |
9353 | 2024-12-18T21:38:17.797Z | [ host-image] Dec 18 21:38:16.191 INFO O| Dec 18 21:38:16.191 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9354 | 2024-12-18T21:38:17.815Z | [ host-image] Dec 18 21:38:16.211 INFO O| Dec 18 21:38:16.211 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9355 | 2024-12-18T21:38:17.815Z | [ host-image] Dec 18 21:38:16.211 INFO O| Dec 18 21:38:16.211 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml ... |
9356 | 2024-12-18T21:38:17.815Z | [ host-image] Dec 18 21:38:16.211 INFO O| Dec 18 21:38:16.211 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9357 | 2024-12-18T21:38:17.819Z | [ host-image] Dec 18 21:38:16.211 INFO O| Dec 18 21:38:16.211 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9358 | 2024-12-18T21:38:17.819Z | [ host-image] Dec 18 21:38:16.211 INFO O| Dec 18 21:38:16.211 INFO ok! |
9359 | 2024-12-18T21:38:17.819Z | [ host-image] Dec 18 21:38:16.212 INFO O| Dec 18 21:38:16.212 INFO STEP 53 (ensure_file) COMPLETE |
9360 | 2024-12-18T21:38:17.819Z | [ host-image] Dec 18 21:38:16.212 INFO O| Dec 18 21:38:16.212 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9361 | 2024-12-18T21:38:17.836Z | [ host-image] Dec 18 21:38:16.232 INFO O| Dec 18 21:38:16.232 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9362 | 2024-12-18T21:38:17.836Z | [ host-image] Dec 18 21:38:16.232 INFO O| Dec 18 21:38:16.232 INFO STEP 54 (ensure_dir) COMPLETE |
9363 | 2024-12-18T21:38:17.839Z | [ host-image] Dec 18 21:38:16.232 INFO O| Dec 18 21:38:16.232 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9364 | 2024-12-18T21:38:17.875Z | [ host-image] Dec 18 21:38:16.272 INFO O| Dec 18 21:38:16.272 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9365 | 2024-12-18T21:38:17.876Z | [ host-image] Dec 18 21:38:16.272 INFO O| Dec 18 21:38:16.272 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9366 | 2024-12-18T21:38:17.880Z | [ host-image] Dec 18 21:38:16.272 INFO O| Dec 18 21:38:16.272 INFO STEP 55 (ensure_dir) COMPLETE |
9367 | 2024-12-18T21:38:17.880Z | [ host-image] Dec 18 21:38:16.272 INFO O| Dec 18 21:38:16.272 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9368 | 2024-12-18T21:38:17.916Z | [ host-image] Dec 18 21:38:16.313 INFO O| Dec 18 21:38:16.313 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9369 | 2024-12-18T21:38:17.919Z | [ host-image] Dec 18 21:38:16.313 INFO O| Dec 18 21:38:16.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9370 | 2024-12-18T21:38:17.919Z | [ host-image] Dec 18 21:38:16.313 INFO O| Dec 18 21:38:16.313 INFO STEP 56 (ensure_dir) COMPLETE |
9371 | 2024-12-18T21:38:17.919Z | [ host-image] Dec 18 21:38:16.313 INFO O| Dec 18 21:38:16.313 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9372 | 2024-12-18T21:38:17.966Z | [ host-image] Dec 18 21:38:16.363 INFO O| Dec 18 21:38:16.363 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9373 | 2024-12-18T21:38:17.966Z | [ host-image] Dec 18 21:38:16.363 INFO O| Dec 18 21:38:16.363 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9374 | 2024-12-18T21:38:17.991Z | [ host-image] Dec 18 21:38:16.387 INFO O| Dec 18 21:38:16.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9375 | 2024-12-18T21:38:17.991Z | [ host-image] Dec 18 21:38:16.387 INFO O| Dec 18 21:38:16.387 INFO ok! |
9376 | 2024-12-18T21:38:17.993Z | [ host-image] Dec 18 21:38:16.387 INFO O| Dec 18 21:38:16.387 INFO STEP 57 (ensure_file) COMPLETE |
9377 | 2024-12-18T21:38:17.993Z | [ host-image] Dec 18 21:38:16.387 INFO O| Dec 18 21:38:16.387 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9378 | 2024-12-18T21:38:18.025Z | [ host-image] Dec 18 21:38:16.421 INFO O| Dec 18 21:38:16.421 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9379 | 2024-12-18T21:38:18.025Z | [ host-image] Dec 18 21:38:16.421 INFO O| Dec 18 21:38:16.421 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9380 | 2024-12-18T21:38:19.463Z | [ host-image] Dec 18 21:38:17.859 INFO O| Dec 18 21:38:17.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9381 | 2024-12-18T21:38:19.463Z | [ host-image] Dec 18 21:38:17.859 INFO O| Dec 18 21:38:17.859 INFO ok! |
9382 | 2024-12-18T21:38:19.466Z | [ host-image] Dec 18 21:38:17.859 INFO O| Dec 18 21:38:17.859 INFO STEP 58 (ensure_file) COMPLETE |
9383 | 2024-12-18T21:38:19.466Z | [ host-image] Dec 18 21:38:17.859 INFO O| Dec 18 21:38:17.859 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9384 | 2024-12-18T21:38:19.508Z | [ host-image] Dec 18 21:38:17.904 INFO O| Dec 18 21:38:17.904 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9385 | 2024-12-18T21:38:19.508Z | [ host-image] Dec 18 21:38:17.905 INFO O| Dec 18 21:38:17.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9386 | 2024-12-18T21:38:19.511Z | [ host-image] Dec 18 21:38:17.905 INFO O| Dec 18 21:38:17.905 INFO STEP 59 (ensure_dir) COMPLETE |
9387 | 2024-12-18T21:38:19.511Z | [ host-image] Dec 18 21:38:17.905 INFO O| Dec 18 21:38:17.905 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9388 | 2024-12-18T21:38:19.550Z | [ host-image] Dec 18 21:38:17.947 INFO O| Dec 18 21:38:17.947 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9389 | 2024-12-18T21:38:19.550Z | [ host-image] Dec 18 21:38:17.947 INFO O| Dec 18 21:38:17.947 INFO copying /tmp/.tmpofmGFj/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 ... |
9390 | 2024-12-18T21:38:19.553Z | [ host-image] Dec 18 21:38:17.947 INFO O| Dec 18 21:38:17.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9391 | 2024-12-18T21:38:19.553Z | [ host-image] Dec 18 21:38:17.947 INFO O| Dec 18 21:38:17.947 INFO ok! |
9392 | 2024-12-18T21:38:19.554Z | [ host-image] Dec 18 21:38:17.947 INFO O| Dec 18 21:38:17.947 INFO STEP 60 (ensure_file) COMPLETE |
9393 | 2024-12-18T21:38:19.554Z | [ host-image] Dec 18 21:38:17.947 INFO O| Dec 18 21:38:17.947 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9394 | 2024-12-18T21:38:19.575Z | [ host-image] Dec 18 21:38:17.970 INFO O| Dec 18 21:38:17.970 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9395 | 2024-12-18T21:38:19.575Z | [ host-image] Dec 18 21:38:17.970 INFO O| Dec 18 21:38:17.970 INFO copying /tmp/.tmpofmGFj/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 ... |
9396 | 2024-12-18T21:38:19.577Z | [ host-image] Dec 18 21:38:17.971 INFO O| Dec 18 21:38:17.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9397 | 2024-12-18T21:38:19.578Z | [ host-image] Dec 18 21:38:17.971 INFO O| Dec 18 21:38:17.970 INFO ok! |
9398 | 2024-12-18T21:38:19.578Z | [ host-image] Dec 18 21:38:17.971 INFO O| Dec 18 21:38:17.971 INFO STEP 61 (ensure_file) COMPLETE |
9399 | 2024-12-18T21:38:19.578Z | [ host-image] Dec 18 21:38:17.971 INFO O| Dec 18 21:38:17.971 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9400 | 2024-12-18T21:38:19.596Z | [ host-image] Dec 18 21:38:17.991 INFO O| Dec 18 21:38:17.991 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9401 | 2024-12-18T21:38:19.596Z | [ host-image] Dec 18 21:38:17.991 INFO O| Dec 18 21:38:17.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9402 | 2024-12-18T21:38:19.599Z | [ host-image] Dec 18 21:38:17.991 INFO O| Dec 18 21:38:17.991 INFO STEP 62 (ensure_dir) COMPLETE |
9403 | 2024-12-18T21:38:19.599Z | [ host-image] Dec 18 21:38:17.991 INFO O| Dec 18 21:38:17.991 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9404 | 2024-12-18T21:38:19.648Z | [ host-image] Dec 18 21:38:18.044 INFO O| Dec 18 21:38:18.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9405 | 2024-12-18T21:38:19.648Z | [ host-image] Dec 18 21:38:18.044 INFO O| Dec 18 21:38:18.044 INFO copying /tmp/.tmpofmGFj/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 ... |
9406 | 2024-12-18T21:38:19.652Z | [ host-image] Dec 18 21:38:18.044 INFO O| Dec 18 21:38:18.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9407 | 2024-12-18T21:38:19.652Z | [ host-image] Dec 18 21:38:18.044 INFO O| Dec 18 21:38:18.044 INFO ok! |
9408 | 2024-12-18T21:38:19.652Z | [ host-image] Dec 18 21:38:18.044 INFO O| Dec 18 21:38:18.044 INFO STEP 63 (ensure_file) COMPLETE |
9409 | 2024-12-18T21:38:19.653Z | [ host-image] Dec 18 21:38:18.044 INFO O| Dec 18 21:38:18.044 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9410 | 2024-12-18T21:38:19.668Z | [ host-image] Dec 18 21:38:18.065 INFO O| Dec 18 21:38:18.065 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9411 | 2024-12-18T21:38:19.668Z | [ host-image] Dec 18 21:38:18.065 INFO O| Dec 18 21:38:18.065 INFO copying /tmp/.tmpofmGFj/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 ... |
9412 | 2024-12-18T21:38:19.668Z | [ host-image] Dec 18 21:38:18.065 INFO O| Dec 18 21:38:18.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9413 | 2024-12-18T21:38:19.671Z | [ host-image] Dec 18 21:38:18.065 INFO O| Dec 18 21:38:18.065 INFO ok! |
9414 | 2024-12-18T21:38:19.671Z | [ host-image] Dec 18 21:38:18.065 INFO O| Dec 18 21:38:18.065 INFO STEP 64 (ensure_file) COMPLETE |
9415 | 2024-12-18T21:38:19.671Z | [ host-image] Dec 18 21:38:18.065 INFO O| Dec 18 21:38:18.065 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9416 | 2024-12-18T21:38:19.689Z | [ host-image] Dec 18 21:38:18.086 INFO O| Dec 18 21:38:18.086 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9417 | 2024-12-18T21:38:19.689Z | [ host-image] Dec 18 21:38:18.086 INFO O| Dec 18 21:38:18.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9418 | 2024-12-18T21:38:19.692Z | [ host-image] Dec 18 21:38:18.086 INFO O| Dec 18 21:38:18.086 INFO STEP 65 (ensure_dir) COMPLETE |
9419 | 2024-12-18T21:38:19.692Z | [ host-image] Dec 18 21:38:18.086 INFO O| Dec 18 21:38:18.086 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9420 | 2024-12-18T21:38:19.709Z | [ host-image] Dec 18 21:38:18.105 INFO O| Dec 18 21:38:18.105 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9421 | 2024-12-18T21:38:19.709Z | [ host-image] Dec 18 21:38:18.105 INFO O| Dec 18 21:38:18.105 INFO copying /tmp/.tmpofmGFj/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 ... |
9422 | 2024-12-18T21:38:19.712Z | [ host-image] Dec 18 21:38:18.105 INFO O| Dec 18 21:38:18.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9423 | 2024-12-18T21:38:19.712Z | [ host-image] Dec 18 21:38:18.105 INFO O| Dec 18 21:38:18.105 INFO ok! |
9424 | 2024-12-18T21:38:19.712Z | [ host-image] Dec 18 21:38:18.106 INFO O| Dec 18 21:38:18.106 INFO STEP 66 (ensure_file) COMPLETE |
9425 | 2024-12-18T21:38:19.712Z | [ host-image] Dec 18 21:38:18.106 INFO O| Dec 18 21:38:18.106 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9426 | 2024-12-18T21:38:19.730Z | [ host-image] Dec 18 21:38:18.126 INFO O| Dec 18 21:38:18.126 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9427 | 2024-12-18T21:38:19.730Z | [ host-image] Dec 18 21:38:18.126 INFO O| Dec 18 21:38:18.126 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9428 | 2024-12-18T21:38:19.730Z | [ host-image] Dec 18 21:38:18.126 INFO O| Dec 18 21:38:18.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9429 | 2024-12-18T21:38:19.732Z | [ host-image] Dec 18 21:38:18.126 INFO O| Dec 18 21:38:18.126 INFO ok! |
9430 | 2024-12-18T21:38:19.732Z | [ host-image] Dec 18 21:38:18.127 INFO O| Dec 18 21:38:18.126 INFO STEP 67 (ensure_file) COMPLETE |
9431 | 2024-12-18T21:38:19.732Z | [ host-image] Dec 18 21:38:18.127 INFO O| Dec 18 21:38:18.127 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9432 | 2024-12-18T21:38:19.751Z | [ host-image] Dec 18 21:38:18.148 INFO O| Dec 18 21:38:18.148 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9433 | 2024-12-18T21:38:19.751Z | [ host-image] Dec 18 21:38:18.148 INFO O| Dec 18 21:38:18.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9434 | 2024-12-18T21:38:19.754Z | [ host-image] Dec 18 21:38:18.148 INFO O| Dec 18 21:38:18.148 INFO STEP 68 (ensure_dir) COMPLETE |
9435 | 2024-12-18T21:38:19.754Z | [ host-image] Dec 18 21:38:18.148 INFO O| Dec 18 21:38:18.148 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9436 | 2024-12-18T21:38:19.771Z | [ host-image] Dec 18 21:38:18.167 INFO O| Dec 18 21:38:18.167 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9437 | 2024-12-18T21:38:19.774Z | [ host-image] Dec 18 21:38:18.167 INFO O| Dec 18 21:38:18.167 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9438 | 2024-12-18T21:38:21.368Z | [ host-image] Dec 18 21:38:19.764 INFO O| Dec 18 21:38:19.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9439 | 2024-12-18T21:38:21.368Z | [ host-image] Dec 18 21:38:19.764 INFO O| Dec 18 21:38:19.764 INFO ok! |
9440 | 2024-12-18T21:38:21.371Z | [ host-image] Dec 18 21:38:19.764 INFO O| Dec 18 21:38:19.764 INFO STEP 69 (ensure_file) COMPLETE |
9441 | 2024-12-18T21:38:21.371Z | [ host-image] Dec 18 21:38:19.764 INFO O| Dec 18 21:38:19.764 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9442 | 2024-12-18T21:38:21.432Z | [ host-image] Dec 18 21:38:19.817 INFO O| Dec 18 21:38:19.816 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9443 | 2024-12-18T21:38:21.432Z | [ host-image] Dec 18 21:38:19.817 INFO O| Dec 18 21:38:19.817 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9444 | 2024-12-18T21:38:23.602Z | [ host-image] Dec 18 21:38:21.997 INFO O| Dec 18 21:38:21.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9445 | 2024-12-18T21:38:23.602Z | [ host-image] Dec 18 21:38:21.997 INFO O| Dec 18 21:38:21.996 INFO ok! |
9446 | 2024-12-18T21:38:23.605Z | [ host-image] Dec 18 21:38:21.997 INFO O| Dec 18 21:38:21.996 INFO STEP 70 (ensure_file) COMPLETE |
9447 | 2024-12-18T21:38:23.606Z | [ host-image] Dec 18 21:38:21.997 INFO O| Dec 18 21:38:21.997 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9448 | 2024-12-18T21:38:23.631Z | [ host-image] Dec 18 21:38:22.027 INFO O| Dec 18 21:38:22.015 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9449 | 2024-12-18T21:38:23.632Z | [ host-image] Dec 18 21:38:22.027 INFO O| Dec 18 21:38:22.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9450 | 2024-12-18T21:38:23.635Z | [ host-image] Dec 18 21:38:22.027 INFO O| Dec 18 21:38:22.015 INFO STEP 71 (ensure_dir) COMPLETE |
9451 | 2024-12-18T21:38:23.635Z | [ host-image] Dec 18 21:38:22.027 INFO O| Dec 18 21:38:22.015 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9452 | 2024-12-18T21:38:23.639Z | [ host-image] Dec 18 21:38:22.032 INFO O| Dec 18 21:38:22.032 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9453 | 2024-12-18T21:38:23.639Z | [ host-image] Dec 18 21:38:22.032 INFO O| Dec 18 21:38:22.032 INFO copying /tmp/.tmpofmGFj/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 ... |
9454 | 2024-12-18T21:38:23.639Z | [ host-image] Dec 18 21:38:22.032 INFO O| Dec 18 21:38:22.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9455 | 2024-12-18T21:38:23.639Z | [ host-image] Dec 18 21:38:22.032 INFO O| Dec 18 21:38:22.032 INFO ok! |
9456 | 2024-12-18T21:38:23.639Z | [ host-image] Dec 18 21:38:22.032 INFO O| Dec 18 21:38:22.032 INFO STEP 72 (ensure_file) COMPLETE |
9457 | 2024-12-18T21:38:23.639Z | [ host-image] Dec 18 21:38:22.032 INFO O| Dec 18 21:38:22.032 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9458 | 2024-12-18T21:38:23.665Z | [ host-image] Dec 18 21:38:22.059 INFO O| Dec 18 21:38:22.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9459 | 2024-12-18T21:38:23.665Z | [ host-image] Dec 18 21:38:22.059 INFO O| Dec 18 21:38:22.059 INFO copying /tmp/.tmpofmGFj/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 ... |
9460 | 2024-12-18T21:38:23.665Z | [ host-image] Dec 18 21:38:22.059 INFO O| Dec 18 21:38:22.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9461 | 2024-12-18T21:38:23.667Z | [ host-image] Dec 18 21:38:22.059 INFO O| Dec 18 21:38:22.059 INFO ok! |
9462 | 2024-12-18T21:38:23.667Z | [ host-image] Dec 18 21:38:22.059 INFO O| Dec 18 21:38:22.059 INFO STEP 73 (ensure_file) COMPLETE |
9463 | 2024-12-18T21:38:23.667Z | [ host-image] Dec 18 21:38:22.059 INFO O| Dec 18 21:38:22.059 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9464 | 2024-12-18T21:38:23.721Z | [ host-image] Dec 18 21:38:22.116 INFO O| Dec 18 21:38:22.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9465 | 2024-12-18T21:38:23.721Z | [ host-image] Dec 18 21:38:22.117 INFO O| Dec 18 21:38:22.116 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9466 | 2024-12-18T21:38:23.736Z | [ host-image] Dec 18 21:38:22.117 INFO O| Dec 18 21:38:22.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9467 | 2024-12-18T21:38:23.736Z | [ host-image] Dec 18 21:38:22.117 INFO O| Dec 18 21:38:22.117 INFO ok! |
9468 | 2024-12-18T21:38:23.736Z | [ host-image] Dec 18 21:38:22.117 INFO O| Dec 18 21:38:22.117 INFO STEP 74 (ensure_file) COMPLETE |
9469 | 2024-12-18T21:38:23.736Z | [ host-image] Dec 18 21:38:22.117 INFO O| Dec 18 21:38:22.117 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9470 | 2024-12-18T21:38:23.803Z | [ host-image] Dec 18 21:38:22.198 INFO O| Dec 18 21:38:22.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9471 | 2024-12-18T21:38:23.803Z | [ host-image] Dec 18 21:38:22.198 INFO O| Dec 18 21:38:22.198 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9472 | 2024-12-18T21:38:23.803Z | [ host-image] Dec 18 21:38:22.199 INFO O| Dec 18 21:38:22.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9473 | 2024-12-18T21:38:23.803Z | [ host-image] Dec 18 21:38:22.199 INFO O| Dec 18 21:38:22.199 INFO ok! |
9474 | 2024-12-18T21:38:23.806Z | [ host-image] Dec 18 21:38:22.199 INFO O| Dec 18 21:38:22.199 INFO STEP 75 (ensure_file) COMPLETE |
9475 | 2024-12-18T21:38:23.806Z | [ host-image] Dec 18 21:38:22.199 INFO O| Dec 18 21:38:22.199 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9476 | 2024-12-18T21:38:23.823Z | [ host-image] Dec 18 21:38:22.218 INFO O| Dec 18 21:38:22.218 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9477 | 2024-12-18T21:38:23.824Z | [ host-image] Dec 18 21:38:22.219 INFO O| Dec 18 21:38:22.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9478 | 2024-12-18T21:38:23.828Z | [ host-image] Dec 18 21:38:22.219 INFO O| Dec 18 21:38:22.219 INFO STEP 76 (ensure_dir) COMPLETE |
9479 | 2024-12-18T21:38:23.828Z | [ host-image] Dec 18 21:38:22.219 INFO O| Dec 18 21:38:22.219 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9480 | 2024-12-18T21:38:23.843Z | [ host-image] Dec 18 21:38:22.238 INFO O| Dec 18 21:38:22.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9481 | 2024-12-18T21:38:23.843Z | [ host-image] Dec 18 21:38:22.238 INFO O| Dec 18 21:38:22.238 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9482 | 2024-12-18T21:38:23.849Z | [ host-image] Dec 18 21:38:22.242 INFO O| Dec 18 21:38:22.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9483 | 2024-12-18T21:38:23.849Z | [ host-image] Dec 18 21:38:22.242 INFO O| Dec 18 21:38:22.242 INFO ok! |
9484 | 2024-12-18T21:38:23.849Z | [ host-image] Dec 18 21:38:22.242 INFO O| Dec 18 21:38:22.242 INFO STEP 77 (ensure_file) COMPLETE |
9485 | 2024-12-18T21:38:23.849Z | [ host-image] Dec 18 21:38:22.242 INFO O| Dec 18 21:38:22.242 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9486 | 2024-12-18T21:38:23.867Z | [ host-image] Dec 18 21:38:22.262 INFO O| Dec 18 21:38:22.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9487 | 2024-12-18T21:38:23.867Z | [ host-image] Dec 18 21:38:22.262 INFO O| Dec 18 21:38:22.262 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9488 | 2024-12-18T21:38:23.870Z | [ host-image] Dec 18 21:38:22.262 INFO O| Dec 18 21:38:22.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9489 | 2024-12-18T21:38:23.870Z | [ host-image] Dec 18 21:38:22.262 INFO O| Dec 18 21:38:22.262 INFO ok! |
9490 | 2024-12-18T21:38:23.870Z | [ host-image] Dec 18 21:38:22.263 INFO O| Dec 18 21:38:22.262 INFO STEP 78 (ensure_file) COMPLETE |
9491 | 2024-12-18T21:38:23.871Z | [ host-image] Dec 18 21:38:22.263 INFO O| Dec 18 21:38:22.262 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9492 | 2024-12-18T21:38:23.886Z | [ host-image] Dec 18 21:38:22.280 INFO O| Dec 18 21:38:22.280 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9493 | 2024-12-18T21:38:23.886Z | [ host-image] Dec 18 21:38:22.280 INFO O| Dec 18 21:38:22.280 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9494 | 2024-12-18T21:38:24.465Z | [ recovery-image] Dec 18 21:38:22.858 INFO E| Finished `release` profile [optimized] target(s) in 1m 17s |
9495 | 2024-12-18T21:38:24.510Z | [ recovery-image] Dec 18 21:38:22.899 INFO building host image... |
9496 | 2024-12-18T21:38:24.513Z | [ recovery-image] Dec 18 21:38:22.900 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") |
9497 | 2024-12-18T21:38:25.602Z | [ recovery-image] Dec 18 21:38:23.997 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9498 | 2024-12-18T21:38:25.656Z | [ host-image] Dec 18 21:38:24.051 INFO O| Dec 18 21:38:24.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9499 | 2024-12-18T21:38:25.656Z | [ host-image] Dec 18 21:38:24.051 INFO O| Dec 18 21:38:24.051 INFO ok! |
9500 | 2024-12-18T21:38:25.656Z | [ host-image] Dec 18 21:38:24.051 INFO O| Dec 18 21:38:24.051 INFO STEP 79 (ensure_file) COMPLETE |
9501 | 2024-12-18T21:38:25.656Z | [ host-image] Dec 18 21:38:24.051 INFO O| Dec 18 21:38:24.051 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9502 | 2024-12-18T21:38:25.676Z | [ host-image] Dec 18 21:38:24.070 INFO O| Dec 18 21:38:24.070 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9503 | 2024-12-18T21:38:25.676Z | [ host-image] Dec 18 21:38:24.070 INFO O| Dec 18 21:38:24.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9504 | 2024-12-18T21:38:25.676Z | [ host-image] Dec 18 21:38:24.070 INFO O| Dec 18 21:38:24.070 INFO STEP 80 (ensure_dir) COMPLETE |
9505 | 2024-12-18T21:38:25.679Z | [ host-image] Dec 18 21:38:24.070 INFO O| Dec 18 21:38:24.070 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9506 | 2024-12-18T21:38:25.726Z | [ host-image] Dec 18 21:38:24.121 INFO O| Dec 18 21:38:24.121 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9507 | 2024-12-18T21:38:25.726Z | [ host-image] Dec 18 21:38:24.122 INFO O| Dec 18 21:38:24.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9508 | 2024-12-18T21:38:25.727Z | [ host-image] Dec 18 21:38:24.122 INFO O| Dec 18 21:38:24.122 INFO STEP 81 (ensure_dir) COMPLETE |
9509 | 2024-12-18T21:38:25.729Z | [ host-image] Dec 18 21:38:24.122 INFO O| Dec 18 21:38:24.122 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9510 | 2024-12-18T21:38:25.753Z | [ host-image] Dec 18 21:38:24.148 INFO O| Dec 18 21:38:24.148 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9511 | 2024-12-18T21:38:25.757Z | [ host-image] Dec 18 21:38:24.149 INFO O| Dec 18 21:38:24.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9512 | 2024-12-18T21:38:25.757Z | [ host-image] Dec 18 21:38:24.149 INFO O| Dec 18 21:38:24.149 INFO STEP 82 (ensure_dir) COMPLETE |
9513 | 2024-12-18T21:38:25.757Z | [ host-image] Dec 18 21:38:24.149 INFO O| Dec 18 21:38:24.149 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9514 | 2024-12-18T21:38:25.775Z | [ host-image] Dec 18 21:38:24.170 INFO O| Dec 18 21:38:24.170 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9515 | 2024-12-18T21:38:25.777Z | [ host-image] Dec 18 21:38:24.170 INFO O| Dec 18 21:38:24.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9516 | 2024-12-18T21:38:25.777Z | [ host-image] Dec 18 21:38:24.170 INFO O| Dec 18 21:38:24.170 INFO STEP 83 (ensure_dir) COMPLETE |
9517 | 2024-12-18T21:38:25.777Z | [ host-image] Dec 18 21:38:24.170 INFO O| Dec 18 21:38:24.170 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9518 | 2024-12-18T21:38:25.796Z | [ host-image] Dec 18 21:38:24.190 INFO O| Dec 18 21:38:24.190 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9519 | 2024-12-18T21:38:25.799Z | [ host-image] Dec 18 21:38:24.191 INFO O| Dec 18 21:38:24.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9520 | 2024-12-18T21:38:25.799Z | [ host-image] Dec 18 21:38:24.191 INFO O| Dec 18 21:38:24.191 INFO STEP 84 (ensure_dir) COMPLETE |
9521 | 2024-12-18T21:38:25.799Z | [ host-image] Dec 18 21:38:24.191 INFO O| Dec 18 21:38:24.191 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9522 | 2024-12-18T21:38:25.815Z | [ host-image] Dec 18 21:38:24.210 INFO O| Dec 18 21:38:24.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9523 | 2024-12-18T21:38:25.816Z | [ host-image] Dec 18 21:38:24.211 INFO O| Dec 18 21:38:24.210 INFO copying /tmp/.tmpofmGFj/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 ... |
9524 | 2024-12-18T21:38:25.818Z | [ host-image] Dec 18 21:38:24.211 INFO O| Dec 18 21:38:24.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9525 | 2024-12-18T21:38:25.818Z | [ host-image] Dec 18 21:38:24.211 INFO O| Dec 18 21:38:24.211 INFO ok! |
9526 | 2024-12-18T21:38:25.819Z | [ host-image] Dec 18 21:38:24.211 INFO O| Dec 18 21:38:24.211 INFO STEP 85 (ensure_file) COMPLETE |
9527 | 2024-12-18T21:38:25.819Z | [ host-image] Dec 18 21:38:24.211 INFO O| Dec 18 21:38:24.211 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9528 | 2024-12-18T21:38:25.834Z | [ host-image] Dec 18 21:38:24.229 INFO O| Dec 18 21:38:24.229 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9529 | 2024-12-18T21:38:25.837Z | [ host-image] Dec 18 21:38:24.229 INFO O| Dec 18 21:38:24.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9530 | 2024-12-18T21:38:25.837Z | [ host-image] Dec 18 21:38:24.229 INFO O| Dec 18 21:38:24.229 INFO STEP 86 (ensure_dir) COMPLETE |
9531 | 2024-12-18T21:38:25.837Z | [ host-image] Dec 18 21:38:24.229 INFO O| Dec 18 21:38:24.229 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9532 | 2024-12-18T21:38:25.853Z | [ host-image] Dec 18 21:38:24.248 INFO O| Dec 18 21:38:24.248 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9533 | 2024-12-18T21:38:25.853Z | [ host-image] Dec 18 21:38:24.248 INFO O| Dec 18 21:38:24.248 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9534 | 2024-12-18T21:38:25.857Z | [ host-image] Dec 18 21:38:24.248 INFO O| Dec 18 21:38:24.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9535 | 2024-12-18T21:38:25.857Z | [ host-image] Dec 18 21:38:24.248 INFO O| Dec 18 21:38:24.248 INFO ok! |
9536 | 2024-12-18T21:38:25.857Z | [ host-image] Dec 18 21:38:24.248 INFO O| Dec 18 21:38:24.248 INFO STEP 87 (ensure_file) COMPLETE |
9537 | 2024-12-18T21:38:25.857Z | [ host-image] Dec 18 21:38:24.249 INFO O| Dec 18 21:38:24.249 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9538 | 2024-12-18T21:38:25.870Z | [ host-image] Dec 18 21:38:24.265 INFO O| Dec 18 21:38:24.265 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9539 | 2024-12-18T21:38:25.870Z | [ host-image] Dec 18 21:38:24.265 INFO O| Dec 18 21:38:24.265 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9540 | 2024-12-18T21:38:26.466Z | [ host-image] Dec 18 21:38:24.861 INFO O| Dec 18 21:38:24.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9541 | 2024-12-18T21:38:26.466Z | [ host-image] Dec 18 21:38:24.861 INFO O| Dec 18 21:38:24.861 INFO ok! |
9542 | 2024-12-18T21:38:26.469Z | [ host-image] Dec 18 21:38:24.861 INFO O| Dec 18 21:38:24.861 INFO STEP 88 (ensure_file) COMPLETE |
9543 | 2024-12-18T21:38:26.469Z | [ host-image] Dec 18 21:38:24.861 INFO O| Dec 18 21:38:24.861 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9544 | 2024-12-18T21:38:26.483Z | [ host-image] Dec 18 21:38:24.877 INFO O| Dec 18 21:38:24.877 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9545 | 2024-12-18T21:38:26.484Z | [ host-image] Dec 18 21:38:24.878 INFO O| Dec 18 21:38:24.877 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9546 | 2024-12-18T21:38:27.207Z | [ host-image] Dec 18 21:38:25.602 INFO O| Dec 18 21:38:25.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9547 | 2024-12-18T21:38:27.207Z | [ host-image] Dec 18 21:38:25.602 INFO O| Dec 18 21:38:25.602 INFO ok! |
9548 | 2024-12-18T21:38:27.210Z | [ host-image] Dec 18 21:38:25.602 INFO O| Dec 18 21:38:25.602 INFO STEP 89 (ensure_file) COMPLETE |
9549 | 2024-12-18T21:38:27.210Z | [ host-image] Dec 18 21:38:25.602 INFO O| Dec 18 21:38:25.602 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9550 | 2024-12-18T21:38:27.240Z | [ host-image] Dec 18 21:38:25.634 INFO O| Dec 18 21:38:25.634 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9551 | 2024-12-18T21:38:27.243Z | [ host-image] Dec 18 21:38:25.635 INFO O| Dec 18 21:38:25.634 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9552 | 2024-12-18T21:38:27.243Z | [ host-image] Dec 18 21:38:25.635 INFO O| Dec 18 21:38:25.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9553 | 2024-12-18T21:38:27.243Z | [ host-image] Dec 18 21:38:25.635 INFO O| Dec 18 21:38:25.635 INFO ok! |
9554 | 2024-12-18T21:38:27.243Z | [ host-image] Dec 18 21:38:25.635 INFO O| Dec 18 21:38:25.635 INFO STEP 90 (ensure_file) COMPLETE |
9555 | 2024-12-18T21:38:27.243Z | [ host-image] Dec 18 21:38:25.635 INFO O| Dec 18 21:38:25.635 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9556 | 2024-12-18T21:38:27.258Z | [ host-image] Dec 18 21:38:25.652 INFO O| Dec 18 21:38:25.652 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9557 | 2024-12-18T21:38:27.261Z | [ host-image] Dec 18 21:38:25.652 INFO O| Dec 18 21:38:25.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9558 | 2024-12-18T21:38:27.261Z | [ host-image] Dec 18 21:38:25.653 INFO O| Dec 18 21:38:25.652 INFO STEP 91 (ensure_dir) COMPLETE |
9559 | 2024-12-18T21:38:27.261Z | [ host-image] Dec 18 21:38:25.653 INFO O| Dec 18 21:38:25.653 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9560 | 2024-12-18T21:38:27.276Z | [ host-image] Dec 18 21:38:25.671 INFO O| Dec 18 21:38:25.671 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9561 | 2024-12-18T21:38:27.276Z | [ host-image] Dec 18 21:38:25.671 INFO O| Dec 18 21:38:25.671 INFO copying /tmp/.tmpofmGFj/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 ... |
9562 | 2024-12-18T21:38:27.279Z | [ host-image] Dec 18 21:38:25.671 INFO O| Dec 18 21:38:25.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9563 | 2024-12-18T21:38:27.280Z | [ host-image] Dec 18 21:38:25.672 INFO O| Dec 18 21:38:25.671 INFO ok! |
9564 | 2024-12-18T21:38:27.280Z | [ host-image] Dec 18 21:38:25.672 INFO O| Dec 18 21:38:25.672 INFO STEP 92 (ensure_file) COMPLETE |
9565 | 2024-12-18T21:38:27.280Z | [ host-image] Dec 18 21:38:25.672 INFO O| Dec 18 21:38:25.672 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9566 | 2024-12-18T21:38:27.295Z | [ host-image] Dec 18 21:38:25.690 INFO O| Dec 18 21:38:25.690 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9567 | 2024-12-18T21:38:27.295Z | [ host-image] Dec 18 21:38:25.690 INFO O| Dec 18 21:38:25.690 INFO copying /tmp/.tmpofmGFj/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 ... |
9568 | 2024-12-18T21:38:27.298Z | [ host-image] Dec 18 21:38:25.690 INFO O| Dec 18 21:38:25.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9569 | 2024-12-18T21:38:27.298Z | [ host-image] Dec 18 21:38:25.691 INFO O| Dec 18 21:38:25.690 INFO ok! |
9570 | 2024-12-18T21:38:27.298Z | [ host-image] Dec 18 21:38:25.691 INFO O| Dec 18 21:38:25.691 INFO STEP 93 (ensure_file) COMPLETE |
9571 | 2024-12-18T21:38:27.298Z | [ host-image] Dec 18 21:38:25.691 INFO O| Dec 18 21:38:25.691 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9572 | 2024-12-18T21:38:27.315Z | [ host-image] Dec 18 21:38:25.710 INFO O| Dec 18 21:38:25.710 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9573 | 2024-12-18T21:38:27.315Z | [ host-image] Dec 18 21:38:25.710 INFO O| Dec 18 21:38:25.710 INFO copying /tmp/.tmpofmGFj/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 ... |
9574 | 2024-12-18T21:38:27.318Z | [ host-image] Dec 18 21:38:25.710 INFO O| Dec 18 21:38:25.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9575 | 2024-12-18T21:38:27.318Z | [ host-image] Dec 18 21:38:25.711 INFO O| Dec 18 21:38:25.710 INFO ok! |
9576 | 2024-12-18T21:38:27.318Z | [ host-image] Dec 18 21:38:25.711 INFO O| Dec 18 21:38:25.711 INFO STEP 94 (ensure_file) COMPLETE |
9577 | 2024-12-18T21:38:27.318Z | [ host-image] Dec 18 21:38:25.711 INFO O| Dec 18 21:38:25.711 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9578 | 2024-12-18T21:38:27.334Z | [ host-image] Dec 18 21:38:25.729 INFO O| Dec 18 21:38:25.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9579 | 2024-12-18T21:38:27.334Z | [ host-image] Dec 18 21:38:25.729 INFO O| Dec 18 21:38:25.729 INFO copying /tmp/.tmpofmGFj/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 ... |
9580 | 2024-12-18T21:38:27.337Z | [ host-image] Dec 18 21:38:25.729 INFO O| Dec 18 21:38:25.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9581 | 2024-12-18T21:38:27.337Z | [ host-image] Dec 18 21:38:25.729 INFO O| Dec 18 21:38:25.729 INFO ok! |
9582 | 2024-12-18T21:38:27.337Z | [ host-image] Dec 18 21:38:25.729 INFO O| Dec 18 21:38:25.729 INFO STEP 95 (ensure_file) COMPLETE |
9583 | 2024-12-18T21:38:27.337Z | [ host-image] Dec 18 21:38:25.730 INFO O| Dec 18 21:38:25.730 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9584 | 2024-12-18T21:38:27.369Z | [ host-image] Dec 18 21:38:25.763 INFO O| Dec 18 21:38:25.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9585 | 2024-12-18T21:38:27.370Z | [ host-image] Dec 18 21:38:25.763 INFO O| Dec 18 21:38:25.763 INFO copying /tmp/.tmpofmGFj/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 ... |
9586 | 2024-12-18T21:38:27.370Z | [ host-image] Dec 18 21:38:25.763 INFO O| Dec 18 21:38:25.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9587 | 2024-12-18T21:38:27.373Z | [ host-image] Dec 18 21:38:25.763 INFO O| Dec 18 21:38:25.763 INFO ok! |
9588 | 2024-12-18T21:38:27.373Z | [ host-image] Dec 18 21:38:25.763 INFO O| Dec 18 21:38:25.763 INFO STEP 96 (ensure_file) COMPLETE |
9589 | 2024-12-18T21:38:27.373Z | [ host-image] Dec 18 21:38:25.764 INFO O| Dec 18 21:38:25.763 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9590 | 2024-12-18T21:38:27.403Z | [ host-image] Dec 18 21:38:25.797 INFO O| Dec 18 21:38:25.797 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9591 | 2024-12-18T21:38:27.403Z | [ host-image] Dec 18 21:38:25.797 INFO O| Dec 18 21:38:25.797 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9592 | 2024-12-18T21:38:27.403Z | [ host-image] Dec 18 21:38:25.797 INFO O| Dec 18 21:38:25.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9593 | 2024-12-18T21:38:27.403Z | [ host-image] Dec 18 21:38:25.798 INFO O| Dec 18 21:38:25.797 INFO ok! |
9594 | 2024-12-18T21:38:27.406Z | [ host-image] Dec 18 21:38:25.798 INFO O| Dec 18 21:38:25.798 INFO STEP 97 (ensure_file) COMPLETE |
9595 | 2024-12-18T21:38:27.406Z | [ host-image] Dec 18 21:38:25.798 INFO O| Dec 18 21:38:25.798 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9596 | 2024-12-18T21:38:27.439Z | [ host-image] Dec 18 21:38:25.833 INFO O| Dec 18 21:38:25.833 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9597 | 2024-12-18T21:38:27.443Z | [ host-image] Dec 18 21:38:25.833 INFO O| Dec 18 21:38:25.833 INFO copying /tmp/.tmpofmGFj/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 ... |
9598 | 2024-12-18T21:38:27.444Z | [ host-image] Dec 18 21:38:25.834 INFO O| Dec 18 21:38:25.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9599 | 2024-12-18T21:38:27.445Z | [ host-image] Dec 18 21:38:25.834 INFO O| Dec 18 21:38:25.834 INFO ok! |
9600 | 2024-12-18T21:38:27.445Z | [ host-image] Dec 18 21:38:25.834 INFO O| Dec 18 21:38:25.834 INFO STEP 98 (ensure_file) COMPLETE |
9601 | 2024-12-18T21:38:27.445Z | [ host-image] Dec 18 21:38:25.834 INFO O| Dec 18 21:38:25.834 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9602 | 2024-12-18T21:38:27.471Z | [ host-image] Dec 18 21:38:25.865 INFO O| Dec 18 21:38:25.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9603 | 2024-12-18T21:38:27.471Z | [ host-image] Dec 18 21:38:25.865 INFO O| Dec 18 21:38:25.865 INFO copying /tmp/.tmpofmGFj/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 ... |
9604 | 2024-12-18T21:38:27.474Z | [ host-image] Dec 18 21:38:25.866 INFO O| Dec 18 21:38:25.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9605 | 2024-12-18T21:38:27.474Z | [ host-image] Dec 18 21:38:25.866 INFO O| Dec 18 21:38:25.866 INFO ok! |
9606 | 2024-12-18T21:38:27.474Z | [ host-image] Dec 18 21:38:25.866 INFO O| Dec 18 21:38:25.866 INFO STEP 99 (ensure_file) COMPLETE |
9607 | 2024-12-18T21:38:27.474Z | [ host-image] Dec 18 21:38:25.866 INFO O| Dec 18 21:38:25.866 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9608 | 2024-12-18T21:38:27.492Z | [ host-image] Dec 18 21:38:25.886 INFO O| Dec 18 21:38:25.885 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9609 | 2024-12-18T21:38:27.492Z | [ host-image] Dec 18 21:38:25.886 INFO O| Dec 18 21:38:25.885 INFO copying /tmp/.tmpofmGFj/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 ... |
9610 | 2024-12-18T21:38:27.495Z | [ host-image] Dec 18 21:38:25.886 INFO O| Dec 18 21:38:25.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9611 | 2024-12-18T21:38:27.495Z | [ host-image] Dec 18 21:38:25.886 INFO O| Dec 18 21:38:25.886 INFO ok! |
9612 | 2024-12-18T21:38:27.495Z | [ host-image] Dec 18 21:38:25.886 INFO O| Dec 18 21:38:25.886 INFO STEP 100 (ensure_file) COMPLETE |
9613 | 2024-12-18T21:38:27.496Z | [ host-image] Dec 18 21:38:25.886 INFO O| Dec 18 21:38:25.886 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9614 | 2024-12-18T21:38:27.511Z | [ host-image] Dec 18 21:38:25.905 INFO O| Dec 18 21:38:25.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9615 | 2024-12-18T21:38:27.514Z | [ host-image] Dec 18 21:38:25.905 INFO O| Dec 18 21:38:25.905 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9616 | 2024-12-18T21:38:27.514Z | [ host-image] Dec 18 21:38:25.905 INFO O| Dec 18 21:38:25.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9617 | 2024-12-18T21:38:27.514Z | [ host-image] Dec 18 21:38:25.906 INFO O| Dec 18 21:38:25.905 INFO ok! |
9618 | 2024-12-18T21:38:27.514Z | [ host-image] Dec 18 21:38:25.906 INFO O| Dec 18 21:38:25.906 INFO STEP 101 (ensure_file) COMPLETE |
9619 | 2024-12-18T21:38:27.514Z | [ host-image] Dec 18 21:38:25.906 INFO O| Dec 18 21:38:25.906 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9620 | 2024-12-18T21:38:27.530Z | [ host-image] Dec 18 21:38:25.924 INFO O| Dec 18 21:38:25.924 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9621 | 2024-12-18T21:38:27.530Z | [ host-image] Dec 18 21:38:25.924 INFO O| Dec 18 21:38:25.924 INFO copying /tmp/.tmpofmGFj/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 ... |
9622 | 2024-12-18T21:38:27.532Z | [ host-image] Dec 18 21:38:25.924 INFO O| Dec 18 21:38:25.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9623 | 2024-12-18T21:38:27.532Z | [ host-image] Dec 18 21:38:25.924 INFO O| Dec 18 21:38:25.924 INFO ok! |
9624 | 2024-12-18T21:38:27.532Z | [ host-image] Dec 18 21:38:25.924 INFO O| Dec 18 21:38:25.924 INFO STEP 102 (ensure_file) COMPLETE |
9625 | 2024-12-18T21:38:27.532Z | [ host-image] Dec 18 21:38:25.924 INFO O| Dec 18 21:38:25.924 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9626 | 2024-12-18T21:38:27.547Z | [ host-image] Dec 18 21:38:25.942 INFO O| Dec 18 21:38:25.942 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9627 | 2024-12-18T21:38:27.548Z | [ host-image] Dec 18 21:38:25.942 INFO O| Dec 18 21:38:25.942 INFO copying /tmp/.tmpofmGFj/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 ... |
9628 | 2024-12-18T21:38:27.548Z | [ host-image] Dec 18 21:38:25.942 INFO O| Dec 18 21:38:25.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9629 | 2024-12-18T21:38:27.548Z | [ host-image] Dec 18 21:38:25.942 INFO O| Dec 18 21:38:25.942 INFO ok! |
9630 | 2024-12-18T21:38:27.551Z | [ host-image] Dec 18 21:38:25.942 INFO O| Dec 18 21:38:25.942 INFO STEP 103 (ensure_file) COMPLETE |
9631 | 2024-12-18T21:38:27.551Z | [ host-image] Dec 18 21:38:25.942 INFO O| Dec 18 21:38:25.942 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9632 | 2024-12-18T21:38:27.579Z | [ host-image] Dec 18 21:38:25.974 INFO O| Dec 18 21:38:25.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9633 | 2024-12-18T21:38:27.579Z | [ host-image] Dec 18 21:38:25.974 INFO O| Dec 18 21:38:25.974 INFO copying /tmp/.tmpofmGFj/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 ... |
9634 | 2024-12-18T21:38:27.582Z | [ host-image] Dec 18 21:38:25.974 INFO O| Dec 18 21:38:25.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9635 | 2024-12-18T21:38:27.582Z | [ host-image] Dec 18 21:38:25.974 INFO O| Dec 18 21:38:25.974 INFO ok! |
9636 | 2024-12-18T21:38:27.582Z | [ host-image] Dec 18 21:38:25.974 INFO O| Dec 18 21:38:25.974 INFO STEP 104 (ensure_file) COMPLETE |
9637 | 2024-12-18T21:38:27.582Z | [ host-image] Dec 18 21:38:25.974 INFO O| Dec 18 21:38:25.974 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9638 | 2024-12-18T21:38:27.614Z | [ host-image] Dec 18 21:38:26.006 INFO O| Dec 18 21:38:26.006 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9639 | 2024-12-18T21:38:27.614Z | [ host-image] Dec 18 21:38:26.006 INFO O| Dec 18 21:38:26.006 INFO copying /tmp/.tmpofmGFj/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 ... |
9640 | 2024-12-18T21:38:27.618Z | [ host-image] Dec 18 21:38:26.006 INFO O| Dec 18 21:38:26.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9641 | 2024-12-18T21:38:27.618Z | [ host-image] Dec 18 21:38:26.006 INFO O| Dec 18 21:38:26.006 INFO ok! |
9642 | 2024-12-18T21:38:27.618Z | [ host-image] Dec 18 21:38:26.006 INFO O| Dec 18 21:38:26.006 INFO STEP 105 (ensure_file) COMPLETE |
9643 | 2024-12-18T21:38:27.618Z | [ host-image] Dec 18 21:38:26.006 INFO O| Dec 18 21:38:26.006 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9644 | 2024-12-18T21:38:27.656Z | [ host-image] Dec 18 21:38:26.051 INFO O| Dec 18 21:38:26.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9645 | 2024-12-18T21:38:27.656Z | [ host-image] Dec 18 21:38:26.051 INFO O| Dec 18 21:38:26.051 INFO copying /tmp/.tmpofmGFj/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 ... |
9646 | 2024-12-18T21:38:27.656Z | [ host-image] Dec 18 21:38:26.051 INFO O| Dec 18 21:38:26.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9647 | 2024-12-18T21:38:27.659Z | [ host-image] Dec 18 21:38:26.051 INFO O| Dec 18 21:38:26.051 INFO ok! |
9648 | 2024-12-18T21:38:27.659Z | [ host-image] Dec 18 21:38:26.051 INFO O| Dec 18 21:38:26.051 INFO STEP 106 (ensure_file) COMPLETE |
9649 | 2024-12-18T21:38:27.659Z | [ host-image] Dec 18 21:38:26.051 INFO O| Dec 18 21:38:26.051 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9650 | 2024-12-18T21:38:27.681Z | [ host-image] Dec 18 21:38:26.075 INFO O| Dec 18 21:38:26.075 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9651 | 2024-12-18T21:38:27.681Z | [ host-image] Dec 18 21:38:26.075 INFO O| Dec 18 21:38:26.075 INFO copying /tmp/.tmpofmGFj/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 ... |
9652 | 2024-12-18T21:38:27.684Z | [ host-image] Dec 18 21:38:26.076 INFO O| Dec 18 21:38:26.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9653 | 2024-12-18T21:38:27.684Z | [ host-image] Dec 18 21:38:26.076 INFO O| Dec 18 21:38:26.076 INFO ok! |
9654 | 2024-12-18T21:38:27.685Z | [ host-image] Dec 18 21:38:26.076 INFO O| Dec 18 21:38:26.076 INFO STEP 107 (ensure_file) COMPLETE |
9655 | 2024-12-18T21:38:27.685Z | [ host-image] Dec 18 21:38:26.076 INFO O| Dec 18 21:38:26.076 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9656 | 2024-12-18T21:38:27.740Z | [ host-image] Dec 18 21:38:26.134 INFO O| Dec 18 21:38:26.134 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9657 | 2024-12-18T21:38:27.740Z | [ host-image] Dec 18 21:38:26.134 INFO O| Dec 18 21:38:26.134 INFO copying /tmp/.tmpofmGFj/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 ... |
9658 | 2024-12-18T21:38:27.740Z | [ host-image] Dec 18 21:38:26.134 INFO O| Dec 18 21:38:26.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9659 | 2024-12-18T21:38:27.740Z | [ host-image] Dec 18 21:38:26.134 INFO O| Dec 18 21:38:26.134 INFO ok! |
9660 | 2024-12-18T21:38:27.740Z | [ host-image] Dec 18 21:38:26.134 INFO O| Dec 18 21:38:26.134 INFO STEP 108 (ensure_file) COMPLETE |
9661 | 2024-12-18T21:38:27.743Z | [ host-image] Dec 18 21:38:26.134 INFO O| Dec 18 21:38:26.134 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9662 | 2024-12-18T21:38:27.758Z | [ host-image] Dec 18 21:38:26.152 INFO O| Dec 18 21:38:26.152 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9663 | 2024-12-18T21:38:27.758Z | [ host-image] Dec 18 21:38:26.152 INFO O| Dec 18 21:38:26.152 INFO copying /tmp/.tmpofmGFj/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 ... |
9664 | 2024-12-18T21:38:27.760Z | [ host-image] Dec 18 21:38:26.152 INFO O| Dec 18 21:38:26.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9665 | 2024-12-18T21:38:27.760Z | [ host-image] Dec 18 21:38:26.152 INFO O| Dec 18 21:38:26.152 INFO ok! |
9666 | 2024-12-18T21:38:27.760Z | [ host-image] Dec 18 21:38:26.152 INFO O| Dec 18 21:38:26.152 INFO STEP 109 (ensure_file) COMPLETE |
9667 | 2024-12-18T21:38:27.761Z | [ host-image] Dec 18 21:38:26.152 INFO O| Dec 18 21:38:26.152 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9668 | 2024-12-18T21:38:27.786Z | [ host-image] Dec 18 21:38:26.180 INFO O| Dec 18 21:38:26.180 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9669 | 2024-12-18T21:38:27.786Z | [ host-image] Dec 18 21:38:26.180 INFO O| Dec 18 21:38:26.180 INFO copying /tmp/.tmpofmGFj/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 ... |
9670 | 2024-12-18T21:38:27.789Z | [ host-image] Dec 18 21:38:26.181 INFO O| Dec 18 21:38:26.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9671 | 2024-12-18T21:38:27.789Z | [ host-image] Dec 18 21:38:26.181 INFO O| Dec 18 21:38:26.181 INFO ok! |
9672 | 2024-12-18T21:38:27.789Z | [ host-image] Dec 18 21:38:26.181 INFO O| Dec 18 21:38:26.181 INFO STEP 110 (ensure_file) COMPLETE |
9673 | 2024-12-18T21:38:27.789Z | [ host-image] Dec 18 21:38:26.181 INFO O| Dec 18 21:38:26.181 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9674 | 2024-12-18T21:38:27.805Z | [ host-image] Dec 18 21:38:26.200 INFO O| Dec 18 21:38:26.200 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9675 | 2024-12-18T21:38:27.805Z | [ host-image] Dec 18 21:38:26.200 INFO O| Dec 18 21:38:26.200 INFO copying /tmp/.tmpofmGFj/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 ... |
9676 | 2024-12-18T21:38:27.808Z | [ host-image] Dec 18 21:38:26.200 INFO O| Dec 18 21:38:26.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9677 | 2024-12-18T21:38:27.808Z | [ host-image] Dec 18 21:38:26.200 INFO O| Dec 18 21:38:26.200 INFO ok! |
9678 | 2024-12-18T21:38:27.809Z | [ host-image] Dec 18 21:38:26.200 INFO O| Dec 18 21:38:26.200 INFO STEP 111 (ensure_file) COMPLETE |
9679 | 2024-12-18T21:38:27.809Z | [ host-image] Dec 18 21:38:26.200 INFO O| Dec 18 21:38:26.200 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9680 | 2024-12-18T21:38:27.823Z | [ host-image] Dec 18 21:38:26.218 INFO O| Dec 18 21:38:26.218 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9681 | 2024-12-18T21:38:27.824Z | [ host-image] Dec 18 21:38:26.218 INFO O| Dec 18 21:38:26.218 INFO copying /tmp/.tmpofmGFj/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 ... |
9682 | 2024-12-18T21:38:27.826Z | [ host-image] Dec 18 21:38:26.218 INFO O| Dec 18 21:38:26.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9683 | 2024-12-18T21:38:27.826Z | [ host-image] Dec 18 21:38:26.219 INFO O| Dec 18 21:38:26.219 INFO ok! |
9684 | 2024-12-18T21:38:27.826Z | [ host-image] Dec 18 21:38:26.219 INFO O| Dec 18 21:38:26.219 INFO STEP 112 (ensure_file) COMPLETE |
9685 | 2024-12-18T21:38:27.826Z | [ host-image] Dec 18 21:38:26.219 INFO O| Dec 18 21:38:26.219 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9686 | 2024-12-18T21:38:27.851Z | [ host-image] Dec 18 21:38:26.245 INFO O| Dec 18 21:38:26.245 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9687 | 2024-12-18T21:38:27.851Z | [ host-image] Dec 18 21:38:26.245 INFO O| Dec 18 21:38:26.245 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ... |
9688 | 2024-12-18T21:38:27.854Z | [ host-image] Dec 18 21:38:26.246 INFO O| Dec 18 21:38:26.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9689 | 2024-12-18T21:38:27.854Z | [ host-image] Dec 18 21:38:26.246 INFO O| Dec 18 21:38:26.246 INFO ok! |
9690 | 2024-12-18T21:38:27.854Z | [ host-image] Dec 18 21:38:26.246 INFO O| Dec 18 21:38:26.246 INFO STEP 113 (ensure_file) COMPLETE |
9691 | 2024-12-18T21:38:27.854Z | [ host-image] Dec 18 21:38:26.246 INFO O| Dec 18 21:38:26.246 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9692 | 2024-12-18T21:38:27.925Z | [ host-image] Dec 18 21:38:26.320 INFO O| Dec 18 21:38:26.319 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9693 | 2024-12-18T21:38:27.925Z | [ host-image] Dec 18 21:38:26.320 INFO O| Dec 18 21:38:26.320 INFO copying /tmp/.tmpofmGFj/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 ... |
9694 | 2024-12-18T21:38:27.928Z | [ host-image] Dec 18 21:38:26.320 INFO O| Dec 18 21:38:26.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9695 | 2024-12-18T21:38:27.928Z | [ host-image] Dec 18 21:38:26.320 INFO O| Dec 18 21:38:26.320 INFO ok! |
9696 | 2024-12-18T21:38:27.928Z | [ host-image] Dec 18 21:38:26.320 INFO O| Dec 18 21:38:26.320 INFO STEP 114 (ensure_file) COMPLETE |
9697 | 2024-12-18T21:38:27.928Z | [ host-image] Dec 18 21:38:26.320 INFO O| Dec 18 21:38:26.320 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9698 | 2024-12-18T21:38:27.944Z | [ host-image] Dec 18 21:38:26.338 INFO O| Dec 18 21:38:26.338 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9699 | 2024-12-18T21:38:27.946Z | [ host-image] Dec 18 21:38:26.338 INFO O| Dec 18 21:38:26.338 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ... |
9700 | 2024-12-18T21:38:27.946Z | [ host-image] Dec 18 21:38:26.339 INFO O| Dec 18 21:38:26.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9701 | 2024-12-18T21:38:27.946Z | [ host-image] Dec 18 21:38:26.339 INFO O| Dec 18 21:38:26.338 INFO ok! |
9702 | 2024-12-18T21:38:27.947Z | [ host-image] Dec 18 21:38:26.339 INFO O| Dec 18 21:38:26.339 INFO STEP 115 (ensure_file) COMPLETE |
9703 | 2024-12-18T21:38:27.947Z | [ host-image] Dec 18 21:38:26.339 INFO O| Dec 18 21:38:26.339 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9704 | 2024-12-18T21:38:27.984Z | [ host-image] Dec 18 21:38:26.378 INFO O| Dec 18 21:38:26.378 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9705 | 2024-12-18T21:38:27.984Z | [ host-image] Dec 18 21:38:26.378 INFO O| Dec 18 21:38:26.378 INFO copying /tmp/.tmpofmGFj/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 ... |
9706 | 2024-12-18T21:38:27.987Z | [ host-image] Dec 18 21:38:26.378 INFO O| Dec 18 21:38:26.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9707 | 2024-12-18T21:38:27.987Z | [ host-image] Dec 18 21:38:26.379 INFO O| Dec 18 21:38:26.379 INFO ok! |
9708 | 2024-12-18T21:38:27.987Z | [ host-image] Dec 18 21:38:26.379 INFO O| Dec 18 21:38:26.379 INFO STEP 116 (ensure_file) COMPLETE |
9709 | 2024-12-18T21:38:27.987Z | [ host-image] Dec 18 21:38:26.379 INFO O| Dec 18 21:38:26.379 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9710 | 2024-12-18T21:38:28.005Z | [ host-image] Dec 18 21:38:26.399 INFO O| Dec 18 21:38:26.399 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9711 | 2024-12-18T21:38:28.005Z | [ host-image] Dec 18 21:38:26.400 INFO O| Dec 18 21:38:26.399 INFO copying /tmp/.tmpofmGFj/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 ... |
9712 | 2024-12-18T21:38:28.009Z | [ host-image] Dec 18 21:38:26.400 INFO O| Dec 18 21:38:26.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9713 | 2024-12-18T21:38:28.009Z | [ host-image] Dec 18 21:38:26.400 INFO O| Dec 18 21:38:26.400 INFO ok! |
9714 | 2024-12-18T21:38:28.009Z | [ host-image] Dec 18 21:38:26.400 INFO O| Dec 18 21:38:26.400 INFO STEP 117 (ensure_file) COMPLETE |
9715 | 2024-12-18T21:38:28.010Z | [ host-image] Dec 18 21:38:26.400 INFO O| Dec 18 21:38:26.400 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9716 | 2024-12-18T21:38:28.025Z | [ host-image] Dec 18 21:38:26.419 INFO O| Dec 18 21:38:26.419 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9717 | 2024-12-18T21:38:28.025Z | [ host-image] Dec 18 21:38:26.419 INFO O| Dec 18 21:38:26.419 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9718 | 2024-12-18T21:38:28.028Z | [ host-image] Dec 18 21:38:26.420 INFO O| Dec 18 21:38:26.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9719 | 2024-12-18T21:38:28.028Z | [ host-image] Dec 18 21:38:26.420 INFO O| Dec 18 21:38:26.420 INFO ok! |
9720 | 2024-12-18T21:38:28.028Z | [ host-image] Dec 18 21:38:26.420 INFO O| Dec 18 21:38:26.420 INFO STEP 118 (ensure_file) COMPLETE |
9721 | 2024-12-18T21:38:28.028Z | [ host-image] Dec 18 21:38:26.420 INFO O| Dec 18 21:38:26.420 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9722 | 2024-12-18T21:38:28.048Z | [ host-image] Dec 18 21:38:26.442 INFO O| Dec 18 21:38:26.442 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9723 | 2024-12-18T21:38:28.048Z | [ host-image] Dec 18 21:38:26.442 INFO O| Dec 18 21:38:26.442 INFO copying /tmp/.tmpofmGFj/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 ... |
9724 | 2024-12-18T21:38:28.051Z | [ host-image] Dec 18 21:38:26.443 INFO O| Dec 18 21:38:26.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9725 | 2024-12-18T21:38:28.051Z | [ host-image] Dec 18 21:38:26.443 INFO O| Dec 18 21:38:26.443 INFO ok! |
9726 | 2024-12-18T21:38:28.051Z | [ host-image] Dec 18 21:38:26.443 INFO O| Dec 18 21:38:26.443 INFO STEP 119 (ensure_file) COMPLETE |
9727 | 2024-12-18T21:38:28.051Z | [ host-image] Dec 18 21:38:26.443 INFO O| Dec 18 21:38:26.443 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9728 | 2024-12-18T21:38:28.132Z | [ host-image] Dec 18 21:38:26.526 INFO O| Dec 18 21:38:26.526 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9729 | 2024-12-18T21:38:28.132Z | [ host-image] Dec 18 21:38:26.526 INFO O| Dec 18 21:38:26.526 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9730 | 2024-12-18T21:38:28.135Z | [ host-image] Dec 18 21:38:26.526 INFO O| Dec 18 21:38:26.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9731 | 2024-12-18T21:38:28.135Z | [ host-image] Dec 18 21:38:26.527 INFO O| Dec 18 21:38:26.526 INFO ok! |
9732 | 2024-12-18T21:38:28.135Z | [ host-image] Dec 18 21:38:26.527 INFO O| Dec 18 21:38:26.526 INFO STEP 120 (ensure_file) COMPLETE |
9733 | 2024-12-18T21:38:28.136Z | [ host-image] Dec 18 21:38:26.527 INFO O| Dec 18 21:38:26.527 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9734 | 2024-12-18T21:38:28.201Z | [ host-image] Dec 18 21:38:26.595 INFO O| Dec 18 21:38:26.595 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9735 | 2024-12-18T21:38:28.201Z | [ host-image] Dec 18 21:38:26.595 INFO O| Dec 18 21:38:26.595 INFO copying /tmp/.tmpofmGFj/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9736 | 2024-12-18T21:38:29.492Z | [ recovery-image] Dec 18 21:38:27.881 INFO image complete! materials are in "/work/os-recovery" |
9737 | 2024-12-18T21:38:29.496Z | [ recovery-image] |
9738 | 2024-12-18T21:38:29.497Z | [ recovery-image] real 10:35.464522102 |
9739 | 2024-12-18T21:38:29.497Z | [ recovery-image] user 6:28.319548311 |
9740 | 2024-12-18T21:38:29.497Z | [ recovery-image] sys 1:03.523197492 |
9741 | 2024-12-18T21:38:29.497Z | [ recovery-image] trap 0.391192445 |
9742 | 2024-12-18T21:38:29.497Z | Dec 18 21:38:27.889 INFO [recovery-image] process exited with exit status: 0 (635.519663401s) |
9743 | 2024-12-18T21:38:29.497Z | [ recovery-image] tflt 0.533288059 |
9744 | 2024-12-18T21:38:29.497Z | [ recovery-image] dflt 3.254754346 |
9745 | 2024-12-18T21:38:29.497Z | [ recovery-image] kflt 0.108431048 |
9746 | 2024-12-18T21:38:29.497Z | [ recovery-image] lock 25:49.229321216 |
9747 | 2024-12-18T21:38:29.497Z | [ recovery-image] slp 1:05:21.533883120 |
9748 | 2024-12-18T21:38:29.497Z | [ recovery-image] lat 5:26.817398701 |
9749 | 2024-12-18T21:38:29.497Z | [ recovery-image] stop 12.225564913 |
9750 | 2024-12-18T21:38:39.849Z | [ host-image] Dec 18 21:38:37.876 INFO O| Dec 18 21:38:37.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9751 | 2024-12-18T21:38:39.849Z | [ host-image] Dec 18 21:38:37.877 INFO O| Dec 18 21:38:37.876 INFO ok! |
9752 | 2024-12-18T21:38:39.866Z | [ host-image] Dec 18 21:38:37.877 INFO O| Dec 18 21:38:37.876 INFO STEP 121 (ensure_file) COMPLETE |
9753 | 2024-12-18T21:38:39.866Z | [ host-image] Dec 18 21:38:37.877 INFO O| Dec 18 21:38:37.876 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9754 | 2024-12-18T21:38:39.866Z | [ host-image] Dec 18 21:38:37.895 INFO O| Dec 18 21:38:37.894 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9755 | 2024-12-18T21:38:39.866Z | [ host-image] Dec 18 21:38:37.895 INFO O| Dec 18 21:38:37.894 INFO STEP 122 (ensure_dir) COMPLETE |
9756 | 2024-12-18T21:38:39.866Z | [ host-image] Dec 18 21:38:37.895 INFO O| Dec 18 21:38:37.895 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9757 | 2024-12-18T21:38:39.866Z | [ host-image] Dec 18 21:38:37.910 INFO O| Dec 18 21:38:37.910 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9758 | 2024-12-18T21:38:39.866Z | [ host-image] Dec 18 21:38:37.910 INFO O| Dec 18 21:38:37.910 INFO STEP 123 (ensure_dir) COMPLETE |
9759 | 2024-12-18T21:38:39.866Z | [ host-image] Dec 18 21:38:37.910 INFO O| Dec 18 21:38:37.910 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9760 | 2024-12-18T21:38:39.866Z | [ host-image] Dec 18 21:38:37.938 INFO O| Dec 18 21:38:37.938 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9761 | 2024-12-18T21:38:39.866Z | [ host-image] Dec 18 21:38:37.938 INFO O| Dec 18 21:38:37.938 INFO STEP 124 (ensure_dir) COMPLETE |
9762 | 2024-12-18T21:38:39.866Z | [ host-image] Dec 18 21:38:37.938 INFO O| Dec 18 21:38:37.938 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9763 | 2024-12-18T21:38:39.866Z | [ host-image] Dec 18 21:38:38.017 INFO O| Dec 18 21:38:38.017 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9764 | 2024-12-18T21:38:39.866Z | [ host-image] Dec 18 21:38:38.017 INFO O| Dec 18 21:38:38.017 INFO STEP 125 (ensure_dir) COMPLETE |
9765 | 2024-12-18T21:38:39.866Z | [ host-image] Dec 18 21:38:38.017 INFO O| Dec 18 21:38:38.017 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9766 | 2024-12-18T21:38:39.866Z | [ host-image] Dec 18 21:38:38.080 INFO O| Dec 18 21:38:38.079 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9767 | 2024-12-18T21:38:39.866Z | [ host-image] Dec 18 21:38:38.080 INFO O| Dec 18 21:38:38.079 INFO copying /tmp/.tmpofmGFj/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 ... |
9768 | 2024-12-18T21:38:39.866Z | [ host-image] Dec 18 21:38:38.080 INFO O| Dec 18 21:38:38.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9769 | 2024-12-18T21:38:39.866Z | [ host-image] Dec 18 21:38:38.080 INFO O| Dec 18 21:38:38.080 INFO ok! |
9770 | 2024-12-18T21:38:39.866Z | [ host-image] Dec 18 21:38:38.080 INFO O| Dec 18 21:38:38.080 INFO STEP 126 (ensure_file) COMPLETE |
9771 | 2024-12-18T21:38:39.868Z | [ host-image] Dec 18 21:38:38.080 INFO O| Dec 18 21:38:38.080 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9772 | 2024-12-18T21:38:39.868Z | [ host-image] Dec 18 21:38:38.133 INFO O| Dec 18 21:38:38.133 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9773 | 2024-12-18T21:38:39.868Z | [ host-image] Dec 18 21:38:38.134 INFO O| Dec 18 21:38:38.134 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9774 | 2024-12-18T21:38:39.868Z | [ host-image] Dec 18 21:38:38.134 INFO O| Dec 18 21:38:38.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9775 | 2024-12-18T21:38:39.868Z | [ host-image] Dec 18 21:38:38.134 INFO O| Dec 18 21:38:38.134 INFO STEP 127 (ensure_dir) COMPLETE |
9776 | 2024-12-18T21:38:39.868Z | [ host-image] Dec 18 21:38:38.134 INFO O| Dec 18 21:38:38.134 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9777 | 2024-12-18T21:38:39.868Z | [ host-image] Dec 18 21:38:38.150 INFO O| Dec 18 21:38:38.150 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9778 | 2024-12-18T21:38:39.868Z | [ host-image] Dec 18 21:38:38.150 INFO O| Dec 18 21:38:38.150 INFO copying /tmp/.tmpofmGFj/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9779 | 2024-12-18T21:38:39.869Z | [ host-image] Dec 18 21:38:38.151 INFO O| Dec 18 21:38:38.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9780 | 2024-12-18T21:38:39.869Z | [ host-image] Dec 18 21:38:38.151 INFO O| Dec 18 21:38:38.151 INFO ok! |
9781 | 2024-12-18T21:38:39.869Z | [ host-image] Dec 18 21:38:38.151 INFO O| Dec 18 21:38:38.151 INFO STEP 128 (ensure_file) COMPLETE |
9782 | 2024-12-18T21:38:39.869Z | [ host-image] Dec 18 21:38:38.151 INFO O| Dec 18 21:38:38.151 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9783 | 2024-12-18T21:38:39.869Z | [ host-image] Dec 18 21:38:38.167 INFO O| Dec 18 21:38:38.167 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9784 | 2024-12-18T21:38:39.869Z | [ host-image] Dec 18 21:38:38.167 INFO O| Dec 18 21:38:38.167 INFO STEP 129 (remove_files) COMPLETE |
9785 | 2024-12-18T21:38:39.869Z | [ host-image] Dec 18 21:38:38.168 INFO O| Dec 18 21:38:38.167 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9786 | 2024-12-18T21:38:39.869Z | [ host-image] Dec 18 21:38:38.201 INFO O| Dec 18 21:38:38.201 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9787 | 2024-12-18T21:38:39.869Z | [ host-image] Dec 18 21:38:38.201 INFO O| Dec 18 21:38:38.201 INFO STEP 130 (remove_files) COMPLETE |
9788 | 2024-12-18T21:38:39.869Z | [ host-image] Dec 18 21:38:38.202 INFO O| Dec 18 21:38:38.201 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9789 | 2024-12-18T21:38:39.869Z | [ host-image] Dec 18 21:38:38.219 INFO O| Dec 18 21:38:38.219 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9790 | 2024-12-18T21:38:39.869Z | [ host-image] Dec 18 21:38:38.219 INFO O| Dec 18 21:38:38.219 INFO STEP 131 (remove_files) COMPLETE |
9791 | 2024-12-18T21:38:39.869Z | [ host-image] Dec 18 21:38:38.219 INFO O| Dec 18 21:38:38.219 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9792 | 2024-12-18T21:38:39.869Z | [ host-image] Dec 18 21:38:38.243 INFO O| Dec 18 21:38:38.243 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9793 | 2024-12-18T21:38:39.869Z | [ host-image] Dec 18 21:38:38.243 INFO O| Dec 18 21:38:38.243 INFO STEP 132 (remove_files) COMPLETE |
9794 | 2024-12-18T21:38:39.869Z | [ host-image] Dec 18 21:38:38.243 INFO O| Dec 18 21:38:38.243 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9795 | 2024-12-18T21:38:39.926Z | [ host-image] Dec 18 21:38:38.287 INFO O| Dec 18 21:38:38.287 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9796 | 2024-12-18T21:38:39.958Z | [ host-image] Dec 18 21:38:38.287 INFO O| Dec 18 21:38:38.287 INFO STEP 133 (remove_files) COMPLETE |
9797 | 2024-12-18T21:38:39.958Z | [ host-image] Dec 18 21:38:38.287 INFO O| Dec 18 21:38:38.287 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9798 | 2024-12-18T21:38:39.959Z | [ host-image] Dec 18 21:38:38.307 INFO O| Dec 18 21:38:38.307 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9799 | 2024-12-18T21:38:39.959Z | [ host-image] Dec 18 21:38:38.308 INFO O| Dec 18 21:38:38.308 INFO STEP 134 (remove_files) COMPLETE |
9800 | 2024-12-18T21:38:39.959Z | [ host-image] Dec 18 21:38:38.308 INFO O| Dec 18 21:38:38.308 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9801 | 2024-12-18T21:38:40.009Z | [ host-image] Dec 18 21:38:38.369 INFO O| Dec 18 21:38:38.369 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9802 | 2024-12-18T21:38:40.009Z | [ host-image] Dec 18 21:38:38.369 INFO O| Dec 18 21:38:38.369 INFO STEP 135 (remove_files) COMPLETE |
9803 | 2024-12-18T21:38:40.009Z | [ host-image] Dec 18 21:38:38.369 INFO O| Dec 18 21:38:38.369 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9804 | 2024-12-18T21:38:40.027Z | [ host-image] Dec 18 21:38:38.388 INFO O| Dec 18 21:38:38.388 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9805 | 2024-12-18T21:38:40.027Z | [ host-image] Dec 18 21:38:38.388 INFO O| Dec 18 21:38:38.388 INFO STEP 136 (remove_files) COMPLETE |
9806 | 2024-12-18T21:38:40.027Z | [ host-image] Dec 18 21:38:38.388 INFO O| Dec 18 21:38:38.388 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9807 | 2024-12-18T21:38:40.044Z | [ host-image] Dec 18 21:38:38.406 INFO O| Dec 18 21:38:38.406 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9808 | 2024-12-18T21:38:40.044Z | [ host-image] Dec 18 21:38:38.407 INFO O| Dec 18 21:38:38.407 INFO STEP 137 (remove_files) COMPLETE |
9809 | 2024-12-18T21:38:40.044Z | [ host-image] Dec 18 21:38:38.407 INFO O| Dec 18 21:38:38.407 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9810 | 2024-12-18T21:38:40.063Z | [ host-image] Dec 18 21:38:38.424 INFO O| Dec 18 21:38:38.424 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9811 | 2024-12-18T21:38:40.063Z | [ host-image] Dec 18 21:38:38.425 INFO O| Dec 18 21:38:38.425 INFO STEP 138 (remove_files) COMPLETE |
9812 | 2024-12-18T21:38:40.064Z | [ host-image] Dec 18 21:38:38.425 INFO O| Dec 18 21:38:38.425 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9813 | 2024-12-18T21:38:40.086Z | [ host-image] Dec 18 21:38:38.443 INFO O| Dec 18 21:38:38.443 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9814 | 2024-12-18T21:38:40.086Z | [ host-image] Dec 18 21:38:38.443 INFO O| Dec 18 21:38:38.443 INFO STEP 139 (remove_files) COMPLETE |
9815 | 2024-12-18T21:38:40.086Z | [ host-image] Dec 18 21:38:38.443 INFO O| Dec 18 21:38:38.443 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9816 | 2024-12-18T21:38:40.103Z | [ host-image] Dec 18 21:38:38.479 INFO O| Dec 18 21:38:38.479 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9817 | 2024-12-18T21:38:40.103Z | [ host-image] Dec 18 21:38:38.479 INFO O| Dec 18 21:38:38.479 INFO STEP 140 (remove_files) COMPLETE |
9818 | 2024-12-18T21:38:40.103Z | [ host-image] Dec 18 21:38:38.479 INFO O| Dec 18 21:38:38.479 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9819 | 2024-12-18T21:38:40.137Z | [ host-image] Dec 18 21:38:38.497 INFO O| Dec 18 21:38:38.497 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9820 | 2024-12-18T21:38:40.137Z | [ host-image] Dec 18 21:38:38.497 INFO O| Dec 18 21:38:38.497 INFO STEP 141 (remove_files) COMPLETE |
9821 | 2024-12-18T21:38:40.154Z | [ host-image] Dec 18 21:38:38.497 INFO O| Dec 18 21:38:38.497 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9822 | 2024-12-18T21:38:40.231Z | [ host-image] Dec 18 21:38:38.515 INFO O| Dec 18 21:38:38.515 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9823 | 2024-12-18T21:38:40.231Z | [ host-image] Dec 18 21:38:38.515 INFO O| Dec 18 21:38:38.515 INFO STEP 142 (remove_files) COMPLETE |
9824 | 2024-12-18T21:38:40.231Z | [ host-image] Dec 18 21:38:38.515 INFO O| Dec 18 21:38:38.515 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9825 | 2024-12-18T21:38:40.231Z | [ host-image] Dec 18 21:38:38.532 INFO O| Dec 18 21:38:38.532 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9826 | 2024-12-18T21:38:40.231Z | [ host-image] Dec 18 21:38:38.532 INFO O| Dec 18 21:38:38.532 INFO STEP 143 (remove_files) COMPLETE |
9827 | 2024-12-18T21:38:40.231Z | [ host-image] Dec 18 21:38:38.532 INFO O| Dec 18 21:38:38.532 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9828 | 2024-12-18T21:38:40.231Z | [ host-image] Dec 18 21:38:38.550 INFO O| Dec 18 21:38:38.550 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9829 | 2024-12-18T21:38:40.232Z | [ host-image] Dec 18 21:38:38.550 INFO O| Dec 18 21:38:38.550 INFO STEP 144 (remove_files) COMPLETE |
9830 | 2024-12-18T21:38:40.232Z | [ host-image] Dec 18 21:38:38.550 INFO O| Dec 18 21:38:38.550 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9831 | 2024-12-18T21:38:40.232Z | [ host-image] Dec 18 21:38:38.590 INFO O| Dec 18 21:38:38.590 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9832 | 2024-12-18T21:38:40.232Z | [ host-image] Dec 18 21:38:38.590 INFO O| Dec 18 21:38:38.590 INFO STEP 145 (remove_files) COMPLETE |
9833 | 2024-12-18T21:38:40.233Z | [ host-image] Dec 18 21:38:38.590 INFO O| Dec 18 21:38:38.590 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9834 | 2024-12-18T21:38:40.233Z | [ host-image] Dec 18 21:38:38.610 INFO O| Dec 18 21:38:38.610 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9835 | 2024-12-18T21:38:40.233Z | [ host-image] Dec 18 21:38:38.610 INFO O| Dec 18 21:38:38.610 INFO STEP 146 (remove_files) COMPLETE |
9836 | 2024-12-18T21:38:40.233Z | [ host-image] Dec 18 21:38:38.610 INFO O| Dec 18 21:38:38.610 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9837 | 2024-12-18T21:38:40.288Z | [ host-image] Dec 18 21:38:38.628 INFO O| Dec 18 21:38:38.628 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9838 | 2024-12-18T21:38:40.288Z | [ host-image] Dec 18 21:38:38.629 INFO O| Dec 18 21:38:38.629 INFO STEP 147 (remove_files) COMPLETE |
9839 | 2024-12-18T21:38:40.289Z | [ host-image] Dec 18 21:38:38.629 INFO O| Dec 18 21:38:38.629 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9840 | 2024-12-18T21:38:40.307Z | [ host-image] Dec 18 21:38:38.647 INFO O| Dec 18 21:38:38.647 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9841 | 2024-12-18T21:38:40.308Z | [ host-image] Dec 18 21:38:38.647 INFO O| Dec 18 21:38:38.647 INFO STEP 148 (remove_files) COMPLETE |
9842 | 2024-12-18T21:38:40.308Z | [ host-image] Dec 18 21:38:38.647 INFO O| Dec 18 21:38:38.647 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9843 | 2024-12-18T21:38:40.308Z | [ host-image] Dec 18 21:38:38.664 INFO O| Dec 18 21:38:38.664 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9844 | 2024-12-18T21:38:40.308Z | [ host-image] Dec 18 21:38:38.664 INFO O| Dec 18 21:38:38.664 INFO STEP 149 (remove_files) COMPLETE |
9845 | 2024-12-18T21:38:40.308Z | [ host-image] Dec 18 21:38:38.664 INFO O| Dec 18 21:38:38.664 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9846 | 2024-12-18T21:38:40.309Z | [ host-image] Dec 18 21:38:38.681 INFO O| Dec 18 21:38:38.681 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9847 | 2024-12-18T21:38:40.309Z | [ host-image] Dec 18 21:38:38.681 INFO O| Dec 18 21:38:38.681 INFO STEP 150 (remove_files) COMPLETE |
9848 | 2024-12-18T21:38:40.309Z | [ host-image] Dec 18 21:38:38.681 INFO O| Dec 18 21:38:38.681 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9849 | 2024-12-18T21:38:40.353Z | [ host-image] Dec 18 21:38:38.696 INFO O| Dec 18 21:38:38.696 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9850 | 2024-12-18T21:38:40.353Z | [ host-image] Dec 18 21:38:38.696 INFO O| Dec 18 21:38:38.696 INFO STEP 151 (remove_files) COMPLETE |
9851 | 2024-12-18T21:38:40.353Z | [ host-image] Dec 18 21:38:38.696 INFO O| Dec 18 21:38:38.696 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9852 | 2024-12-18T21:38:40.388Z | [ host-image] Dec 18 21:38:38.763 INFO O| Dec 18 21:38:38.763 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9853 | 2024-12-18T21:38:40.389Z | [ host-image] Dec 18 21:38:38.763 INFO O| Dec 18 21:38:38.763 INFO STEP 152 (remove_files) COMPLETE |
9854 | 2024-12-18T21:38:40.389Z | [ host-image] Dec 18 21:38:38.763 INFO O| Dec 18 21:38:38.763 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9855 | 2024-12-18T21:38:40.415Z | [ host-image] Dec 18 21:38:38.788 INFO O| Dec 18 21:38:38.788 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9856 | 2024-12-18T21:38:40.415Z | [ host-image] Dec 18 21:38:38.789 INFO O| Dec 18 21:38:38.788 INFO STEP 153 (remove_files) COMPLETE |
9857 | 2024-12-18T21:38:40.469Z | [ host-image] Dec 18 21:38:38.789 INFO O| Dec 18 21:38:38.788 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9858 | 2024-12-18T21:38:40.470Z | [ host-image] Dec 18 21:38:38.809 INFO O| Dec 18 21:38:38.809 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9859 | 2024-12-18T21:38:40.470Z | [ host-image] Dec 18 21:38:38.809 INFO O| Dec 18 21:38:38.809 INFO STEP 154 (remove_files) COMPLETE |
9860 | 2024-12-18T21:38:40.470Z | [ host-image] Dec 18 21:38:38.809 INFO O| Dec 18 21:38:38.809 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9861 | 2024-12-18T21:38:40.577Z | [ host-image] Dec 18 21:38:38.861 INFO O| Dec 18 21:38:38.861 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9862 | 2024-12-18T21:38:40.577Z | [ host-image] Dec 18 21:38:38.862 INFO O| Dec 18 21:38:38.861 INFO STEP 155 (remove_files) COMPLETE |
9863 | 2024-12-18T21:38:40.578Z | [ host-image] Dec 18 21:38:38.862 INFO O| Dec 18 21:38:38.862 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9864 | 2024-12-18T21:38:40.854Z | [ host-image] Dec 18 21:38:38.900 INFO O| Dec 18 21:38:38.900 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9865 | 2024-12-18T21:38:40.854Z | [ host-image] Dec 18 21:38:38.900 INFO O| Dec 18 21:38:38.900 INFO STEP 156 (remove_files) COMPLETE |
9866 | 2024-12-18T21:38:40.854Z | [ host-image] Dec 18 21:38:38.900 INFO O| Dec 18 21:38:38.900 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9867 | 2024-12-18T21:38:40.854Z | [ host-image] Dec 18 21:38:38.927 INFO O| Dec 18 21:38:38.927 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9868 | 2024-12-18T21:38:40.854Z | [ host-image] Dec 18 21:38:38.927 INFO O| Dec 18 21:38:38.927 INFO STEP 157 (remove_files) COMPLETE |
9869 | 2024-12-18T21:38:40.854Z | [ host-image] Dec 18 21:38:38.927 INFO O| Dec 18 21:38:38.927 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9870 | 2024-12-18T21:38:40.854Z | [ host-image] Dec 18 21:38:38.953 INFO O| Dec 18 21:38:38.953 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9871 | 2024-12-18T21:38:40.855Z | [ host-image] Dec 18 21:38:38.954 INFO O| Dec 18 21:38:38.953 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"} |
9872 | 2024-12-18T21:38:56.884Z | [ host-image] Dec 18 21:38:55.272 INFO O| Dec 18 21:38:55.272 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 |
9873 | 2024-12-18T21:38:56.887Z | [ host-image] Dec 18 21:38:55.272 INFO O| Dec 18 21:38:55.272 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9874 | 2024-12-18T21:38:56.908Z | [ host-image] Dec 18 21:38:55.295 INFO O| Dec 18 21:38:55.295 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9875 | 2024-12-18T21:38:57.039Z | [ host-image] Dec 18 21:38:55.426 INFO O| Dec 18 21:38:55.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9876 | 2024-12-18T21:38:57.039Z | [ host-image] Dec 18 21:38:55.426 INFO O| Dec 18 21:38:55.426 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9877 | 2024-12-18T21:38:57.041Z | [ host-image] Dec 18 21:38:55.429 INFO O| Dec 18 21:38:55.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9878 | 2024-12-18T21:38:57.042Z | [ host-image] Dec 18 21:38:55.429 INFO O| Dec 18 21:38:55.429 INFO ok! |
9879 | 2024-12-18T21:38:57.042Z | [ host-image] Dec 18 21:38:55.429 INFO O| Dec 18 21:38:55.429 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9880 | 2024-12-18T21:38:57.042Z | [ host-image] Dec 18 21:38:55.429 INFO O| Dec 18 21:38:55.429 INFO STEP 158 (seed_smf) COMPLETE |
9881 | 2024-12-18T21:38:57.042Z | [ host-image] Dec 18 21:38:55.429 INFO O| Dec 18 21:38:55.429 INFO steps complete; finalising image! |
9882 | 2024-12-18T21:38:57.044Z | [ host-image] Dec 18 21:38:55.429 INFO O| Dec 18 21:38:55.429 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9883 | 2024-12-18T21:38:57.235Z | [ host-image] Dec 18 21:38:55.623 INFO O| Dec 18 21:38:55.623 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Dec 18 21:38:55 2024) |
9884 | 2024-12-18T21:38:57.447Z | [ host-image] Dec 18 21:38:55.834 INFO O| Dec 18 21:38:55.834 INFO trim TEMPORARY-gimlet-zfs: (73% trimmed, started at Wed Dec 18 21:38:55 2024) |
9885 | 2024-12-18T21:38:57.658Z | [ host-image] Dec 18 21:38:56.045 INFO O| Dec 18 21:38:56.045 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Wed Dec 18 21:38:55 2024) |
9886 | 2024-12-18T21:38:57.904Z | [ host-image] Dec 18 21:38:56.291 INFO O| Dec 18 21:38:56.291 INFO temporary pool has 690M used, 142M avail, 1.82x compressratio |
9887 | 2024-12-18T21:38:57.904Z | [ host-image] Dec 18 21:38:56.291 INFO O| Dec 18 21:38:56.291 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9888 | 2024-12-18T21:38:58.752Z | [ host-image] Dec 18 21:38:57.088 INFO O| Dec 18 21:38:57.088 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9889 | 2024-12-18T21:38:58.752Z | [ host-image] Dec 18 21:38:57.088 INFO O| Dec 18 21:38:57.088 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9890 | 2024-12-18T21:39:00.688Z | [ host-image] Dec 18 21:38:59.074 INFO O| Dec 18 21:38:59.074 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9891 | 2024-12-18T21:39:00.688Z | [ host-image] Dec 18 21:38:59.074 INFO O| Dec 18 21:38:59.074 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9892 | 2024-12-18T21:39:00.691Z | [ host-image] Dec 18 21:38:59.074 INFO O| Dec 18 21:38:59.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9893 | 2024-12-18T21:39:00.691Z | [ host-image] Dec 18 21:38:59.074 INFO O| Dec 18 21:38:59.074 INFO completed processing gimlet/zfs |
9894 | 2024-12-18T21:39:00.691Z | [ host-image] Dec 18 21:38:59.074 INFO O| Dec 18 21:38:59.074 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9895 | 2024-12-18T21:39:09.120Z | [ host-image] Dec 18 21:39:07.497 INFO O| Dec 18 21:39:07.497 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9896 | 2024-12-18T21:39:09.216Z | [ host-image] Dec 18 21:39:07.600 INFO BUILD STRING "heads/stlouis-0-g7274828da5\n" |
9897 | 2024-12-18T21:39:09.216Z | [ host-image] Dec 18 21:39:07.600 INFO expanded image name: "ci 8b13de1/${os_short_commit} 2024-12-18 21:05" -> "ci 8b13de1/7274828 2024-12-18 21:05" |
9898 | 2024-12-18T21:39:09.216Z | [ host-image] Dec 18 21:39:07.600 INFO output artefacts stored in: "/work/os-host" |
9899 | 2024-12-18T21:39:09.221Z | [ host-image] Dec 18 21:39:07.600 INFO collecting git info from project "image-builder"... |
9900 | 2024-12-18T21:39:09.230Z | [ host-image] Dec 18 21:39:07.613 INFO collecting git info from project "chelsio-t6-roms"... |
9901 | 2024-12-18T21:39:09.246Z | [ host-image] Dec 18 21:39:07.621 INFO collecting git info from project "amd-firmware"... |
9902 | 2024-12-18T21:39:09.256Z | [ host-image] Dec 18 21:39:07.635 INFO collecting git info from project "pinprick"... |
9903 | 2024-12-18T21:39:09.261Z | [ host-image] Dec 18 21:39:07.643 INFO collecting git info from project "pilot"... |
9904 | 2024-12-18T21:39:09.267Z | [ host-image] Dec 18 21:39:07.651 INFO collecting git info from project "amd-host-image-builder"... |
9905 | 2024-12-18T21:39:09.299Z | [ host-image] Dec 18 21:39:07.674 INFO collecting git info from project "bootserver"... |
9906 | 2024-12-18T21:39:09.334Z | [ host-image] Dec 18 21:39:07.682 INFO collecting git info from project "phbl"... |
9907 | 2024-12-18T21:39:09.334Z | [ host-image] Dec 18 21:39:07.692 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9908 | 2024-12-18T21:39:10.225Z | [ host-image] Dec 18 21:39:08.608 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9909 | 2024-12-18T21:39:10.869Z | [ host-image] Dec 18 21:39:09.253 INFO creating Oxide boot image... |
9910 | 2024-12-18T21:39:10.869Z | [ host-image] Dec 18 21:39:09.253 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 8b13de1/7274828 2024-12-18 21:05", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9911 | 2024-12-18T21:39:12.216Z | [ host-image] Dec 18 21:39:10.599 INFO O| ok, image written! |
9912 | 2024-12-18T21:39:12.216Z | [ host-image] Dec 18 21:39:10.599 INFO O| ok, boot_image_csum file written! |
9913 | 2024-12-18T21:39:12.219Z | [ host-image] Dec 18 21:39:10.603 INFO creating boot archive (CPIO)... |
9914 | 2024-12-18T21:39:12.219Z | [ host-image] Dec 18 21:39:10.603 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 |
9915 | 2024-12-18T21:39:12.231Z | [ host-image] Dec 18 21:39:10.615 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9916 | 2024-12-18T21:39:12.231Z | [ host-image] Dec 18 21:39:10.615 INFO E| + outfile=/work/os-host/cpio |
9917 | 2024-12-18T21:39:12.233Z | [ host-image] Dec 18 21:39:10.615 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9918 | 2024-12-18T21:39:12.236Z | [ host-image] Dec 18 21:39:10.618 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9919 | 2024-12-18T21:39:12.237Z | [ host-image] Dec 18 21:39:10.618 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9920 | 2024-12-18T21:39:12.312Z | [ host-image] Dec 18 21:39:10.687 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9921 | 2024-12-18T21:39:12.313Z | [ host-image] Dec 18 21:39:10.687 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9922 | 2024-12-18T21:39:12.315Z | [ host-image] Dec 18 21:39:10.697 INFO creating compressed cpio/unix for nanobl-rs... |
9923 | 2024-12-18T21:39:12.315Z | [ host-image] Dec 18 21:39:10.697 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 |
9924 | 2024-12-18T21:39:12.705Z | [ host-image] Dec 18 21:39:11.089 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9925 | 2024-12-18T21:39:17.622Z | [ host-image] Dec 18 21:39:16.005 INFO creating reset image... |
9926 | 2024-12-18T21:39:17.626Z | [ host-image] Dec 18 21:39:16.005 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9927 | 2024-12-18T21:39:17.789Z | [ host-image] Dec 18 21:39:16.171 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
9928 | 2024-12-18T21:39:17.832Z | [ host-image] Dec 18 21:39:16.215 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9929 | 2024-12-18T21:39:17.979Z | [ host-image] Dec 18 21:39:16.360 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9930 | 2024-12-18T21:39:21.522Z | [ host-image] Dec 18 21:39:19.904 INFO E| Finished `release` profile [optimized] target(s) in 3.67s |
9931 | 2024-12-18T21:39:21.539Z | [ host-image] Dec 18 21:39:19.920 INFO building host image... |
9932 | 2024-12-18T21:39:21.542Z | [ host-image] Dec 18 21:39:19.921 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") |
9933 | 2024-12-18T21:39:22.439Z | [ host-image] Dec 18 21:39:20.821 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9934 | 2024-12-18T21:40:37.845Z | [ host-image] Dec 18 21:40:36.209 INFO image complete! materials are in "/work/os-host" |
9935 | 2024-12-18T21:40:37.848Z | [ host-image] |
9936 | 2024-12-18T21:40:37.852Z | [ host-image] real 12:57.909217391 |
9937 | 2024-12-18T21:40:37.852Z | [ host-image] user 6:44.555765542 |
9938 | 2024-12-18T21:40:37.852Z | [ host-image] sys 1:10.524957129 |
9939 | 2024-12-18T21:40:37.852Z | [ host-image] trap 0.310506763 |
9940 | 2024-12-18T21:40:37.852Z | [ host-image] tflt 0.056758775 |
9941 | 2024-12-18T21:40:37.852Z | [ host-image] dflt 0.105202635 |
9942 | 2024-12-18T21:40:37.852Z | [ host-image] kflt 0.455830085 |
9943 | 2024-12-18T21:40:37.852Z | [ host-image] lock 13:44.868398005 |
9944 | 2024-12-18T21:40:37.852Z | [ host-image] slp 1:07:33.427804473 |
9945 | 2024-12-18T21:40:37.852Z | [ host-image] lat 3:04.151355059 |
9946 | 2024-12-18T21:40:37.852Z | [ host-image] stop 1.133008679 |
9947 | 2024-12-18T21:40:37.852Z | Dec 18 21:40:36.214 INFO [host-image] process exited with exit status: 0 (777.926974498s) |
9948 | 2024-12-18T21:40:37.852Z | Dec 18 21:40:36.214 INFO [tuf-repo] running task |
9949 | 2024-12-18T21:40:51.625Z | Dec 18 21:40:49.986 INFO assembling repository in `/tmp/tufaceousmvZdUQ`, component: OmicronRepoAssembler |
9950 | 2024-12-18T21:41:02.943Z | Dec 18 21:41:01.295 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9951 | 2024-12-18T21:41:03.245Z | Dec 18 21:41:01.603 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9952 | 2024-12-18T21:41:21.964Z | Dec 18 21:41:20.318 INFO [tuf-repo] task succeeded (44.103677094s) |
9953 | 2024-12-18T21:43:12.061Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 14s |
9954 | 2024-12-18T21:43:12.457Z | Dec 18 21:43:10.785 INFO [verify-libraries] process exited with exit status: 0 (918.834718239s) |
9955 | 2024-12-18T21:43:12.457Z | Dec 18 21:43:10.785 INFO all jobs completed in 2234.220943825s |
9956 | 2024-12-18T21:43:13.038Z | process exited: duration 2926749 ms, exit code 0 |
|
9957 | 2024-12-18T21:43:13.053Z | found 33 output files |
9958 | 2024-12-18T21:43:13.053Z | uploading: /work/manifest.toml (8404 bytes) |
9959 | 2024-12-18T21:43:14.065Z | uploaded: /work/manifest.toml |
9960 | 2024-12-18T21:43:14.065Z | uploading: /work/repo.zip (1946586153 bytes) |
9961 | 2024-12-18T21:43:58.323Z | uploaded: /work/repo.zip |
9962 | 2024-12-18T21:43:58.323Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9963 | 2024-12-18T21:43:59.382Z | uploaded: /work/repo.zip.sha256.txt |
9964 | 2024-12-18T21:43:59.382Z | uploading: /work/helios-setup.log (66237 bytes) |
9965 | 2024-12-18T21:44:00.399Z | uploaded: /work/helios-setup.log |
9966 | 2024-12-18T21:44:00.399Z | uploading: /work/host-image.log (196384 bytes) |
9967 | 2024-12-18T21:44:01.425Z | uploaded: /work/host-image.log |
9968 | 2024-12-18T21:44:01.426Z | uploading: /work/host-package.log (22425 bytes) |
9969 | 2024-12-18T21:44:02.467Z | uploaded: /work/host-package.log |
9970 | 2024-12-18T21:44:02.467Z | uploading: /work/host-target.log (101 bytes) |
9971 | 2024-12-18T21:44:03.511Z | uploaded: /work/host-target.log |
9972 | 2024-12-18T21:44:03.511Z | uploading: /work/omicron-package.log (5666 bytes) |
9973 | 2024-12-18T21:44:04.521Z | uploaded: /work/omicron-package.log |
9974 | 2024-12-18T21:44:04.521Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9975 | 2024-12-18T21:44:05.534Z | uploaded: /work/phbl-toolchain.log |
9976 | 2024-12-18T21:44:05.534Z | uploading: /work/recovery-image.log (592067 bytes) |
9977 | 2024-12-18T21:44:06.578Z | uploaded: /work/recovery-image.log |
9978 | 2024-12-18T21:44:06.578Z | uploading: /work/recovery-package.log (321 bytes) |
9979 | 2024-12-18T21:44:07.594Z | uploaded: /work/recovery-package.log |
9980 | 2024-12-18T21:44:07.594Z | uploading: /work/recovery-target.log (98 bytes) |
9981 | 2024-12-18T21:44:08.605Z | uploaded: /work/recovery-target.log |
9982 | 2024-12-18T21:44:08.609Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9983 | 2024-12-18T21:44:09.706Z | uploaded: /work/stamp-clickhouse.log |
9984 | 2024-12-18T21:44:09.706Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9985 | 2024-12-18T21:44:10.905Z | uploaded: /work/stamp-clickhouse_keeper.log |
9986 | 2024-12-18T21:44:10.905Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9987 | 2024-12-18T21:44:11.976Z | uploaded: /work/stamp-cockroachdb.log |
9988 | 2024-12-18T21:44:11.976Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9989 | 2024-12-18T21:44:13.015Z | uploaded: /work/stamp-crucible-dtrace.log |
9990 | 2024-12-18T21:44:13.015Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9991 | 2024-12-18T21:44:14.027Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9992 | 2024-12-18T21:44:14.027Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9993 | 2024-12-18T21:44:15.038Z | uploaded: /work/stamp-crucible-zone.log |
9994 | 2024-12-18T21:44:15.038Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9995 | 2024-12-18T21:44:16.053Z | uploaded: /work/stamp-external-dns.log |
9996 | 2024-12-18T21:44:16.053Z | uploading: /work/stamp-installinator.log (103 bytes) |
9997 | 2024-12-18T21:44:17.063Z | uploaded: /work/stamp-installinator.log |
9998 | 2024-12-18T21:44:17.063Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9999 | 2024-12-18T21:44:18.072Z | uploaded: /work/stamp-internal-dns.log |
10000 | 2024-12-18T21:44:18.072Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10001 | 2024-12-18T21:44:19.084Z | uploaded: /work/stamp-mg-ddm-gz.log |
10002 | 2024-12-18T21:44:19.084Z | uploading: /work/stamp-nexus.log (112 bytes) |
10003 | 2024-12-18T21:44:20.126Z | uploaded: /work/stamp-nexus.log |
10004 | 2024-12-18T21:44:20.126Z | uploading: /work/stamp-ntp.log (110 bytes) |
10005 | 2024-12-18T21:44:21.205Z | uploaded: /work/stamp-ntp.log |
10006 | 2024-12-18T21:44:21.205Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10007 | 2024-12-18T21:44:22.224Z | uploaded: /work/stamp-omicron-sled-agent.log |
10008 | 2024-12-18T21:44:22.224Z | uploading: /work/stamp-overlay.log (66 bytes) |
10009 | 2024-12-18T21:44:23.234Z | uploaded: /work/stamp-overlay.log |
10010 | 2024-12-18T21:44:23.234Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10011 | 2024-12-18T21:44:24.244Z | uploaded: /work/stamp-oximeter.log |
10012 | 2024-12-18T21:44:24.244Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10013 | 2024-12-18T21:44:25.313Z | uploaded: /work/stamp-oxlog.log |
10014 | 2024-12-18T21:44:25.313Z | uploading: /work/stamp-probe.log (112 bytes) |
10015 | 2024-12-18T21:44:26.327Z | uploaded: /work/stamp-probe.log |
10016 | 2024-12-18T21:44:26.327Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10017 | 2024-12-18T21:44:27.344Z | uploaded: /work/stamp-propolis-server.log |
10018 | 2024-12-18T21:44:27.344Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10019 | 2024-12-18T21:44:28.359Z | uploaded: /work/stamp-pumpkind-gz.log |
10020 | 2024-12-18T21:44:28.360Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10021 | 2024-12-18T21:44:29.369Z | uploaded: /work/stamp-switch-asic.log |
10022 | 2024-12-18T21:44:29.369Z | uploading: /work/verify-libraries.log (5735 bytes) |
10023 | 2024-12-18T21:44:30.387Z | uploaded: /work/verify-libraries.log |