|
|
|
1 | 2024-12-21T04:42:36.993Z | job assigned to worker 01JFKRAE63G6B9HCC4ES1V9NRR [factory aws, i-0addc29d47e6729b4] (queued for 21 m 26 s) |
|
2 | 2024-12-21T04:42:46.124Z | starting task 0: "setup" |
3 | 2024-12-21T04:42:46.132Z | ++ uname -s |
4 | 2024-12-21T04:42:46.134Z | + kern=SunOS |
5 | 2024-12-21T04:42:46.134Z | + case "$kern" in |
6 | 2024-12-21T04:42:46.134Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:42:46.137Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:42:48.145Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:42:48.277Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:42:48.280Z | + home_fs=zfs |
11 | 2024-12-21T04:42:48.280Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:42:48.280Z | + mkdir -p /home/build |
13 | 2024-12-21T04:42:48.283Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:42:50.284Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:42:50.287Z | process exited: duration 4163 ms, exit code 0 |
|
16 | 2024-12-21T04:42:50.304Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:42:50.310Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:42:50.310Z | ' 1.81.0 |
19 | 2024-12-21T04:42:50.310Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-21T04:42:50.310Z | ' default |
21 | 2024-12-21T04:42:50.310Z | * toolchain channel = "1.81.0" |
22 | 2024-12-21T04:42:50.310Z | * toolchain profile = "default" |
23 | 2024-12-21T04:42:50.313Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:42:50.313Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:42:50.429Z | info: downloading installer |
26 | 2024-12-21T04:42:51.982Z | info: profile set to 'default' |
27 | 2024-12-21T04:42:51.982Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:42:51.985Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:42:52.123Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:42:52.123Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:42:52.876Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:42:53.147Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:42:54.155Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:42:55.733Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:43:01.379Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:43:01.593Z | info: installing component 'cargo' |
37 | 2024-12-21T04:43:02.384Z | info: installing component 'clippy' |
38 | 2024-12-21T04:43:02.741Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:43:04.340Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:43:05.984Z | info: installing component 'rustc' |
41 | 2024-12-21T04:43:11.572Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:43:11.898Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:43:11.898Z | |
44 | 2024-12-21T04:43:12.270Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:43:12.270Z | |
46 | 2024-12-21T04:43:12.272Z | |
47 | 2024-12-21T04:43:12.272Z | Rust is installed now. Great! |
48 | 2024-12-21T04:43:12.272Z | |
49 | 2024-12-21T04:43:12.272Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:43:12.272Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:43:12.272Z | |
52 | 2024-12-21T04:43:12.272Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:43:12.272Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:43:12.272Z | |
55 | 2024-12-21T04:43:12.273Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:43:12.273Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:43:12.273Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:43:12.351Z | + rustc --version |
59 | 2024-12-21T04:43:12.412Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:43:12.414Z | process exited: duration 22107 ms, exit code 0 |
|
61 | 2024-12-21T04:43:12.424Z | starting task 2: "authentication" |
62 | 2024-12-21T04:43:12.444Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-21T04:43:12.453Z | starting task 3: "clone repository" |
64 | 2024-12-21T04:43:12.457Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T04:43:12.460Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T04:43:14.438Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T04:43:22.411Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T04:43:22.411Z | + git fetch origin 1c662f40df4fbb41e66cf538b887b47c22478181 |
69 | 2024-12-21T04:43:22.731Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T04:43:22.731Z | * branch 1c662f40df4fbb41e66cf538b887b47c22478181 -> FETCH_HEAD |
71 | 2024-12-21T04:43:22.741Z | + [[ -n renovate/test-strategy-0.x ]] |
72 | 2024-12-21T04:43:22.744Z | ++ git branch --show-current |
73 | 2024-12-21T04:43:22.746Z | + current=main |
74 | 2024-12-21T04:43:22.746Z | + [[ main != renovate/test-strategy-0.x ]] |
75 | 2024-12-21T04:43:22.746Z | + git branch -f renovate/test-strategy-0.x 1c662f40df4fbb41e66cf538b887b47c22478181 |
76 | 2024-12-21T04:43:22.749Z | + git checkout -f renovate/test-strategy-0.x |
77 | 2024-12-21T04:43:22.778Z | Switched to branch 'renovate/test-strategy-0.x' |
78 | 2024-12-21T04:43:22.781Z | + git reset --hard 1c662f40df4fbb41e66cf538b887b47c22478181 |
79 | 2024-12-21T04:43:22.811Z | HEAD is now at 1c662f40d Update Rust crate test-strategy to 0.4.0 |
80 | 2024-12-21T04:43:22.814Z | process exited: duration 10361 ms, exit code 0 |
|
81 | 2024-12-21T04:43:22.821Z | starting task 4: "build" |
82 | 2024-12-21T04:43:22.826Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T04:43:22.829Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T04:43:22.829Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T04:43:22.829Z | + cargo --version |
86 | 2024-12-21T04:43:22.883Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T04:43:22.886Z | + rustc --version |
88 | 2024-12-21T04:43:22.945Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T04:43:22.948Z | + cargo tree --locked |
90 | 2024-12-21T04:43:23.208Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-21T04:43:23.523Z | Updating crates.io index |
92 | 2024-12-21T04:43:23.604Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
93 | 2024-12-21T04:43:23.863Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-12-21T04:43:24.373Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-12-21T04:43:24.687Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
96 | 2024-12-21T04:43:25.017Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
97 | 2024-12-21T04:43:25.312Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
98 | 2024-12-21T04:43:26.287Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
99 | 2024-12-21T04:43:27.907Z | Updating git repository `https://github.com/oxidecomputer/opte` |
100 | 2024-12-21T04:43:28.517Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
101 | 2024-12-21T04:43:29.319Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
102 | 2024-12-21T04:43:29.585Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
103 | 2024-12-21T04:43:29.917Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
104 | 2024-12-21T04:43:30.544Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
105 | 2024-12-21T04:43:30.899Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
106 | 2024-12-21T04:43:31.211Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
107 | 2024-12-21T04:43:31.459Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
108 | 2024-12-21T04:43:31.708Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
109 | 2024-12-21T04:43:31.975Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
110 | 2024-12-21T04:43:32.255Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
111 | 2024-12-21T04:43:32.642Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
112 | 2024-12-21T04:43:32.912Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
113 | 2024-12-21T04:43:33.267Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
114 | 2024-12-21T04:43:33.762Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
115 | 2024-12-21T04:43:34.072Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
116 | 2024-12-21T04:43:34.582Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
117 | 2024-12-21T04:43:34.992Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
118 | 2024-12-21T04:43:35.329Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
119 | 2024-12-21T04:43:35.556Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
120 | 2024-12-21T04:43:35.809Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
121 | 2024-12-21T04:43:37.293Z | Downloading crates ... |
122 | 2024-12-21T04:43:37.413Z | Downloaded adler2 v2.0.0 |
123 | 2024-12-21T04:43:37.420Z | Downloaded addr2line v0.24.2 |
124 | 2024-12-21T04:43:37.448Z | Downloaded fxhash v0.2.1 |
125 | 2024-12-21T04:43:37.452Z | Downloaded anstyle-query v1.1.1 |
126 | 2024-12-21T04:43:37.455Z | Downloaded aes-gcm v0.10.3 |
127 | 2024-12-21T04:43:37.457Z | Downloaded anstyle-parse v0.2.5 |
128 | 2024-12-21T04:43:37.460Z | Downloaded anstream v0.6.15 |
129 | 2024-12-21T04:43:37.463Z | Downloaded allocator-api2 v0.2.18 |
130 | 2024-12-21T04:43:37.467Z | Downloaded foreign-types v0.3.2 |
131 | 2024-12-21T04:43:37.470Z | Downloaded arrayvec v0.7.6 |
132 | 2024-12-21T04:43:37.470Z | Downloaded approx v0.5.1 |
133 | 2024-12-21T04:43:37.473Z | Downloaded anes v0.1.6 |
134 | 2024-12-21T04:43:37.475Z | Downloaded arc-swap v1.7.1 |
135 | 2024-12-21T04:43:37.479Z | Downloaded hubpack_derive v0.1.1 |
136 | 2024-12-21T04:43:37.482Z | Downloaded guppy-workspace-hack v0.1.0 |
137 | 2024-12-21T04:43:37.482Z | Downloaded foreign-types-shared v0.1.1 |
138 | 2024-12-21T04:43:37.482Z | Downloaded anyhow v1.0.93 |
139 | 2024-12-21T04:43:37.486Z | Downloaded headers-core v0.3.0 |
140 | 2024-12-21T04:43:37.488Z | Downloaded http-range v0.1.5 |
141 | 2024-12-21T04:43:37.490Z | Downloaded assert-json-diff v2.0.2 |
142 | 2024-12-21T04:43:37.491Z | Downloaded ascii-canvas v3.0.0 |
143 | 2024-12-21T04:43:37.493Z | Downloaded argon2 v0.5.3 |
144 | 2024-12-21T04:43:37.493Z | Downloaded ahash v0.8.11 |
145 | 2024-12-21T04:43:37.496Z | Downloaded aes v0.8.4 |
146 | 2024-12-21T04:43:37.499Z | Downloaded anstyle v1.0.10 |
147 | 2024-12-21T04:43:37.502Z | Downloaded arrayref v0.3.9 |
148 | 2024-12-21T04:43:37.504Z | Downloaded glob v0.3.1 |
149 | 2024-12-21T04:43:37.507Z | Downloaded async-stream v0.3.6 |
150 | 2024-12-21T04:43:37.509Z | Downloaded http-body v1.0.1 |
151 | 2024-12-21T04:43:37.509Z | Downloaded ghash v0.5.1 |
152 | 2024-12-21T04:43:37.512Z | Downloaded futures-sink v0.3.31 |
153 | 2024-12-21T04:43:37.512Z | Downloaded funty v2.0.0 |
154 | 2024-12-21T04:43:37.514Z | Downloaded foreign-types-shared v0.3.1 |
155 | 2024-12-21T04:43:37.514Z | Downloaded backoff v0.4.0 |
156 | 2024-12-21T04:43:37.516Z | Downloaded flagset v0.4.6 |
157 | 2024-12-21T04:43:37.522Z | Downloaded atty v0.2.14 |
158 | 2024-12-21T04:43:37.525Z | Downloaded async-stream-impl v0.3.6 |
159 | 2024-12-21T04:43:37.525Z | Downloaded group v0.13.0 |
160 | 2024-12-21T04:43:37.525Z | Downloaded hostname v0.3.1 |
161 | 2024-12-21T04:43:37.527Z | Downloaded hex-literal v0.4.1 |
162 | 2024-12-21T04:43:37.527Z | Downloaded atomicwrites v0.4.4 |
163 | 2024-12-21T04:43:37.530Z | Downloaded futures-task v0.3.31 |
164 | 2024-12-21T04:43:37.532Z | Downloaded heck v0.3.3 |
165 | 2024-12-21T04:43:37.532Z | Downloaded filetime v0.2.25 |
166 | 2024-12-21T04:43:37.535Z | Downloaded hyper-tls v0.6.0 |
167 | 2024-12-21T04:43:37.539Z | Downloaded hubpack v0.1.2 |
168 | 2024-12-21T04:43:37.539Z | Downloaded hex v0.4.3 |
169 | 2024-12-21T04:43:37.541Z | Downloaded hostname v0.4.0 |
170 | 2024-12-21T04:43:37.541Z | Downloaded heck v0.5.0 |
171 | 2024-12-21T04:43:37.545Z | Downloaded home v0.5.9 |
172 | 2024-12-21T04:43:37.547Z | Downloaded fallible-iterator v0.3.0 |
173 | 2024-12-21T04:43:37.547Z | Downloaded autocfg v1.4.0 |
174 | 2024-12-21T04:43:37.550Z | Downloaded humantime v2.1.0 |
175 | 2024-12-21T04:43:37.550Z | Downloaded cfg_aliases v0.2.1 |
176 | 2024-12-21T04:43:37.552Z | Downloaded heck v0.4.1 |
177 | 2024-12-21T04:43:37.552Z | Downloaded httpdate v1.0.3 |
178 | 2024-12-21T04:43:37.555Z | Downloaded hash32 v0.3.1 |
179 | 2024-12-21T04:43:37.558Z | Downloaded cfg_aliases v0.1.1 |
180 | 2024-12-21T04:43:37.558Z | Downloaded hash32 v0.2.1 |
181 | 2024-12-21T04:43:37.560Z | Downloaded bitflags v1.3.2 |
182 | 2024-12-21T04:43:37.562Z | Downloaded async-recursion v1.1.1 |
183 | 2024-12-21T04:43:37.566Z | Downloaded num-iter v0.1.45 |
184 | 2024-12-21T04:43:37.569Z | Downloaded blocking v1.6.1 |
185 | 2024-12-21T04:43:37.572Z | Downloaded globset v0.4.15 |
186 | 2024-12-21T04:43:37.574Z | Downloaded num_threads v0.1.7 |
187 | 2024-12-21T04:43:37.574Z | Downloaded futures-channel v0.3.31 |
188 | 2024-12-21T04:43:37.577Z | Downloaded hashlink v0.9.1 |
189 | 2024-12-21T04:43:37.579Z | Downloaded blowfish v0.9.1 |
190 | 2024-12-21T04:43:37.583Z | Downloaded hyper-rustls v0.27.3 |
191 | 2024-12-21T04:43:37.586Z | Downloaded httptest v0.16.1 |
192 | 2024-12-21T04:43:37.588Z | Downloaded hyper-staticfile v0.10.1 |
193 | 2024-12-21T04:43:37.591Z | Downloaded precomputed-hash v0.1.1 |
194 | 2024-12-21T04:43:37.591Z | Downloaded russh-cryptovec v0.7.3 |
195 | 2024-12-21T04:43:37.591Z | Downloaded phf_shared v0.10.0 |
196 | 2024-12-21T04:43:37.593Z | Downloaded highway v1.2.0 |
197 | 2024-12-21T04:43:37.596Z | Downloaded hyper-rustls v0.26.0 |
198 | 2024-12-21T04:43:37.598Z | Downloaded iana-time-zone v0.1.61 |
199 | 2024-12-21T04:43:37.600Z | Downloaded httparse v1.9.5 |
200 | 2024-12-21T04:43:37.602Z | Downloaded castaway v0.2.3 |
201 | 2024-12-21T04:43:37.605Z | Downloaded cfg-if v1.0.0 |
202 | 2024-12-21T04:43:37.607Z | Downloaded cexpr v0.6.0 |
203 | 2024-12-21T04:43:37.610Z | Downloaded phf_shared v0.11.2 |
204 | 2024-12-21T04:43:37.610Z | Downloaded cbc v0.1.2 |
205 | 2024-12-21T04:43:37.612Z | Downloaded bitfield v0.14.0 |
206 | 2024-12-21T04:43:37.612Z | Downloaded chrono-tz-build v0.4.0 |
207 | 2024-12-21T04:43:37.614Z | Downloaded sqlparser_derive v0.2.2 |
208 | 2024-12-21T04:43:37.615Z | Downloaded bzip2 v0.4.4 |
209 | 2024-12-21T04:43:37.617Z | Downloaded termtree v0.4.1 |
210 | 2024-12-21T04:43:37.620Z | Downloaded chacha20 v0.9.1 |
211 | 2024-12-21T04:43:37.620Z | Downloaded bit-set v0.5.3 |
212 | 2024-12-21T04:43:37.623Z | Downloaded toolchain_find v0.4.0 |
213 | 2024-12-21T04:43:37.623Z | Downloaded async-executor v1.13.1 |
214 | 2024-12-21T04:43:37.625Z | Downloaded opaque-debug v0.3.1 |
215 | 2024-12-21T04:43:37.628Z | Downloaded num_enum_derive v0.5.11 |
216 | 2024-12-21T04:43:37.628Z | Downloaded errno v0.3.9 |
217 | 2024-12-21T04:43:37.632Z | Downloaded block-buffer v0.10.4 |
218 | 2024-12-21T04:43:37.632Z | Downloaded bcs v0.1.6 |
219 | 2024-12-21T04:43:37.635Z | Downloaded packed_struct_codegen v0.10.1 |
220 | 2024-12-21T04:43:37.638Z | Downloaded predicates-tree v1.0.11 |
221 | 2024-12-21T04:43:37.638Z | Downloaded peg v0.8.4 |
222 | 2024-12-21T04:43:37.641Z | Downloaded rand_chacha v0.3.1 |
223 | 2024-12-21T04:43:37.644Z | Downloaded rtoolbox v0.0.2 |
224 | 2024-12-21T04:43:37.646Z | Downloaded hmac v0.12.1 |
225 | 2024-12-21T04:43:37.648Z | Downloaded progenitor-macro v0.8.0 |
226 | 2024-12-21T04:43:37.648Z | Downloaded predicates-core v1.0.8 |
227 | 2024-12-21T04:43:37.650Z | Downloaded cargo_metadata v0.18.1 |
228 | 2024-12-21T04:43:37.653Z | Downloaded camino v1.1.9 |
229 | 2024-12-21T04:43:37.655Z | Downloaded futures-macro v0.3.31 |
230 | 2024-12-21T04:43:37.658Z | Downloaded fastrand v2.1.1 |
231 | 2024-12-21T04:43:37.658Z | Downloaded float-ord v0.3.2 |
232 | 2024-12-21T04:43:37.661Z | Downloaded similar-asserts v1.6.0 |
233 | 2024-12-21T04:43:37.663Z | Downloaded bitflags v2.6.0 |
234 | 2024-12-21T04:43:37.666Z | Downloaded cstr-argument v0.1.2 |
235 | 2024-12-21T04:43:37.668Z | Downloaded siphasher v0.3.11 |
236 | 2024-12-21T04:43:37.671Z | Downloaded rustversion v1.0.17 |
237 | 2024-12-21T04:43:37.673Z | Downloaded crunchy v0.2.2 |
238 | 2024-12-21T04:43:37.673Z | Downloaded crucible-workspace-hack v0.1.0 |
239 | 2024-12-21T04:43:37.677Z | Downloaded same-file v1.0.6 |
240 | 2024-12-21T04:43:37.679Z | Downloaded scheduled-thread-pool v0.2.7 |
241 | 2024-12-21T04:43:37.679Z | Downloaded rusty-fork v0.3.0 |
242 | 2024-12-21T04:43:37.682Z | Downloaded ident_case v1.0.1 |
243 | 2024-12-21T04:43:37.682Z | Downloaded ssh-encoding v0.2.0 |
244 | 2024-12-21T04:43:37.685Z | Downloaded utf-8 v0.7.6 |
245 | 2024-12-21T04:43:37.685Z | Downloaded pbkdf2 v0.12.2 |
246 | 2024-12-21T04:43:37.688Z | Downloaded matches v0.1.10 |
247 | 2024-12-21T04:43:37.688Z | Downloaded is_ci v1.2.0 |
248 | 2024-12-21T04:43:37.691Z | Downloaded tls_codec_derive v0.4.1 |
249 | 2024-12-21T04:43:37.693Z | Downloaded tui-tree-widget v0.22.0 |
250 | 2024-12-21T04:43:37.693Z | Downloaded topological-sort v0.2.2 |
251 | 2024-12-21T04:43:37.696Z | Downloaded instant v0.1.13 |
252 | 2024-12-21T04:43:37.698Z | Downloaded zone v0.3.0 |
253 | 2024-12-21T04:43:37.698Z | Downloaded xattr v1.3.1 |
254 | 2024-12-21T04:43:37.701Z | Downloaded unicode-linebreak v0.1.5 |
255 | 2024-12-21T04:43:37.704Z | Downloaded tls_codec v0.4.1 |
256 | 2024-12-21T04:43:37.706Z | Downloaded postcard v1.0.10 |
257 | 2024-12-21T04:43:37.710Z | Downloaded futures v0.3.31 |
258 | 2024-12-21T04:43:37.712Z | Downloaded newtype_derive v0.1.6 |
259 | 2024-12-21T04:43:37.714Z | Downloaded termios v0.3.3 |
260 | 2024-12-21T04:43:37.717Z | Downloaded ciborium-ll v0.2.2 |
261 | 2024-12-21T04:43:37.717Z | Downloaded termcolor v1.4.1 |
262 | 2024-12-21T04:43:37.719Z | Downloaded strum_macros v0.26.4 |
263 | 2024-12-21T04:43:37.722Z | Downloaded tabled_derive v0.7.0 |
264 | 2024-12-21T04:43:37.724Z | Downloaded tempfile v3.13.0 |
265 | 2024-12-21T04:43:37.727Z | Downloaded diesel_table_macro_syntax v0.2.0 |
266 | 2024-12-21T04:43:37.727Z | Downloaded version_check v0.9.5 |
267 | 2024-12-21T04:43:37.729Z | Downloaded utf16_iter v1.0.5 |
268 | 2024-12-21T04:43:37.732Z | Downloaded crypto-common v0.1.6 |
269 | 2024-12-21T04:43:37.732Z | Downloaded openssl-macros v0.1.1 |
270 | 2024-12-21T04:43:37.734Z | Downloaded partial-io v0.5.4 |
271 | 2024-12-21T04:43:37.736Z | Downloaded http-body-util v0.1.2 |
272 | 2024-12-21T04:43:37.736Z | Downloaded enum-as-inner v0.6.1 |
273 | 2024-12-21T04:43:37.739Z | Downloaded cipher v0.4.4 |
274 | 2024-12-21T04:43:37.742Z | Downloaded dyn-clone v1.0.17 |
275 | 2024-12-21T04:43:37.745Z | Downloaded convert_case v0.4.0 |
276 | 2024-12-21T04:43:37.745Z | Downloaded dunce v1.0.5 |
277 | 2024-12-21T04:43:37.745Z | Downloaded xz2 v0.1.7 |
278 | 2024-12-21T04:43:37.747Z | Downloaded pin-project-internal v1.1.6 |
279 | 2024-12-21T04:43:37.750Z | Downloaded pin-project v1.1.6 |
280 | 2024-12-21T04:43:37.761Z | Downloaded maybe-uninit v2.0.0 |
281 | 2024-12-21T04:43:37.763Z | Downloaded cfg-expr v0.17.0 |
282 | 2024-12-21T04:43:37.766Z | Downloaded progenitor-client v0.8.0 |
283 | 2024-12-21T04:43:37.769Z | Downloaded lockfree-object-pool v0.1.6 |
284 | 2024-12-21T04:43:37.771Z | Downloaded swrite v0.1.0 |
285 | 2024-12-21T04:43:37.771Z | Downloaded hyper-util v0.1.10 |
286 | 2024-12-21T04:43:37.775Z | Downloaded env_filter v0.1.2 |
287 | 2024-12-21T04:43:37.777Z | Downloaded oorandom v11.1.4 |
288 | 2024-12-21T04:43:37.780Z | Downloaded percent-encoding v2.3.1 |
289 | 2024-12-21T04:43:37.780Z | Downloaded hickory-server v0.24.1 |
290 | 2024-12-21T04:43:37.786Z | Downloaded base64 v0.22.1 |
291 | 2024-12-21T04:43:37.790Z | Downloaded rustc_version v0.4.1 |
292 | 2024-12-21T04:43:37.795Z | Downloaded heapless v0.7.17 |
293 | 2024-12-21T04:43:37.797Z | Downloaded console v0.15.8 |
294 | 2024-12-21T04:43:37.800Z | Downloaded walkdir v2.5.0 |
295 | 2024-12-21T04:43:37.803Z | Downloaded futures-lite v2.3.0 |
296 | 2024-12-21T04:43:37.805Z | Downloaded bytes v1.8.0 |
297 | 2024-12-21T04:43:37.808Z | Downloaded scopeguard v1.2.0 |
298 | 2024-12-21T04:43:37.811Z | Downloaded schemars_derive v0.8.21 |
299 | 2024-12-21T04:43:37.813Z | Downloaded progenitor v0.8.0 |
300 | 2024-12-21T04:43:37.813Z | Downloaded proc-macro-error-attr v1.0.4 |
301 | 2024-12-21T04:43:37.816Z | Downloaded path-tree v0.8.1 |
302 | 2024-12-21T04:43:37.820Z | Downloaded lock_api v0.4.12 |
303 | 2024-12-21T04:43:37.820Z | Downloaded md-5 v0.10.6 |
304 | 2024-12-21T04:43:37.822Z | Downloaded cookie_store v0.21.0 |
305 | 2024-12-21T04:43:37.822Z | Downloaded rcgen v0.12.1 |
306 | 2024-12-21T04:43:37.826Z | Downloaded polyval v0.6.2 |
307 | 2024-12-21T04:43:37.828Z | Downloaded ryu v1.0.18 |
308 | 2024-12-21T04:43:37.831Z | Downloaded derive_builder_macro v0.20.2 |
309 | 2024-12-21T04:43:37.834Z | Downloaded supports-color v3.0.1 |
310 | 2024-12-21T04:43:37.836Z | Downloaded slog-stdlog v4.1.1 |
311 | 2024-12-21T04:43:37.836Z | Downloaded fatfs v0.3.6 |
312 | 2024-12-21T04:43:37.839Z | Downloaded tiny-keccak v2.0.2 |
313 | 2024-12-21T04:43:37.842Z | Downloaded pem-rfc7468 v0.7.0 |
314 | 2024-12-21T04:43:37.845Z | Downloaded dhcproto-macros v0.1.0 |
315 | 2024-12-21T04:43:37.848Z | Downloaded snafu v0.8.5 |
316 | 2024-12-21T04:43:37.853Z | Downloaded rustfmt-wrapper v0.2.1 |
317 | 2024-12-21T04:43:37.855Z | Downloaded icu_provider_macros v1.5.0 |
318 | 2024-12-21T04:43:37.858Z | Downloaded unicode-properties v0.1.3 |
319 | 2024-12-21T04:43:37.860Z | Downloaded ecdsa v0.16.9 |
320 | 2024-12-21T04:43:37.860Z | Downloaded pkcs8 v0.10.2 |
321 | 2024-12-21T04:43:37.864Z | Downloaded utf8parse v0.2.2 |
322 | 2024-12-21T04:43:37.867Z | Downloaded utf8_iter v1.0.4 |
323 | 2024-12-21T04:43:37.867Z | Downloaded proc-macro-error v1.0.4 |
324 | 2024-12-21T04:43:37.870Z | Downloaded mirai-annotations v1.12.0 |
325 | 2024-12-21T04:43:37.873Z | Downloaded serde_regex v1.1.0 |
326 | 2024-12-21T04:43:37.873Z | Downloaded rust-argon2 v2.1.0 |
327 | 2024-12-21T04:43:37.875Z | Downloaded strip-ansi-escapes v0.2.0 |
328 | 2024-12-21T04:43:37.878Z | Downloaded stringprep v0.1.5 |
329 | 2024-12-21T04:43:37.880Z | Downloaded zone v0.1.8 |
330 | 2024-12-21T04:43:37.880Z | Downloaded thiserror v1.0.69 |
331 | 2024-12-21T04:43:37.885Z | Downloaded constant_time_eq v0.3.1 |
332 | 2024-12-21T04:43:37.887Z | Downloaded rstest_macros v0.23.0 |
333 | 2024-12-21T04:43:37.890Z | Downloaded tokio-tungstenite v0.24.0 |
334 | 2024-12-21T04:43:37.893Z | Downloaded md5 v0.7.0 |
335 | 2024-12-21T04:43:37.895Z | Downloaded mockall_derive v0.13.0 |
336 | 2024-12-21T04:43:37.898Z | Downloaded match_cfg v0.1.0 |
337 | 2024-12-21T04:43:37.898Z | Downloaded slog-term v2.9.1 |
338 | 2024-12-21T04:43:37.900Z | Downloaded unicase v2.7.0 |
339 | 2024-12-21T04:43:37.902Z | Downloaded tokio-rustls v0.26.0 |
340 | 2024-12-21T04:43:37.905Z | Downloaded unarray v0.1.4 |
341 | 2024-12-21T04:43:37.908Z | Downloaded time-macros v0.2.18 |
342 | 2024-12-21T04:43:37.911Z | Downloaded plotters-svg v0.3.7 |
343 | 2024-12-21T04:43:37.913Z | Downloaded schemars v0.8.21 |
344 | 2024-12-21T04:43:37.923Z | Downloaded pathdiff v0.2.2 |
345 | 2024-12-21T04:43:37.926Z | Downloaded lalrpop-util v0.19.12 |
346 | 2024-12-21T04:43:37.926Z | Downloaded linear-map v1.2.0 |
347 | 2024-12-21T04:43:37.928Z | Downloaded crossbeam-deque v0.8.5 |
348 | 2024-12-21T04:43:37.930Z | Downloaded defmt-parser v0.3.4 |
349 | 2024-12-21T04:43:37.933Z | Downloaded data-encoding v2.6.0 |
350 | 2024-12-21T04:43:37.933Z | Downloaded scroll v0.12.0 |
351 | 2024-12-21T04:43:37.935Z | Downloaded env_logger v0.10.2 |
352 | 2024-12-21T04:43:37.939Z | Downloaded icu_normalizer_data v1.5.0 |
353 | 2024-12-21T04:43:37.943Z | Downloaded ed25519 v2.2.3 |
354 | 2024-12-21T04:43:37.943Z | Downloaded const_format_proc_macros v0.2.33 |
355 | 2024-12-21T04:43:37.946Z | Downloaded colored v2.1.0 |
356 | 2024-12-21T04:43:37.948Z | Downloaded event-listener v2.5.3 |
357 | 2024-12-21T04:43:37.951Z | Downloaded ena v0.14.3 |
358 | 2024-12-21T04:43:37.951Z | Downloaded slog-bunyan v2.5.0 |
359 | 2024-12-21T04:43:37.953Z | Downloaded serde_with_macros v3.11.0 |
360 | 2024-12-21T04:43:37.956Z | Downloaded shell-words v1.1.0 |
361 | 2024-12-21T04:43:37.956Z | Downloaded derive_builder_core v0.20.2 |
362 | 2024-12-21T04:43:37.958Z | Downloaded tokio-rustls v0.25.0 |
363 | 2024-12-21T04:43:37.961Z | Downloaded papergrid v0.11.0 |
364 | 2024-12-21T04:43:37.965Z | Downloaded tower-service v0.3.3 |
365 | 2024-12-21T04:43:37.968Z | Downloaded lru-cache v0.1.2 |
366 | 2024-12-21T04:43:37.968Z | Downloaded idna_adapter v1.2.0 |
367 | 2024-12-21T04:43:37.971Z | Downloaded plotters-backend v0.3.7 |
368 | 2024-12-21T04:43:37.974Z | Downloaded usdt-attr-macro v0.5.0 |
369 | 2024-12-21T04:43:37.974Z | Downloaded yoke v0.7.4 |
370 | 2024-12-21T04:43:37.977Z | Downloaded samael v0.0.17 |
371 | 2024-12-21T04:43:37.981Z | Downloaded ciborium-io v0.2.2 |
372 | 2024-12-21T04:43:37.984Z | Downloaded poly1305 v0.8.0 |
373 | 2024-12-21T04:43:37.987Z | Downloaded serde_derive v1.0.215 |
374 | 2024-12-21T04:43:37.990Z | Downloaded tungstenite v0.21.0 |
375 | 2024-12-21T04:43:37.993Z | Downloaded yoke-derive v0.7.4 |
376 | 2024-12-21T04:43:37.995Z | Downloaded hashbrown v0.12.3 |
377 | 2024-12-21T04:43:37.999Z | Downloaded parse-zoneinfo v0.3.1 |
378 | 2024-12-21T04:43:38.001Z | Downloaded slog-json v2.6.1 |
379 | 2024-12-21T04:43:38.004Z | Downloaded yasna v0.5.2 |
380 | 2024-12-21T04:43:38.006Z | Downloaded plain v0.2.3 |
381 | 2024-12-21T04:43:38.015Z | Downloaded owo-colors v4.1.0 |
382 | 2024-12-21T04:43:38.015Z | Downloaded rand_seeder v0.3.0 |
383 | 2024-12-21T04:43:38.015Z | Downloaded textwrap v0.16.1 |
384 | 2024-12-21T04:43:38.015Z | Downloaded test-strategy v0.4.0 |
385 | 2024-12-21T04:43:38.019Z | Downloaded dhcproto v0.12.0 |
386 | 2024-12-21T04:43:38.022Z | Downloaded thiserror-impl v1.0.69 |
387 | 2024-12-21T04:43:38.025Z | Downloaded stringmetrics v2.2.2 |
388 | 2024-12-21T04:43:38.027Z | Downloaded oso-derive v0.27.3 |
389 | 2024-12-21T04:43:38.028Z | Downloaded num-bigint-dig v0.8.4 |
390 | 2024-12-21T04:43:38.033Z | Downloaded structmeta v0.3.0 |
391 | 2024-12-21T04:43:38.036Z | Downloaded pretty-hex v0.2.1 |
392 | 2024-12-21T04:43:38.036Z | Downloaded tinystr v0.7.6 |
393 | 2024-12-21T04:43:38.039Z | Downloaded usdt v0.5.0 |
394 | 2024-12-21T04:43:38.041Z | Downloaded uuid v1.11.0 |
395 | 2024-12-21T04:43:38.043Z | Downloaded unicode-ident v1.0.13 |
396 | 2024-12-21T04:43:38.045Z | Downloaded uzers v0.12.1 |
397 | 2024-12-21T04:43:38.048Z | Downloaded ron v0.8.1 |
398 | 2024-12-21T04:43:38.054Z | Downloaded digest v0.10.7 |
399 | 2024-12-21T04:43:38.057Z | Downloaded writeable v0.5.5 |
400 | 2024-12-21T04:43:38.060Z | Downloaded usdt-impl v0.5.0 |
401 | 2024-12-21T04:43:38.063Z | Downloaded sha2 v0.10.8 |
402 | 2024-12-21T04:43:38.066Z | Downloaded pretty-hex v0.4.1 |
403 | 2024-12-21T04:43:38.066Z | Downloaded serde_urlencoded v0.7.1 |
404 | 2024-12-21T04:43:38.068Z | Downloaded pest_generator v2.7.14 |
405 | 2024-12-21T04:43:38.070Z | Downloaded parking_lot v0.12.3 |
406 | 2024-12-21T04:43:38.073Z | Downloaded debug-ignore v1.0.5 |
407 | 2024-12-21T04:43:38.076Z | Downloaded serde_yaml v0.9.34+deprecated |
408 | 2024-12-21T04:43:38.079Z | Downloaded concurrent-queue v2.5.0 |
409 | 2024-12-21T04:43:38.081Z | Downloaded parking_lot_core v0.9.10 |
410 | 2024-12-21T04:43:38.084Z | Downloaded rustc-demangle v0.1.24 |
411 | 2024-12-21T04:43:38.087Z | Downloaded event-listener v5.3.1 |
412 | 2024-12-21T04:43:38.090Z | Downloaded display-error-chain v0.2.2 |
413 | 2024-12-21T04:43:38.090Z | Downloaded dirs-sys-next v0.1.2 |
414 | 2024-12-21T04:43:38.093Z | Downloaded dirs-next v2.0.0 |
415 | 2024-12-21T04:43:38.095Z | Downloaded hashbrown v0.15.1 |
416 | 2024-12-21T04:43:38.100Z | Downloaded memoffset v0.9.1 |
417 | 2024-12-21T04:43:38.102Z | Downloaded maplit v1.0.2 |
418 | 2024-12-21T04:43:38.106Z | Downloaded vte_generate_state_changes v0.1.2 |
419 | 2024-12-21T04:43:38.106Z | Downloaded ppv-lite86 v0.2.20 |
420 | 2024-12-21T04:43:38.108Z | Downloaded thiserror-impl v2.0.3 |
421 | 2024-12-21T04:43:38.108Z | Downloaded yansi v1.0.1 |
422 | 2024-12-21T04:43:38.112Z | Downloaded num-derive v0.4.2 |
423 | 2024-12-21T04:43:38.114Z | Downloaded miniz_oxide v0.8.0 |
424 | 2024-12-21T04:43:38.117Z | Downloaded indent_write v2.2.0 |
425 | 2024-12-21T04:43:38.120Z | Downloaded icu_locid_transform v1.5.0 |
426 | 2024-12-21T04:43:38.123Z | Downloaded doc-comment v0.3.3 |
427 | 2024-12-21T04:43:38.123Z | Downloaded flate2 v1.0.34 |
428 | 2024-12-21T04:43:38.128Z | Downloaded synstructure v0.13.1 |
429 | 2024-12-21T04:43:38.131Z | Downloaded tabwriter v1.4.0 |
430 | 2024-12-21T04:43:38.133Z | Downloaded equivalent v1.0.1 |
431 | 2024-12-21T04:43:38.134Z | Downloaded datatest-stable v0.2.9 |
432 | 2024-12-21T04:43:38.137Z | Downloaded crc32fast v1.4.2 |
433 | 2024-12-21T04:43:38.137Z | Downloaded pest_meta v2.7.14 |
434 | 2024-12-21T04:43:38.139Z | Downloaded jobserver v0.1.32 |
435 | 2024-12-21T04:43:38.142Z | Downloaded hyper v1.5.0 |
436 | 2024-12-21T04:43:38.148Z | Downloaded thiserror-impl-no-std v2.0.2 |
437 | 2024-12-21T04:43:38.151Z | Downloaded newline-converter v0.3.0 |
438 | 2024-12-21T04:43:38.151Z | Downloaded snafu-derive v0.8.5 |
439 | 2024-12-21T04:43:38.154Z | Downloaded russh v0.45.0 |
440 | 2024-12-21T04:43:38.160Z | Downloaded signal-hook-tokio v0.3.1 |
441 | 2024-12-21T04:43:38.163Z | Downloaded thread-id v4.2.2 |
442 | 2024-12-21T04:43:38.163Z | Downloaded thiserror-no-std v2.0.2 |
443 | 2024-12-21T04:43:38.165Z | Downloaded signal-hook-registry v1.4.2 |
444 | 2024-12-21T04:43:38.168Z | Downloaded parse-size v1.1.0 |
445 | 2024-12-21T04:43:38.168Z | Downloaded signal-hook-mio v0.2.4 |
446 | 2024-12-21T04:43:38.170Z | Downloaded zerovec-derive v0.10.3 |
447 | 2024-12-21T04:43:38.173Z | Downloaded socket2 v0.5.7 |
448 | 2024-12-21T04:43:38.173Z | Downloaded tokio-util v0.7.12 |
449 | 2024-12-21T04:43:38.179Z | Downloaded colorchoice v1.0.2 |
450 | 2024-12-21T04:43:38.182Z | Downloaded which v4.4.2 |
451 | 2024-12-21T04:43:38.185Z | Downloaded num-bigint v0.4.6 |
452 | 2024-12-21T04:43:38.187Z | Downloaded darling v0.20.10 |
453 | 2024-12-21T04:43:38.192Z | Downloaded semver v0.1.20 |
454 | 2024-12-21T04:43:38.195Z | Downloaded kv-log-macro v1.0.7 |
455 | 2024-12-21T04:43:38.197Z | Downloaded serde_tokenstream v0.2.2 |
456 | 2024-12-21T04:43:38.199Z | Downloaded mockall v0.13.0 |
457 | 2024-12-21T04:43:38.199Z | Downloaded ssh-key v0.6.6 |
458 | 2024-12-21T04:43:38.206Z | Downloaded zerovec v0.10.4 |
459 | 2024-12-21T04:43:38.212Z | Downloaded new_debug_unreachable v1.0.6 |
460 | 2024-12-21T04:43:38.215Z | Downloaded indoc v2.0.5 |
461 | 2024-12-21T04:43:38.217Z | Downloaded impl-trait-for-tuples v0.2.2 |
462 | 2024-12-21T04:43:38.220Z | Downloaded indoc v1.0.9 |
463 | 2024-12-21T04:43:38.223Z | Downloaded want v0.3.1 |
464 | 2024-12-21T04:43:38.223Z | Downloaded universal-hash v0.5.1 |
465 | 2024-12-21T04:43:38.226Z | Downloaded memmap v0.7.0 |
466 | 2024-12-21T04:43:38.226Z | Downloaded crossterm v0.28.1 |
467 | 2024-12-21T04:43:38.232Z | Downloaded pkg-config v0.3.31 |
468 | 2024-12-21T04:43:38.235Z | Downloaded aws-lc-rs v1.10.0 |
469 | 2024-12-21T04:43:38.244Z | Downloaded peg-runtime v0.8.3 |
470 | 2024-12-21T04:43:38.247Z | Downloaded mio v1.0.2 |
471 | 2024-12-21T04:43:38.250Z | Downloaded slog-dtrace v0.3.0 |
472 | 2024-12-21T04:43:38.252Z | Downloaded derive_builder v0.20.2 |
473 | 2024-12-21T04:43:38.257Z | Downloaded rustyline v14.0.0 |
474 | 2024-12-21T04:43:38.262Z | Downloaded nested v0.1.1 |
475 | 2024-12-21T04:43:38.265Z | Downloaded endian-type v0.1.2 |
476 | 2024-12-21T04:43:38.265Z | Downloaded darling_macro v0.20.10 |
477 | 2024-12-21T04:43:38.267Z | Downloaded dof v0.3.0 |
478 | 2024-12-21T04:43:38.267Z | Downloaded env_logger v0.11.5 |
479 | 2024-12-21T04:43:38.270Z | Downloaded crossbeam-channel v0.5.13 |
480 | 2024-12-21T04:43:38.274Z | Downloaded rustls-webpki v0.101.7 |
481 | 2024-12-21T04:43:38.289Z | Downloaded target-triple v0.1.3 |
482 | 2024-12-21T04:43:38.292Z | Downloaded thread_local v1.1.8 |
483 | 2024-12-21T04:43:38.292Z | Downloaded subtle v2.6.1 |
484 | 2024-12-21T04:43:38.295Z | Downloaded spki v0.7.3 |
485 | 2024-12-21T04:43:38.295Z | Downloaded litemap v0.7.3 |
486 | 2024-12-21T04:43:38.297Z | Downloaded tokio-postgres v0.7.12 |
487 | 2024-12-21T04:43:38.302Z | Downloaded cpufeatures v0.2.14 |
488 | 2024-12-21T04:43:38.304Z | Downloaded url v2.5.3 |
489 | 2024-12-21T04:43:38.307Z | Downloaded quote v1.0.37 |
490 | 2024-12-21T04:43:38.310Z | Downloaded downcast v0.11.0 |
491 | 2024-12-21T04:43:38.313Z | Downloaded nibble_vec v0.1.0 |
492 | 2024-12-21T04:43:38.316Z | Downloaded newtype-uuid v1.1.3 |
493 | 2024-12-21T04:43:38.316Z | Downloaded p256 v0.13.2 |
494 | 2024-12-21T04:43:38.318Z | Downloaded clap v4.5.21 |
495 | 2024-12-21T04:43:38.327Z | Downloaded waitgroup v0.1.2 |
496 | 2024-12-21T04:43:38.330Z | Downloaded phf_generator v0.11.2 |
497 | 2024-12-21T04:43:38.333Z | Downloaded phf_codegen v0.11.2 |
498 | 2024-12-21T04:43:38.333Z | Downloaded libsw v3.3.1 |
499 | 2024-12-21T04:43:38.333Z | Downloaded embedded-io v0.6.1 |
500 | 2024-12-21T04:43:38.335Z | Downloaded embedded-io v0.4.0 |
501 | 2024-12-21T04:43:38.338Z | Downloaded const-oid v0.9.6 |
502 | 2024-12-21T04:43:38.341Z | Downloaded secrecy v0.8.0 |
503 | 2024-12-21T04:43:38.341Z | Downloaded rand_xorshift v0.3.0 |
504 | 2024-12-21T04:43:38.344Z | Downloaded radium v0.7.0 |
505 | 2024-12-21T04:43:38.344Z | Downloaded r2d2 v0.8.10 |
506 | 2024-12-21T04:43:38.346Z | Downloaded tungstenite v0.24.0 |
507 | 2024-12-21T04:43:38.349Z | Downloaded thiserror v2.0.3 |
508 | 2024-12-21T04:43:38.354Z | Downloaded pem v3.0.4 |
509 | 2024-12-21T04:43:38.357Z | Downloaded pbkdf2 v0.11.0 |
510 | 2024-12-21T04:43:38.359Z | Downloaded scroll_derive v0.12.0 |
511 | 2024-12-21T04:43:38.359Z | Downloaded curve25519-dalek-derive v0.1.1 |
512 | 2024-12-21T04:43:38.362Z | Downloaded toml_datetime v0.6.8 |
513 | 2024-12-21T04:43:38.362Z | Downloaded password-hash v0.4.2 |
514 | 2024-12-21T04:43:38.366Z | Downloaded indicatif v0.17.9 |
515 | 2024-12-21T04:43:38.368Z | Downloaded write16 v1.0.0 |
516 | 2024-12-21T04:43:38.371Z | Downloaded pkcs1 v0.7.5 |
517 | 2024-12-21T04:43:38.374Z | Downloaded target-spec v3.2.2 |
518 | 2024-12-21T04:43:38.376Z | Downloaded zerofrom v0.1.4 |
519 | 2024-12-21T04:43:38.376Z | Downloaded cobs v0.2.3 |
520 | 2024-12-21T04:43:38.376Z | Downloaded openssl-sys v0.9.103 |
521 | 2024-12-21T04:43:38.381Z | Downloaded deranged v0.3.11 |
522 | 2024-12-21T04:43:38.384Z | Downloaded compact_str v0.8.0 |
523 | 2024-12-21T04:43:38.387Z | Downloaded proptest v1.5.0 |
524 | 2024-12-21T04:43:38.397Z | Downloaded mime v0.3.17 |
525 | 2024-12-21T04:43:38.399Z | Downloaded salty v0.3.0 |
526 | 2024-12-21T04:43:38.405Z | Downloaded quick-error v1.2.3 |
527 | 2024-12-21T04:43:38.408Z | Downloaded sqlformat v0.2.6 |
528 | 2024-12-21T04:43:38.410Z | Downloaded multimap v0.10.0 |
529 | 2024-12-21T04:43:38.410Z | Downloaded keccak v0.1.5 |
530 | 2024-12-21T04:43:38.412Z | Downloaded itoa v1.0.11 |
531 | 2024-12-21T04:43:38.415Z | Downloaded subprocess v0.2.9 |
532 | 2024-12-21T04:43:38.417Z | Downloaded rand_core v0.6.4 |
533 | 2024-12-21T04:43:38.417Z | Downloaded memchr v2.7.4 |
534 | 2024-12-21T04:43:38.423Z | Downloaded zone_cfg_derive v0.1.2 |
535 | 2024-12-21T04:43:38.425Z | Downloaded usdt-macro v0.5.0 |
536 | 2024-12-21T04:43:38.425Z | Downloaded try-lock v0.2.5 |
537 | 2024-12-21T04:43:38.428Z | Downloaded sigpipe v0.1.3 |
538 | 2024-12-21T04:43:38.428Z | Downloaded unicode-truncate v1.1.0 |
539 | 2024-12-21T04:43:38.430Z | Downloaded typify v0.2.0 |
540 | 2024-12-21T04:43:38.435Z | Downloaded zerocopy v0.6.6 |
541 | 2024-12-21T04:43:38.438Z | Downloaded ctr v0.9.2 |
542 | 2024-12-21T04:43:38.440Z | Downloaded rayon-core v1.12.1 |
543 | 2024-12-21T04:43:38.443Z | Downloaded time-core v0.1.2 |
544 | 2024-12-21T04:43:38.445Z | Downloaded escape8259 v0.5.3 |
545 | 2024-12-21T04:43:38.447Z | Downloaded elliptic-curve v0.13.8 |
546 | 2024-12-21T04:43:38.450Z | Downloaded dsl_auto_type v0.1.2 |
547 | 2024-12-21T04:43:38.452Z | Downloaded dtrace-parser v0.2.0 |
548 | 2024-12-21T04:43:38.452Z | Downloaded async-std v1.13.0 |
549 | 2024-12-21T04:43:38.474Z | Downloaded number_prefix v0.4.0 |
550 | 2024-12-21T04:43:38.476Z | Downloaded lru v0.12.5 |
551 | 2024-12-21T04:43:38.476Z | Downloaded lazycell v1.3.0 |
552 | 2024-12-21T04:43:38.479Z | Downloaded lazy_static v1.5.0 |
553 | 2024-12-21T04:43:38.481Z | Downloaded kstat-rs v0.2.4 |
554 | 2024-12-21T04:43:38.481Z | Downloaded is-terminal v0.4.13 |
555 | 2024-12-21T04:43:38.484Z | Downloaded ipnetwork v0.20.0 |
556 | 2024-12-21T04:43:38.484Z | Downloaded mime_guess v2.0.5 |
557 | 2024-12-21T04:43:38.487Z | Downloaded der_derive v0.7.3 |
558 | 2024-12-21T04:43:38.490Z | Downloaded x509-cert v0.2.5 |
559 | 2024-12-21T04:43:38.495Z | Downloaded serde-big-array v0.5.1 |
560 | 2024-12-21T04:43:38.499Z | Downloaded vte v0.11.1 |
561 | 2024-12-21T04:43:38.499Z | Downloaded darling_core v0.20.10 |
562 | 2024-12-21T04:43:38.505Z | Downloaded untrusted v0.9.0 |
563 | 2024-12-21T04:43:38.508Z | Downloaded parse-display v0.10.0 |
564 | 2024-12-21T04:43:38.508Z | Downloaded bitvec v1.0.1 |
565 | 2024-12-21T04:43:38.522Z | Downloaded strum v0.26.3 |
566 | 2024-12-21T04:43:38.531Z | Downloaded threadpool v1.8.1 |
567 | 2024-12-21T04:43:38.531Z | Downloaded tap v1.0.1 |
568 | 2024-12-21T04:43:38.534Z | Downloaded smf v0.2.3 |
569 | 2024-12-21T04:43:38.534Z | Downloaded enum-as-inner v0.5.1 |
570 | 2024-12-21T04:43:38.535Z | Downloaded defmt-macros v0.3.9 |
571 | 2024-12-21T04:43:38.535Z | Downloaded criterion-plot v0.5.0 |
572 | 2024-12-21T04:43:38.538Z | Downloaded smawk v0.3.2 |
573 | 2024-12-21T04:43:38.538Z | Downloaded pretty_assertions v1.4.1 |
574 | 2024-12-21T04:43:38.541Z | Downloaded portable-atomic v1.9.0 |
575 | 2024-12-21T04:43:38.544Z | Downloaded openssl-probe v0.1.5 |
576 | 2024-12-21T04:43:38.548Z | Downloaded bindgen v0.69.5 |
577 | 2024-12-21T04:43:38.553Z | Downloaded num_enum v0.5.11 |
578 | 2024-12-21T04:43:38.558Z | Downloaded serde-hex v0.1.0 |
579 | 2024-12-21T04:43:38.561Z | Downloaded static_assertions v1.1.0 |
580 | 2024-12-21T04:43:38.564Z | Downloaded psl-types v2.0.11 |
581 | 2024-12-21T04:43:38.564Z | Downloaded stable_deref_trait v1.2.0 |
582 | 2024-12-21T04:43:38.566Z | Downloaded slog-envlogger v2.2.0 |
583 | 2024-12-21T04:43:38.566Z | Downloaded target-lexicon v0.12.16 |
584 | 2024-12-21T04:43:38.569Z | Downloaded russh-keys v0.45.0 |
585 | 2024-12-21T04:43:38.572Z | Downloaded parse-display-derive v0.10.0 |
586 | 2024-12-21T04:43:38.572Z | Downloaded twox-hash v1.6.3 |
587 | 2024-12-21T04:43:38.575Z | Downloaded tracing-core v0.1.32 |
588 | 2024-12-21T04:43:38.577Z | Downloaded unicode_categories v0.1.1 |
589 | 2024-12-21T04:43:38.580Z | Downloaded rsa v0.9.6 |
590 | 2024-12-21T04:43:38.583Z | Downloaded polling v3.7.3 |
591 | 2024-12-21T04:43:38.587Z | Downloaded defmt v0.3.8 |
592 | 2024-12-21T04:43:38.590Z | Downloaded strum_macros v0.25.3 |
593 | 2024-12-21T04:43:38.593Z | Downloaded take_mut v0.2.2 |
594 | 2024-12-21T04:43:38.596Z | Downloaded macaddr v1.0.1 |
595 | 2024-12-21T04:43:38.596Z | Downloaded strum_macros v0.24.3 |
596 | 2024-12-21T04:43:38.599Z | Downloaded icu_locid_transform_data v1.5.0 |
597 | 2024-12-21T04:43:38.599Z | Downloaded internet-checksum v0.2.1 |
598 | 2024-12-21T04:43:38.603Z | Downloaded tokio-macros v2.4.0 |
599 | 2024-12-21T04:43:38.603Z | Downloaded inout v0.1.3 |
600 | 2024-12-21T04:43:38.605Z | Downloaded serde_plain v1.0.2 |
601 | 2024-12-21T04:43:38.605Z | Downloaded tinyvec v1.8.0 |
602 | 2024-12-21T04:43:38.608Z | Downloaded tokio-native-tls v0.3.1 |
603 | 2024-12-21T04:43:38.611Z | Downloaded sync_wrapper v1.0.1 |
604 | 2024-12-21T04:43:38.611Z | Downloaded sync-ptr v0.1.1 |
605 | 2024-12-21T04:43:38.611Z | Downloaded olpc-cjson v0.1.4 |
606 | 2024-12-21T04:43:38.614Z | Downloaded git2 v0.19.0 |
607 | 2024-12-21T04:43:38.621Z | Downloaded piper v0.2.4 |
608 | 2024-12-21T04:43:38.624Z | Downloaded zerocopy-derive v0.7.35 |
609 | 2024-12-21T04:43:38.628Z | Downloaded phf v0.11.2 |
610 | 2024-12-21T04:43:38.631Z | Downloaded cmake v0.1.51 |
611 | 2024-12-21T04:43:38.631Z | Downloaded ed25519-dalek v2.1.1 |
612 | 2024-12-21T04:43:38.634Z | Downloaded crossbeam-epoch v0.9.18 |
613 | 2024-12-21T04:43:38.636Z | Downloaded slog v2.7.0 |
614 | 2024-12-21T04:43:38.640Z | Downloaded managed v0.8.0 |
615 | 2024-12-21T04:43:38.642Z | Downloaded similar v2.6.0 |
616 | 2024-12-21T04:43:38.646Z | Downloaded typify-macro v0.2.0 |
617 | 2024-12-21T04:43:38.649Z | Downloaded quick-xml v0.33.0 |
618 | 2024-12-21T04:43:38.654Z | Downloaded powerfmt v0.2.0 |
619 | 2024-12-21T04:43:38.656Z | Downloaded clap_lex v0.7.2 |
620 | 2024-12-21T04:43:38.659Z | Downloaded vsss-rs v3.3.4 |
621 | 2024-12-21T04:43:38.659Z | Downloaded nu-ansi-term v0.50.1 |
622 | 2024-12-21T04:43:38.662Z | Downloaded primeorder v0.13.6 |
623 | 2024-12-21T04:43:38.665Z | Downloaded icu_provider v1.5.0 |
624 | 2024-12-21T04:43:38.667Z | Downloaded p521 v0.13.3 |
625 | 2024-12-21T04:43:38.671Z | Downloaded der v0.7.9 |
626 | 2024-12-21T04:43:38.676Z | Downloaded reqwest v0.12.9 |
627 | 2024-12-21T04:43:38.685Z | Downloaded parking_lot v0.11.2 |
628 | 2024-12-21T04:43:38.688Z | Downloaded omicron-zone-package v0.11.1 |
629 | 2024-12-21T04:43:38.691Z | Downloaded proc-macro-crate v3.2.0 |
630 | 2024-12-21T04:43:38.694Z | Downloaded postgres-types v0.2.8 |
631 | 2024-12-21T04:43:38.696Z | Downloaded pin-project-lite v0.2.14 |
632 | 2024-12-21T04:43:38.700Z | Downloaded tar v0.4.42 |
633 | 2024-12-21T04:43:38.703Z | Downloaded icu_properties v1.5.1 |
634 | 2024-12-21T04:43:38.706Z | Downloaded icu_normalizer v1.5.0 |
635 | 2024-12-21T04:43:38.710Z | Downloaded clap_derive v4.5.18 |
636 | 2024-12-21T04:43:38.712Z | Downloaded zip v0.6.6 |
637 | 2024-12-21T04:43:38.717Z | Downloaded openssl v0.10.66 |
638 | 2024-12-21T04:43:38.727Z | Downloaded tinytemplate v1.2.1 |
639 | 2024-12-21T04:43:38.729Z | Downloaded gimli v0.31.1 |
640 | 2024-12-21T04:43:38.738Z | Downloaded idna v0.2.3 |
641 | 2024-12-21T04:43:38.744Z | Downloaded ucd-trie v0.1.7 |
642 | 2024-12-21T04:43:38.747Z | Downloaded serde v1.0.215 |
643 | 2024-12-21T04:43:38.750Z | Downloaded libxml v0.3.3 |
644 | 2024-12-21T04:43:38.756Z | Downloaded vergen v8.3.2 |
645 | 2024-12-21T04:43:38.759Z | Downloaded dropshot_endpoint v0.13.0 |
646 | 2024-12-21T04:43:38.762Z | Downloaded minimal-lexical v0.2.1 |
647 | 2024-12-21T04:43:38.767Z | Downloaded idna v1.0.3 |
648 | 2024-12-21T04:43:38.771Z | Downloaded pin-utils v0.1.0 |
649 | 2024-12-21T04:43:38.774Z | Downloaded whoami v1.5.2 |
650 | 2024-12-21T04:43:38.776Z | Downloaded tinyvec_macros v0.1.1 |
651 | 2024-12-21T04:43:38.776Z | Downloaded postgres-protocol v0.6.7 |
652 | 2024-12-21T04:43:38.779Z | Downloaded nanorand v0.7.0 |
653 | 2024-12-21T04:43:38.781Z | Downloaded rustls-pki-types v1.10.0 |
654 | 2024-12-21T04:43:38.784Z | Downloaded value-bag v1.9.0 |
655 | 2024-12-21T04:43:38.787Z | Downloaded regex v1.11.1 |
656 | 2024-12-21T04:43:38.801Z | Downloaded serde_json v1.0.133 |
657 | 2024-12-21T04:43:38.808Z | Downloaded zerocopy-derive v0.8.10 |
658 | 2024-12-21T04:43:38.814Z | Downloaded syn v2.0.87 |
659 | 2024-12-21T04:43:38.827Z | Downloaded steno v0.4.1 |
660 | 2024-12-21T04:43:38.831Z | Downloaded publicsuffix v2.2.3 |
661 | 2024-12-21T04:43:38.834Z | Downloaded object v0.30.4 |
662 | 2024-12-21T04:43:38.844Z | Downloaded idna v0.5.0 |
663 | 2024-12-21T04:43:38.850Z | Downloaded icu_collections v1.5.0 |
664 | 2024-12-21T04:43:38.857Z | Downloaded typed-path v0.9.3 |
665 | 2024-12-21T04:43:38.863Z | Downloaded smoltcp v0.11.0 |
666 | 2024-12-21T04:43:38.876Z | Downloaded qorb v0.2.1 |
667 | 2024-12-21T04:43:38.880Z | Downloaded idna v0.4.0 |
668 | 2024-12-21T04:43:38.887Z | Downloaded lalrpop v0.19.12 |
669 | 2024-12-21T04:43:38.899Z | Downloaded zip v2.1.3 |
670 | 2024-12-21T04:43:38.903Z | Downloaded time v0.3.36 |
671 | 2024-12-21T04:43:38.911Z | Downloaded itertools v0.13.0 |
672 | 2024-12-21T04:43:38.918Z | Downloaded sqlparser v0.45.0 |
673 | 2024-12-21T04:43:38.924Z | Downloaded idna v0.3.0 |
674 | 2024-12-21T04:43:38.931Z | Downloaded zerocopy v0.7.35 |
675 | 2024-12-21T04:43:38.948Z | Downloaded chrono-tz v0.10.0 |
676 | 2024-12-21T04:43:38.955Z | Downloaded openapiv3 v2.0.0 |
677 | 2024-12-21T04:43:38.967Z | Downloaded unicode-width v0.1.14 |
678 | 2024-12-21T04:43:38.972Z | Downloaded rustls v0.21.12 |
679 | 2024-12-21T04:43:38.984Z | Downloaded unicode-width v0.2.0 |
680 | 2024-12-21T04:43:38.989Z | Downloaded hickory-proto v0.24.1 |
681 | 2024-12-21T04:43:39.005Z | Downloaded rustls v0.22.4 |
682 | 2024-12-21T04:43:39.018Z | Downloaded winnow v0.6.20 |
683 | 2024-12-21T04:43:39.027Z | Downloaded rayon v1.10.0 |
684 | 2024-12-21T04:43:39.037Z | Downloaded regex-syntax v0.6.29 |
685 | 2024-12-21T04:43:39.043Z | Downloaded vcpkg v0.2.15 |
686 | 2024-12-21T04:43:39.081Z | Downloaded icu_properties_data v1.5.0 |
687 | 2024-12-21T04:43:39.091Z | Downloaded rustix v0.38.37 |
688 | 2024-12-21T04:43:39.114Z | Downloaded quinn-proto v0.11.8 |
689 | 2024-12-21T04:43:39.120Z | Downloaded webpki-roots v0.26.6 |
690 | 2024-12-21T04:43:39.123Z | Downloaded dropshot v0.12.0 |
691 | 2024-12-21T04:43:39.144Z | Downloaded curve25519-dalek v4.1.3 |
692 | 2024-12-21T04:43:39.153Z | Downloaded petname v2.0.2 |
693 | 2024-12-21T04:43:39.158Z | Downloaded smoltcp v0.9.1 |
694 | 2024-12-21T04:43:39.169Z | Downloaded regress v0.10.1 |
695 | 2024-12-21T04:43:39.178Z | Downloaded nix v0.27.1 |
696 | 2024-12-21T04:43:39.189Z | Downloaded regex-syntax v0.8.5 |
697 | 2024-12-21T04:43:39.197Z | Downloaded regress v0.9.1 |
698 | 2024-12-21T04:43:39.205Z | Downloaded sled v0.34.7 |
699 | 2024-12-21T04:43:39.215Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
700 | 2024-12-21T04:43:39.228Z | Downloaded object v0.36.5 |
701 | 2024-12-21T04:43:39.240Z | Downloaded regex-automata v0.4.8 |
702 | 2024-12-21T04:43:39.256Z | Downloaded trust-dns-proto v0.22.0 |
703 | 2024-12-21T04:43:39.267Z | Downloaded radix_trie v0.2.1 |
704 | 2024-12-21T04:43:39.273Z | Downloaded polar-core v0.27.3 |
705 | 2024-12-21T04:43:39.281Z | Downloaded typify-impl v0.2.0 |
706 | 2024-12-21T04:43:39.295Z | Downloaded diesel v2.2.6 |
707 | 2024-12-21T04:43:39.313Z | Downloaded ratatui v0.28.1 |
708 | 2024-12-21T04:43:39.334Z | Downloaded petgraph v0.6.5 |
709 | 2024-12-21T04:43:39.349Z | Downloaded rustls v0.23.19 |
710 | 2024-12-21T04:43:39.360Z | Downloaded nix v0.29.0 |
711 | 2024-12-21T04:43:39.372Z | Downloaded zerocopy-derive v0.6.6 |
712 | 2024-12-21T04:43:39.380Z | Downloaded p384 v0.13.0 |
713 | 2024-12-21T04:43:39.386Z | Downloaded nix v0.28.0 |
714 | 2024-12-21T04:43:39.397Z | Downloaded bstr v1.10.0 |
715 | 2024-12-21T04:43:39.407Z | Downloaded criterion v0.5.1 |
716 | 2024-12-21T04:43:39.414Z | Downloaded tokio v1.40.0 |
717 | 2024-12-21T04:43:39.450Z | Downloaded libc v0.2.162 |
718 | 2024-12-21T04:43:39.476Z | Downloaded zerocopy v0.8.10 |
719 | 2024-12-21T04:43:39.498Z | Downloaded dropshot v0.13.0 |
720 | 2024-12-21T04:43:39.518Z | Downloaded instability v0.3.2 |
721 | 2024-12-21T04:43:39.521Z | Downloaded num-complex v0.4.6 |
722 | 2024-12-21T04:43:39.524Z | Downloaded sha3 v0.10.8 |
723 | 2024-12-21T04:43:39.527Z | Downloaded icu_locid v1.5.0 |
724 | 2024-12-21T04:43:39.531Z | Downloaded syn v1.0.109 |
725 | 2024-12-21T04:43:39.541Z | Downloaded zeroize_derive v1.4.2 |
726 | 2024-12-21T04:43:39.545Z | Downloaded lzma-sys v0.1.20 |
727 | 2024-12-21T04:43:39.570Z | Downloaded libz-sys v1.1.20 |
728 | 2024-12-21T04:43:39.589Z | Downloaded rstest v0.23.0 |
729 | 2024-12-21T04:43:39.594Z | Downloaded num-integer v0.1.46 |
730 | 2024-12-21T04:43:39.596Z | Downloaded num v0.4.3 |
731 | 2024-12-21T04:43:39.597Z | Downloaded derive-where v1.2.7 |
732 | 2024-12-21T04:43:39.599Z | Downloaded typenum v1.17.0 |
733 | 2024-12-21T04:43:39.602Z | Downloaded normalize-line-endings v0.3.0 |
734 | 2024-12-21T04:43:39.604Z | Downloaded slog-scope v4.4.0 |
735 | 2024-12-21T04:43:39.604Z | Downloaded ipnet v2.10.1 |
736 | 2024-12-21T04:43:39.607Z | Downloaded csv v1.3.0 |
737 | 2024-12-21T04:43:39.625Z | Downloaded const_format v0.2.33 |
738 | 2024-12-21T04:43:39.629Z | Downloaded toml_edit v0.22.22 |
739 | 2024-12-21T04:43:39.648Z | Downloaded plotters v0.3.7 |
740 | 2024-12-21T04:43:39.656Z | Downloaded tabled v0.15.0 |
741 | 2024-12-21T04:43:39.671Z | Downloaded pest_derive v2.7.14 |
742 | 2024-12-21T04:43:39.675Z | Downloaded dropshot_endpoint v0.12.0 |
743 | 2024-12-21T04:43:39.677Z | Downloaded csv-core v0.1.11 |
744 | 2024-12-21T04:43:39.677Z | Downloaded clap_builder v4.5.21 |
745 | 2024-12-21T04:43:39.683Z | Downloaded rustls-webpki v0.102.8 |
746 | 2024-12-21T04:43:39.701Z | Downloaded goblin v0.8.2 |
747 | 2024-12-21T04:43:39.707Z | Downloaded chrono v0.4.38 |
748 | 2024-12-21T04:43:39.714Z | Downloaded untrusted v0.7.1 |
749 | 2024-12-21T04:43:39.716Z | Downloaded unsafe-libyaml v0.2.11 |
750 | 2024-12-21T04:43:39.719Z | Downloaded path-slash v0.1.5 |
751 | 2024-12-21T04:43:39.719Z | Downloaded simd-adler32 v0.3.7 |
752 | 2024-12-21T04:43:39.721Z | Downloaded signature v2.2.0 |
753 | 2024-12-21T04:43:39.721Z | Downloaded sec1 v0.7.3 |
754 | 2024-12-21T04:43:39.724Z | Downloaded sct v0.7.1 |
755 | 2024-12-21T04:43:39.727Z | Downloaded rustls-pemfile v2.2.0 |
756 | 2024-12-21T04:43:39.730Z | Downloaded peg-macros v0.8.4 |
757 | 2024-12-21T04:43:39.730Z | Downloaded itertools v0.12.1 |
758 | 2024-12-21T04:43:39.736Z | Downloaded tough v0.19.0 |
759 | 2024-12-21T04:43:39.745Z | Downloaded crc v3.2.1 |
760 | 2024-12-21T04:43:39.747Z | Downloaded nom v7.1.3 |
761 | 2024-12-21T04:43:39.752Z | Downloaded toml v0.7.8 |
762 | 2024-12-21T04:43:39.755Z | Downloaded httpmock v0.8.0-alpha.1 |
763 | 2024-12-21T04:43:39.772Z | Downloaded scrypt v0.11.0 |
764 | 2024-12-21T04:43:39.775Z | Downloaded rustls-pemfile v1.0.4 |
765 | 2024-12-21T04:43:39.778Z | Downloaded rfc6979 v0.4.0 |
766 | 2024-12-21T04:43:39.778Z | Downloaded resolv-conf v0.7.0 |
767 | 2024-12-21T04:43:39.780Z | Downloaded encoding_rs v0.8.34 |
768 | 2024-12-21T04:43:39.799Z | Downloaded toml_edit v0.19.15 |
769 | 2024-12-21T04:43:39.813Z | Downloaded native-tls v0.2.12 |
770 | 2024-12-21T04:43:39.816Z | Downloaded libtest-mimic v0.7.3 |
771 | 2024-12-21T04:43:39.818Z | Downloaded wait-timeout v0.2.0 |
772 | 2024-12-21T04:43:39.818Z | Downloaded indexmap v2.6.0 |
773 | 2024-12-21T04:43:39.822Z | Downloaded libm v0.2.8 |
774 | 2024-12-21T04:43:39.829Z | Downloaded spin v0.5.2 |
775 | 2024-12-21T04:43:39.831Z | Downloaded slog-async v2.8.0 |
776 | 2024-12-21T04:43:39.834Z | Downloaded semver v1.0.23 |
777 | 2024-12-21T04:43:39.836Z | Downloaded tokio-rustls v0.24.1 |
778 | 2024-12-21T04:43:39.839Z | Downloaded once_cell v1.20.2 |
779 | 2024-12-21T04:43:39.841Z | Downloaded spin v0.9.8 |
780 | 2024-12-21T04:43:39.842Z | Downloaded h2 v0.4.6 |
781 | 2024-12-21T04:43:39.848Z | Downloaded proc-macro-crate v1.3.1 |
782 | 2024-12-21T04:43:39.851Z | Downloaded serde_with v3.11.0 |
783 | 2024-12-21T04:43:39.858Z | Downloaded winnow v0.5.40 |
784 | 2024-12-21T04:43:39.866Z | Downloaded either v1.13.0 |
785 | 2024-12-21T04:43:39.868Z | Downloaded serde_derive_internals v0.29.1 |
786 | 2024-12-21T04:43:39.871Z | Downloaded displaydoc v0.2.5 |
787 | 2024-12-21T04:43:39.873Z | Downloaded prettyplease v0.2.25 |
788 | 2024-12-21T04:43:39.876Z | Downloaded tracing v0.1.40 |
789 | 2024-12-21T04:43:39.878Z | Downloaded itertools v0.10.5 |
790 | 2024-12-21T04:43:39.884Z | Downloaded reedline v0.35.0 |
791 | 2024-12-21T04:43:39.892Z | Downloaded zeroize v1.8.1 |
792 | 2024-12-21T04:43:39.894Z | Downloaded num-rational v0.4.2 |
793 | 2024-12-21T04:43:39.898Z | Downloaded toml v0.8.19 |
794 | 2024-12-21T04:43:39.898Z | Downloaded unicode-normalization v0.1.24 |
795 | 2024-12-21T04:43:39.901Z | Downloaded linked-hash-map v0.5.6 |
796 | 2024-12-21T04:43:39.904Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
797 | 2024-12-21T04:43:39.957Z | Downloaded trybuild v1.0.101 |
798 | 2024-12-21T04:43:39.962Z | Downloaded signal-hook v0.3.17 |
799 | 2024-12-21T04:43:39.965Z | Downloaded pest v2.7.14 |
800 | 2024-12-21T04:43:39.968Z | Downloaded blake3 v1.5.4 |
801 | 2024-12-21T04:43:39.974Z | Downloaded rusqlite v0.32.1 |
802 | 2024-12-21T04:43:39.980Z | Downloaded zone_cfg_derive v0.3.0 |
803 | 2024-12-21T04:43:39.983Z | Downloaded rpassword v7.3.1 |
804 | 2024-12-21T04:43:39.983Z | Downloaded quinn-udp v0.5.5 |
805 | 2024-12-21T04:43:39.985Z | Downloaded paste v1.0.15 |
806 | 2024-12-21T04:43:39.988Z | Downloaded password-hash v0.5.0 |
807 | 2024-12-21T04:43:39.988Z | Downloaded oso v0.27.3 |
808 | 2024-12-21T04:43:39.991Z | Downloaded crc-any v2.5.0 |
809 | 2024-12-21T04:43:39.993Z | Downloaded zopfli v0.8.1 |
810 | 2024-12-21T04:43:39.996Z | Downloaded quinn v0.11.5 |
811 | 2024-12-21T04:43:39.999Z | Downloaded unicode-xid v0.2.6 |
812 | 2024-12-21T04:43:40.002Z | Downloaded memmap2 v0.9.5 |
813 | 2024-12-21T04:43:40.004Z | Downloaded log v0.4.22 |
814 | 2024-12-21T04:43:40.004Z | Downloaded ron v0.7.1 |
815 | 2024-12-21T04:43:40.008Z | Downloaded rand_distr v0.4.3 |
816 | 2024-12-21T04:43:40.011Z | Downloaded hkdf v0.12.4 |
817 | 2024-12-21T04:43:40.014Z | Downloaded futures-util v0.3.31 |
818 | 2024-12-21T04:43:40.025Z | Downloaded rustc-hash v2.0.0 |
819 | 2024-12-21T04:43:40.027Z | Downloaded unicode-segmentation v1.12.0 |
820 | 2024-12-21T04:43:40.030Z | Downloaded shlex v1.3.0 |
821 | 2024-12-21T04:43:40.032Z | Downloaded hashbrown v0.14.5 |
822 | 2024-12-21T04:43:40.035Z | Downloaded serde_spanned v0.6.8 |
823 | 2024-12-21T04:43:40.038Z | Downloaded serde_repr v0.1.19 |
824 | 2024-12-21T04:43:40.041Z | Downloaded rustc_version v0.1.7 |
825 | 2024-12-21T04:43:40.041Z | Downloaded rustc-hash v1.1.0 |
826 | 2024-12-21T04:43:40.043Z | Downloaded wyz v0.5.1 |
827 | 2024-12-21T04:43:40.043Z | Downloaded rustls-native-certs v0.7.3 |
828 | 2024-12-21T04:43:40.046Z | Downloaded unicode-bidi v0.3.17 |
829 | 2024-12-21T04:43:40.049Z | Downloaded guppy v0.17.8 |
830 | 2024-12-21T04:43:40.053Z | Downloaded libefi-sys v0.1.0 |
831 | 2024-12-21T04:43:40.056Z | Downloaded progenitor-impl v0.8.0 |
832 | 2024-12-21T04:43:40.059Z | Downloaded tracing-attributes v0.1.27 |
833 | 2024-12-21T04:43:40.059Z | Downloaded difflib v0.4.0 |
834 | 2024-12-21T04:43:40.061Z | Downloaded diesel-dtrace v0.4.2 |
835 | 2024-12-21T04:43:40.062Z | Downloaded crc-catalog v2.4.0 |
836 | 2024-12-21T04:43:40.064Z | Downloaded structmeta-derive v0.3.0 |
837 | 2024-12-21T04:43:40.064Z | Downloaded num-conv v0.1.0 |
838 | 2024-12-21T04:43:40.064Z | Downloaded strsim v0.11.1 |
839 | 2024-12-21T04:43:40.068Z | Downloaded serde_path_to_error v0.1.16 |
840 | 2024-12-21T04:43:40.068Z | Downloaded string_cache v0.8.7 |
841 | 2024-12-21T04:43:40.070Z | Downloaded hashbrown v0.13.2 |
842 | 2024-12-21T04:43:40.073Z | Downloaded derive_more v0.99.18 |
843 | 2024-12-21T04:43:40.077Z | Downloaded smallvec v1.13.2 |
844 | 2024-12-21T04:43:40.079Z | Downloaded tokio-tungstenite v0.23.1 |
845 | 2024-12-21T04:43:40.082Z | Downloaded tokio-tungstenite v0.21.0 |
846 | 2024-12-21T04:43:40.084Z | Downloaded tokio-stream v0.1.16 |
847 | 2024-12-21T04:43:40.087Z | Downloaded diesel_derives v2.2.3 |
848 | 2024-12-21T04:43:40.091Z | Downloaded crypto-bigint v0.5.5 |
849 | 2024-12-21T04:43:40.097Z | Downloaded diff v0.1.13 |
850 | 2024-12-21T04:43:40.100Z | Downloaded http v1.1.0 |
851 | 2024-12-21T04:43:40.104Z | Downloaded proc-macro2 v1.0.89 |
852 | 2024-12-21T04:43:40.107Z | Downloaded pkcs5 v0.7.1 |
853 | 2024-12-21T04:43:40.110Z | Downloaded tungstenite v0.23.0 |
854 | 2024-12-21T04:43:40.113Z | Downloaded cookie v0.18.1 |
855 | 2024-12-21T04:43:40.115Z | Downloaded num-traits v0.2.19 |
856 | 2024-12-21T04:43:40.119Z | Downloaded clang-sys v1.8.1 |
857 | 2024-12-21T04:43:40.122Z | Downloaded rand v0.8.5 |
858 | 2024-12-21T04:43:40.125Z | Downloaded cc v1.1.30 |
859 | 2024-12-21T04:43:40.128Z | Downloaded fancy-regex v0.13.0 |
860 | 2024-12-21T04:43:40.131Z | Downloaded headers v0.4.0 |
861 | 2024-12-21T04:43:40.136Z | Downloaded zerofrom-derive v0.1.4 |
862 | 2024-12-21T04:43:40.139Z | Downloaded smallvec v0.6.14 |
863 | 2024-12-21T04:43:40.140Z | Downloaded sha1 v0.10.6 |
864 | 2024-12-21T04:43:40.142Z | Downloaded hickory-resolver v0.24.1 |
865 | 2024-12-21T04:43:40.146Z | Downloaded indexmap v1.9.3 |
866 | 2024-12-21T04:43:40.148Z | Downloaded heapless v0.8.0 |
867 | 2024-12-21T04:43:40.153Z | Downloaded expectorate v1.1.0 |
868 | 2024-12-21T04:43:40.156Z | Downloaded relative-path v1.9.3 |
869 | 2024-12-21T04:43:40.156Z | Downloaded des v0.8.1 |
870 | 2024-12-21T04:43:40.158Z | Downloaded crossbeam-utils v0.8.20 |
871 | 2024-12-21T04:43:40.160Z | Downloaded bumpalo v3.16.0 |
872 | 2024-12-21T04:43:40.163Z | Downloaded packed_struct v0.10.1 |
873 | 2024-12-21T04:43:40.166Z | Downloaded multer v3.1.0 |
874 | 2024-12-21T04:43:40.169Z | Downloaded base64 v0.21.7 |
875 | 2024-12-21T04:43:40.172Z | Downloaded chacha20poly1305 v0.10.1 |
876 | 2024-12-21T04:43:40.175Z | Downloaded libloading v0.8.5 |
877 | 2024-12-21T04:43:40.178Z | Downloaded parking v2.2.1 |
878 | 2024-12-21T04:43:40.178Z | Downloaded num_cpus v1.16.0 |
879 | 2024-12-21T04:43:40.180Z | Downloaded nodrop v0.1.14 |
880 | 2024-12-21T04:43:40.180Z | Downloaded flume v0.11.1 |
881 | 2024-12-21T04:43:40.184Z | Downloaded is_terminal_polyfill v1.70.1 |
882 | 2024-12-21T04:43:40.186Z | Downloaded terminal_size v0.4.0 |
883 | 2024-12-21T04:43:40.186Z | Downloaded term v0.7.0 |
884 | 2024-12-21T04:43:40.189Z | Downloaded cancel-safe-futures v0.1.5 |
885 | 2024-12-21T04:43:40.192Z | Downloaded parking_lot_core v0.8.6 |
886 | 2024-12-21T04:43:40.195Z | Downloaded ssh-cipher v0.2.0 |
887 | 2024-12-21T04:43:40.198Z | Downloaded slab v0.4.9 |
888 | 2024-12-21T04:43:40.198Z | Downloaded blake2 v0.10.6 |
889 | 2024-12-21T04:43:40.200Z | Downloaded base64 v0.13.1 |
890 | 2024-12-21T04:43:40.203Z | Downloaded salsa20 v0.10.2 |
891 | 2024-12-21T04:43:40.206Z | Downloaded ref-cast-impl v1.0.23 |
892 | 2024-12-21T04:43:40.206Z | Downloaded ref-cast v1.0.23 |
893 | 2024-12-21T04:43:40.208Z | Downloaded camino-tempfile v1.1.1 |
894 | 2024-12-21T04:43:40.211Z | Downloaded assert_cmd v2.0.16 |
895 | 2024-12-21T04:43:40.211Z | Downloaded predicates v3.1.2 |
896 | 2024-12-21T04:43:40.214Z | Downloaded hickory-client v0.24.1 |
897 | 2024-12-21T04:43:40.217Z | Downloaded half v2.4.1 |
898 | 2024-12-21T04:43:40.220Z | Downloaded getrandom v0.2.15 |
899 | 2024-12-21T04:43:40.222Z | Downloaded async-io v2.3.4 |
900 | 2024-12-21T04:43:40.225Z | Downloaded base64ct v1.6.0 |
901 | 2024-12-21T04:43:40.227Z | Downloaded blake2b_simd v1.0.2 |
902 | 2024-12-21T04:43:40.230Z | Downloaded atomic-waker v1.1.2 |
903 | 2024-12-21T04:43:40.232Z | Downloaded cast v0.3.0 |
904 | 2024-12-21T04:43:40.232Z | Downloaded cassowary v0.3.0 |
905 | 2024-12-21T04:43:40.234Z | Downloaded cargo-platform v0.1.8 |
906 | 2024-12-21T04:43:40.234Z | Downloaded async-task v4.7.1 |
907 | 2024-12-21T04:43:40.237Z | Downloaded byteorder v1.5.0 |
908 | 2024-12-21T04:43:40.240Z | Downloaded base16ct v0.2.0 |
909 | 2024-12-21T04:43:40.240Z | Downloaded bytecount v0.6.8 |
910 | 2024-12-21T04:43:40.242Z | Downloaded buf-list v1.0.3 |
911 | 2024-12-21T04:43:40.245Z | Downloaded ciborium v0.2.2 |
912 | 2024-12-21T04:43:40.247Z | Downloaded block-padding v0.3.3 |
913 | 2024-12-21T04:43:40.247Z | Downloaded bitfield-struct v0.6.2 |
914 | 2024-12-21T04:43:40.250Z | Downloaded bcrypt-pbkdf v0.10.0 |
915 | 2024-12-21T04:43:40.250Z | Downloaded backtrace v0.3.74 |
916 | 2024-12-21T04:43:40.254Z | Downloaded async-signal v0.2.10 |
917 | 2024-12-21T04:43:40.256Z | Downloaded futures-timer v3.0.3 |
918 | 2024-12-21T04:43:40.259Z | Downloaded fs_extra v1.3.0 |
919 | 2024-12-21T04:43:40.259Z | Downloaded gethostname v0.5.0 |
920 | 2024-12-21T04:43:40.262Z | Downloaded bit-vec v0.6.3 |
921 | 2024-12-21T04:43:40.262Z | Downloaded futures-executor v0.3.31 |
922 | 2024-12-21T04:43:40.265Z | Downloaded generic-array v0.14.7 |
923 | 2024-12-21T04:43:40.265Z | Downloaded foreign-types v0.5.0 |
924 | 2024-12-21T04:43:40.267Z | Downloaded fallible-streaming-iterator v0.1.9 |
925 | 2024-12-21T04:43:40.267Z | Downloaded event-listener-strategy v0.5.2 |
926 | 2024-12-21T04:43:40.267Z | Downloaded async-process v2.3.0 |
927 | 2024-12-21T04:43:40.270Z | Downloaded futures-io v0.3.31 |
928 | 2024-12-21T04:43:40.270Z | Downloaded ff v0.13.0 |
929 | 2024-12-21T04:43:40.272Z | Downloaded fallible-iterator v0.2.0 |
930 | 2024-12-21T04:43:40.272Z | Downloaded async-channel v2.3.1 |
931 | 2024-12-21T04:43:40.275Z | Downloaded async-lock v3.4.0 |
932 | 2024-12-21T04:43:40.278Z | Downloaded async-trait v0.1.83 |
933 | 2024-12-21T04:43:40.281Z | Downloaded async-bb8-diesel v0.2.1 |
934 | 2024-12-21T04:43:40.283Z | Downloaded fragile v2.0.0 |
935 | 2024-12-21T04:43:40.283Z | Downloaded form_urlencoded v1.2.1 |
936 | 2024-12-21T04:43:40.286Z | Downloaded foreign-types-macros v0.2.3 |
937 | 2024-12-21T04:43:40.286Z | Downloaded fnv v1.0.7 |
938 | 2024-12-21T04:43:40.286Z | Downloaded float-cmp v0.9.0 |
939 | 2024-12-21T04:43:40.289Z | Downloaded fixedbitset v0.4.2 |
940 | 2024-12-21T04:43:40.289Z | Downloaded fd-lock v4.0.2 |
941 | 2024-12-21T04:43:40.291Z | Downloaded bb8 v0.8.5 |
942 | 2024-12-21T04:43:40.291Z | Downloaded async-channel v1.9.0 |
943 | 2024-12-21T04:43:40.294Z | Downloaded async-object-pool v0.1.5 |
944 | 2024-12-21T04:43:40.294Z | Downloaded async-global-executor v2.4.1 |
945 | 2024-12-21T04:43:40.297Z | Downloaded async-attributes v1.1.2 |
946 | 2024-12-21T04:43:40.297Z | Downloaded assert_matches v1.5.0 |
947 | 2024-12-21T04:43:40.300Z | Downloaded futures-core v0.3.31 |
948 | 2024-12-21T04:43:40.300Z | Downloaded fs-err v2.11.0 |
949 | 2024-12-21T04:43:40.303Z | Downloaded foldhash v0.1.3 |
950 | 2024-12-21T04:43:40.303Z | Downloaded array-init v0.0.4 |
951 | 2024-12-21T04:43:40.303Z | Downloaded aho-corasick v1.1.3 |
952 | 2024-12-21T04:43:40.308Z | Downloaded aead v0.5.2 |
953 | 2024-12-21T04:43:40.331Z | Downloaded ring v0.17.8 |
954 | 2024-12-21T04:43:40.456Z | Downloaded libsqlite3-sys v0.30.1 |
955 | 2024-12-21T04:43:40.545Z | Downloaded ring v0.16.20 |
956 | 2024-12-21T04:43:40.771Z | Downloaded aws-lc-sys v0.22.0 |
957 | 2024-12-21T04:43:41.305Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
958 | 2024-12-21T04:43:55.443Z | Startup: Refreshing catalog 'helios-dev' ... Done |
959 | 2024-12-21T04:43:59.736Z | Startup: Caching catalogs ... Done |
960 | 2024-12-21T04:44:10.650Z | Planning: Solver setup ... Done (9.936s) |
961 | 2024-12-21T04:44:10.786Z | Planning: Running solver ... Done (0.136s) |
962 | 2024-12-21T04:44:11.105Z | Planning: Finding local manifests ... Done (0.222s) |
963 | 2024-12-21T04:44:11.119Z | Planning: Fetching manifests: 0/5 0% complete |
964 | 2024-12-21T04:44:11.349Z | Planning: Fetching manifests: 5/5 100% complete |
965 | 2024-12-21T04:44:11.720Z | Planning: Package planning ... Done (0.371s) |
966 | 2024-12-21T04:44:11.778Z | Planning: Merging actions ... Done (0.057s) |
967 | 2024-12-21T04:44:13.155Z | Planning: Checking for conflicting actions ... Done (1.376s) |
968 | 2024-12-21T04:44:21.991Z | Planning: Consolidating action changes ... Done (8.834s) |
969 | 2024-12-21T04:44:22.416Z | Planning: Evaluating mediators ... Done (0.427s) |
970 | 2024-12-21T04:44:22.499Z | Planning: Planning completed in 22.66 seconds |
971 | 2024-12-21T04:44:23.446Z | Packages to install: 4 |
972 | 2024-12-21T04:44:23.446Z | Packages to update: 1 |
973 | 2024-12-21T04:44:23.449Z | Mediators to change: 2 |
974 | 2024-12-21T04:44:23.449Z | Services to change: 1 |
975 | 2024-12-21T04:44:23.449Z | Estimated space available: 155.37 GB |
976 | 2024-12-21T04:44:23.449Z | Estimated space to be consumed: 1.62 GB |
977 | 2024-12-21T04:44:23.449Z | Create boot environment: No |
978 | 2024-12-21T04:44:23.449Z | Create backup boot environment: Yes |
979 | 2024-12-21T04:44:23.449Z | Rebuild boot archive: No |
980 | 2024-12-21T04:44:23.449Z | |
981 | 2024-12-21T04:44:23.449Z | Changed mediators: |
982 | 2024-12-21T04:44:23.449Z | mediator clang: |
983 | 2024-12-21T04:44:23.449Z | version: None -> 15 (system default) |
984 | 2024-12-21T04:44:23.449Z | |
985 | 2024-12-21T04:44:23.449Z | mediator llvm: |
986 | 2024-12-21T04:44:23.449Z | version: 14 (system default) -> 15 (system default) |
987 | 2024-12-21T04:44:23.449Z | |
988 | 2024-12-21T04:44:23.449Z | Changed packages: |
989 | 2024-12-21T04:44:23.449Z | helios-dev |
990 | 2024-12-21T04:44:23.449Z | developer/build-essential |
991 | 2024-12-21T04:44:23.449Z | None -> 11-2.0 |
992 | 2024-12-21T04:44:23.449Z | library/libxmlsec1 |
993 | 2024-12-21T04:44:23.449Z | None -> 1.2.35-2.0 |
994 | 2024-12-21T04:44:23.449Z | ooce/developer/clang-15 |
995 | 2024-12-21T04:44:23.449Z | None -> 15.0.7-2.0 |
996 | 2024-12-21T04:44:23.449Z | ooce/developer/llvm-15 |
997 | 2024-12-21T04:44:23.449Z | None -> 15.0.7-2.0 |
998 | 2024-12-21T04:44:23.449Z | package/pkg |
999 | 2024-12-21T04:44:23.449Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1000 | 2024-12-21T04:44:23.450Z | |
1001 | 2024-12-21T04:44:23.450Z | Services: |
1002 | 2024-12-21T04:44:23.450Z | restart_fmri: |
1003 | 2024-12-21T04:44:23.450Z | svc:/system/update-man-index:default |
1004 | 2024-12-21T04:44:23.450Z | |
1005 | 2024-12-21T04:44:23.450Z | Editable files to change: |
1006 | 2024-12-21T04:44:23.450Z | Update: |
1007 | 2024-12-21T04:44:23.450Z | usr/share/lib/pkg/web/config.shtml |
1008 | 2024-12-21T04:44:23.826Z | |
1009 | 2024-12-21T04:44:23.826Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1010 | 2024-12-21T04:44:28.826Z | Download: 516/4281 items 17.3/220.6MB 7% complete (3.5M/s) |
1011 | 2024-12-21T04:44:40.149Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (8.8M/s) |
1012 | 2024-12-21T04:44:45.447Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (7.8M/s) |
1013 | 2024-12-21T04:44:50.449Z | Download: 3103/4281 items 134.6/220.6MB 60% complete (5.0M/s) |
1014 | 2024-12-21T04:45:02.090Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (8.4M/s) |
1015 | 2024-12-21T04:45:07.032Z | Download: Completed 220.60 MB in 43.20 seconds (5.1M/s) |
1016 | 2024-12-21T04:45:09.076Z | Actions: 1/5063 actions (Removing old actions) |
1017 | 2024-12-21T04:45:09.099Z | Actions: 194/5063 actions (Installing new actions) |
1018 | 2024-12-21T04:45:14.143Z | Actions: 4121/5063 actions (Installing new actions) |
1019 | 2024-12-21T04:45:14.809Z | Actions: 4226/5063 actions (Updating modified actions) |
1020 | 2024-12-21T04:45:15.236Z | Actions: Completed 5063 actions in 6.16 seconds. |
1021 | 2024-12-21T04:45:15.637Z | Done (0.393s) |
1022 | 2024-12-21T04:45:15.640Z | Done (0.000s) |
1023 | 2024-12-21T04:45:16.227Z | Done (0.589s) |
1024 | 2024-12-21T04:45:23.138Z | Done (6.685s) |
1025 | 2024-12-21T04:45:23.522Z | Done (0.314s) |
1026 | 2024-12-21T04:45:23.524Z | Done (0.000s) |
1027 | 2024-12-21T04:45:23.690Z | Done (0.000s) |
1028 | 2024-12-21T04:45:24.389Z | Planning: Evaluating mediator changes ... Done |
1029 | 2024-12-21T04:45:24.550Z | Planning: Checking for conflicting actions ... Done |
1030 | 2024-12-21T04:45:24.553Z | Planning: Consolidating action changes ... Done |
1031 | 2024-12-21T04:45:24.825Z | Planning: Evaluating mediators ... Done |
1032 | 2024-12-21T04:45:24.828Z | Planning: Planning completed in 0.44 seconds |
1033 | 2024-12-21T04:45:24.864Z | Mediators to change: 2 |
1034 | 2024-12-21T04:45:24.865Z | Create boot environment: No |
1035 | 2024-12-21T04:45:24.867Z | Create backup boot environment: No |
1036 | 2024-12-21T04:45:24.948Z | Done |
1037 | 2024-12-21T04:45:24.948Z | Done |
1038 | 2024-12-21T04:45:25.324Z | Done |
1039 | 2024-12-21T04:45:28.950Z | Done |
1040 | 2024-12-21T04:45:29.042Z | Done |
1041 | 2024-12-21T04:45:29.045Z | Done |
1042 | 2024-12-21T04:45:29.176Z | Done |
1043 | 2024-12-21T04:45:29.799Z | Planning: Evaluating mediator changes ... Done |
1044 | 2024-12-21T04:45:29.801Z | Planning: Merging actions ... Done |
1045 | 2024-12-21T04:45:29.991Z | Planning: Checking for conflicting actions ... Done |
1046 | 2024-12-21T04:45:29.994Z | Planning: Consolidating action changes ... Done |
1047 | 2024-12-21T04:45:30.264Z | Planning: Evaluating mediators ... Done |
1048 | 2024-12-21T04:45:30.321Z | Planning: Planning completed in 0.77 seconds |
1049 | 2024-12-21T04:45:30.362Z | Packages to change: 1 |
1050 | 2024-12-21T04:45:30.362Z | Mediators to change: 1 |
1051 | 2024-12-21T04:45:30.368Z | Services to change: 1 |
1052 | 2024-12-21T04:45:30.368Z | Create boot environment: No |
1053 | 2024-12-21T04:45:30.368Z | Create backup boot environment: Yes |
1054 | 2024-12-21T04:45:32.813Z | Actions: 1/6 actions (Updating modified actions) |
1055 | 2024-12-21T04:45:32.922Z | Actions: Completed 6 actions in 0.11 seconds. |
1056 | 2024-12-21T04:45:32.925Z | Done |
1057 | 2024-12-21T04:45:32.925Z | Done |
1058 | 2024-12-21T04:45:33.039Z | Done |
1059 | 2024-12-21T04:45:36.725Z | Done |
1060 | 2024-12-21T04:45:36.818Z | Done |
1061 | 2024-12-21T04:45:36.821Z | Done |
1062 | 2024-12-21T04:45:36.982Z | Done |
1063 | 2024-12-21T04:45:37.423Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1064 | 2024-12-21T04:45:37.423Z | clang system 15 system |
1065 | 2024-12-21T04:45:37.423Z | csh system system illumos |
1066 | 2024-12-21T04:45:37.423Z | ctags system system illumos |
1067 | 2024-12-21T04:45:37.423Z | gcc vendor 12 vendor |
1068 | 2024-12-21T04:45:37.423Z | gcc system 10 system |
1069 | 2024-12-21T04:45:37.423Z | gcc system 7 system |
1070 | 2024-12-21T04:45:37.423Z | go system 1.20 system |
1071 | 2024-12-21T04:45:37.423Z | go system 1.19 system |
1072 | 2024-12-21T04:45:37.423Z | llvm system 15 system |
1073 | 2024-12-21T04:45:37.423Z | llvm system 14 system |
1074 | 2024-12-21T04:45:37.423Z | mariadb system 10.6 system |
1075 | 2024-12-21T04:45:37.423Z | mta vendor vendor dma |
1076 | 2024-12-21T04:45:37.423Z | openjdk system 17 system |
1077 | 2024-12-21T04:45:37.423Z | openjdk system 11 system |
1078 | 2024-12-21T04:45:37.423Z | openjdk system 1.8 system |
1079 | 2024-12-21T04:45:37.423Z | openssl vendor 3 vendor |
1080 | 2024-12-21T04:45:37.423Z | perl system 5.36 system |
1081 | 2024-12-21T04:45:37.423Z | postgresql system 15 system |
1082 | 2024-12-21T04:45:37.423Z | postgresql system 13 system |
1083 | 2024-12-21T04:45:37.423Z | python vendor 3 vendor |
1084 | 2024-12-21T04:45:37.423Z | python system 2 system |
1085 | 2024-12-21T04:45:37.423Z | python3 system 3.11 system |
1086 | 2024-12-21T04:45:37.423Z | ruby system 3.0 system |
1087 | 2024-12-21T04:45:37.423Z | words vendor vendor american-english |
1088 | 2024-12-21T04:45:37.423Z | words system system australian-english |
1089 | 2024-12-21T04:45:37.424Z | words system system british-english |
1090 | 2024-12-21T04:45:37.424Z | words system system canadian-english |
1091 | 2024-12-21T04:45:37.424Z | words system system french |
1092 | 2024-12-21T04:45:37.424Z | words system system italian |
1093 | 2024-12-21T04:45:37.424Z | words system system ngerman |
1094 | 2024-12-21T04:45:37.424Z | words system system ogerman |
1095 | 2024-12-21T04:45:37.424Z | words system system spanish |
1096 | 2024-12-21T04:45:37.768Z | PUBLISHER TYPE STATUS P LOCATION |
1097 | 2024-12-21T04:45:37.768Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1098 | 2024-12-21T04:45:40.519Z | FMRI IFO |
1099 | 2024-12-21T04:45:40.519Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1100 | 2024-12-21T04:45:40.519Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1101 | 2024-12-21T04:45:40.519Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1102 | 2024-12-21T04:45:40.519Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1103 | 2024-12-21T04:45:40.519Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1104 | 2024-12-21T04:45:40.519Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1105 | 2024-12-21T04:45:40.519Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1106 | 2024-12-21T04:45:40.519Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1107 | 2024-12-21T04:45:40.519Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1108 | 2024-12-21T04:45:40.520Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1109 | 2024-12-21T04:45:40.520Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1110 | 2024-12-21T04:45:40.520Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1111 | 2024-12-21T04:45:40.520Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1112 | 2024-12-21T04:45:40.520Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1113 | 2024-12-21T04:45:40.520Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1114 | 2024-12-21T04:45:41.563Z | Downloading crates ... |
1115 | 2024-12-21T04:45:41.684Z | Downloaded cargo_toml v0.20.5 |
1116 | 2024-12-21T04:45:41.820Z | Compiling proc-macro2 v1.0.89 |
1117 | 2024-12-21T04:45:41.820Z | Compiling unicode-ident v1.0.13 |
1118 | 2024-12-21T04:45:41.823Z | Compiling serde v1.0.215 |
1119 | 2024-12-21T04:45:41.823Z | Compiling version_check v0.9.5 |
1120 | 2024-12-21T04:45:41.823Z | Compiling memchr v2.7.4 |
1121 | 2024-12-21T04:45:41.823Z | Compiling thiserror v1.0.69 |
1122 | 2024-12-21T04:45:41.823Z | Compiling libc v0.2.162 |
1123 | 2024-12-21T04:45:41.823Z | Compiling itoa v1.0.11 |
1124 | 2024-12-21T04:45:42.078Z | Compiling ucd-trie v0.1.7 |
1125 | 2024-12-21T04:45:42.090Z | Compiling ryu v1.0.18 |
1126 | 2024-12-21T04:45:42.602Z | Compiling once_cell v1.20.2 |
1127 | 2024-12-21T04:45:42.638Z | Compiling byteorder v1.5.0 |
1128 | 2024-12-21T04:45:42.912Z | Compiling rustix v0.38.37 |
1129 | 2024-12-21T04:45:42.959Z | Compiling serde_json v1.0.133 |
1130 | 2024-12-21T04:45:43.656Z | Compiling bitflags v2.6.0 |
1131 | 2024-12-21T04:45:43.695Z | Compiling usdt-impl v0.5.0 |
1132 | 2024-12-21T04:45:43.751Z | Compiling proc-macro-error-attr v1.0.4 |
1133 | 2024-12-21T04:45:43.877Z | Compiling syn v1.0.109 |
1134 | 2024-12-21T04:45:43.954Z | Compiling proc-macro-error v1.0.4 |
1135 | 2024-12-21T04:45:44.057Z | Compiling hashbrown v0.15.1 |
1136 | 2024-12-21T04:45:44.069Z | Compiling camino v1.1.9 |
1137 | 2024-12-21T04:45:44.111Z | Compiling plain v0.2.3 |
1138 | 2024-12-21T04:45:44.214Z | Compiling log v0.4.22 |
1139 | 2024-12-21T04:45:44.258Z | Compiling equivalent v1.0.1 |
1140 | 2024-12-21T04:45:44.362Z | Compiling utf8parse v0.2.2 |
1141 | 2024-12-21T04:45:44.515Z | Compiling thread-id v4.2.2 |
1142 | 2024-12-21T04:45:44.561Z | Compiling anstyle-parse v0.2.5 |
1143 | 2024-12-21T04:45:44.637Z | Compiling anstyle v1.0.10 |
1144 | 2024-12-21T04:45:44.680Z | Compiling quote v1.0.37 |
1145 | 2024-12-21T04:45:44.818Z | Compiling autocfg v1.4.0 |
1146 | 2024-12-21T04:45:44.887Z | Compiling errno v0.3.9 |
1147 | 2024-12-21T04:45:44.931Z | Compiling semver v1.0.23 |
1148 | 2024-12-21T04:45:45.070Z | Compiling syn v2.0.87 |
1149 | 2024-12-21T04:45:45.324Z | Compiling indexmap v2.6.0 |
1150 | 2024-12-21T04:45:45.381Z | Compiling pretty-hex v0.4.1 |
1151 | 2024-12-21T04:45:45.436Z | Compiling colorchoice v1.0.2 |
1152 | 2024-12-21T04:45:45.580Z | Compiling unicode-width v0.1.14 |
1153 | 2024-12-21T04:45:45.592Z | Compiling anstyle-query v1.1.1 |
1154 | 2024-12-21T04:45:45.729Z | Compiling winnow v0.6.20 |
1155 | 2024-12-21T04:45:45.980Z | Compiling is_terminal_polyfill v1.70.1 |
1156 | 2024-12-21T04:45:46.109Z | Compiling anstream v0.6.15 |
1157 | 2024-12-21T04:45:46.122Z | Compiling fs-err v2.11.0 |
1158 | 2024-12-21T04:45:46.675Z | Compiling heck v0.5.0 |
1159 | 2024-12-21T04:45:46.706Z | Compiling heck v0.4.1 |
1160 | 2024-12-21T04:45:46.780Z | Compiling fastrand v2.1.1 |
1161 | 2024-12-21T04:45:46.793Z | Compiling clap_lex v0.7.2 |
1162 | 2024-12-21T04:45:47.215Z | Compiling fnv v1.0.7 |
1163 | 2024-12-21T04:45:47.247Z | Compiling anyhow v1.0.93 |
1164 | 2024-12-21T04:45:47.338Z | Compiling terminal_size v0.4.0 |
1165 | 2024-12-21T04:45:47.378Z | Compiling strsim v0.11.1 |
1166 | 2024-12-21T04:45:47.392Z | Compiling cfg-if v1.0.0 |
1167 | 2024-12-21T04:45:47.475Z | Compiling bytecount v0.6.8 |
1168 | 2024-12-21T04:45:47.679Z | Compiling papergrid v0.11.0 |
1169 | 2024-12-21T04:45:47.972Z | Compiling tempfile v3.13.0 |
1170 | 2024-12-21T04:45:48.241Z | Compiling clap_builder v4.5.21 |
1171 | 2024-12-21T04:45:48.453Z | Compiling memmap v0.7.0 |
1172 | 2024-12-21T04:45:48.807Z | Compiling smawk v0.3.2 |
1173 | 2024-12-21T04:45:48.819Z | Compiling unicode-linebreak v0.1.5 |
1174 | 2024-12-21T04:45:49.307Z | Compiling textwrap v0.16.1 |
1175 | 2024-12-21T04:45:49.441Z | Compiling swrite v0.1.0 |
1176 | 2024-12-21T04:45:50.765Z | Compiling tabled_derive v0.7.0 |
1177 | 2024-12-21T04:45:52.185Z | Compiling tabled v0.15.0 |
1178 | 2024-12-21T04:45:54.034Z | Compiling serde_derive v1.0.215 |
1179 | 2024-12-21T04:45:54.034Z | Compiling thiserror-impl v1.0.69 |
1180 | 2024-12-21T04:45:54.037Z | Compiling zerocopy-derive v0.7.35 |
1181 | 2024-12-21T04:45:54.037Z | Compiling scroll_derive v0.12.0 |
1182 | 2024-12-21T04:45:54.037Z | Compiling clap_derive v4.5.18 |
1183 | 2024-12-21T04:45:55.330Z | Compiling scroll v0.12.0 |
1184 | 2024-12-21T04:45:55.629Z | Compiling zerocopy v0.7.35 |
1185 | 2024-12-21T04:45:55.876Z | Compiling goblin v0.8.2 |
1186 | 2024-12-21T04:45:56.955Z | Compiling pest v2.7.14 |
1187 | 2024-12-21T04:45:57.942Z | Compiling clap v4.5.21 |
1188 | 2024-12-21T04:45:59.014Z | Compiling pest_meta v2.7.14 |
1189 | 2024-12-21T04:45:59.860Z | Compiling pest_generator v2.7.14 |
1190 | 2024-12-21T04:46:01.851Z | Compiling pest_derive v2.7.14 |
1191 | 2024-12-21T04:46:02.566Z | Compiling dtrace-parser v0.2.0 |
1192 | 2024-12-21T04:46:04.076Z | Compiling toml_datetime v0.6.8 |
1193 | 2024-12-21T04:46:04.076Z | Compiling serde_spanned v0.6.8 |
1194 | 2024-12-21T04:46:04.079Z | Compiling cargo-platform v0.1.8 |
1195 | 2024-12-21T04:46:04.475Z | Compiling serde_tokenstream v0.2.2 |
1196 | 2024-12-21T04:46:04.522Z | Compiling toml_edit v0.22.22 |
1197 | 2024-12-21T04:46:04.579Z | Compiling macaddr v1.0.1 |
1198 | 2024-12-21T04:46:04.708Z | Compiling camino-tempfile v1.1.1 |
1199 | 2024-12-21T04:46:05.549Z | Compiling dof v0.3.0 |
1200 | 2024-12-21T04:46:05.549Z | Compiling cargo_metadata v0.18.1 |
1201 | 2024-12-21T04:46:07.347Z | Compiling toml v0.8.19 |
1202 | 2024-12-21T04:46:07.538Z | Compiling usdt-attr-macro v0.5.0 |
1203 | 2024-12-21T04:46:07.541Z | Compiling usdt-macro v0.5.0 |
1204 | 2024-12-21T04:46:08.173Z | Compiling cargo_toml v0.20.5 |
1205 | 2024-12-21T04:46:08.921Z | Compiling usdt v0.5.0 |
1206 | 2024-12-21T04:46:11.737Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1207 | 2024-12-21T04:46:15.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.88s |
1208 | 2024-12-21T04:46:15.985Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1209 | 2024-12-21T04:46:16.839Z | Compiling serde v1.0.215 |
1210 | 2024-12-21T04:46:16.841Z | Compiling lock_api v0.4.12 |
1211 | 2024-12-21T04:46:16.841Z | Compiling scopeguard v1.2.0 |
1212 | 2024-12-21T04:46:16.841Z | Compiling value-bag v1.9.0 |
1213 | 2024-12-21T04:46:16.841Z | Compiling typenum v1.17.0 |
1214 | 2024-12-21T04:46:16.841Z | Compiling generic-array v0.14.7 |
1215 | 2024-12-21T04:46:16.970Z | Compiling syn v2.0.87 |
1216 | 2024-12-21T04:46:16.972Z | Compiling getrandom v0.2.15 |
1217 | 2024-12-21T04:46:17.217Z | Compiling rand_core v0.6.4 |
1218 | 2024-12-21T04:46:17.390Z | Compiling log v0.4.22 |
1219 | 2024-12-21T04:46:17.521Z | Compiling subtle v2.6.1 |
1220 | 2024-12-21T04:46:17.554Z | Compiling shlex v1.3.0 |
1221 | 2024-12-21T04:46:17.606Z | Compiling jobserver v0.1.32 |
1222 | 2024-12-21T04:46:17.739Z | Compiling const-oid v0.9.6 |
1223 | 2024-12-21T04:46:17.861Z | Compiling smallvec v1.13.2 |
1224 | 2024-12-21T04:46:17.879Z | Compiling spin v0.9.8 |
1225 | 2024-12-21T04:46:17.969Z | Compiling cc v1.1.30 |
1226 | 2024-12-21T04:46:18.257Z | Compiling pin-project-lite v0.2.14 |
1227 | 2024-12-21T04:46:18.281Z | Compiling rustix v0.38.37 |
1228 | 2024-12-21T04:46:18.297Z | Compiling parking_lot_core v0.9.10 |
1229 | 2024-12-21T04:46:18.387Z | Compiling futures-core v0.3.31 |
1230 | 2024-12-21T04:46:18.523Z | Compiling signal-hook-registry v1.4.2 |
1231 | 2024-12-21T04:46:18.620Z | Compiling mio v1.0.2 |
1232 | 2024-12-21T04:46:19.203Z | Compiling parking_lot v0.12.3 |
1233 | 2024-12-21T04:46:19.303Z | Compiling aho-corasick v1.1.3 |
1234 | 2024-12-21T04:46:19.427Z | Compiling cpufeatures v0.2.14 |
1235 | 2024-12-21T04:46:19.528Z | Compiling either v1.13.0 |
1236 | 2024-12-21T04:46:19.566Z | Compiling regex-syntax v0.8.5 |
1237 | 2024-12-21T04:46:19.701Z | Compiling lazy_static v1.5.0 |
1238 | 2024-12-21T04:46:19.825Z | Compiling futures-sink v0.3.31 |
1239 | 2024-12-21T04:46:19.849Z | Compiling glob v0.3.1 |
1240 | 2024-12-21T04:46:19.979Z | Compiling stable_deref_trait v1.2.0 |
1241 | 2024-12-21T04:46:19.982Z | Compiling socket2 v0.5.7 |
1242 | 2024-12-21T04:46:20.083Z | Compiling slab v0.4.9 |
1243 | 2024-12-21T04:46:20.129Z | Compiling prettyplease v0.2.25 |
1244 | 2024-12-21T04:46:20.473Z | Compiling serde_json v1.0.133 |
1245 | 2024-12-21T04:46:20.523Z | Compiling minimal-lexical v0.2.1 |
1246 | 2024-12-21T04:46:20.888Z | Compiling clang-sys v1.8.1 |
1247 | 2024-12-21T04:46:21.003Z | Compiling nom v7.1.3 |
1248 | 2024-12-21T04:46:21.036Z | Compiling libloading v0.8.5 |
1249 | 2024-12-21T04:46:21.104Z | Compiling home v0.5.9 |
1250 | 2024-12-21T04:46:21.374Z | Compiling bindgen v0.69.5 |
1251 | 2024-12-21T04:46:21.451Z | Compiling futures-channel v0.3.31 |
1252 | 2024-12-21T04:46:21.902Z | Compiling itertools v0.12.1 |
1253 | 2024-12-21T04:46:22.197Z | Compiling futures-io v0.3.31 |
1254 | 2024-12-21T04:46:22.239Z | Compiling foldhash v0.1.3 |
1255 | 2024-12-21T04:46:22.534Z | Compiling pin-utils v0.1.0 |
1256 | 2024-12-21T04:46:22.552Z | Compiling lazycell v1.3.0 |
1257 | 2024-12-21T04:46:22.642Z | Compiling futures-task v0.3.31 |
1258 | 2024-12-21T04:46:22.725Z | Compiling rustc-hash v1.1.0 |
1259 | 2024-12-21T04:46:22.888Z | Compiling libm v0.2.8 |
1260 | 2024-12-21T04:46:22.936Z | Compiling allocator-api2 v0.2.18 |
1261 | 2024-12-21T04:46:23.197Z | Compiling regex-automata v0.4.8 |
1262 | 2024-12-21T04:46:23.769Z | Compiling hashbrown v0.15.1 |
1263 | 2024-12-21T04:46:24.820Z | Compiling synstructure v0.13.1 |
1264 | 2024-12-21T04:46:25.018Z | Compiling cexpr v0.6.0 |
1265 | 2024-12-21T04:46:25.150Z | Compiling cmake v0.1.51 |
1266 | 2024-12-21T04:46:26.175Z | Compiling num-traits v0.2.19 |
1267 | 2024-12-21T04:46:26.294Z | Compiling pkg-config v0.3.31 |
1268 | 2024-12-21T04:46:26.451Z | Compiling dunce v1.0.5 |
1269 | 2024-12-21T04:46:26.527Z | Compiling fs_extra v1.3.0 |
1270 | 2024-12-21T04:46:26.574Z | Compiling tinyvec_macros v0.1.1 |
1271 | 2024-12-21T04:46:26.674Z | Compiling tinyvec v1.8.0 |
1272 | 2024-12-21T04:46:27.151Z | Compiling ring v0.17.8 |
1273 | 2024-12-21T04:46:27.896Z | Compiling litemap v0.7.3 |
1274 | 2024-12-21T04:46:28.255Z | Compiling unicode-normalization v0.1.24 |
1275 | 2024-12-21T04:46:28.277Z | Compiling unicode-bidi v0.3.17 |
1276 | 2024-12-21T04:46:28.290Z | Compiling writeable v0.5.5 |
1277 | 2024-12-21T04:46:28.421Z | Compiling base64ct v1.6.0 |
1278 | 2024-12-21T04:46:28.871Z | Compiling regex v1.11.1 |
1279 | 2024-12-21T04:46:29.035Z | Compiling paste v1.0.15 |
1280 | 2024-12-21T04:46:29.412Z | Compiling pem-rfc7468 v0.7.0 |
1281 | 2024-12-21T04:46:29.735Z | Compiling httparse v1.9.5 |
1282 | 2024-12-21T04:46:30.005Z | Compiling flagset v0.4.6 |
1283 | 2024-12-21T04:46:30.112Z | Compiling aws-lc-rs v1.10.0 |
1284 | 2024-12-21T04:46:30.215Z | Compiling tracing-core v0.1.32 |
1285 | 2024-12-21T04:46:30.509Z | Compiling percent-encoding v2.3.1 |
1286 | 2024-12-21T04:46:30.527Z | Compiling crossbeam-utils v0.8.20 |
1287 | 2024-12-21T04:46:30.891Z | Compiling icu_locid_transform_data v1.5.0 |
1288 | 2024-12-21T04:46:30.999Z | Compiling rustls-pki-types v1.10.0 |
1289 | 2024-12-21T04:46:31.333Z | Compiling untrusted v0.9.0 |
1290 | 2024-12-21T04:46:31.490Z | Compiling powerfmt v0.2.0 |
1291 | 2024-12-21T04:46:31.545Z | Compiling icu_properties_data v1.5.0 |
1292 | 2024-12-21T04:46:31.628Z | Compiling serde_derive v1.0.215 |
1293 | 2024-12-21T04:46:31.740Z | Compiling zeroize_derive v1.4.2 |
1294 | 2024-12-21T04:46:31.767Z | Compiling zerocopy-derive v0.7.35 |
1295 | 2024-12-21T04:46:31.925Z | Compiling tokio-macros v2.4.0 |
1296 | 2024-12-21T04:46:32.067Z | Compiling zerofrom-derive v0.1.4 |
1297 | 2024-12-21T04:46:33.421Z | Compiling zeroize v1.8.1 |
1298 | 2024-12-21T04:46:33.493Z | Compiling yoke-derive v0.7.4 |
1299 | 2024-12-21T04:46:33.878Z | Compiling thiserror-impl v1.0.69 |
1300 | 2024-12-21T04:46:34.021Z | Compiling zerocopy v0.7.35 |
1301 | 2024-12-21T04:46:35.222Z | Compiling crypto-common v0.1.6 |
1302 | 2024-12-21T04:46:35.468Z | Compiling block-buffer v0.10.4 |
1303 | 2024-12-21T04:46:35.668Z | Compiling futures-macro v0.3.31 |
1304 | 2024-12-21T04:46:35.731Z | Compiling digest v0.10.7 |
1305 | 2024-12-21T04:46:35.841Z | Compiling zerovec-derive v0.10.3 |
1306 | 2024-12-21T04:46:36.069Z | Compiling zerofrom v0.1.4 |
1307 | 2024-12-21T04:46:36.207Z | Compiling hmac v0.12.1 |
1308 | 2024-12-21T04:46:36.290Z | Compiling block-padding v0.3.3 |
1309 | 2024-12-21T04:46:36.430Z | Compiling displaydoc v0.2.5 |
1310 | 2024-12-21T04:46:36.533Z | Compiling inout v0.1.3 |
1311 | 2024-12-21T04:46:36.597Z | Compiling yoke v0.7.4 |
1312 | 2024-12-21T04:46:36.795Z | Compiling cipher v0.4.4 |
1313 | 2024-12-21T04:46:36.983Z | Compiling sha2 v0.10.8 |
1314 | 2024-12-21T04:46:37.214Z | Compiling thiserror v1.0.69 |
1315 | 2024-12-21T04:46:37.358Z | Compiling ppv-lite86 v0.2.20 |
1316 | 2024-12-21T04:46:37.361Z | Compiling der_derive v0.7.3 |
1317 | 2024-12-21T04:46:37.565Z | Compiling futures-util v0.3.31 |
1318 | 2024-12-21T04:46:38.148Z | Compiling icu_provider_macros v1.5.0 |
1319 | 2024-12-21T04:46:38.228Z | Compiling rand_chacha v0.3.1 |
1320 | 2024-12-21T04:46:38.601Z | Compiling zerovec v0.10.4 |
1321 | 2024-12-21T04:46:39.214Z | Compiling tracing-attributes v0.1.27 |
1322 | 2024-12-21T04:46:39.802Z | Compiling der v0.7.9 |
1323 | 2024-12-21T04:46:40.382Z | Compiling tinystr v0.7.6 |
1324 | 2024-12-21T04:46:40.455Z | Compiling icu_collections v1.5.0 |
1325 | 2024-12-21T04:46:40.788Z | Compiling icu_locid v1.5.0 |
1326 | 2024-12-21T04:46:40.856Z | Compiling rand v0.8.5 |
1327 | 2024-12-21T04:46:41.054Z | Compiling pest v2.7.14 |
1328 | 2024-12-21T04:46:42.005Z | Compiling icu_provider v1.5.0 |
1329 | 2024-12-21T04:46:43.088Z | Compiling icu_locid_transform v1.5.0 |
1330 | 2024-12-21T04:46:43.176Z | Compiling spki v0.7.3 |
1331 | 2024-12-21T04:46:43.196Z | Compiling tracing v0.1.40 |
1332 | 2024-12-21T04:46:43.245Z | Compiling salsa20 v0.10.2 |
1333 | 2024-12-21T04:46:43.250Z | Compiling pbkdf2 v0.12.2 |
1334 | 2024-12-21T04:46:43.430Z | Compiling mirai-annotations v1.12.0 |
1335 | 2024-12-21T04:46:43.461Z | Compiling time-core v0.1.2 |
1336 | 2024-12-21T04:46:43.572Z | Compiling untrusted v0.7.1 |
1337 | 2024-12-21T04:46:43.625Z | Compiling vcpkg v0.2.15 |
1338 | 2024-12-21T04:46:43.641Z | Compiling num-conv v0.1.0 |
1339 | 2024-12-21T04:46:43.695Z | Compiling pest_meta v2.7.14 |
1340 | 2024-12-21T04:46:43.717Z | Compiling scrypt v0.11.0 |
1341 | 2024-12-21T04:46:43.929Z | Compiling time-macros v0.2.18 |
1342 | 2024-12-21T04:46:44.259Z | Compiling icu_properties v1.5.1 |
1343 | 2024-12-21T04:46:44.299Z | Compiling aes v0.8.4 |
1344 | 2024-12-21T04:46:45.779Z | Compiling bitflags v2.6.0 |
1345 | 2024-12-21T04:46:45.813Z | Compiling bytes v1.8.0 |
1346 | 2024-12-21T04:46:47.161Z | Compiling tokio v1.40.0 |
1347 | 2024-12-21T04:46:47.227Z | Compiling indexmap v2.6.0 |
1348 | 2024-12-21T04:46:47.245Z | Compiling http v1.1.0 |
1349 | 2024-12-21T04:46:47.608Z | Compiling semver v1.0.23 |
1350 | 2024-12-21T04:46:48.386Z | Compiling rustc_version v0.4.1 |
1351 | 2024-12-21T04:46:48.712Z | Compiling openssl-sys v0.9.103 |
1352 | 2024-12-21T04:46:48.944Z | Compiling cbc v0.1.2 |
1353 | 2024-12-21T04:46:49.166Z | Compiling deranged v0.3.11 |
1354 | 2024-12-21T04:46:49.198Z | Compiling scroll_derive v0.12.0 |
1355 | 2024-12-21T04:46:49.296Z | Compiling write16 v1.0.0 |
1356 | 2024-12-21T04:46:49.434Z | Compiling utf16_iter v1.0.5 |
1357 | 2024-12-21T04:46:49.645Z | Compiling icu_normalizer_data v1.5.0 |
1358 | 2024-12-21T04:46:49.707Z | Compiling atomic-waker v1.1.2 |
1359 | 2024-12-21T04:46:49.752Z | Compiling utf8_iter v1.0.4 |
1360 | 2024-12-21T04:46:49.840Z | Compiling num_threads v0.1.7 |
1361 | 2024-12-21T04:46:49.968Z | Compiling icu_normalizer v1.5.0 |
1362 | 2024-12-21T04:46:49.991Z | Compiling pkcs5 v0.7.1 |
1363 | 2024-12-21T04:46:50.225Z | Compiling which v4.4.2 |
1364 | 2024-12-21T04:46:50.503Z | Compiling http-body v1.0.1 |
1365 | 2024-12-21T04:46:50.755Z | Compiling scroll v0.12.0 |
1366 | 2024-12-21T04:46:50.876Z | Compiling pest_generator v2.7.14 |
1367 | 2024-12-21T04:46:51.130Z | Compiling time v0.3.36 |
1368 | 2024-12-21T04:46:51.196Z | Compiling form_urlencoded v1.2.1 |
1369 | 2024-12-21T04:46:51.328Z | Compiling try-lock v0.2.5 |
1370 | 2024-12-21T04:46:51.487Z | Compiling slog v2.7.0 |
1371 | 2024-12-21T04:46:51.529Z | Compiling goblin v0.8.2 |
1372 | 2024-12-21T04:46:51.640Z | Compiling want v0.3.1 |
1373 | 2024-12-21T04:46:51.945Z | Compiling idna_adapter v1.2.0 |
1374 | 2024-12-21T04:46:51.963Z | Compiling pkcs8 v0.10.2 |
1375 | 2024-12-21T04:46:52.119Z | Compiling uuid v1.11.0 |
1376 | 2024-12-21T04:46:52.171Z | Compiling iana-time-zone v0.1.61 |
1377 | 2024-12-21T04:46:52.658Z | Compiling httpdate v1.0.3 |
1378 | 2024-12-21T04:46:52.736Z | Compiling chrono v0.4.38 |
1379 | 2024-12-21T04:46:52.998Z | Compiling pest_derive v2.7.14 |
1380 | 2024-12-21T04:46:53.635Z | Compiling idna v1.0.3 |
1381 | 2024-12-21T04:46:53.832Z | Compiling dtrace-parser v0.2.0 |
1382 | 2024-12-21T04:46:54.352Z | Compiling serde_spanned v0.6.8 |
1383 | 2024-12-21T04:46:54.375Z | Compiling serde_tokenstream v0.2.2 |
1384 | 2024-12-21T04:46:54.819Z | Compiling toml_datetime v0.6.8 |
1385 | 2024-12-21T04:46:55.343Z | Compiling foreign-types-shared v0.1.1 |
1386 | 2024-12-21T04:46:55.464Z | Compiling tower-service v0.3.3 |
1387 | 2024-12-21T04:46:55.491Z | Compiling base64 v0.22.1 |
1388 | 2024-12-21T04:46:55.603Z | Compiling match_cfg v0.1.0 |
1389 | 2024-12-21T04:46:55.710Z | Compiling rustversion v1.0.17 |
1390 | 2024-12-21T04:46:56.054Z | Compiling tokio-util v0.7.12 |
1391 | 2024-12-21T04:46:56.270Z | Compiling adler2 v2.0.0 |
1392 | 2024-12-21T04:46:56.455Z | Compiling openssl v0.10.66 |
1393 | 2024-12-21T04:46:56.552Z | Compiling miniz_oxide v0.8.0 |
1394 | 2024-12-21T04:46:56.573Z | Compiling hostname v0.3.1 |
1395 | 2024-12-21T04:46:56.590Z | Compiling foreign-types v0.3.2 |
1396 | 2024-12-21T04:46:56.687Z | Compiling url v2.5.3 |
1397 | 2024-12-21T04:46:56.924Z | Compiling openssl-macros v0.1.1 |
1398 | 2024-12-21T04:46:57.526Z | Compiling h2 v0.4.6 |
1399 | 2024-12-21T04:46:57.702Z | Compiling dof v0.3.0 |
1400 | 2024-12-21T04:46:58.160Z | Compiling async-trait v0.1.83 |
1401 | 2024-12-21T04:46:58.308Z | Compiling serde_derive_internals v0.29.1 |
1402 | 2024-12-21T04:46:58.759Z | Compiling usdt-impl v0.5.0 |
1403 | 2024-12-21T04:46:59.963Z | Compiling dirs-sys-next v0.1.2 |
1404 | 2024-12-21T04:47:00.410Z | Compiling native-tls v0.2.12 |
1405 | 2024-12-21T04:47:00.653Z | Compiling syn v1.0.109 |
1406 | 2024-12-21T04:47:00.732Z | Compiling rustls v0.22.4 |
1407 | 2024-12-21T04:47:00.966Z | Compiling rustls v0.23.19 |
1408 | 2024-12-21T04:47:01.004Z | Compiling schemars v0.8.21 |
1409 | 2024-12-21T04:47:01.079Z | Compiling siphasher v0.3.11 |
1410 | 2024-12-21T04:47:01.237Z | Compiling data-encoding v2.6.0 |
1411 | 2024-12-21T04:47:01.364Z | Compiling schemars_derive v0.8.21 |
1412 | 2024-12-21T04:47:01.438Z | Compiling dirs-next v2.0.0 |
1413 | 2024-12-21T04:47:02.177Z | Compiling http-body-util v0.1.2 |
1414 | 2024-12-21T04:47:02.751Z | Compiling crossbeam-epoch v0.9.18 |
1415 | 2024-12-21T04:47:03.098Z | Compiling heapless v0.7.17 |
1416 | 2024-12-21T04:47:03.129Z | Compiling signature v2.2.0 |
1417 | 2024-12-21T04:47:03.443Z | Compiling sha1 v0.10.6 |
1418 | 2024-12-21T04:47:03.516Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1419 | 2024-12-21T04:47:03.543Z | Compiling thread_local v1.1.8 |
1420 | 2024-12-21T04:47:03.742Z | Compiling cookie v0.18.1 |
1421 | 2024-12-21T04:47:03.862Z | Compiling encoding_rs v0.8.34 |
1422 | 2024-12-21T04:47:04.022Z | Compiling multer v3.1.0 |
1423 | 2024-12-21T04:47:04.025Z | Compiling signal-hook v0.3.17 |
1424 | 2024-12-21T04:47:04.091Z | Compiling openssl-probe v0.1.5 |
1425 | 2024-12-21T04:47:04.289Z | Compiling gimli v0.31.1 |
1426 | 2024-12-21T04:47:04.308Z | Compiling mime v0.3.17 |
1427 | 2024-12-21T04:47:04.474Z | Compiling rayon-core v1.12.1 |
1428 | 2024-12-21T04:47:04.760Z | Compiling hyper v1.5.0 |
1429 | 2024-12-21T04:47:04.779Z | Compiling dyn-clone v1.0.17 |
1430 | 2024-12-21T04:47:04.945Z | Compiling unicode-properties v0.1.3 |
1431 | 2024-12-21T04:47:05.008Z | Compiling slog-async v2.8.0 |
1432 | 2024-12-21T04:47:05.378Z | Compiling ipnet v2.10.1 |
1433 | 2024-12-21T04:47:05.624Z | Compiling stringprep v0.1.5 |
1434 | 2024-12-21T04:47:07.035Z | Compiling toml_edit v0.22.22 |
1435 | 2024-12-21T04:47:08.345Z | Compiling hyper-util v0.1.10 |
1436 | 2024-12-21T04:47:09.062Z | Compiling addr2line v0.24.2 |
1437 | 2024-12-21T04:47:09.742Z | Compiling crossbeam-deque v0.8.5 |
1438 | 2024-12-21T04:47:09.760Z | Compiling usdt-attr-macro v0.5.0 |
1439 | 2024-12-21T04:47:10.064Z | Compiling usdt-macro v0.5.0 |
1440 | 2024-12-21T04:47:10.302Z | Compiling term v0.7.0 |
1441 | 2024-12-21T04:47:10.607Z | Compiling slog-json v2.6.1 |
1442 | 2024-12-21T04:47:10.983Z | Compiling serde_urlencoded v0.7.1 |
1443 | 2024-12-21T04:47:11.395Z | Compiling crossbeam-channel v0.5.13 |
1444 | 2024-12-21T04:47:11.448Z | Compiling curve25519-dalek v4.1.3 |
1445 | 2024-12-21T04:47:11.498Z | Compiling enum-as-inner v0.6.1 |
1446 | 2024-12-21T04:47:11.526Z | Compiling futures-executor v0.3.31 |
1447 | 2024-12-21T04:47:11.835Z | Compiling md-5 v0.10.6 |
1448 | 2024-12-21T04:47:12.106Z | Compiling async-stream-impl v0.3.6 |
1449 | 2024-12-21T04:47:12.124Z | Compiling rustls-pemfile v2.2.0 |
1450 | 2024-12-21T04:47:12.157Z | Compiling num-integer v0.1.46 |
1451 | 2024-12-21T04:47:12.468Z | Compiling idna v0.3.0 |
1452 | 2024-12-21T04:47:12.642Z | Compiling idna v0.4.0 |
1453 | 2024-12-21T04:47:12.667Z | Compiling hash32 v0.2.1 |
1454 | 2024-12-21T04:47:12.949Z | Compiling ff v0.13.0 |
1455 | 2024-12-21T04:47:13.055Z | Compiling is-terminal v0.4.13 |
1456 | 2024-12-21T04:47:13.197Z | Compiling object v0.36.5 |
1457 | 2024-12-21T04:47:13.213Z | Compiling dropshot v0.12.0 |
1458 | 2024-12-21T04:47:13.486Z | Compiling quick-error v1.2.3 |
1459 | 2024-12-21T04:47:13.504Z | Compiling portable-atomic v1.9.0 |
1460 | 2024-12-21T04:47:13.636Z | Compiling base16ct v0.2.0 |
1461 | 2024-12-21T04:47:13.967Z | Compiling rustc-demangle v0.1.24 |
1462 | 2024-12-21T04:47:14.141Z | Compiling linked-hash-map v0.5.6 |
1463 | 2024-12-21T04:47:14.343Z | Compiling num-bigint-dig v0.8.4 |
1464 | 2024-12-21T04:47:14.516Z | Compiling psl-types v2.0.11 |
1465 | 2024-12-21T04:47:14.612Z | Compiling fallible-iterator v0.2.0 |
1466 | 2024-12-21T04:47:14.639Z | Compiling take_mut v0.2.2 |
1467 | 2024-12-21T04:47:14.715Z | Compiling anyhow v1.0.93 |
1468 | 2024-12-21T04:47:14.796Z | Compiling smoltcp v0.9.1 |
1469 | 2024-12-21T04:47:14.965Z | Compiling utf-8 v0.7.6 |
1470 | 2024-12-21T04:47:15.329Z | Compiling postgres-protocol v0.6.7 |
1471 | 2024-12-21T04:47:15.348Z | Compiling tungstenite v0.24.0 |
1472 | 2024-12-21T04:47:15.697Z | Compiling publicsuffix v2.2.3 |
1473 | 2024-12-21T04:47:15.846Z | Compiling lru-cache v0.1.2 |
1474 | 2024-12-21T04:47:15.968Z | Compiling sec1 v0.7.3 |
1475 | 2024-12-21T04:47:16.056Z | Compiling resolv-conf v0.7.0 |
1476 | 2024-12-21T04:47:16.572Z | Compiling hickory-proto v0.24.1 |
1477 | 2024-12-21T04:47:16.770Z | Compiling async-stream v0.3.6 |
1478 | 2024-12-21T04:47:16.820Z | Compiling slog-term v2.9.1 |
1479 | 2024-12-21T04:47:16.860Z | Compiling group v0.13.0 |
1480 | 2024-12-21T04:47:17.114Z | Compiling usdt v0.5.0 |
1481 | 2024-12-21T04:47:17.646Z | Compiling num-iter v0.1.45 |
1482 | 2024-12-21T04:47:17.841Z | Compiling futures v0.3.31 |
1483 | 2024-12-21T04:47:17.927Z | Compiling slog-bunyan v2.5.0 |
1484 | 2024-12-21T04:47:18.109Z | Compiling toml v0.8.19 |
1485 | 2024-12-21T04:47:18.484Z | Compiling tokio-native-tls v0.3.1 |
1486 | 2024-12-21T04:47:19.834Z | Compiling camino v1.1.9 |
1487 | 2024-12-21T04:47:19.923Z | Compiling phf_shared v0.11.2 |
1488 | 2024-12-21T04:47:19.942Z | Compiling dropshot_endpoint v0.12.0 |
1489 | 2024-12-21T04:47:20.337Z | Compiling terminal_size v0.4.0 |
1490 | 2024-12-21T04:47:20.389Z | Compiling waitgroup v0.1.2 |
1491 | 2024-12-21T04:47:20.559Z | Compiling openapiv3 v2.0.0 |
1492 | 2024-12-21T04:47:20.618Z | Compiling backtrace v0.3.74 |
1493 | 2024-12-21T04:47:20.827Z | Compiling serde_path_to_error v0.1.16 |
1494 | 2024-12-21T04:47:21.363Z | Compiling hkdf v0.12.4 |
1495 | 2024-12-21T04:47:21.635Z | Compiling crypto-bigint v0.5.5 |
1496 | 2024-12-21T04:47:21.715Z | Compiling curve25519-dalek-derive v0.1.1 |
1497 | 2024-12-21T04:47:23.341Z | Compiling zerocopy-derive v0.6.6 |
1498 | 2024-12-21T04:47:24.449Z | Compiling webpki-roots v0.26.6 |
1499 | 2024-12-21T04:47:24.671Z | Compiling idna v0.5.0 |
1500 | 2024-12-21T04:47:24.689Z | Compiling hostname v0.4.0 |
1501 | 2024-12-21T04:47:24.949Z | Compiling crc32fast v1.4.2 |
1502 | 2024-12-21T04:47:25.130Z | Compiling ahash v0.8.11 |
1503 | 2024-12-21T04:47:25.231Z | Compiling hubpack_derive v0.1.1 |
1504 | 2024-12-21T04:47:25.277Z | Compiling fs-err v2.11.0 |
1505 | 2024-12-21T04:47:25.466Z | Compiling newtype-uuid v1.1.3 |
1506 | 2024-12-21T04:47:25.587Z | Compiling winnow v0.5.40 |
1507 | 2024-12-21T04:47:25.614Z | Compiling bitflags v1.3.2 |
1508 | 2024-12-21T04:47:25.726Z | Compiling managed v0.8.0 |
1509 | 2024-12-21T04:47:25.729Z | Compiling debug-ignore v1.0.5 |
1510 | 2024-12-21T04:47:25.899Z | Compiling strum_macros v0.25.3 |
1511 | 2024-12-21T04:47:26.183Z | Compiling hubpack v0.1.2 |
1512 | 2024-12-21T04:47:26.331Z | Compiling clap_builder v4.5.21 |
1513 | 2024-12-21T04:47:26.660Z | Compiling zerocopy v0.6.6 |
1514 | 2024-12-21T04:47:27.267Z | Compiling console v0.15.8 |
1515 | 2024-12-21T04:47:27.726Z | Compiling cookie_store v0.21.0 |
1516 | 2024-12-21T04:47:27.999Z | Compiling flate2 v1.0.34 |
1517 | 2024-12-21T04:47:28.450Z | Compiling elliptic-curve v0.13.8 |
1518 | 2024-12-21T04:47:29.043Z | Compiling hickory-resolver v0.24.1 |
1519 | 2024-12-21T04:47:29.339Z | Compiling toml_edit v0.19.15 |
1520 | 2024-12-21T04:47:29.578Z | Compiling phf v0.11.2 |
1521 | 2024-12-21T04:47:29.878Z | Compiling signal-hook-mio v0.2.4 |
1522 | 2024-12-21T04:47:30.049Z | Compiling rayon v1.10.0 |
1523 | 2024-12-21T04:47:30.170Z | Compiling hyper-tls v0.6.0 |
1524 | 2024-12-21T04:47:30.265Z | Compiling bzip2 v0.4.4 |
1525 | 2024-12-21T04:47:30.680Z | Compiling tokio-tungstenite v0.24.0 |
1526 | 2024-12-21T04:47:31.244Z | Compiling postgres-types v0.2.8 |
1527 | 2024-12-21T04:47:34.219Z | Compiling ed25519 v2.2.3 |
1528 | 2024-12-21T04:47:34.967Z | Compiling phf_shared v0.10.0 |
1529 | 2024-12-21T04:47:35.383Z | Compiling tokio-stream v0.1.16 |
1530 | 2024-12-21T04:47:35.966Z | Compiling pkcs1 v0.7.5 |
1531 | 2024-12-21T04:47:36.006Z | Compiling serde-big-array v0.5.1 |
1532 | 2024-12-21T04:47:36.138Z | Compiling clap_derive v4.5.18 |
1533 | 2024-12-21T04:47:36.240Z | Compiling rfc6979 v0.4.0 |
1534 | 2024-12-21T04:47:36.436Z | Compiling serde_repr v0.1.19 |
1535 | 2024-12-21T04:47:36.453Z | Compiling derive-where v1.2.7 |
1536 | 2024-12-21T04:47:37.023Z | Compiling float-cmp v0.9.0 |
1537 | 2024-12-21T04:47:37.236Z | Compiling bstr v1.10.0 |
1538 | 2024-12-21T04:47:37.256Z | Compiling sync_wrapper v1.0.1 |
1539 | 2024-12-21T04:47:37.457Z | Compiling normalize-line-endings v0.3.0 |
1540 | 2024-12-21T04:47:37.562Z | Compiling precomputed-hash v0.1.1 |
1541 | 2024-12-21T04:47:37.587Z | Compiling difflib v0.4.0 |
1542 | 2024-12-21T04:47:37.674Z | Compiling predicates-core v1.0.8 |
1543 | 2024-12-21T04:47:37.693Z | Compiling bit-vec v0.6.3 |
1544 | 2024-12-21T04:47:38.045Z | Compiling whoami v1.5.2 |
1545 | 2024-12-21T04:47:38.182Z | Compiling number_prefix v0.4.0 |
1546 | 2024-12-21T04:47:38.426Z | Compiling unicode-segmentation v1.12.0 |
1547 | 2024-12-21T04:47:38.688Z | Compiling unicode-width v0.2.0 |
1548 | 2024-12-21T04:47:39.061Z | Compiling new_debug_unreachable v1.0.6 |
1549 | 2024-12-21T04:47:39.172Z | Compiling fixedbitset v0.4.2 |
1550 | 2024-12-21T04:47:39.229Z | Compiling static_assertions v1.1.0 |
1551 | 2024-12-21T04:47:39.260Z | Compiling string_cache v0.8.7 |
1552 | 2024-12-21T04:47:39.317Z | Compiling indicatif v0.17.9 |
1553 | 2024-12-21T04:47:39.341Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1554 | 2024-12-21T04:47:39.627Z | Compiling petgraph v0.6.5 |
1555 | 2024-12-21T04:47:39.718Z | Compiling similar v2.6.0 |
1556 | 2024-12-21T04:47:40.132Z | Compiling tokio-postgres v0.7.12 |
1557 | 2024-12-21T04:47:41.762Z | Compiling clap v4.5.21 |
1558 | 2024-12-21T04:47:41.805Z | Compiling bit-set v0.5.3 |
1559 | 2024-12-21T04:47:41.805Z | Compiling predicates v3.1.2 |
1560 | 2024-12-21T04:47:41.859Z | Compiling rsa v0.9.6 |
1561 | 2024-12-21T04:47:42.199Z | Compiling ecdsa v0.16.9 |
1562 | 2024-12-21T04:47:43.107Z | Compiling ed25519-dalek v2.1.1 |
1563 | 2024-12-21T04:47:43.502Z | Compiling toml v0.7.8 |
1564 | 2024-12-21T04:47:43.936Z | Compiling zip v0.6.6 |
1565 | 2024-12-21T04:47:44.446Z | Compiling crossterm v0.28.1 |
1566 | 2024-12-21T04:47:45.706Z | Compiling hex v0.4.3 |
1567 | 2024-12-21T04:47:45.910Z | Compiling x509-cert v0.2.5 |
1568 | 2024-12-21T04:47:45.989Z | Compiling itertools v0.10.5 |
1569 | 2024-12-21T04:47:46.148Z | Compiling lalrpop-util v0.19.12 |
1570 | 2024-12-21T04:47:46.301Z | Compiling unicode-xid v0.2.6 |
1571 | 2024-12-21T04:47:46.486Z | Compiling peg-runtime v0.8.3 |
1572 | 2024-12-21T04:47:46.503Z | Compiling strum_macros v0.26.4 |
1573 | 2024-12-21T04:47:46.523Z | Compiling xattr v1.3.1 |
1574 | 2024-12-21T04:47:46.813Z | Compiling filetime v0.2.25 |
1575 | 2024-12-21T04:47:47.172Z | Compiling tar v0.4.42 |
1576 | 2024-12-21T04:47:51.776Z | Compiling strum v0.26.3 |
1577 | 2024-12-21T04:47:54.428Z | Compiling aws-lc-sys v0.22.0 |
1578 | 2024-12-21T04:48:30.082Z | Compiling rustls-webpki v0.102.8 |
1579 | 2024-12-21T04:48:33.484Z | Compiling tokio-rustls v0.25.0 |
1580 | 2024-12-21T04:48:35.328Z | Compiling tokio-rustls v0.26.0 |
1581 | 2024-12-21T04:48:35.734Z | Compiling hyper-rustls v0.27.3 |
1582 | 2024-12-21T04:48:36.019Z | Compiling reqwest v0.12.9 |
1583 | 2024-12-21T04:48:36.821Z | Compiling qorb v0.2.1 |
1584 | 2024-12-21T04:48:42.062Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1585 | 2024-12-21T04:48:42.304Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1586 | 2024-12-21T04:48:48.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
1587 | 2024-12-21T04:48:48.311Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1588 | 2024-12-21T04:48:48.353Z | Dec 21 04:48:46.943 INFO Starting download, target: Clickhouse |
1589 | 2024-12-21T04:48:48.353Z | Dec 21 04:48:46.943 INFO Starting download, target: Cockroach |
1590 | 2024-12-21T04:48:48.353Z | Dec 21 04:48:46.943 INFO Starting download, target: Console |
1591 | 2024-12-21T04:48:48.357Z | Dec 21 04:48:46.943 INFO Starting download, target: DendriteOpenapi |
1592 | 2024-12-21T04:48:48.357Z | Dec 21 04:48:46.943 INFO Starting download, target: DendriteStub |
1593 | 2024-12-21T04:48:48.357Z | Dec 21 04:48:46.943 INFO Starting download, target: MaghemiteMgd |
1594 | 2024-12-21T04:48:48.357Z | Dec 21 04:48:46.943 INFO Starting download, target: TransceiverControl |
1595 | 2024-12-21T04:48:48.357Z | Dec 21 04:48:46.944 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1596 | 2024-12-21T04:48:48.357Z | Dec 21 04:48:46.944 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1597 | 2024-12-21T04:48:48.357Z | Dec 21 04:48:46.944 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1598 | 2024-12-21T04:48:48.357Z | Dec 21 04:48:46.944 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1599 | 2024-12-21T04:48:48.357Z | Dec 21 04:48:46.944 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1600 | 2024-12-21T04:48:48.357Z | Dec 21 04:48:46.944 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1601 | 2024-12-21T04:48:48.357Z | Dec 21 04:48:46.944 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1602 | 2024-12-21T04:48:48.542Z | Dec 21 04:48:47.118 INFO Download complete, target: DendriteOpenapi |
1603 | 2024-12-21T04:48:48.679Z | Dec 21 04:48:47.252 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1604 | 2024-12-21T04:48:48.897Z | Dec 21 04:48:47.473 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1605 | 2024-12-21T04:48:49.269Z | Dec 21 04:48:47.837 INFO Download complete, target: Console |
1606 | 2024-12-21T04:48:49.292Z | Dec 21 04:48:47.876 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1607 | 2024-12-21T04:48:49.338Z | Dec 21 04:48:47.925 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1608 | 2024-12-21T04:48:49.341Z | Dec 21 04:48:47.928 INFO Download complete, target: TransceiverControl |
1609 | 2024-12-21T04:48:50.036Z | Dec 21 04:48:48.625 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1610 | 2024-12-21T04:48:50.036Z | Dec 21 04:48:48.625 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1611 | 2024-12-21T04:48:50.223Z | Dec 21 04:48:48.813 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1612 | 2024-12-21T04:48:52.159Z | Dec 21 04:48:50.748 INFO Download complete, target: DendriteStub |
1613 | 2024-12-21T04:48:52.295Z | Dec 21 04:48:50.884 INFO Download complete, target: MaghemiteMgd |
1614 | 2024-12-21T04:48:57.508Z | Dec 21 04:48:56.096 INFO Checking that binary works, target: Cockroach |
1615 | 2024-12-21T04:48:57.669Z | Dec 21 04:48:56.258 INFO Download complete, target: Cockroach |
1616 | 2024-12-21T04:49:02.751Z | Dec 21 04:49:01.338 INFO Checking that binary works, target: Clickhouse |
1617 | 2024-12-21T04:49:03.462Z | Dec 21 04:49:02.050 INFO Download complete, target: Clickhouse |
1618 | 2024-12-21T04:49:03.470Z | All prerequisites installed successfully |
1619 | 2024-12-21T04:49:03.474Z | |
1620 | 2024-12-21T04:49:03.474Z | real 5:22.127679401 |
1621 | 2024-12-21T04:49:03.474Z | user 16:33.966175072 |
1622 | 2024-12-21T04:49:03.474Z | sys 3:12.151412524 |
1623 | 2024-12-21T04:49:03.474Z | trap 0.507590952 |
1624 | 2024-12-21T04:49:03.474Z | tflt 7.342604839 |
1625 | 2024-12-21T04:49:03.474Z | dflt 7.536283405 |
1626 | 2024-12-21T04:49:03.474Z | kflt 0.149125899 |
1627 | 2024-12-21T04:49:03.474Z | lock 34:21.542884293 |
1628 | 2024-12-21T04:49:03.474Z | slp 1:04:20.579297280 |
1629 | 2024-12-21T04:49:03.474Z | lat 50.052902064 |
1630 | 2024-12-21T04:49:03.475Z | stop 2:09.285350646 |
1631 | 2024-12-21T04:49:03.475Z | + source ./tools/include/force-git-over-https.sh |
1632 | 2024-12-21T04:49:03.475Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1633 | 2024-12-21T04:49:03.475Z | ++ (( i = 0 )) |
1634 | 2024-12-21T04:49:03.475Z | ++ (( i < 5 )) |
1635 | 2024-12-21T04:49:03.475Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1636 | 2024-12-21T04:49:03.478Z | ++ (( i++ )) |
1637 | 2024-12-21T04:49:03.479Z | ++ (( i < 5 )) |
1638 | 2024-12-21T04:49:03.479Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1639 | 2024-12-21T04:49:03.482Z | ++ (( i++ )) |
1640 | 2024-12-21T04:49:03.482Z | ++ (( i < 5 )) |
1641 | 2024-12-21T04:49:03.482Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1642 | 2024-12-21T04:49:03.482Z | ++ (( i++ )) |
1643 | 2024-12-21T04:49:03.482Z | ++ (( i < 5 )) |
1644 | 2024-12-21T04:49:03.482Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1645 | 2024-12-21T04:49:03.485Z | ++ (( i++ )) |
1646 | 2024-12-21T04:49:03.485Z | ++ (( i < 5 )) |
1647 | 2024-12-21T04:49:03.485Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1648 | 2024-12-21T04:49:03.488Z | ++ (( i++ )) |
1649 | 2024-12-21T04:49:03.488Z | ++ (( i < 5 )) |
1650 | 2024-12-21T04:49:03.488Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1651 | 2024-12-21T04:49:03.488Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1652 | 2024-12-21T04:49:03.488Z | + rc=0 |
1653 | 2024-12-21T04:49:03.488Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1654 | 2024-12-21T04:49:34.315Z | + case $rc in |
1655 | 2024-12-21T04:49:34.315Z | + pfexec zfs create -p rpool/images/build/host |
1656 | 2024-12-21T04:49:34.523Z | + pfexec zfs create -p rpool/images/build/recovery |
1657 | 2024-12-21T04:49:34.607Z | + cargo xtask releng --output-dir /work |
1658 | 2024-12-21T04:49:35.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1659 | 2024-12-21T04:49:35.150Z | Running `target/debug/xtask releng --output-dir /work` |
1660 | 2024-12-21T04:49:36.065Z | Compiling proc-macro2 v1.0.89 |
1661 | 2024-12-21T04:49:36.065Z | Compiling unicode-ident v1.0.13 |
1662 | 2024-12-21T04:49:36.065Z | Compiling libc v0.2.162 |
1663 | 2024-12-21T04:49:36.068Z | Compiling serde v1.0.215 |
1664 | 2024-12-21T04:49:36.068Z | Compiling autocfg v1.4.0 |
1665 | 2024-12-21T04:49:36.068Z | Compiling version_check v0.9.5 |
1666 | 2024-12-21T04:49:36.068Z | Compiling cfg-if v1.0.0 |
1667 | 2024-12-21T04:49:36.342Z | Compiling memchr v2.7.4 |
1668 | 2024-12-21T04:49:36.342Z | Compiling typenum v1.17.0 |
1669 | 2024-12-21T04:49:36.405Z | Compiling shlex v1.3.0 |
1670 | 2024-12-21T04:49:36.782Z | Compiling value-bag v1.9.0 |
1671 | 2024-12-21T04:49:37.044Z | Compiling generic-array v0.14.7 |
1672 | 2024-12-21T04:49:37.127Z | Compiling lock_api v0.4.12 |
1673 | 2024-12-21T04:49:37.295Z | Compiling log v0.4.22 |
1674 | 2024-12-21T04:49:37.364Z | Compiling scopeguard v1.2.0 |
1675 | 2024-12-21T04:49:37.531Z | Compiling rustix v0.38.37 |
1676 | 2024-12-21T04:49:37.756Z | Compiling parking_lot_core v0.9.10 |
1677 | 2024-12-21T04:49:38.104Z | Compiling quote v1.0.37 |
1678 | 2024-12-21T04:49:38.135Z | Compiling serde_json v1.0.133 |
1679 | 2024-12-21T04:49:38.172Z | Compiling libm v0.2.8 |
1680 | 2024-12-21T04:49:38.193Z | Compiling num-traits v0.2.19 |
1681 | 2024-12-21T04:49:38.441Z | Compiling jobserver v0.1.32 |
1682 | 2024-12-21T04:49:38.490Z | Compiling syn v2.0.87 |
1683 | 2024-12-21T04:49:38.514Z | Compiling getrandom v0.2.15 |
1684 | 2024-12-21T04:49:38.724Z | Compiling itoa v1.0.11 |
1685 | 2024-12-21T04:49:38.724Z | Compiling once_cell v1.20.2 |
1686 | 2024-12-21T04:49:38.844Z | Compiling cc v1.1.30 |
1687 | 2024-12-21T04:49:38.867Z | Compiling thiserror v1.0.69 |
1688 | 2024-12-21T04:49:38.926Z | Compiling spin v0.9.8 |
1689 | 2024-12-21T04:49:38.959Z | Compiling aho-corasick v1.1.3 |
1690 | 2024-12-21T04:49:39.196Z | Compiling regex-syntax v0.8.5 |
1691 | 2024-12-21T04:49:39.353Z | Compiling slab v0.4.9 |
1692 | 2024-12-21T04:49:39.427Z | Compiling errno v0.3.9 |
1693 | 2024-12-21T04:49:40.064Z | Compiling byteorder v1.5.0 |
1694 | 2024-12-21T04:49:40.442Z | Compiling either v1.13.0 |
1695 | 2024-12-21T04:49:40.578Z | Compiling lazy_static v1.5.0 |
1696 | 2024-12-21T04:49:40.810Z | Compiling rand_core v0.6.4 |
1697 | 2024-12-21T04:49:40.810Z | Compiling glob v0.3.1 |
1698 | 2024-12-21T04:49:40.930Z | Compiling prettyplease v0.2.25 |
1699 | 2024-12-21T04:49:41.277Z | Compiling subtle v2.6.1 |
1700 | 2024-12-21T04:49:41.512Z | Compiling minimal-lexical v0.2.1 |
1701 | 2024-12-21T04:49:41.665Z | Compiling clang-sys v1.8.1 |
1702 | 2024-12-21T04:49:41.722Z | Compiling libloading v0.8.5 |
1703 | 2024-12-21T04:49:42.080Z | Compiling nom v7.1.3 |
1704 | 2024-12-21T04:49:42.401Z | Compiling bindgen v0.69.5 |
1705 | 2024-12-21T04:49:42.561Z | Compiling home v0.5.9 |
1706 | 2024-12-21T04:49:42.807Z | Compiling itertools v0.12.1 |
1707 | 2024-12-21T04:49:43.098Z | Compiling regex-automata v0.4.8 |
1708 | 2024-12-21T04:49:43.291Z | Compiling lazycell v1.3.0 |
1709 | 2024-12-21T04:49:43.476Z | Compiling rustc-hash v1.1.0 |
1710 | 2024-12-21T04:49:44.216Z | Compiling cmake v0.1.51 |
1711 | 2024-12-21T04:49:45.256Z | Compiling smallvec v1.13.2 |
1712 | 2024-12-21T04:49:45.488Z | Compiling dunce v1.0.5 |
1713 | 2024-12-21T04:49:45.580Z | Compiling cexpr v0.6.0 |
1714 | 2024-12-21T04:49:45.656Z | Compiling fs_extra v1.3.0 |
1715 | 2024-12-21T04:49:45.826Z | Compiling semver v1.0.23 |
1716 | 2024-12-21T04:49:45.889Z | Compiling pkg-config v0.3.31 |
1717 | 2024-12-21T04:49:46.245Z | Compiling ring v0.17.8 |
1718 | 2024-12-21T04:49:46.434Z | Compiling synstructure v0.13.1 |
1719 | 2024-12-21T04:49:47.212Z | Compiling heck v0.5.0 |
1720 | 2024-12-21T04:49:47.277Z | Compiling ryu v1.0.18 |
1721 | 2024-12-21T04:49:47.317Z | Compiling paste v1.0.15 |
1722 | 2024-12-21T04:49:47.728Z | Compiling const-oid v0.9.6 |
1723 | 2024-12-21T04:49:47.769Z | Compiling aws-lc-rs v1.10.0 |
1724 | 2024-12-21T04:49:47.959Z | Compiling httparse v1.9.5 |
1725 | 2024-12-21T04:49:48.642Z | Compiling pin-project-lite v0.2.14 |
1726 | 2024-12-21T04:49:48.789Z | Compiling allocator-api2 v0.2.18 |
1727 | 2024-12-21T04:49:49.660Z | Compiling regex v1.11.1 |
1728 | 2024-12-21T04:49:49.834Z | Compiling futures-core v0.3.31 |
1729 | 2024-12-21T04:49:50.185Z | Compiling signal-hook-registry v1.4.2 |
1730 | 2024-12-21T04:49:50.417Z | Compiling crossbeam-utils v0.8.20 |
1731 | 2024-12-21T04:49:50.889Z | Compiling time-core v0.1.2 |
1732 | 2024-12-21T04:49:51.102Z | Compiling num-conv v0.1.0 |
1733 | 2024-12-21T04:49:51.164Z | Compiling schemars v0.8.21 |
1734 | 2024-12-21T04:49:51.227Z | Compiling parking_lot v0.12.3 |
1735 | 2024-12-21T04:49:51.448Z | Compiling time-macros v0.2.18 |
1736 | 2024-12-21T04:49:51.534Z | Compiling serde_derive_internals v0.29.1 |
1737 | 2024-12-21T04:49:51.683Z | Compiling mio v1.0.2 |
1738 | 2024-12-21T04:49:52.095Z | Compiling vcpkg v0.2.15 |
1739 | 2024-12-21T04:49:52.136Z | Compiling serde_derive v1.0.215 |
1740 | 2024-12-21T04:49:53.461Z | Compiling zeroize_derive v1.4.2 |
1741 | 2024-12-21T04:49:53.574Z | Compiling zerocopy-derive v0.7.35 |
1742 | 2024-12-21T04:49:53.623Z | Compiling tokio-macros v2.4.0 |
1743 | 2024-12-21T04:49:53.904Z | Compiling thiserror-impl v1.0.69 |
1744 | 2024-12-21T04:49:54.116Z | Compiling zerofrom-derive v0.1.4 |
1745 | 2024-12-21T04:49:54.742Z | Compiling yoke-derive v0.7.4 |
1746 | 2024-12-21T04:49:54.959Z | Compiling futures-macro v0.3.31 |
1747 | 2024-12-21T04:49:55.172Z | Compiling zeroize v1.8.1 |
1748 | 2024-12-21T04:49:55.748Z | Compiling zerovec-derive v0.10.3 |
1749 | 2024-12-21T04:49:55.857Z | Compiling displaydoc v0.2.5 |
1750 | 2024-12-21T04:49:56.982Z | Compiling zerocopy v0.7.35 |
1751 | 2024-12-21T04:49:57.304Z | Compiling crypto-common v0.1.6 |
1752 | 2024-12-21T04:49:57.685Z | Compiling icu_provider_macros v1.5.0 |
1753 | 2024-12-21T04:49:57.747Z | Compiling tracing-attributes v0.1.27 |
1754 | 2024-12-21T04:49:57.768Z | Compiling block-buffer v0.10.4 |
1755 | 2024-12-21T04:49:58.046Z | Compiling digest v0.10.7 |
1756 | 2024-12-21T04:49:58.383Z | Compiling der_derive v0.7.3 |
1757 | 2024-12-21T04:49:58.702Z | Compiling schemars_derive v0.8.21 |
1758 | 2024-12-21T04:49:58.817Z | Compiling openssl-sys v0.9.103 |
1759 | 2024-12-21T04:50:00.508Z | Compiling fnv v1.0.7 |
1760 | 2024-12-21T04:50:01.658Z | Compiling socket2 v0.5.7 |
1761 | 2024-12-21T04:50:02.066Z | Compiling ahash v0.8.11 |
1762 | 2024-12-21T04:50:02.603Z | Compiling cpufeatures v0.2.14 |
1763 | 2024-12-21T04:50:02.788Z | Compiling foldhash v0.1.3 |
1764 | 2024-12-21T04:50:03.089Z | Compiling equivalent v1.0.1 |
1765 | 2024-12-21T04:50:03.144Z | Compiling futures-sink v0.3.31 |
1766 | 2024-12-21T04:50:03.259Z | Compiling hashbrown v0.15.1 |
1767 | 2024-12-21T04:50:03.328Z | Compiling stable_deref_trait v1.2.0 |
1768 | 2024-12-21T04:50:03.478Z | Compiling slog v2.7.0 |
1769 | 2024-12-21T04:50:04.219Z | Compiling futures-channel v0.3.31 |
1770 | 2024-12-21T04:50:04.627Z | Compiling zerofrom v0.1.4 |
1771 | 2024-12-21T04:50:04.707Z | Compiling scroll_derive v0.12.0 |
1772 | 2024-12-21T04:50:04.753Z | Compiling futures-io v0.3.31 |
1773 | 2024-12-21T04:50:04.825Z | Compiling pin-utils v0.1.0 |
1774 | 2024-12-21T04:50:04.889Z | Compiling openssl v0.10.66 |
1775 | 2024-12-21T04:50:04.959Z | Compiling futures-task v0.3.31 |
1776 | 2024-12-21T04:50:05.024Z | Compiling ucd-trie v0.1.7 |
1777 | 2024-12-21T04:50:05.129Z | Compiling yoke v0.7.4 |
1778 | 2024-12-21T04:50:05.349Z | Compiling pest v2.7.14 |
1779 | 2024-12-21T04:50:05.379Z | Compiling futures-util v0.3.31 |
1780 | 2024-12-21T04:50:05.624Z | Compiling hmac v0.12.1 |
1781 | 2024-12-21T04:50:06.035Z | Compiling tinyvec_macros v0.1.1 |
1782 | 2024-12-21T04:50:06.176Z | Compiling iana-time-zone v0.1.61 |
1783 | 2024-12-21T04:50:06.295Z | Compiling tinyvec v1.8.0 |
1784 | 2024-12-21T04:50:06.341Z | Compiling bitflags v2.6.0 |
1785 | 2024-12-21T04:50:06.565Z | Compiling bytes v1.8.0 |
1786 | 2024-12-21T04:50:08.168Z | Compiling serde_tokenstream v0.2.2 |
1787 | 2024-12-21T04:50:08.727Z | Compiling tokio v1.40.0 |
1788 | 2024-12-21T04:50:08.802Z | Compiling indexmap v2.6.0 |
1789 | 2024-12-21T04:50:10.079Z | Compiling http v1.1.0 |
1790 | 2024-12-21T04:50:10.531Z | Compiling rustc_version v0.4.1 |
1791 | 2024-12-21T04:50:11.257Z | Compiling which v4.4.2 |
1792 | 2024-12-21T04:50:11.600Z | Compiling uuid v1.11.0 |
1793 | 2024-12-21T04:50:12.574Z | Compiling pest_meta v2.7.14 |
1794 | 2024-12-21T04:50:12.883Z | Compiling chrono v0.4.38 |
1795 | 2024-12-21T04:50:14.948Z | Compiling zerovec v0.10.4 |
1796 | 2024-12-21T04:50:17.456Z | Compiling block-padding v0.3.3 |
1797 | 2024-12-21T04:50:17.753Z | Compiling openssl-macros v0.1.1 |
1798 | 2024-12-21T04:50:17.848Z | Compiling rustls v0.23.19 |
1799 | 2024-12-21T04:50:18.320Z | Compiling native-tls v0.2.12 |
1800 | 2024-12-21T04:50:18.351Z | Compiling syn v1.0.109 |
1801 | 2024-12-21T04:50:18.800Z | Compiling inout v0.1.3 |
1802 | 2024-12-21T04:50:19.113Z | Compiling pest_generator v2.7.14 |
1803 | 2024-12-21T04:50:19.147Z | Compiling unicode-normalization v0.1.24 |
1804 | 2024-12-21T04:50:20.687Z | Compiling cipher v0.4.4 |
1805 | 2024-12-21T04:50:21.221Z | Compiling tinystr v0.7.6 |
1806 | 2024-12-21T04:50:21.292Z | Compiling pest_derive v2.7.14 |
1807 | 2024-12-21T04:50:21.835Z | Compiling sha2 v0.10.8 |
1808 | 2024-12-21T04:50:22.198Z | Compiling async-trait v0.1.83 |
1809 | 2024-12-21T04:50:22.817Z | Compiling usdt-impl v0.5.0 |
1810 | 2024-12-21T04:50:23.329Z | Compiling cookie v0.18.1 |
1811 | 2024-12-21T04:50:23.479Z | Compiling writeable v0.5.5 |
1812 | 2024-12-21T04:50:23.702Z | Compiling litemap v0.7.3 |
1813 | 2024-12-21T04:50:24.216Z | Compiling unicode-bidi v0.3.17 |
1814 | 2024-12-21T04:50:25.492Z | Compiling dyn-clone v1.0.17 |
1815 | 2024-12-21T04:50:25.544Z | Compiling base64ct v1.6.0 |
1816 | 2024-12-21T04:50:26.263Z | Compiling pem-rfc7468 v0.7.0 |
1817 | 2024-12-21T04:50:26.944Z | Compiling icu_locid v1.5.0 |
1818 | 2024-12-21T04:50:27.125Z | Compiling aws-lc-sys v0.22.0 |
1819 | 2024-12-21T04:50:29.496Z | Compiling scroll v0.12.0 |
1820 | 2024-12-21T04:50:30.217Z | Compiling ppv-lite86 v0.2.20 |
1821 | 2024-12-21T04:50:31.212Z | Compiling tracing-core v0.1.32 |
1822 | 2024-12-21T04:50:33.601Z | Compiling flagset v0.4.6 |
1823 | 2024-12-21T04:50:33.771Z | Compiling rustls-pki-types v1.10.0 |
1824 | 2024-12-21T04:50:33.862Z | Compiling camino v1.1.9 |
1825 | 2024-12-21T04:50:34.453Z | Compiling untrusted v0.7.1 |
1826 | 2024-12-21T04:50:34.685Z | Compiling percent-encoding v2.3.1 |
1827 | 2024-12-21T04:50:34.839Z | Compiling plain v0.2.3 |
1828 | 2024-12-21T04:50:35.020Z | Compiling goblin v0.8.2 |
1829 | 2024-12-21T04:50:35.178Z | Compiling der v0.7.9 |
1830 | 2024-12-21T04:50:35.612Z | Compiling tracing v0.1.40 |
1831 | 2024-12-21T04:50:36.536Z | Compiling rand_chacha v0.3.1 |
1832 | 2024-12-21T04:50:36.972Z | Compiling icu_provider v1.5.0 |
1833 | 2024-12-21T04:50:37.649Z | Compiling tokio-util v0.7.12 |
1834 | 2024-12-21T04:50:38.049Z | Compiling untrusted v0.9.0 |
1835 | 2024-12-21T04:50:38.333Z | Compiling pretty-hex v0.4.1 |
1836 | 2024-12-21T04:50:38.401Z | Compiling icu_locid_transform_data v1.5.0 |
1837 | 2024-12-21T04:50:38.598Z | Compiling rayon-core v1.12.1 |
1838 | 2024-12-21T04:50:38.642Z | Compiling powerfmt v0.2.0 |
1839 | 2024-12-21T04:50:38.988Z | Compiling mirai-annotations v1.12.0 |
1840 | 2024-12-21T04:50:39.307Z | Compiling rustls v0.22.4 |
1841 | 2024-12-21T04:50:39.652Z | Compiling icu_locid_transform v1.5.0 |
1842 | 2024-12-21T04:50:39.701Z | Compiling deranged v0.3.11 |
1843 | 2024-12-21T04:50:41.135Z | Compiling dof v0.3.0 |
1844 | 2024-12-21T04:50:42.128Z | Compiling spki v0.7.3 |
1845 | 2024-12-21T04:50:42.555Z | Compiling rand v0.8.5 |
1846 | 2024-12-21T04:50:43.404Z | Compiling dtrace-parser v0.2.0 |
1847 | 2024-12-21T04:50:43.438Z | Compiling salsa20 v0.10.2 |
1848 | 2024-12-21T04:50:43.812Z | Compiling icu_collections v1.5.0 |
1849 | 2024-12-21T04:50:45.337Z | Compiling pbkdf2 v0.12.2 |
1850 | 2024-12-21T04:50:46.019Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1851 | 2024-12-21T04:50:46.223Z | Compiling thread-id v4.2.2 |
1852 | 2024-12-21T04:50:46.973Z | Compiling icu_properties_data v1.5.0 |
1853 | 2024-12-21T04:50:47.326Z | Compiling atomic-waker v1.1.2 |
1854 | 2024-12-21T04:50:47.809Z | Compiling num_threads v0.1.7 |
1855 | 2024-12-21T04:50:47.906Z | Compiling icu_properties v1.5.1 |
1856 | 2024-12-21T04:50:47.976Z | Compiling time v0.3.36 |
1857 | 2024-12-21T04:50:51.972Z | Compiling scrypt v0.11.0 |
1858 | 2024-12-21T04:50:52.324Z | Compiling form_urlencoded v1.2.1 |
1859 | 2024-12-21T04:50:52.626Z | Compiling cbc v0.1.2 |
1860 | 2024-12-21T04:50:52.855Z | Compiling aes v0.8.4 |
1861 | 2024-12-21T04:50:52.983Z | Compiling http-body v1.0.1 |
1862 | 2024-12-21T04:50:53.311Z | Compiling multer v3.1.0 |
1863 | 2024-12-21T04:50:53.438Z | Compiling utf16_iter v1.0.5 |
1864 | 2024-12-21T04:50:53.486Z | Compiling icu_normalizer_data v1.5.0 |
1865 | 2024-12-21T04:50:53.742Z | Compiling write16 v1.0.0 |
1866 | 2024-12-21T04:50:53.926Z | Compiling try-lock v0.2.5 |
1867 | 2024-12-21T04:50:54.146Z | Compiling utf8_iter v1.0.4 |
1868 | 2024-12-21T04:50:54.349Z | Compiling slog-async v2.8.0 |
1869 | 2024-12-21T04:50:54.437Z | Compiling icu_normalizer v1.5.0 |
1870 | 2024-12-21T04:50:55.047Z | Compiling want v0.3.1 |
1871 | 2024-12-21T04:50:55.537Z | Compiling pkcs5 v0.7.1 |
1872 | 2024-12-21T04:50:59.971Z | Compiling h2 v0.4.6 |
1873 | 2024-12-21T04:51:02.157Z | Compiling heapless v0.7.17 |
1874 | 2024-12-21T04:51:02.736Z | Compiling zerocopy-derive v0.6.6 |
1875 | 2024-12-21T04:51:03.320Z | Compiling num-bigint-dig v0.8.4 |
1876 | 2024-12-21T04:51:03.569Z | Compiling signal-hook v0.3.17 |
1877 | 2024-12-21T04:51:03.803Z | Compiling base64 v0.22.1 |
1878 | 2024-12-21T04:51:04.341Z | Compiling httpdate v1.0.3 |
1879 | 2024-12-21T04:51:05.068Z | Compiling anyhow v1.0.93 |
1880 | 2024-12-21T04:51:05.728Z | Compiling pkcs8 v0.10.2 |
1881 | 2024-12-21T04:51:06.337Z | Compiling idna_adapter v1.2.0 |
1882 | 2024-12-21T04:51:06.693Z | Compiling usdt-attr-macro v0.5.0 |
1883 | 2024-12-21T04:51:07.234Z | Compiling usdt-macro v0.5.0 |
1884 | 2024-12-21T04:51:08.441Z | Compiling hyper v1.5.0 |
1885 | 2024-12-21T04:51:08.615Z | Compiling async-stream-impl v0.3.6 |
1886 | 2024-12-21T04:51:08.634Z | Compiling strsim v0.11.1 |
1887 | 2024-12-21T04:51:09.329Z | Compiling rustversion v1.0.17 |
1888 | 2024-12-21T04:51:09.921Z | Compiling tower-service v0.3.3 |
1889 | 2024-12-21T04:51:10.860Z | Compiling idna v1.0.3 |
1890 | 2024-12-21T04:51:12.370Z | Compiling hyper-util v0.1.10 |
1891 | 2024-12-21T04:51:17.232Z | Compiling curve25519-dalek v4.1.3 |
1892 | 2024-12-21T04:51:17.476Z | Compiling openapiv3 v2.0.0 |
1893 | 2024-12-21T04:51:17.699Z | Compiling serde_spanned v0.6.8 |
1894 | 2024-12-21T04:51:17.957Z | Compiling toml_datetime v0.6.8 |
1895 | 2024-12-21T04:51:18.566Z | Compiling enum-as-inner v0.6.1 |
1896 | 2024-12-21T04:51:19.767Z | Compiling dropshot v0.12.0 |
1897 | 2024-12-21T04:51:19.827Z | Compiling match_cfg v0.1.0 |
1898 | 2024-12-21T04:51:20.271Z | Compiling foreign-types-shared v0.1.1 |
1899 | 2024-12-21T04:51:20.483Z | Compiling portable-atomic v1.9.0 |
1900 | 2024-12-21T04:51:20.820Z | Compiling newtype-uuid v1.1.3 |
1901 | 2024-12-21T04:51:21.469Z | Compiling adler2 v2.0.0 |
1902 | 2024-12-21T04:51:21.648Z | Compiling smoltcp v0.9.1 |
1903 | 2024-12-21T04:51:21.867Z | Compiling miniz_oxide v0.8.0 |
1904 | 2024-12-21T04:51:22.534Z | Compiling foreign-types v0.3.2 |
1905 | 2024-12-21T04:51:22.775Z | Compiling hostname v0.3.1 |
1906 | 2024-12-21T04:51:25.696Z | Compiling url v2.5.3 |
1907 | 2024-12-21T04:51:32.205Z | Compiling http-body-util v0.1.2 |
1908 | 2024-12-21T04:51:32.877Z | Compiling clap_derive v4.5.18 |
1909 | 2024-12-21T04:51:33.624Z | Compiling dirs-sys-next v0.1.2 |
1910 | 2024-12-21T04:51:34.183Z | Compiling encoding_rs v0.8.34 |
1911 | 2024-12-21T04:51:34.466Z | Compiling siphasher v0.3.11 |
1912 | 2024-12-21T04:51:34.927Z | Compiling data-encoding v2.6.0 |
1913 | 2024-12-21T04:51:37.271Z | Compiling mime v0.3.17 |
1914 | 2024-12-21T04:51:38.381Z | Compiling dirs-next v2.0.0 |
1915 | 2024-12-21T04:51:44.528Z | Compiling rustls-webpki v0.102.8 |
1916 | 2024-12-21T04:51:45.481Z | Compiling crossbeam-epoch v0.9.18 |
1917 | 2024-12-21T04:51:45.512Z | Compiling serde_urlencoded v0.7.1 |
1918 | 2024-12-21T04:51:46.144Z | Compiling hashbrown v0.14.5 |
1919 | 2024-12-21T04:51:46.201Z | Compiling rustls-pemfile v2.2.0 |
1920 | 2024-12-21T04:51:46.543Z | Compiling hubpack_derive v0.1.1 |
1921 | 2024-12-21T04:51:46.675Z | Compiling dropshot_endpoint v0.12.0 |
1922 | 2024-12-21T04:51:47.603Z | Compiling sha1 v0.10.6 |
1923 | 2024-12-21T04:51:47.683Z | Compiling signature v2.2.0 |
1924 | 2024-12-21T04:51:47.806Z | Compiling curve25519-dalek-derive v0.1.1 |
1925 | 2024-12-21T04:51:48.012Z | Compiling thread_local v1.1.8 |
1926 | 2024-12-21T04:51:48.032Z | Compiling fs-err v2.11.0 |
1927 | 2024-12-21T04:51:48.513Z | Compiling openssl-probe v0.1.5 |
1928 | 2024-12-21T04:51:49.005Z | Compiling ipnet v2.10.1 |
1929 | 2024-12-21T04:51:49.743Z | Compiling gimli v0.31.1 |
1930 | 2024-12-21T04:51:51.108Z | Compiling anstyle v1.0.10 |
1931 | 2024-12-21T04:51:51.567Z | Compiling utf8parse v0.2.2 |
1932 | 2024-12-21T04:51:51.751Z | Compiling unicode-properties v0.1.3 |
1933 | 2024-12-21T04:51:51.952Z | Compiling winnow v0.6.20 |
1934 | 2024-12-21T04:51:52.158Z | Compiling stringprep v0.1.5 |
1935 | 2024-12-21T04:51:53.084Z | Compiling anstyle-parse v0.2.5 |
1936 | 2024-12-21T04:51:54.475Z | Compiling addr2line v0.24.2 |
1937 | 2024-12-21T04:51:54.737Z | Compiling regress v0.10.1 |
1938 | 2024-12-21T04:51:55.161Z | Compiling crossbeam-deque v0.8.5 |
1939 | 2024-12-21T04:51:55.501Z | Compiling toml_edit v0.22.22 |
1940 | 2024-12-21T04:51:55.692Z | Compiling term v0.7.0 |
1941 | 2024-12-21T04:51:56.927Z | Compiling slog-json v2.6.1 |
1942 | 2024-12-21T04:51:58.099Z | Compiling crossbeam-channel v0.5.13 |
1943 | 2024-12-21T04:51:59.904Z | Compiling idna v0.3.0 |
1944 | 2024-12-21T04:52:02.097Z | Compiling idna v0.4.0 |
1945 | 2024-12-21T04:52:02.881Z | Compiling futures-executor v0.3.31 |
1946 | 2024-12-21T04:52:03.371Z | Compiling num-integer v0.1.46 |
1947 | 2024-12-21T04:52:03.555Z | Compiling md-5 v0.10.6 |
1948 | 2024-12-21T04:52:03.648Z | Compiling ff v0.13.0 |
1949 | 2024-12-21T04:52:03.798Z | Compiling hash32 v0.2.1 |
1950 | 2024-12-21T04:52:03.875Z | Compiling memmap v0.7.0 |
1951 | 2024-12-21T04:52:03.896Z | Compiling is-terminal v0.4.13 |
1952 | 2024-12-21T04:52:04.034Z | Compiling object v0.36.5 |
1953 | 2024-12-21T04:52:04.103Z | Compiling base16ct v0.2.0 |
1954 | 2024-12-21T04:52:04.173Z | Compiling psl-types v2.0.11 |
1955 | 2024-12-21T04:52:04.190Z | Compiling take_mut v0.2.2 |
1956 | 2024-12-21T04:52:04.355Z | Compiling quick-error v1.2.3 |
1957 | 2024-12-21T04:52:04.377Z | Compiling rustc-demangle v0.1.24 |
1958 | 2024-12-21T04:52:04.396Z | Compiling is_terminal_polyfill v1.70.1 |
1959 | 2024-12-21T04:52:04.517Z | Compiling linked-hash-map v0.5.6 |
1960 | 2024-12-21T04:52:04.537Z | Compiling colorchoice v1.0.2 |
1961 | 2024-12-21T04:52:04.720Z | Compiling heck v0.4.1 |
1962 | 2024-12-21T04:52:05.143Z | Compiling fallible-iterator v0.2.0 |
1963 | 2024-12-21T04:52:05.164Z | Compiling utf-8 v0.7.6 |
1964 | 2024-12-21T04:52:05.254Z | Compiling anstyle-query v1.1.1 |
1965 | 2024-12-21T04:52:05.418Z | Compiling anstream v0.6.15 |
1966 | 2024-12-21T04:52:05.453Z | Compiling tungstenite v0.24.0 |
1967 | 2024-12-21T04:52:05.906Z | Compiling postgres-protocol v0.6.7 |
1968 | 2024-12-21T04:52:06.090Z | Compiling strum_macros v0.25.3 |
1969 | 2024-12-21T04:52:07.170Z | Compiling publicsuffix v2.2.3 |
1970 | 2024-12-21T04:52:07.491Z | Compiling lru-cache v0.1.2 |
1971 | 2024-12-21T04:52:07.527Z | Compiling resolv-conf v0.7.0 |
1972 | 2024-12-21T04:52:08.221Z | Compiling sec1 v0.7.3 |
1973 | 2024-12-21T04:52:08.807Z | Compiling usdt v0.5.0 |
1974 | 2024-12-21T04:52:08.932Z | Compiling slog-term v2.9.1 |
1975 | 2024-12-21T04:52:08.977Z | Compiling num-iter v0.1.45 |
1976 | 2024-12-21T04:52:09.189Z | Compiling group v0.13.0 |
1977 | 2024-12-21T04:52:09.281Z | Compiling futures v0.3.31 |
1978 | 2024-12-21T04:52:09.416Z | Compiling hickory-proto v0.24.1 |
1979 | 2024-12-21T04:52:09.712Z | Compiling tokio-rustls v0.26.0 |
1980 | 2024-12-21T04:52:10.520Z | Compiling tokio-rustls v0.25.0 |
1981 | 2024-12-21T04:52:10.959Z | Compiling toml v0.8.19 |
1982 | 2024-12-21T04:52:11.075Z | Compiling typify-impl v0.2.0 |
1983 | 2024-12-21T04:52:11.740Z | Compiling backtrace v0.3.74 |
1984 | 2024-12-21T04:52:12.615Z | Compiling slog-bunyan v2.5.0 |
1985 | 2024-12-21T04:52:12.840Z | Compiling tokio-native-tls v0.3.1 |
1986 | 2024-12-21T04:52:13.070Z | Compiling phf_shared v0.11.2 |
1987 | 2024-12-21T04:52:13.365Z | Compiling async-stream v0.3.6 |
1988 | 2024-12-21T04:52:13.496Z | Compiling waitgroup v0.1.2 |
1989 | 2024-12-21T04:52:13.661Z | Compiling webpki-roots v0.26.6 |
1990 | 2024-12-21T04:52:13.826Z | Compiling idna v0.5.0 |
1991 | 2024-12-21T04:52:14.032Z | Compiling terminal_size v0.4.0 |
1992 | 2024-12-21T04:52:14.255Z | Compiling serde_path_to_error v0.1.16 |
1993 | 2024-12-21T04:52:15.111Z | Compiling hkdf v0.12.4 |
1994 | 2024-12-21T04:52:15.244Z | Compiling crypto-bigint v0.5.5 |
1995 | 2024-12-21T04:52:15.346Z | Compiling derive-where v1.2.7 |
1996 | 2024-12-21T04:52:15.366Z | Compiling serde_repr v0.1.19 |
1997 | 2024-12-21T04:52:16.598Z | Compiling hostname v0.4.0 |
1998 | 2024-12-21T04:52:16.821Z | Compiling crc32fast v1.4.2 |
1999 | 2024-12-21T04:52:17.888Z | Compiling bitflags v1.3.2 |
2000 | 2024-12-21T04:52:18.226Z | Compiling managed v0.8.0 |
2001 | 2024-12-21T04:52:18.665Z | Compiling debug-ignore v1.0.5 |
2002 | 2024-12-21T04:52:18.810Z | Compiling clap_lex v0.7.2 |
2003 | 2024-12-21T04:52:18.813Z | Compiling winnow v0.5.40 |
2004 | 2024-12-21T04:52:18.901Z | Compiling unicode-width v0.1.14 |
2005 | 2024-12-21T04:52:19.155Z | Compiling clap_builder v4.5.21 |
2006 | 2024-12-21T04:52:19.533Z | Compiling console v0.15.8 |
2007 | 2024-12-21T04:52:22.016Z | Compiling elliptic-curve v0.13.8 |
2008 | 2024-12-21T04:52:22.756Z | Compiling toml_edit v0.19.15 |
2009 | 2024-12-21T04:52:23.034Z | Compiling typify-macro v0.2.0 |
2010 | 2024-12-21T04:52:26.306Z | Compiling flate2 v1.0.34 |
2011 | 2024-12-21T04:52:26.563Z | Compiling hickory-resolver v0.24.1 |
2012 | 2024-12-21T04:52:26.807Z | Compiling cookie_store v0.21.0 |
2013 | 2024-12-21T04:52:27.399Z | Compiling hyper-rustls v0.27.3 |
2014 | 2024-12-21T04:52:29.327Z | Compiling phf v0.11.2 |
2015 | 2024-12-21T04:52:29.878Z | Compiling hyper-tls v0.6.0 |
2016 | 2024-12-21T04:52:30.723Z | Compiling signal-hook-mio v0.2.4 |
2017 | 2024-12-21T04:52:30.898Z | Compiling rayon v1.10.0 |
2018 | 2024-12-21T04:52:31.053Z | Compiling bzip2 v0.4.4 |
2019 | 2024-12-21T04:52:31.056Z | Compiling postgres-types v0.2.8 |
2020 | 2024-12-21T04:52:31.328Z | Compiling tokio-tungstenite v0.24.0 |
2021 | 2024-12-21T04:52:31.489Z | Compiling ed25519 v2.2.3 |
2022 | 2024-12-21T04:52:31.623Z | Compiling hubpack v0.1.2 |
2023 | 2024-12-21T04:52:31.861Z | Compiling phf_shared v0.10.0 |
2024 | 2024-12-21T04:52:32.253Z | Compiling pkcs1 v0.7.5 |
2025 | 2024-12-21T04:52:32.386Z | Compiling zerocopy v0.6.6 |
2026 | 2024-12-21T04:52:33.146Z | Compiling tokio-stream v0.1.16 |
2027 | 2024-12-21T04:52:33.538Z | Compiling serde-big-array v0.5.1 |
2028 | 2024-12-21T04:52:33.808Z | Compiling rfc6979 v0.4.0 |
2029 | 2024-12-21T04:52:34.015Z | Compiling float-cmp v0.9.0 |
2030 | 2024-12-21T04:52:34.181Z | Compiling sync_wrapper v1.0.1 |
2031 | 2024-12-21T04:52:34.275Z | Compiling bstr v1.10.0 |
2032 | 2024-12-21T04:52:34.423Z | Compiling new_debug_unreachable v1.0.6 |
2033 | 2024-12-21T04:52:34.798Z | Compiling precomputed-hash v0.1.1 |
2034 | 2024-12-21T04:52:34.945Z | Compiling number_prefix v0.4.0 |
2035 | 2024-12-21T04:52:35.386Z | Compiling fixedbitset v0.4.2 |
2036 | 2024-12-21T04:52:35.512Z | Compiling static_assertions v1.1.0 |
2037 | 2024-12-21T04:52:35.630Z | Compiling unicode-segmentation v1.12.0 |
2038 | 2024-12-21T04:52:35.715Z | Compiling bit-vec v0.6.3 |
2039 | 2024-12-21T04:52:35.816Z | Compiling unicode-width v0.2.0 |
2040 | 2024-12-21T04:52:35.907Z | Compiling difflib v0.4.0 |
2041 | 2024-12-21T04:52:36.187Z | Compiling predicates-core v1.0.8 |
2042 | 2024-12-21T04:52:36.391Z | Compiling normalize-line-endings v0.3.0 |
2043 | 2024-12-21T04:52:36.507Z | Compiling whoami v1.5.2 |
2044 | 2024-12-21T04:52:36.543Z | Compiling predicates v3.1.2 |
2045 | 2024-12-21T04:52:37.068Z | Compiling tokio-postgres v0.7.12 |
2046 | 2024-12-21T04:52:37.168Z | Compiling indicatif v0.17.9 |
2047 | 2024-12-21T04:52:37.715Z | Compiling similar v2.6.0 |
2048 | 2024-12-21T04:52:38.089Z | Compiling bit-set v0.5.3 |
2049 | 2024-12-21T04:52:38.403Z | Compiling petgraph v0.6.5 |
2050 | 2024-12-21T04:52:39.070Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2051 | 2024-12-21T04:52:39.121Z | Compiling string_cache v0.8.7 |
2052 | 2024-12-21T04:52:40.974Z | Compiling reqwest v0.12.9 |
2053 | 2024-12-21T04:52:42.412Z | Compiling qorb v0.2.1 |
2054 | 2024-12-21T04:52:42.575Z | Compiling ecdsa v0.16.9 |
2055 | 2024-12-21T04:52:43.601Z | Compiling rsa v0.9.6 |
2056 | 2024-12-21T04:52:44.712Z | Compiling ed25519-dalek v2.1.1 |
2057 | 2024-12-21T04:52:45.292Z | Compiling zip v0.6.6 |
2058 | 2024-12-21T04:52:45.790Z | Compiling crossterm v0.28.1 |
2059 | 2024-12-21T04:52:45.957Z | Compiling toml v0.7.8 |
2060 | 2024-12-21T04:52:46.609Z | Compiling clap v4.5.21 |
2061 | 2024-12-21T04:52:48.447Z | Compiling x509-cert v0.2.5 |
2062 | 2024-12-21T04:52:49.477Z | Compiling hex v0.4.3 |
2063 | 2024-12-21T04:52:51.336Z | Compiling itertools v0.10.5 |
2064 | 2024-12-21T04:52:52.838Z | Compiling unicode-xid v0.2.6 |
2065 | 2024-12-21T04:52:53.763Z | Compiling peg-runtime v0.8.3 |
2066 | 2024-12-21T04:52:54.199Z | Compiling radium v0.7.0 |
2067 | 2024-12-21T04:52:54.858Z | Compiling lalrpop-util v0.19.12 |
2068 | 2024-12-21T04:52:55.207Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2069 | 2024-12-21T04:53:11.327Z | Compiling ident_case v1.0.1 |
2070 | 2024-12-21T04:53:12.686Z | Compiling tap v1.0.1 |
2071 | 2024-12-21T04:53:12.866Z | Compiling maybe-uninit v2.0.0 |
2072 | 2024-12-21T04:53:12.888Z | Compiling wyz v0.5.1 |
2073 | 2024-12-21T04:53:15.004Z | Compiling darling_core v0.20.10 |
2074 | 2024-12-21T04:53:24.056Z | Compiling typify v0.2.0 |
2075 | 2024-12-21T04:53:28.277Z | Compiling unsafe-libyaml v0.2.11 |
2076 | 2024-12-21T04:53:28.997Z | Compiling packed_struct v0.10.1 |
2077 | 2024-12-21T04:53:29.423Z | Compiling funty v2.0.0 |
2078 | 2024-12-21T04:53:30.089Z | Compiling serde_yaml v0.9.34+deprecated |
2079 | 2024-12-21T04:53:31.398Z | Compiling bitvec v1.0.1 |
2080 | 2024-12-21T04:53:33.998Z | Compiling progenitor-impl v0.8.0 |
2081 | 2024-12-21T04:53:35.641Z | Compiling darling_macro v0.20.10 |
2082 | 2024-12-21T04:53:37.527Z | Compiling ipnetwork v0.20.0 |
2083 | 2024-12-21T04:53:39.585Z | Compiling packed_struct_codegen v0.10.1 |
2084 | 2024-12-21T04:53:40.965Z | Compiling structmeta-derive v0.3.0 |
2085 | 2024-12-21T04:53:41.388Z | Compiling indexmap v1.9.3 |
2086 | 2024-12-21T04:53:41.728Z | Compiling crc-catalog v2.4.0 |
2087 | 2024-12-21T04:53:41.826Z | Compiling nodrop v0.1.14 |
2088 | 2024-12-21T04:53:41.980Z | Compiling fastrand v2.1.1 |
2089 | 2024-12-21T04:53:42.738Z | Compiling tempfile v3.13.0 |
2090 | 2024-12-21T04:53:43.596Z | Compiling structmeta v0.3.0 |
2091 | 2024-12-21T04:53:44.951Z | Compiling array-init v0.0.4 |
2092 | 2024-12-21T04:53:45.283Z | Compiling crc v3.2.1 |
2093 | 2024-12-21T04:53:45.635Z | Compiling progenitor-macro v0.8.0 |
2094 | 2024-12-21T04:53:46.265Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2095 | 2024-12-21T04:53:50.498Z | Compiling darling v0.20.10 |
2096 | 2024-12-21T04:53:50.639Z | Compiling smallvec v0.6.14 |
2097 | 2024-12-21T04:53:57.640Z | Compiling progenitor-client v0.8.0 |
2098 | 2024-12-21T04:53:59.144Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2099 | 2024-12-21T04:54:00.348Z | Compiling pin-project-internal v1.1.6 |
2100 | 2024-12-21T04:54:00.370Z | Compiling dropshot v0.13.0 |
2101 | 2024-12-21T04:54:01.690Z | Compiling termcolor v1.4.1 |
2102 | 2024-12-21T04:54:02.189Z | Compiling bitfield v0.14.0 |
2103 | 2024-12-21T04:54:02.727Z | Compiling same-file v1.0.6 |
2104 | 2024-12-21T04:54:02.898Z | Compiling base64 v0.21.7 |
2105 | 2024-12-21T04:54:03.101Z | Compiling hashbrown v0.12.3 |
2106 | 2024-12-21T04:54:08.891Z | Compiling ron v0.8.1 |
2107 | 2024-12-21T04:54:09.370Z | Compiling pin-project v1.1.6 |
2108 | 2024-12-21T04:54:09.532Z | Compiling walkdir v2.5.0 |
2109 | 2024-12-21T04:54:11.178Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2110 | 2024-12-21T04:54:11.595Z | Compiling env_logger v0.10.2 |
2111 | 2024-12-21T04:54:18.464Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2112 | 2024-12-21T04:54:20.017Z | Compiling progenitor v0.8.0 |
2113 | 2024-12-21T04:54:20.562Z | Compiling serde-hex v0.1.0 |
2114 | 2024-12-21T04:54:20.628Z | Compiling serde_with_macros v3.11.0 |
2115 | 2024-12-21T04:54:21.386Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2116 | 2024-12-21T04:54:21.742Z | Compiling parse-display-derive v0.10.0 |
2117 | 2024-12-21T04:54:25.133Z | Compiling strum_macros v0.26.4 |
2118 | 2024-12-21T04:54:25.783Z | Compiling hashbrown v0.13.2 |
2119 | 2024-12-21T04:54:25.809Z | Compiling xattr v1.3.1 |
2120 | 2024-12-21T04:54:26.159Z | Compiling dropshot_endpoint v0.13.0 |
2121 | 2024-12-21T04:54:27.093Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2122 | 2024-12-21T04:54:27.191Z | Compiling snafu-derive v0.8.5 |
2123 | 2024-12-21T04:54:27.860Z | Compiling ring v0.16.20 |
2124 | 2024-12-21T04:54:28.897Z | Compiling blake3 v1.5.4 |
2125 | 2024-12-21T04:54:29.194Z | Compiling filetime v0.2.25 |
2126 | 2024-12-21T04:54:29.508Z | Compiling instant v0.1.13 |
2127 | 2024-12-21T04:54:29.529Z | Compiling crc-any v2.5.0 |
2128 | 2024-12-21T04:54:29.653Z | Compiling bumpalo v3.16.0 |
2129 | 2024-12-21T04:54:29.725Z | Compiling lockfree-object-pool v0.1.6 |
2130 | 2024-12-21T04:54:30.058Z | Compiling buf-list v1.0.3 |
2131 | 2024-12-21T04:54:30.527Z | Compiling zip v2.1.3 |
2132 | 2024-12-21T04:54:30.552Z | Compiling simd-adler32 v0.3.7 |
2133 | 2024-12-21T04:54:30.888Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2134 | 2024-12-21T04:54:30.951Z | Compiling zopfli v0.8.1 |
2135 | 2024-12-21T04:54:31.509Z | Compiling strum v0.26.3 |
2136 | 2024-12-21T04:54:31.710Z | Compiling backoff v0.4.0 |
2137 | 2024-12-21T04:54:32.078Z | Compiling snafu v0.8.5 |
2138 | 2024-12-21T04:54:32.114Z | Compiling tar v0.4.42 |
2139 | 2024-12-21T04:54:33.343Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2140 | 2024-12-21T04:54:33.567Z | Compiling object v0.30.4 |
2141 | 2024-12-21T04:54:35.199Z | Compiling parse-display v0.10.0 |
2142 | 2024-12-21T04:54:37.189Z | Compiling serde_with v3.11.0 |
2143 | 2024-12-21T04:54:41.660Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2144 | 2024-12-21T04:54:41.702Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2145 | 2024-12-21T04:54:41.702Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2146 | 2024-12-21T04:54:41.702Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2147 | 2024-12-21T04:54:41.702Z | Compiling camino-tempfile v1.1.1 |
2148 | 2024-12-21T04:54:41.702Z | Compiling globset v0.4.15 |
2149 | 2024-12-21T04:54:41.702Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2150 | 2024-12-21T04:54:41.785Z | Compiling regress v0.9.1 |
2151 | 2024-12-21T04:54:44.953Z | Compiling pem v3.0.4 |
2152 | 2024-12-21T04:54:46.236Z | Compiling olpc-cjson v0.1.4 |
2153 | 2024-12-21T04:54:46.402Z | Compiling serde_plain v1.0.2 |
2154 | 2024-12-21T04:54:46.604Z | Compiling macaddr v1.0.1 |
2155 | 2024-12-21T04:54:46.609Z | Compiling async-recursion v1.1.1 |
2156 | 2024-12-21T04:54:46.973Z | Compiling memmap2 v0.9.5 |
2157 | 2024-12-21T04:54:47.305Z | Compiling spin v0.5.2 |
2158 | 2024-12-21T04:54:47.566Z | Compiling constant_time_eq v0.3.1 |
2159 | 2024-12-21T04:54:47.588Z | Compiling arrayref v0.3.9 |
2160 | 2024-12-21T04:54:47.741Z | Compiling typed-path v0.9.3 |
2161 | 2024-12-21T04:54:47.767Z | Compiling path-slash v0.1.5 |
2162 | 2024-12-21T04:54:48.008Z | Compiling arrayvec v0.7.6 |
2163 | 2024-12-21T04:54:48.098Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2164 | 2024-12-21T04:54:50.559Z | Compiling tough v0.19.0 |
2165 | 2024-12-21T04:54:51.274Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2166 | 2024-12-21T04:54:55.423Z | Compiling itertools v0.13.0 |
2167 | 2024-12-21T04:54:55.760Z | Compiling cargo-platform v0.1.8 |
2168 | 2024-12-21T04:54:56.052Z | Compiling parse-size v1.1.0 |
2169 | 2024-12-21T04:54:56.382Z | Compiling topological-sort v0.2.2 |
2170 | 2024-12-21T04:54:56.735Z | Compiling omicron-zone-package v0.11.1 |
2171 | 2024-12-21T04:54:56.813Z | Compiling cargo_metadata v0.18.1 |
2172 | 2024-12-21T04:54:57.805Z | Compiling shell-words v1.1.0 |
2173 | 2024-12-21T04:55:06.479Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2174 | 2024-12-21T04:55:16.584Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2175 | 2024-12-21T04:55:30.979Z | Finished `release` profile [optimized] target(s) in 5m 55s |
2176 | 2024-12-21T04:55:31.144Z | Running `target/release/omicron-releng --output-dir /work` |
2177 | 2024-12-21T04:55:31.195Z | Dec 21 04:55:29.739 DEBG changing working directory to /work/oxidecomputer/omicron |
2178 | 2024-12-21T04:55:31.297Z | Dec 21 04:55:29.845 DEBG running: git rev-parse HEAD |
2179 | 2024-12-21T04:55:31.316Z | Dec 21 04:55:29.851 DEBG process exited with exit status: 0 (6.755482ms) |
2180 | 2024-12-21T04:55:31.316Z | Dec 21 04:55:29.852 INFO version: 12.0.0-0.ci+git1c662f40df4 |
2181 | 2024-12-21T04:55:31.347Z | Dec 21 04:55:29.893 INFO cloning helios to /work/oxidecomputer/helios |
2182 | 2024-12-21T04:55:31.347Z | Dec 21 04:55:29.893 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2183 | 2024-12-21T04:55:31.359Z | Cloning into '/work/oxidecomputer/helios'... |
2184 | 2024-12-21T04:55:31.955Z | Dec 21 04:55:30.439 DEBG process exited with exit status: 0 (546.675294ms) |
2185 | 2024-12-21T04:55:31.955Z | Dec 21 04:55:30.439 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2186 | 2024-12-21T04:55:32.085Z | # branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067 |
2187 | 2024-12-21T04:55:32.085Z | # branch.head master |
2188 | 2024-12-21T04:55:32.085Z | # branch.upstream origin/master |
2189 | 2024-12-21T04:55:32.085Z | # branch.ab +0 -0 |
2190 | 2024-12-21T04:55:32.086Z | Dec 21 04:55:30.448 DEBG process exited with exit status: 0 (8.108858ms) |
2191 | 2024-12-21T04:55:32.086Z | Dec 21 04:55:30.448 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2192 | 2024-12-21T04:55:32.797Z | Dec 21 04:55:31.322 DEBG process exited with exit status: 0 (874.37367ms) |
2193 | 2024-12-21T04:55:32.797Z | Dec 21 04:55:31.322 DEBG running: zfs list rpool/images/build/host |
2194 | 2024-12-21T04:55:32.832Z | NAME USED AVAIL REFER MOUNTPOINT |
2195 | 2024-12-21T04:55:32.833Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2196 | 2024-12-21T04:55:32.833Z | Dec 21 04:55:31.330 DEBG process exited with exit status: 0 (7.849341ms) |
2197 | 2024-12-21T04:55:32.833Z | Dec 21 04:55:31.330 DEBG running: zfs list rpool/images/build/recovery |
2198 | 2024-12-21T04:55:32.833Z | NAME USED AVAIL REFER MOUNTPOINT |
2199 | 2024-12-21T04:55:32.833Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2200 | 2024-12-21T04:55:32.833Z | Dec 21 04:55:31.337 DEBG process exited with exit status: 0 (6.530552ms) |
2201 | 2024-12-21T04:55:32.833Z | Dec 21 04:55:31.338 INFO [hubris-staging] running task |
2202 | 2024-12-21T04:55:32.833Z | Dec 21 04:55:31.338 INFO [hubris-production] running task |
2203 | 2024-12-21T04:55:32.833Z | Dec 21 04:55:31.338 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 |
2204 | 2024-12-21T04:55:32.833Z | Dec 21 04:55:31.341 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2205 | 2024-12-21T04:55:32.883Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2206 | 2024-12-21T04:55:33.312Z | [ omicron-package] Blocking waiting for file lock on package cache |
2207 | 2024-12-21T04:55:34.060Z | [ omicron-package] Blocking waiting for file lock on package cache |
2208 | 2024-12-21T04:55:34.332Z | [ omicron-package] Blocking waiting for file lock on package cache |
2209 | 2024-12-21T04:55:34.559Z | Dec 21 04:55:33.106 INFO [hubris-production] task succeeded (1.768034631s) |
2210 | 2024-12-21T04:55:35.197Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2211 | 2024-12-21T04:55:35.202Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2212 | 2024-12-21T04:55:35.203Z | [ omicron-package] Compiling itertools v0.13.0 |
2213 | 2024-12-21T04:55:35.203Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2214 | 2024-12-21T04:55:35.203Z | [ omicron-package] Compiling heapless v0.8.0 |
2215 | 2024-12-21T04:55:35.203Z | [ omicron-package] Compiling hash32 v0.3.1 |
2216 | 2024-12-21T04:55:35.203Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2217 | 2024-12-21T04:55:35.203Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2218 | 2024-12-21T04:55:35.998Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2219 | 2024-12-21T04:55:36.361Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2220 | 2024-12-21T04:55:36.597Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2221 | 2024-12-21T04:55:36.700Z | [ omicron-package] Compiling cobs v0.2.3 |
2222 | 2024-12-21T04:55:37.321Z | [ omicron-package] Compiling postcard v1.0.10 |
2223 | 2024-12-21T04:55:37.847Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2224 | 2024-12-21T04:55:37.872Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2225 | 2024-12-21T04:55:37.963Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2226 | 2024-12-21T04:55:38.745Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2227 | 2024-12-21T04:55:38.941Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2228 | 2024-12-21T04:55:40.073Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2229 | 2024-12-21T04:55:40.523Z | [ omicron-package] Compiling num_enum v0.5.11 |
2230 | 2024-12-21T04:55:40.694Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2231 | 2024-12-21T04:55:40.777Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2232 | 2024-12-21T04:55:40.913Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2233 | 2024-12-21T04:55:41.356Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2234 | 2024-12-21T04:55:41.445Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2235 | 2024-12-21T04:55:41.758Z | [ omicron-package] Compiling thiserror v2.0.3 |
2236 | 2024-12-21T04:55:41.867Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2237 | 2024-12-21T04:55:42.097Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2238 | 2024-12-21T04:55:42.187Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2239 | 2024-12-21T04:55:42.427Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2240 | 2024-12-21T04:55:42.800Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2241 | 2024-12-21T04:55:42.962Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2242 | 2024-12-21T04:55:43.140Z | [ omicron-package] Compiling colored v2.1.0 |
2243 | 2024-12-21T04:55:43.920Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2244 | 2024-12-21T04:55:44.340Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2245 | 2024-12-21T04:55:44.409Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2246 | 2024-12-21T04:55:45.572Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2247 | 2024-12-21T04:55:45.874Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2248 | 2024-12-21T04:55:46.467Z | [ omicron-package] Compiling num-derive v0.4.2 |
2249 | 2024-12-21T04:55:46.964Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2250 | 2024-12-21T04:55:47.238Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2251 | 2024-12-21T04:55:47.355Z | Dec 21 04:55:45.900 INFO [hubris-staging] task succeeded (14.562001384s) |
2252 | 2024-12-21T04:55:48.034Z | [ omicron-package] Compiling zone v0.3.0 |
2253 | 2024-12-21T04:55:48.125Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2254 | 2024-12-21T04:55:48.970Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2255 | 2024-12-21T04:55:49.177Z | [ omicron-package] Compiling smf v0.2.3 |
2256 | 2024-12-21T04:55:50.312Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2257 | 2024-12-21T04:55:50.537Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2258 | 2024-12-21T04:55:51.125Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2259 | 2024-12-21T04:55:53.205Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2260 | 2024-12-21T04:55:53.413Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2261 | 2024-12-21T04:55:53.439Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2262 | 2024-12-21T04:55:53.554Z | [ omicron-package] Compiling gethostname v0.5.0 |
2263 | 2024-12-21T04:55:53.629Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2264 | 2024-12-21T04:55:53.730Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2265 | 2024-12-21T04:55:54.262Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2266 | 2024-12-21T04:55:54.952Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2267 | 2024-12-21T04:55:59.547Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2268 | 2024-12-21T04:55:59.547Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2269 | 2024-12-21T04:56:00.121Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2270 | 2024-12-21T04:56:02.969Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2271 | 2024-12-21T04:56:03.596Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2272 | 2024-12-21T04:56:05.323Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2273 | 2024-12-21T04:56:15.543Z | [ helios-setup] Dec 21 04:56:14.086 INFO helios repository root is: /work/oxidecomputer/helios |
2274 | 2024-12-21T04:56:15.546Z | [ helios-setup] Dec 21 04:56:14.087 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 |
2275 | 2024-12-21T04:56:15.547Z | [ helios-setup] Dec 21 04:56:14.087 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2276 | 2024-12-21T04:56:15.550Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2277 | 2024-12-21T04:56:16.698Z | [ helios-setup] Dec 21 04:56:15.240 INFO clone ok!, project: chelsio-t6-roms |
2278 | 2024-12-21T04:56:16.702Z | [ helios-setup] Dec 21 04:56:15.240 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2279 | 2024-12-21T04:56:16.702Z | [ helios-setup] Dec 21 04:56:15.241 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 |
2280 | 2024-12-21T04:56:16.702Z | [ helios-setup] Dec 21 04:56:15.241 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2281 | 2024-12-21T04:56:16.705Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2282 | 2024-12-21T04:56:23.097Z | [ helios-setup] Dec 21 04:56:21.639 INFO clone ok!, project: amd-firmware |
2283 | 2024-12-21T04:56:23.102Z | [ helios-setup] Dec 21 04:56:21.639 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2284 | 2024-12-21T04:56:23.103Z | [ helios-setup] Dec 21 04:56:21.640 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 |
2285 | 2024-12-21T04:56:23.103Z | [ helios-setup] Dec 21 04:56:21.640 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2286 | 2024-12-21T04:56:23.103Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2287 | 2024-12-21T04:56:23.619Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 50.75s |
2288 | 2024-12-21T04:56:23.680Z | [ helios-setup] Dec 21 04:56:22.111 INFO clone ok!, project: bootserver |
2289 | 2024-12-21T04:56:23.681Z | [ helios-setup] Dec 21 04:56:22.111 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder |
2290 | 2024-12-21T04:56:23.681Z | [ helios-setup] Dec 21 04:56:22.111 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2291 | 2024-12-21T04:56:23.681Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2292 | 2024-12-21T04:56:23.808Z | [ omicron-package] |
2293 | 2024-12-21T04:56:23.808Z | [ omicron-package] real 50.968370373 |
2294 | 2024-12-21T04:56:23.808Z | [ omicron-package] user 2:57.450526880 |
2295 | 2024-12-21T04:56:23.812Z | [ omicron-package] sys 26.234889890 |
2296 | 2024-12-21T04:56:23.812Z | [ omicron-package] trap 0.252073536 |
2297 | 2024-12-21T04:56:23.812Z | [ omicron-package] tflt 0.463197214 |
2298 | 2024-12-21T04:56:23.812Z | [ omicron-package] dflt 0.589219344 |
2299 | 2024-12-21T04:56:23.812Z | [ omicron-package] kflt 0.000482827 |
2300 | 2024-12-21T04:56:23.812Z | [ omicron-package] lock 6:12.670154777 |
2301 | 2024-12-21T04:56:23.813Z | [ omicron-package] slp 10:10.908692321 |
2302 | 2024-12-21T04:56:23.813Z | [ omicron-package] lat 1:37.733694097 |
2303 | 2024-12-21T04:56:23.813Z | [ omicron-package] stop 1:04.807182311 |
2304 | 2024-12-21T04:56:23.813Z | Dec 21 04:56:22.350 INFO [omicron-package] process exited with exit status: 0 (51.0123907s) |
2305 | 2024-12-21T04:56:23.813Z | Dec 21 04:56:22.351 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled |
2306 | 2024-12-21T04:56:23.883Z | Dec 21 04:56:22.418 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2307 | 2024-12-21T04:56:23.889Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2308 | 2024-12-21T04:56:23.893Z | [ host-target] Created new build target 'host' and set it as active |
2309 | 2024-12-21T04:56:23.893Z | Dec 21 04:56:22.432 INFO [host-target] process exited with exit status: 0 (80.998435ms) |
2310 | 2024-12-21T04:56:23.894Z | Dec 21 04:56:22.432 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2311 | 2024-12-21T04:56:23.897Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2312 | 2024-12-21T04:56:23.897Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2313 | 2024-12-21T04:56:23.897Z | Dec 21 04:56:22.439 INFO [recovery-target] process exited with exit status: 0 (20.978571ms) |
2314 | 2024-12-21T04:56:23.904Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2315 | 2024-12-21T04:56:24.041Z | [ helios-setup] Dec 21 04:56:22.582 INFO clone ok!, project: image-builder |
2316 | 2024-12-21T04:56:24.044Z | [ helios-setup] Dec 21 04:56:22.583 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 |
2317 | 2024-12-21T04:56:24.044Z | [ helios-setup] Dec 21 04:56:22.583 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 |
2318 | 2024-12-21T04:56:24.044Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2319 | 2024-12-21T04:56:25.002Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2320 | 2024-12-21T04:56:25.006Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2321 | 2024-12-21T04:56:25.129Z | [ host-package] Compiling convert_case v0.4.0 |
2322 | 2024-12-21T04:56:25.132Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2323 | 2024-12-21T04:56:25.132Z | [ host-package] Compiling newline-converter v0.3.0 |
2324 | 2024-12-21T04:56:25.132Z | [ host-package] Compiling password-hash v0.5.0 |
2325 | 2024-12-21T04:56:25.132Z | [ host-package] Compiling blake2 v0.10.6 |
2326 | 2024-12-21T04:56:25.133Z | [ host-package] Compiling atomicwrites v0.4.4 |
2327 | 2024-12-21T04:56:25.133Z | [ host-package] Compiling progenitor-client v0.8.0 |
2328 | 2024-12-21T04:56:25.305Z | [ host-package] Compiling owo-colors v4.1.0 |
2329 | 2024-12-21T04:56:25.448Z | [ host-package] Compiling expectorate v1.1.0 |
2330 | 2024-12-21T04:56:25.475Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2331 | 2024-12-21T04:56:25.637Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2332 | 2024-12-21T04:56:25.704Z | [ host-package] Compiling num-rational v0.4.2 |
2333 | 2024-12-21T04:56:25.803Z | [ host-package] Compiling progenitor v0.8.0 |
2334 | 2024-12-21T04:56:25.864Z | [ host-package] Compiling argon2 v0.5.3 |
2335 | 2024-12-21T04:56:26.027Z | [ host-package] Compiling num-complex v0.4.6 |
2336 | 2024-12-21T04:56:26.052Z | [ host-package] Compiling derive_more v0.99.18 |
2337 | 2024-12-21T04:56:26.682Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2338 | 2024-12-21T04:56:26.805Z | [ host-package] Compiling libsw v3.3.1 |
2339 | 2024-12-21T04:56:27.198Z | [ host-package] Compiling num v0.4.3 |
2340 | 2024-12-21T04:56:27.332Z | [ host-package] Compiling float-ord v0.3.2 |
2341 | 2024-12-21T04:56:27.379Z | [ host-package] Compiling swrite v0.1.0 |
2342 | 2024-12-21T04:56:27.411Z | [ host-package] Compiling indent_write v2.2.0 |
2343 | 2024-12-21T04:56:27.512Z | [ host-package] Compiling linear-map v1.2.0 |
2344 | 2024-12-21T04:56:27.548Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2345 | 2024-12-21T04:56:27.552Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2346 | 2024-12-21T04:56:27.656Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2347 | 2024-12-21T04:56:28.010Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2348 | 2024-12-21T04:56:28.306Z | [ host-package] Compiling highway v1.2.0 |
2349 | 2024-12-21T04:56:28.349Z | [ host-package] Compiling semver v0.1.20 |
2350 | 2024-12-21T04:56:28.942Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2351 | 2024-12-21T04:56:29.484Z | [ host-package] Compiling rustc_version v0.1.7 |
2352 | 2024-12-21T04:56:29.865Z | [ host-package] Compiling tungstenite v0.21.0 |
2353 | 2024-12-21T04:56:29.954Z | [ host-package] Compiling newtype_derive v0.1.6 |
2354 | 2024-12-21T04:56:30.340Z | [ host-package] Compiling ipnetwork v0.20.0 |
2355 | 2024-12-21T04:56:31.159Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2356 | 2024-12-21T04:56:31.911Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2357 | 2024-12-21T04:56:32.702Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2358 | 2024-12-21T04:56:33.111Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2359 | 2024-12-21T04:56:33.138Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2360 | 2024-12-21T04:56:33.139Z | [ helios-setup] Dec 21 04:56:31.640 INFO clone ok!, project: amd-host-image-builder |
2361 | 2024-12-21T04:56:33.139Z | [ helios-setup] Dec 21 04:56:31.640 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2362 | 2024-12-21T04:56:33.139Z | [ helios-setup] Dec 21 04:56:31.640 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 |
2363 | 2024-12-21T04:56:33.139Z | [ helios-setup] Dec 21 04:56:31.640 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2364 | 2024-12-21T04:56:33.139Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2365 | 2024-12-21T04:56:33.915Z | [ helios-setup] Dec 21 04:56:32.356 INFO clone ok!, project: pinprick |
2366 | 2024-12-21T04:56:34.044Z | [ helios-setup] Dec 21 04:56:32.357 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 |
2367 | 2024-12-21T04:56:34.045Z | [ helios-setup] Dec 21 04:56:32.357 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2368 | 2024-12-21T04:56:34.045Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2369 | 2024-12-21T04:56:34.747Z | [ helios-setup] Dec 21 04:56:33.278 INFO clone ok!, project: phbl |
2370 | 2024-12-21T04:56:34.772Z | [ helios-setup] Dec 21 04:56:33.278 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 |
2371 | 2024-12-21T04:56:34.772Z | [ helios-setup] Dec 21 04:56:33.278 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2372 | 2024-12-21T04:56:34.772Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2373 | 2024-12-21T04:56:35.400Z | [ host-package] Compiling humantime v2.1.0 |
2374 | 2024-12-21T04:56:35.758Z | [ helios-setup] Dec 21 04:56:34.299 INFO clone ok!, project: pilot |
2375 | 2024-12-21T04:56:35.760Z | [ helios-setup] Dec 21 04:56:34.299 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2376 | 2024-12-21T04:56:36.528Z | [ host-package] Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2377 | 2024-12-21T04:56:36.562Z | [ host-package] Compiling dropshot v0.13.0 |
2378 | 2024-12-21T04:56:36.651Z | [ host-package] Compiling instant v0.1.13 |
2379 | 2024-12-21T04:56:36.699Z | [ helios-setup] Dec 21 04:56:35.238 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2380 | 2024-12-21T04:56:36.907Z | [ host-package] Compiling backoff v0.4.0 |
2381 | 2024-12-21T04:56:37.239Z | [ helios-setup] Dec 21 04:56:35.779 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2382 | 2024-12-21T04:56:37.239Z | [ helios-setup] Dec 21 04:56:35.779 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2383 | 2024-12-21T04:56:37.412Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2384 | 2024-12-21T04:56:37.726Z | [ host-package] Compiling steno v0.4.1 |
2385 | 2024-12-21T04:56:37.769Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2386 | 2024-12-21T04:56:37.829Z | [ helios-setup] Dec 21 04:56:36.369 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2387 | 2024-12-21T04:56:37.953Z | [ host-package] Compiling parse-display v0.10.0 |
2388 | 2024-12-21T04:56:38.355Z | [ helios-setup] Dec 21 04:56:36.891 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2389 | 2024-12-21T04:56:38.355Z | [ helios-setup] Dec 21 04:56:36.891 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2390 | 2024-12-21T04:56:38.618Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2391 | 2024-12-21T04:56:38.860Z | [ host-package] Compiling strum v0.26.3 |
2392 | 2024-12-21T04:56:39.030Z | [ helios-setup] Dec 21 04:56:37.570 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2393 | 2024-12-21T04:56:39.113Z | [ host-package] Compiling serde_with v3.11.0 |
2394 | 2024-12-21T04:56:39.586Z | [ helios-setup] Dec 21 04:56:38.124 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2395 | 2024-12-21T04:56:39.592Z | [ helios-setup] Dec 21 04:56:38.124 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2396 | 2024-12-21T04:56:39.592Z | [ helios-setup] Dec 21 04:56:38.124 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2397 | 2024-12-21T04:56:39.593Z | [ helios-setup] Dec 21 04:56:38.124 INFO ok! |
2398 | 2024-12-21T04:56:39.593Z | [ helios-setup] Dec 21 04:56:38.124 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2399 | 2024-12-21T04:56:39.593Z | [ helios-setup] Dec 21 04:56:38.124 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2400 | 2024-12-21T04:56:39.593Z | [ helios-setup] Dec 21 04:56:38.124 INFO ok! |
2401 | 2024-12-21T04:56:39.593Z | [ helios-setup] Dec 21 04:56:38.124 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2402 | 2024-12-21T04:56:39.593Z | [ helios-setup] Dec 21 04:56:38.124 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2403 | 2024-12-21T04:56:39.593Z | [ helios-setup] Dec 21 04:56:38.124 INFO ok! |
2404 | 2024-12-21T04:56:39.593Z | [ helios-setup] Dec 21 04:56:38.125 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2405 | 2024-12-21T04:56:39.593Z | [ helios-setup] Dec 21 04:56:38.125 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2406 | 2024-12-21T04:56:39.946Z | [ helios-setup] Dec 21 04:56:38.479 INFO E| Downloading crates ... |
2407 | 2024-12-21T04:56:40.221Z | [ helios-setup] Dec 21 04:56:38.760 INFO E| Downloaded generic-array v0.14.6 |
2408 | 2024-12-21T04:56:40.224Z | [ helios-setup] Dec 21 04:56:38.762 INFO E| Downloaded digest v0.10.3 |
2409 | 2024-12-21T04:56:40.235Z | [ helios-setup] Dec 21 04:56:38.775 INFO E| Downloaded flate2 v1.0.25 |
2410 | 2024-12-21T04:56:40.243Z | [ helios-setup] Dec 21 04:56:38.783 INFO E| Downloaded unicode-width v0.1.10 |
2411 | 2024-12-21T04:56:40.247Z | [ helios-setup] Dec 21 04:56:38.786 INFO E| Downloaded sha2 v0.10.5 |
2412 | 2024-12-21T04:56:40.250Z | [ helios-setup] Dec 21 04:56:38.789 INFO E| Downloaded typenum v1.15.0 |
2413 | 2024-12-21T04:56:40.252Z | [ helios-setup] Dec 21 04:56:38.792 INFO E| Downloaded bytes v1.2.1 |
2414 | 2024-12-21T04:56:40.256Z | [ helios-setup] Dec 21 04:56:38.797 INFO E| Downloaded miniz_oxide v0.6.2 |
2415 | 2024-12-21T04:56:40.259Z | [ helios-setup] Dec 21 04:56:38.800 INFO E| Downloaded anyhow v1.0.62 |
2416 | 2024-12-21T04:56:40.263Z | [ helios-setup] Dec 21 04:56:38.804 INFO E| Downloaded cpufeatures v0.2.5 |
2417 | 2024-12-21T04:56:40.266Z | [ helios-setup] Dec 21 04:56:38.806 INFO E| Downloaded block-buffer v0.10.3 |
2418 | 2024-12-21T04:56:40.333Z | [ helios-setup] Dec 21 04:56:38.869 INFO E| Compiling typenum v1.15.0 |
2419 | 2024-12-21T04:56:40.333Z | [ helios-setup] Dec 21 04:56:38.869 INFO E| Compiling version_check v0.9.4 |
2420 | 2024-12-21T04:56:40.333Z | [ helios-setup] Dec 21 04:56:38.869 INFO E| Compiling cfg-if v1.0.0 |
2421 | 2024-12-21T04:56:40.333Z | [ helios-setup] Dec 21 04:56:38.869 INFO E| Compiling crc32fast v1.3.2 |
2422 | 2024-12-21T04:56:40.337Z | [ helios-setup] Dec 21 04:56:38.869 INFO E| Compiling adler v1.0.2 |
2423 | 2024-12-21T04:56:40.337Z | [ helios-setup] Dec 21 04:56:38.869 INFO E| Compiling anyhow v1.0.62 |
2424 | 2024-12-21T04:56:40.337Z | [ helios-setup] Dec 21 04:56:38.869 INFO E| Compiling cpufeatures v0.2.5 |
2425 | 2024-12-21T04:56:40.337Z | [ helios-setup] Dec 21 04:56:38.869 INFO E| Compiling unicode-width v0.1.10 |
2426 | 2024-12-21T04:56:40.989Z | [ helios-setup] Dec 21 04:56:39.530 INFO E| Compiling miniz_oxide v0.6.2 |
2427 | 2024-12-21T04:56:40.996Z | [ helios-setup] Dec 21 04:56:39.537 INFO E| Compiling bitflags v1.3.2 |
2428 | 2024-12-21T04:56:41.172Z | [ helios-setup] Dec 21 04:56:39.712 INFO E| Compiling generic-array v0.14.6 |
2429 | 2024-12-21T04:56:41.254Z | [ helios-setup] Dec 21 04:56:39.787 INFO E| Compiling getopts v0.2.21 |
2430 | 2024-12-21T04:56:41.295Z | [ helios-setup] Dec 21 04:56:39.835 INFO E| Compiling bytes v1.2.1 |
2431 | 2024-12-21T04:56:42.483Z | [ helios-setup] Dec 21 04:56:41.023 INFO E| Compiling flate2 v1.0.25 |
2432 | 2024-12-21T04:56:44.877Z | [ host-package] Compiling regress v0.9.1 |
2433 | 2024-12-21T04:56:45.749Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2434 | 2024-12-21T04:56:46.926Z | [ helios-setup] Dec 21 04:56:45.455 INFO E| Compiling crypto-common v0.1.6 |
2435 | 2024-12-21T04:56:46.927Z | [ helios-setup] Dec 21 04:56:45.455 INFO E| Compiling block-buffer v0.10.3 |
2436 | 2024-12-21T04:56:47.103Z | [ helios-setup] Dec 21 04:56:45.641 INFO E| Compiling digest v0.10.3 |
2437 | 2024-12-21T04:56:47.534Z | [ helios-setup] Dec 21 04:56:46.057 INFO E| Compiling sha2 v0.10.5 |
2438 | 2024-12-21T04:56:48.044Z | [ helios-setup] Dec 21 04:56:46.552 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2439 | 2024-12-21T04:56:48.802Z | [ host-package] Compiling macaddr v1.0.1 |
2440 | 2024-12-21T04:56:48.967Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2441 | 2024-12-21T04:56:49.472Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2442 | 2024-12-21T04:56:49.557Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2443 | 2024-12-21T04:56:50.057Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2444 | 2024-12-21T04:56:53.822Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2445 | 2024-12-21T04:56:53.822Z | [ host-package] Compiling prettyplease v0.2.25 |
2446 | 2024-12-21T04:56:53.822Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2447 | 2024-12-21T04:56:53.822Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2448 | 2024-12-21T04:56:53.952Z | [ helios-setup] Dec 21 04:56:52.484 INFO E| Finished `release` profile [optimized] target(s) in 14.24s |
2449 | 2024-12-21T04:56:53.966Z | [ helios-setup] Dec 21 04:56:52.499 INFO building project "bootserver" ok (14 seconds) |
2450 | 2024-12-21T04:56:53.966Z | [ helios-setup] Dec 21 04:56:52.499 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2451 | 2024-12-21T04:56:53.973Z | [ helios-setup] Dec 21 04:56:52.499 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2452 | 2024-12-21T04:56:54.253Z | [ helios-setup] Dec 21 04:56:52.792 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2453 | 2024-12-21T04:56:54.821Z | [ helios-setup] Dec 21 04:56:53.360 INFO E| From https://github.com/jclulow/rust-jmclib |
2454 | 2024-12-21T04:56:54.821Z | [ helios-setup] Dec 21 04:56:53.360 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2455 | 2024-12-21T04:56:54.826Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2456 | 2024-12-21T04:56:54.842Z | [ helios-setup] Dec 21 04:56:53.381 INFO E| Updating crates.io index |
2457 | 2024-12-21T04:56:55.022Z | [ helios-setup] Dec 21 04:56:53.561 INFO E| Downloading crates ... |
2458 | 2024-12-21T04:56:55.168Z | [ helios-setup] Dec 21 04:56:53.707 INFO E| Downloaded itoa v1.0.9 |
2459 | 2024-12-21T04:56:55.172Z | [ helios-setup] Dec 21 04:56:53.710 INFO E| Downloaded fastrand v2.0.0 |
2460 | 2024-12-21T04:56:55.175Z | [ helios-setup] Dec 21 04:56:53.712 INFO E| Downloaded digest v0.9.0 |
2461 | 2024-12-21T04:56:55.175Z | [ helios-setup] Dec 21 04:56:53.714 INFO E| Downloaded anyhow v1.0.72 |
2462 | 2024-12-21T04:56:55.182Z | [ helios-setup] Dec 21 04:56:53.721 INFO E| Downloaded opaque-debug v0.3.0 |
2463 | 2024-12-21T04:56:55.184Z | [ helios-setup] Dec 21 04:56:53.722 INFO E| Downloaded block-buffer v0.9.0 |
2464 | 2024-12-21T04:56:55.185Z | [ helios-setup] Dec 21 04:56:53.723 INFO E| Downloaded errno v0.3.1 |
2465 | 2024-12-21T04:56:55.189Z | [ helios-setup] Dec 21 04:56:53.726 INFO E| Downloaded bitflags v2.3.3 |
2466 | 2024-12-21T04:56:55.194Z | [ helios-setup] Dec 21 04:56:53.730 INFO E| Downloaded sha-1 v0.9.8 |
2467 | 2024-12-21T04:56:55.194Z | [ helios-setup] Dec 21 04:56:53.733 INFO E| Downloaded walkdir v2.3.3 |
2468 | 2024-12-21T04:56:55.200Z | [ helios-setup] Dec 21 04:56:53.736 INFO E| Downloaded cpufeatures v0.2.9 |
2469 | 2024-12-21T04:56:55.229Z | [ helios-setup] Dec 21 04:56:53.768 INFO E| Downloaded uuid v0.8.2 |
2470 | 2024-12-21T04:56:55.235Z | [ helios-setup] Dec 21 04:56:53.773 INFO E| Downloaded tempfile v3.7.0 |
2471 | 2024-12-21T04:56:55.238Z | [ helios-setup] Dec 21 04:56:53.776 INFO E| Downloaded once_cell v1.18.0 |
2472 | 2024-12-21T04:56:55.243Z | [ helios-setup] Dec 21 04:56:53.781 INFO E| Downloaded typenum v1.16.0 |
2473 | 2024-12-21T04:56:55.247Z | [ helios-setup] Dec 21 04:56:53.785 INFO E| Downloaded unicode-ident v1.0.11 |
2474 | 2024-12-21T04:56:55.252Z | [ helios-setup] Dec 21 04:56:53.790 INFO E| Downloaded toml v0.5.11 |
2475 | 2024-12-21T04:56:55.256Z | [ helios-setup] Dec 21 04:56:53.794 INFO E| Downloaded serde_derive v1.0.193 |
2476 | 2024-12-21T04:56:55.259Z | [ helios-setup] Dec 21 04:56:53.799 INFO E| Downloaded serde v1.0.193 |
2477 | 2024-12-21T04:56:55.265Z | [ helios-setup] Dec 21 04:56:53.804 INFO E| Downloaded proc-macro2 v1.0.66 |
2478 | 2024-12-21T04:56:55.271Z | [ helios-setup] Dec 21 04:56:53.808 INFO E| Downloaded ryu v1.0.15 |
2479 | 2024-12-21T04:56:55.275Z | [ helios-setup] Dec 21 04:56:53.813 INFO E| Downloaded quote v1.0.31 |
2480 | 2024-12-21T04:56:55.282Z | [ helios-setup] Dec 21 04:56:53.818 INFO E| Downloaded serde_json v1.0.103 |
2481 | 2024-12-21T04:56:55.296Z | [ helios-setup] Dec 21 04:56:53.830 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2482 | 2024-12-21T04:56:55.300Z | [ helios-setup] Dec 21 04:56:53.832 INFO E| Downloaded getrandom v0.2.10 |
2483 | 2024-12-21T04:56:55.300Z | [ helios-setup] Dec 21 04:56:53.836 INFO E| Downloaded md-5 v0.9.1 |
2484 | 2024-12-21T04:56:55.301Z | [ helios-setup] Dec 21 04:56:53.838 INFO E| Downloaded syn v2.0.32 |
2485 | 2024-12-21T04:56:55.345Z | [ helios-setup] Dec 21 04:56:53.883 INFO E| Downloaded rustix v0.38.4 |
2486 | 2024-12-21T04:56:55.401Z | [ helios-setup] Dec 21 04:56:53.940 INFO E| Downloaded libc v0.2.147 |
2487 | 2024-12-21T04:56:55.528Z | [ helios-setup] Dec 21 04:56:54.067 INFO E| Compiling libc v0.2.147 |
2488 | 2024-12-21T04:56:55.528Z | [ helios-setup] Dec 21 04:56:54.067 INFO E| Compiling proc-macro2 v1.0.66 |
2489 | 2024-12-21T04:56:55.534Z | [ helios-setup] Dec 21 04:56:54.067 INFO E| Compiling unicode-ident v1.0.11 |
2490 | 2024-12-21T04:56:55.534Z | [ helios-setup] Dec 21 04:56:54.067 INFO E| Compiling cfg-if v1.0.0 |
2491 | 2024-12-21T04:56:55.534Z | [ helios-setup] Dec 21 04:56:54.067 INFO E| Compiling typenum v1.16.0 |
2492 | 2024-12-21T04:56:55.534Z | [ helios-setup] Dec 21 04:56:54.067 INFO E| Compiling version_check v0.9.4 |
2493 | 2024-12-21T04:56:55.535Z | [ helios-setup] Dec 21 04:56:54.067 INFO E| Compiling serde v1.0.193 |
2494 | 2024-12-21T04:56:55.535Z | [ helios-setup] Dec 21 04:56:54.067 INFO E| Compiling rustix v0.38.4 |
2495 | 2024-12-21T04:56:55.942Z | [ helios-setup] Dec 21 04:56:54.481 INFO E| Compiling powerfmt v0.2.0 |
2496 | 2024-12-21T04:56:56.130Z | [ helios-setup] Dec 21 04:56:54.669 INFO E| Compiling num-conv v0.1.0 |
2497 | 2024-12-21T04:56:56.810Z | [ helios-setup] Dec 21 04:56:55.348 INFO E| Compiling time-core v0.1.2 |
2498 | 2024-12-21T04:56:56.889Z | [ helios-setup] Dec 21 04:56:55.428 INFO E| Compiling slog v2.7.0 |
2499 | 2024-12-21T04:56:57.057Z | [ helios-setup] Dec 21 04:56:55.594 INFO E| Compiling itoa v1.0.9 |
2500 | 2024-12-21T04:56:57.242Z | [ helios-setup] Dec 21 04:56:55.780 INFO E| Compiling generic-array v0.14.7 |
2501 | 2024-12-21T04:56:57.475Z | [ helios-setup] Dec 21 04:56:56.014 INFO E| Compiling deranged v0.3.11 |
2502 | 2024-12-21T04:56:57.522Z | [ helios-setup] Dec 21 04:56:56.061 INFO E| Compiling time-macros v0.2.18 |
2503 | 2024-12-21T04:56:57.607Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2504 | 2024-12-21T04:56:58.023Z | [ helios-setup] Dec 21 04:56:56.561 INFO E| Compiling quote v1.0.31 |
2505 | 2024-12-21T04:56:58.287Z | [ helios-setup] Dec 21 04:56:56.825 INFO E| Compiling bitflags v2.3.3 |
2506 | 2024-12-21T04:56:58.332Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2507 | 2024-12-21T04:56:58.534Z | [ helios-setup] Dec 21 04:56:57.073 INFO E| Compiling once_cell v1.18.0 |
2508 | 2024-12-21T04:56:59.172Z | [ helios-setup] Dec 21 04:56:57.709 INFO E| Compiling syn v2.0.32 |
2509 | 2024-12-21T04:56:59.264Z | [ helios-setup] Dec 21 04:56:57.801 INFO E| Compiling num_threads v0.1.6 |
2510 | 2024-12-21T04:56:59.607Z | [ helios-setup] Dec 21 04:56:58.146 INFO E| Compiling thread_local v1.1.7 |
2511 | 2024-12-21T04:56:59.733Z | [ helios-setup] Dec 21 04:56:58.271 INFO E| Compiling serde_json v1.0.103 |
2512 | 2024-12-21T04:57:00.778Z | [ helios-setup] Dec 21 04:56:59.316 INFO E| Compiling dirs-sys-next v0.1.2 |
2513 | 2024-12-21T04:57:00.916Z | [ helios-setup] Dec 21 04:56:59.451 INFO E| Compiling errno v0.3.1 |
2514 | 2024-12-21T04:57:00.965Z | [ helios-setup] Dec 21 04:56:59.502 INFO E| Compiling atty v0.2.14 |
2515 | 2024-12-21T04:57:01.268Z | [ helios-setup] Dec 21 04:56:59.793 INFO E| Compiling dirs-next v2.0.0 |
2516 | 2024-12-21T04:57:01.326Z | [ helios-setup] Dec 21 04:56:59.863 INFO E| Compiling fastrand v2.0.0 |
2517 | 2024-12-21T04:57:01.659Z | [ helios-setup] Dec 21 04:57:00.179 INFO E| Compiling term v0.7.0 |
2518 | 2024-12-21T04:57:01.669Z | [ helios-setup] Dec 21 04:57:00.194 INFO E| Compiling anyhow v1.0.72 |
2519 | 2024-12-21T04:57:01.990Z | [ helios-setup] Dec 21 04:57:00.527 INFO E| Compiling block-buffer v0.9.0 |
2520 | 2024-12-21T04:57:02.331Z | [ helios-setup] Dec 21 04:57:00.866 INFO E| Compiling digest v0.9.0 |
2521 | 2024-12-21T04:57:02.608Z | [ helios-setup] Dec 21 04:57:01.146 INFO E| Compiling opaque-debug v0.3.0 |
2522 | 2024-12-21T04:57:02.703Z | [ helios-setup] Dec 21 04:57:01.240 INFO E| Compiling getrandom v0.2.10 |
2523 | 2024-12-21T04:57:02.754Z | [ helios-setup] Dec 21 04:57:01.291 INFO E| Compiling same-file v1.0.6 |
2524 | 2024-12-21T04:57:02.828Z | [ helios-setup] Dec 21 04:57:01.363 INFO E| Compiling time v0.3.36 |
2525 | 2024-12-21T04:57:02.899Z | [ helios-setup] Dec 21 04:57:01.436 INFO E| Compiling ryu v1.0.15 |
2526 | 2024-12-21T04:57:03.581Z | [ helios-setup] Dec 21 04:57:02.104 INFO E| Compiling unicode-width v0.1.10 |
2527 | 2024-12-21T04:57:03.641Z | [ helios-setup] Dec 21 04:57:02.175 INFO E| Compiling cpufeatures v0.2.9 |
2528 | 2024-12-21T04:57:03.709Z | [ helios-setup] Dec 21 04:57:02.230 INFO E| Compiling walkdir v2.3.3 |
2529 | 2024-12-21T04:57:03.872Z | [ helios-setup] Dec 21 04:57:02.409 INFO E| Compiling getopts v0.2.21 |
2530 | 2024-12-21T04:57:03.959Z | [ helios-setup] Dec 21 04:57:02.496 INFO E| Compiling sha-1 v0.9.8 |
2531 | 2024-12-21T04:57:05.016Z | [ helios-setup] Dec 21 04:57:03.554 INFO E| Compiling tempfile v3.7.0 |
2532 | 2024-12-21T04:57:05.150Z | [ helios-setup] Dec 21 04:57:03.688 INFO E| Compiling md-5 v0.9.1 |
2533 | 2024-12-21T04:57:05.463Z | [ helios-setup] Dec 21 04:57:04.001 INFO E| Compiling libdevinfo-sys v1.0.0 |
2534 | 2024-12-21T04:57:05.676Z | [ helios-setup] Dec 21 04:57:04.211 INFO E| Compiling glob v0.3.1 |
2535 | 2024-12-21T04:57:07.020Z | [ helios-setup] Dec 21 04:57:05.557 INFO E| Compiling slog-term v2.9.0 |
2536 | 2024-12-21T04:57:08.725Z | [ helios-setup] Dec 21 04:57:07.262 INFO E| Compiling serde_derive v1.0.193 |
2537 | 2024-12-21T04:57:15.240Z | [ host-package] Compiling half v2.4.1 |
2538 | 2024-12-21T04:57:16.271Z | [ host-package] Compiling ciborium-io v0.2.2 |
2539 | 2024-12-21T04:57:16.530Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2540 | 2024-12-21T04:57:17.156Z | [ host-package] Compiling ciborium v0.2.2 |
2541 | 2024-12-21T04:57:17.993Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2542 | 2024-12-21T04:57:18.793Z | [ host-package] Compiling fastrand v2.1.1 |
2543 | 2024-12-21T04:57:19.401Z | [ host-package] Compiling display-error-chain v0.2.2 |
2544 | 2024-12-21T04:57:19.675Z | [ host-package] Compiling same-file v1.0.6 |
2545 | 2024-12-21T04:57:19.795Z | [ host-package] Compiling tempfile v3.13.0 |
2546 | 2024-12-21T04:57:20.013Z | [ host-package] Compiling walkdir v2.5.0 |
2547 | 2024-12-21T04:57:20.185Z | [ host-package] Compiling blake3 v1.5.4 |
2548 | 2024-12-21T04:57:20.720Z | [ host-package] Compiling ring v0.16.20 |
2549 | 2024-12-21T04:57:20.839Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2550 | 2024-12-21T04:57:20.905Z | [ host-package] Compiling xattr v1.3.1 |
2551 | 2024-12-21T04:57:21.160Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2552 | 2024-12-21T04:57:21.209Z | [ host-package] Compiling filetime v0.2.25 |
2553 | 2024-12-21T04:57:21.532Z | [ host-package] Compiling memmap2 v0.9.5 |
2554 | 2024-12-21T04:57:22.055Z | [ host-package] Compiling arrayvec v0.7.6 |
2555 | 2024-12-21T04:57:22.348Z | [ host-package] Compiling arrayref v0.3.9 |
2556 | 2024-12-21T04:57:22.502Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2557 | 2024-12-21T04:57:22.596Z | [ host-package] Compiling spin v0.5.2 |
2558 | 2024-12-21T04:57:22.757Z | [ host-package] Compiling keccak v0.1.5 |
2559 | 2024-12-21T04:57:23.570Z | [ helios-setup] Dec 21 04:57:22.095 INFO E| Compiling toml v0.5.11 |
2560 | 2024-12-21T04:57:23.570Z | [ helios-setup] Dec 21 04:57:22.095 INFO E| Compiling uuid v0.8.2 |
2561 | 2024-12-21T04:57:23.741Z | [ host-package] Compiling sha3 v0.10.8 |
2562 | 2024-12-21T04:57:24.016Z | [ host-package] Compiling tar v0.4.42 |
2563 | 2024-12-21T04:57:24.591Z | [ host-package] Compiling toolchain_find v0.4.0 |
2564 | 2024-12-21T04:57:25.053Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2565 | 2024-12-21T04:57:25.112Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2566 | 2024-12-21T04:57:25.472Z | [ host-package] Compiling topological-sort v0.2.2 |
2567 | 2024-12-21T04:57:25.617Z | [ host-package] Compiling maplit v1.0.2 |
2568 | 2024-12-21T04:57:25.822Z | [ host-package] Compiling crunchy v0.2.2 |
2569 | 2024-12-21T04:57:25.922Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2570 | 2024-12-21T04:57:26.098Z | [ helios-setup] Dec 21 04:57:24.628 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2571 | 2024-12-21T04:57:26.653Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2572 | 2024-12-21T04:57:26.777Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2573 | 2024-12-21T04:57:27.067Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2574 | 2024-12-21T04:57:27.124Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2575 | 2024-12-21T04:57:27.310Z | [ host-package] Compiling phf_generator v0.11.2 |
2576 | 2024-12-21T04:57:27.472Z | [ host-package] Compiling const_format v0.2.33 |
2577 | 2024-12-21T04:57:27.687Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2578 | 2024-12-21T04:57:27.806Z | [ host-package] Compiling secrecy v0.8.0 |
2579 | 2024-12-21T04:57:28.097Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2580 | 2024-12-21T04:57:28.162Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2581 | 2024-12-21T04:57:28.509Z | [ host-package] Compiling arc-swap v1.7.1 |
2582 | 2024-12-21T04:57:28.638Z | [ host-package] Compiling r2d2 v0.8.10 |
2583 | 2024-12-21T04:57:28.808Z | [ host-package] Compiling diesel_derives v2.2.3 |
2584 | 2024-12-21T04:57:29.038Z | [ helios-setup] Dec 21 04:57:27.571 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2585 | 2024-12-21T04:57:29.057Z | [ host-package] Compiling phf_codegen v0.11.2 |
2586 | 2024-12-21T04:57:29.086Z | [ host-package] Compiling slog-scope v4.4.0 |
2587 | 2024-12-21T04:57:29.314Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2588 | 2024-12-21T04:57:29.354Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2589 | 2024-12-21T04:57:29.864Z | [ host-package] Compiling universal-hash v0.5.1 |
2590 | 2024-12-21T04:57:30.032Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2591 | 2024-12-21T04:57:30.198Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2592 | 2024-12-21T04:57:30.236Z | [ host-package] Compiling ena v0.14.3 |
2593 | 2024-12-21T04:57:30.767Z | [ host-package] Compiling opaque-debug v0.3.1 |
2594 | 2024-12-21T04:57:30.931Z | [ host-package] Compiling diff v0.1.13 |
2595 | 2024-12-21T04:57:31.658Z | [ host-package] Compiling regex-syntax v0.6.29 |
2596 | 2024-12-21T04:57:31.984Z | [ host-package] Compiling poly1305 v0.8.0 |
2597 | 2024-12-21T04:57:32.881Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2598 | 2024-12-21T04:57:32.923Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2599 | 2024-12-21T04:57:33.045Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2600 | 2024-12-21T04:57:33.615Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2601 | 2024-12-21T04:57:34.670Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2602 | 2024-12-21T04:57:35.110Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2603 | 2024-12-21T04:57:35.658Z | [ host-package] Compiling lalrpop v0.19.12 |
2604 | 2024-12-21T04:57:36.185Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2605 | 2024-12-21T04:57:36.518Z | [ host-package] Compiling chacha20 v0.9.1 |
2606 | 2024-12-21T04:57:40.503Z | [ host-package] Compiling aead v0.5.2 |
2607 | 2024-12-21T04:57:40.706Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2608 | 2024-12-21T04:57:40.706Z | [ host-package] Compiling ref-cast v1.0.23 |
2609 | 2024-12-21T04:57:40.706Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2610 | 2024-12-21T04:57:40.706Z | [ host-package] Compiling vte v0.11.1 |
2611 | 2024-12-21T04:57:40.706Z | [ host-package] Compiling chrono-tz v0.10.0 |
2612 | 2024-12-21T04:57:40.706Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2613 | 2024-12-21T04:57:40.806Z | [ host-package] Compiling vsss-rs v3.3.4 |
2614 | 2024-12-21T04:57:42.144Z | [ host-package] Compiling diesel v2.2.6 |
2615 | 2024-12-21T04:57:42.262Z | [ helios-setup] Dec 21 04:57:40.796 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.18s |
2616 | 2024-12-21T04:57:42.293Z | [ helios-setup] Dec 21 04:57:40.827 INFO building project "image-builder" ok (48 seconds) |
2617 | 2024-12-21T04:57:42.294Z | [ helios-setup] Dec 21 04:57:40.827 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2618 | 2024-12-21T04:57:42.297Z | [ helios-setup] Dec 21 04:57:40.827 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2619 | 2024-12-21T04:57:42.304Z | [ helios-setup] Dec 21 04:57:40.838 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2620 | 2024-12-21T04:57:42.734Z | [ helios-setup] Dec 21 04:57:41.268 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2621 | 2024-12-21T04:57:42.734Z | [ helios-setup] Dec 21 04:57:41.268 INFO E| info: downloading component 'cargo' |
2622 | 2024-12-21T04:57:42.807Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2623 | 2024-12-21T04:57:43.130Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2624 | 2024-12-21T04:57:43.904Z | [ helios-setup] Dec 21 04:57:42.436 INFO E| info: downloading component 'clippy' |
2625 | 2024-12-21T04:57:44.176Z | [ helios-setup] Dec 21 04:57:42.707 INFO E| info: downloading component 'rust-docs' |
2626 | 2024-12-21T04:57:45.381Z | [ host-package] Compiling headers-core v0.3.0 |
2627 | 2024-12-21T04:57:45.498Z | [ host-package] Compiling fxhash v0.2.1 |
2628 | 2024-12-21T04:57:45.582Z | [ host-package] Compiling libxml v0.3.3 |
2629 | 2024-12-21T04:57:45.754Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2630 | 2024-12-21T04:57:45.876Z | [ helios-setup] Dec 21 04:57:44.410 INFO E| info: downloading component 'rust-src' |
2631 | 2024-12-21T04:57:45.982Z | [ host-package] Compiling bytecount v0.6.8 |
2632 | 2024-12-21T04:57:46.075Z | [ helios-setup] Dec 21 04:57:44.608 INFO E| info: downloading component 'rust-std' |
2633 | 2024-12-21T04:57:46.369Z | [ host-package] Compiling papergrid v0.11.0 |
2634 | 2024-12-21T04:57:47.218Z | [ host-package] Compiling headers v0.4.0 |
2635 | 2024-12-21T04:57:51.006Z | [ helios-setup] Dec 21 04:57:47.208 INFO E| info: downloading component 'rustc' |
2636 | 2024-12-21T04:57:51.309Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2637 | 2024-12-21T04:57:53.726Z | [ helios-setup] Dec 21 04:57:52.259 INFO E| info: downloading component 'rustfmt' |
2638 | 2024-12-21T04:57:54.055Z | [ helios-setup] Dec 21 04:57:52.588 INFO E| info: installing component 'cargo' |
2639 | 2024-12-21T04:57:55.335Z | [ helios-setup] Dec 21 04:57:53.868 INFO E| info: installing component 'clippy' |
2640 | 2024-12-21T04:57:55.772Z | [ helios-setup] Dec 21 04:57:54.305 INFO E| info: installing component 'rust-docs' |
2641 | 2024-12-21T04:58:01.037Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2642 | 2024-12-21T04:58:01.682Z | [ helios-setup] Dec 21 04:58:00.214 INFO E| info: installing component 'rust-src' |
2643 | 2024-12-21T04:58:02.277Z | [ helios-setup] Dec 21 04:58:00.809 INFO E| info: installing component 'rust-std' |
2644 | 2024-12-21T04:58:03.479Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2645 | 2024-12-21T04:58:04.846Z | [ helios-setup] Dec 21 04:58:03.377 INFO E| info: installing component 'rustc' |
2646 | 2024-12-21T04:58:06.480Z | [ host-package] Compiling polar-core v0.27.3 |
2647 | 2024-12-21T04:58:07.076Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2648 | 2024-12-21T04:58:07.451Z | [ host-package] Compiling tabled_derive v0.7.0 |
2649 | 2024-12-21T04:58:07.852Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2650 | 2024-12-21T04:58:09.991Z | [ host-package] Compiling fd-lock v4.0.2 |
2651 | 2024-12-21T04:58:10.074Z | [ host-package] Compiling peg-macros v0.8.4 |
2652 | 2024-12-21T04:58:10.286Z | [ host-package] Compiling strum_macros v0.24.3 |
2653 | 2024-12-21T04:58:11.096Z | [ helios-setup] Dec 21 04:58:09.627 INFO E| info: installing component 'rustfmt' |
2654 | 2024-12-21T04:58:11.950Z | [ helios-setup] Dec 21 04:58:10.481 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2655 | 2024-12-21T04:58:12.814Z | [ helios-setup] Dec 21 04:58:11.345 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2656 | 2024-12-21T04:58:12.814Z | [ helios-setup] Dec 21 04:58:11.345 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
2657 | 2024-12-21T04:58:12.817Z | [ helios-setup] Dec 21 04:58:11.345 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2658 | 2024-12-21T04:58:12.847Z | [ helios-setup] Dec 21 04:58:11.377 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2659 | 2024-12-21T04:58:12.847Z | [ helios-setup] Dec 21 04:58:11.378 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2660 | 2024-12-21T04:58:12.850Z | [ helios-setup] Dec 21 04:58:11.378 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2661 | 2024-12-21T04:58:12.850Z | [ helios-setup] Dec 21 04:58:11.378 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2662 | 2024-12-21T04:58:12.850Z | [ helios-setup] Dec 21 04:58:11.378 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2663 | 2024-12-21T04:58:12.850Z | [ helios-setup] Dec 21 04:58:11.378 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2664 | 2024-12-21T04:58:12.850Z | [ helios-setup] Dec 21 04:58:11.379 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2665 | 2024-12-21T04:58:12.850Z | [ helios-setup] Dec 21 04:58:11.379 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2666 | 2024-12-21T04:58:12.850Z | [ helios-setup] Dec 21 04:58:11.379 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2667 | 2024-12-21T04:58:12.850Z | [ helios-setup] Dec 21 04:58:11.379 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2668 | 2024-12-21T04:58:12.851Z | [ helios-setup] Dec 21 04:58:11.379 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2669 | 2024-12-21T04:58:12.885Z | [ helios-setup] Dec 21 04:58:11.416 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2670 | 2024-12-21T04:58:13.039Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2671 | 2024-12-21T04:58:13.650Z | [ host-package] Compiling kstat-rs v0.2.4 |
2672 | 2024-12-21T04:58:13.783Z | [ host-package] Compiling samael v0.0.17 |
2673 | 2024-12-21T04:58:13.843Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| From https://github.com/oxidecomputer/amd-efs |
2674 | 2024-12-21T04:58:13.843Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| * [new branch] empty -> origin/empty |
2675 | 2024-12-21T04:58:13.843Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2676 | 2024-12-21T04:58:13.847Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| * [new branch] main -> origin/main |
2677 | 2024-12-21T04:58:13.847Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| * [new branch] review -> origin/review |
2678 | 2024-12-21T04:58:13.847Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| * [new ref] -> origin/HEAD |
2679 | 2024-12-21T04:58:13.847Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2680 | 2024-12-21T04:58:13.847Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2681 | 2024-12-21T04:58:13.847Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2682 | 2024-12-21T04:58:13.847Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2683 | 2024-12-21T04:58:13.847Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2684 | 2024-12-21T04:58:13.847Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2685 | 2024-12-21T04:58:13.847Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2686 | 2024-12-21T04:58:13.847Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2687 | 2024-12-21T04:58:13.847Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2688 | 2024-12-21T04:58:13.847Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2689 | 2024-12-21T04:58:13.847Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2690 | 2024-12-21T04:58:13.847Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2691 | 2024-12-21T04:58:13.847Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2692 | 2024-12-21T04:58:13.847Z | [ helios-setup] Dec 21 04:58:12.374 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2693 | 2024-12-21T04:58:13.878Z | [ helios-setup] Dec 21 04:58:12.408 INFO E| Updating crates.io index |
2694 | 2024-12-21T04:58:14.105Z | [ host-package] Compiling unicase v2.7.0 |
2695 | 2024-12-21T04:58:14.107Z | [ helios-setup] Dec 21 04:58:12.638 INFO E| Downloading crates ... |
2696 | 2024-12-21T04:58:14.252Z | [ helios-setup] Dec 21 04:58:12.781 INFO E| Downloaded unic-char-range v0.9.0 |
2697 | 2024-12-21T04:58:14.256Z | [ helios-setup] Dec 21 04:58:12.784 INFO E| Downloaded unic-common v0.9.0 |
2698 | 2024-12-21T04:58:14.256Z | [ helios-setup] Dec 21 04:58:12.786 INFO E| Downloaded parse_int v0.6.0 |
2699 | 2024-12-21T04:58:14.256Z | [ helios-setup] Dec 21 04:58:12.787 INFO E| Downloaded strum v0.23.0 |
2700 | 2024-12-21T04:58:14.259Z | [ helios-setup] Dec 21 04:58:12.789 INFO E| Downloaded unic-ucd-version v0.9.0 |
2701 | 2024-12-21T04:58:14.261Z | [ helios-setup] Dec 21 04:58:12.790 INFO E| Downloaded unic-char-property v0.9.0 |
2702 | 2024-12-21T04:58:14.263Z | [ helios-setup] Dec 21 04:58:12.793 INFO E| Downloaded scroll_derive v0.10.5 |
2703 | 2024-12-21T04:58:14.263Z | [ helios-setup] Dec 21 04:58:12.794 INFO E| Downloaded memoffset v0.5.6 |
2704 | 2024-12-21T04:58:14.266Z | [ helios-setup] Dec 21 04:58:12.796 INFO E| Downloaded modular-bitfield v0.11.2 |
2705 | 2024-12-21T04:58:14.285Z | [ helios-setup] Dec 21 04:58:12.816 INFO E| Downloaded thiserror-impl v1.0.64 |
2706 | 2024-12-21T04:58:14.287Z | [ helios-setup] Dec 21 04:58:12.818 INFO E| Downloaded thiserror v1.0.64 |
2707 | 2024-12-21T04:58:14.296Z | [ helios-setup] Dec 21 04:58:12.827 INFO E| Downloaded vec_map v0.8.2 |
2708 | 2024-12-21T04:58:14.299Z | [ helios-setup] Dec 21 04:58:12.829 INFO E| Downloaded strum_macros v0.23.1 |
2709 | 2024-12-21T04:58:14.301Z | [ helios-setup] Dec 21 04:58:12.831 INFO E| Downloaded semver-parser v0.7.0 |
2710 | 2024-12-21T04:58:14.304Z | [ helios-setup] Dec 21 04:58:12.833 INFO E| Downloaded rustc_version v0.2.3 |
2711 | 2024-12-21T04:58:14.306Z | [ helios-setup] Dec 21 04:58:12.835 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2712 | 2024-12-21T04:58:14.308Z | [ helios-setup] Dec 21 04:58:12.838 INFO E| Downloaded strsim v0.8.0 |
2713 | 2024-12-21T04:58:14.311Z | [ helios-setup] Dec 21 04:58:12.840 INFO E| Downloaded pest_generator v2.7.13 |
2714 | 2024-12-21T04:58:14.325Z | [ helios-setup] Dec 21 04:58:12.856 INFO E| Downloaded structopt v0.3.26 |
2715 | 2024-12-21T04:58:14.341Z | [ helios-setup] Dec 21 04:58:12.867 INFO E| Downloaded scroll v0.10.2 |
2716 | 2024-12-21T04:58:14.354Z | [ helios-setup] Dec 21 04:58:12.870 INFO E| Downloaded pest_meta v2.7.13 |
2717 | 2024-12-21T04:58:14.354Z | [ helios-setup] Dec 21 04:58:12.873 INFO E| Downloaded serde_derive v1.0.210 |
2718 | 2024-12-21T04:58:14.354Z | [ helios-setup] Dec 21 04:58:12.876 INFO E| Downloaded proc-macro2 v1.0.86 |
2719 | 2024-12-21T04:58:14.354Z | [ helios-setup] Dec 21 04:58:12.880 INFO E| Downloaded serde v1.0.210 |
2720 | 2024-12-21T04:58:14.356Z | [ helios-setup] Dec 21 04:58:12.885 INFO E| Downloaded pre-proc-macro v0.2.1 |
2721 | 2024-12-21T04:58:14.360Z | [ helios-setup] Dec 21 04:58:12.888 INFO E| Downloaded pest v2.7.13 |
2722 | 2024-12-21T04:58:14.365Z | [ helios-setup] Dec 21 04:58:12.896 INFO E| Downloaded pest_derive v2.7.13 |
2723 | 2024-12-21T04:58:14.369Z | [ helios-setup] Dec 21 04:58:12.900 INFO E| Downloaded once_cell v1.20.1 |
2724 | 2024-12-21T04:58:14.372Z | [ helios-setup] Dec 21 04:58:12.904 INFO E| Downloaded goblin v0.4.3 |
2725 | 2024-12-21T04:58:14.381Z | [ helios-setup] Dec 21 04:58:12.912 INFO E| Downloaded serde_json v1.0.128 |
2726 | 2024-12-21T04:58:14.393Z | [ helios-setup] Dec 21 04:58:12.924 INFO E| Downloaded clap v2.34.0 |
2727 | 2024-12-21T04:58:14.405Z | [ helios-setup] Dec 21 04:58:12.936 INFO E| Downloaded syn v2.0.79 |
2728 | 2024-12-21T04:58:14.433Z | [ helios-setup] Dec 21 04:58:12.964 INFO E| Downloaded textwrap v0.11.0 |
2729 | 2024-12-21T04:58:14.433Z | [ helios-setup] Dec 21 04:58:12.964 INFO E| Downloaded structopt-derive v0.4.18 |
2730 | 2024-12-21T04:58:14.433Z | [ helios-setup] Dec 21 04:58:12.964 INFO E| Downloaded semver v0.9.0 |
2731 | 2024-12-21T04:58:14.435Z | [ helios-setup] Dec 21 04:58:12.964 INFO E| Downloaded proc-macro-crate v0.1.5 |
2732 | 2024-12-21T04:58:14.436Z | [ helios-setup] Dec 21 04:58:12.966 INFO E| Downloaded pre v0.2.1 |
2733 | 2024-12-21T04:58:14.438Z | [ helios-setup] Dec 21 04:58:12.968 INFO E| Downloaded libc v0.2.159 |
2734 | 2024-12-21T04:58:14.479Z | [ helios-setup] Dec 21 04:58:13.010 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2735 | 2024-12-21T04:58:14.481Z | [ helios-setup] Dec 21 04:58:13.012 INFO E| Downloaded four-cc v0.3.0 |
2736 | 2024-12-21T04:58:14.483Z | [ helios-setup] Dec 21 04:58:13.013 INFO E| Downloaded cfg-if v0.1.10 |
2737 | 2024-12-21T04:58:14.483Z | [ helios-setup] Dec 21 04:58:13.015 INFO E| Downloaded bytesize v1.3.0 |
2738 | 2024-12-21T04:58:14.506Z | [ helios-setup] Dec 21 04:58:13.016 INFO E| Downloaded ansi_term v0.12.1 |
2739 | 2024-12-21T04:58:14.506Z | [ helios-setup] Dec 21 04:58:13.018 INFO E| Downloaded fletcher v0.1.0 |
2740 | 2024-12-21T04:58:14.509Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2741 | 2024-12-21T04:58:14.668Z | [ helios-setup] Dec 21 04:58:13.199 INFO E| Compiling proc-macro2 v1.0.86 |
2742 | 2024-12-21T04:58:14.689Z | [ helios-setup] Dec 21 04:58:13.220 INFO E| Compiling unicode-ident v1.0.13 |
2743 | 2024-12-21T04:58:14.692Z | [ helios-setup] Dec 21 04:58:13.220 INFO E| Compiling syn v1.0.109 |
2744 | 2024-12-21T04:58:14.692Z | [ helios-setup] Dec 21 04:58:13.220 INFO E| Compiling version_check v0.9.5 |
2745 | 2024-12-21T04:58:14.692Z | [ helios-setup] Dec 21 04:58:13.220 INFO E| Compiling memchr v2.7.4 |
2746 | 2024-12-21T04:58:14.692Z | [ helios-setup] Dec 21 04:58:13.221 INFO E| Compiling semver-parser v0.7.0 |
2747 | 2024-12-21T04:58:14.692Z | [ helios-setup] Dec 21 04:58:13.221 INFO E| Compiling autocfg v1.4.0 |
2748 | 2024-12-21T04:58:14.692Z | [ helios-setup] Dec 21 04:58:13.221 INFO E| Compiling thiserror v1.0.64 |
2749 | 2024-12-21T04:58:14.863Z | [ host-package] Compiling indoc v1.0.9 |
2750 | 2024-12-21T04:58:15.531Z | [ helios-setup] Dec 21 04:58:14.062 INFO E| Compiling semver v0.9.0 |
2751 | 2024-12-21T04:58:16.073Z | [ helios-setup] Dec 21 04:58:14.604 INFO E| Compiling serde v1.0.210 |
2752 | 2024-12-21T04:58:16.204Z | [ helios-setup] Dec 21 04:58:14.735 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2753 | 2024-12-21T04:58:16.485Z | [ helios-setup] Dec 21 04:58:15.015 INFO E| Compiling proc-macro-error v1.0.4 |
2754 | 2024-12-21T04:58:16.532Z | [ helios-setup] Dec 21 04:58:15.062 INFO E| Compiling rustc_version v0.2.3 |
2755 | 2024-12-21T04:58:16.611Z | [ host-package] Compiling reedline v0.35.0 |
2756 | 2024-12-21T04:58:16.755Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2757 | 2024-12-21T04:58:16.939Z | [ helios-setup] Dec 21 04:58:15.470 INFO E| Compiling serde_json v1.0.128 |
2758 | 2024-12-21T04:58:16.961Z | [ helios-setup] Dec 21 04:58:15.492 INFO E| Compiling num-traits v0.2.19 |
2759 | 2024-12-21T04:58:17.261Z | [ helios-setup] Dec 21 04:58:15.791 INFO E| Compiling ryu v1.0.18 |
2760 | 2024-12-21T04:58:17.322Z | [ helios-setup] Dec 21 04:58:15.853 INFO E| Compiling unicode-segmentation v1.12.0 |
2761 | 2024-12-21T04:58:17.368Z | [ helios-setup] Dec 21 04:58:15.899 INFO E| Compiling schemars v0.8.21 |
2762 | 2024-12-21T04:58:17.638Z | [ helios-setup] Dec 21 04:58:16.168 INFO E| Compiling itoa v1.0.11 |
2763 | 2024-12-21T04:58:17.957Z | [ helios-setup] Dec 21 04:58:16.488 INFO E| Compiling pre-proc-macro v0.2.1 |
2764 | 2024-12-21T04:58:18.010Z | [ helios-setup] Dec 21 04:58:16.540 INFO E| Compiling memoffset v0.5.6 |
2765 | 2024-12-21T04:58:18.343Z | [ helios-setup] Dec 21 04:58:16.874 INFO E| Compiling libc v0.2.159 |
2766 | 2024-12-21T04:58:18.498Z | [ helios-setup] Dec 21 04:58:17.028 INFO E| Compiling quote v1.0.37 |
2767 | 2024-12-21T04:58:18.608Z | [ helios-setup] Dec 21 04:58:17.139 INFO E| Compiling dyn-clone v1.0.17 |
2768 | 2024-12-21T04:58:18.841Z | [ helios-setup] Dec 21 04:58:17.371 INFO E| Compiling heck v0.3.3 |
2769 | 2024-12-21T04:58:19.033Z | [ helios-setup] Dec 21 04:58:17.564 INFO E| Compiling rustversion v1.0.17 |
2770 | 2024-12-21T04:58:19.047Z | [ helios-setup] Dec 21 04:58:17.578 INFO E| Compiling ucd-trie v0.1.7 |
2771 | 2024-12-21T04:58:19.213Z | [ helios-setup] Dec 21 04:58:17.744 INFO E| Compiling paste v1.0.15 |
2772 | 2024-12-21T04:58:19.710Z | [ helios-setup] Dec 21 04:58:18.241 INFO E| Compiling syn v2.0.79 |
2773 | 2024-12-21T04:58:20.033Z | [ helios-setup] Dec 21 04:58:18.564 INFO E| Compiling lazy_static v1.5.0 |
2774 | 2024-12-21T04:58:20.557Z | [ helios-setup] Dec 21 04:58:19.087 INFO E| Compiling pre v0.2.1 |
2775 | 2024-12-21T04:58:20.584Z | [ helios-setup] Dec 21 04:58:19.114 INFO E| Compiling byteorder v1.5.0 |
2776 | 2024-12-21T04:58:20.961Z | [ helios-setup] Dec 21 04:58:19.491 INFO E| Compiling static_assertions v1.1.0 |
2777 | 2024-12-21T04:58:21.053Z | [ helios-setup] Dec 21 04:58:19.583 INFO E| Compiling cfg-if v0.1.10 |
2778 | 2024-12-21T04:58:21.140Z | [ helios-setup] Dec 21 04:58:19.670 INFO E| Compiling once_cell v1.20.1 |
2779 | 2024-12-21T04:58:21.997Z | [ helios-setup] Dec 21 04:58:20.528 INFO E| Compiling unicode-width v0.1.14 |
2780 | 2024-12-21T04:58:23.013Z | [ helios-setup] Dec 21 04:58:21.543 INFO E| Compiling textwrap v0.11.0 |
2781 | 2024-12-21T04:58:23.658Z | [ helios-setup] Dec 21 04:58:22.188 INFO E| Compiling atty v0.2.14 |
2782 | 2024-12-21T04:58:23.829Z | [ helios-setup] Dec 21 04:58:22.360 INFO E| Compiling unic-char-range v0.9.0 |
2783 | 2024-12-21T04:58:24.115Z | [ helios-setup] Dec 21 04:58:22.645 INFO E| Compiling strsim v0.8.0 |
2784 | 2024-12-21T04:58:24.266Z | [ helios-setup] Dec 21 04:58:22.796 INFO E| Compiling parse_int v0.6.0 |
2785 | 2024-12-21T04:58:24.352Z | [ host-package] Compiling peg v0.8.4 |
2786 | 2024-12-21T04:58:24.393Z | [ helios-setup] Dec 21 04:58:22.912 INFO E| Compiling unic-common v0.9.0 |
2787 | 2024-12-21T04:58:24.488Z | [ helios-setup] Dec 21 04:58:23.018 INFO E| Compiling vec_map v0.8.2 |
2788 | 2024-12-21T04:58:24.505Z | [ helios-setup] Dec 21 04:58:23.035 INFO E| Compiling fletcher v0.1.0 |
2789 | 2024-12-21T04:58:24.671Z | [ helios-setup] Dec 21 04:58:23.201 INFO E| Compiling ansi_term v0.12.1 |
2790 | 2024-12-21T04:58:24.795Z | [ helios-setup] Dec 21 04:58:23.325 INFO E| Compiling bitflags v1.3.2 |
2791 | 2024-12-21T04:58:24.813Z | [ host-package] Compiling tabled v0.15.0 |
2792 | 2024-12-21T04:58:24.887Z | [ helios-setup] Dec 21 04:58:23.417 INFO E| Compiling strum v0.23.0 |
2793 | 2024-12-21T04:58:24.925Z | [ helios-setup] Dec 21 04:58:23.455 INFO E| Compiling unic-ucd-version v0.9.0 |
2794 | 2024-12-21T04:58:25.024Z | [ helios-setup] Dec 21 04:58:23.553 INFO E| Compiling unic-char-property v0.9.0 |
2795 | 2024-12-21T04:58:25.035Z | [ helios-setup] Dec 21 04:58:23.565 INFO E| Compiling log v0.4.22 |
2796 | 2024-12-21T04:58:25.104Z | [ helios-setup] Dec 21 04:58:23.634 INFO E| Compiling plain v0.2.3 |
2797 | 2024-12-21T04:58:25.183Z | [ helios-setup] Dec 21 04:58:23.712 INFO E| Compiling unic-ucd-ident v0.9.0 |
2798 | 2024-12-21T04:58:25.504Z | [ helios-setup] Dec 21 04:58:24.034 INFO E| Compiling clap v2.34.0 |
2799 | 2024-12-21T04:58:25.626Z | [ helios-setup] Dec 21 04:58:24.156 INFO E| Compiling bytesize v1.3.0 |
2800 | 2024-12-21T04:58:28.585Z | [ helios-setup] Dec 21 04:58:27.114 INFO E| Compiling serde_derive_internals v0.29.1 |
2801 | 2024-12-21T04:58:29.707Z | [ helios-setup] Dec 21 04:58:28.236 INFO E| Compiling toml v0.5.11 |
2802 | 2024-12-21T04:58:32.953Z | [ helios-setup] Dec 21 04:58:31.482 INFO E| Compiling proc-macro-crate v0.1.5 |
2803 | 2024-12-21T04:58:34.872Z | [ helios-setup] Dec 21 04:58:33.400 INFO E| Compiling thiserror-impl v1.0.64 |
2804 | 2024-12-21T04:58:34.965Z | [ helios-setup] Dec 21 04:58:33.493 INFO E| Compiling serde_derive v1.0.210 |
2805 | 2024-12-21T04:58:35.097Z | [ helios-setup] Dec 21 04:58:33.625 INFO E| Compiling schemars_derive v0.8.21 |
2806 | 2024-12-21T04:58:35.256Z | [ helios-setup] Dec 21 04:58:33.785 INFO E| Compiling zerocopy-derive v0.6.6 |
2807 | 2024-12-21T04:58:37.984Z | [ helios-setup] Dec 21 04:58:36.512 INFO E| Compiling num-derive v0.4.2 |
2808 | 2024-12-21T04:58:38.660Z | [ helios-setup] Dec 21 04:58:37.188 INFO E| Compiling zerocopy v0.6.6 |
2809 | 2024-12-21T04:58:40.415Z | [ helios-setup] Dec 21 04:58:38.943 INFO E| Compiling pest v2.7.13 |
2810 | 2024-12-21T04:58:41.463Z | [ helios-setup] Dec 21 04:58:39.991 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2811 | 2024-12-21T04:58:41.623Z | [ helios-setup] Dec 21 04:58:40.150 INFO E| Compiling scroll_derive v0.10.5 |
2812 | 2024-12-21T04:58:41.944Z | [ helios-setup] Dec 21 04:58:40.471 INFO E| Compiling strum_macros v0.23.1 |
2813 | 2024-12-21T04:58:42.637Z | [ helios-setup] Dec 21 04:58:41.164 INFO E| Compiling structopt-derive v0.4.18 |
2814 | 2024-12-21T04:58:44.476Z | [ helios-setup] Dec 21 04:58:43.004 INFO E| Compiling scroll v0.10.2 |
2815 | 2024-12-21T04:58:46.019Z | [ helios-setup] Dec 21 04:58:44.427 INFO E| Compiling pest_meta v2.7.13 |
2816 | 2024-12-21T04:58:46.157Z | [ helios-setup] Dec 21 04:58:44.685 INFO E| Compiling goblin v0.4.3 |
2817 | 2024-12-21T04:58:47.397Z | [ helios-setup] Dec 21 04:58:45.925 INFO E| Compiling modular-bitfield v0.11.2 |
2818 | 2024-12-21T04:58:48.538Z | [ helios-setup] Dec 21 04:58:47.065 INFO E| Compiling structopt v0.3.26 |
2819 | 2024-12-21T04:58:48.743Z | [ helios-setup] Dec 21 04:58:47.270 INFO E| Compiling pest_generator v2.7.13 |
2820 | 2024-12-21T04:58:53.086Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2821 | 2024-12-21T04:58:53.801Z | [ helios-setup] Dec 21 04:58:52.328 INFO E| Compiling pest_derive v2.7.13 |
2822 | 2024-12-21T04:58:56.830Z | [ host-package] Compiling derive_builder v0.20.2 |
2823 | 2024-12-21T04:58:57.346Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2824 | 2024-12-21T04:58:58.263Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2825 | 2024-12-21T04:58:58.356Z | [ helios-setup] Dec 21 04:58:56.883 INFO E| Compiling json5 v0.4.1 |
2826 | 2024-12-21T04:58:58.925Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2827 | 2024-12-21T04:58:59.768Z | [ host-package] Compiling bcs v0.1.6 |
2828 | 2024-12-21T04:59:00.993Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2829 | 2024-12-21T04:59:01.652Z | [ host-package] Compiling oso-derive v0.27.3 |
2830 | 2024-12-21T04:59:03.570Z | [ host-package] Compiling libz-sys v1.1.20 |
2831 | 2024-12-21T04:59:03.935Z | [ helios-setup] Dec 21 04:59:02.460 INFO E| Compiling four-cc v0.3.0 |
2832 | 2024-12-21T04:59:03.935Z | [ helios-setup] Dec 21 04:59:02.461 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2833 | 2024-12-21T04:59:04.021Z | [ host-package] Compiling quick-xml v0.33.0 |
2834 | 2024-12-21T04:59:04.227Z | [ helios-setup] Dec 21 04:59:02.753 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
2835 | 2024-12-21T04:59:04.575Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
2836 | 2024-12-21T04:59:04.955Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2837 | 2024-12-21T04:59:10.403Z | [ host-package] Compiling oso v0.27.3 |
2838 | 2024-12-21T04:59:13.339Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2839 | 2024-12-21T04:59:15.073Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2840 | 2024-12-21T04:59:21.300Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2841 | 2024-12-21T04:59:25.006Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2842 | 2024-12-21T04:59:25.858Z | [ host-package] Compiling bb8 v0.8.5 |
2843 | 2024-12-21T04:59:26.933Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2844 | 2024-12-21T04:59:30.348Z | [ host-package] Compiling nibble_vec v0.1.0 |
2845 | 2024-12-21T04:59:30.400Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2846 | 2024-12-21T04:59:30.646Z | [ host-package] Compiling atty v0.2.14 |
2847 | 2024-12-21T04:59:30.901Z | [ host-package] Compiling salty v0.3.0 |
2848 | 2024-12-21T04:59:31.340Z | [ host-package] Compiling endian-type v0.1.2 |
2849 | 2024-12-21T04:59:31.732Z | [ host-package] Compiling radix_trie v0.2.1 |
2850 | 2024-12-21T04:59:33.328Z | [ host-package] Compiling parking_lot v0.11.2 |
2851 | 2024-12-21T04:59:35.662Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2852 | 2024-12-21T04:59:42.762Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2853 | 2024-12-21T04:59:47.526Z | [ helios-setup] Dec 21 04:59:46.047 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2854 | 2024-12-21T04:59:48.169Z | [ host-package] Compiling sled v0.34.7 |
2855 | 2024-12-21T05:00:01.746Z | [ helios-setup] Dec 21 05:00:00.265 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2856 | 2024-12-21T05:00:05.359Z | [ host-package] Compiling mime_guess v2.0.5 |
2857 | 2024-12-21T05:00:06.567Z | [ host-package] Compiling hickory-client v0.24.1 |
2858 | 2024-12-21T05:00:09.300Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2859 | 2024-12-21T05:00:09.399Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2860 | 2024-12-21T05:00:10.008Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2861 | 2024-12-21T05:00:11.813Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2862 | 2024-12-21T05:00:12.364Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2863 | 2024-12-21T05:00:14.086Z | [ host-package] Compiling hickory-server v0.24.1 |
2864 | 2024-12-21T05:00:16.183Z | [ host-package] Compiling primeorder v0.13.6 |
2865 | 2024-12-21T05:00:16.865Z | [ host-package] Compiling castaway v0.2.3 |
2866 | 2024-12-21T05:00:17.154Z | [ host-package] Compiling vergen v8.3.2 |
2867 | 2024-12-21T05:00:17.515Z | [ host-package] Compiling env_filter v0.1.2 |
2868 | 2024-12-21T05:00:19.400Z | [ host-package] Compiling cargo-platform v0.1.8 |
2869 | 2024-12-21T05:00:20.192Z | [ host-package] Compiling nanorand v0.7.0 |
2870 | 2024-12-21T05:00:21.050Z | [ host-package] Compiling memoffset v0.9.1 |
2871 | 2024-12-21T05:00:21.727Z | [ host-package] Compiling flume v0.11.1 |
2872 | 2024-12-21T05:00:22.134Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2873 | 2024-12-21T05:00:22.757Z | [ host-package] Compiling env_logger v0.11.5 |
2874 | 2024-12-21T05:00:24.500Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2875 | 2024-12-21T05:00:25.268Z | [ host-package] Compiling git2 v0.19.0 |
2876 | 2024-12-21T05:00:26.084Z | [ host-package] Compiling compact_str v0.8.0 |
2877 | 2024-12-21T05:00:27.870Z | [ host-package] Compiling p384 v0.13.0 |
2878 | 2024-12-21T05:00:28.845Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2879 | 2024-12-21T05:00:29.453Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2880 | 2024-12-21T05:00:30.270Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2881 | 2024-12-21T05:00:32.154Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2882 | 2024-12-21T05:00:35.355Z | [ host-package] Compiling unicode-truncate v1.1.0 |
2883 | 2024-12-21T05:00:35.690Z | [ host-package] Compiling lru v0.12.5 |
2884 | 2024-12-21T05:00:35.832Z | [ host-package] Compiling rand_seeder v0.3.0 |
2885 | 2024-12-21T05:00:36.199Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
2886 | 2024-12-21T05:00:36.687Z | [ host-package] Compiling lzma-sys v0.1.20 |
2887 | 2024-12-21T05:00:37.007Z | [ host-package] Compiling instability v0.3.2 |
2888 | 2024-12-21T05:00:37.632Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2889 | 2024-12-21T05:00:37.729Z | [ host-package] Compiling http-range v0.1.5 |
2890 | 2024-12-21T05:00:38.006Z | [ host-package] Compiling cassowary v0.3.0 |
2891 | 2024-12-21T05:00:38.413Z | [ host-package] Compiling rustls v0.21.12 |
2892 | 2024-12-21T05:00:38.489Z | [ host-package] Compiling cfg_aliases v0.2.1 |
2893 | 2024-12-21T05:00:38.653Z | [ host-package] Compiling nix v0.29.0 |
2894 | 2024-12-21T05:00:38.959Z | [ host-package] Compiling ratatui v0.28.1 |
2895 | 2024-12-21T05:00:40.027Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2896 | 2024-12-21T05:00:41.115Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2897 | 2024-12-21T05:00:42.341Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2898 | 2024-12-21T05:00:42.471Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2899 | 2024-12-21T05:00:42.856Z | [ helios-setup] Dec 21 05:00:41.372 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 31s |
2900 | 2024-12-21T05:00:42.901Z | [ helios-setup] Dec 21 05:00:41.417 INFO building project "amd-host-image-builder" ok (180 seconds) |
2901 | 2024-12-21T05:00:42.902Z | [ helios-setup] Dec 21 05:00:41.417 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2902 | 2024-12-21T05:00:42.908Z | [ helios-setup] Dec 21 05:00:41.417 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2903 | 2024-12-21T05:00:43.325Z | [ helios-setup] Dec 21 05:00:41.841 INFO E| Downloading crates ... |
2904 | 2024-12-21T05:00:43.519Z | [ helios-setup] Dec 21 05:00:42.035 INFO E| Downloaded miniz_oxide v0.7.2 |
2905 | 2024-12-21T05:00:43.552Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2906 | 2024-12-21T05:00:43.575Z | [ helios-setup] Dec 21 05:00:42.090 INFO E| Compiling adler v1.0.2 |
2907 | 2024-12-21T05:00:43.812Z | [ helios-setup] Dec 21 05:00:42.328 INFO E| Compiling miniz_oxide v0.7.2 |
2908 | 2024-12-21T05:00:43.916Z | [ host-package] Compiling rustls-webpki v0.101.7 |
2909 | 2024-12-21T05:00:44.052Z | [ host-package] Compiling sct v0.7.1 |
2910 | 2024-12-21T05:00:44.701Z | [ host-package] Compiling heck v0.3.3 |
2911 | 2024-12-21T05:00:45.210Z | [ host-package] Compiling csv-core v0.1.11 |
2912 | 2024-12-21T05:00:46.380Z | [ helios-setup] Dec 21 05:00:44.895 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2913 | 2024-12-21T05:00:46.394Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2914 | 2024-12-21T05:00:46.931Z | [ host-package] Compiling glob v0.3.1 |
2915 | 2024-12-21T05:00:47.226Z | [ helios-setup] Dec 21 05:00:45.741 INFO E| Finished `release` profile [optimized] target(s) in 4.20s |
2916 | 2024-12-21T05:00:47.236Z | [ helios-setup] Dec 21 05:00:45.751 INFO building project "pinprick" ok (4 seconds) |
2917 | 2024-12-21T05:00:47.236Z | [ helios-setup] Dec 21 05:00:45.752 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2918 | 2024-12-21T05:00:47.236Z | [ helios-setup] Dec 21 05:00:45.752 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2919 | 2024-12-21T05:00:47.608Z | [ helios-setup] Dec 21 05:00:46.123 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2920 | 2024-12-21T05:00:47.772Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2921 | 2024-12-21T05:00:48.157Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2922 | 2024-12-21T05:00:48.632Z | [ helios-setup] Dec 21 05:00:47.147 INFO E| From https://github.com/oxidecomputer/progenitor |
2923 | 2024-12-21T05:00:48.632Z | [ helios-setup] Dec 21 05:00:47.147 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2924 | 2024-12-21T05:00:48.667Z | [ helios-setup] Dec 21 05:00:47.182 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2925 | 2024-12-21T05:00:48.667Z | [ helios-setup] Dec 21 05:00:47.182 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2926 | 2024-12-21T05:00:48.745Z | [ host-package] Compiling csv v1.3.0 |
2927 | 2024-12-21T05:00:48.781Z | [ helios-setup] Dec 21 05:00:47.296 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2928 | 2024-12-21T05:00:49.116Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2929 | 2024-12-21T05:00:49.224Z | [ helios-setup] Dec 21 05:00:47.739 INFO E| From https://github.com/jclulow/hiercmd |
2930 | 2024-12-21T05:00:49.224Z | [ helios-setup] Dec 21 05:00:47.739 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2931 | 2024-12-21T05:00:49.245Z | [ helios-setup] Dec 21 05:00:47.759 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2932 | 2024-12-21T05:00:49.748Z | [ helios-setup] Dec 21 05:00:48.263 INFO E| From https://github.com/jclulow/network-interface |
2933 | 2024-12-21T05:00:49.748Z | [ helios-setup] Dec 21 05:00:48.263 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2934 | 2024-12-21T05:00:49.767Z | [ helios-setup] Dec 21 05:00:48.282 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2935 | 2024-12-21T05:00:50.254Z | [ helios-setup] Dec 21 05:00:48.769 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2936 | 2024-12-21T05:00:50.254Z | [ helios-setup] Dec 21 05:00:48.769 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2937 | 2024-12-21T05:00:50.292Z | [ helios-setup] Dec 21 05:00:48.807 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2938 | 2024-12-21T05:00:51.130Z | [ helios-setup] Dec 21 05:00:49.645 INFO E| From https://github.com/oxidecomputer/facade |
2939 | 2024-12-21T05:00:51.130Z | [ helios-setup] Dec 21 05:00:49.645 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2940 | 2024-12-21T05:00:51.178Z | [ helios-setup] Dec 21 05:00:49.692 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2941 | 2024-12-21T05:00:52.024Z | [ helios-setup] Dec 21 05:00:50.538 INFO E| From https://github.com/oxidecomputer/dropshot |
2942 | 2024-12-21T05:00:52.024Z | [ helios-setup] Dec 21 05:00:50.539 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2943 | 2024-12-21T05:00:52.062Z | [ helios-setup] Dec 21 05:00:50.577 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2944 | 2024-12-21T05:00:52.063Z | [ helios-setup] Dec 21 05:00:50.577 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2945 | 2024-12-21T05:00:52.065Z | [ helios-setup] Dec 21 05:00:50.577 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2946 | 2024-12-21T05:00:52.065Z | [ helios-setup] Dec 21 05:00:50.578 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2947 | 2024-12-21T05:00:52.065Z | [ helios-setup] Dec 21 05:00:50.578 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2948 | 2024-12-21T05:00:52.065Z | [ helios-setup] Dec 21 05:00:50.578 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2949 | 2024-12-21T05:00:52.065Z | [ helios-setup] Dec 21 05:00:50.578 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2950 | 2024-12-21T05:00:52.065Z | [ helios-setup] Dec 21 05:00:50.578 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2951 | 2024-12-21T05:00:52.118Z | [ helios-setup] Dec 21 05:00:50.633 INFO E| Updating crates.io index |
2952 | 2024-12-21T05:00:52.157Z | [ helios-setup] Dec 21 05:00:50.672 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2953 | 2024-12-21T05:00:52.828Z | [ host-package] Compiling nix v0.27.1 |
2954 | 2024-12-21T05:00:53.081Z | [ helios-setup] Dec 21 05:00:51.596 INFO E| From https://github.com/oxidecomputer/typify |
2955 | 2024-12-21T05:00:53.081Z | [ helios-setup] Dec 21 05:00:51.596 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2956 | 2024-12-21T05:00:53.115Z | [ helios-setup] Dec 21 05:00:51.630 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2957 | 2024-12-21T05:00:53.116Z | [ helios-setup] Dec 21 05:00:51.630 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2958 | 2024-12-21T05:00:53.118Z | [ helios-setup] Dec 21 05:00:51.631 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2959 | 2024-12-21T05:00:53.118Z | [ helios-setup] Dec 21 05:00:51.631 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2960 | 2024-12-21T05:00:53.118Z | [ helios-setup] Dec 21 05:00:51.631 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2961 | 2024-12-21T05:00:53.118Z | [ helios-setup] Dec 21 05:00:51.631 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2962 | 2024-12-21T05:00:53.118Z | [ helios-setup] Dec 21 05:00:51.631 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2963 | 2024-12-21T05:00:53.576Z | [ helios-setup] Dec 21 05:00:52.091 INFO E| Downloading crates ... |
2964 | 2024-12-21T05:00:53.737Z | [ helios-setup] Dec 21 05:00:52.251 INFO E| Downloaded async-stream-impl v0.3.5 |
2965 | 2024-12-21T05:00:53.740Z | [ helios-setup] Dec 21 05:00:52.253 INFO E| Downloaded concolor-override v1.0.0 |
2966 | 2024-12-21T05:00:53.778Z | [ helios-setup] Dec 21 05:00:52.292 INFO E| Downloaded project-root v0.2.2 |
2967 | 2024-12-21T05:00:53.780Z | [ helios-setup] Dec 21 05:00:52.294 INFO E| Downloaded futures-sink v0.3.28 |
2968 | 2024-12-21T05:00:53.782Z | [ helios-setup] Dec 21 05:00:52.295 INFO E| Downloaded const-random-macro v0.1.15 |
2969 | 2024-12-21T05:00:53.847Z | [ helios-setup] Dec 21 05:00:52.361 INFO E| Downloaded sha2 v0.10.6 |
2970 | 2024-12-21T05:00:53.851Z | [ helios-setup] Dec 21 05:00:52.366 INFO E| Downloaded serde_path_to_error v0.1.11 |
2971 | 2024-12-21T05:00:53.854Z | [ helios-setup] Dec 21 05:00:52.369 INFO E| Downloaded digest v0.10.6 |
2972 | 2024-12-21T05:00:53.858Z | [ helios-setup] Dec 21 05:00:52.373 INFO E| Downloaded futures-executor v0.3.28 |
2973 | 2024-12-21T05:00:53.861Z | [ helios-setup] Dec 21 05:00:52.376 INFO E| Downloaded serde_yaml v0.9.21 |
2974 | 2024-12-21T05:00:53.869Z | [ helios-setup] Dec 21 05:00:52.384 INFO E| Downloaded slog-async v2.7.0 |
2975 | 2024-12-21T05:00:53.872Z | [ helios-setup] Dec 21 05:00:52.387 INFO E| Downloaded want v0.3.0 |
2976 | 2024-12-21T05:00:53.875Z | [ helios-setup] Dec 21 05:00:52.389 INFO E| Downloaded http-body v0.4.5 |
2977 | 2024-12-21T05:00:53.877Z | [ helios-setup] Dec 21 05:00:52.392 INFO E| Downloaded itoa v1.0.6 |
2978 | 2024-12-21T05:00:53.880Z | [ helios-setup] Dec 21 05:00:52.394 INFO E| Downloaded anstyle v0.3.5 |
2979 | 2024-12-21T05:00:53.883Z | [ helios-setup] Dec 21 05:00:52.397 INFO E| Downloaded try-lock v0.2.4 |
2980 | 2024-12-21T05:00:53.885Z | [ helios-setup] Dec 21 05:00:52.399 INFO E| Downloaded pkg-config v0.3.26 |
2981 | 2024-12-21T05:00:53.888Z | [ helios-setup] Dec 21 05:00:52.402 INFO E| Downloaded tower-service v0.3.2 |
2982 | 2024-12-21T05:00:53.891Z | [ helios-setup] Dec 21 05:00:52.404 INFO E| Downloaded num_cpus v1.15.0 |
2983 | 2024-12-21T05:00:53.894Z | [ helios-setup] Dec 21 05:00:52.408 INFO E| Downloaded smawk v0.3.1 |
2984 | 2024-12-21T05:00:53.897Z | [ helios-setup] Dec 21 05:00:52.411 INFO E| Downloaded futures-core v0.3.28 |
2985 | 2024-12-21T05:00:53.899Z | [ helios-setup] Dec 21 05:00:52.414 INFO E| Downloaded num_enum_derive v0.5.7 |
2986 | 2024-12-21T05:00:53.902Z | [ helios-setup] Dec 21 05:00:52.417 INFO E| Downloaded percent-encoding v2.2.0 |
2987 | 2024-12-21T05:00:53.905Z | [ helios-setup] Dec 21 05:00:52.418 INFO E| Downloaded strsim v0.10.0 |
2988 | 2024-12-21T05:00:53.908Z | [ helios-setup] Dec 21 05:00:52.421 INFO E| Downloaded thiserror v1.0.38 |
2989 | 2024-12-21T05:00:53.917Z | [ helios-setup] Dec 21 05:00:52.428 INFO E| Downloaded toolchain_find v0.2.0 |
2990 | 2024-12-21T05:00:53.917Z | [ helios-setup] Dec 21 05:00:52.430 INFO E| Downloaded signal-hook-registry v1.4.0 |
2991 | 2024-12-21T05:00:53.921Z | [ helios-setup] Dec 21 05:00:52.432 INFO E| Downloaded thiserror-impl v1.0.38 |
2992 | 2024-12-21T05:00:53.921Z | [ helios-setup] Dec 21 05:00:52.434 INFO E| Downloaded proc-macro-crate v1.2.1 |
2993 | 2024-12-21T05:00:53.923Z | [ helios-setup] Dec 21 05:00:52.436 INFO E| Downloaded ahash v0.7.6 |
2994 | 2024-12-21T05:00:53.926Z | [ helios-setup] Dec 21 05:00:52.440 INFO E| Downloaded bincode v1.3.3 |
2995 | 2024-12-21T05:00:53.929Z | [ helios-setup] Dec 21 05:00:52.444 INFO E| Downloaded schemars_derive v0.8.12 |
2996 | 2024-12-21T05:00:53.932Z | [ helios-setup] Dec 21 05:00:52.446 INFO E| Downloaded ipnet v2.7.2 |
2997 | 2024-12-21T05:00:53.934Z | [ helios-setup] Dec 21 05:00:52.449 INFO E| Downloaded semver v0.11.0 |
2998 | 2024-12-21T05:00:53.937Z | [ helios-setup] Dec 21 05:00:52.452 INFO E| Downloaded parking_lot_core v0.9.6 |
2999 | 2024-12-21T05:00:53.941Z | [ helios-setup] Dec 21 05:00:52.456 INFO E| Downloaded terminal_size v0.2.6 |
3000 | 2024-12-21T05:00:53.944Z | [ helios-setup] Dec 21 05:00:52.458 INFO E| Downloaded semver-parser v0.10.2 |
3001 | 2024-12-21T05:00:53.947Z | [ helios-setup] Dec 21 05:00:52.462 INFO E| Downloaded jobserver v0.1.26 |
3002 | 2024-12-21T05:00:53.950Z | [ helios-setup] Dec 21 05:00:52.465 INFO E| Downloaded time v0.1.45 |
3003 | 2024-12-21T05:00:53.953Z | [ helios-setup] Dec 21 05:00:52.468 INFO E| Downloaded io-lifetimes v1.0.10 |
3004 | 2024-12-21T05:00:53.958Z | [ helios-setup] Dec 21 05:00:52.473 INFO E| Downloaded tokio-rustls v0.24.0 |
3005 | 2024-12-21T05:00:53.962Z | [ helios-setup] Dec 21 05:00:52.476 INFO E| Downloaded tokio-tungstenite v0.18.0 |
3006 | 2024-12-21T05:00:53.966Z | [ helios-setup] Dec 21 05:00:52.481 INFO E| Downloaded semver v1.0.17 |
3007 | 2024-12-21T05:00:53.970Z | [ helios-setup] Dec 21 05:00:52.485 INFO E| Downloaded iana-time-zone v0.1.56 |
3008 | 2024-12-21T05:00:53.975Z | [ helios-setup] Dec 21 05:00:52.489 INFO E| Downloaded tinyvec v1.6.0 |
3009 | 2024-12-21T05:00:53.980Z | [ helios-setup] Dec 21 05:00:52.495 INFO E| Downloaded socket2 v0.4.9 |
3010 | 2024-12-21T05:00:53.989Z | [ helios-setup] Dec 21 05:00:52.504 INFO E| Downloaded schemars v0.8.12 |
3011 | 2024-12-21T05:00:54.009Z | [ helios-setup] Dec 21 05:00:52.524 INFO E| Downloaded ryu v1.0.13 |
3012 | 2024-12-21T05:00:54.015Z | [ helios-setup] Dec 21 05:00:52.529 INFO E| Downloaded unsafe-libyaml v0.2.8 |
3013 | 2024-12-21T05:00:54.020Z | [ helios-setup] Dec 21 05:00:52.535 INFO E| Downloaded clap v4.2.1 |
3014 | 2024-12-21T05:00:54.035Z | [ helios-setup] Dec 21 05:00:52.550 INFO E| Downloaded serde v1.0.204 |
3015 | 2024-12-21T05:00:54.041Z | [ helios-setup] Dec 21 05:00:52.556 INFO E| Downloaded unicode-linebreak v0.1.4 |
3016 | 2024-12-21T05:00:54.045Z | [ helios-setup] Dec 21 05:00:52.559 INFO E| Downloaded bytes v1.4.0 |
3017 | 2024-12-21T05:00:54.051Z | [ helios-setup] Dec 21 05:00:52.565 INFO E| Downloaded toml_edit v0.19.8 |
3018 | 2024-12-21T05:00:54.079Z | [ helios-setup] Dec 21 05:00:52.593 INFO E| Downloaded winnow v0.4.1 |
3019 | 2024-12-21T05:00:54.089Z | [ helios-setup] Dec 21 05:00:52.604 INFO E| Downloaded rayon-core v1.10.2 |
3020 | 2024-12-21T05:00:54.095Z | [ helios-setup] Dec 21 05:00:52.609 INFO E| Downloaded unicode-normalization v0.1.22 |
3021 | 2024-12-21T05:00:54.100Z | [ helios-setup] Dec 21 05:00:52.615 INFO E| Downloaded rustls-webpki v0.100.1 |
3022 | 2024-12-21T05:00:54.111Z | [ helios-setup] Dec 21 05:00:52.625 INFO E| Downloaded serde_derive v1.0.204 |
3023 | 2024-12-21T05:00:54.115Z | [ helios-setup] Dec 21 05:00:52.629 INFO E| Downloaded mio v0.8.5 |
3024 | 2024-12-21T05:00:54.128Z | [ helios-setup] Dec 21 05:00:52.643 INFO E| Downloaded pest v2.5.7 |
3025 | 2024-12-21T05:00:54.136Z | [ helios-setup] Dec 21 05:00:52.650 INFO E| Downloaded crossbeam-channel v0.5.6 |
3026 | 2024-12-21T05:00:54.143Z | [ helios-setup] Dec 21 05:00:52.658 INFO E| Downloaded http v0.2.9 |
3027 | 2024-12-21T05:00:54.150Z | [ helios-setup] Dec 21 05:00:52.665 INFO E| Downloaded syn v2.0.72 |
3028 | 2024-12-21T05:00:54.190Z | [ helios-setup] Dec 21 05:00:52.704 INFO E| Downloaded syn v1.0.107 |
3029 | 2024-12-21T05:00:54.208Z | [ helios-setup] Dec 21 05:00:52.722 INFO E| Downloaded reqwest v0.11.16 |
3030 | 2024-12-21T05:00:54.222Z | [ helios-setup] Dec 21 05:00:52.736 INFO E| Downloaded futures-util v0.3.28 |
3031 | 2024-12-21T05:00:54.245Z | [ helios-setup] Dec 21 05:00:52.759 INFO E| Downloaded serde_json v1.0.95 |
3032 | 2024-12-21T05:00:54.257Z | [ helios-setup] Dec 21 05:00:52.771 INFO E| Downloaded h2 v0.3.16 |
3033 | 2024-12-21T05:00:54.270Z | [ helios-setup] Dec 21 05:00:52.784 INFO E| Downloaded rayon v1.6.1 |
3034 | 2024-12-21T05:00:54.285Z | [ helios-setup] Dec 21 05:00:52.800 INFO E| Downloaded clap_builder v4.2.1 |
3035 | 2024-12-21T05:00:54.298Z | [ helios-setup] Dec 21 05:00:52.812 INFO E| Downloaded hyper v0.14.25 |
3036 | 2024-12-21T05:00:54.315Z | [ helios-setup] Dec 21 05:00:52.828 INFO E| Downloaded regress v0.5.0 |
3037 | 2024-12-21T05:00:54.332Z | [ helios-setup] Dec 21 05:00:52.846 INFO E| Downloaded regex v1.7.3 |
3038 | 2024-12-21T05:00:54.346Z | [ helios-setup] Dec 21 05:00:52.861 INFO E| Downloaded rustls v0.21.0 |
3039 | 2024-12-21T05:00:54.365Z | [ helios-setup] Dec 21 05:00:52.880 INFO E| Downloaded git2 v0.16.1 |
3040 | 2024-12-21T05:00:54.379Z | [ helios-setup] Dec 21 05:00:52.893 INFO E| Downloaded rustix v0.37.3 |
3041 | 2024-12-21T05:00:54.434Z | [ helios-setup] Dec 21 05:00:52.948 INFO E| Downloaded chrono v0.4.24 |
3042 | 2024-12-21T05:00:54.444Z | [ helios-setup] Dec 21 05:00:52.959 INFO E| Downloaded rhai v1.14.0 |
3043 | 2024-12-21T05:00:54.461Z | [ helios-setup] Dec 21 05:00:52.976 INFO E| Downloaded futures v0.3.28 |
3044 | 2024-12-21T05:00:54.468Z | [ helios-setup] Dec 21 05:00:52.983 INFO E| Downloaded tracing v0.1.37 |
3045 | 2024-12-21T05:00:54.475Z | [ helios-setup] Dec 21 05:00:52.990 INFO E| Downloaded openapiv3 v1.0.2 |
3046 | 2024-12-21T05:00:54.495Z | [ helios-setup] Dec 21 05:00:53.010 INFO E| Downloaded tokio-util v0.7.7 |
3047 | 2024-12-21T05:00:54.505Z | [ helios-setup] Dec 21 05:00:53.020 INFO E| Downloaded once_cell v1.17.0 |
3048 | 2024-12-21T05:00:54.509Z | [ helios-setup] Dec 21 05:00:53.024 INFO E| Downloaded memchr v2.5.0 |
3049 | 2024-12-21T05:00:54.515Z | [ helios-setup] Dec 21 05:00:53.030 INFO E| Downloaded tokio v1.27.0 |
3050 | 2024-12-21T05:00:54.563Z | [ helios-setup] Dec 21 05:00:53.078 INFO E| Downloaded url v2.3.1 |
3051 | 2024-12-21T05:00:54.568Z | [ helios-setup] Dec 21 05:00:53.082 INFO E| Downloaded tracing-core v0.1.30 |
3052 | 2024-12-21T05:00:54.572Z | [ helios-setup] Dec 21 05:00:53.087 INFO E| Downloaded cc v1.0.78 |
3053 | 2024-12-21T05:00:54.576Z | [ helios-setup] Dec 21 05:00:53.091 INFO E| Downloaded base64 v0.21.0 |
3054 | 2024-12-21T05:00:54.582Z | [ helios-setup] Dec 21 05:00:53.096 INFO E| Downloaded uuid v1.3.0 |
3055 | 2024-12-21T05:00:54.589Z | [ helios-setup] Dec 21 05:00:53.103 INFO E| Downloaded unicode-ident v1.0.8 |
3056 | 2024-12-21T05:00:54.593Z | [ helios-setup] Dec 21 05:00:53.108 INFO E| Downloaded ucd-trie v0.1.5 |
3057 | 2024-12-21T05:00:54.596Z | [ helios-setup] Dec 21 05:00:53.111 INFO E| Downloaded toml v0.7.3 |
3058 | 2024-12-21T05:00:54.601Z | [ helios-setup] Dec 21 05:00:53.116 INFO E| Downloaded quote v1.0.36 |
3059 | 2024-12-21T05:00:54.606Z | [ helios-setup] Dec 21 05:00:53.120 INFO E| Downloaded num-traits v0.2.15 |
3060 | 2024-12-21T05:00:54.634Z | [ helios-setup] Dec 21 05:00:53.148 INFO E| Downloaded async-trait v0.1.68 |
3061 | 2024-12-21T05:00:54.638Z | [ helios-setup] Dec 21 05:00:53.153 INFO E| Downloaded unicode-bidi v0.3.13 |
3062 | 2024-12-21T05:00:54.641Z | [ helios-setup] Dec 21 05:00:53.156 INFO E| Downloaded tungstenite v0.18.0 |
3063 | 2024-12-21T05:00:54.649Z | [ helios-setup] Dec 21 05:00:53.160 INFO E| Downloaded serde_derive_internals v0.26.0 |
3064 | 2024-12-21T05:00:54.649Z | [ helios-setup] Dec 21 05:00:53.163 INFO E| Downloaded pin-project-lite v0.2.9 |
3065 | 2024-12-21T05:00:54.662Z | [ helios-setup] Dec 21 05:00:53.176 INFO E| Downloaded parking_lot v0.12.1 |
3066 | 2024-12-21T05:00:54.666Z | [ helios-setup] Dec 21 05:00:53.180 INFO E| Downloaded libc v0.2.139 |
3067 | 2024-12-21T05:00:54.705Z | [ helios-setup] Dec 21 05:00:53.220 INFO E| Downloaded crossbeam-epoch v0.9.13 |
3068 | 2024-12-21T05:00:54.710Z | [ helios-setup] Dec 21 05:00:53.224 INFO E| Downloaded textwrap v0.16.0 |
3069 | 2024-12-21T05:00:54.715Z | [ helios-setup] Dec 21 05:00:53.230 INFO E| Downloaded crossbeam-utils v0.8.14 |
3070 | 2024-12-21T05:00:54.719Z | [ helios-setup] Dec 21 05:00:53.234 INFO E| Downloaded clap_derive v4.2.0 |
3071 | 2024-12-21T05:00:54.723Z | [ helios-setup] Dec 21 05:00:53.238 INFO E| Downloaded anyhow v1.0.68 |
3072 | 2024-12-21T05:00:54.729Z | [ helios-setup] Dec 21 05:00:53.243 INFO E| Downloaded ahash v0.8.3 |
3073 | 2024-12-21T05:00:54.733Z | [ helios-setup] Dec 21 05:00:53.248 INFO E| Downloaded sct v0.7.0 |
3074 | 2024-12-21T05:00:54.738Z | [ helios-setup] Dec 21 05:00:53.253 INFO E| Downloaded rhai_codegen v1.5.0 |
3075 | 2024-12-21T05:00:54.750Z | [ helios-setup] Dec 21 05:00:53.265 INFO E| Downloaded lock_api v0.4.9 |
3076 | 2024-12-21T05:00:54.753Z | [ helios-setup] Dec 21 05:00:53.267 INFO E| Downloaded futures-channel v0.3.28 |
3077 | 2024-12-21T05:00:54.755Z | [ helios-setup] Dec 21 05:00:53.269 INFO E| Downloaded log v0.4.17 |
3078 | 2024-12-21T05:00:54.761Z | [ helios-setup] Dec 21 05:00:53.273 INFO E| Downloaded getrandom v0.2.8 |
3079 | 2024-12-21T05:00:54.764Z | [ helios-setup] Dec 21 05:00:53.277 INFO E| Downloaded camino v1.1.4 |
3080 | 2024-12-21T05:00:54.766Z | [ helios-setup] Dec 21 05:00:53.280 INFO E| Downloaded tempfile v3.5.0 |
3081 | 2024-12-21T05:00:54.769Z | [ helios-setup] Dec 21 05:00:53.283 INFO E| Downloaded smartstring v1.0.1 |
3082 | 2024-12-21T05:00:54.773Z | [ helios-setup] Dec 21 05:00:53.287 INFO E| Downloaded smallvec v1.10.0 |
3083 | 2024-12-21T05:00:54.775Z | [ helios-setup] Dec 21 05:00:53.290 INFO E| Downloaded scopeguard v1.1.0 |
3084 | 2024-12-21T05:00:54.778Z | [ helios-setup] Dec 21 05:00:53.291 INFO E| Downloaded httparse v1.8.0 |
3085 | 2024-12-21T05:00:54.781Z | [ helios-setup] Dec 21 05:00:53.294 INFO E| Downloaded toml_datetime v0.6.1 |
3086 | 2024-12-21T05:00:54.785Z | [ helios-setup] Dec 21 05:00:53.296 INFO E| Downloaded utf8parse v0.2.1 |
3087 | 2024-12-21T05:00:54.785Z | [ helios-setup] Dec 21 05:00:53.297 INFO E| Downloaded cargo-lock v8.0.3 |
3088 | 2024-12-21T05:00:54.788Z | [ helios-setup] Dec 21 05:00:53.301 INFO E| Downloaded built v0.6.0 |
3089 | 2024-12-21T05:00:54.791Z | [ helios-setup] Dec 21 05:00:53.303 INFO E| Downloaded tokio-macros v2.0.0 |
3090 | 2024-12-21T05:00:54.791Z | [ helios-setup] Dec 21 05:00:53.304 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
3091 | 2024-12-21T05:00:54.795Z | [ helios-setup] Dec 21 05:00:53.306 INFO E| Downloaded lazy_static v1.4.0 |
3092 | 2024-12-21T05:00:54.795Z | [ helios-setup] Dec 21 05:00:53.308 INFO E| Downloaded is-terminal v0.4.7 |
3093 | 2024-12-21T05:00:54.798Z | [ helios-setup] Dec 21 05:00:53.309 INFO E| Downloaded const-random v0.1.15 |
3094 | 2024-12-21T05:00:54.798Z | [ helios-setup] Dec 21 05:00:53.311 INFO E| Downloaded slog-bunyan v2.4.0 |
3095 | 2024-12-21T05:00:54.801Z | [ helios-setup] Dec 21 05:00:53.313 INFO E| Downloaded num-integer v0.1.45 |
3096 | 2024-12-21T05:00:54.804Z | [ helios-setup] Dec 21 05:00:53.316 INFO E| Downloaded ppv-lite86 v0.2.17 |
3097 | 2024-12-21T05:00:54.804Z | [ helios-setup] Dec 21 05:00:53.318 INFO E| Downloaded paste v1.0.12 |
3098 | 2024-12-21T05:00:54.810Z | [ helios-setup] Dec 21 05:00:53.324 INFO E| Downloaded httpdate v1.0.2 |
3099 | 2024-12-21T05:00:54.814Z | [ helios-setup] Dec 21 05:00:53.326 INFO E| Downloaded aho-corasick v0.7.20 |
3100 | 2024-12-21T05:00:54.822Z | [ helios-setup] Dec 21 05:00:53.336 INFO E| Downloaded home v0.5.4 |
3101 | 2024-12-21T05:00:54.825Z | [ helios-setup] Dec 21 05:00:53.338 INFO E| Downloaded num_enum v0.5.7 |
3102 | 2024-12-21T05:00:54.830Z | [ helios-setup] Dec 21 05:00:53.344 INFO E| Downloaded memoffset v0.7.1 |
3103 | 2024-12-21T05:00:54.833Z | [ helios-setup] Dec 21 05:00:53.346 INFO E| Downloaded dyn-clone v1.0.11 |
3104 | 2024-12-21T05:00:54.837Z | [ helios-setup] Dec 21 05:00:53.349 INFO E| Downloaded crossbeam-deque v0.8.2 |
3105 | 2024-12-21T05:00:54.840Z | [ helios-setup] Dec 21 05:00:53.351 INFO E| Downloaded slab v0.4.7 |
3106 | 2024-12-21T05:00:54.840Z | [ helios-setup] Dec 21 05:00:53.353 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
3107 | 2024-12-21T05:00:54.842Z | [ helios-setup] Dec 21 05:00:53.357 INFO E| Downloaded futures-macro v0.3.28 |
3108 | 2024-12-21T05:00:54.847Z | [ helios-setup] Dec 21 05:00:53.358 INFO E| Downloaded fastrand v1.9.0 |
3109 | 2024-12-21T05:00:54.849Z | [ helios-setup] Dec 21 05:00:53.361 INFO E| Downloaded concolor-query v0.3.3 |
3110 | 2024-12-21T05:00:54.852Z | [ helios-setup] Dec 21 05:00:53.364 INFO E| Downloaded clap_lex v0.4.1 |
3111 | 2024-12-21T05:00:54.852Z | [ helios-setup] Dec 21 05:00:53.366 INFO E| Downloaded anstyle-parse v0.1.1 |
3112 | 2024-12-21T05:00:54.855Z | [ helios-setup] Dec 21 05:00:53.368 INFO E| Downloaded rustls-pemfile v1.0.2 |
3113 | 2024-12-21T05:00:54.861Z | [ helios-setup] Dec 21 05:00:53.371 INFO E| Downloaded autocfg v1.1.0 |
3114 | 2024-12-21T05:00:54.861Z | [ helios-setup] Dec 21 05:00:53.373 INFO E| Downloaded async-stream v0.3.5 |
3115 | 2024-12-21T05:00:54.863Z | [ helios-setup] Dec 21 05:00:53.376 INFO E| Downloaded anstream v0.2.6 |
3116 | 2024-12-21T05:00:54.867Z | [ helios-setup] Dec 21 05:00:53.379 INFO E| Downloaded encoding_rs v0.8.32 |
3117 | 2024-12-21T05:00:54.915Z | [ helios-setup] Dec 21 05:00:53.429 INFO E| Downloaded sha1 v0.10.5 |
3118 | 2024-12-21T05:00:54.918Z | [ helios-setup] Dec 21 05:00:53.431 INFO E| Downloaded serde_tokenstream v0.2.0 |
3119 | 2024-12-21T05:00:54.921Z | [ helios-setup] Dec 21 05:00:53.436 INFO E| Downloaded serde_spanned v0.6.1 |
3120 | 2024-12-21T05:00:54.924Z | [ helios-setup] Dec 21 05:00:53.437 INFO E| Downloaded futures-task v0.3.28 |
3121 | 2024-12-21T05:00:54.927Z | [ helios-setup] Dec 21 05:00:53.439 INFO E| Downloaded futures-io v0.3.28 |
3122 | 2024-12-21T05:00:54.927Z | [ helios-setup] Dec 21 05:00:53.440 INFO E| Downloaded form_urlencoded v1.1.0 |
3123 | 2024-12-21T05:00:54.927Z | [ helios-setup] Dec 21 05:00:53.442 INFO E| Downloaded either v1.8.0 |
3124 | 2024-12-21T05:00:54.930Z | [ helios-setup] Dec 21 05:00:53.443 INFO E| Downloaded byteorder v1.4.3 |
3125 | 2024-12-21T05:00:54.972Z | [ helios-setup] Dec 21 05:00:53.486 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
3126 | 2024-12-21T05:00:55.153Z | [ helios-setup] Dec 21 05:00:53.667 INFO E| Downloaded libz-sys v1.1.8 |
3127 | 2024-12-21T05:00:55.579Z | [ helios-setup] Dec 21 05:00:54.093 INFO E| Compiling proc-macro2 v1.0.86 |
3128 | 2024-12-21T05:00:55.583Z | [ helios-setup] Dec 21 05:00:54.093 INFO E| Compiling libc v0.2.139 |
3129 | 2024-12-21T05:00:55.583Z | [ helios-setup] Dec 21 05:00:54.094 INFO E| Compiling unicode-ident v1.0.8 |
3130 | 2024-12-21T05:00:55.583Z | [ helios-setup] Dec 21 05:00:54.094 INFO E| Compiling autocfg v1.1.0 |
3131 | 2024-12-21T05:00:55.583Z | [ helios-setup] Dec 21 05:00:54.094 INFO E| Compiling cfg-if v1.0.0 |
3132 | 2024-12-21T05:00:55.583Z | [ helios-setup] Dec 21 05:00:54.094 INFO E| Compiling version_check v0.9.4 |
3133 | 2024-12-21T05:00:55.583Z | [ helios-setup] Dec 21 05:00:54.094 INFO E| Compiling serde v1.0.204 |
3134 | 2024-12-21T05:00:55.583Z | [ helios-setup] Dec 21 05:00:54.094 INFO E| Compiling syn v1.0.107 |
3135 | 2024-12-21T05:00:55.971Z | [ helios-setup] Dec 21 05:00:54.485 INFO E| Compiling memchr v2.5.0 |
3136 | 2024-12-21T05:00:56.117Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3137 | 2024-12-21T05:00:56.524Z | [ helios-setup] Dec 21 05:00:55.038 INFO E| Compiling once_cell v1.17.0 |
3138 | 2024-12-21T05:00:57.153Z | [ helios-setup] Dec 21 05:00:55.667 INFO E| Compiling log v0.4.17 |
3139 | 2024-12-21T05:00:57.218Z | [ helios-setup] Dec 21 05:00:55.733 INFO E| Compiling thiserror v1.0.38 |
3140 | 2024-12-21T05:00:57.872Z | [ helios-setup] Dec 21 05:00:56.386 INFO E| Compiling serde_json v1.0.95 |
3141 | 2024-12-21T05:00:58.184Z | [ helios-setup] Dec 21 05:00:56.698 INFO E| Compiling itoa v1.0.6 |
3142 | 2024-12-21T05:00:58.533Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3143 | 2024-12-21T05:00:58.978Z | [ helios-setup] Dec 21 05:00:57.492 INFO E| Compiling getrandom v0.2.8 |
3144 | 2024-12-21T05:00:59.550Z | [ helios-setup] Dec 21 05:00:58.064 INFO E| Compiling indexmap v1.9.3 |
3145 | 2024-12-21T05:00:59.717Z | [ helios-setup] Dec 21 05:00:58.230 INFO E| Compiling pin-project-lite v0.2.9 |
3146 | 2024-12-21T05:01:00.131Z | [ helios-setup] Dec 21 05:00:58.645 INFO E| Compiling quote v1.0.36 |
3147 | 2024-12-21T05:01:00.175Z | [ helios-setup] Dec 21 05:00:58.689 INFO E| Compiling jobserver v0.1.26 |
3148 | 2024-12-21T05:01:00.363Z | [ helios-setup] Dec 21 05:00:58.876 INFO E| Compiling scopeguard v1.1.0 |
3149 | 2024-12-21T05:01:00.443Z | [ helios-setup] Dec 21 05:00:58.956 INFO E| Compiling num-integer v0.1.45 |
3150 | 2024-12-21T05:01:00.811Z | [ helios-setup] Dec 21 05:00:59.324 INFO E| Compiling cc v1.0.78 |
3151 | 2024-12-21T05:01:00.881Z | [ helios-setup] Dec 21 05:00:59.394 INFO E| Compiling futures-core v0.3.28 |
3152 | 2024-12-21T05:01:00.953Z | [ helios-setup] Dec 21 05:00:59.467 INFO E| Compiling bytes v1.4.0 |
3153 | 2024-12-21T05:01:01.074Z | [ helios-setup] Dec 21 05:00:59.587 INFO E| Compiling syn v2.0.72 |
3154 | 2024-12-21T05:01:01.937Z | [ helios-setup] Dec 21 05:01:00.450 INFO E| Compiling ryu v1.0.13 |
3155 | 2024-12-21T05:01:02.911Z | [ helios-setup] Dec 21 05:01:01.425 INFO E| Compiling lock_api v0.4.9 |
3156 | 2024-12-21T05:01:03.251Z | [ helios-setup] Dec 21 05:01:01.765 INFO E| Compiling bitflags v1.3.2 |
3157 | 2024-12-21T05:01:03.369Z | [ helios-setup] Dec 21 05:01:01.883 INFO E| Compiling typenum v1.16.0 |
3158 | 2024-12-21T05:01:03.434Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3159 | 2024-12-21T05:01:03.750Z | [ helios-setup] Dec 21 05:01:02.263 INFO E| Compiling parking_lot_core v0.9.6 |
3160 | 2024-12-21T05:01:04.136Z | [ helios-setup] Dec 21 05:01:02.650 INFO E| Compiling num_cpus v1.15.0 |
3161 | 2024-12-21T05:01:04.263Z | [ helios-setup] Dec 21 05:01:02.777 INFO E| Compiling slab v0.4.7 |
3162 | 2024-12-21T05:01:04.415Z | [ helios-setup] Dec 21 05:01:02.928 INFO E| Compiling generic-array v0.14.6 |
3163 | 2024-12-21T05:01:04.469Z | [ helios-setup] Dec 21 05:01:02.982 INFO E| Compiling futures-channel v0.3.28 |
3164 | 2024-12-21T05:01:05.111Z | [ helios-setup] Dec 21 05:01:03.625 INFO E| Compiling futures-sink v0.3.28 |
3165 | 2024-12-21T05:01:05.260Z | [ helios-setup] Dec 21 05:01:03.773 INFO E| Compiling futures-task v0.3.28 |
3166 | 2024-12-21T05:01:05.464Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3167 | 2024-12-21T05:01:05.623Z | [ helios-setup] Dec 21 05:01:04.136 INFO E| Compiling tokio v1.27.0 |
3168 | 2024-12-21T05:01:05.686Z | [ helios-setup] Dec 21 05:01:04.199 INFO E| Compiling futures-util v0.3.28 |
3169 | 2024-12-21T05:01:05.885Z | [ helios-setup] Dec 21 05:01:04.399 INFO E| Compiling schemars v0.8.12 |
3170 | 2024-12-21T05:01:06.540Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3171 | 2024-12-21T05:01:06.853Z | [ helios-setup] Dec 21 05:01:05.366 INFO E| Compiling mio v0.8.5 |
3172 | 2024-12-21T05:01:06.996Z | [ helios-setup] Dec 21 05:01:05.509 INFO E| Compiling signal-hook-registry v1.4.0 |
3173 | 2024-12-21T05:01:06.999Z | [ helios-setup] Dec 21 05:01:05.510 INFO E| Compiling socket2 v0.4.9 |
3174 | 2024-12-21T05:01:07.983Z | [ helios-setup] Dec 21 05:01:06.179 INFO E| Compiling num-traits v0.2.15 |
3175 | 2024-12-21T05:01:07.986Z | [ helios-setup] Dec 21 05:01:06.373 INFO E| Compiling ahash v0.7.6 |
3176 | 2024-12-21T05:01:08.448Z | [ helios-setup] Dec 21 05:01:06.961 INFO E| Compiling pin-utils v0.1.0 |
3177 | 2024-12-21T05:01:08.797Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
3178 | 2024-12-21T05:01:08.871Z | [ helios-setup] Dec 21 05:01:07.384 INFO E| Compiling crunchy v0.2.2 |
3179 | 2024-12-21T05:01:08.936Z | [ helios-setup] Dec 21 05:01:07.448 INFO E| Compiling futures-io v0.3.28 |
3180 | 2024-12-21T05:01:09.917Z | [ helios-setup] Dec 21 05:01:08.430 INFO E| Compiling io-lifetimes v1.0.10 |
3181 | 2024-12-21T05:01:10.692Z | [ helios-setup] Dec 21 05:01:09.205 INFO E| Compiling ahash v0.8.3 |
3182 | 2024-12-21T05:01:11.123Z | [ helios-setup] Dec 21 05:01:09.636 INFO E| Compiling hashbrown v0.12.3 |
3183 | 2024-12-21T05:01:11.706Z | [ helios-setup] Dec 21 05:01:10.219 INFO E| Compiling tiny-keccak v2.0.2 |
3184 | 2024-12-21T05:01:11.813Z | [ helios-setup] Dec 21 05:01:10.320 INFO E| Compiling rustix v0.37.3 |
3185 | 2024-12-21T05:01:12.114Z | [ helios-setup] Dec 21 05:01:10.627 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3186 | 2024-12-21T05:01:12.817Z | [ helios-setup] Dec 21 05:01:11.327 INFO E| Compiling block-buffer v0.10.3 |
3187 | 2024-12-21T05:01:12.982Z | [ helios-setup] Dec 21 05:01:11.494 INFO E| Compiling crypto-common v0.1.6 |
3188 | 2024-12-21T05:01:13.523Z | [ helios-setup] Dec 21 05:01:12.035 INFO E| Compiling serde_derive_internals v0.26.0 |
3189 | 2024-12-21T05:01:14.314Z | [ helios-setup] Dec 21 05:01:12.826 INFO E| Compiling errno v0.3.1 |
3190 | 2024-12-21T05:01:14.815Z | [ helios-setup] Dec 21 05:01:13.327 INFO E| Compiling fnv v1.0.7 |
3191 | 2024-12-21T05:01:15.099Z | [ helios-setup] Dec 21 05:01:13.611 INFO E| Compiling crossbeam-utils v0.8.14 |
3192 | 2024-12-21T05:01:15.232Z | [ helios-setup] Dec 21 05:01:13.744 INFO E| Compiling slog v2.7.0 |
3193 | 2024-12-21T05:01:15.485Z | [ helios-setup] Dec 21 05:01:13.997 INFO E| Compiling pkg-config v0.3.26 |
3194 | 2024-12-21T05:01:16.176Z | [ helios-setup] Dec 21 05:01:14.688 INFO E| Compiling http v0.2.9 |
3195 | 2024-12-21T05:01:16.796Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3196 | 2024-12-21T05:01:17.333Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3197 | 2024-12-21T05:01:18.783Z | [ helios-setup] Dec 21 05:01:17.294 INFO E| Compiling digest v0.10.6 |
3198 | 2024-12-21T05:01:19.574Z | [ helios-setup] Dec 21 05:01:18.086 INFO E| Compiling aho-corasick v0.7.20 |
3199 | 2024-12-21T05:01:19.953Z | [ helios-setup] Dec 21 05:01:18.464 INFO E| Compiling tinyvec_macros v0.1.1 |
3200 | 2024-12-21T05:01:20.296Z | [ helios-setup] Dec 21 05:01:18.807 INFO E| Compiling regex-syntax v0.6.29 |
3201 | 2024-12-21T05:01:21.981Z | [ helios-setup] Dec 21 05:01:20.492 INFO E| Compiling heck v0.4.1 |
3202 | 2024-12-21T05:01:22.036Z | [ helios-setup] Dec 21 05:01:20.548 INFO E| Compiling httparse v1.8.0 |
3203 | 2024-12-21T05:01:22.109Z | [ helios-setup] Dec 21 05:01:20.620 INFO E| Compiling cpufeatures v0.2.5 |
3204 | 2024-12-21T05:01:22.513Z | [ helios-setup] Dec 21 05:01:21.024 INFO E| Compiling percent-encoding v2.2.0 |
3205 | 2024-12-21T05:01:22.921Z | [ helios-setup] Dec 21 05:01:21.432 INFO E| Compiling anyhow v1.0.68 |
3206 | 2024-12-21T05:01:22.956Z | [ helios-setup] Dec 21 05:01:21.468 INFO E| Compiling unicode-width v0.1.10 |
3207 | 2024-12-21T05:01:23.510Z | [ helios-setup] Dec 21 05:01:22.021 INFO E| Compiling form_urlencoded v1.1.0 |
3208 | 2024-12-21T05:01:23.766Z | [ helios-setup] Dec 21 05:01:22.278 INFO E| Compiling thiserror-impl v1.0.38 |
3209 | 2024-12-21T05:01:23.879Z | [ helios-setup] Dec 21 05:01:22.380 INFO E| Compiling schemars_derive v0.8.12 |
3210 | 2024-12-21T05:01:24.153Z | [ helios-setup] Dec 21 05:01:22.665 INFO E| Compiling hashbrown v0.13.2 |
3211 | 2024-12-21T05:01:24.565Z | [ helios-setup] Dec 21 05:01:23.076 INFO E| Compiling tinyvec v1.6.0 |
3212 | 2024-12-21T05:01:25.069Z | [ helios-setup] Dec 21 05:01:23.580 INFO E| Compiling const-random-macro v0.1.15 |
3213 | 2024-12-21T05:01:25.166Z | [ helios-setup] Dec 21 05:01:23.677 INFO E| Compiling serde_derive v1.0.204 |
3214 | 2024-12-21T05:01:25.542Z | [ helios-setup] Dec 21 05:01:24.053 INFO E| Compiling tokio-macros v2.0.0 |
3215 | 2024-12-21T05:01:26.803Z | [ helios-setup] Dec 21 05:01:25.314 INFO E| Compiling futures-macro v0.3.28 |
3216 | 2024-12-21T05:01:27.524Z | [ helios-setup] Dec 21 05:01:26.035 INFO E| Compiling regex v1.7.3 |
3217 | 2024-12-21T05:01:28.559Z | [ helios-setup] Dec 21 05:01:27.070 INFO E| Compiling chrono v0.4.24 |
3218 | 2024-12-21T05:01:30.424Z | [ helios-setup] Dec 21 05:01:28.935 INFO E| Compiling libz-sys v1.1.8 |
3219 | 2024-12-21T05:01:30.588Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3220 | 2024-12-21T05:01:30.900Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3221 | 2024-12-21T05:01:31.232Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3222 | 2024-12-21T05:01:31.913Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3223 | 2024-12-21T05:01:32.102Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3224 | 2024-12-21T05:01:32.284Z | [ helios-setup] Dec 21 05:01:30.794 INFO E| Compiling dyn-clone v1.0.11 |
3225 | 2024-12-21T05:01:32.820Z | [ helios-setup] Dec 21 05:01:31.330 INFO E| Compiling uuid v1.3.0 |
3226 | 2024-12-21T05:01:33.172Z | [ helios-setup] Dec 21 05:01:31.683 INFO E| Compiling unicode-normalization v0.1.22 |
3227 | 2024-12-21T05:01:34.162Z | [ helios-setup] Dec 21 05:01:32.672 INFO E| Compiling const-random v0.1.15 |
3228 | 2024-12-21T05:01:34.289Z | [ helios-setup] Dec 21 05:01:32.799 INFO E| Compiling regress v0.5.0 |
3229 | 2024-12-21T05:01:35.605Z | [ helios-setup] Dec 21 05:01:34.115 INFO E| Compiling getopts v0.2.21 |
3230 | 2024-12-21T05:01:36.732Z | [ helios-setup] Dec 21 05:01:35.242 INFO E| Compiling tracing-core v0.1.30 |
3231 | 2024-12-21T05:01:37.005Z | [ helios-setup] Dec 21 05:01:35.514 INFO E| Compiling memoffset v0.7.1 |
3232 | 2024-12-21T05:01:37.351Z | [ helios-setup] Dec 21 05:01:35.861 INFO E| Compiling unicode-bidi v0.3.13 |
3233 | 2024-12-21T05:01:37.629Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3234 | 2024-12-21T05:01:37.722Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3235 | 2024-12-21T05:01:37.978Z | [ host-package] Compiling hashlink v0.9.1 |
3236 | 2024-12-21T05:01:38.933Z | [ host-package] Compiling tungstenite v0.23.0 |
3237 | 2024-12-21T05:01:39.132Z | [ host-package] Compiling base64 v0.13.1 |
3238 | 2024-12-21T05:01:39.183Z | [ helios-setup] Dec 21 05:01:37.693 INFO E| Compiling ucd-trie v0.1.5 |
3239 | 2024-12-21T05:01:39.544Z | [ helios-setup] Dec 21 05:01:38.053 INFO E| Compiling num-conv v0.1.0 |
3240 | 2024-12-21T05:01:39.587Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3241 | 2024-12-21T05:01:40.160Z | [ helios-setup] Dec 21 05:01:38.670 INFO E| Compiling powerfmt v0.2.0 |
3242 | 2024-12-21T05:01:40.922Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3243 | 2024-12-21T05:01:41.083Z | [ helios-setup] Dec 21 05:01:39.592 INFO E| Compiling time-core v0.1.2 |
3244 | 2024-12-21T05:01:41.497Z | [ helios-setup] Dec 21 05:01:40.007 INFO E| Compiling time-macros v0.2.18 |
3245 | 2024-12-21T05:01:41.662Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3246 | 2024-12-21T05:01:41.748Z | [ host-package] Compiling rusqlite v0.32.1 |
3247 | 2024-12-21T05:01:42.911Z | [ helios-setup] Dec 21 05:01:41.420 INFO E| Compiling deranged v0.3.11 |
3248 | 2024-12-21T05:01:42.914Z | [ helios-setup] Dec 21 05:01:41.420 INFO E| Compiling pest v2.5.7 |
3249 | 2024-12-21T05:01:43.031Z | [ host-package] Compiling ron v0.7.1 |
3250 | 2024-12-21T05:01:45.122Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3251 | 2024-12-21T05:01:45.904Z | [ helios-setup] Dec 21 05:01:44.413 INFO E| Compiling idna v0.3.0 |
3252 | 2024-12-21T05:01:47.360Z | [ helios-setup] Dec 21 05:01:45.868 INFO E| Compiling tracing v0.1.37 |
3253 | 2024-12-21T05:01:49.248Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3254 | 2024-12-21T05:01:49.331Z | [ helios-setup] Dec 21 05:01:47.840 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3255 | 2024-12-21T05:01:49.441Z | [ helios-setup] Dec 21 05:01:47.950 INFO E| Compiling time v0.1.45 |
3256 | 2024-12-21T05:01:50.613Z | [ helios-setup] Dec 21 05:01:49.121 INFO E| Compiling crossbeam-epoch v0.9.13 |
3257 | 2024-12-21T05:01:50.638Z | [ helios-setup] Dec 21 05:01:49.146 INFO E| Compiling num_threads v0.1.6 |
3258 | 2024-12-21T05:01:51.885Z | [ helios-setup] Dec 21 05:01:50.393 INFO E| Compiling iana-time-zone v0.1.56 |
3259 | 2024-12-21T05:01:51.903Z | [ helios-setup] Dec 21 05:01:50.412 INFO E| Compiling semver v1.0.17 |
3260 | 2024-12-21T05:01:52.891Z | [ helios-setup] Dec 21 05:01:51.400 INFO E| Compiling time v0.3.36 |
3261 | 2024-12-21T05:01:53.215Z | [ helios-setup] Dec 21 05:01:51.723 INFO E| Compiling toml v0.5.11 |
3262 | 2024-12-21T05:01:53.463Z | [ helios-setup] Dec 21 05:01:51.967 INFO E| Compiling serde_tokenstream v0.2.0 |
3263 | 2024-12-21T05:01:53.682Z | [ host-package] Compiling xz2 v0.1.7 |
3264 | 2024-12-21T05:01:54.540Z | [ helios-setup] Dec 21 05:01:53.038 INFO E| Compiling smallvec v1.10.0 |
3265 | 2024-12-21T05:01:55.301Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3266 | 2024-12-21T05:01:56.356Z | [ host-package] Compiling zone v0.1.8 |
3267 | 2024-12-21T05:01:57.063Z | [ helios-setup] Dec 21 05:01:55.571 INFO E| Compiling parking_lot v0.12.1 |
3268 | 2024-12-21T05:02:00.693Z | [ helios-setup] Dec 21 05:01:59.200 INFO E| Compiling url v2.3.1 |
3269 | 2024-12-21T05:02:01.486Z | [ helios-setup] Dec 21 05:01:59.994 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3270 | 2024-12-21T05:02:03.184Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3271 | 2024-12-21T05:02:03.573Z | [ helios-setup] Dec 21 05:02:02.080 INFO E| Compiling semver-parser v0.10.2 |
3272 | 2024-12-21T05:02:07.629Z | [ helios-setup] Dec 21 05:02:06.134 INFO E| Compiling crossbeam-channel v0.5.6 |
3273 | 2024-12-21T05:02:08.917Z | [ helios-setup] Dec 21 05:02:07.424 INFO E| Compiling dirs-sys-next v0.1.2 |
3274 | 2024-12-21T05:02:09.699Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3275 | 2024-12-21T05:02:10.680Z | [ helios-setup] Dec 21 05:02:09.186 INFO E| Compiling same-file v1.0.6 |
3276 | 2024-12-21T05:02:10.924Z | [ helios-setup] Dec 21 05:02:09.430 INFO E| Compiling crc32fast v1.3.2 |
3277 | 2024-12-21T05:02:11.182Z | [ helios-setup] Dec 21 05:02:09.688 INFO E| Compiling try-lock v0.2.4 |
3278 | 2024-12-21T05:02:11.611Z | [ helios-setup] Dec 21 05:02:10.117 INFO E| Compiling want v0.3.0 |
3279 | 2024-12-21T05:02:12.265Z | [ helios-setup] Dec 21 05:02:10.771 INFO E| Compiling walkdir v2.3.3 |
3280 | 2024-12-21T05:02:12.649Z | [ helios-setup] Dec 21 05:02:11.156 INFO E| Compiling dirs-next v2.0.0 |
3281 | 2024-12-21T05:02:13.794Z | [ helios-setup] Dec 21 05:02:12.300 INFO E| Compiling semver v0.11.0 |
3282 | 2024-12-21T05:02:15.434Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3283 | 2024-12-21T05:02:16.634Z | [ helios-setup] Dec 21 05:02:15.140 INFO E| Compiling tokio-util v0.7.7 |
3284 | 2024-12-21T05:02:16.691Z | [ helios-setup] Dec 21 05:02:15.197 INFO E| Compiling proc-macro-crate v1.2.1 |
3285 | 2024-12-21T05:02:18.923Z | [ helios-setup] Dec 21 05:02:17.429 INFO E| Compiling futures-executor v0.3.28 |
3286 | 2024-12-21T05:02:19.517Z | [ helios-setup] Dec 21 05:02:18.023 INFO E| Compiling h2 v0.3.16 |
3287 | 2024-12-21T05:02:19.805Z | [ helios-setup] Dec 21 05:02:18.310 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3288 | 2024-12-21T05:02:21.548Z | [ helios-setup] Dec 21 05:02:20.053 INFO E| Compiling http-body v0.4.5 |
3289 | 2024-12-21T05:02:22.153Z | [ helios-setup] Dec 21 05:02:20.658 INFO E| Compiling ring v0.16.20 |
3290 | 2024-12-21T05:02:23.022Z | [ helios-setup] Dec 21 05:02:21.527 INFO E| Compiling rand_core v0.6.4 |
3291 | 2024-12-21T05:02:23.486Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3292 | 2024-12-21T05:02:24.994Z | [ helios-setup] Dec 21 05:02:23.499 INFO E| Compiling thread_local v1.1.7 |
3293 | 2024-12-21T05:02:25.117Z | [ helios-setup] Dec 21 05:02:23.622 INFO E| Compiling tower-service v0.3.2 |
3294 | 2024-12-21T05:02:25.652Z | [ helios-setup] Dec 21 05:02:24.156 INFO E| Compiling utf8parse v0.2.1 |
3295 | 2024-12-21T05:02:26.721Z | [ helios-setup] Dec 21 05:02:25.226 INFO E| Compiling fastrand v1.9.0 |
3296 | 2024-12-21T05:02:27.655Z | [ helios-setup] Dec 21 05:02:26.159 INFO E| Compiling lazy_static v1.4.0 |
3297 | 2024-12-21T05:02:27.987Z | [ helios-setup] Dec 21 05:02:26.492 INFO E| Compiling base64 v0.21.0 |
3298 | 2024-12-21T05:02:28.033Z | [ helios-setup] Dec 21 05:02:26.538 INFO E| Compiling home v0.5.4 |
3299 | 2024-12-21T05:02:28.780Z | [ helios-setup] Dec 21 05:02:27.284 INFO E| Compiling ppv-lite86 v0.2.17 |
3300 | 2024-12-21T05:02:28.894Z | [ helios-setup] Dec 21 05:02:27.399 INFO E| Compiling adler v1.0.2 |
3301 | 2024-12-21T05:02:29.130Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3302 | 2024-12-21T05:02:29.465Z | [ helios-setup] Dec 21 05:02:27.970 INFO E| Compiling rayon-core v1.10.2 |
3303 | 2024-12-21T05:02:29.786Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3304 | 2024-12-21T05:02:30.435Z | [ helios-setup] Dec 21 05:02:28.939 INFO E| Compiling httpdate v1.0.2 |
3305 | 2024-12-21T05:02:30.535Z | [ helios-setup] Dec 21 05:02:29.040 INFO E| Compiling rand_chacha v0.3.1 |
3306 | 2024-12-21T05:02:30.874Z | [ helios-setup] Dec 21 05:02:29.378 INFO E| Compiling miniz_oxide v0.6.2 |
3307 | 2024-12-21T05:02:32.473Z | [ helios-setup] Dec 21 05:02:30.978 INFO E| Compiling hyper v0.14.25 |
3308 | 2024-12-21T05:02:34.302Z | [ helios-setup] Dec 21 05:02:32.806 INFO E| Compiling toolchain_find v0.2.0 |
3309 | 2024-12-21T05:02:34.910Z | [ helios-setup] Dec 21 05:02:33.414 INFO E| Compiling tempfile v3.5.0 |
3310 | 2024-12-21T05:02:35.823Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3311 | 2024-12-21T05:02:36.951Z | [ helios-setup] Dec 21 05:02:35.455 INFO E| Compiling anstyle-parse v0.1.1 |
3312 | 2024-12-21T05:02:39.261Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3313 | 2024-12-21T05:02:41.819Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3314 | 2024-12-21T05:02:42.769Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3315 | 2024-12-21T05:02:44.544Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3316 | 2024-12-21T05:02:45.427Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3317 | 2024-12-21T05:02:45.944Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3318 | 2024-12-21T05:02:46.923Z | [ host-package] Compiling twox-hash v1.6.3 |
3319 | 2024-12-21T05:02:49.266Z | [ host-package] Compiling yasna v0.5.2 |
3320 | 2024-12-21T05:02:49.354Z | [ host-package] Compiling is_ci v1.2.0 |
3321 | 2024-12-21T05:02:49.980Z | [ host-package] Compiling smawk v0.3.2 |
3322 | 2024-12-21T05:02:50.926Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3323 | 2024-12-21T05:02:51.400Z | [ helios-setup] Dec 21 05:02:49.902 INFO E| Compiling futures v0.3.28 |
3324 | 2024-12-21T05:02:51.699Z | [ helios-setup] Dec 21 05:02:50.201 INFO E| Compiling cargo-lock v8.0.3 |
3325 | 2024-12-21T05:02:52.097Z | [ host-package] Compiling textwrap v0.16.1 |
3326 | 2024-12-21T05:02:53.281Z | [ helios-setup] Dec 21 05:02:51.783 INFO E| Compiling num_enum_derive v0.5.7 |
3327 | 2024-12-21T05:02:53.840Z | [ host-package] Compiling rcgen v0.12.1 |
3328 | 2024-12-21T05:02:55.965Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3329 | 2024-12-21T05:02:56.479Z | [ helios-setup] Dec 21 05:02:54.981 INFO E| Compiling crossbeam-deque v0.8.2 |
3330 | 2024-12-21T05:02:57.240Z | [ helios-setup] Dec 21 05:02:55.742 INFO E| Compiling term v0.7.0 |
3331 | 2024-12-21T05:02:58.307Z | [ helios-setup] Dec 21 05:02:56.809 INFO E| Compiling serde_urlencoded v0.7.1 |
3332 | 2024-12-21T05:02:58.310Z | [ host-package] Compiling supports-color v3.0.1 |
3333 | 2024-12-21T05:02:58.359Z | [ helios-setup] Dec 21 05:02:56.861 INFO E| Compiling sha1 v0.10.5 |
3334 | 2024-12-21T05:02:59.424Z | [ helios-setup] Dec 21 05:02:57.925 INFO E| Compiling sha2 v0.10.6 |
3335 | 2024-12-21T05:02:59.621Z | [ helios-setup] Dec 21 05:02:58.123 INFO E| Compiling is-terminal v0.4.7 |
3336 | 2024-12-21T05:02:59.934Z | [ helios-setup] Dec 21 05:02:58.435 INFO E| Compiling atty v0.2.14 |
3337 | 2024-12-21T05:03:00.077Z | [ helios-setup] Dec 21 05:02:58.578 INFO E| Compiling anstyle v0.3.5 |
3338 | 2024-12-21T05:03:00.596Z | [ helios-setup] Dec 21 05:02:59.097 INFO E| Compiling concolor-query v0.3.3 |
3339 | 2024-12-21T05:03:02.665Z | [ helios-setup] Dec 21 05:03:01.166 INFO E| Compiling concolor-override v1.0.0 |
3340 | 2024-12-21T05:03:03.457Z | [ helios-setup] Dec 21 05:03:01.958 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3341 | 2024-12-21T05:03:04.320Z | [ helios-setup] Dec 21 05:03:02.821 INFO E| Compiling anstream v0.2.6 |
3342 | 2024-12-21T05:03:06.259Z | [ helios-setup] Dec 21 05:03:04.760 INFO E| Compiling slog-term v2.9.0 |
3343 | 2024-12-21T05:03:06.328Z | [ helios-setup] Dec 21 05:03:04.829 INFO E| Compiling flate2 v1.0.25 |
3344 | 2024-12-21T05:03:08.051Z | [ helios-setup] Dec 21 05:03:06.551 INFO E| Compiling num_enum v0.5.7 |
3345 | 2024-12-21T05:03:08.555Z | [ helios-setup] Dec 21 05:03:07.055 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3346 | 2024-12-21T05:03:09.415Z | [ helios-setup] Dec 21 05:03:07.915 INFO E| Compiling rand v0.8.5 |
3347 | 2024-12-21T05:03:10.120Z | [ helios-setup] Dec 21 05:03:08.620 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3348 | 2024-12-21T05:03:10.774Z | [ helios-setup] Dec 21 05:03:09.274 INFO E| Compiling openapiv3 v1.0.2 |
3349 | 2024-12-21T05:03:14.376Z | [ helios-setup] Dec 21 05:03:12.876 INFO E| Compiling encoding_rs v0.8.32 |
3350 | 2024-12-21T05:03:17.060Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3351 | 2024-12-21T05:03:17.224Z | [ helios-setup] Dec 21 05:03:15.723 INFO E| Compiling ipnet v2.7.2 |
3352 | 2024-12-21T05:03:18.933Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3353 | 2024-12-21T05:03:20.040Z | [ helios-setup] Dec 21 05:03:18.539 INFO E| Compiling strsim v0.10.0 |
3354 | 2024-12-21T05:03:20.152Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3355 | 2024-12-21T05:03:20.378Z | [ helios-setup] Dec 21 05:03:18.877 INFO E| Compiling mime v0.3.17 |
3356 | 2024-12-21T05:03:22.733Z | [ helios-setup] Dec 21 05:03:21.232 INFO E| Compiling project-root v0.2.2 |
3357 | 2024-12-21T05:03:22.991Z | [ helios-setup] Dec 21 05:03:21.490 INFO E| Compiling spin v0.5.2 |
3358 | 2024-12-21T05:03:23.534Z | [ helios-setup] Dec 21 05:03:22.033 INFO E| Compiling untrusted v0.7.1 |
3359 | 2024-12-21T05:03:23.736Z | [ helios-setup] Dec 21 05:03:22.235 INFO E| Compiling either v1.8.0 |
3360 | 2024-12-21T05:03:23.851Z | [ helios-setup] Dec 21 05:03:22.351 INFO E| Compiling unsafe-libyaml v0.2.8 |
3361 | 2024-12-21T05:03:24.064Z | [ helios-setup] Dec 21 05:03:22.563 INFO E| Compiling clap_lex v0.4.1 |
3362 | 2024-12-21T05:03:24.869Z | [ helios-setup] Dec 21 05:03:23.367 INFO E| Compiling utf-8 v0.7.6 |
3363 | 2024-12-21T05:03:25.566Z | [ helios-setup] Dec 21 05:03:24.063 INFO E| Compiling base64 v0.13.1 |
3364 | 2024-12-21T05:03:25.661Z | [ helios-setup] Dec 21 05:03:24.159 INFO E| Compiling byteorder v1.4.3 |
3365 | 2024-12-21T05:03:25.716Z | [ helios-setup] Dec 21 05:03:24.214 INFO E| Compiling clap_builder v4.2.1 |
3366 | 2024-12-21T05:03:26.935Z | [ helios-setup] Dec 21 05:03:25.433 INFO E| Compiling serde_yaml v0.9.21 |
3367 | 2024-12-21T05:03:27.257Z | [ helios-setup] Dec 21 05:03:25.756 INFO E| Compiling tungstenite v0.18.0 |
3368 | 2024-12-21T05:03:27.582Z | [ helios-setup] Dec 21 05:03:26.080 INFO E| Compiling rayon v1.6.1 |
3369 | 2024-12-21T05:03:34.270Z | [ helios-setup] Dec 21 05:03:32.767 INFO E| Compiling reqwest v0.11.16 |
3370 | 2024-12-21T05:03:35.115Z | [ helios-setup] Dec 21 05:03:33.612 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3371 | 2024-12-21T05:03:38.385Z | [ helios-setup] Dec 21 05:03:36.882 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3372 | 2024-12-21T05:03:38.869Z | [ helios-setup] Dec 21 05:03:37.367 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3373 | 2024-12-21T05:03:42.005Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3374 | 2024-12-21T05:03:42.521Z | [ helios-setup] Dec 21 05:03:41.018 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3375 | 2024-12-21T05:03:43.714Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3376 | 2024-12-21T05:03:44.001Z | [ helios-setup] Dec 21 05:03:42.498 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3377 | 2024-12-21T05:03:44.434Z | [ helios-setup] Dec 21 05:03:42.931 INFO E| Compiling clap_derive v4.2.0 |
3378 | 2024-12-21T05:03:50.909Z | [ helios-setup] Dec 21 05:03:49.405 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3379 | 2024-12-21T05:03:52.688Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3380 | 2024-12-21T05:03:54.116Z | [ helios-setup] Dec 21 05:03:52.612 INFO E| Compiling clap v4.2.1 |
3381 | 2024-12-21T05:03:54.931Z | [ helios-setup] Dec 21 05:03:53.427 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3382 | 2024-12-21T05:04:07.829Z | [ helios-setup] Dec 21 05:04:06.319 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3383 | 2024-12-21T05:04:11.427Z | [ helios-setup] Dec 21 05:04:09.921 INFO E| Compiling tokio-tungstenite v0.18.0 |
3384 | 2024-12-21T05:04:13.015Z | [ helios-setup] Dec 21 05:04:11.509 INFO E| Compiling smartstring v1.0.1 |
3385 | 2024-12-21T05:04:14.083Z | [ helios-setup] Dec 21 05:04:12.576 INFO E| Compiling rustls v0.21.0 |
3386 | 2024-12-21T05:04:16.260Z | [ helios-setup] Dec 21 05:04:14.750 INFO E| Compiling toml_datetime v0.6.1 |
3387 | 2024-12-21T05:04:17.639Z | [ helios-setup] Dec 21 05:04:16.132 INFO E| Compiling serde_spanned v0.6.1 |
3388 | 2024-12-21T05:04:18.648Z | [ helios-setup] Dec 21 05:04:17.141 INFO E| Compiling paste v1.0.12 |
3389 | 2024-12-21T05:04:18.749Z | [ helios-setup] Dec 21 05:04:17.242 INFO E| Compiling winnow v0.4.1 |
3390 | 2024-12-21T05:04:19.892Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3391 | 2024-12-21T05:04:20.156Z | [ helios-setup] Dec 21 05:04:18.649 INFO E| Compiling static_assertions v1.1.0 |
3392 | 2024-12-21T05:04:20.302Z | [ helios-setup] Dec 21 05:04:18.795 INFO E| Compiling async-trait v0.1.68 |
3393 | 2024-12-21T05:04:21.361Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3394 | 2024-12-21T05:04:21.448Z | [ helios-setup] Dec 21 05:04:19.942 INFO E| Compiling camino v1.1.4 |
3395 | 2024-12-21T05:04:22.426Z | [ helios-setup] Dec 21 05:04:20.919 INFO E| Compiling slog-async v2.7.0 |
3396 | 2024-12-21T05:04:22.886Z | [ helios-setup] Dec 21 05:04:21.379 INFO E| Compiling match_cfg v0.1.0 |
3397 | 2024-12-21T05:04:23.230Z | [ helios-setup] Dec 21 05:04:21.723 INFO E| Compiling hostname v0.3.1 |
3398 | 2024-12-21T05:04:23.945Z | [ helios-setup] Dec 21 05:04:22.438 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3399 | 2024-12-21T05:04:24.145Z | [ helios-setup] Dec 21 05:04:22.638 INFO E| Compiling slog-json v2.6.1 |
3400 | 2024-12-21T05:04:25.101Z | [ helios-setup] Dec 21 05:04:23.569 INFO E| Compiling unicode-linebreak v0.1.4 |
3401 | 2024-12-21T05:04:25.243Z | [ helios-setup] Dec 21 05:04:23.735 INFO E| Compiling async-stream-impl v0.3.5 |
3402 | 2024-12-21T05:04:25.846Z | [ helios-setup] Dec 21 05:04:24.339 INFO E| Compiling toml_edit v0.19.8 |
3403 | 2024-12-21T05:04:26.136Z | [ helios-setup] Dec 21 05:04:24.629 INFO E| Compiling rhai_codegen v1.5.0 |
3404 | 2024-12-21T05:04:28.084Z | [ helios-setup] Dec 21 05:04:26.576 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3405 | 2024-12-21T05:04:29.142Z | [ helios-setup] Dec 21 05:04:27.634 INFO E| Compiling take_mut v0.2.2 |
3406 | 2024-12-21T05:04:30.910Z | [ helios-setup] Dec 21 05:04:29.402 INFO E| Compiling async-stream v0.3.5 |
3407 | 2024-12-21T05:04:31.050Z | [ helios-setup] Dec 21 05:04:29.542 INFO E| Compiling rhai v1.14.0 |
3408 | 2024-12-21T05:04:31.260Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3409 | 2024-12-21T05:04:31.766Z | [ helios-setup] Dec 21 05:04:30.257 INFO E| Compiling slog-bunyan v2.4.0 |
3410 | 2024-12-21T05:04:31.972Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3411 | 2024-12-21T05:04:34.482Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3412 | 2024-12-21T05:04:35.246Z | [ helios-setup] Dec 21 05:04:33.738 INFO E| Compiling toml v0.7.3 |
3413 | 2024-12-21T05:04:40.311Z | [ helios-setup] Dec 21 05:04:38.802 INFO E| Compiling rustls-pemfile v1.0.2 |
3414 | 2024-12-21T05:04:41.658Z | [ helios-setup] Dec 21 05:04:40.148 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3415 | 2024-12-21T05:04:41.778Z | [ helios-setup] Dec 21 05:04:40.269 INFO E| Compiling bincode v1.3.3 |
3416 | 2024-12-21T05:04:43.298Z | [ helios-setup] Dec 21 05:04:41.788 INFO E| Compiling serde_path_to_error v0.1.11 |
3417 | 2024-12-21T05:04:44.088Z | [ helios-setup] Dec 21 05:04:42.578 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3418 | 2024-12-21T05:04:44.892Z | [ host-package] Compiling fatfs v0.3.6 |
3419 | 2024-12-21T05:04:46.361Z | [ helios-setup] Dec 21 05:04:44.851 INFO E| Compiling terminal_size v0.2.6 |
3420 | 2024-12-21T05:04:46.704Z | [ helios-setup] Dec 21 05:04:45.194 INFO E| Compiling smawk v0.3.1 |
3421 | 2024-12-21T05:04:47.283Z | [ helios-setup] Dec 21 05:04:45.773 INFO E| Compiling textwrap v0.16.0 |
3422 | 2024-12-21T05:04:50.466Z | [ host-package] Compiling rtoolbox v0.0.2 |
3423 | 2024-12-21T05:04:51.397Z | [ host-package] Compiling subprocess v0.2.9 |
3424 | 2024-12-21T05:04:53.504Z | [ helios-setup] Dec 21 05:04:51.992 INFO E| Compiling sct v0.7.0 |
3425 | 2024-12-21T05:04:54.452Z | [ helios-setup] Dec 21 05:04:52.942 INFO E| Compiling rustls-webpki v0.100.1 |
3426 | 2024-12-21T05:04:55.390Z | [ host-package] Compiling assert_matches v1.5.0 |
3427 | 2024-12-21T05:05:00.183Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3428 | 2024-12-21T05:05:00.528Z | [ host-package] Compiling rpassword v7.3.1 |
3429 | 2024-12-21T05:05:01.937Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3430 | 2024-12-21T05:05:07.595Z | [ helios-setup] Dec 21 05:05:06.083 INFO E| Compiling git2 v0.16.1 |
3431 | 2024-12-21T05:05:07.818Z | [ helios-setup] Dec 21 05:05:06.306 INFO E| Compiling tokio-rustls v0.24.0 |
3432 | 2024-12-21T05:05:10.251Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3433 | 2024-12-21T05:05:14.049Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3434 | 2024-12-21T05:05:19.327Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3435 | 2024-12-21T05:05:20.571Z | [ helios-setup] Dec 21 05:05:19.058 INFO E| Compiling built v0.6.0 |
3436 | 2024-12-21T05:05:20.958Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3437 | 2024-12-21T05:05:22.078Z | [ helios-setup] Dec 21 05:05:20.565 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3438 | 2024-12-21T05:05:22.247Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3439 | 2024-12-21T05:05:22.881Z | [ host-package] Compiling uzers v0.12.1 |
3440 | 2024-12-21T05:05:24.182Z | [ helios-setup] Dec 21 05:05:22.668 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3441 | 2024-12-21T05:05:25.157Z | [ helios-setup] Dec 21 05:05:23.643 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3442 | 2024-12-21T05:05:28.017Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3443 | 2024-12-21T05:05:32.834Z | [ helios-setup] Dec 21 05:05:31.320 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3444 | 2024-12-21T05:05:36.779Z | [ helios-setup] Dec 21 05:05:35.264 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3445 | 2024-12-21T05:05:44.015Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3446 | 2024-12-21T05:05:47.992Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3447 | 2024-12-21T05:06:26.194Z | [ helios-setup] Dec 21 05:06:24.674 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3448 | 2024-12-21T05:06:35.619Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3449 | 2024-12-21T05:06:36.939Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3450 | 2024-12-21T05:06:42.775Z | [ host-package] Compiling multimap v0.10.0 |
3451 | 2024-12-21T05:07:31.917Z | [ helios-setup] Dec 21 05:07:30.391 INFO E| Finished `release` profile [optimized] target(s) in 6m 44s |
3452 | 2024-12-21T05:07:32.089Z | [ helios-setup] Dec 21 05:07:30.562 INFO building project "pilot" ok (404 seconds) |
3453 | 2024-12-21T05:07:32.092Z | [ helios-setup] rm -f helios-build |
3454 | 2024-12-21T05:07:32.095Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3455 | 2024-12-21T05:07:32.098Z | [ helios-setup] |
3456 | 2024-12-21T05:07:32.100Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3457 | 2024-12-21T05:07:32.101Z | [ helios-setup] |
3458 | 2024-12-21T05:07:32.106Z | [ helios-setup] |
3459 | 2024-12-21T05:07:32.106Z | [ helios-setup] real 11:59.229291916 |
3460 | 2024-12-21T05:07:32.106Z | [ helios-setup] user 29:09.505196109 |
3461 | 2024-12-21T05:07:32.106Z | [ helios-setup] sys 3:38.521559519 |
3462 | 2024-12-21T05:07:32.106Z | [ helios-setup] trap 1.708562358 |
3463 | 2024-12-21T05:07:32.106Z | [ helios-setup] tflt 7.667426100 |
3464 | 2024-12-21T05:07:32.106Z | [ helios-setup] dflt 29.995443164 |
3465 | 2024-12-21T05:07:32.106Z | [ helios-setup] kflt 0.021558737 |
3466 | 2024-12-21T05:07:32.106Z | [ helios-setup] lock 2:02:28.149528603 |
3467 | 2024-12-21T05:07:32.106Z | [ helios-setup] slp 3:42:02.206252063 |
3468 | 2024-12-21T05:07:32.106Z | [ helios-setup] lat 33:15.955814345 |
3469 | 2024-12-21T05:07:32.106Z | [ helios-setup] stop 4:38.112695693 |
3470 | 2024-12-21T05:07:32.106Z | Dec 21 05:07:30.576 INFO [helios-setup] process exited with exit status: 0 (719.235392369s) |
3471 | 2024-12-21T05:07:32.106Z | Dec 21 05:07:30.577 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3472 | 2024-12-21T05:07:32.130Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3473 | 2024-12-21T05:07:32.411Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3474 | 2024-12-21T05:07:32.413Z | [ phbl-toolchain] info: downloading component 'cargo' |
3475 | 2024-12-21T05:07:33.959Z | [ phbl-toolchain] info: downloading component 'clippy' |
3476 | 2024-12-21T05:07:34.272Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3477 | 2024-12-21T05:07:39.149Z | [ phbl-toolchain] info: downloading component 'miri' |
3478 | 2024-12-21T05:07:39.304Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3479 | 2024-12-21T05:07:40.651Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3480 | 2024-12-21T05:07:40.994Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3481 | 2024-12-21T05:07:43.101Z | [ phbl-toolchain] info: downloading component 'rustc' |
3482 | 2024-12-21T05:07:51.462Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3483 | 2024-12-21T05:07:51.687Z | [ phbl-toolchain] info: installing component 'cargo' |
3484 | 2024-12-21T05:07:53.020Z | [ phbl-toolchain] info: installing component 'clippy' |
3485 | 2024-12-21T05:07:53.579Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3486 | 2024-12-21T05:07:59.308Z | [ phbl-toolchain] info: installing component 'miri' |
3487 | 2024-12-21T05:07:59.662Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3488 | 2024-12-21T05:08:07.238Z | [ phbl-toolchain] info: installing component 'rust-src' |
3489 | 2024-12-21T05:08:08.226Z | [ phbl-toolchain] info: installing component 'rust-std' |
3490 | 2024-12-21T05:08:10.584Z | [ phbl-toolchain] info: installing component 'rustc' |
3491 | 2024-12-21T05:08:19.255Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3492 | 2024-12-21T05:08:20.092Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3493 | 2024-12-21T05:08:20.095Z | Dec 21 05:08:18.564 INFO [phbl-toolchain] process exited with exit status: 0 (47.987164829s) |
3494 | 2024-12-21T05:09:26.355Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3495 | 2024-12-21T05:09:32.307Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3496 | 2024-12-21T05:16:17.269Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 53s |
3497 | 2024-12-21T05:17:25.784Z | Dec 21 05:17:24.196 INFO [host-package] process exited with exit status: 0 (1261.763852361s) |
3498 | 2024-12-21T05:17:25.784Z | Dec 21 05:17:24.196 INFO [host-stamp] running task |
3499 | 2024-12-21T05:17:25.787Z | Dec 21 05:17:24.196 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3500 | 2024-12-21T05:17:25.795Z | Dec 21 05:17:24.206 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+git1c662f40df4 |
3501 | 2024-12-21T05:17:25.805Z | Dec 21 05:17:24.216 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+git1c662f40df4 |
3502 | 2024-12-21T05:17:25.812Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3503 | 2024-12-21T05:17:25.815Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3504 | 2024-12-21T05:17:25.815Z | Dec 21 05:17:24.226 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+git1c662f40df4 |
3505 | 2024-12-21T05:17:25.825Z | Dec 21 05:17:24.237 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+git1c662f40df4 |
3506 | 2024-12-21T05:17:25.834Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3507 | 2024-12-21T05:17:25.837Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3508 | 2024-12-21T05:17:25.840Z | Dec 21 05:17:24.250 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+git1c662f40df4 |
3509 | 2024-12-21T05:17:25.851Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3510 | 2024-12-21T05:17:25.851Z | Dec 21 05:17:24.263 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+git1c662f40df4 |
3511 | 2024-12-21T05:17:25.861Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3512 | 2024-12-21T05:17:25.864Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3513 | 2024-12-21T05:17:25.864Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3514 | 2024-12-21T05:17:25.864Z | Dec 21 05:17:24.276 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+git1c662f40df4 |
3515 | 2024-12-21T05:17:25.877Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3516 | 2024-12-21T05:17:25.877Z | Dec 21 05:17:24.289 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+git1c662f40df4 |
3517 | 2024-12-21T05:17:25.893Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3518 | 2024-12-21T05:17:25.896Z | Dec 21 05:17:24.305 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (67.400265ms) |
3519 | 2024-12-21T05:17:25.896Z | Dec 21 05:17:24.305 INFO [stamp-oxlog] process exited with exit status: 0 (78.475915ms) |
3520 | 2024-12-21T05:17:25.907Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3521 | 2024-12-21T05:17:25.910Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3522 | 2024-12-21T05:17:25.914Z | Dec 21 05:17:24.325 INFO [stamp-overlay] process exited with exit status: 0 (36.283951ms) |
3523 | 2024-12-21T05:17:25.976Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3524 | 2024-12-21T05:17:25.980Z | Dec 21 05:17:24.392 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (141.359402ms) |
3525 | 2024-12-21T05:17:26.052Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3526 | 2024-12-21T05:17:26.057Z | Dec 21 05:17:24.469 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (262.300906ms) |
3527 | 2024-12-21T05:17:26.219Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3528 | 2024-12-21T05:17:26.222Z | Dec 21 05:17:24.634 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (370.914821ms) |
3529 | 2024-12-21T05:17:27.037Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3530 | 2024-12-21T05:17:27.041Z | Dec 21 05:17:25.451 INFO [stamp-propolis-server] process exited with exit status: 0 (1.235042183s) |
3531 | 2024-12-21T05:17:27.092Z | [recovery-package] Compiling newtype-uuid v1.1.3 |
3532 | 2024-12-21T05:17:27.599Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3533 | 2024-12-21T05:17:27.944Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3534 | 2024-12-21T05:17:27.944Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3535 | 2024-12-21T05:17:27.951Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3536 | 2024-12-21T05:17:28.600Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3537 | 2024-12-21T05:17:35.774Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3538 | 2024-12-21T05:17:35.778Z | Dec 21 05:17:34.189 INFO [stamp-switch-asic] process exited with exit status: 0 (9.912618134s) |
3539 | 2024-12-21T05:17:35.780Z | Dec 21 05:17:34.189 INFO [host-stamp] task succeeded (9.992899963s) |
3540 | 2024-12-21T05:17:35.780Z | Dec 21 05:17:34.189 INFO [host-proto] running task |
3541 | 2024-12-21T05:17:36.243Z | Dec 21 05:17:34.654 INFO [host-proto] task succeeded (465.268488ms) |
3542 | 2024-12-21T05:17:36.243Z | Dec 21 05:17:34.654 INFO [host-profile] running task |
3543 | 2024-12-21T05:17:36.246Z | Dec 21 05:17:34.655 INFO [host-profile] task succeeded (422.751µs) |
3544 | 2024-12-21T05:17:36.246Z | Dec 21 05:17:34.655 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/.tmpWHjqRV/proto/host/root -N 'ci 1c662f4/${os_short_commit} 2024-12-21 04:55' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3545 | 2024-12-21T05:17:36.264Z | [ host-image] Dec 21 05:17:34.674 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3546 | 2024-12-21T05:17:36.266Z | [ host-image] Dec 21 05:17:34.674 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3547 | 2024-12-21T05:17:36.279Z | [ host-image] Dec 21 05:17:34.690 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpWHjqRV/proto/host/root" |
3548 | 2024-12-21T05:17:36.279Z | [ host-image] Dec 21 05:17:34.690 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3549 | 2024-12-21T05:17:36.282Z | [ host-image] Dec 21 05:17:34.690 INFO image builder template: ramdisk-01-os... |
3550 | 2024-12-21T05:17:36.282Z | [ host-image] Dec 21 05:17:34.690 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/.tmpWHjqRV/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 |
3551 | 2024-12-21T05:17:36.301Z | [ host-image] Dec 21 05:17:34.711 INFO O| Dec 21 05:17:34.711 INFO CREATE DATASET: rpool/images/build/host/output |
3552 | 2024-12-21T05:17:36.808Z | [ host-image] Dec 21 05:17:35.218 INFO O| Dec 21 05:17:35.218 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3553 | 2024-12-21T05:17:36.813Z | [ host-image] Dec 21 05:17:35.224 INFO O| Dec 21 05:17:35.224 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3554 | 2024-12-21T05:17:37.038Z | [ host-image] Dec 21 05:17:35.449 INFO O| Dec 21 05:17:35.448 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3555 | 2024-12-21T05:17:37.102Z | [ host-image] Dec 21 05:17:35.513 INFO O| Dec 21 05:17:35.513 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3556 | 2024-12-21T05:17:37.104Z | [ host-image] Dec 21 05:17:35.513 INFO O| Dec 21 05:17:35.513 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3557 | 2024-12-21T05:17:37.104Z | [ host-image] Dec 21 05:17:35.513 INFO O| Dec 21 05:17:35.513 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3558 | 2024-12-21T05:17:37.104Z | [ host-image] Dec 21 05:17:35.513 INFO O| Dec 21 05:17:35.513 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3559 | 2024-12-21T05:17:37.110Z | [ host-image] Dec 21 05:17:35.521 INFO O| Dec 21 05:17:35.521 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3560 | 2024-12-21T05:17:37.210Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3561 | 2024-12-21T05:17:37.210Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3562 | 2024-12-21T05:17:37.210Z | [recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3563 | 2024-12-21T05:17:37.212Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3564 | 2024-12-21T05:17:37.503Z | [ host-image] Dec 21 05:17:35.913 INFO O| Dec 21 05:17:35.913 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3565 | 2024-12-21T05:17:37.519Z | [ host-image] Dec 21 05:17:35.930 INFO O| Dec 21 05:17:35.930 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3566 | 2024-12-21T05:17:38.121Z | [ host-image] Dec 21 05:17:36.532 INFO O| Dec 21 05:17:36.531 INFO O| Caching catalogs ... Done |
3567 | 2024-12-21T05:17:38.260Z | [ host-image] Dec 21 05:17:36.670 INFO O| Dec 21 05:17:36.670 INFO STEP 0 (pkg_image_create) COMPLETE |
3568 | 2024-12-21T05:17:38.260Z | [ host-image] Dec 21 05:17:36.670 INFO O| Dec 21 05:17:36.670 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3569 | 2024-12-21T05:17:38.264Z | [ host-image] Dec 21 05:17:36.670 INFO O| Dec 21 05:17:36.670 INFO skip step because feature "repo_redist" is not enabled |
3570 | 2024-12-21T05:17:38.264Z | [ host-image] Dec 21 05:17:36.670 INFO O| Dec 21 05:17:36.670 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3571 | 2024-12-21T05:17:38.278Z | [ host-image] Dec 21 05:17:36.688 INFO O| Dec 21 05:17:36.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"] |
3572 | 2024-12-21T05:17:38.864Z | [ host-image] Dec 21 05:17:37.274 INFO O| Dec 21 05:17:37.274 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3573 | 2024-12-21T05:17:38.864Z | [ host-image] Dec 21 05:17:37.274 INFO O| Dec 21 05:17:37.274 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3574 | 2024-12-21T05:17:38.893Z | [ host-image] Dec 21 05:17:37.303 INFO O| Dec 21 05:17:37.303 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"] |
3575 | 2024-12-21T05:17:39.547Z | [ host-image] Dec 21 05:17:37.957 INFO O| Dec 21 05:17:37.957 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3576 | 2024-12-21T05:17:39.547Z | [ host-image] Dec 21 05:17:37.957 INFO O| Dec 21 05:17:37.957 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3577 | 2024-12-21T05:17:39.550Z | [ host-image] Dec 21 05:17:37.957 INFO O| Dec 21 05:17:37.957 INFO skip step because feature "repo_redist" is not enabled |
3578 | 2024-12-21T05:17:39.550Z | [ host-image] Dec 21 05:17:37.957 INFO O| Dec 21 05:17:37.957 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3579 | 2024-12-21T05:17:40.117Z | [ host-image] Dec 21 05:17:38.527 INFO O| Dec 21 05:17:38.527 INFO variant opensolaris.zone is already global |
3580 | 2024-12-21T05:17:40.117Z | [ host-image] Dec 21 05:17:38.527 INFO O| Dec 21 05:17:38.527 INFO STEP 5 (pkg_change_variant) COMPLETE |
3581 | 2024-12-21T05:17:40.120Z | [ host-image] Dec 21 05:17:38.528 INFO O| Dec 21 05:17:38.527 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3582 | 2024-12-21T05:17:40.585Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3583 | 2024-12-21T05:17:40.585Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3584 | 2024-12-21T05:17:40.697Z | [ host-image] Dec 21 05:17:39.107 INFO O| Dec 21 05:17:39.107 INFO variant opensolaris.imagetype is full; changing to partial |
3585 | 2024-12-21T05:17:40.697Z | [ host-image] Dec 21 05:17:39.107 INFO O| Dec 21 05:17:39.107 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3586 | 2024-12-21T05:17:43.309Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3587 | 2024-12-21T05:17:46.513Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3588 | 2024-12-21T05:17:49.084Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3589 | 2024-12-21T05:17:49.857Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3590 | 2024-12-21T05:17:51.949Z | [ host-image] Dec 21 05:17:50.358 INFO O| Dec 21 05:17:50.358 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3591 | 2024-12-21T05:17:54.115Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3592 | 2024-12-21T05:17:59.574Z | [ host-image] Dec 21 05:17:57.983 INFO O| Dec 21 05:17:57.982 INFO O| Startup: Caching catalogs ... Done |
3593 | 2024-12-21T05:17:59.664Z | [ host-image] Dec 21 05:17:58.072 INFO O| Dec 21 05:17:58.072 INFO O| Planning: Planning completed in 0.00 seconds |
3594 | 2024-12-21T05:17:59.667Z | [ host-image] Dec 21 05:17:58.073 INFO O| Dec 21 05:17:58.073 INFO O| Planning: Consolidating action changes ... Done |
3595 | 2024-12-21T05:17:59.667Z | [ host-image] Dec 21 05:17:58.073 INFO O| Dec 21 05:17:58.073 INFO O| Planning: Evaluating mediators ... Done |
3596 | 2024-12-21T05:17:59.667Z | [ host-image] Dec 21 05:17:58.074 INFO O| Dec 21 05:17:58.074 INFO O| Planning: Planning completed in 0.00 seconds |
3597 | 2024-12-21T05:17:59.667Z | [ host-image] Dec 21 05:17:58.074 INFO O| Dec 21 05:17:58.074 INFO O| Variants/Facets to change: 1 |
3598 | 2024-12-21T05:17:59.692Z | [ host-image] Dec 21 05:17:58.100 INFO O| Dec 21 05:17:58.100 INFO O| Done |
3599 | 2024-12-21T05:17:59.692Z | [ host-image] Dec 21 05:17:58.101 INFO O| Dec 21 05:17:58.100 INFO O| Done |
3600 | 2024-12-21T05:18:00.424Z | [ host-image] Dec 21 05:17:58.832 INFO O| Dec 21 05:17:58.832 INFO O| Done |
3601 | 2024-12-21T05:18:00.472Z | [ host-image] Dec 21 05:17:58.880 INFO O| Dec 21 05:17:58.880 INFO O| Done |
3602 | 2024-12-21T05:18:00.474Z | [ host-image] Dec 21 05:17:58.881 INFO O| Dec 21 05:17:58.881 INFO O| Done |
3603 | 2024-12-21T05:18:00.475Z | [ host-image] Dec 21 05:17:58.881 INFO O| Dec 21 05:17:58.881 INFO O| Done |
3604 | 2024-12-21T05:18:00.475Z | [ host-image] Dec 21 05:17:58.883 INFO O| Dec 21 05:17:58.883 INFO O| Done |
3605 | 2024-12-21T05:18:01.058Z | [ host-image] Dec 21 05:17:59.466 INFO O| Dec 21 05:17:59.466 INFO STEP 6 (pkg_change_variant) COMPLETE |
3606 | 2024-12-21T05:18:01.058Z | [ host-image] Dec 21 05:17:59.466 INFO O| Dec 21 05:17:59.466 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3607 | 2024-12-21T05:18:01.060Z | [ host-image] Dec 21 05:17:59.466 INFO O| Dec 21 05:17:59.466 INFO skip step because feature "debug_variant" is not enabled |
3608 | 2024-12-21T05:18:01.060Z | [ host-image] Dec 21 05:17:59.466 INFO O| Dec 21 05:17:59.466 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3609 | 2024-12-21T05:18:01.658Z | [ host-image] Dec 21 05:18:00.066 INFO O| Dec 21 05:18:00.066 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3610 | 2024-12-21T05:18:02.261Z | [ host-image] Dec 21 05:18:00.669 INFO O| Dec 21 05:18:00.669 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3611 | 2024-12-21T05:18:02.264Z | [ host-image] Dec 21 05:18:00.671 INFO O| Dec 21 05:18:00.671 INFO O| Planning: Planning completed in 0.00 seconds |
3612 | 2024-12-21T05:18:02.267Z | [ host-image] Dec 21 05:18:00.673 INFO O| Dec 21 05:18:00.673 INFO O| Planning: Consolidating action changes ... Done |
3613 | 2024-12-21T05:18:02.267Z | [ host-image] Dec 21 05:18:00.673 INFO O| Dec 21 05:18:00.673 INFO O| Planning: Evaluating mediators ... Done |
3614 | 2024-12-21T05:18:02.267Z | [ host-image] Dec 21 05:18:00.674 INFO O| Dec 21 05:18:00.674 INFO O| Planning: Planning completed in 0.00 seconds |
3615 | 2024-12-21T05:18:02.267Z | [ host-image] Dec 21 05:18:00.675 INFO O| Dec 21 05:18:00.675 INFO O| Variants/Facets to change: 1 |
3616 | 2024-12-21T05:18:02.379Z | [ host-image] Dec 21 05:18:00.787 INFO O| Dec 21 05:18:00.787 INFO O| Done |
3617 | 2024-12-21T05:18:02.379Z | [ host-image] Dec 21 05:18:00.787 INFO O| Dec 21 05:18:00.787 INFO O| Done |
3618 | 2024-12-21T05:18:02.770Z | [ host-image] Dec 21 05:18:01.178 INFO O| Dec 21 05:18:01.178 INFO O| Done |
3619 | 2024-12-21T05:18:02.824Z | [ host-image] Dec 21 05:18:01.232 INFO O| Dec 21 05:18:01.231 INFO O| Done |
3620 | 2024-12-21T05:18:02.827Z | [ host-image] Dec 21 05:18:01.232 INFO O| Dec 21 05:18:01.232 INFO O| Done |
3621 | 2024-12-21T05:18:02.827Z | [ host-image] Dec 21 05:18:01.232 INFO O| Dec 21 05:18:01.232 INFO O| Done |
3622 | 2024-12-21T05:18:02.827Z | [ host-image] Dec 21 05:18:01.234 INFO O| Dec 21 05:18:01.233 INFO O| Done |
3623 | 2024-12-21T05:18:02.880Z | [ host-image] Dec 21 05:18:01.287 INFO O| Dec 21 05:18:01.287 INFO STEP 8 (pkg_change_facet) COMPLETE |
3624 | 2024-12-21T05:18:02.880Z | [ host-image] Dec 21 05:18:01.287 INFO O| Dec 21 05:18:01.287 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3625 | 2024-12-21T05:18:02.880Z | [ host-image] Dec 21 05:18:01.287 INFO O| Dec 21 05:18:01.287 INFO skip step because feature "recovery" is not enabled |
3626 | 2024-12-21T05:18:02.883Z | [ host-image] Dec 21 05:18:01.287 INFO O| Dec 21 05:18:01.287 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3627 | 2024-12-21T05:18:02.883Z | [ host-image] Dec 21 05:18:01.287 INFO O| Dec 21 05:18:01.287 INFO skip step because feature "recovery" is not enabled |
3628 | 2024-12-21T05:18:02.883Z | [ host-image] Dec 21 05:18:01.287 INFO O| Dec 21 05:18:01.287 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3629 | 2024-12-21T05:18:02.891Z | [ host-image] Dec 21 05:18:01.299 INFO O| Dec 21 05:18:01.299 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"] |
3630 | 2024-12-21T05:18:03.344Z | [ host-image] Dec 21 05:18:01.752 INFO O| Dec 21 05:18:01.752 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3631 | 2024-12-21T05:18:15.153Z | [recovery-package] Finished `release` profile [optimized] target(s) in 49.06s |
3632 | 2024-12-21T05:18:16.829Z | Dec 21 05:18:15.235 INFO [recovery-package] process exited with exit status: 0 (51.038962606s) |
3633 | 2024-12-21T05:18:16.829Z | Dec 21 05:18:15.235 INFO [recovery-stamp] running task |
3634 | 2024-12-21T05:18:16.832Z | Dec 21 05:18:15.236 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3635 | 2024-12-21T05:18:16.832Z | Dec 21 05:18:15.236 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git1c662f40df4 |
3636 | 2024-12-21T05:18:16.844Z | Dec 21 05:18:15.250 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+git1c662f40df4 |
3637 | 2024-12-21T05:18:16.853Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3638 | 2024-12-21T05:18:16.862Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3639 | 2024-12-21T05:18:16.922Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3640 | 2024-12-21T05:18:16.925Z | Dec 21 05:18:15.332 INFO [stamp-installinator] process exited with exit status: 0 (95.997449ms) |
3641 | 2024-12-21T05:18:16.981Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3642 | 2024-12-21T05:18:16.985Z | Dec 21 05:18:15.391 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (141.065526ms) |
3643 | 2024-12-21T05:18:16.988Z | Dec 21 05:18:15.392 INFO [recovery-stamp] task succeeded (156.121307ms) |
3644 | 2024-12-21T05:18:16.988Z | Dec 21 05:18:15.392 INFO [recovery-proto] running task |
3645 | 2024-12-21T05:18:16.988Z | Dec 21 05:18:15.392 INFO [tuf-stamp] running task |
3646 | 2024-12-21T05:18:16.988Z | Dec 21 05:18:15.393 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+git1c662f40df4 |
3647 | 2024-12-21T05:18:17.002Z | Dec 21 05:18:15.408 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+git1c662f40df4 |
3648 | 2024-12-21T05:18:17.013Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3649 | 2024-12-21T05:18:17.015Z | Dec 21 05:18:15.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+git1c662f40df4 |
3650 | 2024-12-21T05:18:17.026Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3651 | 2024-12-21T05:18:17.028Z | Dec 21 05:18:15.433 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+git1c662f40df4 |
3652 | 2024-12-21T05:18:17.039Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3653 | 2024-12-21T05:18:17.042Z | Dec 21 05:18:15.446 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+git1c662f40df4 |
3654 | 2024-12-21T05:18:17.052Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3655 | 2024-12-21T05:18:17.054Z | Dec 21 05:18:15.459 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+git1c662f40df4 |
3656 | 2024-12-21T05:18:17.066Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3657 | 2024-12-21T05:18:17.066Z | Dec 21 05:18:15.473 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+git1c662f40df4 |
3658 | 2024-12-21T05:18:17.080Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3659 | 2024-12-21T05:18:17.092Z | Dec 21 05:18:15.486 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+git1c662f40df4 |
3660 | 2024-12-21T05:18:17.112Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3661 | 2024-12-21T05:18:17.112Z | Dec 21 05:18:15.518 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+git1c662f40df4 |
3662 | 2024-12-21T05:18:17.179Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3663 | 2024-12-21T05:18:17.183Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3664 | 2024-12-21T05:18:17.183Z | Dec 21 05:18:15.586 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+git1c662f40df4 |
3665 | 2024-12-21T05:18:17.247Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3666 | 2024-12-21T05:18:17.292Z | Dec 21 05:18:15.653 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+git1c662f40df4 |
3667 | 2024-12-21T05:18:17.292Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3668 | 2024-12-21T05:18:17.292Z | Dec 21 05:18:15.671 INFO [stamp-probe] process exited with exit status: 0 (278.167069ms) |
3669 | 2024-12-21T05:18:17.296Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3670 | 2024-12-21T05:18:17.324Z | Dec 21 05:18:15.731 INFO [recovery-proto] task succeeded (338.908739ms) |
3671 | 2024-12-21T05:18:17.327Z | Dec 21 05:18:15.731 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/.tmpWHjqRV/proto/recovery/root -N 'recovery 1c662f4/${os_short_commit} 2024-12-21 04:55' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3672 | 2024-12-21T05:18:17.429Z | [ recovery-image] Dec 21 05:18:15.836 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3673 | 2024-12-21T05:18:17.430Z | [ recovery-image] Dec 21 05:18:15.836 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3674 | 2024-12-21T05:18:17.469Z | [ recovery-image] Dec 21 05:18:15.875 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpWHjqRV/proto/recovery/root" |
3675 | 2024-12-21T05:18:17.469Z | [ recovery-image] Dec 21 05:18:15.875 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3676 | 2024-12-21T05:18:17.471Z | [ recovery-image] Dec 21 05:18:15.876 INFO image builder template: ramdisk-01-os... |
3677 | 2024-12-21T05:18:17.471Z | [ recovery-image] Dec 21 05:18:15.876 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/.tmpWHjqRV/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 |
3678 | 2024-12-21T05:18:17.545Z | [ recovery-image] Dec 21 05:18:15.952 INFO O| Dec 21 05:18:15.946 INFO CREATE DATASET: rpool/images/build/recovery/output |
3679 | 2024-12-21T05:18:17.946Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3680 | 2024-12-21T05:18:17.958Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3681 | 2024-12-21T05:18:17.993Z | Dec 21 05:18:16.399 INFO [stamp-ntp] process exited with exit status: 0 (880.350198ms) |
3682 | 2024-12-21T05:18:18.017Z | [ recovery-image] Dec 21 05:18:16.423 INFO O| Dec 21 05:18:16.423 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3683 | 2024-12-21T05:18:18.023Z | [ recovery-image] Dec 21 05:18:16.429 INFO O| Dec 21 05:18:16.429 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3684 | 2024-12-21T05:18:18.078Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3685 | 2024-12-21T05:18:18.599Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3686 | 2024-12-21T05:18:18.610Z | [ recovery-image] Dec 21 05:18:17.017 INFO O| Dec 21 05:18:17.017 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3687 | 2024-12-21T05:18:18.657Z | Dec 21 05:18:17.064 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.617505971s) |
3688 | 2024-12-21T05:18:18.728Z | [ recovery-image] Dec 21 05:18:17.134 INFO O| Dec 21 05:18:17.134 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3689 | 2024-12-21T05:18:18.728Z | [ recovery-image] Dec 21 05:18:17.134 INFO O| Dec 21 05:18:17.134 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3690 | 2024-12-21T05:18:18.731Z | [ recovery-image] Dec 21 05:18:17.134 INFO O| Dec 21 05:18:17.134 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3691 | 2024-12-21T05:18:18.731Z | [ recovery-image] Dec 21 05:18:17.134 INFO O| Dec 21 05:18:17.134 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3692 | 2024-12-21T05:18:18.769Z | [ recovery-image] Dec 21 05:18:17.175 INFO O| Dec 21 05:18:17.175 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3693 | 2024-12-21T05:18:18.800Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3694 | 2024-12-21T05:18:18.868Z | Dec 21 05:18:17.274 INFO [stamp-internal-dns] process exited with exit status: 0 (1.85491426s) |
3695 | 2024-12-21T05:18:19.167Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3696 | 2024-12-21T05:18:19.187Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3697 | 2024-12-21T05:18:19.191Z | Dec 21 05:18:17.597 INFO [stamp-external-dns] process exited with exit status: 0 (1.944205265s) |
3698 | 2024-12-21T05:18:19.195Z | Dec 21 05:18:17.601 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.015117614s) |
3699 | 2024-12-21T05:18:19.217Z | [ recovery-image] Dec 21 05:18:17.624 INFO O| Dec 21 05:18:17.624 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3700 | 2024-12-21T05:18:19.232Z | [ recovery-image] Dec 21 05:18:17.638 INFO O| Dec 21 05:18:17.638 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3701 | 2024-12-21T05:18:19.348Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3702 | 2024-12-21T05:18:19.352Z | Dec 21 05:18:17.759 INFO [stamp-oximeter] process exited with exit status: 0 (2.3262703s) |
3703 | 2024-12-21T05:18:19.722Z | [ recovery-image] Dec 21 05:18:18.128 INFO O| Dec 21 05:18:18.128 INFO O| Caching catalogs ... Done |
3704 | 2024-12-21T05:18:19.829Z | [ recovery-image] Dec 21 05:18:18.235 INFO O| Dec 21 05:18:18.235 INFO STEP 0 (pkg_image_create) COMPLETE |
3705 | 2024-12-21T05:18:19.829Z | [ recovery-image] Dec 21 05:18:18.235 INFO O| Dec 21 05:18:18.235 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3706 | 2024-12-21T05:18:19.829Z | [ recovery-image] Dec 21 05:18:18.235 INFO O| Dec 21 05:18:18.235 INFO skip step because feature "repo_redist" is not enabled |
3707 | 2024-12-21T05:18:19.829Z | [ recovery-image] Dec 21 05:18:18.235 INFO O| Dec 21 05:18:18.235 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3708 | 2024-12-21T05:18:19.844Z | [ recovery-image] Dec 21 05:18:18.250 INFO O| Dec 21 05:18:18.250 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"] |
3709 | 2024-12-21T05:18:20.332Z | [ recovery-image] Dec 21 05:18:18.738 INFO O| Dec 21 05:18:18.738 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3710 | 2024-12-21T05:18:20.332Z | [ recovery-image] Dec 21 05:18:18.738 INFO O| Dec 21 05:18:18.738 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3711 | 2024-12-21T05:18:20.346Z | [ recovery-image] Dec 21 05:18:18.752 INFO O| Dec 21 05:18:18.752 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"] |
3712 | 2024-12-21T05:18:20.833Z | [ recovery-image] Dec 21 05:18:19.239 INFO O| Dec 21 05:18:19.239 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3713 | 2024-12-21T05:18:20.833Z | [ recovery-image] Dec 21 05:18:19.239 INFO O| Dec 21 05:18:19.239 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3714 | 2024-12-21T05:18:20.833Z | [ recovery-image] Dec 21 05:18:19.239 INFO O| Dec 21 05:18:19.239 INFO skip step because feature "repo_redist" is not enabled |
3715 | 2024-12-21T05:18:20.836Z | [ recovery-image] Dec 21 05:18:19.239 INFO O| Dec 21 05:18:19.239 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3716 | 2024-12-21T05:18:21.047Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3717 | 2024-12-21T05:18:21.051Z | Dec 21 05:18:19.458 INFO [stamp-nexus] process exited with exit status: 0 (3.984921702s) |
3718 | 2024-12-21T05:18:21.255Z | [ recovery-image] Dec 21 05:18:19.660 INFO O| Dec 21 05:18:19.660 INFO variant opensolaris.zone is already global |
3719 | 2024-12-21T05:18:21.255Z | [ recovery-image] Dec 21 05:18:19.660 INFO O| Dec 21 05:18:19.660 INFO STEP 5 (pkg_change_variant) COMPLETE |
3720 | 2024-12-21T05:18:21.257Z | [ recovery-image] Dec 21 05:18:19.661 INFO O| Dec 21 05:18:19.660 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3721 | 2024-12-21T05:18:21.735Z | [ recovery-image] Dec 21 05:18:20.141 INFO O| Dec 21 05:18:20.141 INFO variant opensolaris.imagetype is full; changing to partial |
3722 | 2024-12-21T05:18:21.735Z | [ recovery-image] Dec 21 05:18:20.141 INFO O| Dec 21 05:18:20.141 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3723 | 2024-12-21T05:18:22.321Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3724 | 2024-12-21T05:18:22.491Z | [verify-libraries] Compiling home v0.5.9 |
3725 | 2024-12-21T05:18:22.525Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3726 | 2024-12-21T05:18:22.553Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3727 | 2024-12-21T05:18:22.553Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3728 | 2024-12-21T05:18:22.553Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3729 | 2024-12-21T05:18:22.560Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3730 | 2024-12-21T05:18:22.563Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3731 | 2024-12-21T05:18:22.729Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3732 | 2024-12-21T05:18:22.768Z | [verify-libraries] Compiling nix v0.28.0 |
3733 | 2024-12-21T05:18:22.774Z | Dec 21 05:18:21.180 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.771978667s) |
3734 | 2024-12-21T05:18:23.043Z | [verify-libraries] Compiling polyval v0.6.2 |
3735 | 2024-12-21T05:18:23.201Z | [verify-libraries] Compiling ctr v0.9.2 |
3736 | 2024-12-21T05:18:23.576Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3737 | 2024-12-21T05:18:23.660Z | [verify-libraries] Compiling ghash v0.5.1 |
3738 | 2024-12-21T05:18:23.910Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3739 | 2024-12-21T05:18:23.993Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3740 | 2024-12-21T05:18:24.053Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3741 | 2024-12-21T05:18:24.195Z | [verify-libraries] Compiling blowfish v0.9.1 |
3742 | 2024-12-21T05:18:24.487Z | [verify-libraries] Compiling password-hash v0.4.2 |
3743 | 2024-12-21T05:18:25.846Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3744 | 2024-12-21T05:18:27.572Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3745 | 2024-12-21T05:18:28.281Z | [verify-libraries] Compiling matches v0.1.10 |
3746 | 2024-12-21T05:18:28.746Z | [verify-libraries] Compiling rustyline v14.0.0 |
3747 | 2024-12-21T05:18:30.604Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3748 | 2024-12-21T05:18:30.654Z | Dec 21 05:18:29.059 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.573139866s) |
3749 | 2024-12-21T05:18:31.299Z | [verify-libraries] Compiling idna v0.2.3 |
3750 | 2024-12-21T05:18:31.947Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3751 | 2024-12-21T05:18:31.991Z | Dec 21 05:18:30.396 INFO [stamp-clickhouse] process exited with exit status: 0 (14.936731915s) |
3752 | 2024-12-21T05:18:31.991Z | Dec 21 05:18:30.396 INFO [tuf-stamp] task succeeded (15.00438097s) |
3753 | 2024-12-21T05:18:32.653Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3754 | 2024-12-21T05:18:32.801Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3755 | 2024-12-21T05:18:33.381Z | [ recovery-image] Dec 21 05:18:31.785 INFO O| Dec 21 05:18:31.785 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3756 | 2024-12-21T05:18:34.014Z | [verify-libraries] Compiling p256 v0.13.2 |
3757 | 2024-12-21T05:18:36.677Z | [verify-libraries] Compiling p521 v0.13.3 |
3758 | 2024-12-21T05:18:36.999Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3759 | 2024-12-21T05:18:38.416Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3760 | 2024-12-21T05:18:39.018Z | [verify-libraries] Compiling md5 v0.7.0 |
3761 | 2024-12-21T05:18:39.745Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3762 | 2024-12-21T05:18:40.039Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3763 | 2024-12-21T05:18:41.971Z | [ recovery-image] Dec 21 05:18:40.375 INFO O| Dec 21 05:18:40.375 INFO O| Startup: Caching catalogs ... Done |
3764 | 2024-12-21T05:18:42.168Z | [ recovery-image] Dec 21 05:18:40.572 INFO O| Dec 21 05:18:40.572 INFO O| Planning: Planning completed in 0.00 seconds |
3765 | 2024-12-21T05:18:42.171Z | [ recovery-image] Dec 21 05:18:40.573 INFO O| Dec 21 05:18:40.573 INFO O| Planning: Consolidating action changes ... Done |
3766 | 2024-12-21T05:18:42.171Z | [ recovery-image] Dec 21 05:18:40.573 INFO O| Dec 21 05:18:40.573 INFO O| Planning: Evaluating mediators ... Done |
3767 | 2024-12-21T05:18:42.171Z | [ recovery-image] Dec 21 05:18:40.574 INFO O| Dec 21 05:18:40.574 INFO O| Planning: Planning completed in 0.00 seconds |
3768 | 2024-12-21T05:18:42.171Z | [ recovery-image] Dec 21 05:18:40.574 INFO O| Dec 21 05:18:40.574 INFO O| Variants/Facets to change: 1 |
3769 | 2024-12-21T05:18:42.230Z | [ recovery-image] Dec 21 05:18:40.634 INFO O| Dec 21 05:18:40.634 INFO O| Done |
3770 | 2024-12-21T05:18:42.230Z | [ recovery-image] Dec 21 05:18:40.634 INFO O| Dec 21 05:18:40.634 INFO O| Done |
3771 | 2024-12-21T05:18:43.245Z | [ recovery-image] Dec 21 05:18:41.647 INFO O| Dec 21 05:18:41.647 INFO O| Done |
3772 | 2024-12-21T05:18:43.316Z | [ recovery-image] Dec 21 05:18:41.720 INFO O| Dec 21 05:18:41.719 INFO O| Done |
3773 | 2024-12-21T05:18:43.319Z | [ recovery-image] Dec 21 05:18:41.721 INFO O| Dec 21 05:18:41.721 INFO O| Done |
3774 | 2024-12-21T05:18:43.319Z | [ recovery-image] Dec 21 05:18:41.721 INFO O| Dec 21 05:18:41.721 INFO O| Done |
3775 | 2024-12-21T05:18:43.322Z | [ recovery-image] Dec 21 05:18:41.723 INFO O| Dec 21 05:18:41.723 INFO O| Done |
3776 | 2024-12-21T05:18:44.177Z | [ recovery-image] Dec 21 05:18:42.581 INFO O| Dec 21 05:18:42.581 INFO STEP 6 (pkg_change_variant) COMPLETE |
3777 | 2024-12-21T05:18:44.177Z | [ recovery-image] Dec 21 05:18:42.581 INFO O| Dec 21 05:18:42.581 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3778 | 2024-12-21T05:18:44.180Z | [ recovery-image] Dec 21 05:18:42.581 INFO O| Dec 21 05:18:42.581 INFO skip step because feature "debug_variant" is not enabled |
3779 | 2024-12-21T05:18:44.180Z | [ recovery-image] Dec 21 05:18:42.581 INFO O| Dec 21 05:18:42.581 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3780 | 2024-12-21T05:18:44.859Z | [ recovery-image] Dec 21 05:18:43.263 INFO O| Dec 21 05:18:43.263 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3781 | 2024-12-21T05:18:45.951Z | [ recovery-image] Dec 21 05:18:44.354 INFO O| Dec 21 05:18:44.354 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3782 | 2024-12-21T05:18:45.953Z | [ recovery-image] Dec 21 05:18:44.356 INFO O| Dec 21 05:18:44.356 INFO O| Planning: Planning completed in 0.00 seconds |
3783 | 2024-12-21T05:18:45.953Z | [ recovery-image] Dec 21 05:18:44.357 INFO O| Dec 21 05:18:44.357 INFO O| Planning: Consolidating action changes ... Done |
3784 | 2024-12-21T05:18:45.954Z | [ recovery-image] Dec 21 05:18:44.357 INFO O| Dec 21 05:18:44.357 INFO O| Planning: Evaluating mediators ... Done |
3785 | 2024-12-21T05:18:45.956Z | [ recovery-image] Dec 21 05:18:44.357 INFO O| Dec 21 05:18:44.357 INFO O| Planning: Planning completed in 0.00 seconds |
3786 | 2024-12-21T05:18:45.956Z | [ recovery-image] Dec 21 05:18:44.358 INFO O| Dec 21 05:18:44.358 INFO O| Variants/Facets to change: 1 |
3787 | 2024-12-21T05:18:46.022Z | [ recovery-image] Dec 21 05:18:44.424 INFO O| Dec 21 05:18:44.424 INFO O| Done |
3788 | 2024-12-21T05:18:46.022Z | [ recovery-image] Dec 21 05:18:44.425 INFO O| Dec 21 05:18:44.424 INFO O| Done |
3789 | 2024-12-21T05:18:46.845Z | [ recovery-image] Dec 21 05:18:45.248 INFO O| Dec 21 05:18:45.248 INFO O| Done |
3790 | 2024-12-21T05:18:46.943Z | [ recovery-image] Dec 21 05:18:45.346 INFO O| Dec 21 05:18:45.346 INFO O| Done |
3791 | 2024-12-21T05:18:46.954Z | [ recovery-image] Dec 21 05:18:45.348 INFO O| Dec 21 05:18:45.347 INFO O| Done |
3792 | 2024-12-21T05:18:46.954Z | [ recovery-image] Dec 21 05:18:45.348 INFO O| Dec 21 05:18:45.348 INFO O| Done |
3793 | 2024-12-21T05:18:46.954Z | [ recovery-image] Dec 21 05:18:45.350 INFO O| Dec 21 05:18:45.350 INFO O| Done |
3794 | 2024-12-21T05:18:47.044Z | [ recovery-image] Dec 21 05:18:45.448 INFO O| Dec 21 05:18:45.448 INFO STEP 8 (pkg_change_facet) COMPLETE |
3795 | 2024-12-21T05:18:47.044Z | [ recovery-image] Dec 21 05:18:45.448 INFO O| Dec 21 05:18:45.448 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3796 | 2024-12-21T05:18:47.878Z | [ recovery-image] Dec 21 05:18:46.282 INFO O| Dec 21 05:18:46.281 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3797 | 2024-12-21T05:18:48.900Z | [ recovery-image] Dec 21 05:18:47.303 INFO O| Dec 21 05:18:47.302 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3798 | 2024-12-21T05:18:48.902Z | [ recovery-image] Dec 21 05:18:47.304 INFO O| Dec 21 05:18:47.304 INFO O| Planning: Planning completed in 0.00 seconds |
3799 | 2024-12-21T05:18:48.902Z | [ recovery-image] Dec 21 05:18:47.305 INFO O| Dec 21 05:18:47.305 INFO O| Planning: Consolidating action changes ... Done |
3800 | 2024-12-21T05:18:48.902Z | [ recovery-image] Dec 21 05:18:47.306 INFO O| Dec 21 05:18:47.306 INFO O| Planning: Evaluating mediators ... Done |
3801 | 2024-12-21T05:18:48.905Z | [ recovery-image] Dec 21 05:18:47.306 INFO O| Dec 21 05:18:47.306 INFO O| Planning: Planning completed in 0.00 seconds |
3802 | 2024-12-21T05:18:48.905Z | [ recovery-image] Dec 21 05:18:47.307 INFO O| Dec 21 05:18:47.307 INFO O| Variants/Facets to change: 1 |
3803 | 2024-12-21T05:18:48.933Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3804 | 2024-12-21T05:18:48.943Z | [ recovery-image] Dec 21 05:18:47.346 INFO O| Dec 21 05:18:47.345 INFO O| Done |
3805 | 2024-12-21T05:18:48.943Z | [ recovery-image] Dec 21 05:18:47.346 INFO O| Dec 21 05:18:47.346 INFO O| Done |
3806 | 2024-12-21T05:18:49.870Z | [ recovery-image] Dec 21 05:18:48.272 INFO O| Dec 21 05:18:48.272 INFO O| Done |
3807 | 2024-12-21T05:18:49.972Z | [ recovery-image] Dec 21 05:18:48.374 INFO O| Dec 21 05:18:48.374 INFO O| Done |
3808 | 2024-12-21T05:18:49.975Z | [ recovery-image] Dec 21 05:18:48.375 INFO O| Dec 21 05:18:48.375 INFO O| Done |
3809 | 2024-12-21T05:18:49.975Z | [ recovery-image] Dec 21 05:18:48.376 INFO O| Dec 21 05:18:48.375 INFO O| Done |
3810 | 2024-12-21T05:18:49.975Z | [ recovery-image] Dec 21 05:18:48.377 INFO O| Dec 21 05:18:48.377 INFO O| Done |
3811 | 2024-12-21T05:18:50.064Z | [ recovery-image] Dec 21 05:18:48.467 INFO O| Dec 21 05:18:48.467 INFO STEP 9 (pkg_change_facet) COMPLETE |
3812 | 2024-12-21T05:18:50.064Z | [ recovery-image] Dec 21 05:18:48.467 INFO O| Dec 21 05:18:48.467 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3813 | 2024-12-21T05:18:50.828Z | [ recovery-image] Dec 21 05:18:49.230 INFO O| Dec 21 05:18:49.230 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3814 | 2024-12-21T05:18:51.953Z | [ recovery-image] Dec 21 05:18:50.355 INFO O| Dec 21 05:18:50.355 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3815 | 2024-12-21T05:18:51.955Z | [ recovery-image] Dec 21 05:18:50.357 INFO O| Dec 21 05:18:50.357 INFO O| Planning: Planning completed in 0.00 seconds |
3816 | 2024-12-21T05:18:51.956Z | [ recovery-image] Dec 21 05:18:50.358 INFO O| Dec 21 05:18:50.358 INFO O| Planning: Consolidating action changes ... Done |
3817 | 2024-12-21T05:18:51.956Z | [ recovery-image] Dec 21 05:18:50.358 INFO O| Dec 21 05:18:50.358 INFO O| Planning: Evaluating mediators ... Done |
3818 | 2024-12-21T05:18:51.958Z | [ recovery-image] Dec 21 05:18:50.359 INFO O| Dec 21 05:18:50.359 INFO O| Planning: Planning completed in 0.00 seconds |
3819 | 2024-12-21T05:18:51.958Z | [ recovery-image] Dec 21 05:18:50.359 INFO O| Dec 21 05:18:50.359 INFO O| Variants/Facets to change: 1 |
3820 | 2024-12-21T05:18:52.022Z | [ recovery-image] Dec 21 05:18:50.425 INFO O| Dec 21 05:18:50.425 INFO O| Done |
3821 | 2024-12-21T05:18:52.022Z | [ recovery-image] Dec 21 05:18:50.425 INFO O| Dec 21 05:18:50.425 INFO O| Done |
3822 | 2024-12-21T05:18:52.895Z | [ recovery-image] Dec 21 05:18:51.298 INFO O| Dec 21 05:18:51.298 INFO O| Done |
3823 | 2024-12-21T05:18:52.996Z | [ recovery-image] Dec 21 05:18:51.399 INFO O| Dec 21 05:18:51.399 INFO O| Done |
3824 | 2024-12-21T05:18:52.999Z | [ recovery-image] Dec 21 05:18:51.400 INFO O| Dec 21 05:18:51.399 INFO O| Done |
3825 | 2024-12-21T05:18:53.003Z | [ recovery-image] Dec 21 05:18:51.406 INFO O| Dec 21 05:18:51.406 INFO O| Done |
3826 | 2024-12-21T05:18:53.006Z | [ recovery-image] Dec 21 05:18:51.408 INFO O| Dec 21 05:18:51.408 INFO O| Done |
3827 | 2024-12-21T05:18:53.153Z | [ recovery-image] Dec 21 05:18:51.555 INFO O| Dec 21 05:18:51.555 INFO STEP 10 (pkg_change_facet) COMPLETE |
3828 | 2024-12-21T05:18:53.153Z | [ recovery-image] Dec 21 05:18:51.555 INFO O| Dec 21 05:18:51.555 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3829 | 2024-12-21T05:18:53.172Z | [ recovery-image] Dec 21 05:18:51.575 INFO O| Dec 21 05:18:51.575 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"] |
3830 | 2024-12-21T05:18:54.180Z | [ recovery-image] Dec 21 05:18:52.583 INFO O| Dec 21 05:18:52.582 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3831 | 2024-12-21T05:18:55.485Z | [verify-libraries] Compiling des v0.8.1 |
3832 | 2024-12-21T05:18:56.140Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3833 | 2024-12-21T05:18:57.399Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3834 | 2024-12-21T05:18:57.949Z | [verify-libraries] Compiling russh v0.45.0 |
3835 | 2024-12-21T05:18:59.169Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3836 | 2024-12-21T05:18:59.918Z | [ host-image] Dec 21 05:18:58.319 INFO O| Dec 21 05:18:58.319 INFO O| Planning: Solver setup ... Done |
3837 | 2024-12-21T05:19:03.672Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3838 | 2024-12-21T05:19:05.900Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3839 | 2024-12-21T05:19:10.324Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3840 | 2024-12-21T05:19:19.395Z | [verify-libraries] Compiling petname v2.0.2 |
3841 | 2024-12-21T05:19:20.804Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3842 | 2024-12-21T05:19:21.910Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3843 | 2024-12-21T05:19:22.667Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3844 | 2024-12-21T05:19:26.174Z | [verify-libraries] Compiling heck v0.4.1 |
3845 | 2024-12-21T05:19:27.577Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3846 | 2024-12-21T05:19:30.224Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3847 | 2024-12-21T05:19:37.514Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3848 | 2024-12-21T05:19:42.955Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3849 | 2024-12-21T05:20:01.412Z | [ recovery-image] Dec 21 05:19:59.808 INFO O| Dec 21 05:19:59.808 INFO O| Planning: Solver setup ... Done |
3850 | 2024-12-21T05:20:10.840Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3851 | 2024-12-21T05:20:12.785Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3852 | 2024-12-21T05:20:12.868Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3853 | 2024-12-21T05:20:23.670Z | [ host-image] Dec 21 05:20:22.063 INFO O| Dec 21 05:20:22.063 INFO O| Planning: Running solver ... Done |
3854 | 2024-12-21T05:20:24.304Z | [ host-image] Dec 21 05:20:22.697 INFO O| Dec 21 05:20:22.697 INFO O| Planning: Finding local manifests ... Done |
3855 | 2024-12-21T05:20:24.322Z | [ host-image] Dec 21 05:20:22.715 INFO O| Dec 21 05:20:22.715 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3856 | 2024-12-21T05:20:29.187Z | [ host-image] Dec 21 05:20:27.580 INFO O| Dec 21 05:20:27.579 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3857 | 2024-12-21T05:20:30.724Z | [ host-image] Dec 21 05:20:29.116 INFO O| Dec 21 05:20:29.116 INFO O| Planning: Package planning ... Done |
3858 | 2024-12-21T05:20:32.573Z | [ host-image] Dec 21 05:20:30.965 INFO O| Dec 21 05:20:30.965 INFO O| Planning: Merging actions ... Done |
3859 | 2024-12-21T05:20:33.075Z | [ host-image] Dec 21 05:20:31.468 INFO O| Dec 21 05:20:31.467 INFO O| Planning: Checking for conflicting actions ... Done |
3860 | 2024-12-21T05:20:33.400Z | [ host-image] Dec 21 05:20:31.793 INFO O| Dec 21 05:20:31.792 INFO O| Planning: Consolidating action changes ... Done |
3861 | 2024-12-21T05:20:34.009Z | [ host-image] Dec 21 05:20:32.401 INFO O| Dec 21 05:20:32.401 INFO O| Planning: Evaluating mediators ... Done |
3862 | 2024-12-21T05:20:39.498Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3863 | 2024-12-21T05:20:40.691Z | [ host-image] Dec 21 05:20:39.082 INFO O| Dec 21 05:20:39.082 INFO O| Planning: Planning completed in 157.33 seconds |
3864 | 2024-12-21T05:20:40.697Z | [ host-image] Dec 21 05:20:39.089 INFO O| Dec 21 05:20:39.088 INFO O| Packages to install: 124 |
3865 | 2024-12-21T05:20:40.697Z | [ host-image] Dec 21 05:20:39.089 INFO O| Dec 21 05:20:39.089 INFO O| Mediators to change: 4 |
3866 | 2024-12-21T05:20:40.699Z | [ host-image] Dec 21 05:20:39.089 INFO O| Dec 21 05:20:39.089 INFO O| Services to change: 6 |
3867 | 2024-12-21T05:20:40.839Z | [ host-image] Dec 21 05:20:39.230 INFO O| Dec 21 05:20:39.230 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete |
3868 | 2024-12-21T05:20:45.355Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3869 | 2024-12-21T05:20:45.844Z | [ host-image] Dec 21 05:20:44.235 INFO O| Dec 21 05:20:44.235 INFO O| Download: 1308/22788 items 7.9/199.7MB 3% complete (1.6M/s) |
3870 | 2024-12-21T05:20:47.474Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3871 | 2024-12-21T05:20:50.846Z | [ host-image] Dec 21 05:20:49.236 INFO O| Dec 21 05:20:49.236 INFO O| Download: 1807/22788 items 16.8/199.7MB 8% complete (1.7M/s) |
3872 | 2024-12-21T05:20:51.495Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3873 | 2024-12-21T05:20:51.956Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3874 | 2024-12-21T05:20:52.462Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3875 | 2024-12-21T05:20:52.924Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3876 | 2024-12-21T05:20:53.416Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3877 | 2024-12-21T05:20:53.761Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3878 | 2024-12-21T05:20:55.858Z | [ host-image] Dec 21 05:20:54.248 INFO O| Dec 21 05:20:54.248 INFO O| Download: 2293/22788 items 26.9/199.7MB 13% complete (1.9M/s) |
3879 | 2024-12-21T05:21:00.863Z | [ host-image] Dec 21 05:20:59.253 INFO O| Dec 21 05:20:59.253 INFO O| Download: 3213/22788 items 34.0/199.7MB 17% complete (1.7M/s) |
3880 | 2024-12-21T05:21:02.275Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3881 | 2024-12-21T05:21:04.199Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3882 | 2024-12-21T05:21:04.777Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3883 | 2024-12-21T05:21:05.876Z | [ host-image] Dec 21 05:21:04.265 INFO O| Dec 21 05:21:04.265 INFO O| Download: 4474/22788 items 41.7/199.7MB 20% complete (1.5M/s) |
3884 | 2024-12-21T05:21:10.884Z | [ host-image] Dec 21 05:21:09.272 INFO O| Dec 21 05:21:09.272 INFO O| Download: 5348/22788 items 46.1/199.7MB 23% complete (1.2M/s) |
3885 | 2024-12-21T05:21:11.561Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3886 | 2024-12-21T05:21:15.888Z | [ host-image] Dec 21 05:21:14.276 INFO O| Dec 21 05:21:14.276 INFO O| Download: 6611/22788 items 46.8/199.7MB 23% complete (539k/s) |
3887 | 2024-12-21T05:21:19.638Z | [ recovery-image] Dec 21 05:21:18.026 INFO O| Dec 21 05:21:18.026 INFO O| Planning: Running solver ... Done |
3888 | 2024-12-21T05:21:20.200Z | [ recovery-image] Dec 21 05:21:18.587 INFO O| Dec 21 05:21:18.587 INFO O| Planning: Finding local manifests ... Done |
3889 | 2024-12-21T05:21:20.215Z | [ recovery-image] Dec 21 05:21:18.603 INFO O| Dec 21 05:21:18.602 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3890 | 2024-12-21T05:21:20.894Z | [ host-image] Dec 21 05:21:19.281 INFO O| Dec 21 05:21:19.281 INFO O| Download: 7399/22788 items 57.7/199.7MB 28% complete (1.2M/s) |
3891 | 2024-12-21T05:21:25.126Z | [ recovery-image] Dec 21 05:21:23.513 INFO O| Dec 21 05:21:23.513 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3892 | 2024-12-21T05:21:26.919Z | [ host-image] Dec 21 05:21:24.300 INFO O| Dec 21 05:21:24.300 INFO O| Download: 8264/22788 items 65.7/199.7MB 32% complete (1.8M/s) |
3893 | 2024-12-21T05:21:26.921Z | [ recovery-image] Dec 21 05:21:24.841 INFO O| Dec 21 05:21:24.840 INFO O| Planning: Package planning ... Done |
3894 | 2024-12-21T05:21:27.127Z | [ recovery-image] Dec 21 05:21:25.513 INFO O| Dec 21 05:21:25.513 INFO O| Planning: Merging actions ... Done |
3895 | 2024-12-21T05:21:27.271Z | [ recovery-image] Dec 21 05:21:25.658 INFO O| Dec 21 05:21:25.658 INFO O| Planning: Checking for conflicting actions ... Done |
3896 | 2024-12-21T05:21:27.407Z | [ recovery-image] Dec 21 05:21:25.793 INFO O| Dec 21 05:21:25.793 INFO O| Planning: Consolidating action changes ... Done |
3897 | 2024-12-21T05:21:27.784Z | [ recovery-image] Dec 21 05:21:26.171 INFO O| Dec 21 05:21:26.171 INFO O| Planning: Evaluating mediators ... Done |
3898 | 2024-12-21T05:21:30.760Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3899 | 2024-12-21T05:21:30.940Z | [ host-image] Dec 21 05:21:29.326 INFO O| Dec 21 05:21:29.326 INFO O| Download: 9219/22788 items 78.5/199.7MB 39% complete (1.9M/s) |
3900 | 2024-12-21T05:21:33.850Z | [ recovery-image] Dec 21 05:21:32.236 INFO O| Dec 21 05:21:32.235 INFO O| Planning: Planning completed in 159.65 seconds |
3901 | 2024-12-21T05:21:33.857Z | [ recovery-image] Dec 21 05:21:32.243 INFO O| Dec 21 05:21:32.243 INFO O| Packages to install: 124 |
3902 | 2024-12-21T05:21:33.857Z | [ recovery-image] Dec 21 05:21:32.243 INFO O| Dec 21 05:21:32.243 INFO O| Mediators to change: 4 |
3903 | 2024-12-21T05:21:33.860Z | [ recovery-image] Dec 21 05:21:32.243 INFO O| Dec 21 05:21:32.243 INFO O| Services to change: 5 |
3904 | 2024-12-21T05:21:33.937Z | [ recovery-image] Dec 21 05:21:32.323 INFO O| Dec 21 05:21:32.323 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete |
3905 | 2024-12-21T05:21:35.889Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3906 | 2024-12-21T05:21:35.946Z | [ host-image] Dec 21 05:21:34.332 INFO O| Dec 21 05:21:34.332 INFO O| Download: 10173/22788 items 85.8/199.7MB 42% complete (2.0M/s) |
3907 | 2024-12-21T05:21:39.014Z | [ recovery-image] Dec 21 05:21:37.399 INFO O| Dec 21 05:21:37.399 INFO O| Download: 1008/15862 items 7.9/176.4MB 4% complete (1.7M/s) |
3908 | 2024-12-21T05:21:40.969Z | [ host-image] Dec 21 05:21:39.354 INFO O| Dec 21 05:21:39.354 INFO O| Download: 10842/22788 items 90.0/199.7MB 45% complete (1.2M/s) |
3909 | 2024-12-21T05:21:44.054Z | [ recovery-image] Dec 21 05:21:42.439 INFO O| Dec 21 05:21:42.439 INFO O| Download: 1313/15862 items 20.0/176.4MB 11% complete (2.0M/s) |
3910 | 2024-12-21T05:21:45.008Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3911 | 2024-12-21T05:21:46.179Z | [ host-image] Dec 21 05:21:44.564 INFO O| Dec 21 05:21:44.563 INFO O| Download: 11246/22788 items 94.2/199.7MB 47% complete (943k/s) |
3912 | 2024-12-21T05:21:49.056Z | [ recovery-image] Dec 21 05:21:47.440 INFO O| Dec 21 05:21:47.440 INFO O| Download: 1594/15862 items 24.8/176.4MB 14% complete (1.7M/s) |
3913 | 2024-12-21T05:21:51.841Z | [ host-image] Dec 21 05:21:50.225 INFO O| Dec 21 05:21:50.225 INFO O| Download: 12017/22788 items 100.0/199.7MB 50% complete (987k/s) |
3914 | 2024-12-21T05:21:52.025Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3915 | 2024-12-21T05:21:52.660Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3916 | 2024-12-21T05:21:54.057Z | [ recovery-image] Dec 21 05:21:52.440 INFO O| Dec 21 05:21:52.440 INFO O| Download: 2471/15862 items 31.4/176.4MB 17% complete (1.1M/s) |
3917 | 2024-12-21T05:21:56.822Z | [verify-libraries] Compiling termios v0.3.3 |
3918 | 2024-12-21T05:21:56.887Z | [ host-image] Dec 21 05:21:55.271 INFO O| Dec 21 05:21:55.271 INFO O| Download: 12292/22788 items 109.5/199.7MB 54% complete (1.6M/s) |
3919 | 2024-12-21T05:21:57.171Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3920 | 2024-12-21T05:21:59.062Z | [ recovery-image] Dec 21 05:21:57.445 INFO O| Dec 21 05:21:57.444 INFO O| Download: 3353/15862 items 38.0/176.4MB 21% complete (1.3M/s) |
3921 | 2024-12-21T05:22:01.901Z | [ host-image] Dec 21 05:22:00.284 INFO O| Dec 21 05:22:00.284 INFO O| Download: 13313/22788 items 110.0/199.7MB 55% complete (1.0M/s) |
3922 | 2024-12-21T05:22:04.155Z | [ recovery-image] Dec 21 05:22:02.538 INFO O| Dec 21 05:22:02.538 INFO O| Download: 3760/15862 items 41.9/176.4MB 23% complete (1.1M/s) |
3923 | 2024-12-21T05:22:06.908Z | [ host-image] Dec 21 05:22:05.291 INFO O| Dec 21 05:22:05.291 INFO O| Download: 14174/22788 items 110.7/199.7MB 55% complete (116k/s) |
3924 | 2024-12-21T05:22:09.393Z | [ recovery-image] Dec 21 05:22:07.731 INFO O| Dec 21 05:22:07.731 INFO O| Download: 4778/15862 items 43.0/176.4MB 24% complete (514k/s) |
3925 | 2024-12-21T05:22:09.720Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3926 | 2024-12-21T05:22:11.929Z | [ host-image] Dec 21 05:22:10.311 INFO O| Dec 21 05:22:10.310 INFO O| Download: 14665/22788 items 117.0/199.7MB 58% complete (721k/s) |
3927 | 2024-12-21T05:22:14.369Z | [ recovery-image] Dec 21 05:22:12.751 INFO O| Dec 21 05:22:12.751 INFO O| Download: 5648/15862 items 44.5/176.4MB 25% complete (203k/s) |
3928 | 2024-12-21T05:22:17.062Z | [ host-image] Dec 21 05:22:15.444 INFO O| Dec 21 05:22:15.443 INFO O| Download: 15551/22788 items 124.5/199.7MB 62% complete (1.4M/s) |
3929 | 2024-12-21T05:22:19.370Z | [ recovery-image] Dec 21 05:22:17.751 INFO O| Dec 21 05:22:17.751 INFO O| Download: 5916/15862 items 53.0/176.4MB 30% complete (1.0M/s) |
3930 | 2024-12-21T05:22:22.063Z | [ host-image] Dec 21 05:22:20.444 INFO O| Dec 21 05:22:20.444 INFO O| Download: 16099/22788 items 138.8/199.7MB 69% complete (2.1M/s) |
3931 | 2024-12-21T05:22:25.112Z | [ recovery-image] Dec 21 05:22:23.493 INFO O| Dec 21 05:22:23.493 INFO O| Download: 6183/15862 items 61.9/176.4MB 35% complete (1.8M/s) |
3932 | 2024-12-21T05:22:27.024Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3933 | 2024-12-21T05:22:27.072Z | [ host-image] Dec 21 05:22:25.453 INFO O| Dec 21 05:22:25.453 INFO O| Download: 17139/22788 items 148.9/199.7MB 74% complete (2.5M/s) |
3934 | 2024-12-21T05:22:30.115Z | [ recovery-image] Dec 21 05:22:28.495 INFO O| Dec 21 05:22:28.495 INFO O| Download: 7097/15862 items 72.9/176.4MB 41% complete (1.9M/s) |
3935 | 2024-12-21T05:22:32.073Z | [ host-image] Dec 21 05:22:30.453 INFO O| Dec 21 05:22:30.453 INFO O| Download: 17894/22788 items 150.3/199.7MB 75% complete (1.1M/s) |
3936 | 2024-12-21T05:22:35.241Z | [ recovery-image] Dec 21 05:22:33.621 INFO O| Dec 21 05:22:33.621 INFO O| Download: 7782/15862 items 74.9/176.4MB 42% complete (1.3M/s) |
3937 | 2024-12-21T05:22:37.074Z | [ host-image] Dec 21 05:22:35.453 INFO O| Dec 21 05:22:35.453 INFO O| Download: 18532/22788 items 164.2/199.7MB 82% complete (1.5M/s) |
3938 | 2024-12-21T05:22:40.252Z | [ recovery-image] Dec 21 05:22:38.631 INFO O| Dec 21 05:22:38.631 INFO O| Download: 8242/15862 items 79.7/176.4MB 45% complete (717k/s) |
3939 | 2024-12-21T05:22:42.083Z | [ host-image] Dec 21 05:22:40.462 INFO O| Dec 21 05:22:40.461 INFO O| Download: 19458/22788 items 168.6/199.7MB 84% complete (1.8M/s) |
3940 | 2024-12-21T05:22:45.277Z | [ recovery-image] Dec 21 05:22:43.656 INFO O| Dec 21 05:22:43.656 INFO O| Download: 8778/15862 items 89.9/176.4MB 50% complete (1.3M/s) |
3941 | 2024-12-21T05:22:47.083Z | [ host-image] Dec 21 05:22:45.462 INFO O| Dec 21 05:22:45.462 INFO O| Download: 20187/22788 items 171.0/199.7MB 85% complete (690k/s) |
3942 | 2024-12-21T05:22:50.296Z | [ recovery-image] Dec 21 05:22:48.674 INFO O| Dec 21 05:22:48.674 INFO O| Download: 9501/15862 items 92.9/176.4MB 52% complete (1.3M/s) |
3943 | 2024-12-21T05:22:53.116Z | [ host-image] Dec 21 05:22:51.494 INFO O| Dec 21 05:22:51.493 INFO O| Download: 20809/22788 items 174.0/199.7MB 87% complete (714k/s) |
3944 | 2024-12-21T05:22:55.322Z | [ recovery-image] Dec 21 05:22:53.699 INFO O| Dec 21 05:22:53.699 INFO O| Download: 10552/15862 items 93.5/176.4MB 53% complete (368k/s) |
3945 | 2024-12-21T05:22:58.118Z | [ host-image] Dec 21 05:22:56.495 INFO O| Dec 21 05:22:56.495 INFO O| Download: 21129/22788 items 179.5/199.7MB 89% complete (797k/s) |
3946 | 2024-12-21T05:23:00.633Z | [ recovery-image] Dec 21 05:22:59.010 INFO O| Dec 21 05:22:59.010 INFO O| Download: 11094/15862 items 99.6/176.4MB 56% complete (651k/s) |
3947 | 2024-12-21T05:23:03.146Z | [ host-image] Dec 21 05:23:01.523 INFO O| Dec 21 05:23:01.523 INFO O| Download: 21934/22788 items 191.4/199.7MB 95% complete (1.8M/s) |
3948 | 2024-12-21T05:23:06.069Z | [ recovery-image] Dec 21 05:23:04.446 INFO O| Dec 21 05:23:04.446 INFO O| Download: 11926/15862 items 127.6/176.4MB 72% complete (3.4M/s) |
3949 | 2024-12-21T05:23:08.456Z | [ host-image] Dec 21 05:23:06.832 INFO O| Dec 21 05:23:06.831 INFO O| Download: 22372/22788 items 199.2/199.7MB 99% complete (2.0M/s) |
3950 | 2024-12-21T05:23:11.072Z | [ recovery-image] Dec 21 05:23:09.448 INFO O| Dec 21 05:23:09.448 INFO O| Download: 12310/15862 items 141.1/176.4MB 80% complete (4.0M/s) |
3951 | 2024-12-21T05:23:11.347Z | [ host-image] Dec 21 05:23:09.723 INFO O| Dec 21 05:23:09.723 INFO O| Download: Completed 199.66 MB in 150.49 seconds (1.3M/s) |
3952 | 2024-12-21T05:23:12.716Z | [ host-image] Dec 21 05:23:11.092 INFO O| Dec 21 05:23:11.092 INFO O| Actions: 1/49485 actions (Installing new actions) |
3953 | 2024-12-21T05:23:16.075Z | [ recovery-image] Dec 21 05:23:14.450 INFO O| Dec 21 05:23:14.450 INFO O| Download: 13400/15862 items 145.8/176.4MB 82% complete (1.8M/s) |
3954 | 2024-12-21T05:23:17.717Z | [ host-image] Dec 21 05:23:16.092 INFO O| Dec 21 05:23:16.092 INFO O| Actions: 10564/49485 actions (Installing new actions) |
3955 | 2024-12-21T05:23:21.084Z | [ recovery-image] Dec 21 05:23:19.458 INFO O| Dec 21 05:23:19.458 INFO O| Download: 14265/15862 items 149.3/176.4MB 84% complete (840k/s) |
3956 | 2024-12-21T05:23:22.718Z | [ host-image] Dec 21 05:23:21.093 INFO O| Dec 21 05:23:21.093 INFO O| Actions: 17215/49485 actions (Installing new actions) |
3957 | 2024-12-21T05:23:26.586Z | [ recovery-image] Dec 21 05:23:24.960 INFO O| Dec 21 05:23:24.960 INFO O| Download: 14769/15862 items 156.4/176.4MB 88% complete (1.1M/s) |
3958 | 2024-12-21T05:23:27.719Z | [ host-image] Dec 21 05:23:26.093 INFO O| Dec 21 05:23:26.093 INFO O| Actions: 23878/49485 actions (Installing new actions) |
3959 | 2024-12-21T05:23:31.592Z | [ recovery-image] Dec 21 05:23:29.965 INFO O| Dec 21 05:23:29.965 INFO O| Download: 15339/15862 items 163.3/176.4MB 92% complete (1.3M/s) |
3960 | 2024-12-21T05:23:32.930Z | [ host-image] Dec 21 05:23:31.303 INFO O| Dec 21 05:23:31.303 INFO O| Actions: 48930/49485 actions (Installing new actions) |
3961 | 2024-12-21T05:23:34.214Z | [ host-image] Dec 21 05:23:32.588 INFO O| Dec 21 05:23:32.588 INFO O| Actions: Completed 49485 actions in 21.49 seconds. |
3962 | 2024-12-21T05:23:35.048Z | [ host-image] Dec 21 05:23:33.421 INFO O| Dec 21 05:23:33.421 INFO O| Done |
3963 | 2024-12-21T05:23:35.048Z | [ host-image] Dec 21 05:23:33.421 INFO O| Dec 21 05:23:33.421 INFO O| Done |
3964 | 2024-12-21T05:23:36.703Z | [ host-image] Dec 21 05:23:35.076 INFO O| Dec 21 05:23:35.075 INFO O| Done |
3965 | 2024-12-21T05:23:36.989Z | [ recovery-image] Dec 21 05:23:35.363 INFO O| Dec 21 05:23:35.363 INFO O| Download: 15835/15862 items 175.2/176.4MB 99% complete (1.9M/s) |
3966 | 2024-12-21T05:23:37.470Z | [ recovery-image] Dec 21 05:23:35.843 INFO O| Dec 21 05:23:35.843 INFO O| Download: Completed 176.38 MB in 123.52 seconds (1.4M/s) |
3967 | 2024-12-21T05:23:38.909Z | [ recovery-image] Dec 21 05:23:37.282 INFO O| Dec 21 05:23:37.282 INFO O| Actions: 1/25028 actions (Installing new actions) |
3968 | 2024-12-21T05:23:39.445Z | [ host-image] Dec 21 05:23:37.817 INFO O| Dec 21 05:23:37.817 INFO O| Done |
3969 | 2024-12-21T05:23:39.509Z | [ host-image] Dec 21 05:23:37.882 INFO O| Dec 21 05:23:37.882 INFO O| Done |
3970 | 2024-12-21T05:23:43.910Z | [ recovery-image] Dec 21 05:23:42.282 INFO O| Dec 21 05:23:42.282 INFO O| Actions: 8337/25028 actions (Installing new actions) |
3971 | 2024-12-21T05:23:47.878Z | [ host-image] Dec 21 05:23:46.249 INFO O| Dec 21 05:23:46.249 INFO O| Done |
3972 | 2024-12-21T05:23:48.910Z | [ recovery-image] Dec 21 05:23:47.282 INFO O| Dec 21 05:23:47.282 INFO O| Actions: 14714/25028 actions (Installing new actions) |
3973 | 2024-12-21T05:23:49.391Z | [ host-image] Dec 21 05:23:47.763 INFO O| Dec 21 05:23:47.763 INFO O| Done |
3974 | 2024-12-21T05:23:50.469Z | [ host-image] Dec 21 05:23:48.840 INFO O| Dec 21 05:23:48.840 INFO STEP 11 (pkg_install) COMPLETE |
3975 | 2024-12-21T05:23:50.469Z | [ host-image] Dec 21 05:23:48.840 INFO O| Dec 21 05:23:48.840 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3976 | 2024-12-21T05:23:50.497Z | [ host-image] Dec 21 05:23:48.869 INFO O| Dec 21 05:23:48.868 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"] |
3977 | 2024-12-21T05:23:53.914Z | [ recovery-image] Dec 21 05:23:52.286 INFO O| Dec 21 05:23:52.286 INFO O| Actions: 24533/25028 actions (Installing new actions) |
3978 | 2024-12-21T05:23:54.524Z | [ host-image] Dec 21 05:23:52.895 INFO O| Dec 21 05:23:52.895 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3979 | 2024-12-21T05:23:55.065Z | [ recovery-image] Dec 21 05:23:53.437 INFO O| Dec 21 05:23:53.436 INFO O| Actions: Completed 25028 actions in 16.15 seconds. |
3980 | 2024-12-21T05:23:56.032Z | [ recovery-image] Dec 21 05:23:54.403 INFO O| Dec 21 05:23:54.403 INFO O| Done |
3981 | 2024-12-21T05:23:56.032Z | [ recovery-image] Dec 21 05:23:54.403 INFO O| Dec 21 05:23:54.403 INFO O| Done |
3982 | 2024-12-21T05:23:57.852Z | [ recovery-image] Dec 21 05:23:56.223 INFO O| Dec 21 05:23:56.223 INFO O| Done |
3983 | 2024-12-21T05:23:59.808Z | [ recovery-image] Dec 21 05:23:58.179 INFO O| Dec 21 05:23:58.179 INFO O| Done |
3984 | 2024-12-21T05:23:59.856Z | [ recovery-image] Dec 21 05:23:58.227 INFO O| Dec 21 05:23:58.227 INFO O| Done |
3985 | 2024-12-21T05:24:00.074Z | [ host-image] Dec 21 05:23:58.445 INFO O| Dec 21 05:23:58.445 INFO O| Planning: Solver setup ... Done |
3986 | 2024-12-21T05:24:00.081Z | [ host-image] Dec 21 05:23:58.452 INFO O| Dec 21 05:23:58.452 INFO O| Planning: Running solver ... Done |
3987 | 2024-12-21T05:24:00.193Z | [ host-image] Dec 21 05:23:58.564 INFO O| Dec 21 05:23:58.564 INFO O| Planning: Finding local manifests ... Done |
3988 | 2024-12-21T05:24:00.196Z | [ host-image] Dec 21 05:23:58.566 INFO O| Dec 21 05:23:58.566 INFO O| Planning: Fetching manifests: 0/5 0% complete |
3989 | 2024-12-21T05:24:00.478Z | [ host-image] Dec 21 05:23:58.849 INFO O| Dec 21 05:23:58.849 INFO O| Planning: Fetching manifests: 5/5 100% complete |
3990 | 2024-12-21T05:24:00.541Z | [ host-image] Dec 21 05:23:58.911 INFO O| Dec 21 05:23:58.911 INFO O| Planning: Package planning ... Done |
3991 | 2024-12-21T05:24:00.548Z | [ host-image] Dec 21 05:23:58.919 INFO O| Dec 21 05:23:58.918 INFO O| Planning: Merging actions ... Done |
3992 | 2024-12-21T05:24:00.737Z | [ host-image] Dec 21 05:23:59.107 INFO O| Dec 21 05:23:59.107 INFO O| Planning: Checking for conflicting actions ... Done |
3993 | 2024-12-21T05:24:00.740Z | [ host-image] Dec 21 05:23:59.109 INFO O| Dec 21 05:23:59.109 INFO O| Planning: Consolidating action changes ... Done |
3994 | 2024-12-21T05:24:01.270Z | [ host-image] Dec 21 05:23:59.640 INFO O| Dec 21 05:23:59.607 INFO O| Planning: Evaluating mediators ... Done |
3995 | 2024-12-21T05:24:01.270Z | [ host-image] Dec 21 05:23:59.641 INFO O| Dec 21 05:23:59.609 INFO O| Planning: Planning completed in 6.71 seconds |
3996 | 2024-12-21T05:24:01.273Z | [ host-image] Dec 21 05:23:59.641 INFO O| Dec 21 05:23:59.612 INFO O| Packages to install: 5 |
3997 | 2024-12-21T05:24:01.273Z | [ host-image] Dec 21 05:23:59.641 INFO O| Dec 21 05:23:59.612 INFO O| Services to change: 2 |
3998 | 2024-12-21T05:24:01.273Z | [ host-image] Dec 21 05:23:59.641 INFO O| Dec 21 05:23:59.632 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
3999 | 2024-12-21T05:24:02.721Z | [ host-image] Dec 21 05:24:01.092 INFO O| Dec 21 05:24:01.092 INFO O| Download: Completed 1.45 MB in 1.46 seconds (1014k/s) |
4000 | 2024-12-21T05:24:02.836Z | [ host-image] Dec 21 05:24:01.155 INFO O| Dec 21 05:24:01.155 INFO O| Actions: 1/305 actions (Installing new actions) |
4001 | 2024-12-21T05:24:02.969Z | [ host-image] Dec 21 05:24:01.340 INFO O| Dec 21 05:24:01.339 INFO O| Actions: Completed 305 actions in 0.18 seconds. |
4002 | 2024-12-21T05:24:03.678Z | [ host-image] Dec 21 05:24:02.048 INFO O| Dec 21 05:24:02.048 INFO O| Done |
4003 | 2024-12-21T05:24:03.678Z | [ host-image] Dec 21 05:24:02.048 INFO O| Dec 21 05:24:02.048 INFO O| Done |
4004 | 2024-12-21T05:24:04.992Z | [ recovery-image] Dec 21 05:24:03.345 INFO O| Dec 21 05:24:03.345 INFO O| Done |
4005 | 2024-12-21T05:24:05.250Z | [ host-image] Dec 21 05:24:03.620 INFO O| Dec 21 05:24:03.620 INFO O| Done |
4006 | 2024-12-21T05:24:05.663Z | [ recovery-image] Dec 21 05:24:04.033 INFO O| Dec 21 05:24:04.033 INFO O| Done |
4007 | 2024-12-21T05:24:06.215Z | [ recovery-image] Dec 21 05:24:04.585 INFO O| Dec 21 05:24:04.585 INFO STEP 11 (pkg_install) COMPLETE |
4008 | 2024-12-21T05:24:06.215Z | [ recovery-image] Dec 21 05:24:04.585 INFO O| Dec 21 05:24:04.585 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4009 | 2024-12-21T05:24:06.215Z | [ recovery-image] Dec 21 05:24:04.586 INFO O| Dec 21 05:24:04.585 INFO skip step because feature "recovery" is enabled |
4010 | 2024-12-21T05:24:06.218Z | [ recovery-image] Dec 21 05:24:04.586 INFO O| Dec 21 05:24:04.585 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4011 | 2024-12-21T05:24:06.218Z | [ recovery-image] Dec 21 05:24:04.586 INFO O| Dec 21 05:24:04.585 INFO skip step because feature "omicron1" is not enabled |
4012 | 2024-12-21T05:24:06.218Z | [ recovery-image] Dec 21 05:24:04.586 INFO O| Dec 21 05:24:04.585 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4013 | 2024-12-21T05:24:06.235Z | [ recovery-image] Dec 21 05:24:04.605 INFO O| Dec 21 05:24:04.605 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
4014 | 2024-12-21T05:24:07.369Z | [ recovery-image] Dec 21 05:24:05.739 INFO O| Dec 21 05:24:05.739 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4015 | 2024-12-21T05:24:08.132Z | [ host-image] Dec 21 05:24:06.502 INFO O| Dec 21 05:24:06.502 INFO O| Done |
4016 | 2024-12-21T05:24:08.208Z | [ host-image] Dec 21 05:24:06.578 INFO O| Dec 21 05:24:06.578 INFO O| Done |
4017 | 2024-12-21T05:24:08.211Z | [ host-image] Dec 21 05:24:06.579 INFO O| Dec 21 05:24:06.579 INFO O| Done |
4018 | 2024-12-21T05:24:08.234Z | [ host-image] Dec 21 05:24:06.604 INFO O| Dec 21 05:24:06.604 INFO O| Done |
4019 | 2024-12-21T05:24:08.440Z | [ host-image] Dec 21 05:24:06.810 INFO O| Dec 21 05:24:06.810 INFO STEP 12 (pkg_install) COMPLETE |
4020 | 2024-12-21T05:24:08.440Z | [ host-image] Dec 21 05:24:06.810 INFO O| Dec 21 05:24:06.810 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4021 | 2024-12-21T05:24:08.460Z | [ host-image] Dec 21 05:24:06.830 INFO O| Dec 21 05:24:06.830 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4022 | 2024-12-21T05:24:09.831Z | [ host-image] Dec 21 05:24:08.201 INFO O| Dec 21 05:24:08.201 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4023 | 2024-12-21T05:24:11.639Z | [ recovery-image] Dec 21 05:24:10.009 INFO O| Dec 21 05:24:10.008 INFO O| Planning: Solver setup ... Done |
4024 | 2024-12-21T05:24:11.665Z | [ recovery-image] Dec 21 05:24:10.035 INFO O| Dec 21 05:24:10.035 INFO O| Planning: Running solver ... Done |
4025 | 2024-12-21T05:24:11.761Z | [ recovery-image] Dec 21 05:24:10.131 INFO O| Dec 21 05:24:10.131 INFO O| Planning: Finding local manifests ... Done |
4026 | 2024-12-21T05:24:11.764Z | [ recovery-image] Dec 21 05:24:10.132 INFO O| Dec 21 05:24:10.132 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4027 | 2024-12-21T05:24:11.957Z | [ recovery-image] Dec 21 05:24:10.327 INFO O| Dec 21 05:24:10.326 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4028 | 2024-12-21T05:24:11.998Z | [ recovery-image] Dec 21 05:24:10.368 INFO O| Dec 21 05:24:10.368 INFO O| Planning: Package planning ... Done |
4029 | 2024-12-21T05:24:12.001Z | [ recovery-image] Dec 21 05:24:10.368 INFO O| Dec 21 05:24:10.368 INFO O| Planning: Merging actions ... Done |
4030 | 2024-12-21T05:24:12.078Z | [ recovery-image] Dec 21 05:24:10.448 INFO O| Dec 21 05:24:10.447 INFO O| Planning: Checking for conflicting actions ... Done |
4031 | 2024-12-21T05:24:12.081Z | [ recovery-image] Dec 21 05:24:10.448 INFO O| Dec 21 05:24:10.448 INFO O| Planning: Consolidating action changes ... Done |
4032 | 2024-12-21T05:24:12.464Z | [ recovery-image] Dec 21 05:24:10.834 INFO O| Dec 21 05:24:10.834 INFO O| Planning: Evaluating mediators ... Done |
4033 | 2024-12-21T05:24:12.467Z | [ recovery-image] Dec 21 05:24:10.834 INFO O| Dec 21 05:24:10.834 INFO O| Planning: Planning completed in 5.10 seconds |
4034 | 2024-12-21T05:24:12.470Z | [ recovery-image] Dec 21 05:24:10.837 INFO O| Dec 21 05:24:10.837 INFO O| Packages to install: 1 |
4035 | 2024-12-21T05:24:12.491Z | [ recovery-image] Dec 21 05:24:10.860 INFO O| Dec 21 05:24:10.860 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4036 | 2024-12-21T05:24:13.120Z | [ recovery-image] Dec 21 05:24:11.490 INFO O| Dec 21 05:24:11.490 INFO O| Download: Completed 9.99 MB in 0.63 seconds (15.9M/s) |
4037 | 2024-12-21T05:24:13.267Z | [ recovery-image] Dec 21 05:24:11.636 INFO O| Dec 21 05:24:11.636 INFO O| Actions: 1/22 actions (Installing new actions) |
4038 | 2024-12-21T05:24:13.725Z | [ recovery-image] Dec 21 05:24:12.094 INFO O| Dec 21 05:24:12.094 INFO O| Actions: Completed 22 actions in 0.46 seconds. |
4039 | 2024-12-21T05:24:14.183Z | [ recovery-image] Dec 21 05:24:12.553 INFO O| Dec 21 05:24:12.552 INFO O| Done |
4040 | 2024-12-21T05:24:14.186Z | [ recovery-image] Dec 21 05:24:12.553 INFO O| Dec 21 05:24:12.553 INFO O| Done |
4041 | 2024-12-21T05:24:14.249Z | [ host-image] Dec 21 05:24:12.618 INFO O| Dec 21 05:24:12.618 INFO O| Planning: Solver setup ... Done |
4042 | 2024-12-21T05:24:14.257Z | [ host-image] Dec 21 05:24:12.626 INFO O| Dec 21 05:24:12.626 INFO O| Planning: Running solver ... Done |
4043 | 2024-12-21T05:24:14.386Z | [ host-image] Dec 21 05:24:12.755 INFO O| Dec 21 05:24:12.755 INFO O| Planning: Finding local manifests ... Done |
4044 | 2024-12-21T05:24:14.389Z | [ host-image] Dec 21 05:24:12.758 INFO O| Dec 21 05:24:12.758 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4045 | 2024-12-21T05:24:14.782Z | [ host-image] Dec 21 05:24:13.151 INFO O| Dec 21 05:24:13.151 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4046 | 2024-12-21T05:24:14.856Z | [ host-image] Dec 21 05:24:13.226 INFO O| Dec 21 05:24:13.226 INFO O| Planning: Package planning ... Done |
4047 | 2024-12-21T05:24:14.898Z | [ host-image] Dec 21 05:24:13.268 INFO O| Dec 21 05:24:13.267 INFO O| Planning: Merging actions ... Done |
4048 | 2024-12-21T05:24:15.094Z | [ host-image] Dec 21 05:24:13.463 INFO O| Dec 21 05:24:13.463 INFO O| Planning: Checking for conflicting actions ... Done |
4049 | 2024-12-21T05:24:15.101Z | [ host-image] Dec 21 05:24:13.471 INFO O| Dec 21 05:24:13.471 INFO O| Planning: Consolidating action changes ... Done |
4050 | 2024-12-21T05:24:15.528Z | [ recovery-image] Dec 21 05:24:13.897 INFO O| Dec 21 05:24:13.897 INFO O| Done |
4051 | 2024-12-21T05:24:15.539Z | [ host-image] Dec 21 05:24:13.907 INFO O| Dec 21 05:24:13.907 INFO O| Planning: Evaluating mediators ... Done |
4052 | 2024-12-21T05:24:15.543Z | [ host-image] Dec 21 05:24:13.912 INFO O| Dec 21 05:24:13.912 INFO O| Planning: Planning completed in 5.71 seconds |
4053 | 2024-12-21T05:24:15.546Z | [ host-image] Dec 21 05:24:13.915 INFO O| Dec 21 05:24:13.915 INFO O| Packages to install: 6 |
4054 | 2024-12-21T05:24:15.546Z | [ host-image] Dec 21 05:24:13.915 INFO O| Dec 21 05:24:13.915 INFO O| Mediators to change: 1 |
4055 | 2024-12-21T05:24:15.549Z | [ host-image] Dec 21 05:24:13.915 INFO O| Dec 21 05:24:13.915 INFO O| Services to change: 1 |
4056 | 2024-12-21T05:24:15.584Z | [ host-image] Dec 21 05:24:13.953 INFO O| Dec 21 05:24:13.953 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4057 | 2024-12-21T05:24:17.434Z | [ recovery-image] Dec 21 05:24:15.803 INFO O| Dec 21 05:24:15.803 INFO O| Done |
4058 | 2024-12-21T05:24:17.457Z | [ recovery-image] Dec 21 05:24:15.826 INFO O| Dec 21 05:24:15.826 INFO O| Done |
4059 | 2024-12-21T05:24:17.460Z | [ recovery-image] Dec 21 05:24:15.826 INFO O| Dec 21 05:24:15.826 INFO O| Done |
4060 | 2024-12-21T05:24:17.476Z | [ recovery-image] Dec 21 05:24:15.845 INFO O| Dec 21 05:24:15.845 INFO O| Done |
4061 | 2024-12-21T05:24:17.696Z | [ recovery-image] Dec 21 05:24:16.063 INFO O| Dec 21 05:24:16.063 INFO STEP 14 (pkg_install) COMPLETE |
4062 | 2024-12-21T05:24:17.696Z | [ recovery-image] Dec 21 05:24:16.063 INFO O| Dec 21 05:24:16.063 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4063 | 2024-12-21T05:24:17.696Z | [ recovery-image] Dec 21 05:24:16.063 INFO O| Dec 21 05:24:16.063 INFO skip step because feature "mfg" is not enabled |
4064 | 2024-12-21T05:24:17.699Z | [ recovery-image] Dec 21 05:24:16.063 INFO O| Dec 21 05:24:16.063 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4065 | 2024-12-21T05:24:17.699Z | [ recovery-image] Dec 21 05:24:16.063 INFO O| Dec 21 05:24:16.063 INFO skip step because feature "compliance" is not enabled |
4066 | 2024-12-21T05:24:17.699Z | [ recovery-image] Dec 21 05:24:16.063 INFO O| Dec 21 05:24:16.063 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4067 | 2024-12-21T05:24:17.699Z | [ recovery-image] Dec 21 05:24:16.063 INFO O| Dec 21 05:24:16.063 INFO skip step because feature "stress" is not enabled |
4068 | 2024-12-21T05:24:17.699Z | [ recovery-image] Dec 21 05:24:16.063 INFO O| Dec 21 05:24:16.063 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4069 | 2024-12-21T05:24:17.699Z | [ recovery-image] Dec 21 05:24:16.063 INFO O| Dec 21 05:24:16.063 INFO skip step because feature "nfs" is not enabled |
4070 | 2024-12-21T05:24:17.699Z | [ recovery-image] Dec 21 05:24:16.063 INFO O| Dec 21 05:24:16.063 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4071 | 2024-12-21T05:24:17.700Z | [ recovery-image] Dec 21 05:24:16.063 INFO O| Dec 21 05:24:16.063 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4072 | 2024-12-21T05:24:17.861Z | [ recovery-image] Dec 21 05:24:16.230 INFO O| Dec 21 05:24:16.230 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4073 | 2024-12-21T05:24:18.020Z | [ recovery-image] Dec 21 05:24:16.388 INFO O| Dec 21 05:24:16.388 INFO completed processing gimlet/ramdisk-01-os |
4074 | 2024-12-21T05:24:18.023Z | [ recovery-image] Dec 21 05:24:16.392 INFO image builder template: ramdisk-02-trim... |
4075 | 2024-12-21T05:24:18.026Z | [ recovery-image] Dec 21 05:24:16.392 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/.tmpWHjqRV/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 |
4076 | 2024-12-21T05:24:18.104Z | [ recovery-image] Dec 21 05:24:16.473 INFO O| Dec 21 05:24:16.473 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4077 | 2024-12-21T05:24:18.120Z | [ recovery-image] Dec 21 05:24:16.489 INFO O| Dec 21 05:24:16.489 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4078 | 2024-12-21T05:24:18.307Z | [ recovery-image] Dec 21 05:24:16.676 INFO O| Dec 21 05:24:16.676 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4079 | 2024-12-21T05:24:18.416Z | [ recovery-image] Dec 21 05:24:16.785 INFO O| Dec 21 05:24:16.785 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4080 | 2024-12-21T05:24:18.419Z | [ recovery-image] Dec 21 05:24:16.785 INFO O| Dec 21 05:24:16.785 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4081 | 2024-12-21T05:24:18.427Z | [ recovery-image] Dec 21 05:24:16.796 INFO O| Dec 21 05:24:16.796 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4082 | 2024-12-21T05:24:18.434Z | [ recovery-image] Dec 21 05:24:16.804 INFO O| Dec 21 05:24:16.803 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4083 | 2024-12-21T05:24:18.444Z | [ recovery-image] Dec 21 05:24:16.813 INFO O| Dec 21 05:24:16.813 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4084 | 2024-12-21T05:24:19.032Z | [ recovery-image] Dec 21 05:24:17.401 INFO O| Dec 21 05:24:17.401 INFO rolled back to input snapshot; work may begin |
4085 | 2024-12-21T05:24:19.032Z | [ recovery-image] Dec 21 05:24:17.401 INFO O| Dec 21 05:24:17.401 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4086 | 2024-12-21T05:24:19.058Z | [ recovery-image] Dec 21 05:24:17.427 INFO O| Dec 21 05:24:17.427 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4087 | 2024-12-21T05:24:19.078Z | [ recovery-image] Dec 21 05:24:17.447 INFO O| Dec 21 05:24:17.447 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4088 | 2024-12-21T05:24:19.264Z | [ recovery-image] Dec 21 05:24:17.633 INFO O| Dec 21 05:24:17.629 INFO STEP 0 (remove_files) COMPLETE |
4089 | 2024-12-21T05:24:19.264Z | [ recovery-image] Dec 21 05:24:17.633 INFO O| Dec 21 05:24:17.633 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4090 | 2024-12-21T05:24:19.308Z | [ recovery-image] Dec 21 05:24:17.677 INFO O| Dec 21 05:24:17.677 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4091 | 2024-12-21T05:24:19.312Z | [ recovery-image] Dec 21 05:24:17.680 INFO O| Dec 21 05:24:17.680 INFO STEP 1 (remove_files) COMPLETE |
4092 | 2024-12-21T05:24:19.312Z | [ recovery-image] Dec 21 05:24:17.680 INFO O| Dec 21 05:24:17.680 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4093 | 2024-12-21T05:24:19.332Z | [ recovery-image] Dec 21 05:24:17.700 INFO O| Dec 21 05:24:17.700 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4094 | 2024-12-21T05:24:19.377Z | [ recovery-image] Dec 21 05:24:17.746 INFO O| Dec 21 05:24:17.745 INFO STEP 2 (remove_files) COMPLETE |
4095 | 2024-12-21T05:24:19.377Z | [ recovery-image] Dec 21 05:24:17.746 INFO O| Dec 21 05:24:17.746 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4096 | 2024-12-21T05:24:19.410Z | [ recovery-image] Dec 21 05:24:17.779 INFO O| Dec 21 05:24:17.779 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4097 | 2024-12-21T05:24:19.413Z | [ recovery-image] Dec 21 05:24:17.782 INFO O| Dec 21 05:24:17.782 INFO STEP 3 (remove_files) COMPLETE |
4098 | 2024-12-21T05:24:19.416Z | [ recovery-image] Dec 21 05:24:17.783 INFO O| Dec 21 05:24:17.783 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4099 | 2024-12-21T05:24:19.436Z | [ recovery-image] Dec 21 05:24:17.804 INFO O| Dec 21 05:24:17.804 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4100 | 2024-12-21T05:24:19.443Z | [ recovery-image] Dec 21 05:24:17.812 INFO O| Dec 21 05:24:17.812 INFO STEP 4 (remove_files) COMPLETE |
4101 | 2024-12-21T05:24:19.446Z | [ recovery-image] Dec 21 05:24:17.812 INFO O| Dec 21 05:24:17.812 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4102 | 2024-12-21T05:24:19.465Z | [ recovery-image] Dec 21 05:24:17.834 INFO O| Dec 21 05:24:17.834 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4103 | 2024-12-21T05:24:19.467Z | [ recovery-image] Dec 21 05:24:17.834 INFO O| Dec 21 05:24:17.834 INFO STEP 5 (remove_files) COMPLETE |
4104 | 2024-12-21T05:24:19.468Z | [ recovery-image] Dec 21 05:24:17.834 INFO O| Dec 21 05:24:17.834 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4105 | 2024-12-21T05:24:19.484Z | [ recovery-image] Dec 21 05:24:17.853 INFO O| Dec 21 05:24:17.853 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4106 | 2024-12-21T05:24:19.504Z | [ recovery-image] Dec 21 05:24:17.872 INFO O| Dec 21 05:24:17.872 INFO STEP 6 (remove_files) COMPLETE |
4107 | 2024-12-21T05:24:19.504Z | [ recovery-image] Dec 21 05:24:17.872 INFO O| Dec 21 05:24:17.872 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4108 | 2024-12-21T05:24:19.504Z | [ recovery-image] Dec 21 05:24:17.872 INFO O| Dec 21 05:24:17.872 INFO skip step because feature "recovery" is enabled |
4109 | 2024-12-21T05:24:19.504Z | [ recovery-image] Dec 21 05:24:17.872 INFO O| Dec 21 05:24:17.872 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4110 | 2024-12-21T05:24:19.504Z | [ recovery-image] Dec 21 05:24:17.872 INFO O| Dec 21 05:24:17.872 INFO skip step because feature "recovery" is enabled |
4111 | 2024-12-21T05:24:19.504Z | [ recovery-image] Dec 21 05:24:17.873 INFO O| Dec 21 05:24:17.872 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4112 | 2024-12-21T05:24:19.504Z | [ recovery-image] Dec 21 05:24:17.873 INFO O| Dec 21 05:24:17.873 INFO skip step because feature "recovery" is enabled |
4113 | 2024-12-21T05:24:19.506Z | [ recovery-image] Dec 21 05:24:17.873 INFO O| Dec 21 05:24:17.873 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4114 | 2024-12-21T05:24:19.525Z | [ recovery-image] Dec 21 05:24:17.894 INFO O| Dec 21 05:24:17.894 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4115 | 2024-12-21T05:24:19.532Z | [ recovery-image] Dec 21 05:24:17.901 INFO O| Dec 21 05:24:17.901 INFO STEP 10 (remove_files) COMPLETE |
4116 | 2024-12-21T05:24:19.534Z | [ recovery-image] Dec 21 05:24:17.901 INFO O| Dec 21 05:24:17.901 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4117 | 2024-12-21T05:24:19.551Z | [ recovery-image] Dec 21 05:24:17.920 INFO O| Dec 21 05:24:17.920 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4118 | 2024-12-21T05:24:19.553Z | [ recovery-image] Dec 21 05:24:17.922 INFO O| Dec 21 05:24:17.922 INFO STEP 11 (remove_files) COMPLETE |
4119 | 2024-12-21T05:24:19.554Z | [ recovery-image] Dec 21 05:24:17.922 INFO O| Dec 21 05:24:17.922 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4120 | 2024-12-21T05:24:19.576Z | [ recovery-image] Dec 21 05:24:17.945 INFO O| Dec 21 05:24:17.945 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4121 | 2024-12-21T05:24:19.579Z | [ recovery-image] Dec 21 05:24:17.947 INFO O| Dec 21 05:24:17.947 INFO STEP 12 (remove_files) COMPLETE |
4122 | 2024-12-21T05:24:19.579Z | [ recovery-image] Dec 21 05:24:17.948 INFO O| Dec 21 05:24:17.947 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4123 | 2024-12-21T05:24:19.604Z | [ recovery-image] Dec 21 05:24:17.973 INFO O| Dec 21 05:24:17.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4124 | 2024-12-21T05:24:19.716Z | [ recovery-image] Dec 21 05:24:18.085 INFO O| Dec 21 05:24:18.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4125 | 2024-12-21T05:24:19.731Z | [ recovery-image] Dec 21 05:24:18.100 INFO O| Dec 21 05:24:18.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4126 | 2024-12-21T05:24:19.736Z | [ recovery-image] Dec 21 05:24:18.105 INFO O| Dec 21 05:24:18.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4127 | 2024-12-21T05:24:19.742Z | [ recovery-image] Dec 21 05:24:18.111 INFO O| Dec 21 05:24:18.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4128 | 2024-12-21T05:24:20.059Z | [ recovery-image] Dec 21 05:24:18.428 INFO O| Dec 21 05:24:18.428 INFO STEP 13 (remove_files) COMPLETE |
4129 | 2024-12-21T05:24:20.059Z | [ recovery-image] Dec 21 05:24:18.428 INFO O| Dec 21 05:24:18.428 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4130 | 2024-12-21T05:24:20.094Z | [ recovery-image] Dec 21 05:24:18.463 INFO O| Dec 21 05:24:18.463 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4131 | 2024-12-21T05:24:20.097Z | [ recovery-image] Dec 21 05:24:18.465 INFO O| Dec 21 05:24:18.465 INFO STEP 14 (remove_files) COMPLETE |
4132 | 2024-12-21T05:24:20.097Z | [ recovery-image] Dec 21 05:24:18.465 INFO O| Dec 21 05:24:18.465 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4133 | 2024-12-21T05:24:20.116Z | [ recovery-image] Dec 21 05:24:18.485 INFO O| Dec 21 05:24:18.485 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4134 | 2024-12-21T05:24:20.126Z | [ recovery-image] Dec 21 05:24:18.495 INFO O| Dec 21 05:24:18.495 INFO STEP 15 (remove_files) COMPLETE |
4135 | 2024-12-21T05:24:20.127Z | [ recovery-image] Dec 21 05:24:18.495 INFO O| Dec 21 05:24:18.495 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4136 | 2024-12-21T05:24:20.146Z | [ recovery-image] Dec 21 05:24:18.515 INFO O| Dec 21 05:24:18.515 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4137 | 2024-12-21T05:24:20.149Z | [ recovery-image] Dec 21 05:24:18.516 INFO O| Dec 21 05:24:18.516 INFO STEP 16 (remove_files) COMPLETE |
4138 | 2024-12-21T05:24:20.149Z | [ recovery-image] Dec 21 05:24:18.516 INFO O| Dec 21 05:24:18.516 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4139 | 2024-12-21T05:24:20.166Z | [ recovery-image] Dec 21 05:24:18.534 INFO O| Dec 21 05:24:18.534 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4140 | 2024-12-21T05:24:20.168Z | [ recovery-image] Dec 21 05:24:18.537 INFO O| Dec 21 05:24:18.537 INFO STEP 17 (remove_files) COMPLETE |
4141 | 2024-12-21T05:24:20.168Z | [ recovery-image] Dec 21 05:24:18.537 INFO O| Dec 21 05:24:18.537 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4142 | 2024-12-21T05:24:20.186Z | [ recovery-image] Dec 21 05:24:18.555 INFO O| Dec 21 05:24:18.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4143 | 2024-12-21T05:24:20.187Z | [ recovery-image] Dec 21 05:24:18.555 INFO O| Dec 21 05:24:18.555 INFO STEP 18 (remove_files) COMPLETE |
4144 | 2024-12-21T05:24:20.187Z | [ recovery-image] Dec 21 05:24:18.555 INFO O| Dec 21 05:24:18.555 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4145 | 2024-12-21T05:24:20.205Z | [ recovery-image] Dec 21 05:24:18.574 INFO O| Dec 21 05:24:18.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4146 | 2024-12-21T05:24:20.205Z | [ recovery-image] Dec 21 05:24:18.574 INFO O| Dec 21 05:24:18.574 INFO STEP 19 (remove_files) COMPLETE |
4147 | 2024-12-21T05:24:20.205Z | [ recovery-image] Dec 21 05:24:18.574 INFO O| Dec 21 05:24:18.574 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4148 | 2024-12-21T05:24:20.242Z | [ recovery-image] Dec 21 05:24:18.609 INFO O| Dec 21 05:24:18.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4149 | 2024-12-21T05:24:20.242Z | [ recovery-image] Dec 21 05:24:18.609 INFO O| Dec 21 05:24:18.609 INFO STEP 20 (remove_files) COMPLETE |
4150 | 2024-12-21T05:24:20.245Z | [ recovery-image] Dec 21 05:24:18.609 INFO O| Dec 21 05:24:18.609 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4151 | 2024-12-21T05:24:20.259Z | [ recovery-image] Dec 21 05:24:18.627 INFO O| Dec 21 05:24:18.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4152 | 2024-12-21T05:24:20.259Z | [ recovery-image] Dec 21 05:24:18.627 INFO O| Dec 21 05:24:18.627 INFO STEP 21 (remove_files) COMPLETE |
4153 | 2024-12-21T05:24:20.261Z | [ recovery-image] Dec 21 05:24:18.627 INFO O| Dec 21 05:24:18.627 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4154 | 2024-12-21T05:24:20.275Z | [ recovery-image] Dec 21 05:24:18.644 INFO O| Dec 21 05:24:18.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4155 | 2024-12-21T05:24:20.275Z | [ recovery-image] Dec 21 05:24:18.644 INFO O| Dec 21 05:24:18.644 INFO STEP 22 (remove_files) COMPLETE |
4156 | 2024-12-21T05:24:20.278Z | [ recovery-image] Dec 21 05:24:18.644 INFO O| Dec 21 05:24:18.644 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4157 | 2024-12-21T05:24:20.293Z | [ recovery-image] Dec 21 05:24:18.662 INFO O| Dec 21 05:24:18.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4158 | 2024-12-21T05:24:20.293Z | [ recovery-image] Dec 21 05:24:18.662 INFO O| Dec 21 05:24:18.662 INFO STEP 23 (remove_files) COMPLETE |
4159 | 2024-12-21T05:24:20.295Z | [ recovery-image] Dec 21 05:24:18.662 INFO O| Dec 21 05:24:18.662 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4160 | 2024-12-21T05:24:20.326Z | [ recovery-image] Dec 21 05:24:18.695 INFO O| Dec 21 05:24:18.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4161 | 2024-12-21T05:24:20.326Z | [ recovery-image] Dec 21 05:24:18.695 INFO O| Dec 21 05:24:18.695 INFO STEP 24 (remove_files) COMPLETE |
4162 | 2024-12-21T05:24:20.330Z | [ recovery-image] Dec 21 05:24:18.695 INFO O| Dec 21 05:24:18.695 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4163 | 2024-12-21T05:24:20.344Z | [ recovery-image] Dec 21 05:24:18.713 INFO O| Dec 21 05:24:18.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4164 | 2024-12-21T05:24:20.344Z | [ recovery-image] Dec 21 05:24:18.713 INFO O| Dec 21 05:24:18.713 INFO STEP 25 (remove_files) COMPLETE |
4165 | 2024-12-21T05:24:20.344Z | [ recovery-image] Dec 21 05:24:18.713 INFO O| Dec 21 05:24:18.713 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4166 | 2024-12-21T05:24:20.361Z | [ recovery-image] Dec 21 05:24:18.730 INFO O| Dec 21 05:24:18.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4167 | 2024-12-21T05:24:20.362Z | [ recovery-image] Dec 21 05:24:18.730 INFO O| Dec 21 05:24:18.730 INFO STEP 26 (remove_files) COMPLETE |
4168 | 2024-12-21T05:24:20.362Z | [ recovery-image] Dec 21 05:24:18.731 INFO O| Dec 21 05:24:18.730 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4169 | 2024-12-21T05:24:20.379Z | [ recovery-image] Dec 21 05:24:18.748 INFO O| Dec 21 05:24:18.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4170 | 2024-12-21T05:24:20.379Z | [ recovery-image] Dec 21 05:24:18.748 INFO O| Dec 21 05:24:18.748 INFO STEP 27 (remove_files) COMPLETE |
4171 | 2024-12-21T05:24:20.382Z | [ recovery-image] Dec 21 05:24:18.748 INFO O| Dec 21 05:24:18.748 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4172 | 2024-12-21T05:24:20.397Z | [ recovery-image] Dec 21 05:24:18.765 INFO O| Dec 21 05:24:18.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4173 | 2024-12-21T05:24:20.400Z | [ recovery-image] Dec 21 05:24:18.765 INFO O| Dec 21 05:24:18.765 INFO STEP 28 (remove_files) COMPLETE |
4174 | 2024-12-21T05:24:20.400Z | [ recovery-image] Dec 21 05:24:18.766 INFO O| Dec 21 05:24:18.765 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4175 | 2024-12-21T05:24:20.415Z | [ recovery-image] Dec 21 05:24:18.783 INFO O| Dec 21 05:24:18.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4176 | 2024-12-21T05:24:20.415Z | [ recovery-image] Dec 21 05:24:18.784 INFO O| Dec 21 05:24:18.783 INFO STEP 29 (remove_files) COMPLETE |
4177 | 2024-12-21T05:24:20.417Z | [ recovery-image] Dec 21 05:24:18.784 INFO O| Dec 21 05:24:18.784 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4178 | 2024-12-21T05:24:20.433Z | [ recovery-image] Dec 21 05:24:18.802 INFO O| Dec 21 05:24:18.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4179 | 2024-12-21T05:24:20.433Z | [ recovery-image] Dec 21 05:24:18.802 INFO O| Dec 21 05:24:18.802 INFO STEP 30 (remove_files) COMPLETE |
4180 | 2024-12-21T05:24:20.433Z | [ recovery-image] Dec 21 05:24:18.802 INFO O| Dec 21 05:24:18.802 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4181 | 2024-12-21T05:24:20.452Z | [ recovery-image] Dec 21 05:24:18.819 INFO O| Dec 21 05:24:18.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4182 | 2024-12-21T05:24:20.452Z | [ recovery-image] Dec 21 05:24:18.819 INFO O| Dec 21 05:24:18.819 INFO STEP 31 (remove_files) COMPLETE |
4183 | 2024-12-21T05:24:20.455Z | [ recovery-image] Dec 21 05:24:18.819 INFO O| Dec 21 05:24:18.819 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4184 | 2024-12-21T05:24:20.468Z | [ recovery-image] Dec 21 05:24:18.837 INFO O| Dec 21 05:24:18.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4185 | 2024-12-21T05:24:20.468Z | [ recovery-image] Dec 21 05:24:18.837 INFO O| Dec 21 05:24:18.837 INFO STEP 32 (remove_files) COMPLETE |
4186 | 2024-12-21T05:24:20.469Z | [ recovery-image] Dec 21 05:24:18.837 INFO O| Dec 21 05:24:18.837 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4187 | 2024-12-21T05:24:20.508Z | [ recovery-image] Dec 21 05:24:18.876 INFO O| Dec 21 05:24:18.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4188 | 2024-12-21T05:24:20.510Z | [ recovery-image] Dec 21 05:24:18.877 INFO O| Dec 21 05:24:18.876 INFO STEP 33 (remove_files) COMPLETE |
4189 | 2024-12-21T05:24:20.510Z | [ recovery-image] Dec 21 05:24:18.877 INFO O| Dec 21 05:24:18.877 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4190 | 2024-12-21T05:24:20.530Z | [ recovery-image] Dec 21 05:24:18.899 INFO O| Dec 21 05:24:18.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4191 | 2024-12-21T05:24:20.530Z | [ recovery-image] Dec 21 05:24:18.899 INFO O| Dec 21 05:24:18.899 INFO STEP 34 (remove_files) COMPLETE |
4192 | 2024-12-21T05:24:20.530Z | [ recovery-image] Dec 21 05:24:18.899 INFO O| Dec 21 05:24:18.899 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4193 | 2024-12-21T05:24:20.554Z | [ recovery-image] Dec 21 05:24:18.923 INFO O| Dec 21 05:24:18.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4194 | 2024-12-21T05:24:20.557Z | [ recovery-image] Dec 21 05:24:18.923 INFO O| Dec 21 05:24:18.923 INFO STEP 35 (remove_files) COMPLETE |
4195 | 2024-12-21T05:24:20.557Z | [ recovery-image] Dec 21 05:24:18.924 INFO O| Dec 21 05:24:18.923 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4196 | 2024-12-21T05:24:20.574Z | [ recovery-image] Dec 21 05:24:18.943 INFO O| Dec 21 05:24:18.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4197 | 2024-12-21T05:24:20.576Z | [ recovery-image] Dec 21 05:24:18.943 INFO O| Dec 21 05:24:18.943 INFO STEP 36 (remove_files) COMPLETE |
4198 | 2024-12-21T05:24:20.576Z | [ recovery-image] Dec 21 05:24:18.943 INFO O| Dec 21 05:24:18.943 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4199 | 2024-12-21T05:24:20.587Z | [ host-image] Dec 21 05:24:18.956 INFO O| Dec 21 05:24:18.956 INFO O| Download: 1063/1140 items 3.5/8.4MB 41% complete (733k/s) |
4200 | 2024-12-21T05:24:20.640Z | [ recovery-image] Dec 21 05:24:19.008 INFO O| Dec 21 05:24:19.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4201 | 2024-12-21T05:24:20.640Z | [ recovery-image] Dec 21 05:24:19.009 INFO O| Dec 21 05:24:19.009 INFO STEP 37 (remove_files) COMPLETE |
4202 | 2024-12-21T05:24:20.640Z | [ recovery-image] Dec 21 05:24:19.009 INFO O| Dec 21 05:24:19.009 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4203 | 2024-12-21T05:24:20.667Z | [ recovery-image] Dec 21 05:24:19.035 INFO O| Dec 21 05:24:19.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4204 | 2024-12-21T05:24:20.667Z | [ recovery-image] Dec 21 05:24:19.035 INFO O| Dec 21 05:24:19.035 INFO STEP 38 (remove_files) COMPLETE |
4205 | 2024-12-21T05:24:20.670Z | [ recovery-image] Dec 21 05:24:19.035 INFO O| Dec 21 05:24:19.035 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4206 | 2024-12-21T05:24:20.690Z | [ recovery-image] Dec 21 05:24:19.058 INFO O| Dec 21 05:24:19.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4207 | 2024-12-21T05:24:20.690Z | [ recovery-image] Dec 21 05:24:19.058 INFO O| Dec 21 05:24:19.058 INFO STEP 39 (remove_files) COMPLETE |
4208 | 2024-12-21T05:24:20.690Z | [ recovery-image] Dec 21 05:24:19.058 INFO O| Dec 21 05:24:19.058 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4209 | 2024-12-21T05:24:20.714Z | [ recovery-image] Dec 21 05:24:19.083 INFO O| Dec 21 05:24:19.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4210 | 2024-12-21T05:24:20.715Z | [ recovery-image] Dec 21 05:24:19.083 INFO O| Dec 21 05:24:19.083 INFO STEP 40 (remove_files) COMPLETE |
4211 | 2024-12-21T05:24:20.715Z | [ recovery-image] Dec 21 05:24:19.083 INFO O| Dec 21 05:24:19.083 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4212 | 2024-12-21T05:24:20.732Z | [ recovery-image] Dec 21 05:24:19.101 INFO O| Dec 21 05:24:19.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4213 | 2024-12-21T05:24:20.732Z | [ recovery-image] Dec 21 05:24:19.101 INFO O| Dec 21 05:24:19.101 INFO STEP 41 (remove_files) COMPLETE |
4214 | 2024-12-21T05:24:20.732Z | [ recovery-image] Dec 21 05:24:19.101 INFO O| Dec 21 05:24:19.101 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4215 | 2024-12-21T05:24:20.752Z | [ recovery-image] Dec 21 05:24:19.120 INFO O| Dec 21 05:24:19.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4216 | 2024-12-21T05:24:20.752Z | [ recovery-image] Dec 21 05:24:19.121 INFO O| Dec 21 05:24:19.120 INFO STEP 42 (remove_files) COMPLETE |
4217 | 2024-12-21T05:24:20.754Z | [ recovery-image] Dec 21 05:24:19.121 INFO O| Dec 21 05:24:19.121 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4218 | 2024-12-21T05:24:20.783Z | [ recovery-image] Dec 21 05:24:19.151 INFO O| Dec 21 05:24:19.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4219 | 2024-12-21T05:24:20.783Z | [ recovery-image] Dec 21 05:24:19.151 INFO O| Dec 21 05:24:19.151 INFO STEP 43 (remove_files) COMPLETE |
4220 | 2024-12-21T05:24:20.783Z | [ recovery-image] Dec 21 05:24:19.151 INFO O| Dec 21 05:24:19.151 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4221 | 2024-12-21T05:24:20.833Z | [ recovery-image] Dec 21 05:24:19.201 INFO O| Dec 21 05:24:19.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4222 | 2024-12-21T05:24:20.833Z | [ recovery-image] Dec 21 05:24:19.201 INFO O| Dec 21 05:24:19.201 INFO STEP 44 (remove_files) COMPLETE |
4223 | 2024-12-21T05:24:20.833Z | [ recovery-image] Dec 21 05:24:19.201 INFO O| Dec 21 05:24:19.201 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4224 | 2024-12-21T05:24:20.849Z | [ recovery-image] Dec 21 05:24:19.218 INFO O| Dec 21 05:24:19.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4225 | 2024-12-21T05:24:20.850Z | [ recovery-image] Dec 21 05:24:19.218 INFO O| Dec 21 05:24:19.218 INFO STEP 45 (remove_files) COMPLETE |
4226 | 2024-12-21T05:24:20.850Z | [ recovery-image] Dec 21 05:24:19.218 INFO O| Dec 21 05:24:19.218 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4227 | 2024-12-21T05:24:20.868Z | [ recovery-image] Dec 21 05:24:19.236 INFO O| Dec 21 05:24:19.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4228 | 2024-12-21T05:24:20.868Z | [ recovery-image] Dec 21 05:24:19.236 INFO O| Dec 21 05:24:19.236 INFO STEP 46 (remove_files) COMPLETE |
4229 | 2024-12-21T05:24:20.868Z | [ recovery-image] Dec 21 05:24:19.236 INFO O| Dec 21 05:24:19.236 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4230 | 2024-12-21T05:24:20.907Z | [ recovery-image] Dec 21 05:24:19.275 INFO O| Dec 21 05:24:19.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4231 | 2024-12-21T05:24:20.910Z | [ recovery-image] Dec 21 05:24:19.275 INFO O| Dec 21 05:24:19.275 INFO STEP 47 (remove_files) COMPLETE |
4232 | 2024-12-21T05:24:20.910Z | [ recovery-image] Dec 21 05:24:19.275 INFO O| Dec 21 05:24:19.275 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4233 | 2024-12-21T05:24:20.927Z | [ recovery-image] Dec 21 05:24:19.295 INFO O| Dec 21 05:24:19.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4234 | 2024-12-21T05:24:20.930Z | [ recovery-image] Dec 21 05:24:19.296 INFO O| Dec 21 05:24:19.296 INFO STEP 48 (remove_files) COMPLETE |
4235 | 2024-12-21T05:24:20.930Z | [ recovery-image] Dec 21 05:24:19.296 INFO O| Dec 21 05:24:19.296 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4236 | 2024-12-21T05:24:20.946Z | [ recovery-image] Dec 21 05:24:19.315 INFO O| Dec 21 05:24:19.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4237 | 2024-12-21T05:24:20.949Z | [ recovery-image] Dec 21 05:24:19.315 INFO O| Dec 21 05:24:19.315 INFO STEP 49 (remove_files) COMPLETE |
4238 | 2024-12-21T05:24:20.949Z | [ recovery-image] Dec 21 05:24:19.315 INFO O| Dec 21 05:24:19.315 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4239 | 2024-12-21T05:24:20.966Z | [ recovery-image] Dec 21 05:24:19.335 INFO O| Dec 21 05:24:19.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4240 | 2024-12-21T05:24:20.969Z | [ recovery-image] Dec 21 05:24:19.335 INFO O| Dec 21 05:24:19.335 INFO STEP 50 (remove_files) COMPLETE |
4241 | 2024-12-21T05:24:20.969Z | [ recovery-image] Dec 21 05:24:19.335 INFO O| Dec 21 05:24:19.335 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4242 | 2024-12-21T05:24:20.987Z | [ recovery-image] Dec 21 05:24:19.355 INFO O| Dec 21 05:24:19.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4243 | 2024-12-21T05:24:20.989Z | [ recovery-image] Dec 21 05:24:19.356 INFO O| Dec 21 05:24:19.356 INFO STEP 51 (remove_files) COMPLETE |
4244 | 2024-12-21T05:24:20.989Z | [ recovery-image] Dec 21 05:24:19.356 INFO O| Dec 21 05:24:19.356 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4245 | 2024-12-21T05:24:21.008Z | [ recovery-image] Dec 21 05:24:19.377 INFO O| Dec 21 05:24:19.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4246 | 2024-12-21T05:24:21.011Z | [ recovery-image] Dec 21 05:24:19.377 INFO O| Dec 21 05:24:19.377 INFO STEP 52 (remove_files) COMPLETE |
4247 | 2024-12-21T05:24:21.011Z | [ recovery-image] Dec 21 05:24:19.377 INFO O| Dec 21 05:24:19.377 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4248 | 2024-12-21T05:24:21.028Z | [ recovery-image] Dec 21 05:24:19.396 INFO O| Dec 21 05:24:19.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4249 | 2024-12-21T05:24:21.028Z | [ recovery-image] Dec 21 05:24:19.397 INFO O| Dec 21 05:24:19.397 INFO STEP 53 (remove_files) COMPLETE |
4250 | 2024-12-21T05:24:21.031Z | [ recovery-image] Dec 21 05:24:19.397 INFO O| Dec 21 05:24:19.397 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4251 | 2024-12-21T05:24:21.056Z | [ recovery-image] Dec 21 05:24:19.425 INFO O| Dec 21 05:24:19.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4252 | 2024-12-21T05:24:21.056Z | [ recovery-image] Dec 21 05:24:19.425 INFO O| Dec 21 05:24:19.425 INFO STEP 54 (remove_files) COMPLETE |
4253 | 2024-12-21T05:24:21.056Z | [ recovery-image] Dec 21 05:24:19.425 INFO O| Dec 21 05:24:19.425 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4254 | 2024-12-21T05:24:21.080Z | [ recovery-image] Dec 21 05:24:19.448 INFO O| Dec 21 05:24:19.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4255 | 2024-12-21T05:24:21.080Z | [ recovery-image] Dec 21 05:24:19.448 INFO O| Dec 21 05:24:19.448 INFO STEP 55 (remove_files) COMPLETE |
4256 | 2024-12-21T05:24:21.082Z | [ recovery-image] Dec 21 05:24:19.448 INFO O| Dec 21 05:24:19.448 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4257 | 2024-12-21T05:24:21.149Z | [ recovery-image] Dec 21 05:24:19.517 INFO O| Dec 21 05:24:19.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4258 | 2024-12-21T05:24:21.149Z | [ recovery-image] Dec 21 05:24:19.517 INFO O| Dec 21 05:24:19.517 INFO STEP 56 (remove_files) COMPLETE |
4259 | 2024-12-21T05:24:21.149Z | [ recovery-image] Dec 21 05:24:19.517 INFO O| Dec 21 05:24:19.517 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4260 | 2024-12-21T05:24:21.193Z | [ recovery-image] Dec 21 05:24:19.561 INFO O| Dec 21 05:24:19.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4261 | 2024-12-21T05:24:21.193Z | [ recovery-image] Dec 21 05:24:19.561 INFO O| Dec 21 05:24:19.561 INFO STEP 57 (remove_files) COMPLETE |
4262 | 2024-12-21T05:24:21.193Z | [ recovery-image] Dec 21 05:24:19.561 INFO O| Dec 21 05:24:19.561 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4263 | 2024-12-21T05:24:21.236Z | [ recovery-image] Dec 21 05:24:19.604 INFO O| Dec 21 05:24:19.604 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4264 | 2024-12-21T05:24:21.236Z | [ recovery-image] Dec 21 05:24:19.604 INFO O| Dec 21 05:24:19.604 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4265 | 2024-12-21T05:24:21.239Z | [ recovery-image] Dec 21 05:24:19.605 INFO O| Dec 21 05:24:19.604 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4266 | 2024-12-21T05:24:21.239Z | [ recovery-image] Dec 21 05:24:19.605 INFO O| Dec 21 05:24:19.605 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4267 | 2024-12-21T05:24:21.239Z | [ recovery-image] Dec 21 05:24:19.605 INFO O| Dec 21 05:24:19.605 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4268 | 2024-12-21T05:24:21.239Z | [ recovery-image] Dec 21 05:24:19.605 INFO O| Dec 21 05:24:19.605 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4269 | 2024-12-21T05:24:21.239Z | [ recovery-image] Dec 21 05:24:19.605 INFO O| Dec 21 05:24:19.605 INFO ok! |
4270 | 2024-12-21T05:24:21.239Z | [ recovery-image] Dec 21 05:24:19.605 INFO O| Dec 21 05:24:19.605 INFO STEP 58 (ensure_file) COMPLETE |
4271 | 2024-12-21T05:24:21.239Z | [ recovery-image] Dec 21 05:24:19.605 INFO O| Dec 21 05:24:19.605 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4272 | 2024-12-21T05:24:21.276Z | [ recovery-image] Dec 21 05:24:19.644 INFO O| Dec 21 05:24:19.644 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4273 | 2024-12-21T05:24:21.279Z | [ recovery-image] Dec 21 05:24:19.645 INFO O| Dec 21 05:24:19.644 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4274 | 2024-12-21T05:24:21.279Z | [ recovery-image] Dec 21 05:24:19.645 INFO O| Dec 21 05:24:19.645 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4275 | 2024-12-21T05:24:21.279Z | [ recovery-image] Dec 21 05:24:19.645 INFO O| Dec 21 05:24:19.645 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4276 | 2024-12-21T05:24:21.279Z | [ recovery-image] Dec 21 05:24:19.645 INFO O| Dec 21 05:24:19.645 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4277 | 2024-12-21T05:24:21.279Z | [ recovery-image] Dec 21 05:24:19.645 INFO O| Dec 21 05:24:19.645 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4278 | 2024-12-21T05:24:21.279Z | [ recovery-image] Dec 21 05:24:19.646 INFO O| Dec 21 05:24:19.645 INFO ok! |
4279 | 2024-12-21T05:24:21.280Z | [ recovery-image] Dec 21 05:24:19.646 INFO O| Dec 21 05:24:19.646 INFO STEP 59 (ensure_file) COMPLETE |
4280 | 2024-12-21T05:24:21.280Z | [ recovery-image] Dec 21 05:24:19.646 INFO O| Dec 21 05:24:19.646 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4281 | 2024-12-21T05:24:21.299Z | [ recovery-image] Dec 21 05:24:19.668 INFO O| Dec 21 05:24:19.668 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4282 | 2024-12-21T05:24:21.299Z | [ recovery-image] Dec 21 05:24:19.668 INFO O| Dec 21 05:24:19.668 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4283 | 2024-12-21T05:24:21.302Z | [ recovery-image] Dec 21 05:24:19.668 INFO O| Dec 21 05:24:19.668 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4284 | 2024-12-21T05:24:21.302Z | [ recovery-image] Dec 21 05:24:19.668 INFO O| Dec 21 05:24:19.668 INFO ok! |
4285 | 2024-12-21T05:24:21.302Z | [ recovery-image] Dec 21 05:24:19.668 INFO O| Dec 21 05:24:19.668 INFO STEP 60 (ensure_file) COMPLETE |
4286 | 2024-12-21T05:24:21.302Z | [ recovery-image] Dec 21 05:24:19.669 INFO O| Dec 21 05:24:19.669 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4287 | 2024-12-21T05:24:21.320Z | [ recovery-image] Dec 21 05:24:19.688 INFO O| Dec 21 05:24:19.688 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4288 | 2024-12-21T05:24:21.323Z | [ recovery-image] Dec 21 05:24:19.688 INFO O| Dec 21 05:24:19.688 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4289 | 2024-12-21T05:24:21.323Z | [ recovery-image] Dec 21 05:24:19.689 INFO O| Dec 21 05:24:19.689 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4290 | 2024-12-21T05:24:21.323Z | [ recovery-image] Dec 21 05:24:19.689 INFO O| Dec 21 05:24:19.689 INFO ok! |
4291 | 2024-12-21T05:24:21.323Z | [ recovery-image] Dec 21 05:24:19.689 INFO O| Dec 21 05:24:19.689 INFO STEP 61 (ensure_file) COMPLETE |
4292 | 2024-12-21T05:24:21.323Z | [ recovery-image] Dec 21 05:24:19.689 INFO O| Dec 21 05:24:19.689 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4293 | 2024-12-21T05:24:21.341Z | [ recovery-image] Dec 21 05:24:19.709 INFO O| Dec 21 05:24:19.709 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4294 | 2024-12-21T05:24:21.341Z | [ recovery-image] Dec 21 05:24:19.710 INFO O| Dec 21 05:24:19.710 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4295 | 2024-12-21T05:24:21.344Z | [ recovery-image] Dec 21 05:24:19.710 INFO O| Dec 21 05:24:19.710 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4296 | 2024-12-21T05:24:21.344Z | [ recovery-image] Dec 21 05:24:19.710 INFO O| Dec 21 05:24:19.710 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4297 | 2024-12-21T05:24:21.344Z | [ recovery-image] Dec 21 05:24:19.710 INFO O| Dec 21 05:24:19.710 INFO ok! |
4298 | 2024-12-21T05:24:21.344Z | [ recovery-image] Dec 21 05:24:19.710 INFO O| Dec 21 05:24:19.710 INFO STEP 62 (ensure_file) COMPLETE |
4299 | 2024-12-21T05:24:21.344Z | [ recovery-image] Dec 21 05:24:19.710 INFO O| Dec 21 05:24:19.710 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4300 | 2024-12-21T05:24:21.363Z | [ recovery-image] Dec 21 05:24:19.732 INFO O| Dec 21 05:24:19.731 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4301 | 2024-12-21T05:24:21.363Z | [ recovery-image] Dec 21 05:24:19.732 INFO O| Dec 21 05:24:19.732 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4302 | 2024-12-21T05:24:21.366Z | [ recovery-image] Dec 21 05:24:19.732 INFO O| Dec 21 05:24:19.732 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4303 | 2024-12-21T05:24:21.366Z | [ recovery-image] Dec 21 05:24:19.732 INFO O| Dec 21 05:24:19.732 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4304 | 2024-12-21T05:24:21.366Z | [ recovery-image] Dec 21 05:24:19.732 INFO O| Dec 21 05:24:19.732 INFO ok! |
4305 | 2024-12-21T05:24:21.366Z | [ recovery-image] Dec 21 05:24:19.733 INFO O| Dec 21 05:24:19.732 INFO STEP 63 (ensure_file) COMPLETE |
4306 | 2024-12-21T05:24:21.366Z | [ recovery-image] Dec 21 05:24:19.733 INFO O| Dec 21 05:24:19.733 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4307 | 2024-12-21T05:24:21.385Z | [ recovery-image] Dec 21 05:24:19.754 INFO O| Dec 21 05:24:19.754 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4308 | 2024-12-21T05:24:21.385Z | [ recovery-image] Dec 21 05:24:19.754 INFO O| Dec 21 05:24:19.754 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4309 | 2024-12-21T05:24:21.388Z | [ recovery-image] Dec 21 05:24:19.754 INFO O| Dec 21 05:24:19.754 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4310 | 2024-12-21T05:24:21.388Z | [ recovery-image] Dec 21 05:24:19.755 INFO O| Dec 21 05:24:19.754 INFO ok! |
4311 | 2024-12-21T05:24:21.388Z | [ recovery-image] Dec 21 05:24:19.755 INFO O| Dec 21 05:24:19.755 INFO STEP 64 (assemble_files) COMPLETE |
4312 | 2024-12-21T05:24:21.388Z | [ recovery-image] Dec 21 05:24:19.755 INFO O| Dec 21 05:24:19.755 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4313 | 2024-12-21T05:24:21.406Z | [ recovery-image] Dec 21 05:24:19.775 INFO O| Dec 21 05:24:19.775 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4314 | 2024-12-21T05:24:21.406Z | [ recovery-image] Dec 21 05:24:19.775 INFO O| Dec 21 05:24:19.775 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4315 | 2024-12-21T05:24:21.410Z | [ recovery-image] Dec 21 05:24:19.775 INFO O| Dec 21 05:24:19.775 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4316 | 2024-12-21T05:24:21.410Z | [ recovery-image] Dec 21 05:24:19.775 INFO O| Dec 21 05:24:19.775 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4317 | 2024-12-21T05:24:21.410Z | [ recovery-image] Dec 21 05:24:19.775 INFO O| Dec 21 05:24:19.775 INFO ok! |
4318 | 2024-12-21T05:24:21.410Z | [ recovery-image] Dec 21 05:24:19.776 INFO O| Dec 21 05:24:19.776 INFO STEP 65 (ensure_file) COMPLETE |
4319 | 2024-12-21T05:24:21.410Z | [ recovery-image] Dec 21 05:24:19.776 INFO O| Dec 21 05:24:19.776 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4320 | 2024-12-21T05:24:21.410Z | [ recovery-image] Dec 21 05:24:19.776 INFO O| Dec 21 05:24:19.776 INFO skip step because feature "omicron1" is not enabled |
4321 | 2024-12-21T05:24:21.410Z | [ recovery-image] Dec 21 05:24:19.776 INFO O| Dec 21 05:24:19.776 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4322 | 2024-12-21T05:24:21.410Z | [ recovery-image] Dec 21 05:24:19.776 INFO O| Dec 21 05:24:19.776 INFO skip step because feature "omicron1" is not enabled |
4323 | 2024-12-21T05:24:21.410Z | [ recovery-image] Dec 21 05:24:19.776 INFO O| Dec 21 05:24:19.776 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4324 | 2024-12-21T05:24:21.410Z | [ recovery-image] Dec 21 05:24:19.776 INFO O| Dec 21 05:24:19.776 INFO skip step because feature "omicron1" is not enabled |
4325 | 2024-12-21T05:24:21.410Z | [ recovery-image] Dec 21 05:24:19.776 INFO O| Dec 21 05:24:19.776 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4326 | 2024-12-21T05:24:21.442Z | [ recovery-image] Dec 21 05:24:19.810 INFO O| Dec 21 05:24:19.810 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4327 | 2024-12-21T05:24:21.444Z | [ recovery-image] Dec 21 05:24:19.811 INFO O| Dec 21 05:24:19.811 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4328 | 2024-12-21T05:24:21.530Z | [ host-image] Dec 21 05:24:19.899 INFO O| Dec 21 05:24:19.899 INFO O| Download: Completed 8.42 MB in 5.95 seconds (1.4M/s) |
4329 | 2024-12-21T05:24:21.685Z | [ host-image] Dec 21 05:24:20.054 INFO O| Dec 21 05:24:20.054 INFO O| Actions: 1/1361 actions (Installing new actions) |
4330 | 2024-12-21T05:24:22.618Z | [ host-image] Dec 21 05:24:20.986 INFO O| Dec 21 05:24:20.986 INFO O| Actions: Completed 1361 actions in 0.93 seconds. |
4331 | 2024-12-21T05:24:23.200Z | [ host-image] Dec 21 05:24:21.568 INFO O| Dec 21 05:24:21.568 INFO O| Done |
4332 | 2024-12-21T05:24:23.200Z | [ host-image] Dec 21 05:24:21.568 INFO O| Dec 21 05:24:21.568 INFO O| Done |
4333 | 2024-12-21T05:24:24.304Z | [ recovery-image] Dec 21 05:24:22.673 INFO O| Dec 21 05:24:22.672 INFO STEP 69 (pack_tar) COMPLETE |
4334 | 2024-12-21T05:24:24.304Z | [ recovery-image] Dec 21 05:24:22.673 INFO O| Dec 21 05:24:22.673 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4335 | 2024-12-21T05:24:24.307Z | [ recovery-image] Dec 21 05:24:22.673 INFO O| Dec 21 05:24:22.673 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4336 | 2024-12-21T05:24:24.693Z | [ recovery-image] Dec 21 05:24:23.061 INFO O| Dec 21 05:24:23.061 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4337 | 2024-12-21T05:24:24.833Z | [ recovery-image] Dec 21 05:24:23.201 INFO O| Dec 21 05:24:23.201 INFO completed processing gimlet/ramdisk-02-trim |
4338 | 2024-12-21T05:24:24.837Z | [ recovery-image] Dec 21 05:24:23.206 INFO image builder template: ramdisk-03-recovery-trim... |
4339 | 2024-12-21T05:24:24.840Z | [ recovery-image] Dec 21 05:24:23.206 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/.tmpWHjqRV/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 |
4340 | 2024-12-21T05:24:24.859Z | [ host-image] Dec 21 05:24:23.227 INFO O| Dec 21 05:24:23.227 INFO O| Done |
4341 | 2024-12-21T05:24:25.081Z | [ recovery-image] Dec 21 05:24:23.449 INFO O| Dec 21 05:24:23.449 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4342 | 2024-12-21T05:24:25.098Z | [ recovery-image] Dec 21 05:24:23.466 INFO O| Dec 21 05:24:23.466 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4343 | 2024-12-21T05:24:25.245Z | [ recovery-image] Dec 21 05:24:23.613 INFO O| Dec 21 05:24:23.613 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4344 | 2024-12-21T05:24:25.340Z | [ recovery-image] Dec 21 05:24:23.708 INFO O| Dec 21 05:24:23.708 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4345 | 2024-12-21T05:24:25.343Z | [ recovery-image] Dec 21 05:24:23.708 INFO O| Dec 21 05:24:23.708 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4346 | 2024-12-21T05:24:25.363Z | [ recovery-image] Dec 21 05:24:23.731 INFO O| Dec 21 05:24:23.731 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4347 | 2024-12-21T05:24:25.372Z | [ recovery-image] Dec 21 05:24:23.740 INFO O| Dec 21 05:24:23.740 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4348 | 2024-12-21T05:24:25.381Z | [ recovery-image] Dec 21 05:24:23.750 INFO O| Dec 21 05:24:23.750 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4349 | 2024-12-21T05:24:26.034Z | [ recovery-image] Dec 21 05:24:24.402 INFO O| Dec 21 05:24:24.402 INFO rolled back to input snapshot; work may begin |
4350 | 2024-12-21T05:24:26.034Z | [ recovery-image] Dec 21 05:24:24.402 INFO O| Dec 21 05:24:24.402 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4351 | 2024-12-21T05:24:26.044Z | [ recovery-image] Dec 21 05:24:24.412 INFO O| Dec 21 05:24:24.412 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-12-21T05:24:26.077Z | [ recovery-image] Dec 21 05:24:24.446 INFO O| Dec 21 05:24:24.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4353 | 2024-12-21T05:24:26.094Z | [ recovery-image] Dec 21 05:24:24.462 INFO O| Dec 21 05:24:24.462 INFO STEP 0 (remove_files) COMPLETE |
4354 | 2024-12-21T05:24:26.094Z | [ recovery-image] Dec 21 05:24:24.462 INFO O| Dec 21 05:24:24.462 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-12-21T05:24:26.115Z | [ recovery-image] Dec 21 05:24:24.483 INFO O| Dec 21 05:24:24.483 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4356 | 2024-12-21T05:24:26.621Z | [ recovery-image] Dec 21 05:24:24.989 INFO O| Dec 21 05:24:24.989 INFO STEP 1 (remove_files) COMPLETE |
4357 | 2024-12-21T05:24:26.621Z | [ recovery-image] Dec 21 05:24:24.990 INFO O| Dec 21 05:24:24.989 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-12-21T05:24:26.684Z | [ recovery-image] Dec 21 05:24:25.052 INFO O| Dec 21 05:24:25.052 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4359 | 2024-12-21T05:24:26.751Z | [ recovery-image] Dec 21 05:24:25.119 INFO O| Dec 21 05:24:25.118 INFO STEP 2 (remove_files) COMPLETE |
4360 | 2024-12-21T05:24:26.751Z | [ recovery-image] Dec 21 05:24:25.119 INFO O| Dec 21 05:24:25.119 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-12-21T05:24:26.794Z | [ recovery-image] Dec 21 05:24:25.162 INFO O| Dec 21 05:24:25.162 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4362 | 2024-12-21T05:24:26.996Z | [ recovery-image] Dec 21 05:24:25.364 INFO O| Dec 21 05:24:25.364 INFO STEP 3 (remove_files) COMPLETE |
4363 | 2024-12-21T05:24:26.996Z | [ recovery-image] Dec 21 05:24:25.364 INFO O| Dec 21 05:24:25.364 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-12-21T05:24:27.019Z | [ recovery-image] Dec 21 05:24:25.387 INFO O| Dec 21 05:24:25.387 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4365 | 2024-12-21T05:24:27.049Z | [ recovery-image] Dec 21 05:24:25.418 INFO O| Dec 21 05:24:25.417 INFO STEP 4 (remove_files) COMPLETE |
4366 | 2024-12-21T05:24:27.050Z | [ recovery-image] Dec 21 05:24:25.418 INFO O| Dec 21 05:24:25.417 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-12-21T05:24:27.083Z | [ recovery-image] Dec 21 05:24:25.451 INFO O| Dec 21 05:24:25.451 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4368 | 2024-12-21T05:24:27.090Z | [ recovery-image] Dec 21 05:24:25.458 INFO O| Dec 21 05:24:25.458 INFO STEP 5 (remove_files) COMPLETE |
4369 | 2024-12-21T05:24:27.090Z | [ recovery-image] Dec 21 05:24:25.458 INFO O| Dec 21 05:24:25.458 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-12-21T05:24:27.127Z | [ recovery-image] Dec 21 05:24:25.495 INFO O| Dec 21 05:24:25.495 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4371 | 2024-12-21T05:24:27.166Z | [ recovery-image] Dec 21 05:24:25.534 INFO O| Dec 21 05:24:25.534 INFO STEP 6 (remove_files) COMPLETE |
4372 | 2024-12-21T05:24:27.167Z | [ recovery-image] Dec 21 05:24:25.535 INFO O| Dec 21 05:24:25.534 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-12-21T05:24:27.230Z | [ recovery-image] Dec 21 05:24:25.598 INFO O| Dec 21 05:24:25.598 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4374 | 2024-12-21T05:24:27.255Z | [ recovery-image] Dec 21 05:24:25.623 INFO O| Dec 21 05:24:25.623 INFO STEP 7 (remove_files) COMPLETE |
4375 | 2024-12-21T05:24:27.255Z | [ recovery-image] Dec 21 05:24:25.623 INFO O| Dec 21 05:24:25.623 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-12-21T05:24:27.277Z | [ recovery-image] Dec 21 05:24:25.645 INFO O| Dec 21 05:24:25.645 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4377 | 2024-12-21T05:24:27.355Z | [ recovery-image] Dec 21 05:24:25.723 INFO O| Dec 21 05:24:25.723 INFO STEP 8 (remove_files) COMPLETE |
4378 | 2024-12-21T05:24:27.355Z | [ recovery-image] Dec 21 05:24:25.723 INFO O| Dec 21 05:24:25.723 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-12-21T05:24:27.376Z | [ recovery-image] Dec 21 05:24:25.744 INFO O| Dec 21 05:24:25.744 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4380 | 2024-12-21T05:24:27.379Z | [ recovery-image] Dec 21 05:24:25.744 INFO O| Dec 21 05:24:25.744 INFO STEP 9 (remove_files) COMPLETE |
4381 | 2024-12-21T05:24:27.379Z | [ recovery-image] Dec 21 05:24:25.744 INFO O| Dec 21 05:24:25.744 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-12-21T05:24:27.408Z | [ recovery-image] Dec 21 05:24:25.776 INFO O| Dec 21 05:24:25.776 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4383 | 2024-12-21T05:24:27.430Z | [ recovery-image] Dec 21 05:24:25.797 INFO O| Dec 21 05:24:25.797 INFO STEP 10 (remove_files) COMPLETE |
4384 | 2024-12-21T05:24:27.430Z | [ recovery-image] Dec 21 05:24:25.797 INFO O| Dec 21 05:24:25.797 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-12-21T05:24:27.492Z | [ recovery-image] Dec 21 05:24:25.860 INFO O| Dec 21 05:24:25.860 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4386 | 2024-12-21T05:24:27.559Z | [ host-image] Dec 21 05:24:25.927 INFO O| Dec 21 05:24:25.927 INFO O| Done |
4387 | 2024-12-21T05:24:27.604Z | [ host-image] Dec 21 05:24:25.972 INFO O| Dec 21 05:24:25.972 INFO O| Done |
4388 | 2024-12-21T05:24:27.607Z | [ host-image] Dec 21 05:24:25.973 INFO O| Dec 21 05:24:25.973 INFO O| Done |
4389 | 2024-12-21T05:24:27.688Z | [ host-image] Dec 21 05:24:26.056 INFO O| Dec 21 05:24:26.056 INFO O| Done |
4390 | 2024-12-21T05:24:27.947Z | [ host-image] Dec 21 05:24:26.315 INFO O| Dec 21 05:24:26.315 INFO STEP 13 (pkg_install) COMPLETE |
4391 | 2024-12-21T05:24:27.950Z | [ host-image] Dec 21 05:24:26.315 INFO O| Dec 21 05:24:26.315 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4392 | 2024-12-21T05:24:27.966Z | [ host-image] Dec 21 05:24:26.334 INFO O| Dec 21 05:24:26.334 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
4393 | 2024-12-21T05:24:28.086Z | [ recovery-image] Dec 21 05:24:26.454 INFO O| Dec 21 05:24:26.454 INFO STEP 11 (remove_files) COMPLETE |
4394 | 2024-12-21T05:24:28.089Z | [ recovery-image] Dec 21 05:24:26.454 INFO O| Dec 21 05:24:26.454 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4395 | 2024-12-21T05:24:28.125Z | [ recovery-image] Dec 21 05:24:26.493 INFO O| Dec 21 05:24:26.493 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4396 | 2024-12-21T05:24:28.153Z | [ recovery-image] Dec 21 05:24:26.521 INFO O| Dec 21 05:24:26.521 INFO STEP 12 (remove_files) COMPLETE |
4397 | 2024-12-21T05:24:28.153Z | [ recovery-image] Dec 21 05:24:26.521 INFO O| Dec 21 05:24:26.521 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4398 | 2024-12-21T05:24:28.172Z | [ recovery-image] Dec 21 05:24:26.540 INFO O| Dec 21 05:24:26.540 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4399 | 2024-12-21T05:24:28.185Z | [ recovery-image] Dec 21 05:24:26.553 INFO O| Dec 21 05:24:26.553 INFO STEP 13 (remove_files) COMPLETE |
4400 | 2024-12-21T05:24:28.185Z | [ recovery-image] Dec 21 05:24:26.554 INFO O| Dec 21 05:24:26.553 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4401 | 2024-12-21T05:24:28.206Z | [ recovery-image] Dec 21 05:24:26.574 INFO O| Dec 21 05:24:26.574 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4402 | 2024-12-21T05:24:28.209Z | [ recovery-image] Dec 21 05:24:26.575 INFO O| Dec 21 05:24:26.575 INFO STEP 14 (remove_files) COMPLETE |
4403 | 2024-12-21T05:24:28.209Z | [ recovery-image] Dec 21 05:24:26.575 INFO O| Dec 21 05:24:26.575 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4404 | 2024-12-21T05:24:28.229Z | [ recovery-image] Dec 21 05:24:26.597 INFO O| Dec 21 05:24:26.597 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4405 | 2024-12-21T05:24:28.279Z | [ recovery-image] Dec 21 05:24:26.647 INFO O| Dec 21 05:24:26.647 INFO STEP 15 (remove_files) COMPLETE |
4406 | 2024-12-21T05:24:28.282Z | [ recovery-image] Dec 21 05:24:26.647 INFO O| Dec 21 05:24:26.647 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4407 | 2024-12-21T05:24:28.302Z | [ recovery-image] Dec 21 05:24:26.670 INFO O| Dec 21 05:24:26.670 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4408 | 2024-12-21T05:24:28.425Z | [ recovery-image] Dec 21 05:24:26.793 INFO O| Dec 21 05:24:26.793 INFO STEP 16 (remove_files) COMPLETE |
4409 | 2024-12-21T05:24:28.425Z | [ recovery-image] Dec 21 05:24:26.793 INFO O| Dec 21 05:24:26.793 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4410 | 2024-12-21T05:24:28.448Z | [ recovery-image] Dec 21 05:24:26.816 INFO O| Dec 21 05:24:26.816 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4411 | 2024-12-21T05:24:28.451Z | [ recovery-image] Dec 21 05:24:26.816 INFO O| Dec 21 05:24:26.816 INFO STEP 17 (remove_files) COMPLETE |
4412 | 2024-12-21T05:24:28.451Z | [ recovery-image] Dec 21 05:24:26.817 INFO O| Dec 21 05:24:26.817 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4413 | 2024-12-21T05:24:28.477Z | [ recovery-image] Dec 21 05:24:26.845 INFO O| Dec 21 05:24:26.845 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4414 | 2024-12-21T05:24:28.480Z | [ recovery-image] Dec 21 05:24:26.845 INFO O| Dec 21 05:24:26.845 INFO STEP 18 (remove_files) COMPLETE |
4415 | 2024-12-21T05:24:28.480Z | [ recovery-image] Dec 21 05:24:26.845 INFO O| Dec 21 05:24:26.845 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4416 | 2024-12-21T05:24:28.555Z | [ recovery-image] Dec 21 05:24:26.923 INFO O| Dec 21 05:24:26.923 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4417 | 2024-12-21T05:24:28.962Z | [ recovery-image] Dec 21 05:24:27.330 INFO O| Dec 21 05:24:27.330 INFO STEP 19 (remove_files) COMPLETE |
4418 | 2024-12-21T05:24:28.962Z | [ recovery-image] Dec 21 05:24:27.330 INFO O| Dec 21 05:24:27.330 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4419 | 2024-12-21T05:24:29.017Z | [ recovery-image] Dec 21 05:24:27.385 INFO O| Dec 21 05:24:27.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4420 | 2024-12-21T05:24:29.023Z | [ recovery-image] Dec 21 05:24:27.391 INFO O| Dec 21 05:24:27.391 INFO STEP 20 (remove_files) COMPLETE |
4421 | 2024-12-21T05:24:29.023Z | [ recovery-image] Dec 21 05:24:27.391 INFO O| Dec 21 05:24:27.391 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4422 | 2024-12-21T05:24:29.052Z | [ recovery-image] Dec 21 05:24:27.420 INFO O| Dec 21 05:24:27.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4423 | 2024-12-21T05:24:29.055Z | [ recovery-image] Dec 21 05:24:27.421 INFO O| Dec 21 05:24:27.421 INFO STEP 21 (remove_files) COMPLETE |
4424 | 2024-12-21T05:24:29.055Z | [ recovery-image] Dec 21 05:24:27.421 INFO O| Dec 21 05:24:27.421 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4425 | 2024-12-21T05:24:29.071Z | [ host-image] Dec 21 05:24:27.439 INFO O| Dec 21 05:24:27.439 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4426 | 2024-12-21T05:24:29.074Z | [ recovery-image] Dec 21 05:24:27.442 INFO O| Dec 21 05:24:27.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4427 | 2024-12-21T05:24:29.077Z | [ recovery-image] Dec 21 05:24:27.443 INFO O| Dec 21 05:24:27.442 INFO STEP 22 (remove_files) COMPLETE |
4428 | 2024-12-21T05:24:29.077Z | [ recovery-image] Dec 21 05:24:27.443 INFO O| Dec 21 05:24:27.443 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-12-21T05:24:29.116Z | [ recovery-image] Dec 21 05:24:27.484 INFO O| Dec 21 05:24:27.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4430 | 2024-12-21T05:24:29.136Z | [ recovery-image] Dec 21 05:24:27.504 INFO O| Dec 21 05:24:27.504 INFO STEP 23 (remove_files) COMPLETE |
4431 | 2024-12-21T05:24:29.136Z | [ recovery-image] Dec 21 05:24:27.504 INFO O| Dec 21 05:24:27.504 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-12-21T05:24:29.156Z | [ recovery-image] Dec 21 05:24:27.524 INFO O| Dec 21 05:24:27.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4433 | 2024-12-21T05:24:29.163Z | [ recovery-image] Dec 21 05:24:27.531 INFO O| Dec 21 05:24:27.531 INFO STEP 24 (remove_files) COMPLETE |
4434 | 2024-12-21T05:24:29.163Z | [ recovery-image] Dec 21 05:24:27.531 INFO O| Dec 21 05:24:27.531 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-12-21T05:24:29.183Z | [ recovery-image] Dec 21 05:24:27.551 INFO O| Dec 21 05:24:27.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4436 | 2024-12-21T05:24:29.183Z | [ recovery-image] Dec 21 05:24:27.551 INFO O| Dec 21 05:24:27.551 INFO STEP 25 (remove_files) COMPLETE |
4437 | 2024-12-21T05:24:29.183Z | [ recovery-image] Dec 21 05:24:27.551 INFO O| Dec 21 05:24:27.551 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-12-21T05:24:29.210Z | [ recovery-image] Dec 21 05:24:27.578 INFO O| Dec 21 05:24:27.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4439 | 2024-12-21T05:24:29.210Z | [ recovery-image] Dec 21 05:24:27.578 INFO O| Dec 21 05:24:27.578 INFO STEP 26 (remove_files) COMPLETE |
4440 | 2024-12-21T05:24:29.213Z | [ recovery-image] Dec 21 05:24:27.578 INFO O| Dec 21 05:24:27.578 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-12-21T05:24:29.230Z | [ recovery-image] Dec 21 05:24:27.598 INFO O| Dec 21 05:24:27.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4442 | 2024-12-21T05:24:29.230Z | [ recovery-image] Dec 21 05:24:27.598 INFO O| Dec 21 05:24:27.598 INFO STEP 27 (remove_files) COMPLETE |
4443 | 2024-12-21T05:24:29.230Z | [ recovery-image] Dec 21 05:24:27.598 INFO O| Dec 21 05:24:27.598 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-12-21T05:24:29.262Z | [ recovery-image] Dec 21 05:24:27.629 INFO O| Dec 21 05:24:27.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4445 | 2024-12-21T05:24:29.270Z | [ recovery-image] Dec 21 05:24:27.638 INFO O| Dec 21 05:24:27.638 INFO STEP 28 (remove_files) COMPLETE |
4446 | 2024-12-21T05:24:29.270Z | [ recovery-image] Dec 21 05:24:27.638 INFO O| Dec 21 05:24:27.638 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-12-21T05:24:29.289Z | [ recovery-image] Dec 21 05:24:27.657 INFO O| Dec 21 05:24:27.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4448 | 2024-12-21T05:24:29.292Z | [ recovery-image] Dec 21 05:24:27.657 INFO O| Dec 21 05:24:27.657 INFO STEP 29 (remove_files) COMPLETE |
4449 | 2024-12-21T05:24:29.292Z | [ recovery-image] Dec 21 05:24:27.657 INFO O| Dec 21 05:24:27.657 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-12-21T05:24:29.324Z | [ recovery-image] Dec 21 05:24:27.692 INFO O| Dec 21 05:24:27.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4451 | 2024-12-21T05:24:29.324Z | [ recovery-image] Dec 21 05:24:27.692 INFO O| Dec 21 05:24:27.692 INFO STEP 30 (remove_files) COMPLETE |
4452 | 2024-12-21T05:24:29.324Z | [ recovery-image] Dec 21 05:24:27.692 INFO O| Dec 21 05:24:27.692 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-12-21T05:24:29.344Z | [ recovery-image] Dec 21 05:24:27.712 INFO O| Dec 21 05:24:27.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4454 | 2024-12-21T05:24:29.344Z | [ recovery-image] Dec 21 05:24:27.712 INFO O| Dec 21 05:24:27.712 INFO STEP 31 (remove_files) COMPLETE |
4455 | 2024-12-21T05:24:29.346Z | [ recovery-image] Dec 21 05:24:27.712 INFO O| Dec 21 05:24:27.712 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-12-21T05:24:29.365Z | [ recovery-image] Dec 21 05:24:27.732 INFO O| Dec 21 05:24:27.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4457 | 2024-12-21T05:24:29.365Z | [ recovery-image] Dec 21 05:24:27.732 INFO O| Dec 21 05:24:27.732 INFO STEP 32 (remove_files) COMPLETE |
4458 | 2024-12-21T05:24:29.365Z | [ recovery-image] Dec 21 05:24:27.732 INFO O| Dec 21 05:24:27.732 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-12-21T05:24:29.425Z | [ recovery-image] Dec 21 05:24:27.793 INFO O| Dec 21 05:24:27.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4460 | 2024-12-21T05:24:29.447Z | [ recovery-image] Dec 21 05:24:27.815 INFO O| Dec 21 05:24:27.815 INFO STEP 33 (remove_files) COMPLETE |
4461 | 2024-12-21T05:24:29.447Z | [ recovery-image] Dec 21 05:24:27.815 INFO O| Dec 21 05:24:27.815 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-12-21T05:24:29.475Z | [ recovery-image] Dec 21 05:24:27.842 INFO O| Dec 21 05:24:27.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4463 | 2024-12-21T05:24:29.495Z | [ recovery-image] Dec 21 05:24:27.862 INFO O| Dec 21 05:24:27.862 INFO STEP 34 (remove_files) COMPLETE |
4464 | 2024-12-21T05:24:29.495Z | [ recovery-image] Dec 21 05:24:27.862 INFO O| Dec 21 05:24:27.862 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4465 | 2024-12-21T05:24:29.529Z | [ recovery-image] Dec 21 05:24:27.895 INFO O| Dec 21 05:24:27.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4466 | 2024-12-21T05:24:29.529Z | [ recovery-image] Dec 21 05:24:27.896 INFO O| Dec 21 05:24:27.896 INFO STEP 35 (remove_files) COMPLETE |
4467 | 2024-12-21T05:24:29.532Z | [ recovery-image] Dec 21 05:24:27.896 INFO O| Dec 21 05:24:27.896 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4468 | 2024-12-21T05:24:29.565Z | [ recovery-image] Dec 21 05:24:27.933 INFO O| Dec 21 05:24:27.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4469 | 2024-12-21T05:24:29.565Z | [ recovery-image] Dec 21 05:24:27.933 INFO O| Dec 21 05:24:27.933 INFO STEP 36 (remove_files) COMPLETE |
4470 | 2024-12-21T05:24:29.565Z | [ recovery-image] Dec 21 05:24:27.933 INFO O| Dec 21 05:24:27.933 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-12-21T05:24:29.613Z | [ recovery-image] Dec 21 05:24:27.965 INFO O| Dec 21 05:24:27.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4472 | 2024-12-21T05:24:29.623Z | [ recovery-image] Dec 21 05:24:27.991 INFO O| Dec 21 05:24:27.991 INFO STEP 37 (remove_files) COMPLETE |
4473 | 2024-12-21T05:24:29.623Z | [ recovery-image] Dec 21 05:24:27.991 INFO O| Dec 21 05:24:27.991 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-12-21T05:24:29.646Z | [ recovery-image] Dec 21 05:24:28.014 INFO O| Dec 21 05:24:28.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4475 | 2024-12-21T05:24:29.646Z | [ recovery-image] Dec 21 05:24:28.014 INFO O| Dec 21 05:24:28.014 INFO STEP 38 (remove_files) COMPLETE |
4476 | 2024-12-21T05:24:29.649Z | [ recovery-image] Dec 21 05:24:28.014 INFO O| Dec 21 05:24:28.014 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-12-21T05:24:29.664Z | [ recovery-image] Dec 21 05:24:28.032 INFO O| Dec 21 05:24:28.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4478 | 2024-12-21T05:24:29.667Z | [ recovery-image] Dec 21 05:24:28.033 INFO O| Dec 21 05:24:28.033 INFO STEP 39 (remove_files) COMPLETE |
4479 | 2024-12-21T05:24:29.667Z | [ recovery-image] Dec 21 05:24:28.033 INFO O| Dec 21 05:24:28.033 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-12-21T05:24:29.684Z | [ recovery-image] Dec 21 05:24:28.052 INFO O| Dec 21 05:24:28.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4481 | 2024-12-21T05:24:29.686Z | [ recovery-image] Dec 21 05:24:28.052 INFO O| Dec 21 05:24:28.052 INFO STEP 40 (remove_files) COMPLETE |
4482 | 2024-12-21T05:24:29.686Z | [ recovery-image] Dec 21 05:24:28.052 INFO O| Dec 21 05:24:28.052 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-12-21T05:24:29.704Z | [ recovery-image] Dec 21 05:24:28.071 INFO O| Dec 21 05:24:28.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4484 | 2024-12-21T05:24:29.707Z | [ recovery-image] Dec 21 05:24:28.072 INFO O| Dec 21 05:24:28.072 INFO STEP 41 (remove_files) COMPLETE |
4485 | 2024-12-21T05:24:29.707Z | [ recovery-image] Dec 21 05:24:28.072 INFO O| Dec 21 05:24:28.072 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-12-21T05:24:29.743Z | [ recovery-image] Dec 21 05:24:28.110 INFO O| Dec 21 05:24:28.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4487 | 2024-12-21T05:24:29.743Z | [ recovery-image] Dec 21 05:24:28.110 INFO O| Dec 21 05:24:28.110 INFO STEP 42 (remove_files) COMPLETE |
4488 | 2024-12-21T05:24:29.745Z | [ recovery-image] Dec 21 05:24:28.110 INFO O| Dec 21 05:24:28.110 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-12-21T05:24:29.855Z | [ recovery-image] Dec 21 05:24:28.223 INFO O| Dec 21 05:24:28.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4490 | 2024-12-21T05:24:29.856Z | [ recovery-image] Dec 21 05:24:28.223 INFO O| Dec 21 05:24:28.223 INFO STEP 43 (remove_files) COMPLETE |
4491 | 2024-12-21T05:24:29.856Z | [ recovery-image] Dec 21 05:24:28.223 INFO O| Dec 21 05:24:28.223 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-12-21T05:24:29.913Z | [ recovery-image] Dec 21 05:24:28.280 INFO O| Dec 21 05:24:28.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4493 | 2024-12-21T05:24:29.913Z | [ recovery-image] Dec 21 05:24:28.281 INFO O| Dec 21 05:24:28.281 INFO STEP 44 (remove_files) COMPLETE |
4494 | 2024-12-21T05:24:29.913Z | [ recovery-image] Dec 21 05:24:28.281 INFO O| Dec 21 05:24:28.281 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-12-21T05:24:29.958Z | [ recovery-image] Dec 21 05:24:28.323 INFO O| Dec 21 05:24:28.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4496 | 2024-12-21T05:24:29.958Z | [ recovery-image] Dec 21 05:24:28.323 INFO O| Dec 21 05:24:28.323 INFO STEP 45 (remove_files) COMPLETE |
4497 | 2024-12-21T05:24:29.958Z | [ recovery-image] Dec 21 05:24:28.323 INFO O| Dec 21 05:24:28.323 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-12-21T05:24:29.976Z | [ recovery-image] Dec 21 05:24:28.344 INFO O| Dec 21 05:24:28.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4499 | 2024-12-21T05:24:29.976Z | [ recovery-image] Dec 21 05:24:28.344 INFO O| Dec 21 05:24:28.344 INFO STEP 46 (remove_files) COMPLETE |
4500 | 2024-12-21T05:24:29.977Z | [ recovery-image] Dec 21 05:24:28.344 INFO O| Dec 21 05:24:28.344 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2024-12-21T05:24:29.996Z | [ recovery-image] Dec 21 05:24:28.363 INFO O| Dec 21 05:24:28.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4502 | 2024-12-21T05:24:29.996Z | [ recovery-image] Dec 21 05:24:28.363 INFO O| Dec 21 05:24:28.363 INFO STEP 47 (remove_files) COMPLETE |
4503 | 2024-12-21T05:24:29.996Z | [ recovery-image] Dec 21 05:24:28.363 INFO O| Dec 21 05:24:28.363 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4504 | 2024-12-21T05:24:30.038Z | [ recovery-image] Dec 21 05:24:28.406 INFO O| Dec 21 05:24:28.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4505 | 2024-12-21T05:24:30.038Z | [ recovery-image] Dec 21 05:24:28.406 INFO O| Dec 21 05:24:28.406 INFO STEP 48 (remove_files) COMPLETE |
4506 | 2024-12-21T05:24:30.038Z | [ recovery-image] Dec 21 05:24:28.406 INFO O| Dec 21 05:24:28.406 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4507 | 2024-12-21T05:24:30.058Z | [ recovery-image] Dec 21 05:24:28.425 INFO O| Dec 21 05:24:28.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4508 | 2024-12-21T05:24:30.058Z | [ recovery-image] Dec 21 05:24:28.425 INFO O| Dec 21 05:24:28.425 INFO STEP 49 (remove_files) COMPLETE |
4509 | 2024-12-21T05:24:30.060Z | [ recovery-image] Dec 21 05:24:28.425 INFO O| Dec 21 05:24:28.425 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4510 | 2024-12-21T05:24:30.092Z | [ recovery-image] Dec 21 05:24:28.460 INFO O| Dec 21 05:24:28.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4511 | 2024-12-21T05:24:30.092Z | [ recovery-image] Dec 21 05:24:28.460 INFO O| Dec 21 05:24:28.460 INFO STEP 50 (remove_files) COMPLETE |
4512 | 2024-12-21T05:24:30.092Z | [ recovery-image] Dec 21 05:24:28.460 INFO O| Dec 21 05:24:28.460 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4513 | 2024-12-21T05:24:30.125Z | [ recovery-image] Dec 21 05:24:28.493 INFO O| Dec 21 05:24:28.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4514 | 2024-12-21T05:24:30.128Z | [ recovery-image] Dec 21 05:24:28.493 INFO O| Dec 21 05:24:28.493 INFO STEP 51 (remove_files) COMPLETE |
4515 | 2024-12-21T05:24:30.128Z | [ recovery-image] Dec 21 05:24:28.493 INFO O| Dec 21 05:24:28.493 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4516 | 2024-12-21T05:24:30.145Z | [ recovery-image] Dec 21 05:24:28.513 INFO O| Dec 21 05:24:28.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4517 | 2024-12-21T05:24:30.145Z | [ recovery-image] Dec 21 05:24:28.513 INFO O| Dec 21 05:24:28.513 INFO STEP 52 (remove_files) COMPLETE |
4518 | 2024-12-21T05:24:30.145Z | [ recovery-image] Dec 21 05:24:28.513 INFO O| Dec 21 05:24:28.513 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4519 | 2024-12-21T05:24:30.177Z | [ recovery-image] Dec 21 05:24:28.545 INFO O| Dec 21 05:24:28.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4520 | 2024-12-21T05:24:30.197Z | [ recovery-image] Dec 21 05:24:28.565 INFO O| Dec 21 05:24:28.565 INFO STEP 53 (remove_files) COMPLETE |
4521 | 2024-12-21T05:24:30.197Z | [ recovery-image] Dec 21 05:24:28.565 INFO O| Dec 21 05:24:28.565 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4522 | 2024-12-21T05:24:30.219Z | [ recovery-image] Dec 21 05:24:28.587 INFO O| Dec 21 05:24:28.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4523 | 2024-12-21T05:24:30.222Z | [ recovery-image] Dec 21 05:24:28.587 INFO O| Dec 21 05:24:28.587 INFO STEP 54 (remove_files) COMPLETE |
4524 | 2024-12-21T05:24:30.222Z | [ recovery-image] Dec 21 05:24:28.587 INFO O| Dec 21 05:24:28.587 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4525 | 2024-12-21T05:24:30.269Z | [ recovery-image] Dec 21 05:24:28.637 INFO O| Dec 21 05:24:28.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4526 | 2024-12-21T05:24:30.298Z | [ recovery-image] Dec 21 05:24:28.665 INFO O| Dec 21 05:24:28.665 INFO STEP 55 (remove_files) COMPLETE |
4527 | 2024-12-21T05:24:30.298Z | [ recovery-image] Dec 21 05:24:28.665 INFO O| Dec 21 05:24:28.665 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2024-12-21T05:24:30.334Z | [ recovery-image] Dec 21 05:24:28.702 INFO O| Dec 21 05:24:28.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4529 | 2024-12-21T05:24:30.334Z | [ recovery-image] Dec 21 05:24:28.702 INFO O| Dec 21 05:24:28.702 INFO STEP 56 (remove_files) COMPLETE |
4530 | 2024-12-21T05:24:30.336Z | [ recovery-image] Dec 21 05:24:28.702 INFO O| Dec 21 05:24:28.702 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4531 | 2024-12-21T05:24:30.376Z | [ recovery-image] Dec 21 05:24:28.743 INFO O| Dec 21 05:24:28.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4532 | 2024-12-21T05:24:30.376Z | [ recovery-image] Dec 21 05:24:28.743 INFO O| Dec 21 05:24:28.743 INFO STEP 57 (remove_files) COMPLETE |
4533 | 2024-12-21T05:24:30.376Z | [ recovery-image] Dec 21 05:24:28.743 INFO O| Dec 21 05:24:28.743 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4534 | 2024-12-21T05:24:30.410Z | [ recovery-image] Dec 21 05:24:28.777 INFO O| Dec 21 05:24:28.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4535 | 2024-12-21T05:24:30.410Z | [ recovery-image] Dec 21 05:24:28.778 INFO O| Dec 21 05:24:28.778 INFO STEP 58 (remove_files) COMPLETE |
4536 | 2024-12-21T05:24:30.413Z | [ recovery-image] Dec 21 05:24:28.778 INFO O| Dec 21 05:24:28.778 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4537 | 2024-12-21T05:24:30.449Z | [ recovery-image] Dec 21 05:24:28.817 INFO O| Dec 21 05:24:28.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4538 | 2024-12-21T05:24:30.449Z | [ recovery-image] Dec 21 05:24:28.817 INFO O| Dec 21 05:24:28.817 INFO STEP 59 (remove_files) COMPLETE |
4539 | 2024-12-21T05:24:30.452Z | [ recovery-image] Dec 21 05:24:28.817 INFO O| Dec 21 05:24:28.817 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4540 | 2024-12-21T05:24:30.490Z | [ recovery-image] Dec 21 05:24:28.858 INFO O| Dec 21 05:24:28.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4541 | 2024-12-21T05:24:30.490Z | [ recovery-image] Dec 21 05:24:28.858 INFO O| Dec 21 05:24:28.858 INFO STEP 60 (remove_files) COMPLETE |
4542 | 2024-12-21T05:24:30.493Z | [ recovery-image] Dec 21 05:24:28.858 INFO O| Dec 21 05:24:28.858 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4543 | 2024-12-21T05:24:30.513Z | [ recovery-image] Dec 21 05:24:28.880 INFO O| Dec 21 05:24:28.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4544 | 2024-12-21T05:24:30.515Z | [ recovery-image] Dec 21 05:24:28.880 INFO O| Dec 21 05:24:28.880 INFO STEP 61 (remove_files) COMPLETE |
4545 | 2024-12-21T05:24:30.515Z | [ recovery-image] Dec 21 05:24:28.881 INFO O| Dec 21 05:24:28.880 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4546 | 2024-12-21T05:24:30.584Z | [ recovery-image] Dec 21 05:24:28.951 INFO O| Dec 21 05:24:28.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4547 | 2024-12-21T05:24:30.584Z | [ recovery-image] Dec 21 05:24:28.952 INFO O| Dec 21 05:24:28.952 INFO STEP 62 (remove_files) COMPLETE |
4548 | 2024-12-21T05:24:30.586Z | [ recovery-image] Dec 21 05:24:28.952 INFO O| Dec 21 05:24:28.952 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4549 | 2024-12-21T05:24:30.650Z | [ recovery-image] Dec 21 05:24:29.017 INFO O| Dec 21 05:24:29.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4550 | 2024-12-21T05:24:30.652Z | [ recovery-image] Dec 21 05:24:29.017 INFO O| Dec 21 05:24:29.017 INFO STEP 63 (remove_files) COMPLETE |
4551 | 2024-12-21T05:24:30.652Z | [ recovery-image] Dec 21 05:24:29.018 INFO O| Dec 21 05:24:29.017 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4552 | 2024-12-21T05:24:30.673Z | [ recovery-image] Dec 21 05:24:29.040 INFO O| Dec 21 05:24:29.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4553 | 2024-12-21T05:24:30.675Z | [ recovery-image] Dec 21 05:24:29.040 INFO O| Dec 21 05:24:29.040 INFO STEP 64 (remove_files) COMPLETE |
4554 | 2024-12-21T05:24:30.675Z | [ recovery-image] Dec 21 05:24:29.040 INFO O| Dec 21 05:24:29.040 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4555 | 2024-12-21T05:24:30.691Z | [ recovery-image] Dec 21 05:24:29.058 INFO O| Dec 21 05:24:29.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4556 | 2024-12-21T05:24:30.693Z | [ recovery-image] Dec 21 05:24:29.059 INFO O| Dec 21 05:24:29.059 INFO STEP 65 (remove_files) COMPLETE |
4557 | 2024-12-21T05:24:30.693Z | [ recovery-image] Dec 21 05:24:29.059 INFO O| Dec 21 05:24:29.059 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4558 | 2024-12-21T05:24:30.710Z | [ recovery-image] Dec 21 05:24:29.078 INFO O| Dec 21 05:24:29.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4559 | 2024-12-21T05:24:30.713Z | [ recovery-image] Dec 21 05:24:29.078 INFO O| Dec 21 05:24:29.078 INFO STEP 66 (remove_files) COMPLETE |
4560 | 2024-12-21T05:24:30.713Z | [ recovery-image] Dec 21 05:24:29.078 INFO O| Dec 21 05:24:29.078 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4561 | 2024-12-21T05:24:30.738Z | [ recovery-image] Dec 21 05:24:29.105 INFO O| Dec 21 05:24:29.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4562 | 2024-12-21T05:24:30.738Z | [ recovery-image] Dec 21 05:24:29.105 INFO O| Dec 21 05:24:29.105 INFO STEP 67 (remove_files) COMPLETE |
4563 | 2024-12-21T05:24:30.738Z | [ recovery-image] Dec 21 05:24:29.105 INFO O| Dec 21 05:24:29.105 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4564 | 2024-12-21T05:24:30.760Z | [ recovery-image] Dec 21 05:24:29.126 INFO O| Dec 21 05:24:29.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4565 | 2024-12-21T05:24:30.760Z | [ recovery-image] Dec 21 05:24:29.126 INFO O| Dec 21 05:24:29.126 INFO STEP 68 (remove_files) COMPLETE |
4566 | 2024-12-21T05:24:30.760Z | [ recovery-image] Dec 21 05:24:29.126 INFO O| Dec 21 05:24:29.126 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2024-12-21T05:24:30.857Z | [ recovery-image] Dec 21 05:24:29.225 INFO O| Dec 21 05:24:29.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4568 | 2024-12-21T05:24:30.857Z | [ recovery-image] Dec 21 05:24:29.225 INFO O| Dec 21 05:24:29.225 INFO STEP 69 (remove_files) COMPLETE |
4569 | 2024-12-21T05:24:30.860Z | [ recovery-image] Dec 21 05:24:29.225 INFO O| Dec 21 05:24:29.225 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4570 | 2024-12-21T05:24:30.876Z | [ recovery-image] Dec 21 05:24:29.244 INFO O| Dec 21 05:24:29.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4571 | 2024-12-21T05:24:30.879Z | [ recovery-image] Dec 21 05:24:29.244 INFO O| Dec 21 05:24:29.244 INFO STEP 70 (remove_files) COMPLETE |
4572 | 2024-12-21T05:24:30.879Z | [ recovery-image] Dec 21 05:24:29.244 INFO O| Dec 21 05:24:29.244 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4573 | 2024-12-21T05:24:30.910Z | [ recovery-image] Dec 21 05:24:29.278 INFO O| Dec 21 05:24:29.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4574 | 2024-12-21T05:24:30.910Z | [ recovery-image] Dec 21 05:24:29.278 INFO O| Dec 21 05:24:29.278 INFO STEP 71 (remove_files) COMPLETE |
4575 | 2024-12-21T05:24:30.910Z | [ recovery-image] Dec 21 05:24:29.278 INFO O| Dec 21 05:24:29.278 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4576 | 2024-12-21T05:24:30.997Z | [ recovery-image] Dec 21 05:24:29.365 INFO O| Dec 21 05:24:29.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4577 | 2024-12-21T05:24:31.000Z | [ recovery-image] Dec 21 05:24:29.365 INFO O| Dec 21 05:24:29.365 INFO STEP 72 (remove_files) COMPLETE |
4578 | 2024-12-21T05:24:31.000Z | [ recovery-image] Dec 21 05:24:29.365 INFO O| Dec 21 05:24:29.365 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4579 | 2024-12-21T05:24:31.050Z | [ recovery-image] Dec 21 05:24:29.417 INFO O| Dec 21 05:24:29.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4580 | 2024-12-21T05:24:31.050Z | [ recovery-image] Dec 21 05:24:29.417 INFO O| Dec 21 05:24:29.417 INFO STEP 73 (remove_files) COMPLETE |
4581 | 2024-12-21T05:24:31.052Z | [ recovery-image] Dec 21 05:24:29.417 INFO O| Dec 21 05:24:29.417 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4582 | 2024-12-21T05:24:31.092Z | [ recovery-image] Dec 21 05:24:29.459 INFO O| Dec 21 05:24:29.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4583 | 2024-12-21T05:24:31.092Z | [ recovery-image] Dec 21 05:24:29.459 INFO O| Dec 21 05:24:29.459 INFO STEP 74 (remove_files) COMPLETE |
4584 | 2024-12-21T05:24:31.092Z | [ recovery-image] Dec 21 05:24:29.459 INFO O| Dec 21 05:24:29.459 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4585 | 2024-12-21T05:24:31.128Z | [ recovery-image] Dec 21 05:24:29.496 INFO O| Dec 21 05:24:29.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4586 | 2024-12-21T05:24:31.128Z | [ recovery-image] Dec 21 05:24:29.496 INFO O| Dec 21 05:24:29.496 INFO STEP 75 (remove_files) COMPLETE |
4587 | 2024-12-21T05:24:31.131Z | [ recovery-image] Dec 21 05:24:29.496 INFO O| Dec 21 05:24:29.496 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4588 | 2024-12-21T05:24:31.150Z | [ recovery-image] Dec 21 05:24:29.518 INFO O| Dec 21 05:24:29.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4589 | 2024-12-21T05:24:31.150Z | [ recovery-image] Dec 21 05:24:29.518 INFO O| Dec 21 05:24:29.518 INFO STEP 76 (remove_files) COMPLETE |
4590 | 2024-12-21T05:24:31.153Z | [ recovery-image] Dec 21 05:24:29.518 INFO O| Dec 21 05:24:29.518 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4591 | 2024-12-21T05:24:31.191Z | [ recovery-image] Dec 21 05:24:29.558 INFO O| Dec 21 05:24:29.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4592 | 2024-12-21T05:24:31.191Z | [ recovery-image] Dec 21 05:24:29.558 INFO O| Dec 21 05:24:29.558 INFO STEP 77 (remove_files) COMPLETE |
4593 | 2024-12-21T05:24:31.191Z | [ recovery-image] Dec 21 05:24:29.558 INFO O| Dec 21 05:24:29.558 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4594 | 2024-12-21T05:24:31.226Z | [ recovery-image] Dec 21 05:24:29.593 INFO O| Dec 21 05:24:29.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4595 | 2024-12-21T05:24:31.226Z | [ recovery-image] Dec 21 05:24:29.593 INFO O| Dec 21 05:24:29.593 INFO STEP 78 (remove_files) COMPLETE |
4596 | 2024-12-21T05:24:31.226Z | [ recovery-image] Dec 21 05:24:29.593 INFO O| Dec 21 05:24:29.593 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4597 | 2024-12-21T05:24:31.246Z | [ recovery-image] Dec 21 05:24:29.612 INFO O| Dec 21 05:24:29.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4598 | 2024-12-21T05:24:31.246Z | [ recovery-image] Dec 21 05:24:29.613 INFO O| Dec 21 05:24:29.613 INFO STEP 79 (remove_files) COMPLETE |
4599 | 2024-12-21T05:24:31.246Z | [ recovery-image] Dec 21 05:24:29.613 INFO O| Dec 21 05:24:29.613 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4600 | 2024-12-21T05:24:31.285Z | [ recovery-image] Dec 21 05:24:29.652 INFO O| Dec 21 05:24:29.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4601 | 2024-12-21T05:24:31.285Z | [ recovery-image] Dec 21 05:24:29.652 INFO O| Dec 21 05:24:29.637 INFO STEP 80 (remove_files) COMPLETE |
4602 | 2024-12-21T05:24:31.288Z | [ recovery-image] Dec 21 05:24:29.652 INFO O| Dec 21 05:24:29.637 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4603 | 2024-12-21T05:24:31.291Z | [ recovery-image] Dec 21 05:24:29.657 INFO O| Dec 21 05:24:29.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4604 | 2024-12-21T05:24:31.291Z | [ recovery-image] Dec 21 05:24:29.658 INFO O| Dec 21 05:24:29.658 INFO STEP 81 (remove_files) COMPLETE |
4605 | 2024-12-21T05:24:31.291Z | [ recovery-image] Dec 21 05:24:29.658 INFO O| Dec 21 05:24:29.658 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4606 | 2024-12-21T05:24:31.367Z | [ recovery-image] Dec 21 05:24:29.735 INFO O| Dec 21 05:24:29.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4607 | 2024-12-21T05:24:31.370Z | [ recovery-image] Dec 21 05:24:29.735 INFO O| Dec 21 05:24:29.735 INFO STEP 82 (remove_files) COMPLETE |
4608 | 2024-12-21T05:24:31.370Z | [ recovery-image] Dec 21 05:24:29.735 INFO O| Dec 21 05:24:29.735 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4609 | 2024-12-21T05:24:31.388Z | [ recovery-image] Dec 21 05:24:29.756 INFO O| Dec 21 05:24:29.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4610 | 2024-12-21T05:24:31.409Z | [ recovery-image] Dec 21 05:24:29.776 INFO O| Dec 21 05:24:29.776 INFO STEP 83 (remove_files) COMPLETE |
4611 | 2024-12-21T05:24:31.409Z | [ recovery-image] Dec 21 05:24:29.776 INFO O| Dec 21 05:24:29.776 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4612 | 2024-12-21T05:24:31.428Z | [ recovery-image] Dec 21 05:24:29.796 INFO O| Dec 21 05:24:29.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4613 | 2024-12-21T05:24:31.428Z | [ recovery-image] Dec 21 05:24:29.796 INFO O| Dec 21 05:24:29.796 INFO STEP 84 (remove_files) COMPLETE |
4614 | 2024-12-21T05:24:31.432Z | [ recovery-image] Dec 21 05:24:29.796 INFO O| Dec 21 05:24:29.796 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4615 | 2024-12-21T05:24:31.447Z | [ recovery-image] Dec 21 05:24:29.815 INFO O| Dec 21 05:24:29.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4616 | 2024-12-21T05:24:31.450Z | [ recovery-image] Dec 21 05:24:29.815 INFO O| Dec 21 05:24:29.815 INFO STEP 85 (remove_files) COMPLETE |
4617 | 2024-12-21T05:24:31.450Z | [ recovery-image] Dec 21 05:24:29.815 INFO O| Dec 21 05:24:29.815 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4618 | 2024-12-21T05:24:31.479Z | [ recovery-image] Dec 21 05:24:29.846 INFO O| Dec 21 05:24:29.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4619 | 2024-12-21T05:24:31.482Z | [ recovery-image] Dec 21 05:24:29.846 INFO O| Dec 21 05:24:29.846 INFO STEP 86 (remove_files) COMPLETE |
4620 | 2024-12-21T05:24:31.482Z | [ recovery-image] Dec 21 05:24:29.847 INFO O| Dec 21 05:24:29.847 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4621 | 2024-12-21T05:24:31.499Z | [ recovery-image] Dec 21 05:24:29.866 INFO O| Dec 21 05:24:29.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4622 | 2024-12-21T05:24:31.501Z | [ recovery-image] Dec 21 05:24:29.866 INFO O| Dec 21 05:24:29.866 INFO STEP 87 (remove_files) COMPLETE |
4623 | 2024-12-21T05:24:31.501Z | [ recovery-image] Dec 21 05:24:29.867 INFO O| Dec 21 05:24:29.866 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4624 | 2024-12-21T05:24:31.518Z | [ recovery-image] Dec 21 05:24:29.886 INFO O| Dec 21 05:24:29.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4625 | 2024-12-21T05:24:31.521Z | [ recovery-image] Dec 21 05:24:29.886 INFO O| Dec 21 05:24:29.886 INFO STEP 88 (remove_files) COMPLETE |
4626 | 2024-12-21T05:24:31.521Z | [ recovery-image] Dec 21 05:24:29.886 INFO O| Dec 21 05:24:29.886 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4627 | 2024-12-21T05:24:31.557Z | [ recovery-image] Dec 21 05:24:29.924 INFO O| Dec 21 05:24:29.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4628 | 2024-12-21T05:24:31.559Z | [ recovery-image] Dec 21 05:24:29.924 INFO O| Dec 21 05:24:29.924 INFO STEP 89 (remove_files) COMPLETE |
4629 | 2024-12-21T05:24:31.560Z | [ recovery-image] Dec 21 05:24:29.924 INFO O| Dec 21 05:24:29.924 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4630 | 2024-12-21T05:24:31.575Z | [ recovery-image] Dec 21 05:24:29.943 INFO O| Dec 21 05:24:29.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4631 | 2024-12-21T05:24:31.578Z | [ recovery-image] Dec 21 05:24:29.943 INFO O| Dec 21 05:24:29.943 INFO STEP 90 (remove_files) COMPLETE |
4632 | 2024-12-21T05:24:31.578Z | [ recovery-image] Dec 21 05:24:29.943 INFO O| Dec 21 05:24:29.943 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4633 | 2024-12-21T05:24:31.594Z | [ recovery-image] Dec 21 05:24:29.961 INFO O| Dec 21 05:24:29.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4634 | 2024-12-21T05:24:31.596Z | [ recovery-image] Dec 21 05:24:29.962 INFO O| Dec 21 05:24:29.961 INFO STEP 91 (remove_files) COMPLETE |
4635 | 2024-12-21T05:24:31.596Z | [ recovery-image] Dec 21 05:24:29.962 INFO O| Dec 21 05:24:29.962 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4636 | 2024-12-21T05:24:31.612Z | [ recovery-image] Dec 21 05:24:29.980 INFO O| Dec 21 05:24:29.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4637 | 2024-12-21T05:24:31.615Z | [ recovery-image] Dec 21 05:24:29.980 INFO O| Dec 21 05:24:29.980 INFO STEP 92 (remove_files) COMPLETE |
4638 | 2024-12-21T05:24:31.615Z | [ recovery-image] Dec 21 05:24:29.980 INFO O| Dec 21 05:24:29.980 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4639 | 2024-12-21T05:24:31.631Z | [ recovery-image] Dec 21 05:24:29.999 INFO O| Dec 21 05:24:29.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4640 | 2024-12-21T05:24:31.634Z | [ recovery-image] Dec 21 05:24:29.999 INFO O| Dec 21 05:24:29.999 INFO STEP 93 (remove_files) COMPLETE |
4641 | 2024-12-21T05:24:31.634Z | [ recovery-image] Dec 21 05:24:29.999 INFO O| Dec 21 05:24:29.999 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4642 | 2024-12-21T05:24:31.660Z | [ recovery-image] Dec 21 05:24:30.027 INFO O| Dec 21 05:24:30.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4643 | 2024-12-21T05:24:31.660Z | [ recovery-image] Dec 21 05:24:30.027 INFO O| Dec 21 05:24:30.027 INFO STEP 94 (remove_files) COMPLETE |
4644 | 2024-12-21T05:24:31.663Z | [ recovery-image] Dec 21 05:24:30.027 INFO O| Dec 21 05:24:30.027 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4645 | 2024-12-21T05:24:31.695Z | [ recovery-image] Dec 21 05:24:30.063 INFO O| Dec 21 05:24:30.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4646 | 2024-12-21T05:24:31.699Z | [ recovery-image] Dec 21 05:24:30.063 INFO O| Dec 21 05:24:30.063 INFO STEP 95 (remove_files) COMPLETE |
4647 | 2024-12-21T05:24:31.699Z | [ recovery-image] Dec 21 05:24:30.063 INFO O| Dec 21 05:24:30.063 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4648 | 2024-12-21T05:24:31.722Z | [ recovery-image] Dec 21 05:24:30.088 INFO O| Dec 21 05:24:30.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4649 | 2024-12-21T05:24:31.722Z | [ recovery-image] Dec 21 05:24:30.088 INFO O| Dec 21 05:24:30.088 INFO STEP 96 (remove_files) COMPLETE |
4650 | 2024-12-21T05:24:31.726Z | [ recovery-image] Dec 21 05:24:30.088 INFO O| Dec 21 05:24:30.088 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4651 | 2024-12-21T05:24:31.740Z | [ recovery-image] Dec 21 05:24:30.107 INFO O| Dec 21 05:24:30.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4652 | 2024-12-21T05:24:31.740Z | [ recovery-image] Dec 21 05:24:30.107 INFO O| Dec 21 05:24:30.107 INFO STEP 97 (remove_files) COMPLETE |
4653 | 2024-12-21T05:24:31.740Z | [ recovery-image] Dec 21 05:24:30.107 INFO O| Dec 21 05:24:30.107 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4654 | 2024-12-21T05:24:31.758Z | [ recovery-image] Dec 21 05:24:30.125 INFO O| Dec 21 05:24:30.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4655 | 2024-12-21T05:24:31.761Z | [ recovery-image] Dec 21 05:24:30.126 INFO O| Dec 21 05:24:30.125 INFO STEP 98 (remove_files) COMPLETE |
4656 | 2024-12-21T05:24:31.761Z | [ recovery-image] Dec 21 05:24:30.126 INFO O| Dec 21 05:24:30.126 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4657 | 2024-12-21T05:24:31.794Z | [ recovery-image] Dec 21 05:24:30.162 INFO O| Dec 21 05:24:30.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4658 | 2024-12-21T05:24:31.816Z | [ recovery-image] Dec 21 05:24:30.183 INFO O| Dec 21 05:24:30.183 INFO STEP 99 (remove_files) COMPLETE |
4659 | 2024-12-21T05:24:31.816Z | [ recovery-image] Dec 21 05:24:30.183 INFO O| Dec 21 05:24:30.183 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4660 | 2024-12-21T05:24:31.876Z | [ recovery-image] Dec 21 05:24:30.243 INFO O| Dec 21 05:24:30.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4661 | 2024-12-21T05:24:31.896Z | [ recovery-image] Dec 21 05:24:30.263 INFO O| Dec 21 05:24:30.263 INFO STEP 100 (remove_files) COMPLETE |
4662 | 2024-12-21T05:24:31.896Z | [ recovery-image] Dec 21 05:24:30.263 INFO O| Dec 21 05:24:30.263 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4663 | 2024-12-21T05:24:31.947Z | [ recovery-image] Dec 21 05:24:30.314 INFO O| Dec 21 05:24:30.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4664 | 2024-12-21T05:24:31.947Z | [ recovery-image] Dec 21 05:24:30.314 INFO O| Dec 21 05:24:30.314 INFO STEP 101 (remove_files) COMPLETE |
4665 | 2024-12-21T05:24:31.947Z | [ recovery-image] Dec 21 05:24:30.314 INFO O| Dec 21 05:24:30.314 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4666 | 2024-12-21T05:24:31.967Z | [ recovery-image] Dec 21 05:24:30.335 INFO O| Dec 21 05:24:30.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4667 | 2024-12-21T05:24:31.980Z | [ recovery-image] Dec 21 05:24:30.348 INFO O| Dec 21 05:24:30.348 INFO STEP 102 (remove_files) COMPLETE |
4668 | 2024-12-21T05:24:31.980Z | [ recovery-image] Dec 21 05:24:30.348 INFO O| Dec 21 05:24:30.348 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2024-12-21T05:24:32.020Z | [ recovery-image] Dec 21 05:24:30.387 INFO O| Dec 21 05:24:30.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4670 | 2024-12-21T05:24:32.020Z | [ recovery-image] Dec 21 05:24:30.387 INFO O| Dec 21 05:24:30.387 INFO STEP 103 (remove_files) COMPLETE |
4671 | 2024-12-21T05:24:32.024Z | [ recovery-image] Dec 21 05:24:30.387 INFO O| Dec 21 05:24:30.387 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2024-12-21T05:24:32.042Z | [ recovery-image] Dec 21 05:24:30.409 INFO O| Dec 21 05:24:30.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4673 | 2024-12-21T05:24:32.042Z | [ recovery-image] Dec 21 05:24:30.410 INFO O| Dec 21 05:24:30.410 INFO STEP 104 (remove_files) COMPLETE |
4674 | 2024-12-21T05:24:32.044Z | [ recovery-image] Dec 21 05:24:30.410 INFO O| Dec 21 05:24:30.410 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2024-12-21T05:24:32.060Z | [ recovery-image] Dec 21 05:24:30.428 INFO O| Dec 21 05:24:30.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4676 | 2024-12-21T05:24:32.060Z | [ recovery-image] Dec 21 05:24:30.428 INFO O| Dec 21 05:24:30.428 INFO STEP 105 (remove_files) COMPLETE |
4677 | 2024-12-21T05:24:32.060Z | [ recovery-image] Dec 21 05:24:30.428 INFO O| Dec 21 05:24:30.428 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2024-12-21T05:24:32.096Z | [ recovery-image] Dec 21 05:24:30.463 INFO O| Dec 21 05:24:30.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4679 | 2024-12-21T05:24:32.096Z | [ recovery-image] Dec 21 05:24:30.463 INFO O| Dec 21 05:24:30.463 INFO STEP 106 (remove_files) COMPLETE |
4680 | 2024-12-21T05:24:32.099Z | [ recovery-image] Dec 21 05:24:30.463 INFO O| Dec 21 05:24:30.463 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2024-12-21T05:24:32.167Z | [ recovery-image] Dec 21 05:24:30.535 INFO O| Dec 21 05:24:30.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4682 | 2024-12-21T05:24:32.191Z | [ recovery-image] Dec 21 05:24:30.559 INFO O| Dec 21 05:24:30.559 INFO STEP 107 (remove_files) COMPLETE |
4683 | 2024-12-21T05:24:32.191Z | [ recovery-image] Dec 21 05:24:30.559 INFO O| Dec 21 05:24:30.559 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2024-12-21T05:24:32.213Z | [ recovery-image] Dec 21 05:24:30.580 INFO O| Dec 21 05:24:30.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4685 | 2024-12-21T05:24:32.213Z | [ recovery-image] Dec 21 05:24:30.580 INFO O| Dec 21 05:24:30.580 INFO STEP 108 (remove_files) COMPLETE |
4686 | 2024-12-21T05:24:32.213Z | [ recovery-image] Dec 21 05:24:30.580 INFO O| Dec 21 05:24:30.580 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2024-12-21T05:24:32.237Z | [ recovery-image] Dec 21 05:24:30.605 INFO O| Dec 21 05:24:30.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4688 | 2024-12-21T05:24:32.238Z | [ recovery-image] Dec 21 05:24:30.605 INFO O| Dec 21 05:24:30.605 INFO STEP 109 (remove_files) COMPLETE |
4689 | 2024-12-21T05:24:32.238Z | [ recovery-image] Dec 21 05:24:30.605 INFO O| Dec 21 05:24:30.605 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2024-12-21T05:24:32.257Z | [ recovery-image] Dec 21 05:24:30.625 INFO O| Dec 21 05:24:30.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4691 | 2024-12-21T05:24:32.257Z | [ recovery-image] Dec 21 05:24:30.625 INFO O| Dec 21 05:24:30.625 INFO STEP 110 (remove_files) COMPLETE |
4692 | 2024-12-21T05:24:32.261Z | [ recovery-image] Dec 21 05:24:30.625 INFO O| Dec 21 05:24:30.625 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2024-12-21T05:24:32.290Z | [ recovery-image] Dec 21 05:24:30.656 INFO O| Dec 21 05:24:30.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4694 | 2024-12-21T05:24:32.290Z | [ recovery-image] Dec 21 05:24:30.656 INFO O| Dec 21 05:24:30.656 INFO STEP 111 (remove_files) COMPLETE |
4695 | 2024-12-21T05:24:32.290Z | [ recovery-image] Dec 21 05:24:30.656 INFO O| Dec 21 05:24:30.656 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4696 | 2024-12-21T05:24:32.317Z | [ recovery-image] Dec 21 05:24:30.683 INFO O| Dec 21 05:24:30.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4697 | 2024-12-21T05:24:32.317Z | [ recovery-image] Dec 21 05:24:30.683 INFO O| Dec 21 05:24:30.683 INFO STEP 112 (remove_files) COMPLETE |
4698 | 2024-12-21T05:24:32.317Z | [ recovery-image] Dec 21 05:24:30.683 INFO O| Dec 21 05:24:30.683 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4699 | 2024-12-21T05:24:32.354Z | [ recovery-image] Dec 21 05:24:30.720 INFO O| Dec 21 05:24:30.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4700 | 2024-12-21T05:24:32.354Z | [ recovery-image] Dec 21 05:24:30.720 INFO O| Dec 21 05:24:30.720 INFO STEP 113 (remove_files) COMPLETE |
4701 | 2024-12-21T05:24:32.354Z | [ recovery-image] Dec 21 05:24:30.720 INFO O| Dec 21 05:24:30.720 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4702 | 2024-12-21T05:24:32.391Z | [ recovery-image] Dec 21 05:24:30.758 INFO O| Dec 21 05:24:30.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4703 | 2024-12-21T05:24:32.393Z | [ recovery-image] Dec 21 05:24:30.758 INFO O| Dec 21 05:24:30.758 INFO STEP 114 (remove_files) COMPLETE |
4704 | 2024-12-21T05:24:32.393Z | [ recovery-image] Dec 21 05:24:30.758 INFO O| Dec 21 05:24:30.758 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4705 | 2024-12-21T05:24:32.412Z | [ recovery-image] Dec 21 05:24:30.780 INFO O| Dec 21 05:24:30.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4706 | 2024-12-21T05:24:32.415Z | [ recovery-image] Dec 21 05:24:30.780 INFO O| Dec 21 05:24:30.780 INFO STEP 115 (remove_files) COMPLETE |
4707 | 2024-12-21T05:24:32.415Z | [ recovery-image] Dec 21 05:24:30.780 INFO O| Dec 21 05:24:30.780 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4708 | 2024-12-21T05:24:32.435Z | [ recovery-image] Dec 21 05:24:30.803 INFO O| Dec 21 05:24:30.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4709 | 2024-12-21T05:24:32.438Z | [ recovery-image] Dec 21 05:24:30.803 INFO O| Dec 21 05:24:30.803 INFO STEP 116 (remove_files) COMPLETE |
4710 | 2024-12-21T05:24:32.438Z | [ recovery-image] Dec 21 05:24:30.803 INFO O| Dec 21 05:24:30.803 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4711 | 2024-12-21T05:24:32.476Z | [ recovery-image] Dec 21 05:24:30.843 INFO O| Dec 21 05:24:30.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4712 | 2024-12-21T05:24:32.478Z | [ recovery-image] Dec 21 05:24:30.843 INFO O| Dec 21 05:24:30.843 INFO STEP 117 (remove_files) COMPLETE |
4713 | 2024-12-21T05:24:32.478Z | [ recovery-image] Dec 21 05:24:30.844 INFO O| Dec 21 05:24:30.843 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4714 | 2024-12-21T05:24:32.513Z | [ recovery-image] Dec 21 05:24:30.881 INFO O| Dec 21 05:24:30.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4715 | 2024-12-21T05:24:32.516Z | [ recovery-image] Dec 21 05:24:30.881 INFO O| Dec 21 05:24:30.881 INFO STEP 118 (remove_files) COMPLETE |
4716 | 2024-12-21T05:24:32.516Z | [ recovery-image] Dec 21 05:24:30.881 INFO O| Dec 21 05:24:30.881 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2024-12-21T05:24:32.602Z | [ recovery-image] Dec 21 05:24:30.969 INFO O| Dec 21 05:24:30.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4718 | 2024-12-21T05:24:32.625Z | [ recovery-image] Dec 21 05:24:30.993 INFO O| Dec 21 05:24:30.993 INFO STEP 119 (remove_files) COMPLETE |
4719 | 2024-12-21T05:24:32.625Z | [ recovery-image] Dec 21 05:24:30.993 INFO O| Dec 21 05:24:30.993 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4720 | 2024-12-21T05:24:32.647Z | [ recovery-image] Dec 21 05:24:31.014 INFO O| Dec 21 05:24:31.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4721 | 2024-12-21T05:24:32.650Z | [ recovery-image] Dec 21 05:24:31.015 INFO O| Dec 21 05:24:31.014 INFO STEP 120 (remove_files) COMPLETE |
4722 | 2024-12-21T05:24:32.650Z | [ recovery-image] Dec 21 05:24:31.015 INFO O| Dec 21 05:24:31.015 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4723 | 2024-12-21T05:24:32.668Z | [ recovery-image] Dec 21 05:24:31.035 INFO O| Dec 21 05:24:31.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4724 | 2024-12-21T05:24:32.679Z | [ recovery-image] Dec 21 05:24:31.047 INFO O| Dec 21 05:24:31.047 INFO STEP 121 (remove_files) COMPLETE |
4725 | 2024-12-21T05:24:32.679Z | [ recovery-image] Dec 21 05:24:31.047 INFO O| Dec 21 05:24:31.047 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2024-12-21T05:24:32.734Z | [ recovery-image] Dec 21 05:24:31.101 INFO O| Dec 21 05:24:31.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4727 | 2024-12-21T05:24:32.737Z | [ recovery-image] Dec 21 05:24:31.101 INFO O| Dec 21 05:24:31.101 INFO STEP 122 (remove_files) COMPLETE |
4728 | 2024-12-21T05:24:32.737Z | [ recovery-image] Dec 21 05:24:31.101 INFO O| Dec 21 05:24:31.101 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2024-12-21T05:24:32.753Z | [ recovery-image] Dec 21 05:24:31.120 INFO O| Dec 21 05:24:31.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4730 | 2024-12-21T05:24:32.753Z | [ recovery-image] Dec 21 05:24:31.120 INFO O| Dec 21 05:24:31.120 INFO STEP 123 (remove_files) COMPLETE |
4731 | 2024-12-21T05:24:32.756Z | [ recovery-image] Dec 21 05:24:31.120 INFO O| Dec 21 05:24:31.120 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4732 | 2024-12-21T05:24:32.770Z | [ recovery-image] Dec 21 05:24:31.138 INFO O| Dec 21 05:24:31.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4733 | 2024-12-21T05:24:32.770Z | [ recovery-image] Dec 21 05:24:31.138 INFO O| Dec 21 05:24:31.138 INFO STEP 124 (remove_files) COMPLETE |
4734 | 2024-12-21T05:24:32.773Z | [ recovery-image] Dec 21 05:24:31.138 INFO O| Dec 21 05:24:31.138 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4735 | 2024-12-21T05:24:32.788Z | [ recovery-image] Dec 21 05:24:31.155 INFO O| Dec 21 05:24:31.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4736 | 2024-12-21T05:24:32.788Z | [ recovery-image] Dec 21 05:24:31.155 INFO O| Dec 21 05:24:31.155 INFO STEP 125 (remove_files) COMPLETE |
4737 | 2024-12-21T05:24:32.788Z | [ recovery-image] Dec 21 05:24:31.155 INFO O| Dec 21 05:24:31.155 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4738 | 2024-12-21T05:24:32.806Z | [ recovery-image] Dec 21 05:24:31.173 INFO O| Dec 21 05:24:31.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4739 | 2024-12-21T05:24:32.806Z | [ recovery-image] Dec 21 05:24:31.173 INFO O| Dec 21 05:24:31.173 INFO STEP 126 (remove_files) COMPLETE |
4740 | 2024-12-21T05:24:32.806Z | [ recovery-image] Dec 21 05:24:31.173 INFO O| Dec 21 05:24:31.173 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4741 | 2024-12-21T05:24:32.847Z | [ recovery-image] Dec 21 05:24:31.215 INFO O| Dec 21 05:24:31.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4742 | 2024-12-21T05:24:32.848Z | [ recovery-image] Dec 21 05:24:31.215 INFO O| Dec 21 05:24:31.215 INFO STEP 127 (remove_files) COMPLETE |
4743 | 2024-12-21T05:24:32.850Z | [ recovery-image] Dec 21 05:24:31.215 INFO O| Dec 21 05:24:31.215 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4744 | 2024-12-21T05:24:32.871Z | [ recovery-image] Dec 21 05:24:31.238 INFO O| Dec 21 05:24:31.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4745 | 2024-12-21T05:24:32.871Z | [ recovery-image] Dec 21 05:24:31.238 INFO O| Dec 21 05:24:31.238 INFO STEP 128 (remove_files) COMPLETE |
4746 | 2024-12-21T05:24:32.874Z | [ recovery-image] Dec 21 05:24:31.238 INFO O| Dec 21 05:24:31.238 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4747 | 2024-12-21T05:24:32.916Z | [ recovery-image] Dec 21 05:24:31.284 INFO O| Dec 21 05:24:31.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4748 | 2024-12-21T05:24:32.917Z | [ recovery-image] Dec 21 05:24:31.284 INFO O| Dec 21 05:24:31.284 INFO STEP 129 (remove_files) COMPLETE |
4749 | 2024-12-21T05:24:32.917Z | [ recovery-image] Dec 21 05:24:31.284 INFO O| Dec 21 05:24:31.284 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4750 | 2024-12-21T05:24:32.938Z | [ recovery-image] Dec 21 05:24:31.305 INFO O| Dec 21 05:24:31.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4751 | 2024-12-21T05:24:32.938Z | [ recovery-image] Dec 21 05:24:31.306 INFO O| Dec 21 05:24:31.305 INFO STEP 130 (remove_files) COMPLETE |
4752 | 2024-12-21T05:24:32.941Z | [ recovery-image] Dec 21 05:24:31.306 INFO O| Dec 21 05:24:31.305 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4753 | 2024-12-21T05:24:33.001Z | [ recovery-image] Dec 21 05:24:31.368 INFO O| Dec 21 05:24:31.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4754 | 2024-12-21T05:24:33.003Z | [ recovery-image] Dec 21 05:24:31.368 INFO O| Dec 21 05:24:31.368 INFO STEP 131 (remove_files) COMPLETE |
4755 | 2024-12-21T05:24:33.003Z | [ recovery-image] Dec 21 05:24:31.368 INFO O| Dec 21 05:24:31.368 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2024-12-21T05:24:33.030Z | [ recovery-image] Dec 21 05:24:31.397 INFO O| Dec 21 05:24:31.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4757 | 2024-12-21T05:24:33.030Z | [ recovery-image] Dec 21 05:24:31.397 INFO O| Dec 21 05:24:31.397 INFO STEP 132 (remove_files) COMPLETE |
4758 | 2024-12-21T05:24:33.033Z | [ recovery-image] Dec 21 05:24:31.397 INFO O| Dec 21 05:24:31.397 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2024-12-21T05:24:33.050Z | [ recovery-image] Dec 21 05:24:31.417 INFO O| Dec 21 05:24:31.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4760 | 2024-12-21T05:24:33.050Z | [ recovery-image] Dec 21 05:24:31.418 INFO O| Dec 21 05:24:31.418 INFO STEP 133 (remove_files) COMPLETE |
4761 | 2024-12-21T05:24:33.050Z | [ recovery-image] Dec 21 05:24:31.418 INFO O| Dec 21 05:24:31.418 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2024-12-21T05:24:33.087Z | [ recovery-image] Dec 21 05:24:31.455 INFO O| Dec 21 05:24:31.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4763 | 2024-12-21T05:24:33.087Z | [ recovery-image] Dec 21 05:24:31.455 INFO O| Dec 21 05:24:31.455 INFO STEP 134 (remove_files) COMPLETE |
4764 | 2024-12-21T05:24:33.090Z | [ recovery-image] Dec 21 05:24:31.455 INFO O| Dec 21 05:24:31.455 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-12-21T05:24:33.133Z | [ recovery-image] Dec 21 05:24:31.500 INFO O| Dec 21 05:24:31.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4766 | 2024-12-21T05:24:33.133Z | [ recovery-image] Dec 21 05:24:31.500 INFO O| Dec 21 05:24:31.500 INFO STEP 135 (remove_files) COMPLETE |
4767 | 2024-12-21T05:24:33.133Z | [ recovery-image] Dec 21 05:24:31.500 INFO O| Dec 21 05:24:31.500 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-12-21T05:24:33.153Z | [ recovery-image] Dec 21 05:24:31.520 INFO O| Dec 21 05:24:31.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4769 | 2024-12-21T05:24:33.155Z | [ recovery-image] Dec 21 05:24:31.520 INFO O| Dec 21 05:24:31.520 INFO STEP 136 (remove_files) COMPLETE |
4770 | 2024-12-21T05:24:33.155Z | [ recovery-image] Dec 21 05:24:31.521 INFO O| Dec 21 05:24:31.520 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-12-21T05:24:33.175Z | [ recovery-image] Dec 21 05:24:31.542 INFO O| Dec 21 05:24:31.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4772 | 2024-12-21T05:24:33.175Z | [ recovery-image] Dec 21 05:24:31.542 INFO O| Dec 21 05:24:31.542 INFO STEP 137 (remove_files) COMPLETE |
4773 | 2024-12-21T05:24:33.177Z | [ recovery-image] Dec 21 05:24:31.542 INFO O| Dec 21 05:24:31.542 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-12-21T05:24:33.208Z | [ recovery-image] Dec 21 05:24:31.575 INFO O| Dec 21 05:24:31.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4775 | 2024-12-21T05:24:33.210Z | [ recovery-image] Dec 21 05:24:31.576 INFO O| Dec 21 05:24:31.575 INFO STEP 138 (remove_files) COMPLETE |
4776 | 2024-12-21T05:24:33.211Z | [ recovery-image] Dec 21 05:24:31.576 INFO O| Dec 21 05:24:31.576 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2024-12-21T05:24:33.229Z | [ recovery-image] Dec 21 05:24:31.596 INFO O| Dec 21 05:24:31.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4778 | 2024-12-21T05:24:33.231Z | [ recovery-image] Dec 21 05:24:31.596 INFO O| Dec 21 05:24:31.596 INFO STEP 139 (remove_files) COMPLETE |
4779 | 2024-12-21T05:24:33.231Z | [ recovery-image] Dec 21 05:24:31.596 INFO O| Dec 21 05:24:31.596 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-12-21T05:24:33.289Z | [ recovery-image] Dec 21 05:24:31.656 INFO O| Dec 21 05:24:31.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4781 | 2024-12-21T05:24:33.289Z | [ recovery-image] Dec 21 05:24:31.656 INFO O| Dec 21 05:24:31.656 INFO STEP 140 (remove_files) COMPLETE |
4782 | 2024-12-21T05:24:33.292Z | [ recovery-image] Dec 21 05:24:31.656 INFO O| Dec 21 05:24:31.656 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2024-12-21T05:24:33.310Z | [ recovery-image] Dec 21 05:24:31.677 INFO O| Dec 21 05:24:31.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4784 | 2024-12-21T05:24:33.312Z | [ recovery-image] Dec 21 05:24:31.677 INFO O| Dec 21 05:24:31.677 INFO STEP 141 (remove_files) COMPLETE |
4785 | 2024-12-21T05:24:33.312Z | [ recovery-image] Dec 21 05:24:31.677 INFO O| Dec 21 05:24:31.677 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2024-12-21T05:24:33.330Z | [ recovery-image] Dec 21 05:24:31.697 INFO O| Dec 21 05:24:31.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4787 | 2024-12-21T05:24:33.330Z | [ recovery-image] Dec 21 05:24:31.698 INFO O| Dec 21 05:24:31.697 INFO STEP 142 (remove_files) COMPLETE |
4788 | 2024-12-21T05:24:33.330Z | [ recovery-image] Dec 21 05:24:31.698 INFO O| Dec 21 05:24:31.697 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-12-21T05:24:33.346Z | [ host-image] Dec 21 05:24:31.713 INFO O| Dec 21 05:24:31.713 INFO O| Planning: Solver setup ... Done |
4790 | 2024-12-21T05:24:33.352Z | [ host-image] Dec 21 05:24:31.719 INFO O| Dec 21 05:24:31.719 INFO O| Planning: Running solver ... Done |
4791 | 2024-12-21T05:24:33.388Z | [ recovery-image] Dec 21 05:24:31.755 INFO O| Dec 21 05:24:31.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4792 | 2024-12-21T05:24:33.390Z | [ recovery-image] Dec 21 05:24:31.755 INFO O| Dec 21 05:24:31.755 INFO STEP 143 (remove_files) COMPLETE |
4793 | 2024-12-21T05:24:33.390Z | [ recovery-image] Dec 21 05:24:31.755 INFO O| Dec 21 05:24:31.755 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2024-12-21T05:24:33.408Z | [ recovery-image] Dec 21 05:24:31.776 INFO O| Dec 21 05:24:31.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4795 | 2024-12-21T05:24:33.408Z | [ recovery-image] Dec 21 05:24:31.776 INFO O| Dec 21 05:24:31.776 INFO STEP 144 (remove_files) COMPLETE |
4796 | 2024-12-21T05:24:33.411Z | [ recovery-image] Dec 21 05:24:31.776 INFO O| Dec 21 05:24:31.776 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-12-21T05:24:33.429Z | [ recovery-image] Dec 21 05:24:31.796 INFO O| Dec 21 05:24:31.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4798 | 2024-12-21T05:24:33.429Z | [ recovery-image] Dec 21 05:24:31.796 INFO O| Dec 21 05:24:31.796 INFO STEP 145 (remove_files) COMPLETE |
4799 | 2024-12-21T05:24:33.432Z | [ recovery-image] Dec 21 05:24:31.796 INFO O| Dec 21 05:24:31.796 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2024-12-21T05:24:33.450Z | [ recovery-image] Dec 21 05:24:31.818 INFO O| Dec 21 05:24:31.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4801 | 2024-12-21T05:24:33.450Z | [ recovery-image] Dec 21 05:24:31.818 INFO O| Dec 21 05:24:31.818 INFO STEP 146 (remove_files) COMPLETE |
4802 | 2024-12-21T05:24:33.453Z | [ recovery-image] Dec 21 05:24:31.818 INFO O| Dec 21 05:24:31.818 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-12-21T05:24:33.453Z | [ host-image] Dec 21 05:24:31.819 INFO O| Dec 21 05:24:31.819 INFO O| Planning: Finding local manifests ... Done |
4804 | 2024-12-21T05:24:33.453Z | [ host-image] Dec 21 05:24:31.820 INFO O| Dec 21 05:24:31.820 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4805 | 2024-12-21T05:24:33.492Z | [ recovery-image] Dec 21 05:24:31.859 INFO O| Dec 21 05:24:31.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4806 | 2024-12-21T05:24:33.492Z | [ recovery-image] Dec 21 05:24:31.859 INFO O| Dec 21 05:24:31.859 INFO STEP 147 (remove_files) COMPLETE |
4807 | 2024-12-21T05:24:33.492Z | [ recovery-image] Dec 21 05:24:31.859 INFO O| Dec 21 05:24:31.859 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4808 | 2024-12-21T05:24:33.514Z | [ recovery-image] Dec 21 05:24:31.882 INFO O| Dec 21 05:24:31.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4809 | 2024-12-21T05:24:33.514Z | [ recovery-image] Dec 21 05:24:31.882 INFO O| Dec 21 05:24:31.882 INFO STEP 148 (remove_files) COMPLETE |
4810 | 2024-12-21T05:24:33.514Z | [ recovery-image] Dec 21 05:24:31.882 INFO O| Dec 21 05:24:31.882 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4811 | 2024-12-21T05:24:33.537Z | [ recovery-image] Dec 21 05:24:31.904 INFO O| Dec 21 05:24:31.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4812 | 2024-12-21T05:24:33.540Z | [ recovery-image] Dec 21 05:24:31.906 INFO O| Dec 21 05:24:31.906 INFO STEP 149 (remove_files) COMPLETE |
4813 | 2024-12-21T05:24:33.540Z | [ recovery-image] Dec 21 05:24:31.906 INFO O| Dec 21 05:24:31.906 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4814 | 2024-12-21T05:24:33.612Z | [ recovery-image] Dec 21 05:24:31.980 INFO O| Dec 21 05:24:31.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4815 | 2024-12-21T05:24:33.612Z | [ recovery-image] Dec 21 05:24:31.980 INFO O| Dec 21 05:24:31.980 INFO STEP 150 (remove_files) COMPLETE |
4816 | 2024-12-21T05:24:33.615Z | [ recovery-image] Dec 21 05:24:31.980 INFO O| Dec 21 05:24:31.980 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4817 | 2024-12-21T05:24:33.648Z | [ host-image] Dec 21 05:24:32.015 INFO O| Dec 21 05:24:32.015 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4818 | 2024-12-21T05:24:33.652Z | [ recovery-image] Dec 21 05:24:32.019 INFO O| Dec 21 05:24:32.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4819 | 2024-12-21T05:24:33.652Z | [ recovery-image] Dec 21 05:24:32.019 INFO O| Dec 21 05:24:32.019 INFO STEP 151 (remove_files) COMPLETE |
4820 | 2024-12-21T05:24:33.654Z | [ recovery-image] Dec 21 05:24:32.020 INFO O| Dec 21 05:24:32.019 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-12-21T05:24:33.678Z | [ host-image] Dec 21 05:24:32.046 INFO O| Dec 21 05:24:32.046 INFO O| Planning: Package planning ... Done |
4822 | 2024-12-21T05:24:33.681Z | [ host-image] Dec 21 05:24:32.047 INFO O| Dec 21 05:24:32.046 INFO O| Planning: Merging actions ... Done |
4823 | 2024-12-21T05:24:33.689Z | [ recovery-image] Dec 21 05:24:32.057 INFO O| Dec 21 05:24:32.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4824 | 2024-12-21T05:24:33.690Z | [ recovery-image] Dec 21 05:24:32.057 INFO O| Dec 21 05:24:32.057 INFO STEP 152 (remove_files) COMPLETE |
4825 | 2024-12-21T05:24:33.692Z | [ recovery-image] Dec 21 05:24:32.057 INFO O| Dec 21 05:24:32.057 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4826 | 2024-12-21T05:24:33.711Z | [ recovery-image] Dec 21 05:24:32.078 INFO O| Dec 21 05:24:32.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4827 | 2024-12-21T05:24:33.731Z | [ recovery-image] Dec 21 05:24:32.098 INFO O| Dec 21 05:24:32.098 INFO STEP 153 (remove_files) COMPLETE |
4828 | 2024-12-21T05:24:33.731Z | [ recovery-image] Dec 21 05:24:32.098 INFO O| Dec 21 05:24:32.098 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4829 | 2024-12-21T05:24:33.752Z | [ recovery-image] Dec 21 05:24:32.119 INFO O| Dec 21 05:24:32.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4830 | 2024-12-21T05:24:33.755Z | [ recovery-image] Dec 21 05:24:32.119 INFO O| Dec 21 05:24:32.119 INFO STEP 154 (remove_files) COMPLETE |
4831 | 2024-12-21T05:24:33.755Z | [ recovery-image] Dec 21 05:24:32.119 INFO O| Dec 21 05:24:32.119 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4832 | 2024-12-21T05:24:33.795Z | [ host-image] Dec 21 05:24:32.162 INFO O| Dec 21 05:24:32.162 INFO O| Planning: Checking for conflicting actions ... Done |
4833 | 2024-12-21T05:24:33.798Z | [ host-image] Dec 21 05:24:32.163 INFO O| Dec 21 05:24:32.163 INFO O| Planning: Consolidating action changes ... Done |
4834 | 2024-12-21T05:24:33.846Z | [ recovery-image] Dec 21 05:24:32.213 INFO O| Dec 21 05:24:32.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4835 | 2024-12-21T05:24:33.865Z | [ recovery-image] Dec 21 05:24:32.233 INFO O| Dec 21 05:24:32.233 INFO STEP 155 (remove_files) COMPLETE |
4836 | 2024-12-21T05:24:33.865Z | [ recovery-image] Dec 21 05:24:32.233 INFO O| Dec 21 05:24:32.233 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2024-12-21T05:24:33.887Z | [ recovery-image] Dec 21 05:24:32.253 INFO O| Dec 21 05:24:32.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4838 | 2024-12-21T05:24:33.887Z | [ recovery-image] Dec 21 05:24:32.253 INFO O| Dec 21 05:24:32.253 INFO STEP 156 (remove_files) COMPLETE |
4839 | 2024-12-21T05:24:33.887Z | [ recovery-image] Dec 21 05:24:32.253 INFO O| Dec 21 05:24:32.253 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2024-12-21T05:24:33.905Z | [ recovery-image] Dec 21 05:24:32.272 INFO O| Dec 21 05:24:32.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4841 | 2024-12-21T05:24:33.905Z | [ recovery-image] Dec 21 05:24:32.272 INFO O| Dec 21 05:24:32.272 INFO STEP 157 (remove_files) COMPLETE |
4842 | 2024-12-21T05:24:33.908Z | [ recovery-image] Dec 21 05:24:32.272 INFO O| Dec 21 05:24:32.272 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2024-12-21T05:24:33.922Z | [ recovery-image] Dec 21 05:24:32.290 INFO O| Dec 21 05:24:32.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4844 | 2024-12-21T05:24:33.925Z | [ recovery-image] Dec 21 05:24:32.291 INFO O| Dec 21 05:24:32.291 INFO STEP 158 (remove_files) COMPLETE |
4845 | 2024-12-21T05:24:33.925Z | [ recovery-image] Dec 21 05:24:32.291 INFO O| Dec 21 05:24:32.291 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2024-12-21T05:24:33.955Z | [ recovery-image] Dec 21 05:24:32.322 INFO O| Dec 21 05:24:32.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4847 | 2024-12-21T05:24:33.955Z | [ recovery-image] Dec 21 05:24:32.323 INFO O| Dec 21 05:24:32.323 INFO STEP 159 (remove_files) COMPLETE |
4848 | 2024-12-21T05:24:33.955Z | [ recovery-image] Dec 21 05:24:32.323 INFO O| Dec 21 05:24:32.323 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2024-12-21T05:24:33.993Z | [ recovery-image] Dec 21 05:24:32.360 INFO O| Dec 21 05:24:32.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4850 | 2024-12-21T05:24:33.993Z | [ recovery-image] Dec 21 05:24:32.360 INFO O| Dec 21 05:24:32.360 INFO STEP 160 (remove_files) COMPLETE |
4851 | 2024-12-21T05:24:33.993Z | [ recovery-image] Dec 21 05:24:32.360 INFO O| Dec 21 05:24:32.360 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2024-12-21T05:24:34.013Z | [ recovery-image] Dec 21 05:24:32.380 INFO O| Dec 21 05:24:32.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4853 | 2024-12-21T05:24:34.014Z | [ recovery-image] Dec 21 05:24:32.380 INFO O| Dec 21 05:24:32.380 INFO STEP 161 (remove_files) COMPLETE |
4854 | 2024-12-21T05:24:34.014Z | [ recovery-image] Dec 21 05:24:32.380 INFO O| Dec 21 05:24:32.380 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2024-12-21T05:24:34.031Z | [ recovery-image] Dec 21 05:24:32.398 INFO O| Dec 21 05:24:32.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4856 | 2024-12-21T05:24:34.031Z | [ recovery-image] Dec 21 05:24:32.399 INFO O| Dec 21 05:24:32.399 INFO STEP 162 (remove_files) COMPLETE |
4857 | 2024-12-21T05:24:34.031Z | [ recovery-image] Dec 21 05:24:32.399 INFO O| Dec 21 05:24:32.399 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2024-12-21T05:24:34.053Z | [ recovery-image] Dec 21 05:24:32.421 INFO O| Dec 21 05:24:32.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4859 | 2024-12-21T05:24:34.056Z | [ recovery-image] Dec 21 05:24:32.421 INFO O| Dec 21 05:24:32.421 INFO STEP 163 (remove_files) COMPLETE |
4860 | 2024-12-21T05:24:34.056Z | [ recovery-image] Dec 21 05:24:32.421 INFO O| Dec 21 05:24:32.421 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2024-12-21T05:24:34.076Z | [ recovery-image] Dec 21 05:24:32.443 INFO O| Dec 21 05:24:32.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4862 | 2024-12-21T05:24:34.078Z | [ recovery-image] Dec 21 05:24:32.443 INFO O| Dec 21 05:24:32.443 INFO STEP 164 (remove_files) COMPLETE |
4863 | 2024-12-21T05:24:34.078Z | [ recovery-image] Dec 21 05:24:32.444 INFO O| Dec 21 05:24:32.443 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2024-12-21T05:24:34.108Z | [ recovery-image] Dec 21 05:24:32.475 INFO O| Dec 21 05:24:32.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4865 | 2024-12-21T05:24:34.110Z | [ recovery-image] Dec 21 05:24:32.475 INFO O| Dec 21 05:24:32.475 INFO STEP 165 (remove_files) COMPLETE |
4866 | 2024-12-21T05:24:34.111Z | [ recovery-image] Dec 21 05:24:32.476 INFO O| Dec 21 05:24:32.475 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2024-12-21T05:24:34.127Z | [ recovery-image] Dec 21 05:24:32.495 INFO O| Dec 21 05:24:32.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4868 | 2024-12-21T05:24:34.130Z | [ recovery-image] Dec 21 05:24:32.495 INFO O| Dec 21 05:24:32.495 INFO STEP 166 (remove_files) COMPLETE |
4869 | 2024-12-21T05:24:34.130Z | [ recovery-image] Dec 21 05:24:32.495 INFO O| Dec 21 05:24:32.495 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2024-12-21T05:24:34.147Z | [ recovery-image] Dec 21 05:24:32.514 INFO O| Dec 21 05:24:32.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4871 | 2024-12-21T05:24:34.147Z | [ recovery-image] Dec 21 05:24:32.514 INFO O| Dec 21 05:24:32.514 INFO STEP 167 (remove_files) COMPLETE |
4872 | 2024-12-21T05:24:34.150Z | [ recovery-image] Dec 21 05:24:32.515 INFO O| Dec 21 05:24:32.514 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2024-12-21T05:24:34.165Z | [ recovery-image] Dec 21 05:24:32.533 INFO O| Dec 21 05:24:32.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4874 | 2024-12-21T05:24:34.168Z | [ recovery-image] Dec 21 05:24:32.533 INFO O| Dec 21 05:24:32.533 INFO STEP 168 (remove_files) COMPLETE |
4875 | 2024-12-21T05:24:34.168Z | [ recovery-image] Dec 21 05:24:32.533 INFO O| Dec 21 05:24:32.533 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2024-12-21T05:24:34.198Z | [ host-image] Dec 21 05:24:32.566 INFO O| Dec 21 05:24:32.566 INFO O| Planning: Evaluating mediators ... Done |
4877 | 2024-12-21T05:24:34.202Z | [ host-image] Dec 21 05:24:32.566 INFO O| Dec 21 05:24:32.566 INFO O| Planning: Planning completed in 5.13 seconds |
4878 | 2024-12-21T05:24:34.205Z | [ host-image] Dec 21 05:24:32.569 INFO O| Dec 21 05:24:32.569 INFO O| Packages to install: 1 |
4879 | 2024-12-21T05:24:34.205Z | [ recovery-image] Dec 21 05:24:32.570 INFO O| Dec 21 05:24:32.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4880 | 2024-12-21T05:24:34.205Z | [ recovery-image] Dec 21 05:24:32.570 INFO O| Dec 21 05:24:32.570 INFO STEP 169 (remove_files) COMPLETE |
4881 | 2024-12-21T05:24:34.205Z | [ recovery-image] Dec 21 05:24:32.570 INFO O| Dec 21 05:24:32.570 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2024-12-21T05:24:34.222Z | [ host-image] Dec 21 05:24:32.590 INFO O| Dec 21 05:24:32.590 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4883 | 2024-12-21T05:24:34.225Z | [ recovery-image] Dec 21 05:24:32.591 INFO O| Dec 21 05:24:32.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4884 | 2024-12-21T05:24:34.225Z | [ recovery-image] Dec 21 05:24:32.591 INFO O| Dec 21 05:24:32.591 INFO STEP 170 (remove_files) COMPLETE |
4885 | 2024-12-21T05:24:34.225Z | [ recovery-image] Dec 21 05:24:32.591 INFO O| Dec 21 05:24:32.591 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2024-12-21T05:24:34.267Z | [ recovery-image] Dec 21 05:24:32.634 INFO O| Dec 21 05:24:32.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4887 | 2024-12-21T05:24:34.267Z | [ recovery-image] Dec 21 05:24:32.634 INFO O| Dec 21 05:24:32.634 INFO STEP 171 (remove_files) COMPLETE |
4888 | 2024-12-21T05:24:34.267Z | [ recovery-image] Dec 21 05:24:32.634 INFO O| Dec 21 05:24:32.634 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2024-12-21T05:24:34.287Z | [ recovery-image] Dec 21 05:24:32.654 INFO O| Dec 21 05:24:32.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4890 | 2024-12-21T05:24:34.314Z | [ recovery-image] Dec 21 05:24:32.681 INFO O| Dec 21 05:24:32.681 INFO STEP 172 (remove_files) COMPLETE |
4891 | 2024-12-21T05:24:34.314Z | [ recovery-image] Dec 21 05:24:32.681 INFO O| Dec 21 05:24:32.681 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2024-12-21T05:24:34.350Z | [ recovery-image] Dec 21 05:24:32.717 INFO O| Dec 21 05:24:32.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4893 | 2024-12-21T05:24:34.353Z | [ recovery-image] Dec 21 05:24:32.717 INFO O| Dec 21 05:24:32.717 INFO STEP 173 (remove_files) COMPLETE |
4894 | 2024-12-21T05:24:34.353Z | [ recovery-image] Dec 21 05:24:32.717 INFO O| Dec 21 05:24:32.717 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2024-12-21T05:24:34.370Z | [ recovery-image] Dec 21 05:24:32.737 INFO O| Dec 21 05:24:32.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4896 | 2024-12-21T05:24:34.370Z | [ recovery-image] Dec 21 05:24:32.737 INFO O| Dec 21 05:24:32.737 INFO STEP 174 (remove_files) COMPLETE |
4897 | 2024-12-21T05:24:34.370Z | [ recovery-image] Dec 21 05:24:32.737 INFO O| Dec 21 05:24:32.737 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2024-12-21T05:24:34.390Z | [ recovery-image] Dec 21 05:24:32.757 INFO O| Dec 21 05:24:32.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4899 | 2024-12-21T05:24:34.390Z | [ recovery-image] Dec 21 05:24:32.757 INFO O| Dec 21 05:24:32.757 INFO STEP 175 (remove_files) COMPLETE |
4900 | 2024-12-21T05:24:34.390Z | [ recovery-image] Dec 21 05:24:32.757 INFO O| Dec 21 05:24:32.757 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2024-12-21T05:24:34.409Z | [ recovery-image] Dec 21 05:24:32.777 INFO O| Dec 21 05:24:32.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4902 | 2024-12-21T05:24:34.409Z | [ recovery-image] Dec 21 05:24:32.777 INFO O| Dec 21 05:24:32.777 INFO STEP 176 (remove_files) COMPLETE |
4903 | 2024-12-21T05:24:34.409Z | [ recovery-image] Dec 21 05:24:32.777 INFO O| Dec 21 05:24:32.777 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-12-21T05:24:34.439Z | [ recovery-image] Dec 21 05:24:32.807 INFO O| Dec 21 05:24:32.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4905 | 2024-12-21T05:24:34.440Z | [ recovery-image] Dec 21 05:24:32.807 INFO O| Dec 21 05:24:32.807 INFO STEP 177 (remove_files) COMPLETE |
4906 | 2024-12-21T05:24:34.440Z | [ recovery-image] Dec 21 05:24:32.807 INFO O| Dec 21 05:24:32.807 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-12-21T05:24:34.509Z | [ recovery-image] Dec 21 05:24:32.876 INFO O| Dec 21 05:24:32.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4908 | 2024-12-21T05:24:34.509Z | [ recovery-image] Dec 21 05:24:32.876 INFO O| Dec 21 05:24:32.876 INFO STEP 178 (remove_files) COMPLETE |
4909 | 2024-12-21T05:24:34.509Z | [ recovery-image] Dec 21 05:24:32.876 INFO O| Dec 21 05:24:32.876 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2024-12-21T05:24:34.570Z | [ recovery-image] Dec 21 05:24:32.937 INFO O| Dec 21 05:24:32.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4911 | 2024-12-21T05:24:34.570Z | [ recovery-image] Dec 21 05:24:32.937 INFO O| Dec 21 05:24:32.937 INFO STEP 179 (remove_files) COMPLETE |
4912 | 2024-12-21T05:24:34.572Z | [ recovery-image] Dec 21 05:24:32.937 INFO O| Dec 21 05:24:32.937 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2024-12-21T05:24:34.612Z | [ recovery-image] Dec 21 05:24:32.979 INFO O| Dec 21 05:24:32.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4914 | 2024-12-21T05:24:34.615Z | [ recovery-image] Dec 21 05:24:32.979 INFO O| Dec 21 05:24:32.979 INFO STEP 180 (remove_files) COMPLETE |
4915 | 2024-12-21T05:24:34.615Z | [ recovery-image] Dec 21 05:24:32.979 INFO O| Dec 21 05:24:32.979 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-12-21T05:24:34.653Z | [ recovery-image] Dec 21 05:24:33.020 INFO O| Dec 21 05:24:33.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4917 | 2024-12-21T05:24:34.656Z | [ recovery-image] Dec 21 05:24:33.020 INFO O| Dec 21 05:24:33.020 INFO STEP 181 (remove_files) COMPLETE |
4918 | 2024-12-21T05:24:34.656Z | [ recovery-image] Dec 21 05:24:33.020 INFO O| Dec 21 05:24:33.020 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-12-21T05:24:34.694Z | [ recovery-image] Dec 21 05:24:33.061 INFO O| Dec 21 05:24:33.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4920 | 2024-12-21T05:24:34.697Z | [ recovery-image] Dec 21 05:24:33.061 INFO O| Dec 21 05:24:33.061 INFO STEP 182 (remove_files) COMPLETE |
4921 | 2024-12-21T05:24:34.697Z | [ recovery-image] Dec 21 05:24:33.061 INFO O| Dec 21 05:24:33.061 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-12-21T05:24:34.753Z | [ recovery-image] Dec 21 05:24:33.121 INFO O| Dec 21 05:24:33.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4923 | 2024-12-21T05:24:34.779Z | [ recovery-image] Dec 21 05:24:33.146 INFO O| Dec 21 05:24:33.146 INFO STEP 183 (remove_files) COMPLETE |
4924 | 2024-12-21T05:24:34.779Z | [ recovery-image] Dec 21 05:24:33.146 INFO O| Dec 21 05:24:33.146 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-12-21T05:24:34.841Z | [ recovery-image] Dec 21 05:24:33.209 INFO O| Dec 21 05:24:33.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4926 | 2024-12-21T05:24:34.841Z | [ recovery-image] Dec 21 05:24:33.209 INFO O| Dec 21 05:24:33.209 INFO STEP 184 (remove_files) COMPLETE |
4927 | 2024-12-21T05:24:34.842Z | [ recovery-image] Dec 21 05:24:33.209 INFO O| Dec 21 05:24:33.209 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-12-21T05:24:34.863Z | [ recovery-image] Dec 21 05:24:33.231 INFO O| Dec 21 05:24:33.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4929 | 2024-12-21T05:24:34.863Z | [ recovery-image] Dec 21 05:24:33.231 INFO O| Dec 21 05:24:33.231 INFO STEP 185 (remove_files) COMPLETE |
4930 | 2024-12-21T05:24:34.864Z | [ recovery-image] Dec 21 05:24:33.231 INFO O| Dec 21 05:24:33.231 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-12-21T05:24:34.885Z | [ recovery-image] Dec 21 05:24:33.253 INFO O| Dec 21 05:24:33.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4932 | 2024-12-21T05:24:34.886Z | [ recovery-image] Dec 21 05:24:33.253 INFO O| Dec 21 05:24:33.253 INFO STEP 186 (remove_files) COMPLETE |
4933 | 2024-12-21T05:24:34.888Z | [ recovery-image] Dec 21 05:24:33.253 INFO O| Dec 21 05:24:33.253 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2024-12-21T05:24:34.908Z | [ recovery-image] Dec 21 05:24:33.275 INFO O| Dec 21 05:24:33.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4935 | 2024-12-21T05:24:34.908Z | [ recovery-image] Dec 21 05:24:33.275 INFO O| Dec 21 05:24:33.275 INFO STEP 187 (remove_files) COMPLETE |
4936 | 2024-12-21T05:24:34.908Z | [ recovery-image] Dec 21 05:24:33.275 INFO O| Dec 21 05:24:33.275 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-12-21T05:24:34.930Z | [ recovery-image] Dec 21 05:24:33.297 INFO O| Dec 21 05:24:33.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4938 | 2024-12-21T05:24:34.930Z | [ recovery-image] Dec 21 05:24:33.297 INFO O| Dec 21 05:24:33.297 INFO STEP 188 (remove_files) COMPLETE |
4939 | 2024-12-21T05:24:34.932Z | [ recovery-image] Dec 21 05:24:33.297 INFO O| Dec 21 05:24:33.297 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-12-21T05:24:34.968Z | [ recovery-image] Dec 21 05:24:33.335 INFO O| Dec 21 05:24:33.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4941 | 2024-12-21T05:24:34.968Z | [ recovery-image] Dec 21 05:24:33.335 INFO O| Dec 21 05:24:33.335 INFO STEP 189 (remove_files) COMPLETE |
4942 | 2024-12-21T05:24:34.970Z | [ recovery-image] Dec 21 05:24:33.335 INFO O| Dec 21 05:24:33.335 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-12-21T05:24:34.989Z | [ recovery-image] Dec 21 05:24:33.356 INFO O| Dec 21 05:24:33.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4944 | 2024-12-21T05:24:34.992Z | [ recovery-image] Dec 21 05:24:33.357 INFO O| Dec 21 05:24:33.357 INFO STEP 190 (remove_files) COMPLETE |
4945 | 2024-12-21T05:24:34.992Z | [ recovery-image] Dec 21 05:24:33.357 INFO O| Dec 21 05:24:33.357 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-12-21T05:24:35.022Z | [ recovery-image] Dec 21 05:24:33.388 INFO O| Dec 21 05:24:33.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4947 | 2024-12-21T05:24:35.022Z | [ recovery-image] Dec 21 05:24:33.388 INFO O| Dec 21 05:24:33.388 INFO STEP 191 (remove_files) COMPLETE |
4948 | 2024-12-21T05:24:35.022Z | [ recovery-image] Dec 21 05:24:33.388 INFO O| Dec 21 05:24:33.388 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-12-21T05:24:35.026Z | [ host-image] Dec 21 05:24:33.393 INFO O| Dec 21 05:24:33.393 INFO O| Download: Completed 9.99 MB in 0.80 seconds (12.4M/s) |
4950 | 2024-12-21T05:24:35.053Z | [ recovery-image] Dec 21 05:24:33.420 INFO O| Dec 21 05:24:33.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4951 | 2024-12-21T05:24:35.053Z | [ recovery-image] Dec 21 05:24:33.420 INFO O| Dec 21 05:24:33.420 INFO STEP 192 (remove_files) COMPLETE |
4952 | 2024-12-21T05:24:35.053Z | [ recovery-image] Dec 21 05:24:33.420 INFO O| Dec 21 05:24:33.420 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-12-21T05:24:35.071Z | [ recovery-image] Dec 21 05:24:33.438 INFO O| Dec 21 05:24:33.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4954 | 2024-12-21T05:24:35.074Z | [ recovery-image] Dec 21 05:24:33.438 INFO O| Dec 21 05:24:33.438 INFO STEP 193 (remove_files) COMPLETE |
4955 | 2024-12-21T05:24:35.074Z | [ recovery-image] Dec 21 05:24:33.439 INFO O| Dec 21 05:24:33.438 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-12-21T05:24:35.099Z | [ host-image] Dec 21 05:24:33.466 INFO O| Dec 21 05:24:33.466 INFO O| Actions: 1/22 actions (Installing new actions) |
4957 | 2024-12-21T05:24:35.133Z | [ recovery-image] Dec 21 05:24:33.500 INFO O| Dec 21 05:24:33.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4958 | 2024-12-21T05:24:35.135Z | [ recovery-image] Dec 21 05:24:33.500 INFO O| Dec 21 05:24:33.500 INFO STEP 194 (remove_files) COMPLETE |
4959 | 2024-12-21T05:24:35.135Z | [ recovery-image] Dec 21 05:24:33.500 INFO O| Dec 21 05:24:33.500 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4960 | 2024-12-21T05:24:35.208Z | [ recovery-image] Dec 21 05:24:33.575 INFO O| Dec 21 05:24:33.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4961 | 2024-12-21T05:24:35.210Z | [ recovery-image] Dec 21 05:24:33.575 INFO O| Dec 21 05:24:33.575 INFO STEP 195 (remove_files) COMPLETE |
4962 | 2024-12-21T05:24:35.210Z | [ recovery-image] Dec 21 05:24:33.575 INFO O| Dec 21 05:24:33.575 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4963 | 2024-12-21T05:24:35.228Z | [ recovery-image] Dec 21 05:24:33.595 INFO O| Dec 21 05:24:33.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4964 | 2024-12-21T05:24:35.228Z | [ recovery-image] Dec 21 05:24:33.596 INFO O| Dec 21 05:24:33.595 INFO STEP 196 (remove_files) COMPLETE |
4965 | 2024-12-21T05:24:35.231Z | [ recovery-image] Dec 21 05:24:33.596 INFO O| Dec 21 05:24:33.596 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4966 | 2024-12-21T05:24:35.250Z | [ recovery-image] Dec 21 05:24:33.618 INFO O| Dec 21 05:24:33.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4967 | 2024-12-21T05:24:35.253Z | [ recovery-image] Dec 21 05:24:33.618 INFO O| Dec 21 05:24:33.618 INFO STEP 197 (remove_files) COMPLETE |
4968 | 2024-12-21T05:24:35.253Z | [ recovery-image] Dec 21 05:24:33.618 INFO O| Dec 21 05:24:33.618 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4969 | 2024-12-21T05:24:35.284Z | [ recovery-image] Dec 21 05:24:33.651 INFO O| Dec 21 05:24:33.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4970 | 2024-12-21T05:24:35.284Z | [ recovery-image] Dec 21 05:24:33.651 INFO O| Dec 21 05:24:33.651 INFO STEP 198 (remove_files) COMPLETE |
4971 | 2024-12-21T05:24:35.284Z | [ recovery-image] Dec 21 05:24:33.651 INFO O| Dec 21 05:24:33.651 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4972 | 2024-12-21T05:24:35.343Z | [ recovery-image] Dec 21 05:24:33.710 INFO O| Dec 21 05:24:33.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4973 | 2024-12-21T05:24:35.343Z | [ recovery-image] Dec 21 05:24:33.710 INFO O| Dec 21 05:24:33.710 INFO STEP 199 (remove_files) COMPLETE |
4974 | 2024-12-21T05:24:35.343Z | [ recovery-image] Dec 21 05:24:33.710 INFO O| Dec 21 05:24:33.710 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4975 | 2024-12-21T05:24:35.361Z | [ recovery-image] Dec 21 05:24:33.729 INFO O| Dec 21 05:24:33.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4976 | 2024-12-21T05:24:35.361Z | [ recovery-image] Dec 21 05:24:33.729 INFO O| Dec 21 05:24:33.729 INFO STEP 200 (remove_files) COMPLETE |
4977 | 2024-12-21T05:24:35.364Z | [ recovery-image] Dec 21 05:24:33.729 INFO O| Dec 21 05:24:33.729 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2024-12-21T05:24:35.379Z | [ recovery-image] Dec 21 05:24:33.747 INFO O| Dec 21 05:24:33.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4979 | 2024-12-21T05:24:35.382Z | [ recovery-image] Dec 21 05:24:33.747 INFO O| Dec 21 05:24:33.747 INFO STEP 201 (remove_files) COMPLETE |
4980 | 2024-12-21T05:24:35.382Z | [ recovery-image] Dec 21 05:24:33.747 INFO O| Dec 21 05:24:33.747 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2024-12-21T05:24:35.399Z | [ recovery-image] Dec 21 05:24:33.767 INFO O| Dec 21 05:24:33.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4982 | 2024-12-21T05:24:35.402Z | [ recovery-image] Dec 21 05:24:33.767 INFO O| Dec 21 05:24:33.767 INFO STEP 202 (remove_files) COMPLETE |
4983 | 2024-12-21T05:24:35.402Z | [ recovery-image] Dec 21 05:24:33.767 INFO O| Dec 21 05:24:33.767 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2024-12-21T05:24:35.419Z | [ recovery-image] Dec 21 05:24:33.787 INFO O| Dec 21 05:24:33.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4985 | 2024-12-21T05:24:35.422Z | [ recovery-image] Dec 21 05:24:33.787 INFO O| Dec 21 05:24:33.787 INFO STEP 203 (remove_files) COMPLETE |
4986 | 2024-12-21T05:24:35.422Z | [ recovery-image] Dec 21 05:24:33.787 INFO O| Dec 21 05:24:33.787 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4987 | 2024-12-21T05:24:35.433Z | [ host-image] Dec 21 05:24:33.800 INFO O| Dec 21 05:24:33.800 INFO O| Actions: Completed 22 actions in 0.33 seconds. |
4988 | 2024-12-21T05:24:35.438Z | [ recovery-image] Dec 21 05:24:33.806 INFO O| Dec 21 05:24:33.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4989 | 2024-12-21T05:24:35.441Z | [ recovery-image] Dec 21 05:24:33.806 INFO O| Dec 21 05:24:33.806 INFO STEP 204 (remove_files) COMPLETE |
4990 | 2024-12-21T05:24:35.441Z | [ recovery-image] Dec 21 05:24:33.806 INFO O| Dec 21 05:24:33.806 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-12-21T05:24:35.471Z | [ recovery-image] Dec 21 05:24:33.838 INFO O| Dec 21 05:24:33.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4992 | 2024-12-21T05:24:35.474Z | [ recovery-image] Dec 21 05:24:33.838 INFO O| Dec 21 05:24:33.838 INFO STEP 205 (remove_files) COMPLETE |
4993 | 2024-12-21T05:24:35.474Z | [ recovery-image] Dec 21 05:24:33.838 INFO O| Dec 21 05:24:33.838 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2024-12-21T05:24:35.491Z | [ recovery-image] Dec 21 05:24:33.858 INFO O| Dec 21 05:24:33.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4995 | 2024-12-21T05:24:35.491Z | [ recovery-image] Dec 21 05:24:33.858 INFO O| Dec 21 05:24:33.858 INFO STEP 206 (remove_files) COMPLETE |
4996 | 2024-12-21T05:24:35.491Z | [ recovery-image] Dec 21 05:24:33.858 INFO O| Dec 21 05:24:33.858 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2024-12-21T05:24:35.522Z | [ recovery-image] Dec 21 05:24:33.889 INFO O| Dec 21 05:24:33.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4998 | 2024-12-21T05:24:35.522Z | [ recovery-image] Dec 21 05:24:33.889 INFO O| Dec 21 05:24:33.889 INFO STEP 207 (remove_files) COMPLETE |
4999 | 2024-12-21T05:24:35.522Z | [ recovery-image] Dec 21 05:24:33.889 INFO O| Dec 21 05:24:33.889 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2024-12-21T05:24:35.544Z | [ recovery-image] Dec 21 05:24:33.910 INFO O| Dec 21 05:24:33.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
5001 | 2024-12-21T05:24:35.544Z | [ recovery-image] Dec 21 05:24:33.910 INFO O| Dec 21 05:24:33.910 INFO STEP 208 (remove_files) COMPLETE |
5002 | 2024-12-21T05:24:35.544Z | [ recovery-image] Dec 21 05:24:33.911 INFO O| Dec 21 05:24:33.910 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2024-12-21T05:24:35.569Z | [ recovery-image] Dec 21 05:24:33.935 INFO O| Dec 21 05:24:33.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
5004 | 2024-12-21T05:24:35.581Z | [ recovery-image] Dec 21 05:24:33.935 INFO O| Dec 21 05:24:33.935 INFO STEP 209 (remove_files) COMPLETE |
5005 | 2024-12-21T05:24:35.581Z | [ recovery-image] Dec 21 05:24:33.936 INFO O| Dec 21 05:24:33.935 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2024-12-21T05:24:35.588Z | [ recovery-image] Dec 21 05:24:33.956 INFO O| Dec 21 05:24:33.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
5007 | 2024-12-21T05:24:35.591Z | [ recovery-image] Dec 21 05:24:33.956 INFO O| Dec 21 05:24:33.956 INFO STEP 210 (remove_files) COMPLETE |
5008 | 2024-12-21T05:24:35.591Z | [ recovery-image] Dec 21 05:24:33.956 INFO O| Dec 21 05:24:33.956 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2024-12-21T05:24:35.623Z | [ recovery-image] Dec 21 05:24:33.990 INFO O| Dec 21 05:24:33.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
5010 | 2024-12-21T05:24:35.626Z | [ recovery-image] Dec 21 05:24:33.990 INFO O| Dec 21 05:24:33.990 INFO STEP 211 (remove_files) COMPLETE |
5011 | 2024-12-21T05:24:35.626Z | [ recovery-image] Dec 21 05:24:33.990 INFO O| Dec 21 05:24:33.990 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2024-12-21T05:24:35.644Z | [ recovery-image] Dec 21 05:24:34.012 INFO O| Dec 21 05:24:34.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
5013 | 2024-12-21T05:24:35.647Z | [ recovery-image] Dec 21 05:24:34.012 INFO O| Dec 21 05:24:34.012 INFO STEP 212 (remove_files) COMPLETE |
5014 | 2024-12-21T05:24:35.647Z | [ recovery-image] Dec 21 05:24:34.012 INFO O| Dec 21 05:24:34.012 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2024-12-21T05:24:35.679Z | [ recovery-image] Dec 21 05:24:34.046 INFO O| Dec 21 05:24:34.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
5016 | 2024-12-21T05:24:35.679Z | [ recovery-image] Dec 21 05:24:34.046 INFO O| Dec 21 05:24:34.046 INFO STEP 213 (remove_files) COMPLETE |
5017 | 2024-12-21T05:24:35.681Z | [ recovery-image] Dec 21 05:24:34.046 INFO O| Dec 21 05:24:34.046 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2024-12-21T05:24:35.730Z | [ recovery-image] Dec 21 05:24:34.098 INFO O| Dec 21 05:24:34.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
5019 | 2024-12-21T05:24:35.731Z | [ recovery-image] Dec 21 05:24:34.098 INFO O| Dec 21 05:24:34.098 INFO STEP 214 (remove_files) COMPLETE |
5020 | 2024-12-21T05:24:35.733Z | [ recovery-image] Dec 21 05:24:34.098 INFO O| Dec 21 05:24:34.098 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2024-12-21T05:24:35.751Z | [ recovery-image] Dec 21 05:24:34.118 INFO O| Dec 21 05:24:34.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
5022 | 2024-12-21T05:24:35.751Z | [ recovery-image] Dec 21 05:24:34.118 INFO O| Dec 21 05:24:34.118 INFO STEP 215 (remove_files) COMPLETE |
5023 | 2024-12-21T05:24:35.751Z | [ recovery-image] Dec 21 05:24:34.118 INFO O| Dec 21 05:24:34.118 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2024-12-21T05:24:35.808Z | [ recovery-image] Dec 21 05:24:34.175 INFO O| Dec 21 05:24:34.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
5025 | 2024-12-21T05:24:35.808Z | [ recovery-image] Dec 21 05:24:34.175 INFO O| Dec 21 05:24:34.175 INFO STEP 216 (remove_files) COMPLETE |
5026 | 2024-12-21T05:24:35.808Z | [ recovery-image] Dec 21 05:24:34.175 INFO O| Dec 21 05:24:34.175 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2024-12-21T05:24:35.839Z | [ recovery-image] Dec 21 05:24:34.206 INFO O| Dec 21 05:24:34.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
5028 | 2024-12-21T05:24:35.839Z | [ recovery-image] Dec 21 05:24:34.206 INFO O| Dec 21 05:24:34.206 INFO STEP 217 (remove_files) COMPLETE |
5029 | 2024-12-21T05:24:35.841Z | [ recovery-image] Dec 21 05:24:34.206 INFO O| Dec 21 05:24:34.206 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5030 | 2024-12-21T05:24:35.873Z | [ recovery-image] Dec 21 05:24:34.241 INFO O| Dec 21 05:24:34.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
5031 | 2024-12-21T05:24:35.874Z | [ recovery-image] Dec 21 05:24:34.241 INFO O| Dec 21 05:24:34.241 INFO STEP 218 (remove_files) COMPLETE |
5032 | 2024-12-21T05:24:35.874Z | [ recovery-image] Dec 21 05:24:34.241 INFO O| Dec 21 05:24:34.241 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5033 | 2024-12-21T05:24:35.997Z | [ recovery-image] Dec 21 05:24:34.364 INFO O| Dec 21 05:24:34.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
5034 | 2024-12-21T05:24:35.997Z | [ recovery-image] Dec 21 05:24:34.364 INFO O| Dec 21 05:24:34.364 INFO STEP 219 (remove_files) COMPLETE |
5035 | 2024-12-21T05:24:35.999Z | [ recovery-image] Dec 21 05:24:34.364 INFO O| Dec 21 05:24:34.364 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5036 | 2024-12-21T05:24:36.032Z | [ recovery-image] Dec 21 05:24:34.399 INFO O| Dec 21 05:24:34.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5037 | 2024-12-21T05:24:36.032Z | [ recovery-image] Dec 21 05:24:34.399 INFO O| Dec 21 05:24:34.399 INFO STEP 220 (remove_files) COMPLETE |
5038 | 2024-12-21T05:24:36.032Z | [ recovery-image] Dec 21 05:24:34.399 INFO O| Dec 21 05:24:34.399 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5039 | 2024-12-21T05:24:36.056Z | [ recovery-image] Dec 21 05:24:34.423 INFO O| Dec 21 05:24:34.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5040 | 2024-12-21T05:24:36.056Z | [ recovery-image] Dec 21 05:24:34.423 INFO O| Dec 21 05:24:34.423 INFO STEP 221 (remove_files) COMPLETE |
5041 | 2024-12-21T05:24:36.059Z | [ recovery-image] Dec 21 05:24:34.423 INFO O| Dec 21 05:24:34.423 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5042 | 2024-12-21T05:24:36.086Z | [ recovery-image] Dec 21 05:24:34.453 INFO O| Dec 21 05:24:34.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5043 | 2024-12-21T05:24:36.086Z | [ recovery-image] Dec 21 05:24:34.453 INFO O| Dec 21 05:24:34.453 INFO STEP 222 (remove_files) COMPLETE |
5044 | 2024-12-21T05:24:36.086Z | [ recovery-image] Dec 21 05:24:34.453 INFO O| Dec 21 05:24:34.453 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5045 | 2024-12-21T05:24:36.120Z | [ host-image] Dec 21 05:24:34.487 INFO O| Dec 21 05:24:34.487 INFO O| Done |
5046 | 2024-12-21T05:24:36.120Z | [ host-image] Dec 21 05:24:34.487 INFO O| Dec 21 05:24:34.487 INFO O| Done |
5047 | 2024-12-21T05:24:36.138Z | [ recovery-image] Dec 21 05:24:34.505 INFO O| Dec 21 05:24:34.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5048 | 2024-12-21T05:24:36.138Z | [ recovery-image] Dec 21 05:24:34.505 INFO O| Dec 21 05:24:34.505 INFO STEP 223 (remove_files) COMPLETE |
5049 | 2024-12-21T05:24:36.141Z | [ recovery-image] Dec 21 05:24:34.505 INFO O| Dec 21 05:24:34.505 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5050 | 2024-12-21T05:24:36.205Z | [ recovery-image] Dec 21 05:24:34.572 INFO O| Dec 21 05:24:34.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5051 | 2024-12-21T05:24:36.205Z | [ recovery-image] Dec 21 05:24:34.572 INFO O| Dec 21 05:24:34.572 INFO STEP 224 (remove_files) COMPLETE |
5052 | 2024-12-21T05:24:36.207Z | [ recovery-image] Dec 21 05:24:34.572 INFO O| Dec 21 05:24:34.572 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5053 | 2024-12-21T05:24:36.261Z | [ recovery-image] Dec 21 05:24:34.629 INFO O| Dec 21 05:24:34.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5054 | 2024-12-21T05:24:36.261Z | [ recovery-image] Dec 21 05:24:34.629 INFO O| Dec 21 05:24:34.629 INFO STEP 225 (remove_files) COMPLETE |
5055 | 2024-12-21T05:24:36.261Z | [ recovery-image] Dec 21 05:24:34.629 INFO O| Dec 21 05:24:34.629 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5056 | 2024-12-21T05:24:36.282Z | [ recovery-image] Dec 21 05:24:34.649 INFO O| Dec 21 05:24:34.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5057 | 2024-12-21T05:24:36.282Z | [ recovery-image] Dec 21 05:24:34.649 INFO O| Dec 21 05:24:34.649 INFO STEP 226 (remove_files) COMPLETE |
5058 | 2024-12-21T05:24:36.282Z | [ recovery-image] Dec 21 05:24:34.649 INFO O| Dec 21 05:24:34.649 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5059 | 2024-12-21T05:24:36.302Z | [ recovery-image] Dec 21 05:24:34.669 INFO O| Dec 21 05:24:34.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5060 | 2024-12-21T05:24:36.302Z | [ recovery-image] Dec 21 05:24:34.669 INFO O| Dec 21 05:24:34.669 INFO STEP 227 (remove_files) COMPLETE |
5061 | 2024-12-21T05:24:36.303Z | [ recovery-image] Dec 21 05:24:34.669 INFO O| Dec 21 05:24:34.669 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5062 | 2024-12-21T05:24:36.323Z | [ recovery-image] Dec 21 05:24:34.690 INFO O| Dec 21 05:24:34.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5063 | 2024-12-21T05:24:36.323Z | [ recovery-image] Dec 21 05:24:34.690 INFO O| Dec 21 05:24:34.690 INFO STEP 228 (remove_files) COMPLETE |
5064 | 2024-12-21T05:24:36.323Z | [ recovery-image] Dec 21 05:24:34.690 INFO O| Dec 21 05:24:34.690 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5065 | 2024-12-21T05:24:36.353Z | [ recovery-image] Dec 21 05:24:34.720 INFO O| Dec 21 05:24:34.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5066 | 2024-12-21T05:24:36.353Z | [ recovery-image] Dec 21 05:24:34.720 INFO O| Dec 21 05:24:34.720 INFO STEP 229 (remove_files) COMPLETE |
5067 | 2024-12-21T05:24:36.356Z | [ recovery-image] Dec 21 05:24:34.720 INFO O| Dec 21 05:24:34.720 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5068 | 2024-12-21T05:24:36.386Z | [ recovery-image] Dec 21 05:24:34.753 INFO O| Dec 21 05:24:34.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5069 | 2024-12-21T05:24:36.386Z | [ recovery-image] Dec 21 05:24:34.753 INFO O| Dec 21 05:24:34.753 INFO STEP 230 (remove_files) COMPLETE |
5070 | 2024-12-21T05:24:36.386Z | [ recovery-image] Dec 21 05:24:34.753 INFO O| Dec 21 05:24:34.753 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5071 | 2024-12-21T05:24:36.405Z | [ recovery-image] Dec 21 05:24:34.772 INFO O| Dec 21 05:24:34.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5072 | 2024-12-21T05:24:36.405Z | [ recovery-image] Dec 21 05:24:34.772 INFO O| Dec 21 05:24:34.772 INFO STEP 231 (remove_files) COMPLETE |
5073 | 2024-12-21T05:24:36.405Z | [ recovery-image] Dec 21 05:24:34.772 INFO O| Dec 21 05:24:34.772 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5074 | 2024-12-21T05:24:36.424Z | [ recovery-image] Dec 21 05:24:34.791 INFO O| Dec 21 05:24:34.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5075 | 2024-12-21T05:24:36.427Z | [ recovery-image] Dec 21 05:24:34.791 INFO O| Dec 21 05:24:34.791 INFO STEP 232 (remove_files) COMPLETE |
5076 | 2024-12-21T05:24:36.427Z | [ recovery-image] Dec 21 05:24:34.791 INFO O| Dec 21 05:24:34.791 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5077 | 2024-12-21T05:24:36.443Z | [ recovery-image] Dec 21 05:24:34.810 INFO O| Dec 21 05:24:34.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5078 | 2024-12-21T05:24:36.443Z | [ recovery-image] Dec 21 05:24:34.810 INFO O| Dec 21 05:24:34.810 INFO STEP 233 (remove_files) COMPLETE |
5079 | 2024-12-21T05:24:36.443Z | [ recovery-image] Dec 21 05:24:34.810 INFO O| Dec 21 05:24:34.810 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5080 | 2024-12-21T05:24:36.462Z | [ recovery-image] Dec 21 05:24:34.828 INFO O| Dec 21 05:24:34.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5081 | 2024-12-21T05:24:36.465Z | [ recovery-image] Dec 21 05:24:34.828 INFO O| Dec 21 05:24:34.828 INFO STEP 234 (remove_files) COMPLETE |
5082 | 2024-12-21T05:24:36.465Z | [ recovery-image] Dec 21 05:24:34.828 INFO O| Dec 21 05:24:34.828 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5083 | 2024-12-21T05:24:36.480Z | [ recovery-image] Dec 21 05:24:34.847 INFO O| Dec 21 05:24:34.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5084 | 2024-12-21T05:24:36.480Z | [ recovery-image] Dec 21 05:24:34.847 INFO O| Dec 21 05:24:34.847 INFO STEP 235 (remove_files) COMPLETE |
5085 | 2024-12-21T05:24:36.482Z | [ recovery-image] Dec 21 05:24:34.847 INFO O| Dec 21 05:24:34.847 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2024-12-21T05:24:36.497Z | [ recovery-image] Dec 21 05:24:34.864 INFO O| Dec 21 05:24:34.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5087 | 2024-12-21T05:24:36.497Z | [ recovery-image] Dec 21 05:24:34.864 INFO O| Dec 21 05:24:34.864 INFO STEP 236 (remove_files) COMPLETE |
5088 | 2024-12-21T05:24:36.499Z | [ recovery-image] Dec 21 05:24:34.864 INFO O| Dec 21 05:24:34.864 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2024-12-21T05:24:36.552Z | [ recovery-image] Dec 21 05:24:34.919 INFO O| Dec 21 05:24:34.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5090 | 2024-12-21T05:24:36.552Z | [ recovery-image] Dec 21 05:24:34.919 INFO O| Dec 21 05:24:34.919 INFO STEP 237 (remove_files) COMPLETE |
5091 | 2024-12-21T05:24:36.552Z | [ recovery-image] Dec 21 05:24:34.919 INFO O| Dec 21 05:24:34.919 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2024-12-21T05:24:36.570Z | [ recovery-image] Dec 21 05:24:34.937 INFO O| Dec 21 05:24:34.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5093 | 2024-12-21T05:24:36.573Z | [ recovery-image] Dec 21 05:24:34.937 INFO O| Dec 21 05:24:34.937 INFO STEP 238 (remove_files) COMPLETE |
5094 | 2024-12-21T05:24:36.573Z | [ recovery-image] Dec 21 05:24:34.937 INFO O| Dec 21 05:24:34.937 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2024-12-21T05:24:36.591Z | [ recovery-image] Dec 21 05:24:34.957 INFO O| Dec 21 05:24:34.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5096 | 2024-12-21T05:24:36.591Z | [ recovery-image] Dec 21 05:24:34.957 INFO O| Dec 21 05:24:34.957 INFO STEP 239 (remove_files) COMPLETE |
5097 | 2024-12-21T05:24:36.591Z | [ recovery-image] Dec 21 05:24:34.957 INFO O| Dec 21 05:24:34.957 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5098 | 2024-12-21T05:24:36.608Z | [ recovery-image] Dec 21 05:24:34.975 INFO O| Dec 21 05:24:34.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5099 | 2024-12-21T05:24:36.608Z | [ recovery-image] Dec 21 05:24:34.975 INFO O| Dec 21 05:24:34.975 INFO STEP 240 (remove_files) COMPLETE |
5100 | 2024-12-21T05:24:36.608Z | [ recovery-image] Dec 21 05:24:34.975 INFO O| Dec 21 05:24:34.975 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5101 | 2024-12-21T05:24:36.636Z | [ recovery-image] Dec 21 05:24:35.003 INFO O| Dec 21 05:24:35.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5102 | 2024-12-21T05:24:36.638Z | [ recovery-image] Dec 21 05:24:35.003 INFO O| Dec 21 05:24:35.003 INFO STEP 241 (remove_files) COMPLETE |
5103 | 2024-12-21T05:24:36.638Z | [ recovery-image] Dec 21 05:24:35.004 INFO O| Dec 21 05:24:35.004 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5104 | 2024-12-21T05:24:36.675Z | [ recovery-image] Dec 21 05:24:35.042 INFO O| Dec 21 05:24:35.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5105 | 2024-12-21T05:24:36.675Z | [ recovery-image] Dec 21 05:24:35.042 INFO O| Dec 21 05:24:35.042 INFO STEP 242 (remove_files) COMPLETE |
5106 | 2024-12-21T05:24:36.675Z | [ recovery-image] Dec 21 05:24:35.042 INFO O| Dec 21 05:24:35.042 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5107 | 2024-12-21T05:24:36.696Z | [ recovery-image] Dec 21 05:24:35.063 INFO O| Dec 21 05:24:35.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5108 | 2024-12-21T05:24:36.699Z | [ recovery-image] Dec 21 05:24:35.063 INFO O| Dec 21 05:24:35.063 INFO STEP 243 (remove_files) COMPLETE |
5109 | 2024-12-21T05:24:36.699Z | [ recovery-image] Dec 21 05:24:35.063 INFO O| Dec 21 05:24:35.063 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5110 | 2024-12-21T05:24:36.715Z | [ recovery-image] Dec 21 05:24:35.082 INFO O| Dec 21 05:24:35.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5111 | 2024-12-21T05:24:36.715Z | [ recovery-image] Dec 21 05:24:35.082 INFO O| Dec 21 05:24:35.082 INFO STEP 244 (remove_files) COMPLETE |
5112 | 2024-12-21T05:24:36.718Z | [ recovery-image] Dec 21 05:24:35.082 INFO O| Dec 21 05:24:35.082 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5113 | 2024-12-21T05:24:36.740Z | [ recovery-image] Dec 21 05:24:35.107 INFO O| Dec 21 05:24:35.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5114 | 2024-12-21T05:24:36.746Z | [ recovery-image] Dec 21 05:24:35.107 INFO O| Dec 21 05:24:35.107 INFO STEP 245 (remove_files) COMPLETE |
5115 | 2024-12-21T05:24:36.746Z | [ recovery-image] Dec 21 05:24:35.108 INFO O| Dec 21 05:24:35.107 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5116 | 2024-12-21T05:24:36.761Z | [ recovery-image] Dec 21 05:24:35.128 INFO O| Dec 21 05:24:35.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5117 | 2024-12-21T05:24:36.763Z | [ recovery-image] Dec 21 05:24:35.128 INFO O| Dec 21 05:24:35.128 INFO STEP 246 (remove_files) COMPLETE |
5118 | 2024-12-21T05:24:36.763Z | [ recovery-image] Dec 21 05:24:35.129 INFO O| Dec 21 05:24:35.128 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2024-12-21T05:24:36.781Z | [ recovery-image] Dec 21 05:24:35.148 INFO O| Dec 21 05:24:35.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5120 | 2024-12-21T05:24:36.783Z | [ recovery-image] Dec 21 05:24:35.148 INFO O| Dec 21 05:24:35.148 INFO STEP 247 (remove_files) COMPLETE |
5121 | 2024-12-21T05:24:36.783Z | [ recovery-image] Dec 21 05:24:35.148 INFO O| Dec 21 05:24:35.148 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2024-12-21T05:24:36.818Z | [ recovery-image] Dec 21 05:24:35.185 INFO O| Dec 21 05:24:35.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5123 | 2024-12-21T05:24:36.821Z | [ recovery-image] Dec 21 05:24:35.185 INFO O| Dec 21 05:24:35.185 INFO STEP 248 (remove_files) COMPLETE |
5124 | 2024-12-21T05:24:36.821Z | [ recovery-image] Dec 21 05:24:35.185 INFO O| Dec 21 05:24:35.185 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2024-12-21T05:24:36.836Z | [ recovery-image] Dec 21 05:24:35.203 INFO O| Dec 21 05:24:35.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5126 | 2024-12-21T05:24:36.839Z | [ recovery-image] Dec 21 05:24:35.204 INFO O| Dec 21 05:24:35.204 INFO STEP 249 (remove_files) COMPLETE |
5127 | 2024-12-21T05:24:36.839Z | [ recovery-image] Dec 21 05:24:35.204 INFO O| Dec 21 05:24:35.204 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2024-12-21T05:24:36.854Z | [ recovery-image] Dec 21 05:24:35.221 INFO O| Dec 21 05:24:35.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5129 | 2024-12-21T05:24:36.854Z | [ recovery-image] Dec 21 05:24:35.221 INFO O| Dec 21 05:24:35.221 INFO STEP 250 (remove_files) COMPLETE |
5130 | 2024-12-21T05:24:36.857Z | [ recovery-image] Dec 21 05:24:35.221 INFO O| Dec 21 05:24:35.221 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2024-12-21T05:24:36.909Z | [ recovery-image] Dec 21 05:24:35.276 INFO O| Dec 21 05:24:35.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5132 | 2024-12-21T05:24:36.909Z | [ recovery-image] Dec 21 05:24:35.276 INFO O| Dec 21 05:24:35.276 INFO STEP 251 (remove_files) COMPLETE |
5133 | 2024-12-21T05:24:36.909Z | [ recovery-image] Dec 21 05:24:35.276 INFO O| Dec 21 05:24:35.276 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5134 | 2024-12-21T05:24:36.931Z | [ recovery-image] Dec 21 05:24:35.298 INFO O| Dec 21 05:24:35.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5135 | 2024-12-21T05:24:36.931Z | [ recovery-image] Dec 21 05:24:35.298 INFO O| Dec 21 05:24:35.298 INFO STEP 252 (remove_files) COMPLETE |
5136 | 2024-12-21T05:24:36.931Z | [ recovery-image] Dec 21 05:24:35.298 INFO O| Dec 21 05:24:35.298 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5137 | 2024-12-21T05:24:36.970Z | [ recovery-image] Dec 21 05:24:35.337 INFO O| Dec 21 05:24:35.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5138 | 2024-12-21T05:24:36.970Z | [ recovery-image] Dec 21 05:24:35.337 INFO O| Dec 21 05:24:35.337 INFO STEP 253 (remove_files) COMPLETE |
5139 | 2024-12-21T05:24:36.970Z | [ recovery-image] Dec 21 05:24:35.337 INFO O| Dec 21 05:24:35.337 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2024-12-21T05:24:37.010Z | [ recovery-image] Dec 21 05:24:35.377 INFO O| Dec 21 05:24:35.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5141 | 2024-12-21T05:24:37.013Z | [ recovery-image] Dec 21 05:24:35.377 INFO O| Dec 21 05:24:35.377 INFO STEP 254 (remove_files) COMPLETE |
5142 | 2024-12-21T05:24:37.013Z | [ recovery-image] Dec 21 05:24:35.378 INFO O| Dec 21 05:24:35.377 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2024-12-21T05:24:37.061Z | [ recovery-image] Dec 21 05:24:35.428 INFO O| Dec 21 05:24:35.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5144 | 2024-12-21T05:24:37.061Z | [ recovery-image] Dec 21 05:24:35.428 INFO O| Dec 21 05:24:35.428 INFO STEP 255 (remove_files) COMPLETE |
5145 | 2024-12-21T05:24:37.061Z | [ recovery-image] Dec 21 05:24:35.428 INFO O| Dec 21 05:24:35.428 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2024-12-21T05:24:37.079Z | [ recovery-image] Dec 21 05:24:35.446 INFO O| Dec 21 05:24:35.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5147 | 2024-12-21T05:24:37.079Z | [ recovery-image] Dec 21 05:24:35.446 INFO O| Dec 21 05:24:35.446 INFO STEP 256 (remove_files) COMPLETE |
5148 | 2024-12-21T05:24:37.082Z | [ recovery-image] Dec 21 05:24:35.446 INFO O| Dec 21 05:24:35.446 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2024-12-21T05:24:37.119Z | [ recovery-image] Dec 21 05:24:35.486 INFO O| Dec 21 05:24:35.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5150 | 2024-12-21T05:24:37.119Z | [ recovery-image] Dec 21 05:24:35.486 INFO O| Dec 21 05:24:35.486 INFO STEP 257 (remove_files) COMPLETE |
5151 | 2024-12-21T05:24:37.122Z | [ recovery-image] Dec 21 05:24:35.486 INFO O| Dec 21 05:24:35.486 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2024-12-21T05:24:37.166Z | [ recovery-image] Dec 21 05:24:35.533 INFO O| Dec 21 05:24:35.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5153 | 2024-12-21T05:24:37.166Z | [ recovery-image] Dec 21 05:24:35.533 INFO O| Dec 21 05:24:35.533 INFO STEP 258 (remove_files) COMPLETE |
5154 | 2024-12-21T05:24:37.169Z | [ recovery-image] Dec 21 05:24:35.533 INFO O| Dec 21 05:24:35.533 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2024-12-21T05:24:37.203Z | [ recovery-image] Dec 21 05:24:35.570 INFO O| Dec 21 05:24:35.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5156 | 2024-12-21T05:24:37.203Z | [ recovery-image] Dec 21 05:24:35.570 INFO O| Dec 21 05:24:35.570 INFO STEP 259 (remove_files) COMPLETE |
5157 | 2024-12-21T05:24:37.203Z | [ recovery-image] Dec 21 05:24:35.570 INFO O| Dec 21 05:24:35.570 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-12-21T05:24:37.290Z | [ recovery-image] Dec 21 05:24:35.656 INFO O| Dec 21 05:24:35.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5159 | 2024-12-21T05:24:37.290Z | [ recovery-image] Dec 21 05:24:35.657 INFO O| Dec 21 05:24:35.657 INFO STEP 260 (remove_files) COMPLETE |
5160 | 2024-12-21T05:24:37.292Z | [ recovery-image] Dec 21 05:24:35.657 INFO O| Dec 21 05:24:35.657 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-12-21T05:24:37.331Z | [ recovery-image] Dec 21 05:24:35.698 INFO O| Dec 21 05:24:35.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5162 | 2024-12-21T05:24:37.334Z | [ recovery-image] Dec 21 05:24:35.698 INFO O| Dec 21 05:24:35.698 INFO STEP 261 (remove_files) COMPLETE |
5163 | 2024-12-21T05:24:37.334Z | [ recovery-image] Dec 21 05:24:35.698 INFO O| Dec 21 05:24:35.698 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-12-21T05:24:37.352Z | [ recovery-image] Dec 21 05:24:35.719 INFO O| Dec 21 05:24:35.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5165 | 2024-12-21T05:24:37.355Z | [ recovery-image] Dec 21 05:24:35.719 INFO O| Dec 21 05:24:35.719 INFO STEP 262 (remove_files) COMPLETE |
5166 | 2024-12-21T05:24:37.355Z | [ recovery-image] Dec 21 05:24:35.719 INFO O| Dec 21 05:24:35.719 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-12-21T05:24:37.376Z | [ recovery-image] Dec 21 05:24:35.743 INFO O| Dec 21 05:24:35.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5168 | 2024-12-21T05:24:37.379Z | [ recovery-image] Dec 21 05:24:35.744 INFO O| Dec 21 05:24:35.744 INFO STEP 263 (remove_files) COMPLETE |
5169 | 2024-12-21T05:24:37.379Z | [ recovery-image] Dec 21 05:24:35.744 INFO O| Dec 21 05:24:35.744 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2024-12-21T05:24:37.393Z | [ host-image] Dec 21 05:24:35.760 INFO O| Dec 21 05:24:35.760 INFO O| Done |
5171 | 2024-12-21T05:24:37.396Z | [ recovery-image] Dec 21 05:24:35.761 INFO O| Dec 21 05:24:35.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5172 | 2024-12-21T05:24:37.396Z | [ recovery-image] Dec 21 05:24:35.761 INFO O| Dec 21 05:24:35.761 INFO STEP 264 (remove_files) COMPLETE |
5173 | 2024-12-21T05:24:37.396Z | [ recovery-image] Dec 21 05:24:35.761 INFO O| Dec 21 05:24:35.761 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5174 | 2024-12-21T05:24:37.414Z | [ recovery-image] Dec 21 05:24:35.781 INFO O| Dec 21 05:24:35.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5175 | 2024-12-21T05:24:37.414Z | [ recovery-image] Dec 21 05:24:35.781 INFO O| Dec 21 05:24:35.781 INFO STEP 265 (remove_files) COMPLETE |
5176 | 2024-12-21T05:24:37.414Z | [ recovery-image] Dec 21 05:24:35.781 INFO O| Dec 21 05:24:35.781 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5177 | 2024-12-21T05:24:37.432Z | [ recovery-image] Dec 21 05:24:35.798 INFO O| Dec 21 05:24:35.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5178 | 2024-12-21T05:24:37.432Z | [ recovery-image] Dec 21 05:24:35.798 INFO O| Dec 21 05:24:35.798 INFO STEP 266 (remove_files) COMPLETE |
5179 | 2024-12-21T05:24:37.432Z | [ recovery-image] Dec 21 05:24:35.798 INFO O| Dec 21 05:24:35.798 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5180 | 2024-12-21T05:24:37.450Z | [ recovery-image] Dec 21 05:24:35.817 INFO O| Dec 21 05:24:35.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5181 | 2024-12-21T05:24:37.450Z | [ recovery-image] Dec 21 05:24:35.817 INFO O| Dec 21 05:24:35.817 INFO STEP 267 (remove_files) COMPLETE |
5182 | 2024-12-21T05:24:37.452Z | [ recovery-image] Dec 21 05:24:35.817 INFO O| Dec 21 05:24:35.817 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5183 | 2024-12-21T05:24:37.469Z | [ recovery-image] Dec 21 05:24:35.836 INFO O| Dec 21 05:24:35.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5184 | 2024-12-21T05:24:37.469Z | [ recovery-image] Dec 21 05:24:35.836 INFO O| Dec 21 05:24:35.836 INFO STEP 268 (remove_files) COMPLETE |
5185 | 2024-12-21T05:24:37.469Z | [ recovery-image] Dec 21 05:24:35.836 INFO O| Dec 21 05:24:35.836 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5186 | 2024-12-21T05:24:37.488Z | [ recovery-image] Dec 21 05:24:35.855 INFO O| Dec 21 05:24:35.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5187 | 2024-12-21T05:24:37.488Z | [ recovery-image] Dec 21 05:24:35.855 INFO O| Dec 21 05:24:35.855 INFO STEP 269 (remove_files) COMPLETE |
5188 | 2024-12-21T05:24:37.488Z | [ recovery-image] Dec 21 05:24:35.855 INFO O| Dec 21 05:24:35.855 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5189 | 2024-12-21T05:24:37.507Z | [ recovery-image] Dec 21 05:24:35.874 INFO O| Dec 21 05:24:35.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5190 | 2024-12-21T05:24:37.507Z | [ recovery-image] Dec 21 05:24:35.874 INFO O| Dec 21 05:24:35.874 INFO STEP 270 (remove_files) COMPLETE |
5191 | 2024-12-21T05:24:37.507Z | [ recovery-image] Dec 21 05:24:35.874 INFO O| Dec 21 05:24:35.874 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5192 | 2024-12-21T05:24:37.540Z | [ recovery-image] Dec 21 05:24:35.907 INFO O| Dec 21 05:24:35.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5193 | 2024-12-21T05:24:37.540Z | [ recovery-image] Dec 21 05:24:35.907 INFO O| Dec 21 05:24:35.907 INFO STEP 271 (remove_files) COMPLETE |
5194 | 2024-12-21T05:24:37.540Z | [ recovery-image] Dec 21 05:24:35.907 INFO O| Dec 21 05:24:35.907 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5195 | 2024-12-21T05:24:37.560Z | [ recovery-image] Dec 21 05:24:35.927 INFO O| Dec 21 05:24:35.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5196 | 2024-12-21T05:24:37.560Z | [ recovery-image] Dec 21 05:24:35.927 INFO O| Dec 21 05:24:35.927 INFO STEP 272 (remove_files) COMPLETE |
5197 | 2024-12-21T05:24:37.562Z | [ recovery-image] Dec 21 05:24:35.927 INFO O| Dec 21 05:24:35.927 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5198 | 2024-12-21T05:24:37.580Z | [ recovery-image] Dec 21 05:24:35.945 INFO O| Dec 21 05:24:35.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5199 | 2024-12-21T05:24:37.580Z | [ recovery-image] Dec 21 05:24:35.946 INFO O| Dec 21 05:24:35.945 INFO STEP 273 (remove_files) COMPLETE |
5200 | 2024-12-21T05:24:37.580Z | [ recovery-image] Dec 21 05:24:35.946 INFO O| Dec 21 05:24:35.945 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5201 | 2024-12-21T05:24:37.639Z | [ recovery-image] Dec 21 05:24:36.005 INFO O| Dec 21 05:24:36.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5202 | 2024-12-21T05:24:37.639Z | [ recovery-image] Dec 21 05:24:36.005 INFO O| Dec 21 05:24:36.005 INFO STEP 274 (remove_files) COMPLETE |
5203 | 2024-12-21T05:24:37.642Z | [ recovery-image] Dec 21 05:24:36.005 INFO O| Dec 21 05:24:36.005 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5204 | 2024-12-21T05:24:37.672Z | [ recovery-image] Dec 21 05:24:36.039 INFO O| Dec 21 05:24:36.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5205 | 2024-12-21T05:24:37.672Z | [ recovery-image] Dec 21 05:24:36.039 INFO O| Dec 21 05:24:36.039 INFO STEP 275 (remove_files) COMPLETE |
5206 | 2024-12-21T05:24:37.672Z | [ recovery-image] Dec 21 05:24:36.039 INFO O| Dec 21 05:24:36.039 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5207 | 2024-12-21T05:24:37.712Z | [ recovery-image] Dec 21 05:24:36.078 INFO O| Dec 21 05:24:36.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5208 | 2024-12-21T05:24:37.714Z | [ recovery-image] Dec 21 05:24:36.078 INFO O| Dec 21 05:24:36.077 INFO STEP 276 (remove_files) COMPLETE |
5209 | 2024-12-21T05:24:37.715Z | [ recovery-image] Dec 21 05:24:36.078 INFO O| Dec 21 05:24:36.077 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5210 | 2024-12-21T05:24:37.732Z | [ recovery-image] Dec 21 05:24:36.099 INFO O| Dec 21 05:24:36.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5211 | 2024-12-21T05:24:37.733Z | [ recovery-image] Dec 21 05:24:36.099 INFO O| Dec 21 05:24:36.099 INFO STEP 277 (remove_files) COMPLETE |
5212 | 2024-12-21T05:24:37.735Z | [ recovery-image] Dec 21 05:24:36.099 INFO O| Dec 21 05:24:36.099 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5213 | 2024-12-21T05:24:37.792Z | [ recovery-image] Dec 21 05:24:36.158 INFO O| Dec 21 05:24:36.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5214 | 2024-12-21T05:24:37.792Z | [ recovery-image] Dec 21 05:24:36.159 INFO O| Dec 21 05:24:36.159 INFO STEP 278 (remove_files) COMPLETE |
5215 | 2024-12-21T05:24:37.792Z | [ recovery-image] Dec 21 05:24:36.159 INFO O| Dec 21 05:24:36.159 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5216 | 2024-12-21T05:24:37.825Z | [ recovery-image] Dec 21 05:24:36.191 INFO O| Dec 21 05:24:36.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5217 | 2024-12-21T05:24:37.828Z | [ recovery-image] Dec 21 05:24:36.191 INFO O| Dec 21 05:24:36.191 INFO STEP 279 (remove_files) COMPLETE |
5218 | 2024-12-21T05:24:37.828Z | [ recovery-image] Dec 21 05:24:36.191 INFO O| Dec 21 05:24:36.191 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5219 | 2024-12-21T05:24:37.847Z | [ recovery-image] Dec 21 05:24:36.214 INFO O| Dec 21 05:24:36.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5220 | 2024-12-21T05:24:37.850Z | [ recovery-image] Dec 21 05:24:36.214 INFO O| Dec 21 05:24:36.214 INFO STEP 280 (remove_files) COMPLETE |
5221 | 2024-12-21T05:24:37.850Z | [ recovery-image] Dec 21 05:24:36.214 INFO O| Dec 21 05:24:36.214 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5222 | 2024-12-21T05:24:37.869Z | [ recovery-image] Dec 21 05:24:36.235 INFO O| Dec 21 05:24:36.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5223 | 2024-12-21T05:24:37.869Z | [ recovery-image] Dec 21 05:24:36.236 INFO O| Dec 21 05:24:36.235 INFO STEP 281 (remove_files) COMPLETE |
5224 | 2024-12-21T05:24:37.872Z | [ recovery-image] Dec 21 05:24:36.236 INFO O| Dec 21 05:24:36.236 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5225 | 2024-12-21T05:24:37.890Z | [ recovery-image] Dec 21 05:24:36.257 INFO O| Dec 21 05:24:36.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5226 | 2024-12-21T05:24:37.893Z | [ recovery-image] Dec 21 05:24:36.257 INFO O| Dec 21 05:24:36.257 INFO STEP 282 (remove_files) COMPLETE |
5227 | 2024-12-21T05:24:37.893Z | [ recovery-image] Dec 21 05:24:36.257 INFO O| Dec 21 05:24:36.257 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5228 | 2024-12-21T05:24:37.929Z | [ recovery-image] Dec 21 05:24:36.296 INFO O| Dec 21 05:24:36.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5229 | 2024-12-21T05:24:37.929Z | [ recovery-image] Dec 21 05:24:36.296 INFO O| Dec 21 05:24:36.296 INFO STEP 283 (remove_files) COMPLETE |
5230 | 2024-12-21T05:24:37.929Z | [ recovery-image] Dec 21 05:24:36.296 INFO O| Dec 21 05:24:36.296 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5231 | 2024-12-21T05:24:37.979Z | [ recovery-image] Dec 21 05:24:36.346 INFO O| Dec 21 05:24:36.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5232 | 2024-12-21T05:24:37.979Z | [ recovery-image] Dec 21 05:24:36.346 INFO O| Dec 21 05:24:36.346 INFO STEP 284 (remove_files) COMPLETE |
5233 | 2024-12-21T05:24:37.979Z | [ recovery-image] Dec 21 05:24:36.346 INFO O| Dec 21 05:24:36.346 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5234 | 2024-12-21T05:24:38.000Z | [ recovery-image] Dec 21 05:24:36.367 INFO O| Dec 21 05:24:36.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5235 | 2024-12-21T05:24:38.015Z | [ recovery-image] Dec 21 05:24:36.382 INFO O| Dec 21 05:24:36.382 INFO STEP 285 (remove_files) COMPLETE |
5236 | 2024-12-21T05:24:38.015Z | [ recovery-image] Dec 21 05:24:36.382 INFO O| Dec 21 05:24:36.382 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5237 | 2024-12-21T05:24:38.054Z | [ recovery-image] Dec 21 05:24:36.420 INFO O| Dec 21 05:24:36.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5238 | 2024-12-21T05:24:38.054Z | [ recovery-image] Dec 21 05:24:36.420 INFO O| Dec 21 05:24:36.420 INFO STEP 286 (remove_files) COMPLETE |
5239 | 2024-12-21T05:24:38.055Z | [ recovery-image] Dec 21 05:24:36.420 INFO O| Dec 21 05:24:36.420 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5240 | 2024-12-21T05:24:38.072Z | [ recovery-image] Dec 21 05:24:36.439 INFO O| Dec 21 05:24:36.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5241 | 2024-12-21T05:24:38.072Z | [ recovery-image] Dec 21 05:24:36.439 INFO O| Dec 21 05:24:36.439 INFO STEP 287 (remove_files) COMPLETE |
5242 | 2024-12-21T05:24:38.072Z | [ recovery-image] Dec 21 05:24:36.439 INFO O| Dec 21 05:24:36.439 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5243 | 2024-12-21T05:24:38.115Z | [ recovery-image] Dec 21 05:24:36.482 INFO O| Dec 21 05:24:36.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5244 | 2024-12-21T05:24:38.119Z | [ recovery-image] Dec 21 05:24:36.483 INFO O| Dec 21 05:24:36.482 INFO STEP 288 (remove_files) COMPLETE |
5245 | 2024-12-21T05:24:38.119Z | [ recovery-image] Dec 21 05:24:36.483 INFO O| Dec 21 05:24:36.483 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5246 | 2024-12-21T05:24:38.139Z | [ recovery-image] Dec 21 05:24:36.506 INFO O| Dec 21 05:24:36.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5247 | 2024-12-21T05:24:38.142Z | [ recovery-image] Dec 21 05:24:36.506 INFO O| Dec 21 05:24:36.506 INFO STEP 289 (remove_files) COMPLETE |
5248 | 2024-12-21T05:24:38.142Z | [ recovery-image] Dec 21 05:24:36.506 INFO O| Dec 21 05:24:36.506 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5249 | 2024-12-21T05:24:38.160Z | [ recovery-image] Dec 21 05:24:36.527 INFO O| Dec 21 05:24:36.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5250 | 2024-12-21T05:24:38.163Z | [ recovery-image] Dec 21 05:24:36.528 INFO O| Dec 21 05:24:36.528 INFO STEP 290 (remove_files) COMPLETE |
5251 | 2024-12-21T05:24:38.163Z | [ recovery-image] Dec 21 05:24:36.528 INFO O| Dec 21 05:24:36.528 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5252 | 2024-12-21T05:24:38.182Z | [ recovery-image] Dec 21 05:24:36.549 INFO O| Dec 21 05:24:36.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5253 | 2024-12-21T05:24:38.184Z | [ recovery-image] Dec 21 05:24:36.549 INFO O| Dec 21 05:24:36.549 INFO STEP 291 (remove_files) COMPLETE |
5254 | 2024-12-21T05:24:38.185Z | [ recovery-image] Dec 21 05:24:36.549 INFO O| Dec 21 05:24:36.549 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5255 | 2024-12-21T05:24:38.219Z | [ recovery-image] Dec 21 05:24:36.585 INFO O| Dec 21 05:24:36.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5256 | 2024-12-21T05:24:38.219Z | [ recovery-image] Dec 21 05:24:36.585 INFO O| Dec 21 05:24:36.585 INFO STEP 292 (remove_files) COMPLETE |
5257 | 2024-12-21T05:24:38.219Z | [ recovery-image] Dec 21 05:24:36.585 INFO O| Dec 21 05:24:36.585 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5258 | 2024-12-21T05:24:38.239Z | [ recovery-image] Dec 21 05:24:36.606 INFO O| Dec 21 05:24:36.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5259 | 2024-12-21T05:24:38.239Z | [ recovery-image] Dec 21 05:24:36.606 INFO O| Dec 21 05:24:36.606 INFO STEP 293 (remove_files) COMPLETE |
5260 | 2024-12-21T05:24:38.239Z | [ recovery-image] Dec 21 05:24:36.606 INFO O| Dec 21 05:24:36.606 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5261 | 2024-12-21T05:24:38.276Z | [ recovery-image] Dec 21 05:24:36.643 INFO O| Dec 21 05:24:36.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5262 | 2024-12-21T05:24:38.276Z | [ recovery-image] Dec 21 05:24:36.643 INFO O| Dec 21 05:24:36.643 INFO STEP 294 (remove_files) COMPLETE |
5263 | 2024-12-21T05:24:38.276Z | [ recovery-image] Dec 21 05:24:36.643 INFO O| Dec 21 05:24:36.643 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5264 | 2024-12-21T05:24:38.296Z | [ recovery-image] Dec 21 05:24:36.663 INFO O| Dec 21 05:24:36.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5265 | 2024-12-21T05:24:38.296Z | [ recovery-image] Dec 21 05:24:36.663 INFO O| Dec 21 05:24:36.663 INFO STEP 295 (remove_files) COMPLETE |
5266 | 2024-12-21T05:24:38.296Z | [ recovery-image] Dec 21 05:24:36.663 INFO O| Dec 21 05:24:36.663 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5267 | 2024-12-21T05:24:38.318Z | [ recovery-image] Dec 21 05:24:36.685 INFO O| Dec 21 05:24:36.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5268 | 2024-12-21T05:24:38.318Z | [ recovery-image] Dec 21 05:24:36.685 INFO O| Dec 21 05:24:36.685 INFO STEP 296 (remove_files) COMPLETE |
5269 | 2024-12-21T05:24:38.318Z | [ recovery-image] Dec 21 05:24:36.685 INFO O| Dec 21 05:24:36.685 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5270 | 2024-12-21T05:24:38.338Z | [ recovery-image] Dec 21 05:24:36.705 INFO O| Dec 21 05:24:36.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5271 | 2024-12-21T05:24:38.338Z | [ recovery-image] Dec 21 05:24:36.705 INFO O| Dec 21 05:24:36.705 INFO STEP 297 (remove_files) COMPLETE |
5272 | 2024-12-21T05:24:38.338Z | [ recovery-image] Dec 21 05:24:36.705 INFO O| Dec 21 05:24:36.705 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5273 | 2024-12-21T05:24:38.381Z | [ recovery-image] Dec 21 05:24:36.748 INFO O| Dec 21 05:24:36.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5274 | 2024-12-21T05:24:38.384Z | [ recovery-image] Dec 21 05:24:36.748 INFO O| Dec 21 05:24:36.748 INFO STEP 298 (remove_files) COMPLETE |
5275 | 2024-12-21T05:24:38.384Z | [ recovery-image] Dec 21 05:24:36.748 INFO O| Dec 21 05:24:36.748 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5276 | 2024-12-21T05:24:38.404Z | [ recovery-image] Dec 21 05:24:36.771 INFO O| Dec 21 05:24:36.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5277 | 2024-12-21T05:24:38.404Z | [ recovery-image] Dec 21 05:24:36.771 INFO O| Dec 21 05:24:36.771 INFO STEP 299 (remove_files) COMPLETE |
5278 | 2024-12-21T05:24:38.404Z | [ recovery-image] Dec 21 05:24:36.771 INFO O| Dec 21 05:24:36.771 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5279 | 2024-12-21T05:24:38.428Z | [ recovery-image] Dec 21 05:24:36.794 INFO O| Dec 21 05:24:36.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5280 | 2024-12-21T05:24:38.428Z | [ recovery-image] Dec 21 05:24:36.794 INFO O| Dec 21 05:24:36.794 INFO STEP 300 (remove_files) COMPLETE |
5281 | 2024-12-21T05:24:38.428Z | [ recovery-image] Dec 21 05:24:36.794 INFO O| Dec 21 05:24:36.794 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2024-12-21T05:24:38.463Z | [ recovery-image] Dec 21 05:24:36.830 INFO O| Dec 21 05:24:36.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5283 | 2024-12-21T05:24:38.463Z | [ recovery-image] Dec 21 05:24:36.830 INFO O| Dec 21 05:24:36.830 INFO STEP 301 (remove_files) COMPLETE |
5284 | 2024-12-21T05:24:38.463Z | [ recovery-image] Dec 21 05:24:36.830 INFO O| Dec 21 05:24:36.830 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2024-12-21T05:24:38.482Z | [ recovery-image] Dec 21 05:24:36.849 INFO O| Dec 21 05:24:36.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5286 | 2024-12-21T05:24:38.483Z | [ recovery-image] Dec 21 05:24:36.850 INFO O| Dec 21 05:24:36.849 INFO STEP 302 (remove_files) COMPLETE |
5287 | 2024-12-21T05:24:38.483Z | [ recovery-image] Dec 21 05:24:36.850 INFO O| Dec 21 05:24:36.849 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2024-12-21T05:24:38.501Z | [ recovery-image] Dec 21 05:24:36.868 INFO O| Dec 21 05:24:36.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5289 | 2024-12-21T05:24:38.501Z | [ recovery-image] Dec 21 05:24:36.869 INFO O| Dec 21 05:24:36.869 INFO STEP 303 (remove_files) COMPLETE |
5290 | 2024-12-21T05:24:38.502Z | [ recovery-image] Dec 21 05:24:36.869 INFO O| Dec 21 05:24:36.869 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-12-21T05:24:38.542Z | [ recovery-image] Dec 21 05:24:36.909 INFO O| Dec 21 05:24:36.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5292 | 2024-12-21T05:24:38.542Z | [ recovery-image] Dec 21 05:24:36.909 INFO O| Dec 21 05:24:36.909 INFO STEP 304 (remove_files) COMPLETE |
5293 | 2024-12-21T05:24:38.542Z | [ recovery-image] Dec 21 05:24:36.909 INFO O| Dec 21 05:24:36.909 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2024-12-21T05:24:38.564Z | [ recovery-image] Dec 21 05:24:36.931 INFO O| Dec 21 05:24:36.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5295 | 2024-12-21T05:24:38.564Z | [ recovery-image] Dec 21 05:24:36.931 INFO O| Dec 21 05:24:36.931 INFO STEP 305 (remove_files) COMPLETE |
5296 | 2024-12-21T05:24:38.567Z | [ recovery-image] Dec 21 05:24:36.931 INFO O| Dec 21 05:24:36.931 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-12-21T05:24:38.583Z | [ recovery-image] Dec 21 05:24:36.950 INFO O| Dec 21 05:24:36.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5298 | 2024-12-21T05:24:38.588Z | [ recovery-image] Dec 21 05:24:36.952 INFO O| Dec 21 05:24:36.952 INFO STEP 306 (remove_files) COMPLETE |
5299 | 2024-12-21T05:24:38.588Z | [ recovery-image] Dec 21 05:24:36.952 INFO O| Dec 21 05:24:36.952 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-12-21T05:24:38.621Z | [ recovery-image] Dec 21 05:24:36.987 INFO O| Dec 21 05:24:36.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5301 | 2024-12-21T05:24:38.621Z | [ recovery-image] Dec 21 05:24:36.987 INFO O| Dec 21 05:24:36.987 INFO STEP 307 (remove_files) COMPLETE |
5302 | 2024-12-21T05:24:38.621Z | [ recovery-image] Dec 21 05:24:36.987 INFO O| Dec 21 05:24:36.987 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2024-12-21T05:24:38.646Z | [ recovery-image] Dec 21 05:24:37.012 INFO O| Dec 21 05:24:37.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5304 | 2024-12-21T05:24:38.646Z | [ recovery-image] Dec 21 05:24:37.012 INFO O| Dec 21 05:24:37.012 INFO STEP 308 (remove_files) COMPLETE |
5305 | 2024-12-21T05:24:38.646Z | [ recovery-image] Dec 21 05:24:37.012 INFO O| Dec 21 05:24:37.012 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2024-12-21T05:24:38.665Z | [ recovery-image] Dec 21 05:24:37.032 INFO O| Dec 21 05:24:37.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5307 | 2024-12-21T05:24:38.665Z | [ recovery-image] Dec 21 05:24:37.032 INFO O| Dec 21 05:24:37.032 INFO STEP 309 (remove_files) COMPLETE |
5308 | 2024-12-21T05:24:38.668Z | [ recovery-image] Dec 21 05:24:37.032 INFO O| Dec 21 05:24:37.032 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2024-12-21T05:24:38.708Z | [ recovery-image] Dec 21 05:24:37.075 INFO O| Dec 21 05:24:37.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5310 | 2024-12-21T05:24:38.708Z | [ recovery-image] Dec 21 05:24:37.075 INFO O| Dec 21 05:24:37.075 INFO STEP 310 (remove_files) COMPLETE |
5311 | 2024-12-21T05:24:38.708Z | [ recovery-image] Dec 21 05:24:37.075 INFO O| Dec 21 05:24:37.075 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2024-12-21T05:24:38.728Z | [ recovery-image] Dec 21 05:24:37.095 INFO O| Dec 21 05:24:37.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5313 | 2024-12-21T05:24:38.730Z | [ recovery-image] Dec 21 05:24:37.095 INFO O| Dec 21 05:24:37.095 INFO STEP 311 (remove_files) COMPLETE |
5314 | 2024-12-21T05:24:38.730Z | [ recovery-image] Dec 21 05:24:37.095 INFO O| Dec 21 05:24:37.095 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2024-12-21T05:24:38.751Z | [ recovery-image] Dec 21 05:24:37.118 INFO O| Dec 21 05:24:37.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5316 | 2024-12-21T05:24:38.753Z | [ recovery-image] Dec 21 05:24:37.118 INFO O| Dec 21 05:24:37.118 INFO STEP 312 (remove_files) COMPLETE |
5317 | 2024-12-21T05:24:38.753Z | [ recovery-image] Dec 21 05:24:37.119 INFO O| Dec 21 05:24:37.118 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2024-12-21T05:24:38.773Z | [ recovery-image] Dec 21 05:24:37.140 INFO O| Dec 21 05:24:37.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5319 | 2024-12-21T05:24:38.776Z | [ recovery-image] Dec 21 05:24:37.140 INFO O| Dec 21 05:24:37.140 INFO STEP 313 (remove_files) COMPLETE |
5320 | 2024-12-21T05:24:38.776Z | [ recovery-image] Dec 21 05:24:37.140 INFO O| Dec 21 05:24:37.140 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2024-12-21T05:24:38.792Z | [ recovery-image] Dec 21 05:24:37.159 INFO O| Dec 21 05:24:37.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5322 | 2024-12-21T05:24:38.795Z | [ recovery-image] Dec 21 05:24:37.160 INFO O| Dec 21 05:24:37.160 INFO STEP 314 (remove_files) COMPLETE |
5323 | 2024-12-21T05:24:38.795Z | [ recovery-image] Dec 21 05:24:37.160 INFO O| Dec 21 05:24:37.160 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-12-21T05:24:38.826Z | [ recovery-image] Dec 21 05:24:37.193 INFO O| Dec 21 05:24:37.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5325 | 2024-12-21T05:24:38.826Z | [ recovery-image] Dec 21 05:24:37.193 INFO O| Dec 21 05:24:37.193 INFO STEP 315 (remove_files) COMPLETE |
5326 | 2024-12-21T05:24:38.826Z | [ recovery-image] Dec 21 05:24:37.193 INFO O| Dec 21 05:24:37.193 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-12-21T05:24:38.848Z | [ recovery-image] Dec 21 05:24:37.214 INFO O| Dec 21 05:24:37.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5328 | 2024-12-21T05:24:38.848Z | [ recovery-image] Dec 21 05:24:37.214 INFO O| Dec 21 05:24:37.214 INFO STEP 316 (remove_files) COMPLETE |
5329 | 2024-12-21T05:24:38.848Z | [ recovery-image] Dec 21 05:24:37.214 INFO O| Dec 21 05:24:37.214 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-12-21T05:24:38.868Z | [ recovery-image] Dec 21 05:24:37.235 INFO O| Dec 21 05:24:37.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5331 | 2024-12-21T05:24:38.868Z | [ recovery-image] Dec 21 05:24:37.235 INFO O| Dec 21 05:24:37.235 INFO STEP 317 (remove_files) COMPLETE |
5332 | 2024-12-21T05:24:38.871Z | [ recovery-image] Dec 21 05:24:37.235 INFO O| Dec 21 05:24:37.235 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-12-21T05:24:38.889Z | [ recovery-image] Dec 21 05:24:37.255 INFO O| Dec 21 05:24:37.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5334 | 2024-12-21T05:24:38.889Z | [ recovery-image] Dec 21 05:24:37.255 INFO O| Dec 21 05:24:37.255 INFO STEP 318 (remove_files) COMPLETE |
5335 | 2024-12-21T05:24:38.889Z | [ recovery-image] Dec 21 05:24:37.255 INFO O| Dec 21 05:24:37.255 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-12-21T05:24:38.950Z | [ recovery-image] Dec 21 05:24:37.317 INFO O| Dec 21 05:24:37.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5337 | 2024-12-21T05:24:38.950Z | [ recovery-image] Dec 21 05:24:37.317 INFO O| Dec 21 05:24:37.317 INFO STEP 319 (remove_files) COMPLETE |
5338 | 2024-12-21T05:24:38.950Z | [ recovery-image] Dec 21 05:24:37.317 INFO O| Dec 21 05:24:37.317 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2024-12-21T05:24:38.973Z | [ recovery-image] Dec 21 05:24:37.340 INFO O| Dec 21 05:24:37.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5340 | 2024-12-21T05:24:38.981Z | [ recovery-image] Dec 21 05:24:37.348 INFO O| Dec 21 05:24:37.348 INFO STEP 320 (remove_files) COMPLETE |
5341 | 2024-12-21T05:24:38.981Z | [ recovery-image] Dec 21 05:24:37.348 INFO O| Dec 21 05:24:37.348 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5342 | 2024-12-21T05:24:39.054Z | [ recovery-image] Dec 21 05:24:37.420 INFO O| Dec 21 05:24:37.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5343 | 2024-12-21T05:24:39.054Z | [ recovery-image] Dec 21 05:24:37.420 INFO O| Dec 21 05:24:37.420 INFO STEP 321 (remove_files) COMPLETE |
5344 | 2024-12-21T05:24:39.054Z | [ recovery-image] Dec 21 05:24:37.420 INFO O| Dec 21 05:24:37.420 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5345 | 2024-12-21T05:24:39.073Z | [ recovery-image] Dec 21 05:24:37.440 INFO O| Dec 21 05:24:37.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5346 | 2024-12-21T05:24:39.073Z | [ recovery-image] Dec 21 05:24:37.440 INFO O| Dec 21 05:24:37.440 INFO STEP 322 (remove_files) COMPLETE |
5347 | 2024-12-21T05:24:39.073Z | [ recovery-image] Dec 21 05:24:37.440 INFO O| Dec 21 05:24:37.440 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5348 | 2024-12-21T05:24:39.112Z | [ recovery-image] Dec 21 05:24:37.479 INFO O| Dec 21 05:24:37.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5349 | 2024-12-21T05:24:39.112Z | [ recovery-image] Dec 21 05:24:37.479 INFO O| Dec 21 05:24:37.479 INFO STEP 323 (remove_files) COMPLETE |
5350 | 2024-12-21T05:24:39.113Z | [ recovery-image] Dec 21 05:24:37.479 INFO O| Dec 21 05:24:37.479 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5351 | 2024-12-21T05:24:39.165Z | [ recovery-image] Dec 21 05:24:37.532 INFO O| Dec 21 05:24:37.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5352 | 2024-12-21T05:24:39.165Z | [ recovery-image] Dec 21 05:24:37.532 INFO O| Dec 21 05:24:37.532 INFO STEP 324 (remove_files) COMPLETE |
5353 | 2024-12-21T05:24:39.165Z | [ recovery-image] Dec 21 05:24:37.532 INFO O| Dec 21 05:24:37.532 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2024-12-21T05:24:39.184Z | [ recovery-image] Dec 21 05:24:37.551 INFO O| Dec 21 05:24:37.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5355 | 2024-12-21T05:24:39.184Z | [ recovery-image] Dec 21 05:24:37.551 INFO O| Dec 21 05:24:37.551 INFO STEP 325 (remove_files) COMPLETE |
5356 | 2024-12-21T05:24:39.184Z | [ recovery-image] Dec 21 05:24:37.551 INFO O| Dec 21 05:24:37.551 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5357 | 2024-12-21T05:24:39.203Z | [ recovery-image] Dec 21 05:24:37.570 INFO O| Dec 21 05:24:37.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5358 | 2024-12-21T05:24:39.203Z | [ recovery-image] Dec 21 05:24:37.570 INFO O| Dec 21 05:24:37.570 INFO STEP 326 (remove_files) COMPLETE |
5359 | 2024-12-21T05:24:39.203Z | [ recovery-image] Dec 21 05:24:37.570 INFO O| Dec 21 05:24:37.570 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5360 | 2024-12-21T05:24:39.241Z | [ recovery-image] Dec 21 05:24:37.608 INFO O| Dec 21 05:24:37.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5361 | 2024-12-21T05:24:39.244Z | [ recovery-image] Dec 21 05:24:37.608 INFO O| Dec 21 05:24:37.608 INFO STEP 327 (remove_files) COMPLETE |
5362 | 2024-12-21T05:24:39.244Z | [ recovery-image] Dec 21 05:24:37.608 INFO O| Dec 21 05:24:37.608 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5363 | 2024-12-21T05:24:39.264Z | [ recovery-image] Dec 21 05:24:37.631 INFO O| Dec 21 05:24:37.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5364 | 2024-12-21T05:24:39.267Z | [ recovery-image] Dec 21 05:24:37.631 INFO O| Dec 21 05:24:37.631 INFO STEP 328 (remove_files) COMPLETE |
5365 | 2024-12-21T05:24:39.267Z | [ recovery-image] Dec 21 05:24:37.632 INFO O| Dec 21 05:24:37.631 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5366 | 2024-12-21T05:24:39.284Z | [ recovery-image] Dec 21 05:24:37.651 INFO O| Dec 21 05:24:37.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5367 | 2024-12-21T05:24:39.287Z | [ recovery-image] Dec 21 05:24:37.651 INFO O| Dec 21 05:24:37.651 INFO STEP 329 (remove_files) COMPLETE |
5368 | 2024-12-21T05:24:39.287Z | [ recovery-image] Dec 21 05:24:37.651 INFO O| Dec 21 05:24:37.651 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5369 | 2024-12-21T05:24:39.304Z | [ recovery-image] Dec 21 05:24:37.671 INFO O| Dec 21 05:24:37.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5370 | 2024-12-21T05:24:39.307Z | [ recovery-image] Dec 21 05:24:37.671 INFO O| Dec 21 05:24:37.671 INFO STEP 330 (remove_files) COMPLETE |
5371 | 2024-12-21T05:24:39.307Z | [ recovery-image] Dec 21 05:24:37.671 INFO O| Dec 21 05:24:37.671 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5372 | 2024-12-21T05:24:39.324Z | [ recovery-image] Dec 21 05:24:37.691 INFO O| Dec 21 05:24:37.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5373 | 2024-12-21T05:24:39.324Z | [ recovery-image] Dec 21 05:24:37.691 INFO O| Dec 21 05:24:37.691 INFO STEP 331 (remove_files) COMPLETE |
5374 | 2024-12-21T05:24:39.324Z | [ recovery-image] Dec 21 05:24:37.691 INFO O| Dec 21 05:24:37.691 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5375 | 2024-12-21T05:24:39.345Z | [ recovery-image] Dec 21 05:24:37.712 INFO O| Dec 21 05:24:37.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5376 | 2024-12-21T05:24:39.367Z | [ recovery-image] Dec 21 05:24:37.734 INFO O| Dec 21 05:24:37.734 INFO STEP 332 (remove_files) COMPLETE |
5377 | 2024-12-21T05:24:39.367Z | [ recovery-image] Dec 21 05:24:37.734 INFO O| Dec 21 05:24:37.734 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5378 | 2024-12-21T05:24:39.413Z | [ recovery-image] Dec 21 05:24:37.780 INFO O| Dec 21 05:24:37.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5379 | 2024-12-21T05:24:39.416Z | [ recovery-image] Dec 21 05:24:37.780 INFO O| Dec 21 05:24:37.780 INFO STEP 333 (remove_files) COMPLETE |
5380 | 2024-12-21T05:24:39.416Z | [ recovery-image] Dec 21 05:24:37.780 INFO O| Dec 21 05:24:37.780 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5381 | 2024-12-21T05:24:39.434Z | [ recovery-image] Dec 21 05:24:37.800 INFO O| Dec 21 05:24:37.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5382 | 2024-12-21T05:24:39.434Z | [ recovery-image] Dec 21 05:24:37.800 INFO O| Dec 21 05:24:37.800 INFO STEP 334 (remove_files) COMPLETE |
5383 | 2024-12-21T05:24:39.436Z | [ recovery-image] Dec 21 05:24:37.801 INFO O| Dec 21 05:24:37.800 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5384 | 2024-12-21T05:24:39.453Z | [ recovery-image] Dec 21 05:24:37.820 INFO O| Dec 21 05:24:37.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5385 | 2024-12-21T05:24:39.453Z | [ recovery-image] Dec 21 05:24:37.820 INFO O| Dec 21 05:24:37.820 INFO STEP 335 (remove_files) COMPLETE |
5386 | 2024-12-21T05:24:39.453Z | [ recovery-image] Dec 21 05:24:37.820 INFO O| Dec 21 05:24:37.820 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5387 | 2024-12-21T05:24:39.473Z | [ recovery-image] Dec 21 05:24:37.839 INFO O| Dec 21 05:24:37.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5388 | 2024-12-21T05:24:39.473Z | [ recovery-image] Dec 21 05:24:37.839 INFO O| Dec 21 05:24:37.839 INFO STEP 336 (remove_files) COMPLETE |
5389 | 2024-12-21T05:24:39.477Z | [ recovery-image] Dec 21 05:24:37.839 INFO O| Dec 21 05:24:37.839 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5390 | 2024-12-21T05:24:39.516Z | [ recovery-image] Dec 21 05:24:37.883 INFO O| Dec 21 05:24:37.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5391 | 2024-12-21T05:24:39.516Z | [ recovery-image] Dec 21 05:24:37.883 INFO O| Dec 21 05:24:37.883 INFO STEP 337 (remove_files) COMPLETE |
5392 | 2024-12-21T05:24:39.516Z | [ recovery-image] Dec 21 05:24:37.883 INFO O| Dec 21 05:24:37.883 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5393 | 2024-12-21T05:24:39.559Z | [ recovery-image] Dec 21 05:24:37.926 INFO O| Dec 21 05:24:37.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5394 | 2024-12-21T05:24:39.559Z | [ recovery-image] Dec 21 05:24:37.926 INFO O| Dec 21 05:24:37.926 INFO STEP 338 (remove_files) COMPLETE |
5395 | 2024-12-21T05:24:39.559Z | [ recovery-image] Dec 21 05:24:37.926 INFO O| Dec 21 05:24:37.926 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5396 | 2024-12-21T05:24:39.665Z | [ recovery-image] Dec 21 05:24:38.031 INFO O| Dec 21 05:24:38.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5397 | 2024-12-21T05:24:39.665Z | [ recovery-image] Dec 21 05:24:38.031 INFO O| Dec 21 05:24:38.031 INFO STEP 339 (remove_files) COMPLETE |
5398 | 2024-12-21T05:24:39.665Z | [ recovery-image] Dec 21 05:24:38.031 INFO O| Dec 21 05:24:38.031 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5399 | 2024-12-21T05:24:39.696Z | [ recovery-image] Dec 21 05:24:38.063 INFO O| Dec 21 05:24:38.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5400 | 2024-12-21T05:24:39.696Z | [ recovery-image] Dec 21 05:24:38.063 INFO O| Dec 21 05:24:38.063 INFO STEP 340 (remove_files) COMPLETE |
5401 | 2024-12-21T05:24:39.699Z | [ recovery-image] Dec 21 05:24:38.063 INFO O| Dec 21 05:24:38.063 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5402 | 2024-12-21T05:24:39.716Z | [ recovery-image] Dec 21 05:24:38.082 INFO O| Dec 21 05:24:38.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5403 | 2024-12-21T05:24:39.719Z | [ recovery-image] Dec 21 05:24:38.086 INFO O| Dec 21 05:24:38.086 INFO STEP 341 (remove_files) COMPLETE |
5404 | 2024-12-21T05:24:39.719Z | [ recovery-image] Dec 21 05:24:38.086 INFO O| Dec 21 05:24:38.086 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5405 | 2024-12-21T05:24:39.757Z | [ recovery-image] Dec 21 05:24:38.124 INFO O| Dec 21 05:24:38.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5406 | 2024-12-21T05:24:39.757Z | [ recovery-image] Dec 21 05:24:38.124 INFO O| Dec 21 05:24:38.124 INFO STEP 342 (remove_files) COMPLETE |
5407 | 2024-12-21T05:24:39.760Z | [ recovery-image] Dec 21 05:24:38.124 INFO O| Dec 21 05:24:38.124 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5408 | 2024-12-21T05:24:39.799Z | [ recovery-image] Dec 21 05:24:38.165 INFO O| Dec 21 05:24:38.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5409 | 2024-12-21T05:24:39.799Z | [ recovery-image] Dec 21 05:24:38.165 INFO O| Dec 21 05:24:38.165 INFO STEP 343 (remove_files) COMPLETE |
5410 | 2024-12-21T05:24:39.799Z | [ recovery-image] Dec 21 05:24:38.165 INFO O| Dec 21 05:24:38.165 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5411 | 2024-12-21T05:24:39.858Z | [ recovery-image] Dec 21 05:24:38.225 INFO O| Dec 21 05:24:38.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5412 | 2024-12-21T05:24:39.858Z | [ recovery-image] Dec 21 05:24:38.225 INFO O| Dec 21 05:24:38.225 INFO STEP 344 (remove_files) COMPLETE |
5413 | 2024-12-21T05:24:39.858Z | [ recovery-image] Dec 21 05:24:38.225 INFO O| Dec 21 05:24:38.225 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2024-12-21T05:24:39.881Z | [ recovery-image] Dec 21 05:24:38.245 INFO O| Dec 21 05:24:38.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5415 | 2024-12-21T05:24:39.881Z | [ recovery-image] Dec 21 05:24:38.245 INFO O| Dec 21 05:24:38.245 INFO STEP 345 (remove_files) COMPLETE |
5416 | 2024-12-21T05:24:39.881Z | [ recovery-image] Dec 21 05:24:38.245 INFO O| Dec 21 05:24:38.245 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2024-12-21T05:24:39.908Z | [ recovery-image] Dec 21 05:24:38.275 INFO O| Dec 21 05:24:38.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5418 | 2024-12-21T05:24:39.908Z | [ recovery-image] Dec 21 05:24:38.275 INFO O| Dec 21 05:24:38.275 INFO STEP 346 (remove_files) COMPLETE |
5419 | 2024-12-21T05:24:39.909Z | [ recovery-image] Dec 21 05:24:38.275 INFO O| Dec 21 05:24:38.275 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2024-12-21T05:24:39.931Z | [ recovery-image] Dec 21 05:24:38.298 INFO O| Dec 21 05:24:38.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5421 | 2024-12-21T05:24:39.932Z | [ recovery-image] Dec 21 05:24:38.298 INFO O| Dec 21 05:24:38.298 INFO STEP 347 (remove_files) COMPLETE |
5422 | 2024-12-21T05:24:39.932Z | [ recovery-image] Dec 21 05:24:38.298 INFO O| Dec 21 05:24:38.298 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2024-12-21T05:24:39.973Z | [ recovery-image] Dec 21 05:24:38.340 INFO O| Dec 21 05:24:38.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5424 | 2024-12-21T05:24:39.976Z | [ recovery-image] Dec 21 05:24:38.340 INFO O| Dec 21 05:24:38.340 INFO STEP 348 (remove_files) COMPLETE |
5425 | 2024-12-21T05:24:39.976Z | [ recovery-image] Dec 21 05:24:38.340 INFO O| Dec 21 05:24:38.340 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2024-12-21T05:24:39.999Z | [ recovery-image] Dec 21 05:24:38.366 INFO O| Dec 21 05:24:38.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5427 | 2024-12-21T05:24:40.002Z | [ recovery-image] Dec 21 05:24:38.366 INFO O| Dec 21 05:24:38.366 INFO STEP 349 (remove_files) COMPLETE |
5428 | 2024-12-21T05:24:40.002Z | [ recovery-image] Dec 21 05:24:38.366 INFO O| Dec 21 05:24:38.366 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2024-12-21T05:24:40.021Z | [ recovery-image] Dec 21 05:24:38.388 INFO O| Dec 21 05:24:38.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5430 | 2024-12-21T05:24:40.024Z | [ recovery-image] Dec 21 05:24:38.388 INFO O| Dec 21 05:24:38.388 INFO STEP 350 (remove_files) COMPLETE |
5431 | 2024-12-21T05:24:40.024Z | [ recovery-image] Dec 21 05:24:38.388 INFO O| Dec 21 05:24:38.388 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-12-21T05:24:40.052Z | [ recovery-image] Dec 21 05:24:38.419 INFO O| Dec 21 05:24:38.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5433 | 2024-12-21T05:24:40.052Z | [ recovery-image] Dec 21 05:24:38.419 INFO O| Dec 21 05:24:38.419 INFO STEP 351 (remove_files) COMPLETE |
5434 | 2024-12-21T05:24:40.052Z | [ recovery-image] Dec 21 05:24:38.419 INFO O| Dec 21 05:24:38.419 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-12-21T05:24:40.070Z | [ recovery-image] Dec 21 05:24:38.437 INFO O| Dec 21 05:24:38.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5436 | 2024-12-21T05:24:40.070Z | [ recovery-image] Dec 21 05:24:38.437 INFO O| Dec 21 05:24:38.437 INFO STEP 352 (remove_files) COMPLETE |
5437 | 2024-12-21T05:24:40.070Z | [ recovery-image] Dec 21 05:24:38.437 INFO O| Dec 21 05:24:38.437 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-12-21T05:24:40.109Z | [ recovery-image] Dec 21 05:24:38.476 INFO O| Dec 21 05:24:38.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5439 | 2024-12-21T05:24:40.109Z | [ recovery-image] Dec 21 05:24:38.476 INFO O| Dec 21 05:24:38.476 INFO STEP 353 (remove_files) COMPLETE |
5440 | 2024-12-21T05:24:40.109Z | [ recovery-image] Dec 21 05:24:38.476 INFO O| Dec 21 05:24:38.476 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-12-21T05:24:40.130Z | [ recovery-image] Dec 21 05:24:38.496 INFO O| Dec 21 05:24:38.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5442 | 2024-12-21T05:24:40.130Z | [ recovery-image] Dec 21 05:24:38.496 INFO O| Dec 21 05:24:38.496 INFO STEP 354 (remove_files) COMPLETE |
5443 | 2024-12-21T05:24:40.130Z | [ recovery-image] Dec 21 05:24:38.496 INFO O| Dec 21 05:24:38.496 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-12-21T05:24:40.148Z | [ recovery-image] Dec 21 05:24:38.515 INFO O| Dec 21 05:24:38.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5445 | 2024-12-21T05:24:40.148Z | [ recovery-image] Dec 21 05:24:38.515 INFO O| Dec 21 05:24:38.515 INFO STEP 355 (remove_files) COMPLETE |
5446 | 2024-12-21T05:24:40.151Z | [ recovery-image] Dec 21 05:24:38.515 INFO O| Dec 21 05:24:38.515 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-12-21T05:24:40.167Z | [ recovery-image] Dec 21 05:24:38.533 INFO O| Dec 21 05:24:38.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5448 | 2024-12-21T05:24:40.167Z | [ recovery-image] Dec 21 05:24:38.534 INFO O| Dec 21 05:24:38.533 INFO STEP 356 (remove_files) COMPLETE |
5449 | 2024-12-21T05:24:40.167Z | [ recovery-image] Dec 21 05:24:38.534 INFO O| Dec 21 05:24:38.534 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-12-21T05:24:40.201Z | [ recovery-image] Dec 21 05:24:38.568 INFO O| Dec 21 05:24:38.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5451 | 2024-12-21T05:24:40.201Z | [ recovery-image] Dec 21 05:24:38.568 INFO O| Dec 21 05:24:38.568 INFO STEP 357 (remove_files) COMPLETE |
5452 | 2024-12-21T05:24:40.201Z | [ recovery-image] Dec 21 05:24:38.568 INFO O| Dec 21 05:24:38.568 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-12-21T05:24:40.224Z | [ recovery-image] Dec 21 05:24:38.590 INFO O| Dec 21 05:24:38.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5454 | 2024-12-21T05:24:40.224Z | [ recovery-image] Dec 21 05:24:38.590 INFO O| Dec 21 05:24:38.590 INFO STEP 358 (remove_files) COMPLETE |
5455 | 2024-12-21T05:24:40.224Z | [ recovery-image] Dec 21 05:24:38.590 INFO O| Dec 21 05:24:38.590 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-12-21T05:24:40.244Z | [ recovery-image] Dec 21 05:24:38.610 INFO O| Dec 21 05:24:38.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5457 | 2024-12-21T05:24:40.244Z | [ recovery-image] Dec 21 05:24:38.610 INFO O| Dec 21 05:24:38.610 INFO STEP 359 (remove_files) COMPLETE |
5458 | 2024-12-21T05:24:40.244Z | [ recovery-image] Dec 21 05:24:38.610 INFO O| Dec 21 05:24:38.610 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-12-21T05:24:40.281Z | [ recovery-image] Dec 21 05:24:38.647 INFO O| Dec 21 05:24:38.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5460 | 2024-12-21T05:24:40.281Z | [ recovery-image] Dec 21 05:24:38.647 INFO O| Dec 21 05:24:38.647 INFO STEP 360 (remove_files) COMPLETE |
5461 | 2024-12-21T05:24:40.284Z | [ recovery-image] Dec 21 05:24:38.647 INFO O| Dec 21 05:24:38.647 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2024-12-21T05:24:40.301Z | [ recovery-image] Dec 21 05:24:38.667 INFO O| Dec 21 05:24:38.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5463 | 2024-12-21T05:24:40.302Z | [ recovery-image] Dec 21 05:24:38.667 INFO O| Dec 21 05:24:38.667 INFO STEP 361 (remove_files) COMPLETE |
5464 | 2024-12-21T05:24:40.302Z | [ recovery-image] Dec 21 05:24:38.667 INFO O| Dec 21 05:24:38.667 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2024-12-21T05:24:40.319Z | [ recovery-image] Dec 21 05:24:38.685 INFO O| Dec 21 05:24:38.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5466 | 2024-12-21T05:24:40.319Z | [ recovery-image] Dec 21 05:24:38.686 INFO O| Dec 21 05:24:38.686 INFO STEP 362 (remove_files) COMPLETE |
5467 | 2024-12-21T05:24:40.321Z | [ recovery-image] Dec 21 05:24:38.686 INFO O| Dec 21 05:24:38.686 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2024-12-21T05:24:40.338Z | [ recovery-image] Dec 21 05:24:38.705 INFO O| Dec 21 05:24:38.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5469 | 2024-12-21T05:24:40.338Z | [ recovery-image] Dec 21 05:24:38.705 INFO O| Dec 21 05:24:38.705 INFO STEP 363 (remove_files) COMPLETE |
5470 | 2024-12-21T05:24:40.338Z | [ recovery-image] Dec 21 05:24:38.705 INFO O| Dec 21 05:24:38.705 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2024-12-21T05:24:40.359Z | [ recovery-image] Dec 21 05:24:38.726 INFO O| Dec 21 05:24:38.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5472 | 2024-12-21T05:24:40.359Z | [ recovery-image] Dec 21 05:24:38.726 INFO O| Dec 21 05:24:38.726 INFO STEP 364 (remove_files) COMPLETE |
5473 | 2024-12-21T05:24:40.362Z | [ host-image] Dec 21 05:24:38.726 INFO O| Dec 21 05:24:38.726 INFO O| Done |
5474 | 2024-12-21T05:24:40.362Z | [ recovery-image] Dec 21 05:24:38.726 INFO O| Dec 21 05:24:38.726 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-12-21T05:24:40.381Z | [ recovery-image] Dec 21 05:24:38.747 INFO O| Dec 21 05:24:38.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5476 | 2024-12-21T05:24:40.381Z | [ recovery-image] Dec 21 05:24:38.747 INFO O| Dec 21 05:24:38.747 INFO STEP 365 (remove_files) COMPLETE |
5477 | 2024-12-21T05:24:40.381Z | [ recovery-image] Dec 21 05:24:38.747 INFO O| Dec 21 05:24:38.747 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-12-21T05:24:40.411Z | [ host-image] Dec 21 05:24:38.778 INFO O| Dec 21 05:24:38.778 INFO O| Done |
5479 | 2024-12-21T05:24:40.411Z | [ host-image] Dec 21 05:24:38.778 INFO O| Dec 21 05:24:38.778 INFO O| Done |
5480 | 2024-12-21T05:24:40.416Z | [ recovery-image] Dec 21 05:24:38.783 INFO O| Dec 21 05:24:38.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5481 | 2024-12-21T05:24:40.418Z | [ recovery-image] Dec 21 05:24:38.783 INFO O| Dec 21 05:24:38.783 INFO STEP 366 (remove_files) COMPLETE |
5482 | 2024-12-21T05:24:40.418Z | [ recovery-image] Dec 21 05:24:38.783 INFO O| Dec 21 05:24:38.783 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5483 | 2024-12-21T05:24:40.428Z | [ host-image] Dec 21 05:24:38.795 INFO O| Dec 21 05:24:38.795 INFO O| Done |
5484 | 2024-12-21T05:24:40.468Z | [ recovery-image] Dec 21 05:24:38.834 INFO O| Dec 21 05:24:38.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5485 | 2024-12-21T05:24:40.468Z | [ recovery-image] Dec 21 05:24:38.834 INFO O| Dec 21 05:24:38.834 INFO STEP 367 (remove_files) COMPLETE |
5486 | 2024-12-21T05:24:40.468Z | [ recovery-image] Dec 21 05:24:38.834 INFO O| Dec 21 05:24:38.834 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-12-21T05:24:40.505Z | [ recovery-image] Dec 21 05:24:38.872 INFO O| Dec 21 05:24:38.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5488 | 2024-12-21T05:24:40.505Z | [ recovery-image] Dec 21 05:24:38.872 INFO O| Dec 21 05:24:38.872 INFO STEP 368 (remove_files) COMPLETE |
5489 | 2024-12-21T05:24:40.505Z | [ recovery-image] Dec 21 05:24:38.872 INFO O| Dec 21 05:24:38.872 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-12-21T05:24:40.564Z | [ recovery-image] Dec 21 05:24:38.930 INFO O| Dec 21 05:24:38.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5491 | 2024-12-21T05:24:40.564Z | [ recovery-image] Dec 21 05:24:38.930 INFO O| Dec 21 05:24:38.930 INFO STEP 369 (remove_files) COMPLETE |
5492 | 2024-12-21T05:24:40.564Z | [ recovery-image] Dec 21 05:24:38.931 INFO O| Dec 21 05:24:38.930 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-12-21T05:24:40.584Z | [ recovery-image] Dec 21 05:24:38.950 INFO O| Dec 21 05:24:38.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5494 | 2024-12-21T05:24:40.584Z | [ recovery-image] Dec 21 05:24:38.950 INFO O| Dec 21 05:24:38.950 INFO STEP 370 (remove_files) COMPLETE |
5495 | 2024-12-21T05:24:40.584Z | [ recovery-image] Dec 21 05:24:38.950 INFO O| Dec 21 05:24:38.950 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-12-21T05:24:40.602Z | [ recovery-image] Dec 21 05:24:38.969 INFO O| Dec 21 05:24:38.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5497 | 2024-12-21T05:24:40.605Z | [ recovery-image] Dec 21 05:24:38.969 INFO O| Dec 21 05:24:38.969 INFO STEP 371 (remove_files) COMPLETE |
5498 | 2024-12-21T05:24:40.605Z | [ recovery-image] Dec 21 05:24:38.969 INFO O| Dec 21 05:24:38.969 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-12-21T05:24:40.649Z | [ recovery-image] Dec 21 05:24:39.012 INFO O| Dec 21 05:24:39.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5500 | 2024-12-21T05:24:40.649Z | [ recovery-image] Dec 21 05:24:39.012 INFO O| Dec 21 05:24:39.012 INFO STEP 372 (remove_files) COMPLETE |
5501 | 2024-12-21T05:24:40.649Z | [ recovery-image] Dec 21 05:24:39.012 INFO O| Dec 21 05:24:39.012 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-12-21T05:24:40.652Z | [ host-image] Dec 21 05:24:39.016 INFO O| Dec 21 05:24:39.016 INFO STEP 14 (pkg_install) COMPLETE |
5503 | 2024-12-21T05:24:40.652Z | [ host-image] Dec 21 05:24:39.016 INFO O| Dec 21 05:24:39.016 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5504 | 2024-12-21T05:24:40.652Z | [ host-image] Dec 21 05:24:39.016 INFO O| Dec 21 05:24:39.016 INFO skip step because feature "mfg" is not enabled |
5505 | 2024-12-21T05:24:40.652Z | [ host-image] Dec 21 05:24:39.016 INFO O| Dec 21 05:24:39.016 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5506 | 2024-12-21T05:24:40.652Z | [ host-image] Dec 21 05:24:39.016 INFO O| Dec 21 05:24:39.016 INFO skip step because feature "compliance" is not enabled |
5507 | 2024-12-21T05:24:40.652Z | [ host-image] Dec 21 05:24:39.016 INFO O| Dec 21 05:24:39.016 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5508 | 2024-12-21T05:24:40.652Z | [ host-image] Dec 21 05:24:39.016 INFO O| Dec 21 05:24:39.016 INFO skip step because feature "stress" is not enabled |
5509 | 2024-12-21T05:24:40.652Z | [ host-image] Dec 21 05:24:39.016 INFO O| Dec 21 05:24:39.016 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5510 | 2024-12-21T05:24:40.652Z | [ host-image] Dec 21 05:24:39.016 INFO O| Dec 21 05:24:39.016 INFO skip step because feature "nfs" is not enabled |
5511 | 2024-12-21T05:24:40.652Z | [ host-image] Dec 21 05:24:39.016 INFO O| Dec 21 05:24:39.016 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
5512 | 2024-12-21T05:24:40.652Z | [ host-image] Dec 21 05:24:39.016 INFO O| Dec 21 05:24:39.016 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
5513 | 2024-12-21T05:24:40.722Z | [ recovery-image] Dec 21 05:24:39.089 INFO O| Dec 21 05:24:39.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5514 | 2024-12-21T05:24:40.725Z | [ recovery-image] Dec 21 05:24:39.089 INFO O| Dec 21 05:24:39.089 INFO STEP 373 (remove_files) COMPLETE |
5515 | 2024-12-21T05:24:40.725Z | [ recovery-image] Dec 21 05:24:39.089 INFO O| Dec 21 05:24:39.089 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5516 | 2024-12-21T05:24:40.819Z | [ host-image] Dec 21 05:24:39.185 INFO O| Dec 21 05:24:39.185 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
5517 | 2024-12-21T05:24:40.889Z | [ recovery-image] Dec 21 05:24:39.255 INFO O| Dec 21 05:24:39.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5518 | 2024-12-21T05:24:40.889Z | [ recovery-image] Dec 21 05:24:39.255 INFO O| Dec 21 05:24:39.255 INFO STEP 374 (remove_files) COMPLETE |
5519 | 2024-12-21T05:24:40.889Z | [ recovery-image] Dec 21 05:24:39.255 INFO O| Dec 21 05:24:39.255 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-12-21T05:24:40.928Z | [ recovery-image] Dec 21 05:24:39.294 INFO O| Dec 21 05:24:39.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5521 | 2024-12-21T05:24:40.928Z | [ recovery-image] Dec 21 05:24:39.294 INFO O| Dec 21 05:24:39.294 INFO STEP 375 (remove_files) COMPLETE |
5522 | 2024-12-21T05:24:40.928Z | [ recovery-image] Dec 21 05:24:39.294 INFO O| Dec 21 05:24:39.294 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-12-21T05:24:40.940Z | [ host-image] Dec 21 05:24:39.307 INFO O| Dec 21 05:24:39.307 INFO completed processing gimlet/ramdisk-01-os |
5524 | 2024-12-21T05:24:40.943Z | [ host-image] Dec 21 05:24:39.310 INFO omicron1 baseline generation... |
5525 | 2024-12-21T05:24:40.945Z | [ host-image] Dec 21 05:24:39.310 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
5526 | 2024-12-21T05:24:40.970Z | [ recovery-image] Dec 21 05:24:39.336 INFO O| Dec 21 05:24:39.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5527 | 2024-12-21T05:24:40.970Z | [ recovery-image] Dec 21 05:24:39.336 INFO O| Dec 21 05:24:39.336 INFO STEP 376 (remove_files) COMPLETE |
5528 | 2024-12-21T05:24:40.970Z | [ recovery-image] Dec 21 05:24:39.336 INFO O| Dec 21 05:24:39.336 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2024-12-21T05:24:40.989Z | [ recovery-image] Dec 21 05:24:39.355 INFO O| Dec 21 05:24:39.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5530 | 2024-12-21T05:24:40.989Z | [ recovery-image] Dec 21 05:24:39.356 INFO O| Dec 21 05:24:39.355 INFO STEP 377 (remove_files) COMPLETE |
5531 | 2024-12-21T05:24:40.989Z | [ recovery-image] Dec 21 05:24:39.356 INFO O| Dec 21 05:24:39.356 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2024-12-21T05:24:41.008Z | [ recovery-image] Dec 21 05:24:39.375 INFO O| Dec 21 05:24:39.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5533 | 2024-12-21T05:24:41.009Z | [ recovery-image] Dec 21 05:24:39.375 INFO O| Dec 21 05:24:39.375 INFO STEP 378 (remove_files) COMPLETE |
5534 | 2024-12-21T05:24:41.009Z | [ recovery-image] Dec 21 05:24:39.375 INFO O| Dec 21 05:24:39.375 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-12-21T05:24:41.028Z | [ recovery-image] Dec 21 05:24:39.395 INFO O| Dec 21 05:24:39.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5536 | 2024-12-21T05:24:41.028Z | [ recovery-image] Dec 21 05:24:39.395 INFO O| Dec 21 05:24:39.395 INFO STEP 379 (remove_files) COMPLETE |
5537 | 2024-12-21T05:24:41.028Z | [ recovery-image] Dec 21 05:24:39.395 INFO O| Dec 21 05:24:39.395 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2024-12-21T05:24:41.047Z | [ recovery-image] Dec 21 05:24:39.413 INFO O| Dec 21 05:24:39.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5539 | 2024-12-21T05:24:41.047Z | [ recovery-image] Dec 21 05:24:39.414 INFO O| Dec 21 05:24:39.414 INFO STEP 380 (remove_files) COMPLETE |
5540 | 2024-12-21T05:24:41.047Z | [ recovery-image] Dec 21 05:24:39.414 INFO O| Dec 21 05:24:39.414 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-12-21T05:24:41.082Z | [ recovery-image] Dec 21 05:24:39.449 INFO O| Dec 21 05:24:39.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5542 | 2024-12-21T05:24:41.082Z | [ recovery-image] Dec 21 05:24:39.449 INFO O| Dec 21 05:24:39.449 INFO STEP 381 (remove_files) COMPLETE |
5543 | 2024-12-21T05:24:41.082Z | [ recovery-image] Dec 21 05:24:39.449 INFO O| Dec 21 05:24:39.449 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-12-21T05:24:41.115Z | [ recovery-image] Dec 21 05:24:39.481 INFO O| Dec 21 05:24:39.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5545 | 2024-12-21T05:24:41.115Z | [ recovery-image] Dec 21 05:24:39.481 INFO O| Dec 21 05:24:39.481 INFO STEP 382 (remove_files) COMPLETE |
5546 | 2024-12-21T05:24:41.117Z | [ recovery-image] Dec 21 05:24:39.481 INFO O| Dec 21 05:24:39.481 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-12-21T05:24:41.153Z | [ recovery-image] Dec 21 05:24:39.520 INFO O| Dec 21 05:24:39.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5548 | 2024-12-21T05:24:41.153Z | [ recovery-image] Dec 21 05:24:39.520 INFO O| Dec 21 05:24:39.520 INFO STEP 383 (remove_files) COMPLETE |
5549 | 2024-12-21T05:24:41.153Z | [ recovery-image] Dec 21 05:24:39.520 INFO O| Dec 21 05:24:39.520 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-12-21T05:24:41.172Z | [ recovery-image] Dec 21 05:24:39.539 INFO O| Dec 21 05:24:39.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5551 | 2024-12-21T05:24:41.172Z | [ recovery-image] Dec 21 05:24:39.539 INFO O| Dec 21 05:24:39.539 INFO STEP 384 (remove_files) COMPLETE |
5552 | 2024-12-21T05:24:41.173Z | [ recovery-image] Dec 21 05:24:39.539 INFO O| Dec 21 05:24:39.539 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-12-21T05:24:41.200Z | [ recovery-image] Dec 21 05:24:39.566 INFO O| Dec 21 05:24:39.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5554 | 2024-12-21T05:24:41.200Z | [ recovery-image] Dec 21 05:24:39.566 INFO O| Dec 21 05:24:39.566 INFO STEP 385 (remove_files) COMPLETE |
5555 | 2024-12-21T05:24:41.200Z | [ recovery-image] Dec 21 05:24:39.566 INFO O| Dec 21 05:24:39.566 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-12-21T05:24:41.219Z | [ recovery-image] Dec 21 05:24:39.586 INFO O| Dec 21 05:24:39.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5557 | 2024-12-21T05:24:41.219Z | [ recovery-image] Dec 21 05:24:39.586 INFO O| Dec 21 05:24:39.586 INFO STEP 386 (remove_files) COMPLETE |
5558 | 2024-12-21T05:24:41.219Z | [ recovery-image] Dec 21 05:24:39.586 INFO O| Dec 21 05:24:39.586 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-12-21T05:24:41.248Z | [ recovery-image] Dec 21 05:24:39.614 INFO O| Dec 21 05:24:39.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5560 | 2024-12-21T05:24:41.248Z | [ recovery-image] Dec 21 05:24:39.614 INFO O| Dec 21 05:24:39.614 INFO STEP 387 (remove_files) COMPLETE |
5561 | 2024-12-21T05:24:41.248Z | [ recovery-image] Dec 21 05:24:39.614 INFO O| Dec 21 05:24:39.614 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-12-21T05:24:41.297Z | [ recovery-image] Dec 21 05:24:39.664 INFO O| Dec 21 05:24:39.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5563 | 2024-12-21T05:24:41.300Z | [ recovery-image] Dec 21 05:24:39.664 INFO O| Dec 21 05:24:39.664 INFO STEP 388 (remove_files) COMPLETE |
5564 | 2024-12-21T05:24:41.301Z | [ recovery-image] Dec 21 05:24:39.664 INFO O| Dec 21 05:24:39.664 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-12-21T05:24:41.317Z | [ recovery-image] Dec 21 05:24:39.684 INFO O| Dec 21 05:24:39.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5566 | 2024-12-21T05:24:41.320Z | [ recovery-image] Dec 21 05:24:39.684 INFO O| Dec 21 05:24:39.684 INFO STEP 389 (remove_files) COMPLETE |
5567 | 2024-12-21T05:24:41.320Z | [ recovery-image] Dec 21 05:24:39.684 INFO O| Dec 21 05:24:39.684 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-12-21T05:24:41.336Z | [ recovery-image] Dec 21 05:24:39.702 INFO O| Dec 21 05:24:39.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5569 | 2024-12-21T05:24:41.338Z | [ recovery-image] Dec 21 05:24:39.702 INFO O| Dec 21 05:24:39.702 INFO STEP 390 (remove_files) COMPLETE |
5570 | 2024-12-21T05:24:41.338Z | [ recovery-image] Dec 21 05:24:39.703 INFO O| Dec 21 05:24:39.702 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-12-21T05:24:41.353Z | [ recovery-image] Dec 21 05:24:39.720 INFO O| Dec 21 05:24:39.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5572 | 2024-12-21T05:24:41.356Z | [ recovery-image] Dec 21 05:24:39.720 INFO O| Dec 21 05:24:39.720 INFO STEP 391 (remove_files) COMPLETE |
5573 | 2024-12-21T05:24:41.356Z | [ recovery-image] Dec 21 05:24:39.720 INFO O| Dec 21 05:24:39.720 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-12-21T05:24:41.410Z | [ recovery-image] Dec 21 05:24:39.776 INFO O| Dec 21 05:24:39.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5575 | 2024-12-21T05:24:41.410Z | [ recovery-image] Dec 21 05:24:39.776 INFO O| Dec 21 05:24:39.776 INFO STEP 392 (remove_files) COMPLETE |
5576 | 2024-12-21T05:24:41.410Z | [ recovery-image] Dec 21 05:24:39.776 INFO O| Dec 21 05:24:39.776 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-12-21T05:24:41.525Z | [ recovery-image] Dec 21 05:24:39.892 INFO O| Dec 21 05:24:39.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5578 | 2024-12-21T05:24:41.528Z | [ recovery-image] Dec 21 05:24:39.892 INFO O| Dec 21 05:24:39.892 INFO STEP 393 (remove_files) COMPLETE |
5579 | 2024-12-21T05:24:41.528Z | [ recovery-image] Dec 21 05:24:39.892 INFO O| Dec 21 05:24:39.892 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-12-21T05:24:41.548Z | [ recovery-image] Dec 21 05:24:39.915 INFO O| Dec 21 05:24:39.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5581 | 2024-12-21T05:24:41.548Z | [ recovery-image] Dec 21 05:24:39.915 INFO O| Dec 21 05:24:39.915 INFO STEP 394 (remove_files) COMPLETE |
5582 | 2024-12-21T05:24:41.551Z | [ recovery-image] Dec 21 05:24:39.915 INFO O| Dec 21 05:24:39.915 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-12-21T05:24:41.597Z | [ recovery-image] Dec 21 05:24:39.964 INFO O| Dec 21 05:24:39.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5584 | 2024-12-21T05:24:41.597Z | [ recovery-image] Dec 21 05:24:39.964 INFO O| Dec 21 05:24:39.964 INFO STEP 395 (remove_files) COMPLETE |
5585 | 2024-12-21T05:24:41.597Z | [ recovery-image] Dec 21 05:24:39.964 INFO O| Dec 21 05:24:39.964 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2024-12-21T05:24:41.707Z | [ recovery-image] Dec 21 05:24:40.074 INFO O| Dec 21 05:24:40.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5587 | 2024-12-21T05:24:41.707Z | [ recovery-image] Dec 21 05:24:40.074 INFO O| Dec 21 05:24:40.074 INFO STEP 396 (remove_files) COMPLETE |
5588 | 2024-12-21T05:24:41.707Z | [ recovery-image] Dec 21 05:24:40.074 INFO O| Dec 21 05:24:40.074 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2024-12-21T05:24:41.710Z | [ host-image] Dec 21 05:24:40.074 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z |
5590 | 2024-12-21T05:24:41.727Z | [ recovery-image] Dec 21 05:24:40.093 INFO O| Dec 21 05:24:40.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5591 | 2024-12-21T05:24:41.727Z | [ recovery-image] Dec 21 05:24:40.093 INFO O| Dec 21 05:24:40.093 INFO STEP 397 (remove_files) COMPLETE |
5592 | 2024-12-21T05:24:41.727Z | [ recovery-image] Dec 21 05:24:40.094 INFO O| Dec 21 05:24:40.093 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2024-12-21T05:24:41.799Z | [ recovery-image] Dec 21 05:24:40.165 INFO O| Dec 21 05:24:40.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5594 | 2024-12-21T05:24:41.799Z | [ recovery-image] Dec 21 05:24:40.165 INFO O| Dec 21 05:24:40.165 INFO STEP 398 (remove_files) COMPLETE |
5595 | 2024-12-21T05:24:41.799Z | [ recovery-image] Dec 21 05:24:40.165 INFO O| Dec 21 05:24:40.165 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2024-12-21T05:24:41.820Z | [ recovery-image] Dec 21 05:24:40.186 INFO O| Dec 21 05:24:40.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5597 | 2024-12-21T05:24:41.820Z | [ recovery-image] Dec 21 05:24:40.186 INFO O| Dec 21 05:24:40.186 INFO STEP 399 (remove_files) COMPLETE |
5598 | 2024-12-21T05:24:41.820Z | [ recovery-image] Dec 21 05:24:40.186 INFO O| Dec 21 05:24:40.186 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2024-12-21T05:24:41.840Z | [ recovery-image] Dec 21 05:24:40.207 INFO O| Dec 21 05:24:40.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5600 | 2024-12-21T05:24:41.840Z | [ recovery-image] Dec 21 05:24:40.207 INFO O| Dec 21 05:24:40.207 INFO STEP 400 (remove_files) COMPLETE |
5601 | 2024-12-21T05:24:41.840Z | [ recovery-image] Dec 21 05:24:40.207 INFO O| Dec 21 05:24:40.207 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2024-12-21T05:24:41.870Z | [ recovery-image] Dec 21 05:24:40.237 INFO O| Dec 21 05:24:40.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5603 | 2024-12-21T05:24:41.871Z | [ recovery-image] Dec 21 05:24:40.237 INFO O| Dec 21 05:24:40.237 INFO STEP 401 (remove_files) COMPLETE |
5604 | 2024-12-21T05:24:41.871Z | [ recovery-image] Dec 21 05:24:40.237 INFO O| Dec 21 05:24:40.237 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2024-12-21T05:24:41.932Z | [ recovery-image] Dec 21 05:24:40.298 INFO O| Dec 21 05:24:40.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5606 | 2024-12-21T05:24:41.932Z | [ recovery-image] Dec 21 05:24:40.298 INFO O| Dec 21 05:24:40.298 INFO STEP 402 (remove_files) COMPLETE |
5607 | 2024-12-21T05:24:41.932Z | [ recovery-image] Dec 21 05:24:40.298 INFO O| Dec 21 05:24:40.298 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5608 | 2024-12-21T05:24:42.030Z | [ recovery-image] Dec 21 05:24:40.395 INFO O| Dec 21 05:24:40.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5609 | 2024-12-21T05:24:42.030Z | [ recovery-image] Dec 21 05:24:40.395 INFO O| Dec 21 05:24:40.395 INFO STEP 403 (remove_files) COMPLETE |
5610 | 2024-12-21T05:24:42.030Z | [ recovery-image] Dec 21 05:24:40.395 INFO O| Dec 21 05:24:40.395 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5611 | 2024-12-21T05:24:42.063Z | [ recovery-image] Dec 21 05:24:40.429 INFO O| Dec 21 05:24:40.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5612 | 2024-12-21T05:24:42.063Z | [ recovery-image] Dec 21 05:24:40.429 INFO O| Dec 21 05:24:40.429 INFO STEP 404 (remove_files) COMPLETE |
5613 | 2024-12-21T05:24:42.063Z | [ recovery-image] Dec 21 05:24:40.429 INFO O| Dec 21 05:24:40.429 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5614 | 2024-12-21T05:24:42.087Z | [ recovery-image] Dec 21 05:24:40.453 INFO O| Dec 21 05:24:40.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5615 | 2024-12-21T05:24:42.087Z | [ recovery-image] Dec 21 05:24:40.453 INFO O| Dec 21 05:24:40.453 INFO STEP 405 (remove_files) COMPLETE |
5616 | 2024-12-21T05:24:42.087Z | [ recovery-image] Dec 21 05:24:40.453 INFO O| Dec 21 05:24:40.453 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5617 | 2024-12-21T05:24:42.201Z | [ recovery-image] Dec 21 05:24:40.568 INFO O| Dec 21 05:24:40.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5618 | 2024-12-21T05:24:42.201Z | [ recovery-image] Dec 21 05:24:40.568 INFO O| Dec 21 05:24:40.568 INFO STEP 406 (remove_files) COMPLETE |
5619 | 2024-12-21T05:24:42.204Z | [ recovery-image] Dec 21 05:24:40.568 INFO O| Dec 21 05:24:40.568 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-12-21T05:24:42.235Z | [ recovery-image] Dec 21 05:24:40.601 INFO O| Dec 21 05:24:40.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5621 | 2024-12-21T05:24:42.235Z | [ recovery-image] Dec 21 05:24:40.601 INFO O| Dec 21 05:24:40.601 INFO STEP 407 (remove_files) COMPLETE |
5622 | 2024-12-21T05:24:42.236Z | [ recovery-image] Dec 21 05:24:40.601 INFO O| Dec 21 05:24:40.601 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-12-21T05:24:42.256Z | [ recovery-image] Dec 21 05:24:40.622 INFO O| Dec 21 05:24:40.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5624 | 2024-12-21T05:24:42.257Z | [ recovery-image] Dec 21 05:24:40.622 INFO O| Dec 21 05:24:40.622 INFO STEP 408 (remove_files) COMPLETE |
5625 | 2024-12-21T05:24:42.257Z | [ recovery-image] Dec 21 05:24:40.622 INFO O| Dec 21 05:24:40.622 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-12-21T05:24:42.281Z | [ recovery-image] Dec 21 05:24:40.647 INFO O| Dec 21 05:24:40.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5627 | 2024-12-21T05:24:42.284Z | [ recovery-image] Dec 21 05:24:40.647 INFO O| Dec 21 05:24:40.647 INFO STEP 409 (remove_files) COMPLETE |
5628 | 2024-12-21T05:24:42.284Z | [ recovery-image] Dec 21 05:24:40.647 INFO O| Dec 21 05:24:40.647 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-12-21T05:24:42.302Z | [ recovery-image] Dec 21 05:24:40.669 INFO O| Dec 21 05:24:40.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5630 | 2024-12-21T05:24:42.303Z | [ recovery-image] Dec 21 05:24:40.669 INFO O| Dec 21 05:24:40.669 INFO STEP 410 (remove_files) COMPLETE |
5631 | 2024-12-21T05:24:42.303Z | [ recovery-image] Dec 21 05:24:40.669 INFO O| Dec 21 05:24:40.669 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-12-21T05:24:42.325Z | [ recovery-image] Dec 21 05:24:40.690 INFO O| Dec 21 05:24:40.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5633 | 2024-12-21T05:24:42.325Z | [ recovery-image] Dec 21 05:24:40.690 INFO O| Dec 21 05:24:40.690 INFO STEP 411 (remove_files) COMPLETE |
5634 | 2024-12-21T05:24:42.325Z | [ recovery-image] Dec 21 05:24:40.690 INFO O| Dec 21 05:24:40.690 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-12-21T05:24:42.363Z | [ recovery-image] Dec 21 05:24:40.729 INFO O| Dec 21 05:24:40.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5636 | 2024-12-21T05:24:42.363Z | [ recovery-image] Dec 21 05:24:40.729 INFO O| Dec 21 05:24:40.729 INFO STEP 412 (remove_files) COMPLETE |
5637 | 2024-12-21T05:24:42.363Z | [ recovery-image] Dec 21 05:24:40.729 INFO O| Dec 21 05:24:40.729 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2024-12-21T05:24:42.392Z | [ recovery-image] Dec 21 05:24:40.759 INFO O| Dec 21 05:24:40.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5639 | 2024-12-21T05:24:42.392Z | [ recovery-image] Dec 21 05:24:40.759 INFO O| Dec 21 05:24:40.759 INFO STEP 413 (remove_files) COMPLETE |
5640 | 2024-12-21T05:24:42.392Z | [ recovery-image] Dec 21 05:24:40.759 INFO O| Dec 21 05:24:40.759 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2024-12-21T05:24:42.412Z | [ recovery-image] Dec 21 05:24:40.779 INFO O| Dec 21 05:24:40.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5642 | 2024-12-21T05:24:42.412Z | [ recovery-image] Dec 21 05:24:40.779 INFO O| Dec 21 05:24:40.779 INFO STEP 414 (remove_files) COMPLETE |
5643 | 2024-12-21T05:24:42.415Z | [ recovery-image] Dec 21 05:24:40.779 INFO O| Dec 21 05:24:40.779 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2024-12-21T05:24:42.434Z | [ recovery-image] Dec 21 05:24:40.800 INFO O| Dec 21 05:24:40.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5645 | 2024-12-21T05:24:42.434Z | [ recovery-image] Dec 21 05:24:40.800 INFO O| Dec 21 05:24:40.800 INFO STEP 415 (remove_files) COMPLETE |
5646 | 2024-12-21T05:24:42.434Z | [ recovery-image] Dec 21 05:24:40.800 INFO O| Dec 21 05:24:40.800 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2024-12-21T05:24:42.459Z | [ recovery-image] Dec 21 05:24:40.826 INFO O| Dec 21 05:24:40.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5648 | 2024-12-21T05:24:42.459Z | [ recovery-image] Dec 21 05:24:40.826 INFO O| Dec 21 05:24:40.826 INFO STEP 416 (remove_files) COMPLETE |
5649 | 2024-12-21T05:24:42.459Z | [ recovery-image] Dec 21 05:24:40.826 INFO O| Dec 21 05:24:40.826 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2024-12-21T05:24:42.518Z | [ recovery-image] Dec 21 05:24:40.884 INFO O| Dec 21 05:24:40.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5651 | 2024-12-21T05:24:42.518Z | [ recovery-image] Dec 21 05:24:40.884 INFO O| Dec 21 05:24:40.884 INFO STEP 417 (remove_files) COMPLETE |
5652 | 2024-12-21T05:24:42.518Z | [ recovery-image] Dec 21 05:24:40.884 INFO O| Dec 21 05:24:40.884 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5653 | 2024-12-21T05:24:42.538Z | [ recovery-image] Dec 21 05:24:40.904 INFO O| Dec 21 05:24:40.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5654 | 2024-12-21T05:24:42.538Z | [ recovery-image] Dec 21 05:24:40.904 INFO O| Dec 21 05:24:40.904 INFO STEP 418 (remove_files) COMPLETE |
5655 | 2024-12-21T05:24:42.538Z | [ recovery-image] Dec 21 05:24:40.904 INFO O| Dec 21 05:24:40.904 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5656 | 2024-12-21T05:24:42.558Z | [ recovery-image] Dec 21 05:24:40.924 INFO O| Dec 21 05:24:40.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5657 | 2024-12-21T05:24:42.558Z | [ recovery-image] Dec 21 05:24:40.924 INFO O| Dec 21 05:24:40.924 INFO STEP 419 (remove_files) COMPLETE |
5658 | 2024-12-21T05:24:42.558Z | [ recovery-image] Dec 21 05:24:40.924 INFO O| Dec 21 05:24:40.924 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5659 | 2024-12-21T05:24:42.611Z | [ recovery-image] Dec 21 05:24:40.977 INFO O| Dec 21 05:24:40.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5660 | 2024-12-21T05:24:42.611Z | [ recovery-image] Dec 21 05:24:40.977 INFO O| Dec 21 05:24:40.977 INFO STEP 420 (remove_files) COMPLETE |
5661 | 2024-12-21T05:24:42.611Z | [ recovery-image] Dec 21 05:24:40.977 INFO O| Dec 21 05:24:40.977 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2024-12-21T05:24:42.653Z | [ recovery-image] Dec 21 05:24:41.019 INFO O| Dec 21 05:24:41.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5663 | 2024-12-21T05:24:42.655Z | [ recovery-image] Dec 21 05:24:41.019 INFO O| Dec 21 05:24:41.019 INFO STEP 421 (remove_files) COMPLETE |
5664 | 2024-12-21T05:24:42.655Z | [ recovery-image] Dec 21 05:24:41.019 INFO O| Dec 21 05:24:41.019 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2024-12-21T05:24:42.673Z | [ recovery-image] Dec 21 05:24:41.039 INFO O| Dec 21 05:24:41.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5666 | 2024-12-21T05:24:42.676Z | [ recovery-image] Dec 21 05:24:41.039 INFO O| Dec 21 05:24:41.039 INFO STEP 422 (remove_files) COMPLETE |
5667 | 2024-12-21T05:24:42.676Z | [ recovery-image] Dec 21 05:24:41.040 INFO O| Dec 21 05:24:41.039 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-12-21T05:24:42.694Z | [ recovery-image] Dec 21 05:24:41.060 INFO O| Dec 21 05:24:41.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5669 | 2024-12-21T05:24:42.696Z | [ recovery-image] Dec 21 05:24:41.060 INFO O| Dec 21 05:24:41.060 INFO STEP 423 (remove_files) COMPLETE |
5670 | 2024-12-21T05:24:42.696Z | [ recovery-image] Dec 21 05:24:41.061 INFO O| Dec 21 05:24:41.061 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-12-21T05:24:42.716Z | [ recovery-image] Dec 21 05:24:41.083 INFO O| Dec 21 05:24:41.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5672 | 2024-12-21T05:24:42.742Z | [ recovery-image] Dec 21 05:24:41.108 INFO O| Dec 21 05:24:41.108 INFO STEP 424 (remove_files) COMPLETE |
5673 | 2024-12-21T05:24:42.742Z | [ recovery-image] Dec 21 05:24:41.108 INFO O| Dec 21 05:24:41.108 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-12-21T05:24:42.763Z | [ recovery-image] Dec 21 05:24:41.129 INFO O| Dec 21 05:24:41.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5675 | 2024-12-21T05:24:42.765Z | [ recovery-image] Dec 21 05:24:41.129 INFO O| Dec 21 05:24:41.129 INFO STEP 425 (remove_files) COMPLETE |
5676 | 2024-12-21T05:24:42.765Z | [ recovery-image] Dec 21 05:24:41.130 INFO O| Dec 21 05:24:41.129 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-12-21T05:24:42.793Z | [ recovery-image] Dec 21 05:24:41.159 INFO O| Dec 21 05:24:41.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5678 | 2024-12-21T05:24:42.796Z | [ recovery-image] Dec 21 05:24:41.159 INFO O| Dec 21 05:24:41.159 INFO STEP 426 (remove_files) COMPLETE |
5679 | 2024-12-21T05:24:42.796Z | [ recovery-image] Dec 21 05:24:41.159 INFO O| Dec 21 05:24:41.159 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-12-21T05:24:42.811Z | [ recovery-image] Dec 21 05:24:41.177 INFO O| Dec 21 05:24:41.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5681 | 2024-12-21T05:24:42.811Z | [ recovery-image] Dec 21 05:24:41.178 INFO O| Dec 21 05:24:41.177 INFO STEP 427 (remove_files) COMPLETE |
5682 | 2024-12-21T05:24:42.814Z | [ recovery-image] Dec 21 05:24:41.178 INFO O| Dec 21 05:24:41.178 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-12-21T05:24:42.829Z | [ recovery-image] Dec 21 05:24:41.196 INFO O| Dec 21 05:24:41.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5684 | 2024-12-21T05:24:42.832Z | [ recovery-image] Dec 21 05:24:41.196 INFO O| Dec 21 05:24:41.196 INFO STEP 428 (remove_files) COMPLETE |
5685 | 2024-12-21T05:24:42.832Z | [ recovery-image] Dec 21 05:24:41.196 INFO O| Dec 21 05:24:41.196 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-12-21T05:24:42.848Z | [ recovery-image] Dec 21 05:24:41.214 INFO O| Dec 21 05:24:41.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5687 | 2024-12-21T05:24:42.865Z | [ recovery-image] Dec 21 05:24:41.232 INFO O| Dec 21 05:24:41.232 INFO STEP 429 (remove_files) COMPLETE |
5688 | 2024-12-21T05:24:42.866Z | [ recovery-image] Dec 21 05:24:41.232 INFO O| Dec 21 05:24:41.232 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2024-12-21T05:24:42.901Z | [ recovery-image] Dec 21 05:24:41.267 INFO O| Dec 21 05:24:41.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5690 | 2024-12-21T05:24:42.903Z | [ recovery-image] Dec 21 05:24:41.267 INFO O| Dec 21 05:24:41.267 INFO STEP 430 (remove_files) COMPLETE |
5691 | 2024-12-21T05:24:42.903Z | [ recovery-image] Dec 21 05:24:41.267 INFO O| Dec 21 05:24:41.267 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2024-12-21T05:24:42.921Z | [ recovery-image] Dec 21 05:24:41.288 INFO O| Dec 21 05:24:41.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5693 | 2024-12-21T05:24:42.921Z | [ recovery-image] Dec 21 05:24:41.288 INFO O| Dec 21 05:24:41.288 INFO STEP 431 (remove_files) COMPLETE |
5694 | 2024-12-21T05:24:42.921Z | [ recovery-image] Dec 21 05:24:41.288 INFO O| Dec 21 05:24:41.288 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2024-12-21T05:24:42.959Z | [ recovery-image] Dec 21 05:24:41.326 INFO O| Dec 21 05:24:41.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5696 | 2024-12-21T05:24:42.960Z | [ recovery-image] Dec 21 05:24:41.326 INFO O| Dec 21 05:24:41.326 INFO STEP 432 (remove_files) COMPLETE |
5697 | 2024-12-21T05:24:42.960Z | [ recovery-image] Dec 21 05:24:41.326 INFO O| Dec 21 05:24:41.326 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2024-12-21T05:24:42.980Z | [ recovery-image] Dec 21 05:24:41.346 INFO O| Dec 21 05:24:41.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5699 | 2024-12-21T05:24:42.980Z | [ recovery-image] Dec 21 05:24:41.346 INFO O| Dec 21 05:24:41.346 INFO STEP 433 (remove_files) COMPLETE |
5700 | 2024-12-21T05:24:42.982Z | [ recovery-image] Dec 21 05:24:41.346 INFO O| Dec 21 05:24:41.346 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2024-12-21T05:24:43.019Z | [ recovery-image] Dec 21 05:24:41.386 INFO O| Dec 21 05:24:41.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5702 | 2024-12-21T05:24:43.022Z | [ recovery-image] Dec 21 05:24:41.386 INFO O| Dec 21 05:24:41.386 INFO STEP 434 (remove_files) COMPLETE |
5703 | 2024-12-21T05:24:43.022Z | [ recovery-image] Dec 21 05:24:41.386 INFO O| Dec 21 05:24:41.386 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2024-12-21T05:24:43.040Z | [ recovery-image] Dec 21 05:24:41.407 INFO O| Dec 21 05:24:41.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5705 | 2024-12-21T05:24:43.040Z | [ recovery-image] Dec 21 05:24:41.407 INFO O| Dec 21 05:24:41.407 INFO STEP 435 (remove_files) COMPLETE |
5706 | 2024-12-21T05:24:43.040Z | [ recovery-image] Dec 21 05:24:41.407 INFO O| Dec 21 05:24:41.407 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2024-12-21T05:24:43.066Z | [ recovery-image] Dec 21 05:24:41.432 INFO O| Dec 21 05:24:41.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5708 | 2024-12-21T05:24:43.066Z | [ recovery-image] Dec 21 05:24:41.432 INFO O| Dec 21 05:24:41.432 INFO STEP 436 (remove_files) COMPLETE |
5709 | 2024-12-21T05:24:43.066Z | [ recovery-image] Dec 21 05:24:41.432 INFO O| Dec 21 05:24:41.432 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2024-12-21T05:24:43.100Z | [ recovery-image] Dec 21 05:24:41.467 INFO O| Dec 21 05:24:41.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5711 | 2024-12-21T05:24:43.101Z | [ recovery-image] Dec 21 05:24:41.467 INFO O| Dec 21 05:24:41.467 INFO STEP 437 (remove_files) COMPLETE |
5712 | 2024-12-21T05:24:43.101Z | [ recovery-image] Dec 21 05:24:41.467 INFO O| Dec 21 05:24:41.467 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2024-12-21T05:24:43.167Z | [ recovery-image] Dec 21 05:24:41.533 INFO O| Dec 21 05:24:41.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5714 | 2024-12-21T05:24:43.167Z | [ recovery-image] Dec 21 05:24:41.533 INFO O| Dec 21 05:24:41.533 INFO STEP 438 (remove_files) COMPLETE |
5715 | 2024-12-21T05:24:43.167Z | [ recovery-image] Dec 21 05:24:41.533 INFO O| Dec 21 05:24:41.533 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2024-12-21T05:24:43.220Z | [ recovery-image] Dec 21 05:24:41.587 INFO O| Dec 21 05:24:41.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5717 | 2024-12-21T05:24:43.223Z | [ recovery-image] Dec 21 05:24:41.587 INFO O| Dec 21 05:24:41.587 INFO STEP 439 (remove_files) COMPLETE |
5718 | 2024-12-21T05:24:43.223Z | [ recovery-image] Dec 21 05:24:41.587 INFO O| Dec 21 05:24:41.587 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-12-21T05:24:43.246Z | [ recovery-image] Dec 21 05:24:41.612 INFO O| Dec 21 05:24:41.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5720 | 2024-12-21T05:24:43.246Z | [ recovery-image] Dec 21 05:24:41.612 INFO O| Dec 21 05:24:41.612 INFO STEP 440 (remove_files) COMPLETE |
5721 | 2024-12-21T05:24:43.246Z | [ recovery-image] Dec 21 05:24:41.612 INFO O| Dec 21 05:24:41.612 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-12-21T05:24:43.278Z | [ recovery-image] Dec 21 05:24:41.645 INFO O| Dec 21 05:24:41.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5723 | 2024-12-21T05:24:43.278Z | [ recovery-image] Dec 21 05:24:41.645 INFO O| Dec 21 05:24:41.645 INFO STEP 441 (remove_files) COMPLETE |
5724 | 2024-12-21T05:24:43.281Z | [ recovery-image] Dec 21 05:24:41.645 INFO O| Dec 21 05:24:41.645 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-12-21T05:24:43.339Z | [ recovery-image] Dec 21 05:24:41.706 INFO O| Dec 21 05:24:41.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5726 | 2024-12-21T05:24:43.339Z | [ recovery-image] Dec 21 05:24:41.706 INFO O| Dec 21 05:24:41.706 INFO STEP 442 (remove_files) COMPLETE |
5727 | 2024-12-21T05:24:43.339Z | [ recovery-image] Dec 21 05:24:41.706 INFO O| Dec 21 05:24:41.706 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-12-21T05:24:43.514Z | [ recovery-image] Dec 21 05:24:41.881 INFO O| Dec 21 05:24:41.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5729 | 2024-12-21T05:24:43.514Z | [ recovery-image] Dec 21 05:24:41.881 INFO O| Dec 21 05:24:41.856 INFO STEP 443 (remove_files) COMPLETE |
5730 | 2024-12-21T05:24:43.514Z | [ recovery-image] Dec 21 05:24:41.881 INFO O| Dec 21 05:24:41.856 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-12-21T05:24:43.522Z | [ recovery-image] Dec 21 05:24:41.881 INFO O| Dec 21 05:24:41.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5732 | 2024-12-21T05:24:43.522Z | [ recovery-image] Dec 21 05:24:41.881 INFO O| Dec 21 05:24:41.875 INFO STEP 444 (remove_files) COMPLETE |
5733 | 2024-12-21T05:24:43.522Z | [ recovery-image] Dec 21 05:24:41.881 INFO O| Dec 21 05:24:41.875 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-12-21T05:24:43.528Z | [ recovery-image] Dec 21 05:24:41.893 INFO O| Dec 21 05:24:41.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5735 | 2024-12-21T05:24:43.528Z | [ recovery-image] Dec 21 05:24:41.893 INFO O| Dec 21 05:24:41.893 INFO STEP 445 (remove_files) COMPLETE |
5736 | 2024-12-21T05:24:43.528Z | [ recovery-image] Dec 21 05:24:41.893 INFO O| Dec 21 05:24:41.893 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-12-21T05:24:43.547Z | [ recovery-image] Dec 21 05:24:41.913 INFO O| Dec 21 05:24:41.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5738 | 2024-12-21T05:24:43.563Z | [ recovery-image] Dec 21 05:24:41.930 INFO O| Dec 21 05:24:41.930 INFO STEP 446 (remove_files) COMPLETE |
5739 | 2024-12-21T05:24:43.563Z | [ recovery-image] Dec 21 05:24:41.930 INFO O| Dec 21 05:24:41.930 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-12-21T05:24:43.598Z | [ recovery-image] Dec 21 05:24:41.964 INFO O| Dec 21 05:24:41.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5741 | 2024-12-21T05:24:43.598Z | [ recovery-image] Dec 21 05:24:41.964 INFO O| Dec 21 05:24:41.964 INFO STEP 447 (remove_files) COMPLETE |
5742 | 2024-12-21T05:24:43.600Z | [ recovery-image] Dec 21 05:24:41.964 INFO O| Dec 21 05:24:41.964 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-12-21T05:24:43.618Z | [ recovery-image] Dec 21 05:24:41.984 INFO O| Dec 21 05:24:41.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5744 | 2024-12-21T05:24:43.618Z | [ recovery-image] Dec 21 05:24:41.984 INFO O| Dec 21 05:24:41.984 INFO STEP 448 (remove_files) COMPLETE |
5745 | 2024-12-21T05:24:43.618Z | [ recovery-image] Dec 21 05:24:41.985 INFO O| Dec 21 05:24:41.984 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-12-21T05:24:43.649Z | [ recovery-image] Dec 21 05:24:42.015 INFO O| Dec 21 05:24:42.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5747 | 2024-12-21T05:24:43.649Z | [ recovery-image] Dec 21 05:24:42.015 INFO O| Dec 21 05:24:42.015 INFO STEP 449 (remove_files) COMPLETE |
5748 | 2024-12-21T05:24:43.652Z | [ recovery-image] Dec 21 05:24:42.015 INFO O| Dec 21 05:24:42.015 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2024-12-21T05:24:43.670Z | [ recovery-image] Dec 21 05:24:42.037 INFO O| Dec 21 05:24:42.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5750 | 2024-12-21T05:24:43.670Z | [ recovery-image] Dec 21 05:24:42.037 INFO O| Dec 21 05:24:42.037 INFO STEP 450 (remove_files) COMPLETE |
5751 | 2024-12-21T05:24:43.670Z | [ recovery-image] Dec 21 05:24:42.037 INFO O| Dec 21 05:24:42.037 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2024-12-21T05:24:43.703Z | [ recovery-image] Dec 21 05:24:42.069 INFO O| Dec 21 05:24:42.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5753 | 2024-12-21T05:24:43.703Z | [ recovery-image] Dec 21 05:24:42.069 INFO O| Dec 21 05:24:42.069 INFO STEP 451 (remove_files) COMPLETE |
5754 | 2024-12-21T05:24:43.703Z | [ recovery-image] Dec 21 05:24:42.069 INFO O| Dec 21 05:24:42.069 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2024-12-21T05:24:43.737Z | [ recovery-image] Dec 21 05:24:42.103 INFO O| Dec 21 05:24:42.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5756 | 2024-12-21T05:24:43.737Z | [ recovery-image] Dec 21 05:24:42.103 INFO O| Dec 21 05:24:42.103 INFO STEP 452 (remove_files) COMPLETE |
5757 | 2024-12-21T05:24:43.739Z | [ recovery-image] Dec 21 05:24:42.103 INFO O| Dec 21 05:24:42.103 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2024-12-21T05:24:43.755Z | [ recovery-image] Dec 21 05:24:42.121 INFO O| Dec 21 05:24:42.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5759 | 2024-12-21T05:24:43.755Z | [ recovery-image] Dec 21 05:24:42.121 INFO O| Dec 21 05:24:42.121 INFO STEP 453 (remove_files) COMPLETE |
5760 | 2024-12-21T05:24:43.755Z | [ recovery-image] Dec 21 05:24:42.121 INFO O| Dec 21 05:24:42.121 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2024-12-21T05:24:43.771Z | [ recovery-image] Dec 21 05:24:42.137 INFO O| Dec 21 05:24:42.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5762 | 2024-12-21T05:24:43.771Z | [ recovery-image] Dec 21 05:24:42.137 INFO O| Dec 21 05:24:42.137 INFO STEP 454 (remove_files) COMPLETE |
5763 | 2024-12-21T05:24:43.771Z | [ recovery-image] Dec 21 05:24:42.138 INFO O| Dec 21 05:24:42.137 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2024-12-21T05:24:43.788Z | [ recovery-image] Dec 21 05:24:42.154 INFO O| Dec 21 05:24:42.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5765 | 2024-12-21T05:24:43.788Z | [ recovery-image] Dec 21 05:24:42.154 INFO O| Dec 21 05:24:42.154 INFO STEP 455 (remove_files) COMPLETE |
5766 | 2024-12-21T05:24:43.791Z | [ recovery-image] Dec 21 05:24:42.154 INFO O| Dec 21 05:24:42.154 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2024-12-21T05:24:43.821Z | [ recovery-image] Dec 21 05:24:42.187 INFO O| Dec 21 05:24:42.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5768 | 2024-12-21T05:24:43.824Z | [ recovery-image] Dec 21 05:24:42.187 INFO O| Dec 21 05:24:42.187 INFO STEP 456 (remove_files) COMPLETE |
5769 | 2024-12-21T05:24:43.824Z | [ recovery-image] Dec 21 05:24:42.188 INFO O| Dec 21 05:24:42.187 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2024-12-21T05:24:43.840Z | [ recovery-image] Dec 21 05:24:42.207 INFO O| Dec 21 05:24:42.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5771 | 2024-12-21T05:24:43.843Z | [ recovery-image] Dec 21 05:24:42.207 INFO O| Dec 21 05:24:42.207 INFO STEP 457 (remove_files) COMPLETE |
5772 | 2024-12-21T05:24:43.843Z | [ recovery-image] Dec 21 05:24:42.207 INFO O| Dec 21 05:24:42.207 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2024-12-21T05:24:43.872Z | [ recovery-image] Dec 21 05:24:42.238 INFO O| Dec 21 05:24:42.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5774 | 2024-12-21T05:24:43.872Z | [ recovery-image] Dec 21 05:24:42.238 INFO O| Dec 21 05:24:42.238 INFO STEP 458 (remove_files) COMPLETE |
5775 | 2024-12-21T05:24:43.875Z | [ recovery-image] Dec 21 05:24:42.239 INFO O| Dec 21 05:24:42.238 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2024-12-21T05:24:43.898Z | [ recovery-image] Dec 21 05:24:42.264 INFO O| Dec 21 05:24:42.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5777 | 2024-12-21T05:24:43.898Z | [ recovery-image] Dec 21 05:24:42.264 INFO O| Dec 21 05:24:42.264 INFO STEP 459 (remove_files) COMPLETE |
5778 | 2024-12-21T05:24:43.898Z | [ recovery-image] Dec 21 05:24:42.264 INFO O| Dec 21 05:24:42.264 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2024-12-21T05:24:43.930Z | [ recovery-image] Dec 21 05:24:42.296 INFO O| Dec 21 05:24:42.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5780 | 2024-12-21T05:24:43.955Z | [ recovery-image] Dec 21 05:24:42.321 INFO O| Dec 21 05:24:42.321 INFO STEP 460 (remove_files) COMPLETE |
5781 | 2024-12-21T05:24:43.955Z | [ recovery-image] Dec 21 05:24:42.321 INFO O| Dec 21 05:24:42.321 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-12-21T05:24:43.979Z | [ recovery-image] Dec 21 05:24:42.346 INFO O| Dec 21 05:24:42.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5783 | 2024-12-21T05:24:43.979Z | [ recovery-image] Dec 21 05:24:42.346 INFO O| Dec 21 05:24:42.346 INFO STEP 461 (remove_files) COMPLETE |
5784 | 2024-12-21T05:24:43.979Z | [ recovery-image] Dec 21 05:24:42.346 INFO O| Dec 21 05:24:42.346 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2024-12-21T05:24:43.999Z | [ recovery-image] Dec 21 05:24:42.365 INFO O| Dec 21 05:24:42.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5786 | 2024-12-21T05:24:43.999Z | [ recovery-image] Dec 21 05:24:42.365 INFO O| Dec 21 05:24:42.365 INFO STEP 462 (remove_files) COMPLETE |
5787 | 2024-12-21T05:24:43.999Z | [ recovery-image] Dec 21 05:24:42.365 INFO O| Dec 21 05:24:42.365 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2024-12-21T05:24:44.031Z | [ recovery-image] Dec 21 05:24:42.397 INFO O| Dec 21 05:24:42.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5789 | 2024-12-21T05:24:44.031Z | [ recovery-image] Dec 21 05:24:42.397 INFO O| Dec 21 05:24:42.397 INFO STEP 463 (remove_files) COMPLETE |
5790 | 2024-12-21T05:24:44.031Z | [ recovery-image] Dec 21 05:24:42.397 INFO O| Dec 21 05:24:42.397 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2024-12-21T05:24:44.053Z | [ recovery-image] Dec 21 05:24:42.419 INFO O| Dec 21 05:24:42.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5792 | 2024-12-21T05:24:44.053Z | [ recovery-image] Dec 21 05:24:42.419 INFO O| Dec 21 05:24:42.419 INFO STEP 464 (remove_files) COMPLETE |
5793 | 2024-12-21T05:24:44.053Z | [ recovery-image] Dec 21 05:24:42.419 INFO O| Dec 21 05:24:42.419 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2024-12-21T05:24:44.074Z | [ recovery-image] Dec 21 05:24:42.440 INFO O| Dec 21 05:24:42.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5795 | 2024-12-21T05:24:44.077Z | [ recovery-image] Dec 21 05:24:42.441 INFO O| Dec 21 05:24:42.441 INFO STEP 465 (remove_files) COMPLETE |
5796 | 2024-12-21T05:24:44.077Z | [ recovery-image] Dec 21 05:24:42.441 INFO O| Dec 21 05:24:42.441 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2024-12-21T05:24:44.113Z | [ recovery-image] Dec 21 05:24:42.479 INFO O| Dec 21 05:24:42.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5798 | 2024-12-21T05:24:44.116Z | [ recovery-image] Dec 21 05:24:42.479 INFO O| Dec 21 05:24:42.479 INFO STEP 466 (remove_files) COMPLETE |
5799 | 2024-12-21T05:24:44.116Z | [ recovery-image] Dec 21 05:24:42.480 INFO O| Dec 21 05:24:42.479 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2024-12-21T05:24:44.157Z | [ recovery-image] Dec 21 05:24:42.523 INFO O| Dec 21 05:24:42.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5801 | 2024-12-21T05:24:44.157Z | [ recovery-image] Dec 21 05:24:42.523 INFO O| Dec 21 05:24:42.523 INFO STEP 467 (remove_files) COMPLETE |
5802 | 2024-12-21T05:24:44.157Z | [ recovery-image] Dec 21 05:24:42.523 INFO O| Dec 21 05:24:42.523 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2024-12-21T05:24:44.178Z | [ recovery-image] Dec 21 05:24:42.544 INFO O| Dec 21 05:24:42.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5804 | 2024-12-21T05:24:44.178Z | [ recovery-image] Dec 21 05:24:42.545 INFO O| Dec 21 05:24:42.545 INFO STEP 468 (remove_files) COMPLETE |
5805 | 2024-12-21T05:24:44.178Z | [ recovery-image] Dec 21 05:24:42.545 INFO O| Dec 21 05:24:42.545 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2024-12-21T05:24:44.198Z | [ recovery-image] Dec 21 05:24:42.565 INFO O| Dec 21 05:24:42.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5807 | 2024-12-21T05:24:44.198Z | [ recovery-image] Dec 21 05:24:42.565 INFO O| Dec 21 05:24:42.565 INFO STEP 469 (remove_files) COMPLETE |
5808 | 2024-12-21T05:24:44.199Z | [ recovery-image] Dec 21 05:24:42.565 INFO O| Dec 21 05:24:42.565 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2024-12-21T05:24:44.220Z | [ recovery-image] Dec 21 05:24:42.587 INFO O| Dec 21 05:24:42.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5810 | 2024-12-21T05:24:44.220Z | [ recovery-image] Dec 21 05:24:42.587 INFO O| Dec 21 05:24:42.587 INFO STEP 470 (remove_files) COMPLETE |
5811 | 2024-12-21T05:24:44.220Z | [ recovery-image] Dec 21 05:24:42.587 INFO O| Dec 21 05:24:42.587 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2024-12-21T05:24:44.242Z | [ recovery-image] Dec 21 05:24:42.609 INFO O| Dec 21 05:24:42.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5813 | 2024-12-21T05:24:44.245Z | [ recovery-image] Dec 21 05:24:42.609 INFO O| Dec 21 05:24:42.609 INFO STEP 471 (remove_files) COMPLETE |
5814 | 2024-12-21T05:24:44.245Z | [ recovery-image] Dec 21 05:24:42.609 INFO O| Dec 21 05:24:42.609 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2024-12-21T05:24:44.285Z | [ recovery-image] Dec 21 05:24:42.652 INFO O| Dec 21 05:24:42.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5816 | 2024-12-21T05:24:44.286Z | [ recovery-image] Dec 21 05:24:42.652 INFO O| Dec 21 05:24:42.652 INFO STEP 472 (remove_files) COMPLETE |
5817 | 2024-12-21T05:24:44.286Z | [ recovery-image] Dec 21 05:24:42.652 INFO O| Dec 21 05:24:42.652 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2024-12-21T05:24:44.307Z | [ recovery-image] Dec 21 05:24:42.673 INFO O| Dec 21 05:24:42.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5819 | 2024-12-21T05:24:44.307Z | [ recovery-image] Dec 21 05:24:42.673 INFO O| Dec 21 05:24:42.673 INFO STEP 473 (remove_files) COMPLETE |
5820 | 2024-12-21T05:24:44.307Z | [ recovery-image] Dec 21 05:24:42.673 INFO O| Dec 21 05:24:42.673 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2024-12-21T05:24:44.326Z | [ recovery-image] Dec 21 05:24:42.692 INFO O| Dec 21 05:24:42.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5822 | 2024-12-21T05:24:44.326Z | [ recovery-image] Dec 21 05:24:42.692 INFO O| Dec 21 05:24:42.692 INFO STEP 474 (remove_files) COMPLETE |
5823 | 2024-12-21T05:24:44.326Z | [ recovery-image] Dec 21 05:24:42.692 INFO O| Dec 21 05:24:42.692 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2024-12-21T05:24:44.344Z | [ recovery-image] Dec 21 05:24:42.711 INFO O| Dec 21 05:24:42.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5825 | 2024-12-21T05:24:44.344Z | [ recovery-image] Dec 21 05:24:42.711 INFO O| Dec 21 05:24:42.711 INFO STEP 475 (remove_files) COMPLETE |
5826 | 2024-12-21T05:24:44.344Z | [ recovery-image] Dec 21 05:24:42.711 INFO O| Dec 21 05:24:42.711 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2024-12-21T05:24:44.379Z | [ recovery-image] Dec 21 05:24:42.746 INFO O| Dec 21 05:24:42.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5828 | 2024-12-21T05:24:44.380Z | [ recovery-image] Dec 21 05:24:42.746 INFO O| Dec 21 05:24:42.746 INFO STEP 476 (remove_files) COMPLETE |
5829 | 2024-12-21T05:24:44.380Z | [ recovery-image] Dec 21 05:24:42.746 INFO O| Dec 21 05:24:42.746 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2024-12-21T05:24:44.445Z | [ recovery-image] Dec 21 05:24:42.812 INFO O| Dec 21 05:24:42.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5831 | 2024-12-21T05:24:44.446Z | [ recovery-image] Dec 21 05:24:42.812 INFO O| Dec 21 05:24:42.812 INFO STEP 477 (remove_files) COMPLETE |
5832 | 2024-12-21T05:24:44.446Z | [ recovery-image] Dec 21 05:24:42.812 INFO O| Dec 21 05:24:42.812 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5833 | 2024-12-21T05:24:44.480Z | [ recovery-image] Dec 21 05:24:42.846 INFO O| Dec 21 05:24:42.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5834 | 2024-12-21T05:24:44.480Z | [ recovery-image] Dec 21 05:24:42.846 INFO O| Dec 21 05:24:42.846 INFO STEP 478 (remove_files) COMPLETE |
5835 | 2024-12-21T05:24:44.480Z | [ recovery-image] Dec 21 05:24:42.846 INFO O| Dec 21 05:24:42.846 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5836 | 2024-12-21T05:24:44.546Z | [ recovery-image] Dec 21 05:24:42.912 INFO O| Dec 21 05:24:42.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5837 | 2024-12-21T05:24:44.571Z | [ recovery-image] Dec 21 05:24:42.937 INFO O| Dec 21 05:24:42.937 INFO STEP 479 (remove_files) COMPLETE |
5838 | 2024-12-21T05:24:44.571Z | [ recovery-image] Dec 21 05:24:42.937 INFO O| Dec 21 05:24:42.937 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5839 | 2024-12-21T05:24:44.613Z | [ recovery-image] Dec 21 05:24:42.979 INFO O| Dec 21 05:24:42.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5840 | 2024-12-21T05:24:44.631Z | [ recovery-image] Dec 21 05:24:42.998 INFO O| Dec 21 05:24:42.998 INFO STEP 480 (remove_files) COMPLETE |
5841 | 2024-12-21T05:24:44.632Z | [ recovery-image] Dec 21 05:24:42.998 INFO O| Dec 21 05:24:42.998 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5842 | 2024-12-21T05:24:44.664Z | [ recovery-image] Dec 21 05:24:43.030 INFO O| Dec 21 05:24:43.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5843 | 2024-12-21T05:24:44.664Z | [ recovery-image] Dec 21 05:24:43.030 INFO O| Dec 21 05:24:43.030 INFO STEP 481 (remove_files) COMPLETE |
5844 | 2024-12-21T05:24:44.667Z | [ recovery-image] Dec 21 05:24:43.030 INFO O| Dec 21 05:24:43.030 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2024-12-21T05:24:44.744Z | [ recovery-image] Dec 21 05:24:43.110 INFO O| Dec 21 05:24:43.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5846 | 2024-12-21T05:24:44.744Z | [ recovery-image] Dec 21 05:24:43.110 INFO O| Dec 21 05:24:43.110 INFO STEP 482 (remove_files) COMPLETE |
5847 | 2024-12-21T05:24:44.746Z | [ recovery-image] Dec 21 05:24:43.110 INFO O| Dec 21 05:24:43.110 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2024-12-21T05:24:44.778Z | [ recovery-image] Dec 21 05:24:43.144 INFO O| Dec 21 05:24:43.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5849 | 2024-12-21T05:24:44.803Z | [ recovery-image] Dec 21 05:24:43.169 INFO O| Dec 21 05:24:43.169 INFO STEP 483 (remove_files) COMPLETE |
5850 | 2024-12-21T05:24:44.803Z | [ recovery-image] Dec 21 05:24:43.169 INFO O| Dec 21 05:24:43.169 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2024-12-21T05:24:44.838Z | [ recovery-image] Dec 21 05:24:43.205 INFO O| Dec 21 05:24:43.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5852 | 2024-12-21T05:24:44.838Z | [ recovery-image] Dec 21 05:24:43.205 INFO O| Dec 21 05:24:43.205 INFO STEP 484 (remove_files) COMPLETE |
5853 | 2024-12-21T05:24:44.838Z | [ recovery-image] Dec 21 05:24:43.205 INFO O| Dec 21 05:24:43.205 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2024-12-21T05:24:44.860Z | [ recovery-image] Dec 21 05:24:43.226 INFO O| Dec 21 05:24:43.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5855 | 2024-12-21T05:24:44.860Z | [ recovery-image] Dec 21 05:24:43.226 INFO O| Dec 21 05:24:43.226 INFO STEP 485 (remove_files) COMPLETE |
5856 | 2024-12-21T05:24:44.860Z | [ recovery-image] Dec 21 05:24:43.226 INFO O| Dec 21 05:24:43.226 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2024-12-21T05:24:44.890Z | [ recovery-image] Dec 21 05:24:43.256 INFO O| Dec 21 05:24:43.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5858 | 2024-12-21T05:24:44.893Z | [ recovery-image] Dec 21 05:24:43.256 INFO O| Dec 21 05:24:43.256 INFO STEP 486 (remove_files) COMPLETE |
5859 | 2024-12-21T05:24:44.893Z | [ recovery-image] Dec 21 05:24:43.257 INFO O| Dec 21 05:24:43.256 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2024-12-21T05:24:44.910Z | [ recovery-image] Dec 21 05:24:43.276 INFO O| Dec 21 05:24:43.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5861 | 2024-12-21T05:24:44.912Z | [ recovery-image] Dec 21 05:24:43.277 INFO O| Dec 21 05:24:43.276 INFO STEP 487 (remove_files) COMPLETE |
5862 | 2024-12-21T05:24:44.912Z | [ recovery-image] Dec 21 05:24:43.277 INFO O| Dec 21 05:24:43.277 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2024-12-21T05:24:44.949Z | [ recovery-image] Dec 21 05:24:43.296 INFO O| Dec 21 05:24:43.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5864 | 2024-12-21T05:24:44.949Z | [ recovery-image] Dec 21 05:24:43.297 INFO O| Dec 21 05:24:43.297 INFO STEP 488 (remove_files) COMPLETE |
5865 | 2024-12-21T05:24:44.951Z | [ recovery-image] Dec 21 05:24:43.297 INFO O| Dec 21 05:24:43.297 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2024-12-21T05:24:44.951Z | [ recovery-image] Dec 21 05:24:43.316 INFO O| Dec 21 05:24:43.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5867 | 2024-12-21T05:24:44.951Z | [ recovery-image] Dec 21 05:24:43.316 INFO O| Dec 21 05:24:43.316 INFO STEP 489 (remove_files) COMPLETE |
5868 | 2024-12-21T05:24:44.951Z | [ recovery-image] Dec 21 05:24:43.316 INFO O| Dec 21 05:24:43.316 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2024-12-21T05:24:45.017Z | [ recovery-image] Dec 21 05:24:43.383 INFO O| Dec 21 05:24:43.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5870 | 2024-12-21T05:24:45.020Z | [ recovery-image] Dec 21 05:24:43.384 INFO O| Dec 21 05:24:43.383 INFO STEP 490 (remove_files) COMPLETE |
5871 | 2024-12-21T05:24:45.020Z | [ recovery-image] Dec 21 05:24:43.384 INFO O| Dec 21 05:24:43.384 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2024-12-21T05:24:45.036Z | [ recovery-image] Dec 21 05:24:43.402 INFO O| Dec 21 05:24:43.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5873 | 2024-12-21T05:24:45.039Z | [ recovery-image] Dec 21 05:24:43.403 INFO O| Dec 21 05:24:43.403 INFO STEP 491 (remove_files) COMPLETE |
5874 | 2024-12-21T05:24:45.039Z | [ recovery-image] Dec 21 05:24:43.403 INFO O| Dec 21 05:24:43.403 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2024-12-21T05:24:45.058Z | [ recovery-image] Dec 21 05:24:43.424 INFO O| Dec 21 05:24:43.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5876 | 2024-12-21T05:24:45.072Z | [ recovery-image] Dec 21 05:24:43.438 INFO O| Dec 21 05:24:43.438 INFO STEP 492 (remove_files) COMPLETE |
5877 | 2024-12-21T05:24:45.072Z | [ recovery-image] Dec 21 05:24:43.438 INFO O| Dec 21 05:24:43.438 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2024-12-21T05:24:45.127Z | [ recovery-image] Dec 21 05:24:43.493 INFO O| Dec 21 05:24:43.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5879 | 2024-12-21T05:24:45.130Z | [ recovery-image] Dec 21 05:24:43.493 INFO O| Dec 21 05:24:43.493 INFO STEP 493 (remove_files) COMPLETE |
5880 | 2024-12-21T05:24:45.130Z | [ recovery-image] Dec 21 05:24:43.494 INFO O| Dec 21 05:24:43.493 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2024-12-21T05:24:45.148Z | [ recovery-image] Dec 21 05:24:43.515 INFO O| Dec 21 05:24:43.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5882 | 2024-12-21T05:24:45.151Z | [ recovery-image] Dec 21 05:24:43.515 INFO O| Dec 21 05:24:43.515 INFO STEP 494 (remove_files) COMPLETE |
5883 | 2024-12-21T05:24:45.151Z | [ recovery-image] Dec 21 05:24:43.515 INFO O| Dec 21 05:24:43.515 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2024-12-21T05:24:45.207Z | [ recovery-image] Dec 21 05:24:43.573 INFO O| Dec 21 05:24:43.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5885 | 2024-12-21T05:24:45.207Z | [ recovery-image] Dec 21 05:24:43.573 INFO O| Dec 21 05:24:43.573 INFO STEP 495 (remove_files) COMPLETE |
5886 | 2024-12-21T05:24:45.210Z | [ recovery-image] Dec 21 05:24:43.573 INFO O| Dec 21 05:24:43.573 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2024-12-21T05:24:45.226Z | [ recovery-image] Dec 21 05:24:43.592 INFO O| Dec 21 05:24:43.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5888 | 2024-12-21T05:24:45.226Z | [ recovery-image] Dec 21 05:24:43.592 INFO O| Dec 21 05:24:43.592 INFO STEP 496 (remove_files) COMPLETE |
5889 | 2024-12-21T05:24:45.226Z | [ recovery-image] Dec 21 05:24:43.592 INFO O| Dec 21 05:24:43.592 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2024-12-21T05:24:45.255Z | [ recovery-image] Dec 21 05:24:43.614 INFO O| Dec 21 05:24:43.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5891 | 2024-12-21T05:24:45.255Z | [ recovery-image] Dec 21 05:24:43.614 INFO O| Dec 21 05:24:43.614 INFO STEP 497 (remove_files) COMPLETE |
5892 | 2024-12-21T05:24:45.255Z | [ recovery-image] Dec 21 05:24:43.614 INFO O| Dec 21 05:24:43.614 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2024-12-21T05:24:45.269Z | [ recovery-image] Dec 21 05:24:43.635 INFO O| Dec 21 05:24:43.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5894 | 2024-12-21T05:24:45.269Z | [ recovery-image] Dec 21 05:24:43.635 INFO O| Dec 21 05:24:43.635 INFO STEP 498 (remove_files) COMPLETE |
5895 | 2024-12-21T05:24:45.272Z | [ recovery-image] Dec 21 05:24:43.635 INFO O| Dec 21 05:24:43.635 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2024-12-21T05:24:45.288Z | [ recovery-image] Dec 21 05:24:43.654 INFO O| Dec 21 05:24:43.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5897 | 2024-12-21T05:24:45.289Z | [ recovery-image] Dec 21 05:24:43.655 INFO O| Dec 21 05:24:43.654 INFO STEP 499 (remove_files) COMPLETE |
5898 | 2024-12-21T05:24:45.291Z | [ recovery-image] Dec 21 05:24:43.655 INFO O| Dec 21 05:24:43.655 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2024-12-21T05:24:45.346Z | [ recovery-image] Dec 21 05:24:43.679 INFO O| Dec 21 05:24:43.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5900 | 2024-12-21T05:24:45.346Z | [ recovery-image] Dec 21 05:24:43.679 INFO O| Dec 21 05:24:43.679 INFO STEP 500 (remove_files) COMPLETE |
5901 | 2024-12-21T05:24:45.346Z | [ recovery-image] Dec 21 05:24:43.679 INFO O| Dec 21 05:24:43.679 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2024-12-21T05:24:45.346Z | [ recovery-image] Dec 21 05:24:43.701 INFO O| Dec 21 05:24:43.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5903 | 2024-12-21T05:24:45.346Z | [ recovery-image] Dec 21 05:24:43.701 INFO O| Dec 21 05:24:43.701 INFO STEP 501 (remove_files) COMPLETE |
5904 | 2024-12-21T05:24:45.346Z | [ recovery-image] Dec 21 05:24:43.701 INFO O| Dec 21 05:24:43.701 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2024-12-21T05:24:45.396Z | [ recovery-image] Dec 21 05:24:43.762 INFO O| Dec 21 05:24:43.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5906 | 2024-12-21T05:24:45.399Z | [ recovery-image] Dec 21 05:24:43.762 INFO O| Dec 21 05:24:43.762 INFO STEP 502 (remove_files) COMPLETE |
5907 | 2024-12-21T05:24:45.399Z | [ recovery-image] Dec 21 05:24:43.762 INFO O| Dec 21 05:24:43.762 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2024-12-21T05:24:45.455Z | [ recovery-image] Dec 21 05:24:43.821 INFO O| Dec 21 05:24:43.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5909 | 2024-12-21T05:24:45.456Z | [ recovery-image] Dec 21 05:24:43.821 INFO O| Dec 21 05:24:43.821 INFO STEP 503 (remove_files) COMPLETE |
5910 | 2024-12-21T05:24:45.456Z | [ recovery-image] Dec 21 05:24:43.821 INFO O| Dec 21 05:24:43.821 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2024-12-21T05:24:45.490Z | [ recovery-image] Dec 21 05:24:43.856 INFO O| Dec 21 05:24:43.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5912 | 2024-12-21T05:24:45.490Z | [ recovery-image] Dec 21 05:24:43.856 INFO O| Dec 21 05:24:43.856 INFO STEP 504 (remove_files) COMPLETE |
5913 | 2024-12-21T05:24:45.493Z | [ recovery-image] Dec 21 05:24:43.856 INFO O| Dec 21 05:24:43.856 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2024-12-21T05:24:45.514Z | [ recovery-image] Dec 21 05:24:43.875 INFO O| Dec 21 05:24:43.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5915 | 2024-12-21T05:24:45.514Z | [ recovery-image] Dec 21 05:24:43.875 INFO O| Dec 21 05:24:43.875 INFO STEP 505 (remove_files) COMPLETE |
5916 | 2024-12-21T05:24:45.518Z | [ recovery-image] Dec 21 05:24:43.875 INFO O| Dec 21 05:24:43.875 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2024-12-21T05:24:45.528Z | [ recovery-image] Dec 21 05:24:43.894 INFO O| Dec 21 05:24:43.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5918 | 2024-12-21T05:24:45.531Z | [ recovery-image] Dec 21 05:24:43.895 INFO O| Dec 21 05:24:43.895 INFO STEP 506 (remove_files) COMPLETE |
5919 | 2024-12-21T05:24:45.531Z | [ recovery-image] Dec 21 05:24:43.895 INFO O| Dec 21 05:24:43.895 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2024-12-21T05:24:45.548Z | [ recovery-image] Dec 21 05:24:43.914 INFO O| Dec 21 05:24:43.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5921 | 2024-12-21T05:24:45.548Z | [ recovery-image] Dec 21 05:24:43.914 INFO O| Dec 21 05:24:43.914 INFO STEP 507 (remove_files) COMPLETE |
5922 | 2024-12-21T05:24:45.548Z | [ recovery-image] Dec 21 05:24:43.914 INFO O| Dec 21 05:24:43.914 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2024-12-21T05:24:45.567Z | [ recovery-image] Dec 21 05:24:43.933 INFO O| Dec 21 05:24:43.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5924 | 2024-12-21T05:24:45.571Z | [ recovery-image] Dec 21 05:24:43.933 INFO O| Dec 21 05:24:43.933 INFO STEP 508 (remove_files) COMPLETE |
5925 | 2024-12-21T05:24:45.574Z | [ recovery-image] Dec 21 05:24:43.933 INFO O| Dec 21 05:24:43.933 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2024-12-21T05:24:45.585Z | [ recovery-image] Dec 21 05:24:43.950 INFO O| Dec 21 05:24:43.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5927 | 2024-12-21T05:24:45.585Z | [ recovery-image] Dec 21 05:24:43.951 INFO O| Dec 21 05:24:43.951 INFO STEP 509 (remove_files) COMPLETE |
5928 | 2024-12-21T05:24:45.587Z | [ recovery-image] Dec 21 05:24:43.951 INFO O| Dec 21 05:24:43.951 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2024-12-21T05:24:45.622Z | [ recovery-image] Dec 21 05:24:43.987 INFO O| Dec 21 05:24:43.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5930 | 2024-12-21T05:24:45.622Z | [ recovery-image] Dec 21 05:24:43.987 INFO O| Dec 21 05:24:43.987 INFO STEP 510 (remove_files) COMPLETE |
5931 | 2024-12-21T05:24:45.622Z | [ recovery-image] Dec 21 05:24:43.987 INFO O| Dec 21 05:24:43.987 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2024-12-21T05:24:45.665Z | [ recovery-image] Dec 21 05:24:44.031 INFO O| Dec 21 05:24:44.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5933 | 2024-12-21T05:24:45.667Z | [ recovery-image] Dec 21 05:24:44.031 INFO O| Dec 21 05:24:44.031 INFO STEP 511 (remove_files) COMPLETE |
5934 | 2024-12-21T05:24:45.668Z | [ recovery-image] Dec 21 05:24:44.031 INFO O| Dec 21 05:24:44.031 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-12-21T05:24:45.682Z | [ recovery-image] Dec 21 05:24:44.047 INFO O| Dec 21 05:24:44.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5936 | 2024-12-21T05:24:45.682Z | [ recovery-image] Dec 21 05:24:44.047 INFO O| Dec 21 05:24:44.047 INFO STEP 512 (remove_files) COMPLETE |
5937 | 2024-12-21T05:24:45.682Z | [ recovery-image] Dec 21 05:24:44.047 INFO O| Dec 21 05:24:44.047 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2024-12-21T05:24:45.698Z | [ recovery-image] Dec 21 05:24:44.063 INFO O| Dec 21 05:24:44.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5939 | 2024-12-21T05:24:45.698Z | [ recovery-image] Dec 21 05:24:44.063 INFO O| Dec 21 05:24:44.063 INFO STEP 513 (remove_files) COMPLETE |
5940 | 2024-12-21T05:24:45.698Z | [ recovery-image] Dec 21 05:24:44.063 INFO O| Dec 21 05:24:44.063 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2024-12-21T05:24:45.713Z | [ recovery-image] Dec 21 05:24:44.079 INFO O| Dec 21 05:24:44.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5942 | 2024-12-21T05:24:45.713Z | [ recovery-image] Dec 21 05:24:44.079 INFO O| Dec 21 05:24:44.079 INFO STEP 514 (remove_files) COMPLETE |
5943 | 2024-12-21T05:24:45.713Z | [ recovery-image] Dec 21 05:24:44.079 INFO O| Dec 21 05:24:44.079 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5944 | 2024-12-21T05:24:45.728Z | [ recovery-image] Dec 21 05:24:44.094 INFO O| Dec 21 05:24:44.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5945 | 2024-12-21T05:24:45.728Z | [ recovery-image] Dec 21 05:24:44.094 INFO O| Dec 21 05:24:44.094 INFO STEP 515 (remove_files) COMPLETE |
5946 | 2024-12-21T05:24:45.728Z | [ recovery-image] Dec 21 05:24:44.094 INFO O| Dec 21 05:24:44.094 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2024-12-21T05:24:45.745Z | [ recovery-image] Dec 21 05:24:44.111 INFO O| Dec 21 05:24:44.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5948 | 2024-12-21T05:24:45.745Z | [ recovery-image] Dec 21 05:24:44.112 INFO O| Dec 21 05:24:44.112 INFO STEP 516 (remove_files) COMPLETE |
5949 | 2024-12-21T05:24:45.745Z | [ recovery-image] Dec 21 05:24:44.112 INFO O| Dec 21 05:24:44.112 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2024-12-21T05:24:45.762Z | [ recovery-image] Dec 21 05:24:44.128 INFO O| Dec 21 05:24:44.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5951 | 2024-12-21T05:24:45.779Z | [ recovery-image] Dec 21 05:24:44.128 INFO O| Dec 21 05:24:44.128 INFO STEP 517 (remove_files) COMPLETE |
5952 | 2024-12-21T05:24:45.779Z | [ recovery-image] Dec 21 05:24:44.128 INFO O| Dec 21 05:24:44.128 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2024-12-21T05:24:45.782Z | [ recovery-image] Dec 21 05:24:44.146 INFO O| Dec 21 05:24:44.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5954 | 2024-12-21T05:24:45.782Z | [ recovery-image] Dec 21 05:24:44.146 INFO O| Dec 21 05:24:44.146 INFO STEP 518 (remove_files) COMPLETE |
5955 | 2024-12-21T05:24:45.782Z | [ recovery-image] Dec 21 05:24:44.146 INFO O| Dec 21 05:24:44.146 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2024-12-21T05:24:45.799Z | [ recovery-image] Dec 21 05:24:44.165 INFO O| Dec 21 05:24:44.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5957 | 2024-12-21T05:24:45.799Z | [ recovery-image] Dec 21 05:24:44.165 INFO O| Dec 21 05:24:44.165 INFO STEP 519 (remove_files) COMPLETE |
5958 | 2024-12-21T05:24:45.802Z | [ recovery-image] Dec 21 05:24:44.165 INFO O| Dec 21 05:24:44.165 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2024-12-21T05:24:45.831Z | [ recovery-image] Dec 21 05:24:44.197 INFO O| Dec 21 05:24:44.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5960 | 2024-12-21T05:24:45.831Z | [ recovery-image] Dec 21 05:24:44.197 INFO O| Dec 21 05:24:44.197 INFO STEP 520 (remove_files) COMPLETE |
5961 | 2024-12-21T05:24:45.831Z | [ recovery-image] Dec 21 05:24:44.197 INFO O| Dec 21 05:24:44.197 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2024-12-21T05:24:45.858Z | [ recovery-image] Dec 21 05:24:44.224 INFO O| Dec 21 05:24:44.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5963 | 2024-12-21T05:24:45.884Z | [ recovery-image] Dec 21 05:24:44.250 INFO O| Dec 21 05:24:44.250 INFO STEP 521 (remove_files) COMPLETE |
5964 | 2024-12-21T05:24:45.887Z | [ recovery-image] Dec 21 05:24:44.250 INFO O| Dec 21 05:24:44.250 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2024-12-21T05:24:45.955Z | [ recovery-image] Dec 21 05:24:44.321 INFO O| Dec 21 05:24:44.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5966 | 2024-12-21T05:24:45.959Z | [ recovery-image] Dec 21 05:24:44.321 INFO O| Dec 21 05:24:44.321 INFO STEP 522 (remove_files) COMPLETE |
5967 | 2024-12-21T05:24:45.959Z | [ recovery-image] Dec 21 05:24:44.322 INFO O| Dec 21 05:24:44.322 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2024-12-21T05:24:45.963Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
5969 | 2024-12-21T05:24:45.996Z | [ recovery-image] Dec 21 05:24:44.361 INFO O| Dec 21 05:24:44.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5970 | 2024-12-21T05:24:45.998Z | [ recovery-image] Dec 21 05:24:44.362 INFO O| Dec 21 05:24:44.362 INFO STEP 523 (remove_files) COMPLETE |
5971 | 2024-12-21T05:24:45.999Z | [ recovery-image] Dec 21 05:24:44.362 INFO O| Dec 21 05:24:44.362 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-12-21T05:24:46.162Z | [ recovery-image] Dec 21 05:24:44.405 INFO O| Dec 21 05:24:44.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5973 | 2024-12-21T05:24:46.162Z | [ recovery-image] Dec 21 05:24:44.406 INFO O| Dec 21 05:24:44.405 INFO STEP 524 (remove_files) COMPLETE |
5974 | 2024-12-21T05:24:46.162Z | [ recovery-image] Dec 21 05:24:44.406 INFO O| Dec 21 05:24:44.406 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-12-21T05:24:46.164Z | [ recovery-image] Dec 21 05:24:44.424 INFO O| Dec 21 05:24:44.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5976 | 2024-12-21T05:24:46.165Z | [ recovery-image] Dec 21 05:24:44.425 INFO O| Dec 21 05:24:44.425 INFO STEP 525 (remove_files) COMPLETE |
5977 | 2024-12-21T05:24:46.165Z | [ recovery-image] Dec 21 05:24:44.425 INFO O| Dec 21 05:24:44.425 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-12-21T05:24:46.165Z | [ recovery-image] Dec 21 05:24:44.487 INFO O| Dec 21 05:24:44.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5979 | 2024-12-21T05:24:46.165Z | [ recovery-image] Dec 21 05:24:44.487 INFO O| Dec 21 05:24:44.487 INFO STEP 526 (remove_files) COMPLETE |
5980 | 2024-12-21T05:24:46.165Z | [ recovery-image] Dec 21 05:24:44.487 INFO O| Dec 21 05:24:44.487 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-12-21T05:24:46.211Z | [ recovery-image] Dec 21 05:24:44.577 INFO O| Dec 21 05:24:44.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5982 | 2024-12-21T05:24:46.211Z | [ recovery-image] Dec 21 05:24:44.577 INFO O| Dec 21 05:24:44.577 INFO STEP 527 (remove_files) COMPLETE |
5983 | 2024-12-21T05:24:46.211Z | [ recovery-image] Dec 21 05:24:44.578 INFO O| Dec 21 05:24:44.577 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2024-12-21T05:24:46.232Z | [ recovery-image] Dec 21 05:24:44.598 INFO O| Dec 21 05:24:44.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5985 | 2024-12-21T05:24:46.254Z | [ recovery-image] Dec 21 05:24:44.620 INFO O| Dec 21 05:24:44.620 INFO STEP 528 (remove_files) COMPLETE |
5986 | 2024-12-21T05:24:46.254Z | [ recovery-image] Dec 21 05:24:44.620 INFO O| Dec 21 05:24:44.620 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2024-12-21T05:24:46.298Z | [ recovery-image] Dec 21 05:24:44.663 INFO O| Dec 21 05:24:44.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5988 | 2024-12-21T05:24:46.298Z | [ recovery-image] Dec 21 05:24:44.664 INFO O| Dec 21 05:24:44.664 INFO STEP 529 (remove_files) COMPLETE |
5989 | 2024-12-21T05:24:46.298Z | [ recovery-image] Dec 21 05:24:44.664 INFO O| Dec 21 05:24:44.664 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2024-12-21T05:24:46.340Z | [ recovery-image] Dec 21 05:24:44.706 INFO O| Dec 21 05:24:44.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5991 | 2024-12-21T05:24:46.343Z | [ recovery-image] Dec 21 05:24:44.706 INFO O| Dec 21 05:24:44.706 INFO STEP 530 (remove_files) COMPLETE |
5992 | 2024-12-21T05:24:46.343Z | [ recovery-image] Dec 21 05:24:44.707 INFO O| Dec 21 05:24:44.707 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5993 | 2024-12-21T05:24:46.362Z | [ recovery-image] Dec 21 05:24:44.728 INFO O| Dec 21 05:24:44.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5994 | 2024-12-21T05:24:46.365Z | [ recovery-image] Dec 21 05:24:44.728 INFO O| Dec 21 05:24:44.728 INFO STEP 531 (remove_files) COMPLETE |
5995 | 2024-12-21T05:24:46.365Z | [ recovery-image] Dec 21 05:24:44.729 INFO O| Dec 21 05:24:44.728 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2024-12-21T05:24:46.387Z | [ recovery-image] Dec 21 05:24:44.753 INFO O| Dec 21 05:24:44.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5997 | 2024-12-21T05:24:46.389Z | [ recovery-image] Dec 21 05:24:44.753 INFO O| Dec 21 05:24:44.753 INFO STEP 532 (remove_files) COMPLETE |
5998 | 2024-12-21T05:24:46.389Z | [ recovery-image] Dec 21 05:24:44.753 INFO O| Dec 21 05:24:44.753 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2024-12-21T05:24:46.418Z | [ recovery-image] Dec 21 05:24:44.784 INFO O| Dec 21 05:24:44.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
6000 | 2024-12-21T05:24:46.418Z | [ recovery-image] Dec 21 05:24:44.784 INFO O| Dec 21 05:24:44.784 INFO STEP 533 (remove_files) COMPLETE |
6001 | 2024-12-21T05:24:46.421Z | [ recovery-image] Dec 21 05:24:44.784 INFO O| Dec 21 05:24:44.784 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2024-12-21T05:24:46.454Z | [ recovery-image] Dec 21 05:24:44.820 INFO O| Dec 21 05:24:44.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
6003 | 2024-12-21T05:24:46.458Z | [ recovery-image] Dec 21 05:24:44.821 INFO O| Dec 21 05:24:44.821 INFO STEP 534 (remove_files) COMPLETE |
6004 | 2024-12-21T05:24:46.458Z | [ recovery-image] Dec 21 05:24:44.821 INFO O| Dec 21 05:24:44.821 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2024-12-21T05:24:46.475Z | [ recovery-image] Dec 21 05:24:44.841 INFO O| Dec 21 05:24:44.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
6006 | 2024-12-21T05:24:46.475Z | [ recovery-image] Dec 21 05:24:44.841 INFO O| Dec 21 05:24:44.841 INFO STEP 535 (remove_files) COMPLETE |
6007 | 2024-12-21T05:24:46.475Z | [ recovery-image] Dec 21 05:24:44.841 INFO O| Dec 21 05:24:44.841 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-12-21T05:24:46.495Z | [ recovery-image] Dec 21 05:24:44.861 INFO O| Dec 21 05:24:44.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
6009 | 2024-12-21T05:24:46.505Z | [ recovery-image] Dec 21 05:24:44.871 INFO O| Dec 21 05:24:44.871 INFO STEP 536 (remove_files) COMPLETE |
6010 | 2024-12-21T05:24:46.505Z | [ recovery-image] Dec 21 05:24:44.871 INFO O| Dec 21 05:24:44.871 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2024-12-21T05:24:46.561Z | [ recovery-image] Dec 21 05:24:44.927 INFO O| Dec 21 05:24:44.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
6012 | 2024-12-21T05:24:46.561Z | [ recovery-image] Dec 21 05:24:44.927 INFO O| Dec 21 05:24:44.927 INFO STEP 537 (remove_files) COMPLETE |
6013 | 2024-12-21T05:24:46.564Z | [ recovery-image] Dec 21 05:24:44.927 INFO O| Dec 21 05:24:44.927 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-12-21T05:24:46.638Z | [ recovery-image] Dec 21 05:24:45.004 INFO O| Dec 21 05:24:45.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
6015 | 2024-12-21T05:24:46.638Z | [ recovery-image] Dec 21 05:24:45.004 INFO O| Dec 21 05:24:45.004 INFO STEP 538 (remove_files) COMPLETE |
6016 | 2024-12-21T05:24:46.638Z | [ recovery-image] Dec 21 05:24:45.004 INFO O| Dec 21 05:24:45.004 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-12-21T05:24:46.660Z | [ recovery-image] Dec 21 05:24:45.027 INFO O| Dec 21 05:24:45.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
6018 | 2024-12-21T05:24:46.660Z | [ recovery-image] Dec 21 05:24:45.027 INFO O| Dec 21 05:24:45.027 INFO STEP 539 (remove_files) COMPLETE |
6019 | 2024-12-21T05:24:46.660Z | [ recovery-image] Dec 21 05:24:45.027 INFO O| Dec 21 05:24:45.027 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2024-12-21T05:24:46.683Z | [ recovery-image] Dec 21 05:24:45.048 INFO O| Dec 21 05:24:45.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
6021 | 2024-12-21T05:24:46.683Z | [ recovery-image] Dec 21 05:24:45.048 INFO O| Dec 21 05:24:45.048 INFO STEP 540 (remove_files) COMPLETE |
6022 | 2024-12-21T05:24:46.683Z | [ recovery-image] Dec 21 05:24:45.049 INFO O| Dec 21 05:24:45.048 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-12-21T05:24:46.756Z | [ recovery-image] Dec 21 05:24:45.122 INFO O| Dec 21 05:24:45.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
6024 | 2024-12-21T05:24:46.756Z | [ recovery-image] Dec 21 05:24:45.122 INFO O| Dec 21 05:24:45.122 INFO STEP 541 (remove_files) COMPLETE |
6025 | 2024-12-21T05:24:46.756Z | [ recovery-image] Dec 21 05:24:45.122 INFO O| Dec 21 05:24:45.122 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-12-21T05:24:46.777Z | [ recovery-image] Dec 21 05:24:45.143 INFO O| Dec 21 05:24:45.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
6027 | 2024-12-21T05:24:46.777Z | [ recovery-image] Dec 21 05:24:45.143 INFO O| Dec 21 05:24:45.143 INFO STEP 542 (remove_files) COMPLETE |
6028 | 2024-12-21T05:24:46.779Z | [ recovery-image] Dec 21 05:24:45.143 INFO O| Dec 21 05:24:45.143 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-12-21T05:24:46.796Z | [ recovery-image] Dec 21 05:24:45.162 INFO O| Dec 21 05:24:45.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
6030 | 2024-12-21T05:24:46.796Z | [ recovery-image] Dec 21 05:24:45.162 INFO O| Dec 21 05:24:45.162 INFO STEP 543 (remove_files) COMPLETE |
6031 | 2024-12-21T05:24:46.796Z | [ recovery-image] Dec 21 05:24:45.162 INFO O| Dec 21 05:24:45.162 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-12-21T05:24:46.834Z | [ recovery-image] Dec 21 05:24:45.200 INFO O| Dec 21 05:24:45.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
6033 | 2024-12-21T05:24:46.834Z | [ recovery-image] Dec 21 05:24:45.200 INFO O| Dec 21 05:24:45.200 INFO STEP 544 (remove_files) COMPLETE |
6034 | 2024-12-21T05:24:46.834Z | [ recovery-image] Dec 21 05:24:45.200 INFO O| Dec 21 05:24:45.200 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-12-21T05:24:46.874Z | [ recovery-image] Dec 21 05:24:45.239 INFO O| Dec 21 05:24:45.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
6036 | 2024-12-21T05:24:46.874Z | [ recovery-image] Dec 21 05:24:45.240 INFO O| Dec 21 05:24:45.240 INFO STEP 545 (remove_files) COMPLETE |
6037 | 2024-12-21T05:24:46.877Z | [ recovery-image] Dec 21 05:24:45.240 INFO O| Dec 21 05:24:45.240 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-12-21T05:24:46.921Z | [ recovery-image] Dec 21 05:24:45.286 INFO O| Dec 21 05:24:45.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
6039 | 2024-12-21T05:24:46.944Z | [ recovery-image] Dec 21 05:24:45.310 INFO O| Dec 21 05:24:45.310 INFO STEP 546 (remove_files) COMPLETE |
6040 | 2024-12-21T05:24:46.944Z | [ recovery-image] Dec 21 05:24:45.310 INFO O| Dec 21 05:24:45.310 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-12-21T05:24:46.990Z | [ recovery-image] Dec 21 05:24:45.356 INFO O| Dec 21 05:24:45.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
6042 | 2024-12-21T05:24:46.990Z | [ recovery-image] Dec 21 05:24:45.356 INFO O| Dec 21 05:24:45.356 INFO STEP 547 (remove_files) COMPLETE |
6043 | 2024-12-21T05:24:46.993Z | [ recovery-image] Dec 21 05:24:45.356 INFO O| Dec 21 05:24:45.356 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-12-21T05:24:47.021Z | [ recovery-image] Dec 21 05:24:45.386 INFO O| Dec 21 05:24:45.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
6045 | 2024-12-21T05:24:47.021Z | [ recovery-image] Dec 21 05:24:45.386 INFO O| Dec 21 05:24:45.386 INFO STEP 548 (remove_files) COMPLETE |
6046 | 2024-12-21T05:24:47.021Z | [ recovery-image] Dec 21 05:24:45.386 INFO O| Dec 21 05:24:45.386 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-12-21T05:24:47.053Z | [ recovery-image] Dec 21 05:24:45.419 INFO O| Dec 21 05:24:45.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
6048 | 2024-12-21T05:24:47.053Z | [ recovery-image] Dec 21 05:24:45.419 INFO O| Dec 21 05:24:45.419 INFO STEP 549 (remove_files) COMPLETE |
6049 | 2024-12-21T05:24:47.053Z | [ recovery-image] Dec 21 05:24:45.419 INFO O| Dec 21 05:24:45.419 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-12-21T05:24:47.073Z | [ recovery-image] Dec 21 05:24:45.438 INFO O| Dec 21 05:24:45.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
6051 | 2024-12-21T05:24:47.073Z | [ recovery-image] Dec 21 05:24:45.439 INFO O| Dec 21 05:24:45.439 INFO STEP 550 (remove_files) COMPLETE |
6052 | 2024-12-21T05:24:47.073Z | [ recovery-image] Dec 21 05:24:45.439 INFO O| Dec 21 05:24:45.439 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-12-21T05:24:47.110Z | [ recovery-image] Dec 21 05:24:45.476 INFO O| Dec 21 05:24:45.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
6054 | 2024-12-21T05:24:47.110Z | [ recovery-image] Dec 21 05:24:45.476 INFO O| Dec 21 05:24:45.476 INFO STEP 551 (remove_files) COMPLETE |
6055 | 2024-12-21T05:24:47.113Z | [ recovery-image] Dec 21 05:24:45.476 INFO O| Dec 21 05:24:45.476 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-12-21T05:24:47.171Z | [ recovery-image] Dec 21 05:24:45.536 INFO O| Dec 21 05:24:45.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6057 | 2024-12-21T05:24:47.171Z | [ recovery-image] Dec 21 05:24:45.537 INFO O| Dec 21 05:24:45.536 INFO STEP 552 (remove_files) COMPLETE |
6058 | 2024-12-21T05:24:47.171Z | [ recovery-image] Dec 21 05:24:45.537 INFO O| Dec 21 05:24:45.537 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-12-21T05:24:47.209Z | [ recovery-image] Dec 21 05:24:45.575 INFO O| Dec 21 05:24:45.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6060 | 2024-12-21T05:24:47.210Z | [ recovery-image] Dec 21 05:24:45.575 INFO O| Dec 21 05:24:45.575 INFO STEP 553 (remove_files) COMPLETE |
6061 | 2024-12-21T05:24:47.212Z | [ recovery-image] Dec 21 05:24:45.575 INFO O| Dec 21 05:24:45.575 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-12-21T05:24:47.228Z | [ recovery-image] Dec 21 05:24:45.594 INFO O| Dec 21 05:24:45.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6063 | 2024-12-21T05:24:47.231Z | [ recovery-image] Dec 21 05:24:45.595 INFO O| Dec 21 05:24:45.595 INFO STEP 554 (remove_files) COMPLETE |
6064 | 2024-12-21T05:24:47.231Z | [ recovery-image] Dec 21 05:24:45.595 INFO O| Dec 21 05:24:45.595 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-12-21T05:24:47.248Z | [ recovery-image] Dec 21 05:24:45.614 INFO O| Dec 21 05:24:45.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6066 | 2024-12-21T05:24:47.248Z | [ recovery-image] Dec 21 05:24:45.614 INFO O| Dec 21 05:24:45.614 INFO STEP 555 (remove_files) COMPLETE |
6067 | 2024-12-21T05:24:47.250Z | [ recovery-image] Dec 21 05:24:45.614 INFO O| Dec 21 05:24:45.614 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-12-21T05:24:47.267Z | [ recovery-image] Dec 21 05:24:45.632 INFO O| Dec 21 05:24:45.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6069 | 2024-12-21T05:24:47.267Z | [ recovery-image] Dec 21 05:24:45.633 INFO O| Dec 21 05:24:45.632 INFO STEP 556 (remove_files) COMPLETE |
6070 | 2024-12-21T05:24:47.270Z | [ recovery-image] Dec 21 05:24:45.633 INFO O| Dec 21 05:24:45.633 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-12-21T05:24:47.286Z | [ recovery-image] Dec 21 05:24:45.652 INFO O| Dec 21 05:24:45.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6072 | 2024-12-21T05:24:47.286Z | [ recovery-image] Dec 21 05:24:45.652 INFO O| Dec 21 05:24:45.652 INFO STEP 557 (remove_files) COMPLETE |
6073 | 2024-12-21T05:24:47.288Z | [ recovery-image] Dec 21 05:24:45.652 INFO O| Dec 21 05:24:45.652 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-12-21T05:24:47.305Z | [ recovery-image] Dec 21 05:24:45.671 INFO O| Dec 21 05:24:45.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6075 | 2024-12-21T05:24:47.306Z | [ recovery-image] Dec 21 05:24:45.671 INFO O| Dec 21 05:24:45.671 INFO STEP 558 (remove_files) COMPLETE |
6076 | 2024-12-21T05:24:47.306Z | [ recovery-image] Dec 21 05:24:45.671 INFO O| Dec 21 05:24:45.671 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-12-21T05:24:47.343Z | [ recovery-image] Dec 21 05:24:45.709 INFO O| Dec 21 05:24:45.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6078 | 2024-12-21T05:24:47.343Z | [ recovery-image] Dec 21 05:24:45.709 INFO O| Dec 21 05:24:45.709 INFO STEP 559 (remove_files) COMPLETE |
6079 | 2024-12-21T05:24:47.343Z | [ recovery-image] Dec 21 05:24:45.709 INFO O| Dec 21 05:24:45.709 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-12-21T05:24:47.365Z | [ recovery-image] Dec 21 05:24:45.731 INFO O| Dec 21 05:24:45.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6081 | 2024-12-21T05:24:47.365Z | [ recovery-image] Dec 21 05:24:45.731 INFO O| Dec 21 05:24:45.731 INFO STEP 560 (remove_files) COMPLETE |
6082 | 2024-12-21T05:24:47.367Z | [ recovery-image] Dec 21 05:24:45.731 INFO O| Dec 21 05:24:45.731 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-12-21T05:24:47.383Z | [ recovery-image] Dec 21 05:24:45.749 INFO O| Dec 21 05:24:45.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6084 | 2024-12-21T05:24:47.386Z | [ recovery-image] Dec 21 05:24:45.749 INFO O| Dec 21 05:24:45.749 INFO STEP 561 (remove_files) COMPLETE |
6085 | 2024-12-21T05:24:47.386Z | [ recovery-image] Dec 21 05:24:45.750 INFO O| Dec 21 05:24:45.749 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-12-21T05:24:47.401Z | [ recovery-image] Dec 21 05:24:45.767 INFO O| Dec 21 05:24:45.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6087 | 2024-12-21T05:24:47.403Z | [ recovery-image] Dec 21 05:24:45.767 INFO O| Dec 21 05:24:45.767 INFO STEP 562 (remove_files) COMPLETE |
6088 | 2024-12-21T05:24:47.404Z | [ recovery-image] Dec 21 05:24:45.767 INFO O| Dec 21 05:24:45.767 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-12-21T05:24:47.417Z | [ recovery-image] Dec 21 05:24:45.783 INFO O| Dec 21 05:24:45.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6090 | 2024-12-21T05:24:47.417Z | [ recovery-image] Dec 21 05:24:45.784 INFO O| Dec 21 05:24:45.784 INFO STEP 563 (remove_files) COMPLETE |
6091 | 2024-12-21T05:24:47.420Z | [ recovery-image] Dec 21 05:24:45.784 INFO O| Dec 21 05:24:45.784 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-12-21T05:24:47.451Z | [ recovery-image] Dec 21 05:24:45.817 INFO O| Dec 21 05:24:45.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6093 | 2024-12-21T05:24:47.451Z | [ recovery-image] Dec 21 05:24:45.817 INFO O| Dec 21 05:24:45.817 INFO STEP 564 (remove_files) COMPLETE |
6094 | 2024-12-21T05:24:47.457Z | [ recovery-image] Dec 21 05:24:45.817 INFO O| Dec 21 05:24:45.817 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-12-21T05:24:47.471Z | [ recovery-image] Dec 21 05:24:45.837 INFO O| Dec 21 05:24:45.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6096 | 2024-12-21T05:24:47.471Z | [ recovery-image] Dec 21 05:24:45.837 INFO O| Dec 21 05:24:45.837 INFO STEP 565 (remove_files) COMPLETE |
6097 | 2024-12-21T05:24:47.471Z | [ recovery-image] Dec 21 05:24:45.837 INFO O| Dec 21 05:24:45.837 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-12-21T05:24:47.547Z | [ recovery-image] Dec 21 05:24:45.912 INFO O| Dec 21 05:24:45.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6099 | 2024-12-21T05:24:47.547Z | [ recovery-image] Dec 21 05:24:45.912 INFO O| Dec 21 05:24:45.912 INFO STEP 566 (remove_files) COMPLETE |
6100 | 2024-12-21T05:24:47.547Z | [ recovery-image] Dec 21 05:24:45.913 INFO O| Dec 21 05:24:45.912 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-12-21T05:24:47.564Z | [ recovery-image] Dec 21 05:24:45.930 INFO O| Dec 21 05:24:45.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6102 | 2024-12-21T05:24:47.564Z | [ recovery-image] Dec 21 05:24:45.930 INFO O| Dec 21 05:24:45.930 INFO STEP 567 (remove_files) COMPLETE |
6103 | 2024-12-21T05:24:47.564Z | [ recovery-image] Dec 21 05:24:45.930 INFO O| Dec 21 05:24:45.930 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-12-21T05:24:47.581Z | [ recovery-image] Dec 21 05:24:45.947 INFO O| Dec 21 05:24:45.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6105 | 2024-12-21T05:24:47.581Z | [ recovery-image] Dec 21 05:24:45.947 INFO O| Dec 21 05:24:45.947 INFO STEP 568 (remove_files) COMPLETE |
6106 | 2024-12-21T05:24:47.584Z | [ recovery-image] Dec 21 05:24:45.947 INFO O| Dec 21 05:24:45.947 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-12-21T05:24:47.598Z | [ recovery-image] Dec 21 05:24:45.964 INFO O| Dec 21 05:24:45.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6108 | 2024-12-21T05:24:47.598Z | [ recovery-image] Dec 21 05:24:45.964 INFO O| Dec 21 05:24:45.964 INFO STEP 569 (remove_files) COMPLETE |
6109 | 2024-12-21T05:24:47.600Z | [ recovery-image] Dec 21 05:24:45.964 INFO O| Dec 21 05:24:45.964 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-12-21T05:24:47.627Z | [ recovery-image] Dec 21 05:24:45.993 INFO O| Dec 21 05:24:45.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6111 | 2024-12-21T05:24:47.627Z | [ recovery-image] Dec 21 05:24:45.993 INFO O| Dec 21 05:24:45.993 INFO STEP 570 (remove_files) COMPLETE |
6112 | 2024-12-21T05:24:47.627Z | [ recovery-image] Dec 21 05:24:45.993 INFO O| Dec 21 05:24:45.993 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-12-21T05:24:47.647Z | [ recovery-image] Dec 21 05:24:46.013 INFO O| Dec 21 05:24:46.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6114 | 2024-12-21T05:24:47.648Z | [ recovery-image] Dec 21 05:24:46.013 INFO O| Dec 21 05:24:46.013 INFO STEP 571 (remove_files) COMPLETE |
6115 | 2024-12-21T05:24:47.648Z | [ recovery-image] Dec 21 05:24:46.014 INFO O| Dec 21 05:24:46.013 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-12-21T05:24:47.667Z | [ recovery-image] Dec 21 05:24:46.032 INFO O| Dec 21 05:24:46.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6117 | 2024-12-21T05:24:47.667Z | [ recovery-image] Dec 21 05:24:46.032 INFO O| Dec 21 05:24:46.032 INFO STEP 572 (remove_files) COMPLETE |
6118 | 2024-12-21T05:24:47.667Z | [ recovery-image] Dec 21 05:24:46.033 INFO O| Dec 21 05:24:46.032 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-12-21T05:24:47.700Z | [ recovery-image] Dec 21 05:24:46.066 INFO O| Dec 21 05:24:46.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6120 | 2024-12-21T05:24:47.700Z | [ recovery-image] Dec 21 05:24:46.066 INFO O| Dec 21 05:24:46.066 INFO STEP 573 (remove_files) COMPLETE |
6121 | 2024-12-21T05:24:47.700Z | [ recovery-image] Dec 21 05:24:46.066 INFO O| Dec 21 05:24:46.066 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-12-21T05:24:47.721Z | [ recovery-image] Dec 21 05:24:46.086 INFO O| Dec 21 05:24:46.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6123 | 2024-12-21T05:24:47.721Z | [ recovery-image] Dec 21 05:24:46.086 INFO O| Dec 21 05:24:46.086 INFO STEP 574 (remove_files) COMPLETE |
6124 | 2024-12-21T05:24:47.721Z | [ recovery-image] Dec 21 05:24:46.086 INFO O| Dec 21 05:24:46.086 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-12-21T05:24:47.738Z | [ recovery-image] Dec 21 05:24:46.104 INFO O| Dec 21 05:24:46.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6126 | 2024-12-21T05:24:47.738Z | [ recovery-image] Dec 21 05:24:46.104 INFO O| Dec 21 05:24:46.104 INFO STEP 575 (remove_files) COMPLETE |
6127 | 2024-12-21T05:24:47.738Z | [ recovery-image] Dec 21 05:24:46.104 INFO O| Dec 21 05:24:46.104 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-12-21T05:24:47.772Z | [ recovery-image] Dec 21 05:24:46.137 INFO O| Dec 21 05:24:46.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6129 | 2024-12-21T05:24:47.772Z | [ recovery-image] Dec 21 05:24:46.137 INFO O| Dec 21 05:24:46.137 INFO STEP 576 (remove_files) COMPLETE |
6130 | 2024-12-21T05:24:47.774Z | [ recovery-image] Dec 21 05:24:46.138 INFO O| Dec 21 05:24:46.137 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-12-21T05:24:47.792Z | [ recovery-image] Dec 21 05:24:46.158 INFO O| Dec 21 05:24:46.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6132 | 2024-12-21T05:24:47.792Z | [ recovery-image] Dec 21 05:24:46.158 INFO O| Dec 21 05:24:46.158 INFO STEP 577 (remove_files) COMPLETE |
6133 | 2024-12-21T05:24:47.792Z | [ recovery-image] Dec 21 05:24:46.158 INFO O| Dec 21 05:24:46.158 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-12-21T05:24:47.813Z | [ recovery-image] Dec 21 05:24:46.178 INFO O| Dec 21 05:24:46.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6135 | 2024-12-21T05:24:47.813Z | [ recovery-image] Dec 21 05:24:46.178 INFO O| Dec 21 05:24:46.178 INFO STEP 578 (remove_files) COMPLETE |
6136 | 2024-12-21T05:24:47.813Z | [ recovery-image] Dec 21 05:24:46.178 INFO O| Dec 21 05:24:46.178 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-12-21T05:24:47.832Z | [ recovery-image] Dec 21 05:24:46.197 INFO O| Dec 21 05:24:46.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6138 | 2024-12-21T05:24:47.832Z | [ recovery-image] Dec 21 05:24:46.197 INFO O| Dec 21 05:24:46.197 INFO STEP 579 (remove_files) COMPLETE |
6139 | 2024-12-21T05:24:47.832Z | [ recovery-image] Dec 21 05:24:46.197 INFO O| Dec 21 05:24:46.197 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-12-21T05:24:47.852Z | [ recovery-image] Dec 21 05:24:46.218 INFO O| Dec 21 05:24:46.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6141 | 2024-12-21T05:24:47.852Z | [ recovery-image] Dec 21 05:24:46.218 INFO O| Dec 21 05:24:46.218 INFO STEP 580 (remove_files) COMPLETE |
6142 | 2024-12-21T05:24:47.852Z | [ recovery-image] Dec 21 05:24:46.218 INFO O| Dec 21 05:24:46.218 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-12-21T05:24:47.873Z | [ recovery-image] Dec 21 05:24:46.239 INFO O| Dec 21 05:24:46.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6144 | 2024-12-21T05:24:47.873Z | [ recovery-image] Dec 21 05:24:46.239 INFO O| Dec 21 05:24:46.239 INFO STEP 581 (remove_files) COMPLETE |
6145 | 2024-12-21T05:24:47.876Z | [ recovery-image] Dec 21 05:24:46.239 INFO O| Dec 21 05:24:46.239 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-12-21T05:24:47.897Z | [ recovery-image] Dec 21 05:24:46.260 INFO O| Dec 21 05:24:46.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6147 | 2024-12-21T05:24:47.897Z | [ recovery-image] Dec 21 05:24:46.260 INFO O| Dec 21 05:24:46.260 INFO STEP 582 (remove_files) COMPLETE |
6148 | 2024-12-21T05:24:47.897Z | [ recovery-image] Dec 21 05:24:46.260 INFO O| Dec 21 05:24:46.260 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2024-12-21T05:24:47.915Z | [ recovery-image] Dec 21 05:24:46.280 INFO O| Dec 21 05:24:46.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6150 | 2024-12-21T05:24:47.915Z | [ recovery-image] Dec 21 05:24:46.280 INFO O| Dec 21 05:24:46.280 INFO STEP 583 (remove_files) COMPLETE |
6151 | 2024-12-21T05:24:47.915Z | [ recovery-image] Dec 21 05:24:46.280 INFO O| Dec 21 05:24:46.280 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2024-12-21T05:24:47.938Z | [ recovery-image] Dec 21 05:24:46.303 INFO O| Dec 21 05:24:46.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6153 | 2024-12-21T05:24:47.938Z | [ recovery-image] Dec 21 05:24:46.303 INFO O| Dec 21 05:24:46.303 INFO STEP 584 (remove_files) COMPLETE |
6154 | 2024-12-21T05:24:47.938Z | [ recovery-image] Dec 21 05:24:46.303 INFO O| Dec 21 05:24:46.303 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2024-12-21T05:24:47.976Z | [ recovery-image] Dec 21 05:24:46.341 INFO O| Dec 21 05:24:46.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6156 | 2024-12-21T05:24:47.976Z | [ recovery-image] Dec 21 05:24:46.341 INFO O| Dec 21 05:24:46.341 INFO STEP 585 (remove_files) COMPLETE |
6157 | 2024-12-21T05:24:47.976Z | [ recovery-image] Dec 21 05:24:46.341 INFO O| Dec 21 05:24:46.341 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2024-12-21T05:24:47.995Z | [ recovery-image] Dec 21 05:24:46.361 INFO O| Dec 21 05:24:46.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6159 | 2024-12-21T05:24:47.998Z | [ recovery-image] Dec 21 05:24:46.361 INFO O| Dec 21 05:24:46.361 INFO STEP 586 (remove_files) COMPLETE |
6160 | 2024-12-21T05:24:47.998Z | [ recovery-image] Dec 21 05:24:46.361 INFO O| Dec 21 05:24:46.361 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2024-12-21T05:24:48.013Z | [ recovery-image] Dec 21 05:24:46.379 INFO O| Dec 21 05:24:46.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6162 | 2024-12-21T05:24:48.013Z | [ recovery-image] Dec 21 05:24:46.379 INFO O| Dec 21 05:24:46.379 INFO STEP 587 (remove_files) COMPLETE |
6163 | 2024-12-21T05:24:48.013Z | [ recovery-image] Dec 21 05:24:46.379 INFO O| Dec 21 05:24:46.379 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-12-21T05:24:48.058Z | [ recovery-image] Dec 21 05:24:46.423 INFO O| Dec 21 05:24:46.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6165 | 2024-12-21T05:24:48.058Z | [ recovery-image] Dec 21 05:24:46.424 INFO O| Dec 21 05:24:46.423 INFO STEP 588 (remove_files) COMPLETE |
6166 | 2024-12-21T05:24:48.060Z | [ recovery-image] Dec 21 05:24:46.424 INFO O| Dec 21 05:24:46.424 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-12-21T05:24:48.076Z | [ recovery-image] Dec 21 05:24:46.442 INFO O| Dec 21 05:24:46.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6168 | 2024-12-21T05:24:48.077Z | [ recovery-image] Dec 21 05:24:46.442 INFO O| Dec 21 05:24:46.442 INFO STEP 589 (remove_files) COMPLETE |
6169 | 2024-12-21T05:24:48.077Z | [ recovery-image] Dec 21 05:24:46.443 INFO O| Dec 21 05:24:46.442 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6170 | 2024-12-21T05:24:48.102Z | [ recovery-image] Dec 21 05:24:46.468 INFO O| Dec 21 05:24:46.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6171 | 2024-12-21T05:24:48.126Z | [ recovery-image] Dec 21 05:24:46.492 INFO O| Dec 21 05:24:46.492 INFO STEP 590 (remove_files) COMPLETE |
6172 | 2024-12-21T05:24:48.126Z | [ recovery-image] Dec 21 05:24:46.492 INFO O| Dec 21 05:24:46.492 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6173 | 2024-12-21T05:24:48.163Z | [ recovery-image] Dec 21 05:24:46.529 INFO O| Dec 21 05:24:46.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6174 | 2024-12-21T05:24:48.163Z | [ recovery-image] Dec 21 05:24:46.529 INFO O| Dec 21 05:24:46.529 INFO STEP 591 (remove_files) COMPLETE |
6175 | 2024-12-21T05:24:48.163Z | [ recovery-image] Dec 21 05:24:46.529 INFO O| Dec 21 05:24:46.529 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6176 | 2024-12-21T05:24:48.184Z | [ recovery-image] Dec 21 05:24:46.549 INFO O| Dec 21 05:24:46.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6177 | 2024-12-21T05:24:48.184Z | [ recovery-image] Dec 21 05:24:46.549 INFO O| Dec 21 05:24:46.549 INFO STEP 592 (remove_files) COMPLETE |
6178 | 2024-12-21T05:24:48.184Z | [ recovery-image] Dec 21 05:24:46.549 INFO O| Dec 21 05:24:46.549 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6179 | 2024-12-21T05:24:48.204Z | [ recovery-image] Dec 21 05:24:46.569 INFO O| Dec 21 05:24:46.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6180 | 2024-12-21T05:24:48.204Z | [ recovery-image] Dec 21 05:24:46.569 INFO O| Dec 21 05:24:46.569 INFO STEP 593 (remove_files) COMPLETE |
6181 | 2024-12-21T05:24:48.204Z | [ recovery-image] Dec 21 05:24:46.569 INFO O| Dec 21 05:24:46.569 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2024-12-21T05:24:48.233Z | [ recovery-image] Dec 21 05:24:46.599 INFO O| Dec 21 05:24:46.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6183 | 2024-12-21T05:24:48.233Z | [ recovery-image] Dec 21 05:24:46.599 INFO O| Dec 21 05:24:46.599 INFO STEP 594 (remove_files) COMPLETE |
6184 | 2024-12-21T05:24:48.233Z | [ recovery-image] Dec 21 05:24:46.599 INFO O| Dec 21 05:24:46.599 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6185 | 2024-12-21T05:24:48.256Z | [ recovery-image] Dec 21 05:24:46.622 INFO O| Dec 21 05:24:46.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6186 | 2024-12-21T05:24:48.256Z | [ recovery-image] Dec 21 05:24:46.622 INFO O| Dec 21 05:24:46.622 INFO STEP 595 (remove_files) COMPLETE |
6187 | 2024-12-21T05:24:48.256Z | [ recovery-image] Dec 21 05:24:46.622 INFO O| Dec 21 05:24:46.622 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6188 | 2024-12-21T05:24:48.297Z | [ recovery-image] Dec 21 05:24:46.663 INFO O| Dec 21 05:24:46.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6189 | 2024-12-21T05:24:48.300Z | [ recovery-image] Dec 21 05:24:46.663 INFO O| Dec 21 05:24:46.663 INFO STEP 596 (remove_files) COMPLETE |
6190 | 2024-12-21T05:24:48.300Z | [ recovery-image] Dec 21 05:24:46.663 INFO O| Dec 21 05:24:46.663 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6191 | 2024-12-21T05:24:48.320Z | [ recovery-image] Dec 21 05:24:46.686 INFO O| Dec 21 05:24:46.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6192 | 2024-12-21T05:24:48.323Z | [ recovery-image] Dec 21 05:24:46.686 INFO O| Dec 21 05:24:46.686 INFO STEP 597 (remove_files) COMPLETE |
6193 | 2024-12-21T05:24:48.323Z | [ recovery-image] Dec 21 05:24:46.686 INFO O| Dec 21 05:24:46.686 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-12-21T05:24:48.353Z | [ recovery-image] Dec 21 05:24:46.719 INFO O| Dec 21 05:24:46.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6195 | 2024-12-21T05:24:48.353Z | [ recovery-image] Dec 21 05:24:46.719 INFO O| Dec 21 05:24:46.719 INFO STEP 598 (remove_files) COMPLETE |
6196 | 2024-12-21T05:24:48.353Z | [ recovery-image] Dec 21 05:24:46.719 INFO O| Dec 21 05:24:46.719 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2024-12-21T05:24:48.383Z | [ recovery-image] Dec 21 05:24:46.749 INFO O| Dec 21 05:24:46.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6198 | 2024-12-21T05:24:48.386Z | [ recovery-image] Dec 21 05:24:46.749 INFO O| Dec 21 05:24:46.749 INFO STEP 599 (remove_files) COMPLETE |
6199 | 2024-12-21T05:24:48.386Z | [ recovery-image] Dec 21 05:24:46.750 INFO O| Dec 21 05:24:46.750 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2024-12-21T05:24:48.414Z | [ recovery-image] Dec 21 05:24:46.776 INFO O| Dec 21 05:24:46.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6201 | 2024-12-21T05:24:48.414Z | [ recovery-image] Dec 21 05:24:46.776 INFO O| Dec 21 05:24:46.776 INFO STEP 600 (remove_files) COMPLETE |
6202 | 2024-12-21T05:24:48.417Z | [ recovery-image] Dec 21 05:24:46.776 INFO O| Dec 21 05:24:46.776 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2024-12-21T05:24:48.502Z | [ recovery-image] Dec 21 05:24:46.868 INFO O| Dec 21 05:24:46.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6204 | 2024-12-21T05:24:48.503Z | [ recovery-image] Dec 21 05:24:46.868 INFO O| Dec 21 05:24:46.868 INFO STEP 601 (remove_files) COMPLETE |
6205 | 2024-12-21T05:24:48.503Z | [ recovery-image] Dec 21 05:24:46.868 INFO O| Dec 21 05:24:46.868 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-12-21T05:24:48.533Z | [ recovery-image] Dec 21 05:24:46.898 INFO O| Dec 21 05:24:46.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6207 | 2024-12-21T05:24:48.533Z | [ recovery-image] Dec 21 05:24:46.898 INFO O| Dec 21 05:24:46.898 INFO STEP 602 (remove_files) COMPLETE |
6208 | 2024-12-21T05:24:48.533Z | [ recovery-image] Dec 21 05:24:46.898 INFO O| Dec 21 05:24:46.898 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-12-21T05:24:48.647Z | [ recovery-image] Dec 21 05:24:47.012 INFO O| Dec 21 05:24:47.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6210 | 2024-12-21T05:24:48.647Z | [ recovery-image] Dec 21 05:24:47.012 INFO O| Dec 21 05:24:47.012 INFO STEP 603 (remove_files) COMPLETE |
6211 | 2024-12-21T05:24:48.647Z | [ recovery-image] Dec 21 05:24:47.012 INFO O| Dec 21 05:24:47.012 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2024-12-21T05:24:48.702Z | [ recovery-image] Dec 21 05:24:47.067 INFO O| Dec 21 05:24:47.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6213 | 2024-12-21T05:24:48.702Z | [ recovery-image] Dec 21 05:24:47.067 INFO O| Dec 21 05:24:47.067 INFO STEP 604 (remove_files) COMPLETE |
6214 | 2024-12-21T05:24:48.704Z | [ recovery-image] Dec 21 05:24:47.068 INFO O| Dec 21 05:24:47.067 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-12-21T05:24:48.725Z | [ recovery-image] Dec 21 05:24:47.091 INFO O| Dec 21 05:24:47.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6216 | 2024-12-21T05:24:48.728Z | [ recovery-image] Dec 21 05:24:47.091 INFO O| Dec 21 05:24:47.091 INFO STEP 605 (remove_files) COMPLETE |
6217 | 2024-12-21T05:24:48.728Z | [ recovery-image] Dec 21 05:24:47.091 INFO O| Dec 21 05:24:47.091 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-12-21T05:24:48.758Z | [ recovery-image] Dec 21 05:24:47.123 INFO O| Dec 21 05:24:47.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6219 | 2024-12-21T05:24:48.781Z | [ recovery-image] Dec 21 05:24:47.147 INFO O| Dec 21 05:24:47.147 INFO STEP 606 (remove_files) COMPLETE |
6220 | 2024-12-21T05:24:48.781Z | [ recovery-image] Dec 21 05:24:47.147 INFO O| Dec 21 05:24:47.147 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-12-21T05:24:48.817Z | [ recovery-image] Dec 21 05:24:47.183 INFO O| Dec 21 05:24:47.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6222 | 2024-12-21T05:24:48.817Z | [ recovery-image] Dec 21 05:24:47.183 INFO O| Dec 21 05:24:47.183 INFO STEP 607 (remove_files) COMPLETE |
6223 | 2024-12-21T05:24:48.817Z | [ recovery-image] Dec 21 05:24:47.183 INFO O| Dec 21 05:24:47.183 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-12-21T05:24:48.851Z | [ recovery-image] Dec 21 05:24:47.217 INFO O| Dec 21 05:24:47.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6225 | 2024-12-21T05:24:48.851Z | [ recovery-image] Dec 21 05:24:47.217 INFO O| Dec 21 05:24:47.217 INFO STEP 608 (remove_files) COMPLETE |
6226 | 2024-12-21T05:24:48.853Z | [ recovery-image] Dec 21 05:24:47.217 INFO O| Dec 21 05:24:47.217 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-12-21T05:24:48.889Z | [ recovery-image] Dec 21 05:24:47.255 INFO O| Dec 21 05:24:47.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6228 | 2024-12-21T05:24:48.889Z | [ recovery-image] Dec 21 05:24:47.255 INFO O| Dec 21 05:24:47.255 INFO STEP 609 (remove_files) COMPLETE |
6229 | 2024-12-21T05:24:48.889Z | [ recovery-image] Dec 21 05:24:47.255 INFO O| Dec 21 05:24:47.255 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-12-21T05:24:48.911Z | [ recovery-image] Dec 21 05:24:47.277 INFO O| Dec 21 05:24:47.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6231 | 2024-12-21T05:24:48.911Z | [ recovery-image] Dec 21 05:24:47.277 INFO O| Dec 21 05:24:47.277 INFO STEP 610 (remove_files) COMPLETE |
6232 | 2024-12-21T05:24:48.911Z | [ recovery-image] Dec 21 05:24:47.277 INFO O| Dec 21 05:24:47.277 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-12-21T05:24:48.938Z | [ recovery-image] Dec 21 05:24:47.304 INFO O| Dec 21 05:24:47.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6234 | 2024-12-21T05:24:48.939Z | [ recovery-image] Dec 21 05:24:47.304 INFO O| Dec 21 05:24:47.304 INFO STEP 611 (remove_files) COMPLETE |
6235 | 2024-12-21T05:24:48.939Z | [ recovery-image] Dec 21 05:24:47.304 INFO O| Dec 21 05:24:47.304 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-12-21T05:24:48.961Z | [ recovery-image] Dec 21 05:24:47.327 INFO O| Dec 21 05:24:47.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6237 | 2024-12-21T05:24:48.964Z | [ recovery-image] Dec 21 05:24:47.327 INFO O| Dec 21 05:24:47.327 INFO STEP 612 (remove_files) COMPLETE |
6238 | 2024-12-21T05:24:48.964Z | [ recovery-image] Dec 21 05:24:47.327 INFO O| Dec 21 05:24:47.327 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-12-21T05:24:49.007Z | [ recovery-image] Dec 21 05:24:47.373 INFO O| Dec 21 05:24:47.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6240 | 2024-12-21T05:24:49.010Z | [ recovery-image] Dec 21 05:24:47.373 INFO O| Dec 21 05:24:47.373 INFO STEP 613 (remove_files) COMPLETE |
6241 | 2024-12-21T05:24:49.010Z | [ recovery-image] Dec 21 05:24:47.373 INFO O| Dec 21 05:24:47.373 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-12-21T05:24:49.044Z | [ recovery-image] Dec 21 05:24:47.410 INFO O| Dec 21 05:24:47.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6243 | 2024-12-21T05:24:49.044Z | [ recovery-image] Dec 21 05:24:47.410 INFO O| Dec 21 05:24:47.410 INFO STEP 614 (remove_files) COMPLETE |
6244 | 2024-12-21T05:24:49.044Z | [ recovery-image] Dec 21 05:24:47.410 INFO O| Dec 21 05:24:47.410 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-12-21T05:24:49.079Z | [ recovery-image] Dec 21 05:24:47.444 INFO O| Dec 21 05:24:47.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6246 | 2024-12-21T05:24:49.079Z | [ recovery-image] Dec 21 05:24:47.445 INFO O| Dec 21 05:24:47.444 INFO STEP 615 (remove_files) COMPLETE |
6247 | 2024-12-21T05:24:49.082Z | [ recovery-image] Dec 21 05:24:47.445 INFO O| Dec 21 05:24:47.444 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-12-21T05:24:49.127Z | [ recovery-image] Dec 21 05:24:47.493 INFO O| Dec 21 05:24:47.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6249 | 2024-12-21T05:24:49.127Z | [ recovery-image] Dec 21 05:24:47.493 INFO O| Dec 21 05:24:47.493 INFO STEP 616 (remove_files) COMPLETE |
6250 | 2024-12-21T05:24:49.130Z | [ recovery-image] Dec 21 05:24:47.493 INFO O| Dec 21 05:24:47.493 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-12-21T05:24:49.158Z | [ recovery-image] Dec 21 05:24:47.517 INFO O| Dec 21 05:24:47.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6252 | 2024-12-21T05:24:49.158Z | [ recovery-image] Dec 21 05:24:47.517 INFO O| Dec 21 05:24:47.517 INFO STEP 617 (remove_files) COMPLETE |
6253 | 2024-12-21T05:24:49.161Z | [ recovery-image] Dec 21 05:24:47.517 INFO O| Dec 21 05:24:47.517 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-12-21T05:24:49.169Z | [ recovery-image] Dec 21 05:24:47.535 INFO O| Dec 21 05:24:47.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6255 | 2024-12-21T05:24:49.169Z | [ recovery-image] Dec 21 05:24:47.535 INFO O| Dec 21 05:24:47.535 INFO STEP 618 (remove_files) COMPLETE |
6256 | 2024-12-21T05:24:49.169Z | [ recovery-image] Dec 21 05:24:47.535 INFO O| Dec 21 05:24:47.535 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-12-21T05:24:49.187Z | [ recovery-image] Dec 21 05:24:47.553 INFO O| Dec 21 05:24:47.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6258 | 2024-12-21T05:24:49.187Z | [ recovery-image] Dec 21 05:24:47.553 INFO O| Dec 21 05:24:47.553 INFO STEP 619 (remove_files) COMPLETE |
6259 | 2024-12-21T05:24:49.187Z | [ recovery-image] Dec 21 05:24:47.553 INFO O| Dec 21 05:24:47.553 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-12-21T05:24:49.205Z | [ recovery-image] Dec 21 05:24:47.571 INFO O| Dec 21 05:24:47.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6261 | 2024-12-21T05:24:49.205Z | [ recovery-image] Dec 21 05:24:47.571 INFO O| Dec 21 05:24:47.571 INFO STEP 620 (remove_files) COMPLETE |
6262 | 2024-12-21T05:24:49.205Z | [ recovery-image] Dec 21 05:24:47.571 INFO O| Dec 21 05:24:47.571 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-12-21T05:24:49.223Z | [ recovery-image] Dec 21 05:24:47.589 INFO O| Dec 21 05:24:47.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6264 | 2024-12-21T05:24:49.224Z | [ recovery-image] Dec 21 05:24:47.589 INFO O| Dec 21 05:24:47.589 INFO STEP 621 (remove_files) COMPLETE |
6265 | 2024-12-21T05:24:49.224Z | [ recovery-image] Dec 21 05:24:47.589 INFO O| Dec 21 05:24:47.589 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2024-12-21T05:24:49.242Z | [ recovery-image] Dec 21 05:24:47.607 INFO O| Dec 21 05:24:47.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6267 | 2024-12-21T05:24:49.242Z | [ recovery-image] Dec 21 05:24:47.607 INFO O| Dec 21 05:24:47.607 INFO STEP 622 (remove_files) COMPLETE |
6268 | 2024-12-21T05:24:49.244Z | [ recovery-image] Dec 21 05:24:47.607 INFO O| Dec 21 05:24:47.607 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-12-21T05:24:49.273Z | [ recovery-image] Dec 21 05:24:47.639 INFO O| Dec 21 05:24:47.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6270 | 2024-12-21T05:24:49.273Z | [ recovery-image] Dec 21 05:24:47.639 INFO O| Dec 21 05:24:47.639 INFO STEP 623 (remove_files) COMPLETE |
6271 | 2024-12-21T05:24:49.274Z | [ recovery-image] Dec 21 05:24:47.639 INFO O| Dec 21 05:24:47.639 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-12-21T05:24:49.311Z | [ recovery-image] Dec 21 05:24:47.659 INFO O| Dec 21 05:24:47.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6273 | 2024-12-21T05:24:49.311Z | [ recovery-image] Dec 21 05:24:47.659 INFO O| Dec 21 05:24:47.659 INFO STEP 624 (remove_files) COMPLETE |
6274 | 2024-12-21T05:24:49.311Z | [ recovery-image] Dec 21 05:24:47.659 INFO O| Dec 21 05:24:47.659 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2024-12-21T05:24:49.314Z | [ recovery-image] Dec 21 05:24:47.678 INFO O| Dec 21 05:24:47.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6276 | 2024-12-21T05:24:49.314Z | [ recovery-image] Dec 21 05:24:47.678 INFO O| Dec 21 05:24:47.678 INFO STEP 625 (remove_files) COMPLETE |
6277 | 2024-12-21T05:24:49.314Z | [ recovery-image] Dec 21 05:24:47.678 INFO O| Dec 21 05:24:47.678 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6278 | 2024-12-21T05:24:49.331Z | [ recovery-image] Dec 21 05:24:47.697 INFO O| Dec 21 05:24:47.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6279 | 2024-12-21T05:24:49.331Z | [ recovery-image] Dec 21 05:24:47.697 INFO O| Dec 21 05:24:47.697 INFO STEP 626 (remove_files) COMPLETE |
6280 | 2024-12-21T05:24:49.334Z | [ recovery-image] Dec 21 05:24:47.697 INFO O| Dec 21 05:24:47.697 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6281 | 2024-12-21T05:24:49.424Z | [ recovery-image] Dec 21 05:24:47.789 INFO O| Dec 21 05:24:47.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6282 | 2024-12-21T05:24:49.427Z | [ recovery-image] Dec 21 05:24:47.790 INFO O| Dec 21 05:24:47.790 INFO STEP 627 (remove_files) COMPLETE |
6283 | 2024-12-21T05:24:49.427Z | [ recovery-image] Dec 21 05:24:47.790 INFO O| Dec 21 05:24:47.790 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6284 | 2024-12-21T05:24:49.461Z | [ recovery-image] Dec 21 05:24:47.826 INFO O| Dec 21 05:24:47.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6285 | 2024-12-21T05:24:49.461Z | [ recovery-image] Dec 21 05:24:47.826 INFO O| Dec 21 05:24:47.825 INFO STEP 628 (remove_files) COMPLETE |
6286 | 2024-12-21T05:24:49.461Z | [ recovery-image] Dec 21 05:24:47.826 INFO O| Dec 21 05:24:47.825 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2024-12-21T05:24:49.495Z | [ recovery-image] Dec 21 05:24:47.861 INFO O| Dec 21 05:24:47.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6288 | 2024-12-21T05:24:49.495Z | [ recovery-image] Dec 21 05:24:47.861 INFO O| Dec 21 05:24:47.858 INFO STEP 629 (remove_files) COMPLETE |
6289 | 2024-12-21T05:24:49.498Z | [ recovery-image] Dec 21 05:24:47.861 INFO O| Dec 21 05:24:47.858 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2024-12-21T05:24:49.510Z | [ recovery-image] Dec 21 05:24:47.876 INFO O| Dec 21 05:24:47.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6291 | 2024-12-21T05:24:49.510Z | [ recovery-image] Dec 21 05:24:47.876 INFO O| Dec 21 05:24:47.876 INFO STEP 630 (remove_files) COMPLETE |
6292 | 2024-12-21T05:24:49.510Z | [ recovery-image] Dec 21 05:24:47.876 INFO O| Dec 21 05:24:47.876 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6293 | 2024-12-21T05:24:49.542Z | [ recovery-image] Dec 21 05:24:47.908 INFO O| Dec 21 05:24:47.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6294 | 2024-12-21T05:24:49.542Z | [ recovery-image] Dec 21 05:24:47.908 INFO O| Dec 21 05:24:47.908 INFO STEP 631 (remove_files) COMPLETE |
6295 | 2024-12-21T05:24:49.542Z | [ recovery-image] Dec 21 05:24:47.908 INFO O| Dec 21 05:24:47.908 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2024-12-21T05:24:49.575Z | [ recovery-image] Dec 21 05:24:47.940 INFO O| Dec 21 05:24:47.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6297 | 2024-12-21T05:24:49.575Z | [ recovery-image] Dec 21 05:24:47.940 INFO O| Dec 21 05:24:47.931 INFO STEP 632 (remove_files) COMPLETE |
6298 | 2024-12-21T05:24:49.575Z | [ recovery-image] Dec 21 05:24:47.940 INFO O| Dec 21 05:24:47.931 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6299 | 2024-12-21T05:24:49.584Z | [ recovery-image] Dec 21 05:24:47.950 INFO O| Dec 21 05:24:47.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6300 | 2024-12-21T05:24:49.584Z | [ recovery-image] Dec 21 05:24:47.950 INFO O| Dec 21 05:24:47.950 INFO STEP 633 (remove_files) COMPLETE |
6301 | 2024-12-21T05:24:49.584Z | [ recovery-image] Dec 21 05:24:47.950 INFO O| Dec 21 05:24:47.950 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6302 | 2024-12-21T05:24:49.602Z | [ recovery-image] Dec 21 05:24:47.968 INFO O| Dec 21 05:24:47.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6303 | 2024-12-21T05:24:49.602Z | [ recovery-image] Dec 21 05:24:47.968 INFO O| Dec 21 05:24:47.968 INFO STEP 634 (remove_files) COMPLETE |
6304 | 2024-12-21T05:24:49.605Z | [ recovery-image] Dec 21 05:24:47.968 INFO O| Dec 21 05:24:47.968 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6305 | 2024-12-21T05:24:49.621Z | [ recovery-image] Dec 21 05:24:47.987 INFO O| Dec 21 05:24:47.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6306 | 2024-12-21T05:24:49.621Z | [ recovery-image] Dec 21 05:24:47.987 INFO O| Dec 21 05:24:47.987 INFO STEP 635 (remove_files) COMPLETE |
6307 | 2024-12-21T05:24:49.621Z | [ recovery-image] Dec 21 05:24:47.987 INFO O| Dec 21 05:24:47.987 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6308 | 2024-12-21T05:24:49.661Z | [ recovery-image] Dec 21 05:24:48.027 INFO O| Dec 21 05:24:48.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6309 | 2024-12-21T05:24:49.664Z | [ recovery-image] Dec 21 05:24:48.027 INFO O| Dec 21 05:24:48.027 INFO STEP 636 (remove_files) COMPLETE |
6310 | 2024-12-21T05:24:49.664Z | [ recovery-image] Dec 21 05:24:48.027 INFO O| Dec 21 05:24:48.027 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6311 | 2024-12-21T05:24:49.684Z | [ recovery-image] Dec 21 05:24:48.050 INFO O| Dec 21 05:24:48.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6312 | 2024-12-21T05:24:49.687Z | [ recovery-image] Dec 21 05:24:48.050 INFO O| Dec 21 05:24:48.050 INFO STEP 637 (remove_files) COMPLETE |
6313 | 2024-12-21T05:24:49.687Z | [ recovery-image] Dec 21 05:24:48.051 INFO O| Dec 21 05:24:48.051 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6314 | 2024-12-21T05:24:49.706Z | [ recovery-image] Dec 21 05:24:48.071 INFO O| Dec 21 05:24:48.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6315 | 2024-12-21T05:24:49.708Z | [ recovery-image] Dec 21 05:24:48.072 INFO O| Dec 21 05:24:48.072 INFO STEP 638 (remove_files) COMPLETE |
6316 | 2024-12-21T05:24:49.708Z | [ recovery-image] Dec 21 05:24:48.072 INFO O| Dec 21 05:24:48.072 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6317 | 2024-12-21T05:24:49.727Z | [ recovery-image] Dec 21 05:24:48.093 INFO O| Dec 21 05:24:48.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6318 | 2024-12-21T05:24:49.731Z | [ recovery-image] Dec 21 05:24:48.093 INFO O| Dec 21 05:24:48.093 INFO STEP 639 (remove_files) COMPLETE |
6319 | 2024-12-21T05:24:49.731Z | [ recovery-image] Dec 21 05:24:48.093 INFO O| Dec 21 05:24:48.093 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6320 | 2024-12-21T05:24:49.746Z | [ recovery-image] Dec 21 05:24:48.112 INFO O| Dec 21 05:24:48.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6321 | 2024-12-21T05:24:49.746Z | [ recovery-image] Dec 21 05:24:48.112 INFO O| Dec 21 05:24:48.112 INFO STEP 640 (remove_files) COMPLETE |
6322 | 2024-12-21T05:24:49.749Z | [ recovery-image] Dec 21 05:24:48.112 INFO O| Dec 21 05:24:48.112 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6323 | 2024-12-21T05:24:49.771Z | [ recovery-image] Dec 21 05:24:48.137 INFO O| Dec 21 05:24:48.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6324 | 2024-12-21T05:24:49.771Z | [ recovery-image] Dec 21 05:24:48.137 INFO O| Dec 21 05:24:48.137 INFO STEP 641 (remove_files) COMPLETE |
6325 | 2024-12-21T05:24:49.771Z | [ recovery-image] Dec 21 05:24:48.137 INFO O| Dec 21 05:24:48.137 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6326 | 2024-12-21T05:24:49.792Z | [ recovery-image] Dec 21 05:24:48.157 INFO O| Dec 21 05:24:48.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6327 | 2024-12-21T05:24:49.792Z | [ recovery-image] Dec 21 05:24:48.157 INFO O| Dec 21 05:24:48.157 INFO STEP 642 (remove_files) COMPLETE |
6328 | 2024-12-21T05:24:49.792Z | [ recovery-image] Dec 21 05:24:48.157 INFO O| Dec 21 05:24:48.157 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6329 | 2024-12-21T05:24:49.843Z | [ recovery-image] Dec 21 05:24:48.205 INFO O| Dec 21 05:24:48.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6330 | 2024-12-21T05:24:49.846Z | [ recovery-image] Dec 21 05:24:48.205 INFO O| Dec 21 05:24:48.205 INFO STEP 643 (remove_files) COMPLETE |
6331 | 2024-12-21T05:24:49.846Z | [ recovery-image] Dec 21 05:24:48.205 INFO O| Dec 21 05:24:48.205 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6332 | 2024-12-21T05:24:49.867Z | [ recovery-image] Dec 21 05:24:48.233 INFO O| Dec 21 05:24:48.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6333 | 2024-12-21T05:24:49.867Z | [ recovery-image] Dec 21 05:24:48.233 INFO O| Dec 21 05:24:48.233 INFO STEP 644 (remove_files) COMPLETE |
6334 | 2024-12-21T05:24:49.867Z | [ recovery-image] Dec 21 05:24:48.233 INFO O| Dec 21 05:24:48.233 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6335 | 2024-12-21T05:24:50.040Z | [ recovery-image] Dec 21 05:24:48.401 INFO O| Dec 21 05:24:48.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6336 | 2024-12-21T05:24:50.040Z | [ recovery-image] Dec 21 05:24:48.401 INFO O| Dec 21 05:24:48.396 INFO STEP 645 (remove_files) COMPLETE |
6337 | 2024-12-21T05:24:50.042Z | [ recovery-image] Dec 21 05:24:48.401 INFO O| Dec 21 05:24:48.396 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6338 | 2024-12-21T05:24:50.064Z | [ recovery-image] Dec 21 05:24:48.430 INFO O| Dec 21 05:24:48.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6339 | 2024-12-21T05:24:50.064Z | [ recovery-image] Dec 21 05:24:48.430 INFO O| Dec 21 05:24:48.430 INFO STEP 646 (remove_files) COMPLETE |
6340 | 2024-12-21T05:24:50.064Z | [ recovery-image] Dec 21 05:24:48.430 INFO O| Dec 21 05:24:48.430 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6341 | 2024-12-21T05:24:50.100Z | [ recovery-image] Dec 21 05:24:48.466 INFO O| Dec 21 05:24:48.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6342 | 2024-12-21T05:24:50.103Z | [ recovery-image] Dec 21 05:24:48.466 INFO O| Dec 21 05:24:48.466 INFO STEP 647 (remove_files) COMPLETE |
6343 | 2024-12-21T05:24:50.103Z | [ recovery-image] Dec 21 05:24:48.466 INFO O| Dec 21 05:24:48.466 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6344 | 2024-12-21T05:24:50.124Z | [ recovery-image] Dec 21 05:24:48.490 INFO O| Dec 21 05:24:48.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6345 | 2024-12-21T05:24:50.125Z | [ recovery-image] Dec 21 05:24:48.490 INFO O| Dec 21 05:24:48.490 INFO STEP 648 (remove_files) COMPLETE |
6346 | 2024-12-21T05:24:50.125Z | [ recovery-image] Dec 21 05:24:48.490 INFO O| Dec 21 05:24:48.490 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6347 | 2024-12-21T05:24:50.256Z | [ recovery-image] Dec 21 05:24:48.620 INFO O| Dec 21 05:24:48.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6348 | 2024-12-21T05:24:50.256Z | [ recovery-image] Dec 21 05:24:48.620 INFO O| Dec 21 05:24:48.620 INFO STEP 649 (remove_files) COMPLETE |
6349 | 2024-12-21T05:24:50.256Z | [ recovery-image] Dec 21 05:24:48.620 INFO O| Dec 21 05:24:48.620 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6350 | 2024-12-21T05:24:50.275Z | [ recovery-image] Dec 21 05:24:48.641 INFO O| Dec 21 05:24:48.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6351 | 2024-12-21T05:24:50.275Z | [ recovery-image] Dec 21 05:24:48.641 INFO O| Dec 21 05:24:48.641 INFO STEP 650 (remove_files) COMPLETE |
6352 | 2024-12-21T05:24:50.275Z | [ recovery-image] Dec 21 05:24:48.641 INFO O| Dec 21 05:24:48.641 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6353 | 2024-12-21T05:24:50.309Z | [ recovery-image] Dec 21 05:24:48.670 INFO O| Dec 21 05:24:48.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6354 | 2024-12-21T05:24:50.309Z | [ recovery-image] Dec 21 05:24:48.671 INFO O| Dec 21 05:24:48.670 INFO STEP 651 (remove_files) COMPLETE |
6355 | 2024-12-21T05:24:50.309Z | [ recovery-image] Dec 21 05:24:48.671 INFO O| Dec 21 05:24:48.671 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2024-12-21T05:24:50.325Z | [ recovery-image] Dec 21 05:24:48.689 INFO O| Dec 21 05:24:48.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6357 | 2024-12-21T05:24:50.326Z | [ recovery-image] Dec 21 05:24:48.689 INFO O| Dec 21 05:24:48.689 INFO STEP 652 (remove_files) COMPLETE |
6358 | 2024-12-21T05:24:50.326Z | [ recovery-image] Dec 21 05:24:48.690 INFO O| Dec 21 05:24:48.689 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2024-12-21T05:24:50.372Z | [ recovery-image] Dec 21 05:24:48.737 INFO O| Dec 21 05:24:48.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6360 | 2024-12-21T05:24:50.374Z | [ recovery-image] Dec 21 05:24:48.737 INFO O| Dec 21 05:24:48.737 INFO STEP 653 (remove_files) COMPLETE |
6361 | 2024-12-21T05:24:50.374Z | [ recovery-image] Dec 21 05:24:48.738 INFO O| Dec 21 05:24:48.738 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-12-21T05:24:50.391Z | [ recovery-image] Dec 21 05:24:48.757 INFO O| Dec 21 05:24:48.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6363 | 2024-12-21T05:24:50.394Z | [ recovery-image] Dec 21 05:24:48.757 INFO O| Dec 21 05:24:48.757 INFO STEP 654 (remove_files) COMPLETE |
6364 | 2024-12-21T05:24:50.394Z | [ recovery-image] Dec 21 05:24:48.757 INFO O| Dec 21 05:24:48.757 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-12-21T05:24:50.410Z | [ recovery-image] Dec 21 05:24:48.776 INFO O| Dec 21 05:24:48.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6366 | 2024-12-21T05:24:50.413Z | [ recovery-image] Dec 21 05:24:48.776 INFO O| Dec 21 05:24:48.776 INFO STEP 655 (remove_files) COMPLETE |
6367 | 2024-12-21T05:24:50.413Z | [ recovery-image] Dec 21 05:24:48.776 INFO O| Dec 21 05:24:48.776 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2024-12-21T05:24:50.429Z | [ recovery-image] Dec 21 05:24:48.795 INFO O| Dec 21 05:24:48.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6369 | 2024-12-21T05:24:50.429Z | [ recovery-image] Dec 21 05:24:48.795 INFO O| Dec 21 05:24:48.795 INFO STEP 656 (remove_files) COMPLETE |
6370 | 2024-12-21T05:24:50.432Z | [ recovery-image] Dec 21 05:24:48.795 INFO O| Dec 21 05:24:48.795 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2024-12-21T05:24:50.454Z | [ recovery-image] Dec 21 05:24:48.819 INFO O| Dec 21 05:24:48.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6372 | 2024-12-21T05:24:50.455Z | [ recovery-image] Dec 21 05:24:48.820 INFO O| Dec 21 05:24:48.820 INFO STEP 657 (remove_files) COMPLETE |
6373 | 2024-12-21T05:24:50.455Z | [ recovery-image] Dec 21 05:24:48.820 INFO O| Dec 21 05:24:48.820 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2024-12-21T05:24:50.488Z | [ recovery-image] Dec 21 05:24:48.854 INFO O| Dec 21 05:24:48.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6375 | 2024-12-21T05:24:50.488Z | [ recovery-image] Dec 21 05:24:48.854 INFO O| Dec 21 05:24:48.854 INFO STEP 658 (remove_files) COMPLETE |
6376 | 2024-12-21T05:24:50.491Z | [ recovery-image] Dec 21 05:24:48.854 INFO O| Dec 21 05:24:48.854 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-12-21T05:24:50.510Z | [ recovery-image] Dec 21 05:24:48.875 INFO O| Dec 21 05:24:48.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6378 | 2024-12-21T05:24:50.510Z | [ recovery-image] Dec 21 05:24:48.875 INFO O| Dec 21 05:24:48.875 INFO STEP 659 (remove_files) COMPLETE |
6379 | 2024-12-21T05:24:50.512Z | [ recovery-image] Dec 21 05:24:48.876 INFO O| Dec 21 05:24:48.875 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-12-21T05:24:50.545Z | [ recovery-image] Dec 21 05:24:48.911 INFO O| Dec 21 05:24:48.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6381 | 2024-12-21T05:24:50.573Z | [ recovery-image] Dec 21 05:24:48.938 INFO O| Dec 21 05:24:48.938 INFO STEP 660 (remove_files) COMPLETE |
6382 | 2024-12-21T05:24:50.573Z | [ recovery-image] Dec 21 05:24:48.938 INFO O| Dec 21 05:24:48.938 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-12-21T05:24:50.624Z | [ recovery-image] Dec 21 05:24:48.988 INFO O| Dec 21 05:24:48.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6384 | 2024-12-21T05:24:50.624Z | [ recovery-image] Dec 21 05:24:48.989 INFO O| Dec 21 05:24:48.989 INFO STEP 661 (remove_files) COMPLETE |
6385 | 2024-12-21T05:24:50.624Z | [ recovery-image] Dec 21 05:24:48.989 INFO O| Dec 21 05:24:48.989 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2024-12-21T05:24:50.683Z | [ recovery-image] Dec 21 05:24:49.048 INFO O| Dec 21 05:24:49.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6387 | 2024-12-21T05:24:50.683Z | [ recovery-image] Dec 21 05:24:49.048 INFO O| Dec 21 05:24:49.048 INFO STEP 662 (remove_files) COMPLETE |
6388 | 2024-12-21T05:24:50.685Z | [ recovery-image] Dec 21 05:24:49.048 INFO O| Dec 21 05:24:49.048 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2024-12-21T05:24:50.703Z | [ recovery-image] Dec 21 05:24:49.068 INFO O| Dec 21 05:24:49.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6390 | 2024-12-21T05:24:50.726Z | [ recovery-image] Dec 21 05:24:49.091 INFO O| Dec 21 05:24:49.091 INFO STEP 663 (remove_files) COMPLETE |
6391 | 2024-12-21T05:24:50.726Z | [ recovery-image] Dec 21 05:24:49.091 INFO O| Dec 21 05:24:49.091 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2024-12-21T05:24:50.783Z | [ recovery-image] Dec 21 05:24:49.149 INFO O| Dec 21 05:24:49.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6393 | 2024-12-21T05:24:50.783Z | [ recovery-image] Dec 21 05:24:49.149 INFO O| Dec 21 05:24:49.149 INFO STEP 664 (remove_files) COMPLETE |
6394 | 2024-12-21T05:24:50.783Z | [ recovery-image] Dec 21 05:24:49.149 INFO O| Dec 21 05:24:49.149 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2024-12-21T05:24:50.802Z | [ recovery-image] Dec 21 05:24:49.167 INFO O| Dec 21 05:24:49.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6396 | 2024-12-21T05:24:50.802Z | [ recovery-image] Dec 21 05:24:49.167 INFO O| Dec 21 05:24:49.167 INFO STEP 665 (remove_files) COMPLETE |
6397 | 2024-12-21T05:24:50.802Z | [ recovery-image] Dec 21 05:24:49.167 INFO O| Dec 21 05:24:49.167 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6398 | 2024-12-21T05:24:50.859Z | [ recovery-image] Dec 21 05:24:49.225 INFO O| Dec 21 05:24:49.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6399 | 2024-12-21T05:24:50.859Z | [ recovery-image] Dec 21 05:24:49.225 INFO O| Dec 21 05:24:49.225 INFO STEP 666 (remove_files) COMPLETE |
6400 | 2024-12-21T05:24:50.859Z | [ recovery-image] Dec 21 05:24:49.225 INFO O| Dec 21 05:24:49.225 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6401 | 2024-12-21T05:24:50.909Z | [ recovery-image] Dec 21 05:24:49.275 INFO O| Dec 21 05:24:49.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6402 | 2024-12-21T05:24:50.909Z | [ recovery-image] Dec 21 05:24:49.275 INFO O| Dec 21 05:24:49.275 INFO STEP 667 (remove_files) COMPLETE |
6403 | 2024-12-21T05:24:50.910Z | [ recovery-image] Dec 21 05:24:49.275 INFO O| Dec 21 05:24:49.275 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6404 | 2024-12-21T05:24:50.933Z | [ recovery-image] Dec 21 05:24:49.298 INFO O| Dec 21 05:24:49.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6405 | 2024-12-21T05:24:50.933Z | [ recovery-image] Dec 21 05:24:49.299 INFO O| Dec 21 05:24:49.299 INFO STEP 668 (remove_files) COMPLETE |
6406 | 2024-12-21T05:24:50.933Z | [ recovery-image] Dec 21 05:24:49.299 INFO O| Dec 21 05:24:49.299 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6407 | 2024-12-21T05:24:50.956Z | [ recovery-image] Dec 21 05:24:49.321 INFO O| Dec 21 05:24:49.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6408 | 2024-12-21T05:24:50.956Z | [ recovery-image] Dec 21 05:24:49.321 INFO O| Dec 21 05:24:49.321 INFO STEP 669 (remove_files) COMPLETE |
6409 | 2024-12-21T05:24:50.956Z | [ recovery-image] Dec 21 05:24:49.321 INFO O| Dec 21 05:24:49.321 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2024-12-21T05:24:50.976Z | [ recovery-image] Dec 21 05:24:49.341 INFO O| Dec 21 05:24:49.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6411 | 2024-12-21T05:24:50.976Z | [ recovery-image] Dec 21 05:24:49.341 INFO O| Dec 21 05:24:49.341 INFO STEP 670 (remove_files) COMPLETE |
6412 | 2024-12-21T05:24:50.976Z | [ recovery-image] Dec 21 05:24:49.341 INFO O| Dec 21 05:24:49.341 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2024-12-21T05:24:51.021Z | [ recovery-image] Dec 21 05:24:49.386 INFO O| Dec 21 05:24:49.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6414 | 2024-12-21T05:24:51.021Z | [ recovery-image] Dec 21 05:24:49.386 INFO O| Dec 21 05:24:49.386 INFO STEP 671 (remove_files) COMPLETE |
6415 | 2024-12-21T05:24:51.021Z | [ recovery-image] Dec 21 05:24:49.386 INFO O| Dec 21 05:24:49.386 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6416 | 2024-12-21T05:24:51.047Z | [ recovery-image] Dec 21 05:24:49.413 INFO O| Dec 21 05:24:49.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6417 | 2024-12-21T05:24:51.050Z | [ recovery-image] Dec 21 05:24:49.413 INFO O| Dec 21 05:24:49.413 INFO STEP 672 (remove_files) COMPLETE |
6418 | 2024-12-21T05:24:51.050Z | [ recovery-image] Dec 21 05:24:49.413 INFO O| Dec 21 05:24:49.413 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6419 | 2024-12-21T05:24:51.067Z | [ recovery-image] Dec 21 05:24:49.433 INFO O| Dec 21 05:24:49.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6420 | 2024-12-21T05:24:51.071Z | [ recovery-image] Dec 21 05:24:49.434 INFO O| Dec 21 05:24:49.434 INFO STEP 673 (remove_files) COMPLETE |
6421 | 2024-12-21T05:24:51.071Z | [ recovery-image] Dec 21 05:24:49.434 INFO O| Dec 21 05:24:49.434 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6422 | 2024-12-21T05:24:51.089Z | [ recovery-image] Dec 21 05:24:49.454 INFO O| Dec 21 05:24:49.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6423 | 2024-12-21T05:24:51.091Z | [ recovery-image] Dec 21 05:24:49.454 INFO O| Dec 21 05:24:49.454 INFO STEP 674 (remove_files) COMPLETE |
6424 | 2024-12-21T05:24:51.091Z | [ recovery-image] Dec 21 05:24:49.455 INFO O| Dec 21 05:24:49.455 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2024-12-21T05:24:51.117Z | [ recovery-image] Dec 21 05:24:49.483 INFO O| Dec 21 05:24:49.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6426 | 2024-12-21T05:24:51.120Z | [ recovery-image] Dec 21 05:24:49.483 INFO O| Dec 21 05:24:49.483 INFO STEP 675 (remove_files) COMPLETE |
6427 | 2024-12-21T05:24:51.120Z | [ recovery-image] Dec 21 05:24:49.483 INFO O| Dec 21 05:24:49.483 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6428 | 2024-12-21T05:24:51.185Z | [ recovery-image] Dec 21 05:24:49.551 INFO O| Dec 21 05:24:49.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6429 | 2024-12-21T05:24:51.185Z | [ recovery-image] Dec 21 05:24:49.551 INFO O| Dec 21 05:24:49.551 INFO STEP 676 (remove_files) COMPLETE |
6430 | 2024-12-21T05:24:51.185Z | [ recovery-image] Dec 21 05:24:49.551 INFO O| Dec 21 05:24:49.551 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6431 | 2024-12-21T05:24:51.208Z | [ recovery-image] Dec 21 05:24:49.573 INFO O| Dec 21 05:24:49.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6432 | 2024-12-21T05:24:51.208Z | [ recovery-image] Dec 21 05:24:49.573 INFO O| Dec 21 05:24:49.573 INFO STEP 677 (remove_files) COMPLETE |
6433 | 2024-12-21T05:24:51.208Z | [ recovery-image] Dec 21 05:24:49.573 INFO O| Dec 21 05:24:49.573 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2024-12-21T05:24:51.231Z | [ recovery-image] Dec 21 05:24:49.596 INFO O| Dec 21 05:24:49.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6435 | 2024-12-21T05:24:51.231Z | [ recovery-image] Dec 21 05:24:49.596 INFO O| Dec 21 05:24:49.596 INFO STEP 678 (remove_files) COMPLETE |
6436 | 2024-12-21T05:24:51.233Z | [ recovery-image] Dec 21 05:24:49.596 INFO O| Dec 21 05:24:49.596 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2024-12-21T05:24:51.312Z | [ recovery-image] Dec 21 05:24:49.678 INFO O| Dec 21 05:24:49.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6438 | 2024-12-21T05:24:51.315Z | [ recovery-image] Dec 21 05:24:49.678 INFO O| Dec 21 05:24:49.678 INFO STEP 679 (remove_files) COMPLETE |
6439 | 2024-12-21T05:24:51.315Z | [ recovery-image] Dec 21 05:24:49.678 INFO O| Dec 21 05:24:49.678 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2024-12-21T05:24:51.342Z | [ recovery-image] Dec 21 05:24:49.700 INFO O| Dec 21 05:24:49.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6441 | 2024-12-21T05:24:51.342Z | [ recovery-image] Dec 21 05:24:49.700 INFO O| Dec 21 05:24:49.700 INFO STEP 680 (remove_files) COMPLETE |
6442 | 2024-12-21T05:24:51.345Z | [ recovery-image] Dec 21 05:24:49.700 INFO O| Dec 21 05:24:49.700 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6443 | 2024-12-21T05:24:51.358Z | [ recovery-image] Dec 21 05:24:49.723 INFO O| Dec 21 05:24:49.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6444 | 2024-12-21T05:24:51.360Z | [ recovery-image] Dec 21 05:24:49.724 INFO O| Dec 21 05:24:49.723 INFO STEP 681 (remove_files) COMPLETE |
6445 | 2024-12-21T05:24:51.360Z | [ recovery-image] Dec 21 05:24:49.724 INFO O| Dec 21 05:24:49.724 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6446 | 2024-12-21T05:24:51.388Z | [ recovery-image] Dec 21 05:24:49.753 INFO O| Dec 21 05:24:49.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6447 | 2024-12-21T05:24:51.388Z | [ recovery-image] Dec 21 05:24:49.753 INFO O| Dec 21 05:24:49.746 INFO STEP 682 (remove_files) COMPLETE |
6448 | 2024-12-21T05:24:51.388Z | [ recovery-image] Dec 21 05:24:49.753 INFO O| Dec 21 05:24:49.746 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6449 | 2024-12-21T05:24:51.469Z | [ recovery-image] Dec 21 05:24:49.835 INFO O| Dec 21 05:24:49.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6450 | 2024-12-21T05:24:51.472Z | [ recovery-image] Dec 21 05:24:49.835 INFO O| Dec 21 05:24:49.835 INFO STEP 683 (remove_files) COMPLETE |
6451 | 2024-12-21T05:24:51.472Z | [ recovery-image] Dec 21 05:24:49.835 INFO O| Dec 21 05:24:49.835 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6452 | 2024-12-21T05:24:51.528Z | [ recovery-image] Dec 21 05:24:49.893 INFO O| Dec 21 05:24:49.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6453 | 2024-12-21T05:24:51.530Z | [ recovery-image] Dec 21 05:24:49.894 INFO O| Dec 21 05:24:49.894 INFO STEP 684 (remove_files) COMPLETE |
6454 | 2024-12-21T05:24:51.530Z | [ recovery-image] Dec 21 05:24:49.894 INFO O| Dec 21 05:24:49.894 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6455 | 2024-12-21T05:24:51.556Z | [ recovery-image] Dec 21 05:24:49.921 INFO O| Dec 21 05:24:49.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6456 | 2024-12-21T05:24:51.556Z | [ recovery-image] Dec 21 05:24:49.922 INFO O| Dec 21 05:24:49.922 INFO STEP 685 (remove_files) COMPLETE |
6457 | 2024-12-21T05:24:51.556Z | [ recovery-image] Dec 21 05:24:49.922 INFO O| Dec 21 05:24:49.922 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6458 | 2024-12-21T05:24:51.573Z | [ recovery-image] Dec 21 05:24:49.939 INFO O| Dec 21 05:24:49.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6459 | 2024-12-21T05:24:51.573Z | [ recovery-image] Dec 21 05:24:49.939 INFO O| Dec 21 05:24:49.939 INFO STEP 686 (remove_files) COMPLETE |
6460 | 2024-12-21T05:24:51.575Z | [ recovery-image] Dec 21 05:24:49.939 INFO O| Dec 21 05:24:49.939 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6461 | 2024-12-21T05:24:51.592Z | [ recovery-image] Dec 21 05:24:49.958 INFO O| Dec 21 05:24:49.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6462 | 2024-12-21T05:24:51.592Z | [ recovery-image] Dec 21 05:24:49.958 INFO O| Dec 21 05:24:49.958 INFO STEP 687 (remove_files) COMPLETE |
6463 | 2024-12-21T05:24:51.592Z | [ recovery-image] Dec 21 05:24:49.958 INFO O| Dec 21 05:24:49.958 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6464 | 2024-12-21T05:24:51.611Z | [ recovery-image] Dec 21 05:24:49.976 INFO O| Dec 21 05:24:49.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6465 | 2024-12-21T05:24:51.611Z | [ recovery-image] Dec 21 05:24:49.976 INFO O| Dec 21 05:24:49.976 INFO STEP 688 (remove_files) COMPLETE |
6466 | 2024-12-21T05:24:51.611Z | [ recovery-image] Dec 21 05:24:49.976 INFO O| Dec 21 05:24:49.976 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6467 | 2024-12-21T05:24:51.631Z | [ recovery-image] Dec 21 05:24:49.996 INFO O| Dec 21 05:24:49.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6468 | 2024-12-21T05:24:51.631Z | [ recovery-image] Dec 21 05:24:49.996 INFO O| Dec 21 05:24:49.996 INFO STEP 689 (remove_files) COMPLETE |
6469 | 2024-12-21T05:24:51.633Z | [ recovery-image] Dec 21 05:24:49.997 INFO O| Dec 21 05:24:49.996 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6470 | 2024-12-21T05:24:51.668Z | [ recovery-image] Dec 21 05:24:50.033 INFO O| Dec 21 05:24:50.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6471 | 2024-12-21T05:24:51.668Z | [ recovery-image] Dec 21 05:24:50.033 INFO O| Dec 21 05:24:50.033 INFO STEP 690 (remove_files) COMPLETE |
6472 | 2024-12-21T05:24:51.668Z | [ recovery-image] Dec 21 05:24:50.033 INFO O| Dec 21 05:24:50.033 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6473 | 2024-12-21T05:24:51.690Z | [ recovery-image] Dec 21 05:24:50.055 INFO O| Dec 21 05:24:50.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6474 | 2024-12-21T05:24:51.690Z | [ recovery-image] Dec 21 05:24:50.055 INFO O| Dec 21 05:24:50.055 INFO STEP 691 (remove_files) COMPLETE |
6475 | 2024-12-21T05:24:51.690Z | [ recovery-image] Dec 21 05:24:50.055 INFO O| Dec 21 05:24:50.055 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6476 | 2024-12-21T05:24:51.725Z | [ recovery-image] Dec 21 05:24:50.090 INFO O| Dec 21 05:24:50.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6477 | 2024-12-21T05:24:51.725Z | [ recovery-image] Dec 21 05:24:50.090 INFO O| Dec 21 05:24:50.090 INFO STEP 692 (remove_files) COMPLETE |
6478 | 2024-12-21T05:24:51.725Z | [ recovery-image] Dec 21 05:24:50.090 INFO O| Dec 21 05:24:50.090 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6479 | 2024-12-21T05:24:51.746Z | [ recovery-image] Dec 21 05:24:50.111 INFO O| Dec 21 05:24:50.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6480 | 2024-12-21T05:24:51.746Z | [ recovery-image] Dec 21 05:24:50.111 INFO O| Dec 21 05:24:50.111 INFO STEP 693 (remove_files) COMPLETE |
6481 | 2024-12-21T05:24:51.746Z | [ recovery-image] Dec 21 05:24:50.111 INFO O| Dec 21 05:24:50.111 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6482 | 2024-12-21T05:24:51.767Z | [ recovery-image] Dec 21 05:24:50.132 INFO O| Dec 21 05:24:50.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6483 | 2024-12-21T05:24:51.767Z | [ recovery-image] Dec 21 05:24:50.132 INFO O| Dec 21 05:24:50.132 INFO STEP 694 (remove_files) COMPLETE |
6484 | 2024-12-21T05:24:51.767Z | [ recovery-image] Dec 21 05:24:50.132 INFO O| Dec 21 05:24:50.132 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6485 | 2024-12-21T05:24:51.786Z | [ recovery-image] Dec 21 05:24:50.151 INFO O| Dec 21 05:24:50.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6486 | 2024-12-21T05:24:51.786Z | [ recovery-image] Dec 21 05:24:50.151 INFO O| Dec 21 05:24:50.151 INFO STEP 695 (remove_files) COMPLETE |
6487 | 2024-12-21T05:24:51.786Z | [ recovery-image] Dec 21 05:24:50.151 INFO O| Dec 21 05:24:50.151 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6488 | 2024-12-21T05:24:51.805Z | [ recovery-image] Dec 21 05:24:50.170 INFO O| Dec 21 05:24:50.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6489 | 2024-12-21T05:24:51.805Z | [ recovery-image] Dec 21 05:24:50.171 INFO O| Dec 21 05:24:50.171 INFO STEP 696 (remove_files) COMPLETE |
6490 | 2024-12-21T05:24:51.805Z | [ recovery-image] Dec 21 05:24:50.171 INFO O| Dec 21 05:24:50.171 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6491 | 2024-12-21T05:24:51.825Z | [ recovery-image] Dec 21 05:24:50.190 INFO O| Dec 21 05:24:50.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6492 | 2024-12-21T05:24:51.825Z | [ recovery-image] Dec 21 05:24:50.190 INFO O| Dec 21 05:24:50.190 INFO STEP 697 (remove_files) COMPLETE |
6493 | 2024-12-21T05:24:51.825Z | [ recovery-image] Dec 21 05:24:50.190 INFO O| Dec 21 05:24:50.190 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6494 | 2024-12-21T05:24:51.844Z | [ recovery-image] Dec 21 05:24:50.209 INFO O| Dec 21 05:24:50.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6495 | 2024-12-21T05:24:51.844Z | [ recovery-image] Dec 21 05:24:50.209 INFO O| Dec 21 05:24:50.209 INFO STEP 698 (remove_files) COMPLETE |
6496 | 2024-12-21T05:24:51.844Z | [ recovery-image] Dec 21 05:24:50.209 INFO O| Dec 21 05:24:50.209 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6497 | 2024-12-21T05:24:51.864Z | [ recovery-image] Dec 21 05:24:50.229 INFO O| Dec 21 05:24:50.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6498 | 2024-12-21T05:24:51.864Z | [ recovery-image] Dec 21 05:24:50.229 INFO O| Dec 21 05:24:50.229 INFO STEP 699 (remove_files) COMPLETE |
6499 | 2024-12-21T05:24:51.864Z | [ recovery-image] Dec 21 05:24:50.229 INFO O| Dec 21 05:24:50.229 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6500 | 2024-12-21T05:24:51.883Z | [ recovery-image] Dec 21 05:24:50.248 INFO O| Dec 21 05:24:50.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6501 | 2024-12-21T05:24:51.895Z | [ recovery-image] Dec 21 05:24:50.261 INFO O| Dec 21 05:24:50.261 INFO STEP 700 (remove_files) COMPLETE |
6502 | 2024-12-21T05:24:51.898Z | [ recovery-image] Dec 21 05:24:50.261 INFO O| Dec 21 05:24:50.261 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6503 | 2024-12-21T05:24:51.928Z | [ recovery-image] Dec 21 05:24:50.293 INFO O| Dec 21 05:24:50.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6504 | 2024-12-21T05:24:51.928Z | [ recovery-image] Dec 21 05:24:50.293 INFO O| Dec 21 05:24:50.293 INFO STEP 701 (remove_files) COMPLETE |
6505 | 2024-12-21T05:24:51.928Z | [ recovery-image] Dec 21 05:24:50.293 INFO O| Dec 21 05:24:50.293 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6506 | 2024-12-21T05:24:51.948Z | [ recovery-image] Dec 21 05:24:50.314 INFO O| Dec 21 05:24:50.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6507 | 2024-12-21T05:24:51.948Z | [ recovery-image] Dec 21 05:24:50.314 INFO O| Dec 21 05:24:50.314 INFO STEP 702 (remove_files) COMPLETE |
6508 | 2024-12-21T05:24:51.952Z | [ recovery-image] Dec 21 05:24:50.314 INFO O| Dec 21 05:24:50.314 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6509 | 2024-12-21T05:24:51.983Z | [ recovery-image] Dec 21 05:24:50.348 INFO O| Dec 21 05:24:50.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6510 | 2024-12-21T05:24:51.985Z | [ recovery-image] Dec 21 05:24:50.349 INFO O| Dec 21 05:24:50.348 INFO STEP 703 (remove_files) COMPLETE |
6511 | 2024-12-21T05:24:51.985Z | [ recovery-image] Dec 21 05:24:50.349 INFO O| Dec 21 05:24:50.348 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6512 | 2024-12-21T05:24:52.014Z | [ recovery-image] Dec 21 05:24:50.379 INFO O| Dec 21 05:24:50.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6513 | 2024-12-21T05:24:52.016Z | [ recovery-image] Dec 21 05:24:50.379 INFO O| Dec 21 05:24:50.379 INFO STEP 704 (remove_files) COMPLETE |
6514 | 2024-12-21T05:24:52.016Z | [ recovery-image] Dec 21 05:24:50.379 INFO O| Dec 21 05:24:50.379 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6515 | 2024-12-21T05:24:52.075Z | [ recovery-image] Dec 21 05:24:50.440 INFO O| Dec 21 05:24:50.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6516 | 2024-12-21T05:24:52.077Z | [ recovery-image] Dec 21 05:24:50.440 INFO O| Dec 21 05:24:50.440 INFO STEP 705 (remove_files) COMPLETE |
6517 | 2024-12-21T05:24:52.077Z | [ recovery-image] Dec 21 05:24:50.441 INFO O| Dec 21 05:24:50.440 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6518 | 2024-12-21T05:24:52.097Z | [ recovery-image] Dec 21 05:24:50.463 INFO O| Dec 21 05:24:50.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6519 | 2024-12-21T05:24:52.099Z | [ recovery-image] Dec 21 05:24:50.463 INFO O| Dec 21 05:24:50.463 INFO STEP 706 (remove_files) COMPLETE |
6520 | 2024-12-21T05:24:52.099Z | [ recovery-image] Dec 21 05:24:50.463 INFO O| Dec 21 05:24:50.463 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6521 | 2024-12-21T05:24:52.117Z | [ recovery-image] Dec 21 05:24:50.483 INFO O| Dec 21 05:24:50.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6522 | 2024-12-21T05:24:52.119Z | [ recovery-image] Dec 21 05:24:50.483 INFO O| Dec 21 05:24:50.483 INFO STEP 707 (remove_files) COMPLETE |
6523 | 2024-12-21T05:24:52.119Z | [ recovery-image] Dec 21 05:24:50.483 INFO O| Dec 21 05:24:50.483 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6524 | 2024-12-21T05:24:52.147Z | [ recovery-image] Dec 21 05:24:50.512 INFO O| Dec 21 05:24:50.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6525 | 2024-12-21T05:24:52.149Z | [ recovery-image] Dec 21 05:24:50.512 INFO O| Dec 21 05:24:50.502 INFO STEP 708 (remove_files) COMPLETE |
6526 | 2024-12-21T05:24:52.149Z | [ recovery-image] Dec 21 05:24:50.512 INFO O| Dec 21 05:24:50.502 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6527 | 2024-12-21T05:24:52.219Z | [ recovery-image] Dec 21 05:24:50.585 INFO O| Dec 21 05:24:50.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6528 | 2024-12-21T05:24:52.219Z | [ recovery-image] Dec 21 05:24:50.585 INFO O| Dec 21 05:24:50.585 INFO STEP 709 (remove_files) COMPLETE |
6529 | 2024-12-21T05:24:52.222Z | [ recovery-image] Dec 21 05:24:50.585 INFO O| Dec 21 05:24:50.585 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6530 | 2024-12-21T05:24:52.240Z | [ recovery-image] Dec 21 05:24:50.606 INFO O| Dec 21 05:24:50.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6531 | 2024-12-21T05:24:52.241Z | [ recovery-image] Dec 21 05:24:50.606 INFO O| Dec 21 05:24:50.606 INFO STEP 710 (remove_files) COMPLETE |
6532 | 2024-12-21T05:24:52.243Z | [ recovery-image] Dec 21 05:24:50.606 INFO O| Dec 21 05:24:50.606 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6533 | 2024-12-21T05:24:52.271Z | [ recovery-image] Dec 21 05:24:50.637 INFO O| Dec 21 05:24:50.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6534 | 2024-12-21T05:24:52.274Z | [ recovery-image] Dec 21 05:24:50.637 INFO O| Dec 21 05:24:50.637 INFO STEP 711 (remove_files) COMPLETE |
6535 | 2024-12-21T05:24:52.274Z | [ recovery-image] Dec 21 05:24:50.637 INFO O| Dec 21 05:24:50.637 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6536 | 2024-12-21T05:24:52.292Z | [ recovery-image] Dec 21 05:24:50.658 INFO O| Dec 21 05:24:50.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6537 | 2024-12-21T05:24:52.294Z | [ recovery-image] Dec 21 05:24:50.658 INFO O| Dec 21 05:24:50.658 INFO STEP 712 (remove_files) COMPLETE |
6538 | 2024-12-21T05:24:52.294Z | [ recovery-image] Dec 21 05:24:50.658 INFO O| Dec 21 05:24:50.658 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6539 | 2024-12-21T05:24:52.311Z | [ recovery-image] Dec 21 05:24:50.677 INFO O| Dec 21 05:24:50.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6540 | 2024-12-21T05:24:52.314Z | [ recovery-image] Dec 21 05:24:50.677 INFO O| Dec 21 05:24:50.677 INFO STEP 713 (remove_files) COMPLETE |
6541 | 2024-12-21T05:24:52.314Z | [ recovery-image] Dec 21 05:24:50.677 INFO O| Dec 21 05:24:50.677 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6542 | 2024-12-21T05:24:52.358Z | [ recovery-image] Dec 21 05:24:50.723 INFO O| Dec 21 05:24:50.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6543 | 2024-12-21T05:24:52.358Z | [ recovery-image] Dec 21 05:24:50.723 INFO O| Dec 21 05:24:50.723 INFO STEP 714 (remove_files) COMPLETE |
6544 | 2024-12-21T05:24:52.358Z | [ recovery-image] Dec 21 05:24:50.723 INFO O| Dec 21 05:24:50.723 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6545 | 2024-12-21T05:24:52.404Z | [ recovery-image] Dec 21 05:24:50.770 INFO O| Dec 21 05:24:50.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6546 | 2024-12-21T05:24:52.404Z | [ recovery-image] Dec 21 05:24:50.770 INFO O| Dec 21 05:24:50.770 INFO STEP 715 (remove_files) COMPLETE |
6547 | 2024-12-21T05:24:52.404Z | [ recovery-image] Dec 21 05:24:50.770 INFO O| Dec 21 05:24:50.770 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6548 | 2024-12-21T05:24:52.424Z | [ recovery-image] Dec 21 05:24:50.790 INFO O| Dec 21 05:24:50.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6549 | 2024-12-21T05:24:52.424Z | [ recovery-image] Dec 21 05:24:50.790 INFO O| Dec 21 05:24:50.790 INFO STEP 716 (remove_files) COMPLETE |
6550 | 2024-12-21T05:24:52.424Z | [ recovery-image] Dec 21 05:24:50.790 INFO O| Dec 21 05:24:50.790 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6551 | 2024-12-21T05:24:52.444Z | [ recovery-image] Dec 21 05:24:50.809 INFO O| Dec 21 05:24:50.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6552 | 2024-12-21T05:24:52.444Z | [ recovery-image] Dec 21 05:24:50.809 INFO O| Dec 21 05:24:50.809 INFO STEP 717 (remove_files) COMPLETE |
6553 | 2024-12-21T05:24:52.444Z | [ recovery-image] Dec 21 05:24:50.809 INFO O| Dec 21 05:24:50.809 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6554 | 2024-12-21T05:24:52.463Z | [ recovery-image] Dec 21 05:24:50.828 INFO O| Dec 21 05:24:50.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6555 | 2024-12-21T05:24:52.463Z | [ recovery-image] Dec 21 05:24:50.828 INFO O| Dec 21 05:24:50.828 INFO STEP 718 (remove_files) COMPLETE |
6556 | 2024-12-21T05:24:52.463Z | [ recovery-image] Dec 21 05:24:50.828 INFO O| Dec 21 05:24:50.828 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6557 | 2024-12-21T05:24:52.498Z | [ recovery-image] Dec 21 05:24:50.864 INFO O| Dec 21 05:24:50.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6558 | 2024-12-21T05:24:52.499Z | [ recovery-image] Dec 21 05:24:50.864 INFO O| Dec 21 05:24:50.864 INFO STEP 719 (remove_files) COMPLETE |
6559 | 2024-12-21T05:24:52.501Z | [ recovery-image] Dec 21 05:24:50.864 INFO O| Dec 21 05:24:50.864 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6560 | 2024-12-21T05:24:52.519Z | [ recovery-image] Dec 21 05:24:50.885 INFO O| Dec 21 05:24:50.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6561 | 2024-12-21T05:24:52.519Z | [ recovery-image] Dec 21 05:24:50.885 INFO O| Dec 21 05:24:50.885 INFO STEP 720 (remove_files) COMPLETE |
6562 | 2024-12-21T05:24:52.522Z | [ recovery-image] Dec 21 05:24:50.885 INFO O| Dec 21 05:24:50.885 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2024-12-21T05:24:52.547Z | [ recovery-image] Dec 21 05:24:50.912 INFO O| Dec 21 05:24:50.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6564 | 2024-12-21T05:24:52.549Z | [ recovery-image] Dec 21 05:24:50.912 INFO O| Dec 21 05:24:50.912 INFO STEP 721 (remove_files) COMPLETE |
6565 | 2024-12-21T05:24:52.549Z | [ recovery-image] Dec 21 05:24:50.912 INFO O| Dec 21 05:24:50.912 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2024-12-21T05:24:52.604Z | [ recovery-image] Dec 21 05:24:50.970 INFO O| Dec 21 05:24:50.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6567 | 2024-12-21T05:24:52.604Z | [ recovery-image] Dec 21 05:24:50.970 INFO O| Dec 21 05:24:50.970 INFO STEP 722 (remove_files) COMPLETE |
6568 | 2024-12-21T05:24:52.604Z | [ recovery-image] Dec 21 05:24:50.970 INFO O| Dec 21 05:24:50.970 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2024-12-21T05:24:52.624Z | [ recovery-image] Dec 21 05:24:50.989 INFO O| Dec 21 05:24:50.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6570 | 2024-12-21T05:24:52.626Z | [ recovery-image] Dec 21 05:24:50.989 INFO O| Dec 21 05:24:50.989 INFO STEP 723 (remove_files) COMPLETE |
6571 | 2024-12-21T05:24:52.626Z | [ recovery-image] Dec 21 05:24:50.989 INFO O| Dec 21 05:24:50.989 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6572 | 2024-12-21T05:24:52.658Z | [ recovery-image] Dec 21 05:24:51.023 INFO O| Dec 21 05:24:51.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6573 | 2024-12-21T05:24:52.658Z | [ recovery-image] Dec 21 05:24:51.023 INFO O| Dec 21 05:24:51.023 INFO STEP 724 (remove_files) COMPLETE |
6574 | 2024-12-21T05:24:52.658Z | [ recovery-image] Dec 21 05:24:51.023 INFO O| Dec 21 05:24:51.023 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6575 | 2024-12-21T05:24:52.715Z | [ recovery-image] Dec 21 05:24:51.080 INFO O| Dec 21 05:24:51.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6576 | 2024-12-21T05:24:52.715Z | [ recovery-image] Dec 21 05:24:51.080 INFO O| Dec 21 05:24:51.080 INFO STEP 725 (remove_files) COMPLETE |
6577 | 2024-12-21T05:24:52.715Z | [ recovery-image] Dec 21 05:24:51.080 INFO O| Dec 21 05:24:51.080 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6578 | 2024-12-21T05:24:52.760Z | [ recovery-image] Dec 21 05:24:51.125 INFO O| Dec 21 05:24:51.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6579 | 2024-12-21T05:24:52.760Z | [ recovery-image] Dec 21 05:24:51.125 INFO O| Dec 21 05:24:51.125 INFO STEP 726 (remove_files) COMPLETE |
6580 | 2024-12-21T05:24:52.760Z | [ recovery-image] Dec 21 05:24:51.125 INFO O| Dec 21 05:24:51.125 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6581 | 2024-12-21T05:24:52.805Z | [ recovery-image] Dec 21 05:24:51.170 INFO O| Dec 21 05:24:51.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6582 | 2024-12-21T05:24:52.805Z | [ recovery-image] Dec 21 05:24:51.171 INFO O| Dec 21 05:24:51.171 INFO STEP 727 (remove_files) COMPLETE |
6583 | 2024-12-21T05:24:52.805Z | [ recovery-image] Dec 21 05:24:51.171 INFO O| Dec 21 05:24:51.171 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6584 | 2024-12-21T05:24:52.847Z | [ recovery-image] Dec 21 05:24:51.213 INFO O| Dec 21 05:24:51.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6585 | 2024-12-21T05:24:52.850Z | [ recovery-image] Dec 21 05:24:51.213 INFO O| Dec 21 05:24:51.213 INFO STEP 728 (remove_files) COMPLETE |
6586 | 2024-12-21T05:24:52.850Z | [ recovery-image] Dec 21 05:24:51.213 INFO O| Dec 21 05:24:51.213 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6587 | 2024-12-21T05:24:52.905Z | [ recovery-image] Dec 21 05:24:51.270 INFO O| Dec 21 05:24:51.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6588 | 2024-12-21T05:24:52.912Z | [ recovery-image] Dec 21 05:24:51.277 INFO O| Dec 21 05:24:51.277 INFO STEP 729 (remove_files) COMPLETE |
6589 | 2024-12-21T05:24:52.915Z | [ recovery-image] Dec 21 05:24:51.277 INFO O| Dec 21 05:24:51.277 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2024-12-21T05:24:52.935Z | [ recovery-image] Dec 21 05:24:51.300 INFO O| Dec 21 05:24:51.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6591 | 2024-12-21T05:24:52.937Z | [ recovery-image] Dec 21 05:24:51.300 INFO O| Dec 21 05:24:51.300 INFO STEP 730 (remove_files) COMPLETE |
6592 | 2024-12-21T05:24:52.937Z | [ recovery-image] Dec 21 05:24:51.300 INFO O| Dec 21 05:24:51.300 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2024-12-21T05:24:52.954Z | [ recovery-image] Dec 21 05:24:51.319 INFO O| Dec 21 05:24:51.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6594 | 2024-12-21T05:24:52.956Z | [ recovery-image] Dec 21 05:24:51.319 INFO O| Dec 21 05:24:51.319 INFO STEP 731 (remove_files) COMPLETE |
6595 | 2024-12-21T05:24:52.956Z | [ recovery-image] Dec 21 05:24:51.319 INFO O| Dec 21 05:24:51.319 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2024-12-21T05:24:52.972Z | [ recovery-image] Dec 21 05:24:51.338 INFO O| Dec 21 05:24:51.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6597 | 2024-12-21T05:24:52.975Z | [ recovery-image] Dec 21 05:24:51.338 INFO O| Dec 21 05:24:51.338 INFO STEP 732 (remove_files) COMPLETE |
6598 | 2024-12-21T05:24:52.975Z | [ recovery-image] Dec 21 05:24:51.338 INFO O| Dec 21 05:24:51.338 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6599 | 2024-12-21T05:24:52.992Z | [ recovery-image] Dec 21 05:24:51.358 INFO O| Dec 21 05:24:51.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6600 | 2024-12-21T05:24:52.995Z | [ recovery-image] Dec 21 05:24:51.358 INFO O| Dec 21 05:24:51.358 INFO STEP 733 (remove_files) COMPLETE |
6601 | 2024-12-21T05:24:52.995Z | [ recovery-image] Dec 21 05:24:51.358 INFO O| Dec 21 05:24:51.358 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6602 | 2024-12-21T05:24:53.013Z | [ recovery-image] Dec 21 05:24:51.377 INFO O| Dec 21 05:24:51.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6603 | 2024-12-21T05:24:53.013Z | [ recovery-image] Dec 21 05:24:51.377 INFO O| Dec 21 05:24:51.377 INFO STEP 734 (remove_files) COMPLETE |
6604 | 2024-12-21T05:24:53.015Z | [ recovery-image] Dec 21 05:24:51.378 INFO O| Dec 21 05:24:51.378 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6605 | 2024-12-21T05:24:53.039Z | [ recovery-image] Dec 21 05:24:51.405 INFO O| Dec 21 05:24:51.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6606 | 2024-12-21T05:24:53.042Z | [ recovery-image] Dec 21 05:24:51.406 INFO O| Dec 21 05:24:51.406 INFO STEP 735 (remove_files) COMPLETE |
6607 | 2024-12-21T05:24:53.042Z | [ recovery-image] Dec 21 05:24:51.406 INFO O| Dec 21 05:24:51.406 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6608 | 2024-12-21T05:24:53.059Z | [ recovery-image] Dec 21 05:24:51.424 INFO O| Dec 21 05:24:51.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6609 | 2024-12-21T05:24:53.059Z | [ recovery-image] Dec 21 05:24:51.424 INFO O| Dec 21 05:24:51.424 INFO STEP 736 (remove_files) COMPLETE |
6610 | 2024-12-21T05:24:53.059Z | [ recovery-image] Dec 21 05:24:51.424 INFO O| Dec 21 05:24:51.424 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6611 | 2024-12-21T05:24:53.077Z | [ recovery-image] Dec 21 05:24:51.442 INFO O| Dec 21 05:24:51.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6612 | 2024-12-21T05:24:53.080Z | [ recovery-image] Dec 21 05:24:51.443 INFO O| Dec 21 05:24:51.443 INFO STEP 737 (remove_files) COMPLETE |
6613 | 2024-12-21T05:24:53.080Z | [ recovery-image] Dec 21 05:24:51.443 INFO O| Dec 21 05:24:51.443 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6614 | 2024-12-21T05:24:53.104Z | [ recovery-image] Dec 21 05:24:51.469 INFO O| Dec 21 05:24:51.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6615 | 2024-12-21T05:24:53.108Z | [ recovery-image] Dec 21 05:24:51.469 INFO O| Dec 21 05:24:51.469 INFO STEP 738 (remove_files) COMPLETE |
6616 | 2024-12-21T05:24:53.108Z | [ recovery-image] Dec 21 05:24:51.470 INFO O| Dec 21 05:24:51.469 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6617 | 2024-12-21T05:24:53.122Z | [ recovery-image] Dec 21 05:24:51.487 INFO O| Dec 21 05:24:51.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6618 | 2024-12-21T05:24:53.125Z | [ recovery-image] Dec 21 05:24:51.487 INFO O| Dec 21 05:24:51.487 INFO STEP 739 (remove_files) COMPLETE |
6619 | 2024-12-21T05:24:53.125Z | [ recovery-image] Dec 21 05:24:51.487 INFO O| Dec 21 05:24:51.487 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6620 | 2024-12-21T05:24:53.140Z | [ recovery-image] Dec 21 05:24:51.505 INFO O| Dec 21 05:24:51.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6621 | 2024-12-21T05:24:53.165Z | [ recovery-image] Dec 21 05:24:51.530 INFO O| Dec 21 05:24:51.530 INFO STEP 740 (remove_files) COMPLETE |
6622 | 2024-12-21T05:24:53.165Z | [ recovery-image] Dec 21 05:24:51.530 INFO O| Dec 21 05:24:51.530 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6623 | 2024-12-21T05:24:53.197Z | [ recovery-image] Dec 21 05:24:51.562 INFO O| Dec 21 05:24:51.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6624 | 2024-12-21T05:24:53.197Z | [ recovery-image] Dec 21 05:24:51.562 INFO O| Dec 21 05:24:51.562 INFO STEP 741 (remove_files) COMPLETE |
6625 | 2024-12-21T05:24:53.201Z | [ recovery-image] Dec 21 05:24:51.563 INFO O| Dec 21 05:24:51.562 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6626 | 2024-12-21T05:24:53.217Z | [ recovery-image] Dec 21 05:24:51.582 INFO O| Dec 21 05:24:51.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6627 | 2024-12-21T05:24:53.217Z | [ recovery-image] Dec 21 05:24:51.582 INFO O| Dec 21 05:24:51.582 INFO STEP 742 (remove_files) COMPLETE |
6628 | 2024-12-21T05:24:53.217Z | [ recovery-image] Dec 21 05:24:51.582 INFO O| Dec 21 05:24:51.582 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2024-12-21T05:24:53.234Z | [ recovery-image] Dec 21 05:24:51.600 INFO O| Dec 21 05:24:51.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6630 | 2024-12-21T05:24:53.234Z | [ recovery-image] Dec 21 05:24:51.600 INFO O| Dec 21 05:24:51.600 INFO STEP 743 (remove_files) COMPLETE |
6631 | 2024-12-21T05:24:53.235Z | [ recovery-image] Dec 21 05:24:51.600 INFO O| Dec 21 05:24:51.600 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2024-12-21T05:24:53.253Z | [ recovery-image] Dec 21 05:24:51.618 INFO O| Dec 21 05:24:51.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6633 | 2024-12-21T05:24:53.253Z | [ recovery-image] Dec 21 05:24:51.619 INFO O| Dec 21 05:24:51.619 INFO STEP 744 (remove_files) COMPLETE |
6634 | 2024-12-21T05:24:53.253Z | [ recovery-image] Dec 21 05:24:51.619 INFO O| Dec 21 05:24:51.619 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2024-12-21T05:24:53.273Z | [ recovery-image] Dec 21 05:24:51.638 INFO O| Dec 21 05:24:51.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6636 | 2024-12-21T05:24:53.273Z | [ recovery-image] Dec 21 05:24:51.638 INFO O| Dec 21 05:24:51.638 INFO STEP 745 (remove_files) COMPLETE |
6637 | 2024-12-21T05:24:53.273Z | [ recovery-image] Dec 21 05:24:51.638 INFO O| Dec 21 05:24:51.638 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6638 | 2024-12-21T05:24:53.417Z | [ recovery-image] Dec 21 05:24:51.783 INFO O| Dec 21 05:24:51.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6639 | 2024-12-21T05:24:53.417Z | [ recovery-image] Dec 21 05:24:51.783 INFO O| Dec 21 05:24:51.783 INFO STEP 746 (remove_files) COMPLETE |
6640 | 2024-12-21T05:24:53.417Z | [ recovery-image] Dec 21 05:24:51.783 INFO O| Dec 21 05:24:51.783 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6641 | 2024-12-21T05:24:53.439Z | [ recovery-image] Dec 21 05:24:51.804 INFO O| Dec 21 05:24:51.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6642 | 2024-12-21T05:24:53.439Z | [ recovery-image] Dec 21 05:24:51.804 INFO O| Dec 21 05:24:51.804 INFO STEP 747 (remove_files) COMPLETE |
6643 | 2024-12-21T05:24:53.439Z | [ recovery-image] Dec 21 05:24:51.804 INFO O| Dec 21 05:24:51.804 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6644 | 2024-12-21T05:24:53.458Z | [ recovery-image] Dec 21 05:24:51.824 INFO O| Dec 21 05:24:51.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6645 | 2024-12-21T05:24:53.458Z | [ recovery-image] Dec 21 05:24:51.824 INFO O| Dec 21 05:24:51.824 INFO STEP 748 (remove_files) COMPLETE |
6646 | 2024-12-21T05:24:53.458Z | [ recovery-image] Dec 21 05:24:51.824 INFO O| Dec 21 05:24:51.824 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6647 | 2024-12-21T05:24:53.493Z | [ recovery-image] Dec 21 05:24:51.858 INFO O| Dec 21 05:24:51.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6648 | 2024-12-21T05:24:53.496Z | [ recovery-image] Dec 21 05:24:51.858 INFO O| Dec 21 05:24:51.858 INFO STEP 749 (remove_files) COMPLETE |
6649 | 2024-12-21T05:24:53.496Z | [ recovery-image] Dec 21 05:24:51.859 INFO O| Dec 21 05:24:51.858 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6650 | 2024-12-21T05:24:53.513Z | [ recovery-image] Dec 21 05:24:51.879 INFO O| Dec 21 05:24:51.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6651 | 2024-12-21T05:24:53.534Z | [ recovery-image] Dec 21 05:24:51.899 INFO O| Dec 21 05:24:51.899 INFO STEP 750 (remove_files) COMPLETE |
6652 | 2024-12-21T05:24:53.535Z | [ recovery-image] Dec 21 05:24:51.899 INFO O| Dec 21 05:24:51.899 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2024-12-21T05:24:53.567Z | [ recovery-image] Dec 21 05:24:51.932 INFO O| Dec 21 05:24:51.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6654 | 2024-12-21T05:24:53.567Z | [ recovery-image] Dec 21 05:24:51.932 INFO O| Dec 21 05:24:51.932 INFO STEP 751 (remove_files) COMPLETE |
6655 | 2024-12-21T05:24:53.569Z | [ recovery-image] Dec 21 05:24:51.932 INFO O| Dec 21 05:24:51.932 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2024-12-21T05:24:53.590Z | [ recovery-image] Dec 21 05:24:51.955 INFO O| Dec 21 05:24:51.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6657 | 2024-12-21T05:24:53.590Z | [ recovery-image] Dec 21 05:24:51.955 INFO O| Dec 21 05:24:51.955 INFO STEP 752 (remove_files) COMPLETE |
6658 | 2024-12-21T05:24:53.590Z | [ recovery-image] Dec 21 05:24:51.955 INFO O| Dec 21 05:24:51.955 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2024-12-21T05:24:53.629Z | [ recovery-image] Dec 21 05:24:51.994 INFO O| Dec 21 05:24:51.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6660 | 2024-12-21T05:24:53.629Z | [ recovery-image] Dec 21 05:24:51.994 INFO O| Dec 21 05:24:51.994 INFO STEP 753 (remove_files) COMPLETE |
6661 | 2024-12-21T05:24:53.629Z | [ recovery-image] Dec 21 05:24:51.994 INFO O| Dec 21 05:24:51.994 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-12-21T05:24:53.749Z | [ recovery-image] Dec 21 05:24:52.112 INFO O| Dec 21 05:24:52.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6663 | 2024-12-21T05:24:53.749Z | [ recovery-image] Dec 21 05:24:52.112 INFO O| Dec 21 05:24:52.112 INFO STEP 754 (remove_files) COMPLETE |
6664 | 2024-12-21T05:24:53.749Z | [ recovery-image] Dec 21 05:24:52.112 INFO O| Dec 21 05:24:52.112 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6665 | 2024-12-21T05:24:53.797Z | [ recovery-image] Dec 21 05:24:52.162 INFO O| Dec 21 05:24:52.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6666 | 2024-12-21T05:24:53.797Z | [ recovery-image] Dec 21 05:24:52.162 INFO O| Dec 21 05:24:52.162 INFO STEP 755 (remove_files) COMPLETE |
6667 | 2024-12-21T05:24:53.800Z | [ recovery-image] Dec 21 05:24:52.162 INFO O| Dec 21 05:24:52.162 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6668 | 2024-12-21T05:24:53.817Z | [ recovery-image] Dec 21 05:24:52.182 INFO O| Dec 21 05:24:52.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6669 | 2024-12-21T05:24:53.817Z | [ recovery-image] Dec 21 05:24:52.182 INFO O| Dec 21 05:24:52.182 INFO STEP 756 (remove_files) COMPLETE |
6670 | 2024-12-21T05:24:53.817Z | [ recovery-image] Dec 21 05:24:52.182 INFO O| Dec 21 05:24:52.182 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6671 | 2024-12-21T05:24:53.840Z | [ recovery-image] Dec 21 05:24:52.205 INFO O| Dec 21 05:24:52.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6672 | 2024-12-21T05:24:53.840Z | [ recovery-image] Dec 21 05:24:52.205 INFO O| Dec 21 05:24:52.205 INFO STEP 757 (remove_files) COMPLETE |
6673 | 2024-12-21T05:24:53.840Z | [ recovery-image] Dec 21 05:24:52.205 INFO O| Dec 21 05:24:52.205 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6674 | 2024-12-21T05:24:53.859Z | [ recovery-image] Dec 21 05:24:52.225 INFO O| Dec 21 05:24:52.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6675 | 2024-12-21T05:24:53.862Z | [ recovery-image] Dec 21 05:24:52.225 INFO O| Dec 21 05:24:52.225 INFO STEP 758 (remove_files) COMPLETE |
6676 | 2024-12-21T05:24:53.862Z | [ recovery-image] Dec 21 05:24:52.225 INFO O| Dec 21 05:24:52.225 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6677 | 2024-12-21T05:24:53.902Z | [ recovery-image] Dec 21 05:24:52.267 INFO O| Dec 21 05:24:52.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6678 | 2024-12-21T05:24:53.902Z | [ recovery-image] Dec 21 05:24:52.267 INFO O| Dec 21 05:24:52.267 INFO STEP 759 (remove_files) COMPLETE |
6679 | 2024-12-21T05:24:53.902Z | [ recovery-image] Dec 21 05:24:52.267 INFO O| Dec 21 05:24:52.267 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6680 | 2024-12-21T05:24:53.923Z | [ recovery-image] Dec 21 05:24:52.288 INFO O| Dec 21 05:24:52.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6681 | 2024-12-21T05:24:53.925Z | [ recovery-image] Dec 21 05:24:52.288 INFO O| Dec 21 05:24:52.288 INFO STEP 760 (remove_files) COMPLETE |
6682 | 2024-12-21T05:24:53.925Z | [ recovery-image] Dec 21 05:24:52.289 INFO O| Dec 21 05:24:52.288 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6683 | 2024-12-21T05:24:53.943Z | [ recovery-image] Dec 21 05:24:52.308 INFO O| Dec 21 05:24:52.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6684 | 2024-12-21T05:24:53.946Z | [ recovery-image] Dec 21 05:24:52.308 INFO O| Dec 21 05:24:52.308 INFO STEP 761 (remove_files) COMPLETE |
6685 | 2024-12-21T05:24:53.946Z | [ recovery-image] Dec 21 05:24:52.309 INFO O| Dec 21 05:24:52.308 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6686 | 2024-12-21T05:24:53.962Z | [ recovery-image] Dec 21 05:24:52.327 INFO O| Dec 21 05:24:52.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6687 | 2024-12-21T05:24:53.965Z | [ recovery-image] Dec 21 05:24:52.328 INFO O| Dec 21 05:24:52.327 INFO STEP 762 (remove_files) COMPLETE |
6688 | 2024-12-21T05:24:53.965Z | [ recovery-image] Dec 21 05:24:52.328 INFO O| Dec 21 05:24:52.328 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6689 | 2024-12-21T05:24:53.981Z | [ recovery-image] Dec 21 05:24:52.346 INFO O| Dec 21 05:24:52.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6690 | 2024-12-21T05:24:53.983Z | [ recovery-image] Dec 21 05:24:52.346 INFO O| Dec 21 05:24:52.346 INFO STEP 763 (remove_files) COMPLETE |
6691 | 2024-12-21T05:24:53.984Z | [ recovery-image] Dec 21 05:24:52.347 INFO O| Dec 21 05:24:52.347 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6692 | 2024-12-21T05:24:54.000Z | [ recovery-image] Dec 21 05:24:52.365 INFO O| Dec 21 05:24:52.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6693 | 2024-12-21T05:24:54.002Z | [ recovery-image] Dec 21 05:24:52.365 INFO O| Dec 21 05:24:52.365 INFO STEP 764 (remove_files) COMPLETE |
6694 | 2024-12-21T05:24:54.003Z | [ recovery-image] Dec 21 05:24:52.365 INFO O| Dec 21 05:24:52.365 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6695 | 2024-12-21T05:24:54.032Z | [ recovery-image] Dec 21 05:24:52.397 INFO O| Dec 21 05:24:52.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6696 | 2024-12-21T05:24:54.032Z | [ recovery-image] Dec 21 05:24:52.397 INFO O| Dec 21 05:24:52.397 INFO STEP 765 (remove_files) COMPLETE |
6697 | 2024-12-21T05:24:54.032Z | [ recovery-image] Dec 21 05:24:52.397 INFO O| Dec 21 05:24:52.397 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6698 | 2024-12-21T05:24:54.053Z | [ recovery-image] Dec 21 05:24:52.418 INFO O| Dec 21 05:24:52.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6699 | 2024-12-21T05:24:54.053Z | [ recovery-image] Dec 21 05:24:52.418 INFO O| Dec 21 05:24:52.418 INFO STEP 766 (remove_files) COMPLETE |
6700 | 2024-12-21T05:24:54.053Z | [ recovery-image] Dec 21 05:24:52.418 INFO O| Dec 21 05:24:52.418 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6701 | 2024-12-21T05:24:54.073Z | [ recovery-image] Dec 21 05:24:52.438 INFO O| Dec 21 05:24:52.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6702 | 2024-12-21T05:24:54.076Z | [ recovery-image] Dec 21 05:24:52.438 INFO O| Dec 21 05:24:52.438 INFO STEP 767 (remove_files) COMPLETE |
6703 | 2024-12-21T05:24:54.076Z | [ recovery-image] Dec 21 05:24:52.439 INFO O| Dec 21 05:24:52.438 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6704 | 2024-12-21T05:24:54.101Z | [ recovery-image] Dec 21 05:24:52.466 INFO O| Dec 21 05:24:52.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6705 | 2024-12-21T05:24:54.104Z | [ recovery-image] Dec 21 05:24:52.466 INFO O| Dec 21 05:24:52.466 INFO STEP 768 (remove_files) COMPLETE |
6706 | 2024-12-21T05:24:54.104Z | [ recovery-image] Dec 21 05:24:52.467 INFO O| Dec 21 05:24:52.466 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6707 | 2024-12-21T05:24:54.122Z | [ recovery-image] Dec 21 05:24:52.487 INFO O| Dec 21 05:24:52.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6708 | 2024-12-21T05:24:54.124Z | [ recovery-image] Dec 21 05:24:52.487 INFO O| Dec 21 05:24:52.487 INFO STEP 769 (remove_files) COMPLETE |
6709 | 2024-12-21T05:24:54.124Z | [ recovery-image] Dec 21 05:24:52.487 INFO O| Dec 21 05:24:52.487 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6710 | 2024-12-21T05:24:54.142Z | [ recovery-image] Dec 21 05:24:52.507 INFO O| Dec 21 05:24:52.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6711 | 2024-12-21T05:24:54.144Z | [ recovery-image] Dec 21 05:24:52.507 INFO O| Dec 21 05:24:52.507 INFO STEP 770 (remove_files) COMPLETE |
6712 | 2024-12-21T05:24:54.144Z | [ recovery-image] Dec 21 05:24:52.507 INFO O| Dec 21 05:24:52.507 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6713 | 2024-12-21T05:24:54.163Z | [ recovery-image] Dec 21 05:24:52.528 INFO O| Dec 21 05:24:52.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6714 | 2024-12-21T05:24:54.165Z | [ recovery-image] Dec 21 05:24:52.528 INFO O| Dec 21 05:24:52.528 INFO STEP 771 (remove_files) COMPLETE |
6715 | 2024-12-21T05:24:54.165Z | [ recovery-image] Dec 21 05:24:52.528 INFO O| Dec 21 05:24:52.528 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6716 | 2024-12-21T05:24:54.183Z | [ recovery-image] Dec 21 05:24:52.549 INFO O| Dec 21 05:24:52.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6717 | 2024-12-21T05:24:54.186Z | [ recovery-image] Dec 21 05:24:52.549 INFO O| Dec 21 05:24:52.549 INFO STEP 772 (remove_files) COMPLETE |
6718 | 2024-12-21T05:24:54.186Z | [ recovery-image] Dec 21 05:24:52.549 INFO O| Dec 21 05:24:52.549 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6719 | 2024-12-21T05:24:54.211Z | [ recovery-image] Dec 21 05:24:52.576 INFO O| Dec 21 05:24:52.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6720 | 2024-12-21T05:24:54.211Z | [ recovery-image] Dec 21 05:24:52.576 INFO O| Dec 21 05:24:52.576 INFO STEP 773 (remove_files) COMPLETE |
6721 | 2024-12-21T05:24:54.211Z | [ recovery-image] Dec 21 05:24:52.576 INFO O| Dec 21 05:24:52.576 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6722 | 2024-12-21T05:24:54.231Z | [ recovery-image] Dec 21 05:24:52.597 INFO O| Dec 21 05:24:52.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6723 | 2024-12-21T05:24:54.231Z | [ recovery-image] Dec 21 05:24:52.597 INFO O| Dec 21 05:24:52.597 INFO STEP 774 (remove_files) COMPLETE |
6724 | 2024-12-21T05:24:54.232Z | [ recovery-image] Dec 21 05:24:52.597 INFO O| Dec 21 05:24:52.597 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6725 | 2024-12-21T05:24:54.277Z | [ recovery-image] Dec 21 05:24:52.643 INFO O| Dec 21 05:24:52.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6726 | 2024-12-21T05:24:54.277Z | [ recovery-image] Dec 21 05:24:52.643 INFO O| Dec 21 05:24:52.643 INFO STEP 775 (remove_files) COMPLETE |
6727 | 2024-12-21T05:24:54.280Z | [ recovery-image] Dec 21 05:24:52.643 INFO O| Dec 21 05:24:52.643 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6728 | 2024-12-21T05:24:54.298Z | [ recovery-image] Dec 21 05:24:52.663 INFO O| Dec 21 05:24:52.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6729 | 2024-12-21T05:24:54.301Z | [ recovery-image] Dec 21 05:24:52.663 INFO O| Dec 21 05:24:52.663 INFO STEP 776 (remove_files) COMPLETE |
6730 | 2024-12-21T05:24:54.301Z | [ recovery-image] Dec 21 05:24:52.663 INFO O| Dec 21 05:24:52.663 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6731 | 2024-12-21T05:24:54.338Z | [ recovery-image] Dec 21 05:24:52.703 INFO O| Dec 21 05:24:52.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6732 | 2024-12-21T05:24:54.338Z | [ recovery-image] Dec 21 05:24:52.703 INFO O| Dec 21 05:24:52.703 INFO STEP 777 (remove_files) COMPLETE |
6733 | 2024-12-21T05:24:54.338Z | [ recovery-image] Dec 21 05:24:52.703 INFO O| Dec 21 05:24:52.703 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6734 | 2024-12-21T05:24:54.360Z | [ recovery-image] Dec 21 05:24:52.725 INFO O| Dec 21 05:24:52.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6735 | 2024-12-21T05:24:54.360Z | [ recovery-image] Dec 21 05:24:52.726 INFO O| Dec 21 05:24:52.726 INFO STEP 778 (remove_files) COMPLETE |
6736 | 2024-12-21T05:24:54.360Z | [ recovery-image] Dec 21 05:24:52.726 INFO O| Dec 21 05:24:52.726 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6737 | 2024-12-21T05:24:54.386Z | [ recovery-image] Dec 21 05:24:52.751 INFO O| Dec 21 05:24:52.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6738 | 2024-12-21T05:24:54.386Z | [ recovery-image] Dec 21 05:24:52.751 INFO O| Dec 21 05:24:52.751 INFO STEP 779 (remove_files) COMPLETE |
6739 | 2024-12-21T05:24:54.386Z | [ recovery-image] Dec 21 05:24:52.751 INFO O| Dec 21 05:24:52.751 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6740 | 2024-12-21T05:24:54.525Z | [ recovery-image] Dec 21 05:24:52.890 INFO O| Dec 21 05:24:52.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6741 | 2024-12-21T05:24:54.525Z | [ recovery-image] Dec 21 05:24:52.890 INFO O| Dec 21 05:24:52.890 INFO STEP 780 (remove_files) COMPLETE |
6742 | 2024-12-21T05:24:54.525Z | [ recovery-image] Dec 21 05:24:52.890 INFO O| Dec 21 05:24:52.890 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6743 | 2024-12-21T05:24:54.635Z | [ recovery-image] Dec 21 05:24:53.000 INFO O| Dec 21 05:24:52.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6744 | 2024-12-21T05:24:54.635Z | [ recovery-image] Dec 21 05:24:53.000 INFO O| Dec 21 05:24:53.000 INFO STEP 781 (remove_files) COMPLETE |
6745 | 2024-12-21T05:24:54.635Z | [ recovery-image] Dec 21 05:24:53.000 INFO O| Dec 21 05:24:53.000 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6746 | 2024-12-21T05:24:54.668Z | [ recovery-image] Dec 21 05:24:53.033 INFO O| Dec 21 05:24:53.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6747 | 2024-12-21T05:24:54.668Z | [ recovery-image] Dec 21 05:24:53.033 INFO O| Dec 21 05:24:53.033 INFO STEP 782 (remove_files) COMPLETE |
6748 | 2024-12-21T05:24:54.672Z | [ recovery-image] Dec 21 05:24:53.033 INFO O| Dec 21 05:24:53.033 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6749 | 2024-12-21T05:24:54.707Z | [ recovery-image] Dec 21 05:24:53.072 INFO O| Dec 21 05:24:53.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6750 | 2024-12-21T05:24:54.707Z | [ recovery-image] Dec 21 05:24:53.072 INFO O| Dec 21 05:24:53.072 INFO STEP 783 (remove_files) COMPLETE |
6751 | 2024-12-21T05:24:54.707Z | [ recovery-image] Dec 21 05:24:53.072 INFO O| Dec 21 05:24:53.072 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6752 | 2024-12-21T05:24:54.735Z | [ recovery-image] Dec 21 05:24:53.100 INFO O| Dec 21 05:24:53.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6753 | 2024-12-21T05:24:54.737Z | [ recovery-image] Dec 21 05:24:53.100 INFO O| Dec 21 05:24:53.100 INFO STEP 784 (remove_files) COMPLETE |
6754 | 2024-12-21T05:24:54.737Z | [ recovery-image] Dec 21 05:24:53.101 INFO O| Dec 21 05:24:53.100 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6755 | 2024-12-21T05:24:54.824Z | [ recovery-image] Dec 21 05:24:53.161 INFO O| Dec 21 05:24:53.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6756 | 2024-12-21T05:24:54.824Z | [ recovery-image] Dec 21 05:24:53.161 INFO O| Dec 21 05:24:53.161 INFO STEP 785 (remove_files) COMPLETE |
6757 | 2024-12-21T05:24:54.824Z | [ recovery-image] Dec 21 05:24:53.161 INFO O| Dec 21 05:24:53.161 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6758 | 2024-12-21T05:24:54.836Z | [ recovery-image] Dec 21 05:24:53.191 INFO O| Dec 21 05:24:53.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6759 | 2024-12-21T05:24:54.836Z | [ recovery-image] Dec 21 05:24:53.191 INFO O| Dec 21 05:24:53.191 INFO STEP 786 (remove_files) COMPLETE |
6760 | 2024-12-21T05:24:54.836Z | [ recovery-image] Dec 21 05:24:53.191 INFO O| Dec 21 05:24:53.191 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6761 | 2024-12-21T05:24:54.870Z | [ recovery-image] Dec 21 05:24:53.234 INFO O| Dec 21 05:24:53.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6762 | 2024-12-21T05:24:54.870Z | [ recovery-image] Dec 21 05:24:53.235 INFO O| Dec 21 05:24:53.235 INFO STEP 787 (remove_files) COMPLETE |
6763 | 2024-12-21T05:24:54.870Z | [ recovery-image] Dec 21 05:24:53.235 INFO O| Dec 21 05:24:53.235 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6764 | 2024-12-21T05:24:54.889Z | [ recovery-image] Dec 21 05:24:53.254 INFO O| Dec 21 05:24:53.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6765 | 2024-12-21T05:24:54.889Z | [ recovery-image] Dec 21 05:24:53.255 INFO O| Dec 21 05:24:53.255 INFO STEP 788 (remove_files) COMPLETE |
6766 | 2024-12-21T05:24:54.892Z | [ recovery-image] Dec 21 05:24:53.255 INFO O| Dec 21 05:24:53.255 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6767 | 2024-12-21T05:24:54.921Z | [ recovery-image] Dec 21 05:24:53.286 INFO O| Dec 21 05:24:53.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6768 | 2024-12-21T05:24:54.921Z | [ recovery-image] Dec 21 05:24:53.286 INFO O| Dec 21 05:24:53.286 INFO STEP 789 (remove_files) COMPLETE |
6769 | 2024-12-21T05:24:54.921Z | [ recovery-image] Dec 21 05:24:53.286 INFO O| Dec 21 05:24:53.286 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6770 | 2024-12-21T05:24:54.943Z | [ recovery-image] Dec 21 05:24:53.308 INFO O| Dec 21 05:24:53.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6771 | 2024-12-21T05:24:54.943Z | [ recovery-image] Dec 21 05:24:53.308 INFO O| Dec 21 05:24:53.308 INFO STEP 790 (remove_files) COMPLETE |
6772 | 2024-12-21T05:24:54.943Z | [ recovery-image] Dec 21 05:24:53.308 INFO O| Dec 21 05:24:53.308 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6773 | 2024-12-21T05:24:54.976Z | [ recovery-image] Dec 21 05:24:53.341 INFO O| Dec 21 05:24:53.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6774 | 2024-12-21T05:24:54.979Z | [ recovery-image] Dec 21 05:24:53.341 INFO O| Dec 21 05:24:53.341 INFO STEP 791 (remove_files) COMPLETE |
6775 | 2024-12-21T05:24:54.979Z | [ recovery-image] Dec 21 05:24:53.342 INFO O| Dec 21 05:24:53.341 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6776 | 2024-12-21T05:24:54.999Z | [ recovery-image] Dec 21 05:24:53.363 INFO O| Dec 21 05:24:53.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6777 | 2024-12-21T05:24:55.002Z | [ recovery-image] Dec 21 05:24:53.363 INFO O| Dec 21 05:24:53.363 INFO STEP 792 (remove_files) COMPLETE |
6778 | 2024-12-21T05:24:55.002Z | [ recovery-image] Dec 21 05:24:53.364 INFO O| Dec 21 05:24:53.363 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6779 | 2024-12-21T05:24:55.018Z | [ recovery-image] Dec 21 05:24:53.383 INFO O| Dec 21 05:24:53.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6780 | 2024-12-21T05:24:55.020Z | [ recovery-image] Dec 21 05:24:53.383 INFO O| Dec 21 05:24:53.383 INFO STEP 793 (remove_files) COMPLETE |
6781 | 2024-12-21T05:24:55.021Z | [ recovery-image] Dec 21 05:24:53.383 INFO O| Dec 21 05:24:53.383 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6782 | 2024-12-21T05:24:55.037Z | [ recovery-image] Dec 21 05:24:53.402 INFO O| Dec 21 05:24:53.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6783 | 2024-12-21T05:24:55.039Z | [ recovery-image] Dec 21 05:24:53.402 INFO O| Dec 21 05:24:53.402 INFO STEP 794 (remove_files) COMPLETE |
6784 | 2024-12-21T05:24:55.039Z | [ recovery-image] Dec 21 05:24:53.402 INFO O| Dec 21 05:24:53.402 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6785 | 2024-12-21T05:24:55.079Z | [ recovery-image] Dec 21 05:24:53.444 INFO O| Dec 21 05:24:53.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6786 | 2024-12-21T05:24:55.082Z | [ recovery-image] Dec 21 05:24:53.445 INFO O| Dec 21 05:24:53.445 INFO STEP 795 (remove_files) COMPLETE |
6787 | 2024-12-21T05:24:55.082Z | [ recovery-image] Dec 21 05:24:53.445 INFO O| Dec 21 05:24:53.445 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6788 | 2024-12-21T05:24:55.119Z | [ recovery-image] Dec 21 05:24:53.484 INFO O| Dec 21 05:24:53.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6789 | 2024-12-21T05:24:55.123Z | [ recovery-image] Dec 21 05:24:53.484 INFO O| Dec 21 05:24:53.484 INFO STEP 796 (remove_files) COMPLETE |
6790 | 2024-12-21T05:24:55.123Z | [ recovery-image] Dec 21 05:24:53.485 INFO O| Dec 21 05:24:53.484 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6791 | 2024-12-21T05:24:55.161Z | [ recovery-image] Dec 21 05:24:53.526 INFO O| Dec 21 05:24:53.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6792 | 2024-12-21T05:24:55.165Z | [ recovery-image] Dec 21 05:24:53.531 INFO O| Dec 21 05:24:53.531 INFO STEP 797 (remove_files) COMPLETE |
6793 | 2024-12-21T05:24:55.168Z | [ recovery-image] Dec 21 05:24:53.531 INFO O| Dec 21 05:24:53.531 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6794 | 2024-12-21T05:24:55.198Z | [ recovery-image] Dec 21 05:24:53.563 INFO O| Dec 21 05:24:53.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6795 | 2024-12-21T05:24:55.198Z | [ recovery-image] Dec 21 05:24:53.563 INFO O| Dec 21 05:24:53.563 INFO STEP 798 (remove_files) COMPLETE |
6796 | 2024-12-21T05:24:55.198Z | [ recovery-image] Dec 21 05:24:53.563 INFO O| Dec 21 05:24:53.563 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6797 | 2024-12-21T05:24:55.217Z | [ recovery-image] Dec 21 05:24:53.582 INFO O| Dec 21 05:24:53.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6798 | 2024-12-21T05:24:55.217Z | [ recovery-image] Dec 21 05:24:53.582 INFO O| Dec 21 05:24:53.582 INFO STEP 799 (remove_files) COMPLETE |
6799 | 2024-12-21T05:24:55.220Z | [ recovery-image] Dec 21 05:24:53.583 INFO O| Dec 21 05:24:53.582 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6800 | 2024-12-21T05:24:55.237Z | [ recovery-image] Dec 21 05:24:53.602 INFO O| Dec 21 05:24:53.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6801 | 2024-12-21T05:24:55.239Z | [ recovery-image] Dec 21 05:24:53.602 INFO O| Dec 21 05:24:53.602 INFO STEP 800 (remove_files) COMPLETE |
6802 | 2024-12-21T05:24:55.239Z | [ recovery-image] Dec 21 05:24:53.602 INFO O| Dec 21 05:24:53.602 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6803 | 2024-12-21T05:24:55.257Z | [ recovery-image] Dec 21 05:24:53.622 INFO O| Dec 21 05:24:53.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6804 | 2024-12-21T05:24:55.257Z | [ recovery-image] Dec 21 05:24:53.622 INFO O| Dec 21 05:24:53.622 INFO STEP 801 (remove_files) COMPLETE |
6805 | 2024-12-21T05:24:55.257Z | [ recovery-image] Dec 21 05:24:53.622 INFO O| Dec 21 05:24:53.622 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6806 | 2024-12-21T05:24:55.278Z | [ recovery-image] Dec 21 05:24:53.643 INFO O| Dec 21 05:24:53.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6807 | 2024-12-21T05:24:55.278Z | [ recovery-image] Dec 21 05:24:53.643 INFO O| Dec 21 05:24:53.643 INFO STEP 802 (remove_files) COMPLETE |
6808 | 2024-12-21T05:24:55.280Z | [ recovery-image] Dec 21 05:24:53.643 INFO O| Dec 21 05:24:53.643 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6809 | 2024-12-21T05:24:55.298Z | [ recovery-image] Dec 21 05:24:53.663 INFO O| Dec 21 05:24:53.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6810 | 2024-12-21T05:24:55.298Z | [ recovery-image] Dec 21 05:24:53.663 INFO O| Dec 21 05:24:53.663 INFO STEP 803 (remove_files) COMPLETE |
6811 | 2024-12-21T05:24:55.298Z | [ recovery-image] Dec 21 05:24:53.663 INFO O| Dec 21 05:24:53.663 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6812 | 2024-12-21T05:24:55.327Z | [ recovery-image] Dec 21 05:24:53.692 INFO O| Dec 21 05:24:53.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6813 | 2024-12-21T05:24:55.330Z | [ recovery-image] Dec 21 05:24:53.692 INFO O| Dec 21 05:24:53.692 INFO STEP 804 (remove_files) COMPLETE |
6814 | 2024-12-21T05:24:55.330Z | [ recovery-image] Dec 21 05:24:53.693 INFO O| Dec 21 05:24:53.693 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6815 | 2024-12-21T05:24:55.348Z | [ recovery-image] Dec 21 05:24:53.713 INFO O| Dec 21 05:24:53.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6816 | 2024-12-21T05:24:55.351Z | [ recovery-image] Dec 21 05:24:53.713 INFO O| Dec 21 05:24:53.713 INFO STEP 805 (remove_files) COMPLETE |
6817 | 2024-12-21T05:24:55.351Z | [ recovery-image] Dec 21 05:24:53.714 INFO O| Dec 21 05:24:53.714 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6818 | 2024-12-21T05:24:55.370Z | [ recovery-image] Dec 21 05:24:53.735 INFO O| Dec 21 05:24:53.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6819 | 2024-12-21T05:24:55.372Z | [ recovery-image] Dec 21 05:24:53.735 INFO O| Dec 21 05:24:53.735 INFO STEP 806 (remove_files) COMPLETE |
6820 | 2024-12-21T05:24:55.372Z | [ recovery-image] Dec 21 05:24:53.735 INFO O| Dec 21 05:24:53.735 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6821 | 2024-12-21T05:24:55.390Z | [ recovery-image] Dec 21 05:24:53.755 INFO O| Dec 21 05:24:53.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6822 | 2024-12-21T05:24:55.393Z | [ recovery-image] Dec 21 05:24:53.756 INFO O| Dec 21 05:24:53.756 INFO STEP 807 (remove_files) COMPLETE |
6823 | 2024-12-21T05:24:55.393Z | [ recovery-image] Dec 21 05:24:53.756 INFO O| Dec 21 05:24:53.756 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6824 | 2024-12-21T05:24:55.411Z | [ recovery-image] Dec 21 05:24:53.776 INFO O| Dec 21 05:24:53.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6825 | 2024-12-21T05:24:55.414Z | [ recovery-image] Dec 21 05:24:53.777 INFO O| Dec 21 05:24:53.777 INFO STEP 808 (remove_files) COMPLETE |
6826 | 2024-12-21T05:24:55.414Z | [ recovery-image] Dec 21 05:24:53.777 INFO O| Dec 21 05:24:53.777 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6827 | 2024-12-21T05:24:55.479Z | [ recovery-image] Dec 21 05:24:53.844 INFO O| Dec 21 05:24:53.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6828 | 2024-12-21T05:24:55.479Z | [ recovery-image] Dec 21 05:24:53.844 INFO O| Dec 21 05:24:53.844 INFO STEP 809 (remove_files) COMPLETE |
6829 | 2024-12-21T05:24:55.482Z | [ recovery-image] Dec 21 05:24:53.844 INFO O| Dec 21 05:24:53.844 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6830 | 2024-12-21T05:24:55.540Z | [ recovery-image] Dec 21 05:24:53.906 INFO O| Dec 21 05:24:53.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6831 | 2024-12-21T05:24:55.540Z | [ recovery-image] Dec 21 05:24:53.906 INFO O| Dec 21 05:24:53.906 INFO STEP 810 (remove_files) COMPLETE |
6832 | 2024-12-21T05:24:55.543Z | [ recovery-image] Dec 21 05:24:53.906 INFO O| Dec 21 05:24:53.906 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6833 | 2024-12-21T05:24:55.561Z | [ recovery-image] Dec 21 05:24:53.926 INFO O| Dec 21 05:24:53.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6834 | 2024-12-21T05:24:55.564Z | [ recovery-image] Dec 21 05:24:53.926 INFO O| Dec 21 05:24:53.926 INFO STEP 811 (remove_files) COMPLETE |
6835 | 2024-12-21T05:24:55.564Z | [ recovery-image] Dec 21 05:24:53.927 INFO O| Dec 21 05:24:53.926 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6836 | 2024-12-21T05:24:55.582Z | [ recovery-image] Dec 21 05:24:53.946 INFO O| Dec 21 05:24:53.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6837 | 2024-12-21T05:24:55.582Z | [ recovery-image] Dec 21 05:24:53.946 INFO O| Dec 21 05:24:53.946 INFO STEP 812 (remove_files) COMPLETE |
6838 | 2024-12-21T05:24:55.585Z | [ recovery-image] Dec 21 05:24:53.946 INFO O| Dec 21 05:24:53.946 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6839 | 2024-12-21T05:24:55.602Z | [ recovery-image] Dec 21 05:24:53.967 INFO O| Dec 21 05:24:53.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6840 | 2024-12-21T05:24:55.604Z | [ recovery-image] Dec 21 05:24:53.967 INFO O| Dec 21 05:24:53.967 INFO STEP 813 (remove_files) COMPLETE |
6841 | 2024-12-21T05:24:55.604Z | [ recovery-image] Dec 21 05:24:53.967 INFO O| Dec 21 05:24:53.967 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6842 | 2024-12-21T05:24:55.621Z | [ recovery-image] Dec 21 05:24:53.986 INFO O| Dec 21 05:24:53.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6843 | 2024-12-21T05:24:55.625Z | [ recovery-image] Dec 21 05:24:53.987 INFO O| Dec 21 05:24:53.987 INFO STEP 814 (remove_files) COMPLETE |
6844 | 2024-12-21T05:24:55.625Z | [ recovery-image] Dec 21 05:24:53.987 INFO O| Dec 21 05:24:53.987 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6845 | 2024-12-21T05:24:55.642Z | [ recovery-image] Dec 21 05:24:54.007 INFO O| Dec 21 05:24:54.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6846 | 2024-12-21T05:24:55.644Z | [ recovery-image] Dec 21 05:24:54.007 INFO O| Dec 21 05:24:54.007 INFO STEP 815 (remove_files) COMPLETE |
6847 | 2024-12-21T05:24:55.644Z | [ recovery-image] Dec 21 05:24:54.007 INFO O| Dec 21 05:24:54.007 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6848 | 2024-12-21T05:24:55.669Z | [ recovery-image] Dec 21 05:24:54.034 INFO O| Dec 21 05:24:54.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6849 | 2024-12-21T05:24:55.669Z | [ recovery-image] Dec 21 05:24:54.034 INFO O| Dec 21 05:24:54.034 INFO STEP 816 (remove_files) COMPLETE |
6850 | 2024-12-21T05:24:55.674Z | [ recovery-image] Dec 21 05:24:54.034 INFO O| Dec 21 05:24:54.034 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6851 | 2024-12-21T05:24:55.700Z | [ recovery-image] Dec 21 05:24:54.066 INFO O| Dec 21 05:24:54.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6852 | 2024-12-21T05:24:55.725Z | [ recovery-image] Dec 21 05:24:54.090 INFO O| Dec 21 05:24:54.090 INFO STEP 817 (remove_files) COMPLETE |
6853 | 2024-12-21T05:24:55.725Z | [ recovery-image] Dec 21 05:24:54.090 INFO O| Dec 21 05:24:54.090 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6854 | 2024-12-21T05:24:55.746Z | [ recovery-image] Dec 21 05:24:54.111 INFO O| Dec 21 05:24:54.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6855 | 2024-12-21T05:24:55.748Z | [ recovery-image] Dec 21 05:24:54.111 INFO O| Dec 21 05:24:54.111 INFO STEP 818 (remove_files) COMPLETE |
6856 | 2024-12-21T05:24:55.748Z | [ recovery-image] Dec 21 05:24:54.111 INFO O| Dec 21 05:24:54.111 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6857 | 2024-12-21T05:24:55.773Z | [ recovery-image] Dec 21 05:24:54.138 INFO O| Dec 21 05:24:54.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6858 | 2024-12-21T05:24:55.794Z | [ recovery-image] Dec 21 05:24:54.159 INFO O| Dec 21 05:24:54.159 INFO STEP 819 (remove_files) COMPLETE |
6859 | 2024-12-21T05:24:55.794Z | [ recovery-image] Dec 21 05:24:54.159 INFO O| Dec 21 05:24:54.159 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6860 | 2024-12-21T05:24:55.825Z | [ recovery-image] Dec 21 05:24:54.190 INFO O| Dec 21 05:24:54.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6861 | 2024-12-21T05:24:55.828Z | [ recovery-image] Dec 21 05:24:54.190 INFO O| Dec 21 05:24:54.190 INFO STEP 820 (remove_files) COMPLETE |
6862 | 2024-12-21T05:24:55.828Z | [ recovery-image] Dec 21 05:24:54.190 INFO O| Dec 21 05:24:54.190 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6863 | 2024-12-21T05:24:55.845Z | [ recovery-image] Dec 21 05:24:54.210 INFO O| Dec 21 05:24:54.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6864 | 2024-12-21T05:24:55.858Z | [ recovery-image] Dec 21 05:24:54.224 INFO O| Dec 21 05:24:54.224 INFO STEP 821 (remove_files) COMPLETE |
6865 | 2024-12-21T05:24:55.859Z | [ recovery-image] Dec 21 05:24:54.224 INFO O| Dec 21 05:24:54.224 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6866 | 2024-12-21T05:24:55.879Z | [ recovery-image] Dec 21 05:24:54.244 INFO O| Dec 21 05:24:54.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6867 | 2024-12-21T05:24:55.879Z | [ recovery-image] Dec 21 05:24:54.244 INFO O| Dec 21 05:24:54.244 INFO STEP 822 (remove_files) COMPLETE |
6868 | 2024-12-21T05:24:55.879Z | [ recovery-image] Dec 21 05:24:54.244 INFO O| Dec 21 05:24:54.244 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6869 | 2024-12-21T05:24:55.896Z | [ recovery-image] Dec 21 05:24:54.261 INFO O| Dec 21 05:24:54.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6870 | 2024-12-21T05:24:55.899Z | [ recovery-image] Dec 21 05:24:54.262 INFO O| Dec 21 05:24:54.262 INFO STEP 823 (remove_files) COMPLETE |
6871 | 2024-12-21T05:24:55.899Z | [ recovery-image] Dec 21 05:24:54.262 INFO O| Dec 21 05:24:54.262 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6872 | 2024-12-21T05:24:55.914Z | [ recovery-image] Dec 21 05:24:54.280 INFO O| Dec 21 05:24:54.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6873 | 2024-12-21T05:24:55.915Z | [ recovery-image] Dec 21 05:24:54.280 INFO O| Dec 21 05:24:54.280 INFO STEP 824 (remove_files) COMPLETE |
6874 | 2024-12-21T05:24:55.917Z | [ recovery-image] Dec 21 05:24:54.280 INFO O| Dec 21 05:24:54.280 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6875 | 2024-12-21T05:24:55.955Z | [ recovery-image] Dec 21 05:24:54.320 INFO O| Dec 21 05:24:54.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6876 | 2024-12-21T05:24:55.955Z | [ recovery-image] Dec 21 05:24:54.320 INFO O| Dec 21 05:24:54.320 INFO STEP 825 (remove_files) COMPLETE |
6877 | 2024-12-21T05:24:55.957Z | [ recovery-image] Dec 21 05:24:54.320 INFO O| Dec 21 05:24:54.320 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6878 | 2024-12-21T05:24:55.989Z | [ recovery-image] Dec 21 05:24:54.354 INFO O| Dec 21 05:24:54.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6879 | 2024-12-21T05:24:55.992Z | [ recovery-image] Dec 21 05:24:54.354 INFO O| Dec 21 05:24:54.354 INFO STEP 826 (remove_files) COMPLETE |
6880 | 2024-12-21T05:24:55.992Z | [ recovery-image] Dec 21 05:24:54.354 INFO O| Dec 21 05:24:54.354 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6881 | 2024-12-21T05:24:56.010Z | [ recovery-image] Dec 21 05:24:54.375 INFO O| Dec 21 05:24:54.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6882 | 2024-12-21T05:24:56.010Z | [ recovery-image] Dec 21 05:24:54.375 INFO O| Dec 21 05:24:54.375 INFO STEP 827 (remove_files) COMPLETE |
6883 | 2024-12-21T05:24:56.013Z | [ recovery-image] Dec 21 05:24:54.375 INFO O| Dec 21 05:24:54.375 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6884 | 2024-12-21T05:24:56.029Z | [ recovery-image] Dec 21 05:24:54.394 INFO O| Dec 21 05:24:54.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6885 | 2024-12-21T05:24:56.029Z | [ recovery-image] Dec 21 05:24:54.394 INFO O| Dec 21 05:24:54.394 INFO STEP 828 (remove_files) COMPLETE |
6886 | 2024-12-21T05:24:56.029Z | [ recovery-image] Dec 21 05:24:54.394 INFO O| Dec 21 05:24:54.394 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6887 | 2024-12-21T05:24:56.056Z | [ recovery-image] Dec 21 05:24:54.422 INFO O| Dec 21 05:24:54.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6888 | 2024-12-21T05:24:56.056Z | [ recovery-image] Dec 21 05:24:54.422 INFO O| Dec 21 05:24:54.422 INFO STEP 829 (remove_files) COMPLETE |
6889 | 2024-12-21T05:24:56.057Z | [ recovery-image] Dec 21 05:24:54.422 INFO O| Dec 21 05:24:54.422 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6890 | 2024-12-21T05:24:56.078Z | [ recovery-image] Dec 21 05:24:54.443 INFO O| Dec 21 05:24:54.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6891 | 2024-12-21T05:24:56.080Z | [ recovery-image] Dec 21 05:24:54.443 INFO O| Dec 21 05:24:54.443 INFO STEP 830 (remove_files) COMPLETE |
6892 | 2024-12-21T05:24:56.081Z | [ recovery-image] Dec 21 05:24:54.443 INFO O| Dec 21 05:24:54.443 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6893 | 2024-12-21T05:24:56.172Z | [ recovery-image] Dec 21 05:24:54.537 INFO O| Dec 21 05:24:54.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6894 | 2024-12-21T05:24:56.172Z | [ recovery-image] Dec 21 05:24:54.537 INFO O| Dec 21 05:24:54.537 INFO STEP 831 (remove_files) COMPLETE |
6895 | 2024-12-21T05:24:56.172Z | [ recovery-image] Dec 21 05:24:54.537 INFO O| Dec 21 05:24:54.537 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2024-12-21T05:24:56.195Z | [ recovery-image] Dec 21 05:24:54.560 INFO O| Dec 21 05:24:54.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6897 | 2024-12-21T05:24:56.198Z | [ recovery-image] Dec 21 05:24:54.560 INFO O| Dec 21 05:24:54.560 INFO STEP 832 (remove_files) COMPLETE |
6898 | 2024-12-21T05:24:56.198Z | [ recovery-image] Dec 21 05:24:54.560 INFO O| Dec 21 05:24:54.560 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6899 | 2024-12-21T05:24:56.216Z | [ recovery-image] Dec 21 05:24:54.581 INFO O| Dec 21 05:24:54.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6900 | 2024-12-21T05:24:56.219Z | [ recovery-image] Dec 21 05:24:54.582 INFO O| Dec 21 05:24:54.582 INFO STEP 833 (remove_files) COMPLETE |
6901 | 2024-12-21T05:24:56.219Z | [ recovery-image] Dec 21 05:24:54.582 INFO O| Dec 21 05:24:54.582 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6902 | 2024-12-21T05:24:56.238Z | [ recovery-image] Dec 21 05:24:54.603 INFO O| Dec 21 05:24:54.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6903 | 2024-12-21T05:24:56.240Z | [ recovery-image] Dec 21 05:24:54.603 INFO O| Dec 21 05:24:54.603 INFO STEP 834 (remove_files) COMPLETE |
6904 | 2024-12-21T05:24:56.240Z | [ recovery-image] Dec 21 05:24:54.603 INFO O| Dec 21 05:24:54.603 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6905 | 2024-12-21T05:24:56.257Z | [ recovery-image] Dec 21 05:24:54.623 INFO O| Dec 21 05:24:54.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6906 | 2024-12-21T05:24:56.257Z | [ recovery-image] Dec 21 05:24:54.623 INFO O| Dec 21 05:24:54.623 INFO STEP 835 (remove_files) COMPLETE |
6907 | 2024-12-21T05:24:56.257Z | [ recovery-image] Dec 21 05:24:54.623 INFO O| Dec 21 05:24:54.623 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6908 | 2024-12-21T05:24:56.284Z | [ recovery-image] Dec 21 05:24:54.649 INFO O| Dec 21 05:24:54.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6909 | 2024-12-21T05:24:56.293Z | [ recovery-image] Dec 21 05:24:54.650 INFO O| Dec 21 05:24:54.649 INFO STEP 836 (remove_files) COMPLETE |
6910 | 2024-12-21T05:24:56.293Z | [ recovery-image] Dec 21 05:24:54.650 INFO O| Dec 21 05:24:54.650 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2024-12-21T05:24:56.307Z | [ recovery-image] Dec 21 05:24:54.672 INFO O| Dec 21 05:24:54.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6912 | 2024-12-21T05:24:56.315Z | [ recovery-image] Dec 21 05:24:54.672 INFO O| Dec 21 05:24:54.672 INFO STEP 837 (remove_files) COMPLETE |
6913 | 2024-12-21T05:24:56.315Z | [ recovery-image] Dec 21 05:24:54.672 INFO O| Dec 21 05:24:54.672 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6914 | 2024-12-21T05:24:56.369Z | [ recovery-image] Dec 21 05:24:54.734 INFO O| Dec 21 05:24:54.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6915 | 2024-12-21T05:24:56.369Z | [ recovery-image] Dec 21 05:24:54.734 INFO O| Dec 21 05:24:54.734 INFO STEP 838 (remove_files) COMPLETE |
6916 | 2024-12-21T05:24:56.372Z | [ recovery-image] Dec 21 05:24:54.734 INFO O| Dec 21 05:24:54.734 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2024-12-21T05:24:56.388Z | [ recovery-image] Dec 21 05:24:54.754 INFO O| Dec 21 05:24:54.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6918 | 2024-12-21T05:24:56.391Z | [ recovery-image] Dec 21 05:24:54.754 INFO O| Dec 21 05:24:54.754 INFO STEP 839 (remove_files) COMPLETE |
6919 | 2024-12-21T05:24:56.391Z | [ recovery-image] Dec 21 05:24:54.754 INFO O| Dec 21 05:24:54.754 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2024-12-21T05:24:56.409Z | [ recovery-image] Dec 21 05:24:54.774 INFO O| Dec 21 05:24:54.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6921 | 2024-12-21T05:24:56.412Z | [ recovery-image] Dec 21 05:24:54.774 INFO O| Dec 21 05:24:54.774 INFO STEP 840 (remove_files) COMPLETE |
6922 | 2024-12-21T05:24:56.412Z | [ recovery-image] Dec 21 05:24:54.774 INFO O| Dec 21 05:24:54.774 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6923 | 2024-12-21T05:24:56.429Z | [ recovery-image] Dec 21 05:24:54.795 INFO O| Dec 21 05:24:54.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6924 | 2024-12-21T05:24:56.432Z | [ recovery-image] Dec 21 05:24:54.795 INFO O| Dec 21 05:24:54.795 INFO STEP 841 (remove_files) COMPLETE |
6925 | 2024-12-21T05:24:56.432Z | [ recovery-image] Dec 21 05:24:54.795 INFO O| Dec 21 05:24:54.795 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6926 | 2024-12-21T05:24:56.452Z | [ recovery-image] Dec 21 05:24:54.817 INFO O| Dec 21 05:24:54.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6927 | 2024-12-21T05:24:56.455Z | [ recovery-image] Dec 21 05:24:54.817 INFO O| Dec 21 05:24:54.817 INFO STEP 842 (remove_files) COMPLETE |
6928 | 2024-12-21T05:24:56.456Z | [ recovery-image] Dec 21 05:24:54.818 INFO O| Dec 21 05:24:54.818 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6929 | 2024-12-21T05:24:56.493Z | [ recovery-image] Dec 21 05:24:54.858 INFO O| Dec 21 05:24:54.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6930 | 2024-12-21T05:24:56.493Z | [ recovery-image] Dec 21 05:24:54.858 INFO O| Dec 21 05:24:54.844 INFO STEP 843 (remove_files) COMPLETE |
6931 | 2024-12-21T05:24:56.497Z | [ recovery-image] Dec 21 05:24:54.858 INFO O| Dec 21 05:24:54.844 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2024-12-21T05:24:56.528Z | [ recovery-image] Dec 21 05:24:54.893 INFO O| Dec 21 05:24:54.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6933 | 2024-12-21T05:24:56.528Z | [ recovery-image] Dec 21 05:24:54.893 INFO O| Dec 21 05:24:54.893 INFO STEP 844 (remove_files) COMPLETE |
6934 | 2024-12-21T05:24:56.531Z | [ recovery-image] Dec 21 05:24:54.893 INFO O| Dec 21 05:24:54.893 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2024-12-21T05:24:56.573Z | [ recovery-image] Dec 21 05:24:54.935 INFO O| Dec 21 05:24:54.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6936 | 2024-12-21T05:24:56.585Z | [ recovery-image] Dec 21 05:24:54.935 INFO O| Dec 21 05:24:54.935 INFO STEP 845 (remove_files) COMPLETE |
6937 | 2024-12-21T05:24:56.586Z | [ recovery-image] Dec 21 05:24:54.935 INFO O| Dec 21 05:24:54.935 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2024-12-21T05:24:56.588Z | [ recovery-image] Dec 21 05:24:54.953 INFO O| Dec 21 05:24:54.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6939 | 2024-12-21T05:24:56.588Z | [ recovery-image] Dec 21 05:24:54.953 INFO O| Dec 21 05:24:54.953 INFO STEP 846 (remove_files) COMPLETE |
6940 | 2024-12-21T05:24:56.588Z | [ recovery-image] Dec 21 05:24:54.953 INFO O| Dec 21 05:24:54.953 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2024-12-21T05:24:56.616Z | [ recovery-image] Dec 21 05:24:54.981 INFO O| Dec 21 05:24:54.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6942 | 2024-12-21T05:24:56.619Z | [ recovery-image] Dec 21 05:24:54.982 INFO O| Dec 21 05:24:54.982 INFO STEP 847 (remove_files) COMPLETE |
6943 | 2024-12-21T05:24:56.619Z | [ recovery-image] Dec 21 05:24:54.982 INFO O| Dec 21 05:24:54.982 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6944 | 2024-12-21T05:24:56.638Z | [ recovery-image] Dec 21 05:24:55.003 INFO O| Dec 21 05:24:55.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6945 | 2024-12-21T05:24:56.640Z | [ recovery-image] Dec 21 05:24:55.004 INFO O| Dec 21 05:24:55.004 INFO STEP 848 (remove_files) COMPLETE |
6946 | 2024-12-21T05:24:56.641Z | [ recovery-image] Dec 21 05:24:55.004 INFO O| Dec 21 05:24:55.004 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6947 | 2024-12-21T05:24:56.660Z | [ recovery-image] Dec 21 05:24:55.024 INFO O| Dec 21 05:24:55.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6948 | 2024-12-21T05:24:56.662Z | [ recovery-image] Dec 21 05:24:55.025 INFO O| Dec 21 05:24:55.025 INFO STEP 849 (remove_files) COMPLETE |
6949 | 2024-12-21T05:24:56.662Z | [ recovery-image] Dec 21 05:24:55.025 INFO O| Dec 21 05:24:55.025 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6950 | 2024-12-21T05:24:56.682Z | [ recovery-image] Dec 21 05:24:55.046 INFO O| Dec 21 05:24:55.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6951 | 2024-12-21T05:24:56.684Z | [ recovery-image] Dec 21 05:24:55.046 INFO O| Dec 21 05:24:55.046 INFO STEP 850 (remove_files) COMPLETE |
6952 | 2024-12-21T05:24:56.685Z | [ recovery-image] Dec 21 05:24:55.046 INFO O| Dec 21 05:24:55.046 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6953 | 2024-12-21T05:24:56.744Z | [ recovery-image] Dec 21 05:24:55.109 INFO O| Dec 21 05:24:55.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6954 | 2024-12-21T05:24:56.747Z | [ recovery-image] Dec 21 05:24:55.109 INFO O| Dec 21 05:24:55.109 INFO STEP 851 (remove_files) COMPLETE |
6955 | 2024-12-21T05:24:56.747Z | [ recovery-image] Dec 21 05:24:55.109 INFO O| Dec 21 05:24:55.109 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6956 | 2024-12-21T05:24:56.764Z | [ recovery-image] Dec 21 05:24:55.130 INFO O| Dec 21 05:24:55.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6957 | 2024-12-21T05:24:56.767Z | [ recovery-image] Dec 21 05:24:55.130 INFO O| Dec 21 05:24:55.130 INFO STEP 852 (remove_files) COMPLETE |
6958 | 2024-12-21T05:24:56.767Z | [ recovery-image] Dec 21 05:24:55.130 INFO O| Dec 21 05:24:55.130 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6959 | 2024-12-21T05:24:56.791Z | [ recovery-image] Dec 21 05:24:55.156 INFO O| Dec 21 05:24:55.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6960 | 2024-12-21T05:24:56.794Z | [ recovery-image] Dec 21 05:24:55.156 INFO O| Dec 21 05:24:55.156 INFO STEP 853 (remove_files) COMPLETE |
6961 | 2024-12-21T05:24:56.794Z | [ recovery-image] Dec 21 05:24:55.157 INFO O| Dec 21 05:24:55.156 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6962 | 2024-12-21T05:24:56.810Z | [ recovery-image] Dec 21 05:24:55.175 INFO O| Dec 21 05:24:55.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6963 | 2024-12-21T05:24:56.813Z | [ recovery-image] Dec 21 05:24:55.176 INFO O| Dec 21 05:24:55.176 INFO STEP 854 (remove_files) COMPLETE |
6964 | 2024-12-21T05:24:56.813Z | [ recovery-image] Dec 21 05:24:55.176 INFO O| Dec 21 05:24:55.176 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2024-12-21T05:24:56.829Z | [ recovery-image] Dec 21 05:24:55.194 INFO O| Dec 21 05:24:55.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6966 | 2024-12-21T05:24:56.832Z | [ recovery-image] Dec 21 05:24:55.194 INFO O| Dec 21 05:24:55.194 INFO STEP 855 (remove_files) COMPLETE |
6967 | 2024-12-21T05:24:56.832Z | [ recovery-image] Dec 21 05:24:55.195 INFO O| Dec 21 05:24:55.195 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2024-12-21T05:24:56.875Z | [ recovery-image] Dec 21 05:24:55.239 INFO O| Dec 21 05:24:55.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6969 | 2024-12-21T05:24:56.875Z | [ recovery-image] Dec 21 05:24:55.239 INFO O| Dec 21 05:24:55.233 INFO STEP 856 (remove_files) COMPLETE |
6970 | 2024-12-21T05:24:56.877Z | [ recovery-image] Dec 21 05:24:55.239 INFO O| Dec 21 05:24:55.233 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2024-12-21T05:24:56.888Z | [ recovery-image] Dec 21 05:24:55.253 INFO O| Dec 21 05:24:55.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6972 | 2024-12-21T05:24:56.891Z | [ recovery-image] Dec 21 05:24:55.254 INFO O| Dec 21 05:24:55.254 INFO STEP 857 (remove_files) COMPLETE |
6973 | 2024-12-21T05:24:56.891Z | [ recovery-image] Dec 21 05:24:55.254 INFO O| Dec 21 05:24:55.254 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-12-21T05:24:56.927Z | [ recovery-image] Dec 21 05:24:55.292 INFO O| Dec 21 05:24:55.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6975 | 2024-12-21T05:24:56.927Z | [ recovery-image] Dec 21 05:24:55.292 INFO O| Dec 21 05:24:55.276 INFO STEP 858 (remove_files) COMPLETE |
6976 | 2024-12-21T05:24:56.930Z | [ recovery-image] Dec 21 05:24:55.292 INFO O| Dec 21 05:24:55.276 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-12-21T05:24:56.932Z | [ recovery-image] Dec 21 05:24:55.298 INFO O| Dec 21 05:24:55.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6978 | 2024-12-21T05:24:56.932Z | [ recovery-image] Dec 21 05:24:55.298 INFO O| Dec 21 05:24:55.296 INFO STEP 859 (remove_files) COMPLETE |
6979 | 2024-12-21T05:24:56.935Z | [ recovery-image] Dec 21 05:24:55.298 INFO O| Dec 21 05:24:55.296 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-12-21T05:24:56.956Z | [ recovery-image] Dec 21 05:24:55.321 INFO O| Dec 21 05:24:55.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6981 | 2024-12-21T05:24:56.956Z | [ recovery-image] Dec 21 05:24:55.321 INFO O| Dec 21 05:24:55.316 INFO STEP 860 (remove_files) COMPLETE |
6982 | 2024-12-21T05:24:56.956Z | [ recovery-image] Dec 21 05:24:55.321 INFO O| Dec 21 05:24:55.316 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-12-21T05:24:56.989Z | [ recovery-image] Dec 21 05:24:55.354 INFO O| Dec 21 05:24:55.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6984 | 2024-12-21T05:24:56.989Z | [ recovery-image] Dec 21 05:24:55.355 INFO O| Dec 21 05:24:55.355 INFO STEP 861 (remove_files) COMPLETE |
6985 | 2024-12-21T05:24:56.989Z | [ recovery-image] Dec 21 05:24:55.355 INFO O| Dec 21 05:24:55.355 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-12-21T05:24:57.009Z | [ recovery-image] Dec 21 05:24:55.374 INFO O| Dec 21 05:24:55.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6987 | 2024-12-21T05:24:57.009Z | [ recovery-image] Dec 21 05:24:55.374 INFO O| Dec 21 05:24:55.374 INFO STEP 862 (remove_files) COMPLETE |
6988 | 2024-12-21T05:24:57.009Z | [ recovery-image] Dec 21 05:24:55.374 INFO O| Dec 21 05:24:55.374 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-12-21T05:24:57.037Z | [ recovery-image] Dec 21 05:24:55.392 INFO O| Dec 21 05:24:55.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6990 | 2024-12-21T05:24:57.037Z | [ recovery-image] Dec 21 05:24:55.403 INFO O| Dec 21 05:24:55.393 INFO STEP 863 (remove_files) COMPLETE |
6991 | 2024-12-21T05:24:57.037Z | [ recovery-image] Dec 21 05:24:55.403 INFO O| Dec 21 05:24:55.393 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-12-21T05:24:57.047Z | [ recovery-image] Dec 21 05:24:55.412 INFO O| Dec 21 05:24:55.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6993 | 2024-12-21T05:24:57.047Z | [ recovery-image] Dec 21 05:24:55.412 INFO O| Dec 21 05:24:55.412 INFO STEP 864 (remove_files) COMPLETE |
6994 | 2024-12-21T05:24:57.047Z | [ recovery-image] Dec 21 05:24:55.412 INFO O| Dec 21 05:24:55.412 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-12-21T05:24:57.101Z | [ recovery-image] Dec 21 05:24:55.466 INFO O| Dec 21 05:24:55.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6996 | 2024-12-21T05:24:57.101Z | [ recovery-image] Dec 21 05:24:55.466 INFO O| Dec 21 05:24:55.466 INFO STEP 865 (remove_files) COMPLETE |
6997 | 2024-12-21T05:24:57.104Z | [ recovery-image] Dec 21 05:24:55.466 INFO O| Dec 21 05:24:55.466 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-12-21T05:24:57.140Z | [ recovery-image] Dec 21 05:24:55.505 INFO O| Dec 21 05:24:55.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6999 | 2024-12-21T05:24:57.140Z | [ recovery-image] Dec 21 05:24:55.505 INFO O| Dec 21 05:24:55.505 INFO STEP 866 (remove_files) COMPLETE |
7000 | 2024-12-21T05:24:57.140Z | [ recovery-image] Dec 21 05:24:55.505 INFO O| Dec 21 05:24:55.505 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-12-21T05:24:57.159Z | [ recovery-image] Dec 21 05:24:55.524 INFO O| Dec 21 05:24:55.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
7002 | 2024-12-21T05:24:57.159Z | [ recovery-image] Dec 21 05:24:55.524 INFO O| Dec 21 05:24:55.524 INFO STEP 867 (remove_files) COMPLETE |
7003 | 2024-12-21T05:24:57.159Z | [ recovery-image] Dec 21 05:24:55.524 INFO O| Dec 21 05:24:55.524 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-12-21T05:24:57.165Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
7005 | 2024-12-21T05:24:57.178Z | [ recovery-image] Dec 21 05:24:55.543 INFO O| Dec 21 05:24:55.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
7006 | 2024-12-21T05:24:57.178Z | [ recovery-image] Dec 21 05:24:55.543 INFO O| Dec 21 05:24:55.543 INFO STEP 868 (remove_files) COMPLETE |
7007 | 2024-12-21T05:24:57.181Z | [ recovery-image] Dec 21 05:24:55.544 INFO O| Dec 21 05:24:55.543 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7008 | 2024-12-21T05:24:57.198Z | [ recovery-image] Dec 21 05:24:55.563 INFO O| Dec 21 05:24:55.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
7009 | 2024-12-21T05:24:57.201Z | [ recovery-image] Dec 21 05:24:55.563 INFO O| Dec 21 05:24:55.563 INFO STEP 869 (remove_files) COMPLETE |
7010 | 2024-12-21T05:24:57.201Z | [ recovery-image] Dec 21 05:24:55.563 INFO O| Dec 21 05:24:55.563 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7011 | 2024-12-21T05:24:57.218Z | [ recovery-image] Dec 21 05:24:55.583 INFO O| Dec 21 05:24:55.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
7012 | 2024-12-21T05:24:57.220Z | [ recovery-image] Dec 21 05:24:55.583 INFO O| Dec 21 05:24:55.583 INFO STEP 870 (remove_files) COMPLETE |
7013 | 2024-12-21T05:24:57.221Z | [ recovery-image] Dec 21 05:24:55.583 INFO O| Dec 21 05:24:55.583 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7014 | 2024-12-21T05:24:57.239Z | [ recovery-image] Dec 21 05:24:55.604 INFO O| Dec 21 05:24:55.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
7015 | 2024-12-21T05:24:57.241Z | [ recovery-image] Dec 21 05:24:55.604 INFO O| Dec 21 05:24:55.604 INFO STEP 871 (remove_files) COMPLETE |
7016 | 2024-12-21T05:24:57.242Z | [ recovery-image] Dec 21 05:24:55.604 INFO O| Dec 21 05:24:55.604 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7017 | 2024-12-21T05:24:57.266Z | [ recovery-image] Dec 21 05:24:55.630 INFO O| Dec 21 05:24:55.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
7018 | 2024-12-21T05:24:57.266Z | [ recovery-image] Dec 21 05:24:55.630 INFO O| Dec 21 05:24:55.630 INFO STEP 872 (remove_files) COMPLETE |
7019 | 2024-12-21T05:24:57.266Z | [ recovery-image] Dec 21 05:24:55.630 INFO O| Dec 21 05:24:55.630 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7020 | 2024-12-21T05:24:57.314Z | [ recovery-image] Dec 21 05:24:55.679 INFO O| Dec 21 05:24:55.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
7021 | 2024-12-21T05:24:57.317Z | [ recovery-image] Dec 21 05:24:55.682 INFO O| Dec 21 05:24:55.682 INFO STEP 873 (remove_files) COMPLETE |
7022 | 2024-12-21T05:24:57.317Z | [ recovery-image] Dec 21 05:24:55.682 INFO O| Dec 21 05:24:55.682 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7023 | 2024-12-21T05:24:57.337Z | [ recovery-image] Dec 21 05:24:55.702 INFO O| Dec 21 05:24:55.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
7024 | 2024-12-21T05:24:57.337Z | [ recovery-image] Dec 21 05:24:55.702 INFO O| Dec 21 05:24:55.702 INFO STEP 874 (remove_files) COMPLETE |
7025 | 2024-12-21T05:24:57.337Z | [ recovery-image] Dec 21 05:24:55.702 INFO O| Dec 21 05:24:55.702 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7026 | 2024-12-21T05:24:57.356Z | [ recovery-image] Dec 21 05:24:55.721 INFO O| Dec 21 05:24:55.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7027 | 2024-12-21T05:24:57.356Z | [ recovery-image] Dec 21 05:24:55.721 INFO O| Dec 21 05:24:55.721 INFO STEP 875 (remove_files) COMPLETE |
7028 | 2024-12-21T05:24:57.356Z | [ recovery-image] Dec 21 05:24:55.721 INFO O| Dec 21 05:24:55.721 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7029 | 2024-12-21T05:24:57.389Z | [ recovery-image] Dec 21 05:24:55.753 INFO O| Dec 21 05:24:55.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7030 | 2024-12-21T05:24:57.389Z | [ recovery-image] Dec 21 05:24:55.753 INFO O| Dec 21 05:24:55.753 INFO STEP 876 (remove_files) COMPLETE |
7031 | 2024-12-21T05:24:57.389Z | [ recovery-image] Dec 21 05:24:55.754 INFO O| Dec 21 05:24:55.753 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7032 | 2024-12-21T05:24:57.426Z | [ recovery-image] Dec 21 05:24:55.791 INFO O| Dec 21 05:24:55.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7033 | 2024-12-21T05:24:57.426Z | [ recovery-image] Dec 21 05:24:55.791 INFO O| Dec 21 05:24:55.791 INFO STEP 877 (remove_files) COMPLETE |
7034 | 2024-12-21T05:24:57.429Z | [ recovery-image] Dec 21 05:24:55.791 INFO O| Dec 21 05:24:55.791 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7035 | 2024-12-21T05:24:57.481Z | [ recovery-image] Dec 21 05:24:55.846 INFO O| Dec 21 05:24:55.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7036 | 2024-12-21T05:24:57.481Z | [ recovery-image] Dec 21 05:24:55.846 INFO O| Dec 21 05:24:55.846 INFO STEP 878 (remove_files) COMPLETE |
7037 | 2024-12-21T05:24:57.481Z | [ recovery-image] Dec 21 05:24:55.846 INFO O| Dec 21 05:24:55.846 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7038 | 2024-12-21T05:24:57.500Z | [ recovery-image] Dec 21 05:24:55.865 INFO O| Dec 21 05:24:55.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7039 | 2024-12-21T05:24:57.500Z | [ recovery-image] Dec 21 05:24:55.865 INFO O| Dec 21 05:24:55.865 INFO STEP 879 (remove_files) COMPLETE |
7040 | 2024-12-21T05:24:57.502Z | [ recovery-image] Dec 21 05:24:55.865 INFO O| Dec 21 05:24:55.865 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7041 | 2024-12-21T05:24:57.532Z | [ recovery-image] Dec 21 05:24:55.897 INFO O| Dec 21 05:24:55.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7042 | 2024-12-21T05:24:57.553Z | [ recovery-image] Dec 21 05:24:55.918 INFO O| Dec 21 05:24:55.918 INFO STEP 880 (remove_files) COMPLETE |
7043 | 2024-12-21T05:24:57.553Z | [ recovery-image] Dec 21 05:24:55.918 INFO O| Dec 21 05:24:55.918 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7044 | 2024-12-21T05:24:57.618Z | [ recovery-image] Dec 21 05:24:55.983 INFO O| Dec 21 05:24:55.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7045 | 2024-12-21T05:24:57.620Z | [ recovery-image] Dec 21 05:24:55.983 INFO O| Dec 21 05:24:55.983 INFO STEP 881 (remove_files) COMPLETE |
7046 | 2024-12-21T05:24:57.620Z | [ recovery-image] Dec 21 05:24:55.983 INFO O| Dec 21 05:24:55.983 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7047 | 2024-12-21T05:24:57.638Z | [ recovery-image] Dec 21 05:24:56.003 INFO O| Dec 21 05:24:56.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7048 | 2024-12-21T05:24:57.641Z | [ recovery-image] Dec 21 05:24:56.003 INFO O| Dec 21 05:24:56.003 INFO STEP 882 (remove_files) COMPLETE |
7049 | 2024-12-21T05:24:57.641Z | [ recovery-image] Dec 21 05:24:56.003 INFO O| Dec 21 05:24:56.003 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7050 | 2024-12-21T05:24:57.686Z | [ recovery-image] Dec 21 05:24:56.050 INFO O| Dec 21 05:24:56.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7051 | 2024-12-21T05:24:57.687Z | [ recovery-image] Dec 21 05:24:56.050 INFO O| Dec 21 05:24:56.050 INFO STEP 883 (remove_files) COMPLETE |
7052 | 2024-12-21T05:24:57.687Z | [ recovery-image] Dec 21 05:24:56.050 INFO O| Dec 21 05:24:56.050 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7053 | 2024-12-21T05:24:57.721Z | [ recovery-image] Dec 21 05:24:56.085 INFO O| Dec 21 05:24:56.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7054 | 2024-12-21T05:24:57.721Z | [ recovery-image] Dec 21 05:24:56.086 INFO O| Dec 21 05:24:56.086 INFO STEP 884 (remove_files) COMPLETE |
7055 | 2024-12-21T05:24:57.721Z | [ recovery-image] Dec 21 05:24:56.086 INFO O| Dec 21 05:24:56.086 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7056 | 2024-12-21T05:24:57.743Z | [ recovery-image] Dec 21 05:24:56.108 INFO O| Dec 21 05:24:56.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7057 | 2024-12-21T05:24:57.746Z | [ recovery-image] Dec 21 05:24:56.108 INFO O| Dec 21 05:24:56.108 INFO STEP 885 (remove_files) COMPLETE |
7058 | 2024-12-21T05:24:57.746Z | [ recovery-image] Dec 21 05:24:56.108 INFO O| Dec 21 05:24:56.108 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7059 | 2024-12-21T05:24:57.765Z | [ recovery-image] Dec 21 05:24:56.130 INFO O| Dec 21 05:24:56.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7060 | 2024-12-21T05:24:57.777Z | [ recovery-image] Dec 21 05:24:56.142 INFO O| Dec 21 05:24:56.142 INFO STEP 886 (remove_files) COMPLETE |
7061 | 2024-12-21T05:24:57.777Z | [ recovery-image] Dec 21 05:24:56.142 INFO O| Dec 21 05:24:56.142 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7062 | 2024-12-21T05:24:57.835Z | [ recovery-image] Dec 21 05:24:56.200 INFO O| Dec 21 05:24:56.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7063 | 2024-12-21T05:24:57.858Z | [ recovery-image] Dec 21 05:24:56.223 INFO O| Dec 21 05:24:56.223 INFO STEP 887 (remove_files) COMPLETE |
7064 | 2024-12-21T05:24:57.858Z | [ recovery-image] Dec 21 05:24:56.223 INFO O| Dec 21 05:24:56.223 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7065 | 2024-12-21T05:24:57.896Z | [ recovery-image] Dec 21 05:24:56.261 INFO O| Dec 21 05:24:56.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7066 | 2024-12-21T05:24:57.896Z | [ recovery-image] Dec 21 05:24:56.261 INFO O| Dec 21 05:24:56.261 INFO STEP 888 (remove_files) COMPLETE |
7067 | 2024-12-21T05:24:57.896Z | [ recovery-image] Dec 21 05:24:56.261 INFO O| Dec 21 05:24:56.261 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7068 | 2024-12-21T05:24:57.952Z | [ recovery-image] Dec 21 05:24:56.317 INFO O| Dec 21 05:24:56.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7069 | 2024-12-21T05:24:57.953Z | [ recovery-image] Dec 21 05:24:56.317 INFO O| Dec 21 05:24:56.317 INFO STEP 889 (remove_files) COMPLETE |
7070 | 2024-12-21T05:24:57.953Z | [ recovery-image] Dec 21 05:24:56.317 INFO O| Dec 21 05:24:56.317 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7071 | 2024-12-21T05:24:57.972Z | [ recovery-image] Dec 21 05:24:56.337 INFO O| Dec 21 05:24:56.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7072 | 2024-12-21T05:24:57.972Z | [ recovery-image] Dec 21 05:24:56.337 INFO O| Dec 21 05:24:56.337 INFO STEP 890 (remove_files) COMPLETE |
7073 | 2024-12-21T05:24:57.972Z | [ recovery-image] Dec 21 05:24:56.337 INFO O| Dec 21 05:24:56.337 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7074 | 2024-12-21T05:24:58.052Z | [ recovery-image] Dec 21 05:24:56.417 INFO O| Dec 21 05:24:56.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7075 | 2024-12-21T05:24:58.052Z | [ recovery-image] Dec 21 05:24:56.417 INFO O| Dec 21 05:24:56.417 INFO STEP 891 (remove_files) COMPLETE |
7076 | 2024-12-21T05:24:58.052Z | [ recovery-image] Dec 21 05:24:56.417 INFO O| Dec 21 05:24:56.417 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7077 | 2024-12-21T05:24:58.071Z | [ recovery-image] Dec 21 05:24:56.436 INFO O| Dec 21 05:24:56.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7078 | 2024-12-21T05:24:58.071Z | [ recovery-image] Dec 21 05:24:56.436 INFO O| Dec 21 05:24:56.436 INFO STEP 892 (remove_files) COMPLETE |
7079 | 2024-12-21T05:24:58.071Z | [ recovery-image] Dec 21 05:24:56.436 INFO O| Dec 21 05:24:56.436 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7080 | 2024-12-21T05:24:58.110Z | [ recovery-image] Dec 21 05:24:56.475 INFO O| Dec 21 05:24:56.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7081 | 2024-12-21T05:24:58.110Z | [ recovery-image] Dec 21 05:24:56.475 INFO O| Dec 21 05:24:56.475 INFO STEP 893 (remove_files) COMPLETE |
7082 | 2024-12-21T05:24:58.113Z | [ recovery-image] Dec 21 05:24:56.475 INFO O| Dec 21 05:24:56.475 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7083 | 2024-12-21T05:24:58.172Z | [ recovery-image] Dec 21 05:24:56.536 INFO O| Dec 21 05:24:56.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7084 | 2024-12-21T05:24:58.172Z | [ recovery-image] Dec 21 05:24:56.536 INFO O| Dec 21 05:24:56.536 INFO STEP 894 (remove_files) COMPLETE |
7085 | 2024-12-21T05:24:58.172Z | [ recovery-image] Dec 21 05:24:56.536 INFO O| Dec 21 05:24:56.536 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7086 | 2024-12-21T05:24:58.193Z | [ recovery-image] Dec 21 05:24:56.557 INFO O| Dec 21 05:24:56.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7087 | 2024-12-21T05:24:58.193Z | [ recovery-image] Dec 21 05:24:56.557 INFO O| Dec 21 05:24:56.557 INFO STEP 895 (remove_files) COMPLETE |
7088 | 2024-12-21T05:24:58.193Z | [ recovery-image] Dec 21 05:24:56.557 INFO O| Dec 21 05:24:56.557 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7089 | 2024-12-21T05:24:58.213Z | [ recovery-image] Dec 21 05:24:56.578 INFO O| Dec 21 05:24:56.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7090 | 2024-12-21T05:24:58.215Z | [ recovery-image] Dec 21 05:24:56.578 INFO O| Dec 21 05:24:56.578 INFO STEP 896 (remove_files) COMPLETE |
7091 | 2024-12-21T05:24:58.215Z | [ recovery-image] Dec 21 05:24:56.578 INFO O| Dec 21 05:24:56.578 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7092 | 2024-12-21T05:24:58.252Z | [ recovery-image] Dec 21 05:24:56.617 INFO O| Dec 21 05:24:56.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7093 | 2024-12-21T05:24:58.255Z | [ recovery-image] Dec 21 05:24:56.617 INFO O| Dec 21 05:24:56.617 INFO STEP 897 (remove_files) COMPLETE |
7094 | 2024-12-21T05:24:58.255Z | [ recovery-image] Dec 21 05:24:56.617 INFO O| Dec 21 05:24:56.617 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7095 | 2024-12-21T05:24:58.293Z | [ recovery-image] Dec 21 05:24:56.658 INFO O| Dec 21 05:24:56.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7096 | 2024-12-21T05:24:58.293Z | [ recovery-image] Dec 21 05:24:56.658 INFO O| Dec 21 05:24:56.658 INFO STEP 898 (remove_files) COMPLETE |
7097 | 2024-12-21T05:24:58.293Z | [ recovery-image] Dec 21 05:24:56.658 INFO O| Dec 21 05:24:56.658 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7098 | 2024-12-21T05:24:58.313Z | [ recovery-image] Dec 21 05:24:56.678 INFO O| Dec 21 05:24:56.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7099 | 2024-12-21T05:24:58.316Z | [ recovery-image] Dec 21 05:24:56.678 INFO O| Dec 21 05:24:56.678 INFO STEP 899 (remove_files) COMPLETE |
7100 | 2024-12-21T05:24:58.316Z | [ recovery-image] Dec 21 05:24:56.679 INFO O| Dec 21 05:24:56.678 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7101 | 2024-12-21T05:24:58.332Z | [ recovery-image] Dec 21 05:24:56.697 INFO O| Dec 21 05:24:56.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7102 | 2024-12-21T05:24:58.332Z | [ recovery-image] Dec 21 05:24:56.697 INFO O| Dec 21 05:24:56.697 INFO STEP 900 (remove_files) COMPLETE |
7103 | 2024-12-21T05:24:58.335Z | [ recovery-image] Dec 21 05:24:56.697 INFO O| Dec 21 05:24:56.697 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7104 | 2024-12-21T05:24:58.351Z | [ recovery-image] Dec 21 05:24:56.716 INFO O| Dec 21 05:24:56.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7105 | 2024-12-21T05:24:58.351Z | [ recovery-image] Dec 21 05:24:56.716 INFO O| Dec 21 05:24:56.716 INFO STEP 901 (remove_files) COMPLETE |
7106 | 2024-12-21T05:24:58.351Z | [ recovery-image] Dec 21 05:24:56.716 INFO O| Dec 21 05:24:56.716 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7107 | 2024-12-21T05:24:58.387Z | [ recovery-image] Dec 21 05:24:56.752 INFO O| Dec 21 05:24:56.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7108 | 2024-12-21T05:24:58.387Z | [ recovery-image] Dec 21 05:24:56.752 INFO O| Dec 21 05:24:56.752 INFO STEP 902 (remove_files) COMPLETE |
7109 | 2024-12-21T05:24:58.390Z | [ recovery-image] Dec 21 05:24:56.752 INFO O| Dec 21 05:24:56.752 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7110 | 2024-12-21T05:24:58.425Z | [ recovery-image] Dec 21 05:24:56.790 INFO O| Dec 21 05:24:56.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7111 | 2024-12-21T05:24:58.425Z | [ recovery-image] Dec 21 05:24:56.790 INFO O| Dec 21 05:24:56.790 INFO STEP 903 (remove_files) COMPLETE |
7112 | 2024-12-21T05:24:58.425Z | [ recovery-image] Dec 21 05:24:56.790 INFO O| Dec 21 05:24:56.790 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7113 | 2024-12-21T05:24:58.445Z | [ recovery-image] Dec 21 05:24:56.810 INFO O| Dec 21 05:24:56.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7114 | 2024-12-21T05:24:58.445Z | [ recovery-image] Dec 21 05:24:56.810 INFO O| Dec 21 05:24:56.810 INFO STEP 904 (remove_files) COMPLETE |
7115 | 2024-12-21T05:24:58.445Z | [ recovery-image] Dec 21 05:24:56.810 INFO O| Dec 21 05:24:56.810 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7116 | 2024-12-21T05:24:58.504Z | [ recovery-image] Dec 21 05:24:56.869 INFO O| Dec 21 05:24:56.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7117 | 2024-12-21T05:24:58.504Z | [ recovery-image] Dec 21 05:24:56.869 INFO O| Dec 21 05:24:56.869 INFO STEP 905 (remove_files) COMPLETE |
7118 | 2024-12-21T05:24:58.504Z | [ recovery-image] Dec 21 05:24:56.869 INFO O| Dec 21 05:24:56.869 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7119 | 2024-12-21T05:24:58.547Z | [ recovery-image] Dec 21 05:24:56.911 INFO O| Dec 21 05:24:56.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7120 | 2024-12-21T05:24:58.547Z | [ recovery-image] Dec 21 05:24:56.911 INFO O| Dec 21 05:24:56.911 INFO STEP 906 (remove_files) COMPLETE |
7121 | 2024-12-21T05:24:58.547Z | [ recovery-image] Dec 21 05:24:56.911 INFO O| Dec 21 05:24:56.911 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7122 | 2024-12-21T05:24:58.583Z | [ recovery-image] Dec 21 05:24:56.947 INFO O| Dec 21 05:24:56.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7123 | 2024-12-21T05:24:58.583Z | [ recovery-image] Dec 21 05:24:56.947 INFO O| Dec 21 05:24:56.947 INFO STEP 907 (remove_files) COMPLETE |
7124 | 2024-12-21T05:24:58.583Z | [ recovery-image] Dec 21 05:24:56.947 INFO O| Dec 21 05:24:56.947 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7125 | 2024-12-21T05:24:58.622Z | [ recovery-image] Dec 21 05:24:56.986 INFO O| Dec 21 05:24:56.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7126 | 2024-12-21T05:24:58.622Z | [ recovery-image] Dec 21 05:24:56.986 INFO O| Dec 21 05:24:56.986 INFO STEP 908 (remove_files) COMPLETE |
7127 | 2024-12-21T05:24:58.622Z | [ recovery-image] Dec 21 05:24:56.986 INFO O| Dec 21 05:24:56.986 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7128 | 2024-12-21T05:24:58.661Z | [ recovery-image] Dec 21 05:24:57.026 INFO O| Dec 21 05:24:57.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7129 | 2024-12-21T05:24:58.687Z | [ recovery-image] Dec 21 05:24:57.052 INFO O| Dec 21 05:24:57.052 INFO STEP 909 (remove_files) COMPLETE |
7130 | 2024-12-21T05:24:58.687Z | [ recovery-image] Dec 21 05:24:57.052 INFO O| Dec 21 05:24:57.052 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7131 | 2024-12-21T05:24:58.739Z | [ recovery-image] Dec 21 05:24:57.104 INFO O| Dec 21 05:24:57.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7132 | 2024-12-21T05:24:58.739Z | [ recovery-image] Dec 21 05:24:57.104 INFO O| Dec 21 05:24:57.088 INFO STEP 910 (remove_files) COMPLETE |
7133 | 2024-12-21T05:24:58.751Z | [ recovery-image] Dec 21 05:24:57.104 INFO O| Dec 21 05:24:57.088 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7134 | 2024-12-21T05:24:58.820Z | [ recovery-image] Dec 21 05:24:57.185 INFO O| Dec 21 05:24:57.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7135 | 2024-12-21T05:24:58.820Z | [ recovery-image] Dec 21 05:24:57.185 INFO O| Dec 21 05:24:57.185 INFO STEP 911 (remove_files) COMPLETE |
7136 | 2024-12-21T05:24:58.820Z | [ recovery-image] Dec 21 05:24:57.185 INFO O| Dec 21 05:24:57.185 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7137 | 2024-12-21T05:24:58.852Z | [ recovery-image] Dec 21 05:24:57.216 INFO O| Dec 21 05:24:57.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7138 | 2024-12-21T05:24:58.854Z | [ recovery-image] Dec 21 05:24:57.217 INFO O| Dec 21 05:24:57.217 INFO STEP 912 (remove_files) COMPLETE |
7139 | 2024-12-21T05:24:58.854Z | [ recovery-image] Dec 21 05:24:57.217 INFO O| Dec 21 05:24:57.217 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7140 | 2024-12-21T05:24:58.871Z | [ recovery-image] Dec 21 05:24:57.236 INFO O| Dec 21 05:24:57.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7141 | 2024-12-21T05:24:58.874Z | [ recovery-image] Dec 21 05:24:57.236 INFO O| Dec 21 05:24:57.236 INFO STEP 913 (remove_files) COMPLETE |
7142 | 2024-12-21T05:24:58.874Z | [ recovery-image] Dec 21 05:24:57.237 INFO O| Dec 21 05:24:57.236 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7143 | 2024-12-21T05:24:58.899Z | [ recovery-image] Dec 21 05:24:57.264 INFO O| Dec 21 05:24:57.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7144 | 2024-12-21T05:24:58.899Z | [ recovery-image] Dec 21 05:24:57.264 INFO O| Dec 21 05:24:57.264 INFO STEP 914 (remove_files) COMPLETE |
7145 | 2024-12-21T05:24:58.902Z | [ recovery-image] Dec 21 05:24:57.264 INFO O| Dec 21 05:24:57.264 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7146 | 2024-12-21T05:24:58.956Z | [ recovery-image] Dec 21 05:24:57.321 INFO O| Dec 21 05:24:57.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7147 | 2024-12-21T05:24:58.956Z | [ recovery-image] Dec 21 05:24:57.321 INFO O| Dec 21 05:24:57.321 INFO STEP 915 (remove_files) COMPLETE |
7148 | 2024-12-21T05:24:58.958Z | [ recovery-image] Dec 21 05:24:57.321 INFO O| Dec 21 05:24:57.321 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7149 | 2024-12-21T05:24:59.054Z | [ recovery-image] Dec 21 05:24:57.418 INFO O| Dec 21 05:24:57.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7150 | 2024-12-21T05:24:59.054Z | [ recovery-image] Dec 21 05:24:57.418 INFO O| Dec 21 05:24:57.418 INFO STEP 916 (remove_files) COMPLETE |
7151 | 2024-12-21T05:24:59.054Z | [ recovery-image] Dec 21 05:24:57.418 INFO O| Dec 21 05:24:57.418 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7152 | 2024-12-21T05:24:59.073Z | [ recovery-image] Dec 21 05:24:57.438 INFO O| Dec 21 05:24:57.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7153 | 2024-12-21T05:24:59.073Z | [ recovery-image] Dec 21 05:24:57.438 INFO O| Dec 21 05:24:57.438 INFO STEP 917 (remove_files) COMPLETE |
7154 | 2024-12-21T05:24:59.073Z | [ recovery-image] Dec 21 05:24:57.438 INFO O| Dec 21 05:24:57.438 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2024-12-21T05:24:59.108Z | [ recovery-image] Dec 21 05:24:57.472 INFO O| Dec 21 05:24:57.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7156 | 2024-12-21T05:24:59.108Z | [ recovery-image] Dec 21 05:24:57.472 INFO O| Dec 21 05:24:57.472 INFO STEP 918 (remove_files) COMPLETE |
7157 | 2024-12-21T05:24:59.108Z | [ recovery-image] Dec 21 05:24:57.472 INFO O| Dec 21 05:24:57.472 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2024-12-21T05:24:59.146Z | [ recovery-image] Dec 21 05:24:57.511 INFO O| Dec 21 05:24:57.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7159 | 2024-12-21T05:24:59.146Z | [ recovery-image] Dec 21 05:24:57.511 INFO O| Dec 21 05:24:57.511 INFO STEP 919 (remove_files) COMPLETE |
7160 | 2024-12-21T05:24:59.146Z | [ recovery-image] Dec 21 05:24:57.511 INFO O| Dec 21 05:24:57.511 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7161 | 2024-12-21T05:24:59.165Z | [ recovery-image] Dec 21 05:24:57.530 INFO O| Dec 21 05:24:57.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7162 | 2024-12-21T05:24:59.165Z | [ recovery-image] Dec 21 05:24:57.531 INFO O| Dec 21 05:24:57.530 INFO STEP 920 (remove_files) COMPLETE |
7163 | 2024-12-21T05:24:59.168Z | [ recovery-image] Dec 21 05:24:57.531 INFO O| Dec 21 05:24:57.531 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7164 | 2024-12-21T05:24:59.185Z | [ recovery-image] Dec 21 05:24:57.549 INFO O| Dec 21 05:24:57.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7165 | 2024-12-21T05:24:59.185Z | [ recovery-image] Dec 21 05:24:57.549 INFO O| Dec 21 05:24:57.549 INFO STEP 921 (remove_files) COMPLETE |
7166 | 2024-12-21T05:24:59.185Z | [ recovery-image] Dec 21 05:24:57.549 INFO O| Dec 21 05:24:57.549 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7167 | 2024-12-21T05:24:59.204Z | [ recovery-image] Dec 21 05:24:57.568 INFO O| Dec 21 05:24:57.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7168 | 2024-12-21T05:24:59.204Z | [ recovery-image] Dec 21 05:24:57.568 INFO O| Dec 21 05:24:57.568 INFO STEP 922 (remove_files) COMPLETE |
7169 | 2024-12-21T05:24:59.204Z | [ recovery-image] Dec 21 05:24:57.568 INFO O| Dec 21 05:24:57.568 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2024-12-21T05:24:59.222Z | [ recovery-image] Dec 21 05:24:57.586 INFO O| Dec 21 05:24:57.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7171 | 2024-12-21T05:24:59.222Z | [ recovery-image] Dec 21 05:24:57.586 INFO O| Dec 21 05:24:57.586 INFO STEP 923 (remove_files) COMPLETE |
7172 | 2024-12-21T05:24:59.222Z | [ recovery-image] Dec 21 05:24:57.586 INFO O| Dec 21 05:24:57.586 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2024-12-21T05:24:59.244Z | [ recovery-image] Dec 21 05:24:57.609 INFO O| Dec 21 05:24:57.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7174 | 2024-12-21T05:24:59.244Z | [ recovery-image] Dec 21 05:24:57.609 INFO O| Dec 21 05:24:57.609 INFO STEP 924 (remove_files) COMPLETE |
7175 | 2024-12-21T05:24:59.244Z | [ recovery-image] Dec 21 05:24:57.609 INFO O| Dec 21 05:24:57.609 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2024-12-21T05:24:59.296Z | [ recovery-image] Dec 21 05:24:57.661 INFO O| Dec 21 05:24:57.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7177 | 2024-12-21T05:24:59.297Z | [ recovery-image] Dec 21 05:24:57.661 INFO O| Dec 21 05:24:57.661 INFO STEP 925 (remove_files) COMPLETE |
7178 | 2024-12-21T05:24:59.299Z | [ recovery-image] Dec 21 05:24:57.661 INFO O| Dec 21 05:24:57.661 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2024-12-21T05:24:59.337Z | [ recovery-image] Dec 21 05:24:57.702 INFO O| Dec 21 05:24:57.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7180 | 2024-12-21T05:24:59.337Z | [ recovery-image] Dec 21 05:24:57.702 INFO O| Dec 21 05:24:57.702 INFO STEP 926 (remove_files) COMPLETE |
7181 | 2024-12-21T05:24:59.340Z | [ recovery-image] Dec 21 05:24:57.702 INFO O| Dec 21 05:24:57.702 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2024-12-21T05:24:59.400Z | [ recovery-image] Dec 21 05:24:57.763 INFO O| Dec 21 05:24:57.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7183 | 2024-12-21T05:24:59.400Z | [ recovery-image] Dec 21 05:24:57.763 INFO O| Dec 21 05:24:57.763 INFO STEP 927 (remove_files) COMPLETE |
7184 | 2024-12-21T05:24:59.400Z | [ recovery-image] Dec 21 05:24:57.763 INFO O| Dec 21 05:24:57.763 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7185 | 2024-12-21T05:24:59.432Z | [ recovery-image] Dec 21 05:24:57.791 INFO O| Dec 21 05:24:57.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7186 | 2024-12-21T05:24:59.433Z | [ recovery-image] Dec 21 05:24:57.791 INFO O| Dec 21 05:24:57.791 INFO STEP 928 (remove_files) COMPLETE |
7187 | 2024-12-21T05:24:59.435Z | [ recovery-image] Dec 21 05:24:57.791 INFO O| Dec 21 05:24:57.791 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7188 | 2024-12-21T05:24:59.446Z | [ recovery-image] Dec 21 05:24:57.811 INFO O| Dec 21 05:24:57.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7189 | 2024-12-21T05:24:59.446Z | [ recovery-image] Dec 21 05:24:57.811 INFO O| Dec 21 05:24:57.811 INFO STEP 929 (remove_files) COMPLETE |
7190 | 2024-12-21T05:24:59.449Z | [ recovery-image] Dec 21 05:24:57.811 INFO O| Dec 21 05:24:57.811 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7191 | 2024-12-21T05:24:59.478Z | [ recovery-image] Dec 21 05:24:57.843 INFO O| Dec 21 05:24:57.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7192 | 2024-12-21T05:24:59.478Z | [ recovery-image] Dec 21 05:24:57.843 INFO O| Dec 21 05:24:57.843 INFO STEP 930 (remove_files) COMPLETE |
7193 | 2024-12-21T05:24:59.481Z | [ recovery-image] Dec 21 05:24:57.843 INFO O| Dec 21 05:24:57.843 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7194 | 2024-12-21T05:24:59.498Z | [ recovery-image] Dec 21 05:24:57.863 INFO O| Dec 21 05:24:57.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7195 | 2024-12-21T05:24:59.501Z | [ recovery-image] Dec 21 05:24:57.863 INFO O| Dec 21 05:24:57.863 INFO STEP 931 (remove_files) COMPLETE |
7196 | 2024-12-21T05:24:59.501Z | [ recovery-image] Dec 21 05:24:57.863 INFO O| Dec 21 05:24:57.863 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7197 | 2024-12-21T05:24:59.518Z | [ recovery-image] Dec 21 05:24:57.882 INFO O| Dec 21 05:24:57.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7198 | 2024-12-21T05:24:59.518Z | [ recovery-image] Dec 21 05:24:57.882 INFO O| Dec 21 05:24:57.882 INFO STEP 932 (remove_files) COMPLETE |
7199 | 2024-12-21T05:24:59.518Z | [ recovery-image] Dec 21 05:24:57.882 INFO O| Dec 21 05:24:57.882 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2024-12-21T05:24:59.536Z | [ recovery-image] Dec 21 05:24:57.901 INFO O| Dec 21 05:24:57.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7201 | 2024-12-21T05:24:59.536Z | [ recovery-image] Dec 21 05:24:57.901 INFO O| Dec 21 05:24:57.901 INFO STEP 933 (remove_files) COMPLETE |
7202 | 2024-12-21T05:24:59.539Z | [ recovery-image] Dec 21 05:24:57.901 INFO O| Dec 21 05:24:57.901 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7203 | 2024-12-21T05:24:59.566Z | [ recovery-image] Dec 21 05:24:57.931 INFO O| Dec 21 05:24:57.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7204 | 2024-12-21T05:24:59.571Z | [ recovery-image] Dec 21 05:24:57.931 INFO O| Dec 21 05:24:57.931 INFO STEP 934 (remove_files) COMPLETE |
7205 | 2024-12-21T05:24:59.571Z | [ recovery-image] Dec 21 05:24:57.931 INFO O| Dec 21 05:24:57.931 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7206 | 2024-12-21T05:24:59.632Z | [ recovery-image] Dec 21 05:24:57.996 INFO O| Dec 21 05:24:57.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7207 | 2024-12-21T05:24:59.635Z | [ recovery-image] Dec 21 05:24:57.997 INFO O| Dec 21 05:24:57.997 INFO STEP 935 (remove_files) COMPLETE |
7208 | 2024-12-21T05:24:59.635Z | [ recovery-image] Dec 21 05:24:57.997 INFO O| Dec 21 05:24:57.997 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7209 | 2024-12-21T05:24:59.656Z | [ recovery-image] Dec 21 05:24:58.021 INFO O| Dec 21 05:24:58.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7210 | 2024-12-21T05:24:59.659Z | [ recovery-image] Dec 21 05:24:58.021 INFO O| Dec 21 05:24:58.021 INFO STEP 936 (remove_files) COMPLETE |
7211 | 2024-12-21T05:24:59.659Z | [ recovery-image] Dec 21 05:24:58.021 INFO O| Dec 21 05:24:58.021 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7212 | 2024-12-21T05:24:59.678Z | [ recovery-image] Dec 21 05:24:58.042 INFO O| Dec 21 05:24:58.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7213 | 2024-12-21T05:24:59.680Z | [ recovery-image] Dec 21 05:24:58.043 INFO O| Dec 21 05:24:58.042 INFO STEP 937 (remove_files) COMPLETE |
7214 | 2024-12-21T05:24:59.680Z | [ recovery-image] Dec 21 05:24:58.043 INFO O| Dec 21 05:24:58.043 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7215 | 2024-12-21T05:24:59.697Z | [ recovery-image] Dec 21 05:24:58.062 INFO O| Dec 21 05:24:58.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7216 | 2024-12-21T05:24:59.718Z | [ recovery-image] Dec 21 05:24:58.083 INFO O| Dec 21 05:24:58.083 INFO STEP 938 (remove_files) COMPLETE |
7217 | 2024-12-21T05:24:59.718Z | [ recovery-image] Dec 21 05:24:58.083 INFO O| Dec 21 05:24:58.083 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7218 | 2024-12-21T05:24:59.750Z | [ recovery-image] Dec 21 05:24:58.115 INFO O| Dec 21 05:24:58.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7219 | 2024-12-21T05:24:59.750Z | [ recovery-image] Dec 21 05:24:58.115 INFO O| Dec 21 05:24:58.115 INFO STEP 939 (remove_files) COMPLETE |
7220 | 2024-12-21T05:24:59.750Z | [ recovery-image] Dec 21 05:24:58.115 INFO O| Dec 21 05:24:58.115 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7221 | 2024-12-21T05:24:59.788Z | [ recovery-image] Dec 21 05:24:58.152 INFO O| Dec 21 05:24:58.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7222 | 2024-12-21T05:24:59.788Z | [ recovery-image] Dec 21 05:24:58.152 INFO O| Dec 21 05:24:58.152 INFO STEP 940 (remove_files) COMPLETE |
7223 | 2024-12-21T05:24:59.788Z | [ recovery-image] Dec 21 05:24:58.153 INFO O| Dec 21 05:24:58.152 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7224 | 2024-12-21T05:24:59.822Z | [ recovery-image] Dec 21 05:24:58.187 INFO O| Dec 21 05:24:58.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7225 | 2024-12-21T05:24:59.824Z | [ recovery-image] Dec 21 05:24:58.187 INFO O| Dec 21 05:24:58.187 INFO STEP 941 (remove_files) COMPLETE |
7226 | 2024-12-21T05:24:59.825Z | [ recovery-image] Dec 21 05:24:58.187 INFO O| Dec 21 05:24:58.187 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7227 | 2024-12-21T05:24:59.856Z | [ recovery-image] Dec 21 05:24:58.221 INFO O| Dec 21 05:24:58.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7228 | 2024-12-21T05:24:59.857Z | [ recovery-image] Dec 21 05:24:58.221 INFO O| Dec 21 05:24:58.221 INFO STEP 942 (remove_files) COMPLETE |
7229 | 2024-12-21T05:24:59.857Z | [ recovery-image] Dec 21 05:24:58.221 INFO O| Dec 21 05:24:58.221 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7230 | 2024-12-21T05:24:59.877Z | [ recovery-image] Dec 21 05:24:58.242 INFO O| Dec 21 05:24:58.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7231 | 2024-12-21T05:24:59.880Z | [ recovery-image] Dec 21 05:24:58.242 INFO O| Dec 21 05:24:58.242 INFO STEP 943 (remove_files) COMPLETE |
7232 | 2024-12-21T05:24:59.880Z | [ recovery-image] Dec 21 05:24:58.242 INFO O| Dec 21 05:24:58.242 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7233 | 2024-12-21T05:24:59.898Z | [ recovery-image] Dec 21 05:24:58.262 INFO O| Dec 21 05:24:58.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7234 | 2024-12-21T05:24:59.898Z | [ recovery-image] Dec 21 05:24:58.262 INFO O| Dec 21 05:24:58.262 INFO STEP 944 (remove_files) COMPLETE |
7235 | 2024-12-21T05:24:59.898Z | [ recovery-image] Dec 21 05:24:58.262 INFO O| Dec 21 05:24:58.262 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7236 | 2024-12-21T05:24:59.917Z | [ recovery-image] Dec 21 05:24:58.281 INFO O| Dec 21 05:24:58.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7237 | 2024-12-21T05:24:59.917Z | [ recovery-image] Dec 21 05:24:58.281 INFO O| Dec 21 05:24:58.281 INFO STEP 945 (remove_files) COMPLETE |
7238 | 2024-12-21T05:24:59.917Z | [ recovery-image] Dec 21 05:24:58.281 INFO O| Dec 21 05:24:58.281 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7239 | 2024-12-21T05:24:59.946Z | [ recovery-image] Dec 21 05:24:58.311 INFO O| Dec 21 05:24:58.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7240 | 2024-12-21T05:24:59.949Z | [ recovery-image] Dec 21 05:24:58.311 INFO O| Dec 21 05:24:58.311 INFO STEP 946 (remove_files) COMPLETE |
7241 | 2024-12-21T05:24:59.949Z | [ recovery-image] Dec 21 05:24:58.312 INFO O| Dec 21 05:24:58.311 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7242 | 2024-12-21T05:24:59.968Z | [ recovery-image] Dec 21 05:24:58.332 INFO O| Dec 21 05:24:58.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7243 | 2024-12-21T05:24:59.970Z | [ recovery-image] Dec 21 05:24:58.333 INFO O| Dec 21 05:24:58.332 INFO STEP 947 (remove_files) COMPLETE |
7244 | 2024-12-21T05:24:59.970Z | [ recovery-image] Dec 21 05:24:58.333 INFO O| Dec 21 05:24:58.333 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7245 | 2024-12-21T05:24:59.987Z | [ recovery-image] Dec 21 05:24:58.352 INFO O| Dec 21 05:24:58.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7246 | 2024-12-21T05:24:59.990Z | [ recovery-image] Dec 21 05:24:58.353 INFO O| Dec 21 05:24:58.352 INFO STEP 948 (remove_files) COMPLETE |
7247 | 2024-12-21T05:24:59.990Z | [ recovery-image] Dec 21 05:24:58.353 INFO O| Dec 21 05:24:58.353 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7248 | 2024-12-21T05:25:00.008Z | [ recovery-image] Dec 21 05:24:58.373 INFO O| Dec 21 05:24:58.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7249 | 2024-12-21T05:25:00.008Z | [ recovery-image] Dec 21 05:24:58.373 INFO O| Dec 21 05:24:58.373 INFO STEP 949 (remove_files) COMPLETE |
7250 | 2024-12-21T05:25:00.008Z | [ recovery-image] Dec 21 05:24:58.373 INFO O| Dec 21 05:24:58.373 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7251 | 2024-12-21T05:25:00.033Z | [ recovery-image] Dec 21 05:24:58.394 INFO O| Dec 21 05:24:58.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7252 | 2024-12-21T05:25:00.033Z | [ recovery-image] Dec 21 05:24:58.398 INFO O| Dec 21 05:24:58.395 INFO STEP 950 (remove_files) COMPLETE |
7253 | 2024-12-21T05:25:00.036Z | [ recovery-image] Dec 21 05:24:58.398 INFO O| Dec 21 05:24:58.395 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7254 | 2024-12-21T05:25:00.051Z | [ recovery-image] Dec 21 05:24:58.415 INFO O| Dec 21 05:24:58.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7255 | 2024-12-21T05:25:00.051Z | [ recovery-image] Dec 21 05:24:58.415 INFO O| Dec 21 05:24:58.415 INFO STEP 951 (remove_files) COMPLETE |
7256 | 2024-12-21T05:25:00.051Z | [ recovery-image] Dec 21 05:24:58.415 INFO O| Dec 21 05:24:58.415 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7257 | 2024-12-21T05:25:00.087Z | [ recovery-image] Dec 21 05:24:58.452 INFO O| Dec 21 05:24:58.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7258 | 2024-12-21T05:25:00.090Z | [ recovery-image] Dec 21 05:24:58.452 INFO O| Dec 21 05:24:58.452 INFO STEP 952 (remove_files) COMPLETE |
7259 | 2024-12-21T05:25:00.090Z | [ recovery-image] Dec 21 05:24:58.452 INFO O| Dec 21 05:24:58.452 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7260 | 2024-12-21T05:25:00.131Z | [ recovery-image] Dec 21 05:24:58.496 INFO O| Dec 21 05:24:58.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7261 | 2024-12-21T05:25:00.134Z | [ recovery-image] Dec 21 05:24:58.496 INFO O| Dec 21 05:24:58.496 INFO STEP 953 (remove_files) COMPLETE |
7262 | 2024-12-21T05:25:00.134Z | [ recovery-image] Dec 21 05:24:58.497 INFO O| Dec 21 05:24:58.496 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7263 | 2024-12-21T05:25:00.151Z | [ recovery-image] Dec 21 05:24:58.516 INFO O| Dec 21 05:24:58.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7264 | 2024-12-21T05:25:00.154Z | [ recovery-image] Dec 21 05:24:58.516 INFO O| Dec 21 05:24:58.516 INFO STEP 954 (remove_files) COMPLETE |
7265 | 2024-12-21T05:25:00.154Z | [ recovery-image] Dec 21 05:24:58.517 INFO O| Dec 21 05:24:58.516 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7266 | 2024-12-21T05:25:00.170Z | [ recovery-image] Dec 21 05:24:58.535 INFO O| Dec 21 05:24:58.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7267 | 2024-12-21T05:25:00.183Z | [ recovery-image] Dec 21 05:24:58.547 INFO O| Dec 21 05:24:58.547 INFO STEP 955 (remove_files) COMPLETE |
7268 | 2024-12-21T05:25:00.183Z | [ recovery-image] Dec 21 05:24:58.547 INFO O| Dec 21 05:24:58.547 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7269 | 2024-12-21T05:25:00.203Z | [ recovery-image] Dec 21 05:24:58.568 INFO O| Dec 21 05:24:58.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7270 | 2024-12-21T05:25:00.207Z | [ recovery-image] Dec 21 05:24:58.568 INFO O| Dec 21 05:24:58.568 INFO STEP 956 (remove_files) COMPLETE |
7271 | 2024-12-21T05:25:00.207Z | [ recovery-image] Dec 21 05:24:58.568 INFO O| Dec 21 05:24:58.568 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7272 | 2024-12-21T05:25:00.223Z | [ recovery-image] Dec 21 05:24:58.587 INFO O| Dec 21 05:24:58.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7273 | 2024-12-21T05:25:00.223Z | [ recovery-image] Dec 21 05:24:58.587 INFO O| Dec 21 05:24:58.587 INFO STEP 957 (remove_files) COMPLETE |
7274 | 2024-12-21T05:25:00.223Z | [ recovery-image] Dec 21 05:24:58.587 INFO O| Dec 21 05:24:58.587 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7275 | 2024-12-21T05:25:00.243Z | [ recovery-image] Dec 21 05:24:58.608 INFO O| Dec 21 05:24:58.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7276 | 2024-12-21T05:25:00.246Z | [ recovery-image] Dec 21 05:24:58.608 INFO O| Dec 21 05:24:58.608 INFO STEP 958 (remove_files) COMPLETE |
7277 | 2024-12-21T05:25:00.246Z | [ recovery-image] Dec 21 05:24:58.608 INFO O| Dec 21 05:24:58.608 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7278 | 2024-12-21T05:25:00.283Z | [ recovery-image] Dec 21 05:24:58.647 INFO O| Dec 21 05:24:58.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7279 | 2024-12-21T05:25:00.283Z | [ recovery-image] Dec 21 05:24:58.647 INFO O| Dec 21 05:24:58.647 INFO STEP 959 (remove_files) COMPLETE |
7280 | 2024-12-21T05:25:00.283Z | [ recovery-image] Dec 21 05:24:58.647 INFO O| Dec 21 05:24:58.647 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7281 | 2024-12-21T05:25:00.343Z | [ recovery-image] Dec 21 05:24:58.708 INFO O| Dec 21 05:24:58.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7282 | 2024-12-21T05:25:00.343Z | [ recovery-image] Dec 21 05:24:58.708 INFO O| Dec 21 05:24:58.708 INFO STEP 960 (remove_files) COMPLETE |
7283 | 2024-12-21T05:25:00.343Z | [ recovery-image] Dec 21 05:24:58.708 INFO O| Dec 21 05:24:58.708 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7284 | 2024-12-21T05:25:00.362Z | [ recovery-image] Dec 21 05:24:58.727 INFO O| Dec 21 05:24:58.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7285 | 2024-12-21T05:25:00.362Z | [ recovery-image] Dec 21 05:24:58.727 INFO O| Dec 21 05:24:58.727 INFO STEP 961 (remove_files) COMPLETE |
7286 | 2024-12-21T05:25:00.362Z | [ recovery-image] Dec 21 05:24:58.727 INFO O| Dec 21 05:24:58.727 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7287 | 2024-12-21T05:25:00.381Z | [ recovery-image] Dec 21 05:24:58.746 INFO O| Dec 21 05:24:58.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7288 | 2024-12-21T05:25:00.381Z | [ recovery-image] Dec 21 05:24:58.746 INFO O| Dec 21 05:24:58.746 INFO STEP 962 (remove_files) COMPLETE |
7289 | 2024-12-21T05:25:00.384Z | [ recovery-image] Dec 21 05:24:58.746 INFO O| Dec 21 05:24:58.746 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7290 | 2024-12-21T05:25:00.401Z | [ recovery-image] Dec 21 05:24:58.766 INFO O| Dec 21 05:24:58.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7291 | 2024-12-21T05:25:00.401Z | [ recovery-image] Dec 21 05:24:58.766 INFO O| Dec 21 05:24:58.766 INFO STEP 963 (remove_files) COMPLETE |
7292 | 2024-12-21T05:25:00.401Z | [ recovery-image] Dec 21 05:24:58.766 INFO O| Dec 21 05:24:58.766 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7293 | 2024-12-21T05:25:00.425Z | [ recovery-image] Dec 21 05:24:58.790 INFO O| Dec 21 05:24:58.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7294 | 2024-12-21T05:25:00.428Z | [ recovery-image] Dec 21 05:24:58.791 INFO O| Dec 21 05:24:58.790 INFO STEP 964 (remove_files) COMPLETE |
7295 | 2024-12-21T05:25:00.428Z | [ recovery-image] Dec 21 05:24:58.791 INFO O| Dec 21 05:24:58.791 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7296 | 2024-12-21T05:25:00.458Z | [ recovery-image] Dec 21 05:24:58.823 INFO O| Dec 21 05:24:58.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7297 | 2024-12-21T05:25:00.461Z | [ recovery-image] Dec 21 05:24:58.824 INFO O| Dec 21 05:24:58.823 INFO STEP 965 (remove_files) COMPLETE |
7298 | 2024-12-21T05:25:00.461Z | [ recovery-image] Dec 21 05:24:58.824 INFO O| Dec 21 05:24:58.823 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7299 | 2024-12-21T05:25:00.543Z | [ recovery-image] Dec 21 05:24:58.907 INFO O| Dec 21 05:24:58.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7300 | 2024-12-21T05:25:00.545Z | [ recovery-image] Dec 21 05:24:58.908 INFO O| Dec 21 05:24:58.908 INFO STEP 966 (remove_files) COMPLETE |
7301 | 2024-12-21T05:25:00.546Z | [ recovery-image] Dec 21 05:24:58.908 INFO O| Dec 21 05:24:58.908 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7302 | 2024-12-21T05:25:00.562Z | [ recovery-image] Dec 21 05:24:58.927 INFO O| Dec 21 05:24:58.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7303 | 2024-12-21T05:25:00.565Z | [ recovery-image] Dec 21 05:24:58.927 INFO O| Dec 21 05:24:58.927 INFO STEP 967 (remove_files) COMPLETE |
7304 | 2024-12-21T05:25:00.565Z | [ recovery-image] Dec 21 05:24:58.927 INFO O| Dec 21 05:24:58.927 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7305 | 2024-12-21T05:25:00.582Z | [ recovery-image] Dec 21 05:24:58.946 INFO O| Dec 21 05:24:58.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7306 | 2024-12-21T05:25:00.582Z | [ recovery-image] Dec 21 05:24:58.946 INFO O| Dec 21 05:24:58.946 INFO STEP 968 (remove_files) COMPLETE |
7307 | 2024-12-21T05:25:00.584Z | [ recovery-image] Dec 21 05:24:58.947 INFO O| Dec 21 05:24:58.947 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7308 | 2024-12-21T05:25:00.610Z | [ recovery-image] Dec 21 05:24:58.975 INFO O| Dec 21 05:24:58.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7309 | 2024-12-21T05:25:00.610Z | [ recovery-image] Dec 21 05:24:58.975 INFO O| Dec 21 05:24:58.975 INFO STEP 969 (remove_files) COMPLETE |
7310 | 2024-12-21T05:25:00.613Z | [ recovery-image] Dec 21 05:24:58.975 INFO O| Dec 21 05:24:58.975 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7311 | 2024-12-21T05:25:00.632Z | [ recovery-image] Dec 21 05:24:58.996 INFO O| Dec 21 05:24:58.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7312 | 2024-12-21T05:25:00.632Z | [ recovery-image] Dec 21 05:24:58.997 INFO O| Dec 21 05:24:58.996 INFO STEP 970 (remove_files) COMPLETE |
7313 | 2024-12-21T05:25:00.632Z | [ recovery-image] Dec 21 05:24:58.997 INFO O| Dec 21 05:24:58.996 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7314 | 2024-12-21T05:25:00.653Z | [ recovery-image] Dec 21 05:24:59.017 INFO O| Dec 21 05:24:59.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7315 | 2024-12-21T05:25:00.653Z | [ recovery-image] Dec 21 05:24:59.017 INFO O| Dec 21 05:24:59.017 INFO STEP 971 (remove_files) COMPLETE |
7316 | 2024-12-21T05:25:00.653Z | [ recovery-image] Dec 21 05:24:59.017 INFO O| Dec 21 05:24:59.017 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7317 | 2024-12-21T05:25:00.671Z | [ recovery-image] Dec 21 05:24:59.036 INFO O| Dec 21 05:24:59.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7318 | 2024-12-21T05:25:00.672Z | [ recovery-image] Dec 21 05:24:59.036 INFO O| Dec 21 05:24:59.036 INFO STEP 972 (remove_files) COMPLETE |
7319 | 2024-12-21T05:25:00.674Z | [ recovery-image] Dec 21 05:24:59.036 INFO O| Dec 21 05:24:59.036 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7320 | 2024-12-21T05:25:00.691Z | [ recovery-image] Dec 21 05:24:59.055 INFO O| Dec 21 05:24:59.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7321 | 2024-12-21T05:25:00.691Z | [ recovery-image] Dec 21 05:24:59.056 INFO O| Dec 21 05:24:59.056 INFO STEP 973 (remove_files) COMPLETE |
7322 | 2024-12-21T05:25:00.691Z | [ recovery-image] Dec 21 05:24:59.056 INFO O| Dec 21 05:24:59.056 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7323 | 2024-12-21T05:25:00.718Z | [ recovery-image] Dec 21 05:24:59.082 INFO O| Dec 21 05:24:59.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7324 | 2024-12-21T05:25:00.720Z | [ recovery-image] Dec 21 05:24:59.082 INFO O| Dec 21 05:24:59.082 INFO STEP 974 (remove_files) COMPLETE |
7325 | 2024-12-21T05:25:00.720Z | [ recovery-image] Dec 21 05:24:59.082 INFO O| Dec 21 05:24:59.082 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7326 | 2024-12-21T05:25:00.739Z | [ recovery-image] Dec 21 05:24:59.104 INFO O| Dec 21 05:24:59.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7327 | 2024-12-21T05:25:00.742Z | [ recovery-image] Dec 21 05:24:59.104 INFO O| Dec 21 05:24:59.104 INFO STEP 975 (remove_files) COMPLETE |
7328 | 2024-12-21T05:25:00.742Z | [ recovery-image] Dec 21 05:24:59.104 INFO O| Dec 21 05:24:59.104 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7329 | 2024-12-21T05:25:00.759Z | [ recovery-image] Dec 21 05:24:59.124 INFO O| Dec 21 05:24:59.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7330 | 2024-12-21T05:25:00.759Z | [ recovery-image] Dec 21 05:24:59.124 INFO O| Dec 21 05:24:59.124 INFO STEP 976 (remove_files) COMPLETE |
7331 | 2024-12-21T05:25:00.759Z | [ recovery-image] Dec 21 05:24:59.124 INFO O| Dec 21 05:24:59.124 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7332 | 2024-12-21T05:25:00.781Z | [ recovery-image] Dec 21 05:24:59.145 INFO O| Dec 21 05:24:59.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7333 | 2024-12-21T05:25:00.800Z | [ recovery-image] Dec 21 05:24:59.165 INFO O| Dec 21 05:24:59.165 INFO STEP 977 (remove_files) COMPLETE |
7334 | 2024-12-21T05:25:00.800Z | [ recovery-image] Dec 21 05:24:59.165 INFO O| Dec 21 05:24:59.165 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7335 | 2024-12-21T05:25:00.822Z | [ recovery-image] Dec 21 05:24:59.187 INFO O| Dec 21 05:24:59.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7336 | 2024-12-21T05:25:00.823Z | [ recovery-image] Dec 21 05:24:59.187 INFO O| Dec 21 05:24:59.187 INFO STEP 978 (remove_files) COMPLETE |
7337 | 2024-12-21T05:25:00.823Z | [ recovery-image] Dec 21 05:24:59.187 INFO O| Dec 21 05:24:59.187 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7338 | 2024-12-21T05:25:00.842Z | [ recovery-image] Dec 21 05:24:59.206 INFO O| Dec 21 05:24:59.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7339 | 2024-12-21T05:25:00.842Z | [ recovery-image] Dec 21 05:24:59.207 INFO O| Dec 21 05:24:59.207 INFO STEP 979 (remove_files) COMPLETE |
7340 | 2024-12-21T05:25:00.842Z | [ recovery-image] Dec 21 05:24:59.207 INFO O| Dec 21 05:24:59.207 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7341 | 2024-12-21T05:25:00.862Z | [ recovery-image] Dec 21 05:24:59.227 INFO O| Dec 21 05:24:59.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7342 | 2024-12-21T05:25:00.865Z | [ recovery-image] Dec 21 05:24:59.227 INFO O| Dec 21 05:24:59.227 INFO STEP 980 (remove_files) COMPLETE |
7343 | 2024-12-21T05:25:00.865Z | [ recovery-image] Dec 21 05:24:59.227 INFO O| Dec 21 05:24:59.227 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7344 | 2024-12-21T05:25:00.910Z | [ recovery-image] Dec 21 05:24:59.274 INFO O| Dec 21 05:24:59.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7345 | 2024-12-21T05:25:00.910Z | [ recovery-image] Dec 21 05:24:59.275 INFO O| Dec 21 05:24:59.275 INFO STEP 981 (remove_files) COMPLETE |
7346 | 2024-12-21T05:25:00.913Z | [ recovery-image] Dec 21 05:24:59.275 INFO O| Dec 21 05:24:59.275 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7347 | 2024-12-21T05:25:00.932Z | [ recovery-image] Dec 21 05:24:59.297 INFO O| Dec 21 05:24:59.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7348 | 2024-12-21T05:25:00.932Z | [ recovery-image] Dec 21 05:24:59.297 INFO O| Dec 21 05:24:59.297 INFO STEP 982 (remove_files) COMPLETE |
7349 | 2024-12-21T05:25:00.932Z | [ recovery-image] Dec 21 05:24:59.297 INFO O| Dec 21 05:24:59.297 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7350 | 2024-12-21T05:25:00.952Z | [ recovery-image] Dec 21 05:24:59.317 INFO O| Dec 21 05:24:59.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7351 | 2024-12-21T05:25:00.952Z | [ recovery-image] Dec 21 05:24:59.317 INFO O| Dec 21 05:24:59.317 INFO STEP 983 (remove_files) COMPLETE |
7352 | 2024-12-21T05:25:00.954Z | [ recovery-image] Dec 21 05:24:59.317 INFO O| Dec 21 05:24:59.317 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7353 | 2024-12-21T05:25:00.976Z | [ recovery-image] Dec 21 05:24:59.341 INFO O| Dec 21 05:24:59.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7354 | 2024-12-21T05:25:00.976Z | [ recovery-image] Dec 21 05:24:59.341 INFO O| Dec 21 05:24:59.341 INFO STEP 984 (remove_files) COMPLETE |
7355 | 2024-12-21T05:25:00.979Z | [ recovery-image] Dec 21 05:24:59.341 INFO O| Dec 21 05:24:59.341 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7356 | 2024-12-21T05:25:00.997Z | [ recovery-image] Dec 21 05:24:59.362 INFO O| Dec 21 05:24:59.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7357 | 2024-12-21T05:25:01.000Z | [ recovery-image] Dec 21 05:24:59.362 INFO O| Dec 21 05:24:59.362 INFO STEP 985 (remove_files) COMPLETE |
7358 | 2024-12-21T05:25:01.000Z | [ recovery-image] Dec 21 05:24:59.362 INFO O| Dec 21 05:24:59.362 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7359 | 2024-12-21T05:25:01.018Z | [ recovery-image] Dec 21 05:24:59.382 INFO O| Dec 21 05:24:59.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7360 | 2024-12-21T05:25:01.018Z | [ recovery-image] Dec 21 05:24:59.382 INFO O| Dec 21 05:24:59.382 INFO STEP 986 (remove_files) COMPLETE |
7361 | 2024-12-21T05:25:01.018Z | [ recovery-image] Dec 21 05:24:59.382 INFO O| Dec 21 05:24:59.382 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7362 | 2024-12-21T05:25:01.036Z | [ recovery-image] Dec 21 05:24:59.401 INFO O| Dec 21 05:24:59.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7363 | 2024-12-21T05:25:01.036Z | [ recovery-image] Dec 21 05:24:59.401 INFO O| Dec 21 05:24:59.401 INFO STEP 987 (remove_files) COMPLETE |
7364 | 2024-12-21T05:25:01.036Z | [ recovery-image] Dec 21 05:24:59.401 INFO O| Dec 21 05:24:59.401 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7365 | 2024-12-21T05:25:01.055Z | [ recovery-image] Dec 21 05:24:59.419 INFO O| Dec 21 05:24:59.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7366 | 2024-12-21T05:25:01.055Z | [ recovery-image] Dec 21 05:24:59.419 INFO O| Dec 21 05:24:59.419 INFO STEP 988 (remove_files) COMPLETE |
7367 | 2024-12-21T05:25:01.057Z | [ recovery-image] Dec 21 05:24:59.419 INFO O| Dec 21 05:24:59.419 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7368 | 2024-12-21T05:25:01.074Z | [ recovery-image] Dec 21 05:24:59.438 INFO O| Dec 21 05:24:59.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7369 | 2024-12-21T05:25:01.076Z | [ recovery-image] Dec 21 05:24:59.439 INFO O| Dec 21 05:24:59.439 INFO STEP 989 (remove_files) COMPLETE |
7370 | 2024-12-21T05:25:01.076Z | [ recovery-image] Dec 21 05:24:59.439 INFO O| Dec 21 05:24:59.439 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7371 | 2024-12-21T05:25:01.129Z | [ recovery-image] Dec 21 05:24:59.493 INFO O| Dec 21 05:24:59.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7372 | 2024-12-21T05:25:01.131Z | [ recovery-image] Dec 21 05:24:59.493 INFO O| Dec 21 05:24:59.493 INFO STEP 990 (remove_files) COMPLETE |
7373 | 2024-12-21T05:25:01.131Z | [ recovery-image] Dec 21 05:24:59.494 INFO O| Dec 21 05:24:59.493 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7374 | 2024-12-21T05:25:01.149Z | [ recovery-image] Dec 21 05:24:59.514 INFO O| Dec 21 05:24:59.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7375 | 2024-12-21T05:25:01.149Z | [ recovery-image] Dec 21 05:24:59.514 INFO O| Dec 21 05:24:59.514 INFO STEP 991 (remove_files) COMPLETE |
7376 | 2024-12-21T05:25:01.152Z | [ recovery-image] Dec 21 05:24:59.514 INFO O| Dec 21 05:24:59.514 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7377 | 2024-12-21T05:25:01.169Z | [ recovery-image] Dec 21 05:24:59.533 INFO O| Dec 21 05:24:59.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7378 | 2024-12-21T05:25:01.171Z | [ recovery-image] Dec 21 05:24:59.534 INFO O| Dec 21 05:24:59.533 INFO STEP 992 (remove_files) COMPLETE |
7379 | 2024-12-21T05:25:01.171Z | [ recovery-image] Dec 21 05:24:59.534 INFO O| Dec 21 05:24:59.533 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7380 | 2024-12-21T05:25:01.188Z | [ recovery-image] Dec 21 05:24:59.552 INFO O| Dec 21 05:24:59.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7381 | 2024-12-21T05:25:01.188Z | [ recovery-image] Dec 21 05:24:59.553 INFO O| Dec 21 05:24:59.553 INFO STEP 993 (remove_files) COMPLETE |
7382 | 2024-12-21T05:25:01.188Z | [ recovery-image] Dec 21 05:24:59.553 INFO O| Dec 21 05:24:59.553 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7383 | 2024-12-21T05:25:01.207Z | [ recovery-image] Dec 21 05:24:59.572 INFO O| Dec 21 05:24:59.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7384 | 2024-12-21T05:25:01.207Z | [ recovery-image] Dec 21 05:24:59.572 INFO O| Dec 21 05:24:59.572 INFO STEP 994 (remove_files) COMPLETE |
7385 | 2024-12-21T05:25:01.210Z | [ recovery-image] Dec 21 05:24:59.572 INFO O| Dec 21 05:24:59.572 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7386 | 2024-12-21T05:25:01.226Z | [ recovery-image] Dec 21 05:24:59.590 INFO O| Dec 21 05:24:59.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7387 | 2024-12-21T05:25:01.226Z | [ recovery-image] Dec 21 05:24:59.591 INFO O| Dec 21 05:24:59.591 INFO STEP 995 (remove_files) COMPLETE |
7388 | 2024-12-21T05:25:01.226Z | [ recovery-image] Dec 21 05:24:59.591 INFO O| Dec 21 05:24:59.591 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7389 | 2024-12-21T05:25:01.245Z | [ recovery-image] Dec 21 05:24:59.610 INFO O| Dec 21 05:24:59.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7390 | 2024-12-21T05:25:01.245Z | [ recovery-image] Dec 21 05:24:59.610 INFO O| Dec 21 05:24:59.610 INFO STEP 996 (remove_files) COMPLETE |
7391 | 2024-12-21T05:25:01.245Z | [ recovery-image] Dec 21 05:24:59.610 INFO O| Dec 21 05:24:59.610 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7392 | 2024-12-21T05:25:01.283Z | [ recovery-image] Dec 21 05:24:59.648 INFO O| Dec 21 05:24:59.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7393 | 2024-12-21T05:25:01.284Z | [ recovery-image] Dec 21 05:24:59.648 INFO O| Dec 21 05:24:59.648 INFO STEP 997 (remove_files) COMPLETE |
7394 | 2024-12-21T05:25:01.287Z | [ recovery-image] Dec 21 05:24:59.648 INFO O| Dec 21 05:24:59.648 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7395 | 2024-12-21T05:25:01.306Z | [ recovery-image] Dec 21 05:24:59.669 INFO O| Dec 21 05:24:59.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7396 | 2024-12-21T05:25:01.306Z | [ recovery-image] Dec 21 05:24:59.669 INFO O| Dec 21 05:24:59.669 INFO STEP 998 (remove_files) COMPLETE |
7397 | 2024-12-21T05:25:01.306Z | [ recovery-image] Dec 21 05:24:59.669 INFO O| Dec 21 05:24:59.669 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7398 | 2024-12-21T05:25:01.326Z | [ recovery-image] Dec 21 05:24:59.690 INFO O| Dec 21 05:24:59.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7399 | 2024-12-21T05:25:01.326Z | [ recovery-image] Dec 21 05:24:59.690 INFO O| Dec 21 05:24:59.690 INFO STEP 999 (remove_files) COMPLETE |
7400 | 2024-12-21T05:25:01.326Z | [ recovery-image] Dec 21 05:24:59.690 INFO O| Dec 21 05:24:59.690 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7401 | 2024-12-21T05:25:01.346Z | [ recovery-image] Dec 21 05:24:59.710 INFO O| Dec 21 05:24:59.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7402 | 2024-12-21T05:25:01.346Z | [ recovery-image] Dec 21 05:24:59.710 INFO O| Dec 21 05:24:59.710 INFO STEP 1000 (remove_files) COMPLETE |
7403 | 2024-12-21T05:25:01.346Z | [ recovery-image] Dec 21 05:24:59.710 INFO O| Dec 21 05:24:59.710 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7404 | 2024-12-21T05:25:01.365Z | [ recovery-image] Dec 21 05:24:59.729 INFO O| Dec 21 05:24:59.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7405 | 2024-12-21T05:25:01.365Z | [ recovery-image] Dec 21 05:24:59.729 INFO O| Dec 21 05:24:59.729 INFO STEP 1001 (remove_files) COMPLETE |
7406 | 2024-12-21T05:25:01.365Z | [ recovery-image] Dec 21 05:24:59.729 INFO O| Dec 21 05:24:59.729 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7407 | 2024-12-21T05:25:01.385Z | [ recovery-image] Dec 21 05:24:59.748 INFO O| Dec 21 05:24:59.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7408 | 2024-12-21T05:25:01.385Z | [ recovery-image] Dec 21 05:24:59.748 INFO O| Dec 21 05:24:59.748 INFO STEP 1002 (remove_files) COMPLETE |
7409 | 2024-12-21T05:25:01.385Z | [ recovery-image] Dec 21 05:24:59.748 INFO O| Dec 21 05:24:59.748 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7410 | 2024-12-21T05:25:01.417Z | [ recovery-image] Dec 21 05:24:59.781 INFO O| Dec 21 05:24:59.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7411 | 2024-12-21T05:25:01.417Z | [ recovery-image] Dec 21 05:24:59.781 INFO O| Dec 21 05:24:59.781 INFO STEP 1003 (remove_files) COMPLETE |
7412 | 2024-12-21T05:25:01.417Z | [ recovery-image] Dec 21 05:24:59.781 INFO O| Dec 21 05:24:59.781 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7413 | 2024-12-21T05:25:01.437Z | [ recovery-image] Dec 21 05:24:59.801 INFO O| Dec 21 05:24:59.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7414 | 2024-12-21T05:25:01.437Z | [ recovery-image] Dec 21 05:24:59.801 INFO O| Dec 21 05:24:59.801 INFO STEP 1004 (remove_files) COMPLETE |
7415 | 2024-12-21T05:25:01.437Z | [ recovery-image] Dec 21 05:24:59.801 INFO O| Dec 21 05:24:59.801 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7416 | 2024-12-21T05:25:01.456Z | [ recovery-image] Dec 21 05:24:59.820 INFO O| Dec 21 05:24:59.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7417 | 2024-12-21T05:25:01.456Z | [ recovery-image] Dec 21 05:24:59.820 INFO O| Dec 21 05:24:59.820 INFO STEP 1005 (remove_files) COMPLETE |
7418 | 2024-12-21T05:25:01.456Z | [ recovery-image] Dec 21 05:24:59.820 INFO O| Dec 21 05:24:59.820 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7419 | 2024-12-21T05:25:01.477Z | [ recovery-image] Dec 21 05:24:59.839 INFO O| Dec 21 05:24:59.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7420 | 2024-12-21T05:25:01.477Z | [ recovery-image] Dec 21 05:24:59.839 INFO O| Dec 21 05:24:59.839 INFO STEP 1006 (remove_files) COMPLETE |
7421 | 2024-12-21T05:25:01.477Z | [ recovery-image] Dec 21 05:24:59.840 INFO O| Dec 21 05:24:59.839 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7422 | 2024-12-21T05:25:01.496Z | [ recovery-image] Dec 21 05:24:59.860 INFO O| Dec 21 05:24:59.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7423 | 2024-12-21T05:25:01.496Z | [ recovery-image] Dec 21 05:24:59.860 INFO O| Dec 21 05:24:59.860 INFO STEP 1007 (remove_files) COMPLETE |
7424 | 2024-12-21T05:25:01.496Z | [ recovery-image] Dec 21 05:24:59.860 INFO O| Dec 21 05:24:59.860 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7425 | 2024-12-21T05:25:01.517Z | [ recovery-image] Dec 21 05:24:59.881 INFO O| Dec 21 05:24:59.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7426 | 2024-12-21T05:25:01.517Z | [ recovery-image] Dec 21 05:24:59.881 INFO O| Dec 21 05:24:59.881 INFO STEP 1008 (remove_files) COMPLETE |
7427 | 2024-12-21T05:25:01.517Z | [ recovery-image] Dec 21 05:24:59.881 INFO O| Dec 21 05:24:59.881 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7428 | 2024-12-21T05:25:01.536Z | [ recovery-image] Dec 21 05:24:59.901 INFO O| Dec 21 05:24:59.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7429 | 2024-12-21T05:25:01.536Z | [ recovery-image] Dec 21 05:24:59.901 INFO O| Dec 21 05:24:59.901 INFO STEP 1009 (remove_files) COMPLETE |
7430 | 2024-12-21T05:25:01.536Z | [ recovery-image] Dec 21 05:24:59.901 INFO O| Dec 21 05:24:59.901 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7431 | 2024-12-21T05:25:01.555Z | [ recovery-image] Dec 21 05:24:59.919 INFO O| Dec 21 05:24:59.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7432 | 2024-12-21T05:25:01.555Z | [ recovery-image] Dec 21 05:24:59.920 INFO O| Dec 21 05:24:59.920 INFO STEP 1010 (remove_files) COMPLETE |
7433 | 2024-12-21T05:25:01.555Z | [ recovery-image] Dec 21 05:24:59.920 INFO O| Dec 21 05:24:59.920 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7434 | 2024-12-21T05:25:01.573Z | [ recovery-image] Dec 21 05:24:59.937 INFO O| Dec 21 05:24:59.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7435 | 2024-12-21T05:25:01.573Z | [ recovery-image] Dec 21 05:24:59.937 INFO O| Dec 21 05:24:59.937 INFO STEP 1011 (remove_files) COMPLETE |
7436 | 2024-12-21T05:25:01.573Z | [ recovery-image] Dec 21 05:24:59.937 INFO O| Dec 21 05:24:59.937 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7437 | 2024-12-21T05:25:01.591Z | [ recovery-image] Dec 21 05:24:59.956 INFO O| Dec 21 05:24:59.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7438 | 2024-12-21T05:25:01.594Z | [ recovery-image] Dec 21 05:24:59.956 INFO O| Dec 21 05:24:59.956 INFO STEP 1012 (remove_files) COMPLETE |
7439 | 2024-12-21T05:25:01.594Z | [ recovery-image] Dec 21 05:24:59.956 INFO O| Dec 21 05:24:59.956 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7440 | 2024-12-21T05:25:01.619Z | [ recovery-image] Dec 21 05:24:59.983 INFO O| Dec 21 05:24:59.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7441 | 2024-12-21T05:25:01.621Z | [ recovery-image] Dec 21 05:24:59.983 INFO O| Dec 21 05:24:59.983 INFO STEP 1013 (remove_files) COMPLETE |
7442 | 2024-12-21T05:25:01.621Z | [ recovery-image] Dec 21 05:24:59.983 INFO O| Dec 21 05:24:59.983 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7443 | 2024-12-21T05:25:01.640Z | [ recovery-image] Dec 21 05:25:00.004 INFO O| Dec 21 05:25:00.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7444 | 2024-12-21T05:25:01.643Z | [ recovery-image] Dec 21 05:25:00.005 INFO O| Dec 21 05:25:00.005 INFO STEP 1014 (remove_files) COMPLETE |
7445 | 2024-12-21T05:25:01.643Z | [ recovery-image] Dec 21 05:25:00.005 INFO O| Dec 21 05:25:00.005 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7446 | 2024-12-21T05:25:01.659Z | [ recovery-image] Dec 21 05:25:00.023 INFO O| Dec 21 05:25:00.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7447 | 2024-12-21T05:25:01.659Z | [ recovery-image] Dec 21 05:25:00.024 INFO O| Dec 21 05:25:00.024 INFO STEP 1015 (remove_files) COMPLETE |
7448 | 2024-12-21T05:25:01.659Z | [ recovery-image] Dec 21 05:25:00.024 INFO O| Dec 21 05:25:00.024 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7449 | 2024-12-21T05:25:01.678Z | [ recovery-image] Dec 21 05:25:00.043 INFO O| Dec 21 05:25:00.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7450 | 2024-12-21T05:25:01.681Z | [ recovery-image] Dec 21 05:25:00.043 INFO O| Dec 21 05:25:00.043 INFO STEP 1016 (remove_files) COMPLETE |
7451 | 2024-12-21T05:25:01.681Z | [ recovery-image] Dec 21 05:25:00.043 INFO O| Dec 21 05:25:00.043 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7452 | 2024-12-21T05:25:01.697Z | [ recovery-image] Dec 21 05:25:00.062 INFO O| Dec 21 05:25:00.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7453 | 2024-12-21T05:25:01.714Z | [ recovery-image] Dec 21 05:25:00.078 INFO O| Dec 21 05:25:00.078 INFO STEP 1017 (remove_files) COMPLETE |
7454 | 2024-12-21T05:25:01.714Z | [ recovery-image] Dec 21 05:25:00.078 INFO O| Dec 21 05:25:00.078 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2024-12-21T05:25:01.767Z | [ recovery-image] Dec 21 05:25:00.131 INFO O| Dec 21 05:25:00.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7456 | 2024-12-21T05:25:01.767Z | [ recovery-image] Dec 21 05:25:00.131 INFO O| Dec 21 05:25:00.131 INFO STEP 1018 (remove_files) COMPLETE |
7457 | 2024-12-21T05:25:01.770Z | [ recovery-image] Dec 21 05:25:00.131 INFO O| Dec 21 05:25:00.131 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2024-12-21T05:25:01.789Z | [ recovery-image] Dec 21 05:25:00.152 INFO O| Dec 21 05:25:00.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7459 | 2024-12-21T05:25:01.789Z | [ recovery-image] Dec 21 05:25:00.152 INFO O| Dec 21 05:25:00.152 INFO STEP 1019 (remove_files) COMPLETE |
7460 | 2024-12-21T05:25:01.789Z | [ recovery-image] Dec 21 05:25:00.152 INFO O| Dec 21 05:25:00.152 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7461 | 2024-12-21T05:25:01.807Z | [ recovery-image] Dec 21 05:25:00.171 INFO O| Dec 21 05:25:00.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7462 | 2024-12-21T05:25:01.809Z | [ recovery-image] Dec 21 05:25:00.171 INFO O| Dec 21 05:25:00.171 INFO STEP 1020 (remove_files) COMPLETE |
7463 | 2024-12-21T05:25:01.809Z | [ recovery-image] Dec 21 05:25:00.171 INFO O| Dec 21 05:25:00.171 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7464 | 2024-12-21T05:25:01.827Z | [ recovery-image] Dec 21 05:25:00.191 INFO O| Dec 21 05:25:00.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7465 | 2024-12-21T05:25:01.827Z | [ recovery-image] Dec 21 05:25:00.191 INFO O| Dec 21 05:25:00.191 INFO STEP 1021 (remove_files) COMPLETE |
7466 | 2024-12-21T05:25:01.827Z | [ recovery-image] Dec 21 05:25:00.191 INFO O| Dec 21 05:25:00.191 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7467 | 2024-12-21T05:25:01.847Z | [ recovery-image] Dec 21 05:25:00.211 INFO O| Dec 21 05:25:00.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7468 | 2024-12-21T05:25:01.847Z | [ recovery-image] Dec 21 05:25:00.211 INFO O| Dec 21 05:25:00.211 INFO STEP 1022 (remove_files) COMPLETE |
7469 | 2024-12-21T05:25:01.847Z | [ recovery-image] Dec 21 05:25:00.212 INFO O| Dec 21 05:25:00.211 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2024-12-21T05:25:01.866Z | [ recovery-image] Dec 21 05:25:00.231 INFO O| Dec 21 05:25:00.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7471 | 2024-12-21T05:25:01.866Z | [ recovery-image] Dec 21 05:25:00.231 INFO O| Dec 21 05:25:00.231 INFO STEP 1023 (remove_files) COMPLETE |
7472 | 2024-12-21T05:25:01.866Z | [ recovery-image] Dec 21 05:25:00.231 INFO O| Dec 21 05:25:00.231 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-12-21T05:25:01.888Z | [ recovery-image] Dec 21 05:25:00.252 INFO O| Dec 21 05:25:00.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7474 | 2024-12-21T05:25:01.888Z | [ recovery-image] Dec 21 05:25:00.252 INFO O| Dec 21 05:25:00.252 INFO STEP 1024 (remove_files) COMPLETE |
7475 | 2024-12-21T05:25:01.888Z | [ recovery-image] Dec 21 05:25:00.252 INFO O| Dec 21 05:25:00.252 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-12-21T05:25:01.921Z | [ recovery-image] Dec 21 05:25:00.285 INFO O| Dec 21 05:25:00.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7477 | 2024-12-21T05:25:01.923Z | [ recovery-image] Dec 21 05:25:00.285 INFO O| Dec 21 05:25:00.285 INFO STEP 1025 (remove_files) COMPLETE |
7478 | 2024-12-21T05:25:01.923Z | [ recovery-image] Dec 21 05:25:00.286 INFO O| Dec 21 05:25:00.286 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2024-12-21T05:25:01.941Z | [ recovery-image] Dec 21 05:25:00.306 INFO O| Dec 21 05:25:00.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7480 | 2024-12-21T05:25:01.967Z | [ recovery-image] Dec 21 05:25:00.331 INFO O| Dec 21 05:25:00.331 INFO STEP 1026 (remove_files) COMPLETE |
7481 | 2024-12-21T05:25:01.967Z | [ recovery-image] Dec 21 05:25:00.331 INFO O| Dec 21 05:25:00.331 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-12-21T05:25:01.988Z | [ recovery-image] Dec 21 05:25:00.352 INFO O| Dec 21 05:25:00.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7483 | 2024-12-21T05:25:02.014Z | [ recovery-image] Dec 21 05:25:00.378 INFO O| Dec 21 05:25:00.378 INFO STEP 1027 (remove_files) COMPLETE |
7484 | 2024-12-21T05:25:02.014Z | [ recovery-image] Dec 21 05:25:00.378 INFO O| Dec 21 05:25:00.378 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-12-21T05:25:02.036Z | [ recovery-image] Dec 21 05:25:00.400 INFO O| Dec 21 05:25:00.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7486 | 2024-12-21T05:25:02.036Z | [ recovery-image] Dec 21 05:25:00.400 INFO O| Dec 21 05:25:00.400 INFO STEP 1028 (remove_files) COMPLETE |
7487 | 2024-12-21T05:25:02.036Z | [ recovery-image] Dec 21 05:25:00.400 INFO O| Dec 21 05:25:00.400 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2024-12-21T05:25:02.067Z | [ recovery-image] Dec 21 05:25:00.432 INFO O| Dec 21 05:25:00.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7489 | 2024-12-21T05:25:02.070Z | [ recovery-image] Dec 21 05:25:00.433 INFO O| Dec 21 05:25:00.433 INFO STEP 1029 (remove_files) COMPLETE |
7490 | 2024-12-21T05:25:02.070Z | [ recovery-image] Dec 21 05:25:00.433 INFO O| Dec 21 05:25:00.433 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2024-12-21T05:25:02.089Z | [ recovery-image] Dec 21 05:25:00.453 INFO O| Dec 21 05:25:00.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7492 | 2024-12-21T05:25:02.089Z | [ recovery-image] Dec 21 05:25:00.453 INFO O| Dec 21 05:25:00.453 INFO STEP 1030 (remove_files) COMPLETE |
7493 | 2024-12-21T05:25:02.089Z | [ recovery-image] Dec 21 05:25:00.453 INFO O| Dec 21 05:25:00.453 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-12-21T05:25:02.108Z | [ recovery-image] Dec 21 05:25:00.473 INFO O| Dec 21 05:25:00.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7495 | 2024-12-21T05:25:02.108Z | [ recovery-image] Dec 21 05:25:00.473 INFO O| Dec 21 05:25:00.473 INFO STEP 1031 (remove_files) COMPLETE |
7496 | 2024-12-21T05:25:02.108Z | [ recovery-image] Dec 21 05:25:00.473 INFO O| Dec 21 05:25:00.473 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-12-21T05:25:02.127Z | [ recovery-image] Dec 21 05:25:00.492 INFO O| Dec 21 05:25:00.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7498 | 2024-12-21T05:25:02.127Z | [ recovery-image] Dec 21 05:25:00.492 INFO O| Dec 21 05:25:00.492 INFO STEP 1032 (remove_files) COMPLETE |
7499 | 2024-12-21T05:25:02.130Z | [ recovery-image] Dec 21 05:25:00.492 INFO O| Dec 21 05:25:00.492 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2024-12-21T05:25:02.167Z | [ recovery-image] Dec 21 05:25:00.531 INFO O| Dec 21 05:25:00.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7501 | 2024-12-21T05:25:02.167Z | [ recovery-image] Dec 21 05:25:00.531 INFO O| Dec 21 05:25:00.531 INFO STEP 1033 (remove_files) COMPLETE |
7502 | 2024-12-21T05:25:02.167Z | [ recovery-image] Dec 21 05:25:00.531 INFO O| Dec 21 05:25:00.531 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2024-12-21T05:25:02.277Z | [ recovery-image] Dec 21 05:25:00.641 INFO O| Dec 21 05:25:00.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7504 | 2024-12-21T05:25:02.277Z | [ recovery-image] Dec 21 05:25:00.641 INFO O| Dec 21 05:25:00.641 INFO STEP 1034 (remove_files) COMPLETE |
7505 | 2024-12-21T05:25:02.277Z | [ recovery-image] Dec 21 05:25:00.641 INFO O| Dec 21 05:25:00.641 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2024-12-21T05:25:02.296Z | [ recovery-image] Dec 21 05:25:00.660 INFO O| Dec 21 05:25:00.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7507 | 2024-12-21T05:25:02.296Z | [ recovery-image] Dec 21 05:25:00.660 INFO O| Dec 21 05:25:00.660 INFO STEP 1035 (remove_files) COMPLETE |
7508 | 2024-12-21T05:25:02.296Z | [ recovery-image] Dec 21 05:25:00.660 INFO O| Dec 21 05:25:00.660 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2024-12-21T05:25:02.331Z | [ recovery-image] Dec 21 05:25:00.695 INFO O| Dec 21 05:25:00.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7510 | 2024-12-21T05:25:02.334Z | [ recovery-image] Dec 21 05:25:00.696 INFO O| Dec 21 05:25:00.696 INFO STEP 1036 (remove_files) COMPLETE |
7511 | 2024-12-21T05:25:02.334Z | [ recovery-image] Dec 21 05:25:00.696 INFO O| Dec 21 05:25:00.696 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2024-12-21T05:25:02.350Z | [ recovery-image] Dec 21 05:25:00.715 INFO O| Dec 21 05:25:00.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7513 | 2024-12-21T05:25:02.350Z | [ recovery-image] Dec 21 05:25:00.715 INFO O| Dec 21 05:25:00.715 INFO STEP 1037 (remove_files) COMPLETE |
7514 | 2024-12-21T05:25:02.352Z | [ recovery-image] Dec 21 05:25:00.715 INFO O| Dec 21 05:25:00.715 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2024-12-21T05:25:02.376Z | [ recovery-image] Dec 21 05:25:00.740 INFO O| Dec 21 05:25:00.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7516 | 2024-12-21T05:25:02.376Z | [ recovery-image] Dec 21 05:25:00.740 INFO O| Dec 21 05:25:00.740 INFO STEP 1038 (remove_files) COMPLETE |
7517 | 2024-12-21T05:25:02.378Z | [ recovery-image] Dec 21 05:25:00.740 INFO O| Dec 21 05:25:00.740 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7518 | 2024-12-21T05:25:02.395Z | [ recovery-image] Dec 21 05:25:00.760 INFO O| Dec 21 05:25:00.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7519 | 2024-12-21T05:25:02.395Z | [ recovery-image] Dec 21 05:25:00.760 INFO O| Dec 21 05:25:00.760 INFO STEP 1039 (remove_files) COMPLETE |
7520 | 2024-12-21T05:25:02.395Z | [ recovery-image] Dec 21 05:25:00.760 INFO O| Dec 21 05:25:00.760 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7521 | 2024-12-21T05:25:02.415Z | [ recovery-image] Dec 21 05:25:00.780 INFO O| Dec 21 05:25:00.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7522 | 2024-12-21T05:25:02.416Z | [ recovery-image] Dec 21 05:25:00.780 INFO O| Dec 21 05:25:00.780 INFO STEP 1040 (remove_files) COMPLETE |
7523 | 2024-12-21T05:25:02.416Z | [ recovery-image] Dec 21 05:25:00.780 INFO O| Dec 21 05:25:00.780 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7524 | 2024-12-21T05:25:02.433Z | [ recovery-image] Dec 21 05:25:00.798 INFO O| Dec 21 05:25:00.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7525 | 2024-12-21T05:25:02.433Z | [ recovery-image] Dec 21 05:25:00.798 INFO O| Dec 21 05:25:00.798 INFO STEP 1041 (remove_files) COMPLETE |
7526 | 2024-12-21T05:25:02.433Z | [ recovery-image] Dec 21 05:25:00.798 INFO O| Dec 21 05:25:00.798 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7527 | 2024-12-21T05:25:02.457Z | [ recovery-image] Dec 21 05:25:00.821 INFO O| Dec 21 05:25:00.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7528 | 2024-12-21T05:25:02.459Z | [ recovery-image] Dec 21 05:25:00.821 INFO O| Dec 21 05:25:00.821 INFO STEP 1042 (remove_files) COMPLETE |
7529 | 2024-12-21T05:25:02.459Z | [ recovery-image] Dec 21 05:25:00.822 INFO O| Dec 21 05:25:00.822 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7530 | 2024-12-21T05:25:02.477Z | [ recovery-image] Dec 21 05:25:00.841 INFO O| Dec 21 05:25:00.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7531 | 2024-12-21T05:25:02.480Z | [ recovery-image] Dec 21 05:25:00.842 INFO O| Dec 21 05:25:00.842 INFO STEP 1043 (remove_files) COMPLETE |
7532 | 2024-12-21T05:25:02.480Z | [ recovery-image] Dec 21 05:25:00.842 INFO O| Dec 21 05:25:00.842 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7533 | 2024-12-21T05:25:02.496Z | [ recovery-image] Dec 21 05:25:00.860 INFO O| Dec 21 05:25:00.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7534 | 2024-12-21T05:25:02.496Z | [ recovery-image] Dec 21 05:25:00.860 INFO O| Dec 21 05:25:00.860 INFO STEP 1044 (remove_files) COMPLETE |
7535 | 2024-12-21T05:25:02.499Z | [ recovery-image] Dec 21 05:25:00.860 INFO O| Dec 21 05:25:00.860 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7536 | 2024-12-21T05:25:02.540Z | [ recovery-image] Dec 21 05:25:00.904 INFO O| Dec 21 05:25:00.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7537 | 2024-12-21T05:25:02.540Z | [ recovery-image] Dec 21 05:25:00.904 INFO O| Dec 21 05:25:00.904 INFO STEP 1045 (remove_files) COMPLETE |
7538 | 2024-12-21T05:25:02.542Z | [ recovery-image] Dec 21 05:25:00.904 INFO O| Dec 21 05:25:00.904 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7539 | 2024-12-21T05:25:02.560Z | [ recovery-image] Dec 21 05:25:00.925 INFO O| Dec 21 05:25:00.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7540 | 2024-12-21T05:25:02.563Z | [ recovery-image] Dec 21 05:25:00.925 INFO O| Dec 21 05:25:00.925 INFO STEP 1046 (remove_files) COMPLETE |
7541 | 2024-12-21T05:25:02.563Z | [ recovery-image] Dec 21 05:25:00.925 INFO O| Dec 21 05:25:00.925 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7542 | 2024-12-21T05:25:02.580Z | [ recovery-image] Dec 21 05:25:00.945 INFO O| Dec 21 05:25:00.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7543 | 2024-12-21T05:25:02.580Z | [ recovery-image] Dec 21 05:25:00.945 INFO O| Dec 21 05:25:00.945 INFO STEP 1047 (remove_files) COMPLETE |
7544 | 2024-12-21T05:25:02.583Z | [ recovery-image] Dec 21 05:25:00.945 INFO O| Dec 21 05:25:00.945 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7545 | 2024-12-21T05:25:02.617Z | [ recovery-image] Dec 21 05:25:00.981 INFO O| Dec 21 05:25:00.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7546 | 2024-12-21T05:25:02.620Z | [ recovery-image] Dec 21 05:25:00.981 INFO O| Dec 21 05:25:00.981 INFO STEP 1048 (remove_files) COMPLETE |
7547 | 2024-12-21T05:25:02.620Z | [ recovery-image] Dec 21 05:25:00.982 INFO O| Dec 21 05:25:00.981 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7548 | 2024-12-21T05:25:02.639Z | [ recovery-image] Dec 21 05:25:01.003 INFO O| Dec 21 05:25:01.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7549 | 2024-12-21T05:25:02.642Z | [ recovery-image] Dec 21 05:25:01.004 INFO O| Dec 21 05:25:01.004 INFO STEP 1049 (remove_files) COMPLETE |
7550 | 2024-12-21T05:25:02.642Z | [ recovery-image] Dec 21 05:25:01.004 INFO O| Dec 21 05:25:01.004 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7551 | 2024-12-21T05:25:02.662Z | [ recovery-image] Dec 21 05:25:01.026 INFO O| Dec 21 05:25:01.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7552 | 2024-12-21T05:25:02.666Z | [ recovery-image] Dec 21 05:25:01.026 INFO O| Dec 21 05:25:01.026 INFO STEP 1050 (remove_files) COMPLETE |
7553 | 2024-12-21T05:25:02.666Z | [ recovery-image] Dec 21 05:25:01.026 INFO O| Dec 21 05:25:01.026 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7554 | 2024-12-21T05:25:02.682Z | [ recovery-image] Dec 21 05:25:01.047 INFO O| Dec 21 05:25:01.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7555 | 2024-12-21T05:25:02.685Z | [ recovery-image] Dec 21 05:25:01.047 INFO O| Dec 21 05:25:01.047 INFO STEP 1051 (remove_files) COMPLETE |
7556 | 2024-12-21T05:25:02.685Z | [ recovery-image] Dec 21 05:25:01.047 INFO O| Dec 21 05:25:01.047 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7557 | 2024-12-21T05:25:02.703Z | [ recovery-image] Dec 21 05:25:01.067 INFO O| Dec 21 05:25:01.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7558 | 2024-12-21T05:25:02.706Z | [ recovery-image] Dec 21 05:25:01.068 INFO O| Dec 21 05:25:01.067 INFO STEP 1052 (remove_files) COMPLETE |
7559 | 2024-12-21T05:25:02.706Z | [ recovery-image] Dec 21 05:25:01.068 INFO O| Dec 21 05:25:01.068 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7560 | 2024-12-21T05:25:02.723Z | [ recovery-image] Dec 21 05:25:01.088 INFO O| Dec 21 05:25:01.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7561 | 2024-12-21T05:25:02.726Z | [ recovery-image] Dec 21 05:25:01.088 INFO O| Dec 21 05:25:01.088 INFO STEP 1053 (remove_files) COMPLETE |
7562 | 2024-12-21T05:25:02.726Z | [ recovery-image] Dec 21 05:25:01.088 INFO O| Dec 21 05:25:01.088 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7563 | 2024-12-21T05:25:02.754Z | [ recovery-image] Dec 21 05:25:01.119 INFO O| Dec 21 05:25:01.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7564 | 2024-12-21T05:25:02.754Z | [ recovery-image] Dec 21 05:25:01.119 INFO O| Dec 21 05:25:01.119 INFO STEP 1054 (remove_files) COMPLETE |
7565 | 2024-12-21T05:25:02.757Z | [ recovery-image] Dec 21 05:25:01.119 INFO O| Dec 21 05:25:01.119 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7566 | 2024-12-21T05:25:02.806Z | [ recovery-image] Dec 21 05:25:01.170 INFO O| Dec 21 05:25:01.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7567 | 2024-12-21T05:25:02.806Z | [ recovery-image] Dec 21 05:25:01.170 INFO O| Dec 21 05:25:01.170 INFO STEP 1055 (remove_files) COMPLETE |
7568 | 2024-12-21T05:25:02.806Z | [ recovery-image] Dec 21 05:25:01.170 INFO O| Dec 21 05:25:01.170 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7569 | 2024-12-21T05:25:02.828Z | [ recovery-image] Dec 21 05:25:01.192 INFO O| Dec 21 05:25:01.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7570 | 2024-12-21T05:25:02.828Z | [ recovery-image] Dec 21 05:25:01.192 INFO O| Dec 21 05:25:01.192 INFO STEP 1056 (remove_files) COMPLETE |
7571 | 2024-12-21T05:25:02.828Z | [ recovery-image] Dec 21 05:25:01.192 INFO O| Dec 21 05:25:01.192 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7572 | 2024-12-21T05:25:02.918Z | [ recovery-image] Dec 21 05:25:01.282 INFO O| Dec 21 05:25:01.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7573 | 2024-12-21T05:25:02.918Z | [ recovery-image] Dec 21 05:25:01.282 INFO O| Dec 21 05:25:01.282 INFO STEP 1057 (remove_files) COMPLETE |
7574 | 2024-12-21T05:25:02.918Z | [ recovery-image] Dec 21 05:25:01.282 INFO O| Dec 21 05:25:01.282 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7575 | 2024-12-21T05:25:02.946Z | [ recovery-image] Dec 21 05:25:01.310 INFO O| Dec 21 05:25:01.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7576 | 2024-12-21T05:25:02.946Z | [ recovery-image] Dec 21 05:25:01.310 INFO O| Dec 21 05:25:01.310 INFO STEP 1058 (remove_files) COMPLETE |
7577 | 2024-12-21T05:25:02.949Z | [ recovery-image] Dec 21 05:25:01.310 INFO O| Dec 21 05:25:01.310 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7578 | 2024-12-21T05:25:02.964Z | [ recovery-image] Dec 21 05:25:01.328 INFO O| Dec 21 05:25:01.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7579 | 2024-12-21T05:25:02.964Z | [ recovery-image] Dec 21 05:25:01.328 INFO O| Dec 21 05:25:01.328 INFO STEP 1059 (remove_files) COMPLETE |
7580 | 2024-12-21T05:25:02.966Z | [ recovery-image] Dec 21 05:25:01.328 INFO O| Dec 21 05:25:01.328 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7581 | 2024-12-21T05:25:02.982Z | [ recovery-image] Dec 21 05:25:01.346 INFO O| Dec 21 05:25:01.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7582 | 2024-12-21T05:25:02.982Z | [ recovery-image] Dec 21 05:25:01.347 INFO O| Dec 21 05:25:01.346 INFO STEP 1060 (remove_files) COMPLETE |
7583 | 2024-12-21T05:25:02.985Z | [ recovery-image] Dec 21 05:25:01.347 INFO O| Dec 21 05:25:01.346 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7584 | 2024-12-21T05:25:03.001Z | [ recovery-image] Dec 21 05:25:01.365 INFO O| Dec 21 05:25:01.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7585 | 2024-12-21T05:25:03.004Z | [ recovery-image] Dec 21 05:25:01.366 INFO O| Dec 21 05:25:01.366 INFO STEP 1061 (remove_files) COMPLETE |
7586 | 2024-12-21T05:25:03.004Z | [ recovery-image] Dec 21 05:25:01.366 INFO O| Dec 21 05:25:01.366 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7587 | 2024-12-21T05:25:03.018Z | [ recovery-image] Dec 21 05:25:01.383 INFO O| Dec 21 05:25:01.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7588 | 2024-12-21T05:25:03.018Z | [ recovery-image] Dec 21 05:25:01.383 INFO O| Dec 21 05:25:01.383 INFO STEP 1062 (remove_files) COMPLETE |
7589 | 2024-12-21T05:25:03.021Z | [ recovery-image] Dec 21 05:25:01.383 INFO O| Dec 21 05:25:01.383 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7590 | 2024-12-21T05:25:03.038Z | [ recovery-image] Dec 21 05:25:01.402 INFO O| Dec 21 05:25:01.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7591 | 2024-12-21T05:25:03.038Z | [ recovery-image] Dec 21 05:25:01.402 INFO O| Dec 21 05:25:01.402 INFO STEP 1063 (remove_files) COMPLETE |
7592 | 2024-12-21T05:25:03.038Z | [ recovery-image] Dec 21 05:25:01.402 INFO O| Dec 21 05:25:01.402 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7593 | 2024-12-21T05:25:03.065Z | [ recovery-image] Dec 21 05:25:01.429 INFO O| Dec 21 05:25:01.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7594 | 2024-12-21T05:25:03.065Z | [ recovery-image] Dec 21 05:25:01.429 INFO O| Dec 21 05:25:01.429 INFO STEP 1064 (remove_files) COMPLETE |
7595 | 2024-12-21T05:25:03.065Z | [ recovery-image] Dec 21 05:25:01.429 INFO O| Dec 21 05:25:01.429 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7596 | 2024-12-21T05:25:03.088Z | [ recovery-image] Dec 21 05:25:01.452 INFO O| Dec 21 05:25:01.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7597 | 2024-12-21T05:25:03.088Z | [ recovery-image] Dec 21 05:25:01.453 INFO O| Dec 21 05:25:01.452 INFO STEP 1065 (remove_files) COMPLETE |
7598 | 2024-12-21T05:25:03.088Z | [ recovery-image] Dec 21 05:25:01.453 INFO O| Dec 21 05:25:01.453 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7599 | 2024-12-21T05:25:03.201Z | [ recovery-image] Dec 21 05:25:01.565 INFO O| Dec 21 05:25:01.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7600 | 2024-12-21T05:25:03.201Z | [ recovery-image] Dec 21 05:25:01.566 INFO O| Dec 21 05:25:01.566 INFO STEP 1066 (remove_files) COMPLETE |
7601 | 2024-12-21T05:25:03.204Z | [ recovery-image] Dec 21 05:25:01.566 INFO O| Dec 21 05:25:01.566 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7602 | 2024-12-21T05:25:03.233Z | [ recovery-image] Dec 21 05:25:01.597 INFO O| Dec 21 05:25:01.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7603 | 2024-12-21T05:25:03.235Z | [ recovery-image] Dec 21 05:25:01.597 INFO O| Dec 21 05:25:01.597 INFO STEP 1067 (remove_files) COMPLETE |
7604 | 2024-12-21T05:25:03.235Z | [ recovery-image] Dec 21 05:25:01.598 INFO O| Dec 21 05:25:01.598 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7605 | 2024-12-21T05:25:03.253Z | [ recovery-image] Dec 21 05:25:01.618 INFO O| Dec 21 05:25:01.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7606 | 2024-12-21T05:25:03.256Z | [ recovery-image] Dec 21 05:25:01.618 INFO O| Dec 21 05:25:01.618 INFO STEP 1068 (remove_files) COMPLETE |
7607 | 2024-12-21T05:25:03.256Z | [ recovery-image] Dec 21 05:25:01.618 INFO O| Dec 21 05:25:01.618 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7608 | 2024-12-21T05:25:03.273Z | [ recovery-image] Dec 21 05:25:01.637 INFO O| Dec 21 05:25:01.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7609 | 2024-12-21T05:25:03.276Z | [ recovery-image] Dec 21 05:25:01.638 INFO O| Dec 21 05:25:01.638 INFO STEP 1069 (remove_files) COMPLETE |
7610 | 2024-12-21T05:25:03.276Z | [ recovery-image] Dec 21 05:25:01.638 INFO O| Dec 21 05:25:01.638 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7611 | 2024-12-21T05:25:03.293Z | [ recovery-image] Dec 21 05:25:01.656 INFO O| Dec 21 05:25:01.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7612 | 2024-12-21T05:25:03.295Z | [ recovery-image] Dec 21 05:25:01.657 INFO O| Dec 21 05:25:01.656 INFO STEP 1070 (remove_files) COMPLETE |
7613 | 2024-12-21T05:25:03.296Z | [ recovery-image] Dec 21 05:25:01.657 INFO O| Dec 21 05:25:01.657 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7614 | 2024-12-21T05:25:03.315Z | [ recovery-image] Dec 21 05:25:01.679 INFO O| Dec 21 05:25:01.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7615 | 2024-12-21T05:25:03.315Z | [ recovery-image] Dec 21 05:25:01.679 INFO O| Dec 21 05:25:01.679 INFO STEP 1071 (remove_files) COMPLETE |
7616 | 2024-12-21T05:25:03.315Z | [ recovery-image] Dec 21 05:25:01.679 INFO O| Dec 21 05:25:01.679 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7617 | 2024-12-21T05:25:03.347Z | [ recovery-image] Dec 21 05:25:01.712 INFO O| Dec 21 05:25:01.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7618 | 2024-12-21T05:25:03.348Z | [ recovery-image] Dec 21 05:25:01.712 INFO O| Dec 21 05:25:01.712 INFO STEP 1072 (remove_files) COMPLETE |
7619 | 2024-12-21T05:25:03.348Z | [ recovery-image] Dec 21 05:25:01.712 INFO O| Dec 21 05:25:01.712 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7620 | 2024-12-21T05:25:03.387Z | [ recovery-image] Dec 21 05:25:01.751 INFO O| Dec 21 05:25:01.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7621 | 2024-12-21T05:25:03.387Z | [ recovery-image] Dec 21 05:25:01.751 INFO O| Dec 21 05:25:01.751 INFO STEP 1073 (remove_files) COMPLETE |
7622 | 2024-12-21T05:25:03.387Z | [ recovery-image] Dec 21 05:25:01.751 INFO O| Dec 21 05:25:01.751 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7623 | 2024-12-21T05:25:03.444Z | [ recovery-image] Dec 21 05:25:01.808 INFO O| Dec 21 05:25:01.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7624 | 2024-12-21T05:25:03.444Z | [ recovery-image] Dec 21 05:25:01.808 INFO O| Dec 21 05:25:01.808 INFO STEP 1074 (remove_files) COMPLETE |
7625 | 2024-12-21T05:25:03.447Z | [ recovery-image] Dec 21 05:25:01.808 INFO O| Dec 21 05:25:01.808 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7626 | 2024-12-21T05:25:03.485Z | [ recovery-image] Dec 21 05:25:01.849 INFO O| Dec 21 05:25:01.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7627 | 2024-12-21T05:25:03.485Z | [ recovery-image] Dec 21 05:25:01.849 INFO O| Dec 21 05:25:01.849 INFO STEP 1075 (remove_files) COMPLETE |
7628 | 2024-12-21T05:25:03.485Z | [ recovery-image] Dec 21 05:25:01.849 INFO O| Dec 21 05:25:01.849 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7629 | 2024-12-21T05:25:03.532Z | [ recovery-image] Dec 21 05:25:01.896 INFO O| Dec 21 05:25:01.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7630 | 2024-12-21T05:25:03.532Z | [ recovery-image] Dec 21 05:25:01.896 INFO O| Dec 21 05:25:01.896 INFO STEP 1076 (remove_files) COMPLETE |
7631 | 2024-12-21T05:25:03.532Z | [ recovery-image] Dec 21 05:25:01.896 INFO O| Dec 21 05:25:01.896 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7632 | 2024-12-21T05:25:03.600Z | [ recovery-image] Dec 21 05:25:01.964 INFO O| Dec 21 05:25:01.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7633 | 2024-12-21T05:25:03.600Z | [ recovery-image] Dec 21 05:25:01.964 INFO O| Dec 21 05:25:01.964 INFO STEP 1077 (remove_files) COMPLETE |
7634 | 2024-12-21T05:25:03.600Z | [ recovery-image] Dec 21 05:25:01.964 INFO O| Dec 21 05:25:01.964 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7635 | 2024-12-21T05:25:03.620Z | [ recovery-image] Dec 21 05:25:01.984 INFO O| Dec 21 05:25:01.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7636 | 2024-12-21T05:25:03.620Z | [ recovery-image] Dec 21 05:25:01.984 INFO O| Dec 21 05:25:01.984 INFO STEP 1078 (remove_files) COMPLETE |
7637 | 2024-12-21T05:25:03.623Z | [ recovery-image] Dec 21 05:25:01.984 INFO O| Dec 21 05:25:01.984 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7638 | 2024-12-21T05:25:03.639Z | [ recovery-image] Dec 21 05:25:02.004 INFO O| Dec 21 05:25:02.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7639 | 2024-12-21T05:25:03.639Z | [ recovery-image] Dec 21 05:25:02.004 INFO O| Dec 21 05:25:02.004 INFO STEP 1079 (remove_files) COMPLETE |
7640 | 2024-12-21T05:25:03.639Z | [ recovery-image] Dec 21 05:25:02.004 INFO O| Dec 21 05:25:02.004 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7641 | 2024-12-21T05:25:03.659Z | [ recovery-image] Dec 21 05:25:02.023 INFO O| Dec 21 05:25:02.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7642 | 2024-12-21T05:25:03.659Z | [ recovery-image] Dec 21 05:25:02.023 INFO O| Dec 21 05:25:02.023 INFO STEP 1080 (remove_files) COMPLETE |
7643 | 2024-12-21T05:25:03.659Z | [ recovery-image] Dec 21 05:25:02.023 INFO O| Dec 21 05:25:02.023 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7644 | 2024-12-21T05:25:03.679Z | [ recovery-image] Dec 21 05:25:02.043 INFO O| Dec 21 05:25:02.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7645 | 2024-12-21T05:25:03.679Z | [ recovery-image] Dec 21 05:25:02.043 INFO O| Dec 21 05:25:02.043 INFO STEP 1081 (remove_files) COMPLETE |
7646 | 2024-12-21T05:25:03.679Z | [ recovery-image] Dec 21 05:25:02.043 INFO O| Dec 21 05:25:02.043 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7647 | 2024-12-21T05:25:03.698Z | [ recovery-image] Dec 21 05:25:02.063 INFO O| Dec 21 05:25:02.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7648 | 2024-12-21T05:25:03.698Z | [ recovery-image] Dec 21 05:25:02.063 INFO O| Dec 21 05:25:02.063 INFO STEP 1082 (remove_files) COMPLETE |
7649 | 2024-12-21T05:25:03.701Z | [ recovery-image] Dec 21 05:25:02.063 INFO O| Dec 21 05:25:02.063 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7650 | 2024-12-21T05:25:03.718Z | [ recovery-image] Dec 21 05:25:02.082 INFO O| Dec 21 05:25:02.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7651 | 2024-12-21T05:25:03.718Z | [ recovery-image] Dec 21 05:25:02.082 INFO O| Dec 21 05:25:02.082 INFO STEP 1083 (remove_files) COMPLETE |
7652 | 2024-12-21T05:25:03.718Z | [ recovery-image] Dec 21 05:25:02.082 INFO O| Dec 21 05:25:02.082 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7653 | 2024-12-21T05:25:03.738Z | [ recovery-image] Dec 21 05:25:02.102 INFO O| Dec 21 05:25:02.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7654 | 2024-12-21T05:25:03.738Z | [ recovery-image] Dec 21 05:25:02.102 INFO O| Dec 21 05:25:02.102 INFO STEP 1084 (remove_files) COMPLETE |
7655 | 2024-12-21T05:25:03.738Z | [ recovery-image] Dec 21 05:25:02.102 INFO O| Dec 21 05:25:02.102 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7656 | 2024-12-21T05:25:03.758Z | [ recovery-image] Dec 21 05:25:02.123 INFO O| Dec 21 05:25:02.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7657 | 2024-12-21T05:25:03.761Z | [ recovery-image] Dec 21 05:25:02.123 INFO O| Dec 21 05:25:02.123 INFO STEP 1085 (remove_files) COMPLETE |
7658 | 2024-12-21T05:25:03.761Z | [ recovery-image] Dec 21 05:25:02.123 INFO O| Dec 21 05:25:02.123 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7659 | 2024-12-21T05:25:03.776Z | [ recovery-image] Dec 21 05:25:02.141 INFO O| Dec 21 05:25:02.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7660 | 2024-12-21T05:25:03.777Z | [ recovery-image] Dec 21 05:25:02.141 INFO O| Dec 21 05:25:02.141 INFO STEP 1086 (remove_files) COMPLETE |
7661 | 2024-12-21T05:25:03.777Z | [ recovery-image] Dec 21 05:25:02.141 INFO O| Dec 21 05:25:02.141 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7662 | 2024-12-21T05:25:03.794Z | [ recovery-image] Dec 21 05:25:02.158 INFO O| Dec 21 05:25:02.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7663 | 2024-12-21T05:25:03.794Z | [ recovery-image] Dec 21 05:25:02.158 INFO O| Dec 21 05:25:02.158 INFO STEP 1087 (remove_files) COMPLETE |
7664 | 2024-12-21T05:25:03.794Z | [ recovery-image] Dec 21 05:25:02.158 INFO O| Dec 21 05:25:02.158 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7665 | 2024-12-21T05:25:03.810Z | [ recovery-image] Dec 21 05:25:02.175 INFO O| Dec 21 05:25:02.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7666 | 2024-12-21T05:25:03.811Z | [ recovery-image] Dec 21 05:25:02.175 INFO O| Dec 21 05:25:02.175 INFO STEP 1088 (remove_files) COMPLETE |
7667 | 2024-12-21T05:25:03.811Z | [ recovery-image] Dec 21 05:25:02.175 INFO O| Dec 21 05:25:02.175 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7668 | 2024-12-21T05:25:03.829Z | [ recovery-image] Dec 21 05:25:02.194 INFO O| Dec 21 05:25:02.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7669 | 2024-12-21T05:25:03.829Z | [ recovery-image] Dec 21 05:25:02.194 INFO O| Dec 21 05:25:02.194 INFO STEP 1089 (remove_files) COMPLETE |
7670 | 2024-12-21T05:25:03.829Z | [ recovery-image] Dec 21 05:25:02.194 INFO O| Dec 21 05:25:02.194 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7671 | 2024-12-21T05:25:03.848Z | [ recovery-image] Dec 21 05:25:02.212 INFO O| Dec 21 05:25:02.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7672 | 2024-12-21T05:25:03.848Z | [ recovery-image] Dec 21 05:25:02.212 INFO O| Dec 21 05:25:02.212 INFO STEP 1090 (remove_files) COMPLETE |
7673 | 2024-12-21T05:25:03.851Z | [ recovery-image] Dec 21 05:25:02.213 INFO O| Dec 21 05:25:02.212 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7674 | 2024-12-21T05:25:03.870Z | [ recovery-image] Dec 21 05:25:02.232 INFO O| Dec 21 05:25:02.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7675 | 2024-12-21T05:25:03.870Z | [ recovery-image] Dec 21 05:25:02.232 INFO O| Dec 21 05:25:02.232 INFO STEP 1091 (remove_files) COMPLETE |
7676 | 2024-12-21T05:25:03.871Z | [ recovery-image] Dec 21 05:25:02.232 INFO O| Dec 21 05:25:02.232 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7677 | 2024-12-21T05:25:03.889Z | [ recovery-image] Dec 21 05:25:02.253 INFO O| Dec 21 05:25:02.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7678 | 2024-12-21T05:25:03.889Z | [ recovery-image] Dec 21 05:25:02.253 INFO O| Dec 21 05:25:02.253 INFO STEP 1092 (remove_files) COMPLETE |
7679 | 2024-12-21T05:25:03.891Z | [ recovery-image] Dec 21 05:25:02.253 INFO O| Dec 21 05:25:02.253 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7680 | 2024-12-21T05:25:03.909Z | [ recovery-image] Dec 21 05:25:02.273 INFO O| Dec 21 05:25:02.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7681 | 2024-12-21T05:25:03.927Z | [ recovery-image] Dec 21 05:25:02.291 INFO O| Dec 21 05:25:02.291 INFO STEP 1093 (remove_files) COMPLETE |
7682 | 2024-12-21T05:25:03.927Z | [ recovery-image] Dec 21 05:25:02.291 INFO O| Dec 21 05:25:02.291 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7683 | 2024-12-21T05:25:03.962Z | [ recovery-image] Dec 21 05:25:02.326 INFO O| Dec 21 05:25:02.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7684 | 2024-12-21T05:25:03.962Z | [ recovery-image] Dec 21 05:25:02.326 INFO O| Dec 21 05:25:02.326 INFO STEP 1094 (remove_files) COMPLETE |
7685 | 2024-12-21T05:25:03.965Z | [ recovery-image] Dec 21 05:25:02.326 INFO O| Dec 21 05:25:02.326 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7686 | 2024-12-21T05:25:03.981Z | [ recovery-image] Dec 21 05:25:02.346 INFO O| Dec 21 05:25:02.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7687 | 2024-12-21T05:25:03.981Z | [ recovery-image] Dec 21 05:25:02.346 INFO O| Dec 21 05:25:02.346 INFO STEP 1095 (remove_files) COMPLETE |
7688 | 2024-12-21T05:25:03.981Z | [ recovery-image] Dec 21 05:25:02.346 INFO O| Dec 21 05:25:02.346 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7689 | 2024-12-21T05:25:04.015Z | [ recovery-image] Dec 21 05:25:02.379 INFO O| Dec 21 05:25:02.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7690 | 2024-12-21T05:25:04.015Z | [ recovery-image] Dec 21 05:25:02.379 INFO O| Dec 21 05:25:02.379 INFO STEP 1096 (remove_files) COMPLETE |
7691 | 2024-12-21T05:25:04.015Z | [ recovery-image] Dec 21 05:25:02.379 INFO O| Dec 21 05:25:02.379 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7692 | 2024-12-21T05:25:04.036Z | [ recovery-image] Dec 21 05:25:02.400 INFO O| Dec 21 05:25:02.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7693 | 2024-12-21T05:25:04.036Z | [ recovery-image] Dec 21 05:25:02.400 INFO O| Dec 21 05:25:02.400 INFO STEP 1097 (remove_files) COMPLETE |
7694 | 2024-12-21T05:25:04.036Z | [ recovery-image] Dec 21 05:25:02.400 INFO O| Dec 21 05:25:02.400 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7695 | 2024-12-21T05:25:04.060Z | [ recovery-image] Dec 21 05:25:02.424 INFO O| Dec 21 05:25:02.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7696 | 2024-12-21T05:25:04.060Z | [ recovery-image] Dec 21 05:25:02.425 INFO O| Dec 21 05:25:02.425 INFO STEP 1098 (remove_files) COMPLETE |
7697 | 2024-12-21T05:25:04.060Z | [ recovery-image] Dec 21 05:25:02.425 INFO O| Dec 21 05:25:02.425 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7698 | 2024-12-21T05:25:04.097Z | [ recovery-image] Dec 21 05:25:02.461 INFO O| Dec 21 05:25:02.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7699 | 2024-12-21T05:25:04.097Z | [ recovery-image] Dec 21 05:25:02.461 INFO O| Dec 21 05:25:02.461 INFO STEP 1099 (remove_files) COMPLETE |
7700 | 2024-12-21T05:25:04.097Z | [ recovery-image] Dec 21 05:25:02.461 INFO O| Dec 21 05:25:02.461 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7701 | 2024-12-21T05:25:04.141Z | [ recovery-image] Dec 21 05:25:02.506 INFO O| Dec 21 05:25:02.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7702 | 2024-12-21T05:25:04.144Z | [ recovery-image] Dec 21 05:25:02.506 INFO O| Dec 21 05:25:02.506 INFO STEP 1100 (remove_files) COMPLETE |
7703 | 2024-12-21T05:25:04.144Z | [ recovery-image] Dec 21 05:25:02.506 INFO O| Dec 21 05:25:02.506 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7704 | 2024-12-21T05:25:04.161Z | [ recovery-image] Dec 21 05:25:02.526 INFO O| Dec 21 05:25:02.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7705 | 2024-12-21T05:25:04.165Z | [ recovery-image] Dec 21 05:25:02.526 INFO O| Dec 21 05:25:02.526 INFO STEP 1101 (remove_files) COMPLETE |
7706 | 2024-12-21T05:25:04.165Z | [ recovery-image] Dec 21 05:25:02.526 INFO O| Dec 21 05:25:02.526 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7707 | 2024-12-21T05:25:04.185Z | [ recovery-image] Dec 21 05:25:02.550 INFO O| Dec 21 05:25:02.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7708 | 2024-12-21T05:25:04.188Z | [ recovery-image] Dec 21 05:25:02.550 INFO O| Dec 21 05:25:02.550 INFO STEP 1102 (remove_files) COMPLETE |
7709 | 2024-12-21T05:25:04.188Z | [ recovery-image] Dec 21 05:25:02.550 INFO O| Dec 21 05:25:02.550 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7710 | 2024-12-21T05:25:04.207Z | [ recovery-image] Dec 21 05:25:02.571 INFO O| Dec 21 05:25:02.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7711 | 2024-12-21T05:25:04.207Z | [ recovery-image] Dec 21 05:25:02.572 INFO O| Dec 21 05:25:02.571 INFO STEP 1103 (remove_files) COMPLETE |
7712 | 2024-12-21T05:25:04.214Z | [ recovery-image] Dec 21 05:25:02.572 INFO O| Dec 21 05:25:02.572 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7713 | 2024-12-21T05:25:04.291Z | [ recovery-image] Dec 21 05:25:02.655 INFO O| Dec 21 05:25:02.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7714 | 2024-12-21T05:25:04.291Z | [ recovery-image] Dec 21 05:25:02.655 INFO O| Dec 21 05:25:02.655 INFO STEP 1104 (remove_files) COMPLETE |
7715 | 2024-12-21T05:25:04.291Z | [ recovery-image] Dec 21 05:25:02.655 INFO O| Dec 21 05:25:02.655 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7716 | 2024-12-21T05:25:04.336Z | [ recovery-image] Dec 21 05:25:02.700 INFO O| Dec 21 05:25:02.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7717 | 2024-12-21T05:25:04.336Z | [ recovery-image] Dec 21 05:25:02.700 INFO O| Dec 21 05:25:02.700 INFO STEP 1105 (remove_files) COMPLETE |
7718 | 2024-12-21T05:25:04.339Z | [ recovery-image] Dec 21 05:25:02.701 INFO O| Dec 21 05:25:02.700 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7719 | 2024-12-21T05:25:04.358Z | [ recovery-image] Dec 21 05:25:02.722 INFO O| Dec 21 05:25:02.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7720 | 2024-12-21T05:25:04.358Z | [ recovery-image] Dec 21 05:25:02.722 INFO O| Dec 21 05:25:02.722 INFO STEP 1106 (remove_files) COMPLETE |
7721 | 2024-12-21T05:25:04.361Z | [ recovery-image] Dec 21 05:25:02.722 INFO O| Dec 21 05:25:02.722 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7722 | 2024-12-21T05:25:04.379Z | [ recovery-image] Dec 21 05:25:02.744 INFO O| Dec 21 05:25:02.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7723 | 2024-12-21T05:25:04.379Z | [ recovery-image] Dec 21 05:25:02.744 INFO O| Dec 21 05:25:02.744 INFO STEP 1107 (remove_files) COMPLETE |
7724 | 2024-12-21T05:25:04.382Z | [ recovery-image] Dec 21 05:25:02.744 INFO O| Dec 21 05:25:02.744 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7725 | 2024-12-21T05:25:04.479Z | [ recovery-image] Dec 21 05:25:02.843 INFO O| Dec 21 05:25:02.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7726 | 2024-12-21T05:25:04.479Z | [ recovery-image] Dec 21 05:25:02.843 INFO O| Dec 21 05:25:02.843 INFO STEP 1108 (remove_files) COMPLETE |
7727 | 2024-12-21T05:25:04.480Z | [ recovery-image] Dec 21 05:25:02.843 INFO O| Dec 21 05:25:02.843 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7728 | 2024-12-21T05:25:04.499Z | [ recovery-image] Dec 21 05:25:02.863 INFO O| Dec 21 05:25:02.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7729 | 2024-12-21T05:25:04.511Z | [ recovery-image] Dec 21 05:25:02.876 INFO O| Dec 21 05:25:02.876 INFO STEP 1109 (remove_files) COMPLETE |
7730 | 2024-12-21T05:25:04.512Z | [ recovery-image] Dec 21 05:25:02.876 INFO O| Dec 21 05:25:02.876 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7731 | 2024-12-21T05:25:04.564Z | [ recovery-image] Dec 21 05:25:02.929 INFO O| Dec 21 05:25:02.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7732 | 2024-12-21T05:25:04.565Z | [ recovery-image] Dec 21 05:25:02.929 INFO O| Dec 21 05:25:02.929 INFO STEP 1110 (remove_files) COMPLETE |
7733 | 2024-12-21T05:25:04.567Z | [ recovery-image] Dec 21 05:25:02.929 INFO O| Dec 21 05:25:02.929 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7734 | 2024-12-21T05:25:04.584Z | [ recovery-image] Dec 21 05:25:02.948 INFO O| Dec 21 05:25:02.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7735 | 2024-12-21T05:25:04.584Z | [ recovery-image] Dec 21 05:25:02.948 INFO O| Dec 21 05:25:02.948 INFO STEP 1111 (remove_files) COMPLETE |
7736 | 2024-12-21T05:25:04.584Z | [ recovery-image] Dec 21 05:25:02.948 INFO O| Dec 21 05:25:02.948 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7737 | 2024-12-21T05:25:04.603Z | [ recovery-image] Dec 21 05:25:02.967 INFO O| Dec 21 05:25:02.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7738 | 2024-12-21T05:25:04.603Z | [ recovery-image] Dec 21 05:25:02.967 INFO O| Dec 21 05:25:02.967 INFO STEP 1112 (remove_files) COMPLETE |
7739 | 2024-12-21T05:25:04.603Z | [ recovery-image] Dec 21 05:25:02.967 INFO O| Dec 21 05:25:02.967 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7740 | 2024-12-21T05:25:04.621Z | [ recovery-image] Dec 21 05:25:02.986 INFO O| Dec 21 05:25:02.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7741 | 2024-12-21T05:25:04.621Z | [ recovery-image] Dec 21 05:25:02.986 INFO O| Dec 21 05:25:02.986 INFO STEP 1113 (remove_files) COMPLETE |
7742 | 2024-12-21T05:25:04.621Z | [ recovery-image] Dec 21 05:25:02.986 INFO O| Dec 21 05:25:02.986 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7743 | 2024-12-21T05:25:04.673Z | [ recovery-image] Dec 21 05:25:03.038 INFO O| Dec 21 05:25:03.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7744 | 2024-12-21T05:25:04.674Z | [ recovery-image] Dec 21 05:25:03.038 INFO O| Dec 21 05:25:03.038 INFO STEP 1114 (remove_files) COMPLETE |
7745 | 2024-12-21T05:25:04.674Z | [ recovery-image] Dec 21 05:25:03.038 INFO O| Dec 21 05:25:03.038 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7746 | 2024-12-21T05:25:04.694Z | [ recovery-image] Dec 21 05:25:03.058 INFO O| Dec 21 05:25:03.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7747 | 2024-12-21T05:25:04.694Z | [ recovery-image] Dec 21 05:25:03.058 INFO O| Dec 21 05:25:03.058 INFO STEP 1115 (remove_files) COMPLETE |
7748 | 2024-12-21T05:25:04.694Z | [ recovery-image] Dec 21 05:25:03.058 INFO O| Dec 21 05:25:03.058 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7749 | 2024-12-21T05:25:04.713Z | [ recovery-image] Dec 21 05:25:03.078 INFO O| Dec 21 05:25:03.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7750 | 2024-12-21T05:25:04.713Z | [ recovery-image] Dec 21 05:25:03.078 INFO O| Dec 21 05:25:03.078 INFO STEP 1116 (remove_files) COMPLETE |
7751 | 2024-12-21T05:25:04.716Z | [ recovery-image] Dec 21 05:25:03.078 INFO O| Dec 21 05:25:03.078 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7752 | 2024-12-21T05:25:04.733Z | [ recovery-image] Dec 21 05:25:03.097 INFO O| Dec 21 05:25:03.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7753 | 2024-12-21T05:25:04.736Z | [ recovery-image] Dec 21 05:25:03.098 INFO O| Dec 21 05:25:03.098 INFO STEP 1117 (remove_files) COMPLETE |
7754 | 2024-12-21T05:25:04.736Z | [ recovery-image] Dec 21 05:25:03.098 INFO O| Dec 21 05:25:03.098 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7755 | 2024-12-21T05:25:04.753Z | [ recovery-image] Dec 21 05:25:03.117 INFO O| Dec 21 05:25:03.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7756 | 2024-12-21T05:25:04.756Z | [ recovery-image] Dec 21 05:25:03.117 INFO O| Dec 21 05:25:03.117 INFO STEP 1118 (remove_files) COMPLETE |
7757 | 2024-12-21T05:25:04.756Z | [ recovery-image] Dec 21 05:25:03.118 INFO O| Dec 21 05:25:03.117 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7758 | 2024-12-21T05:25:04.773Z | [ recovery-image] Dec 21 05:25:03.137 INFO O| Dec 21 05:25:03.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7759 | 2024-12-21T05:25:04.776Z | [ recovery-image] Dec 21 05:25:03.138 INFO O| Dec 21 05:25:03.138 INFO STEP 1119 (remove_files) COMPLETE |
7760 | 2024-12-21T05:25:04.776Z | [ recovery-image] Dec 21 05:25:03.138 INFO O| Dec 21 05:25:03.138 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7761 | 2024-12-21T05:25:04.793Z | [ recovery-image] Dec 21 05:25:03.157 INFO O| Dec 21 05:25:03.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7762 | 2024-12-21T05:25:04.793Z | [ recovery-image] Dec 21 05:25:03.157 INFO O| Dec 21 05:25:03.157 INFO STEP 1120 (remove_files) COMPLETE |
7763 | 2024-12-21T05:25:04.796Z | [ recovery-image] Dec 21 05:25:03.157 INFO O| Dec 21 05:25:03.157 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7764 | 2024-12-21T05:25:04.813Z | [ recovery-image] Dec 21 05:25:03.176 INFO O| Dec 21 05:25:03.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7765 | 2024-12-21T05:25:04.813Z | [ recovery-image] Dec 21 05:25:03.176 INFO O| Dec 21 05:25:03.176 INFO STEP 1121 (remove_files) COMPLETE |
7766 | 2024-12-21T05:25:04.816Z | [ recovery-image] Dec 21 05:25:03.176 INFO O| Dec 21 05:25:03.176 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7767 | 2024-12-21T05:25:04.837Z | [ recovery-image] Dec 21 05:25:03.201 INFO O| Dec 21 05:25:03.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7768 | 2024-12-21T05:25:04.840Z | [ recovery-image] Dec 21 05:25:03.201 INFO O| Dec 21 05:25:03.201 INFO STEP 1122 (remove_files) COMPLETE |
7769 | 2024-12-21T05:25:04.840Z | [ recovery-image] Dec 21 05:25:03.201 INFO O| Dec 21 05:25:03.201 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7770 | 2024-12-21T05:25:04.858Z | [ recovery-image] Dec 21 05:25:03.222 INFO O| Dec 21 05:25:03.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7771 | 2024-12-21T05:25:04.858Z | [ recovery-image] Dec 21 05:25:03.222 INFO O| Dec 21 05:25:03.222 INFO STEP 1123 (remove_files) COMPLETE |
7772 | 2024-12-21T05:25:04.860Z | [ recovery-image] Dec 21 05:25:03.222 INFO O| Dec 21 05:25:03.222 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7773 | 2024-12-21T05:25:04.878Z | [ recovery-image] Dec 21 05:25:03.242 INFO O| Dec 21 05:25:03.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7774 | 2024-12-21T05:25:04.878Z | [ recovery-image] Dec 21 05:25:03.242 INFO O| Dec 21 05:25:03.242 INFO STEP 1124 (remove_files) COMPLETE |
7775 | 2024-12-21T05:25:04.878Z | [ recovery-image] Dec 21 05:25:03.242 INFO O| Dec 21 05:25:03.242 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7776 | 2024-12-21T05:25:04.898Z | [ recovery-image] Dec 21 05:25:03.262 INFO O| Dec 21 05:25:03.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7777 | 2024-12-21T05:25:04.912Z | [ recovery-image] Dec 21 05:25:03.277 INFO O| Dec 21 05:25:03.277 INFO STEP 1125 (remove_files) COMPLETE |
7778 | 2024-12-21T05:25:04.912Z | [ recovery-image] Dec 21 05:25:03.277 INFO O| Dec 21 05:25:03.277 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7779 | 2024-12-21T05:25:04.946Z | [ recovery-image] Dec 21 05:25:03.309 INFO O| Dec 21 05:25:03.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7780 | 2024-12-21T05:25:04.946Z | [ recovery-image] Dec 21 05:25:03.309 INFO O| Dec 21 05:25:03.309 INFO STEP 1126 (remove_files) COMPLETE |
7781 | 2024-12-21T05:25:04.949Z | [ recovery-image] Dec 21 05:25:03.309 INFO O| Dec 21 05:25:03.309 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7782 | 2024-12-21T05:25:04.966Z | [ recovery-image] Dec 21 05:25:03.330 INFO O| Dec 21 05:25:03.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7783 | 2024-12-21T05:25:04.966Z | [ recovery-image] Dec 21 05:25:03.330 INFO O| Dec 21 05:25:03.330 INFO STEP 1127 (remove_files) COMPLETE |
7784 | 2024-12-21T05:25:04.966Z | [ recovery-image] Dec 21 05:25:03.330 INFO O| Dec 21 05:25:03.330 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7785 | 2024-12-21T05:25:05.021Z | [ recovery-image] Dec 21 05:25:03.385 INFO O| Dec 21 05:25:03.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7786 | 2024-12-21T05:25:05.021Z | [ recovery-image] Dec 21 05:25:03.385 INFO O| Dec 21 05:25:03.385 INFO STEP 1128 (remove_files) COMPLETE |
7787 | 2024-12-21T05:25:05.021Z | [ recovery-image] Dec 21 05:25:03.385 INFO O| Dec 21 05:25:03.385 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7788 | 2024-12-21T05:25:05.049Z | [ recovery-image] Dec 21 05:25:03.414 INFO O| Dec 21 05:25:03.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7789 | 2024-12-21T05:25:05.049Z | [ recovery-image] Dec 21 05:25:03.414 INFO O| Dec 21 05:25:03.414 INFO STEP 1129 (remove_files) COMPLETE |
7790 | 2024-12-21T05:25:05.050Z | [ recovery-image] Dec 21 05:25:03.414 INFO O| Dec 21 05:25:03.414 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7791 | 2024-12-21T05:25:05.094Z | [ recovery-image] Dec 21 05:25:03.458 INFO O| Dec 21 05:25:03.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7792 | 2024-12-21T05:25:05.094Z | [ recovery-image] Dec 21 05:25:03.458 INFO O| Dec 21 05:25:03.458 INFO STEP 1130 (remove_files) COMPLETE |
7793 | 2024-12-21T05:25:05.094Z | [ recovery-image] Dec 21 05:25:03.458 INFO O| Dec 21 05:25:03.458 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7794 | 2024-12-21T05:25:05.133Z | [ recovery-image] Dec 21 05:25:03.497 INFO O| Dec 21 05:25:03.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7795 | 2024-12-21T05:25:05.133Z | [ recovery-image] Dec 21 05:25:03.497 INFO O| Dec 21 05:25:03.497 INFO STEP 1131 (remove_files) COMPLETE |
7796 | 2024-12-21T05:25:05.136Z | [ recovery-image] Dec 21 05:25:03.497 INFO O| Dec 21 05:25:03.497 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7797 | 2024-12-21T05:25:05.243Z | [ recovery-image] Dec 21 05:25:03.607 INFO O| Dec 21 05:25:03.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7798 | 2024-12-21T05:25:05.243Z | [ recovery-image] Dec 21 05:25:03.607 INFO O| Dec 21 05:25:03.607 INFO STEP 1132 (remove_files) COMPLETE |
7799 | 2024-12-21T05:25:05.246Z | [ recovery-image] Dec 21 05:25:03.607 INFO O| Dec 21 05:25:03.607 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7800 | 2024-12-21T05:25:05.261Z | [ recovery-image] Dec 21 05:25:03.625 INFO O| Dec 21 05:25:03.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7801 | 2024-12-21T05:25:05.261Z | [ recovery-image] Dec 21 05:25:03.625 INFO O| Dec 21 05:25:03.625 INFO STEP 1133 (remove_files) COMPLETE |
7802 | 2024-12-21T05:25:05.261Z | [ recovery-image] Dec 21 05:25:03.625 INFO O| Dec 21 05:25:03.625 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7803 | 2024-12-21T05:25:05.278Z | [ recovery-image] Dec 21 05:25:03.642 INFO O| Dec 21 05:25:03.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7804 | 2024-12-21T05:25:05.278Z | [ recovery-image] Dec 21 05:25:03.642 INFO O| Dec 21 05:25:03.642 INFO STEP 1134 (remove_files) COMPLETE |
7805 | 2024-12-21T05:25:05.281Z | [ recovery-image] Dec 21 05:25:03.642 INFO O| Dec 21 05:25:03.642 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7806 | 2024-12-21T05:25:05.295Z | [ recovery-image] Dec 21 05:25:03.659 INFO O| Dec 21 05:25:03.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7807 | 2024-12-21T05:25:05.295Z | [ recovery-image] Dec 21 05:25:03.659 INFO O| Dec 21 05:25:03.659 INFO STEP 1135 (remove_files) COMPLETE |
7808 | 2024-12-21T05:25:05.295Z | [ recovery-image] Dec 21 05:25:03.659 INFO O| Dec 21 05:25:03.659 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7809 | 2024-12-21T05:25:05.313Z | [ recovery-image] Dec 21 05:25:03.677 INFO O| Dec 21 05:25:03.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7810 | 2024-12-21T05:25:05.317Z | [ recovery-image] Dec 21 05:25:03.682 INFO O| Dec 21 05:25:03.682 INFO STEP 1136 (remove_files) COMPLETE |
7811 | 2024-12-21T05:25:05.318Z | [ recovery-image] Dec 21 05:25:03.682 INFO O| Dec 21 05:25:03.682 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7812 | 2024-12-21T05:25:05.395Z | [ recovery-image] Dec 21 05:25:03.759 INFO O| Dec 21 05:25:03.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7813 | 2024-12-21T05:25:05.395Z | [ recovery-image] Dec 21 05:25:03.759 INFO O| Dec 21 05:25:03.759 INFO STEP 1137 (remove_files) COMPLETE |
7814 | 2024-12-21T05:25:05.395Z | [ recovery-image] Dec 21 05:25:03.760 INFO O| Dec 21 05:25:03.759 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7815 | 2024-12-21T05:25:05.456Z | [ recovery-image] Dec 21 05:25:03.820 INFO O| Dec 21 05:25:03.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7816 | 2024-12-21T05:25:05.456Z | [ recovery-image] Dec 21 05:25:03.820 INFO O| Dec 21 05:25:03.820 INFO STEP 1138 (remove_files) COMPLETE |
7817 | 2024-12-21T05:25:05.459Z | [ recovery-image] Dec 21 05:25:03.821 INFO O| Dec 21 05:25:03.820 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7818 | 2024-12-21T05:25:05.475Z | [ recovery-image] Dec 21 05:25:03.839 INFO O| Dec 21 05:25:03.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7819 | 2024-12-21T05:25:05.475Z | [ recovery-image] Dec 21 05:25:03.839 INFO O| Dec 21 05:25:03.839 INFO STEP 1139 (remove_files) COMPLETE |
7820 | 2024-12-21T05:25:05.475Z | [ recovery-image] Dec 21 05:25:03.839 INFO O| Dec 21 05:25:03.839 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7821 | 2024-12-21T05:25:05.530Z | [ recovery-image] Dec 21 05:25:03.894 INFO O| Dec 21 05:25:03.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7822 | 2024-12-21T05:25:05.530Z | [ recovery-image] Dec 21 05:25:03.894 INFO O| Dec 21 05:25:03.894 INFO STEP 1140 (remove_files) COMPLETE |
7823 | 2024-12-21T05:25:05.530Z | [ recovery-image] Dec 21 05:25:03.894 INFO O| Dec 21 05:25:03.894 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7824 | 2024-12-21T05:25:05.563Z | [ recovery-image] Dec 21 05:25:03.927 INFO O| Dec 21 05:25:03.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7825 | 2024-12-21T05:25:05.563Z | [ recovery-image] Dec 21 05:25:03.927 INFO O| Dec 21 05:25:03.927 INFO STEP 1141 (remove_files) COMPLETE |
7826 | 2024-12-21T05:25:05.563Z | [ recovery-image] Dec 21 05:25:03.927 INFO O| Dec 21 05:25:03.927 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7827 | 2024-12-21T05:25:05.586Z | [ recovery-image] Dec 21 05:25:03.950 INFO O| Dec 21 05:25:03.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7828 | 2024-12-21T05:25:05.586Z | [ recovery-image] Dec 21 05:25:03.950 INFO O| Dec 21 05:25:03.950 INFO STEP 1142 (remove_files) COMPLETE |
7829 | 2024-12-21T05:25:05.586Z | [ recovery-image] Dec 21 05:25:03.950 INFO O| Dec 21 05:25:03.950 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7830 | 2024-12-21T05:25:05.606Z | [ recovery-image] Dec 21 05:25:03.970 INFO O| Dec 21 05:25:03.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7831 | 2024-12-21T05:25:05.606Z | [ recovery-image] Dec 21 05:25:03.970 INFO O| Dec 21 05:25:03.970 INFO STEP 1143 (remove_files) COMPLETE |
7832 | 2024-12-21T05:25:05.606Z | [ recovery-image] Dec 21 05:25:03.970 INFO O| Dec 21 05:25:03.970 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7833 | 2024-12-21T05:25:05.624Z | [ recovery-image] Dec 21 05:25:03.988 INFO O| Dec 21 05:25:03.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7834 | 2024-12-21T05:25:05.624Z | [ recovery-image] Dec 21 05:25:03.988 INFO O| Dec 21 05:25:03.988 INFO STEP 1144 (remove_files) COMPLETE |
7835 | 2024-12-21T05:25:05.624Z | [ recovery-image] Dec 21 05:25:03.988 INFO O| Dec 21 05:25:03.988 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7836 | 2024-12-21T05:25:05.647Z | [ recovery-image] Dec 21 05:25:04.011 INFO O| Dec 21 05:25:04.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7837 | 2024-12-21T05:25:05.647Z | [ recovery-image] Dec 21 05:25:04.011 INFO O| Dec 21 05:25:04.011 INFO STEP 1145 (remove_files) COMPLETE |
7838 | 2024-12-21T05:25:05.649Z | [ recovery-image] Dec 21 05:25:04.011 INFO O| Dec 21 05:25:04.011 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7839 | 2024-12-21T05:25:05.689Z | [ recovery-image] Dec 21 05:25:04.053 INFO O| Dec 21 05:25:04.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7840 | 2024-12-21T05:25:05.690Z | [ recovery-image] Dec 21 05:25:04.053 INFO O| Dec 21 05:25:04.053 INFO STEP 1146 (remove_files) COMPLETE |
7841 | 2024-12-21T05:25:05.690Z | [ recovery-image] Dec 21 05:25:04.053 INFO O| Dec 21 05:25:04.053 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7842 | 2024-12-21T05:25:05.711Z | [ recovery-image] Dec 21 05:25:04.075 INFO O| Dec 21 05:25:04.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7843 | 2024-12-21T05:25:05.711Z | [ recovery-image] Dec 21 05:25:04.076 INFO O| Dec 21 05:25:04.075 INFO STEP 1147 (remove_files) COMPLETE |
7844 | 2024-12-21T05:25:05.714Z | [ recovery-image] Dec 21 05:25:04.076 INFO O| Dec 21 05:25:04.076 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7845 | 2024-12-21T05:25:05.732Z | [ recovery-image] Dec 21 05:25:04.096 INFO O| Dec 21 05:25:04.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7846 | 2024-12-21T05:25:05.732Z | [ recovery-image] Dec 21 05:25:04.096 INFO O| Dec 21 05:25:04.096 INFO STEP 1148 (remove_files) COMPLETE |
7847 | 2024-12-21T05:25:05.732Z | [ recovery-image] Dec 21 05:25:04.096 INFO O| Dec 21 05:25:04.096 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7848 | 2024-12-21T05:25:05.751Z | [ recovery-image] Dec 21 05:25:04.115 INFO O| Dec 21 05:25:04.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7849 | 2024-12-21T05:25:05.751Z | [ recovery-image] Dec 21 05:25:04.115 INFO O| Dec 21 05:25:04.115 INFO STEP 1149 (remove_files) COMPLETE |
7850 | 2024-12-21T05:25:05.751Z | [ recovery-image] Dec 21 05:25:04.115 INFO O| Dec 21 05:25:04.115 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7851 | 2024-12-21T05:25:05.775Z | [ recovery-image] Dec 21 05:25:04.138 INFO O| Dec 21 05:25:04.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7852 | 2024-12-21T05:25:05.775Z | [ recovery-image] Dec 21 05:25:04.138 INFO O| Dec 21 05:25:04.138 INFO STEP 1150 (remove_files) COMPLETE |
7853 | 2024-12-21T05:25:05.775Z | [ recovery-image] Dec 21 05:25:04.138 INFO O| Dec 21 05:25:04.138 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7854 | 2024-12-21T05:25:05.829Z | [ recovery-image] Dec 21 05:25:04.193 INFO O| Dec 21 05:25:04.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7855 | 2024-12-21T05:25:05.846Z | [ recovery-image] Dec 21 05:25:04.210 INFO O| Dec 21 05:25:04.210 INFO STEP 1151 (remove_files) COMPLETE |
7856 | 2024-12-21T05:25:05.846Z | [ recovery-image] Dec 21 05:25:04.210 INFO O| Dec 21 05:25:04.210 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7857 | 2024-12-21T05:25:05.878Z | [ recovery-image] Dec 21 05:25:04.242 INFO O| Dec 21 05:25:04.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7858 | 2024-12-21T05:25:05.878Z | [ recovery-image] Dec 21 05:25:04.242 INFO O| Dec 21 05:25:04.242 INFO STEP 1152 (remove_files) COMPLETE |
7859 | 2024-12-21T05:25:05.878Z | [ recovery-image] Dec 21 05:25:04.242 INFO O| Dec 21 05:25:04.242 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7860 | 2024-12-21T05:25:05.899Z | [ recovery-image] Dec 21 05:25:04.262 INFO O| Dec 21 05:25:04.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7861 | 2024-12-21T05:25:05.899Z | [ recovery-image] Dec 21 05:25:04.263 INFO O| Dec 21 05:25:04.263 INFO STEP 1153 (remove_files) COMPLETE |
7862 | 2024-12-21T05:25:05.899Z | [ recovery-image] Dec 21 05:25:04.263 INFO O| Dec 21 05:25:04.263 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7863 | 2024-12-21T05:25:05.918Z | [ recovery-image] Dec 21 05:25:04.282 INFO O| Dec 21 05:25:04.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7864 | 2024-12-21T05:25:05.921Z | [ recovery-image] Dec 21 05:25:04.282 INFO O| Dec 21 05:25:04.282 INFO STEP 1154 (remove_files) COMPLETE |
7865 | 2024-12-21T05:25:05.921Z | [ recovery-image] Dec 21 05:25:04.282 INFO O| Dec 21 05:25:04.282 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7866 | 2024-12-21T05:25:05.936Z | [ recovery-image] Dec 21 05:25:04.301 INFO O| Dec 21 05:25:04.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7867 | 2024-12-21T05:25:05.936Z | [ recovery-image] Dec 21 05:25:04.301 INFO O| Dec 21 05:25:04.301 INFO STEP 1155 (remove_files) COMPLETE |
7868 | 2024-12-21T05:25:05.939Z | [ recovery-image] Dec 21 05:25:04.301 INFO O| Dec 21 05:25:04.301 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7869 | 2024-12-21T05:25:05.961Z | [ recovery-image] Dec 21 05:25:04.325 INFO O| Dec 21 05:25:04.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7870 | 2024-12-21T05:25:05.964Z | [ recovery-image] Dec 21 05:25:04.325 INFO O| Dec 21 05:25:04.325 INFO STEP 1156 (remove_files) COMPLETE |
7871 | 2024-12-21T05:25:05.964Z | [ recovery-image] Dec 21 05:25:04.325 INFO O| Dec 21 05:25:04.325 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7872 | 2024-12-21T05:25:06.021Z | [ recovery-image] Dec 21 05:25:04.385 INFO O| Dec 21 05:25:04.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7873 | 2024-12-21T05:25:06.024Z | [ recovery-image] Dec 21 05:25:04.385 INFO O| Dec 21 05:25:04.385 INFO STEP 1157 (remove_files) COMPLETE |
7874 | 2024-12-21T05:25:06.024Z | [ recovery-image] Dec 21 05:25:04.385 INFO O| Dec 21 05:25:04.385 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7875 | 2024-12-21T05:25:06.056Z | [ recovery-image] Dec 21 05:25:04.419 INFO O| Dec 21 05:25:04.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7876 | 2024-12-21T05:25:06.056Z | [ recovery-image] Dec 21 05:25:04.419 INFO O| Dec 21 05:25:04.419 INFO STEP 1158 (remove_files) COMPLETE |
7877 | 2024-12-21T05:25:06.056Z | [ recovery-image] Dec 21 05:25:04.419 INFO O| Dec 21 05:25:04.419 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7878 | 2024-12-21T05:25:06.075Z | [ recovery-image] Dec 21 05:25:04.439 INFO O| Dec 21 05:25:04.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7879 | 2024-12-21T05:25:06.075Z | [ recovery-image] Dec 21 05:25:04.439 INFO O| Dec 21 05:25:04.439 INFO STEP 1159 (remove_files) COMPLETE |
7880 | 2024-12-21T05:25:06.075Z | [ recovery-image] Dec 21 05:25:04.439 INFO O| Dec 21 05:25:04.439 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7881 | 2024-12-21T05:25:06.110Z | [ recovery-image] Dec 21 05:25:04.474 INFO O| Dec 21 05:25:04.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7882 | 2024-12-21T05:25:06.113Z | [ recovery-image] Dec 21 05:25:04.475 INFO O| Dec 21 05:25:04.474 INFO STEP 1160 (remove_files) COMPLETE |
7883 | 2024-12-21T05:25:06.113Z | [ recovery-image] Dec 21 05:25:04.475 INFO O| Dec 21 05:25:04.475 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7884 | 2024-12-21T05:25:06.130Z | [ recovery-image] Dec 21 05:25:04.494 INFO O| Dec 21 05:25:04.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7885 | 2024-12-21T05:25:06.133Z | [ recovery-image] Dec 21 05:25:04.495 INFO O| Dec 21 05:25:04.495 INFO STEP 1161 (remove_files) COMPLETE |
7886 | 2024-12-21T05:25:06.133Z | [ recovery-image] Dec 21 05:25:04.495 INFO O| Dec 21 05:25:04.495 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7887 | 2024-12-21T05:25:06.167Z | [ recovery-image] Dec 21 05:25:04.531 INFO O| Dec 21 05:25:04.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7888 | 2024-12-21T05:25:06.167Z | [ recovery-image] Dec 21 05:25:04.531 INFO O| Dec 21 05:25:04.531 INFO STEP 1162 (remove_files) COMPLETE |
7889 | 2024-12-21T05:25:06.167Z | [ recovery-image] Dec 21 05:25:04.531 INFO O| Dec 21 05:25:04.531 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7890 | 2024-12-21T05:25:06.186Z | [ recovery-image] Dec 21 05:25:04.550 INFO O| Dec 21 05:25:04.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7891 | 2024-12-21T05:25:06.186Z | [ recovery-image] Dec 21 05:25:04.550 INFO O| Dec 21 05:25:04.550 INFO STEP 1163 (remove_files) COMPLETE |
7892 | 2024-12-21T05:25:06.186Z | [ recovery-image] Dec 21 05:25:04.550 INFO O| Dec 21 05:25:04.550 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7893 | 2024-12-21T05:25:06.206Z | [ recovery-image] Dec 21 05:25:04.570 INFO O| Dec 21 05:25:04.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7894 | 2024-12-21T05:25:06.206Z | [ recovery-image] Dec 21 05:25:04.570 INFO O| Dec 21 05:25:04.570 INFO STEP 1164 (remove_files) COMPLETE |
7895 | 2024-12-21T05:25:06.206Z | [ recovery-image] Dec 21 05:25:04.570 INFO O| Dec 21 05:25:04.570 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7896 | 2024-12-21T05:25:06.226Z | [ recovery-image] Dec 21 05:25:04.590 INFO O| Dec 21 05:25:04.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7897 | 2024-12-21T05:25:06.226Z | [ recovery-image] Dec 21 05:25:04.591 INFO O| Dec 21 05:25:04.590 INFO STEP 1165 (remove_files) COMPLETE |
7898 | 2024-12-21T05:25:06.229Z | [ recovery-image] Dec 21 05:25:04.591 INFO O| Dec 21 05:25:04.591 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7899 | 2024-12-21T05:25:06.247Z | [ recovery-image] Dec 21 05:25:04.611 INFO O| Dec 21 05:25:04.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7900 | 2024-12-21T05:25:06.247Z | [ recovery-image] Dec 21 05:25:04.611 INFO O| Dec 21 05:25:04.611 INFO STEP 1166 (remove_files) COMPLETE |
7901 | 2024-12-21T05:25:06.247Z | [ recovery-image] Dec 21 05:25:04.611 INFO O| Dec 21 05:25:04.611 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7902 | 2024-12-21T05:25:06.277Z | [ recovery-image] Dec 21 05:25:04.641 INFO O| Dec 21 05:25:04.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7903 | 2024-12-21T05:25:06.277Z | [ recovery-image] Dec 21 05:25:04.641 INFO O| Dec 21 05:25:04.641 INFO STEP 1167 (remove_files) COMPLETE |
7904 | 2024-12-21T05:25:06.277Z | [ recovery-image] Dec 21 05:25:04.641 INFO O| Dec 21 05:25:04.641 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7905 | 2024-12-21T05:25:06.331Z | [ recovery-image] Dec 21 05:25:04.695 INFO O| Dec 21 05:25:04.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7906 | 2024-12-21T05:25:06.334Z | [ recovery-image] Dec 21 05:25:04.695 INFO O| Dec 21 05:25:04.695 INFO STEP 1168 (remove_files) COMPLETE |
7907 | 2024-12-21T05:25:06.334Z | [ recovery-image] Dec 21 05:25:04.695 INFO O| Dec 21 05:25:04.695 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7908 | 2024-12-21T05:25:06.350Z | [ recovery-image] Dec 21 05:25:04.715 INFO O| Dec 21 05:25:04.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7909 | 2024-12-21T05:25:06.353Z | [ recovery-image] Dec 21 05:25:04.715 INFO O| Dec 21 05:25:04.715 INFO STEP 1169 (remove_files) COMPLETE |
7910 | 2024-12-21T05:25:06.353Z | [ recovery-image] Dec 21 05:25:04.715 INFO O| Dec 21 05:25:04.715 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7911 | 2024-12-21T05:25:06.370Z | [ recovery-image] Dec 21 05:25:04.734 INFO O| Dec 21 05:25:04.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7912 | 2024-12-21T05:25:06.373Z | [ recovery-image] Dec 21 05:25:04.734 INFO O| Dec 21 05:25:04.734 INFO STEP 1170 (remove_files) COMPLETE |
7913 | 2024-12-21T05:25:06.373Z | [ recovery-image] Dec 21 05:25:04.734 INFO O| Dec 21 05:25:04.734 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7914 | 2024-12-21T05:25:06.391Z | [ recovery-image] Dec 21 05:25:04.755 INFO O| Dec 21 05:25:04.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7915 | 2024-12-21T05:25:06.393Z | [ recovery-image] Dec 21 05:25:04.755 INFO O| Dec 21 05:25:04.755 INFO STEP 1171 (remove_files) COMPLETE |
7916 | 2024-12-21T05:25:06.393Z | [ recovery-image] Dec 21 05:25:04.755 INFO O| Dec 21 05:25:04.755 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7917 | 2024-12-21T05:25:06.411Z | [ recovery-image] Dec 21 05:25:04.775 INFO O| Dec 21 05:25:04.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7918 | 2024-12-21T05:25:06.414Z | [ recovery-image] Dec 21 05:25:04.775 INFO O| Dec 21 05:25:04.775 INFO STEP 1172 (remove_files) COMPLETE |
7919 | 2024-12-21T05:25:06.414Z | [ recovery-image] Dec 21 05:25:04.775 INFO O| Dec 21 05:25:04.775 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7920 | 2024-12-21T05:25:06.433Z | [ recovery-image] Dec 21 05:25:04.796 INFO O| Dec 21 05:25:04.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7921 | 2024-12-21T05:25:06.433Z | [ recovery-image] Dec 21 05:25:04.796 INFO O| Dec 21 05:25:04.796 INFO STEP 1173 (remove_files) COMPLETE |
7922 | 2024-12-21T05:25:06.433Z | [ recovery-image] Dec 21 05:25:04.796 INFO O| Dec 21 05:25:04.796 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7923 | 2024-12-21T05:25:06.450Z | [ recovery-image] Dec 21 05:25:04.814 INFO O| Dec 21 05:25:04.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7924 | 2024-12-21T05:25:06.453Z | [ recovery-image] Dec 21 05:25:04.815 INFO O| Dec 21 05:25:04.814 INFO STEP 1174 (remove_files) COMPLETE |
7925 | 2024-12-21T05:25:06.453Z | [ recovery-image] Dec 21 05:25:04.815 INFO O| Dec 21 05:25:04.815 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7926 | 2024-12-21T05:25:06.469Z | [ recovery-image] Dec 21 05:25:04.834 INFO O| Dec 21 05:25:04.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7927 | 2024-12-21T05:25:06.472Z | [ recovery-image] Dec 21 05:25:04.834 INFO O| Dec 21 05:25:04.834 INFO STEP 1175 (remove_files) COMPLETE |
7928 | 2024-12-21T05:25:06.472Z | [ recovery-image] Dec 21 05:25:04.834 INFO O| Dec 21 05:25:04.834 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7929 | 2024-12-21T05:25:06.523Z | [ recovery-image] Dec 21 05:25:04.887 INFO O| Dec 21 05:25:04.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7930 | 2024-12-21T05:25:06.523Z | [ recovery-image] Dec 21 05:25:04.887 INFO O| Dec 21 05:25:04.887 INFO STEP 1176 (remove_files) COMPLETE |
7931 | 2024-12-21T05:25:06.526Z | [ recovery-image] Dec 21 05:25:04.887 INFO O| Dec 21 05:25:04.887 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7932 | 2024-12-21T05:25:06.556Z | [ recovery-image] Dec 21 05:25:04.920 INFO O| Dec 21 05:25:04.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7933 | 2024-12-21T05:25:06.556Z | [ recovery-image] Dec 21 05:25:04.920 INFO O| Dec 21 05:25:04.920 INFO STEP 1177 (remove_files) COMPLETE |
7934 | 2024-12-21T05:25:06.556Z | [ recovery-image] Dec 21 05:25:04.920 INFO O| Dec 21 05:25:04.920 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7935 | 2024-12-21T05:25:06.670Z | [ recovery-image] Dec 21 05:25:05.034 INFO O| Dec 21 05:25:05.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7936 | 2024-12-21T05:25:06.670Z | [ recovery-image] Dec 21 05:25:05.034 INFO O| Dec 21 05:25:05.034 INFO STEP 1178 (remove_files) COMPLETE |
7937 | 2024-12-21T05:25:06.670Z | [ recovery-image] Dec 21 05:25:05.034 INFO O| Dec 21 05:25:05.034 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7938 | 2024-12-21T05:25:06.712Z | [ recovery-image] Dec 21 05:25:05.076 INFO O| Dec 21 05:25:05.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7939 | 2024-12-21T05:25:06.712Z | [ recovery-image] Dec 21 05:25:05.076 INFO O| Dec 21 05:25:05.076 INFO STEP 1179 (remove_files) COMPLETE |
7940 | 2024-12-21T05:25:06.712Z | [ recovery-image] Dec 21 05:25:05.076 INFO O| Dec 21 05:25:05.076 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7941 | 2024-12-21T05:25:06.732Z | [ recovery-image] Dec 21 05:25:05.096 INFO O| Dec 21 05:25:05.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7942 | 2024-12-21T05:25:06.732Z | [ recovery-image] Dec 21 05:25:05.096 INFO O| Dec 21 05:25:05.096 INFO STEP 1180 (remove_files) COMPLETE |
7943 | 2024-12-21T05:25:06.735Z | [ recovery-image] Dec 21 05:25:05.096 INFO O| Dec 21 05:25:05.096 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7944 | 2024-12-21T05:25:06.751Z | [ recovery-image] Dec 21 05:25:05.115 INFO O| Dec 21 05:25:05.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7945 | 2024-12-21T05:25:06.751Z | [ recovery-image] Dec 21 05:25:05.115 INFO O| Dec 21 05:25:05.115 INFO STEP 1181 (remove_files) COMPLETE |
7946 | 2024-12-21T05:25:06.751Z | [ recovery-image] Dec 21 05:25:05.115 INFO O| Dec 21 05:25:05.115 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7947 | 2024-12-21T05:25:06.771Z | [ recovery-image] Dec 21 05:25:05.135 INFO O| Dec 21 05:25:05.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7948 | 2024-12-21T05:25:06.771Z | [ recovery-image] Dec 21 05:25:05.135 INFO O| Dec 21 05:25:05.135 INFO STEP 1182 (remove_files) COMPLETE |
7949 | 2024-12-21T05:25:06.771Z | [ recovery-image] Dec 21 05:25:05.135 INFO O| Dec 21 05:25:05.135 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7950 | 2024-12-21T05:25:06.813Z | [ recovery-image] Dec 21 05:25:05.177 INFO O| Dec 21 05:25:05.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7951 | 2024-12-21T05:25:06.815Z | [ recovery-image] Dec 21 05:25:05.177 INFO O| Dec 21 05:25:05.177 INFO STEP 1183 (remove_files) COMPLETE |
7952 | 2024-12-21T05:25:06.815Z | [ recovery-image] Dec 21 05:25:05.177 INFO O| Dec 21 05:25:05.177 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7953 | 2024-12-21T05:25:06.832Z | [ recovery-image] Dec 21 05:25:05.196 INFO O| Dec 21 05:25:05.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7954 | 2024-12-21T05:25:06.833Z | [ recovery-image] Dec 21 05:25:05.197 INFO O| Dec 21 05:25:05.197 INFO STEP 1184 (remove_files) COMPLETE |
7955 | 2024-12-21T05:25:06.833Z | [ recovery-image] Dec 21 05:25:05.197 INFO O| Dec 21 05:25:05.197 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7956 | 2024-12-21T05:25:06.899Z | [ recovery-image] Dec 21 05:25:05.263 INFO O| Dec 21 05:25:05.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7957 | 2024-12-21T05:25:06.899Z | [ recovery-image] Dec 21 05:25:05.263 INFO O| Dec 21 05:25:05.263 INFO STEP 1185 (remove_files) COMPLETE |
7958 | 2024-12-21T05:25:06.899Z | [ recovery-image] Dec 21 05:25:05.263 INFO O| Dec 21 05:25:05.263 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7959 | 2024-12-21T05:25:06.921Z | [ recovery-image] Dec 21 05:25:05.285 INFO O| Dec 21 05:25:05.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7960 | 2024-12-21T05:25:06.921Z | [ recovery-image] Dec 21 05:25:05.285 INFO O| Dec 21 05:25:05.285 INFO STEP 1186 (remove_files) COMPLETE |
7961 | 2024-12-21T05:25:06.921Z | [ recovery-image] Dec 21 05:25:05.285 INFO O| Dec 21 05:25:05.285 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7962 | 2024-12-21T05:25:06.949Z | [ recovery-image] Dec 21 05:25:05.313 INFO O| Dec 21 05:25:05.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7963 | 2024-12-21T05:25:06.949Z | [ recovery-image] Dec 21 05:25:05.313 INFO O| Dec 21 05:25:05.313 INFO STEP 1187 (remove_files) COMPLETE |
7964 | 2024-12-21T05:25:06.952Z | [ recovery-image] Dec 21 05:25:05.313 INFO O| Dec 21 05:25:05.313 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7965 | 2024-12-21T05:25:06.970Z | [ recovery-image] Dec 21 05:25:05.334 INFO O| Dec 21 05:25:05.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7966 | 2024-12-21T05:25:06.973Z | [ recovery-image] Dec 21 05:25:05.334 INFO O| Dec 21 05:25:05.334 INFO STEP 1188 (remove_files) COMPLETE |
7967 | 2024-12-21T05:25:06.973Z | [ recovery-image] Dec 21 05:25:05.335 INFO O| Dec 21 05:25:05.334 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7968 | 2024-12-21T05:25:06.991Z | [ recovery-image] Dec 21 05:25:05.355 INFO O| Dec 21 05:25:05.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7969 | 2024-12-21T05:25:06.994Z | [ recovery-image] Dec 21 05:25:05.355 INFO O| Dec 21 05:25:05.355 INFO STEP 1189 (remove_files) COMPLETE |
7970 | 2024-12-21T05:25:06.994Z | [ recovery-image] Dec 21 05:25:05.355 INFO O| Dec 21 05:25:05.355 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7971 | 2024-12-21T05:25:07.023Z | [ recovery-image] Dec 21 05:25:05.387 INFO O| Dec 21 05:25:05.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7972 | 2024-12-21T05:25:07.026Z | [ recovery-image] Dec 21 05:25:05.387 INFO O| Dec 21 05:25:05.387 INFO STEP 1190 (remove_files) COMPLETE |
7973 | 2024-12-21T05:25:07.026Z | [ recovery-image] Dec 21 05:25:05.387 INFO O| Dec 21 05:25:05.387 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7974 | 2024-12-21T05:25:07.045Z | [ recovery-image] Dec 21 05:25:05.409 INFO O| Dec 21 05:25:05.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7975 | 2024-12-21T05:25:07.045Z | [ recovery-image] Dec 21 05:25:05.410 INFO O| Dec 21 05:25:05.410 INFO STEP 1191 (remove_files) COMPLETE |
7976 | 2024-12-21T05:25:07.045Z | [ recovery-image] Dec 21 05:25:05.410 INFO O| Dec 21 05:25:05.410 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7977 | 2024-12-21T05:25:07.070Z | [ recovery-image] Dec 21 05:25:05.434 INFO O| Dec 21 05:25:05.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7978 | 2024-12-21T05:25:07.070Z | [ recovery-image] Dec 21 05:25:05.434 INFO O| Dec 21 05:25:05.434 INFO STEP 1192 (remove_files) COMPLETE |
7979 | 2024-12-21T05:25:07.070Z | [ recovery-image] Dec 21 05:25:05.434 INFO O| Dec 21 05:25:05.434 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7980 | 2024-12-21T05:25:07.113Z | [ recovery-image] Dec 21 05:25:05.476 INFO O| Dec 21 05:25:05.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7981 | 2024-12-21T05:25:07.113Z | [ recovery-image] Dec 21 05:25:05.477 INFO O| Dec 21 05:25:05.477 INFO STEP 1193 (remove_files) COMPLETE |
7982 | 2024-12-21T05:25:07.113Z | [ recovery-image] Dec 21 05:25:05.477 INFO O| Dec 21 05:25:05.477 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7983 | 2024-12-21T05:25:07.136Z | [ recovery-image] Dec 21 05:25:05.500 INFO O| Dec 21 05:25:05.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7984 | 2024-12-21T05:25:07.136Z | [ recovery-image] Dec 21 05:25:05.500 INFO O| Dec 21 05:25:05.500 INFO STEP 1194 (remove_files) COMPLETE |
7985 | 2024-12-21T05:25:07.136Z | [ recovery-image] Dec 21 05:25:05.500 INFO O| Dec 21 05:25:05.500 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7986 | 2024-12-21T05:25:07.159Z | [ recovery-image] Dec 21 05:25:05.523 INFO O| Dec 21 05:25:05.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7987 | 2024-12-21T05:25:07.159Z | [ recovery-image] Dec 21 05:25:05.523 INFO O| Dec 21 05:25:05.523 INFO STEP 1195 (remove_files) COMPLETE |
7988 | 2024-12-21T05:25:07.159Z | [ recovery-image] Dec 21 05:25:05.523 INFO O| Dec 21 05:25:05.523 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7989 | 2024-12-21T05:25:07.182Z | [ recovery-image] Dec 21 05:25:05.546 INFO O| Dec 21 05:25:05.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7990 | 2024-12-21T05:25:07.184Z | [ recovery-image] Dec 21 05:25:05.546 INFO O| Dec 21 05:25:05.546 INFO STEP 1196 (remove_files) COMPLETE |
7991 | 2024-12-21T05:25:07.184Z | [ recovery-image] Dec 21 05:25:05.546 INFO O| Dec 21 05:25:05.546 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7992 | 2024-12-21T05:25:07.209Z | [ recovery-image] Dec 21 05:25:05.568 INFO O| Dec 21 05:25:05.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7993 | 2024-12-21T05:25:07.209Z | [ recovery-image] Dec 21 05:25:05.569 INFO O| Dec 21 05:25:05.569 INFO STEP 1197 (remove_files) COMPLETE |
7994 | 2024-12-21T05:25:07.211Z | [ recovery-image] Dec 21 05:25:05.569 INFO O| Dec 21 05:25:05.569 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7995 | 2024-12-21T05:25:07.226Z | [ recovery-image] Dec 21 05:25:05.590 INFO O| Dec 21 05:25:05.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7996 | 2024-12-21T05:25:07.226Z | [ recovery-image] Dec 21 05:25:05.590 INFO O| Dec 21 05:25:05.590 INFO STEP 1198 (remove_files) COMPLETE |
7997 | 2024-12-21T05:25:07.227Z | [ recovery-image] Dec 21 05:25:05.590 INFO O| Dec 21 05:25:05.590 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7998 | 2024-12-21T05:25:07.255Z | [ recovery-image] Dec 21 05:25:05.619 INFO O| Dec 21 05:25:05.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7999 | 2024-12-21T05:25:07.255Z | [ recovery-image] Dec 21 05:25:05.619 INFO O| Dec 21 05:25:05.619 INFO STEP 1199 (remove_files) COMPLETE |
8000 | 2024-12-21T05:25:07.255Z | [ recovery-image] Dec 21 05:25:05.619 INFO O| Dec 21 05:25:05.619 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8001 | 2024-12-21T05:25:07.275Z | [ recovery-image] Dec 21 05:25:05.639 INFO O| Dec 21 05:25:05.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
8002 | 2024-12-21T05:25:07.275Z | [ recovery-image] Dec 21 05:25:05.639 INFO O| Dec 21 05:25:05.639 INFO STEP 1200 (remove_files) COMPLETE |
8003 | 2024-12-21T05:25:07.275Z | [ recovery-image] Dec 21 05:25:05.639 INFO O| Dec 21 05:25:05.639 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8004 | 2024-12-21T05:25:07.313Z | [ recovery-image] Dec 21 05:25:05.676 INFO O| Dec 21 05:25:05.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
8005 | 2024-12-21T05:25:07.313Z | [ recovery-image] Dec 21 05:25:05.677 INFO O| Dec 21 05:25:05.677 INFO STEP 1201 (remove_files) COMPLETE |
8006 | 2024-12-21T05:25:07.315Z | [ recovery-image] Dec 21 05:25:05.677 INFO O| Dec 21 05:25:05.677 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8007 | 2024-12-21T05:25:07.376Z | [ recovery-image] Dec 21 05:25:05.740 INFO O| Dec 21 05:25:05.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
8008 | 2024-12-21T05:25:07.376Z | [ recovery-image] Dec 21 05:25:05.740 INFO O| Dec 21 05:25:05.740 INFO STEP 1202 (remove_files) COMPLETE |
8009 | 2024-12-21T05:25:07.376Z | [ recovery-image] Dec 21 05:25:05.740 INFO O| Dec 21 05:25:05.740 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8010 | 2024-12-21T05:25:07.397Z | [ recovery-image] Dec 21 05:25:05.761 INFO O| Dec 21 05:25:05.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
8011 | 2024-12-21T05:25:07.397Z | [ recovery-image] Dec 21 05:25:05.761 INFO O| Dec 21 05:25:05.761 INFO STEP 1203 (remove_files) COMPLETE |
8012 | 2024-12-21T05:25:07.400Z | [ recovery-image] Dec 21 05:25:05.761 INFO O| Dec 21 05:25:05.761 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8013 | 2024-12-21T05:25:07.418Z | [ recovery-image] Dec 21 05:25:05.782 INFO O| Dec 21 05:25:05.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
8014 | 2024-12-21T05:25:07.418Z | [ recovery-image] Dec 21 05:25:05.782 INFO O| Dec 21 05:25:05.782 INFO STEP 1204 (remove_files) COMPLETE |
8015 | 2024-12-21T05:25:07.420Z | [ recovery-image] Dec 21 05:25:05.782 INFO O| Dec 21 05:25:05.782 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8016 | 2024-12-21T05:25:07.468Z | [ recovery-image] Dec 21 05:25:05.832 INFO O| Dec 21 05:25:05.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
8017 | 2024-12-21T05:25:07.468Z | [ recovery-image] Dec 21 05:25:05.832 INFO O| Dec 21 05:25:05.832 INFO STEP 1205 (remove_files) COMPLETE |
8018 | 2024-12-21T05:25:07.468Z | [ recovery-image] Dec 21 05:25:05.832 INFO O| Dec 21 05:25:05.832 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
8019 | 2024-12-21T05:25:07.498Z | [ recovery-image] Dec 21 05:25:05.862 INFO O| Dec 21 05:25:05.861 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
8020 | 2024-12-21T05:25:07.498Z | [ recovery-image] Dec 21 05:25:05.862 INFO O| Dec 21 05:25:05.862 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
8021 | 2024-12-21T05:25:09.586Z | [ recovery-image] Dec 21 05:25:07.948 INFO O| Dec 21 05:25:07.948 INFO STEP 1206 (pack_tar) COMPLETE |
8022 | 2024-12-21T05:25:09.586Z | [ recovery-image] Dec 21 05:25:07.948 INFO O| Dec 21 05:25:07.948 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8023 | 2024-12-21T05:25:09.588Z | [ recovery-image] Dec 21 05:25:07.948 INFO O| Dec 21 05:25:07.948 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8024 | 2024-12-21T05:25:09.999Z | [ recovery-image] Dec 21 05:25:08.362 INFO O| Dec 21 05:25:08.362 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8025 | 2024-12-21T05:25:10.098Z | [ recovery-image] Dec 21 05:25:08.461 INFO O| Dec 21 05:25:08.461 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8026 | 2024-12-21T05:25:10.108Z | [ recovery-image] Dec 21 05:25:08.471 INFO image builder template: zfs-recovery... |
8027 | 2024-12-21T05:25:10.108Z | [ recovery-image] Dec 21 05:25:08.471 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/.tmpWHjqRV/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 |
8028 | 2024-12-21T05:25:10.157Z | [ recovery-image] Dec 21 05:25:08.521 INFO O| Dec 21 05:25:08.521 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8029 | 2024-12-21T05:25:10.179Z | [ recovery-image] Dec 21 05:25:08.543 INFO O| Dec 21 05:25:08.543 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8030 | 2024-12-21T05:25:10.288Z | [ recovery-image] Dec 21 05:25:08.651 INFO O| Dec 21 05:25:08.651 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8031 | 2024-12-21T05:25:10.395Z | [ recovery-image] Dec 21 05:25:08.759 INFO O| Dec 21 05:25:08.759 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8032 | 2024-12-21T05:25:10.398Z | [ recovery-image] Dec 21 05:25:08.759 INFO O| Dec 21 05:25:08.759 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8033 | 2024-12-21T05:25:10.403Z | [ recovery-image] Dec 21 05:25:08.767 INFO O| Dec 21 05:25:08.767 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8034 | 2024-12-21T05:25:10.526Z | [ recovery-image] Dec 21 05:25:08.889 INFO O| Dec 21 05:25:08.889 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8035 | 2024-12-21T05:25:10.630Z | [ recovery-image] Dec 21 05:25:08.994 INFO O| Dec 21 05:25:08.994 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8036 | 2024-12-21T05:25:10.671Z | [ recovery-image] Dec 21 05:25:09.035 INFO O| Dec 21 05:25:09.035 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8037 | 2024-12-21T05:25:10.682Z | [ recovery-image] Dec 21 05:25:09.045 INFO O| Dec 21 05:25:09.044 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8038 | 2024-12-21T05:25:10.743Z | [ recovery-image] Dec 21 05:25:09.107 INFO O| Dec 21 05:25:09.107 INFO no lofi found |
8039 | 2024-12-21T05:25:10.743Z | [ recovery-image] Dec 21 05:25:09.107 INFO O| Dec 21 05:25:09.107 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8040 | 2024-12-21T05:25:10.753Z | [ recovery-image] Dec 21 05:25:09.107 INFO O| Dec 21 05:25:09.107 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8041 | 2024-12-21T05:25:13.648Z | [ recovery-image] Dec 21 05:25:12.011 INFO O| Dec 21 05:25:12.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
8042 | 2024-12-21T05:25:13.648Z | [ recovery-image] Dec 21 05:25:12.011 INFO O| Dec 21 05:25:12.011 INFO pool device = /dev/dsk/c2t1d0p0 |
8043 | 2024-12-21T05:25:13.650Z | [ recovery-image] Dec 21 05:25:12.011 INFO O| Dec 21 05:25:12.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"] |
8044 | 2024-12-21T05:25:13.882Z | [ recovery-image] Dec 21 05:25:12.245 INFO O| Dec 21 05:25:12.245 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8045 | 2024-12-21T05:25:13.882Z | [ recovery-image] Dec 21 05:25:12.245 INFO O| Dec 21 05:25:12.245 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8046 | 2024-12-21T05:25:13.929Z | [ recovery-image] Dec 21 05:25:12.292 INFO O| Dec 21 05:25:12.292 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8047 | 2024-12-21T05:25:14.099Z | [ recovery-image] Dec 21 05:25:12.462 INFO O| Dec 21 05:25:12.462 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8048 | 2024-12-21T05:25:14.160Z | [ recovery-image] Dec 21 05:25:12.524 INFO O| Dec 21 05:25:12.523 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8049 | 2024-12-21T05:25:14.186Z | [ recovery-image] Dec 21 05:25:12.550 INFO O| Dec 21 05:25:12.549 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8050 | 2024-12-21T05:25:14.208Z | [ recovery-image] Dec 21 05:25:12.572 INFO O| Dec 21 05:25:12.572 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8051 | 2024-12-21T05:25:14.300Z | [ recovery-image] Dec 21 05:25:12.663 INFO O| Dec 21 05:25:12.663 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8052 | 2024-12-21T05:25:14.310Z | [ recovery-image] Dec 21 05:25:12.663 INFO O| Dec 21 05:25:12.663 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8053 | 2024-12-21T05:25:14.310Z | [ recovery-image] Dec 21 05:25:12.664 INFO O| Dec 21 05:25:12.663 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8054 | 2024-12-21T05:25:14.353Z | [ recovery-image] Dec 21 05:25:12.716 INFO O| Dec 21 05:25:12.716 INFO boot environment UUID: 76e864a8-db38-49f2-a7cc-8a1a7c45a906 |
8055 | 2024-12-21T05:25:14.353Z | [ recovery-image] Dec 21 05:25:12.716 INFO O| Dec 21 05:25:12.716 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 76e864a8-db38-49f2-a7cc-8a1a7c45a906 |
8056 | 2024-12-21T05:25:14.398Z | [ recovery-image] Dec 21 05:25:12.752 INFO O| Dec 21 05:25:12.752 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8057 | 2024-12-21T05:25:14.426Z | [ recovery-image] Dec 21 05:25:12.789 INFO O| Dec 21 05:25:12.789 INFO STEP 0 (create_be) COMPLETE |
8058 | 2024-12-21T05:25:14.426Z | [ recovery-image] Dec 21 05:25:12.789 INFO O| Dec 21 05:25:12.789 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8059 | 2024-12-21T05:25:14.504Z | [ recovery-image] Dec 21 05:25:12.867 INFO O| Dec 21 05:25:12.867 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"] |
8060 | 2024-12-21T05:25:21.558Z | [ recovery-image] Dec 21 05:25:19.921 INFO O| Dec 21 05:25:19.921 INFO STEP 1 (unpack_tar) COMPLETE |
8061 | 2024-12-21T05:25:21.559Z | [ recovery-image] Dec 21 05:25:19.921 INFO O| Dec 21 05:25:19.921 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8062 | 2024-12-21T05:25:21.578Z | [ recovery-image] Dec 21 05:25:19.941 INFO O| Dec 21 05:25:19.941 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8063 | 2024-12-21T05:25:21.975Z | [ recovery-image] Dec 21 05:25:20.336 INFO O| Dec 21 05:25:20.336 INFO STEP 2 (devfsadm) COMPLETE |
8064 | 2024-12-21T05:25:21.975Z | [ recovery-image] Dec 21 05:25:20.336 INFO O| Dec 21 05:25:20.336 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8065 | 2024-12-21T05:25:22.108Z | [ recovery-image] Dec 21 05:25:20.471 INFO O| Dec 21 05:25:20.471 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8066 | 2024-12-21T05:25:22.108Z | [ recovery-image] Dec 21 05:25:20.471 INFO O| Dec 21 05:25:20.471 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8067 | 2024-12-21T05:25:22.108Z | [ recovery-image] Dec 21 05:25:20.471 INFO O| Dec 21 05:25:20.471 INFO STEP 3 (ensure_dir) COMPLETE |
8068 | 2024-12-21T05:25:22.111Z | [ recovery-image] Dec 21 05:25:20.471 INFO O| Dec 21 05:25:20.471 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8069 | 2024-12-21T05:25:22.145Z | [ recovery-image] Dec 21 05:25:20.507 INFO O| Dec 21 05:25:20.507 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8070 | 2024-12-21T05:25:22.145Z | [ recovery-image] Dec 21 05:25:20.507 INFO O| Dec 21 05:25:20.507 INFO STEP 4 (ensure_dir) COMPLETE |
8071 | 2024-12-21T05:25:22.147Z | [ recovery-image] Dec 21 05:25:20.507 INFO O| Dec 21 05:25:20.507 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8072 | 2024-12-21T05:25:22.162Z | [ recovery-image] Dec 21 05:25:20.524 INFO O| Dec 21 05:25:20.524 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8073 | 2024-12-21T05:25:22.162Z | [ recovery-image] Dec 21 05:25:20.524 INFO O| Dec 21 05:25:20.524 INFO STEP 5 (ensure_dir) COMPLETE |
8074 | 2024-12-21T05:25:22.165Z | [ recovery-image] Dec 21 05:25:20.524 INFO O| Dec 21 05:25:20.524 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8075 | 2024-12-21T05:25:22.178Z | [ recovery-image] Dec 21 05:25:20.540 INFO O| Dec 21 05:25:20.540 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8076 | 2024-12-21T05:25:22.178Z | [ recovery-image] Dec 21 05:25:20.540 INFO O| Dec 21 05:25:20.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8077 | 2024-12-21T05:25:22.180Z | [ recovery-image] Dec 21 05:25:20.540 INFO O| Dec 21 05:25:20.540 INFO STEP 6 (ensure_dir) COMPLETE |
8078 | 2024-12-21T05:25:22.180Z | [ recovery-image] Dec 21 05:25:20.540 INFO O| Dec 21 05:25:20.540 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8079 | 2024-12-21T05:25:22.197Z | [ recovery-image] Dec 21 05:25:20.560 INFO O| Dec 21 05:25:20.559 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8080 | 2024-12-21T05:25:22.200Z | [ recovery-image] Dec 21 05:25:20.560 INFO O| Dec 21 05:25:20.560 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8081 | 2024-12-21T05:25:22.200Z | [ recovery-image] Dec 21 05:25:20.560 INFO O| Dec 21 05:25:20.560 INFO STEP 7 (ensure_dir) COMPLETE |
8082 | 2024-12-21T05:25:22.200Z | [ recovery-image] Dec 21 05:25:20.560 INFO O| Dec 21 05:25:20.560 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8083 | 2024-12-21T05:25:22.216Z | [ recovery-image] Dec 21 05:25:20.579 INFO O| Dec 21 05:25:20.579 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8084 | 2024-12-21T05:25:22.219Z | [ recovery-image] Dec 21 05:25:20.579 INFO O| Dec 21 05:25:20.579 INFO STEP 8 (remove_files) COMPLETE |
8085 | 2024-12-21T05:25:22.219Z | [ recovery-image] Dec 21 05:25:20.579 INFO O| Dec 21 05:25:20.579 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8086 | 2024-12-21T05:25:22.236Z | [ recovery-image] Dec 21 05:25:20.599 INFO O| Dec 21 05:25:20.598 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8087 | 2024-12-21T05:25:22.239Z | [ recovery-image] Dec 21 05:25:20.600 INFO O| Dec 21 05:25:20.600 INFO STEP 9 (remove_files) COMPLETE |
8088 | 2024-12-21T05:25:22.239Z | [ recovery-image] Dec 21 05:25:20.600 INFO O| Dec 21 05:25:20.600 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8089 | 2024-12-21T05:25:22.300Z | [ recovery-image] Dec 21 05:25:20.663 INFO O| Dec 21 05:25:20.663 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8090 | 2024-12-21T05:25:22.303Z | [ recovery-image] Dec 21 05:25:20.664 INFO O| Dec 21 05:25:20.664 INFO STEP 10 (remove_files) COMPLETE |
8091 | 2024-12-21T05:25:22.303Z | [ recovery-image] Dec 21 05:25:20.664 INFO O| Dec 21 05:25:20.664 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8092 | 2024-12-21T05:25:22.322Z | [ recovery-image] Dec 21 05:25:20.685 INFO O| Dec 21 05:25:20.684 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8093 | 2024-12-21T05:25:22.322Z | [ recovery-image] Dec 21 05:25:20.685 INFO O| Dec 21 05:25:20.685 INFO STEP 11 (remove_files) COMPLETE |
8094 | 2024-12-21T05:25:22.325Z | [ recovery-image] Dec 21 05:25:20.685 INFO O| Dec 21 05:25:20.685 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8095 | 2024-12-21T05:25:22.346Z | [ recovery-image] Dec 21 05:25:20.708 INFO O| Dec 21 05:25:20.708 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8096 | 2024-12-21T05:25:22.348Z | [ recovery-image] Dec 21 05:25:20.709 INFO O| Dec 21 05:25:20.709 INFO STEP 12 (remove_files) COMPLETE |
8097 | 2024-12-21T05:25:22.348Z | [ recovery-image] Dec 21 05:25:20.709 INFO O| Dec 21 05:25:20.709 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8098 | 2024-12-21T05:25:22.368Z | [ recovery-image] Dec 21 05:25:20.730 INFO O| Dec 21 05:25:20.730 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8099 | 2024-12-21T05:25:22.368Z | [ recovery-image] Dec 21 05:25:20.730 INFO O| Dec 21 05:25:20.730 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8100 | 2024-12-21T05:25:22.370Z | [ recovery-image] Dec 21 05:25:20.730 INFO O| Dec 21 05:25:20.730 INFO STEP 13 (ensure_dir) COMPLETE |
8101 | 2024-12-21T05:25:22.370Z | [ recovery-image] Dec 21 05:25:20.731 INFO O| Dec 21 05:25:20.730 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8102 | 2024-12-21T05:25:22.391Z | [ recovery-image] Dec 21 05:25:20.753 INFO O| Dec 21 05:25:20.753 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8103 | 2024-12-21T05:25:22.393Z | [ recovery-image] Dec 21 05:25:20.753 INFO O| Dec 21 05:25:20.753 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8104 | 2024-12-21T05:25:22.393Z | [ recovery-image] Dec 21 05:25:20.754 INFO O| Dec 21 05:25:20.754 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8105 | 2024-12-21T05:25:22.393Z | [ recovery-image] Dec 21 05:25:20.754 INFO O| Dec 21 05:25:20.754 INFO STEP 14 (ensure_dir) COMPLETE |
8106 | 2024-12-21T05:25:22.393Z | [ recovery-image] Dec 21 05:25:20.754 INFO O| Dec 21 05:25:20.754 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8107 | 2024-12-21T05:25:22.423Z | [ recovery-image] Dec 21 05:25:20.785 INFO O| Dec 21 05:25:20.785 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8108 | 2024-12-21T05:25:22.426Z | [ recovery-image] Dec 21 05:25:20.785 INFO O| Dec 21 05:25:20.785 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8109 | 2024-12-21T05:25:22.426Z | [ recovery-image] Dec 21 05:25:20.785 INFO O| Dec 21 05:25:20.785 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8110 | 2024-12-21T05:25:22.426Z | [ recovery-image] Dec 21 05:25:20.786 INFO O| Dec 21 05:25:20.786 INFO STEP 15 (ensure_dir) COMPLETE |
8111 | 2024-12-21T05:25:22.426Z | [ recovery-image] Dec 21 05:25:20.786 INFO O| Dec 21 05:25:20.786 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8112 | 2024-12-21T05:25:22.447Z | [ recovery-image] Dec 21 05:25:20.809 INFO O| Dec 21 05:25:20.809 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8113 | 2024-12-21T05:25:22.450Z | [ recovery-image] Dec 21 05:25:20.810 INFO O| Dec 21 05:25:20.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8114 | 2024-12-21T05:25:22.450Z | [ recovery-image] Dec 21 05:25:20.810 INFO O| Dec 21 05:25:20.810 INFO STEP 16 (ensure_dir) COMPLETE |
8115 | 2024-12-21T05:25:22.450Z | [ recovery-image] Dec 21 05:25:20.810 INFO O| Dec 21 05:25:20.810 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8116 | 2024-12-21T05:25:22.470Z | [ recovery-image] Dec 21 05:25:20.833 INFO O| Dec 21 05:25:20.833 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8117 | 2024-12-21T05:25:22.473Z | [ recovery-image] Dec 21 05:25:20.833 INFO O| Dec 21 05:25:20.833 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8118 | 2024-12-21T05:25:22.473Z | [ recovery-image] Dec 21 05:25:20.833 INFO O| Dec 21 05:25:20.833 INFO STEP 17 (ensure_dir) COMPLETE |
8119 | 2024-12-21T05:25:22.473Z | [ recovery-image] Dec 21 05:25:20.834 INFO O| Dec 21 05:25:20.833 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8120 | 2024-12-21T05:25:22.497Z | [ recovery-image] Dec 21 05:25:20.860 INFO O| Dec 21 05:25:20.860 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8121 | 2024-12-21T05:25:22.497Z | [ recovery-image] Dec 21 05:25:20.860 INFO O| Dec 21 05:25:20.860 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8122 | 2024-12-21T05:25:22.501Z | [ recovery-image] Dec 21 05:25:20.860 INFO O| Dec 21 05:25:20.860 INFO ok! |
8123 | 2024-12-21T05:25:22.501Z | [ recovery-image] Dec 21 05:25:20.860 INFO O| Dec 21 05:25:20.860 INFO STEP 18 (ensure_symlink) COMPLETE |
8124 | 2024-12-21T05:25:22.501Z | [ recovery-image] Dec 21 05:25:20.860 INFO O| Dec 21 05:25:20.860 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8125 | 2024-12-21T05:25:22.519Z | [ recovery-image] Dec 21 05:25:20.882 INFO O| Dec 21 05:25:20.882 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8126 | 2024-12-21T05:25:22.519Z | [ recovery-image] Dec 21 05:25:20.882 INFO O| Dec 21 05:25:20.882 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8127 | 2024-12-21T05:25:22.522Z | [ recovery-image] Dec 21 05:25:20.882 INFO O| Dec 21 05:25:20.882 INFO ok! |
8128 | 2024-12-21T05:25:22.522Z | [ recovery-image] Dec 21 05:25:20.882 INFO O| Dec 21 05:25:20.882 INFO STEP 19 (ensure_file) COMPLETE |
8129 | 2024-12-21T05:25:22.522Z | [ recovery-image] Dec 21 05:25:20.882 INFO O| Dec 21 05:25:20.882 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8130 | 2024-12-21T05:25:22.581Z | [ recovery-image] Dec 21 05:25:20.944 INFO O| Dec 21 05:25:20.943 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8131 | 2024-12-21T05:25:22.581Z | [ recovery-image] Dec 21 05:25:20.944 INFO O| Dec 21 05:25:20.943 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8132 | 2024-12-21T05:25:22.584Z | [ recovery-image] Dec 21 05:25:20.944 INFO O| Dec 21 05:25:20.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8133 | 2024-12-21T05:25:22.584Z | [ recovery-image] Dec 21 05:25:20.944 INFO O| Dec 21 05:25:20.944 INFO ok! |
8134 | 2024-12-21T05:25:22.584Z | [ recovery-image] Dec 21 05:25:20.944 INFO O| Dec 21 05:25:20.944 INFO STEP 20 (ensure_symlink) COMPLETE |
8135 | 2024-12-21T05:25:22.584Z | [ recovery-image] Dec 21 05:25:20.944 INFO O| Dec 21 05:25:20.944 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8136 | 2024-12-21T05:25:22.608Z | [ recovery-image] Dec 21 05:25:20.970 INFO O| Dec 21 05:25:20.970 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8137 | 2024-12-21T05:25:22.608Z | [ recovery-image] Dec 21 05:25:20.970 INFO O| Dec 21 05:25:20.970 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8138 | 2024-12-21T05:25:22.611Z | [ recovery-image] Dec 21 05:25:20.971 INFO O| Dec 21 05:25:20.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8139 | 2024-12-21T05:25:22.611Z | [ recovery-image] Dec 21 05:25:20.971 INFO O| Dec 21 05:25:20.970 INFO ok! |
8140 | 2024-12-21T05:25:22.611Z | [ recovery-image] Dec 21 05:25:20.971 INFO O| Dec 21 05:25:20.970 INFO STEP 21 (ensure_symlink) COMPLETE |
8141 | 2024-12-21T05:25:22.611Z | [ recovery-image] Dec 21 05:25:20.971 INFO O| Dec 21 05:25:20.970 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8142 | 2024-12-21T05:25:22.673Z | [ recovery-image] Dec 21 05:25:21.035 INFO O| Dec 21 05:25:21.035 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8143 | 2024-12-21T05:25:22.673Z | [ recovery-image] Dec 21 05:25:21.035 INFO O| Dec 21 05:25:21.035 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8144 | 2024-12-21T05:25:22.675Z | [ recovery-image] Dec 21 05:25:21.035 INFO O| Dec 21 05:25:21.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8145 | 2024-12-21T05:25:22.675Z | [ recovery-image] Dec 21 05:25:21.035 INFO O| Dec 21 05:25:21.035 INFO ok! |
8146 | 2024-12-21T05:25:22.675Z | [ recovery-image] Dec 21 05:25:21.035 INFO O| Dec 21 05:25:21.035 INFO STEP 22 (ensure_symlink) COMPLETE |
8147 | 2024-12-21T05:25:22.675Z | [ recovery-image] Dec 21 05:25:21.035 INFO O| Dec 21 05:25:21.035 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8148 | 2024-12-21T05:25:22.695Z | [ recovery-image] Dec 21 05:25:21.057 INFO O| Dec 21 05:25:21.057 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8149 | 2024-12-21T05:25:22.695Z | [ recovery-image] Dec 21 05:25:21.058 INFO O| Dec 21 05:25:21.057 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8150 | 2024-12-21T05:25:22.698Z | [ recovery-image] Dec 21 05:25:21.058 INFO O| Dec 21 05:25:21.058 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8151 | 2024-12-21T05:25:22.698Z | [ recovery-image] Dec 21 05:25:21.058 INFO O| Dec 21 05:25:21.058 INFO ok! |
8152 | 2024-12-21T05:25:22.698Z | [ recovery-image] Dec 21 05:25:21.058 INFO O| Dec 21 05:25:21.058 INFO STEP 23 (ensure_symlink) COMPLETE |
8153 | 2024-12-21T05:25:22.698Z | [ recovery-image] Dec 21 05:25:21.058 INFO O| Dec 21 05:25:21.058 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8154 | 2024-12-21T05:25:22.811Z | [ recovery-image] Dec 21 05:25:21.174 INFO O| Dec 21 05:25:21.174 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8155 | 2024-12-21T05:25:22.812Z | [ recovery-image] Dec 21 05:25:21.174 INFO O| Dec 21 05:25:21.174 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 ... |
8156 | 2024-12-21T05:25:22.815Z | [ recovery-image] Dec 21 05:25:21.174 INFO O| Dec 21 05:25:21.174 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8157 | 2024-12-21T05:25:22.815Z | [ recovery-image] Dec 21 05:25:21.174 INFO O| Dec 21 05:25:21.174 INFO ok! |
8158 | 2024-12-21T05:25:22.815Z | [ recovery-image] Dec 21 05:25:21.174 INFO O| Dec 21 05:25:21.174 INFO STEP 24 (ensure_file) COMPLETE |
8159 | 2024-12-21T05:25:22.815Z | [ recovery-image] Dec 21 05:25:21.174 INFO O| Dec 21 05:25:21.174 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8160 | 2024-12-21T05:25:22.834Z | [ recovery-image] Dec 21 05:25:21.197 INFO O| Dec 21 05:25:21.196 INFO updating shadow file |
8161 | 2024-12-21T05:25:22.838Z | [ recovery-image] Dec 21 05:25:21.197 INFO O| Dec 21 05:25:21.197 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8162 | 2024-12-21T05:25:22.838Z | [ recovery-image] Dec 21 05:25:21.197 INFO O| Dec 21 05:25:21.197 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8163 | 2024-12-21T05:25:22.838Z | [ recovery-image] Dec 21 05:25:21.197 INFO O| Dec 21 05:25:21.197 INFO STEP 25 (shadow) COMPLETE |
8164 | 2024-12-21T05:25:22.838Z | [ recovery-image] Dec 21 05:25:21.197 INFO O| Dec 21 05:25:21.197 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8165 | 2024-12-21T05:25:22.874Z | [ recovery-image] Dec 21 05:25:21.236 INFO O| Dec 21 05:25:21.236 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8166 | 2024-12-21T05:25:22.874Z | [ recovery-image] Dec 21 05:25:21.236 INFO O| Dec 21 05:25:21.236 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8167 | 2024-12-21T05:25:22.877Z | [ recovery-image] Dec 21 05:25:21.237 INFO O| Dec 21 05:25:21.237 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8168 | 2024-12-21T05:25:22.877Z | [ recovery-image] Dec 21 05:25:21.237 INFO O| Dec 21 05:25:21.237 INFO ok! |
8169 | 2024-12-21T05:25:22.877Z | [ recovery-image] Dec 21 05:25:21.237 INFO O| Dec 21 05:25:21.237 INFO STEP 26 (ensure_file) COMPLETE |
8170 | 2024-12-21T05:25:22.878Z | [ recovery-image] Dec 21 05:25:21.237 INFO O| Dec 21 05:25:21.237 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8171 | 2024-12-21T05:25:22.900Z | [ recovery-image] Dec 21 05:25:21.263 INFO O| Dec 21 05:25:21.262 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8172 | 2024-12-21T05:25:22.900Z | [ recovery-image] Dec 21 05:25:21.263 INFO O| Dec 21 05:25:21.262 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8173 | 2024-12-21T05:25:22.900Z | [ recovery-image] Dec 21 05:25:21.263 INFO O| Dec 21 05:25:21.263 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8174 | 2024-12-21T05:25:22.903Z | [ recovery-image] Dec 21 05:25:21.263 INFO O| Dec 21 05:25:21.263 INFO ok! |
8175 | 2024-12-21T05:25:22.903Z | [ recovery-image] Dec 21 05:25:21.263 INFO O| Dec 21 05:25:21.263 INFO STEP 27 (ensure_file) COMPLETE |
8176 | 2024-12-21T05:25:22.903Z | [ recovery-image] Dec 21 05:25:21.263 INFO O| Dec 21 05:25:21.263 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8177 | 2024-12-21T05:25:22.923Z | [ recovery-image] Dec 21 05:25:21.285 INFO O| Dec 21 05:25:21.285 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8178 | 2024-12-21T05:25:22.923Z | [ recovery-image] Dec 21 05:25:21.285 INFO O| Dec 21 05:25:21.285 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8179 | 2024-12-21T05:25:22.923Z | [ recovery-image] Dec 21 05:25:21.285 INFO O| Dec 21 05:25:21.285 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8180 | 2024-12-21T05:25:22.926Z | [ recovery-image] Dec 21 05:25:21.286 INFO O| Dec 21 05:25:21.285 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8181 | 2024-12-21T05:25:22.926Z | [ recovery-image] Dec 21 05:25:21.286 INFO O| Dec 21 05:25:21.286 INFO ok! |
8182 | 2024-12-21T05:25:22.926Z | [ recovery-image] Dec 21 05:25:21.286 INFO O| Dec 21 05:25:21.286 INFO STEP 28 (ensure_file) COMPLETE |
8183 | 2024-12-21T05:25:22.926Z | [ recovery-image] Dec 21 05:25:21.286 INFO O| Dec 21 05:25:21.286 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8184 | 2024-12-21T05:25:22.943Z | [ recovery-image] Dec 21 05:25:21.306 INFO O| Dec 21 05:25:21.305 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8185 | 2024-12-21T05:25:22.943Z | [ recovery-image] Dec 21 05:25:21.306 INFO O| Dec 21 05:25:21.306 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8186 | 2024-12-21T05:25:22.943Z | [ recovery-image] Dec 21 05:25:21.306 INFO O| Dec 21 05:25:21.306 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8187 | 2024-12-21T05:25:22.947Z | [ recovery-image] Dec 21 05:25:21.306 INFO O| Dec 21 05:25:21.306 INFO ok! |
8188 | 2024-12-21T05:25:22.947Z | [ recovery-image] Dec 21 05:25:21.306 INFO O| Dec 21 05:25:21.306 INFO STEP 29 (ensure_file) COMPLETE |
8189 | 2024-12-21T05:25:22.947Z | [ recovery-image] Dec 21 05:25:21.306 INFO O| Dec 21 05:25:21.306 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8190 | 2024-12-21T05:25:22.963Z | [ recovery-image] Dec 21 05:25:21.325 INFO O| Dec 21 05:25:21.325 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8191 | 2024-12-21T05:25:22.963Z | [ recovery-image] Dec 21 05:25:21.325 INFO O| Dec 21 05:25:21.325 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8192 | 2024-12-21T05:25:22.965Z | [ recovery-image] Dec 21 05:25:21.325 INFO O| Dec 21 05:25:21.325 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8193 | 2024-12-21T05:25:22.965Z | [ recovery-image] Dec 21 05:25:21.325 INFO O| Dec 21 05:25:21.325 INFO ok! |
8194 | 2024-12-21T05:25:22.965Z | [ recovery-image] Dec 21 05:25:21.325 INFO O| Dec 21 05:25:21.325 INFO STEP 30 (ensure_file) COMPLETE |
8195 | 2024-12-21T05:25:22.965Z | [ recovery-image] Dec 21 05:25:21.325 INFO O| Dec 21 05:25:21.325 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8196 | 2024-12-21T05:25:22.982Z | [ recovery-image] Dec 21 05:25:21.345 INFO O| Dec 21 05:25:21.345 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8197 | 2024-12-21T05:25:22.982Z | [ recovery-image] Dec 21 05:25:21.345 INFO O| Dec 21 05:25:21.345 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8198 | 2024-12-21T05:25:22.982Z | [ recovery-image] Dec 21 05:25:21.345 INFO O| Dec 21 05:25:21.345 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8199 | 2024-12-21T05:25:22.985Z | [ recovery-image] Dec 21 05:25:21.345 INFO O| Dec 21 05:25:21.345 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8200 | 2024-12-21T05:25:22.985Z | [ recovery-image] Dec 21 05:25:21.345 INFO O| Dec 21 05:25:21.345 INFO ok! |
8201 | 2024-12-21T05:25:22.985Z | [ recovery-image] Dec 21 05:25:21.345 INFO O| Dec 21 05:25:21.345 INFO STEP 31 (ensure_file) COMPLETE |
8202 | 2024-12-21T05:25:22.985Z | [ recovery-image] Dec 21 05:25:21.345 INFO O| Dec 21 05:25:21.345 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8203 | 2024-12-21T05:25:23.040Z | [ recovery-image] Dec 21 05:25:21.402 INFO O| Dec 21 05:25:21.402 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8204 | 2024-12-21T05:25:23.040Z | [ recovery-image] Dec 21 05:25:21.402 INFO O| Dec 21 05:25:21.402 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8205 | 2024-12-21T05:25:23.043Z | [ recovery-image] Dec 21 05:25:21.403 INFO O| Dec 21 05:25:21.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8206 | 2024-12-21T05:25:23.043Z | [ recovery-image] Dec 21 05:25:21.403 INFO O| Dec 21 05:25:21.402 INFO ok! |
8207 | 2024-12-21T05:25:23.043Z | [ recovery-image] Dec 21 05:25:21.403 INFO O| Dec 21 05:25:21.402 INFO STEP 32 (ensure_file) COMPLETE |
8208 | 2024-12-21T05:25:23.043Z | [ recovery-image] Dec 21 05:25:21.403 INFO O| Dec 21 05:25:21.403 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8209 | 2024-12-21T05:25:23.062Z | [ recovery-image] Dec 21 05:25:21.423 INFO O| Dec 21 05:25:21.423 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8210 | 2024-12-21T05:25:23.062Z | [ recovery-image] Dec 21 05:25:21.423 INFO O| Dec 21 05:25:21.423 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8211 | 2024-12-21T05:25:23.065Z | [ recovery-image] Dec 21 05:25:21.423 INFO O| Dec 21 05:25:21.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8212 | 2024-12-21T05:25:23.065Z | [ recovery-image] Dec 21 05:25:21.423 INFO O| Dec 21 05:25:21.423 INFO ok! |
8213 | 2024-12-21T05:25:23.065Z | [ recovery-image] Dec 21 05:25:21.423 INFO O| Dec 21 05:25:21.423 INFO STEP 33 (ensure_file) COMPLETE |
8214 | 2024-12-21T05:25:23.065Z | [ recovery-image] Dec 21 05:25:21.423 INFO O| Dec 21 05:25:21.423 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8215 | 2024-12-21T05:25:23.082Z | [ recovery-image] Dec 21 05:25:21.444 INFO O| Dec 21 05:25:21.444 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8216 | 2024-12-21T05:25:23.082Z | [ recovery-image] Dec 21 05:25:21.444 INFO O| Dec 21 05:25:21.444 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8217 | 2024-12-21T05:25:23.085Z | [ recovery-image] Dec 21 05:25:21.445 INFO O| Dec 21 05:25:21.444 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8218 | 2024-12-21T05:25:23.086Z | [ recovery-image] Dec 21 05:25:21.445 INFO O| Dec 21 05:25:21.445 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8219 | 2024-12-21T05:25:23.086Z | [ recovery-image] Dec 21 05:25:21.445 INFO O| Dec 21 05:25:21.445 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8220 | 2024-12-21T05:25:23.086Z | [ recovery-image] Dec 21 05:25:21.445 INFO O| Dec 21 05:25:21.445 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8221 | 2024-12-21T05:25:23.086Z | [ recovery-image] Dec 21 05:25:21.445 INFO O| Dec 21 05:25:21.445 INFO ok! |
8222 | 2024-12-21T05:25:23.086Z | [ recovery-image] Dec 21 05:25:21.445 INFO O| Dec 21 05:25:21.445 INFO STEP 34 (ensure_file) COMPLETE |
8223 | 2024-12-21T05:25:23.086Z | [ recovery-image] Dec 21 05:25:21.445 INFO O| Dec 21 05:25:21.445 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8224 | 2024-12-21T05:25:23.123Z | [ recovery-image] Dec 21 05:25:21.485 INFO O| Dec 21 05:25:21.485 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8225 | 2024-12-21T05:25:23.126Z | [ recovery-image] Dec 21 05:25:21.486 INFO O| Dec 21 05:25:21.486 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8226 | 2024-12-21T05:25:23.126Z | [ recovery-image] Dec 21 05:25:21.486 INFO O| Dec 21 05:25:21.486 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8227 | 2024-12-21T05:25:23.126Z | [ recovery-image] Dec 21 05:25:21.486 INFO O| Dec 21 05:25:21.486 INFO STEP 35 (ensure_dir) COMPLETE |
8228 | 2024-12-21T05:25:23.126Z | [ recovery-image] Dec 21 05:25:21.486 INFO O| Dec 21 05:25:21.486 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8229 | 2024-12-21T05:25:23.146Z | [ recovery-image] Dec 21 05:25:21.508 INFO O| Dec 21 05:25:21.508 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 |
8230 | 2024-12-21T05:25:23.146Z | [ recovery-image] Dec 21 05:25:21.509 INFO O| Dec 21 05:25:21.508 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 ... |
8231 | 2024-12-21T05:25:23.149Z | [ recovery-image] Dec 21 05:25:21.509 INFO O| Dec 21 05:25:21.509 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 |
8232 | 2024-12-21T05:25:23.149Z | [ recovery-image] Dec 21 05:25:21.509 INFO O| Dec 21 05:25:21.509 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 |
8233 | 2024-12-21T05:25:23.149Z | [ recovery-image] Dec 21 05:25:21.509 INFO O| Dec 21 05:25:21.509 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 |
8234 | 2024-12-21T05:25:23.149Z | [ recovery-image] Dec 21 05:25:21.509 INFO O| Dec 21 05:25:21.509 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 |
8235 | 2024-12-21T05:25:23.149Z | [ recovery-image] Dec 21 05:25:21.510 INFO O| Dec 21 05:25:21.509 INFO ok! |
8236 | 2024-12-21T05:25:23.149Z | [ recovery-image] Dec 21 05:25:21.510 INFO O| Dec 21 05:25:21.510 INFO STEP 36 (ensure_file) COMPLETE |
8237 | 2024-12-21T05:25:23.149Z | [ recovery-image] Dec 21 05:25:21.510 INFO O| Dec 21 05:25:21.510 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8238 | 2024-12-21T05:25:23.174Z | [ recovery-image] Dec 21 05:25:21.537 INFO O| Dec 21 05:25:21.537 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8239 | 2024-12-21T05:25:23.174Z | [ recovery-image] Dec 21 05:25:21.537 INFO O| Dec 21 05:25:21.537 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 ... |
8240 | 2024-12-21T05:25:23.177Z | [ recovery-image] Dec 21 05:25:21.537 INFO O| Dec 21 05:25:21.537 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8241 | 2024-12-21T05:25:23.177Z | [ recovery-image] Dec 21 05:25:21.538 INFO O| Dec 21 05:25:21.537 INFO ok! |
8242 | 2024-12-21T05:25:23.177Z | [ recovery-image] Dec 21 05:25:21.538 INFO O| Dec 21 05:25:21.538 INFO STEP 37 (ensure_symlink) COMPLETE |
8243 | 2024-12-21T05:25:23.177Z | [ recovery-image] Dec 21 05:25:21.538 INFO O| Dec 21 05:25:21.538 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8244 | 2024-12-21T05:25:23.195Z | [ recovery-image] Dec 21 05:25:21.557 INFO O| Dec 21 05:25:21.557 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8245 | 2024-12-21T05:25:23.195Z | [ recovery-image] Dec 21 05:25:21.557 INFO O| Dec 21 05:25:21.557 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8246 | 2024-12-21T05:25:23.198Z | [ recovery-image] Dec 21 05:25:21.557 INFO O| Dec 21 05:25:21.557 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8247 | 2024-12-21T05:25:23.198Z | [ recovery-image] Dec 21 05:25:21.558 INFO O| Dec 21 05:25:21.558 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8248 | 2024-12-21T05:25:23.198Z | [ recovery-image] Dec 21 05:25:21.558 INFO O| Dec 21 05:25:21.558 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8249 | 2024-12-21T05:25:23.198Z | [ recovery-image] Dec 21 05:25:21.558 INFO O| Dec 21 05:25:21.558 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8250 | 2024-12-21T05:25:23.199Z | [ recovery-image] Dec 21 05:25:21.558 INFO O| Dec 21 05:25:21.558 INFO ok! |
8251 | 2024-12-21T05:25:23.199Z | [ recovery-image] Dec 21 05:25:21.558 INFO O| Dec 21 05:25:21.558 INFO STEP 38 (ensure_file) COMPLETE |
8252 | 2024-12-21T05:25:23.199Z | [ recovery-image] Dec 21 05:25:21.558 INFO O| Dec 21 05:25:21.558 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8253 | 2024-12-21T05:25:23.218Z | [ recovery-image] Dec 21 05:25:21.581 INFO O| Dec 21 05:25:21.581 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8254 | 2024-12-21T05:25:23.218Z | [ recovery-image] Dec 21 05:25:21.581 INFO O| Dec 21 05:25:21.581 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 ... |
8255 | 2024-12-21T05:25:23.221Z | [ recovery-image] Dec 21 05:25:21.581 INFO O| Dec 21 05:25:21.581 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 |
8256 | 2024-12-21T05:25:23.223Z | [ recovery-image] Dec 21 05:25:21.581 INFO O| Dec 21 05:25:21.581 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8257 | 2024-12-21T05:25:23.223Z | [ recovery-image] Dec 21 05:25:21.581 INFO O| Dec 21 05:25:21.581 INFO ok! |
8258 | 2024-12-21T05:25:23.223Z | [ recovery-image] Dec 21 05:25:21.581 INFO O| Dec 21 05:25:21.581 INFO STEP 39 (ensure_file) COMPLETE |
8259 | 2024-12-21T05:25:23.223Z | [ recovery-image] Dec 21 05:25:21.581 INFO O| Dec 21 05:25:21.581 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8260 | 2024-12-21T05:25:23.239Z | [ recovery-image] Dec 21 05:25:21.601 INFO O| Dec 21 05:25:21.601 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8261 | 2024-12-21T05:25:23.239Z | [ recovery-image] Dec 21 05:25:21.601 INFO O| Dec 21 05:25:21.601 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8262 | 2024-12-21T05:25:23.241Z | [ recovery-image] Dec 21 05:25:21.601 INFO O| Dec 21 05:25:21.601 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8263 | 2024-12-21T05:25:23.241Z | [ recovery-image] Dec 21 05:25:21.601 INFO O| Dec 21 05:25:21.601 INFO ok! |
8264 | 2024-12-21T05:25:23.241Z | [ recovery-image] Dec 21 05:25:21.601 INFO O| Dec 21 05:25:21.601 INFO STEP 40 (ensure_file) COMPLETE |
8265 | 2024-12-21T05:25:23.242Z | [ recovery-image] Dec 21 05:25:21.601 INFO O| Dec 21 05:25:21.601 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8266 | 2024-12-21T05:25:23.259Z | [ recovery-image] Dec 21 05:25:21.621 INFO O| Dec 21 05:25:21.621 INFO updating shadow file |
8267 | 2024-12-21T05:25:23.259Z | [ recovery-image] Dec 21 05:25:21.621 INFO O| Dec 21 05:25:21.621 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8268 | 2024-12-21T05:25:23.262Z | [ recovery-image] Dec 21 05:25:21.622 INFO O| Dec 21 05:25:21.621 INFO STEP 41 (shadow) COMPLETE |
8269 | 2024-12-21T05:25:23.262Z | [ recovery-image] Dec 21 05:25:21.622 INFO O| Dec 21 05:25:21.622 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8270 | 2024-12-21T05:25:23.279Z | [ recovery-image] Dec 21 05:25:21.642 INFO O| Dec 21 05:25:21.641 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8271 | 2024-12-21T05:25:23.279Z | [ recovery-image] Dec 21 05:25:21.642 INFO O| Dec 21 05:25:21.642 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8272 | 2024-12-21T05:25:23.279Z | [ recovery-image] Dec 21 05:25:21.642 INFO O| Dec 21 05:25:21.642 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8273 | 2024-12-21T05:25:23.279Z | [ recovery-image] Dec 21 05:25:21.642 INFO O| Dec 21 05:25:21.642 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8274 | 2024-12-21T05:25:23.282Z | [ recovery-image] Dec 21 05:25:21.642 INFO O| Dec 21 05:25:21.642 INFO ok! |
8275 | 2024-12-21T05:25:23.282Z | [ recovery-image] Dec 21 05:25:21.642 INFO O| Dec 21 05:25:21.642 INFO STEP 42 (ensure_file) COMPLETE |
8276 | 2024-12-21T05:25:23.282Z | [ recovery-image] Dec 21 05:25:21.642 INFO O| Dec 21 05:25:21.642 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8277 | 2024-12-21T05:25:23.300Z | [ recovery-image] Dec 21 05:25:21.663 INFO O| Dec 21 05:25:21.663 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8278 | 2024-12-21T05:25:23.300Z | [ recovery-image] Dec 21 05:25:21.663 INFO O| Dec 21 05:25:21.663 INFO STEP 43 (ensure_dir) COMPLETE |
8279 | 2024-12-21T05:25:23.303Z | [ recovery-image] Dec 21 05:25:21.663 INFO O| Dec 21 05:25:21.663 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8280 | 2024-12-21T05:25:23.322Z | [ recovery-image] Dec 21 05:25:21.684 INFO O| Dec 21 05:25:21.684 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8281 | 2024-12-21T05:25:23.322Z | [ recovery-image] Dec 21 05:25:21.684 INFO O| Dec 21 05:25:21.684 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8282 | 2024-12-21T05:25:23.322Z | [ recovery-image] Dec 21 05:25:21.684 INFO O| Dec 21 05:25:21.684 INFO STEP 44 (ensure_dir) COMPLETE |
8283 | 2024-12-21T05:25:23.324Z | [ recovery-image] Dec 21 05:25:21.684 INFO O| Dec 21 05:25:21.684 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8284 | 2024-12-21T05:25:23.357Z | [ recovery-image] Dec 21 05:25:21.719 INFO O| Dec 21 05:25:21.719 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8285 | 2024-12-21T05:25:23.357Z | [ recovery-image] Dec 21 05:25:21.719 INFO O| Dec 21 05:25:21.719 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8286 | 2024-12-21T05:25:23.357Z | [ recovery-image] Dec 21 05:25:21.720 INFO O| Dec 21 05:25:21.719 INFO STEP 45 (ensure_dir) COMPLETE |
8287 | 2024-12-21T05:25:23.360Z | [ recovery-image] Dec 21 05:25:21.720 INFO O| Dec 21 05:25:21.720 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8288 | 2024-12-21T05:25:23.387Z | [ recovery-image] Dec 21 05:25:21.749 INFO O| Dec 21 05:25:21.749 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8289 | 2024-12-21T05:25:23.387Z | [ recovery-image] Dec 21 05:25:21.749 INFO O| Dec 21 05:25:21.749 INFO copying /tmp/.tmpWHjqRV/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8290 | 2024-12-21T05:25:23.438Z | [ recovery-image] Dec 21 05:25:21.800 INFO O| Dec 21 05:25:21.800 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8291 | 2024-12-21T05:25:23.438Z | [ recovery-image] Dec 21 05:25:21.800 INFO O| Dec 21 05:25:21.800 INFO ok! |
8292 | 2024-12-21T05:25:23.441Z | [ recovery-image] Dec 21 05:25:21.800 INFO O| Dec 21 05:25:21.800 INFO STEP 46 (ensure_file) COMPLETE |
8293 | 2024-12-21T05:25:23.441Z | [ recovery-image] Dec 21 05:25:21.800 INFO O| Dec 21 05:25:21.800 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8294 | 2024-12-21T05:25:23.460Z | [ recovery-image] Dec 21 05:25:21.822 INFO O| Dec 21 05:25:21.822 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8295 | 2024-12-21T05:25:23.460Z | [ recovery-image] Dec 21 05:25:21.822 INFO O| Dec 21 05:25:21.822 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8296 | 2024-12-21T05:25:23.462Z | [ recovery-image] Dec 21 05:25:21.822 INFO O| Dec 21 05:25:21.822 INFO STEP 47 (ensure_dir) COMPLETE |
8297 | 2024-12-21T05:25:23.462Z | [ recovery-image] Dec 21 05:25:21.822 INFO O| Dec 21 05:25:21.822 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8298 | 2024-12-21T05:25:23.479Z | [ recovery-image] Dec 21 05:25:21.842 INFO O| Dec 21 05:25:21.842 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8299 | 2024-12-21T05:25:23.482Z | [ recovery-image] Dec 21 05:25:21.842 INFO O| Dec 21 05:25:21.842 INFO copying /tmp/.tmpWHjqRV/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8300 | 2024-12-21T05:25:23.482Z | [ recovery-image] Dec 21 05:25:21.842 INFO O| Dec 21 05:25:21.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8301 | 2024-12-21T05:25:23.482Z | [ recovery-image] Dec 21 05:25:21.842 INFO O| Dec 21 05:25:21.842 INFO ok! |
8302 | 2024-12-21T05:25:23.482Z | [ recovery-image] Dec 21 05:25:21.842 INFO O| Dec 21 05:25:21.842 INFO STEP 48 (ensure_file) COMPLETE |
8303 | 2024-12-21T05:25:23.482Z | [ recovery-image] Dec 21 05:25:21.842 INFO O| Dec 21 05:25:21.842 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8304 | 2024-12-21T05:25:23.513Z | [ recovery-image] Dec 21 05:25:21.875 INFO O| Dec 21 05:25:21.875 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8305 | 2024-12-21T05:25:23.515Z | [ recovery-image] Dec 21 05:25:21.875 INFO O| Dec 21 05:25:21.875 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8306 | 2024-12-21T05:25:23.516Z | [ recovery-image] Dec 21 05:25:21.876 INFO O| Dec 21 05:25:21.875 INFO STEP 49 (ensure_dir) COMPLETE |
8307 | 2024-12-21T05:25:23.516Z | [ recovery-image] Dec 21 05:25:21.876 INFO O| Dec 21 05:25:21.876 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8308 | 2024-12-21T05:25:23.535Z | [ recovery-image] Dec 21 05:25:21.898 INFO O| Dec 21 05:25:21.897 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8309 | 2024-12-21T05:25:23.535Z | [ recovery-image] Dec 21 05:25:21.898 INFO O| Dec 21 05:25:21.898 INFO copying /tmp/.tmpWHjqRV/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8310 | 2024-12-21T05:25:23.558Z | [ recovery-image] Dec 21 05:25:21.920 INFO O| Dec 21 05:25:21.920 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8311 | 2024-12-21T05:25:23.558Z | [ recovery-image] Dec 21 05:25:21.920 INFO O| Dec 21 05:25:21.920 INFO ok! |
8312 | 2024-12-21T05:25:23.558Z | [ recovery-image] Dec 21 05:25:21.920 INFO O| Dec 21 05:25:21.920 INFO STEP 50 (ensure_file) COMPLETE |
8313 | 2024-12-21T05:25:23.558Z | [ recovery-image] Dec 21 05:25:21.920 INFO O| Dec 21 05:25:21.920 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8314 | 2024-12-21T05:25:23.595Z | [ recovery-image] Dec 21 05:25:21.958 INFO O| Dec 21 05:25:21.957 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8315 | 2024-12-21T05:25:23.595Z | [ recovery-image] Dec 21 05:25:21.958 INFO O| Dec 21 05:25:21.958 INFO copying /tmp/.tmpWHjqRV/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8316 | 2024-12-21T05:25:25.052Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
8317 | 2024-12-21T05:25:25.562Z | [ recovery-image] Dec 21 05:25:23.923 INFO O| Dec 21 05:25:23.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8318 | 2024-12-21T05:25:25.562Z | [ recovery-image] Dec 21 05:25:23.923 INFO O| Dec 21 05:25:23.923 INFO ok! |
8319 | 2024-12-21T05:25:25.562Z | [ recovery-image] Dec 21 05:25:23.923 INFO O| Dec 21 05:25:23.923 INFO STEP 51 (ensure_file) COMPLETE |
8320 | 2024-12-21T05:25:25.562Z | [ recovery-image] Dec 21 05:25:23.923 INFO O| Dec 21 05:25:23.923 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8321 | 2024-12-21T05:25:25.582Z | [ recovery-image] Dec 21 05:25:23.944 INFO O| Dec 21 05:25:23.944 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8322 | 2024-12-21T05:25:25.582Z | [ recovery-image] Dec 21 05:25:23.944 INFO O| Dec 21 05:25:23.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8323 | 2024-12-21T05:25:25.582Z | [ recovery-image] Dec 21 05:25:23.944 INFO O| Dec 21 05:25:23.944 INFO STEP 52 (ensure_dir) COMPLETE |
8324 | 2024-12-21T05:25:25.585Z | [ recovery-image] Dec 21 05:25:23.944 INFO O| Dec 21 05:25:23.944 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8325 | 2024-12-21T05:25:25.623Z | [ recovery-image] Dec 21 05:25:23.984 INFO O| Dec 21 05:25:23.984 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8326 | 2024-12-21T05:25:25.623Z | [ recovery-image] Dec 21 05:25:23.985 INFO O| Dec 21 05:25:23.984 INFO copying /tmp/.tmpWHjqRV/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 ... |
8327 | 2024-12-21T05:25:25.623Z | [ recovery-image] Dec 21 05:25:23.985 INFO O| Dec 21 05:25:23.985 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 |
8328 | 2024-12-21T05:25:25.623Z | [ recovery-image] Dec 21 05:25:23.985 INFO O| Dec 21 05:25:23.985 INFO ok! |
8329 | 2024-12-21T05:25:25.623Z | [ recovery-image] Dec 21 05:25:23.985 INFO O| Dec 21 05:25:23.985 INFO STEP 53 (ensure_file) COMPLETE |
8330 | 2024-12-21T05:25:25.625Z | [ recovery-image] Dec 21 05:25:23.985 INFO O| Dec 21 05:25:23.985 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8331 | 2024-12-21T05:25:25.678Z | [ recovery-image] Dec 21 05:25:24.040 INFO O| Dec 21 05:25:24.040 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8332 | 2024-12-21T05:25:25.678Z | [ recovery-image] Dec 21 05:25:24.040 INFO O| Dec 21 05:25:24.040 INFO copying /tmp/.tmpWHjqRV/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 ... |
8333 | 2024-12-21T05:25:25.681Z | [ recovery-image] Dec 21 05:25:24.041 INFO O| Dec 21 05:25:24.040 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 |
8334 | 2024-12-21T05:25:25.681Z | [ recovery-image] Dec 21 05:25:24.041 INFO O| Dec 21 05:25:24.041 INFO ok! |
8335 | 2024-12-21T05:25:25.681Z | [ recovery-image] Dec 21 05:25:24.041 INFO O| Dec 21 05:25:24.041 INFO STEP 54 (ensure_file) COMPLETE |
8336 | 2024-12-21T05:25:25.681Z | [ recovery-image] Dec 21 05:25:24.041 INFO O| Dec 21 05:25:24.041 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8337 | 2024-12-21T05:25:25.696Z | [ recovery-image] Dec 21 05:25:24.059 INFO O| Dec 21 05:25:24.058 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8338 | 2024-12-21T05:25:25.699Z | [ recovery-image] Dec 21 05:25:24.059 INFO O| Dec 21 05:25:24.059 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8339 | 2024-12-21T05:25:25.699Z | [ recovery-image] Dec 21 05:25:24.059 INFO O| Dec 21 05:25:24.059 INFO STEP 55 (ensure_dir) COMPLETE |
8340 | 2024-12-21T05:25:25.699Z | [ recovery-image] Dec 21 05:25:24.059 INFO O| Dec 21 05:25:24.059 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8341 | 2024-12-21T05:25:25.717Z | [ recovery-image] Dec 21 05:25:24.079 INFO O| Dec 21 05:25:24.079 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8342 | 2024-12-21T05:25:25.717Z | [ recovery-image] Dec 21 05:25:24.079 INFO O| Dec 21 05:25:24.079 INFO copying /tmp/.tmpWHjqRV/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 ... |
8343 | 2024-12-21T05:25:25.721Z | [ recovery-image] Dec 21 05:25:24.079 INFO O| Dec 21 05:25:24.079 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8344 | 2024-12-21T05:25:25.721Z | [ recovery-image] Dec 21 05:25:24.079 INFO O| Dec 21 05:25:24.079 INFO ok! |
8345 | 2024-12-21T05:25:25.721Z | [ recovery-image] Dec 21 05:25:24.079 INFO O| Dec 21 05:25:24.079 INFO STEP 56 (ensure_file) COMPLETE |
8346 | 2024-12-21T05:25:25.721Z | [ recovery-image] Dec 21 05:25:24.079 INFO O| Dec 21 05:25:24.079 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8347 | 2024-12-21T05:25:25.752Z | [ recovery-image] Dec 21 05:25:24.114 INFO O| Dec 21 05:25:24.114 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8348 | 2024-12-21T05:25:25.752Z | [ recovery-image] Dec 21 05:25:24.114 INFO O| Dec 21 05:25:24.114 INFO copying /tmp/.tmpWHjqRV/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 ... |
8349 | 2024-12-21T05:25:25.755Z | [ recovery-image] Dec 21 05:25:24.114 INFO O| Dec 21 05:25:24.114 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 |
8350 | 2024-12-21T05:25:25.755Z | [ recovery-image] Dec 21 05:25:24.114 INFO O| Dec 21 05:25:24.114 INFO ok! |
8351 | 2024-12-21T05:25:25.755Z | [ recovery-image] Dec 21 05:25:24.115 INFO O| Dec 21 05:25:24.115 INFO STEP 57 (ensure_file) COMPLETE |
8352 | 2024-12-21T05:25:25.755Z | [ recovery-image] Dec 21 05:25:24.115 INFO O| Dec 21 05:25:24.115 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8353 | 2024-12-21T05:25:25.776Z | [ recovery-image] Dec 21 05:25:24.138 INFO O| Dec 21 05:25:24.138 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8354 | 2024-12-21T05:25:25.778Z | [ recovery-image] Dec 21 05:25:24.138 INFO O| Dec 21 05:25:24.138 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8355 | 2024-12-21T05:25:25.778Z | [ recovery-image] Dec 21 05:25:24.138 INFO O| Dec 21 05:25:24.138 INFO STEP 58 (ensure_dir) COMPLETE |
8356 | 2024-12-21T05:25:25.778Z | [ recovery-image] Dec 21 05:25:24.138 INFO O| Dec 21 05:25:24.138 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8357 | 2024-12-21T05:25:25.796Z | [ recovery-image] Dec 21 05:25:24.159 INFO O| Dec 21 05:25:24.158 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8358 | 2024-12-21T05:25:25.799Z | [ recovery-image] Dec 21 05:25:24.159 INFO O| Dec 21 05:25:24.159 INFO copying /tmp/.tmpWHjqRV/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 ... |
8359 | 2024-12-21T05:25:25.799Z | [ recovery-image] Dec 21 05:25:24.159 INFO O| Dec 21 05:25:24.159 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8360 | 2024-12-21T05:25:25.799Z | [ recovery-image] Dec 21 05:25:24.159 INFO O| Dec 21 05:25:24.159 INFO ok! |
8361 | 2024-12-21T05:25:25.799Z | [ recovery-image] Dec 21 05:25:24.159 INFO O| Dec 21 05:25:24.159 INFO STEP 59 (ensure_file) COMPLETE |
8362 | 2024-12-21T05:25:25.799Z | [ recovery-image] Dec 21 05:25:24.159 INFO O| Dec 21 05:25:24.159 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8363 | 2024-12-21T05:25:25.816Z | [ recovery-image] Dec 21 05:25:24.178 INFO O| Dec 21 05:25:24.178 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8364 | 2024-12-21T05:25:25.816Z | [ recovery-image] Dec 21 05:25:24.178 INFO O| Dec 21 05:25:24.178 INFO copying /tmp/.tmpWHjqRV/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8365 | 2024-12-21T05:25:25.819Z | [ recovery-image] Dec 21 05:25:24.178 INFO O| Dec 21 05:25:24.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8366 | 2024-12-21T05:25:25.819Z | [ recovery-image] Dec 21 05:25:24.178 INFO O| Dec 21 05:25:24.178 INFO ok! |
8367 | 2024-12-21T05:25:25.819Z | [ recovery-image] Dec 21 05:25:24.178 INFO O| Dec 21 05:25:24.178 INFO STEP 60 (ensure_file) COMPLETE |
8368 | 2024-12-21T05:25:25.819Z | [ recovery-image] Dec 21 05:25:24.178 INFO O| Dec 21 05:25:24.178 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8369 | 2024-12-21T05:25:25.835Z | [ recovery-image] Dec 21 05:25:24.197 INFO O| Dec 21 05:25:24.197 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8370 | 2024-12-21T05:25:25.835Z | [ recovery-image] Dec 21 05:25:24.197 INFO O| Dec 21 05:25:24.197 INFO STEP 61 (ensure_dir) COMPLETE |
8371 | 2024-12-21T05:25:25.835Z | [ recovery-image] Dec 21 05:25:24.197 INFO O| Dec 21 05:25:24.197 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8372 | 2024-12-21T05:25:25.853Z | [ recovery-image] Dec 21 05:25:24.215 INFO O| Dec 21 05:25:24.215 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8373 | 2024-12-21T05:25:25.853Z | [ recovery-image] Dec 21 05:25:24.215 INFO O| Dec 21 05:25:24.215 INFO STEP 62 (ensure_dir) COMPLETE |
8374 | 2024-12-21T05:25:25.856Z | [ recovery-image] Dec 21 05:25:24.215 INFO O| Dec 21 05:25:24.215 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8375 | 2024-12-21T05:25:25.872Z | [ recovery-image] Dec 21 05:25:24.234 INFO O| Dec 21 05:25:24.234 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8376 | 2024-12-21T05:25:25.872Z | [ recovery-image] Dec 21 05:25:24.234 INFO O| Dec 21 05:25:24.234 INFO STEP 63 (ensure_dir) COMPLETE |
8377 | 2024-12-21T05:25:25.875Z | [ recovery-image] Dec 21 05:25:24.234 INFO O| Dec 21 05:25:24.234 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8378 | 2024-12-21T05:25:25.902Z | [ recovery-image] Dec 21 05:25:24.264 INFO O| Dec 21 05:25:24.264 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8379 | 2024-12-21T05:25:25.905Z | [ recovery-image] Dec 21 05:25:24.264 INFO O| Dec 21 05:25:24.264 INFO STEP 64 (ensure_dir) COMPLETE |
8380 | 2024-12-21T05:25:25.905Z | [ recovery-image] Dec 21 05:25:24.264 INFO O| Dec 21 05:25:24.264 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8381 | 2024-12-21T05:25:25.936Z | [ recovery-image] Dec 21 05:25:24.298 INFO O| Dec 21 05:25:24.298 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8382 | 2024-12-21T05:25:25.936Z | [ recovery-image] Dec 21 05:25:24.298 INFO O| Dec 21 05:25:24.298 INFO copying /tmp/.tmpWHjqRV/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8383 | 2024-12-21T05:25:25.939Z | [ recovery-image] Dec 21 05:25:24.298 INFO O| Dec 21 05:25:24.298 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8384 | 2024-12-21T05:25:25.939Z | [ recovery-image] Dec 21 05:25:24.298 INFO O| Dec 21 05:25:24.298 INFO ok! |
8385 | 2024-12-21T05:25:25.939Z | [ recovery-image] Dec 21 05:25:24.298 INFO O| Dec 21 05:25:24.298 INFO STEP 65 (ensure_file) COMPLETE |
8386 | 2024-12-21T05:25:25.939Z | [ recovery-image] Dec 21 05:25:24.298 INFO O| Dec 21 05:25:24.298 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8387 | 2024-12-21T05:25:25.968Z | [ recovery-image] Dec 21 05:25:24.330 INFO O| Dec 21 05:25:24.330 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8388 | 2024-12-21T05:25:25.971Z | [ recovery-image] Dec 21 05:25:24.331 INFO O| Dec 21 05:25:24.331 INFO STEP 66 (remove_files) COMPLETE |
8389 | 2024-12-21T05:25:25.971Z | [ recovery-image] Dec 21 05:25:24.331 INFO O| Dec 21 05:25:24.331 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8390 | 2024-12-21T05:25:25.989Z | [ recovery-image] Dec 21 05:25:24.350 INFO O| Dec 21 05:25:24.350 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8391 | 2024-12-21T05:25:25.992Z | [ recovery-image] Dec 21 05:25:24.351 INFO O| Dec 21 05:25:24.350 INFO STEP 67 (remove_files) COMPLETE |
8392 | 2024-12-21T05:25:25.992Z | [ recovery-image] Dec 21 05:25:24.351 INFO O| Dec 21 05:25:24.350 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8393 | 2024-12-21T05:25:26.008Z | [ recovery-image] Dec 21 05:25:24.369 INFO O| Dec 21 05:25:24.369 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8394 | 2024-12-21T05:25:26.010Z | [ recovery-image] Dec 21 05:25:24.370 INFO O| Dec 21 05:25:24.370 INFO STEP 68 (remove_files) COMPLETE |
8395 | 2024-12-21T05:25:26.011Z | [ recovery-image] Dec 21 05:25:24.370 INFO O| Dec 21 05:25:24.370 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8396 | 2024-12-21T05:25:26.027Z | [ recovery-image] Dec 21 05:25:24.389 INFO O| Dec 21 05:25:24.389 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8397 | 2024-12-21T05:25:26.029Z | [ recovery-image] Dec 21 05:25:24.389 INFO O| Dec 21 05:25:24.389 INFO STEP 69 (remove_files) COMPLETE |
8398 | 2024-12-21T05:25:26.029Z | [ recovery-image] Dec 21 05:25:24.389 INFO O| Dec 21 05:25:24.389 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8399 | 2024-12-21T05:25:26.046Z | [ recovery-image] Dec 21 05:25:24.408 INFO O| Dec 21 05:25:24.408 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8400 | 2024-12-21T05:25:26.049Z | [ recovery-image] Dec 21 05:25:24.409 INFO O| Dec 21 05:25:24.409 INFO STEP 70 (remove_files) COMPLETE |
8401 | 2024-12-21T05:25:26.049Z | [ recovery-image] Dec 21 05:25:24.409 INFO O| Dec 21 05:25:24.409 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8402 | 2024-12-21T05:25:26.076Z | [ recovery-image] Dec 21 05:25:24.438 INFO O| Dec 21 05:25:24.438 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8403 | 2024-12-21T05:25:26.079Z | [ recovery-image] Dec 21 05:25:24.438 INFO O| Dec 21 05:25:24.438 INFO STEP 71 (remove_files) COMPLETE |
8404 | 2024-12-21T05:25:26.079Z | [ recovery-image] Dec 21 05:25:24.438 INFO O| Dec 21 05:25:24.438 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8405 | 2024-12-21T05:25:26.109Z | [ recovery-image] Dec 21 05:25:24.471 INFO O| Dec 21 05:25:24.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8406 | 2024-12-21T05:25:26.109Z | [ recovery-image] Dec 21 05:25:24.471 INFO O| Dec 21 05:25:24.471 INFO STEP 72 (remove_files) COMPLETE |
8407 | 2024-12-21T05:25:26.110Z | [ recovery-image] Dec 21 05:25:24.471 INFO O| Dec 21 05:25:24.471 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8408 | 2024-12-21T05:25:26.131Z | [ recovery-image] Dec 21 05:25:24.493 INFO O| Dec 21 05:25:24.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8409 | 2024-12-21T05:25:26.131Z | [ recovery-image] Dec 21 05:25:24.493 INFO O| Dec 21 05:25:24.493 INFO STEP 73 (remove_files) COMPLETE |
8410 | 2024-12-21T05:25:26.132Z | [ recovery-image] Dec 21 05:25:24.493 INFO O| Dec 21 05:25:24.493 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8411 | 2024-12-21T05:25:26.151Z | [ recovery-image] Dec 21 05:25:24.513 INFO O| Dec 21 05:25:24.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8412 | 2024-12-21T05:25:26.151Z | [ recovery-image] Dec 21 05:25:24.513 INFO O| Dec 21 05:25:24.513 INFO STEP 74 (remove_files) COMPLETE |
8413 | 2024-12-21T05:25:26.154Z | [ recovery-image] Dec 21 05:25:24.513 INFO O| Dec 21 05:25:24.513 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8414 | 2024-12-21T05:25:26.170Z | [ recovery-image] Dec 21 05:25:24.532 INFO O| Dec 21 05:25:24.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8415 | 2024-12-21T05:25:26.171Z | [ recovery-image] Dec 21 05:25:24.533 INFO O| Dec 21 05:25:24.533 INFO STEP 75 (remove_files) COMPLETE |
8416 | 2024-12-21T05:25:26.173Z | [ recovery-image] Dec 21 05:25:24.533 INFO O| Dec 21 05:25:24.533 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8417 | 2024-12-21T05:25:26.191Z | [ recovery-image] Dec 21 05:25:24.553 INFO O| Dec 21 05:25:24.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8418 | 2024-12-21T05:25:26.193Z | [ recovery-image] Dec 21 05:25:24.553 INFO O| Dec 21 05:25:24.553 INFO STEP 76 (remove_files) COMPLETE |
8419 | 2024-12-21T05:25:26.193Z | [ recovery-image] Dec 21 05:25:24.553 INFO O| Dec 21 05:25:24.553 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8420 | 2024-12-21T05:25:26.212Z | [ recovery-image] Dec 21 05:25:24.574 INFO O| Dec 21 05:25:24.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8421 | 2024-12-21T05:25:26.214Z | [ recovery-image] Dec 21 05:25:24.574 INFO O| Dec 21 05:25:24.574 INFO STEP 77 (remove_files) COMPLETE |
8422 | 2024-12-21T05:25:26.215Z | [ recovery-image] Dec 21 05:25:24.574 INFO O| Dec 21 05:25:24.574 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8423 | 2024-12-21T05:25:26.304Z | [ recovery-image] Dec 21 05:25:24.666 INFO O| Dec 21 05:25:24.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8424 | 2024-12-21T05:25:26.307Z | [ recovery-image] Dec 21 05:25:24.666 INFO O| Dec 21 05:25:24.666 INFO STEP 78 (remove_files) COMPLETE |
8425 | 2024-12-21T05:25:26.307Z | [ recovery-image] Dec 21 05:25:24.666 INFO O| Dec 21 05:25:24.666 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8426 | 2024-12-21T05:25:26.326Z | [ recovery-image] Dec 21 05:25:24.688 INFO O| Dec 21 05:25:24.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8427 | 2024-12-21T05:25:26.329Z | [ recovery-image] Dec 21 05:25:24.688 INFO O| Dec 21 05:25:24.688 INFO STEP 79 (remove_files) COMPLETE |
8428 | 2024-12-21T05:25:26.329Z | [ recovery-image] Dec 21 05:25:24.688 INFO O| Dec 21 05:25:24.688 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8429 | 2024-12-21T05:25:26.346Z | [ recovery-image] Dec 21 05:25:24.708 INFO O| Dec 21 05:25:24.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8430 | 2024-12-21T05:25:26.349Z | [ recovery-image] Dec 21 05:25:24.709 INFO O| Dec 21 05:25:24.708 INFO STEP 80 (remove_files) COMPLETE |
8431 | 2024-12-21T05:25:26.349Z | [ recovery-image] Dec 21 05:25:24.709 INFO O| Dec 21 05:25:24.709 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8432 | 2024-12-21T05:25:26.368Z | [ recovery-image] Dec 21 05:25:24.730 INFO O| Dec 21 05:25:24.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8433 | 2024-12-21T05:25:26.368Z | [ recovery-image] Dec 21 05:25:24.730 INFO O| Dec 21 05:25:24.730 INFO STEP 81 (remove_files) COMPLETE |
8434 | 2024-12-21T05:25:26.368Z | [ recovery-image] Dec 21 05:25:24.730 INFO O| Dec 21 05:25:24.730 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8435 | 2024-12-21T05:25:26.392Z | [ recovery-image] Dec 21 05:25:24.754 INFO O| Dec 21 05:25:24.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8436 | 2024-12-21T05:25:26.392Z | [ recovery-image] Dec 21 05:25:24.754 INFO O| Dec 21 05:25:24.754 INFO STEP 82 (remove_files) COMPLETE |
8437 | 2024-12-21T05:25:26.394Z | [ recovery-image] Dec 21 05:25:24.754 INFO O| Dec 21 05:25:24.754 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8438 | 2024-12-21T05:25:26.433Z | [ recovery-image] Dec 21 05:25:24.795 INFO O| Dec 21 05:25:24.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8439 | 2024-12-21T05:25:26.433Z | [ recovery-image] Dec 21 05:25:24.795 INFO O| Dec 21 05:25:24.795 INFO STEP 83 (remove_files) COMPLETE |
8440 | 2024-12-21T05:25:26.433Z | [ recovery-image] Dec 21 05:25:24.795 INFO O| Dec 21 05:25:24.795 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8441 | 2024-12-21T05:25:26.504Z | [ recovery-image] Dec 21 05:25:24.866 INFO O| Dec 21 05:25:24.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8442 | 2024-12-21T05:25:26.504Z | [ recovery-image] Dec 21 05:25:24.866 INFO O| Dec 21 05:25:24.866 INFO STEP 84 (remove_files) COMPLETE |
8443 | 2024-12-21T05:25:26.507Z | [ recovery-image] Dec 21 05:25:24.866 INFO O| Dec 21 05:25:24.866 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8444 | 2024-12-21T05:25:26.535Z | [ recovery-image] Dec 21 05:25:24.897 INFO O| Dec 21 05:25:24.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8445 | 2024-12-21T05:25:26.535Z | [ recovery-image] Dec 21 05:25:24.897 INFO O| Dec 21 05:25:24.897 INFO STEP 85 (remove_files) COMPLETE |
8446 | 2024-12-21T05:25:26.535Z | [ recovery-image] Dec 21 05:25:24.897 INFO O| Dec 21 05:25:24.897 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8447 | 2024-12-21T05:25:26.630Z | [ recovery-image] Dec 21 05:25:24.992 INFO O| Dec 21 05:25:24.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8448 | 2024-12-21T05:25:26.630Z | [ recovery-image] Dec 21 05:25:24.992 INFO O| Dec 21 05:25:24.992 INFO STEP 86 (remove_files) COMPLETE |
8449 | 2024-12-21T05:25:26.630Z | [ recovery-image] Dec 21 05:25:24.992 INFO O| Dec 21 05:25:24.992 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8450 | 2024-12-21T05:25:26.650Z | [ recovery-image] Dec 21 05:25:25.012 INFO O| Dec 21 05:25:25.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8451 | 2024-12-21T05:25:26.651Z | [ recovery-image] Dec 21 05:25:25.012 INFO O| Dec 21 05:25:25.012 INFO STEP 87 (remove_files) COMPLETE |
8452 | 2024-12-21T05:25:26.651Z | [ recovery-image] Dec 21 05:25:25.012 INFO O| Dec 21 05:25:25.012 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8453 | 2024-12-21T05:25:26.670Z | [ recovery-image] Dec 21 05:25:25.032 INFO O| Dec 21 05:25:25.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8454 | 2024-12-21T05:25:26.673Z | [ recovery-image] Dec 21 05:25:25.032 INFO O| Dec 21 05:25:25.032 INFO STEP 88 (remove_files) COMPLETE |
8455 | 2024-12-21T05:25:26.673Z | [ recovery-image] Dec 21 05:25:25.032 INFO O| Dec 21 05:25:25.032 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8456 | 2024-12-21T05:25:26.691Z | [ recovery-image] Dec 21 05:25:25.053 INFO O| Dec 21 05:25:25.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8457 | 2024-12-21T05:25:26.694Z | [ recovery-image] Dec 21 05:25:25.054 INFO O| Dec 21 05:25:25.053 INFO STEP 89 (remove_files) COMPLETE |
8458 | 2024-12-21T05:25:26.695Z | [ recovery-image] Dec 21 05:25:25.054 INFO O| Dec 21 05:25:25.054 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8459 | 2024-12-21T05:25:26.711Z | [ recovery-image] Dec 21 05:25:25.073 INFO O| Dec 21 05:25:25.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8460 | 2024-12-21T05:25:26.714Z | [ recovery-image] Dec 21 05:25:25.073 INFO O| Dec 21 05:25:25.073 INFO STEP 90 (remove_files) COMPLETE |
8461 | 2024-12-21T05:25:26.714Z | [ recovery-image] Dec 21 05:25:25.073 INFO O| Dec 21 05:25:25.073 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8462 | 2024-12-21T05:25:26.731Z | [ recovery-image] Dec 21 05:25:25.092 INFO O| Dec 21 05:25:25.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8463 | 2024-12-21T05:25:26.733Z | [ recovery-image] Dec 21 05:25:25.093 INFO O| Dec 21 05:25:25.093 INFO STEP 91 (remove_files) COMPLETE |
8464 | 2024-12-21T05:25:26.733Z | [ recovery-image] Dec 21 05:25:25.093 INFO O| Dec 21 05:25:25.093 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8465 | 2024-12-21T05:25:26.759Z | [ recovery-image] Dec 21 05:25:25.121 INFO O| Dec 21 05:25:25.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8466 | 2024-12-21T05:25:26.759Z | [ recovery-image] Dec 21 05:25:25.121 INFO O| Dec 21 05:25:25.121 INFO STEP 92 (remove_files) COMPLETE |
8467 | 2024-12-21T05:25:26.759Z | [ recovery-image] Dec 21 05:25:25.121 INFO O| Dec 21 05:25:25.121 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8468 | 2024-12-21T05:25:26.798Z | [ recovery-image] Dec 21 05:25:25.159 INFO O| Dec 21 05:25:25.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8469 | 2024-12-21T05:25:26.798Z | [ recovery-image] Dec 21 05:25:25.159 INFO O| Dec 21 05:25:25.159 INFO STEP 93 (remove_files) COMPLETE |
8470 | 2024-12-21T05:25:26.798Z | [ recovery-image] Dec 21 05:25:25.159 INFO O| Dec 21 05:25:25.159 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8471 | 2024-12-21T05:25:26.843Z | [ recovery-image] Dec 21 05:25:25.205 INFO O| Dec 21 05:25:25.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8472 | 2024-12-21T05:25:26.846Z | [ recovery-image] Dec 21 05:25:25.205 INFO O| Dec 21 05:25:25.205 INFO STEP 94 (remove_files) COMPLETE |
8473 | 2024-12-21T05:25:26.847Z | [ recovery-image] Dec 21 05:25:25.205 INFO O| Dec 21 05:25:25.205 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8474 | 2024-12-21T05:25:26.897Z | [ recovery-image] Dec 21 05:25:25.258 INFO O| Dec 21 05:25:25.258 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8475 | 2024-12-21T05:25:26.900Z | [ recovery-image] Dec 21 05:25:25.258 INFO O| Dec 21 05:25:25.258 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8476 | 2024-12-21T05:25:31.632Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
8477 | 2024-12-21T05:25:38.740Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
8478 | 2024-12-21T05:25:44.836Z | [ recovery-image] Dec 21 05:25:43.196 INFO O| Dec 21 05:25:43.196 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 |
8479 | 2024-12-21T05:25:44.836Z | [ recovery-image] Dec 21 05:25:43.196 INFO O| Dec 21 05:25:43.196 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8480 | 2024-12-21T05:25:44.859Z | [ recovery-image] Dec 21 05:25:43.219 INFO O| Dec 21 05:25:43.219 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "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"} |
8481 | 2024-12-21T05:25:45.035Z | [ recovery-image] Dec 21 05:25:43.395 INFO O| Dec 21 05:25:43.395 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8482 | 2024-12-21T05:25:45.035Z | [ recovery-image] Dec 21 05:25:43.395 INFO O| Dec 21 05:25:43.395 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 ... |
8483 | 2024-12-21T05:25:45.039Z | [ recovery-image] Dec 21 05:25:43.399 INFO O| Dec 21 05:25:43.399 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8484 | 2024-12-21T05:25:45.039Z | [ recovery-image] Dec 21 05:25:43.399 INFO O| Dec 21 05:25:43.399 INFO ok! |
8485 | 2024-12-21T05:25:45.041Z | [ recovery-image] Dec 21 05:25:43.399 INFO O| Dec 21 05:25:43.399 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8486 | 2024-12-21T05:25:45.041Z | [ recovery-image] Dec 21 05:25:43.399 INFO O| Dec 21 05:25:43.399 INFO STEP 95 (seed_smf) COMPLETE |
8487 | 2024-12-21T05:25:45.041Z | [ recovery-image] Dec 21 05:25:43.399 INFO O| Dec 21 05:25:43.399 INFO steps complete; finalising image! |
8488 | 2024-12-21T05:25:45.041Z | [ recovery-image] Dec 21 05:25:43.399 INFO O| Dec 21 05:25:43.399 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8489 | 2024-12-21T05:25:45.110Z | [ recovery-image] Dec 21 05:25:43.470 INFO O| Dec 21 05:25:43.470 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Sat Dec 21 05:25:43 2024) |
8490 | 2024-12-21T05:25:45.323Z | [ recovery-image] Dec 21 05:25:43.682 INFO O| Dec 21 05:25:43.682 INFO trim TEMPORARY-gimlet-zfs-recovery: (63% trimmed, started at Sat Dec 21 05:25:43 2024) |
8491 | 2024-12-21T05:25:45.598Z | [ recovery-image] Dec 21 05:25:43.958 INFO O| Dec 21 05:25:43.958 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio |
8492 | 2024-12-21T05:25:45.598Z | [ recovery-image] Dec 21 05:25:43.958 INFO O| Dec 21 05:25:43.958 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8493 | 2024-12-21T05:25:46.342Z | [ recovery-image] Dec 21 05:25:44.701 INFO O| Dec 21 05:25:44.701 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 |
8494 | 2024-12-21T05:25:46.342Z | [ recovery-image] Dec 21 05:25:44.701 INFO O| Dec 21 05:25:44.701 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8495 | 2024-12-21T05:25:52.169Z | [ recovery-image] Dec 21 05:25:50.528 INFO O| Dec 21 05:25:50.528 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8496 | 2024-12-21T05:25:52.170Z | [ recovery-image] Dec 21 05:25:50.528 INFO O| Dec 21 05:25:50.528 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8497 | 2024-12-21T05:25:52.170Z | [ recovery-image] Dec 21 05:25:50.528 INFO O| Dec 21 05:25:50.528 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8498 | 2024-12-21T05:25:52.170Z | [ recovery-image] Dec 21 05:25:50.528 INFO O| Dec 21 05:25:50.528 INFO completed processing gimlet/zfs-recovery |
8499 | 2024-12-21T05:25:52.170Z | [ recovery-image] Dec 21 05:25:50.528 INFO O| Dec 21 05:25:50.528 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8500 | 2024-12-21T05:25:53.040Z | [ recovery-image] Dec 21 05:25:51.399 INFO O| Dec 21 05:25:51.399 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8501 | 2024-12-21T05:25:53.208Z | [ recovery-image] Dec 21 05:25:51.568 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
8502 | 2024-12-21T05:25:53.211Z | [ recovery-image] Dec 21 05:25:51.569 INFO expanded image name: "recovery 1c662f4/${os_short_commit} 2024-12-21 04:55" -> "recovery 1c662f4/37a4469 2024-12-21 04:55" |
8503 | 2024-12-21T05:25:53.212Z | [ recovery-image] Dec 21 05:25:51.569 INFO output artefacts stored in: "/work/os-recovery" |
8504 | 2024-12-21T05:25:53.212Z | [ recovery-image] Dec 21 05:25:51.570 INFO collecting git info from project "chelsio-t6-roms"... |
8505 | 2024-12-21T05:25:53.279Z | [ recovery-image] Dec 21 05:25:51.638 INFO collecting git info from project "image-builder"... |
8506 | 2024-12-21T05:25:53.290Z | [ recovery-image] Dec 21 05:25:51.649 INFO collecting git info from project "amd-firmware"... |
8507 | 2024-12-21T05:25:53.834Z | [ recovery-image] Dec 21 05:25:52.193 INFO collecting git info from project "pinprick"... |
8508 | 2024-12-21T05:25:53.845Z | [ recovery-image] Dec 21 05:25:52.204 INFO collecting git info from project "bootserver"... |
8509 | 2024-12-21T05:25:53.878Z | [ recovery-image] Dec 21 05:25:52.236 INFO collecting git info from project "amd-host-image-builder"... |
8510 | 2024-12-21T05:25:54.506Z | [ recovery-image] Dec 21 05:25:52.864 INFO collecting git info from project "phbl"... |
8511 | 2024-12-21T05:25:54.517Z | [ recovery-image] Dec 21 05:25:52.876 INFO collecting git info from project "pilot"... |
8512 | 2024-12-21T05:25:54.541Z | [ recovery-image] Dec 21 05:25:52.900 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8513 | 2024-12-21T05:25:55.655Z | [ recovery-image] Dec 21 05:25:54.014 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8514 | 2024-12-21T05:25:56.388Z | [ recovery-image] Dec 21 05:25:54.747 INFO creating Oxide boot image... |
8515 | 2024-12-21T05:25:56.401Z | [ recovery-image] Dec 21 05:25:54.747 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 1c662f4/37a4469 2024-12-21 04:55", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8516 | 2024-12-21T05:26:24.807Z | [ host-image] Dec 21 05:26:23.162 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z |
8517 | 2024-12-21T05:26:24.809Z | [ host-image] Dec 21 05:26:23.163 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z |
8518 | 2024-12-21T05:26:24.809Z | [ host-image] Dec 21 05:26:23.163 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8519 | 2024-12-21T05:26:24.809Z | [ host-image] Dec 21 05:26:23.163 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8520 | 2024-12-21T05:26:24.809Z | [ host-image] Dec 21 05:26:23.163 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8521 | 2024-12-21T05:26:24.809Z | [ host-image] Dec 21 05:26:23.164 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8522 | 2024-12-21T05:26:24.809Z | [ host-image] Dec 21 05:26:23.165 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8523 | 2024-12-21T05:26:24.809Z | [ host-image] Dec 21 05:26:23.165 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8524 | 2024-12-21T05:26:24.809Z | [ host-image] Dec 21 05:26:23.165 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8525 | 2024-12-21T05:26:24.810Z | [ host-image] Dec 21 05:26:23.165 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8526 | 2024-12-21T05:26:24.810Z | [ host-image] Dec 21 05:26:23.165 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z |
8527 | 2024-12-21T05:26:24.812Z | [ host-image] Dec 21 05:26:23.168 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z |
8528 | 2024-12-21T05:26:24.815Z | [ host-image] Dec 21 05:26:23.169 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z |
8529 | 2024-12-21T05:26:24.815Z | [ host-image] Dec 21 05:26:23.170 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z |
8530 | 2024-12-21T05:26:24.815Z | [ host-image] Dec 21 05:26:23.170 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8531 | 2024-12-21T05:26:24.817Z | [ host-image] Dec 21 05:26:23.171 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z |
8532 | 2024-12-21T05:26:24.817Z | [ host-image] Dec 21 05:26:23.172 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z |
8533 | 2024-12-21T05:26:24.817Z | [ host-image] Dec 21 05:26:23.172 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z |
8534 | 2024-12-21T05:26:24.817Z | [ host-image] Dec 21 05:26:23.173 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z |
8535 | 2024-12-21T05:26:24.817Z | [ host-image] Dec 21 05:26:23.173 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z |
8536 | 2024-12-21T05:26:24.817Z | [ host-image] Dec 21 05:26:23.173 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z |
8537 | 2024-12-21T05:26:24.817Z | [ host-image] Dec 21 05:26:23.173 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z |
8538 | 2024-12-21T05:26:24.817Z | [ host-image] Dec 21 05:26:23.173 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z |
8539 | 2024-12-21T05:26:24.820Z | [ host-image] Dec 21 05:26:23.174 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z |
8540 | 2024-12-21T05:26:24.820Z | [ host-image] Dec 21 05:26:23.174 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z |
8541 | 2024-12-21T05:26:24.820Z | [ host-image] Dec 21 05:26:23.174 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z |
8542 | 2024-12-21T05:26:24.820Z | [ host-image] Dec 21 05:26:23.175 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z |
8543 | 2024-12-21T05:26:24.820Z | [ host-image] Dec 21 05:26:23.175 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z |
8544 | 2024-12-21T05:26:24.820Z | [ host-image] Dec 21 05:26:23.175 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z |
8545 | 2024-12-21T05:26:24.820Z | [ host-image] Dec 21 05:26:23.175 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8546 | 2024-12-21T05:26:24.820Z | [ host-image] Dec 21 05:26:23.175 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z |
8547 | 2024-12-21T05:26:24.820Z | [ host-image] Dec 21 05:26:23.175 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z |
8548 | 2024-12-21T05:26:24.820Z | [ host-image] Dec 21 05:26:23.175 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z |
8549 | 2024-12-21T05:26:24.820Z | [ host-image] Dec 21 05:26:23.176 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z |
8550 | 2024-12-21T05:26:24.823Z | [ host-image] Dec 21 05:26:23.177 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z |
8551 | 2024-12-21T05:26:24.823Z | [ host-image] Dec 21 05:26:23.177 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z |
8552 | 2024-12-21T05:26:24.847Z | [ host-image] Dec 21 05:26:23.203 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8553 | 2024-12-21T05:26:24.850Z | [ host-image] Dec 21 05:26:23.203 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z |
8554 | 2024-12-21T05:26:24.850Z | [ host-image] Dec 21 05:26:23.204 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8555 | 2024-12-21T05:26:24.850Z | [ host-image] Dec 21 05:26:23.204 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8556 | 2024-12-21T05:26:24.850Z | [ host-image] Dec 21 05:26:23.205 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8557 | 2024-12-21T05:26:24.853Z | [ host-image] Dec 21 05:26:23.206 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z |
8558 | 2024-12-21T05:26:24.853Z | [ host-image] Dec 21 05:26:23.206 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8559 | 2024-12-21T05:26:24.853Z | [ host-image] Dec 21 05:26:23.207 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8560 | 2024-12-21T05:26:24.853Z | [ host-image] Dec 21 05:26:23.209 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8561 | 2024-12-21T05:26:24.855Z | [ host-image] Dec 21 05:26:23.209 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8562 | 2024-12-21T05:26:24.872Z | [ host-image] Dec 21 05:26:23.228 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8563 | 2024-12-21T05:26:24.875Z | [ host-image] Dec 21 05:26:23.229 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8564 | 2024-12-21T05:26:24.875Z | [ host-image] Dec 21 05:26:23.229 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8565 | 2024-12-21T05:26:24.875Z | [ host-image] Dec 21 05:26:23.230 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8566 | 2024-12-21T05:26:24.878Z | [ host-image] Dec 21 05:26:23.231 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8567 | 2024-12-21T05:26:24.878Z | [ host-image] Dec 21 05:26:23.232 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8568 | 2024-12-21T05:26:24.939Z | [ host-image] Dec 21 05:26:23.295 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8569 | 2024-12-21T05:26:24.942Z | [ host-image] Dec 21 05:26:23.296 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8570 | 2024-12-21T05:26:24.942Z | [ host-image] Dec 21 05:26:23.297 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8571 | 2024-12-21T05:26:24.942Z | [ host-image] Dec 21 05:26:23.298 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z |
8572 | 2024-12-21T05:26:24.942Z | [ host-image] Dec 21 05:26:23.298 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z |
8573 | 2024-12-21T05:26:24.945Z | [ host-image] Dec 21 05:26:23.299 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8574 | 2024-12-21T05:26:24.945Z | [ host-image] Dec 21 05:26:23.299 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z |
8575 | 2024-12-21T05:26:24.945Z | [ host-image] Dec 21 05:26:23.299 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8576 | 2024-12-21T05:26:24.945Z | [ host-image] Dec 21 05:26:23.300 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8577 | 2024-12-21T05:26:24.945Z | [ host-image] Dec 21 05:26:23.300 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8578 | 2024-12-21T05:26:24.946Z | [ host-image] Dec 21 05:26:23.300 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z |
8579 | 2024-12-21T05:26:24.946Z | [ host-image] Dec 21 05:26:23.300 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8580 | 2024-12-21T05:26:24.952Z | [ host-image] Dec 21 05:26:23.308 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8581 | 2024-12-21T05:26:24.954Z | [ host-image] Dec 21 05:26:23.308 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8582 | 2024-12-21T05:26:24.954Z | [ host-image] Dec 21 05:26:23.308 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8583 | 2024-12-21T05:26:24.954Z | [ host-image] Dec 21 05:26:23.309 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z |
8584 | 2024-12-21T05:26:24.954Z | [ host-image] Dec 21 05:26:23.309 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8585 | 2024-12-21T05:26:24.985Z | [ host-image] Dec 21 05:26:23.341 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8586 | 2024-12-21T05:26:24.988Z | [ host-image] Dec 21 05:26:23.341 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z |
8587 | 2024-12-21T05:26:24.990Z | [ host-image] Dec 21 05:26:23.345 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z |
8588 | 2024-12-21T05:26:24.990Z | [ host-image] Dec 21 05:26:23.346 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z |
8589 | 2024-12-21T05:26:24.990Z | [ host-image] Dec 21 05:26:23.346 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8590 | 2024-12-21T05:26:24.990Z | [ host-image] Dec 21 05:26:23.347 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z |
8591 | 2024-12-21T05:26:24.993Z | [ host-image] Dec 21 05:26:23.348 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z |
8592 | 2024-12-21T05:26:24.993Z | [ host-image] Dec 21 05:26:23.348 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z |
8593 | 2024-12-21T05:26:24.993Z | [ host-image] Dec 21 05:26:23.348 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z |
8594 | 2024-12-21T05:26:25.001Z | [ host-image] Dec 21 05:26:23.357 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8595 | 2024-12-21T05:26:25.004Z | [ host-image] Dec 21 05:26:23.358 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z |
8596 | 2024-12-21T05:26:25.004Z | [ host-image] Dec 21 05:26:23.359 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z |
8597 | 2024-12-21T05:26:25.004Z | [ host-image] Dec 21 05:26:23.359 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8598 | 2024-12-21T05:26:25.004Z | [ host-image] Dec 21 05:26:23.359 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z |
8599 | 2024-12-21T05:26:25.004Z | [ host-image] Dec 21 05:26:23.360 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z |
8600 | 2024-12-21T05:26:25.004Z | [ host-image] Dec 21 05:26:23.360 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z |
8601 | 2024-12-21T05:26:25.007Z | [ host-image] Dec 21 05:26:23.361 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z |
8602 | 2024-12-21T05:26:25.018Z | [ host-image] Dec 21 05:26:23.374 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z |
8603 | 2024-12-21T05:26:25.018Z | [ host-image] Dec 21 05:26:23.374 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8604 | 2024-12-21T05:26:25.021Z | [ host-image] Dec 21 05:26:23.378 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z |
8605 | 2024-12-21T05:26:25.024Z | [ host-image] Dec 21 05:26:23.380 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z |
8606 | 2024-12-21T05:26:25.024Z | [ host-image] Dec 21 05:26:23.380 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z |
8607 | 2024-12-21T05:26:25.027Z | [ host-image] Dec 21 05:26:23.381 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z |
8608 | 2024-12-21T05:26:25.027Z | [ host-image] Dec 21 05:26:23.382 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z |
8609 | 2024-12-21T05:26:25.027Z | [ host-image] Dec 21 05:26:23.382 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z |
8610 | 2024-12-21T05:26:25.043Z | [ host-image] Dec 21 05:26:23.399 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z |
8611 | 2024-12-21T05:26:25.046Z | [ host-image] Dec 21 05:26:23.399 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z |
8612 | 2024-12-21T05:26:25.046Z | [ host-image] Dec 21 05:26:23.400 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z |
8613 | 2024-12-21T05:26:25.046Z | [ host-image] Dec 21 05:26:23.402 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z |
8614 | 2024-12-21T05:26:25.048Z | [ host-image] Dec 21 05:26:23.402 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z |
8615 | 2024-12-21T05:26:25.078Z | [ host-image] Dec 21 05:26:23.434 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z |
8616 | 2024-12-21T05:26:25.078Z | [ host-image] Dec 21 05:26:23.434 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z |
8617 | 2024-12-21T05:26:25.081Z | [ host-image] Dec 21 05:26:23.434 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z |
8618 | 2024-12-21T05:26:25.081Z | [ host-image] Dec 21 05:26:23.435 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8619 | 2024-12-21T05:26:25.081Z | [ host-image] Dec 21 05:26:23.435 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8620 | 2024-12-21T05:26:25.123Z | [ host-image] Dec 21 05:26:23.479 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z |
8621 | 2024-12-21T05:26:25.123Z | [ host-image] Dec 21 05:26:23.479 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8622 | 2024-12-21T05:26:25.126Z | [ host-image] Dec 21 05:26:23.479 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z |
8623 | 2024-12-21T05:26:25.126Z | [ host-image] Dec 21 05:26:23.479 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z |
8624 | 2024-12-21T05:26:25.126Z | [ host-image] Dec 21 05:26:23.481 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z |
8625 | 2024-12-21T05:26:25.126Z | [ host-image] Dec 21 05:26:23.481 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8626 | 2024-12-21T05:26:25.128Z | [ host-image] Dec 21 05:26:23.482 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8627 | 2024-12-21T05:26:25.128Z | [ host-image] Dec 21 05:26:23.483 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z |
8628 | 2024-12-21T05:26:25.128Z | [ host-image] Dec 21 05:26:23.483 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z |
8629 | 2024-12-21T05:26:25.128Z | [ host-image] Dec 21 05:26:23.483 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z |
8630 | 2024-12-21T05:26:25.128Z | [ host-image] Dec 21 05:26:23.484 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z |
8631 | 2024-12-21T05:26:25.128Z | [ host-image] Dec 21 05:26:23.484 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z |
8632 | 2024-12-21T05:26:25.128Z | [ host-image] Dec 21 05:26:23.484 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z |
8633 | 2024-12-21T05:26:25.132Z | [ host-image] Dec 21 05:26:23.488 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8634 | 2024-12-21T05:26:25.135Z | [ host-image] Dec 21 05:26:23.489 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z |
8635 | 2024-12-21T05:26:25.135Z | [ host-image] Dec 21 05:26:23.491 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z |
8636 | 2024-12-21T05:26:25.138Z | [ host-image] Dec 21 05:26:23.491 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z |
8637 | 2024-12-21T05:26:25.138Z | [ host-image] Dec 21 05:26:23.491 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z |
8638 | 2024-12-21T05:26:25.138Z | [ host-image] Dec 21 05:26:23.492 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z |
8639 | 2024-12-21T05:26:25.138Z | [ host-image] Dec 21 05:26:23.492 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z |
8640 | 2024-12-21T05:26:25.138Z | [ host-image] Dec 21 05:26:23.492 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8641 | 2024-12-21T05:26:25.138Z | [ host-image] Dec 21 05:26:23.492 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8642 | 2024-12-21T05:26:25.138Z | [ host-image] Dec 21 05:26:23.493 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z |
8643 | 2024-12-21T05:26:25.141Z | [ host-image] Dec 21 05:26:23.494 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z |
8644 | 2024-12-21T05:26:25.141Z | [ host-image] Dec 21 05:26:23.494 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8645 | 2024-12-21T05:26:25.141Z | [ host-image] Dec 21 05:26:23.494 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8646 | 2024-12-21T05:26:25.141Z | [ host-image] Dec 21 05:26:23.494 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8647 | 2024-12-21T05:26:25.141Z | [ host-image] Dec 21 05:26:23.494 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8648 | 2024-12-21T05:26:25.141Z | [ host-image] Dec 21 05:26:23.494 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8649 | 2024-12-21T05:26:25.141Z | [ host-image] Dec 21 05:26:23.495 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8650 | 2024-12-21T05:26:25.143Z | [ host-image] Dec 21 05:26:23.497 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8651 | 2024-12-21T05:26:25.143Z | [ host-image] Dec 21 05:26:23.497 INFO O| tempdir @ "/tmp/.tmpm4FpIN/tmp" |
8652 | 2024-12-21T05:26:25.143Z | [ host-image] Dec 21 05:26:23.497 INFO O| image root @ "/tmp/.tmpm4FpIN/tmp/root" |
8653 | 2024-12-21T05:26:25.144Z | [ host-image] Dec 21 05:26:23.498 INFO O| creating image... |
8654 | 2024-12-21T05:26:26.266Z | [ host-image] Dec 21 05:26:24.622 INFO O| copying publishers... |
8655 | 2024-12-21T05:26:45.852Z | [ host-image] Dec 21 05:26:44.206 INFO O| adding properties... |
8656 | 2024-12-21T05:26:48.377Z | [ host-image] Dec 21 05:26:46.730 INFO O| installing packages... |
8657 | 2024-12-21T05:27:05.822Z | [ recovery-image] Dec 21 05:27:04.173 INFO O| ok, image written! |
8658 | 2024-12-21T05:27:05.823Z | [ recovery-image] Dec 21 05:27:04.173 INFO O| ok, boot_image_csum file written! |
8659 | 2024-12-21T05:27:05.828Z | [ recovery-image] Dec 21 05:27:04.180 INFO creating boot archive (CPIO)... |
8660 | 2024-12-21T05:27:05.828Z | [ recovery-image] Dec 21 05:27:04.180 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 |
8661 | 2024-12-21T05:27:05.853Z | [ recovery-image] Dec 21 05:27:04.204 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8662 | 2024-12-21T05:27:05.856Z | [ recovery-image] Dec 21 05:27:04.204 INFO E| + outfile=/work/os-recovery/cpio |
8663 | 2024-12-21T05:27:05.856Z | [ recovery-image] Dec 21 05:27:04.204 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8664 | 2024-12-21T05:27:05.865Z | [ recovery-image] Dec 21 05:27:04.217 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8665 | 2024-12-21T05:27:05.865Z | [ recovery-image] Dec 21 05:27:04.217 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8666 | 2024-12-21T05:27:05.905Z | [ recovery-image] Dec 21 05:27:04.256 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8667 | 2024-12-21T05:27:05.905Z | [ recovery-image] Dec 21 05:27:04.257 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8668 | 2024-12-21T05:27:05.916Z | [ recovery-image] Dec 21 05:27:04.268 INFO creating compressed cpio/unix for nanobl-rs... |
8669 | 2024-12-21T05:27:05.916Z | [ recovery-image] Dec 21 05:27:04.268 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 |
8670 | 2024-12-21T05:27:06.294Z | [ recovery-image] Dec 21 05:27:04.646 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8671 | 2024-12-21T05:27:12.416Z | [ recovery-image] Dec 21 05:27:10.767 INFO creating reset image... |
8672 | 2024-12-21T05:27:12.419Z | [ recovery-image] Dec 21 05:27:10.767 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8673 | 2024-12-21T05:27:13.051Z | [ recovery-image] Dec 21 05:27:11.402 INFO E| Updating crates.io index |
8674 | 2024-12-21T05:27:13.191Z | [ recovery-image] Dec 21 05:27:11.541 INFO E| Downloading crates ... |
8675 | 2024-12-21T05:27:13.306Z | [ recovery-image] Dec 21 05:27:11.657 INFO E| Downloaded shared_child v1.0.1 |
8676 | 2024-12-21T05:27:13.309Z | [ recovery-image] Dec 21 05:27:11.661 INFO E| Downloaded os_pipe v1.2.1 |
8677 | 2024-12-21T05:27:13.312Z | [ recovery-image] Dec 21 05:27:11.663 INFO E| Downloaded duct v0.13.7 |
8678 | 2024-12-21T05:27:13.315Z | [ recovery-image] Dec 21 05:27:11.666 INFO E| Downloaded clap_derive v4.5.13 |
8679 | 2024-12-21T05:27:13.383Z | [ recovery-image] Dec 21 05:27:11.734 INFO E| Downloaded clap_builder v4.5.17 |
8680 | 2024-12-21T05:27:13.416Z | [ recovery-image] Dec 21 05:27:11.767 INFO E| Downloaded clap v4.5.17 |
8681 | 2024-12-21T05:27:13.480Z | [ recovery-image] Dec 21 05:27:11.831 INFO E| Downloaded syn v2.0.77 |
8682 | 2024-12-21T05:27:13.527Z | [ recovery-image] Dec 21 05:27:11.878 INFO E| Downloaded libc v0.2.158 |
8683 | 2024-12-21T05:27:13.713Z | [ recovery-image] Dec 21 05:27:12.063 INFO E| Compiling proc-macro2 v1.0.86 |
8684 | 2024-12-21T05:27:13.713Z | [ recovery-image] Dec 21 05:27:12.063 INFO E| Compiling libc v0.2.158 |
8685 | 2024-12-21T05:27:13.713Z | [ recovery-image] Dec 21 05:27:12.064 INFO E| Compiling unicode-ident v1.0.13 |
8686 | 2024-12-21T05:27:13.713Z | [ recovery-image] Dec 21 05:27:12.064 INFO E| Compiling utf8parse v0.2.2 |
8687 | 2024-12-21T05:27:13.716Z | [ recovery-image] Dec 21 05:27:12.064 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8688 | 2024-12-21T05:27:13.716Z | [ recovery-image] Dec 21 05:27:12.064 INFO E| Compiling anstyle v1.0.8 |
8689 | 2024-12-21T05:27:13.716Z | [ recovery-image] Dec 21 05:27:12.064 INFO E| Compiling anstyle-query v1.1.1 |
8690 | 2024-12-21T05:27:13.716Z | [ recovery-image] Dec 21 05:27:12.064 INFO E| Compiling colorchoice v1.0.2 |
8691 | 2024-12-21T05:27:14.442Z | [ recovery-image] Dec 21 05:27:12.793 INFO E| Compiling anstyle-parse v0.2.5 |
8692 | 2024-12-21T05:27:14.484Z | [ recovery-image] Dec 21 05:27:12.835 INFO E| Compiling clap_lex v0.7.2 |
8693 | 2024-12-21T05:27:14.492Z | [ recovery-image] Dec 21 05:27:12.843 INFO E| Compiling strsim v0.11.1 |
8694 | 2024-12-21T05:27:14.673Z | [ recovery-image] Dec 21 05:27:13.024 INFO E| Compiling heck v0.5.0 |
8695 | 2024-12-21T05:27:14.781Z | [ recovery-image] Dec 21 05:27:13.131 INFO E| Compiling once_cell v1.19.0 |
8696 | 2024-12-21T05:27:15.133Z | [ recovery-image] Dec 21 05:27:13.483 INFO E| Compiling anstream v0.6.15 |
8697 | 2024-12-21T05:27:15.788Z | [ recovery-image] Dec 21 05:27:14.138 INFO E| Compiling clap_builder v4.5.17 |
8698 | 2024-12-21T05:27:16.646Z | [ recovery-image] Dec 21 05:27:14.996 INFO E| Compiling shared_child v1.0.1 |
8699 | 2024-12-21T05:27:16.646Z | [ recovery-image] Dec 21 05:27:14.996 INFO E| Compiling os_pipe v1.2.1 |
8700 | 2024-12-21T05:27:16.901Z | [ recovery-image] Dec 21 05:27:15.251 INFO E| Compiling duct v0.13.7 |
8701 | 2024-12-21T05:27:16.987Z | [ recovery-image] Dec 21 05:27:15.337 INFO E| Compiling quote v1.0.37 |
8702 | 2024-12-21T05:27:17.751Z | [ recovery-image] Dec 21 05:27:16.101 INFO E| Compiling syn v2.0.77 |
8703 | 2024-12-21T05:27:22.320Z | [ host-image] Dec 21 05:27:20.670 INFO O| seeding SMF database... |
8704 | 2024-12-21T05:27:27.368Z | [ recovery-image] Dec 21 05:27:25.717 INFO E| Compiling clap_derive v4.5.13 |
8705 | 2024-12-21T05:27:31.370Z | [ recovery-image] Dec 21 05:27:29.719 INFO E| Compiling clap v4.5.17 |
8706 | 2024-12-21T05:27:31.456Z | [ recovery-image] Dec 21 05:27:29.805 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8707 | 2024-12-21T05:27:33.668Z | [ recovery-image] Dec 21 05:27:32.017 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.06s |
8708 | 2024-12-21T05:27:33.683Z | [ recovery-image] Dec 21 05:27:32.032 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8709 | 2024-12-21T05:27:34.053Z | [ recovery-image] Dec 21 05:27:32.402 INFO E| Updating crates.io index |
8710 | 2024-12-21T05:27:34.312Z | [ recovery-image] Dec 21 05:27:32.660 INFO E| Downloading crates ... |
8711 | 2024-12-21T05:27:34.432Z | [ recovery-image] Dec 21 05:27:32.781 INFO E| Downloaded bitstruct v0.1.1 |
8712 | 2024-12-21T05:27:34.461Z | [ recovery-image] Dec 21 05:27:32.810 INFO E| Downloaded bit_field v0.10.2 |
8713 | 2024-12-21T05:27:34.464Z | [ recovery-image] Dec 21 05:27:32.813 INFO E| Downloaded seq-macro v0.3.5 |
8714 | 2024-12-21T05:27:34.467Z | [ recovery-image] Dec 21 05:27:32.816 INFO E| Downloaded raw-cpuid v10.7.0 |
8715 | 2024-12-21T05:27:34.472Z | [ recovery-image] Dec 21 05:27:32.821 INFO E| Downloaded cpio_reader v0.1.1 |
8716 | 2024-12-21T05:27:34.475Z | [ recovery-image] Dec 21 05:27:32.823 INFO E| Downloaded bitstruct_derive v0.1.0 |
8717 | 2024-12-21T05:27:34.511Z | [ recovery-image] Dec 21 05:27:32.860 INFO E| Downloaded syn v2.0.85 |
8718 | 2024-12-21T05:27:34.760Z | [ recovery-image] Dec 21 05:27:33.108 INFO E| Downloaded x86 v0.52.0 |
8719 | 2024-12-21T05:27:34.855Z | [ recovery-image] Dec 21 05:27:33.204 INFO E| Updating crates.io index |
8720 | 2024-12-21T05:27:35.072Z | [ recovery-image] Dec 21 05:27:33.420 INFO E| Downloading crates ... |
8721 | 2024-12-21T05:27:35.147Z | [ recovery-image] Dec 21 05:27:33.495 INFO E| Downloaded hashbrown v0.15.0 |
8722 | 2024-12-21T05:27:35.163Z | [ recovery-image] Dec 21 05:27:33.512 INFO E| Downloaded compiler_builtins v0.1.134 |
8723 | 2024-12-21T05:27:35.297Z | [ recovery-image] Dec 21 05:27:33.645 INFO E| Compiling compiler_builtins v0.1.134 |
8724 | 2024-12-21T05:27:35.297Z | [ recovery-image] Dec 21 05:27:33.645 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) |
8725 | 2024-12-21T05:27:35.297Z | [ recovery-image] Dec 21 05:27:33.645 INFO E| Compiling proc-macro2 v1.0.89 |
8726 | 2024-12-21T05:27:35.300Z | [ recovery-image] Dec 21 05:27:33.645 INFO E| Compiling unicode-ident v1.0.13 |
8727 | 2024-12-21T05:27:35.300Z | [ recovery-image] Dec 21 05:27:33.645 INFO E| Compiling syn v1.0.109 |
8728 | 2024-12-21T05:27:35.300Z | [ recovery-image] Dec 21 05:27:33.645 INFO E| Compiling x86 v0.52.0 |
8729 | 2024-12-21T05:27:35.300Z | [ recovery-image] Dec 21 05:27:33.645 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8730 | 2024-12-21T05:27:35.300Z | [ recovery-image] Dec 21 05:27:33.645 INFO E| Compiling seq-macro v0.3.5 |
8731 | 2024-12-21T05:27:37.488Z | [ host-image] Dec 21 05:27:35.837 INFO O| configuring SMF profile... |
8732 | 2024-12-21T05:27:37.491Z | [ host-image] Dec 21 05:27:35.837 INFO O| modifying shadow(5)... |
8733 | 2024-12-21T05:27:37.491Z | [ host-image] Dec 21 05:27:35.837 INFO O| loading user and group database... |
8734 | 2024-12-21T05:27:37.491Z | [ host-image] Dec 21 05:27:35.837 INFO O| assessing packaged files... |
8735 | 2024-12-21T05:27:38.902Z | [ recovery-image] Dec 21 05:27:37.250 INFO E| Compiling quote v1.0.37 |
8736 | 2024-12-21T05:27:39.367Z | [ recovery-image] Dec 21 05:27:37.715 INFO E| Compiling syn v2.0.85 |
8737 | 2024-12-21T05:27:44.742Z | [ recovery-image] Dec 21 05:27:43.089 INFO E| Compiling scroll_derive v0.12.0 |
8738 | 2024-12-21T05:27:44.806Z | [ host-image] Dec 21 05:27:43.154 INFO O| creating archive... |
8739 | 2024-12-21T05:27:44.875Z | [ host-image] Dec 21 05:27:43.222 INFO O| missing from packaging: |
8740 | 2024-12-21T05:27:44.879Z | [ host-image] Dec 21 05:27:43.222 INFO O| "etc/.pwd.lock" |
8741 | 2024-12-21T05:27:44.879Z | [ host-image] Dec 21 05:27:43.222 INFO O| "etc/bash" |
8742 | 2024-12-21T05:27:44.906Z | [ host-image] Dec 21 05:27:43.252 INFO O| "etc/svc/profile/generic.xml" |
8743 | 2024-12-21T05:27:44.906Z | [ host-image] Dec 21 05:27:43.252 INFO O| "etc/svc/profile/inetd_services.xml" |
8744 | 2024-12-21T05:27:44.910Z | [ host-image] Dec 21 05:27:43.252 INFO O| "etc/svc/profile/name_service.xml" |
8745 | 2024-12-21T05:27:44.910Z | [ host-image] Dec 21 05:27:43.253 INFO O| "etc/svc/profile/platform.xml" |
8746 | 2024-12-21T05:27:44.910Z | [ host-image] Dec 21 05:27:43.253 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8747 | 2024-12-21T05:27:44.910Z | [ host-image] Dec 21 05:27:43.253 INFO O| "etc/svc/repository.db" |
8748 | 2024-12-21T05:27:44.925Z | [ host-image] Dec 21 05:27:43.272 INFO O| "opt/ooce/share" |
8749 | 2024-12-21T05:27:44.925Z | [ host-image] Dec 21 05:27:43.273 INFO O| "opt/ooce/share/man" |
8750 | 2024-12-21T05:27:44.928Z | [ host-image] Dec 21 05:27:43.273 INFO O| "opt/ooce/share/man/man1" |
8751 | 2024-12-21T05:27:44.940Z | [ host-image] Dec 21 05:27:43.287 INFO O| finishing archive... |
8752 | 2024-12-21T05:27:49.909Z | [ host-image] Dec 21 05:27:48.257 INFO O| creating gzonly manifest... |
8753 | 2024-12-21T05:27:49.921Z | [ host-image] Dec 21 05:27:48.268 INFO O| ok |
8754 | 2024-12-21T05:27:50.115Z | [ host-image] Dec 21 05:27:48.462 INFO image builder template: ramdisk-02-trim... |
8755 | 2024-12-21T05:27:50.115Z | [ host-image] Dec 21 05:27:48.462 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/.tmpWHjqRV/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 |
8756 | 2024-12-21T05:27:50.157Z | [ host-image] Dec 21 05:27:48.504 INFO O| Dec 21 05:27:48.504 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8757 | 2024-12-21T05:27:50.180Z | [ host-image] Dec 21 05:27:48.527 INFO O| Dec 21 05:27:48.527 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8758 | 2024-12-21T05:27:50.374Z | [ host-image] Dec 21 05:27:48.721 INFO O| Dec 21 05:27:48.721 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8759 | 2024-12-21T05:27:50.592Z | [ host-image] Dec 21 05:27:48.939 INFO O| Dec 21 05:27:48.939 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8760 | 2024-12-21T05:27:50.592Z | [ host-image] Dec 21 05:27:48.939 INFO O| Dec 21 05:27:48.939 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8761 | 2024-12-21T05:27:50.635Z | [ host-image] Dec 21 05:27:48.981 INFO O| Dec 21 05:27:48.981 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8762 | 2024-12-21T05:27:50.699Z | [ host-image] Dec 21 05:27:49.046 INFO O| Dec 21 05:27:49.046 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8763 | 2024-12-21T05:27:50.749Z | [ host-image] Dec 21 05:27:49.096 INFO O| Dec 21 05:27:49.096 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8764 | 2024-12-21T05:27:51.202Z | [ host-image] Dec 21 05:27:49.549 INFO O| Dec 21 05:27:49.549 INFO rolled back to input snapshot; work may begin |
8765 | 2024-12-21T05:27:51.202Z | [ host-image] Dec 21 05:27:49.549 INFO O| Dec 21 05:27:49.549 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8766 | 2024-12-21T05:27:51.211Z | [ host-image] Dec 21 05:27:49.558 INFO O| Dec 21 05:27:49.558 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8767 | 2024-12-21T05:27:51.229Z | [ host-image] Dec 21 05:27:49.576 INFO O| Dec 21 05:27:49.576 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8768 | 2024-12-21T05:27:51.384Z | [ recovery-image] Dec 21 05:27:49.730 INFO E| Compiling bitstruct_derive v0.1.0 |
8769 | 2024-12-21T05:27:51.386Z | [ host-image] Dec 21 05:27:49.731 INFO O| Dec 21 05:27:49.730 INFO STEP 0 (remove_files) COMPLETE |
8770 | 2024-12-21T05:27:51.386Z | [ host-image] Dec 21 05:27:49.731 INFO O| Dec 21 05:27:49.730 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8771 | 2024-12-21T05:27:51.431Z | [ host-image] Dec 21 05:27:49.778 INFO O| Dec 21 05:27:49.778 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8772 | 2024-12-21T05:27:51.434Z | [ host-image] Dec 21 05:27:49.781 INFO O| Dec 21 05:27:49.781 INFO STEP 1 (remove_files) COMPLETE |
8773 | 2024-12-21T05:27:51.437Z | [ host-image] Dec 21 05:27:49.781 INFO O| Dec 21 05:27:49.781 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8774 | 2024-12-21T05:27:51.456Z | [ host-image] Dec 21 05:27:49.802 INFO O| Dec 21 05:27:49.802 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8775 | 2024-12-21T05:27:51.499Z | [ host-image] Dec 21 05:27:49.846 INFO O| Dec 21 05:27:49.846 INFO STEP 2 (remove_files) COMPLETE |
8776 | 2024-12-21T05:27:51.499Z | [ host-image] Dec 21 05:27:49.846 INFO O| Dec 21 05:27:49.846 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8777 | 2024-12-21T05:27:51.519Z | [ host-image] Dec 21 05:27:49.866 INFO O| Dec 21 05:27:49.866 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8778 | 2024-12-21T05:27:51.522Z | [ host-image] Dec 21 05:27:49.869 INFO O| Dec 21 05:27:49.869 INFO STEP 3 (remove_files) COMPLETE |
8779 | 2024-12-21T05:27:51.522Z | [ host-image] Dec 21 05:27:49.869 INFO O| Dec 21 05:27:49.869 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8780 | 2024-12-21T05:27:51.562Z | [ host-image] Dec 21 05:27:49.909 INFO O| Dec 21 05:27:49.909 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8781 | 2024-12-21T05:27:51.568Z | [ host-image] Dec 21 05:27:49.915 INFO O| Dec 21 05:27:49.915 INFO STEP 4 (remove_files) COMPLETE |
8782 | 2024-12-21T05:27:51.571Z | [ host-image] Dec 21 05:27:49.915 INFO O| Dec 21 05:27:49.915 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8783 | 2024-12-21T05:27:51.628Z | [ host-image] Dec 21 05:27:49.975 INFO O| Dec 21 05:27:49.974 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8784 | 2024-12-21T05:27:51.632Z | [ host-image] Dec 21 05:27:49.979 INFO O| Dec 21 05:27:49.979 INFO STEP 5 (remove_files) COMPLETE |
8785 | 2024-12-21T05:27:51.632Z | [ host-image] Dec 21 05:27:49.979 INFO O| Dec 21 05:27:49.979 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8786 | 2024-12-21T05:27:51.670Z | [ host-image] Dec 21 05:27:50.016 INFO O| Dec 21 05:27:50.016 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8787 | 2024-12-21T05:27:51.687Z | [ host-image] Dec 21 05:27:50.033 INFO O| Dec 21 05:27:50.033 INFO STEP 6 (remove_files) COMPLETE |
8788 | 2024-12-21T05:27:51.687Z | [ host-image] Dec 21 05:27:50.033 INFO O| Dec 21 05:27:50.033 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8789 | 2024-12-21T05:27:51.748Z | [ host-image] Dec 21 05:27:50.094 INFO O| Dec 21 05:27:50.094 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8790 | 2024-12-21T05:27:51.768Z | [ host-image] Dec 21 05:27:50.115 INFO O| Dec 21 05:27:50.115 INFO STEP 7 (remove_files) COMPLETE |
8791 | 2024-12-21T05:27:51.771Z | [ host-image] Dec 21 05:27:50.115 INFO O| Dec 21 05:27:50.115 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8792 | 2024-12-21T05:27:51.829Z | [ host-image] Dec 21 05:27:50.176 INFO O| Dec 21 05:27:50.176 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8793 | 2024-12-21T05:27:51.990Z | [ host-image] Dec 21 05:27:50.336 INFO O| Dec 21 05:27:50.336 INFO STEP 8 (remove_files) COMPLETE |
8794 | 2024-12-21T05:27:51.990Z | [ host-image] Dec 21 05:27:50.336 INFO O| Dec 21 05:27:50.336 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8795 | 2024-12-21T05:27:52.009Z | [ host-image] Dec 21 05:27:50.356 INFO O| Dec 21 05:27:50.356 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8796 | 2024-12-21T05:27:52.194Z | [ host-image] Dec 21 05:27:50.540 INFO O| Dec 21 05:27:50.540 INFO STEP 9 (remove_files) COMPLETE |
8797 | 2024-12-21T05:27:52.194Z | [ host-image] Dec 21 05:27:50.540 INFO O| Dec 21 05:27:50.540 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8798 | 2024-12-21T05:27:52.213Z | [ host-image] Dec 21 05:27:50.560 INFO O| Dec 21 05:27:50.560 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8799 | 2024-12-21T05:27:52.220Z | [ host-image] Dec 21 05:27:50.566 INFO O| Dec 21 05:27:50.566 INFO STEP 10 (remove_files) COMPLETE |
8800 | 2024-12-21T05:27:52.220Z | [ host-image] Dec 21 05:27:50.566 INFO O| Dec 21 05:27:50.566 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8801 | 2024-12-21T05:27:52.263Z | [ host-image] Dec 21 05:27:50.610 INFO O| Dec 21 05:27:50.610 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8802 | 2024-12-21T05:27:52.266Z | [ host-image] Dec 21 05:27:50.612 INFO O| Dec 21 05:27:50.612 INFO STEP 11 (remove_files) COMPLETE |
8803 | 2024-12-21T05:27:52.266Z | [ host-image] Dec 21 05:27:50.612 INFO O| Dec 21 05:27:50.612 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8804 | 2024-12-21T05:27:52.300Z | [ host-image] Dec 21 05:27:50.646 INFO O| Dec 21 05:27:50.646 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8805 | 2024-12-21T05:27:52.303Z | [ host-image] Dec 21 05:27:50.649 INFO O| Dec 21 05:27:50.649 INFO STEP 12 (remove_files) COMPLETE |
8806 | 2024-12-21T05:27:52.306Z | [ host-image] Dec 21 05:27:50.649 INFO O| Dec 21 05:27:50.649 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8807 | 2024-12-21T05:27:52.540Z | [ host-image] Dec 21 05:27:50.887 INFO O| Dec 21 05:27:50.887 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8808 | 2024-12-21T05:27:52.550Z | [ host-image] Dec 21 05:27:50.896 INFO O| Dec 21 05:27:50.896 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8809 | 2024-12-21T05:27:52.552Z | [ host-image] Dec 21 05:27:50.897 INFO O| Dec 21 05:27:50.897 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8810 | 2024-12-21T05:27:52.639Z | [ host-image] Dec 21 05:27:50.986 INFO O| Dec 21 05:27:50.986 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8811 | 2024-12-21T05:27:53.172Z | [ host-image] Dec 21 05:27:51.519 INFO O| Dec 21 05:27:51.519 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8812 | 2024-12-21T05:27:53.172Z | [ host-image] Dec 21 05:27:51.519 INFO O| Dec 21 05:27:51.519 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8813 | 2024-12-21T05:27:53.175Z | [ host-image] Dec 21 05:27:51.519 INFO O| Dec 21 05:27:51.519 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8814 | 2024-12-21T05:27:53.175Z | [ host-image] Dec 21 05:27:51.519 INFO O| Dec 21 05:27:51.519 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8815 | 2024-12-21T05:27:53.175Z | [ host-image] Dec 21 05:27:51.520 INFO O| Dec 21 05:27:51.520 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8816 | 2024-12-21T05:27:53.175Z | [ host-image] Dec 21 05:27:51.520 INFO O| Dec 21 05:27:51.520 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8817 | 2024-12-21T05:27:53.175Z | [ host-image] Dec 21 05:27:51.521 INFO O| Dec 21 05:27:51.520 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8818 | 2024-12-21T05:27:53.175Z | [ host-image] Dec 21 05:27:51.521 INFO O| Dec 21 05:27:51.521 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8819 | 2024-12-21T05:27:53.175Z | [ host-image] Dec 21 05:27:51.521 INFO O| Dec 21 05:27:51.521 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8820 | 2024-12-21T05:27:53.175Z | [ host-image] Dec 21 05:27:51.522 INFO O| Dec 21 05:27:51.522 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8821 | 2024-12-21T05:27:53.178Z | [ host-image] Dec 21 05:27:51.522 INFO O| Dec 21 05:27:51.522 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8822 | 2024-12-21T05:27:53.178Z | [ host-image] Dec 21 05:27:51.522 INFO O| Dec 21 05:27:51.522 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8823 | 2024-12-21T05:27:53.178Z | [ host-image] Dec 21 05:27:51.523 INFO O| Dec 21 05:27:51.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8824 | 2024-12-21T05:27:53.178Z | [ host-image] Dec 21 05:27:51.523 INFO O| Dec 21 05:27:51.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8825 | 2024-12-21T05:27:53.178Z | [ host-image] Dec 21 05:27:51.523 INFO O| Dec 21 05:27:51.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8826 | 2024-12-21T05:27:53.178Z | [ host-image] Dec 21 05:27:51.523 INFO O| Dec 21 05:27:51.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8827 | 2024-12-21T05:27:53.215Z | [ host-image] Dec 21 05:27:51.562 INFO O| Dec 21 05:27:51.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8828 | 2024-12-21T05:27:53.235Z | [ host-image] Dec 21 05:27:51.580 INFO O| Dec 21 05:27:51.580 INFO STEP 13 (remove_files) COMPLETE |
8829 | 2024-12-21T05:27:53.235Z | [ host-image] Dec 21 05:27:51.580 INFO O| Dec 21 05:27:51.580 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8830 | 2024-12-21T05:27:53.292Z | [ host-image] Dec 21 05:27:51.639 INFO O| Dec 21 05:27:51.639 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8831 | 2024-12-21T05:27:53.295Z | [ host-image] Dec 21 05:27:51.641 INFO O| Dec 21 05:27:51.641 INFO STEP 14 (remove_files) COMPLETE |
8832 | 2024-12-21T05:27:53.295Z | [ host-image] Dec 21 05:27:51.641 INFO O| Dec 21 05:27:51.641 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8833 | 2024-12-21T05:27:53.350Z | [ host-image] Dec 21 05:27:51.696 INFO O| Dec 21 05:27:51.696 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8834 | 2024-12-21T05:27:53.361Z | [ host-image] Dec 21 05:27:51.707 INFO O| Dec 21 05:27:51.707 INFO STEP 15 (remove_files) COMPLETE |
8835 | 2024-12-21T05:27:53.361Z | [ host-image] Dec 21 05:27:51.707 INFO O| Dec 21 05:27:51.707 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8836 | 2024-12-21T05:27:53.379Z | [ host-image] Dec 21 05:27:51.726 INFO O| Dec 21 05:27:51.726 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8837 | 2024-12-21T05:27:53.382Z | [ host-image] Dec 21 05:27:51.727 INFO O| Dec 21 05:27:51.727 INFO STEP 16 (remove_files) COMPLETE |
8838 | 2024-12-21T05:27:53.382Z | [ host-image] Dec 21 05:27:51.727 INFO O| Dec 21 05:27:51.727 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8839 | 2024-12-21T05:27:53.419Z | [ host-image] Dec 21 05:27:51.766 INFO O| Dec 21 05:27:51.766 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8840 | 2024-12-21T05:27:53.422Z | [ host-image] Dec 21 05:27:51.768 INFO O| Dec 21 05:27:51.768 INFO STEP 17 (remove_files) COMPLETE |
8841 | 2024-12-21T05:27:53.422Z | [ host-image] Dec 21 05:27:51.768 INFO O| Dec 21 05:27:51.768 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8842 | 2024-12-21T05:27:53.455Z | [ host-image] Dec 21 05:27:51.802 INFO O| Dec 21 05:27:51.802 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8843 | 2024-12-21T05:27:53.455Z | [ host-image] Dec 21 05:27:51.802 INFO O| Dec 21 05:27:51.802 INFO STEP 18 (remove_files) COMPLETE |
8844 | 2024-12-21T05:27:53.458Z | [ host-image] Dec 21 05:27:51.802 INFO O| Dec 21 05:27:51.802 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8845 | 2024-12-21T05:27:53.479Z | [ host-image] Dec 21 05:27:51.826 INFO O| Dec 21 05:27:51.826 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8846 | 2024-12-21T05:27:53.480Z | [ host-image] Dec 21 05:27:51.826 INFO O| Dec 21 05:27:51.826 INFO STEP 19 (remove_files) COMPLETE |
8847 | 2024-12-21T05:27:53.480Z | [ host-image] Dec 21 05:27:51.826 INFO O| Dec 21 05:27:51.826 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8848 | 2024-12-21T05:27:53.541Z | [ host-image] Dec 21 05:27:51.887 INFO O| Dec 21 05:27:51.887 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8849 | 2024-12-21T05:27:53.541Z | [ host-image] Dec 21 05:27:51.888 INFO O| Dec 21 05:27:51.887 INFO STEP 20 (remove_files) COMPLETE |
8850 | 2024-12-21T05:27:53.543Z | [ host-image] Dec 21 05:27:51.888 INFO O| Dec 21 05:27:51.888 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8851 | 2024-12-21T05:27:53.559Z | [ host-image] Dec 21 05:27:51.906 INFO O| Dec 21 05:27:51.906 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8852 | 2024-12-21T05:27:53.559Z | [ host-image] Dec 21 05:27:51.906 INFO O| Dec 21 05:27:51.906 INFO STEP 21 (remove_files) COMPLETE |
8853 | 2024-12-21T05:27:53.562Z | [ host-image] Dec 21 05:27:51.906 INFO O| Dec 21 05:27:51.906 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8854 | 2024-12-21T05:27:53.585Z | [ host-image] Dec 21 05:27:51.931 INFO O| Dec 21 05:27:51.931 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8855 | 2024-12-21T05:27:53.585Z | [ host-image] Dec 21 05:27:51.931 INFO O| Dec 21 05:27:51.931 INFO STEP 22 (remove_files) COMPLETE |
8856 | 2024-12-21T05:27:53.585Z | [ host-image] Dec 21 05:27:51.931 INFO O| Dec 21 05:27:51.931 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8857 | 2024-12-21T05:27:53.605Z | [ host-image] Dec 21 05:27:51.952 INFO O| Dec 21 05:27:51.952 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8858 | 2024-12-21T05:27:53.605Z | [ host-image] Dec 21 05:27:51.952 INFO O| Dec 21 05:27:51.952 INFO STEP 23 (remove_files) COMPLETE |
8859 | 2024-12-21T05:27:53.608Z | [ host-image] Dec 21 05:27:51.952 INFO O| Dec 21 05:27:51.952 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8860 | 2024-12-21T05:27:53.664Z | [ host-image] Dec 21 05:27:52.011 INFO O| Dec 21 05:27:52.011 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8861 | 2024-12-21T05:27:53.667Z | [ host-image] Dec 21 05:27:52.011 INFO O| Dec 21 05:27:52.011 INFO STEP 24 (remove_files) COMPLETE |
8862 | 2024-12-21T05:27:53.667Z | [ host-image] Dec 21 05:27:52.011 INFO O| Dec 21 05:27:52.011 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8863 | 2024-12-21T05:27:53.685Z | [ host-image] Dec 21 05:27:52.031 INFO O| Dec 21 05:27:52.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8864 | 2024-12-21T05:27:53.685Z | [ host-image] Dec 21 05:27:52.031 INFO O| Dec 21 05:27:52.031 INFO STEP 25 (remove_files) COMPLETE |
8865 | 2024-12-21T05:27:53.687Z | [ host-image] Dec 21 05:27:52.031 INFO O| Dec 21 05:27:52.031 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8866 | 2024-12-21T05:27:53.718Z | [ host-image] Dec 21 05:27:52.065 INFO O| Dec 21 05:27:52.064 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8867 | 2024-12-21T05:27:53.718Z | [ host-image] Dec 21 05:27:52.065 INFO O| Dec 21 05:27:52.065 INFO STEP 26 (remove_files) COMPLETE |
8868 | 2024-12-21T05:27:53.718Z | [ host-image] Dec 21 05:27:52.065 INFO O| Dec 21 05:27:52.065 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8869 | 2024-12-21T05:27:53.744Z | [ host-image] Dec 21 05:27:52.090 INFO O| Dec 21 05:27:52.090 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8870 | 2024-12-21T05:27:53.744Z | [ host-image] Dec 21 05:27:52.090 INFO O| Dec 21 05:27:52.090 INFO STEP 27 (remove_files) COMPLETE |
8871 | 2024-12-21T05:27:53.746Z | [ host-image] Dec 21 05:27:52.090 INFO O| Dec 21 05:27:52.090 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8872 | 2024-12-21T05:27:53.776Z | [ host-image] Dec 21 05:27:52.123 INFO O| Dec 21 05:27:52.123 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8873 | 2024-12-21T05:27:53.776Z | [ host-image] Dec 21 05:27:52.123 INFO O| Dec 21 05:27:52.123 INFO STEP 28 (remove_files) COMPLETE |
8874 | 2024-12-21T05:27:53.776Z | [ host-image] Dec 21 05:27:52.123 INFO O| Dec 21 05:27:52.123 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8875 | 2024-12-21T05:27:53.826Z | [ host-image] Dec 21 05:27:52.173 INFO O| Dec 21 05:27:52.173 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8876 | 2024-12-21T05:27:53.829Z | [ host-image] Dec 21 05:27:52.173 INFO O| Dec 21 05:27:52.173 INFO STEP 29 (remove_files) COMPLETE |
8877 | 2024-12-21T05:27:53.829Z | [ host-image] Dec 21 05:27:52.173 INFO O| Dec 21 05:27:52.173 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8878 | 2024-12-21T05:27:53.845Z | [ host-image] Dec 21 05:27:52.191 INFO O| Dec 21 05:27:52.191 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8879 | 2024-12-21T05:27:53.847Z | [ host-image] Dec 21 05:27:52.191 INFO O| Dec 21 05:27:52.191 INFO STEP 30 (remove_files) COMPLETE |
8880 | 2024-12-21T05:27:53.847Z | [ host-image] Dec 21 05:27:52.192 INFO O| Dec 21 05:27:52.192 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8881 | 2024-12-21T05:27:53.885Z | [ host-image] Dec 21 05:27:52.232 INFO O| Dec 21 05:27:52.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8882 | 2024-12-21T05:27:53.885Z | [ host-image] Dec 21 05:27:52.232 INFO O| Dec 21 05:27:52.232 INFO STEP 31 (remove_files) COMPLETE |
8883 | 2024-12-21T05:27:53.885Z | [ host-image] Dec 21 05:27:52.232 INFO O| Dec 21 05:27:52.232 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8884 | 2024-12-21T05:27:53.905Z | [ host-image] Dec 21 05:27:52.251 INFO O| Dec 21 05:27:52.251 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8885 | 2024-12-21T05:27:53.907Z | [ host-image] Dec 21 05:27:52.251 INFO O| Dec 21 05:27:52.251 INFO STEP 32 (remove_files) COMPLETE |
8886 | 2024-12-21T05:27:53.907Z | [ host-image] Dec 21 05:27:52.252 INFO O| Dec 21 05:27:52.251 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8887 | 2024-12-21T05:27:53.938Z | [ host-image] Dec 21 05:27:52.284 INFO O| Dec 21 05:27:52.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8888 | 2024-12-21T05:27:53.938Z | [ host-image] Dec 21 05:27:52.284 INFO O| Dec 21 05:27:52.284 INFO STEP 33 (remove_files) COMPLETE |
8889 | 2024-12-21T05:27:53.938Z | [ host-image] Dec 21 05:27:52.284 INFO O| Dec 21 05:27:52.284 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8890 | 2024-12-21T05:27:53.968Z | [ host-image] Dec 21 05:27:52.315 INFO O| Dec 21 05:27:52.315 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8891 | 2024-12-21T05:27:53.968Z | [ host-image] Dec 21 05:27:52.315 INFO O| Dec 21 05:27:52.315 INFO STEP 34 (remove_files) COMPLETE |
8892 | 2024-12-21T05:27:53.968Z | [ host-image] Dec 21 05:27:52.315 INFO O| Dec 21 05:27:52.315 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8893 | 2024-12-21T05:27:53.986Z | [ host-image] Dec 21 05:27:52.333 INFO O| Dec 21 05:27:52.333 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8894 | 2024-12-21T05:27:53.986Z | [ host-image] Dec 21 05:27:52.333 INFO O| Dec 21 05:27:52.333 INFO STEP 35 (remove_files) COMPLETE |
8895 | 2024-12-21T05:27:53.989Z | [ host-image] Dec 21 05:27:52.333 INFO O| Dec 21 05:27:52.333 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8896 | 2024-12-21T05:27:54.004Z | [ host-image] Dec 21 05:27:52.351 INFO O| Dec 21 05:27:52.351 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8897 | 2024-12-21T05:27:54.004Z | [ host-image] Dec 21 05:27:52.351 INFO O| Dec 21 05:27:52.351 INFO STEP 36 (remove_files) COMPLETE |
8898 | 2024-12-21T05:27:54.004Z | [ host-image] Dec 21 05:27:52.351 INFO O| Dec 21 05:27:52.351 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8899 | 2024-12-21T05:27:54.043Z | [ host-image] Dec 21 05:27:52.390 INFO O| Dec 21 05:27:52.390 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8900 | 2024-12-21T05:27:54.043Z | [ host-image] Dec 21 05:27:52.390 INFO O| Dec 21 05:27:52.390 INFO STEP 37 (remove_files) COMPLETE |
8901 | 2024-12-21T05:27:54.043Z | [ host-image] Dec 21 05:27:52.390 INFO O| Dec 21 05:27:52.390 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8902 | 2024-12-21T05:27:54.120Z | [ host-image] Dec 21 05:27:52.467 INFO O| Dec 21 05:27:52.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8903 | 2024-12-21T05:27:54.120Z | [ host-image] Dec 21 05:27:52.467 INFO O| Dec 21 05:27:52.467 INFO STEP 38 (remove_files) COMPLETE |
8904 | 2024-12-21T05:27:54.120Z | [ host-image] Dec 21 05:27:52.467 INFO O| Dec 21 05:27:52.467 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8905 | 2024-12-21T05:27:54.139Z | [ host-image] Dec 21 05:27:52.485 INFO O| Dec 21 05:27:52.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8906 | 2024-12-21T05:27:54.139Z | [ host-image] Dec 21 05:27:52.486 INFO O| Dec 21 05:27:52.485 INFO STEP 39 (remove_files) COMPLETE |
8907 | 2024-12-21T05:27:54.141Z | [ host-image] Dec 21 05:27:52.486 INFO O| Dec 21 05:27:52.485 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8908 | 2024-12-21T05:27:54.157Z | [ host-image] Dec 21 05:27:52.504 INFO O| Dec 21 05:27:52.504 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8909 | 2024-12-21T05:27:54.157Z | [ host-image] Dec 21 05:27:52.504 INFO O| Dec 21 05:27:52.504 INFO STEP 40 (remove_files) COMPLETE |
8910 | 2024-12-21T05:27:54.160Z | [ host-image] Dec 21 05:27:52.504 INFO O| Dec 21 05:27:52.504 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8911 | 2024-12-21T05:27:54.194Z | [ host-image] Dec 21 05:27:52.540 INFO O| Dec 21 05:27:52.540 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8912 | 2024-12-21T05:27:54.194Z | [ host-image] Dec 21 05:27:52.540 INFO O| Dec 21 05:27:52.540 INFO STEP 41 (remove_files) COMPLETE |
8913 | 2024-12-21T05:27:54.194Z | [ host-image] Dec 21 05:27:52.540 INFO O| Dec 21 05:27:52.540 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8914 | 2024-12-21T05:27:54.217Z | [ host-image] Dec 21 05:27:52.563 INFO O| Dec 21 05:27:52.563 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8915 | 2024-12-21T05:27:54.221Z | [ host-image] Dec 21 05:27:52.563 INFO O| Dec 21 05:27:52.563 INFO STEP 42 (remove_files) COMPLETE |
8916 | 2024-12-21T05:27:54.221Z | [ host-image] Dec 21 05:27:52.564 INFO O| Dec 21 05:27:52.563 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8917 | 2024-12-21T05:27:54.236Z | [ host-image] Dec 21 05:27:52.582 INFO O| Dec 21 05:27:52.582 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8918 | 2024-12-21T05:27:54.236Z | [ host-image] Dec 21 05:27:52.582 INFO O| Dec 21 05:27:52.582 INFO STEP 43 (remove_files) COMPLETE |
8919 | 2024-12-21T05:27:54.238Z | [ host-image] Dec 21 05:27:52.583 INFO O| Dec 21 05:27:52.582 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8920 | 2024-12-21T05:27:54.255Z | [ host-image] Dec 21 05:27:52.601 INFO O| Dec 21 05:27:52.601 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8921 | 2024-12-21T05:27:54.255Z | [ host-image] Dec 21 05:27:52.601 INFO O| Dec 21 05:27:52.601 INFO STEP 44 (remove_files) COMPLETE |
8922 | 2024-12-21T05:27:54.255Z | [ host-image] Dec 21 05:27:52.602 INFO O| Dec 21 05:27:52.601 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8923 | 2024-12-21T05:27:54.273Z | [ host-image] Dec 21 05:27:52.619 INFO O| Dec 21 05:27:52.619 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8924 | 2024-12-21T05:27:54.273Z | [ host-image] Dec 21 05:27:52.619 INFO O| Dec 21 05:27:52.619 INFO STEP 45 (remove_files) COMPLETE |
8925 | 2024-12-21T05:27:54.273Z | [ host-image] Dec 21 05:27:52.619 INFO O| Dec 21 05:27:52.619 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8926 | 2024-12-21T05:27:54.291Z | [ host-image] Dec 21 05:27:52.638 INFO O| Dec 21 05:27:52.638 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8927 | 2024-12-21T05:27:54.294Z | [ host-image] Dec 21 05:27:52.638 INFO O| Dec 21 05:27:52.638 INFO STEP 46 (remove_files) COMPLETE |
8928 | 2024-12-21T05:27:54.294Z | [ host-image] Dec 21 05:27:52.638 INFO O| Dec 21 05:27:52.638 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8929 | 2024-12-21T05:27:54.310Z | [ host-image] Dec 21 05:27:52.656 INFO O| Dec 21 05:27:52.656 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8930 | 2024-12-21T05:27:54.310Z | [ host-image] Dec 21 05:27:52.657 INFO O| Dec 21 05:27:52.657 INFO STEP 47 (remove_files) COMPLETE |
8931 | 2024-12-21T05:27:54.310Z | [ host-image] Dec 21 05:27:52.657 INFO O| Dec 21 05:27:52.657 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8932 | 2024-12-21T05:27:54.343Z | [ host-image] Dec 21 05:27:52.689 INFO O| Dec 21 05:27:52.689 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8933 | 2024-12-21T05:27:54.346Z | [ host-image] Dec 21 05:27:52.689 INFO O| Dec 21 05:27:52.689 INFO STEP 48 (remove_files) COMPLETE |
8934 | 2024-12-21T05:27:54.346Z | [ host-image] Dec 21 05:27:52.690 INFO O| Dec 21 05:27:52.689 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8935 | 2024-12-21T05:27:54.362Z | [ host-image] Dec 21 05:27:52.709 INFO O| Dec 21 05:27:52.709 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8936 | 2024-12-21T05:27:54.365Z | [ host-image] Dec 21 05:27:52.709 INFO O| Dec 21 05:27:52.709 INFO STEP 49 (remove_files) COMPLETE |
8937 | 2024-12-21T05:27:54.365Z | [ host-image] Dec 21 05:27:52.709 INFO O| Dec 21 05:27:52.709 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8938 | 2024-12-21T05:27:54.392Z | [ host-image] Dec 21 05:27:52.738 INFO O| Dec 21 05:27:52.738 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8939 | 2024-12-21T05:27:54.392Z | [ host-image] Dec 21 05:27:52.738 INFO O| Dec 21 05:27:52.738 INFO STEP 50 (remove_files) COMPLETE |
8940 | 2024-12-21T05:27:54.395Z | [ host-image] Dec 21 05:27:52.738 INFO O| Dec 21 05:27:52.738 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8941 | 2024-12-21T05:27:54.428Z | [ host-image] Dec 21 05:27:52.773 INFO O| Dec 21 05:27:52.773 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8942 | 2024-12-21T05:27:54.428Z | [ host-image] Dec 21 05:27:52.774 INFO O| Dec 21 05:27:52.774 INFO STEP 51 (remove_files) COMPLETE |
8943 | 2024-12-21T05:27:54.428Z | [ host-image] Dec 21 05:27:52.774 INFO O| Dec 21 05:27:52.774 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8944 | 2024-12-21T05:27:54.478Z | [ host-image] Dec 21 05:27:52.824 INFO O| Dec 21 05:27:52.824 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8945 | 2024-12-21T05:27:54.481Z | [ host-image] Dec 21 05:27:52.825 INFO O| Dec 21 05:27:52.825 INFO STEP 52 (remove_files) COMPLETE |
8946 | 2024-12-21T05:27:54.481Z | [ host-image] Dec 21 05:27:52.825 INFO O| Dec 21 05:27:52.825 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8947 | 2024-12-21T05:27:54.496Z | [ host-image] Dec 21 05:27:52.842 INFO O| Dec 21 05:27:52.842 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8948 | 2024-12-21T05:27:54.498Z | [ host-image] Dec 21 05:27:52.843 INFO O| Dec 21 05:27:52.842 INFO STEP 53 (remove_files) COMPLETE |
8949 | 2024-12-21T05:27:54.498Z | [ host-image] Dec 21 05:27:52.843 INFO O| Dec 21 05:27:52.843 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8950 | 2024-12-21T05:27:54.515Z | [ host-image] Dec 21 05:27:52.861 INFO O| Dec 21 05:27:52.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8951 | 2024-12-21T05:27:54.517Z | [ host-image] Dec 21 05:27:52.861 INFO O| Dec 21 05:27:52.861 INFO STEP 54 (remove_files) COMPLETE |
8952 | 2024-12-21T05:27:54.517Z | [ host-image] Dec 21 05:27:52.862 INFO O| Dec 21 05:27:52.861 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8953 | 2024-12-21T05:27:54.553Z | [ host-image] Dec 21 05:27:52.900 INFO O| Dec 21 05:27:52.900 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8954 | 2024-12-21T05:27:54.553Z | [ host-image] Dec 21 05:27:52.900 INFO O| Dec 21 05:27:52.900 INFO STEP 55 (remove_files) COMPLETE |
8955 | 2024-12-21T05:27:54.556Z | [ host-image] Dec 21 05:27:52.900 INFO O| Dec 21 05:27:52.900 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8956 | 2024-12-21T05:27:54.701Z | [ host-image] Dec 21 05:27:52.942 INFO O| Dec 21 05:27:52.942 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8957 | 2024-12-21T05:27:54.705Z | [ host-image] Dec 21 05:27:52.942 INFO O| Dec 21 05:27:52.942 INFO STEP 56 (remove_files) COMPLETE |
8958 | 2024-12-21T05:27:54.705Z | [ host-image] Dec 21 05:27:52.942 INFO O| Dec 21 05:27:52.942 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8959 | 2024-12-21T05:27:54.705Z | [ host-image] Dec 21 05:27:52.980 INFO O| Dec 21 05:27:52.980 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8960 | 2024-12-21T05:27:54.705Z | [ host-image] Dec 21 05:27:52.980 INFO O| Dec 21 05:27:52.980 INFO STEP 57 (remove_files) COMPLETE |
8961 | 2024-12-21T05:27:54.705Z | [ host-image] Dec 21 05:27:52.980 INFO O| Dec 21 05:27:52.980 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8962 | 2024-12-21T05:27:54.705Z | [ host-image] Dec 21 05:27:53.021 INFO O| Dec 21 05:27:53.021 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8963 | 2024-12-21T05:27:54.705Z | [ host-image] Dec 21 05:27:53.021 INFO O| Dec 21 05:27:53.021 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8964 | 2024-12-21T05:27:54.705Z | [ host-image] Dec 21 05:27:53.021 INFO O| Dec 21 05:27:53.021 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8965 | 2024-12-21T05:27:54.705Z | [ host-image] Dec 21 05:27:53.021 INFO O| Dec 21 05:27:53.021 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8966 | 2024-12-21T05:27:54.705Z | [ host-image] Dec 21 05:27:53.021 INFO O| Dec 21 05:27:53.021 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8967 | 2024-12-21T05:27:54.705Z | [ host-image] Dec 21 05:27:53.021 INFO O| Dec 21 05:27:53.021 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8968 | 2024-12-21T05:27:54.706Z | [ host-image] Dec 21 05:27:53.021 INFO O| Dec 21 05:27:53.021 INFO ok! |
8969 | 2024-12-21T05:27:54.706Z | [ host-image] Dec 21 05:27:53.021 INFO O| Dec 21 05:27:53.021 INFO STEP 58 (ensure_file) COMPLETE |
8970 | 2024-12-21T05:27:54.706Z | [ host-image] Dec 21 05:27:53.021 INFO O| Dec 21 05:27:53.021 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8971 | 2024-12-21T05:27:54.729Z | [ host-image] Dec 21 05:27:53.075 INFO O| Dec 21 05:27:53.075 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8972 | 2024-12-21T05:27:54.729Z | [ host-image] Dec 21 05:27:53.075 INFO O| Dec 21 05:27:53.075 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8973 | 2024-12-21T05:27:54.732Z | [ host-image] Dec 21 05:27:53.076 INFO O| Dec 21 05:27:53.076 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8974 | 2024-12-21T05:27:54.732Z | [ host-image] Dec 21 05:27:53.076 INFO O| Dec 21 05:27:53.076 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8975 | 2024-12-21T05:27:54.732Z | [ host-image] Dec 21 05:27:53.076 INFO O| Dec 21 05:27:53.076 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8976 | 2024-12-21T05:27:54.732Z | [ host-image] Dec 21 05:27:53.076 INFO O| Dec 21 05:27:53.076 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8977 | 2024-12-21T05:27:54.732Z | [ host-image] Dec 21 05:27:53.076 INFO O| Dec 21 05:27:53.076 INFO ok! |
8978 | 2024-12-21T05:27:54.732Z | [ host-image] Dec 21 05:27:53.076 INFO O| Dec 21 05:27:53.076 INFO STEP 59 (ensure_file) COMPLETE |
8979 | 2024-12-21T05:27:54.732Z | [ host-image] Dec 21 05:27:53.076 INFO O| Dec 21 05:27:53.076 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8980 | 2024-12-21T05:27:54.772Z | [ host-image] Dec 21 05:27:53.119 INFO O| Dec 21 05:27:53.119 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8981 | 2024-12-21T05:27:54.775Z | [ host-image] Dec 21 05:27:53.119 INFO O| Dec 21 05:27:53.119 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8982 | 2024-12-21T05:27:54.775Z | [ host-image] Dec 21 05:27:53.119 INFO O| Dec 21 05:27:53.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8983 | 2024-12-21T05:27:54.775Z | [ host-image] Dec 21 05:27:53.119 INFO O| Dec 21 05:27:53.119 INFO ok! |
8984 | 2024-12-21T05:27:54.775Z | [ host-image] Dec 21 05:27:53.119 INFO O| Dec 21 05:27:53.119 INFO STEP 60 (ensure_file) COMPLETE |
8985 | 2024-12-21T05:27:54.775Z | [ host-image] Dec 21 05:27:53.119 INFO O| Dec 21 05:27:53.119 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8986 | 2024-12-21T05:27:54.793Z | [ host-image] Dec 21 05:27:53.139 INFO O| Dec 21 05:27:53.139 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8987 | 2024-12-21T05:27:54.793Z | [ host-image] Dec 21 05:27:53.139 INFO O| Dec 21 05:27:53.139 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8988 | 2024-12-21T05:27:54.796Z | [ host-image] Dec 21 05:27:53.139 INFO O| Dec 21 05:27:53.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8989 | 2024-12-21T05:27:54.796Z | [ host-image] Dec 21 05:27:53.139 INFO O| Dec 21 05:27:53.139 INFO ok! |
8990 | 2024-12-21T05:27:54.796Z | [ host-image] Dec 21 05:27:53.139 INFO O| Dec 21 05:27:53.139 INFO STEP 61 (ensure_file) COMPLETE |
8991 | 2024-12-21T05:27:54.796Z | [ host-image] Dec 21 05:27:53.139 INFO O| Dec 21 05:27:53.139 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8992 | 2024-12-21T05:27:54.830Z | [ host-image] Dec 21 05:27:53.176 INFO O| Dec 21 05:27:53.176 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8993 | 2024-12-21T05:27:54.830Z | [ host-image] Dec 21 05:27:53.176 INFO O| Dec 21 05:27:53.176 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8994 | 2024-12-21T05:27:54.833Z | [ host-image] Dec 21 05:27:53.177 INFO O| Dec 21 05:27:53.177 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8995 | 2024-12-21T05:27:54.833Z | [ host-image] Dec 21 05:27:53.177 INFO O| Dec 21 05:27:53.177 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8996 | 2024-12-21T05:27:54.833Z | [ host-image] Dec 21 05:27:53.177 INFO O| Dec 21 05:27:53.177 INFO ok! |
8997 | 2024-12-21T05:27:54.833Z | [ host-image] Dec 21 05:27:53.177 INFO O| Dec 21 05:27:53.177 INFO STEP 62 (ensure_file) COMPLETE |
8998 | 2024-12-21T05:27:54.833Z | [ host-image] Dec 21 05:27:53.177 INFO O| Dec 21 05:27:53.177 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8999 | 2024-12-21T05:27:54.892Z | [ host-image] Dec 21 05:27:53.238 INFO O| Dec 21 05:27:53.238 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9000 | 2024-12-21T05:27:54.892Z | [ host-image] Dec 21 05:27:53.238 INFO O| Dec 21 05:27:53.238 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
9001 | 2024-12-21T05:27:54.892Z | [ host-image] Dec 21 05:27:53.238 INFO O| Dec 21 05:27:53.238 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9002 | 2024-12-21T05:27:54.892Z | [ host-image] Dec 21 05:27:53.238 INFO O| Dec 21 05:27:53.238 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9003 | 2024-12-21T05:27:54.892Z | [ host-image] Dec 21 05:27:53.238 INFO O| Dec 21 05:27:53.238 INFO ok! |
9004 | 2024-12-21T05:27:54.892Z | [ host-image] Dec 21 05:27:53.238 INFO O| Dec 21 05:27:53.238 INFO STEP 63 (ensure_file) COMPLETE |
9005 | 2024-12-21T05:27:54.895Z | [ host-image] Dec 21 05:27:53.238 INFO O| Dec 21 05:27:53.238 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9006 | 2024-12-21T05:27:54.935Z | [ host-image] Dec 21 05:27:53.281 INFO O| Dec 21 05:27:53.281 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9007 | 2024-12-21T05:27:54.935Z | [ host-image] Dec 21 05:27:53.281 INFO O| Dec 21 05:27:53.281 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9008 | 2024-12-21T05:27:54.935Z | [ host-image] Dec 21 05:27:53.281 INFO O| Dec 21 05:27:53.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9009 | 2024-12-21T05:27:54.938Z | [ host-image] Dec 21 05:27:53.281 INFO O| Dec 21 05:27:53.281 INFO ok! |
9010 | 2024-12-21T05:27:54.938Z | [ host-image] Dec 21 05:27:53.281 INFO O| Dec 21 05:27:53.281 INFO STEP 64 (assemble_files) COMPLETE |
9011 | 2024-12-21T05:27:54.938Z | [ host-image] Dec 21 05:27:53.281 INFO O| Dec 21 05:27:53.281 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9012 | 2024-12-21T05:27:54.957Z | [ host-image] Dec 21 05:27:53.303 INFO O| Dec 21 05:27:53.303 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9013 | 2024-12-21T05:27:54.957Z | [ host-image] Dec 21 05:27:53.303 INFO O| Dec 21 05:27:53.303 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9014 | 2024-12-21T05:27:54.957Z | [ host-image] Dec 21 05:27:53.303 INFO O| Dec 21 05:27:53.303 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9015 | 2024-12-21T05:27:54.960Z | [ host-image] Dec 21 05:27:53.303 INFO O| Dec 21 05:27:53.303 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9016 | 2024-12-21T05:27:54.960Z | [ host-image] Dec 21 05:27:53.303 INFO O| Dec 21 05:27:53.303 INFO ok! |
9017 | 2024-12-21T05:27:54.960Z | [ host-image] Dec 21 05:27:53.303 INFO O| Dec 21 05:27:53.303 INFO STEP 65 (ensure_file) COMPLETE |
9018 | 2024-12-21T05:27:54.960Z | [ host-image] Dec 21 05:27:53.304 INFO O| Dec 21 05:27:53.303 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9019 | 2024-12-21T05:27:54.980Z | [ host-image] Dec 21 05:27:53.323 INFO O| Dec 21 05:27:53.323 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9020 | 2024-12-21T05:27:54.983Z | [ host-image] Dec 21 05:27:53.323 INFO O| Dec 21 05:27:53.323 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9021 | 2024-12-21T05:27:54.983Z | [ host-image] Dec 21 05:27:53.323 INFO O| Dec 21 05:27:53.323 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9022 | 2024-12-21T05:27:54.983Z | [ host-image] Dec 21 05:27:53.323 INFO O| Dec 21 05:27:53.323 INFO STEP 66 (ensure_dir) COMPLETE |
9023 | 2024-12-21T05:27:54.983Z | [ host-image] Dec 21 05:27:53.323 INFO O| Dec 21 05:27:53.323 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9024 | 2024-12-21T05:27:54.996Z | [ host-image] Dec 21 05:27:53.342 INFO O| Dec 21 05:27:53.341 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9025 | 2024-12-21T05:27:54.996Z | [ host-image] Dec 21 05:27:53.342 INFO O| Dec 21 05:27:53.342 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 ... |
9026 | 2024-12-21T05:27:55.006Z | [ host-image] Dec 21 05:27:53.352 INFO O| Dec 21 05:27:53.352 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 |
9027 | 2024-12-21T05:27:55.006Z | [ host-image] Dec 21 05:27:53.352 INFO O| Dec 21 05:27:53.352 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9028 | 2024-12-21T05:27:55.009Z | [ host-image] Dec 21 05:27:53.352 INFO O| Dec 21 05:27:53.352 INFO ok! |
9029 | 2024-12-21T05:27:55.009Z | [ host-image] Dec 21 05:27:53.352 INFO O| Dec 21 05:27:53.352 INFO STEP 67 (ensure_file) COMPLETE |
9030 | 2024-12-21T05:27:55.009Z | [ host-image] Dec 21 05:27:53.352 INFO O| Dec 21 05:27:53.352 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9031 | 2024-12-21T05:27:55.025Z | [ host-image] Dec 21 05:27:53.372 INFO O| Dec 21 05:27:53.371 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9032 | 2024-12-21T05:27:55.028Z | [ host-image] Dec 21 05:27:53.372 INFO O| Dec 21 05:27:53.371 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 ... |
9033 | 2024-12-21T05:27:55.028Z | [ host-image] Dec 21 05:27:53.372 INFO O| Dec 21 05:27:53.372 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 |
9034 | 2024-12-21T05:27:55.028Z | [ host-image] Dec 21 05:27:53.372 INFO O| Dec 21 05:27:53.372 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9035 | 2024-12-21T05:27:55.028Z | [ host-image] Dec 21 05:27:53.372 INFO O| Dec 21 05:27:53.372 INFO ok! |
9036 | 2024-12-21T05:27:55.028Z | [ host-image] Dec 21 05:27:53.372 INFO O| Dec 21 05:27:53.372 INFO STEP 68 (ensure_file) COMPLETE |
9037 | 2024-12-21T05:27:55.028Z | [ host-image] Dec 21 05:27:53.372 INFO O| Dec 21 05:27:53.372 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9038 | 2024-12-21T05:27:55.071Z | [ host-image] Dec 21 05:27:53.418 INFO O| Dec 21 05:27:53.417 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9039 | 2024-12-21T05:27:55.071Z | [ host-image] Dec 21 05:27:53.418 INFO O| Dec 21 05:27:53.418 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9040 | 2024-12-21T05:27:59.157Z | [ host-image] Dec 21 05:27:57.503 INFO O| Dec 21 05:27:57.503 INFO STEP 69 (pack_tar) COMPLETE |
9041 | 2024-12-21T05:27:59.157Z | [ host-image] Dec 21 05:27:57.503 INFO O| Dec 21 05:27:57.503 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9042 | 2024-12-21T05:27:59.160Z | [ host-image] Dec 21 05:27:57.504 INFO O| Dec 21 05:27:57.503 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9043 | 2024-12-21T05:27:59.705Z | [ host-image] Dec 21 05:27:58.051 INFO O| Dec 21 05:27:58.051 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9044 | 2024-12-21T05:27:59.836Z | [ host-image] Dec 21 05:27:58.182 INFO O| Dec 21 05:27:58.182 INFO completed processing gimlet/ramdisk-02-trim |
9045 | 2024-12-21T05:27:59.839Z | [ host-image] Dec 21 05:27:58.185 INFO image builder template: zfs... |
9046 | 2024-12-21T05:27:59.839Z | [ host-image] Dec 21 05:27:58.185 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/.tmpWHjqRV/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 |
9047 | 2024-12-21T05:27:59.861Z | [ host-image] Dec 21 05:27:58.207 INFO O| Dec 21 05:27:58.207 INFO skip include "stress" because feature "stress" is not enabled |
9048 | 2024-12-21T05:27:59.934Z | [ host-image] Dec 21 05:27:58.280 INFO O| Dec 21 05:27:58.280 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9049 | 2024-12-21T05:27:59.956Z | [ host-image] Dec 21 05:27:58.302 INFO O| Dec 21 05:27:58.302 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9050 | 2024-12-21T05:28:00.063Z | [ host-image] Dec 21 05:27:58.409 INFO O| Dec 21 05:27:58.408 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9051 | 2024-12-21T05:28:00.141Z | [ host-image] Dec 21 05:27:58.487 INFO O| Dec 21 05:27:58.487 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9052 | 2024-12-21T05:28:00.141Z | [ host-image] Dec 21 05:27:58.487 INFO O| Dec 21 05:27:58.487 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9053 | 2024-12-21T05:28:00.149Z | [ host-image] Dec 21 05:27:58.495 INFO O| Dec 21 05:27:58.495 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9054 | 2024-12-21T05:28:00.270Z | [ host-image] Dec 21 05:27:58.616 INFO O| Dec 21 05:27:58.616 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9055 | 2024-12-21T05:28:00.352Z | [ host-image] Dec 21 05:27:58.698 INFO O| Dec 21 05:27:58.698 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9056 | 2024-12-21T05:28:00.405Z | [ host-image] Dec 21 05:27:58.750 INFO O| Dec 21 05:27:58.750 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9057 | 2024-12-21T05:28:00.431Z | [ host-image] Dec 21 05:27:58.777 INFO O| Dec 21 05:27:58.777 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9058 | 2024-12-21T05:28:00.431Z | [ host-image] Dec 21 05:27:58.777 INFO O| Dec 21 05:27:58.777 INFO no lofi found |
9059 | 2024-12-21T05:28:00.434Z | [ host-image] Dec 21 05:27:58.777 INFO O| Dec 21 05:27:58.777 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9060 | 2024-12-21T05:28:00.434Z | [ host-image] Dec 21 05:27:58.777 INFO O| Dec 21 05:27:58.777 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9061 | 2024-12-21T05:28:02.665Z | [ host-image] Dec 21 05:28:01.010 INFO O| Dec 21 05:28:01.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
9062 | 2024-12-21T05:28:02.665Z | [ host-image] Dec 21 05:28:01.010 INFO O| Dec 21 05:28:01.010 INFO pool device = /dev/dsk/c2t1d0p0 |
9063 | 2024-12-21T05:28:02.668Z | [ host-image] Dec 21 05:28:01.010 INFO O| Dec 21 05:28:01.010 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"] |
9064 | 2024-12-21T05:28:02.949Z | [ host-image] Dec 21 05:28:01.295 INFO O| Dec 21 05:28:01.295 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9065 | 2024-12-21T05:28:02.949Z | [ host-image] Dec 21 05:28:01.295 INFO O| Dec 21 05:28:01.295 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9066 | 2024-12-21T05:28:02.987Z | [ host-image] Dec 21 05:28:01.333 INFO O| Dec 21 05:28:01.333 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9067 | 2024-12-21T05:28:03.104Z | [ host-image] Dec 21 05:28:01.450 INFO O| Dec 21 05:28:01.450 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9068 | 2024-12-21T05:28:03.167Z | [ host-image] Dec 21 05:28:01.513 INFO O| Dec 21 05:28:01.513 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9069 | 2024-12-21T05:28:03.208Z | [ host-image] Dec 21 05:28:01.554 INFO O| Dec 21 05:28:01.554 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9070 | 2024-12-21T05:28:03.231Z | [ host-image] Dec 21 05:28:01.576 INFO O| Dec 21 05:28:01.576 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9071 | 2024-12-21T05:28:03.324Z | [ host-image] Dec 21 05:28:01.669 INFO O| Dec 21 05:28:01.669 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9072 | 2024-12-21T05:28:03.327Z | [ host-image] Dec 21 05:28:01.670 INFO O| Dec 21 05:28:01.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9073 | 2024-12-21T05:28:03.327Z | [ host-image] Dec 21 05:28:01.670 INFO O| Dec 21 05:28:01.670 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9074 | 2024-12-21T05:28:03.349Z | [ host-image] Dec 21 05:28:01.694 INFO O| Dec 21 05:28:01.694 INFO boot environment UUID: 7e887a30-a53d-4427-a8a6-c4edf886b32d |
9075 | 2024-12-21T05:28:03.352Z | [ host-image] Dec 21 05:28:01.694 INFO O| Dec 21 05:28:01.694 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7e887a30-a53d-4427-a8a6-c4edf886b32d |
9076 | 2024-12-21T05:28:03.389Z | [ host-image] Dec 21 05:28:01.734 INFO O| Dec 21 05:28:01.734 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9077 | 2024-12-21T05:28:03.430Z | [ host-image] Dec 21 05:28:01.776 INFO O| Dec 21 05:28:01.776 INFO STEP 0 (create_be) COMPLETE |
9078 | 2024-12-21T05:28:03.430Z | [ host-image] Dec 21 05:28:01.776 INFO O| Dec 21 05:28:01.776 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9079 | 2024-12-21T05:28:03.484Z | [ host-image] Dec 21 05:28:01.830 INFO O| Dec 21 05:28:01.830 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9080 | 2024-12-21T05:28:27.419Z | [ recovery-image] Dec 21 05:28:25.762 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) |
9081 | 2024-12-21T05:28:28.168Z | [ host-image] Dec 21 05:28:26.511 INFO O| Dec 21 05:28:26.511 INFO STEP 1 (unpack_tar) COMPLETE |
9082 | 2024-12-21T05:28:28.168Z | [ host-image] Dec 21 05:28:26.511 INFO O| Dec 21 05:28:26.511 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9083 | 2024-12-21T05:28:28.189Z | [ host-image] Dec 21 05:28:26.532 INFO O| Dec 21 05:28:26.532 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9084 | 2024-12-21T05:28:29.601Z | [ host-image] Dec 21 05:28:27.944 INFO O| Dec 21 05:28:27.944 INFO STEP 2 (devfsadm) COMPLETE |
9085 | 2024-12-21T05:28:29.601Z | [ host-image] Dec 21 05:28:27.944 INFO O| Dec 21 05:28:27.944 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9086 | 2024-12-21T05:28:29.618Z | [ host-image] Dec 21 05:28:27.961 INFO O| Dec 21 05:28:27.961 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9087 | 2024-12-21T05:28:29.618Z | [ host-image] Dec 21 05:28:27.961 INFO O| Dec 21 05:28:27.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9088 | 2024-12-21T05:28:29.618Z | [ host-image] Dec 21 05:28:27.961 INFO O| Dec 21 05:28:27.961 INFO STEP 3 (ensure_dir) COMPLETE |
9089 | 2024-12-21T05:28:29.621Z | [ host-image] Dec 21 05:28:27.961 INFO O| Dec 21 05:28:27.961 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9090 | 2024-12-21T05:28:29.652Z | [ host-image] Dec 21 05:28:27.995 INFO O| Dec 21 05:28:27.995 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9091 | 2024-12-21T05:28:29.652Z | [ host-image] Dec 21 05:28:27.995 INFO O| Dec 21 05:28:27.995 INFO STEP 4 (ensure_dir) COMPLETE |
9092 | 2024-12-21T05:28:29.655Z | [ host-image] Dec 21 05:28:27.995 INFO O| Dec 21 05:28:27.995 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9093 | 2024-12-21T05:28:29.723Z | [ host-image] Dec 21 05:28:28.065 INFO O| Dec 21 05:28:28.065 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9094 | 2024-12-21T05:28:29.723Z | [ host-image] Dec 21 05:28:28.065 INFO O| Dec 21 05:28:28.065 INFO STEP 5 (ensure_dir) COMPLETE |
9095 | 2024-12-21T05:28:29.726Z | [ host-image] Dec 21 05:28:28.065 INFO O| Dec 21 05:28:28.065 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9096 | 2024-12-21T05:28:29.845Z | [ host-image] Dec 21 05:28:28.188 INFO O| Dec 21 05:28:28.188 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9097 | 2024-12-21T05:28:29.848Z | [ host-image] Dec 21 05:28:28.189 INFO O| Dec 21 05:28:28.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9098 | 2024-12-21T05:28:29.848Z | [ host-image] Dec 21 05:28:28.189 INFO O| Dec 21 05:28:28.189 INFO STEP 6 (ensure_dir) COMPLETE |
9099 | 2024-12-21T05:28:29.848Z | [ host-image] Dec 21 05:28:28.189 INFO O| Dec 21 05:28:28.189 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9100 | 2024-12-21T05:28:30.060Z | [ host-image] Dec 21 05:28:28.403 INFO O| Dec 21 05:28:28.403 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9101 | 2024-12-21T05:28:30.060Z | [ host-image] Dec 21 05:28:28.403 INFO O| Dec 21 05:28:28.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9102 | 2024-12-21T05:28:30.060Z | [ host-image] Dec 21 05:28:28.403 INFO O| Dec 21 05:28:28.403 INFO STEP 7 (ensure_dir) COMPLETE |
9103 | 2024-12-21T05:28:30.065Z | [ host-image] Dec 21 05:28:28.403 INFO O| Dec 21 05:28:28.403 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9104 | 2024-12-21T05:28:30.101Z | [ host-image] Dec 21 05:28:28.444 INFO O| Dec 21 05:28:28.444 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9105 | 2024-12-21T05:28:30.104Z | [ host-image] Dec 21 05:28:28.444 INFO O| Dec 21 05:28:28.444 INFO STEP 8 (remove_files) COMPLETE |
9106 | 2024-12-21T05:28:30.104Z | [ host-image] Dec 21 05:28:28.444 INFO O| Dec 21 05:28:28.444 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9107 | 2024-12-21T05:28:30.164Z | [ host-image] Dec 21 05:28:28.506 INFO O| Dec 21 05:28:28.506 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9108 | 2024-12-21T05:28:30.167Z | [ host-image] Dec 21 05:28:28.507 INFO O| Dec 21 05:28:28.507 INFO STEP 9 (remove_files) COMPLETE |
9109 | 2024-12-21T05:28:30.167Z | [ host-image] Dec 21 05:28:28.507 INFO O| Dec 21 05:28:28.507 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9110 | 2024-12-21T05:28:30.283Z | [ host-image] Dec 21 05:28:28.626 INFO O| Dec 21 05:28:28.626 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9111 | 2024-12-21T05:28:30.286Z | [ host-image] Dec 21 05:28:28.627 INFO O| Dec 21 05:28:28.627 INFO STEP 10 (remove_files) COMPLETE |
9112 | 2024-12-21T05:28:30.286Z | [ host-image] Dec 21 05:28:28.627 INFO O| Dec 21 05:28:28.627 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9113 | 2024-12-21T05:28:30.318Z | [ host-image] Dec 21 05:28:28.661 INFO O| Dec 21 05:28:28.661 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9114 | 2024-12-21T05:28:30.318Z | [ host-image] Dec 21 05:28:28.661 INFO O| Dec 21 05:28:28.661 INFO STEP 11 (remove_files) COMPLETE |
9115 | 2024-12-21T05:28:30.321Z | [ host-image] Dec 21 05:28:28.661 INFO O| Dec 21 05:28:28.661 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9116 | 2024-12-21T05:28:30.338Z | [ host-image] Dec 21 05:28:28.681 INFO O| Dec 21 05:28:28.681 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9117 | 2024-12-21T05:28:30.338Z | [ host-image] Dec 21 05:28:28.681 INFO O| Dec 21 05:28:28.681 INFO STEP 12 (remove_files) COMPLETE |
9118 | 2024-12-21T05:28:30.338Z | [ host-image] Dec 21 05:28:28.681 INFO O| Dec 21 05:28:28.681 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9119 | 2024-12-21T05:28:30.418Z | [ host-image] Dec 21 05:28:28.760 INFO O| Dec 21 05:28:28.760 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9120 | 2024-12-21T05:28:30.418Z | [ host-image] Dec 21 05:28:28.760 INFO O| Dec 21 05:28:28.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9121 | 2024-12-21T05:28:30.432Z | [ host-image] Dec 21 05:28:28.760 INFO O| Dec 21 05:28:28.760 INFO STEP 13 (ensure_dir) COMPLETE |
9122 | 2024-12-21T05:28:30.432Z | [ host-image] Dec 21 05:28:28.761 INFO O| Dec 21 05:28:28.760 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9123 | 2024-12-21T05:28:30.495Z | [ host-image] Dec 21 05:28:28.838 INFO O| Dec 21 05:28:28.838 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9124 | 2024-12-21T05:28:30.498Z | [ host-image] Dec 21 05:28:28.838 INFO O| Dec 21 05:28:28.838 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9125 | 2024-12-21T05:28:30.498Z | [ host-image] Dec 21 05:28:28.839 INFO O| Dec 21 05:28:28.839 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9126 | 2024-12-21T05:28:30.498Z | [ host-image] Dec 21 05:28:28.839 INFO O| Dec 21 05:28:28.839 INFO STEP 14 (ensure_dir) COMPLETE |
9127 | 2024-12-21T05:28:30.498Z | [ host-image] Dec 21 05:28:28.839 INFO O| Dec 21 05:28:28.839 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9128 | 2024-12-21T05:28:30.515Z | [ host-image] Dec 21 05:28:28.858 INFO O| Dec 21 05:28:28.858 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9129 | 2024-12-21T05:28:30.516Z | [ host-image] Dec 21 05:28:28.858 INFO O| Dec 21 05:28:28.858 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9130 | 2024-12-21T05:28:30.519Z | [ host-image] Dec 21 05:28:28.858 INFO O| Dec 21 05:28:28.858 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9131 | 2024-12-21T05:28:30.519Z | [ host-image] Dec 21 05:28:28.858 INFO O| Dec 21 05:28:28.858 INFO STEP 15 (ensure_dir) COMPLETE |
9132 | 2024-12-21T05:28:30.519Z | [ host-image] Dec 21 05:28:28.858 INFO O| Dec 21 05:28:28.858 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9133 | 2024-12-21T05:28:30.606Z | [ host-image] Dec 21 05:28:28.948 INFO O| Dec 21 05:28:28.948 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9134 | 2024-12-21T05:28:30.606Z | [ host-image] Dec 21 05:28:28.948 INFO O| Dec 21 05:28:28.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9135 | 2024-12-21T05:28:30.606Z | [ host-image] Dec 21 05:28:28.948 INFO O| Dec 21 05:28:28.948 INFO STEP 16 (ensure_dir) COMPLETE |
9136 | 2024-12-21T05:28:30.606Z | [ host-image] Dec 21 05:28:28.948 INFO O| Dec 21 05:28:28.948 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9137 | 2024-12-21T05:28:30.703Z | [ host-image] Dec 21 05:28:29.046 INFO O| Dec 21 05:28:29.046 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9138 | 2024-12-21T05:28:30.703Z | [ host-image] Dec 21 05:28:29.046 INFO O| Dec 21 05:28:29.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9139 | 2024-12-21T05:28:30.703Z | [ host-image] Dec 21 05:28:29.046 INFO O| Dec 21 05:28:29.046 INFO STEP 17 (ensure_dir) COMPLETE |
9140 | 2024-12-21T05:28:30.706Z | [ host-image] Dec 21 05:28:29.046 INFO O| Dec 21 05:28:29.046 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9141 | 2024-12-21T05:28:30.725Z | [ host-image] Dec 21 05:28:29.068 INFO O| Dec 21 05:28:29.068 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9142 | 2024-12-21T05:28:30.726Z | [ host-image] Dec 21 05:28:29.068 INFO O| Dec 21 05:28:29.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9143 | 2024-12-21T05:28:30.726Z | [ host-image] Dec 21 05:28:29.068 INFO O| Dec 21 05:28:29.068 INFO ok! |
9144 | 2024-12-21T05:28:30.726Z | [ host-image] Dec 21 05:28:29.068 INFO O| Dec 21 05:28:29.068 INFO STEP 18 (ensure_symlink) COMPLETE |
9145 | 2024-12-21T05:28:30.726Z | [ host-image] Dec 21 05:28:29.068 INFO O| Dec 21 05:28:29.068 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9146 | 2024-12-21T05:28:30.787Z | [ host-image] Dec 21 05:28:29.130 INFO O| Dec 21 05:28:29.130 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9147 | 2024-12-21T05:28:30.787Z | [ host-image] Dec 21 05:28:29.130 INFO O| Dec 21 05:28:29.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9148 | 2024-12-21T05:28:30.787Z | [ host-image] Dec 21 05:28:29.130 INFO O| Dec 21 05:28:29.130 INFO ok! |
9149 | 2024-12-21T05:28:30.787Z | [ host-image] Dec 21 05:28:29.130 INFO O| Dec 21 05:28:29.130 INFO STEP 19 (ensure_file) COMPLETE |
9150 | 2024-12-21T05:28:30.787Z | [ host-image] Dec 21 05:28:29.130 INFO O| Dec 21 05:28:29.130 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9151 | 2024-12-21T05:28:30.832Z | [ host-image] Dec 21 05:28:29.175 INFO O| Dec 21 05:28:29.175 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9152 | 2024-12-21T05:28:30.833Z | [ host-image] Dec 21 05:28:29.175 INFO O| Dec 21 05:28:29.175 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9153 | 2024-12-21T05:28:30.836Z | [ host-image] Dec 21 05:28:29.175 INFO O| Dec 21 05:28:29.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9154 | 2024-12-21T05:28:30.836Z | [ host-image] Dec 21 05:28:29.175 INFO O| Dec 21 05:28:29.175 INFO ok! |
9155 | 2024-12-21T05:28:30.836Z | [ host-image] Dec 21 05:28:29.175 INFO O| Dec 21 05:28:29.175 INFO STEP 20 (ensure_symlink) COMPLETE |
9156 | 2024-12-21T05:28:30.836Z | [ host-image] Dec 21 05:28:29.175 INFO O| Dec 21 05:28:29.175 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9157 | 2024-12-21T05:28:30.940Z | [ host-image] Dec 21 05:28:29.282 INFO O| Dec 21 05:28:29.282 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9158 | 2024-12-21T05:28:30.943Z | [ host-image] Dec 21 05:28:29.282 INFO O| Dec 21 05:28:29.282 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9159 | 2024-12-21T05:28:30.943Z | [ host-image] Dec 21 05:28:29.283 INFO O| Dec 21 05:28:29.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9160 | 2024-12-21T05:28:30.943Z | [ host-image] Dec 21 05:28:29.283 INFO O| Dec 21 05:28:29.283 INFO ok! |
9161 | 2024-12-21T05:28:30.943Z | [ host-image] Dec 21 05:28:29.283 INFO O| Dec 21 05:28:29.283 INFO STEP 21 (ensure_symlink) COMPLETE |
9162 | 2024-12-21T05:28:30.943Z | [ host-image] Dec 21 05:28:29.283 INFO O| Dec 21 05:28:29.283 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9163 | 2024-12-21T05:28:30.988Z | [ host-image] Dec 21 05:28:29.330 INFO O| Dec 21 05:28:29.330 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9164 | 2024-12-21T05:28:30.988Z | [ host-image] Dec 21 05:28:29.330 INFO O| Dec 21 05:28:29.330 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9165 | 2024-12-21T05:28:30.991Z | [ host-image] Dec 21 05:28:29.331 INFO O| Dec 21 05:28:29.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9166 | 2024-12-21T05:28:30.991Z | [ host-image] Dec 21 05:28:29.331 INFO O| Dec 21 05:28:29.331 INFO ok! |
9167 | 2024-12-21T05:28:30.991Z | [ host-image] Dec 21 05:28:29.331 INFO O| Dec 21 05:28:29.331 INFO STEP 22 (ensure_symlink) COMPLETE |
9168 | 2024-12-21T05:28:30.991Z | [ host-image] Dec 21 05:28:29.331 INFO O| Dec 21 05:28:29.331 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9169 | 2024-12-21T05:28:31.011Z | [ host-image] Dec 21 05:28:29.354 INFO O| Dec 21 05:28:29.354 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9170 | 2024-12-21T05:28:31.012Z | [ host-image] Dec 21 05:28:29.354 INFO O| Dec 21 05:28:29.354 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9171 | 2024-12-21T05:28:31.015Z | [ host-image] Dec 21 05:28:29.354 INFO O| Dec 21 05:28:29.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9172 | 2024-12-21T05:28:31.015Z | [ host-image] Dec 21 05:28:29.355 INFO O| Dec 21 05:28:29.354 INFO ok! |
9173 | 2024-12-21T05:28:31.016Z | [ host-image] Dec 21 05:28:29.355 INFO O| Dec 21 05:28:29.355 INFO STEP 23 (ensure_symlink) COMPLETE |
9174 | 2024-12-21T05:28:31.016Z | [ host-image] Dec 21 05:28:29.355 INFO O| Dec 21 05:28:29.355 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9175 | 2024-12-21T05:28:31.043Z | [ host-image] Dec 21 05:28:29.386 INFO O| Dec 21 05:28:29.386 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9176 | 2024-12-21T05:28:31.046Z | [ host-image] Dec 21 05:28:29.386 INFO O| Dec 21 05:28:29.386 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9177 | 2024-12-21T05:28:31.046Z | [ host-image] Dec 21 05:28:29.387 INFO O| Dec 21 05:28:29.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9178 | 2024-12-21T05:28:31.046Z | [ host-image] Dec 21 05:28:29.387 INFO O| Dec 21 05:28:29.387 INFO ok! |
9179 | 2024-12-21T05:28:31.046Z | [ host-image] Dec 21 05:28:29.387 INFO O| Dec 21 05:28:29.387 INFO STEP 24 (ensure_file) COMPLETE |
9180 | 2024-12-21T05:28:31.046Z | [ host-image] Dec 21 05:28:29.387 INFO O| Dec 21 05:28:29.387 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9181 | 2024-12-21T05:28:31.072Z | [ host-image] Dec 21 05:28:29.415 INFO O| Dec 21 05:28:29.415 INFO updating shadow file |
9182 | 2024-12-21T05:28:31.076Z | [ host-image] Dec 21 05:28:29.415 INFO O| Dec 21 05:28:29.415 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9183 | 2024-12-21T05:28:31.076Z | [ host-image] Dec 21 05:28:29.416 INFO O| Dec 21 05:28:29.415 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9184 | 2024-12-21T05:28:31.076Z | [ host-image] Dec 21 05:28:29.416 INFO O| Dec 21 05:28:29.415 INFO STEP 25 (shadow) COMPLETE |
9185 | 2024-12-21T05:28:31.076Z | [ host-image] Dec 21 05:28:29.416 INFO O| Dec 21 05:28:29.416 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9186 | 2024-12-21T05:28:31.110Z | [ host-image] Dec 21 05:28:29.452 INFO O| Dec 21 05:28:29.452 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9187 | 2024-12-21T05:28:31.110Z | [ host-image] Dec 21 05:28:29.452 INFO O| Dec 21 05:28:29.452 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9188 | 2024-12-21T05:28:31.113Z | [ host-image] Dec 21 05:28:29.453 INFO O| Dec 21 05:28:29.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9189 | 2024-12-21T05:28:31.113Z | [ host-image] Dec 21 05:28:29.453 INFO O| Dec 21 05:28:29.453 INFO ok! |
9190 | 2024-12-21T05:28:31.113Z | [ host-image] Dec 21 05:28:29.453 INFO O| Dec 21 05:28:29.453 INFO STEP 26 (ensure_file) COMPLETE |
9191 | 2024-12-21T05:28:31.113Z | [ host-image] Dec 21 05:28:29.453 INFO O| Dec 21 05:28:29.453 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9192 | 2024-12-21T05:28:31.188Z | [ host-image] Dec 21 05:28:29.507 INFO O| Dec 21 05:28:29.507 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9193 | 2024-12-21T05:28:31.188Z | [ host-image] Dec 21 05:28:29.507 INFO O| Dec 21 05:28:29.507 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9194 | 2024-12-21T05:28:31.188Z | [ host-image] Dec 21 05:28:29.507 INFO O| Dec 21 05:28:29.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9195 | 2024-12-21T05:28:31.188Z | [ host-image] Dec 21 05:28:29.507 INFO O| Dec 21 05:28:29.507 INFO ok! |
9196 | 2024-12-21T05:28:31.188Z | [ host-image] Dec 21 05:28:29.507 INFO O| Dec 21 05:28:29.507 INFO STEP 27 (ensure_file) COMPLETE |
9197 | 2024-12-21T05:28:31.188Z | [ host-image] Dec 21 05:28:29.507 INFO O| Dec 21 05:28:29.507 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9198 | 2024-12-21T05:28:31.232Z | [ host-image] Dec 21 05:28:29.572 INFO O| Dec 21 05:28:29.572 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9199 | 2024-12-21T05:28:31.232Z | [ host-image] Dec 21 05:28:29.572 INFO O| Dec 21 05:28:29.572 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9200 | 2024-12-21T05:28:31.232Z | [ host-image] Dec 21 05:28:29.573 INFO O| Dec 21 05:28:29.573 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9201 | 2024-12-21T05:28:31.232Z | [ host-image] Dec 21 05:28:29.573 INFO O| Dec 21 05:28:29.573 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9202 | 2024-12-21T05:28:31.232Z | [ host-image] Dec 21 05:28:29.573 INFO O| Dec 21 05:28:29.573 INFO ok! |
9203 | 2024-12-21T05:28:31.232Z | [ host-image] Dec 21 05:28:29.573 INFO O| Dec 21 05:28:29.573 INFO STEP 28 (ensure_file) COMPLETE |
9204 | 2024-12-21T05:28:31.232Z | [ host-image] Dec 21 05:28:29.573 INFO O| Dec 21 05:28:29.573 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9205 | 2024-12-21T05:28:31.279Z | [ host-image] Dec 21 05:28:29.621 INFO O| Dec 21 05:28:29.621 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9206 | 2024-12-21T05:28:31.279Z | [ host-image] Dec 21 05:28:29.621 INFO O| Dec 21 05:28:29.621 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9207 | 2024-12-21T05:28:31.282Z | [ host-image] Dec 21 05:28:29.621 INFO O| Dec 21 05:28:29.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9208 | 2024-12-21T05:28:31.282Z | [ host-image] Dec 21 05:28:29.621 INFO O| Dec 21 05:28:29.621 INFO ok! |
9209 | 2024-12-21T05:28:31.282Z | [ host-image] Dec 21 05:28:29.621 INFO O| Dec 21 05:28:29.621 INFO STEP 29 (ensure_file) COMPLETE |
9210 | 2024-12-21T05:28:31.282Z | [ host-image] Dec 21 05:28:29.621 INFO O| Dec 21 05:28:29.621 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9211 | 2024-12-21T05:28:31.646Z | [ host-image] Dec 21 05:28:29.989 INFO O| Dec 21 05:28:29.989 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9212 | 2024-12-21T05:28:31.647Z | [ host-image] Dec 21 05:28:29.989 INFO O| Dec 21 05:28:29.989 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9213 | 2024-12-21T05:28:31.648Z | [ host-image] Dec 21 05:28:29.989 INFO O| Dec 21 05:28:29.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9214 | 2024-12-21T05:28:31.648Z | [ host-image] Dec 21 05:28:29.989 INFO O| Dec 21 05:28:29.989 INFO ok! |
9215 | 2024-12-21T05:28:31.651Z | [ host-image] Dec 21 05:28:29.989 INFO O| Dec 21 05:28:29.989 INFO STEP 30 (ensure_file) COMPLETE |
9216 | 2024-12-21T05:28:31.651Z | [ host-image] Dec 21 05:28:29.989 INFO O| Dec 21 05:28:29.989 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9217 | 2024-12-21T05:28:31.676Z | [ host-image] Dec 21 05:28:30.018 INFO O| Dec 21 05:28:30.018 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9218 | 2024-12-21T05:28:31.676Z | [ host-image] Dec 21 05:28:30.018 INFO O| Dec 21 05:28:30.018 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9219 | 2024-12-21T05:28:31.679Z | [ host-image] Dec 21 05:28:30.018 INFO O| Dec 21 05:28:30.018 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9220 | 2024-12-21T05:28:31.679Z | [ host-image] Dec 21 05:28:30.018 INFO O| Dec 21 05:28:30.018 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9221 | 2024-12-21T05:28:31.679Z | [ host-image] Dec 21 05:28:30.019 INFO O| Dec 21 05:28:30.018 INFO ok! |
9222 | 2024-12-21T05:28:31.679Z | [ host-image] Dec 21 05:28:30.019 INFO O| Dec 21 05:28:30.019 INFO STEP 31 (ensure_file) COMPLETE |
9223 | 2024-12-21T05:28:31.679Z | [ host-image] Dec 21 05:28:30.019 INFO O| Dec 21 05:28:30.019 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9224 | 2024-12-21T05:28:31.696Z | [ host-image] Dec 21 05:28:30.039 INFO O| Dec 21 05:28:30.039 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9225 | 2024-12-21T05:28:31.696Z | [ host-image] Dec 21 05:28:30.039 INFO O| Dec 21 05:28:30.039 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9226 | 2024-12-21T05:28:31.699Z | [ host-image] Dec 21 05:28:30.039 INFO O| Dec 21 05:28:30.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9227 | 2024-12-21T05:28:31.700Z | [ host-image] Dec 21 05:28:30.039 INFO O| Dec 21 05:28:30.039 INFO ok! |
9228 | 2024-12-21T05:28:31.700Z | [ host-image] Dec 21 05:28:30.039 INFO O| Dec 21 05:28:30.039 INFO STEP 32 (ensure_file) COMPLETE |
9229 | 2024-12-21T05:28:31.700Z | [ host-image] Dec 21 05:28:30.039 INFO O| Dec 21 05:28:30.039 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9230 | 2024-12-21T05:28:31.715Z | [ recovery-image] Dec 21 05:28:30.057 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) |
9231 | 2024-12-21T05:28:31.739Z | [ host-image] Dec 21 05:28:30.081 INFO O| Dec 21 05:28:30.081 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9232 | 2024-12-21T05:28:31.742Z | [ host-image] Dec 21 05:28:30.082 INFO O| Dec 21 05:28:30.082 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9233 | 2024-12-21T05:28:31.742Z | [ host-image] Dec 21 05:28:30.082 INFO O| Dec 21 05:28:30.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9234 | 2024-12-21T05:28:31.742Z | [ host-image] Dec 21 05:28:30.082 INFO O| Dec 21 05:28:30.082 INFO ok! |
9235 | 2024-12-21T05:28:31.742Z | [ host-image] Dec 21 05:28:30.082 INFO O| Dec 21 05:28:30.082 INFO STEP 33 (ensure_file) COMPLETE |
9236 | 2024-12-21T05:28:31.742Z | [ host-image] Dec 21 05:28:30.082 INFO O| Dec 21 05:28:30.082 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9237 | 2024-12-21T05:28:31.761Z | [ host-image] Dec 21 05:28:30.103 INFO O| Dec 21 05:28:30.103 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9238 | 2024-12-21T05:28:31.761Z | [ host-image] Dec 21 05:28:30.104 INFO O| Dec 21 05:28:30.103 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9239 | 2024-12-21T05:28:31.764Z | [ host-image] Dec 21 05:28:30.104 INFO O| Dec 21 05:28:30.104 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9240 | 2024-12-21T05:28:31.764Z | [ host-image] Dec 21 05:28:30.104 INFO O| Dec 21 05:28:30.104 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9241 | 2024-12-21T05:28:31.764Z | [ host-image] Dec 21 05:28:30.104 INFO O| Dec 21 05:28:30.104 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9242 | 2024-12-21T05:28:31.764Z | [ host-image] Dec 21 05:28:30.105 INFO O| Dec 21 05:28:30.105 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9243 | 2024-12-21T05:28:31.764Z | [ host-image] Dec 21 05:28:30.105 INFO O| Dec 21 05:28:30.105 INFO ok! |
9244 | 2024-12-21T05:28:31.764Z | [ host-image] Dec 21 05:28:30.105 INFO O| Dec 21 05:28:30.105 INFO STEP 34 (ensure_file) COMPLETE |
9245 | 2024-12-21T05:28:31.764Z | [ host-image] Dec 21 05:28:30.105 INFO O| Dec 21 05:28:30.105 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9246 | 2024-12-21T05:28:31.783Z | [ host-image] Dec 21 05:28:30.126 INFO O| Dec 21 05:28:30.126 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9247 | 2024-12-21T05:28:31.787Z | [ host-image] Dec 21 05:28:30.126 INFO O| Dec 21 05:28:30.126 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9248 | 2024-12-21T05:28:31.787Z | [ host-image] Dec 21 05:28:30.126 INFO O| Dec 21 05:28:30.126 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9249 | 2024-12-21T05:28:31.787Z | [ host-image] Dec 21 05:28:30.127 INFO O| Dec 21 05:28:30.126 INFO STEP 35 (ensure_dir) COMPLETE |
9250 | 2024-12-21T05:28:31.787Z | [ host-image] Dec 21 05:28:30.127 INFO O| Dec 21 05:28:30.127 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9251 | 2024-12-21T05:28:31.806Z | [ host-image] Dec 21 05:28:30.148 INFO O| Dec 21 05:28:30.148 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 |
9252 | 2024-12-21T05:28:31.806Z | [ host-image] Dec 21 05:28:30.148 INFO O| Dec 21 05:28:30.148 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 ... |
9253 | 2024-12-21T05:28:31.810Z | [ host-image] Dec 21 05:28:30.149 INFO O| Dec 21 05:28:30.149 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 |
9254 | 2024-12-21T05:28:31.810Z | [ host-image] Dec 21 05:28:30.149 INFO O| Dec 21 05:28:30.149 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 |
9255 | 2024-12-21T05:28:31.810Z | [ host-image] Dec 21 05:28:30.149 INFO O| Dec 21 05:28:30.149 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 |
9256 | 2024-12-21T05:28:31.811Z | [ host-image] Dec 21 05:28:30.149 INFO O| Dec 21 05:28:30.149 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 |
9257 | 2024-12-21T05:28:31.811Z | [ host-image] Dec 21 05:28:30.149 INFO O| Dec 21 05:28:30.149 INFO ok! |
9258 | 2024-12-21T05:28:31.811Z | [ host-image] Dec 21 05:28:30.149 INFO O| Dec 21 05:28:30.149 INFO STEP 36 (ensure_file) COMPLETE |
9259 | 2024-12-21T05:28:31.811Z | [ host-image] Dec 21 05:28:30.149 INFO O| Dec 21 05:28:30.149 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9260 | 2024-12-21T05:28:31.848Z | [ host-image] Dec 21 05:28:30.191 INFO O| Dec 21 05:28:30.191 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9261 | 2024-12-21T05:28:31.848Z | [ host-image] Dec 21 05:28:30.191 INFO O| Dec 21 05:28:30.191 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 ... |
9262 | 2024-12-21T05:28:31.851Z | [ host-image] Dec 21 05:28:30.191 INFO O| Dec 21 05:28:30.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9263 | 2024-12-21T05:28:31.851Z | [ host-image] Dec 21 05:28:30.191 INFO O| Dec 21 05:28:30.191 INFO ok! |
9264 | 2024-12-21T05:28:31.851Z | [ host-image] Dec 21 05:28:30.191 INFO O| Dec 21 05:28:30.191 INFO STEP 37 (ensure_symlink) COMPLETE |
9265 | 2024-12-21T05:28:31.851Z | [ host-image] Dec 21 05:28:30.191 INFO O| Dec 21 05:28:30.191 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9266 | 2024-12-21T05:28:31.884Z | [ host-image] Dec 21 05:28:30.226 INFO O| Dec 21 05:28:30.226 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9267 | 2024-12-21T05:28:31.884Z | [ host-image] Dec 21 05:28:30.226 INFO O| Dec 21 05:28:30.226 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9268 | 2024-12-21T05:28:31.887Z | [ host-image] Dec 21 05:28:30.227 INFO O| Dec 21 05:28:30.226 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9269 | 2024-12-21T05:28:31.887Z | [ host-image] Dec 21 05:28:30.227 INFO O| Dec 21 05:28:30.227 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9270 | 2024-12-21T05:28:31.887Z | [ host-image] Dec 21 05:28:30.227 INFO O| Dec 21 05:28:30.227 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9271 | 2024-12-21T05:28:31.887Z | [ host-image] Dec 21 05:28:30.227 INFO O| Dec 21 05:28:30.227 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9272 | 2024-12-21T05:28:31.887Z | [ host-image] Dec 21 05:28:30.227 INFO O| Dec 21 05:28:30.227 INFO ok! |
9273 | 2024-12-21T05:28:31.887Z | [ host-image] Dec 21 05:28:30.227 INFO O| Dec 21 05:28:30.227 INFO STEP 38 (ensure_file) COMPLETE |
9274 | 2024-12-21T05:28:31.887Z | [ host-image] Dec 21 05:28:30.227 INFO O| Dec 21 05:28:30.227 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9275 | 2024-12-21T05:28:31.906Z | [ host-image] Dec 21 05:28:30.249 INFO O| Dec 21 05:28:30.249 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9276 | 2024-12-21T05:28:31.906Z | [ host-image] Dec 21 05:28:30.249 INFO O| Dec 21 05:28:30.249 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 ... |
9277 | 2024-12-21T05:28:31.909Z | [ host-image] Dec 21 05:28:30.249 INFO O| Dec 21 05:28:30.249 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 |
9278 | 2024-12-21T05:28:31.909Z | [ host-image] Dec 21 05:28:30.249 INFO O| Dec 21 05:28:30.249 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9279 | 2024-12-21T05:28:31.909Z | [ host-image] Dec 21 05:28:30.249 INFO O| Dec 21 05:28:30.249 INFO ok! |
9280 | 2024-12-21T05:28:31.909Z | [ host-image] Dec 21 05:28:30.250 INFO O| Dec 21 05:28:30.249 INFO STEP 39 (ensure_file) COMPLETE |
9281 | 2024-12-21T05:28:31.909Z | [ host-image] Dec 21 05:28:30.250 INFO O| Dec 21 05:28:30.250 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9282 | 2024-12-21T05:28:31.930Z | [ host-image] Dec 21 05:28:30.273 INFO O| Dec 21 05:28:30.273 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9283 | 2024-12-21T05:28:31.930Z | [ host-image] Dec 21 05:28:30.273 INFO O| Dec 21 05:28:30.273 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9284 | 2024-12-21T05:28:31.933Z | [ host-image] Dec 21 05:28:30.273 INFO O| Dec 21 05:28:30.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9285 | 2024-12-21T05:28:31.933Z | [ host-image] Dec 21 05:28:30.273 INFO O| Dec 21 05:28:30.273 INFO ok! |
9286 | 2024-12-21T05:28:31.933Z | [ host-image] Dec 21 05:28:30.273 INFO O| Dec 21 05:28:30.273 INFO STEP 40 (ensure_file) COMPLETE |
9287 | 2024-12-21T05:28:31.933Z | [ host-image] Dec 21 05:28:30.273 INFO O| Dec 21 05:28:30.273 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9288 | 2024-12-21T05:28:31.951Z | [ host-image] Dec 21 05:28:30.294 INFO O| Dec 21 05:28:30.294 INFO updating shadow file |
9289 | 2024-12-21T05:28:31.954Z | [ host-image] Dec 21 05:28:30.295 INFO O| Dec 21 05:28:30.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9290 | 2024-12-21T05:28:31.954Z | [ host-image] Dec 21 05:28:30.295 INFO O| Dec 21 05:28:30.295 INFO STEP 41 (shadow) COMPLETE |
9291 | 2024-12-21T05:28:31.954Z | [ host-image] Dec 21 05:28:30.295 INFO O| Dec 21 05:28:30.295 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9292 | 2024-12-21T05:28:31.971Z | [ host-image] Dec 21 05:28:30.314 INFO O| Dec 21 05:28:30.314 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9293 | 2024-12-21T05:28:31.971Z | [ host-image] Dec 21 05:28:30.314 INFO O| Dec 21 05:28:30.314 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9294 | 2024-12-21T05:28:31.974Z | [ host-image] Dec 21 05:28:30.314 INFO O| Dec 21 05:28:30.314 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9295 | 2024-12-21T05:28:31.974Z | [ host-image] Dec 21 05:28:30.314 INFO O| Dec 21 05:28:30.314 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9296 | 2024-12-21T05:28:31.974Z | [ host-image] Dec 21 05:28:30.314 INFO O| Dec 21 05:28:30.314 INFO ok! |
9297 | 2024-12-21T05:28:31.974Z | [ host-image] Dec 21 05:28:30.314 INFO O| Dec 21 05:28:30.314 INFO STEP 42 (ensure_file) COMPLETE |
9298 | 2024-12-21T05:28:31.974Z | [ host-image] Dec 21 05:28:30.314 INFO O| Dec 21 05:28:30.314 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9299 | 2024-12-21T05:28:31.974Z | [ host-image] Dec 21 05:28:30.314 INFO O| Dec 21 05:28:30.314 INFO skip step because feature "mfg" is not enabled |
9300 | 2024-12-21T05:28:31.974Z | [ host-image] Dec 21 05:28:30.314 INFO O| Dec 21 05:28:30.314 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9301 | 2024-12-21T05:28:31.974Z | [ host-image] Dec 21 05:28:30.314 INFO O| Dec 21 05:28:30.314 INFO skip step because feature "mfg" is not enabled |
9302 | 2024-12-21T05:28:31.974Z | [ host-image] Dec 21 05:28:30.314 INFO O| Dec 21 05:28:30.314 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9303 | 2024-12-21T05:28:31.991Z | [ host-image] Dec 21 05:28:30.333 INFO O| Dec 21 05:28:30.333 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9304 | 2024-12-21T05:28:31.991Z | [ host-image] Dec 21 05:28:30.333 INFO O| Dec 21 05:28:30.333 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9305 | 2024-12-21T05:28:32.884Z | [ host-image] Dec 21 05:28:31.227 INFO O| Dec 21 05:28:31.227 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9306 | 2024-12-21T05:28:32.885Z | [ host-image] Dec 21 05:28:31.227 INFO O| Dec 21 05:28:31.227 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9307 | 2024-12-21T05:28:32.885Z | [ host-image] Dec 21 05:28:31.227 INFO O| Dec 21 05:28:31.227 INFO ok! |
9308 | 2024-12-21T05:28:32.889Z | [ host-image] Dec 21 05:28:31.227 INFO O| Dec 21 05:28:31.227 INFO STEP 45 (ensure_file) COMPLETE |
9309 | 2024-12-21T05:28:32.889Z | [ host-image] Dec 21 05:28:31.227 INFO O| Dec 21 05:28:31.227 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9310 | 2024-12-21T05:28:32.956Z | [ host-image] Dec 21 05:28:31.299 INFO O| Dec 21 05:28:31.298 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9311 | 2024-12-21T05:28:32.956Z | [ host-image] Dec 21 05:28:31.299 INFO O| Dec 21 05:28:31.299 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9312 | 2024-12-21T05:28:32.961Z | [ host-image] Dec 21 05:28:31.299 INFO O| Dec 21 05:28:31.299 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9313 | 2024-12-21T05:28:32.961Z | [ host-image] Dec 21 05:28:31.299 INFO O| Dec 21 05:28:31.299 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9314 | 2024-12-21T05:28:32.961Z | [ host-image] Dec 21 05:28:31.299 INFO O| Dec 21 05:28:31.299 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9315 | 2024-12-21T05:28:32.961Z | [ host-image] Dec 21 05:28:31.299 INFO O| Dec 21 05:28:31.299 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9316 | 2024-12-21T05:28:32.961Z | [ host-image] Dec 21 05:28:31.299 INFO O| Dec 21 05:28:31.299 INFO ok! |
9317 | 2024-12-21T05:28:32.961Z | [ host-image] Dec 21 05:28:31.299 INFO O| Dec 21 05:28:31.299 INFO STEP 46 (ensure_file) COMPLETE |
9318 | 2024-12-21T05:28:32.961Z | [ host-image] Dec 21 05:28:31.299 INFO O| Dec 21 05:28:31.299 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9319 | 2024-12-21T05:28:33.013Z | [ host-image] Dec 21 05:28:31.356 INFO O| Dec 21 05:28:31.356 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9320 | 2024-12-21T05:28:33.013Z | [ host-image] Dec 21 05:28:31.356 INFO O| Dec 21 05:28:31.356 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 ... |
9321 | 2024-12-21T05:28:33.016Z | [ host-image] Dec 21 05:28:31.356 INFO O| Dec 21 05:28:31.356 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 |
9322 | 2024-12-21T05:28:33.016Z | [ host-image] Dec 21 05:28:31.356 INFO O| Dec 21 05:28:31.356 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9323 | 2024-12-21T05:28:33.016Z | [ host-image] Dec 21 05:28:31.356 INFO O| Dec 21 05:28:31.356 INFO ok! |
9324 | 2024-12-21T05:28:33.016Z | [ host-image] Dec 21 05:28:31.356 INFO O| Dec 21 05:28:31.356 INFO STEP 47 (ensure_file) COMPLETE |
9325 | 2024-12-21T05:28:33.016Z | [ host-image] Dec 21 05:28:31.356 INFO O| Dec 21 05:28:31.356 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9326 | 2024-12-21T05:28:33.075Z | [ host-image] Dec 21 05:28:31.418 INFO O| Dec 21 05:28:31.417 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9327 | 2024-12-21T05:28:33.075Z | [ host-image] Dec 21 05:28:31.418 INFO O| Dec 21 05:28:31.418 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9328 | 2024-12-21T05:28:33.078Z | [ host-image] Dec 21 05:28:31.418 INFO O| Dec 21 05:28:31.418 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9329 | 2024-12-21T05:28:33.078Z | [ host-image] Dec 21 05:28:31.418 INFO O| Dec 21 05:28:31.418 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9330 | 2024-12-21T05:28:33.078Z | [ host-image] Dec 21 05:28:31.418 INFO O| Dec 21 05:28:31.418 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9331 | 2024-12-21T05:28:33.078Z | [ host-image] Dec 21 05:28:31.418 INFO O| Dec 21 05:28:31.418 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9332 | 2024-12-21T05:28:33.078Z | [ host-image] Dec 21 05:28:31.418 INFO O| Dec 21 05:28:31.418 INFO ok! |
9333 | 2024-12-21T05:28:33.078Z | [ host-image] Dec 21 05:28:31.418 INFO O| Dec 21 05:28:31.418 INFO STEP 48 (ensure_file) COMPLETE |
9334 | 2024-12-21T05:28:33.078Z | [ host-image] Dec 21 05:28:31.418 INFO O| Dec 21 05:28:31.418 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9335 | 2024-12-21T05:28:33.123Z | [ host-image] Dec 21 05:28:31.466 INFO O| Dec 21 05:28:31.466 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9336 | 2024-12-21T05:28:33.123Z | [ host-image] Dec 21 05:28:31.466 INFO O| Dec 21 05:28:31.466 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 ... |
9337 | 2024-12-21T05:28:33.126Z | [ host-image] Dec 21 05:28:31.466 INFO O| Dec 21 05:28:31.466 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9338 | 2024-12-21T05:28:33.126Z | [ host-image] Dec 21 05:28:31.466 INFO O| Dec 21 05:28:31.466 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9339 | 2024-12-21T05:28:33.126Z | [ host-image] Dec 21 05:28:31.466 INFO O| Dec 21 05:28:31.466 INFO ok! |
9340 | 2024-12-21T05:28:33.126Z | [ host-image] Dec 21 05:28:31.466 INFO O| Dec 21 05:28:31.466 INFO STEP 49 (ensure_file) COMPLETE |
9341 | 2024-12-21T05:28:33.126Z | [ host-image] Dec 21 05:28:31.466 INFO O| Dec 21 05:28:31.466 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9342 | 2024-12-21T05:28:33.159Z | [ host-image] Dec 21 05:28:31.501 INFO O| Dec 21 05:28:31.501 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9343 | 2024-12-21T05:28:33.159Z | [ host-image] Dec 21 05:28:31.501 INFO O| Dec 21 05:28:31.501 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9344 | 2024-12-21T05:28:33.161Z | [ host-image] Dec 21 05:28:31.502 INFO O| Dec 21 05:28:31.502 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9345 | 2024-12-21T05:28:33.161Z | [ host-image] Dec 21 05:28:31.502 INFO O| Dec 21 05:28:31.502 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9346 | 2024-12-21T05:28:33.161Z | [ host-image] Dec 21 05:28:31.502 INFO O| Dec 21 05:28:31.502 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9347 | 2024-12-21T05:28:33.161Z | [ host-image] Dec 21 05:28:31.502 INFO O| Dec 21 05:28:31.502 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9348 | 2024-12-21T05:28:33.161Z | [ host-image] Dec 21 05:28:31.502 INFO O| Dec 21 05:28:31.502 INFO ok! |
9349 | 2024-12-21T05:28:33.161Z | [ host-image] Dec 21 05:28:31.502 INFO O| Dec 21 05:28:31.502 INFO STEP 50 (ensure_file) COMPLETE |
9350 | 2024-12-21T05:28:33.161Z | [ host-image] Dec 21 05:28:31.502 INFO O| Dec 21 05:28:31.502 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9351 | 2024-12-21T05:28:33.181Z | [ host-image] Dec 21 05:28:31.524 INFO O| Dec 21 05:28:31.524 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9352 | 2024-12-21T05:28:33.182Z | [ host-image] Dec 21 05:28:31.524 INFO O| Dec 21 05:28:31.524 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 ... |
9353 | 2024-12-21T05:28:33.184Z | [ host-image] Dec 21 05:28:31.525 INFO O| Dec 21 05:28:31.525 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 |
9354 | 2024-12-21T05:28:33.184Z | [ host-image] Dec 21 05:28:31.525 INFO O| Dec 21 05:28:31.525 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9355 | 2024-12-21T05:28:33.184Z | [ host-image] Dec 21 05:28:31.525 INFO O| Dec 21 05:28:31.525 INFO ok! |
9356 | 2024-12-21T05:28:33.184Z | [ host-image] Dec 21 05:28:31.525 INFO O| Dec 21 05:28:31.525 INFO STEP 51 (ensure_file) COMPLETE |
9357 | 2024-12-21T05:28:33.185Z | [ host-image] Dec 21 05:28:31.525 INFO O| Dec 21 05:28:31.525 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9358 | 2024-12-21T05:28:33.272Z | [ host-image] Dec 21 05:28:31.614 INFO O| Dec 21 05:28:31.614 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9359 | 2024-12-21T05:28:33.275Z | [ host-image] Dec 21 05:28:31.614 INFO O| Dec 21 05:28:31.614 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 ... |
9360 | 2024-12-21T05:28:33.275Z | [ host-image] Dec 21 05:28:31.615 INFO O| Dec 21 05:28:31.615 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 |
9361 | 2024-12-21T05:28:33.275Z | [ host-image] Dec 21 05:28:31.615 INFO O| Dec 21 05:28:31.615 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9362 | 2024-12-21T05:28:33.275Z | [ host-image] Dec 21 05:28:31.615 INFO O| Dec 21 05:28:31.615 INFO ok! |
9363 | 2024-12-21T05:28:33.275Z | [ host-image] Dec 21 05:28:31.615 INFO O| Dec 21 05:28:31.615 INFO STEP 52 (ensure_file) COMPLETE |
9364 | 2024-12-21T05:28:33.275Z | [ host-image] Dec 21 05:28:31.615 INFO O| Dec 21 05:28:31.615 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9365 | 2024-12-21T05:28:33.351Z | [ host-image] Dec 21 05:28:31.693 INFO O| Dec 21 05:28:31.693 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9366 | 2024-12-21T05:28:33.351Z | [ host-image] Dec 21 05:28:31.693 INFO O| Dec 21 05:28:31.693 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 ... |
9367 | 2024-12-21T05:28:33.354Z | [ host-image] Dec 21 05:28:31.694 INFO O| Dec 21 05:28:31.693 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 |
9368 | 2024-12-21T05:28:33.354Z | [ host-image] Dec 21 05:28:31.694 INFO O| Dec 21 05:28:31.694 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9369 | 2024-12-21T05:28:33.354Z | [ host-image] Dec 21 05:28:31.694 INFO O| Dec 21 05:28:31.694 INFO ok! |
9370 | 2024-12-21T05:28:33.354Z | [ host-image] Dec 21 05:28:31.694 INFO O| Dec 21 05:28:31.694 INFO STEP 53 (ensure_file) COMPLETE |
9371 | 2024-12-21T05:28:33.354Z | [ host-image] Dec 21 05:28:31.694 INFO O| Dec 21 05:28:31.694 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9372 | 2024-12-21T05:28:33.596Z | [ host-image] Dec 21 05:28:31.938 INFO O| Dec 21 05:28:31.938 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9373 | 2024-12-21T05:28:33.596Z | [ host-image] Dec 21 05:28:31.939 INFO O| Dec 21 05:28:31.938 INFO STEP 54 (ensure_dir) COMPLETE |
9374 | 2024-12-21T05:28:33.599Z | [ host-image] Dec 21 05:28:31.939 INFO O| Dec 21 05:28:31.938 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9375 | 2024-12-21T05:28:33.860Z | [ host-image] Dec 21 05:28:32.202 INFO O| Dec 21 05:28:32.202 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9376 | 2024-12-21T05:28:33.861Z | [ host-image] Dec 21 05:28:32.202 INFO O| Dec 21 05:28:32.202 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9377 | 2024-12-21T05:28:33.861Z | [ host-image] Dec 21 05:28:32.202 INFO O| Dec 21 05:28:32.202 INFO STEP 55 (ensure_dir) COMPLETE |
9378 | 2024-12-21T05:28:33.864Z | [ host-image] Dec 21 05:28:32.202 INFO O| Dec 21 05:28:32.202 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9379 | 2024-12-21T05:28:33.919Z | [ host-image] Dec 21 05:28:32.261 INFO O| Dec 21 05:28:32.261 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9380 | 2024-12-21T05:28:33.919Z | [ host-image] Dec 21 05:28:32.261 INFO O| Dec 21 05:28:32.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9381 | 2024-12-21T05:28:33.919Z | [ host-image] Dec 21 05:28:32.261 INFO O| Dec 21 05:28:32.261 INFO STEP 56 (ensure_dir) COMPLETE |
9382 | 2024-12-21T05:28:33.922Z | [ host-image] Dec 21 05:28:32.261 INFO O| Dec 21 05:28:32.261 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9383 | 2024-12-21T05:28:33.939Z | [ host-image] Dec 21 05:28:32.281 INFO O| Dec 21 05:28:32.281 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9384 | 2024-12-21T05:28:33.939Z | [ host-image] Dec 21 05:28:32.282 INFO O| Dec 21 05:28:32.281 INFO copying /tmp/.tmpWHjqRV/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9385 | 2024-12-21T05:28:33.985Z | [ host-image] Dec 21 05:28:32.328 INFO O| Dec 21 05:28:32.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9386 | 2024-12-21T05:28:33.985Z | [ host-image] Dec 21 05:28:32.328 INFO O| Dec 21 05:28:32.328 INFO ok! |
9387 | 2024-12-21T05:28:33.990Z | [ host-image] Dec 21 05:28:32.328 INFO O| Dec 21 05:28:32.328 INFO STEP 57 (ensure_file) COMPLETE |
9388 | 2024-12-21T05:28:33.990Z | [ host-image] Dec 21 05:28:32.328 INFO O| Dec 21 05:28:32.328 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9389 | 2024-12-21T05:28:34.019Z | [ host-image] Dec 21 05:28:32.361 INFO O| Dec 21 05:28:32.361 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9390 | 2024-12-21T05:28:34.019Z | [ host-image] Dec 21 05:28:32.361 INFO O| Dec 21 05:28:32.361 INFO copying /tmp/.tmpWHjqRV/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9391 | 2024-12-21T05:28:35.484Z | [ host-image] Dec 21 05:28:33.826 INFO O| Dec 21 05:28:33.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9392 | 2024-12-21T05:28:35.484Z | [ host-image] Dec 21 05:28:33.826 INFO O| Dec 21 05:28:33.826 INFO ok! |
9393 | 2024-12-21T05:28:35.484Z | [ host-image] Dec 21 05:28:33.826 INFO O| Dec 21 05:28:33.826 INFO STEP 58 (ensure_file) COMPLETE |
9394 | 2024-12-21T05:28:35.484Z | [ host-image] Dec 21 05:28:33.826 INFO O| Dec 21 05:28:33.826 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9395 | 2024-12-21T05:28:35.503Z | [ host-image] Dec 21 05:28:33.846 INFO O| Dec 21 05:28:33.845 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9396 | 2024-12-21T05:28:35.503Z | [ host-image] Dec 21 05:28:33.846 INFO O| Dec 21 05:28:33.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9397 | 2024-12-21T05:28:35.503Z | [ host-image] Dec 21 05:28:33.846 INFO O| Dec 21 05:28:33.846 INFO STEP 59 (ensure_dir) COMPLETE |
9398 | 2024-12-21T05:28:35.506Z | [ host-image] Dec 21 05:28:33.846 INFO O| Dec 21 05:28:33.846 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9399 | 2024-12-21T05:28:35.534Z | [ host-image] Dec 21 05:28:33.876 INFO O| Dec 21 05:28:33.876 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9400 | 2024-12-21T05:28:35.534Z | [ host-image] Dec 21 05:28:33.876 INFO O| Dec 21 05:28:33.876 INFO copying /tmp/.tmpWHjqRV/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 ... |
9401 | 2024-12-21T05:28:35.534Z | [ host-image] Dec 21 05:28:33.876 INFO O| Dec 21 05:28:33.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9402 | 2024-12-21T05:28:35.537Z | [ host-image] Dec 21 05:28:33.876 INFO O| Dec 21 05:28:33.876 INFO ok! |
9403 | 2024-12-21T05:28:35.537Z | [ host-image] Dec 21 05:28:33.876 INFO O| Dec 21 05:28:33.876 INFO STEP 60 (ensure_file) COMPLETE |
9404 | 2024-12-21T05:28:35.537Z | [ host-image] Dec 21 05:28:33.876 INFO O| Dec 21 05:28:33.876 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9405 | 2024-12-21T05:28:35.554Z | [ host-image] Dec 21 05:28:33.896 INFO O| Dec 21 05:28:33.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9406 | 2024-12-21T05:28:35.554Z | [ host-image] Dec 21 05:28:33.896 INFO O| Dec 21 05:28:33.896 INFO copying /tmp/.tmpWHjqRV/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 ... |
9407 | 2024-12-21T05:28:35.555Z | [ host-image] Dec 21 05:28:33.896 INFO O| Dec 21 05:28:33.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9408 | 2024-12-21T05:28:35.557Z | [ host-image] Dec 21 05:28:33.896 INFO O| Dec 21 05:28:33.896 INFO ok! |
9409 | 2024-12-21T05:28:35.558Z | [ host-image] Dec 21 05:28:33.896 INFO O| Dec 21 05:28:33.896 INFO STEP 61 (ensure_file) COMPLETE |
9410 | 2024-12-21T05:28:35.558Z | [ host-image] Dec 21 05:28:33.896 INFO O| Dec 21 05:28:33.896 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9411 | 2024-12-21T05:28:35.573Z | [ host-image] Dec 21 05:28:33.915 INFO O| Dec 21 05:28:33.915 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9412 | 2024-12-21T05:28:35.573Z | [ host-image] Dec 21 05:28:33.915 INFO O| Dec 21 05:28:33.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9413 | 2024-12-21T05:28:35.573Z | [ host-image] Dec 21 05:28:33.915 INFO O| Dec 21 05:28:33.915 INFO STEP 62 (ensure_dir) COMPLETE |
9414 | 2024-12-21T05:28:35.576Z | [ host-image] Dec 21 05:28:33.915 INFO O| Dec 21 05:28:33.915 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9415 | 2024-12-21T05:28:35.606Z | [ host-image] Dec 21 05:28:33.948 INFO O| Dec 21 05:28:33.948 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9416 | 2024-12-21T05:28:35.606Z | [ host-image] Dec 21 05:28:33.949 INFO O| Dec 21 05:28:33.948 INFO copying /tmp/.tmpWHjqRV/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 ... |
9417 | 2024-12-21T05:28:35.606Z | [ host-image] Dec 21 05:28:33.949 INFO O| Dec 21 05:28:33.949 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9418 | 2024-12-21T05:28:35.609Z | [ host-image] Dec 21 05:28:33.949 INFO O| Dec 21 05:28:33.949 INFO ok! |
9419 | 2024-12-21T05:28:35.609Z | [ host-image] Dec 21 05:28:33.949 INFO O| Dec 21 05:28:33.949 INFO STEP 63 (ensure_file) COMPLETE |
9420 | 2024-12-21T05:28:35.609Z | [ host-image] Dec 21 05:28:33.949 INFO O| Dec 21 05:28:33.949 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9421 | 2024-12-21T05:28:35.659Z | [ host-image] Dec 21 05:28:34.001 INFO O| Dec 21 05:28:34.001 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9422 | 2024-12-21T05:28:35.659Z | [ host-image] Dec 21 05:28:34.001 INFO O| Dec 21 05:28:34.001 INFO copying /tmp/.tmpWHjqRV/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 ... |
9423 | 2024-12-21T05:28:35.659Z | [ host-image] Dec 21 05:28:34.001 INFO O| Dec 21 05:28:34.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9424 | 2024-12-21T05:28:35.662Z | [ host-image] Dec 21 05:28:34.001 INFO O| Dec 21 05:28:34.001 INFO ok! |
9425 | 2024-12-21T05:28:35.662Z | [ host-image] Dec 21 05:28:34.002 INFO O| Dec 21 05:28:34.001 INFO STEP 64 (ensure_file) COMPLETE |
9426 | 2024-12-21T05:28:35.662Z | [ host-image] Dec 21 05:28:34.002 INFO O| Dec 21 05:28:34.002 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9427 | 2024-12-21T05:28:35.699Z | [ host-image] Dec 21 05:28:34.041 INFO O| Dec 21 05:28:34.041 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9428 | 2024-12-21T05:28:35.701Z | [ host-image] Dec 21 05:28:34.041 INFO O| Dec 21 05:28:34.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9429 | 2024-12-21T05:28:35.701Z | [ host-image] Dec 21 05:28:34.041 INFO O| Dec 21 05:28:34.041 INFO STEP 65 (ensure_dir) COMPLETE |
9430 | 2024-12-21T05:28:35.701Z | [ host-image] Dec 21 05:28:34.041 INFO O| Dec 21 05:28:34.041 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9431 | 2024-12-21T05:28:35.720Z | [ host-image] Dec 21 05:28:34.063 INFO O| Dec 21 05:28:34.063 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9432 | 2024-12-21T05:28:35.720Z | [ host-image] Dec 21 05:28:34.063 INFO O| Dec 21 05:28:34.063 INFO copying /tmp/.tmpWHjqRV/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 ... |
9433 | 2024-12-21T05:28:35.723Z | [ host-image] Dec 21 05:28:34.063 INFO O| Dec 21 05:28:34.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9434 | 2024-12-21T05:28:35.724Z | [ host-image] Dec 21 05:28:34.063 INFO O| Dec 21 05:28:34.063 INFO ok! |
9435 | 2024-12-21T05:28:35.724Z | [ host-image] Dec 21 05:28:34.063 INFO O| Dec 21 05:28:34.063 INFO STEP 66 (ensure_file) COMPLETE |
9436 | 2024-12-21T05:28:35.724Z | [ host-image] Dec 21 05:28:34.064 INFO O| Dec 21 05:28:34.063 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9437 | 2024-12-21T05:28:35.741Z | [ host-image] Dec 21 05:28:34.083 INFO O| Dec 21 05:28:34.083 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9438 | 2024-12-21T05:28:35.741Z | [ host-image] Dec 21 05:28:34.083 INFO O| Dec 21 05:28:34.083 INFO copying /tmp/.tmpWHjqRV/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9439 | 2024-12-21T05:28:35.744Z | [ host-image] Dec 21 05:28:34.083 INFO O| Dec 21 05:28:34.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9440 | 2024-12-21T05:28:35.744Z | [ host-image] Dec 21 05:28:34.084 INFO O| Dec 21 05:28:34.083 INFO ok! |
9441 | 2024-12-21T05:28:35.744Z | [ host-image] Dec 21 05:28:34.084 INFO O| Dec 21 05:28:34.083 INFO STEP 67 (ensure_file) COMPLETE |
9442 | 2024-12-21T05:28:35.744Z | [ host-image] Dec 21 05:28:34.084 INFO O| Dec 21 05:28:34.083 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9443 | 2024-12-21T05:28:35.760Z | [ host-image] Dec 21 05:28:34.103 INFO O| Dec 21 05:28:34.103 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9444 | 2024-12-21T05:28:35.763Z | [ host-image] Dec 21 05:28:34.103 INFO O| Dec 21 05:28:34.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9445 | 2024-12-21T05:28:35.763Z | [ host-image] Dec 21 05:28:34.103 INFO O| Dec 21 05:28:34.103 INFO STEP 68 (ensure_dir) COMPLETE |
9446 | 2024-12-21T05:28:35.763Z | [ host-image] Dec 21 05:28:34.103 INFO O| Dec 21 05:28:34.103 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9447 | 2024-12-21T05:28:35.781Z | [ host-image] Dec 21 05:28:34.123 INFO O| Dec 21 05:28:34.123 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9448 | 2024-12-21T05:28:35.781Z | [ host-image] Dec 21 05:28:34.123 INFO O| Dec 21 05:28:34.123 INFO copying /tmp/.tmpWHjqRV/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9449 | 2024-12-21T05:28:37.220Z | [ host-image] Dec 21 05:28:35.563 INFO O| Dec 21 05:28:35.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9450 | 2024-12-21T05:28:37.221Z | [ host-image] Dec 21 05:28:35.563 INFO O| Dec 21 05:28:35.563 INFO ok! |
9451 | 2024-12-21T05:28:37.223Z | [ host-image] Dec 21 05:28:35.563 INFO O| Dec 21 05:28:35.563 INFO STEP 69 (ensure_file) COMPLETE |
9452 | 2024-12-21T05:28:37.223Z | [ host-image] Dec 21 05:28:35.563 INFO O| Dec 21 05:28:35.563 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9453 | 2024-12-21T05:28:37.239Z | [ host-image] Dec 21 05:28:35.581 INFO O| Dec 21 05:28:35.581 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9454 | 2024-12-21T05:28:37.239Z | [ host-image] Dec 21 05:28:35.581 INFO O| Dec 21 05:28:35.581 INFO copying /tmp/.tmpWHjqRV/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9455 | 2024-12-21T05:28:39.310Z | [ host-image] Dec 21 05:28:37.652 INFO O| Dec 21 05:28:37.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9456 | 2024-12-21T05:28:39.310Z | [ host-image] Dec 21 05:28:37.652 INFO O| Dec 21 05:28:37.652 INFO ok! |
9457 | 2024-12-21T05:28:39.310Z | [ host-image] Dec 21 05:28:37.652 INFO O| Dec 21 05:28:37.652 INFO STEP 70 (ensure_file) COMPLETE |
9458 | 2024-12-21T05:28:39.312Z | [ host-image] Dec 21 05:28:37.652 INFO O| Dec 21 05:28:37.652 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9459 | 2024-12-21T05:28:39.330Z | [ host-image] Dec 21 05:28:37.672 INFO O| Dec 21 05:28:37.672 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9460 | 2024-12-21T05:28:39.330Z | [ host-image] Dec 21 05:28:37.672 INFO O| Dec 21 05:28:37.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9461 | 2024-12-21T05:28:39.330Z | [ host-image] Dec 21 05:28:37.672 INFO O| Dec 21 05:28:37.672 INFO STEP 71 (ensure_dir) COMPLETE |
9462 | 2024-12-21T05:28:39.332Z | [ host-image] Dec 21 05:28:37.672 INFO O| Dec 21 05:28:37.672 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9463 | 2024-12-21T05:28:39.358Z | [ host-image] Dec 21 05:28:37.699 INFO O| Dec 21 05:28:37.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9464 | 2024-12-21T05:28:39.358Z | [ host-image] Dec 21 05:28:37.699 INFO O| Dec 21 05:28:37.699 INFO copying /tmp/.tmpWHjqRV/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 ... |
9465 | 2024-12-21T05:28:39.360Z | [ host-image] Dec 21 05:28:37.700 INFO O| Dec 21 05:28:37.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9466 | 2024-12-21T05:28:39.360Z | [ host-image] Dec 21 05:28:37.700 INFO O| Dec 21 05:28:37.700 INFO ok! |
9467 | 2024-12-21T05:28:39.360Z | [ host-image] Dec 21 05:28:37.700 INFO O| Dec 21 05:28:37.700 INFO STEP 72 (ensure_file) COMPLETE |
9468 | 2024-12-21T05:28:39.360Z | [ host-image] Dec 21 05:28:37.700 INFO O| Dec 21 05:28:37.700 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9469 | 2024-12-21T05:28:39.422Z | [ host-image] Dec 21 05:28:37.764 INFO O| Dec 21 05:28:37.764 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9470 | 2024-12-21T05:28:39.422Z | [ host-image] Dec 21 05:28:37.764 INFO O| Dec 21 05:28:37.764 INFO copying /tmp/.tmpWHjqRV/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 ... |
9471 | 2024-12-21T05:28:39.425Z | [ host-image] Dec 21 05:28:37.764 INFO O| Dec 21 05:28:37.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9472 | 2024-12-21T05:28:39.425Z | [ host-image] Dec 21 05:28:37.764 INFO O| Dec 21 05:28:37.764 INFO ok! |
9473 | 2024-12-21T05:28:39.425Z | [ host-image] Dec 21 05:28:37.764 INFO O| Dec 21 05:28:37.764 INFO STEP 73 (ensure_file) COMPLETE |
9474 | 2024-12-21T05:28:39.425Z | [ host-image] Dec 21 05:28:37.764 INFO O| Dec 21 05:28:37.764 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9475 | 2024-12-21T05:28:39.486Z | [ host-image] Dec 21 05:28:37.828 INFO O| Dec 21 05:28:37.828 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9476 | 2024-12-21T05:28:39.486Z | [ host-image] Dec 21 05:28:37.828 INFO O| Dec 21 05:28:37.828 INFO copying /tmp/.tmpWHjqRV/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9477 | 2024-12-21T05:28:39.489Z | [ host-image] Dec 21 05:28:37.828 INFO O| Dec 21 05:28:37.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9478 | 2024-12-21T05:28:39.489Z | [ host-image] Dec 21 05:28:37.828 INFO O| Dec 21 05:28:37.828 INFO ok! |
9479 | 2024-12-21T05:28:39.489Z | [ host-image] Dec 21 05:28:37.828 INFO O| Dec 21 05:28:37.828 INFO STEP 74 (ensure_file) COMPLETE |
9480 | 2024-12-21T05:28:39.489Z | [ host-image] Dec 21 05:28:37.829 INFO O| Dec 21 05:28:37.829 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9481 | 2024-12-21T05:28:39.508Z | [ host-image] Dec 21 05:28:37.850 INFO O| Dec 21 05:28:37.850 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9482 | 2024-12-21T05:28:39.508Z | [ host-image] Dec 21 05:28:37.850 INFO O| Dec 21 05:28:37.850 INFO copying /tmp/.tmpWHjqRV/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9483 | 2024-12-21T05:28:39.510Z | [ host-image] Dec 21 05:28:37.850 INFO O| Dec 21 05:28:37.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9484 | 2024-12-21T05:28:39.510Z | [ host-image] Dec 21 05:28:37.850 INFO O| Dec 21 05:28:37.850 INFO ok! |
9485 | 2024-12-21T05:28:39.510Z | [ host-image] Dec 21 05:28:37.851 INFO O| Dec 21 05:28:37.850 INFO STEP 75 (ensure_file) COMPLETE |
9486 | 2024-12-21T05:28:39.510Z | [ host-image] Dec 21 05:28:37.851 INFO O| Dec 21 05:28:37.851 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9487 | 2024-12-21T05:28:39.530Z | [ host-image] Dec 21 05:28:37.872 INFO O| Dec 21 05:28:37.872 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9488 | 2024-12-21T05:28:39.532Z | [ host-image] Dec 21 05:28:37.872 INFO O| Dec 21 05:28:37.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9489 | 2024-12-21T05:28:39.532Z | [ host-image] Dec 21 05:28:37.872 INFO O| Dec 21 05:28:37.872 INFO STEP 76 (ensure_dir) COMPLETE |
9490 | 2024-12-21T05:28:39.532Z | [ host-image] Dec 21 05:28:37.873 INFO O| Dec 21 05:28:37.873 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9491 | 2024-12-21T05:28:39.551Z | [ host-image] Dec 21 05:28:37.893 INFO O| Dec 21 05:28:37.893 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9492 | 2024-12-21T05:28:39.554Z | [ host-image] Dec 21 05:28:37.893 INFO O| Dec 21 05:28:37.893 INFO copying /tmp/.tmpWHjqRV/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9493 | 2024-12-21T05:28:39.557Z | [ host-image] Dec 21 05:28:37.899 INFO O| Dec 21 05:28:37.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9494 | 2024-12-21T05:28:39.557Z | [ host-image] Dec 21 05:28:37.899 INFO O| Dec 21 05:28:37.899 INFO ok! |
9495 | 2024-12-21T05:28:39.560Z | [ host-image] Dec 21 05:28:37.900 INFO O| Dec 21 05:28:37.900 INFO STEP 77 (ensure_file) COMPLETE |
9496 | 2024-12-21T05:28:39.560Z | [ host-image] Dec 21 05:28:37.900 INFO O| Dec 21 05:28:37.900 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9497 | 2024-12-21T05:28:39.577Z | [ host-image] Dec 21 05:28:37.919 INFO O| Dec 21 05:28:37.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9498 | 2024-12-21T05:28:39.577Z | [ host-image] Dec 21 05:28:37.919 INFO O| Dec 21 05:28:37.919 INFO copying /tmp/.tmpWHjqRV/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9499 | 2024-12-21T05:28:39.579Z | [ host-image] Dec 21 05:28:37.919 INFO O| Dec 21 05:28:37.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9500 | 2024-12-21T05:28:39.579Z | [ host-image] Dec 21 05:28:37.919 INFO O| Dec 21 05:28:37.919 INFO ok! |
9501 | 2024-12-21T05:28:39.580Z | [ host-image] Dec 21 05:28:37.919 INFO O| Dec 21 05:28:37.919 INFO STEP 78 (ensure_file) COMPLETE |
9502 | 2024-12-21T05:28:39.580Z | [ host-image] Dec 21 05:28:37.920 INFO O| Dec 21 05:28:37.920 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9503 | 2024-12-21T05:28:39.596Z | [ host-image] Dec 21 05:28:37.938 INFO O| Dec 21 05:28:37.938 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9504 | 2024-12-21T05:28:39.596Z | [ host-image] Dec 21 05:28:37.938 INFO O| Dec 21 05:28:37.938 INFO copying /tmp/.tmpWHjqRV/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9505 | 2024-12-21T05:28:41.426Z | [ host-image] Dec 21 05:28:39.768 INFO O| Dec 21 05:28:39.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9506 | 2024-12-21T05:28:41.426Z | [ host-image] Dec 21 05:28:39.768 INFO O| Dec 21 05:28:39.768 INFO ok! |
9507 | 2024-12-21T05:28:41.426Z | [ host-image] Dec 21 05:28:39.768 INFO O| Dec 21 05:28:39.768 INFO STEP 79 (ensure_file) COMPLETE |
9508 | 2024-12-21T05:28:41.429Z | [ host-image] Dec 21 05:28:39.768 INFO O| Dec 21 05:28:39.768 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9509 | 2024-12-21T05:28:41.446Z | [ host-image] Dec 21 05:28:39.788 INFO O| Dec 21 05:28:39.788 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9510 | 2024-12-21T05:28:41.446Z | [ host-image] Dec 21 05:28:39.788 INFO O| Dec 21 05:28:39.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9511 | 2024-12-21T05:28:41.448Z | [ host-image] Dec 21 05:28:39.788 INFO O| Dec 21 05:28:39.788 INFO STEP 80 (ensure_dir) COMPLETE |
9512 | 2024-12-21T05:28:41.448Z | [ host-image] Dec 21 05:28:39.788 INFO O| Dec 21 05:28:39.788 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9513 | 2024-12-21T05:28:41.471Z | [ host-image] Dec 21 05:28:39.812 INFO O| Dec 21 05:28:39.812 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9514 | 2024-12-21T05:28:41.471Z | [ host-image] Dec 21 05:28:39.812 INFO O| Dec 21 05:28:39.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9515 | 2024-12-21T05:28:41.471Z | [ host-image] Dec 21 05:28:39.812 INFO O| Dec 21 05:28:39.812 INFO STEP 81 (ensure_dir) COMPLETE |
9516 | 2024-12-21T05:28:41.471Z | [ host-image] Dec 21 05:28:39.812 INFO O| Dec 21 05:28:39.812 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9517 | 2024-12-21T05:28:41.502Z | [ host-image] Dec 21 05:28:39.844 INFO O| Dec 21 05:28:39.844 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9518 | 2024-12-21T05:28:41.502Z | [ host-image] Dec 21 05:28:39.844 INFO O| Dec 21 05:28:39.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9519 | 2024-12-21T05:28:41.502Z | [ host-image] Dec 21 05:28:39.844 INFO O| Dec 21 05:28:39.844 INFO STEP 82 (ensure_dir) COMPLETE |
9520 | 2024-12-21T05:28:41.505Z | [ host-image] Dec 21 05:28:39.844 INFO O| Dec 21 05:28:39.844 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9521 | 2024-12-21T05:28:41.543Z | [ host-image] Dec 21 05:28:39.884 INFO O| Dec 21 05:28:39.884 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9522 | 2024-12-21T05:28:41.543Z | [ host-image] Dec 21 05:28:39.884 INFO O| Dec 21 05:28:39.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9523 | 2024-12-21T05:28:41.543Z | [ host-image] Dec 21 05:28:39.884 INFO O| Dec 21 05:28:39.884 INFO STEP 83 (ensure_dir) COMPLETE |
9524 | 2024-12-21T05:28:41.546Z | [ host-image] Dec 21 05:28:39.884 INFO O| Dec 21 05:28:39.884 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9525 | 2024-12-21T05:28:41.563Z | [ host-image] Dec 21 05:28:39.905 INFO O| Dec 21 05:28:39.905 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9526 | 2024-12-21T05:28:41.563Z | [ host-image] Dec 21 05:28:39.905 INFO O| Dec 21 05:28:39.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9527 | 2024-12-21T05:28:41.563Z | [ host-image] Dec 21 05:28:39.905 INFO O| Dec 21 05:28:39.905 INFO STEP 84 (ensure_dir) COMPLETE |
9528 | 2024-12-21T05:28:41.569Z | [ host-image] Dec 21 05:28:39.905 INFO O| Dec 21 05:28:39.905 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9529 | 2024-12-21T05:28:41.585Z | [ host-image] Dec 21 05:28:39.926 INFO O| Dec 21 05:28:39.926 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9530 | 2024-12-21T05:28:41.585Z | [ host-image] Dec 21 05:28:39.926 INFO O| Dec 21 05:28:39.926 INFO copying /tmp/.tmpWHjqRV/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 ... |
9531 | 2024-12-21T05:28:41.585Z | [ host-image] Dec 21 05:28:39.926 INFO O| Dec 21 05:28:39.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9532 | 2024-12-21T05:28:41.585Z | [ host-image] Dec 21 05:28:39.926 INFO O| Dec 21 05:28:39.926 INFO ok! |
9533 | 2024-12-21T05:28:41.590Z | [ host-image] Dec 21 05:28:39.926 INFO O| Dec 21 05:28:39.926 INFO STEP 85 (ensure_file) COMPLETE |
9534 | 2024-12-21T05:28:41.590Z | [ host-image] Dec 21 05:28:39.926 INFO O| Dec 21 05:28:39.926 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9535 | 2024-12-21T05:28:41.613Z | [ host-image] Dec 21 05:28:39.954 INFO O| Dec 21 05:28:39.954 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9536 | 2024-12-21T05:28:41.616Z | [ host-image] Dec 21 05:28:39.955 INFO O| Dec 21 05:28:39.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9537 | 2024-12-21T05:28:41.616Z | [ host-image] Dec 21 05:28:39.955 INFO O| Dec 21 05:28:39.955 INFO STEP 86 (ensure_dir) COMPLETE |
9538 | 2024-12-21T05:28:41.616Z | [ host-image] Dec 21 05:28:39.955 INFO O| Dec 21 05:28:39.955 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9539 | 2024-12-21T05:28:41.636Z | [ host-image] Dec 21 05:28:39.975 INFO O| Dec 21 05:28:39.975 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9540 | 2024-12-21T05:28:41.636Z | [ host-image] Dec 21 05:28:39.975 INFO O| Dec 21 05:28:39.975 INFO copying /tmp/.tmpWHjqRV/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9541 | 2024-12-21T05:28:41.639Z | [ host-image] Dec 21 05:28:39.975 INFO O| Dec 21 05:28:39.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9542 | 2024-12-21T05:28:41.639Z | [ host-image] Dec 21 05:28:39.975 INFO O| Dec 21 05:28:39.975 INFO ok! |
9543 | 2024-12-21T05:28:41.639Z | [ host-image] Dec 21 05:28:39.975 INFO O| Dec 21 05:28:39.975 INFO STEP 87 (ensure_file) COMPLETE |
9544 | 2024-12-21T05:28:41.640Z | [ host-image] Dec 21 05:28:39.975 INFO O| Dec 21 05:28:39.975 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9545 | 2024-12-21T05:28:41.653Z | [ host-image] Dec 21 05:28:39.994 INFO O| Dec 21 05:28:39.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9546 | 2024-12-21T05:28:41.653Z | [ host-image] Dec 21 05:28:39.994 INFO O| Dec 21 05:28:39.994 INFO copying /tmp/.tmpWHjqRV/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9547 | 2024-12-21T05:28:42.275Z | [ host-image] Dec 21 05:28:40.617 INFO O| Dec 21 05:28:40.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9548 | 2024-12-21T05:28:42.275Z | [ host-image] Dec 21 05:28:40.617 INFO O| Dec 21 05:28:40.617 INFO ok! |
9549 | 2024-12-21T05:28:42.275Z | [ host-image] Dec 21 05:28:40.617 INFO O| Dec 21 05:28:40.617 INFO STEP 88 (ensure_file) COMPLETE |
9550 | 2024-12-21T05:28:42.278Z | [ host-image] Dec 21 05:28:40.617 INFO O| Dec 21 05:28:40.617 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9551 | 2024-12-21T05:28:42.293Z | [ host-image] Dec 21 05:28:40.635 INFO O| Dec 21 05:28:40.635 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9552 | 2024-12-21T05:28:42.293Z | [ host-image] Dec 21 05:28:40.635 INFO O| Dec 21 05:28:40.635 INFO copying /tmp/.tmpWHjqRV/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9553 | 2024-12-21T05:28:42.596Z | [ recovery-image] Dec 21 05:28:40.938 INFO E| Compiling bitflags v1.3.2 |
9554 | 2024-12-21T05:28:42.596Z | [ recovery-image] Dec 21 05:28:40.938 INFO E| Compiling bit_field v0.10.2 |
9555 | 2024-12-21T05:28:42.599Z | [ recovery-image] Dec 21 05:28:40.938 INFO E| Compiling log v0.4.22 |
9556 | 2024-12-21T05:28:42.599Z | [ recovery-image] Dec 21 05:28:40.938 INFO E| Compiling scroll v0.12.0 |
9557 | 2024-12-21T05:28:42.599Z | [ recovery-image] Dec 21 05:28:40.938 INFO E| Compiling adler2 v2.0.0 |
9558 | 2024-12-21T05:28:42.599Z | [ recovery-image] Dec 21 05:28:40.938 INFO E| Compiling plain v0.2.3 |
9559 | 2024-12-21T05:28:42.599Z | [ recovery-image] Dec 21 05:28:40.938 INFO E| Compiling static_assertions v1.1.0 |
9560 | 2024-12-21T05:28:42.903Z | [ recovery-image] Dec 21 05:28:41.245 INFO E| Compiling raw-cpuid v10.7.0 |
9561 | 2024-12-21T05:28:43.008Z | [ recovery-image] Dec 21 05:28:41.349 INFO E| Compiling miniz_oxide v0.8.0 |
9562 | 2024-12-21T05:28:43.027Z | [ host-image] Dec 21 05:28:41.368 INFO O| Dec 21 05:28:41.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9563 | 2024-12-21T05:28:43.027Z | [ host-image] Dec 21 05:28:41.368 INFO O| Dec 21 05:28:41.368 INFO ok! |
9564 | 2024-12-21T05:28:43.027Z | [ host-image] Dec 21 05:28:41.368 INFO O| Dec 21 05:28:41.368 INFO STEP 89 (ensure_file) COMPLETE |
9565 | 2024-12-21T05:28:43.030Z | [ host-image] Dec 21 05:28:41.368 INFO O| Dec 21 05:28:41.368 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9566 | 2024-12-21T05:28:43.050Z | [ host-image] Dec 21 05:28:41.391 INFO O| Dec 21 05:28:41.391 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9567 | 2024-12-21T05:28:43.050Z | [ host-image] Dec 21 05:28:41.391 INFO O| Dec 21 05:28:41.391 INFO copying /tmp/.tmpWHjqRV/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9568 | 2024-12-21T05:28:43.053Z | [ host-image] Dec 21 05:28:41.392 INFO O| Dec 21 05:28:41.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9569 | 2024-12-21T05:28:43.053Z | [ host-image] Dec 21 05:28:41.392 INFO O| Dec 21 05:28:41.392 INFO ok! |
9570 | 2024-12-21T05:28:43.053Z | [ host-image] Dec 21 05:28:41.392 INFO O| Dec 21 05:28:41.392 INFO STEP 90 (ensure_file) COMPLETE |
9571 | 2024-12-21T05:28:43.053Z | [ host-image] Dec 21 05:28:41.392 INFO O| Dec 21 05:28:41.392 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9572 | 2024-12-21T05:28:43.118Z | [ host-image] Dec 21 05:28:41.459 INFO O| Dec 21 05:28:41.459 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9573 | 2024-12-21T05:28:43.118Z | [ host-image] Dec 21 05:28:41.459 INFO O| Dec 21 05:28:41.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9574 | 2024-12-21T05:28:43.118Z | [ host-image] Dec 21 05:28:41.459 INFO O| Dec 21 05:28:41.459 INFO STEP 91 (ensure_dir) COMPLETE |
9575 | 2024-12-21T05:28:43.123Z | [ host-image] Dec 21 05:28:41.459 INFO O| Dec 21 05:28:41.459 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9576 | 2024-12-21T05:28:43.150Z | [ host-image] Dec 21 05:28:41.491 INFO O| Dec 21 05:28:41.491 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9577 | 2024-12-21T05:28:43.150Z | [ host-image] Dec 21 05:28:41.491 INFO O| Dec 21 05:28:41.491 INFO copying /tmp/.tmpWHjqRV/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 ... |
9578 | 2024-12-21T05:28:43.152Z | [ host-image] Dec 21 05:28:41.492 INFO O| Dec 21 05:28:41.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9579 | 2024-12-21T05:28:43.153Z | [ host-image] Dec 21 05:28:41.492 INFO O| Dec 21 05:28:41.492 INFO ok! |
9580 | 2024-12-21T05:28:43.153Z | [ host-image] Dec 21 05:28:41.492 INFO O| Dec 21 05:28:41.492 INFO STEP 92 (ensure_file) COMPLETE |
9581 | 2024-12-21T05:28:43.153Z | [ host-image] Dec 21 05:28:41.492 INFO O| Dec 21 05:28:41.492 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9582 | 2024-12-21T05:28:43.185Z | [ recovery-image] Dec 21 05:28:41.526 INFO E| Compiling cpio_reader v0.1.1 |
9583 | 2024-12-21T05:28:43.195Z | [ recovery-image] Dec 21 05:28:41.536 INFO E| Compiling bitstruct v0.1.1 |
9584 | 2024-12-21T05:28:43.298Z | [ host-image] Dec 21 05:28:41.639 INFO O| Dec 21 05:28:41.639 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9585 | 2024-12-21T05:28:43.298Z | [ host-image] Dec 21 05:28:41.640 INFO O| Dec 21 05:28:41.639 INFO copying /tmp/.tmpWHjqRV/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 ... |
9586 | 2024-12-21T05:28:43.298Z | [ host-image] Dec 21 05:28:41.640 INFO O| Dec 21 05:28:41.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9587 | 2024-12-21T05:28:43.298Z | [ host-image] Dec 21 05:28:41.640 INFO O| Dec 21 05:28:41.640 INFO ok! |
9588 | 2024-12-21T05:28:43.301Z | [ host-image] Dec 21 05:28:41.640 INFO O| Dec 21 05:28:41.640 INFO STEP 93 (ensure_file) COMPLETE |
9589 | 2024-12-21T05:28:43.301Z | [ host-image] Dec 21 05:28:41.640 INFO O| Dec 21 05:28:41.640 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9590 | 2024-12-21T05:28:43.368Z | [ host-image] Dec 21 05:28:41.710 INFO O| Dec 21 05:28:41.709 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9591 | 2024-12-21T05:28:43.368Z | [ host-image] Dec 21 05:28:41.710 INFO O| Dec 21 05:28:41.710 INFO copying /tmp/.tmpWHjqRV/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 ... |
9592 | 2024-12-21T05:28:43.368Z | [ host-image] Dec 21 05:28:41.710 INFO O| Dec 21 05:28:41.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9593 | 2024-12-21T05:28:43.371Z | [ host-image] Dec 21 05:28:41.710 INFO O| Dec 21 05:28:41.710 INFO ok! |
9594 | 2024-12-21T05:28:43.371Z | [ host-image] Dec 21 05:28:41.710 INFO O| Dec 21 05:28:41.710 INFO STEP 94 (ensure_file) COMPLETE |
9595 | 2024-12-21T05:28:43.371Z | [ host-image] Dec 21 05:28:41.710 INFO O| Dec 21 05:28:41.710 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9596 | 2024-12-21T05:28:43.463Z | [ host-image] Dec 21 05:28:41.804 INFO O| Dec 21 05:28:41.804 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9597 | 2024-12-21T05:28:43.463Z | [ host-image] Dec 21 05:28:41.804 INFO O| Dec 21 05:28:41.804 INFO copying /tmp/.tmpWHjqRV/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 ... |
9598 | 2024-12-21T05:28:43.466Z | [ host-image] Dec 21 05:28:41.805 INFO O| Dec 21 05:28:41.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9599 | 2024-12-21T05:28:43.466Z | [ host-image] Dec 21 05:28:41.805 INFO O| Dec 21 05:28:41.805 INFO ok! |
9600 | 2024-12-21T05:28:43.466Z | [ host-image] Dec 21 05:28:41.805 INFO O| Dec 21 05:28:41.805 INFO STEP 95 (ensure_file) COMPLETE |
9601 | 2024-12-21T05:28:43.466Z | [ host-image] Dec 21 05:28:41.805 INFO O| Dec 21 05:28:41.805 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9602 | 2024-12-21T05:28:43.548Z | [ host-image] Dec 21 05:28:41.889 INFO O| Dec 21 05:28:41.889 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9603 | 2024-12-21T05:28:43.548Z | [ host-image] Dec 21 05:28:41.890 INFO O| Dec 21 05:28:41.889 INFO copying /tmp/.tmpWHjqRV/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 ... |
9604 | 2024-12-21T05:28:43.551Z | [ host-image] Dec 21 05:28:41.890 INFO O| Dec 21 05:28:41.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9605 | 2024-12-21T05:28:43.551Z | [ host-image] Dec 21 05:28:41.890 INFO O| Dec 21 05:28:41.890 INFO ok! |
9606 | 2024-12-21T05:28:43.551Z | [ host-image] Dec 21 05:28:41.890 INFO O| Dec 21 05:28:41.890 INFO STEP 96 (ensure_file) COMPLETE |
9607 | 2024-12-21T05:28:43.552Z | [ host-image] Dec 21 05:28:41.890 INFO O| Dec 21 05:28:41.890 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9608 | 2024-12-21T05:28:43.652Z | [ host-image] Dec 21 05:28:41.994 INFO O| Dec 21 05:28:41.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9609 | 2024-12-21T05:28:43.653Z | [ host-image] Dec 21 05:28:41.994 INFO O| Dec 21 05:28:41.994 INFO copying /tmp/.tmpWHjqRV/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9610 | 2024-12-21T05:28:43.655Z | [ host-image] Dec 21 05:28:41.994 INFO O| Dec 21 05:28:41.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9611 | 2024-12-21T05:28:43.655Z | [ host-image] Dec 21 05:28:41.994 INFO O| Dec 21 05:28:41.994 INFO ok! |
9612 | 2024-12-21T05:28:43.655Z | [ host-image] Dec 21 05:28:41.994 INFO O| Dec 21 05:28:41.994 INFO STEP 97 (ensure_file) COMPLETE |
9613 | 2024-12-21T05:28:43.655Z | [ host-image] Dec 21 05:28:41.994 INFO O| Dec 21 05:28:41.994 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9614 | 2024-12-21T05:28:43.693Z | [ recovery-image] Dec 21 05:28:42.034 INFO E| Compiling goblin v0.8.2 |
9615 | 2024-12-21T05:28:43.799Z | [ host-image] Dec 21 05:28:42.140 INFO O| Dec 21 05:28:42.140 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9616 | 2024-12-21T05:28:43.799Z | [ host-image] Dec 21 05:28:42.140 INFO O| Dec 21 05:28:42.140 INFO copying /tmp/.tmpWHjqRV/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 ... |
9617 | 2024-12-21T05:28:43.801Z | [ host-image] Dec 21 05:28:42.140 INFO O| Dec 21 05:28:42.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9618 | 2024-12-21T05:28:43.801Z | [ host-image] Dec 21 05:28:42.140 INFO O| Dec 21 05:28:42.140 INFO ok! |
9619 | 2024-12-21T05:28:43.801Z | [ host-image] Dec 21 05:28:42.140 INFO O| Dec 21 05:28:42.140 INFO STEP 98 (ensure_file) COMPLETE |
9620 | 2024-12-21T05:28:43.801Z | [ host-image] Dec 21 05:28:42.140 INFO O| Dec 21 05:28:42.140 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9621 | 2024-12-21T05:28:43.895Z | [ host-image] Dec 21 05:28:42.237 INFO O| Dec 21 05:28:42.237 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9622 | 2024-12-21T05:28:43.895Z | [ host-image] Dec 21 05:28:42.237 INFO O| Dec 21 05:28:42.237 INFO copying /tmp/.tmpWHjqRV/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 ... |
9623 | 2024-12-21T05:28:43.899Z | [ host-image] Dec 21 05:28:42.237 INFO O| Dec 21 05:28:42.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9624 | 2024-12-21T05:28:43.899Z | [ host-image] Dec 21 05:28:42.237 INFO O| Dec 21 05:28:42.237 INFO ok! |
9625 | 2024-12-21T05:28:43.899Z | [ host-image] Dec 21 05:28:42.237 INFO O| Dec 21 05:28:42.237 INFO STEP 99 (ensure_file) COMPLETE |
9626 | 2024-12-21T05:28:43.899Z | [ host-image] Dec 21 05:28:42.237 INFO O| Dec 21 05:28:42.237 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9627 | 2024-12-21T05:28:44.025Z | [ host-image] Dec 21 05:28:42.367 INFO O| Dec 21 05:28:42.367 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9628 | 2024-12-21T05:28:44.026Z | [ host-image] Dec 21 05:28:42.367 INFO O| Dec 21 05:28:42.367 INFO copying /tmp/.tmpWHjqRV/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 ... |
9629 | 2024-12-21T05:28:44.029Z | [ host-image] Dec 21 05:28:42.367 INFO O| Dec 21 05:28:42.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9630 | 2024-12-21T05:28:44.029Z | [ host-image] Dec 21 05:28:42.367 INFO O| Dec 21 05:28:42.367 INFO ok! |
9631 | 2024-12-21T05:28:44.029Z | [ host-image] Dec 21 05:28:42.367 INFO O| Dec 21 05:28:42.367 INFO STEP 100 (ensure_file) COMPLETE |
9632 | 2024-12-21T05:28:44.029Z | [ host-image] Dec 21 05:28:42.367 INFO O| Dec 21 05:28:42.367 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9633 | 2024-12-21T05:28:44.080Z | [ host-image] Dec 21 05:28:42.421 INFO O| Dec 21 05:28:42.421 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9634 | 2024-12-21T05:28:44.080Z | [ host-image] Dec 21 05:28:42.421 INFO O| Dec 21 05:28:42.421 INFO copying /tmp/.tmpWHjqRV/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9635 | 2024-12-21T05:28:44.080Z | [ host-image] Dec 21 05:28:42.421 INFO O| Dec 21 05:28:42.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9636 | 2024-12-21T05:28:44.080Z | [ host-image] Dec 21 05:28:42.421 INFO O| Dec 21 05:28:42.421 INFO ok! |
9637 | 2024-12-21T05:28:44.083Z | [ host-image] Dec 21 05:28:42.421 INFO O| Dec 21 05:28:42.421 INFO STEP 101 (ensure_file) COMPLETE |
9638 | 2024-12-21T05:28:44.083Z | [ host-image] Dec 21 05:28:42.421 INFO O| Dec 21 05:28:42.421 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9639 | 2024-12-21T05:28:44.103Z | [ host-image] Dec 21 05:28:42.444 INFO O| Dec 21 05:28:42.444 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9640 | 2024-12-21T05:28:44.103Z | [ host-image] Dec 21 05:28:42.444 INFO O| Dec 21 05:28:42.444 INFO copying /tmp/.tmpWHjqRV/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 ... |
9641 | 2024-12-21T05:28:44.106Z | [ host-image] Dec 21 05:28:42.445 INFO O| Dec 21 05:28:42.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9642 | 2024-12-21T05:28:44.106Z | [ host-image] Dec 21 05:28:42.445 INFO O| Dec 21 05:28:42.445 INFO ok! |
9643 | 2024-12-21T05:28:44.106Z | [ host-image] Dec 21 05:28:42.445 INFO O| Dec 21 05:28:42.445 INFO STEP 102 (ensure_file) COMPLETE |
9644 | 2024-12-21T05:28:44.106Z | [ host-image] Dec 21 05:28:42.445 INFO O| Dec 21 05:28:42.445 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9645 | 2024-12-21T05:28:44.254Z | [ host-image] Dec 21 05:28:42.595 INFO O| Dec 21 05:28:42.595 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9646 | 2024-12-21T05:28:44.254Z | [ host-image] Dec 21 05:28:42.595 INFO O| Dec 21 05:28:42.595 INFO copying /tmp/.tmpWHjqRV/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 ... |
9647 | 2024-12-21T05:28:44.254Z | [ host-image] Dec 21 05:28:42.596 INFO O| Dec 21 05:28:42.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9648 | 2024-12-21T05:28:44.257Z | [ host-image] Dec 21 05:28:42.596 INFO O| Dec 21 05:28:42.596 INFO ok! |
9649 | 2024-12-21T05:28:44.257Z | [ host-image] Dec 21 05:28:42.596 INFO O| Dec 21 05:28:42.596 INFO STEP 103 (ensure_file) COMPLETE |
9650 | 2024-12-21T05:28:44.257Z | [ host-image] Dec 21 05:28:42.596 INFO O| Dec 21 05:28:42.596 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9651 | 2024-12-21T05:28:44.316Z | [ host-image] Dec 21 05:28:42.657 INFO O| Dec 21 05:28:42.657 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9652 | 2024-12-21T05:28:44.316Z | [ host-image] Dec 21 05:28:42.657 INFO O| Dec 21 05:28:42.657 INFO copying /tmp/.tmpWHjqRV/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 ... |
9653 | 2024-12-21T05:28:44.319Z | [ host-image] Dec 21 05:28:42.658 INFO O| Dec 21 05:28:42.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9654 | 2024-12-21T05:28:44.319Z | [ host-image] Dec 21 05:28:42.658 INFO O| Dec 21 05:28:42.658 INFO ok! |
9655 | 2024-12-21T05:28:44.319Z | [ host-image] Dec 21 05:28:42.658 INFO O| Dec 21 05:28:42.658 INFO STEP 104 (ensure_file) COMPLETE |
9656 | 2024-12-21T05:28:44.319Z | [ host-image] Dec 21 05:28:42.658 INFO O| Dec 21 05:28:42.658 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9657 | 2024-12-21T05:28:44.338Z | [ host-image] Dec 21 05:28:42.679 INFO O| Dec 21 05:28:42.679 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9658 | 2024-12-21T05:28:44.338Z | [ host-image] Dec 21 05:28:42.679 INFO O| Dec 21 05:28:42.679 INFO copying /tmp/.tmpWHjqRV/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 ... |
9659 | 2024-12-21T05:28:44.341Z | [ host-image] Dec 21 05:28:42.680 INFO O| Dec 21 05:28:42.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9660 | 2024-12-21T05:28:44.341Z | [ host-image] Dec 21 05:28:42.680 INFO O| Dec 21 05:28:42.680 INFO ok! |
9661 | 2024-12-21T05:28:44.341Z | [ host-image] Dec 21 05:28:42.680 INFO O| Dec 21 05:28:42.680 INFO STEP 105 (ensure_file) COMPLETE |
9662 | 2024-12-21T05:28:44.341Z | [ host-image] Dec 21 05:28:42.680 INFO O| Dec 21 05:28:42.680 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9663 | 2024-12-21T05:28:44.359Z | [ host-image] Dec 21 05:28:42.700 INFO O| Dec 21 05:28:42.700 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9664 | 2024-12-21T05:28:44.359Z | [ host-image] Dec 21 05:28:42.700 INFO O| Dec 21 05:28:42.700 INFO copying /tmp/.tmpWHjqRV/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 ... |
9665 | 2024-12-21T05:28:44.362Z | [ host-image] Dec 21 05:28:42.701 INFO O| Dec 21 05:28:42.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9666 | 2024-12-21T05:28:44.362Z | [ host-image] Dec 21 05:28:42.701 INFO O| Dec 21 05:28:42.701 INFO ok! |
9667 | 2024-12-21T05:28:44.362Z | [ host-image] Dec 21 05:28:42.701 INFO O| Dec 21 05:28:42.701 INFO STEP 106 (ensure_file) COMPLETE |
9668 | 2024-12-21T05:28:44.362Z | [ host-image] Dec 21 05:28:42.701 INFO O| Dec 21 05:28:42.701 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9669 | 2024-12-21T05:28:44.380Z | [ host-image] Dec 21 05:28:42.722 INFO O| Dec 21 05:28:42.722 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9670 | 2024-12-21T05:28:44.380Z | [ host-image] Dec 21 05:28:42.722 INFO O| Dec 21 05:28:42.722 INFO copying /tmp/.tmpWHjqRV/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 ... |
9671 | 2024-12-21T05:28:44.383Z | [ host-image] Dec 21 05:28:42.722 INFO O| Dec 21 05:28:42.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9672 | 2024-12-21T05:28:44.383Z | [ host-image] Dec 21 05:28:42.722 INFO O| Dec 21 05:28:42.722 INFO ok! |
9673 | 2024-12-21T05:28:44.383Z | [ host-image] Dec 21 05:28:42.722 INFO O| Dec 21 05:28:42.722 INFO STEP 107 (ensure_file) COMPLETE |
9674 | 2024-12-21T05:28:44.383Z | [ host-image] Dec 21 05:28:42.722 INFO O| Dec 21 05:28:42.722 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9675 | 2024-12-21T05:28:44.439Z | [ host-image] Dec 21 05:28:42.780 INFO O| Dec 21 05:28:42.780 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9676 | 2024-12-21T05:28:44.439Z | [ host-image] Dec 21 05:28:42.780 INFO O| Dec 21 05:28:42.780 INFO copying /tmp/.tmpWHjqRV/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 ... |
9677 | 2024-12-21T05:28:44.439Z | [ host-image] Dec 21 05:28:42.780 INFO O| Dec 21 05:28:42.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9678 | 2024-12-21T05:28:44.439Z | [ host-image] Dec 21 05:28:42.780 INFO O| Dec 21 05:28:42.780 INFO ok! |
9679 | 2024-12-21T05:28:44.442Z | [ host-image] Dec 21 05:28:42.780 INFO O| Dec 21 05:28:42.780 INFO STEP 108 (ensure_file) COMPLETE |
9680 | 2024-12-21T05:28:44.442Z | [ host-image] Dec 21 05:28:42.780 INFO O| Dec 21 05:28:42.780 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9681 | 2024-12-21T05:28:44.487Z | [ host-image] Dec 21 05:28:42.828 INFO O| Dec 21 05:28:42.828 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9682 | 2024-12-21T05:28:44.487Z | [ host-image] Dec 21 05:28:42.828 INFO O| Dec 21 05:28:42.828 INFO copying /tmp/.tmpWHjqRV/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 ... |
9683 | 2024-12-21T05:28:44.487Z | [ host-image] Dec 21 05:28:42.828 INFO O| Dec 21 05:28:42.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9684 | 2024-12-21T05:28:44.487Z | [ host-image] Dec 21 05:28:42.828 INFO O| Dec 21 05:28:42.828 INFO ok! |
9685 | 2024-12-21T05:28:44.487Z | [ host-image] Dec 21 05:28:42.828 INFO O| Dec 21 05:28:42.828 INFO STEP 109 (ensure_file) COMPLETE |
9686 | 2024-12-21T05:28:44.487Z | [ host-image] Dec 21 05:28:42.828 INFO O| Dec 21 05:28:42.828 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9687 | 2024-12-21T05:28:44.543Z | [ host-image] Dec 21 05:28:42.884 INFO O| Dec 21 05:28:42.884 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9688 | 2024-12-21T05:28:44.543Z | [ host-image] Dec 21 05:28:42.884 INFO O| Dec 21 05:28:42.884 INFO copying /tmp/.tmpWHjqRV/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 ... |
9689 | 2024-12-21T05:28:44.546Z | [ host-image] Dec 21 05:28:42.885 INFO O| Dec 21 05:28:42.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9690 | 2024-12-21T05:28:44.546Z | [ host-image] Dec 21 05:28:42.885 INFO O| Dec 21 05:28:42.885 INFO ok! |
9691 | 2024-12-21T05:28:44.546Z | [ host-image] Dec 21 05:28:42.885 INFO O| Dec 21 05:28:42.885 INFO STEP 110 (ensure_file) COMPLETE |
9692 | 2024-12-21T05:28:44.546Z | [ host-image] Dec 21 05:28:42.885 INFO O| Dec 21 05:28:42.885 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9693 | 2024-12-21T05:28:44.575Z | [ host-image] Dec 21 05:28:42.916 INFO O| Dec 21 05:28:42.916 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9694 | 2024-12-21T05:28:44.575Z | [ host-image] Dec 21 05:28:42.917 INFO O| Dec 21 05:28:42.916 INFO copying /tmp/.tmpWHjqRV/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 ... |
9695 | 2024-12-21T05:28:44.578Z | [ host-image] Dec 21 05:28:42.917 INFO O| Dec 21 05:28:42.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9696 | 2024-12-21T05:28:44.578Z | [ host-image] Dec 21 05:28:42.917 INFO O| Dec 21 05:28:42.917 INFO ok! |
9697 | 2024-12-21T05:28:44.578Z | [ host-image] Dec 21 05:28:42.917 INFO O| Dec 21 05:28:42.917 INFO STEP 111 (ensure_file) COMPLETE |
9698 | 2024-12-21T05:28:44.578Z | [ host-image] Dec 21 05:28:42.917 INFO O| Dec 21 05:28:42.917 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9699 | 2024-12-21T05:28:44.596Z | [ host-image] Dec 21 05:28:42.937 INFO O| Dec 21 05:28:42.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9700 | 2024-12-21T05:28:44.596Z | [ host-image] Dec 21 05:28:42.937 INFO O| Dec 21 05:28:42.937 INFO copying /tmp/.tmpWHjqRV/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 ... |
9701 | 2024-12-21T05:28:44.599Z | [ host-image] Dec 21 05:28:42.938 INFO O| Dec 21 05:28:42.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9702 | 2024-12-21T05:28:44.599Z | [ host-image] Dec 21 05:28:42.938 INFO O| Dec 21 05:28:42.938 INFO ok! |
9703 | 2024-12-21T05:28:44.599Z | [ host-image] Dec 21 05:28:42.938 INFO O| Dec 21 05:28:42.938 INFO STEP 112 (ensure_file) COMPLETE |
9704 | 2024-12-21T05:28:44.599Z | [ host-image] Dec 21 05:28:42.938 INFO O| Dec 21 05:28:42.938 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9705 | 2024-12-21T05:28:44.634Z | [ host-image] Dec 21 05:28:42.975 INFO O| Dec 21 05:28:42.975 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9706 | 2024-12-21T05:28:44.634Z | [ host-image] Dec 21 05:28:42.975 INFO O| Dec 21 05:28:42.975 INFO copying /tmp/.tmpWHjqRV/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 ... |
9707 | 2024-12-21T05:28:44.634Z | [ host-image] Dec 21 05:28:42.976 INFO O| Dec 21 05:28:42.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9708 | 2024-12-21T05:28:44.634Z | [ host-image] Dec 21 05:28:42.976 INFO O| Dec 21 05:28:42.976 INFO ok! |
9709 | 2024-12-21T05:28:44.637Z | [ host-image] Dec 21 05:28:42.976 INFO O| Dec 21 05:28:42.976 INFO STEP 113 (ensure_file) COMPLETE |
9710 | 2024-12-21T05:28:44.637Z | [ host-image] Dec 21 05:28:42.976 INFO O| Dec 21 05:28:42.976 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9711 | 2024-12-21T05:28:44.743Z | [ host-image] Dec 21 05:28:43.084 INFO O| Dec 21 05:28:43.084 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9712 | 2024-12-21T05:28:44.743Z | [ host-image] Dec 21 05:28:43.084 INFO O| Dec 21 05:28:43.084 INFO copying /tmp/.tmpWHjqRV/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 ... |
9713 | 2024-12-21T05:28:44.746Z | [ host-image] Dec 21 05:28:43.084 INFO O| Dec 21 05:28:43.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9714 | 2024-12-21T05:28:44.746Z | [ host-image] Dec 21 05:28:43.084 INFO O| Dec 21 05:28:43.084 INFO ok! |
9715 | 2024-12-21T05:28:44.746Z | [ host-image] Dec 21 05:28:43.085 INFO O| Dec 21 05:28:43.084 INFO STEP 114 (ensure_file) COMPLETE |
9716 | 2024-12-21T05:28:44.746Z | [ host-image] Dec 21 05:28:43.085 INFO O| Dec 21 05:28:43.085 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9717 | 2024-12-21T05:28:44.764Z | [ host-image] Dec 21 05:28:43.106 INFO O| Dec 21 05:28:43.106 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9718 | 2024-12-21T05:28:44.765Z | [ host-image] Dec 21 05:28:43.106 INFO O| Dec 21 05:28:43.106 INFO copying /tmp/.tmpWHjqRV/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 ... |
9719 | 2024-12-21T05:28:44.767Z | [ host-image] Dec 21 05:28:43.106 INFO O| Dec 21 05:28:43.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9720 | 2024-12-21T05:28:44.767Z | [ host-image] Dec 21 05:28:43.106 INFO O| Dec 21 05:28:43.106 INFO ok! |
9721 | 2024-12-21T05:28:44.767Z | [ host-image] Dec 21 05:28:43.106 INFO O| Dec 21 05:28:43.106 INFO STEP 115 (ensure_file) COMPLETE |
9722 | 2024-12-21T05:28:44.767Z | [ host-image] Dec 21 05:28:43.107 INFO O| Dec 21 05:28:43.106 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9723 | 2024-12-21T05:28:44.788Z | [ host-image] Dec 21 05:28:43.129 INFO O| Dec 21 05:28:43.129 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9724 | 2024-12-21T05:28:44.788Z | [ host-image] Dec 21 05:28:43.129 INFO O| Dec 21 05:28:43.129 INFO copying /tmp/.tmpWHjqRV/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 ... |
9725 | 2024-12-21T05:28:44.788Z | [ host-image] Dec 21 05:28:43.129 INFO O| Dec 21 05:28:43.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9726 | 2024-12-21T05:28:44.791Z | [ host-image] Dec 21 05:28:43.129 INFO O| Dec 21 05:28:43.129 INFO ok! |
9727 | 2024-12-21T05:28:44.791Z | [ host-image] Dec 21 05:28:43.130 INFO O| Dec 21 05:28:43.129 INFO STEP 116 (ensure_file) COMPLETE |
9728 | 2024-12-21T05:28:44.791Z | [ host-image] Dec 21 05:28:43.130 INFO O| Dec 21 05:28:43.130 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9729 | 2024-12-21T05:28:44.827Z | [ host-image] Dec 21 05:28:43.168 INFO O| Dec 21 05:28:43.168 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9730 | 2024-12-21T05:28:44.827Z | [ host-image] Dec 21 05:28:43.168 INFO O| Dec 21 05:28:43.168 INFO copying /tmp/.tmpWHjqRV/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 ... |
9731 | 2024-12-21T05:28:44.830Z | [ host-image] Dec 21 05:28:43.168 INFO O| Dec 21 05:28:43.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9732 | 2024-12-21T05:28:44.830Z | [ host-image] Dec 21 05:28:43.168 INFO O| Dec 21 05:28:43.168 INFO ok! |
9733 | 2024-12-21T05:28:44.830Z | [ host-image] Dec 21 05:28:43.168 INFO O| Dec 21 05:28:43.168 INFO STEP 117 (ensure_file) COMPLETE |
9734 | 2024-12-21T05:28:44.830Z | [ host-image] Dec 21 05:28:43.168 INFO O| Dec 21 05:28:43.168 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9735 | 2024-12-21T05:28:44.883Z | [ host-image] Dec 21 05:28:43.224 INFO O| Dec 21 05:28:43.224 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9736 | 2024-12-21T05:28:44.883Z | [ host-image] Dec 21 05:28:43.224 INFO O| Dec 21 05:28:43.224 INFO copying /tmp/.tmpWHjqRV/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9737 | 2024-12-21T05:28:44.886Z | [ host-image] Dec 21 05:28:43.225 INFO O| Dec 21 05:28:43.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9738 | 2024-12-21T05:28:44.886Z | [ host-image] Dec 21 05:28:43.225 INFO O| Dec 21 05:28:43.225 INFO ok! |
9739 | 2024-12-21T05:28:44.886Z | [ host-image] Dec 21 05:28:43.225 INFO O| Dec 21 05:28:43.225 INFO STEP 118 (ensure_file) COMPLETE |
9740 | 2024-12-21T05:28:44.886Z | [ host-image] Dec 21 05:28:43.225 INFO O| Dec 21 05:28:43.225 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9741 | 2024-12-21T05:28:44.909Z | [ host-image] Dec 21 05:28:43.250 INFO O| Dec 21 05:28:43.250 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9742 | 2024-12-21T05:28:44.912Z | [ host-image] Dec 21 05:28:43.250 INFO O| Dec 21 05:28:43.250 INFO copying /tmp/.tmpWHjqRV/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 ... |
9743 | 2024-12-21T05:28:44.924Z | [ host-image] Dec 21 05:28:43.266 INFO O| Dec 21 05:28:43.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9744 | 2024-12-21T05:28:44.924Z | [ host-image] Dec 21 05:28:43.266 INFO O| Dec 21 05:28:43.266 INFO ok! |
9745 | 2024-12-21T05:28:44.927Z | [ host-image] Dec 21 05:28:43.266 INFO O| Dec 21 05:28:43.266 INFO STEP 119 (ensure_file) COMPLETE |
9746 | 2024-12-21T05:28:44.927Z | [ host-image] Dec 21 05:28:43.266 INFO O| Dec 21 05:28:43.266 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9747 | 2024-12-21T05:28:44.946Z | [ host-image] Dec 21 05:28:43.287 INFO O| Dec 21 05:28:43.287 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9748 | 2024-12-21T05:28:44.946Z | [ host-image] Dec 21 05:28:43.287 INFO O| Dec 21 05:28:43.287 INFO copying /tmp/.tmpWHjqRV/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9749 | 2024-12-21T05:28:44.946Z | [ host-image] Dec 21 05:28:43.287 INFO O| Dec 21 05:28:43.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9750 | 2024-12-21T05:28:44.949Z | [ host-image] Dec 21 05:28:43.287 INFO O| Dec 21 05:28:43.287 INFO ok! |
9751 | 2024-12-21T05:28:44.949Z | [ host-image] Dec 21 05:28:43.287 INFO O| Dec 21 05:28:43.287 INFO STEP 120 (ensure_file) COMPLETE |
9752 | 2024-12-21T05:28:44.949Z | [ host-image] Dec 21 05:28:43.287 INFO O| Dec 21 05:28:43.287 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9753 | 2024-12-21T05:28:44.965Z | [ host-image] Dec 21 05:28:43.307 INFO O| Dec 21 05:28:43.307 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9754 | 2024-12-21T05:28:44.966Z | [ host-image] Dec 21 05:28:43.307 INFO O| Dec 21 05:28:43.307 INFO copying /tmp/.tmpWHjqRV/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9755 | 2024-12-21T05:28:56.509Z | [ host-image] Dec 21 05:28:54.849 INFO O| Dec 21 05:28:54.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9756 | 2024-12-21T05:28:56.512Z | [ host-image] Dec 21 05:28:54.849 INFO O| Dec 21 05:28:54.849 INFO ok! |
9757 | 2024-12-21T05:28:56.512Z | [ host-image] Dec 21 05:28:54.849 INFO O| Dec 21 05:28:54.849 INFO STEP 121 (ensure_file) COMPLETE |
9758 | 2024-12-21T05:28:56.512Z | [ host-image] Dec 21 05:28:54.849 INFO O| Dec 21 05:28:54.849 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9759 | 2024-12-21T05:28:56.529Z | [ host-image] Dec 21 05:28:54.869 INFO O| Dec 21 05:28:54.869 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9760 | 2024-12-21T05:28:56.529Z | [ host-image] Dec 21 05:28:54.869 INFO O| Dec 21 05:28:54.869 INFO STEP 122 (ensure_dir) COMPLETE |
9761 | 2024-12-21T05:28:56.532Z | [ host-image] Dec 21 05:28:54.869 INFO O| Dec 21 05:28:54.869 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9762 | 2024-12-21T05:28:56.547Z | [ host-image] Dec 21 05:28:54.887 INFO O| Dec 21 05:28:54.887 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9763 | 2024-12-21T05:28:56.547Z | [ host-image] Dec 21 05:28:54.887 INFO O| Dec 21 05:28:54.887 INFO STEP 123 (ensure_dir) COMPLETE |
9764 | 2024-12-21T05:28:56.549Z | [ host-image] Dec 21 05:28:54.887 INFO O| Dec 21 05:28:54.887 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9765 | 2024-12-21T05:28:56.577Z | [ host-image] Dec 21 05:28:54.917 INFO O| Dec 21 05:28:54.917 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9766 | 2024-12-21T05:28:56.577Z | [ host-image] Dec 21 05:28:54.917 INFO O| Dec 21 05:28:54.917 INFO STEP 124 (ensure_dir) COMPLETE |
9767 | 2024-12-21T05:28:56.577Z | [ host-image] Dec 21 05:28:54.917 INFO O| Dec 21 05:28:54.917 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9768 | 2024-12-21T05:28:56.643Z | [ host-image] Dec 21 05:28:54.984 INFO O| Dec 21 05:28:54.984 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9769 | 2024-12-21T05:28:56.644Z | [ host-image] Dec 21 05:28:54.984 INFO O| Dec 21 05:28:54.984 INFO STEP 125 (ensure_dir) COMPLETE |
9770 | 2024-12-21T05:28:56.646Z | [ host-image] Dec 21 05:28:54.984 INFO O| Dec 21 05:28:54.984 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9771 | 2024-12-21T05:28:56.727Z | [ host-image] Dec 21 05:28:55.067 INFO O| Dec 21 05:28:55.067 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9772 | 2024-12-21T05:28:56.727Z | [ host-image] Dec 21 05:28:55.067 INFO O| Dec 21 05:28:55.067 INFO copying /tmp/.tmpWHjqRV/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 ... |
9773 | 2024-12-21T05:28:56.729Z | [ host-image] Dec 21 05:28:55.067 INFO O| Dec 21 05:28:55.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9774 | 2024-12-21T05:28:56.729Z | [ host-image] Dec 21 05:28:55.067 INFO O| Dec 21 05:28:55.067 INFO ok! |
9775 | 2024-12-21T05:28:56.729Z | [ host-image] Dec 21 05:28:55.067 INFO O| Dec 21 05:28:55.067 INFO STEP 126 (ensure_file) COMPLETE |
9776 | 2024-12-21T05:28:56.729Z | [ host-image] Dec 21 05:28:55.067 INFO O| Dec 21 05:28:55.067 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9777 | 2024-12-21T05:28:56.747Z | [ host-image] Dec 21 05:28:55.087 INFO O| Dec 21 05:28:55.087 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9778 | 2024-12-21T05:28:56.747Z | [ host-image] Dec 21 05:28:55.087 INFO O| Dec 21 05:28:55.087 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9779 | 2024-12-21T05:28:56.747Z | [ host-image] Dec 21 05:28:55.087 INFO O| Dec 21 05:28:55.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9780 | 2024-12-21T05:28:56.749Z | [ host-image] Dec 21 05:28:55.087 INFO O| Dec 21 05:28:55.087 INFO STEP 127 (ensure_dir) COMPLETE |
9781 | 2024-12-21T05:28:56.749Z | [ host-image] Dec 21 05:28:55.087 INFO O| Dec 21 05:28:55.087 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9782 | 2024-12-21T05:28:56.767Z | [ host-image] Dec 21 05:28:55.107 INFO O| Dec 21 05:28:55.107 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9783 | 2024-12-21T05:28:56.767Z | [ host-image] Dec 21 05:28:55.107 INFO O| Dec 21 05:28:55.107 INFO copying /tmp/.tmpWHjqRV/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9784 | 2024-12-21T05:28:56.770Z | [ host-image] Dec 21 05:28:55.107 INFO O| Dec 21 05:28:55.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9785 | 2024-12-21T05:28:56.770Z | [ host-image] Dec 21 05:28:55.107 INFO O| Dec 21 05:28:55.107 INFO ok! |
9786 | 2024-12-21T05:28:56.770Z | [ host-image] Dec 21 05:28:55.107 INFO O| Dec 21 05:28:55.107 INFO STEP 128 (ensure_file) COMPLETE |
9787 | 2024-12-21T05:28:56.770Z | [ host-image] Dec 21 05:28:55.107 INFO O| Dec 21 05:28:55.107 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9788 | 2024-12-21T05:28:56.787Z | [ host-image] Dec 21 05:28:55.127 INFO O| Dec 21 05:28:55.127 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9789 | 2024-12-21T05:28:56.790Z | [ host-image] Dec 21 05:28:55.127 INFO O| Dec 21 05:28:55.127 INFO STEP 129 (remove_files) COMPLETE |
9790 | 2024-12-21T05:28:56.790Z | [ host-image] Dec 21 05:28:55.128 INFO O| Dec 21 05:28:55.128 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9791 | 2024-12-21T05:28:56.806Z | [ host-image] Dec 21 05:28:55.146 INFO O| Dec 21 05:28:55.146 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9792 | 2024-12-21T05:28:56.809Z | [ host-image] Dec 21 05:28:55.146 INFO O| Dec 21 05:28:55.146 INFO STEP 130 (remove_files) COMPLETE |
9793 | 2024-12-21T05:28:56.809Z | [ host-image] Dec 21 05:28:55.146 INFO O| Dec 21 05:28:55.146 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9794 | 2024-12-21T05:28:56.826Z | [ host-image] Dec 21 05:28:55.166 INFO O| Dec 21 05:28:55.166 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9795 | 2024-12-21T05:28:56.829Z | [ host-image] Dec 21 05:28:55.166 INFO O| Dec 21 05:28:55.166 INFO STEP 131 (remove_files) COMPLETE |
9796 | 2024-12-21T05:28:56.829Z | [ host-image] Dec 21 05:28:55.166 INFO O| Dec 21 05:28:55.166 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9797 | 2024-12-21T05:28:56.851Z | [ host-image] Dec 21 05:28:55.191 INFO O| Dec 21 05:28:55.191 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9798 | 2024-12-21T05:28:56.853Z | [ host-image] Dec 21 05:28:55.191 INFO O| Dec 21 05:28:55.191 INFO STEP 132 (remove_files) COMPLETE |
9799 | 2024-12-21T05:28:56.854Z | [ host-image] Dec 21 05:28:55.191 INFO O| Dec 21 05:28:55.191 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9800 | 2024-12-21T05:28:56.886Z | [ host-image] Dec 21 05:28:55.226 INFO O| Dec 21 05:28:55.226 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9801 | 2024-12-21T05:28:56.889Z | [ host-image] Dec 21 05:28:55.226 INFO O| Dec 21 05:28:55.226 INFO STEP 133 (remove_files) COMPLETE |
9802 | 2024-12-21T05:28:56.889Z | [ host-image] Dec 21 05:28:55.226 INFO O| Dec 21 05:28:55.226 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9803 | 2024-12-21T05:28:56.907Z | [ host-image] Dec 21 05:28:55.247 INFO O| Dec 21 05:28:55.247 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9804 | 2024-12-21T05:28:56.910Z | [ host-image] Dec 21 05:28:55.247 INFO O| Dec 21 05:28:55.247 INFO STEP 134 (remove_files) COMPLETE |
9805 | 2024-12-21T05:28:56.910Z | [ host-image] Dec 21 05:28:55.247 INFO O| Dec 21 05:28:55.247 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9806 | 2024-12-21T05:28:56.947Z | [ host-image] Dec 21 05:28:55.287 INFO O| Dec 21 05:28:55.287 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9807 | 2024-12-21T05:28:56.947Z | [ host-image] Dec 21 05:28:55.287 INFO O| Dec 21 05:28:55.287 INFO STEP 135 (remove_files) COMPLETE |
9808 | 2024-12-21T05:28:56.950Z | [ host-image] Dec 21 05:28:55.287 INFO O| Dec 21 05:28:55.287 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9809 | 2024-12-21T05:28:56.966Z | [ host-image] Dec 21 05:28:55.307 INFO O| Dec 21 05:28:55.307 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9810 | 2024-12-21T05:28:56.966Z | [ host-image] Dec 21 05:28:55.307 INFO O| Dec 21 05:28:55.307 INFO STEP 136 (remove_files) COMPLETE |
9811 | 2024-12-21T05:28:56.966Z | [ host-image] Dec 21 05:28:55.307 INFO O| Dec 21 05:28:55.307 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9812 | 2024-12-21T05:28:56.984Z | [ host-image] Dec 21 05:28:55.325 INFO O| Dec 21 05:28:55.324 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9813 | 2024-12-21T05:28:56.984Z | [ host-image] Dec 21 05:28:55.325 INFO O| Dec 21 05:28:55.325 INFO STEP 137 (remove_files) COMPLETE |
9814 | 2024-12-21T05:28:56.984Z | [ host-image] Dec 21 05:28:55.325 INFO O| Dec 21 05:28:55.325 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9815 | 2024-12-21T05:28:57.003Z | [ host-image] Dec 21 05:28:55.343 INFO O| Dec 21 05:28:55.343 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9816 | 2024-12-21T05:28:57.003Z | [ host-image] Dec 21 05:28:55.343 INFO O| Dec 21 05:28:55.343 INFO STEP 138 (remove_files) COMPLETE |
9817 | 2024-12-21T05:28:57.006Z | [ host-image] Dec 21 05:28:55.343 INFO O| Dec 21 05:28:55.343 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9818 | 2024-12-21T05:28:57.032Z | [ host-image] Dec 21 05:28:55.372 INFO O| Dec 21 05:28:55.372 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9819 | 2024-12-21T05:28:57.035Z | [ host-image] Dec 21 05:28:55.372 INFO O| Dec 21 05:28:55.372 INFO STEP 139 (remove_files) COMPLETE |
9820 | 2024-12-21T05:28:57.035Z | [ host-image] Dec 21 05:28:55.372 INFO O| Dec 21 05:28:55.372 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9821 | 2024-12-21T05:28:57.064Z | [ host-image] Dec 21 05:28:55.393 INFO O| Dec 21 05:28:55.393 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9822 | 2024-12-21T05:28:57.064Z | [ host-image] Dec 21 05:28:55.393 INFO O| Dec 21 05:28:55.393 INFO STEP 140 (remove_files) COMPLETE |
9823 | 2024-12-21T05:28:57.064Z | [ host-image] Dec 21 05:28:55.393 INFO O| Dec 21 05:28:55.393 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9824 | 2024-12-21T05:28:57.082Z | [ host-image] Dec 21 05:28:55.421 INFO O| Dec 21 05:28:55.421 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9825 | 2024-12-21T05:28:57.082Z | [ host-image] Dec 21 05:28:55.421 INFO O| Dec 21 05:28:55.421 INFO STEP 141 (remove_files) COMPLETE |
9826 | 2024-12-21T05:28:57.082Z | [ host-image] Dec 21 05:28:55.421 INFO O| Dec 21 05:28:55.421 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9827 | 2024-12-21T05:28:57.126Z | [ host-image] Dec 21 05:28:55.465 INFO O| Dec 21 05:28:55.465 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9828 | 2024-12-21T05:28:57.126Z | [ host-image] Dec 21 05:28:55.465 INFO O| Dec 21 05:28:55.465 INFO STEP 142 (remove_files) COMPLETE |
9829 | 2024-12-21T05:28:57.126Z | [ host-image] Dec 21 05:28:55.465 INFO O| Dec 21 05:28:55.465 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9830 | 2024-12-21T05:28:57.150Z | [ host-image] Dec 21 05:28:55.490 INFO O| Dec 21 05:28:55.490 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9831 | 2024-12-21T05:28:57.150Z | [ host-image] Dec 21 05:28:55.491 INFO O| Dec 21 05:28:55.491 INFO STEP 143 (remove_files) COMPLETE |
9832 | 2024-12-21T05:28:57.153Z | [ host-image] Dec 21 05:28:55.491 INFO O| Dec 21 05:28:55.491 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9833 | 2024-12-21T05:28:57.170Z | [ host-image] Dec 21 05:28:55.510 INFO O| Dec 21 05:28:55.510 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9834 | 2024-12-21T05:28:57.170Z | [ host-image] Dec 21 05:28:55.510 INFO O| Dec 21 05:28:55.510 INFO STEP 144 (remove_files) COMPLETE |
9835 | 2024-12-21T05:28:57.170Z | [ host-image] Dec 21 05:28:55.510 INFO O| Dec 21 05:28:55.510 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9836 | 2024-12-21T05:28:57.229Z | [ host-image] Dec 21 05:28:55.568 INFO O| Dec 21 05:28:55.568 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9837 | 2024-12-21T05:28:57.229Z | [ host-image] Dec 21 05:28:55.569 INFO O| Dec 21 05:28:55.569 INFO STEP 145 (remove_files) COMPLETE |
9838 | 2024-12-21T05:28:57.229Z | [ host-image] Dec 21 05:28:55.569 INFO O| Dec 21 05:28:55.569 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9839 | 2024-12-21T05:28:57.247Z | [ host-image] Dec 21 05:28:55.587 INFO O| Dec 21 05:28:55.587 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9840 | 2024-12-21T05:28:57.247Z | [ host-image] Dec 21 05:28:55.587 INFO O| Dec 21 05:28:55.587 INFO STEP 146 (remove_files) COMPLETE |
9841 | 2024-12-21T05:28:57.250Z | [ host-image] Dec 21 05:28:55.587 INFO O| Dec 21 05:28:55.587 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9842 | 2024-12-21T05:28:57.266Z | [ host-image] Dec 21 05:28:55.606 INFO O| Dec 21 05:28:55.606 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9843 | 2024-12-21T05:28:57.266Z | [ host-image] Dec 21 05:28:55.606 INFO O| Dec 21 05:28:55.606 INFO STEP 147 (remove_files) COMPLETE |
9844 | 2024-12-21T05:28:57.266Z | [ host-image] Dec 21 05:28:55.606 INFO O| Dec 21 05:28:55.606 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9845 | 2024-12-21T05:28:57.283Z | [ host-image] Dec 21 05:28:55.624 INFO O| Dec 21 05:28:55.623 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9846 | 2024-12-21T05:28:57.286Z | [ host-image] Dec 21 05:28:55.624 INFO O| Dec 21 05:28:55.624 INFO STEP 148 (remove_files) COMPLETE |
9847 | 2024-12-21T05:28:57.287Z | [ host-image] Dec 21 05:28:55.624 INFO O| Dec 21 05:28:55.624 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9848 | 2024-12-21T05:28:57.306Z | [ host-image] Dec 21 05:28:55.646 INFO O| Dec 21 05:28:55.646 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9849 | 2024-12-21T05:28:57.306Z | [ host-image] Dec 21 05:28:55.646 INFO O| Dec 21 05:28:55.646 INFO STEP 149 (remove_files) COMPLETE |
9850 | 2024-12-21T05:28:57.306Z | [ host-image] Dec 21 05:28:55.646 INFO O| Dec 21 05:28:55.646 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9851 | 2024-12-21T05:28:57.324Z | [ host-image] Dec 21 05:28:55.664 INFO O| Dec 21 05:28:55.664 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9852 | 2024-12-21T05:28:57.327Z | [ host-image] Dec 21 05:28:55.665 INFO O| Dec 21 05:28:55.664 INFO STEP 150 (remove_files) COMPLETE |
9853 | 2024-12-21T05:28:57.327Z | [ host-image] Dec 21 05:28:55.665 INFO O| Dec 21 05:28:55.665 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9854 | 2024-12-21T05:28:57.342Z | [ host-image] Dec 21 05:28:55.682 INFO O| Dec 21 05:28:55.682 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9855 | 2024-12-21T05:28:57.344Z | [ host-image] Dec 21 05:28:55.682 INFO O| Dec 21 05:28:55.682 INFO STEP 151 (remove_files) COMPLETE |
9856 | 2024-12-21T05:28:57.344Z | [ host-image] Dec 21 05:28:55.682 INFO O| Dec 21 05:28:55.682 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9857 | 2024-12-21T05:28:57.359Z | [ host-image] Dec 21 05:28:55.699 INFO O| Dec 21 05:28:55.699 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9858 | 2024-12-21T05:28:57.362Z | [ host-image] Dec 21 05:28:55.700 INFO O| Dec 21 05:28:55.700 INFO STEP 152 (remove_files) COMPLETE |
9859 | 2024-12-21T05:28:57.362Z | [ host-image] Dec 21 05:28:55.700 INFO O| Dec 21 05:28:55.700 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9860 | 2024-12-21T05:28:57.378Z | [ host-image] Dec 21 05:28:55.718 INFO O| Dec 21 05:28:55.718 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9861 | 2024-12-21T05:28:57.381Z | [ host-image] Dec 21 05:28:55.719 INFO O| Dec 21 05:28:55.719 INFO STEP 153 (remove_files) COMPLETE |
9862 | 2024-12-21T05:28:57.381Z | [ host-image] Dec 21 05:28:55.719 INFO O| Dec 21 05:28:55.719 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9863 | 2024-12-21T05:28:57.398Z | [ host-image] Dec 21 05:28:55.738 INFO O| Dec 21 05:28:55.738 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9864 | 2024-12-21T05:28:57.400Z | [ host-image] Dec 21 05:28:55.738 INFO O| Dec 21 05:28:55.738 INFO STEP 154 (remove_files) COMPLETE |
9865 | 2024-12-21T05:28:57.400Z | [ host-image] Dec 21 05:28:55.738 INFO O| Dec 21 05:28:55.738 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9866 | 2024-12-21T05:28:57.428Z | [ host-image] Dec 21 05:28:55.768 INFO O| Dec 21 05:28:55.768 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9867 | 2024-12-21T05:28:57.428Z | [ host-image] Dec 21 05:28:55.768 INFO O| Dec 21 05:28:55.768 INFO STEP 155 (remove_files) COMPLETE |
9868 | 2024-12-21T05:28:57.428Z | [ host-image] Dec 21 05:28:55.768 INFO O| Dec 21 05:28:55.768 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9869 | 2024-12-21T05:28:57.456Z | [ host-image] Dec 21 05:28:55.796 INFO O| Dec 21 05:28:55.796 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9870 | 2024-12-21T05:28:57.456Z | [ host-image] Dec 21 05:28:55.796 INFO O| Dec 21 05:28:55.796 INFO STEP 156 (remove_files) COMPLETE |
9871 | 2024-12-21T05:28:57.456Z | [ host-image] Dec 21 05:28:55.796 INFO O| Dec 21 05:28:55.796 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9872 | 2024-12-21T05:28:57.476Z | [ host-image] Dec 21 05:28:55.816 INFO O| Dec 21 05:28:55.816 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9873 | 2024-12-21T05:28:57.476Z | [ host-image] Dec 21 05:28:55.816 INFO O| Dec 21 05:28:55.816 INFO STEP 157 (remove_files) COMPLETE |
9874 | 2024-12-21T05:28:57.476Z | [ host-image] Dec 21 05:28:55.816 INFO O| Dec 21 05:28:55.816 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9875 | 2024-12-21T05:28:57.504Z | [ host-image] Dec 21 05:28:55.844 INFO O| Dec 21 05:28:55.844 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9876 | 2024-12-21T05:28:57.507Z | [ host-image] Dec 21 05:28:55.845 INFO O| Dec 21 05:28:55.844 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"} |
9877 | 2024-12-21T05:29:00.016Z | [ recovery-image] Dec 21 05:28:58.356 INFO E| Finished `release` profile [optimized] target(s) in 1m 26s |
9878 | 2024-12-21T05:29:00.053Z | [ recovery-image] Dec 21 05:28:58.392 INFO building host image... |
9879 | 2024-12-21T05:29:00.055Z | [ recovery-image] Dec 21 05:28:58.393 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") |
9880 | 2024-12-21T05:29:01.047Z | [ recovery-image] Dec 21 05:28:59.387 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9881 | 2024-12-21T05:29:03.535Z | [ recovery-image] Dec 21 05:29:01.874 INFO image complete! materials are in "/work/os-recovery" |
9882 | 2024-12-21T05:29:03.541Z | [ recovery-image] |
9883 | 2024-12-21T05:29:03.541Z | [ recovery-image] real 10:46.046211823 |
9884 | 2024-12-21T05:29:03.543Z | [ recovery-image] user 6:36.737108262 |
9885 | 2024-12-21T05:29:03.543Z | [ recovery-image] sys 1:07.462849359 |
9886 | 2024-12-21T05:29:03.543Z | [ recovery-image] trap 0.414814174 |
9887 | 2024-12-21T05:29:03.543Z | [ recovery-image] tflt 0.944071987 |
9888 | 2024-12-21T05:29:03.543Z | [ recovery-image] dflt 4.040784883 |
9889 | 2024-12-21T05:29:03.543Z | [ recovery-image] kflt 0.003092252 |
9890 | 2024-12-21T05:29:03.543Z | [ recovery-image] lock 26:42.228263498 |
9891 | 2024-12-21T05:29:03.543Z | [ recovery-image] slp 1:06:16.701772537 |
9892 | 2024-12-21T05:29:03.544Z | [ recovery-image] lat 5:12.164519440 |
9893 | 2024-12-21T05:29:03.544Z | [ recovery-image] stop 10.990758183 |
9894 | 2024-12-21T05:29:03.544Z | Dec 21 05:29:01.881 INFO [recovery-image] process exited with exit status: 0 (646.15053468s) |
9895 | 2024-12-21T05:29:06.630Z | [ host-image] Dec 21 05:29:04.969 INFO O| Dec 21 05:29:04.968 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 |
9896 | 2024-12-21T05:29:06.630Z | [ host-image] Dec 21 05:29:04.969 INFO O| Dec 21 05:29:04.969 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9897 | 2024-12-21T05:29:06.654Z | [ host-image] Dec 21 05:29:04.990 INFO O| Dec 21 05:29:04.990 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
9898 | 2024-12-21T05:29:06.778Z | [ host-image] Dec 21 05:29:05.117 INFO O| Dec 21 05:29:05.117 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9899 | 2024-12-21T05:29:06.778Z | [ host-image] Dec 21 05:29:05.117 INFO O| Dec 21 05:29:05.117 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9900 | 2024-12-21T05:29:06.781Z | [ host-image] Dec 21 05:29:05.120 INFO O| Dec 21 05:29:05.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9901 | 2024-12-21T05:29:06.781Z | [ host-image] Dec 21 05:29:05.120 INFO O| Dec 21 05:29:05.120 INFO ok! |
9902 | 2024-12-21T05:29:06.781Z | [ host-image] Dec 21 05:29:05.120 INFO O| Dec 21 05:29:05.120 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9903 | 2024-12-21T05:29:06.781Z | [ host-image] Dec 21 05:29:05.120 INFO O| Dec 21 05:29:05.120 INFO STEP 158 (seed_smf) COMPLETE |
9904 | 2024-12-21T05:29:06.781Z | [ host-image] Dec 21 05:29:05.120 INFO O| Dec 21 05:29:05.120 INFO steps complete; finalising image! |
9905 | 2024-12-21T05:29:06.781Z | [ host-image] Dec 21 05:29:05.120 INFO O| Dec 21 05:29:05.120 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9906 | 2024-12-21T05:29:06.965Z | [ host-image] Dec 21 05:29:05.303 INFO O| Dec 21 05:29:05.303 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat Dec 21 05:29:05 2024) |
9907 | 2024-12-21T05:29:07.175Z | [ host-image] Dec 21 05:29:05.514 INFO O| Dec 21 05:29:05.514 INFO trim TEMPORARY-gimlet-zfs: (67% trimmed, started at Sat Dec 21 05:29:05 2024) |
9908 | 2024-12-21T05:29:07.387Z | [ host-image] Dec 21 05:29:05.726 INFO O| Dec 21 05:29:05.726 INFO trim TEMPORARY-gimlet-zfs: (96% trimmed, started at Sat Dec 21 05:29:05 2024) |
9909 | 2024-12-21T05:29:07.627Z | [ host-image] Dec 21 05:29:05.966 INFO O| Dec 21 05:29:05.966 INFO temporary pool has 688M used, 144M avail, 1.82x compressratio |
9910 | 2024-12-21T05:29:07.627Z | [ host-image] Dec 21 05:29:05.966 INFO O| Dec 21 05:29:05.966 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9911 | 2024-12-21T05:29:08.118Z | [ host-image] Dec 21 05:29:06.457 INFO O| Dec 21 05:29:06.457 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9912 | 2024-12-21T05:29:08.118Z | [ host-image] Dec 21 05:29:06.457 INFO O| Dec 21 05:29:06.457 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9913 | 2024-12-21T05:29:09.860Z | [ host-image] Dec 21 05:29:08.199 INFO O| Dec 21 05:29:08.198 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9914 | 2024-12-21T05:29:09.860Z | [ host-image] Dec 21 05:29:08.199 INFO O| Dec 21 05:29:08.199 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9915 | 2024-12-21T05:29:09.863Z | [ host-image] Dec 21 05:29:08.199 INFO O| Dec 21 05:29:08.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9916 | 2024-12-21T05:29:09.863Z | [ host-image] Dec 21 05:29:08.199 INFO O| Dec 21 05:29:08.199 INFO completed processing gimlet/zfs |
9917 | 2024-12-21T05:29:09.863Z | [ host-image] Dec 21 05:29:08.199 INFO O| Dec 21 05:29:08.199 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9918 | 2024-12-21T05:29:18.754Z | [ host-image] Dec 21 05:29:17.092 INFO O| Dec 21 05:29:17.092 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9919 | 2024-12-21T05:29:18.944Z | [ host-image] Dec 21 05:29:17.282 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
9920 | 2024-12-21T05:29:18.944Z | [ host-image] Dec 21 05:29:17.282 INFO expanded image name: "ci 1c662f4/${os_short_commit} 2024-12-21 04:55" -> "ci 1c662f4/37a4469 2024-12-21 04:55" |
9921 | 2024-12-21T05:29:18.947Z | [ host-image] Dec 21 05:29:17.282 INFO output artefacts stored in: "/work/os-host" |
9922 | 2024-12-21T05:29:18.947Z | [ host-image] Dec 21 05:29:17.282 INFO collecting git info from project "chelsio-t6-roms"... |
9923 | 2024-12-21T05:29:18.958Z | [ host-image] Dec 21 05:29:17.296 INFO collecting git info from project "image-builder"... |
9924 | 2024-12-21T05:29:18.966Z | [ host-image] Dec 21 05:29:17.304 INFO collecting git info from project "amd-firmware"... |
9925 | 2024-12-21T05:29:18.979Z | [ host-image] Dec 21 05:29:17.317 INFO collecting git info from project "pinprick"... |
9926 | 2024-12-21T05:29:18.986Z | [ host-image] Dec 21 05:29:17.324 INFO collecting git info from project "bootserver"... |
9927 | 2024-12-21T05:29:18.994Z | [ host-image] Dec 21 05:29:17.332 INFO collecting git info from project "amd-host-image-builder"... |
9928 | 2024-12-21T05:29:19.018Z | [ host-image] Dec 21 05:29:17.356 INFO collecting git info from project "phbl"... |
9929 | 2024-12-21T05:29:19.026Z | [ host-image] Dec 21 05:29:17.364 INFO collecting git info from project "pilot"... |
9930 | 2024-12-21T05:29:19.035Z | [ host-image] Dec 21 05:29:17.373 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9931 | 2024-12-21T05:29:19.911Z | [ host-image] Dec 21 05:29:18.249 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9932 | 2024-12-21T05:29:20.527Z | [ host-image] Dec 21 05:29:18.865 INFO creating Oxide boot image... |
9933 | 2024-12-21T05:29:20.527Z | [ host-image] Dec 21 05:29:18.865 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 1c662f4/37a4469 2024-12-21 04:55", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9934 | 2024-12-21T05:29:21.766Z | [ host-image] Dec 21 05:29:20.104 INFO O| ok, image written! |
9935 | 2024-12-21T05:29:21.766Z | [ host-image] Dec 21 05:29:20.104 INFO O| ok, boot_image_csum file written! |
9936 | 2024-12-21T05:29:21.770Z | [ host-image] Dec 21 05:29:20.108 INFO creating boot archive (CPIO)... |
9937 | 2024-12-21T05:29:21.770Z | [ host-image] Dec 21 05:29:20.108 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 |
9938 | 2024-12-21T05:29:21.785Z | [ host-image] Dec 21 05:29:20.123 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9939 | 2024-12-21T05:29:21.785Z | [ host-image] Dec 21 05:29:20.123 INFO E| + outfile=/work/os-host/cpio |
9940 | 2024-12-21T05:29:21.788Z | [ host-image] Dec 21 05:29:20.123 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9941 | 2024-12-21T05:29:21.790Z | [ host-image] Dec 21 05:29:20.127 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9942 | 2024-12-21T05:29:21.790Z | [ host-image] Dec 21 05:29:20.127 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9943 | 2024-12-21T05:29:21.840Z | [ host-image] Dec 21 05:29:20.177 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9944 | 2024-12-21T05:29:21.840Z | [ host-image] Dec 21 05:29:20.177 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9945 | 2024-12-21T05:29:21.851Z | [ host-image] Dec 21 05:29:20.189 INFO creating compressed cpio/unix for nanobl-rs... |
9946 | 2024-12-21T05:29:21.851Z | [ host-image] Dec 21 05:29:20.189 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 |
9947 | 2024-12-21T05:29:22.322Z | [ host-image] Dec 21 05:29:20.659 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9948 | 2024-12-21T05:29:27.869Z | [ host-image] Dec 21 05:29:26.206 INFO creating reset image... |
9949 | 2024-12-21T05:29:27.872Z | [ host-image] Dec 21 05:29:26.206 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9950 | 2024-12-21T05:29:28.036Z | [ host-image] Dec 21 05:29:26.373 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
9951 | 2024-12-21T05:29:28.039Z | [ host-image] Dec 21 05:29:26.375 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9952 | 2024-12-21T05:29:28.132Z | [ host-image] Dec 21 05:29:26.469 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9953 | 2024-12-21T05:29:31.394Z | [ host-image] Dec 21 05:29:29.730 INFO E| Finished `release` profile [optimized] target(s) in 3.33s |
9954 | 2024-12-21T05:29:31.412Z | [ host-image] Dec 21 05:29:29.748 INFO building host image... |
9955 | 2024-12-21T05:29:31.418Z | [ host-image] Dec 21 05:29:29.748 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") |
9956 | 2024-12-21T05:29:32.133Z | [ host-image] Dec 21 05:29:30.470 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9957 | 2024-12-21T05:30:35.077Z | [ host-image] Dec 21 05:30:33.407 INFO image complete! materials are in "/work/os-host" |
9958 | 2024-12-21T05:30:35.086Z | [ host-image] |
9959 | 2024-12-21T05:30:35.086Z | [ host-image] real 12:58.738503571 |
9960 | 2024-12-21T05:30:35.086Z | [ host-image] user 6:37.766514732 |
9961 | 2024-12-21T05:30:35.086Z | [ host-image] sys 1:07.174981697 |
9962 | 2024-12-21T05:30:35.086Z | [ host-image] trap 0.301630944 |
9963 | 2024-12-21T05:30:35.090Z | [ host-image] tflt 0.112821328 |
9964 | 2024-12-21T05:30:35.090Z | [ host-image] dflt 0.108819928 |
9965 | 2024-12-21T05:30:35.090Z | [ host-image] kflt 0.057116258 |
9966 | 2024-12-21T05:30:35.090Z | [ host-image] lock 13:37.548152241 |
9967 | 2024-12-21T05:30:35.090Z | [ host-image] slp 1:07:52.118977981 |
9968 | 2024-12-21T05:30:35.090Z | [ host-image] lat 3:04.710292230 |
9969 | 2024-12-21T05:30:35.090Z | [ host-image] stop 0.839082839 |
9970 | 2024-12-21T05:30:35.090Z | Dec 21 05:30:33.411 INFO [host-image] process exited with exit status: 0 (778.75613922s) |
9971 | 2024-12-21T05:30:35.090Z | Dec 21 05:30:33.411 INFO [tuf-repo] running task |
9972 | 2024-12-21T05:30:48.070Z | Dec 21 05:30:46.398 INFO assembling repository in `/tmp/tufaceous1wlXMp`, component: OmicronRepoAssembler |
9973 | 2024-12-21T05:30:57.328Z | Dec 21 05:30:55.655 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9974 | 2024-12-21T05:30:57.701Z | Dec 21 05:30:56.029 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9975 | 2024-12-21T05:31:13.394Z | Dec 21 05:31:11.720 INFO [tuf-repo] task succeeded (38.308547151s) |
9976 | 2024-12-21T05:34:01.829Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 40s |
9977 | 2024-12-21T05:34:02.220Z | Dec 21 05:34:00.529 INFO [verify-libraries] process exited with exit status: 0 (945.292713053s) |
9978 | 2024-12-21T05:34:02.220Z | Dec 21 05:34:00.529 INFO all jobs completed in 2309.191023755s |
9979 | 2024-12-21T05:34:02.838Z | process exited: duration 3039701 ms, exit code 0 |
|
9980 | 2024-12-21T05:34:02.852Z | found 33 output files |
9981 | 2024-12-21T05:34:02.852Z | uploading: /work/manifest.toml (8404 bytes) |
9982 | 2024-12-21T05:34:03.866Z | uploaded: /work/manifest.toml |
9983 | 2024-12-21T05:34:03.866Z | uploading: /work/repo.zip (1959763176 bytes) |
9984 | 2024-12-21T05:34:39.926Z | uploaded: /work/repo.zip |
9985 | 2024-12-21T05:34:39.926Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9986 | 2024-12-21T05:34:40.940Z | uploaded: /work/repo.zip.sha256.txt |
9987 | 2024-12-21T05:34:40.940Z | uploading: /work/helios-setup.log (66237 bytes) |
9988 | 2024-12-21T05:34:41.955Z | uploaded: /work/helios-setup.log |
9989 | 2024-12-21T05:34:41.955Z | uploading: /work/host-image.log (196626 bytes) |
9990 | 2024-12-21T05:34:42.971Z | uploaded: /work/host-image.log |
9991 | 2024-12-21T05:34:42.971Z | uploading: /work/host-package.log (22579 bytes) |
9992 | 2024-12-21T05:34:43.983Z | uploaded: /work/host-package.log |
9993 | 2024-12-21T05:34:43.983Z | uploading: /work/host-target.log (101 bytes) |
9994 | 2024-12-21T05:34:44.992Z | uploaded: /work/host-target.log |
9995 | 2024-12-21T05:34:44.992Z | uploading: /work/omicron-package.log (5666 bytes) |
9996 | 2024-12-21T05:34:46.001Z | uploaded: /work/omicron-package.log |
9997 | 2024-12-21T05:34:46.001Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9998 | 2024-12-21T05:34:47.009Z | uploaded: /work/phbl-toolchain.log |
9999 | 2024-12-21T05:34:47.009Z | uploading: /work/recovery-image.log (591910 bytes) |
10000 | 2024-12-21T05:34:48.030Z | uploaded: /work/recovery-image.log |
10001 | 2024-12-21T05:34:48.030Z | uploading: /work/recovery-package.log (1661 bytes) |
10002 | 2024-12-21T05:34:49.040Z | uploaded: /work/recovery-package.log |
10003 | 2024-12-21T05:34:49.040Z | uploading: /work/recovery-target.log (57 bytes) |
10004 | 2024-12-21T05:34:50.052Z | uploaded: /work/recovery-target.log |
10005 | 2024-12-21T05:34:50.052Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10006 | 2024-12-21T05:34:51.061Z | uploaded: /work/stamp-clickhouse.log |
10007 | 2024-12-21T05:34:51.061Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10008 | 2024-12-21T05:34:52.072Z | uploaded: /work/stamp-clickhouse_keeper.log |
10009 | 2024-12-21T05:34:52.072Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10010 | 2024-12-21T05:34:53.080Z | uploaded: /work/stamp-cockroachdb.log |
10011 | 2024-12-21T05:34:53.080Z | uploading: /work/stamp-crucible-dtrace.log (71 bytes) |
10012 | 2024-12-21T05:34:54.089Z | uploaded: /work/stamp-crucible-dtrace.log |
10013 | 2024-12-21T05:34:54.090Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10014 | 2024-12-21T05:34:55.098Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10015 | 2024-12-21T05:34:55.098Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10016 | 2024-12-21T05:34:56.109Z | uploaded: /work/stamp-crucible-zone.log |
10017 | 2024-12-21T05:34:56.112Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10018 | 2024-12-21T05:34:57.118Z | uploaded: /work/stamp-external-dns.log |
10019 | 2024-12-21T05:34:57.118Z | uploading: /work/stamp-installinator.log (103 bytes) |
10020 | 2024-12-21T05:34:58.127Z | uploaded: /work/stamp-installinator.log |
10021 | 2024-12-21T05:34:58.127Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10022 | 2024-12-21T05:34:59.135Z | uploaded: /work/stamp-internal-dns.log |
10023 | 2024-12-21T05:34:59.135Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10024 | 2024-12-21T05:35:00.146Z | uploaded: /work/stamp-mg-ddm-gz.log |
10025 | 2024-12-21T05:35:00.146Z | uploading: /work/stamp-nexus.log (112 bytes) |
10026 | 2024-12-21T05:35:01.155Z | uploaded: /work/stamp-nexus.log |
10027 | 2024-12-21T05:35:01.155Z | uploading: /work/stamp-ntp.log (110 bytes) |
10028 | 2024-12-21T05:35:02.164Z | uploaded: /work/stamp-ntp.log |
10029 | 2024-12-21T05:35:02.164Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10030 | 2024-12-21T05:35:03.173Z | uploaded: /work/stamp-omicron-sled-agent.log |
10031 | 2024-12-21T05:35:03.173Z | uploading: /work/stamp-overlay.log (114 bytes) |
10032 | 2024-12-21T05:35:04.183Z | uploaded: /work/stamp-overlay.log |
10033 | 2024-12-21T05:35:04.183Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10034 | 2024-12-21T05:35:05.195Z | uploaded: /work/stamp-oximeter.log |
10035 | 2024-12-21T05:35:05.195Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10036 | 2024-12-21T05:35:06.208Z | uploaded: /work/stamp-oxlog.log |
10037 | 2024-12-21T05:35:06.208Z | uploading: /work/stamp-probe.log (112 bytes) |
10038 | 2024-12-21T05:35:07.219Z | uploaded: /work/stamp-probe.log |
10039 | 2024-12-21T05:35:07.223Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10040 | 2024-12-21T05:35:08.228Z | uploaded: /work/stamp-propolis-server.log |
10041 | 2024-12-21T05:35:08.228Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10042 | 2024-12-21T05:35:09.239Z | uploaded: /work/stamp-pumpkind-gz.log |
10043 | 2024-12-21T05:35:09.239Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10044 | 2024-12-21T05:35:10.253Z | uploaded: /work/stamp-switch-asic.log |
10045 | 2024-12-21T05:35:10.253Z | uploading: /work/verify-libraries.log (5977 bytes) |
10046 | 2024-12-21T05:35:11.263Z | uploaded: /work/verify-libraries.log |