|
|
|
1 | 2024-12-16T20:03:49.452Z | job assigned to worker 01JF8H203ZHK47S3KQPDKG9K0X [factory aws, i-04fb0ba50e3bca9a4] (queued for 2 m 39 s) |
|
2 | 2024-12-16T20:03:57.820Z | starting task 0: "setup" |
3 | 2024-12-16T20:03:57.826Z | ++ uname -s |
4 | 2024-12-16T20:03:57.831Z | + kern=SunOS |
5 | 2024-12-16T20:03:57.831Z | + case "$kern" in |
6 | 2024-12-16T20:03:57.831Z | + groupadd -g 12345 build |
7 | 2024-12-16T20:03:57.831Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-16T20:03:59.835Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-16T20:03:59.918Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-16T20:03:59.921Z | + home_fs=zfs |
11 | 2024-12-16T20:03:59.921Z | + [[ zfs == autofs ]] |
12 | 2024-12-16T20:03:59.921Z | + mkdir -p /home/build |
13 | 2024-12-16T20:03:59.927Z | + chown build:build /home/build /work |
14 | 2024-12-16T20:04:01.924Z | + chmod 0700 /home/build /work |
15 | 2024-12-16T20:04:01.927Z | process exited: duration 4110 ms, exit code 0 |
|
16 | 2024-12-16T20:04:01.933Z | starting task 1: "rust-toolchain" |
17 | 2024-12-16T20:04:01.938Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-16T20:04:01.938Z | ' 1.81.0 |
19 | 2024-12-16T20:04:01.938Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-16T20:04:01.938Z | ' default |
21 | 2024-12-16T20:04:01.938Z | * toolchain channel = "1.81.0" |
22 | 2024-12-16T20:04:01.938Z | * toolchain profile = "default" |
23 | 2024-12-16T20:04:01.940Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-16T20:04:01.940Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-16T20:04:02.071Z | info: downloading installer |
26 | 2024-12-16T20:04:03.837Z | info: profile set to 'default' |
27 | 2024-12-16T20:04:03.838Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-16T20:04:03.840Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-16T20:04:04.010Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-16T20:04:04.010Z | info: downloading component 'cargo' |
31 | 2024-12-16T20:04:05.001Z | info: downloading component 'clippy' |
32 | 2024-12-16T20:04:05.396Z | info: downloading component 'rust-docs' |
33 | 2024-12-16T20:04:06.745Z | info: downloading component 'rust-std' |
34 | 2024-12-16T20:04:08.858Z | info: downloading component 'rustc' |
35 | 2024-12-16T20:04:16.403Z | info: downloading component 'rustfmt' |
36 | 2024-12-16T20:04:16.703Z | info: installing component 'cargo' |
37 | 2024-12-16T20:04:17.487Z | info: installing component 'clippy' |
38 | 2024-12-16T20:04:17.840Z | info: installing component 'rust-docs' |
39 | 2024-12-16T20:04:19.454Z | info: installing component 'rust-std' |
40 | 2024-12-16T20:04:21.167Z | info: installing component 'rustc' |
41 | 2024-12-16T20:04:26.690Z | info: installing component 'rustfmt' |
42 | 2024-12-16T20:04:27.013Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-16T20:04:27.013Z | |
44 | 2024-12-16T20:04:27.390Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-16T20:04:27.390Z | |
46 | 2024-12-16T20:04:27.392Z | |
47 | 2024-12-16T20:04:27.392Z | Rust is installed now. Great! |
48 | 2024-12-16T20:04:27.392Z | |
49 | 2024-12-16T20:04:27.393Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-16T20:04:27.393Z | environment variable. This has not been done automatically. |
51 | 2024-12-16T20:04:27.393Z | |
52 | 2024-12-16T20:04:27.393Z | To configure your current shell, you need to source |
53 | 2024-12-16T20:04:27.393Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-16T20:04:27.393Z | |
55 | 2024-12-16T20:04:27.393Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-16T20:04:27.393Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-16T20:04:27.393Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-16T20:04:27.464Z | + rustc --version |
59 | 2024-12-16T20:04:27.528Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-16T20:04:27.531Z | process exited: duration 25594 ms, exit code 0 |
|
61 | 2024-12-16T20:04:27.536Z | starting task 2: "authentication" |
62 | 2024-12-16T20:04:27.556Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-16T20:04:27.562Z | starting task 3: "clone repository" |
64 | 2024-12-16T20:04:27.567Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-16T20:04:27.569Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-16T20:04:29.061Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-16T20:04:36.194Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-16T20:04:36.194Z | + git fetch origin 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17 |
69 | 2024-12-16T20:04:36.575Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-16T20:04:36.578Z | * branch 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17 -> FETCH_HEAD |
71 | 2024-12-16T20:04:36.585Z | + [[ -n john/sled-editor-allocators ]] |
72 | 2024-12-16T20:04:36.587Z | ++ git branch --show-current |
73 | 2024-12-16T20:04:36.590Z | + current=main |
74 | 2024-12-16T20:04:36.590Z | + [[ main != john/sled-editor-allocators ]] |
75 | 2024-12-16T20:04:36.590Z | + git branch -f john/sled-editor-allocators 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17 |
76 | 2024-12-16T20:04:36.593Z | + git checkout -f john/sled-editor-allocators |
77 | 2024-12-16T20:04:36.719Z | Switched to branch 'john/sled-editor-allocators' |
78 | 2024-12-16T20:04:36.721Z | + git reset --hard 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17 |
79 | 2024-12-16T20:04:36.838Z | HEAD is now at 1cfaddce5 doc comment on underlay_ip module |
80 | 2024-12-16T20:04:36.840Z | process exited: duration 9275 ms, exit code 0 |
|
81 | 2024-12-16T20:04:36.846Z | starting task 4: "build" |
82 | 2024-12-16T20:04:36.851Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-16T20:04:36.851Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-16T20:04:36.851Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-16T20:04:36.851Z | + cargo --version |
86 | 2024-12-16T20:04:36.907Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-16T20:04:36.910Z | + rustc --version |
88 | 2024-12-16T20:04:36.969Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-16T20:04:36.972Z | + cargo tree --locked |
90 | 2024-12-16T20:04:37.220Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-16T20:04:37.496Z | Updating crates.io index |
92 | 2024-12-16T20:04:37.560Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-16T20:04:38.093Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-16T20:04:38.375Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-16T20:04:38.629Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-16T20:04:38.890Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-16T20:04:39.878Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-16T20:04:41.352Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-16T20:04:42.040Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-16T20:04:42.728Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-16T20:04:42.990Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-16T20:04:43.319Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-16T20:04:43.930Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-16T20:04:44.258Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-16T20:04:44.541Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-16T20:04:44.814Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-16T20:04:45.076Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-16T20:04:45.331Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-16T20:04:45.641Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-16T20:04:45.960Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-16T20:04:46.367Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-16T20:04:46.631Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-16T20:04:47.104Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-16T20:04:47.385Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-16T20:04:47.774Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-16T20:04:48.255Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-16T20:04:48.558Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-16T20:04:48.782Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-16T20:04:49.039Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-16T20:04:50.428Z | Downloading crates ... |
121 | 2024-12-16T20:04:50.570Z | Downloaded errno v0.3.9 |
122 | 2024-12-16T20:04:50.573Z | Downloaded event-listener v5.3.1 |
123 | 2024-12-16T20:04:50.580Z | Downloaded foreign-types-shared v0.3.1 |
124 | 2024-12-16T20:04:50.583Z | Downloaded escape8259 v0.5.3 |
125 | 2024-12-16T20:04:50.588Z | Downloaded foreign-types-shared v0.1.1 |
126 | 2024-12-16T20:04:50.593Z | Downloaded headers-core v0.3.0 |
127 | 2024-12-16T20:04:50.595Z | Downloaded event-listener-strategy v0.5.2 |
128 | 2024-12-16T20:04:50.601Z | Downloaded foldhash v0.1.3 |
129 | 2024-12-16T20:04:50.601Z | Downloaded aes-gcm v0.10.3 |
130 | 2024-12-16T20:04:50.605Z | Downloaded hubpack_derive v0.1.1 |
131 | 2024-12-16T20:04:50.605Z | Downloaded adler2 v2.0.0 |
132 | 2024-12-16T20:04:50.605Z | Downloaded anes v0.1.6 |
133 | 2024-12-16T20:04:50.608Z | Downloaded foreign-types v0.3.2 |
134 | 2024-12-16T20:04:50.608Z | Downloaded fxhash v0.2.1 |
135 | 2024-12-16T20:04:50.608Z | Downloaded aead v0.5.2 |
136 | 2024-12-16T20:04:50.611Z | Downloaded fallible-iterator v0.2.0 |
137 | 2024-12-16T20:04:50.614Z | Downloaded heck v0.4.1 |
138 | 2024-12-16T20:04:50.615Z | Downloaded futures-sink v0.3.31 |
139 | 2024-12-16T20:04:50.615Z | Downloaded anstream v0.6.15 |
140 | 2024-12-16T20:04:50.617Z | Downloaded http-range v0.1.5 |
141 | 2024-12-16T20:04:50.624Z | Downloaded allocator-api2 v0.2.18 |
142 | 2024-12-16T20:04:50.624Z | Downloaded foreign-types v0.5.0 |
143 | 2024-12-16T20:04:50.624Z | Downloaded futures-core v0.3.31 |
144 | 2024-12-16T20:04:50.627Z | Downloaded fs-err v2.11.0 |
145 | 2024-12-16T20:04:50.627Z | Downloaded aes v0.8.4 |
146 | 2024-12-16T20:04:50.630Z | Downloaded futures-timer v3.0.3 |
147 | 2024-12-16T20:04:50.632Z | Downloaded hex-literal v0.4.1 |
148 | 2024-12-16T20:04:50.635Z | Downloaded heck v0.5.0 |
149 | 2024-12-16T20:04:50.638Z | Downloaded http-body v1.0.1 |
150 | 2024-12-16T20:04:50.638Z | Downloaded hex v0.4.3 |
151 | 2024-12-16T20:04:50.641Z | Downloaded http-body-util v0.1.2 |
152 | 2024-12-16T20:04:50.641Z | Downloaded argon2 v0.5.3 |
153 | 2024-12-16T20:04:50.644Z | Downloaded async-object-pool v0.1.5 |
154 | 2024-12-16T20:04:50.644Z | Downloaded aho-corasick v1.1.3 |
155 | 2024-12-16T20:04:50.650Z | Downloaded hubpack v0.1.2 |
156 | 2024-12-16T20:04:50.653Z | Downloaded arrayref v0.3.9 |
157 | 2024-12-16T20:04:50.653Z | Downloaded hostname v0.4.0 |
158 | 2024-12-16T20:04:50.656Z | Downloaded anstyle v1.0.10 |
159 | 2024-12-16T20:04:50.658Z | Downloaded httpdate v1.0.3 |
160 | 2024-12-16T20:04:50.660Z | Downloaded generic-array v0.14.7 |
161 | 2024-12-16T20:04:50.660Z | Downloaded fixedbitset v0.4.2 |
162 | 2024-12-16T20:04:50.662Z | Downloaded glob v0.3.1 |
163 | 2024-12-16T20:04:50.665Z | Downloaded async-stream-impl v0.3.6 |
164 | 2024-12-16T20:04:50.665Z | Downloaded async-attributes v1.1.2 |
165 | 2024-12-16T20:04:50.668Z | Downloaded hostname v0.3.1 |
166 | 2024-12-16T20:04:50.668Z | Downloaded ciborium v0.2.2 |
167 | 2024-12-16T20:04:50.670Z | Downloaded async-global-executor v2.4.1 |
168 | 2024-12-16T20:04:50.673Z | Downloaded fs_extra v1.3.0 |
169 | 2024-12-16T20:04:50.676Z | Downloaded futures-lite v2.3.0 |
170 | 2024-12-16T20:04:50.681Z | Downloaded futures-channel v0.3.31 |
171 | 2024-12-16T20:04:50.681Z | Downloaded async-executor v1.13.1 |
172 | 2024-12-16T20:04:50.684Z | Downloaded atty v0.2.14 |
173 | 2024-12-16T20:04:50.684Z | Downloaded atomicwrites v0.4.4 |
174 | 2024-12-16T20:04:50.684Z | Downloaded async-channel v1.9.0 |
175 | 2024-12-16T20:04:50.686Z | Downloaded cfg_aliases v0.2.1 |
176 | 2024-12-16T20:04:50.686Z | Downloaded cfg_aliases v0.1.1 |
177 | 2024-12-16T20:04:50.689Z | Downloaded hyper-rustls v0.27.3 |
178 | 2024-12-16T20:04:50.692Z | Downloaded humantime v2.1.0 |
179 | 2024-12-16T20:04:50.692Z | Downloaded httptest v0.16.1 |
180 | 2024-12-16T20:04:50.695Z | Downloaded async-stream v0.3.6 |
181 | 2024-12-16T20:04:50.697Z | Downloaded bb8 v0.8.5 |
182 | 2024-12-16T20:04:50.697Z | Downloaded ascii-canvas v3.0.0 |
183 | 2024-12-16T20:04:50.700Z | Downloaded httparse v1.9.5 |
184 | 2024-12-16T20:04:50.702Z | Downloaded cargo-platform v0.1.8 |
185 | 2024-12-16T20:04:50.706Z | Downloaded hyper-rustls v0.26.0 |
186 | 2024-12-16T20:04:50.709Z | Downloaded highway v1.2.0 |
187 | 2024-12-16T20:04:50.709Z | Downloaded progenitor-client v0.8.0 |
188 | 2024-12-16T20:04:50.709Z | Downloaded byteorder v1.5.0 |
189 | 2024-12-16T20:04:50.712Z | Downloaded rpassword v7.3.1 |
190 | 2024-12-16T20:04:50.712Z | Downloaded cassowary v0.3.0 |
191 | 2024-12-16T20:04:50.715Z | Downloaded hashlink v0.9.1 |
192 | 2024-12-16T20:04:50.719Z | Downloaded cbc v0.1.2 |
193 | 2024-12-16T20:04:50.719Z | Downloaded num-iter v0.1.45 |
194 | 2024-12-16T20:04:50.723Z | Downloaded getrandom v0.2.15 |
195 | 2024-12-16T20:04:50.723Z | Downloaded half v2.4.1 |
196 | 2024-12-16T20:04:50.726Z | Downloaded futures v0.3.31 |
197 | 2024-12-16T20:04:50.731Z | Downloaded sqlparser_derive v0.2.2 |
198 | 2024-12-16T20:04:50.734Z | Downloaded cfg-if v1.0.0 |
199 | 2024-12-16T20:04:50.734Z | Downloaded olpc-cjson v0.1.4 |
200 | 2024-12-16T20:04:50.734Z | Downloaded atomic-waker v1.1.2 |
201 | 2024-12-16T20:04:50.737Z | Downloaded packed_struct v0.10.1 |
202 | 2024-12-16T20:04:50.740Z | Downloaded cexpr v0.6.0 |
203 | 2024-12-16T20:04:50.740Z | Downloaded pkg-config v0.3.31 |
204 | 2024-12-16T20:04:50.743Z | Downloaded phf_generator v0.11.2 |
205 | 2024-12-16T20:04:50.743Z | Downloaded hmac v0.12.1 |
206 | 2024-12-16T20:04:50.752Z | Downloaded chrono-tz-build v0.4.0 |
207 | 2024-12-16T20:04:50.752Z | Downloaded chacha20 v0.9.1 |
208 | 2024-12-16T20:04:50.752Z | Downloaded camino-tempfile v1.1.1 |
209 | 2024-12-16T20:04:50.752Z | Downloaded async-io v2.3.4 |
210 | 2024-12-16T20:04:50.755Z | Downloaded block-buffer v0.10.4 |
211 | 2024-12-16T20:04:50.755Z | Downloaded bzip2 v0.4.4 |
212 | 2024-12-16T20:04:50.758Z | Downloaded powerfmt v0.2.0 |
213 | 2024-12-16T20:04:50.760Z | Downloaded progenitor-macro v0.8.0 |
214 | 2024-12-16T20:04:50.760Z | Downloaded blake2b_simd v1.0.2 |
215 | 2024-12-16T20:04:50.763Z | Downloaded anyhow v1.0.93 |
216 | 2024-12-16T20:04:50.766Z | Downloaded bit-set v0.5.3 |
217 | 2024-12-16T20:04:50.769Z | Downloaded serde_repr v0.1.19 |
218 | 2024-12-16T20:04:50.769Z | Downloaded serde_plain v1.0.2 |
219 | 2024-12-16T20:04:50.771Z | Downloaded want v0.3.1 |
220 | 2024-12-16T20:04:50.771Z | Downloaded crunchy v0.2.2 |
221 | 2024-12-16T20:04:50.774Z | Downloaded rustls-pemfile v1.0.4 |
222 | 2024-12-16T20:04:50.777Z | Downloaded rand_seeder v0.3.0 |
223 | 2024-12-16T20:04:50.777Z | Downloaded static_assertions v1.1.0 |
224 | 2024-12-16T20:04:50.780Z | Downloaded num-rational v0.4.2 |
225 | 2024-12-16T20:04:50.780Z | Downloaded flume v0.11.1 |
226 | 2024-12-16T20:04:50.786Z | Downloaded darling_macro v0.20.10 |
227 | 2024-12-16T20:04:50.788Z | Downloaded downcast v0.11.0 |
228 | 2024-12-16T20:04:50.789Z | Downloaded slog-scope v4.4.0 |
229 | 2024-12-16T20:04:50.789Z | Downloaded zone_cfg_derive v0.3.0 |
230 | 2024-12-16T20:04:50.793Z | Downloaded smallvec v0.6.14 |
231 | 2024-12-16T20:04:50.793Z | Downloaded ciborium-io v0.2.2 |
232 | 2024-12-16T20:04:50.795Z | Downloaded dhcproto-macros v0.1.0 |
233 | 2024-12-16T20:04:50.795Z | Downloaded pem-rfc7468 v0.7.0 |
234 | 2024-12-16T20:04:50.795Z | Downloaded base64ct v1.6.0 |
235 | 2024-12-16T20:04:50.798Z | Downloaded camino v1.1.9 |
236 | 2024-12-16T20:04:50.801Z | Downloaded tls_codec v0.4.1 |
237 | 2024-12-16T20:04:50.804Z | Downloaded thiserror-impl-no-std v2.0.2 |
238 | 2024-12-16T20:04:50.804Z | Downloaded relative-path v1.9.3 |
239 | 2024-12-16T20:04:50.809Z | Downloaded pkcs8 v0.10.2 |
240 | 2024-12-16T20:04:50.809Z | Downloaded icu_provider_macros v1.5.0 |
241 | 2024-12-16T20:04:50.809Z | Downloaded blake2 v0.10.6 |
242 | 2024-12-16T20:04:50.812Z | Downloaded fatfs v0.3.6 |
243 | 2024-12-16T20:04:50.815Z | Downloaded typify-macro v0.2.0 |
244 | 2024-12-16T20:04:50.819Z | Downloaded postgres-types v0.2.8 |
245 | 2024-12-16T20:04:50.819Z | Downloaded md5 v0.7.0 |
246 | 2024-12-16T20:04:50.827Z | Downloaded matches v0.1.10 |
247 | 2024-12-16T20:04:50.827Z | Downloaded ident_case v1.0.1 |
248 | 2024-12-16T20:04:50.827Z | Downloaded tui-tree-widget v0.22.0 |
249 | 2024-12-16T20:04:50.827Z | Downloaded serde_path_to_error v0.1.16 |
250 | 2024-12-16T20:04:50.827Z | Downloaded rand_core v0.6.4 |
251 | 2024-12-16T20:04:50.827Z | Downloaded password-hash v0.4.2 |
252 | 2024-12-16T20:04:50.830Z | Downloaded zeroize v1.8.1 |
253 | 2024-12-16T20:04:50.833Z | Downloaded unarray v0.1.4 |
254 | 2024-12-16T20:04:50.833Z | Downloaded cfg-expr v0.17.0 |
255 | 2024-12-16T20:04:50.836Z | Downloaded pathdiff v0.2.2 |
256 | 2024-12-16T20:04:50.836Z | Downloaded tap v1.0.1 |
257 | 2024-12-16T20:04:50.841Z | Downloaded rustls-native-certs v0.7.3 |
258 | 2024-12-16T20:04:50.841Z | Downloaded zerofrom-derive v0.1.4 |
259 | 2024-12-16T20:04:50.844Z | Downloaded dof v0.3.0 |
260 | 2024-12-16T20:04:50.844Z | Downloaded datatest-stable v0.2.9 |
261 | 2024-12-16T20:04:50.852Z | Downloaded num_threads v0.1.7 |
262 | 2024-12-16T20:04:50.853Z | Downloaded ed25519 v2.2.3 |
263 | 2024-12-16T20:04:50.867Z | Downloaded supports-color v3.0.1 |
264 | 2024-12-16T20:04:50.867Z | Downloaded ciborium-ll v0.2.2 |
265 | 2024-12-16T20:04:50.867Z | Downloaded slog-term v2.9.1 |
266 | 2024-12-16T20:04:50.867Z | Downloaded headers v0.4.0 |
267 | 2024-12-16T20:04:50.867Z | Downloaded constant_time_eq v0.3.1 |
268 | 2024-12-16T20:04:50.867Z | Downloaded termios v0.3.3 |
269 | 2024-12-16T20:04:50.872Z | Downloaded typify v0.2.0 |
270 | 2024-12-16T20:04:50.872Z | Downloaded lalrpop-util v0.19.12 |
271 | 2024-12-16T20:04:50.872Z | Downloaded kv-log-macro v1.0.7 |
272 | 2024-12-16T20:04:50.872Z | Downloaded kstat-rs v0.2.4 |
273 | 2024-12-16T20:04:50.872Z | Downloaded fancy-regex v0.13.0 |
274 | 2024-12-16T20:04:50.875Z | Downloaded newline-converter v0.3.0 |
275 | 2024-12-16T20:04:50.875Z | Downloaded md-5 v0.10.6 |
276 | 2024-12-16T20:04:50.878Z | Downloaded maybe-uninit v2.0.0 |
277 | 2024-12-16T20:04:50.878Z | Downloaded yasna v0.5.2 |
278 | 2024-12-16T20:04:50.881Z | Downloaded slog-envlogger v2.2.0 |
279 | 2024-12-16T20:04:50.884Z | Downloaded subprocess v0.2.9 |
280 | 2024-12-16T20:04:50.890Z | Downloaded chacha20poly1305 v0.10.1 |
281 | 2024-12-16T20:04:50.890Z | Downloaded lazy_static v1.5.0 |
282 | 2024-12-16T20:04:50.890Z | Downloaded pin-utils v0.1.0 |
283 | 2024-12-16T20:04:50.891Z | Downloaded utf16_iter v1.0.5 |
284 | 2024-12-16T20:04:50.894Z | Downloaded tracing-attributes v0.1.27 |
285 | 2024-12-16T20:04:50.897Z | Downloaded ecdsa v0.16.9 |
286 | 2024-12-16T20:04:50.900Z | Downloaded bumpalo v3.16.0 |
287 | 2024-12-16T20:04:50.900Z | Downloaded heapless v0.8.0 |
288 | 2024-12-16T20:04:50.904Z | Downloaded serde-big-array v0.5.1 |
289 | 2024-12-16T20:04:50.907Z | Downloaded value-bag v1.9.0 |
290 | 2024-12-16T20:04:50.909Z | Downloaded target-triple v0.1.3 |
291 | 2024-12-16T20:04:50.914Z | Downloaded typenum v1.17.0 |
292 | 2024-12-16T20:04:50.914Z | Downloaded toolchain_find v0.4.0 |
293 | 2024-12-16T20:04:50.914Z | Downloaded thread-id v4.2.2 |
294 | 2024-12-16T20:04:50.917Z | Downloaded flate2 v1.0.34 |
295 | 2024-12-16T20:04:50.920Z | Downloaded resolv-conf v0.7.0 |
296 | 2024-12-16T20:04:50.923Z | Downloaded base64 v0.21.7 |
297 | 2024-12-16T20:04:50.927Z | Downloaded parking_lot v0.11.2 |
298 | 2024-12-16T20:04:50.930Z | Downloaded rustc-hash v1.1.0 |
299 | 2024-12-16T20:04:50.932Z | Downloaded base64 v0.22.1 |
300 | 2024-12-16T20:04:50.935Z | Downloaded rtoolbox v0.0.2 |
301 | 2024-12-16T20:04:50.938Z | Downloaded quinn-udp v0.5.5 |
302 | 2024-12-16T20:04:50.940Z | Downloaded pest_derive v2.7.14 |
303 | 2024-12-16T20:04:50.943Z | Downloaded strsim v0.11.1 |
304 | 2024-12-16T20:04:50.943Z | Downloaded spin v0.5.2 |
305 | 2024-12-16T20:04:50.946Z | Downloaded slog-json v2.6.1 |
306 | 2024-12-16T20:04:50.948Z | Downloaded strum_macros v0.24.3 |
307 | 2024-12-16T20:04:50.951Z | Downloaded ron v0.8.1 |
308 | 2024-12-16T20:04:50.954Z | Downloaded icu_normalizer_data v1.5.0 |
309 | 2024-12-16T20:04:50.957Z | Downloaded diesel_table_macro_syntax v0.2.0 |
310 | 2024-12-16T20:04:50.959Z | Downloaded zopfli v0.8.1 |
311 | 2024-12-16T20:04:50.962Z | Downloaded postgres-protocol v0.6.7 |
312 | 2024-12-16T20:04:50.965Z | Downloaded const_format_proc_macros v0.2.33 |
313 | 2024-12-16T20:04:50.967Z | Downloaded threadpool v1.8.1 |
314 | 2024-12-16T20:04:50.967Z | Downloaded topological-sort v0.2.2 |
315 | 2024-12-16T20:04:50.970Z | Downloaded instant v0.1.13 |
316 | 2024-12-16T20:04:50.970Z | Downloaded unicode-xid v0.2.6 |
317 | 2024-12-16T20:04:50.973Z | Downloaded which v4.4.2 |
318 | 2024-12-16T20:04:50.976Z | Downloaded usdt v0.5.0 |
319 | 2024-12-16T20:04:50.976Z | Downloaded parking_lot v0.12.3 |
320 | 2024-12-16T20:04:50.979Z | Downloaded hashbrown v0.13.2 |
321 | 2024-12-16T20:04:50.981Z | Downloaded opaque-debug v0.3.1 |
322 | 2024-12-16T20:04:50.984Z | Downloaded num-conv v0.1.0 |
323 | 2024-12-16T20:04:50.984Z | Downloaded mirai-annotations v1.12.0 |
324 | 2024-12-16T20:04:50.990Z | Downloaded hashbrown v0.12.3 |
325 | 2024-12-16T20:04:50.994Z | Downloaded ctr v0.9.2 |
326 | 2024-12-16T20:04:50.994Z | Downloaded semver v1.0.23 |
327 | 2024-12-16T20:04:50.996Z | Downloaded tempfile v3.13.0 |
328 | 2024-12-16T20:04:51.001Z | Downloaded pretty-hex v0.2.1 |
329 | 2024-12-16T20:04:51.001Z | Downloaded pretty-hex v0.4.1 |
330 | 2024-12-16T20:04:51.001Z | Downloaded parking v2.2.1 |
331 | 2024-12-16T20:04:51.004Z | Downloaded icu_properties v1.5.1 |
332 | 2024-12-16T20:04:51.007Z | Downloaded ena v0.14.3 |
333 | 2024-12-16T20:04:51.007Z | Downloaded russh-cryptovec v0.7.3 |
334 | 2024-12-16T20:04:51.009Z | Downloaded dunce v1.0.5 |
335 | 2024-12-16T20:04:51.009Z | Downloaded diesel-dtrace v0.4.2 |
336 | 2024-12-16T20:04:51.016Z | Downloaded rsa v0.9.6 |
337 | 2024-12-16T20:04:51.016Z | Downloaded hyper-tls v0.6.0 |
338 | 2024-12-16T20:04:51.019Z | Downloaded vsss-rs v3.3.4 |
339 | 2024-12-16T20:04:51.022Z | Downloaded strum v0.26.3 |
340 | 2024-12-16T20:04:51.022Z | Downloaded newtype_derive v0.1.6 |
341 | 2024-12-16T20:04:51.024Z | Downloaded whoami v1.5.2 |
342 | 2024-12-16T20:04:51.024Z | Downloaded steno v0.4.1 |
343 | 2024-12-16T20:04:51.028Z | Downloaded ipnetwork v0.20.0 |
344 | 2024-12-16T20:04:51.031Z | Downloaded mockall v0.13.0 |
345 | 2024-12-16T20:04:51.034Z | Downloaded swrite v0.1.0 |
346 | 2024-12-16T20:04:51.034Z | Downloaded internet-checksum v0.2.1 |
347 | 2024-12-16T20:04:51.037Z | Downloaded embedded-io v0.6.1 |
348 | 2024-12-16T20:04:51.037Z | Downloaded csv-core v0.1.11 |
349 | 2024-12-16T20:04:51.040Z | Downloaded nibble_vec v0.1.0 |
350 | 2024-12-16T20:04:51.040Z | Downloaded strum_macros v0.25.3 |
351 | 2024-12-16T20:04:51.042Z | Downloaded usdt-attr-macro v0.5.0 |
352 | 2024-12-16T20:04:51.042Z | Downloaded vte_generate_state_changes v0.1.2 |
353 | 2024-12-16T20:04:51.046Z | Downloaded cookie_store v0.21.0 |
354 | 2024-12-16T20:04:51.046Z | Downloaded try-lock v0.2.5 |
355 | 2024-12-16T20:04:51.050Z | Downloaded packed_struct_codegen v0.10.1 |
356 | 2024-12-16T20:04:51.050Z | Downloaded unicase v2.7.0 |
357 | 2024-12-16T20:04:51.052Z | Downloaded rfc6979 v0.4.0 |
358 | 2024-12-16T20:04:51.052Z | Downloaded write16 v1.0.0 |
359 | 2024-12-16T20:04:51.052Z | Downloaded phf v0.11.2 |
360 | 2024-12-16T20:04:51.055Z | Downloaded pest_generator v2.7.14 |
361 | 2024-12-16T20:04:51.055Z | Downloaded waitgroup v0.1.2 |
362 | 2024-12-16T20:04:51.057Z | Downloaded des v0.8.1 |
363 | 2024-12-16T20:04:51.061Z | Downloaded polling v3.7.3 |
364 | 2024-12-16T20:04:51.063Z | Downloaded derive_builder_macro v0.20.2 |
365 | 2024-12-16T20:04:51.063Z | Downloaded smawk v0.3.2 |
366 | 2024-12-16T20:04:51.066Z | Downloaded icu_provider v1.5.0 |
367 | 2024-12-16T20:04:51.069Z | Downloaded yansi v1.0.1 |
368 | 2024-12-16T20:04:51.071Z | Downloaded litemap v0.7.3 |
369 | 2024-12-16T20:04:51.074Z | Downloaded ssh-encoding v0.2.0 |
370 | 2024-12-16T20:04:51.076Z | Downloaded libtest-mimic v0.7.3 |
371 | 2024-12-16T20:04:51.076Z | Downloaded const_format v0.2.33 |
372 | 2024-12-16T20:04:51.082Z | Downloaded tinystr v0.7.6 |
373 | 2024-12-16T20:04:51.084Z | Downloaded tiny-keccak v2.0.2 |
374 | 2024-12-16T20:04:51.088Z | Downloaded num-complex v0.4.6 |
375 | 2024-12-16T20:04:51.091Z | Downloaded normalize-line-endings v0.3.0 |
376 | 2024-12-16T20:04:51.091Z | Downloaded cookie v0.18.1 |
377 | 2024-12-16T20:04:51.093Z | Downloaded lock_api v0.4.12 |
378 | 2024-12-16T20:04:51.096Z | Downloaded number_prefix v0.4.0 |
379 | 2024-12-16T20:04:51.096Z | Downloaded num-bigint v0.4.6 |
380 | 2024-12-16T20:04:51.100Z | Downloaded parse-size v1.1.0 |
381 | 2024-12-16T20:04:51.103Z | Downloaded version_check v0.9.5 |
382 | 2024-12-16T20:04:51.103Z | Downloaded predicates v3.1.2 |
383 | 2024-12-16T20:04:51.105Z | Downloaded parking_lot_core v0.8.6 |
384 | 2024-12-16T20:04:51.108Z | Downloaded crc-catalog v2.4.0 |
385 | 2024-12-16T20:04:51.110Z | Downloaded crc v3.2.1 |
386 | 2024-12-16T20:04:51.113Z | Downloaded dirs-next v2.0.0 |
387 | 2024-12-16T20:04:51.115Z | Downloaded wyz v0.5.1 |
388 | 2024-12-16T20:04:51.115Z | Downloaded writeable v0.5.5 |
389 | 2024-12-16T20:04:51.119Z | Downloaded wait-timeout v0.2.0 |
390 | 2024-12-16T20:04:51.121Z | Downloaded unicode-bidi v0.3.17 |
391 | 2024-12-16T20:04:51.121Z | Downloaded smallvec v1.13.2 |
392 | 2024-12-16T20:04:51.124Z | Downloaded quinn v0.11.5 |
393 | 2024-12-16T20:04:51.128Z | Downloaded is-terminal v0.4.13 |
394 | 2024-12-16T20:04:51.130Z | Downloaded instability v0.3.2 |
395 | 2024-12-16T20:04:51.132Z | Downloaded lru v0.12.5 |
396 | 2024-12-16T20:04:51.132Z | Downloaded linked-hash-map v0.5.6 |
397 | 2024-12-16T20:04:51.135Z | Downloaded idna_adapter v1.2.0 |
398 | 2024-12-16T20:04:51.135Z | Downloaded icu_locid_transform_data v1.5.0 |
399 | 2024-12-16T20:04:51.139Z | Downloaded ed25519-dalek v2.1.1 |
400 | 2024-12-16T20:04:51.145Z | Downloaded lru-cache v0.1.2 |
401 | 2024-12-16T20:04:51.145Z | Downloaded log v0.4.22 |
402 | 2024-12-16T20:04:51.147Z | Downloaded hashbrown v0.15.1 |
403 | 2024-12-16T20:04:51.151Z | Downloaded parse-display-derive v0.10.0 |
404 | 2024-12-16T20:04:51.154Z | Downloaded socket2 v0.5.7 |
405 | 2024-12-16T20:04:51.154Z | Downloaded memchr v2.7.4 |
406 | 2024-12-16T20:04:51.164Z | Downloaded endian-type v0.1.2 |
407 | 2024-12-16T20:04:51.168Z | Downloaded cstr-argument v0.1.2 |
408 | 2024-12-16T20:04:51.168Z | Downloaded yoke-derive v0.7.4 |
409 | 2024-12-16T20:04:51.168Z | Downloaded vte v0.11.1 |
410 | 2024-12-16T20:04:51.168Z | Downloaded slog-async v2.8.0 |
411 | 2024-12-16T20:04:51.168Z | Downloaded plain v0.2.3 |
412 | 2024-12-16T20:04:51.168Z | Downloaded piper v0.2.4 |
413 | 2024-12-16T20:04:51.168Z | Downloaded crc32fast v1.4.2 |
414 | 2024-12-16T20:04:51.171Z | Downloaded tinytemplate v1.2.1 |
415 | 2024-12-16T20:04:51.174Z | Downloaded env_logger v0.10.2 |
416 | 2024-12-16T20:04:51.176Z | Downloaded indicatif v0.17.9 |
417 | 2024-12-16T20:04:51.180Z | Downloaded sec1 v0.7.3 |
418 | 2024-12-16T20:04:51.182Z | Downloaded test-strategy v0.3.1 |
419 | 2024-12-16T20:04:51.185Z | Downloaded terminal_size v0.4.0 |
420 | 2024-12-16T20:04:51.188Z | Downloaded path-slash v0.1.5 |
421 | 2024-12-16T20:04:51.190Z | Downloaded multimap v0.10.0 |
422 | 2024-12-16T20:04:51.190Z | Downloaded nanorand v0.7.0 |
423 | 2024-12-16T20:04:51.193Z | Downloaded toml v0.7.8 |
424 | 2024-12-16T20:04:51.196Z | Downloaded unicode-linebreak v0.1.5 |
425 | 2024-12-16T20:04:51.198Z | Downloaded utf8_iter v1.0.4 |
426 | 2024-12-16T20:04:51.198Z | Downloaded utf-8 v0.7.6 |
427 | 2024-12-16T20:04:51.201Z | Downloaded toml_datetime v0.6.8 |
428 | 2024-12-16T20:04:51.204Z | Downloaded papergrid v0.11.0 |
429 | 2024-12-16T20:04:51.207Z | Downloaded pin-project-internal v1.1.6 |
430 | 2024-12-16T20:04:51.209Z | Downloaded tabled_derive v0.7.0 |
431 | 2024-12-16T20:04:51.212Z | Downloaded scheduled-thread-pool v0.2.7 |
432 | 2024-12-16T20:04:51.212Z | Downloaded zerocopy-derive v0.8.10 |
433 | 2024-12-16T20:04:51.218Z | Downloaded tower-service v0.3.3 |
434 | 2024-12-16T20:04:51.221Z | Downloaded crc-any v2.5.0 |
435 | 2024-12-16T20:04:51.225Z | Downloaded pkcs1 v0.7.5 |
436 | 2024-12-16T20:04:51.225Z | Downloaded trybuild v1.0.101 |
437 | 2024-12-16T20:04:51.229Z | Downloaded slog-bunyan v2.5.0 |
438 | 2024-12-16T20:04:51.232Z | Downloaded dropshot_endpoint v0.12.0 |
439 | 2024-12-16T20:04:51.235Z | Downloaded take_mut v0.2.2 |
440 | 2024-12-16T20:04:51.238Z | Downloaded libsw v3.3.1 |
441 | 2024-12-16T20:04:51.238Z | Downloaded scroll_derive v0.12.0 |
442 | 2024-12-16T20:04:51.240Z | Downloaded tokio-native-tls v0.3.1 |
443 | 2024-12-16T20:04:51.243Z | Downloaded peg v0.8.4 |
444 | 2024-12-16T20:04:51.246Z | Downloaded pbkdf2 v0.12.2 |
445 | 2024-12-16T20:04:51.248Z | Downloaded proc-macro-crate v1.3.1 |
446 | 2024-12-16T20:04:51.248Z | Downloaded rstest_macros v0.23.0 |
447 | 2024-12-16T20:04:51.254Z | Downloaded path-tree v0.8.1 |
448 | 2024-12-16T20:04:51.260Z | Downloaded paste v1.0.15 |
449 | 2024-12-16T20:04:51.260Z | Downloaded zerovec-derive v0.10.3 |
450 | 2024-12-16T20:04:51.260Z | Downloaded yoke v0.7.4 |
451 | 2024-12-16T20:04:51.262Z | Downloaded rustversion v1.0.17 |
452 | 2024-12-16T20:04:51.265Z | Downloaded peg-runtime v0.8.3 |
453 | 2024-12-16T20:04:51.265Z | Downloaded match_cfg v0.1.0 |
454 | 2024-12-16T20:04:51.268Z | Downloaded pin-project v1.1.6 |
455 | 2024-12-16T20:04:51.279Z | Downloaded target-spec v3.2.2 |
456 | 2024-12-16T20:04:51.282Z | Downloaded tabwriter v1.4.0 |
457 | 2024-12-16T20:04:51.282Z | Downloaded stable_deref_trait v1.2.0 |
458 | 2024-12-16T20:04:51.285Z | Downloaded scrypt v0.11.0 |
459 | 2024-12-16T20:04:51.285Z | Downloaded scroll v0.12.0 |
460 | 2024-12-16T20:04:51.288Z | Downloaded sync-ptr v0.1.1 |
461 | 2024-12-16T20:04:51.288Z | Downloaded target-lexicon v0.12.16 |
462 | 2024-12-16T20:04:51.292Z | Downloaded scopeguard v1.2.0 |
463 | 2024-12-16T20:04:51.293Z | Downloaded schemars_derive v0.8.21 |
464 | 2024-12-16T20:04:51.296Z | Downloaded dirs-sys-next v0.1.2 |
465 | 2024-12-16T20:04:51.296Z | Downloaded memmap2 v0.9.5 |
466 | 2024-12-16T20:04:51.300Z | Downloaded jobserver v0.1.32 |
467 | 2024-12-16T20:04:51.300Z | Downloaded der_derive v0.7.3 |
468 | 2024-12-16T20:04:51.300Z | Downloaded colored v2.1.0 |
469 | 2024-12-16T20:04:51.303Z | Downloaded xattr v1.3.1 |
470 | 2024-12-16T20:04:51.307Z | Downloaded proc-macro-error v1.0.4 |
471 | 2024-12-16T20:04:51.310Z | Downloaded once_cell v1.20.2 |
472 | 2024-12-16T20:04:51.310Z | Downloaded rcgen v0.12.1 |
473 | 2024-12-16T20:04:51.313Z | Downloaded dtrace-parser v0.2.0 |
474 | 2024-12-16T20:04:51.316Z | Downloaded goblin v0.8.2 |
475 | 2024-12-16T20:04:51.321Z | Downloaded is_terminal_polyfill v1.70.1 |
476 | 2024-12-16T20:04:51.323Z | Downloaded oso-derive v0.27.3 |
477 | 2024-12-16T20:04:51.324Z | Downloaded rustls-webpki v0.101.7 |
478 | 2024-12-16T20:04:51.339Z | Downloaded time-core v0.1.2 |
479 | 2024-12-16T20:04:51.343Z | Downloaded aws-lc-rs v1.10.0 |
480 | 2024-12-16T20:04:51.349Z | Downloaded sync_wrapper v1.0.1 |
481 | 2024-12-16T20:04:51.352Z | Downloaded structmeta-derive v0.3.0 |
482 | 2024-12-16T20:04:51.352Z | Downloaded structmeta v0.3.0 |
483 | 2024-12-16T20:04:51.355Z | Downloaded structmeta v0.2.0 |
484 | 2024-12-16T20:04:51.355Z | Downloaded stringprep v0.1.5 |
485 | 2024-12-16T20:04:51.358Z | Downloaded stringmetrics v2.2.2 |
486 | 2024-12-16T20:04:51.358Z | Downloaded strip-ansi-escapes v0.2.0 |
487 | 2024-12-16T20:04:51.361Z | Downloaded signal-hook-mio v0.2.4 |
488 | 2024-12-16T20:04:51.364Z | Downloaded derive_builder_core v0.20.2 |
489 | 2024-12-16T20:04:51.364Z | Downloaded time v0.3.36 |
490 | 2024-12-16T20:04:51.371Z | Downloaded equivalent v1.0.1 |
491 | 2024-12-16T20:04:51.374Z | Downloaded dyn-clone v1.0.17 |
492 | 2024-12-16T20:04:51.376Z | Downloaded cmake v0.1.51 |
493 | 2024-12-16T20:04:51.376Z | Downloaded debug-ignore v1.0.5 |
494 | 2024-12-16T20:04:51.379Z | Downloaded macaddr v1.0.1 |
495 | 2024-12-16T20:04:51.379Z | Downloaded linear-map v1.2.0 |
496 | 2024-12-16T20:04:51.382Z | Downloaded proc-macro-error-attr v1.0.4 |
497 | 2024-12-16T20:04:51.382Z | Downloaded russh-keys v0.45.0 |
498 | 2024-12-16T20:04:51.385Z | Downloaded precomputed-hash v0.1.1 |
499 | 2024-12-16T20:04:51.389Z | Downloaded qorb v0.2.1 |
500 | 2024-12-16T20:04:51.392Z | Downloaded peg-macros v0.8.4 |
501 | 2024-12-16T20:04:51.395Z | Downloaded sha1 v0.10.6 |
502 | 2024-12-16T20:04:51.395Z | Downloaded clang-sys v1.8.1 |
503 | 2024-12-16T20:04:51.397Z | Downloaded publicsuffix v2.2.3 |
504 | 2024-12-16T20:04:51.401Z | Downloaded cipher v0.4.4 |
505 | 2024-12-16T20:04:51.405Z | Downloaded derive_builder v0.20.2 |
506 | 2024-12-16T20:04:51.408Z | Downloaded difflib v0.4.0 |
507 | 2024-12-16T20:04:51.411Z | Downloaded twox-hash v1.6.3 |
508 | 2024-12-16T20:04:51.411Z | Downloaded tokio-macros v2.4.0 |
509 | 2024-12-16T20:04:51.415Z | Downloaded vergen v8.3.2 |
510 | 2024-12-16T20:04:51.418Z | Downloaded convert_case v0.4.0 |
511 | 2024-12-16T20:04:51.418Z | Downloaded uzers v0.12.1 |
512 | 2024-12-16T20:04:51.421Z | Downloaded clap_derive v4.5.18 |
513 | 2024-12-16T20:04:51.426Z | Downloaded async-std v1.13.0 |
514 | 2024-12-16T20:04:51.443Z | Downloaded num-integer v0.1.46 |
515 | 2024-12-16T20:04:51.458Z | Downloaded bitvec v1.0.1 |
516 | 2024-12-16T20:04:51.462Z | Downloaded usdt-macro v0.5.0 |
517 | 2024-12-16T20:04:51.462Z | Downloaded ref-cast-impl v1.0.23 |
518 | 2024-12-16T20:04:51.462Z | Downloaded rand_xorshift v0.3.0 |
519 | 2024-12-16T20:04:51.462Z | Downloaded radium v0.7.0 |
520 | 2024-12-16T20:04:51.467Z | Downloaded r2d2 v0.8.10 |
521 | 2024-12-16T20:04:51.467Z | Downloaded quick-error v1.2.3 |
522 | 2024-12-16T20:04:51.467Z | Downloaded primeorder v0.13.6 |
523 | 2024-12-16T20:04:51.469Z | Downloaded plotters-svg v0.3.7 |
524 | 2024-12-16T20:04:51.469Z | Downloaded phf_shared v0.10.0 |
525 | 2024-12-16T20:04:51.469Z | Downloaded ppv-lite86 v0.2.20 |
526 | 2024-12-16T20:04:51.472Z | Downloaded owo-colors v4.1.0 |
527 | 2024-12-16T20:04:51.475Z | Downloaded salsa20 v0.10.2 |
528 | 2024-12-16T20:04:51.475Z | Downloaded enum-as-inner v0.5.1 |
529 | 2024-12-16T20:04:51.479Z | Downloaded xz2 v0.1.7 |
530 | 2024-12-16T20:04:51.482Z | Downloaded signal-hook v0.3.17 |
531 | 2024-12-16T20:04:51.482Z | Downloaded console v0.15.8 |
532 | 2024-12-16T20:04:51.486Z | Downloaded proptest v1.5.0 |
533 | 2024-12-16T20:04:51.494Z | Downloaded either v1.13.0 |
534 | 2024-12-16T20:04:51.497Z | Downloaded tinyvec_macros v0.1.1 |
535 | 2024-12-16T20:04:51.501Z | Downloaded signal-hook-registry v1.4.2 |
536 | 2024-12-16T20:04:51.501Z | Downloaded nodrop v0.1.14 |
537 | 2024-12-16T20:04:51.501Z | Downloaded num-derive v0.4.2 |
538 | 2024-12-16T20:04:51.503Z | Downloaded hyper-staticfile v0.10.1 |
539 | 2024-12-16T20:04:51.506Z | Downloaded nested v0.1.1 |
540 | 2024-12-16T20:04:51.506Z | Downloaded zone_cfg_derive v0.1.2 |
541 | 2024-12-16T20:04:51.506Z | Downloaded progenitor v0.8.0 |
542 | 2024-12-16T20:04:51.509Z | Downloaded postcard v1.0.10 |
543 | 2024-12-16T20:04:51.511Z | Downloaded ryu v1.0.18 |
544 | 2024-12-16T20:04:51.514Z | Downloaded omicron-zone-package v0.11.1 |
545 | 2024-12-16T20:04:51.516Z | Downloaded mockall_derive v0.13.0 |
546 | 2024-12-16T20:04:51.524Z | Downloaded dropshot_endpoint v0.13.0 |
547 | 2024-12-16T20:04:51.524Z | Downloaded clap v4.5.21 |
548 | 2024-12-16T20:04:51.531Z | Downloaded phf_shared v0.11.2 |
549 | 2024-12-16T20:04:51.533Z | Downloaded utf8parse v0.2.2 |
550 | 2024-12-16T20:04:51.535Z | Downloaded rustc_version v0.1.7 |
551 | 2024-12-16T20:04:51.535Z | Downloaded plotters-backend v0.3.7 |
552 | 2024-12-16T20:04:51.538Z | Downloaded impl-trait-for-tuples v0.2.2 |
553 | 2024-12-16T20:04:51.541Z | Downloaded salty v0.3.0 |
554 | 2024-12-16T20:04:51.545Z | Downloaded indoc v2.0.5 |
555 | 2024-12-16T20:04:51.550Z | Downloaded cobs v0.2.3 |
556 | 2024-12-16T20:04:51.552Z | Downloaded siphasher v0.3.11 |
557 | 2024-12-16T20:04:51.552Z | Downloaded rusty-fork v0.3.0 |
558 | 2024-12-16T20:04:51.555Z | Downloaded slab v0.4.9 |
559 | 2024-12-16T20:04:51.555Z | Downloaded tls_codec_derive v0.4.1 |
560 | 2024-12-16T20:04:51.558Z | Downloaded oso v0.27.3 |
561 | 2024-12-16T20:04:51.560Z | Downloaded miniz_oxide v0.8.0 |
562 | 2024-12-16T20:04:51.563Z | Downloaded zerofrom v0.1.4 |
563 | 2024-12-16T20:04:51.566Z | Downloaded new_debug_unreachable v1.0.6 |
564 | 2024-12-16T20:04:51.566Z | Downloaded doc-comment v0.3.3 |
565 | 2024-12-16T20:04:51.566Z | Downloaded tracing v0.1.40 |
566 | 2024-12-16T20:04:51.570Z | Downloaded tokio-tungstenite v0.24.0 |
567 | 2024-12-16T20:04:51.577Z | Downloaded zone v0.3.0 |
568 | 2024-12-16T20:04:51.577Z | Downloaded time-macros v0.2.18 |
569 | 2024-12-16T20:04:51.581Z | Downloaded serde_yaml v0.9.34+deprecated |
570 | 2024-12-16T20:04:51.581Z | Downloaded sqlformat v0.2.6 |
571 | 2024-12-16T20:04:51.584Z | Downloaded native-tls v0.2.12 |
572 | 2024-12-16T20:04:51.587Z | Downloaded rust-argon2 v2.1.0 |
573 | 2024-12-16T20:04:51.587Z | Downloaded termtree v0.4.1 |
574 | 2024-12-16T20:04:51.591Z | Downloaded gimli v0.31.1 |
575 | 2024-12-16T20:04:51.596Z | Downloaded defmt-parser v0.3.4 |
576 | 2024-12-16T20:04:51.598Z | Downloaded defmt-macros v0.3.9 |
577 | 2024-12-16T20:04:51.605Z | Downloaded zeroize_derive v1.4.2 |
578 | 2024-12-16T20:04:51.605Z | Downloaded x509-cert v0.2.5 |
579 | 2024-12-16T20:04:51.607Z | Downloaded spki v0.7.3 |
580 | 2024-12-16T20:04:51.610Z | Downloaded tungstenite v0.24.0 |
581 | 2024-12-16T20:04:51.613Z | Downloaded rustls-webpki v0.102.8 |
582 | 2024-12-16T20:04:51.631Z | Downloaded synstructure v0.13.1 |
583 | 2024-12-16T20:04:51.634Z | Downloaded lalrpop v0.19.12 |
584 | 2024-12-16T20:04:51.642Z | Downloaded snafu-derive v0.8.5 |
585 | 2024-12-16T20:04:51.645Z | Downloaded zerocopy v0.6.6 |
586 | 2024-12-16T20:04:51.648Z | Downloaded semver v0.1.20 |
587 | 2024-12-16T20:04:51.648Z | Downloaded libxml v0.3.3 |
588 | 2024-12-16T20:04:51.653Z | Downloaded displaydoc v0.2.5 |
589 | 2024-12-16T20:04:51.656Z | Downloaded string_cache v0.8.7 |
590 | 2024-12-16T20:04:51.660Z | Downloaded thiserror v1.0.69 |
591 | 2024-12-16T20:04:51.663Z | Downloaded idna v1.0.3 |
592 | 2024-12-16T20:04:51.666Z | Downloaded darling v0.20.10 |
593 | 2024-12-16T20:04:51.670Z | Downloaded unsafe-libyaml v0.2.11 |
594 | 2024-12-16T20:04:51.673Z | Downloaded tough v0.19.0 |
595 | 2024-12-16T20:04:51.684Z | Downloaded serde_derive_internals v0.29.1 |
596 | 2024-12-16T20:04:51.686Z | Downloaded tinyvec v1.8.0 |
597 | 2024-12-16T20:04:51.689Z | Downloaded toml_edit v0.19.15 |
598 | 2024-12-16T20:04:51.704Z | Downloaded zerocopy-derive v0.7.35 |
599 | 2024-12-16T20:04:51.707Z | Downloaded webpki-roots v0.26.6 |
600 | 2024-12-16T20:04:51.710Z | Downloaded nu-ansi-term v0.50.1 |
601 | 2024-12-16T20:04:51.713Z | Downloaded derive-where v1.2.7 |
602 | 2024-12-16T20:04:51.716Z | Downloaded tokio-postgres v0.7.12 |
603 | 2024-12-16T20:04:51.722Z | Downloaded parse-zoneinfo v0.3.1 |
604 | 2024-12-16T20:04:51.725Z | Downloaded winnow v0.6.20 |
605 | 2024-12-16T20:04:51.732Z | Downloaded diff v0.1.13 |
606 | 2024-12-16T20:04:51.735Z | Downloaded libloading v0.8.5 |
607 | 2024-12-16T20:04:51.737Z | Downloaded rayon v1.10.0 |
608 | 2024-12-16T20:04:51.746Z | Downloaded zip v0.6.6 |
609 | 2024-12-16T20:04:51.751Z | Downloaded serde_derive v1.0.215 |
610 | 2024-12-16T20:04:51.753Z | Downloaded unicode-normalization v0.1.24 |
611 | 2024-12-16T20:04:51.757Z | Downloaded uuid v1.11.0 |
612 | 2024-12-16T20:04:51.760Z | Downloaded textwrap v0.16.1 |
613 | 2024-12-16T20:04:51.764Z | Downloaded crossterm v0.28.1 |
614 | 2024-12-16T20:04:51.771Z | Downloaded itertools v0.12.1 |
615 | 2024-12-16T20:04:51.778Z | Downloaded clap_builder v4.5.21 |
616 | 2024-12-16T20:04:51.784Z | Downloaded sqlparser v0.45.0 |
617 | 2024-12-16T20:04:51.790Z | Downloaded der v0.7.9 |
618 | 2024-12-16T20:04:51.795Z | Downloaded num-bigint-dig v0.8.4 |
619 | 2024-12-16T20:04:51.800Z | Downloaded zerocopy v0.7.35 |
620 | 2024-12-16T20:04:51.817Z | Downloaded unicode-segmentation v1.12.0 |
621 | 2024-12-16T20:04:51.820Z | Downloaded regex-syntax v0.6.29 |
622 | 2024-12-16T20:04:51.827Z | Downloaded reqwest v0.12.9 |
623 | 2024-12-16T20:04:51.835Z | Downloaded idna v0.2.3 |
624 | 2024-12-16T20:04:51.842Z | Downloaded vcpkg v0.2.15 |
625 | 2024-12-16T20:04:51.878Z | Downloaded zerovec v0.10.4 |
626 | 2024-12-16T20:04:51.883Z | Downloaded reedline v0.35.0 |
627 | 2024-12-16T20:04:51.890Z | Downloaded syn v1.0.109 |
628 | 2024-12-16T20:04:51.901Z | Downloaded itertools v0.13.0 |
629 | 2024-12-16T20:04:51.908Z | Downloaded curve25519-dalek v4.1.3 |
630 | 2024-12-16T20:04:51.917Z | Downloaded zerocopy v0.8.10 |
631 | 2024-12-16T20:04:51.940Z | Downloaded plotters v0.3.7 |
632 | 2024-12-16T20:04:51.950Z | Downloaded rustyline v14.0.0 |
633 | 2024-12-16T20:04:51.953Z | Downloaded chrono-tz v0.10.0 |
634 | 2024-12-16T20:04:51.960Z | Downloaded serde_json v1.0.132 |
635 | 2024-12-16T20:04:51.967Z | Downloaded libm v0.2.8 |
636 | 2024-12-16T20:04:51.975Z | Downloaded regress v0.10.1 |
637 | 2024-12-16T20:04:51.983Z | Downloaded tabled v0.15.0 |
638 | 2024-12-16T20:04:51.999Z | Downloaded idna v0.4.0 |
639 | 2024-12-16T20:04:52.005Z | Downloaded regress v0.9.1 |
640 | 2024-12-16T20:04:52.013Z | Downloaded smoltcp v0.9.1 |
641 | 2024-12-16T20:04:52.024Z | Downloaded diesel v2.2.6 |
642 | 2024-12-16T20:04:52.045Z | Downloaded typify-impl v0.2.0 |
643 | 2024-12-16T20:04:52.058Z | Downloaded unicode-width v0.2.0 |
644 | 2024-12-16T20:04:52.064Z | Downloaded p384 v0.13.0 |
645 | 2024-12-16T20:04:52.071Z | Downloaded rustls v0.21.12 |
646 | 2024-12-16T20:04:52.081Z | Downloaded radix_trie v0.2.1 |
647 | 2024-12-16T20:04:52.086Z | Downloaded object v0.36.5 |
648 | 2024-12-16T20:04:52.098Z | Downloaded smoltcp v0.11.0 |
649 | 2024-12-16T20:04:52.110Z | Downloaded regex v1.11.1 |
650 | 2024-12-16T20:04:52.123Z | Downloaded dropshot v0.13.0 |
651 | 2024-12-16T20:04:52.143Z | Downloaded polar-core v0.27.3 |
652 | 2024-12-16T20:04:52.150Z | Downloaded nix v0.28.0 |
653 | 2024-12-16T20:04:52.161Z | Downloaded nix v0.27.1 |
654 | 2024-12-16T20:04:52.172Z | Downloaded nix v0.29.0 |
655 | 2024-12-16T20:04:52.198Z | Downloaded rustix v0.38.37 |
656 | 2024-12-16T20:04:52.206Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
657 | 2024-12-16T20:04:52.215Z | Downloaded trust-dns-proto v0.22.0 |
658 | 2024-12-16T20:04:52.226Z | Downloaded regex-automata v0.4.8 |
659 | 2024-12-16T20:04:52.243Z | Downloaded idna v0.5.0 |
660 | 2024-12-16T20:04:52.249Z | Downloaded dropshot v0.12.0 |
661 | 2024-12-16T20:04:52.268Z | Downloaded unicode-width v0.1.14 |
662 | 2024-12-16T20:04:52.273Z | Downloaded rustls v0.23.19 |
663 | 2024-12-16T20:04:52.284Z | Downloaded zerocopy-derive v0.6.6 |
664 | 2024-12-16T20:04:52.293Z | Downloaded openapiv3 v2.0.0 |
665 | 2024-12-16T20:04:52.306Z | Downloaded regex-syntax v0.8.5 |
666 | 2024-12-16T20:04:52.314Z | Downloaded itertools v0.10.5 |
667 | 2024-12-16T20:04:52.320Z | Downloaded sled v0.34.7 |
668 | 2024-12-16T20:04:52.334Z | Downloaded ratatui v0.28.1 |
669 | 2024-12-16T20:04:52.351Z | Downloaded portable-atomic v1.9.0 |
670 | 2024-12-16T20:04:52.360Z | Downloaded lzma-sys v0.1.20 |
671 | 2024-12-16T20:04:52.385Z | Downloaded libc v0.2.162 |
672 | 2024-12-16T20:04:52.411Z | Downloaded petgraph v0.6.5 |
673 | 2024-12-16T20:04:52.428Z | Downloaded quick-xml v0.33.0 |
674 | 2024-12-16T20:04:52.433Z | Downloaded openssl v0.10.66 |
675 | 2024-12-16T20:04:52.444Z | Downloaded syn v2.0.87 |
676 | 2024-12-16T20:04:52.454Z | Downloaded csv v1.3.0 |
677 | 2024-12-16T20:04:52.474Z | Downloaded idna v0.3.0 |
678 | 2024-12-16T20:04:52.481Z | Downloaded rustls v0.22.4 |
679 | 2024-12-16T20:04:52.493Z | Downloaded hickory-proto v0.24.1 |
680 | 2024-12-16T20:04:52.508Z | Downloaded object v0.30.4 |
681 | 2024-12-16T20:04:52.517Z | Downloaded sha3 v0.10.8 |
682 | 2024-12-16T20:04:52.522Z | Downloaded tokio v1.40.0 |
683 | 2024-12-16T20:04:52.556Z | Downloaded libz-sys v1.1.20 |
684 | 2024-12-16T20:04:52.577Z | Downloaded bstr v1.10.0 |
685 | 2024-12-16T20:04:52.587Z | Downloaded petname v2.0.2 |
686 | 2024-12-16T20:04:52.592Z | Downloaded elliptic-curve v0.13.8 |
687 | 2024-12-16T20:04:52.595Z | Downloaded rusqlite v0.32.1 |
688 | 2024-12-16T20:04:52.602Z | Downloaded digest v0.10.7 |
689 | 2024-12-16T20:04:52.604Z | Downloaded curve25519-dalek-derive v0.1.1 |
690 | 2024-12-16T20:04:52.607Z | Downloaded tokio-rustls v0.24.1 |
691 | 2024-12-16T20:04:52.607Z | Downloaded snafu v0.8.5 |
692 | 2024-12-16T20:04:52.612Z | Downloaded mio v1.0.2 |
693 | 2024-12-16T20:04:52.618Z | Downloaded quinn-proto v0.11.8 |
694 | 2024-12-16T20:04:52.625Z | Downloaded icu_properties_data v1.5.0 |
695 | 2024-12-16T20:04:52.635Z | Downloaded multer v3.1.0 |
696 | 2024-12-16T20:04:52.638Z | Downloaded ssh-key v0.6.6 |
697 | 2024-12-16T20:04:52.644Z | Downloaded icu_collections v1.5.0 |
698 | 2024-12-16T20:04:52.650Z | Downloaded inout v0.1.3 |
699 | 2024-12-16T20:04:52.652Z | Downloaded crossbeam-utils v0.8.20 |
700 | 2024-12-16T20:04:52.655Z | Downloaded tracing-core v0.1.32 |
701 | 2024-12-16T20:04:52.655Z | Downloaded pest v2.7.14 |
702 | 2024-12-16T20:04:52.661Z | Downloaded chrono v0.4.38 |
703 | 2024-12-16T20:04:52.671Z | Downloaded p256 v0.13.2 |
704 | 2024-12-16T20:04:52.675Z | Downloaded tokio-tungstenite v0.23.1 |
705 | 2024-12-16T20:04:52.675Z | Downloaded itoa v1.0.11 |
706 | 2024-12-16T20:04:52.678Z | Downloaded unicode_categories v0.1.1 |
707 | 2024-12-16T20:04:52.678Z | Downloaded sha2 v0.10.8 |
708 | 2024-12-16T20:04:52.681Z | Downloaded poly1305 v0.8.0 |
709 | 2024-12-16T20:04:52.684Z | Downloaded indoc v1.0.9 |
710 | 2024-12-16T20:04:52.684Z | Downloaded indent_write v2.2.0 |
711 | 2024-12-16T20:04:52.689Z | Downloaded simd-adler32 v0.3.7 |
712 | 2024-12-16T20:04:52.689Z | Downloaded polyval v0.6.2 |
713 | 2024-12-16T20:04:52.693Z | Downloaded const-oid v0.9.6 |
714 | 2024-12-16T20:04:52.693Z | Downloaded winnow v0.5.40 |
715 | 2024-12-16T20:04:52.699Z | Downloaded criterion-plot v0.5.0 |
716 | 2024-12-16T20:04:52.702Z | Downloaded concurrent-queue v2.5.0 |
717 | 2024-12-16T20:04:52.705Z | Downloaded encoding_rs v0.8.34 |
718 | 2024-12-16T20:04:52.723Z | Downloaded httpmock v0.8.0-alpha.1 |
719 | 2024-12-16T20:04:52.740Z | Downloaded crossbeam-deque v0.8.5 |
720 | 2024-12-16T20:04:52.743Z | Downloaded crypto-bigint v0.5.5 |
721 | 2024-12-16T20:04:52.747Z | Downloaded minimal-lexical v0.2.1 |
722 | 2024-12-16T20:04:52.753Z | Downloaded untrusted v0.7.1 |
723 | 2024-12-16T20:04:52.756Z | Downloaded universal-hash v0.5.1 |
724 | 2024-12-16T20:04:52.756Z | Downloaded unicode-truncate v1.1.0 |
725 | 2024-12-16T20:04:52.756Z | Downloaded unicode-properties v0.1.3 |
726 | 2024-12-16T20:04:52.756Z | Downloaded hyper-util v0.1.10 |
727 | 2024-12-16T20:04:52.760Z | Downloaded derive_more v0.99.18 |
728 | 2024-12-16T20:04:52.764Z | Downloaded tokio-util v0.7.12 |
729 | 2024-12-16T20:04:52.771Z | Downloaded unicode-ident v1.0.13 |
730 | 2024-12-16T20:04:52.774Z | Downloaded russh v0.45.0 |
731 | 2024-12-16T20:04:52.779Z | Downloaded bindgen v0.69.5 |
732 | 2024-12-16T20:04:52.786Z | Downloaded serde_with_macros v3.11.0 |
733 | 2024-12-16T20:04:52.788Z | Downloaded indexmap v2.6.0 |
734 | 2024-12-16T20:04:52.792Z | Downloaded criterion v0.5.1 |
735 | 2024-12-16T20:04:52.799Z | Downloaded proc-macro2 v1.0.89 |
736 | 2024-12-16T20:04:52.804Z | Downloaded schemars v0.8.21 |
737 | 2024-12-16T20:04:52.811Z | Downloaded enum-as-inner v0.6.1 |
738 | 2024-12-16T20:04:52.815Z | Downloaded dsl_auto_type v0.1.2 |
739 | 2024-12-16T20:04:52.815Z | Downloaded defmt v0.3.8 |
740 | 2024-12-16T20:04:52.818Z | Downloaded icu_locid v1.5.0 |
741 | 2024-12-16T20:04:52.823Z | Downloaded git2 v0.19.0 |
742 | 2024-12-16T20:04:52.833Z | Downloaded toml v0.8.19 |
743 | 2024-12-16T20:04:52.836Z | Downloaded shell-words v1.1.0 |
744 | 2024-12-16T20:04:52.836Z | Downloaded mime_guess v2.0.5 |
745 | 2024-12-16T20:04:52.839Z | Downloaded icu_locid_transform v1.5.0 |
746 | 2024-12-16T20:04:52.843Z | Downloaded term v0.7.0 |
747 | 2024-12-16T20:04:52.843Z | Downloaded ref-cast v1.0.23 |
748 | 2024-12-16T20:04:52.846Z | Downloaded percent-encoding v2.3.1 |
749 | 2024-12-16T20:04:52.846Z | Downloaded pem v3.0.4 |
750 | 2024-12-16T20:04:52.848Z | Downloaded memmap v0.7.0 |
751 | 2024-12-16T20:04:52.848Z | Downloaded maplit v1.0.2 |
752 | 2024-12-16T20:04:52.851Z | Downloaded managed v0.8.0 |
753 | 2024-12-16T20:04:52.851Z | Downloaded indexmap v1.9.3 |
754 | 2024-12-16T20:04:52.855Z | Downloaded rayon-core v1.12.1 |
755 | 2024-12-16T20:04:52.858Z | Downloaded tungstenite v0.21.0 |
756 | 2024-12-16T20:04:52.861Z | Downloaded toml_edit v0.22.22 |
757 | 2024-12-16T20:04:52.880Z | Downloaded openssl-probe v0.1.5 |
758 | 2024-12-16T20:04:52.888Z | Downloaded openssl-macros v0.1.1 |
759 | 2024-12-16T20:04:52.888Z | Downloaded is_ci v1.2.0 |
760 | 2024-12-16T20:04:52.888Z | Downloaded embedded-io v0.4.0 |
761 | 2024-12-16T20:04:52.888Z | Downloaded rand v0.8.5 |
762 | 2024-12-16T20:04:52.888Z | Downloaded slog v2.7.0 |
763 | 2024-12-16T20:04:52.896Z | Downloaded tungstenite v0.23.0 |
764 | 2024-12-16T20:04:52.896Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
765 | 2024-12-16T20:04:52.953Z | Downloaded serde_with v3.11.0 |
766 | 2024-12-16T20:04:52.961Z | Downloaded h2 v0.4.6 |
767 | 2024-12-16T20:04:52.967Z | Downloaded blake3 v1.5.4 |
768 | 2024-12-16T20:04:52.974Z | Downloaded oorandom v11.1.4 |
769 | 2024-12-16T20:04:52.977Z | Downloaded mime v0.3.17 |
770 | 2024-12-16T20:04:52.977Z | Downloaded memoffset v0.9.1 |
771 | 2024-12-16T20:04:52.979Z | Downloaded zip v2.1.3 |
772 | 2024-12-16T20:04:52.984Z | Downloaded display-error-chain v0.2.2 |
773 | 2024-12-16T20:04:52.984Z | Downloaded deranged v0.3.11 |
774 | 2024-12-16T20:04:52.984Z | Downloaded crypto-common v0.1.6 |
775 | 2024-12-16T20:04:52.986Z | Downloaded colorchoice v1.0.2 |
776 | 2024-12-16T20:04:52.986Z | Downloaded sct v0.7.1 |
777 | 2024-12-16T20:04:52.989Z | Downloaded typed-path v0.9.3 |
778 | 2024-12-16T20:04:52.993Z | Downloaded futures-util v0.3.31 |
779 | 2024-12-16T20:04:53.005Z | Downloaded p521 v0.13.3 |
780 | 2024-12-16T20:04:53.009Z | Downloaded hyper v1.5.0 |
781 | 2024-12-16T20:04:53.014Z | Downloaded hkdf v0.12.4 |
782 | 2024-12-16T20:04:53.017Z | Downloaded similar v2.6.0 |
783 | 2024-12-16T20:04:53.021Z | Downloaded serde v1.0.215 |
784 | 2024-12-16T20:04:53.024Z | Downloaded termcolor v1.4.1 |
785 | 2024-12-16T20:04:53.027Z | Downloaded smf v0.2.3 |
786 | 2024-12-16T20:04:53.027Z | Downloaded slog-dtrace v0.3.0 |
787 | 2024-12-16T20:04:53.027Z | Downloaded shlex v1.3.0 |
788 | 2024-12-16T20:04:53.030Z | Downloaded secrecy v0.8.0 |
789 | 2024-12-16T20:04:53.030Z | Downloaded rstest v0.23.0 |
790 | 2024-12-16T20:04:53.035Z | Downloaded url v2.5.3 |
791 | 2024-12-16T20:04:53.037Z | Downloaded rustfmt-wrapper v0.2.1 |
792 | 2024-12-16T20:04:53.040Z | Downloaded rustc_version v0.4.1 |
793 | 2024-12-16T20:04:53.040Z | Downloaded diesel_derives v2.2.3 |
794 | 2024-12-16T20:04:53.044Z | Downloaded crossbeam-epoch v0.9.18 |
795 | 2024-12-16T20:04:53.047Z | Downloaded nom v7.1.3 |
796 | 2024-12-16T20:04:53.051Z | Downloaded parse-display v0.10.0 |
797 | 2024-12-16T20:04:53.054Z | Downloaded libefi-sys v0.1.0 |
798 | 2024-12-16T20:04:53.054Z | Downloaded compact_str v0.8.0 |
799 | 2024-12-16T20:04:53.057Z | Downloaded env_filter v0.1.2 |
800 | 2024-12-16T20:04:53.060Z | Downloaded usdt-impl v0.5.0 |
801 | 2024-12-16T20:04:53.060Z | Downloaded cpufeatures v0.2.14 |
802 | 2024-12-16T20:04:53.062Z | Downloaded http v1.1.0 |
803 | 2024-12-16T20:04:53.065Z | Downloaded guppy v0.17.8 |
804 | 2024-12-16T20:04:53.071Z | Downloaded samael v0.0.17 |
805 | 2024-12-16T20:04:53.076Z | Downloaded hashbrown v0.14.5 |
806 | 2024-12-16T20:04:53.082Z | Downloaded ssh-cipher v0.2.0 |
807 | 2024-12-16T20:04:53.085Z | Downloaded similar-asserts v1.6.0 |
808 | 2024-12-16T20:04:53.086Z | Downloaded lockfree-object-pool v0.1.6 |
809 | 2024-12-16T20:04:53.088Z | Downloaded crossbeam-channel v0.5.13 |
810 | 2024-12-16T20:04:53.091Z | Downloaded ipnet v2.10.1 |
811 | 2024-12-16T20:04:53.094Z | Downloaded predicates-core v1.0.8 |
812 | 2024-12-16T20:04:53.094Z | Downloaded thiserror v2.0.3 |
813 | 2024-12-16T20:04:53.098Z | Downloaded quote v1.0.37 |
814 | 2024-12-16T20:04:53.101Z | Downloaded icu_normalizer v1.5.0 |
815 | 2024-12-16T20:04:53.104Z | Downloaded clap_lex v0.7.2 |
816 | 2024-12-16T20:04:53.104Z | Downloaded zone v0.1.8 |
817 | 2024-12-16T20:04:53.107Z | Downloaded strum_macros v0.26.4 |
818 | 2024-12-16T20:04:53.107Z | Downloaded spin v0.9.8 |
819 | 2024-12-16T20:04:53.109Z | Downloaded rustc-demangle v0.1.24 |
820 | 2024-12-16T20:04:53.112Z | Downloaded darling_core v0.20.10 |
821 | 2024-12-16T20:04:53.117Z | Downloaded num-traits v0.2.19 |
822 | 2024-12-16T20:04:53.120Z | Downloaded untrusted v0.9.0 |
823 | 2024-12-16T20:04:53.123Z | Downloaded rustc-hash v2.0.0 |
824 | 2024-12-16T20:04:53.123Z | Downloaded thiserror-no-std v2.0.2 |
825 | 2024-12-16T20:04:53.125Z | Downloaded thread_local v1.1.8 |
826 | 2024-12-16T20:04:53.128Z | Downloaded rustls-pki-types v1.10.0 |
827 | 2024-12-16T20:04:53.131Z | Downloaded signal-hook-tokio v0.3.1 |
828 | 2024-12-16T20:04:53.131Z | Downloaded serde-hex v0.1.0 |
829 | 2024-12-16T20:04:53.134Z | Downloaded ucd-trie v0.1.7 |
830 | 2024-12-16T20:04:53.134Z | Downloaded prettyplease v0.2.25 |
831 | 2024-12-16T20:04:53.137Z | Downloaded pretty_assertions v1.4.1 |
832 | 2024-12-16T20:04:53.140Z | Downloaded signature v2.2.0 |
833 | 2024-12-16T20:04:53.142Z | Downloaded same-file v1.0.6 |
834 | 2024-12-16T20:04:53.142Z | Downloaded pin-project-lite v0.2.14 |
835 | 2024-12-16T20:04:53.146Z | Downloaded lazycell v1.3.0 |
836 | 2024-12-16T20:04:53.148Z | Downloaded dhcproto v0.12.0 |
837 | 2024-12-16T20:04:53.151Z | Downloaded tar v0.4.42 |
838 | 2024-12-16T20:04:53.153Z | Downloaded tokio-rustls v0.26.0 |
839 | 2024-12-16T20:04:53.156Z | Downloaded rand_distr v0.4.3 |
840 | 2024-12-16T20:04:53.158Z | Downloaded progenitor-impl v0.8.0 |
841 | 2024-12-16T20:04:53.161Z | Downloaded hickory-resolver v0.24.1 |
842 | 2024-12-16T20:04:53.164Z | Downloaded cc v1.1.30 |
843 | 2024-12-16T20:04:53.167Z | Downloaded env_logger v0.11.5 |
844 | 2024-12-16T20:04:53.169Z | Downloaded openssl-sys v0.9.103 |
845 | 2024-12-16T20:04:53.174Z | Downloaded hickory-server v0.24.1 |
846 | 2024-12-16T20:04:53.180Z | Downloaded psl-types v2.0.11 |
847 | 2024-12-16T20:04:53.182Z | Downloaded proc-macro-crate v3.2.0 |
848 | 2024-12-16T20:04:53.182Z | Downloaded predicates-tree v1.0.11 |
849 | 2024-12-16T20:04:53.183Z | Downloaded num_enum_derive v0.5.11 |
850 | 2024-12-16T20:04:53.185Z | Downloaded num_enum v0.5.11 |
851 | 2024-12-16T20:04:53.188Z | Downloaded num_cpus v1.16.0 |
852 | 2024-12-16T20:04:53.191Z | Downloaded num v0.4.3 |
853 | 2024-12-16T20:04:53.191Z | Downloaded newtype-uuid v1.1.3 |
854 | 2024-12-16T20:04:53.193Z | Downloaded iana-time-zone v0.1.61 |
855 | 2024-12-16T20:04:53.196Z | Downloaded pkcs5 v0.7.1 |
856 | 2024-12-16T20:04:53.198Z | Downloaded expectorate v1.1.0 |
857 | 2024-12-16T20:04:53.201Z | Downloaded ron v0.7.1 |
858 | 2024-12-16T20:04:53.204Z | Downloaded base64 v0.13.1 |
859 | 2024-12-16T20:04:53.208Z | Downloaded backtrace v0.3.74 |
860 | 2024-12-16T20:04:53.211Z | Downloaded tokio-tungstenite v0.21.0 |
861 | 2024-12-16T20:04:53.215Z | Downloaded tokio-stream v0.1.16 |
862 | 2024-12-16T20:04:53.218Z | Downloaded tokio-rustls v0.25.0 |
863 | 2024-12-16T20:04:53.221Z | Downloaded phf_codegen v0.11.2 |
864 | 2024-12-16T20:04:53.221Z | Downloaded pbkdf2 v0.11.0 |
865 | 2024-12-16T20:04:53.224Z | Downloaded data-encoding v2.6.0 |
866 | 2024-12-16T20:04:53.224Z | Downloaded heapless v0.7.17 |
867 | 2024-12-16T20:04:53.231Z | Downloaded sigpipe v0.1.3 |
868 | 2024-12-16T20:04:53.235Z | Downloaded cancel-safe-futures v0.1.5 |
869 | 2024-12-16T20:04:53.235Z | Downloaded walkdir v2.5.0 |
870 | 2024-12-16T20:04:53.235Z | Downloaded keccak v0.1.5 |
871 | 2024-12-16T20:04:53.235Z | Downloaded rustls-pemfile v2.2.0 |
872 | 2024-12-16T20:04:53.237Z | Downloaded bytes v1.8.0 |
873 | 2024-12-16T20:04:53.240Z | Downloaded pest_meta v2.7.14 |
874 | 2024-12-16T20:04:53.243Z | Downloaded parking_lot_core v0.9.10 |
875 | 2024-12-16T20:04:53.246Z | Downloaded thiserror-impl v2.0.3 |
876 | 2024-12-16T20:04:53.246Z | Downloaded thiserror-impl v1.0.69 |
877 | 2024-12-16T20:04:53.249Z | Downloaded password-hash v0.5.0 |
878 | 2024-12-16T20:04:53.252Z | Downloaded partial-io v0.5.4 |
879 | 2024-12-16T20:04:53.254Z | Downloaded bitflags v2.6.0 |
880 | 2024-12-16T20:04:53.257Z | Downloaded slog-stdlog v4.1.1 |
881 | 2024-12-16T20:04:53.259Z | Downloaded serde_tokenstream v0.2.2 |
882 | 2024-12-16T20:04:53.259Z | Downloaded serde_urlencoded v0.7.1 |
883 | 2024-12-16T20:04:53.261Z | Downloaded serde_spanned v0.6.8 |
884 | 2024-12-16T20:04:53.261Z | Downloaded crucible-workspace-hack v0.1.0 |
885 | 2024-12-16T20:04:53.265Z | Downloaded subtle v2.6.1 |
886 | 2024-12-16T20:04:53.266Z | Downloaded structmeta-derive v0.2.0 |
887 | 2024-12-16T20:04:53.266Z | Downloaded async-trait v0.1.83 |
888 | 2024-12-16T20:04:53.268Z | Downloaded serde_regex v1.1.0 |
889 | 2024-12-16T20:04:53.270Z | Downloaded async-task v4.7.1 |
890 | 2024-12-16T20:04:53.273Z | Downloaded rand_chacha v0.3.1 |
891 | 2024-12-16T20:04:53.273Z | Downloaded bcs v0.1.6 |
892 | 2024-12-16T20:04:53.276Z | Downloaded bit-vec v0.6.3 |
893 | 2024-12-16T20:04:53.276Z | Downloaded ff v0.13.0 |
894 | 2024-12-16T20:04:53.279Z | Downloaded async-bb8-diesel v0.2.1 |
895 | 2024-12-16T20:04:53.281Z | Downloaded cargo_metadata v0.18.1 |
896 | 2024-12-16T20:04:53.281Z | Downloaded blocking v1.6.1 |
897 | 2024-12-16T20:04:53.284Z | Downloaded backoff v0.4.0 |
898 | 2024-12-16T20:04:53.285Z | Downloaded autocfg v1.4.0 |
899 | 2024-12-16T20:04:53.287Z | Downloaded async-process v2.3.0 |
900 | 2024-12-16T20:04:53.290Z | Downloaded ring v0.17.8 |
901 | 2024-12-16T20:04:53.356Z | Downloaded async-lock v3.4.0 |
902 | 2024-12-16T20:04:53.360Z | Downloaded assert_cmd v2.0.16 |
903 | 2024-12-16T20:04:53.363Z | Downloaded castaway v0.2.3 |
904 | 2024-12-16T20:04:53.363Z | Downloaded cast v0.3.0 |
905 | 2024-12-16T20:04:53.363Z | Downloaded bytecount v0.6.8 |
906 | 2024-12-16T20:04:53.366Z | Downloaded buf-list v1.0.3 |
907 | 2024-12-16T20:04:53.370Z | Downloaded bitfield-struct v0.6.2 |
908 | 2024-12-16T20:04:53.370Z | Downloaded bitfield v0.14.0 |
909 | 2024-12-16T20:04:53.370Z | Downloaded arrayvec v0.7.6 |
910 | 2024-12-16T20:04:53.374Z | Downloaded bcrypt-pbkdf v0.10.0 |
911 | 2024-12-16T20:04:53.374Z | Downloaded blowfish v0.9.1 |
912 | 2024-12-16T20:04:53.374Z | Downloaded block-padding v0.3.3 |
913 | 2024-12-16T20:04:53.374Z | Downloaded bitflags v1.3.2 |
914 | 2024-12-16T20:04:53.378Z | Downloaded hickory-client v0.24.1 |
915 | 2024-12-16T20:04:53.380Z | Downloaded hash32 v0.2.1 |
916 | 2024-12-16T20:04:53.380Z | Downloaded globset v0.4.15 |
917 | 2024-12-16T20:04:53.387Z | Downloaded assert_matches v1.5.0 |
918 | 2024-12-16T20:04:53.387Z | Downloaded funty v2.0.0 |
919 | 2024-12-16T20:04:53.387Z | Downloaded fallible-streaming-iterator v0.1.9 |
920 | 2024-12-16T20:04:53.387Z | Downloaded base16ct v0.2.0 |
921 | 2024-12-16T20:04:53.387Z | Downloaded async-signal v0.2.10 |
922 | 2024-12-16T20:04:53.387Z | Downloaded async-recursion v1.1.1 |
923 | 2024-12-16T20:04:53.390Z | Downloaded async-channel v2.3.1 |
924 | 2024-12-16T20:04:53.392Z | Downloaded anstyle-parse v0.2.5 |
925 | 2024-12-16T20:04:53.395Z | Downloaded home v0.5.9 |
926 | 2024-12-16T20:04:53.395Z | Downloaded gethostname v0.5.0 |
927 | 2024-12-16T20:04:53.397Z | Downloaded event-listener v2.5.3 |
928 | 2024-12-16T20:04:53.397Z | Downloaded heck v0.3.3 |
929 | 2024-12-16T20:04:53.400Z | Downloaded hash32 v0.3.1 |
930 | 2024-12-16T20:04:53.400Z | Downloaded futures-macro v0.3.31 |
931 | 2024-12-16T20:04:53.400Z | Downloaded group v0.13.0 |
932 | 2024-12-16T20:04:53.403Z | Downloaded fd-lock v4.0.2 |
933 | 2024-12-16T20:04:53.405Z | Downloaded fastrand v2.1.1 |
934 | 2024-12-16T20:04:53.405Z | Downloaded array-init v0.0.4 |
935 | 2024-12-16T20:04:53.405Z | Downloaded arc-swap v1.7.1 |
936 | 2024-12-16T20:04:53.408Z | Downloaded approx v0.5.1 |
937 | 2024-12-16T20:04:53.411Z | Downloaded anstyle-query v1.1.1 |
938 | 2024-12-16T20:04:53.416Z | Downloaded ghash v0.5.1 |
939 | 2024-12-16T20:04:53.416Z | Downloaded futures-task v0.3.31 |
940 | 2024-12-16T20:04:53.416Z | Downloaded foreign-types-macros v0.2.3 |
941 | 2024-12-16T20:04:53.416Z | Downloaded fnv v1.0.7 |
942 | 2024-12-16T20:04:53.420Z | Downloaded float-cmp v0.9.0 |
943 | 2024-12-16T20:04:53.420Z | Downloaded flagset v0.4.6 |
944 | 2024-12-16T20:04:53.420Z | Downloaded futures-io v0.3.31 |
945 | 2024-12-16T20:04:53.420Z | Downloaded futures-executor v0.3.31 |
946 | 2024-12-16T20:04:53.422Z | Downloaded fragile v2.0.0 |
947 | 2024-12-16T20:04:53.422Z | Downloaded assert-json-diff v2.0.2 |
948 | 2024-12-16T20:04:53.422Z | Downloaded form_urlencoded v1.2.1 |
949 | 2024-12-16T20:04:53.425Z | Downloaded float-ord v0.3.2 |
950 | 2024-12-16T20:04:53.425Z | Downloaded filetime v0.2.25 |
951 | 2024-12-16T20:04:53.429Z | Downloaded fallible-iterator v0.3.0 |
952 | 2024-12-16T20:04:53.429Z | Downloaded addr2line v0.24.2 |
953 | 2024-12-16T20:04:53.431Z | Downloaded ahash v0.8.11 |
954 | 2024-12-16T20:04:53.434Z | Downloaded guppy-workspace-hack v0.1.0 |
955 | 2024-12-16T20:04:53.479Z | Downloaded ring v0.16.20 |
956 | 2024-12-16T20:04:53.559Z | Downloaded libsqlite3-sys v0.30.1 |
957 | 2024-12-16T20:04:53.748Z | Downloaded aws-lc-sys v0.22.0 |
958 | 2024-12-16T20:04:54.281Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
959 | 2024-12-16T20:05:12.637Z | Startup: Refreshing catalog 'helios-dev' ... Done |
960 | 2024-12-16T20:05:16.662Z | Startup: Caching catalogs ... Done |
961 | 2024-12-16T20:05:26.673Z | Planning: Solver setup ... Done (9.170s) |
962 | 2024-12-16T20:05:26.799Z | Planning: Running solver ... Done (0.126s) |
963 | 2024-12-16T20:05:27.058Z | Planning: Finding local manifests ... Done (0.167s) |
964 | 2024-12-16T20:05:27.071Z | Planning: Fetching manifests: 0/5 0% complete |
965 | 2024-12-16T20:05:27.705Z | Planning: Fetching manifests: 5/5 100% complete |
966 | 2024-12-16T20:05:28.007Z | Planning: Package planning ... Done (0.305s) |
967 | 2024-12-16T20:05:28.063Z | Planning: Merging actions ... Done (0.056s) |
968 | 2024-12-16T20:05:29.209Z | Planning: Checking for conflicting actions ... Done (1.145s) |
969 | 2024-12-16T20:05:37.567Z | Planning: Consolidating action changes ... Done (8.357s) |
970 | 2024-12-16T20:05:37.972Z | Planning: Evaluating mediators ... Done (0.403s) |
971 | 2024-12-16T20:05:38.110Z | Planning: Planning completed in 21.35 seconds |
972 | 2024-12-16T20:05:39.126Z | Packages to install: 4 |
973 | 2024-12-16T20:05:39.126Z | Packages to update: 1 |
974 | 2024-12-16T20:05:39.126Z | Mediators to change: 2 |
975 | 2024-12-16T20:05:39.126Z | Services to change: 1 |
976 | 2024-12-16T20:05:39.129Z | Estimated space available: 155.38 GB |
977 | 2024-12-16T20:05:39.129Z | Estimated space to be consumed: 1.61 GB |
978 | 2024-12-16T20:05:39.129Z | Create boot environment: No |
979 | 2024-12-16T20:05:39.129Z | Create backup boot environment: Yes |
980 | 2024-12-16T20:05:39.129Z | Rebuild boot archive: No |
981 | 2024-12-16T20:05:39.129Z | |
982 | 2024-12-16T20:05:39.129Z | Changed mediators: |
983 | 2024-12-16T20:05:39.129Z | mediator clang: |
984 | 2024-12-16T20:05:39.129Z | version: None -> 15 (system default) |
985 | 2024-12-16T20:05:39.129Z | |
986 | 2024-12-16T20:05:39.129Z | mediator llvm: |
987 | 2024-12-16T20:05:39.129Z | version: 14 (system default) -> 15 (system default) |
988 | 2024-12-16T20:05:39.129Z | |
989 | 2024-12-16T20:05:39.129Z | Changed packages: |
990 | 2024-12-16T20:05:39.129Z | helios-dev |
991 | 2024-12-16T20:05:39.129Z | developer/build-essential |
992 | 2024-12-16T20:05:39.129Z | None -> 11-2.0 |
993 | 2024-12-16T20:05:39.129Z | library/libxmlsec1 |
994 | 2024-12-16T20:05:39.129Z | None -> 1.2.35-2.0 |
995 | 2024-12-16T20:05:39.129Z | ooce/developer/clang-15 |
996 | 2024-12-16T20:05:39.129Z | None -> 15.0.7-2.0 |
997 | 2024-12-16T20:05:39.129Z | ooce/developer/llvm-15 |
998 | 2024-12-16T20:05:39.129Z | None -> 15.0.7-2.0 |
999 | 2024-12-16T20:05:39.129Z | package/pkg |
1000 | 2024-12-16T20:05:39.129Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1001 | 2024-12-16T20:05:39.129Z | |
1002 | 2024-12-16T20:05:39.129Z | Services: |
1003 | 2024-12-16T20:05:39.129Z | restart_fmri: |
1004 | 2024-12-16T20:05:39.129Z | svc:/system/update-man-index:default |
1005 | 2024-12-16T20:05:39.129Z | |
1006 | 2024-12-16T20:05:39.129Z | Editable files to change: |
1007 | 2024-12-16T20:05:39.130Z | Update: |
1008 | 2024-12-16T20:05:39.130Z | usr/share/lib/pkg/web/config.shtml |
1009 | 2024-12-16T20:05:39.631Z | |
1010 | 2024-12-16T20:05:39.631Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1011 | 2024-12-16T20:05:44.633Z | Download: 950/4281 items 19.0/220.6MB 8% complete (3.9M/s) |
1012 | 2024-12-16T20:05:49.644Z | Download: 2215/4281 items 119.2/220.6MB 54% complete (12.3M/s) |
1013 | 2024-12-16T20:05:54.645Z | Download: 3108/4281 items 135.9/220.6MB 61% complete (11.6M/s) |
1014 | 2024-12-16T20:05:59.652Z | Download: 4207/4281 items 220.6/220.6MB 99% complete (10.2M/s) |
1015 | 2024-12-16T20:05:59.768Z | Download: Completed 220.60 MB in 20.13 seconds (11.0M/s) |
1016 | 2024-12-16T20:06:02.334Z | Actions: 1/5063 actions (Removing old actions) |
1017 | 2024-12-16T20:06:02.349Z | Actions: 194/5063 actions (Installing new actions) |
1018 | 2024-12-16T20:06:07.394Z | Actions: 4087/5063 actions (Installing new actions) |
1019 | 2024-12-16T20:06:08.200Z | Actions: 4226/5063 actions (Updating modified actions) |
1020 | 2024-12-16T20:06:08.594Z | Actions: Completed 5063 actions in 6.26 seconds. |
1021 | 2024-12-16T20:06:08.815Z | Done (0.215s) |
1022 | 2024-12-16T20:06:08.819Z | Done (0.000s) |
1023 | 2024-12-16T20:06:09.361Z | Done (0.544s) |
1024 | 2024-12-16T20:06:15.893Z | Done (6.320s) |
1025 | 2024-12-16T20:06:16.336Z | Done (0.373s) |
1026 | 2024-12-16T20:06:16.338Z | Done (0.000s) |
1027 | 2024-12-16T20:06:16.486Z | Done (0.000s) |
1028 | 2024-12-16T20:06:17.156Z | Planning: Evaluating mediator changes ... Done |
1029 | 2024-12-16T20:06:17.315Z | Planning: Checking for conflicting actions ... Done |
1030 | 2024-12-16T20:06:17.318Z | Planning: Consolidating action changes ... Done |
1031 | 2024-12-16T20:06:17.581Z | Planning: Evaluating mediators ... Done |
1032 | 2024-12-16T20:06:17.583Z | Planning: Planning completed in 0.43 seconds |
1033 | 2024-12-16T20:06:17.619Z | Mediators to change: 2 |
1034 | 2024-12-16T20:06:17.619Z | Create boot environment: No |
1035 | 2024-12-16T20:06:17.621Z | Create backup boot environment: No |
1036 | 2024-12-16T20:06:17.682Z | Done |
1037 | 2024-12-16T20:06:17.682Z | Done |
1038 | 2024-12-16T20:06:18.026Z | Done |
1039 | 2024-12-16T20:06:21.543Z | Done |
1040 | 2024-12-16T20:06:21.629Z | Done |
1041 | 2024-12-16T20:06:21.629Z | Done |
1042 | 2024-12-16T20:06:21.745Z | Done |
1043 | 2024-12-16T20:06:22.349Z | Planning: Evaluating mediator changes ... Done |
1044 | 2024-12-16T20:06:22.352Z | Planning: Merging actions ... Done |
1045 | 2024-12-16T20:06:22.537Z | Planning: Checking for conflicting actions ... Done |
1046 | 2024-12-16T20:06:22.540Z | Planning: Consolidating action changes ... Done |
1047 | 2024-12-16T20:06:22.801Z | Planning: Evaluating mediators ... Done |
1048 | 2024-12-16T20:06:22.999Z | Planning: Planning completed in 0.74 seconds |
1049 | 2024-12-16T20:06:23.014Z | Packages to change: 1 |
1050 | 2024-12-16T20:06:23.014Z | Mediators to change: 1 |
1051 | 2024-12-16T20:06:23.014Z | Services to change: 1 |
1052 | 2024-12-16T20:06:23.014Z | Create boot environment: No |
1053 | 2024-12-16T20:06:23.014Z | Create backup boot environment: Yes |
1054 | 2024-12-16T20:06:25.136Z | Actions: 1/6 actions (Updating modified actions) |
1055 | 2024-12-16T20:06:25.244Z | Actions: Completed 6 actions in 0.11 seconds. |
1056 | 2024-12-16T20:06:25.244Z | Done |
1057 | 2024-12-16T20:06:25.247Z | Done |
1058 | 2024-12-16T20:06:25.355Z | Done |
1059 | 2024-12-16T20:06:28.867Z | Done |
1060 | 2024-12-16T20:06:28.954Z | Done |
1061 | 2024-12-16T20:06:28.957Z | Done |
1062 | 2024-12-16T20:06:29.069Z | Done |
1063 | 2024-12-16T20:06:29.489Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1064 | 2024-12-16T20:06:29.489Z | clang system 15 system |
1065 | 2024-12-16T20:06:29.490Z | csh system system illumos |
1066 | 2024-12-16T20:06:29.490Z | ctags system system illumos |
1067 | 2024-12-16T20:06:29.490Z | gcc vendor 12 vendor |
1068 | 2024-12-16T20:06:29.490Z | gcc system 10 system |
1069 | 2024-12-16T20:06:29.490Z | gcc system 7 system |
1070 | 2024-12-16T20:06:29.490Z | go system 1.20 system |
1071 | 2024-12-16T20:06:29.490Z | go system 1.19 system |
1072 | 2024-12-16T20:06:29.490Z | llvm system 15 system |
1073 | 2024-12-16T20:06:29.490Z | llvm system 14 system |
1074 | 2024-12-16T20:06:29.490Z | mariadb system 10.6 system |
1075 | 2024-12-16T20:06:29.490Z | mta vendor vendor dma |
1076 | 2024-12-16T20:06:29.490Z | openjdk system 17 system |
1077 | 2024-12-16T20:06:29.490Z | openjdk system 11 system |
1078 | 2024-12-16T20:06:29.490Z | openjdk system 1.8 system |
1079 | 2024-12-16T20:06:29.490Z | openssl vendor 3 vendor |
1080 | 2024-12-16T20:06:29.490Z | perl system 5.36 system |
1081 | 2024-12-16T20:06:29.490Z | postgresql system 15 system |
1082 | 2024-12-16T20:06:29.491Z | postgresql system 13 system |
1083 | 2024-12-16T20:06:29.491Z | python vendor 3 vendor |
1084 | 2024-12-16T20:06:29.491Z | python system 2 system |
1085 | 2024-12-16T20:06:29.491Z | python3 system 3.11 system |
1086 | 2024-12-16T20:06:29.491Z | ruby system 3.0 system |
1087 | 2024-12-16T20:06:29.491Z | words vendor vendor american-english |
1088 | 2024-12-16T20:06:29.491Z | words system system australian-english |
1089 | 2024-12-16T20:06:29.491Z | words system system british-english |
1090 | 2024-12-16T20:06:29.491Z | words system system canadian-english |
1091 | 2024-12-16T20:06:29.491Z | words system system french |
1092 | 2024-12-16T20:06:29.491Z | words system system italian |
1093 | 2024-12-16T20:06:29.491Z | words system system ngerman |
1094 | 2024-12-16T20:06:29.491Z | words system system ogerman |
1095 | 2024-12-16T20:06:29.491Z | words system system spanish |
1096 | 2024-12-16T20:06:29.808Z | PUBLISHER TYPE STATUS P LOCATION |
1097 | 2024-12-16T20:06:29.808Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1098 | 2024-12-16T20:06:32.438Z | FMRI IFO |
1099 | 2024-12-16T20:06:32.439Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1100 | 2024-12-16T20:06:32.439Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1101 | 2024-12-16T20:06:32.439Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1102 | 2024-12-16T20:06:32.439Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1103 | 2024-12-16T20:06:32.439Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1104 | 2024-12-16T20:06:32.439Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1105 | 2024-12-16T20:06:32.439Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1106 | 2024-12-16T20:06:32.439Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1107 | 2024-12-16T20:06:32.439Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1108 | 2024-12-16T20:06:32.439Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1109 | 2024-12-16T20:06:32.439Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1110 | 2024-12-16T20:06:32.439Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1111 | 2024-12-16T20:06:32.439Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1112 | 2024-12-16T20:06:32.439Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1113 | 2024-12-16T20:06:32.439Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1114 | 2024-12-16T20:06:33.427Z | Downloading crates ... |
1115 | 2024-12-16T20:06:33.510Z | Downloaded cargo_toml v0.20.5 |
1116 | 2024-12-16T20:06:33.643Z | Compiling proc-macro2 v1.0.89 |
1117 | 2024-12-16T20:06:33.643Z | Compiling unicode-ident v1.0.13 |
1118 | 2024-12-16T20:06:33.646Z | Compiling serde v1.0.215 |
1119 | 2024-12-16T20:06:33.646Z | Compiling version_check v0.9.5 |
1120 | 2024-12-16T20:06:33.646Z | Compiling thiserror v1.0.69 |
1121 | 2024-12-16T20:06:33.647Z | Compiling memchr v2.7.4 |
1122 | 2024-12-16T20:06:33.647Z | Compiling libc v0.2.162 |
1123 | 2024-12-16T20:06:33.665Z | Compiling ryu v1.0.18 |
1124 | 2024-12-16T20:06:33.898Z | Compiling ucd-trie v0.1.7 |
1125 | 2024-12-16T20:06:34.029Z | Compiling itoa v1.0.11 |
1126 | 2024-12-16T20:06:34.445Z | Compiling once_cell v1.20.2 |
1127 | 2024-12-16T20:06:34.445Z | Compiling byteorder v1.5.0 |
1128 | 2024-12-16T20:06:34.739Z | Compiling rustix v0.38.37 |
1129 | 2024-12-16T20:06:34.918Z | Compiling serde_json v1.0.132 |
1130 | 2024-12-16T20:06:35.539Z | Compiling bitflags v2.6.0 |
1131 | 2024-12-16T20:06:35.588Z | Compiling usdt-impl v0.5.0 |
1132 | 2024-12-16T20:06:35.640Z | Compiling proc-macro-error-attr v1.0.4 |
1133 | 2024-12-16T20:06:35.823Z | Compiling syn v1.0.109 |
1134 | 2024-12-16T20:06:35.871Z | Compiling proc-macro-error v1.0.4 |
1135 | 2024-12-16T20:06:35.942Z | Compiling equivalent v1.0.1 |
1136 | 2024-12-16T20:06:35.968Z | Compiling plain v0.2.3 |
1137 | 2024-12-16T20:06:36.016Z | Compiling log v0.4.22 |
1138 | 2024-12-16T20:06:36.031Z | Compiling utf8parse v0.2.2 |
1139 | 2024-12-16T20:06:36.092Z | Compiling hashbrown v0.15.1 |
1140 | 2024-12-16T20:06:36.115Z | Compiling camino v1.1.9 |
1141 | 2024-12-16T20:06:36.168Z | Compiling anstyle-parse v0.2.5 |
1142 | 2024-12-16T20:06:36.351Z | Compiling thread-id v4.2.2 |
1143 | 2024-12-16T20:06:36.485Z | Compiling autocfg v1.4.0 |
1144 | 2024-12-16T20:06:36.499Z | Compiling semver v1.0.23 |
1145 | 2024-12-16T20:06:36.502Z | Compiling unicode-width v0.1.14 |
1146 | 2024-12-16T20:06:36.726Z | Compiling quote v1.0.37 |
1147 | 2024-12-16T20:06:36.746Z | Compiling errno v0.3.9 |
1148 | 2024-12-16T20:06:37.006Z | Compiling anstyle v1.0.10 |
1149 | 2024-12-16T20:06:37.022Z | Compiling anstyle-query v1.1.1 |
1150 | 2024-12-16T20:06:37.033Z | Compiling pretty-hex v0.4.1 |
1151 | 2024-12-16T20:06:37.153Z | Compiling syn v2.0.87 |
1152 | 2024-12-16T20:06:37.328Z | Compiling indexmap v2.6.0 |
1153 | 2024-12-16T20:06:37.409Z | Compiling colorchoice v1.0.2 |
1154 | 2024-12-16T20:06:37.453Z | Compiling winnow v0.6.20 |
1155 | 2024-12-16T20:06:37.546Z | Compiling is_terminal_polyfill v1.70.1 |
1156 | 2024-12-16T20:06:37.630Z | Compiling fs-err v2.11.0 |
1157 | 2024-12-16T20:06:37.649Z | Compiling anstream v0.6.15 |
1158 | 2024-12-16T20:06:38.170Z | Compiling fnv v1.0.7 |
1159 | 2024-12-16T20:06:38.287Z | Compiling bytecount v0.6.8 |
1160 | 2024-12-16T20:06:38.319Z | Compiling anyhow v1.0.93 |
1161 | 2024-12-16T20:06:38.491Z | Compiling heck v0.5.0 |
1162 | 2024-12-16T20:06:38.702Z | Compiling cfg-if v1.0.0 |
1163 | 2024-12-16T20:06:38.778Z | Compiling strsim v0.11.1 |
1164 | 2024-12-16T20:06:38.867Z | Compiling fastrand v2.1.1 |
1165 | 2024-12-16T20:06:38.981Z | Compiling heck v0.4.1 |
1166 | 2024-12-16T20:06:39.188Z | Compiling terminal_size v0.4.0 |
1167 | 2024-12-16T20:06:39.380Z | Compiling clap_lex v0.7.2 |
1168 | 2024-12-16T20:06:39.446Z | Compiling tempfile v3.13.0 |
1169 | 2024-12-16T20:06:39.721Z | Compiling clap_builder v4.5.21 |
1170 | 2024-12-16T20:06:39.849Z | Compiling papergrid v0.11.0 |
1171 | 2024-12-16T20:06:39.918Z | Compiling memmap v0.7.0 |
1172 | 2024-12-16T20:06:39.992Z | Compiling smawk v0.3.2 |
1173 | 2024-12-16T20:06:40.239Z | Compiling unicode-linebreak v0.1.5 |
1174 | 2024-12-16T20:06:40.713Z | Compiling textwrap v0.16.1 |
1175 | 2024-12-16T20:06:40.916Z | Compiling swrite v0.1.0 |
1176 | 2024-12-16T20:06:42.541Z | Compiling tabled_derive v0.7.0 |
1177 | 2024-12-16T20:06:43.864Z | Compiling tabled v0.15.0 |
1178 | 2024-12-16T20:06:45.770Z | Compiling serde_derive v1.0.215 |
1179 | 2024-12-16T20:06:45.770Z | Compiling thiserror-impl v1.0.69 |
1180 | 2024-12-16T20:06:45.779Z | Compiling zerocopy-derive v0.7.35 |
1181 | 2024-12-16T20:06:45.779Z | Compiling scroll_derive v0.12.0 |
1182 | 2024-12-16T20:06:45.779Z | Compiling clap_derive v4.5.18 |
1183 | 2024-12-16T20:06:46.852Z | Compiling scroll v0.12.0 |
1184 | 2024-12-16T20:06:47.358Z | Compiling goblin v0.8.2 |
1185 | 2024-12-16T20:06:48.091Z | Compiling zerocopy v0.7.35 |
1186 | 2024-12-16T20:06:48.239Z | Compiling pest v2.7.14 |
1187 | 2024-12-16T20:06:49.594Z | Compiling clap v4.5.21 |
1188 | 2024-12-16T20:06:50.421Z | Compiling pest_meta v2.7.14 |
1189 | 2024-12-16T20:06:51.200Z | Compiling pest_generator v2.7.14 |
1190 | 2024-12-16T20:06:53.091Z | Compiling pest_derive v2.7.14 |
1191 | 2024-12-16T20:06:53.797Z | Compiling dtrace-parser v0.2.0 |
1192 | 2024-12-16T20:06:55.555Z | Compiling serde_spanned v0.6.8 |
1193 | 2024-12-16T20:06:55.555Z | Compiling toml_datetime v0.6.8 |
1194 | 2024-12-16T20:06:55.558Z | Compiling cargo-platform v0.1.8 |
1195 | 2024-12-16T20:06:55.956Z | Compiling serde_tokenstream v0.2.2 |
1196 | 2024-12-16T20:06:55.981Z | Compiling toml_edit v0.22.22 |
1197 | 2024-12-16T20:06:56.062Z | Compiling macaddr v1.0.1 |
1198 | 2024-12-16T20:06:56.203Z | Compiling camino-tempfile v1.1.1 |
1199 | 2024-12-16T20:06:57.022Z | Compiling dof v0.3.0 |
1200 | 2024-12-16T20:06:57.022Z | Compiling cargo_metadata v0.18.1 |
1201 | 2024-12-16T20:06:58.667Z | Compiling toml v0.8.19 |
1202 | 2024-12-16T20:06:58.819Z | Compiling usdt-macro v0.5.0 |
1203 | 2024-12-16T20:06:58.819Z | Compiling usdt-attr-macro v0.5.0 |
1204 | 2024-12-16T20:06:59.585Z | Compiling cargo_toml v0.20.5 |
1205 | 2024-12-16T20:07:00.148Z | Compiling usdt v0.5.0 |
1206 | 2024-12-16T20:07:03.077Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1207 | 2024-12-16T20:07:07.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.13s |
1208 | 2024-12-16T20:07:07.143Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1209 | 2024-12-16T20:07:07.953Z | Compiling serde v1.0.215 |
1210 | 2024-12-16T20:07:07.956Z | Compiling lock_api v0.4.12 |
1211 | 2024-12-16T20:07:07.956Z | Compiling scopeguard v1.2.0 |
1212 | 2024-12-16T20:07:07.956Z | Compiling value-bag v1.9.0 |
1213 | 2024-12-16T20:07:07.956Z | Compiling typenum v1.17.0 |
1214 | 2024-12-16T20:07:07.956Z | Compiling generic-array v0.14.7 |
1215 | 2024-12-16T20:07:08.124Z | Compiling syn v2.0.87 |
1216 | 2024-12-16T20:07:08.136Z | Compiling getrandom v0.2.15 |
1217 | 2024-12-16T20:07:08.236Z | Compiling shlex v1.3.0 |
1218 | 2024-12-16T20:07:08.417Z | Compiling rand_core v0.6.4 |
1219 | 2024-12-16T20:07:08.517Z | Compiling log v0.4.22 |
1220 | 2024-12-16T20:07:08.627Z | Compiling subtle v2.6.1 |
1221 | 2024-12-16T20:07:08.627Z | Compiling jobserver v0.1.32 |
1222 | 2024-12-16T20:07:08.672Z | Compiling smallvec v1.13.2 |
1223 | 2024-12-16T20:07:08.928Z | Compiling const-oid v0.9.6 |
1224 | 2024-12-16T20:07:08.958Z | Compiling cc v1.1.30 |
1225 | 2024-12-16T20:07:08.974Z | Compiling spin v0.9.8 |
1226 | 2024-12-16T20:07:09.062Z | Compiling pin-project-lite v0.2.14 |
1227 | 2024-12-16T20:07:09.183Z | Compiling rustix v0.38.37 |
1228 | 2024-12-16T20:07:09.386Z | Compiling parking_lot_core v0.9.10 |
1229 | 2024-12-16T20:07:09.403Z | Compiling futures-core v0.3.31 |
1230 | 2024-12-16T20:07:09.569Z | Compiling signal-hook-registry v1.4.2 |
1231 | 2024-12-16T20:07:09.646Z | Compiling mio v1.0.2 |
1232 | 2024-12-16T20:07:10.196Z | Compiling aho-corasick v1.1.3 |
1233 | 2024-12-16T20:07:10.385Z | Compiling parking_lot v0.12.3 |
1234 | 2024-12-16T20:07:10.468Z | Compiling regex-syntax v0.8.5 |
1235 | 2024-12-16T20:07:10.720Z | Compiling cpufeatures v0.2.14 |
1236 | 2024-12-16T20:07:10.817Z | Compiling lazy_static v1.5.0 |
1237 | 2024-12-16T20:07:10.833Z | Compiling either v1.13.0 |
1238 | 2024-12-16T20:07:10.927Z | Compiling futures-sink v0.3.31 |
1239 | 2024-12-16T20:07:10.943Z | Compiling glob v0.3.1 |
1240 | 2024-12-16T20:07:11.078Z | Compiling stable_deref_trait v1.2.0 |
1241 | 2024-12-16T20:07:11.187Z | Compiling socket2 v0.5.7 |
1242 | 2024-12-16T20:07:11.253Z | Compiling slab v0.4.9 |
1243 | 2024-12-16T20:07:11.298Z | Compiling prettyplease v0.2.25 |
1244 | 2024-12-16T20:07:11.601Z | Compiling minimal-lexical v0.2.1 |
1245 | 2024-12-16T20:07:11.927Z | Compiling clang-sys v1.8.1 |
1246 | 2024-12-16T20:07:11.940Z | Compiling libloading v0.8.5 |
1247 | 2024-12-16T20:07:12.107Z | Compiling nom v7.1.3 |
1248 | 2024-12-16T20:07:12.156Z | Compiling serde_json v1.0.132 |
1249 | 2024-12-16T20:07:12.342Z | Compiling bindgen v0.69.5 |
1250 | 2024-12-16T20:07:12.456Z | Compiling home v0.5.9 |
1251 | 2024-12-16T20:07:12.735Z | Compiling itertools v0.10.5 |
1252 | 2024-12-16T20:07:13.133Z | Compiling futures-channel v0.3.31 |
1253 | 2024-12-16T20:07:13.208Z | Compiling lazycell v1.3.0 |
1254 | 2024-12-16T20:07:13.380Z | Compiling futures-task v0.3.31 |
1255 | 2024-12-16T20:07:13.563Z | Compiling foldhash v0.1.3 |
1256 | 2024-12-16T20:07:13.667Z | Compiling pin-utils v0.1.0 |
1257 | 2024-12-16T20:07:13.755Z | Compiling rustc-hash v1.1.0 |
1258 | 2024-12-16T20:07:13.864Z | Compiling allocator-api2 v0.2.18 |
1259 | 2024-12-16T20:07:13.905Z | Compiling futures-io v0.3.31 |
1260 | 2024-12-16T20:07:14.238Z | Compiling regex-automata v0.4.8 |
1261 | 2024-12-16T20:07:14.696Z | Compiling hashbrown v0.15.1 |
1262 | 2024-12-16T20:07:15.467Z | Compiling synstructure v0.13.1 |
1263 | 2024-12-16T20:07:15.723Z | Compiling cexpr v0.6.0 |
1264 | 2024-12-16T20:07:16.026Z | Compiling cmake v0.1.51 |
1265 | 2024-12-16T20:07:17.051Z | Compiling pkg-config v0.3.31 |
1266 | 2024-12-16T20:07:17.172Z | Compiling fs_extra v1.3.0 |
1267 | 2024-12-16T20:07:17.229Z | Compiling dunce v1.0.5 |
1268 | 2024-12-16T20:07:17.355Z | Compiling libm v0.2.8 |
1269 | 2024-12-16T20:07:17.500Z | Compiling tinyvec_macros v0.1.1 |
1270 | 2024-12-16T20:07:17.594Z | Compiling tinyvec v1.8.0 |
1271 | 2024-12-16T20:07:17.697Z | Compiling num-traits v0.2.19 |
1272 | 2024-12-16T20:07:18.204Z | Compiling ring v0.17.8 |
1273 | 2024-12-16T20:07:18.612Z | Compiling litemap v0.7.3 |
1274 | 2024-12-16T20:07:18.668Z | Compiling unicode-bidi v0.3.17 |
1275 | 2024-12-16T20:07:18.982Z | Compiling paste v1.0.15 |
1276 | 2024-12-16T20:07:19.088Z | Compiling unicode-normalization v0.1.24 |
1277 | 2024-12-16T20:07:19.168Z | Compiling base64ct v1.6.0 |
1278 | 2024-12-16T20:07:19.324Z | Compiling writeable v0.5.5 |
1279 | 2024-12-16T20:07:19.725Z | Compiling regex v1.11.1 |
1280 | 2024-12-16T20:07:19.819Z | Compiling pem-rfc7468 v0.7.0 |
1281 | 2024-12-16T20:07:20.177Z | Compiling httparse v1.9.5 |
1282 | 2024-12-16T20:07:20.472Z | Compiling aws-lc-rs v1.10.0 |
1283 | 2024-12-16T20:07:20.744Z | Compiling flagset v0.4.6 |
1284 | 2024-12-16T20:07:20.919Z | Compiling tracing-core v0.1.32 |
1285 | 2024-12-16T20:07:20.959Z | Compiling percent-encoding v2.3.1 |
1286 | 2024-12-16T20:07:21.267Z | Compiling rustls-pki-types v1.10.0 |
1287 | 2024-12-16T20:07:21.874Z | Compiling crossbeam-utils v0.8.20 |
1288 | 2024-12-16T20:07:22.023Z | Compiling icu_locid_transform_data v1.5.0 |
1289 | 2024-12-16T20:07:22.192Z | Compiling untrusted v0.7.1 |
1290 | 2024-12-16T20:07:22.301Z | Compiling untrusted v0.9.0 |
1291 | 2024-12-16T20:07:22.322Z | Compiling serde_derive v1.0.215 |
1292 | 2024-12-16T20:07:22.355Z | Compiling zeroize_derive v1.4.2 |
1293 | 2024-12-16T20:07:22.416Z | Compiling zerocopy-derive v0.7.35 |
1294 | 2024-12-16T20:07:22.463Z | Compiling tokio-macros v2.4.0 |
1295 | 2024-12-16T20:07:22.789Z | Compiling zerofrom-derive v0.1.4 |
1296 | 2024-12-16T20:07:23.814Z | Compiling zeroize v1.8.1 |
1297 | 2024-12-16T20:07:23.965Z | Compiling thiserror-impl v1.0.69 |
1298 | 2024-12-16T20:07:24.349Z | Compiling yoke-derive v0.7.4 |
1299 | 2024-12-16T20:07:24.617Z | Compiling zerocopy v0.7.35 |
1300 | 2024-12-16T20:07:25.592Z | Compiling crypto-common v0.1.6 |
1301 | 2024-12-16T20:07:25.817Z | Compiling block-buffer v0.10.4 |
1302 | 2024-12-16T20:07:26.061Z | Compiling digest v0.10.7 |
1303 | 2024-12-16T20:07:26.078Z | Compiling zerovec-derive v0.10.3 |
1304 | 2024-12-16T20:07:26.461Z | Compiling hmac v0.12.1 |
1305 | 2024-12-16T20:07:26.580Z | Compiling futures-macro v0.3.31 |
1306 | 2024-12-16T20:07:26.705Z | Compiling block-padding v0.3.3 |
1307 | 2024-12-16T20:07:26.759Z | Compiling zerofrom v0.1.4 |
1308 | 2024-12-16T20:07:26.945Z | Compiling displaydoc v0.2.5 |
1309 | 2024-12-16T20:07:26.959Z | Compiling inout v0.1.3 |
1310 | 2024-12-16T20:07:27.142Z | Compiling thiserror v1.0.69 |
1311 | 2024-12-16T20:07:27.224Z | Compiling cipher v0.4.4 |
1312 | 2024-12-16T20:07:27.267Z | Compiling sha2 v0.10.8 |
1313 | 2024-12-16T20:07:27.418Z | Compiling yoke v0.7.4 |
1314 | 2024-12-16T20:07:27.734Z | Compiling ppv-lite86 v0.2.20 |
1315 | 2024-12-16T20:07:27.774Z | Compiling icu_provider_macros v1.5.0 |
1316 | 2024-12-16T20:07:28.447Z | Compiling futures-util v0.3.31 |
1317 | 2024-12-16T20:07:28.530Z | Compiling der_derive v0.7.3 |
1318 | 2024-12-16T20:07:28.543Z | Compiling rand_chacha v0.3.1 |
1319 | 2024-12-16T20:07:28.632Z | Compiling zerovec v0.10.4 |
1320 | 2024-12-16T20:07:28.818Z | Compiling tracing-attributes v0.1.27 |
1321 | 2024-12-16T20:07:30.654Z | Compiling tinystr v0.7.6 |
1322 | 2024-12-16T20:07:30.719Z | Compiling icu_collections v1.5.0 |
1323 | 2024-12-16T20:07:30.794Z | Compiling rand v0.8.5 |
1324 | 2024-12-16T20:07:30.953Z | Compiling der v0.7.9 |
1325 | 2024-12-16T20:07:31.085Z | Compiling icu_locid v1.5.0 |
1326 | 2024-12-16T20:07:32.135Z | Compiling salsa20 v0.10.2 |
1327 | 2024-12-16T20:07:32.331Z | Compiling icu_provider v1.5.0 |
1328 | 2024-12-16T20:07:32.585Z | Compiling tracing v0.1.40 |
1329 | 2024-12-16T20:07:32.869Z | Compiling pest v2.7.14 |
1330 | 2024-12-16T20:07:33.073Z | Compiling icu_locid_transform v1.5.0 |
1331 | 2024-12-16T20:07:33.363Z | Compiling spki v0.7.3 |
1332 | 2024-12-16T20:07:33.427Z | Compiling pbkdf2 v0.12.2 |
1333 | 2024-12-16T20:07:33.630Z | Compiling powerfmt v0.2.0 |
1334 | 2024-12-16T20:07:33.730Z | Compiling icu_properties_data v1.5.0 |
1335 | 2024-12-16T20:07:33.959Z | Compiling time-core v0.1.2 |
1336 | 2024-12-16T20:07:33.987Z | Compiling num-conv v0.1.0 |
1337 | 2024-12-16T20:07:34.138Z | Compiling mirai-annotations v1.12.0 |
1338 | 2024-12-16T20:07:34.141Z | Compiling vcpkg v0.2.15 |
1339 | 2024-12-16T20:07:34.228Z | Compiling icu_properties v1.5.1 |
1340 | 2024-12-16T20:07:34.277Z | Compiling time-macros v0.2.18 |
1341 | 2024-12-16T20:07:34.307Z | Compiling deranged v0.3.11 |
1342 | 2024-12-16T20:07:35.813Z | Compiling bitflags v2.6.0 |
1343 | 2024-12-16T20:07:35.877Z | Compiling bytes v1.8.0 |
1344 | 2024-12-16T20:07:36.242Z | Compiling indexmap v2.6.0 |
1345 | 2024-12-16T20:07:36.317Z | Compiling semver v1.0.23 |
1346 | 2024-12-16T20:07:37.069Z | Compiling tokio v1.40.0 |
1347 | 2024-12-16T20:07:37.145Z | Compiling http v1.1.0 |
1348 | 2024-12-16T20:07:37.436Z | Compiling rustc_version v0.4.1 |
1349 | 2024-12-16T20:07:37.743Z | Compiling openssl-sys v0.9.103 |
1350 | 2024-12-16T20:07:38.237Z | Compiling pest_meta v2.7.14 |
1351 | 2024-12-16T20:07:38.831Z | Compiling scrypt v0.11.0 |
1352 | 2024-12-16T20:07:39.032Z | Compiling aes v0.8.4 |
1353 | 2024-12-16T20:07:39.280Z | Compiling cbc v0.1.2 |
1354 | 2024-12-16T20:07:39.448Z | Compiling scroll_derive v0.12.0 |
1355 | 2024-12-16T20:07:39.531Z | Compiling utf16_iter v1.0.5 |
1356 | 2024-12-16T20:07:39.634Z | Compiling atomic-waker v1.1.2 |
1357 | 2024-12-16T20:07:39.732Z | Compiling write16 v1.0.0 |
1358 | 2024-12-16T20:07:39.823Z | Compiling icu_normalizer_data v1.5.0 |
1359 | 2024-12-16T20:07:39.853Z | Compiling num_threads v0.1.7 |
1360 | 2024-12-16T20:07:39.920Z | Compiling utf8_iter v1.0.4 |
1361 | 2024-12-16T20:07:39.978Z | Compiling time v0.3.36 |
1362 | 2024-12-16T20:07:40.071Z | Compiling which v4.4.2 |
1363 | 2024-12-16T20:07:40.166Z | Compiling icu_normalizer v1.5.0 |
1364 | 2024-12-16T20:07:40.913Z | Compiling scroll v0.12.0 |
1365 | 2024-12-16T20:07:41.461Z | Compiling pkcs5 v0.7.1 |
1366 | 2024-12-16T20:07:41.479Z | Compiling pest_generator v2.7.14 |
1367 | 2024-12-16T20:07:42.198Z | Compiling http-body v1.0.1 |
1368 | 2024-12-16T20:07:42.250Z | Compiling form_urlencoded v1.2.1 |
1369 | 2024-12-16T20:07:42.432Z | Compiling slog v2.7.0 |
1370 | 2024-12-16T20:07:42.577Z | Compiling try-lock v0.2.5 |
1371 | 2024-12-16T20:07:42.666Z | Compiling goblin v0.8.2 |
1372 | 2024-12-16T20:07:42.722Z | Compiling want v0.3.1 |
1373 | 2024-12-16T20:07:42.989Z | Compiling pkcs8 v0.10.2 |
1374 | 2024-12-16T20:07:43.006Z | Compiling idna_adapter v1.2.0 |
1375 | 2024-12-16T20:07:43.221Z | Compiling httpdate v1.0.3 |
1376 | 2024-12-16T20:07:43.344Z | Compiling idna v1.0.3 |
1377 | 2024-12-16T20:07:43.475Z | Compiling pest_derive v2.7.14 |
1378 | 2024-12-16T20:07:43.693Z | Compiling serde_tokenstream v0.2.2 |
1379 | 2024-12-16T20:07:44.271Z | Compiling dtrace-parser v0.2.0 |
1380 | 2024-12-16T20:07:44.328Z | Compiling serde_spanned v0.6.8 |
1381 | 2024-12-16T20:07:44.490Z | Compiling uuid v1.11.0 |
1382 | 2024-12-16T20:07:44.554Z | Compiling toml_datetime v0.6.8 |
1383 | 2024-12-16T20:07:45.073Z | Compiling adler2 v2.0.0 |
1384 | 2024-12-16T20:07:45.119Z | Compiling tower-service v0.3.3 |
1385 | 2024-12-16T20:07:45.223Z | Compiling iana-time-zone v0.1.61 |
1386 | 2024-12-16T20:07:45.246Z | Compiling base64 v0.22.1 |
1387 | 2024-12-16T20:07:45.270Z | Compiling openssl v0.10.66 |
1388 | 2024-12-16T20:07:45.675Z | Compiling tokio-util v0.7.12 |
1389 | 2024-12-16T20:07:45.692Z | Compiling rustversion v1.0.17 |
1390 | 2024-12-16T20:07:45.920Z | Compiling match_cfg v0.1.0 |
1391 | 2024-12-16T20:07:45.983Z | Compiling foreign-types-shared v0.1.1 |
1392 | 2024-12-16T20:07:46.008Z | Compiling hostname v0.3.1 |
1393 | 2024-12-16T20:07:46.090Z | Compiling foreign-types v0.3.2 |
1394 | 2024-12-16T20:07:46.209Z | Compiling chrono v0.4.38 |
1395 | 2024-12-16T20:07:46.245Z | Compiling miniz_oxide v0.8.0 |
1396 | 2024-12-16T20:07:46.431Z | Compiling url v2.5.3 |
1397 | 2024-12-16T20:07:47.105Z | Compiling h2 v0.4.6 |
1398 | 2024-12-16T20:07:47.769Z | Compiling async-trait v0.1.83 |
1399 | 2024-12-16T20:07:47.820Z | Compiling openssl-macros v0.1.1 |
1400 | 2024-12-16T20:07:48.402Z | Compiling dof v0.3.0 |
1401 | 2024-12-16T20:07:48.562Z | Compiling dirs-sys-next v0.1.2 |
1402 | 2024-12-16T20:07:49.265Z | Compiling usdt-impl v0.5.0 |
1403 | 2024-12-16T20:07:49.915Z | Compiling native-tls v0.2.12 |
1404 | 2024-12-16T20:07:50.235Z | Compiling rustls v0.22.4 |
1405 | 2024-12-16T20:07:50.488Z | Compiling syn v1.0.109 |
1406 | 2024-12-16T20:07:50.559Z | Compiling rustls v0.23.19 |
1407 | 2024-12-16T20:07:50.675Z | Compiling data-encoding v2.6.0 |
1408 | 2024-12-16T20:07:50.821Z | Compiling siphasher v0.3.11 |
1409 | 2024-12-16T20:07:50.981Z | Compiling dirs-next v2.0.0 |
1410 | 2024-12-16T20:07:51.210Z | Compiling http-body-util v0.1.2 |
1411 | 2024-12-16T20:07:51.756Z | Compiling crossbeam-epoch v0.9.18 |
1412 | 2024-12-16T20:07:52.536Z | Compiling heapless v0.7.17 |
1413 | 2024-12-16T20:07:52.589Z | Compiling sha1 v0.10.6 |
1414 | 2024-12-16T20:07:52.738Z | Compiling signature v2.2.0 |
1415 | 2024-12-16T20:07:52.925Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1416 | 2024-12-16T20:07:52.962Z | Compiling serde_derive_internals v0.29.1 |
1417 | 2024-12-16T20:07:52.993Z | Compiling thread_local v1.1.8 |
1418 | 2024-12-16T20:07:53.014Z | Compiling encoding_rs v0.8.34 |
1419 | 2024-12-16T20:07:53.031Z | Compiling multer v3.1.0 |
1420 | 2024-12-16T20:07:53.302Z | Compiling cookie v0.18.1 |
1421 | 2024-12-16T20:07:53.396Z | Compiling ipnet v2.10.1 |
1422 | 2024-12-16T20:07:53.518Z | Compiling signal-hook v0.3.17 |
1423 | 2024-12-16T20:07:53.566Z | Compiling schemars v0.8.21 |
1424 | 2024-12-16T20:07:53.786Z | Compiling unicode-properties v0.1.3 |
1425 | 2024-12-16T20:07:53.886Z | Compiling hyper v1.5.0 |
1426 | 2024-12-16T20:07:54.212Z | Compiling gimli v0.31.1 |
1427 | 2024-12-16T20:07:54.724Z | Compiling mime v0.3.17 |
1428 | 2024-12-16T20:07:55.344Z | Compiling rayon-core v1.12.1 |
1429 | 2024-12-16T20:07:55.606Z | Compiling openssl-probe v0.1.5 |
1430 | 2024-12-16T20:07:55.708Z | Compiling slog-async v2.8.0 |
1431 | 2024-12-16T20:07:55.960Z | Compiling schemars_derive v0.8.21 |
1432 | 2024-12-16T20:07:56.295Z | Compiling stringprep v0.1.5 |
1433 | 2024-12-16T20:07:57.483Z | Compiling hyper-util v0.1.10 |
1434 | 2024-12-16T20:07:57.722Z | Compiling toml_edit v0.22.22 |
1435 | 2024-12-16T20:07:58.336Z | Compiling usdt-attr-macro v0.5.0 |
1436 | 2024-12-16T20:07:59.317Z | Compiling addr2line v0.24.2 |
1437 | 2024-12-16T20:07:59.374Z | Compiling usdt-macro v0.5.0 |
1438 | 2024-12-16T20:07:59.606Z | Compiling crossbeam-deque v0.8.5 |
1439 | 2024-12-16T20:07:59.914Z | Compiling term v0.7.0 |
1440 | 2024-12-16T20:07:59.931Z | Compiling slog-json v2.6.1 |
1441 | 2024-12-16T20:07:59.996Z | Compiling serde_urlencoded v0.7.1 |
1442 | 2024-12-16T20:08:00.304Z | Compiling crossbeam-channel v0.5.13 |
1443 | 2024-12-16T20:08:00.514Z | Compiling curve25519-dalek v4.1.3 |
1444 | 2024-12-16T20:08:00.609Z | Compiling enum-as-inner v0.6.1 |
1445 | 2024-12-16T20:08:00.809Z | Compiling futures-executor v0.3.31 |
1446 | 2024-12-16T20:08:01.117Z | Compiling md-5 v0.10.6 |
1447 | 2024-12-16T20:08:01.414Z | Compiling async-stream-impl v0.3.6 |
1448 | 2024-12-16T20:08:01.454Z | Compiling rustls-pemfile v2.2.0 |
1449 | 2024-12-16T20:08:01.454Z | Compiling num-integer v0.1.46 |
1450 | 2024-12-16T20:08:01.502Z | Compiling idna v0.3.0 |
1451 | 2024-12-16T20:08:01.736Z | Compiling idna v0.4.0 |
1452 | 2024-12-16T20:08:01.793Z | Compiling hash32 v0.2.1 |
1453 | 2024-12-16T20:08:02.090Z | Compiling ff v0.13.0 |
1454 | 2024-12-16T20:08:02.197Z | Compiling is-terminal v0.4.13 |
1455 | 2024-12-16T20:08:02.315Z | Compiling dropshot v0.12.0 |
1456 | 2024-12-16T20:08:02.331Z | Compiling object v0.36.5 |
1457 | 2024-12-16T20:08:02.581Z | Compiling psl-types v2.0.11 |
1458 | 2024-12-16T20:08:02.721Z | Compiling portable-atomic v1.9.0 |
1459 | 2024-12-16T20:08:02.767Z | Compiling base16ct v0.2.0 |
1460 | 2024-12-16T20:08:03.092Z | Compiling quick-error v1.2.3 |
1461 | 2024-12-16T20:08:03.151Z | Compiling fallible-iterator v0.2.0 |
1462 | 2024-12-16T20:08:03.229Z | Compiling anyhow v1.0.93 |
1463 | 2024-12-16T20:08:03.333Z | Compiling smoltcp v0.9.1 |
1464 | 2024-12-16T20:08:03.775Z | Compiling num-bigint-dig v0.8.4 |
1465 | 2024-12-16T20:08:03.835Z | Compiling rustc-demangle v0.1.24 |
1466 | 2024-12-16T20:08:03.853Z | Compiling take_mut v0.2.2 |
1467 | 2024-12-16T20:08:03.998Z | Compiling dyn-clone v1.0.17 |
1468 | 2024-12-16T20:08:04.063Z | Compiling utf-8 v0.7.6 |
1469 | 2024-12-16T20:08:04.086Z | Compiling linked-hash-map v0.5.6 |
1470 | 2024-12-16T20:08:04.402Z | Compiling tungstenite v0.24.0 |
1471 | 2024-12-16T20:08:04.469Z | Compiling lru-cache v0.1.2 |
1472 | 2024-12-16T20:08:05.229Z | Compiling postgres-protocol v0.6.7 |
1473 | 2024-12-16T20:08:06.000Z | Compiling resolv-conf v0.7.0 |
1474 | 2024-12-16T20:08:06.108Z | Compiling sec1 v0.7.3 |
1475 | 2024-12-16T20:08:06.572Z | Compiling publicsuffix v2.2.3 |
1476 | 2024-12-16T20:08:06.682Z | Compiling async-stream v0.3.6 |
1477 | 2024-12-16T20:08:06.806Z | Compiling hickory-proto v0.24.1 |
1478 | 2024-12-16T20:08:06.825Z | Compiling slog-term v2.9.1 |
1479 | 2024-12-16T20:08:06.842Z | Compiling group v0.13.0 |
1480 | 2024-12-16T20:08:06.983Z | Compiling usdt v0.5.0 |
1481 | 2024-12-16T20:08:07.487Z | Compiling num-iter v0.1.45 |
1482 | 2024-12-16T20:08:07.800Z | Compiling futures v0.3.31 |
1483 | 2024-12-16T20:08:07.920Z | Compiling toml v0.8.19 |
1484 | 2024-12-16T20:08:08.046Z | Compiling slog-bunyan v2.5.0 |
1485 | 2024-12-16T20:08:08.388Z | Compiling tokio-native-tls v0.3.1 |
1486 | 2024-12-16T20:08:09.685Z | Compiling camino v1.1.9 |
1487 | 2024-12-16T20:08:09.800Z | Compiling backtrace v0.3.74 |
1488 | 2024-12-16T20:08:09.869Z | Compiling phf_shared v0.11.2 |
1489 | 2024-12-16T20:08:10.259Z | Compiling dropshot_endpoint v0.12.0 |
1490 | 2024-12-16T20:08:10.433Z | Compiling terminal_size v0.4.0 |
1491 | 2024-12-16T20:08:10.542Z | Compiling waitgroup v0.1.2 |
1492 | 2024-12-16T20:08:10.649Z | Compiling openapiv3 v2.0.0 |
1493 | 2024-12-16T20:08:10.652Z | Compiling serde_path_to_error v0.1.16 |
1494 | 2024-12-16T20:08:10.760Z | Compiling hkdf v0.12.4 |
1495 | 2024-12-16T20:08:11.026Z | Compiling crypto-bigint v0.5.5 |
1496 | 2024-12-16T20:08:11.492Z | Compiling zerocopy-derive v0.6.6 |
1497 | 2024-12-16T20:08:13.542Z | Compiling curve25519-dalek-derive v0.1.1 |
1498 | 2024-12-16T20:08:13.790Z | Compiling webpki-roots v0.26.6 |
1499 | 2024-12-16T20:08:14.005Z | Compiling idna v0.5.0 |
1500 | 2024-12-16T20:08:14.113Z | Compiling hubpack_derive v0.1.1 |
1501 | 2024-12-16T20:08:14.950Z | Compiling hostname v0.4.0 |
1502 | 2024-12-16T20:08:15.046Z | Compiling fs-err v2.11.0 |
1503 | 2024-12-16T20:08:15.075Z | Compiling crc32fast v1.4.2 |
1504 | 2024-12-16T20:08:15.169Z | Compiling ahash v0.8.11 |
1505 | 2024-12-16T20:08:15.244Z | Compiling debug-ignore v1.0.5 |
1506 | 2024-12-16T20:08:15.290Z | Compiling winnow v0.5.40 |
1507 | 2024-12-16T20:08:15.315Z | Compiling bitflags v1.3.2 |
1508 | 2024-12-16T20:08:15.368Z | Compiling managed v0.8.0 |
1509 | 2024-12-16T20:08:15.407Z | Compiling clap_builder v4.5.21 |
1510 | 2024-12-16T20:08:15.538Z | Compiling strum_macros v0.25.3 |
1511 | 2024-12-16T20:08:15.700Z | Compiling console v0.15.8 |
1512 | 2024-12-16T20:08:17.229Z | Compiling flate2 v1.0.34 |
1513 | 2024-12-16T20:08:17.311Z | Compiling hubpack v0.1.2 |
1514 | 2024-12-16T20:08:17.772Z | Compiling cookie_store v0.21.0 |
1515 | 2024-12-16T20:08:17.966Z | Compiling elliptic-curve v0.13.8 |
1516 | 2024-12-16T20:08:18.201Z | Compiling zerocopy v0.6.6 |
1517 | 2024-12-16T20:08:18.814Z | Compiling toml_edit v0.19.15 |
1518 | 2024-12-16T20:08:19.087Z | Compiling hickory-resolver v0.24.1 |
1519 | 2024-12-16T20:08:19.358Z | Compiling phf v0.11.2 |
1520 | 2024-12-16T20:08:19.667Z | Compiling signal-hook-mio v0.2.4 |
1521 | 2024-12-16T20:08:19.799Z | Compiling rayon v1.10.0 |
1522 | 2024-12-16T20:08:19.833Z | Compiling hyper-tls v0.6.0 |
1523 | 2024-12-16T20:08:19.995Z | Compiling bzip2 v0.4.4 |
1524 | 2024-12-16T20:08:20.403Z | Compiling postgres-types v0.2.8 |
1525 | 2024-12-16T20:08:23.350Z | Compiling tokio-tungstenite v0.24.0 |
1526 | 2024-12-16T20:08:23.886Z | Compiling ed25519 v2.2.3 |
1527 | 2024-12-16T20:08:24.627Z | Compiling phf_shared v0.10.0 |
1528 | 2024-12-16T20:08:24.903Z | Compiling tokio-stream v0.1.16 |
1529 | 2024-12-16T20:08:25.043Z | Compiling pkcs1 v0.7.5 |
1530 | 2024-12-16T20:08:25.464Z | Compiling serde-big-array v0.5.1 |
1531 | 2024-12-16T20:08:25.697Z | Compiling clap_derive v4.5.18 |
1532 | 2024-12-16T20:08:25.821Z | Compiling rfc6979 v0.4.0 |
1533 | 2024-12-16T20:08:25.838Z | Compiling derive-where v1.2.7 |
1534 | 2024-12-16T20:08:25.939Z | Compiling serde_repr v0.1.19 |
1535 | 2024-12-16T20:08:26.002Z | Compiling float-cmp v0.9.0 |
1536 | 2024-12-16T20:08:26.060Z | Compiling bstr v1.10.0 |
1537 | 2024-12-16T20:08:26.228Z | Compiling sync_wrapper v1.0.1 |
1538 | 2024-12-16T20:08:26.377Z | Compiling fixedbitset v0.4.2 |
1539 | 2024-12-16T20:08:26.804Z | Compiling precomputed-hash v0.1.1 |
1540 | 2024-12-16T20:08:26.838Z | Compiling predicates-core v1.0.8 |
1541 | 2024-12-16T20:08:26.923Z | Compiling unicode-width v0.2.0 |
1542 | 2024-12-16T20:08:27.125Z | Compiling normalize-line-endings v0.3.0 |
1543 | 2024-12-16T20:08:27.221Z | Compiling number_prefix v0.4.0 |
1544 | 2024-12-16T20:08:27.253Z | Compiling static_assertions v1.1.0 |
1545 | 2024-12-16T20:08:27.353Z | Compiling new_debug_unreachable v1.0.6 |
1546 | 2024-12-16T20:08:27.444Z | Compiling whoami v1.5.2 |
1547 | 2024-12-16T20:08:27.459Z | Compiling unicode-segmentation v1.12.0 |
1548 | 2024-12-16T20:08:27.461Z | Compiling difflib v0.4.0 |
1549 | 2024-12-16T20:08:27.846Z | Compiling bit-vec v0.6.3 |
1550 | 2024-12-16T20:08:28.099Z | Compiling predicates v3.1.2 |
1551 | 2024-12-16T20:08:28.291Z | Compiling bit-set v0.5.3 |
1552 | 2024-12-16T20:08:28.349Z | Compiling similar v2.6.0 |
1553 | 2024-12-16T20:08:28.580Z | Compiling tokio-postgres v0.7.12 |
1554 | 2024-12-16T20:08:29.094Z | Compiling indicatif v0.17.9 |
1555 | 2024-12-16T20:08:29.370Z | Compiling string_cache v0.8.7 |
1556 | 2024-12-16T20:08:29.829Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1557 | 2024-12-16T20:08:29.846Z | Compiling petgraph v0.6.5 |
1558 | 2024-12-16T20:08:30.802Z | Compiling clap v4.5.21 |
1559 | 2024-12-16T20:08:30.820Z | Compiling ecdsa v0.16.9 |
1560 | 2024-12-16T20:08:30.922Z | Compiling rsa v0.9.6 |
1561 | 2024-12-16T20:08:31.335Z | Compiling ed25519-dalek v2.1.1 |
1562 | 2024-12-16T20:08:31.647Z | Compiling toml v0.7.8 |
1563 | 2024-12-16T20:08:32.740Z | Compiling zip v0.6.6 |
1564 | 2024-12-16T20:08:33.364Z | Compiling crossterm v0.28.1 |
1565 | 2024-12-16T20:08:34.423Z | Compiling hex v0.4.3 |
1566 | 2024-12-16T20:08:34.850Z | Compiling x509-cert v0.2.5 |
1567 | 2024-12-16T20:08:34.867Z | Compiling lalrpop-util v0.19.12 |
1568 | 2024-12-16T20:08:34.884Z | Compiling unicode-xid v0.2.6 |
1569 | 2024-12-16T20:08:35.008Z | Compiling peg-runtime v0.8.3 |
1570 | 2024-12-16T20:08:35.050Z | Compiling strum_macros v0.26.4 |
1571 | 2024-12-16T20:08:35.218Z | Compiling xattr v1.3.1 |
1572 | 2024-12-16T20:08:35.483Z | Compiling filetime v0.2.25 |
1573 | 2024-12-16T20:08:35.784Z | Compiling tar v0.4.42 |
1574 | 2024-12-16T20:08:39.841Z | Compiling strum v0.26.3 |
1575 | 2024-12-16T20:08:43.486Z | Compiling aws-lc-sys v0.22.0 |
1576 | 2024-12-16T20:09:20.007Z | Compiling rustls-webpki v0.102.8 |
1577 | 2024-12-16T20:09:23.328Z | Compiling tokio-rustls v0.25.0 |
1578 | 2024-12-16T20:09:24.851Z | Compiling tokio-rustls v0.26.0 |
1579 | 2024-12-16T20:09:25.244Z | Compiling hyper-rustls v0.27.3 |
1580 | 2024-12-16T20:09:25.602Z | Compiling reqwest v0.12.9 |
1581 | 2024-12-16T20:09:26.942Z | Compiling qorb v0.2.1 |
1582 | 2024-12-16T20:09:31.710Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1583 | 2024-12-16T20:09:31.769Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1584 | 2024-12-16T20:09:37.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
1585 | 2024-12-16T20:09:37.259Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1586 | 2024-12-16T20:09:37.298Z | Dec 16 20:09:36.185 INFO Starting download, target: Clickhouse |
1587 | 2024-12-16T20:09:37.298Z | Dec 16 20:09:36.186 INFO Starting download, target: Cockroach |
1588 | 2024-12-16T20:09:37.298Z | Dec 16 20:09:36.186 INFO Starting download, target: Console |
1589 | 2024-12-16T20:09:37.301Z | Dec 16 20:09:36.186 INFO Starting download, target: DendriteOpenapi |
1590 | 2024-12-16T20:09:37.301Z | Dec 16 20:09:36.186 INFO Starting download, target: DendriteStub |
1591 | 2024-12-16T20:09:37.301Z | Dec 16 20:09:36.186 INFO Starting download, target: MaghemiteMgd |
1592 | 2024-12-16T20:09:37.301Z | Dec 16 20:09:36.186 INFO Starting download, target: TransceiverControl |
1593 | 2024-12-16T20:09:37.301Z | Dec 16 20:09:36.186 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1594 | 2024-12-16T20:09:37.301Z | Dec 16 20:09:36.186 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1595 | 2024-12-16T20:09:37.301Z | Dec 16 20:09:36.186 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1596 | 2024-12-16T20:09:37.301Z | Dec 16 20:09:36.186 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1597 | 2024-12-16T20:09:37.301Z | Dec 16 20:09:36.187 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1598 | 2024-12-16T20:09:37.301Z | Dec 16 20:09:36.187 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1599 | 2024-12-16T20:09:37.301Z | Dec 16 20:09:36.187 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1600 | 2024-12-16T20:09:37.584Z | Dec 16 20:09:36.454 INFO Download complete, target: DendriteOpenapi |
1601 | 2024-12-16T20:09:37.706Z | Dec 16 20:09:36.588 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1602 | 2024-12-16T20:09:37.889Z | Dec 16 20:09:36.742 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1603 | 2024-12-16T20:09:38.104Z | Dec 16 20:09:36.982 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1604 | 2024-12-16T20:09:38.210Z | Dec 16 20:09:37.090 INFO Download complete, target: Console |
1605 | 2024-12-16T20:09:38.253Z | Dec 16 20:09:37.131 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1606 | 2024-12-16T20:09:38.404Z | Dec 16 20:09:37.285 INFO Download complete, target: TransceiverControl |
1607 | 2024-12-16T20:09:38.786Z | Dec 16 20:09:37.673 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1608 | 2024-12-16T20:09:38.786Z | Dec 16 20:09:37.673 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1609 | 2024-12-16T20:09:39.468Z | Dec 16 20:09:38.356 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1610 | 2024-12-16T20:09:41.104Z | Dec 16 20:09:39.990 INFO Download complete, target: MaghemiteMgd |
1611 | 2024-12-16T20:09:41.203Z | Dec 16 20:09:40.089 INFO Download complete, target: DendriteStub |
1612 | 2024-12-16T20:09:46.314Z | Dec 16 20:09:45.200 INFO Checking that binary works, target: Cockroach |
1613 | 2024-12-16T20:09:46.470Z | Dec 16 20:09:45.356 INFO Download complete, target: Cockroach |
1614 | 2024-12-16T20:09:51.955Z | Dec 16 20:09:50.838 INFO Checking that binary works, target: Clickhouse |
1615 | 2024-12-16T20:09:52.781Z | Dec 16 20:09:51.666 INFO Download complete, target: Clickhouse |
1616 | 2024-12-16T20:09:52.789Z | All prerequisites installed successfully |
1617 | 2024-12-16T20:09:52.792Z | |
1618 | 2024-12-16T20:09:52.792Z | real 4:58.452160206 |
1619 | 2024-12-16T20:09:52.792Z | user 16:08.044013360 |
1620 | 2024-12-16T20:09:52.792Z | sys 3:04.568511454 |
1621 | 2024-12-16T20:09:52.793Z | trap 0.500606698 |
1622 | 2024-12-16T20:09:52.793Z | tflt 9.897926444 |
1623 | 2024-12-16T20:09:52.793Z | dflt 8.378345281 |
1624 | 2024-12-16T20:09:52.793Z | kflt 0.518528643 |
1625 | 2024-12-16T20:09:52.793Z | lock 32:31.852119951 |
1626 | 2024-12-16T20:09:52.793Z | slp 1:02:41.092497027 |
1627 | 2024-12-16T20:09:52.793Z | lat 49.669843271 |
1628 | 2024-12-16T20:09:52.793Z | stop 1:51.694685192 |
1629 | 2024-12-16T20:09:52.793Z | + source ./tools/include/force-git-over-https.sh |
1630 | 2024-12-16T20:09:52.793Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1631 | 2024-12-16T20:09:52.793Z | ++ (( i = 0 )) |
1632 | 2024-12-16T20:09:52.793Z | ++ (( i < 5 )) |
1633 | 2024-12-16T20:09:52.793Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1634 | 2024-12-16T20:09:52.798Z | ++ (( i++ )) |
1635 | 2024-12-16T20:09:52.799Z | ++ (( i < 5 )) |
1636 | 2024-12-16T20:09:52.799Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1637 | 2024-12-16T20:09:52.799Z | ++ (( i++ )) |
1638 | 2024-12-16T20:09:52.799Z | ++ (( i < 5 )) |
1639 | 2024-12-16T20:09:52.799Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1640 | 2024-12-16T20:09:52.803Z | ++ (( i++ )) |
1641 | 2024-12-16T20:09:52.803Z | ++ (( i < 5 )) |
1642 | 2024-12-16T20:09:52.803Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1643 | 2024-12-16T20:09:52.804Z | ++ (( i++ )) |
1644 | 2024-12-16T20:09:52.804Z | ++ (( i < 5 )) |
1645 | 2024-12-16T20:09:52.804Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1646 | 2024-12-16T20:09:52.807Z | ++ (( i++ )) |
1647 | 2024-12-16T20:09:52.807Z | ++ (( i < 5 )) |
1648 | 2024-12-16T20:09:52.808Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1649 | 2024-12-16T20:09:52.808Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1650 | 2024-12-16T20:09:52.808Z | + rc=0 |
1651 | 2024-12-16T20:09:52.808Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1652 | 2024-12-16T20:10:20.919Z | + case $rc in |
1653 | 2024-12-16T20:10:20.919Z | + pfexec zfs create -p rpool/images/build/host |
1654 | 2024-12-16T20:10:21.295Z | + pfexec zfs create -p rpool/images/build/recovery |
1655 | 2024-12-16T20:10:21.345Z | + cargo xtask releng --output-dir /work |
1656 | 2024-12-16T20:10:21.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1657 | 2024-12-16T20:10:21.867Z | Running `target/debug/xtask releng --output-dir /work` |
1658 | 2024-12-16T20:10:22.722Z | Compiling proc-macro2 v1.0.89 |
1659 | 2024-12-16T20:10:22.722Z | Compiling unicode-ident v1.0.13 |
1660 | 2024-12-16T20:10:22.722Z | Compiling libc v0.2.162 |
1661 | 2024-12-16T20:10:22.722Z | Compiling serde v1.0.215 |
1662 | 2024-12-16T20:10:22.725Z | Compiling autocfg v1.4.0 |
1663 | 2024-12-16T20:10:22.725Z | Compiling version_check v0.9.5 |
1664 | 2024-12-16T20:10:22.725Z | Compiling cfg-if v1.0.0 |
1665 | 2024-12-16T20:10:22.993Z | Compiling memchr v2.7.4 |
1666 | 2024-12-16T20:10:23.021Z | Compiling typenum v1.17.0 |
1667 | 2024-12-16T20:10:23.193Z | Compiling shlex v1.3.0 |
1668 | 2024-12-16T20:10:23.586Z | Compiling value-bag v1.9.0 |
1669 | 2024-12-16T20:10:23.667Z | Compiling generic-array v0.14.7 |
1670 | 2024-12-16T20:10:23.709Z | Compiling lock_api v0.4.12 |
1671 | 2024-12-16T20:10:23.957Z | Compiling scopeguard v1.2.0 |
1672 | 2024-12-16T20:10:24.032Z | Compiling log v0.4.22 |
1673 | 2024-12-16T20:10:24.165Z | Compiling parking_lot_core v0.9.10 |
1674 | 2024-12-16T20:10:24.443Z | Compiling rustix v0.38.37 |
1675 | 2024-12-16T20:10:24.556Z | Compiling serde_json v1.0.132 |
1676 | 2024-12-16T20:10:24.723Z | Compiling quote v1.0.37 |
1677 | 2024-12-16T20:10:24.835Z | Compiling getrandom v0.2.15 |
1678 | 2024-12-16T20:10:24.891Z | Compiling jobserver v0.1.32 |
1679 | 2024-12-16T20:10:25.117Z | Compiling syn v2.0.87 |
1680 | 2024-12-16T20:10:25.178Z | Compiling libm v0.2.8 |
1681 | 2024-12-16T20:10:25.248Z | Compiling num-traits v0.2.19 |
1682 | 2024-12-16T20:10:25.343Z | Compiling cc v1.1.30 |
1683 | 2024-12-16T20:10:25.363Z | Compiling once_cell v1.20.2 |
1684 | 2024-12-16T20:10:25.428Z | Compiling thiserror v1.0.69 |
1685 | 2024-12-16T20:10:25.499Z | Compiling spin v0.9.8 |
1686 | 2024-12-16T20:10:25.535Z | Compiling itoa v1.0.11 |
1687 | 2024-12-16T20:10:25.640Z | Compiling aho-corasick v1.1.3 |
1688 | 2024-12-16T20:10:25.754Z | Compiling regex-syntax v0.8.5 |
1689 | 2024-12-16T20:10:25.909Z | Compiling slab v0.4.9 |
1690 | 2024-12-16T20:10:26.063Z | Compiling errno v0.3.9 |
1691 | 2024-12-16T20:10:26.386Z | Compiling byteorder v1.5.0 |
1692 | 2024-12-16T20:10:26.808Z | Compiling lazy_static v1.5.0 |
1693 | 2024-12-16T20:10:26.853Z | Compiling rand_core v0.6.4 |
1694 | 2024-12-16T20:10:27.277Z | Compiling glob v0.3.1 |
1695 | 2024-12-16T20:10:27.324Z | Compiling either v1.13.0 |
1696 | 2024-12-16T20:10:27.452Z | Compiling prettyplease v0.2.25 |
1697 | 2024-12-16T20:10:27.811Z | Compiling subtle v2.6.1 |
1698 | 2024-12-16T20:10:27.924Z | Compiling minimal-lexical v0.2.1 |
1699 | 2024-12-16T20:10:28.127Z | Compiling clang-sys v1.8.1 |
1700 | 2024-12-16T20:10:28.217Z | Compiling libloading v0.8.5 |
1701 | 2024-12-16T20:10:28.431Z | Compiling nom v7.1.3 |
1702 | 2024-12-16T20:10:28.653Z | Compiling home v0.5.9 |
1703 | 2024-12-16T20:10:28.776Z | Compiling bindgen v0.69.5 |
1704 | 2024-12-16T20:10:29.276Z | Compiling itertools v0.10.5 |
1705 | 2024-12-16T20:10:29.543Z | Compiling regex-automata v0.4.8 |
1706 | 2024-12-16T20:10:30.061Z | Compiling lazycell v1.3.0 |
1707 | 2024-12-16T20:10:30.323Z | Compiling rustc-hash v1.1.0 |
1708 | 2024-12-16T20:10:30.865Z | Compiling cmake v0.1.51 |
1709 | 2024-12-16T20:10:31.833Z | Compiling smallvec v1.13.2 |
1710 | 2024-12-16T20:10:31.958Z | Compiling cexpr v0.6.0 |
1711 | 2024-12-16T20:10:32.081Z | Compiling semver v1.0.23 |
1712 | 2024-12-16T20:10:32.124Z | Compiling pkg-config v0.3.31 |
1713 | 2024-12-16T20:10:32.184Z | Compiling fs_extra v1.3.0 |
1714 | 2024-12-16T20:10:32.319Z | Compiling dunce v1.0.5 |
1715 | 2024-12-16T20:10:32.613Z | Compiling ring v0.17.8 |
1716 | 2024-12-16T20:10:32.766Z | Compiling paste v1.0.15 |
1717 | 2024-12-16T20:10:33.052Z | Compiling synstructure v0.13.1 |
1718 | 2024-12-16T20:10:33.400Z | Compiling ryu v1.0.18 |
1719 | 2024-12-16T20:10:33.723Z | Compiling httparse v1.9.5 |
1720 | 2024-12-16T20:10:33.739Z | Compiling const-oid v0.9.6 |
1721 | 2024-12-16T20:10:34.121Z | Compiling aws-lc-rs v1.10.0 |
1722 | 2024-12-16T20:10:34.680Z | Compiling pin-project-lite v0.2.14 |
1723 | 2024-12-16T20:10:34.785Z | Compiling heck v0.5.0 |
1724 | 2024-12-16T20:10:35.370Z | Compiling regex v1.11.1 |
1725 | 2024-12-16T20:10:35.659Z | Compiling allocator-api2 v0.2.18 |
1726 | 2024-12-16T20:10:35.956Z | Compiling futures-core v0.3.31 |
1727 | 2024-12-16T20:10:36.283Z | Compiling signal-hook-registry v1.4.2 |
1728 | 2024-12-16T20:10:36.575Z | Compiling crossbeam-utils v0.8.20 |
1729 | 2024-12-16T20:10:36.979Z | Compiling time-core v0.1.2 |
1730 | 2024-12-16T20:10:37.162Z | Compiling num-conv v0.1.0 |
1731 | 2024-12-16T20:10:37.319Z | Compiling parking_lot v0.12.3 |
1732 | 2024-12-16T20:10:37.353Z | Compiling mio v1.0.2 |
1733 | 2024-12-16T20:10:37.486Z | Compiling time-macros v0.2.18 |
1734 | 2024-12-16T20:10:37.959Z | Compiling vcpkg v0.2.15 |
1735 | 2024-12-16T20:10:38.289Z | Compiling fnv v1.0.7 |
1736 | 2024-12-16T20:10:38.823Z | Compiling schemars v0.8.21 |
1737 | 2024-12-16T20:10:38.847Z | Compiling serde_derive v1.0.215 |
1738 | 2024-12-16T20:10:39.159Z | Compiling zeroize_derive v1.4.2 |
1739 | 2024-12-16T20:10:39.226Z | Compiling zerocopy-derive v0.7.35 |
1740 | 2024-12-16T20:10:39.462Z | Compiling tokio-macros v2.4.0 |
1741 | 2024-12-16T20:10:39.515Z | Compiling thiserror-impl v1.0.69 |
1742 | 2024-12-16T20:10:39.931Z | Compiling zerofrom-derive v0.1.4 |
1743 | 2024-12-16T20:10:40.670Z | Compiling zeroize v1.8.1 |
1744 | 2024-12-16T20:10:40.965Z | Compiling yoke-derive v0.7.4 |
1745 | 2024-12-16T20:10:40.994Z | Compiling futures-macro v0.3.31 |
1746 | 2024-12-16T20:10:41.187Z | Compiling zerovec-derive v0.10.3 |
1747 | 2024-12-16T20:10:41.614Z | Compiling displaydoc v0.2.5 |
1748 | 2024-12-16T20:10:42.547Z | Compiling zerocopy v0.7.35 |
1749 | 2024-12-16T20:10:43.017Z | Compiling crypto-common v0.1.6 |
1750 | 2024-12-16T20:10:43.317Z | Compiling icu_provider_macros v1.5.0 |
1751 | 2024-12-16T20:10:43.431Z | Compiling tracing-attributes v0.1.27 |
1752 | 2024-12-16T20:10:43.714Z | Compiling block-buffer v0.10.4 |
1753 | 2024-12-16T20:10:44.002Z | Compiling der_derive v0.7.3 |
1754 | 2024-12-16T20:10:44.087Z | Compiling digest v0.10.7 |
1755 | 2024-12-16T20:10:44.501Z | Compiling openssl-sys v0.9.103 |
1756 | 2024-12-16T20:10:45.255Z | Compiling serde_derive_internals v0.29.1 |
1757 | 2024-12-16T20:10:46.137Z | Compiling socket2 v0.5.7 |
1758 | 2024-12-16T20:10:46.174Z | Compiling ahash v0.8.11 |
1759 | 2024-12-16T20:10:47.745Z | Compiling schemars_derive v0.8.21 |
1760 | 2024-12-16T20:10:47.785Z | Compiling futures-sink v0.3.31 |
1761 | 2024-12-16T20:10:47.977Z | Compiling equivalent v1.0.1 |
1762 | 2024-12-16T20:10:48.087Z | Compiling cpufeatures v0.2.14 |
1763 | 2024-12-16T20:10:48.203Z | Compiling foldhash v0.1.3 |
1764 | 2024-12-16T20:10:48.238Z | Compiling stable_deref_trait v1.2.0 |
1765 | 2024-12-16T20:10:48.489Z | Compiling hashbrown v0.15.1 |
1766 | 2024-12-16T20:10:48.551Z | Compiling slog v2.7.0 |
1767 | 2024-12-16T20:10:49.925Z | Compiling futures-channel v0.3.31 |
1768 | 2024-12-16T20:10:50.023Z | Compiling zerofrom v0.1.4 |
1769 | 2024-12-16T20:10:50.173Z | Compiling scroll_derive v0.12.0 |
1770 | 2024-12-16T20:10:50.293Z | Compiling futures-task v0.3.31 |
1771 | 2024-12-16T20:10:50.385Z | Compiling futures-io v0.3.31 |
1772 | 2024-12-16T20:10:50.557Z | Compiling pin-utils v0.1.0 |
1773 | 2024-12-16T20:10:50.705Z | Compiling openssl v0.10.66 |
1774 | 2024-12-16T20:10:50.748Z | Compiling ucd-trie v0.1.7 |
1775 | 2024-12-16T20:10:50.789Z | Compiling futures-util v0.3.31 |
1776 | 2024-12-16T20:10:50.832Z | Compiling yoke v0.7.4 |
1777 | 2024-12-16T20:10:51.251Z | Compiling pest v2.7.14 |
1778 | 2024-12-16T20:10:51.390Z | Compiling hmac v0.12.1 |
1779 | 2024-12-16T20:10:51.697Z | Compiling tinyvec_macros v0.1.1 |
1780 | 2024-12-16T20:10:51.788Z | Compiling zerovec v0.10.4 |
1781 | 2024-12-16T20:10:51.843Z | Compiling tinyvec v1.8.0 |
1782 | 2024-12-16T20:10:53.235Z | Compiling bitflags v2.6.0 |
1783 | 2024-12-16T20:10:53.755Z | Compiling bytes v1.8.0 |
1784 | 2024-12-16T20:10:55.211Z | Compiling tokio v1.40.0 |
1785 | 2024-12-16T20:10:55.970Z | Compiling indexmap v2.6.0 |
1786 | 2024-12-16T20:10:56.053Z | Compiling serde_tokenstream v0.2.2 |
1787 | 2024-12-16T20:10:57.881Z | Compiling which v4.4.2 |
1788 | 2024-12-16T20:10:58.241Z | Compiling http v1.1.0 |
1789 | 2024-12-16T20:10:58.556Z | Compiling rustc_version v0.4.1 |
1790 | 2024-12-16T20:10:59.313Z | Compiling pest_meta v2.7.14 |
1791 | 2024-12-16T20:10:59.692Z | Compiling uuid v1.11.0 |
1792 | 2024-12-16T20:11:00.646Z | Compiling block-padding v0.3.3 |
1793 | 2024-12-16T20:11:00.766Z | Compiling openssl-macros v0.1.1 |
1794 | 2024-12-16T20:11:00.901Z | Compiling iana-time-zone v0.1.61 |
1795 | 2024-12-16T20:11:01.578Z | Compiling native-tls v0.2.12 |
1796 | 2024-12-16T20:11:01.660Z | Compiling rustls v0.23.19 |
1797 | 2024-12-16T20:11:02.024Z | Compiling chrono v0.4.38 |
1798 | 2024-12-16T20:11:02.744Z | Compiling inout v0.1.3 |
1799 | 2024-12-16T20:11:03.120Z | Compiling pest_generator v2.7.14 |
1800 | 2024-12-16T20:11:03.750Z | Compiling unicode-normalization v0.1.24 |
1801 | 2024-12-16T20:11:04.287Z | Compiling cipher v0.4.4 |
1802 | 2024-12-16T20:11:04.845Z | Compiling tinystr v0.7.6 |
1803 | 2024-12-16T20:11:05.059Z | Compiling pest_derive v2.7.14 |
1804 | 2024-12-16T20:11:05.201Z | Compiling sha2 v0.10.8 |
1805 | 2024-12-16T20:11:05.618Z | Compiling async-trait v0.1.83 |
1806 | 2024-12-16T20:11:05.665Z | Compiling cookie v0.18.1 |
1807 | 2024-12-16T20:11:06.086Z | Compiling usdt-impl v0.5.0 |
1808 | 2024-12-16T20:11:06.089Z | Compiling unicode-bidi v0.3.17 |
1809 | 2024-12-16T20:11:06.452Z | Compiling base64ct v1.6.0 |
1810 | 2024-12-16T20:11:07.030Z | Compiling writeable v0.5.5 |
1811 | 2024-12-16T20:11:07.493Z | Compiling litemap v0.7.3 |
1812 | 2024-12-16T20:11:08.127Z | Compiling icu_locid v1.5.0 |
1813 | 2024-12-16T20:11:08.169Z | Compiling pem-rfc7468 v0.7.0 |
1814 | 2024-12-16T20:11:09.976Z | Compiling scroll v0.12.0 |
1815 | 2024-12-16T20:11:10.709Z | Compiling ppv-lite86 v0.2.20 |
1816 | 2024-12-16T20:11:11.107Z | Compiling tracing-core v0.1.32 |
1817 | 2024-12-16T20:11:11.605Z | Compiling camino v1.1.9 |
1818 | 2024-12-16T20:11:12.090Z | Compiling untrusted v0.7.1 |
1819 | 2024-12-16T20:11:12.291Z | Compiling rustls-pki-types v1.10.0 |
1820 | 2024-12-16T20:11:13.179Z | Compiling aws-lc-sys v0.22.0 |
1821 | 2024-12-16T20:11:13.386Z | Compiling plain v0.2.3 |
1822 | 2024-12-16T20:11:13.595Z | Compiling percent-encoding v2.3.1 |
1823 | 2024-12-16T20:11:14.084Z | Compiling syn v1.0.109 |
1824 | 2024-12-16T20:11:14.165Z | Compiling dyn-clone v1.0.17 |
1825 | 2024-12-16T20:11:14.360Z | Compiling flagset v0.4.6 |
1826 | 2024-12-16T20:11:14.557Z | Compiling der v0.7.9 |
1827 | 2024-12-16T20:11:17.012Z | Compiling goblin v0.8.2 |
1828 | 2024-12-16T20:11:17.888Z | Compiling tracing v0.1.40 |
1829 | 2024-12-16T20:11:17.909Z | Compiling rand_chacha v0.3.1 |
1830 | 2024-12-16T20:11:18.979Z | Compiling icu_provider v1.5.0 |
1831 | 2024-12-16T20:11:19.520Z | Compiling tokio-util v0.7.12 |
1832 | 2024-12-16T20:11:20.962Z | Compiling pretty-hex v0.4.1 |
1833 | 2024-12-16T20:11:21.220Z | Compiling rustls v0.22.4 |
1834 | 2024-12-16T20:11:21.675Z | Compiling icu_locid_transform_data v1.5.0 |
1835 | 2024-12-16T20:11:21.719Z | Compiling mirai-annotations v1.12.0 |
1836 | 2024-12-16T20:11:21.878Z | Compiling rayon-core v1.12.1 |
1837 | 2024-12-16T20:11:21.956Z | Compiling untrusted v0.9.0 |
1838 | 2024-12-16T20:11:22.154Z | Compiling powerfmt v0.2.0 |
1839 | 2024-12-16T20:11:22.409Z | Compiling icu_locid_transform v1.5.0 |
1840 | 2024-12-16T20:11:22.686Z | Compiling deranged v0.3.11 |
1841 | 2024-12-16T20:11:23.121Z | Compiling dof v0.3.0 |
1842 | 2024-12-16T20:11:25.442Z | Compiling rand v0.8.5 |
1843 | 2024-12-16T20:11:25.883Z | Compiling spki v0.7.3 |
1844 | 2024-12-16T20:11:26.455Z | Compiling dtrace-parser v0.2.0 |
1845 | 2024-12-16T20:11:27.128Z | Compiling salsa20 v0.10.2 |
1846 | 2024-12-16T20:11:27.425Z | Compiling icu_collections v1.5.0 |
1847 | 2024-12-16T20:11:28.283Z | Compiling pbkdf2 v0.12.2 |
1848 | 2024-12-16T20:11:28.991Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1849 | 2024-12-16T20:11:29.609Z | Compiling thread-id v4.2.2 |
1850 | 2024-12-16T20:11:30.098Z | Compiling icu_properties_data v1.5.0 |
1851 | 2024-12-16T20:11:30.527Z | Compiling atomic-waker v1.1.2 |
1852 | 2024-12-16T20:11:30.708Z | Compiling num_threads v0.1.7 |
1853 | 2024-12-16T20:11:31.129Z | Compiling time v0.3.36 |
1854 | 2024-12-16T20:11:31.148Z | Compiling icu_properties v1.5.1 |
1855 | 2024-12-16T20:11:36.342Z | Compiling scrypt v0.11.0 |
1856 | 2024-12-16T20:11:36.894Z | Compiling form_urlencoded v1.2.1 |
1857 | 2024-12-16T20:11:37.138Z | Compiling aes v0.8.4 |
1858 | 2024-12-16T20:11:37.485Z | Compiling cbc v0.1.2 |
1859 | 2024-12-16T20:11:37.675Z | Compiling http-body v1.0.1 |
1860 | 2024-12-16T20:11:37.997Z | Compiling multer v3.1.0 |
1861 | 2024-12-16T20:11:38.186Z | Compiling utf16_iter v1.0.5 |
1862 | 2024-12-16T20:11:38.450Z | Compiling utf8_iter v1.0.4 |
1863 | 2024-12-16T20:11:38.506Z | Compiling write16 v1.0.0 |
1864 | 2024-12-16T20:11:38.633Z | Compiling slog-async v2.8.0 |
1865 | 2024-12-16T20:11:38.652Z | Compiling icu_normalizer_data v1.5.0 |
1866 | 2024-12-16T20:11:38.776Z | Compiling try-lock v0.2.5 |
1867 | 2024-12-16T20:11:39.161Z | Compiling icu_normalizer v1.5.0 |
1868 | 2024-12-16T20:11:39.200Z | Compiling want v0.3.1 |
1869 | 2024-12-16T20:11:39.739Z | Compiling pkcs5 v0.7.1 |
1870 | 2024-12-16T20:11:43.556Z | Compiling h2 v0.4.6 |
1871 | 2024-12-16T20:11:44.917Z | Compiling heapless v0.7.17 |
1872 | 2024-12-16T20:11:45.123Z | Compiling zerocopy-derive v0.6.6 |
1873 | 2024-12-16T20:11:45.709Z | Compiling base64 v0.22.1 |
1874 | 2024-12-16T20:11:45.742Z | Compiling num-bigint-dig v0.8.4 |
1875 | 2024-12-16T20:11:46.086Z | Compiling signal-hook v0.3.17 |
1876 | 2024-12-16T20:11:46.721Z | Compiling anyhow v1.0.93 |
1877 | 2024-12-16T20:11:46.916Z | Compiling httpdate v1.0.3 |
1878 | 2024-12-16T20:11:48.323Z | Compiling pkcs8 v0.10.2 |
1879 | 2024-12-16T20:11:49.003Z | Compiling idna_adapter v1.2.0 |
1880 | 2024-12-16T20:11:49.481Z | Compiling usdt-attr-macro v0.5.0 |
1881 | 2024-12-16T20:11:49.963Z | Compiling usdt-macro v0.5.0 |
1882 | 2024-12-16T20:11:51.531Z | Compiling async-stream-impl v0.3.6 |
1883 | 2024-12-16T20:11:52.024Z | Compiling hyper v1.5.0 |
1884 | 2024-12-16T20:11:52.071Z | Compiling tower-service v0.3.3 |
1885 | 2024-12-16T20:11:52.221Z | Compiling strsim v0.11.1 |
1886 | 2024-12-16T20:11:52.828Z | Compiling rustversion v1.0.17 |
1887 | 2024-12-16T20:11:54.445Z | Compiling idna v1.0.3 |
1888 | 2024-12-16T20:11:56.212Z | Compiling hyper-util v0.1.10 |
1889 | 2024-12-16T20:12:02.598Z | Compiling curve25519-dalek v4.1.3 |
1890 | 2024-12-16T20:12:03.012Z | Compiling openapiv3 v2.0.0 |
1891 | 2024-12-16T20:12:03.054Z | Compiling serde_spanned v0.6.8 |
1892 | 2024-12-16T20:12:03.151Z | Compiling toml_datetime v0.6.8 |
1893 | 2024-12-16T20:12:03.328Z | Compiling enum-as-inner v0.6.1 |
1894 | 2024-12-16T20:12:03.703Z | Compiling dropshot v0.12.0 |
1895 | 2024-12-16T20:12:04.398Z | Compiling smoltcp v0.9.1 |
1896 | 2024-12-16T20:12:04.764Z | Compiling adler2 v2.0.0 |
1897 | 2024-12-16T20:12:05.005Z | Compiling match_cfg v0.1.0 |
1898 | 2024-12-16T20:12:05.049Z | Compiling foreign-types-shared v0.1.1 |
1899 | 2024-12-16T20:12:05.103Z | Compiling portable-atomic v1.9.0 |
1900 | 2024-12-16T20:12:05.408Z | Compiling heck v0.4.1 |
1901 | 2024-12-16T20:12:05.411Z | Compiling foreign-types v0.3.2 |
1902 | 2024-12-16T20:12:05.815Z | Compiling hostname v0.3.1 |
1903 | 2024-12-16T20:12:05.846Z | Compiling miniz_oxide v0.8.0 |
1904 | 2024-12-16T20:12:07.931Z | Compiling url v2.5.3 |
1905 | 2024-12-16T20:12:15.705Z | Compiling http-body-util v0.1.2 |
1906 | 2024-12-16T20:12:16.135Z | Compiling clap_derive v4.5.18 |
1907 | 2024-12-16T20:12:16.617Z | Compiling dirs-sys-next v0.1.2 |
1908 | 2024-12-16T20:12:17.241Z | Compiling encoding_rs v0.8.34 |
1909 | 2024-12-16T20:12:19.167Z | Compiling mime v0.3.17 |
1910 | 2024-12-16T20:12:20.272Z | Compiling siphasher v0.3.11 |
1911 | 2024-12-16T20:12:20.885Z | Compiling data-encoding v2.6.0 |
1912 | 2024-12-16T20:12:22.368Z | Compiling dirs-next v2.0.0 |
1913 | 2024-12-16T20:12:27.381Z | Compiling hubpack_derive v0.1.1 |
1914 | 2024-12-16T20:12:28.207Z | Compiling serde_urlencoded v0.7.1 |
1915 | 2024-12-16T20:12:28.227Z | Compiling crossbeam-epoch v0.9.18 |
1916 | 2024-12-16T20:12:28.808Z | Compiling hashbrown v0.14.5 |
1917 | 2024-12-16T20:12:28.918Z | Compiling rustls-pemfile v2.2.0 |
1918 | 2024-12-16T20:12:29.385Z | Compiling dropshot_endpoint v0.12.0 |
1919 | 2024-12-16T20:12:30.209Z | Compiling rustls-webpki v0.102.8 |
1920 | 2024-12-16T20:12:31.089Z | Compiling sha1 v0.10.6 |
1921 | 2024-12-16T20:12:31.496Z | Compiling signature v2.2.0 |
1922 | 2024-12-16T20:12:31.706Z | Compiling curve25519-dalek-derive v0.1.1 |
1923 | 2024-12-16T20:12:31.806Z | Compiling thread_local v1.1.8 |
1924 | 2024-12-16T20:12:32.153Z | Compiling fs-err v2.11.0 |
1925 | 2024-12-16T20:12:32.447Z | Compiling openssl-probe v0.1.5 |
1926 | 2024-12-16T20:12:32.747Z | Compiling ipnet v2.10.1 |
1927 | 2024-12-16T20:12:33.471Z | Compiling utf8parse v0.2.2 |
1928 | 2024-12-16T20:12:33.754Z | Compiling gimli v0.31.1 |
1929 | 2024-12-16T20:12:34.661Z | Compiling unicode-properties v0.1.3 |
1930 | 2024-12-16T20:12:35.055Z | Compiling winnow v0.6.20 |
1931 | 2024-12-16T20:12:35.693Z | Compiling anstyle v1.0.10 |
1932 | 2024-12-16T20:12:36.057Z | Compiling stringprep v0.1.5 |
1933 | 2024-12-16T20:12:37.077Z | Compiling anstyle-parse v0.2.5 |
1934 | 2024-12-16T20:12:38.666Z | Compiling toml_edit v0.22.22 |
1935 | 2024-12-16T20:12:38.742Z | Compiling addr2line v0.24.2 |
1936 | 2024-12-16T20:12:38.826Z | Compiling regress v0.10.1 |
1937 | 2024-12-16T20:12:39.381Z | Compiling crossbeam-deque v0.8.5 |
1938 | 2024-12-16T20:12:39.725Z | Compiling term v0.7.0 |
1939 | 2024-12-16T20:12:40.959Z | Compiling slog-json v2.6.1 |
1940 | 2024-12-16T20:12:42.112Z | Compiling crossbeam-channel v0.5.13 |
1941 | 2024-12-16T20:12:43.928Z | Compiling idna v0.3.0 |
1942 | 2024-12-16T20:12:44.575Z | Compiling idna v0.4.0 |
1943 | 2024-12-16T20:12:46.160Z | Compiling futures-executor v0.3.31 |
1944 | 2024-12-16T20:12:46.315Z | Compiling num-integer v0.1.46 |
1945 | 2024-12-16T20:12:46.630Z | Compiling md-5 v0.10.6 |
1946 | 2024-12-16T20:12:46.869Z | Compiling ff v0.13.0 |
1947 | 2024-12-16T20:12:47.023Z | Compiling hash32 v0.2.1 |
1948 | 2024-12-16T20:12:47.114Z | Compiling is-terminal v0.4.13 |
1949 | 2024-12-16T20:12:47.180Z | Compiling memmap v0.7.0 |
1950 | 2024-12-16T20:12:47.247Z | Compiling object v0.36.5 |
1951 | 2024-12-16T20:12:47.387Z | Compiling quick-error v1.2.3 |
1952 | 2024-12-16T20:12:47.492Z | Compiling anstyle-query v1.1.1 |
1953 | 2024-12-16T20:12:47.538Z | Compiling utf-8 v0.7.6 |
1954 | 2024-12-16T20:12:47.639Z | Compiling fallible-iterator v0.2.0 |
1955 | 2024-12-16T20:12:47.806Z | Compiling psl-types v2.0.11 |
1956 | 2024-12-16T20:12:47.826Z | Compiling linked-hash-map v0.5.6 |
1957 | 2024-12-16T20:12:47.997Z | Compiling base16ct v0.2.0 |
1958 | 2024-12-16T20:12:48.197Z | Compiling take_mut v0.2.2 |
1959 | 2024-12-16T20:12:48.357Z | Compiling colorchoice v1.0.2 |
1960 | 2024-12-16T20:12:48.377Z | Compiling rustc-demangle v0.1.24 |
1961 | 2024-12-16T20:12:48.493Z | Compiling is_terminal_polyfill v1.70.1 |
1962 | 2024-12-16T20:12:48.517Z | Compiling publicsuffix v2.2.3 |
1963 | 2024-12-16T20:12:48.636Z | Compiling anstream v0.6.15 |
1964 | 2024-12-16T20:12:49.255Z | Compiling postgres-protocol v0.6.7 |
1965 | 2024-12-16T20:12:49.305Z | Compiling sec1 v0.7.3 |
1966 | 2024-12-16T20:12:49.831Z | Compiling lru-cache v0.1.2 |
1967 | 2024-12-16T20:12:50.031Z | Compiling tungstenite v0.24.0 |
1968 | 2024-12-16T20:12:50.143Z | Compiling resolv-conf v0.7.0 |
1969 | 2024-12-16T20:12:50.397Z | Compiling usdt v0.5.0 |
1970 | 2024-12-16T20:12:50.867Z | Compiling slog-term v2.9.1 |
1971 | 2024-12-16T20:12:51.303Z | Compiling group v0.13.0 |
1972 | 2024-12-16T20:12:51.618Z | Compiling num-iter v0.1.45 |
1973 | 2024-12-16T20:12:51.814Z | Compiling futures v0.3.31 |
1974 | 2024-12-16T20:12:52.054Z | Compiling hickory-proto v0.24.1 |
1975 | 2024-12-16T20:12:52.238Z | Compiling tokio-rustls v0.26.0 |
1976 | 2024-12-16T20:12:53.018Z | Compiling typify-impl v0.2.0 |
1977 | 2024-12-16T20:12:54.425Z | Compiling tokio-rustls v0.25.0 |
1978 | 2024-12-16T20:12:54.444Z | Compiling toml v0.8.19 |
1979 | 2024-12-16T20:12:54.831Z | Compiling backtrace v0.3.74 |
1980 | 2024-12-16T20:12:55.182Z | Compiling slog-bunyan v2.5.0 |
1981 | 2024-12-16T20:12:55.374Z | Compiling tokio-native-tls v0.3.1 |
1982 | 2024-12-16T20:12:55.658Z | Compiling phf_shared v0.11.2 |
1983 | 2024-12-16T20:12:55.703Z | Compiling strum_macros v0.25.3 |
1984 | 2024-12-16T20:12:56.109Z | Compiling async-stream v0.3.6 |
1985 | 2024-12-16T20:12:56.438Z | Compiling waitgroup v0.1.2 |
1986 | 2024-12-16T20:12:56.552Z | Compiling webpki-roots v0.26.6 |
1987 | 2024-12-16T20:12:56.847Z | Compiling idna v0.5.0 |
1988 | 2024-12-16T20:12:57.604Z | Compiling terminal_size v0.4.0 |
1989 | 2024-12-16T20:12:57.826Z | Compiling serde_path_to_error v0.1.16 |
1990 | 2024-12-16T20:12:58.647Z | Compiling hkdf v0.12.4 |
1991 | 2024-12-16T20:12:58.878Z | Compiling crypto-bigint v0.5.5 |
1992 | 2024-12-16T20:12:58.914Z | Compiling serde_repr v0.1.19 |
1993 | 2024-12-16T20:12:59.231Z | Compiling derive-where v1.2.7 |
1994 | 2024-12-16T20:12:59.986Z | Compiling hostname v0.4.0 |
1995 | 2024-12-16T20:13:00.361Z | Compiling crc32fast v1.4.2 |
1996 | 2024-12-16T20:13:00.711Z | Compiling managed v0.8.0 |
1997 | 2024-12-16T20:13:01.329Z | Compiling clap_lex v0.7.2 |
1998 | 2024-12-16T20:13:01.724Z | Compiling bitflags v1.3.2 |
1999 | 2024-12-16T20:13:01.784Z | Compiling unicode-width v0.1.14 |
2000 | 2024-12-16T20:13:01.913Z | Compiling debug-ignore v1.0.5 |
2001 | 2024-12-16T20:13:02.071Z | Compiling winnow v0.5.40 |
2002 | 2024-12-16T20:13:02.343Z | Compiling console v0.15.8 |
2003 | 2024-12-16T20:13:02.897Z | Compiling elliptic-curve v0.13.8 |
2004 | 2024-12-16T20:13:03.153Z | Compiling clap_builder v4.5.21 |
2005 | 2024-12-16T20:13:04.676Z | Compiling typify-macro v0.2.0 |
2006 | 2024-12-16T20:13:04.696Z | Compiling flate2 v1.0.34 |
2007 | 2024-12-16T20:13:05.575Z | Compiling toml_edit v0.19.15 |
2008 | 2024-12-16T20:13:05.843Z | Compiling cookie_store v0.21.0 |
2009 | 2024-12-16T20:13:09.863Z | Compiling hickory-resolver v0.24.1 |
2010 | 2024-12-16T20:13:10.600Z | Compiling hyper-rustls v0.27.3 |
2011 | 2024-12-16T20:13:11.954Z | Compiling phf v0.11.2 |
2012 | 2024-12-16T20:13:12.258Z | Compiling hyper-tls v0.6.0 |
2013 | 2024-12-16T20:13:12.671Z | Compiling signal-hook-mio v0.2.4 |
2014 | 2024-12-16T20:13:12.838Z | Compiling rayon v1.10.0 |
2015 | 2024-12-16T20:13:12.950Z | Compiling bzip2 v0.4.4 |
2016 | 2024-12-16T20:13:13.113Z | Compiling tokio-tungstenite v0.24.0 |
2017 | 2024-12-16T20:13:13.311Z | Compiling postgres-types v0.2.8 |
2018 | 2024-12-16T20:13:13.807Z | Compiling ed25519 v2.2.3 |
2019 | 2024-12-16T20:13:14.250Z | Compiling hubpack v0.1.2 |
2020 | 2024-12-16T20:13:14.311Z | Compiling phf_shared v0.10.0 |
2021 | 2024-12-16T20:13:14.673Z | Compiling pkcs1 v0.7.5 |
2022 | 2024-12-16T20:13:14.695Z | Compiling zerocopy v0.6.6 |
2023 | 2024-12-16T20:13:15.239Z | Compiling tokio-stream v0.1.16 |
2024 | 2024-12-16T20:13:16.129Z | Compiling serde-big-array v0.5.1 |
2025 | 2024-12-16T20:13:16.269Z | Compiling rfc6979 v0.4.0 |
2026 | 2024-12-16T20:13:16.377Z | Compiling float-cmp v0.9.0 |
2027 | 2024-12-16T20:13:16.609Z | Compiling sync_wrapper v1.0.1 |
2028 | 2024-12-16T20:13:16.771Z | Compiling bstr v1.10.0 |
2029 | 2024-12-16T20:13:17.021Z | Compiling normalize-line-endings v0.3.0 |
2030 | 2024-12-16T20:13:17.591Z | Compiling unicode-width v0.2.0 |
2031 | 2024-12-16T20:13:17.956Z | Compiling number_prefix v0.4.0 |
2032 | 2024-12-16T20:13:17.989Z | Compiling predicates-core v1.0.8 |
2033 | 2024-12-16T20:13:18.104Z | Compiling unicode-segmentation v1.12.0 |
2034 | 2024-12-16T20:13:18.184Z | Compiling bit-vec v0.6.3 |
2035 | 2024-12-16T20:13:18.351Z | Compiling new_debug_unreachable v1.0.6 |
2036 | 2024-12-16T20:13:18.425Z | Compiling whoami v1.5.2 |
2037 | 2024-12-16T20:13:18.455Z | Compiling static_assertions v1.1.0 |
2038 | 2024-12-16T20:13:18.561Z | Compiling precomputed-hash v0.1.1 |
2039 | 2024-12-16T20:13:18.621Z | Compiling fixedbitset v0.4.2 |
2040 | 2024-12-16T20:13:18.689Z | Compiling difflib v0.4.0 |
2041 | 2024-12-16T20:13:18.929Z | Compiling petgraph v0.6.5 |
2042 | 2024-12-16T20:13:18.964Z | Compiling similar v2.6.0 |
2043 | 2024-12-16T20:13:19.035Z | Compiling tokio-postgres v0.7.12 |
2044 | 2024-12-16T20:13:19.994Z | Compiling predicates v3.1.2 |
2045 | 2024-12-16T20:13:20.976Z | Compiling string_cache v0.8.7 |
2046 | 2024-12-16T20:13:21.391Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2047 | 2024-12-16T20:13:21.441Z | Compiling bit-set v0.5.3 |
2048 | 2024-12-16T20:13:21.726Z | Compiling indicatif v0.17.9 |
2049 | 2024-12-16T20:13:23.531Z | Compiling reqwest v0.12.9 |
2050 | 2024-12-16T20:13:24.153Z | Compiling ecdsa v0.16.9 |
2051 | 2024-12-16T20:13:24.309Z | Compiling qorb v0.2.1 |
2052 | 2024-12-16T20:13:25.572Z | Compiling rsa v0.9.6 |
2053 | 2024-12-16T20:13:27.215Z | Compiling ed25519-dalek v2.1.1 |
2054 | 2024-12-16T20:13:27.773Z | Compiling zip v0.6.6 |
2055 | 2024-12-16T20:13:28.177Z | Compiling crossterm v0.28.1 |
2056 | 2024-12-16T20:13:28.276Z | Compiling toml v0.7.8 |
2057 | 2024-12-16T20:13:29.033Z | Compiling clap v4.5.21 |
2058 | 2024-12-16T20:13:30.678Z | Compiling x509-cert v0.2.5 |
2059 | 2024-12-16T20:13:31.855Z | Compiling hex v0.4.3 |
2060 | 2024-12-16T20:13:34.340Z | Compiling peg-runtime v0.8.3 |
2061 | 2024-12-16T20:13:34.962Z | Compiling unicode-xid v0.2.6 |
2062 | 2024-12-16T20:13:35.134Z | Compiling lalrpop-util v0.19.12 |
2063 | 2024-12-16T20:13:35.683Z | Compiling radium v0.7.0 |
2064 | 2024-12-16T20:13:36.744Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2065 | 2024-12-16T20:13:54.244Z | Compiling maybe-uninit v2.0.0 |
2066 | 2024-12-16T20:13:54.538Z | Compiling ident_case v1.0.1 |
2067 | 2024-12-16T20:13:54.723Z | Compiling tap v1.0.1 |
2068 | 2024-12-16T20:13:54.915Z | Compiling wyz v0.5.1 |
2069 | 2024-12-16T20:13:56.198Z | Compiling darling_core v0.20.10 |
2070 | 2024-12-16T20:14:05.917Z | Compiling typify v0.2.0 |
2071 | 2024-12-16T20:14:09.749Z | Compiling packed_struct v0.10.1 |
2072 | 2024-12-16T20:14:10.052Z | Compiling funty v2.0.0 |
2073 | 2024-12-16T20:14:10.161Z | Compiling unsafe-libyaml v0.2.11 |
2074 | 2024-12-16T20:14:11.190Z | Compiling bitvec v1.0.1 |
2075 | 2024-12-16T20:14:11.923Z | Compiling serde_yaml v0.9.34+deprecated |
2076 | 2024-12-16T20:14:15.612Z | Compiling progenitor-impl v0.8.0 |
2077 | 2024-12-16T20:14:16.299Z | Compiling darling_macro v0.20.10 |
2078 | 2024-12-16T20:14:18.301Z | Compiling packed_struct_codegen v0.10.1 |
2079 | 2024-12-16T20:14:20.782Z | Compiling structmeta-derive v0.3.0 |
2080 | 2024-12-16T20:14:20.785Z | Compiling indexmap v1.9.3 |
2081 | 2024-12-16T20:14:21.107Z | Compiling nodrop v0.1.14 |
2082 | 2024-12-16T20:14:21.817Z | Compiling fastrand v2.1.1 |
2083 | 2024-12-16T20:14:21.966Z | Compiling crc-catalog v2.4.0 |
2084 | 2024-12-16T20:14:22.130Z | Compiling newtype-uuid v1.1.3 |
2085 | 2024-12-16T20:14:22.230Z | Compiling progenitor-macro v0.8.0 |
2086 | 2024-12-16T20:14:22.452Z | Compiling tempfile v3.13.0 |
2087 | 2024-12-16T20:14:22.472Z | Compiling crc v3.2.1 |
2088 | 2024-12-16T20:14:23.370Z | Compiling structmeta v0.3.0 |
2089 | 2024-12-16T20:14:25.020Z | Compiling array-init v0.0.4 |
2090 | 2024-12-16T20:14:30.954Z | Compiling smallvec v0.6.14 |
2091 | 2024-12-16T20:14:31.469Z | Compiling darling v0.20.10 |
2092 | 2024-12-16T20:14:36.926Z | Compiling progenitor-client v0.8.0 |
2093 | 2024-12-16T20:14:39.126Z | Compiling pin-project-internal v1.1.6 |
2094 | 2024-12-16T20:14:39.256Z | Compiling dropshot v0.13.0 |
2095 | 2024-12-16T20:14:39.892Z | Compiling termcolor v1.4.1 |
2096 | 2024-12-16T20:14:41.864Z | Compiling hashbrown v0.12.3 |
2097 | 2024-12-16T20:14:41.931Z | Compiling base64 v0.21.7 |
2098 | 2024-12-16T20:14:43.331Z | Compiling bitfield v0.14.0 |
2099 | 2024-12-16T20:14:43.644Z | Compiling same-file v1.0.6 |
2100 | 2024-12-16T20:14:43.876Z | Compiling walkdir v2.5.0 |
2101 | 2024-12-16T20:14:43.934Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2102 | 2024-12-16T20:14:49.831Z | Compiling ron v0.8.1 |
2103 | 2024-12-16T20:14:50.885Z | Compiling pin-project v1.1.6 |
2104 | 2024-12-16T20:14:55.750Z | Compiling env_logger v0.10.2 |
2105 | 2024-12-16T20:15:00.976Z | Compiling progenitor v0.8.0 |
2106 | 2024-12-16T20:15:01.272Z | Compiling serde_with_macros v3.11.0 |
2107 | 2024-12-16T20:15:01.290Z | Compiling serde-hex v0.1.0 |
2108 | 2024-12-16T20:15:01.660Z | Compiling parse-display-derive v0.10.0 |
2109 | 2024-12-16T20:15:03.851Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2110 | 2024-12-16T20:15:04.922Z | Compiling strum_macros v0.26.4 |
2111 | 2024-12-16T20:15:05.508Z | Compiling snafu-derive v0.8.5 |
2112 | 2024-12-16T20:15:06.394Z | Compiling hashbrown v0.13.2 |
2113 | 2024-12-16T20:15:07.786Z | Compiling ipnetwork v0.20.0 |
2114 | 2024-12-16T20:15:07.806Z | Compiling xattr v1.3.1 |
2115 | 2024-12-16T20:15:08.129Z | Compiling dropshot_endpoint v0.13.0 |
2116 | 2024-12-16T20:15:09.012Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2117 | 2024-12-16T20:15:09.411Z | Compiling blake3 v1.5.4 |
2118 | 2024-12-16T20:15:09.721Z | Compiling ring v0.16.20 |
2119 | 2024-12-16T20:15:09.813Z | Compiling filetime v0.2.25 |
2120 | 2024-12-16T20:15:10.004Z | Compiling instant v0.1.13 |
2121 | 2024-12-16T20:15:10.151Z | Compiling bumpalo v3.16.0 |
2122 | 2024-12-16T20:15:10.171Z | Compiling zip v2.1.3 |
2123 | 2024-12-16T20:15:10.484Z | Compiling lockfree-object-pool v0.1.6 |
2124 | 2024-12-16T20:15:10.676Z | Compiling buf-list v1.0.3 |
2125 | 2024-12-16T20:15:10.726Z | Compiling simd-adler32 v0.3.7 |
2126 | 2024-12-16T20:15:11.210Z | Compiling crc-any v2.5.0 |
2127 | 2024-12-16T20:15:11.770Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2128 | 2024-12-16T20:15:11.899Z | Compiling zopfli v0.8.1 |
2129 | 2024-12-16T20:15:12.078Z | Compiling snafu v0.8.5 |
2130 | 2024-12-16T20:15:12.193Z | Compiling backoff v0.4.0 |
2131 | 2024-12-16T20:15:12.554Z | Compiling tar v0.4.42 |
2132 | 2024-12-16T20:15:13.962Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2133 | 2024-12-16T20:15:14.222Z | Compiling strum v0.26.3 |
2134 | 2024-12-16T20:15:14.429Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2135 | 2024-12-16T20:15:16.028Z | Compiling object v0.30.4 |
2136 | 2024-12-16T20:15:17.522Z | Compiling parse-display v0.10.0 |
2137 | 2024-12-16T20:15:17.868Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2138 | 2024-12-16T20:15:18.109Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2139 | 2024-12-16T20:15:18.132Z | Compiling serde_with v3.11.0 |
2140 | 2024-12-16T20:15:18.452Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2141 | 2024-12-16T20:15:19.154Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2142 | 2024-12-16T20:15:19.441Z | Compiling camino-tempfile v1.1.1 |
2143 | 2024-12-16T20:15:19.645Z | Compiling globset v0.4.15 |
2144 | 2024-12-16T20:15:20.207Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2145 | 2024-12-16T20:15:20.410Z | Compiling regress v0.9.1 |
2146 | 2024-12-16T20:15:22.443Z | Compiling pem v3.0.4 |
2147 | 2024-12-16T20:15:23.889Z | Compiling olpc-cjson v0.1.4 |
2148 | 2024-12-16T20:15:24.244Z | Compiling serde_plain v1.0.2 |
2149 | 2024-12-16T20:15:24.762Z | Compiling macaddr v1.0.1 |
2150 | 2024-12-16T20:15:25.381Z | Compiling async-recursion v1.1.1 |
2151 | 2024-12-16T20:15:26.738Z | Compiling memmap2 v0.9.5 |
2152 | 2024-12-16T20:15:26.827Z | Compiling arrayvec v0.7.6 |
2153 | 2024-12-16T20:15:27.303Z | Compiling constant_time_eq v0.3.1 |
2154 | 2024-12-16T20:15:27.323Z | Compiling arrayref v0.3.9 |
2155 | 2024-12-16T20:15:27.436Z | Compiling spin v0.5.2 |
2156 | 2024-12-16T20:15:27.458Z | Compiling typed-path v0.9.3 |
2157 | 2024-12-16T20:15:27.486Z | Compiling path-slash v0.1.5 |
2158 | 2024-12-16T20:15:27.732Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2159 | 2024-12-16T20:15:29.010Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2160 | 2024-12-16T20:15:31.598Z | Compiling tough v0.19.0 |
2161 | 2024-12-16T20:15:34.071Z | Compiling itertools v0.13.0 |
2162 | 2024-12-16T20:15:34.787Z | Compiling cargo-platform v0.1.8 |
2163 | 2024-12-16T20:15:34.869Z | Compiling parse-size v1.1.0 |
2164 | 2024-12-16T20:15:35.171Z | Compiling topological-sort v0.2.2 |
2165 | 2024-12-16T20:15:35.446Z | Compiling omicron-zone-package v0.11.1 |
2166 | 2024-12-16T20:15:35.864Z | Compiling cargo_metadata v0.18.1 |
2167 | 2024-12-16T20:15:37.765Z | Compiling shell-words v1.1.0 |
2168 | 2024-12-16T20:15:42.519Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2169 | 2024-12-16T20:15:55.119Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2170 | 2024-12-16T20:16:09.615Z | Finished `release` profile [optimized] target(s) in 5m 47s |
2171 | 2024-12-16T20:16:09.774Z | Running `target/release/omicron-releng --output-dir /work` |
2172 | 2024-12-16T20:16:09.817Z | Dec 16 20:16:08.633 DEBG changing working directory to /work/oxidecomputer/omicron |
2173 | 2024-12-16T20:16:09.917Z | Dec 16 20:16:08.733 DEBG running: git rev-parse HEAD |
2174 | 2024-12-16T20:16:09.921Z | Dec 16 20:16:08.739 DEBG process exited with exit status: 0 (6.720563ms) |
2175 | 2024-12-16T20:16:09.921Z | Dec 16 20:16:08.739 INFO version: 12.0.0-0.ci+git1cfaddce5ef |
2176 | 2024-12-16T20:16:09.961Z | Dec 16 20:16:08.780 INFO cloning helios to /work/oxidecomputer/helios |
2177 | 2024-12-16T20:16:09.961Z | Dec 16 20:16:08.780 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2178 | 2024-12-16T20:16:09.966Z | Cloning into '/work/oxidecomputer/helios'... |
2179 | 2024-12-16T20:16:10.413Z | Dec 16 20:16:09.231 DEBG process exited with exit status: 0 (451.339933ms) |
2180 | 2024-12-16T20:16:10.413Z | Dec 16 20:16:09.231 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2181 | 2024-12-16T20:16:10.420Z | # branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b |
2182 | 2024-12-16T20:16:10.420Z | # branch.head master |
2183 | 2024-12-16T20:16:10.420Z | # branch.upstream origin/master |
2184 | 2024-12-16T20:16:10.420Z | # branch.ab +0 -0 |
2185 | 2024-12-16T20:16:10.424Z | Dec 16 20:16:09.239 DEBG process exited with exit status: 0 (7.921785ms) |
2186 | 2024-12-16T20:16:10.424Z | Dec 16 20:16:09.239 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2187 | 2024-12-16T20:16:11.253Z | Dec 16 20:16:10.071 DEBG process exited with exit status: 0 (831.436843ms) |
2188 | 2024-12-16T20:16:11.253Z | Dec 16 20:16:10.071 DEBG running: zfs list rpool/images/build/host |
2189 | 2024-12-16T20:16:11.259Z | NAME USED AVAIL REFER MOUNTPOINT |
2190 | 2024-12-16T20:16:11.259Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2191 | 2024-12-16T20:16:11.262Z | Dec 16 20:16:10.078 DEBG process exited with exit status: 0 (7.049841ms) |
2192 | 2024-12-16T20:16:11.262Z | Dec 16 20:16:10.078 DEBG running: zfs list rpool/images/build/recovery |
2193 | 2024-12-16T20:16:11.265Z | NAME USED AVAIL REFER MOUNTPOINT |
2194 | 2024-12-16T20:16:11.265Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2195 | 2024-12-16T20:16:11.268Z | Dec 16 20:16:10.084 DEBG process exited with exit status: 0 (5.990589ms) |
2196 | 2024-12-16T20:16:11.268Z | Dec 16 20:16:10.085 INFO [hubris-production] running task |
2197 | 2024-12-16T20:16:11.268Z | Dec 16 20:16:10.085 INFO [hubris-staging] running task |
2198 | 2024-12-16T20:16:11.268Z | Dec 16 20:16:10.085 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2199 | 2024-12-16T20:16:11.271Z | Dec 16 20:16:10.088 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 |
2200 | 2024-12-16T20:16:11.334Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2201 | 2024-12-16T20:16:11.750Z | [ omicron-package] Blocking waiting for file lock on package cache |
2202 | 2024-12-16T20:16:12.354Z | [ omicron-package] Blocking waiting for file lock on package cache |
2203 | 2024-12-16T20:16:12.621Z | [ omicron-package] Blocking waiting for file lock on package cache |
2204 | 2024-12-16T20:16:12.834Z | Dec 16 20:16:11.652 INFO [hubris-production] task succeeded (1.566959965s) |
2205 | 2024-12-16T20:16:13.378Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2206 | 2024-12-16T20:16:13.381Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2207 | 2024-12-16T20:16:13.381Z | [ omicron-package] Compiling itertools v0.13.0 |
2208 | 2024-12-16T20:16:13.381Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2209 | 2024-12-16T20:16:13.381Z | [ omicron-package] Compiling heapless v0.8.0 |
2210 | 2024-12-16T20:16:13.381Z | [ omicron-package] Compiling hash32 v0.3.1 |
2211 | 2024-12-16T20:16:13.831Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2212 | 2024-12-16T20:16:13.877Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2213 | 2024-12-16T20:16:14.608Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2214 | 2024-12-16T20:16:15.227Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2215 | 2024-12-16T20:16:15.277Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2216 | 2024-12-16T20:16:15.410Z | [ omicron-package] Compiling cobs v0.2.3 |
2217 | 2024-12-16T20:16:16.108Z | [ omicron-package] Compiling postcard v1.0.10 |
2218 | 2024-12-16T20:16:16.221Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2219 | 2024-12-16T20:16:16.221Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2220 | 2024-12-16T20:16:16.291Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2221 | 2024-12-16T20:16:16.846Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2222 | 2024-12-16T20:16:16.953Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2223 | 2024-12-16T20:16:18.385Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2224 | 2024-12-16T20:16:18.672Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2225 | 2024-12-16T20:16:19.099Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2226 | 2024-12-16T20:16:19.281Z | [ omicron-package] Compiling num_enum v0.5.11 |
2227 | 2024-12-16T20:16:19.615Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2228 | 2024-12-16T20:16:19.655Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2229 | 2024-12-16T20:16:19.730Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2230 | 2024-12-16T20:16:19.826Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2231 | 2024-12-16T20:16:19.931Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2232 | 2024-12-16T20:16:20.116Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2233 | 2024-12-16T20:16:20.369Z | [ omicron-package] Compiling thiserror v2.0.3 |
2234 | 2024-12-16T20:16:20.773Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2235 | 2024-12-16T20:16:21.069Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2236 | 2024-12-16T20:16:21.342Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2237 | 2024-12-16T20:16:21.762Z | [ omicron-package] Compiling colored v2.1.0 |
2238 | 2024-12-16T20:16:21.926Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2239 | 2024-12-16T20:16:22.591Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2240 | 2024-12-16T20:16:23.152Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2241 | 2024-12-16T20:16:24.115Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2242 | 2024-12-16T20:16:24.221Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2243 | 2024-12-16T20:16:24.497Z | Dec 16 20:16:23.312 INFO [hubris-staging] task succeeded (13.22727317s) |
2244 | 2024-12-16T20:16:24.634Z | [ omicron-package] Compiling num-derive v0.4.2 |
2245 | 2024-12-16T20:16:25.303Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2246 | 2024-12-16T20:16:25.805Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2247 | 2024-12-16T20:16:26.044Z | [ omicron-package] Compiling zone v0.3.0 |
2248 | 2024-12-16T20:16:26.245Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2249 | 2024-12-16T20:16:26.971Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2250 | 2024-12-16T20:16:27.186Z | [ omicron-package] Compiling smf v0.2.3 |
2251 | 2024-12-16T20:16:28.033Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2252 | 2024-12-16T20:16:28.259Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2253 | 2024-12-16T20:16:28.830Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2254 | 2024-12-16T20:16:30.892Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2255 | 2024-12-16T20:16:31.022Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2256 | 2024-12-16T20:16:31.112Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2257 | 2024-12-16T20:16:31.288Z | [ omicron-package] Compiling gethostname v0.5.0 |
2258 | 2024-12-16T20:16:31.354Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2259 | 2024-12-16T20:16:31.478Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2260 | 2024-12-16T20:16:31.963Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2261 | 2024-12-16T20:16:32.843Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2262 | 2024-12-16T20:16:35.017Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2263 | 2024-12-16T20:16:36.273Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2264 | 2024-12-16T20:16:37.627Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2265 | 2024-12-16T20:16:40.607Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2266 | 2024-12-16T20:16:41.190Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2267 | 2024-12-16T20:16:42.890Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2268 | 2024-12-16T20:16:51.912Z | [ helios-setup] Dec 16 20:16:50.722 INFO helios repository root is: /work/oxidecomputer/helios |
2269 | 2024-12-16T20:16:51.914Z | [ helios-setup] Dec 16 20:16:50.725 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2270 | 2024-12-16T20:16:51.914Z | [ helios-setup] Dec 16 20:16:50.725 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 |
2271 | 2024-12-16T20:16:51.914Z | [ helios-setup] Dec 16 20:16:50.725 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2272 | 2024-12-16T20:16:51.919Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2273 | 2024-12-16T20:16:57.324Z | [ helios-setup] Dec 16 20:16:56.133 INFO clone ok!, project: amd-firmware |
2274 | 2024-12-16T20:16:57.327Z | [ helios-setup] Dec 16 20:16:56.134 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-16T20:16:57.327Z | [ helios-setup] Dec 16 20:16:56.134 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-16T20:16:57.329Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2277 | 2024-12-16T20:16:58.364Z | [ helios-setup] Dec 16 20:16:57.174 INFO clone ok!, project: chelsio-t6-roms |
2278 | 2024-12-16T20:16:58.367Z | [ helios-setup] Dec 16 20:16:57.174 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 |
2279 | 2024-12-16T20:16:58.367Z | [ helios-setup] Dec 16 20:16:57.174 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 |
2280 | 2024-12-16T20:16:58.369Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2281 | 2024-12-16T20:16:59.481Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2282 | 2024-12-16T20:16:59.504Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2283 | 2024-12-16T20:17:01.506Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 50.22s |
2284 | 2024-12-16T20:17:01.767Z | [ omicron-package] |
2285 | 2024-12-16T20:17:01.767Z | [ omicron-package] real 50.442471954 |
2286 | 2024-12-16T20:17:01.767Z | [ omicron-package] user 2:56.999481273 |
2287 | 2024-12-16T20:17:01.770Z | [ omicron-package] sys 25.945677115 |
2288 | 2024-12-16T20:17:01.770Z | [ omicron-package] trap 0.233006659 |
2289 | 2024-12-16T20:17:01.770Z | [ omicron-package] tflt 0.530822877 |
2290 | 2024-12-16T20:17:01.770Z | [ omicron-package] dflt 0.774069432 |
2291 | 2024-12-16T20:17:01.770Z | [ omicron-package] kflt 0.000000000 |
2292 | 2024-12-16T20:17:01.770Z | [ omicron-package] lock 6:08.796571793 |
2293 | 2024-12-16T20:17:01.770Z | [ omicron-package] slp 9:48.696018295 |
2294 | 2024-12-16T20:17:01.770Z | [ omicron-package] lat 1:35.110366306 |
2295 | 2024-12-16T20:17:01.770Z | [ omicron-package] stop 1:01.808469775 |
2296 | 2024-12-16T20:17:01.770Z | Dec 16 20:17:00.576 INFO [omicron-package] process exited with exit status: 0 (50.488358122s) |
2297 | 2024-12-16T20:17:01.770Z | Dec 16 20:17:00.577 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2298 | 2024-12-16T20:17:01.850Z | Dec 16 20:17:00.659 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 |
2299 | 2024-12-16T20:17:01.862Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2300 | 2024-12-16T20:17:01.865Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2301 | 2024-12-16T20:17:01.867Z | Dec 16 20:17:00.674 INFO [recovery-target] process exited with exit status: 0 (97.281789ms) |
2302 | 2024-12-16T20:17:01.869Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2303 | 2024-12-16T20:17:01.869Z | [ host-target] Created new build target 'host' and set it as active |
2304 | 2024-12-16T20:17:01.871Z | Dec 16 20:17:00.680 INFO [host-target] process exited with exit status: 0 (20.461393ms) |
2305 | 2024-12-16T20:17:01.871Z | Dec 16 20:17:00.680 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2306 | 2024-12-16T20:17:01.889Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2307 | 2024-12-16T20:17:03.103Z | [ host-package] Compiling convert_case v0.4.0 |
2308 | 2024-12-16T20:17:03.103Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2309 | 2024-12-16T20:17:03.105Z | [ host-package] Compiling newline-converter v0.3.0 |
2310 | 2024-12-16T20:17:03.105Z | [ host-package] Compiling password-hash v0.5.0 |
2311 | 2024-12-16T20:17:03.105Z | [ host-package] Compiling progenitor-client v0.8.0 |
2312 | 2024-12-16T20:17:03.105Z | [ host-package] Compiling blake2 v0.10.6 |
2313 | 2024-12-16T20:17:03.105Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2314 | 2024-12-16T20:17:03.236Z | [ host-package] Compiling owo-colors v4.1.0 |
2315 | 2024-12-16T20:17:03.500Z | [ host-package] Compiling expectorate v1.1.0 |
2316 | 2024-12-16T20:17:03.503Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2317 | 2024-12-16T20:17:03.740Z | [ host-package] Compiling progenitor v0.8.0 |
2318 | 2024-12-16T20:17:03.761Z | [ host-package] Compiling argon2 v0.5.3 |
2319 | 2024-12-16T20:17:03.838Z | [ host-package] Compiling num-rational v0.4.2 |
2320 | 2024-12-16T20:17:03.977Z | [ host-package] Compiling num-complex v0.4.6 |
2321 | 2024-12-16T20:17:04.011Z | [ host-package] Compiling derive_more v0.99.18 |
2322 | 2024-12-16T20:17:04.048Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2323 | 2024-12-16T20:17:04.063Z | [ helios-setup] Dec 16 20:17:02.870 INFO clone ok!, project: amd-host-image-builder |
2324 | 2024-12-16T20:17:04.063Z | [ helios-setup] Dec 16 20:17:02.870 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 |
2325 | 2024-12-16T20:17:04.063Z | [ helios-setup] Dec 16 20:17:02.870 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2326 | 2024-12-16T20:17:04.066Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2327 | 2024-12-16T20:17:04.678Z | [ helios-setup] Dec 16 20:17:03.486 INFO clone ok!, project: image-builder |
2328 | 2024-12-16T20:17:04.681Z | [ helios-setup] Dec 16 20:17:03.487 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2329 | 2024-12-16T20:17:04.681Z | [ helios-setup] Dec 16 20:17:03.487 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2330 | 2024-12-16T20:17:04.681Z | [ helios-setup] Dec 16 20:17:03.487 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 |
2331 | 2024-12-16T20:17:04.681Z | [ helios-setup] Dec 16 20:17:03.487 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2332 | 2024-12-16T20:17:04.683Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2333 | 2024-12-16T20:17:04.744Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2334 | 2024-12-16T20:17:04.827Z | [ host-package] Compiling atomicwrites v0.4.4 |
2335 | 2024-12-16T20:17:05.248Z | [ host-package] Compiling num v0.4.3 |
2336 | 2024-12-16T20:17:05.269Z | [ host-package] Compiling libsw v3.3.1 |
2337 | 2024-12-16T20:17:05.348Z | [ helios-setup] Dec 16 20:17:04.156 INFO clone ok!, project: pinprick |
2338 | 2024-12-16T20:17:05.352Z | [ helios-setup] Dec 16 20:17:04.156 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 |
2339 | 2024-12-16T20:17:05.352Z | [ helios-setup] Dec 16 20:17:04.156 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2340 | 2024-12-16T20:17:05.357Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2341 | 2024-12-16T20:17:05.360Z | [ host-package] Compiling swrite v0.1.0 |
2342 | 2024-12-16T20:17:05.382Z | [ host-package] Compiling indent_write v2.2.0 |
2343 | 2024-12-16T20:17:05.382Z | [ host-package] Compiling linear-map v1.2.0 |
2344 | 2024-12-16T20:17:05.490Z | [ host-package] Compiling float-ord v0.3.2 |
2345 | 2024-12-16T20:17:05.617Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2346 | 2024-12-16T20:17:05.663Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2347 | 2024-12-16T20:17:05.691Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2348 | 2024-12-16T20:17:05.802Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2349 | 2024-12-16T20:17:05.999Z | [ helios-setup] Dec 16 20:17:04.808 INFO clone ok!, project: phbl |
2350 | 2024-12-16T20:17:06.004Z | [ helios-setup] Dec 16 20:17:04.808 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 |
2351 | 2024-12-16T20:17:06.004Z | [ helios-setup] Dec 16 20:17:04.808 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2352 | 2024-12-16T20:17:06.007Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2353 | 2024-12-16T20:17:06.229Z | [ host-package] Compiling highway v1.2.0 |
2354 | 2024-12-16T20:17:06.287Z | [ host-package] Compiling semver v0.1.20 |
2355 | 2024-12-16T20:17:06.701Z | [ helios-setup] Dec 16 20:17:05.509 INFO clone ok!, project: bootserver |
2356 | 2024-12-16T20:17:06.706Z | [ helios-setup] Dec 16 20:17:05.510 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 |
2357 | 2024-12-16T20:17:06.706Z | [ helios-setup] Dec 16 20:17:05.510 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2358 | 2024-12-16T20:17:06.709Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2359 | 2024-12-16T20:17:06.909Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2360 | 2024-12-16T20:17:07.482Z | [ host-package] Compiling rustc_version v0.1.7 |
2361 | 2024-12-16T20:17:07.798Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2362 | 2024-12-16T20:17:07.872Z | [ helios-setup] Dec 16 20:17:06.680 INFO clone ok!, project: pilot |
2363 | 2024-12-16T20:17:07.874Z | [ helios-setup] Dec 16 20:17:06.680 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2364 | 2024-12-16T20:17:07.958Z | [ host-package] Compiling newtype_derive v0.1.6 |
2365 | 2024-12-16T20:17:08.200Z | [ host-package] Compiling dropshot v0.13.0 |
2366 | 2024-12-16T20:17:08.280Z | [ host-package] Compiling ipnetwork v0.20.0 |
2367 | 2024-12-16T20:17:08.377Z | [ host-package] Compiling instant v0.1.13 |
2368 | 2024-12-16T20:17:08.546Z | [ host-package] Compiling humantime v2.1.0 |
2369 | 2024-12-16T20:17:08.953Z | [ helios-setup] Dec 16 20:17:07.761 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2370 | 2024-12-16T20:17:09.107Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2371 | 2024-12-16T20:17:09.482Z | [ helios-setup] Dec 16 20:17:08.290 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2372 | 2024-12-16T20:17:09.482Z | [ helios-setup] Dec 16 20:17:08.290 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2373 | 2024-12-16T20:17:09.592Z | [ host-package] Compiling backoff v0.4.0 |
2374 | 2024-12-16T20:17:10.012Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2375 | 2024-12-16T20:17:10.090Z | [ helios-setup] Dec 16 20:17:08.898 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2376 | 2024-12-16T20:17:10.469Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2377 | 2024-12-16T20:17:10.648Z | [ helios-setup] Dec 16 20:17:09.455 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2378 | 2024-12-16T20:17:10.648Z | [ helios-setup] Dec 16 20:17:09.455 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2379 | 2024-12-16T20:17:10.873Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2380 | 2024-12-16T20:17:11.261Z | [ helios-setup] Dec 16 20:17:10.069 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2381 | 2024-12-16T20:17:11.867Z | [ helios-setup] Dec 16 20:17:10.674 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2382 | 2024-12-16T20:17:11.871Z | [ helios-setup] Dec 16 20:17:10.674 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2383 | 2024-12-16T20:17:11.871Z | [ helios-setup] Dec 16 20:17:10.674 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2384 | 2024-12-16T20:17:11.871Z | [ helios-setup] Dec 16 20:17:10.674 INFO ok! |
2385 | 2024-12-16T20:17:11.872Z | [ helios-setup] Dec 16 20:17:10.674 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2386 | 2024-12-16T20:17:11.872Z | [ helios-setup] Dec 16 20:17:10.674 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2387 | 2024-12-16T20:17:11.872Z | [ helios-setup] Dec 16 20:17:10.674 INFO ok! |
2388 | 2024-12-16T20:17:11.872Z | [ helios-setup] Dec 16 20:17:10.674 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2389 | 2024-12-16T20:17:11.872Z | [ helios-setup] Dec 16 20:17:10.674 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2390 | 2024-12-16T20:17:11.872Z | [ helios-setup] Dec 16 20:17:10.675 INFO ok! |
2391 | 2024-12-16T20:17:11.872Z | [ helios-setup] Dec 16 20:17:10.675 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2392 | 2024-12-16T20:17:11.872Z | [ helios-setup] Dec 16 20:17:10.675 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2393 | 2024-12-16T20:17:11.878Z | [ helios-setup] Dec 16 20:17:10.685 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2394 | 2024-12-16T20:17:12.070Z | [ helios-setup] Dec 16 20:17:10.877 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2395 | 2024-12-16T20:17:12.070Z | [ helios-setup] Dec 16 20:17:10.877 INFO E| info: downloading component 'cargo' |
2396 | 2024-12-16T20:17:13.450Z | [ helios-setup] Dec 16 20:17:12.257 INFO E| info: downloading component 'clippy' |
2397 | 2024-12-16T20:17:13.674Z | [ helios-setup] Dec 16 20:17:12.481 INFO E| info: downloading component 'rust-docs' |
2398 | 2024-12-16T20:17:14.207Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2399 | 2024-12-16T20:17:14.947Z | [ helios-setup] Dec 16 20:17:13.754 INFO E| info: downloading component 'rust-src' |
2400 | 2024-12-16T20:17:15.107Z | [ helios-setup] Dec 16 20:17:13.914 INFO E| info: downloading component 'rust-std' |
2401 | 2024-12-16T20:17:15.376Z | [ host-package] Compiling parse-display v0.10.0 |
2402 | 2024-12-16T20:17:15.553Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2403 | 2024-12-16T20:17:15.747Z | [ host-package] Compiling serde_with v3.11.0 |
2404 | 2024-12-16T20:17:15.955Z | [ host-package] Compiling strum v0.26.3 |
2405 | 2024-12-16T20:17:16.146Z | [ host-package] Compiling regress v0.9.1 |
2406 | 2024-12-16T20:17:17.230Z | [ helios-setup] Dec 16 20:17:16.036 INFO E| info: downloading component 'rustc' |
2407 | 2024-12-16T20:17:19.006Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2408 | 2024-12-16T20:17:20.364Z | [ host-package] Compiling macaddr v1.0.1 |
2409 | 2024-12-16T20:17:20.805Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2410 | 2024-12-16T20:17:20.865Z | [ host-package] Compiling steno v0.4.1 |
2411 | 2024-12-16T20:17:21.478Z | [ host-package] Compiling prettyplease v0.2.25 |
2412 | 2024-12-16T20:17:21.516Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2413 | 2024-12-16T20:17:22.245Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2414 | 2024-12-16T20:17:22.475Z | [ helios-setup] Dec 16 20:17:21.280 INFO E| info: downloading component 'rustfmt' |
2415 | 2024-12-16T20:17:22.811Z | [ helios-setup] Dec 16 20:17:21.617 INFO E| info: installing component 'cargo' |
2416 | 2024-12-16T20:17:23.387Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2417 | 2024-12-16T20:17:23.464Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2418 | 2024-12-16T20:17:24.064Z | [ helios-setup] Dec 16 20:17:22.869 INFO E| info: installing component 'clippy' |
2419 | 2024-12-16T20:17:24.514Z | [ helios-setup] Dec 16 20:17:23.319 INFO E| info: installing component 'rust-docs' |
2420 | 2024-12-16T20:17:26.306Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2421 | 2024-12-16T20:17:27.663Z | [ host-package] Compiling half v2.4.1 |
2422 | 2024-12-16T20:17:28.584Z | [ host-package] Compiling ciborium-io v0.2.2 |
2423 | 2024-12-16T20:17:28.767Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2424 | 2024-12-16T20:17:29.562Z | [ host-package] Compiling tungstenite v0.21.0 |
2425 | 2024-12-16T20:17:30.762Z | [ helios-setup] Dec 16 20:17:29.566 INFO E| info: installing component 'rust-src' |
2426 | 2024-12-16T20:17:31.285Z | [ helios-setup] Dec 16 20:17:30.088 INFO E| info: installing component 'rust-std' |
2427 | 2024-12-16T20:17:32.702Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2428 | 2024-12-16T20:17:33.640Z | [ host-package] Compiling ciborium v0.2.2 |
2429 | 2024-12-16T20:17:33.837Z | [ helios-setup] Dec 16 20:17:32.640 INFO E| info: installing component 'rustc' |
2430 | 2024-12-16T20:17:36.320Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2431 | 2024-12-16T20:17:39.757Z | [ helios-setup] Dec 16 20:17:38.560 INFO E| info: installing component 'rustfmt' |
2432 | 2024-12-16T20:17:40.175Z | [ host-package] Compiling same-file v1.0.6 |
2433 | 2024-12-16T20:17:40.645Z | [ helios-setup] Dec 16 20:17:39.447 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2434 | 2024-12-16T20:17:41.621Z | [ helios-setup] Dec 16 20:17:40.423 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2435 | 2024-12-16T20:17:41.621Z | [ helios-setup] Dec 16 20:17:40.423 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
2436 | 2024-12-16T20:17:41.621Z | [ helios-setup] Dec 16 20:17:40.423 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2437 | 2024-12-16T20:17:41.705Z | [ helios-setup] Dec 16 20:17:40.507 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2438 | 2024-12-16T20:17:41.705Z | [ helios-setup] Dec 16 20:17:40.507 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2439 | 2024-12-16T20:17:41.709Z | [ helios-setup] Dec 16 20:17:40.507 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2440 | 2024-12-16T20:17:41.709Z | [ helios-setup] Dec 16 20:17:40.508 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2441 | 2024-12-16T20:17:41.709Z | [ helios-setup] Dec 16 20:17:40.508 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2442 | 2024-12-16T20:17:41.709Z | [ helios-setup] Dec 16 20:17:40.508 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2443 | 2024-12-16T20:17:41.709Z | [ helios-setup] Dec 16 20:17:40.508 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2444 | 2024-12-16T20:17:41.709Z | [ helios-setup] Dec 16 20:17:40.508 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2445 | 2024-12-16T20:17:41.709Z | [ helios-setup] Dec 16 20:17:40.508 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2446 | 2024-12-16T20:17:41.709Z | [ helios-setup] Dec 16 20:17:40.508 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2447 | 2024-12-16T20:17:41.709Z | [ helios-setup] Dec 16 20:17:40.509 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2448 | 2024-12-16T20:17:41.745Z | [ helios-setup] Dec 16 20:17:40.547 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2449 | 2024-12-16T20:17:42.221Z | [ host-package] Compiling fastrand v2.1.1 |
2450 | 2024-12-16T20:17:42.751Z | [ host-package] Compiling display-error-chain v0.2.2 |
2451 | 2024-12-16T20:17:42.837Z | [ helios-setup] Dec 16 20:17:41.638 INFO E| From https://github.com/oxidecomputer/amd-efs |
2452 | 2024-12-16T20:17:42.837Z | [ helios-setup] Dec 16 20:17:41.638 INFO E| * [new branch] empty -> origin/empty |
2453 | 2024-12-16T20:17:42.840Z | [ helios-setup] Dec 16 20:17:41.639 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2454 | 2024-12-16T20:17:42.840Z | [ helios-setup] Dec 16 20:17:41.639 INFO E| * [new branch] main -> origin/main |
2455 | 2024-12-16T20:17:42.840Z | [ helios-setup] Dec 16 20:17:41.639 INFO E| * [new branch] review -> origin/review |
2456 | 2024-12-16T20:17:42.840Z | [ helios-setup] Dec 16 20:17:41.639 INFO E| * [new ref] -> origin/HEAD |
2457 | 2024-12-16T20:17:42.840Z | [ helios-setup] Dec 16 20:17:41.639 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2458 | 2024-12-16T20:17:42.840Z | [ helios-setup] Dec 16 20:17:41.639 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2459 | 2024-12-16T20:17:42.840Z | [ helios-setup] Dec 16 20:17:41.640 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2460 | 2024-12-16T20:17:42.840Z | [ helios-setup] Dec 16 20:17:41.640 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2461 | 2024-12-16T20:17:42.840Z | [ helios-setup] Dec 16 20:17:41.640 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2462 | 2024-12-16T20:17:42.840Z | [ helios-setup] Dec 16 20:17:41.640 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2463 | 2024-12-16T20:17:42.840Z | [ helios-setup] Dec 16 20:17:41.640 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2464 | 2024-12-16T20:17:42.840Z | [ helios-setup] Dec 16 20:17:41.640 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2465 | 2024-12-16T20:17:42.840Z | [ helios-setup] Dec 16 20:17:41.640 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2466 | 2024-12-16T20:17:42.840Z | [ helios-setup] Dec 16 20:17:41.641 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2467 | 2024-12-16T20:17:42.840Z | [ helios-setup] Dec 16 20:17:41.641 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2468 | 2024-12-16T20:17:42.840Z | [ helios-setup] Dec 16 20:17:41.641 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2469 | 2024-12-16T20:17:42.840Z | [ helios-setup] Dec 16 20:17:41.641 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2470 | 2024-12-16T20:17:42.840Z | [ helios-setup] Dec 16 20:17:41.641 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2471 | 2024-12-16T20:17:42.864Z | [ helios-setup] Dec 16 20:17:41.665 INFO E| Updating crates.io index |
2472 | 2024-12-16T20:17:43.003Z | [ host-package] Compiling tempfile v3.13.0 |
2473 | 2024-12-16T20:17:43.278Z | [ host-package] Compiling walkdir v2.5.0 |
2474 | 2024-12-16T20:17:43.728Z | [ host-package] Compiling ring v0.16.20 |
2475 | 2024-12-16T20:17:43.794Z | [ host-package] Compiling blake3 v1.5.4 |
2476 | 2024-12-16T20:17:43.828Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2477 | 2024-12-16T20:17:43.949Z | [ host-package] Compiling xattr v1.3.1 |
2478 | 2024-12-16T20:17:44.215Z | [ host-package] Compiling memmap2 v0.9.5 |
2479 | 2024-12-16T20:17:44.303Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2480 | 2024-12-16T20:17:44.402Z | [ helios-setup] Dec 16 20:17:43.203 INFO E| Downloading crates ... |
2481 | 2024-12-16T20:17:44.483Z | [ helios-setup] Dec 16 20:17:43.284 INFO E| Downloaded ansi_term v0.12.1 |
2482 | 2024-12-16T20:17:44.494Z | [ helios-setup] Dec 16 20:17:43.295 INFO E| Downloaded memoffset v0.5.6 |
2483 | 2024-12-16T20:17:44.497Z | [ helios-setup] Dec 16 20:17:43.297 INFO E| Downloaded unic-ucd-version v0.9.0 |
2484 | 2024-12-16T20:17:44.499Z | [ helios-setup] Dec 16 20:17:43.299 INFO E| Downloaded unic-common v0.9.0 |
2485 | 2024-12-16T20:17:44.499Z | [ helios-setup] Dec 16 20:17:43.300 INFO E| Downloaded fletcher v0.1.0 |
2486 | 2024-12-16T20:17:44.502Z | [ helios-setup] Dec 16 20:17:43.303 INFO E| Downloaded unic-char-range v0.9.0 |
2487 | 2024-12-16T20:17:44.505Z | [ helios-setup] Dec 16 20:17:43.307 INFO E| Downloaded unic-char-property v0.9.0 |
2488 | 2024-12-16T20:17:44.508Z | [ helios-setup] Dec 16 20:17:43.309 INFO E| Downloaded parse_int v0.6.0 |
2489 | 2024-12-16T20:17:44.510Z | [ helios-setup] Dec 16 20:17:43.311 INFO E| Downloaded strum v0.23.0 |
2490 | 2024-12-16T20:17:44.510Z | [ helios-setup] Dec 16 20:17:43.312 INFO E| Downloaded scroll_derive v0.10.5 |
2491 | 2024-12-16T20:17:44.527Z | [ helios-setup] Dec 16 20:17:43.329 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2492 | 2024-12-16T20:17:44.530Z | [ helios-setup] Dec 16 20:17:43.331 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2493 | 2024-12-16T20:17:44.532Z | [ helios-setup] Dec 16 20:17:43.333 INFO E| Downloaded four-cc v0.3.0 |
2494 | 2024-12-16T20:17:44.534Z | [ helios-setup] Dec 16 20:17:43.335 INFO E| Downloaded cfg-if v0.1.10 |
2495 | 2024-12-16T20:17:44.534Z | [ host-package] Compiling filetime v0.2.25 |
2496 | 2024-12-16T20:17:44.537Z | [ helios-setup] Dec 16 20:17:43.337 INFO E| Downloaded vec_map v0.8.2 |
2497 | 2024-12-16T20:17:44.537Z | [ helios-setup] Dec 16 20:17:43.339 INFO E| Downloaded strum_macros v0.23.1 |
2498 | 2024-12-16T20:17:44.540Z | [ helios-setup] Dec 16 20:17:43.341 INFO E| Downloaded strsim v0.8.0 |
2499 | 2024-12-16T20:17:44.543Z | [ helios-setup] Dec 16 20:17:43.343 INFO E| Downloaded thiserror v1.0.64 |
2500 | 2024-12-16T20:17:44.549Z | [ helios-setup] Dec 16 20:17:43.351 INFO E| Downloaded scroll v0.10.2 |
2501 | 2024-12-16T20:17:44.552Z | [ helios-setup] Dec 16 20:17:43.354 INFO E| Downloaded serde_derive v1.0.210 |
2502 | 2024-12-16T20:17:44.556Z | [ helios-setup] Dec 16 20:17:43.357 INFO E| Downloaded pre-proc-macro v0.2.1 |
2503 | 2024-12-16T20:17:44.559Z | [ helios-setup] Dec 16 20:17:43.360 INFO E| Downloaded pest_meta v2.7.13 |
2504 | 2024-12-16T20:17:44.561Z | [ helios-setup] Dec 16 20:17:43.363 INFO E| Downloaded once_cell v1.20.1 |
2505 | 2024-12-16T20:17:44.565Z | [ helios-setup] Dec 16 20:17:43.367 INFO E| Downloaded toml v0.5.11 |
2506 | 2024-12-16T20:17:44.568Z | [ helios-setup] Dec 16 20:17:43.370 INFO E| Downloaded structopt v0.3.26 |
2507 | 2024-12-16T20:17:44.580Z | [ helios-setup] Dec 16 20:17:43.382 INFO E| Downloaded serde v1.0.210 |
2508 | 2024-12-16T20:17:44.591Z | [ helios-setup] Dec 16 20:17:43.386 INFO E| Downloaded modular-bitfield v0.11.2 |
2509 | 2024-12-16T20:17:44.599Z | [ helios-setup] Dec 16 20:17:43.401 INFO E| Downloaded serde_json v1.0.128 |
2510 | 2024-12-16T20:17:44.613Z | [ helios-setup] Dec 16 20:17:43.412 INFO E| Downloaded pest v2.7.13 |
2511 | 2024-12-16T20:17:44.617Z | [ helios-setup] Dec 16 20:17:43.419 INFO E| Downloaded clap v2.34.0 |
2512 | 2024-12-16T20:17:44.625Z | [ helios-setup] Dec 16 20:17:43.427 INFO E| Downloaded syn v2.0.79 |
2513 | 2024-12-16T20:17:44.639Z | [ helios-setup] Dec 16 20:17:43.441 INFO E| Downloaded goblin v0.4.3 |
2514 | 2024-12-16T20:17:44.650Z | [ helios-setup] Dec 16 20:17:43.449 INFO E| Downloaded proc-macro2 v1.0.86 |
2515 | 2024-12-16T20:17:44.653Z | [ helios-setup] Dec 16 20:17:43.450 INFO E| Downloaded pest_derive v2.7.13 |
2516 | 2024-12-16T20:17:44.653Z | [ helios-setup] Dec 16 20:17:43.453 INFO E| Downloaded libc v0.2.159 |
2517 | 2024-12-16T20:17:44.685Z | [ host-package] Compiling arrayref v0.3.9 |
2518 | 2024-12-16T20:17:44.688Z | [ helios-setup] Dec 16 20:17:43.489 INFO E| Downloaded bytesize v1.3.0 |
2519 | 2024-12-16T20:17:44.691Z | [ helios-setup] Dec 16 20:17:43.491 INFO E| Downloaded pest_generator v2.7.13 |
2520 | 2024-12-16T20:17:44.694Z | [ helios-setup] Dec 16 20:17:43.495 INFO E| Downloaded proc-macro-crate v0.1.5 |
2521 | 2024-12-16T20:17:44.694Z | [ helios-setup] Dec 16 20:17:43.495 INFO E| Downloaded pre v0.2.1 |
2522 | 2024-12-16T20:17:44.713Z | [ helios-setup] Dec 16 20:17:43.495 INFO E| Downloaded thiserror-impl v1.0.64 |
2523 | 2024-12-16T20:17:44.713Z | [ helios-setup] Dec 16 20:17:43.496 INFO E| Downloaded textwrap v0.11.0 |
2524 | 2024-12-16T20:17:44.722Z | [ helios-setup] Dec 16 20:17:43.499 INFO E| Downloaded structopt-derive v0.4.18 |
2525 | 2024-12-16T20:17:44.722Z | [ helios-setup] Dec 16 20:17:43.500 INFO E| Downloaded semver-parser v0.7.0 |
2526 | 2024-12-16T20:17:44.722Z | [ helios-setup] Dec 16 20:17:43.502 INFO E| Downloaded semver v0.9.0 |
2527 | 2024-12-16T20:17:44.722Z | [ helios-setup] Dec 16 20:17:43.504 INFO E| Downloaded rustc_version v0.2.3 |
2528 | 2024-12-16T20:17:44.804Z | [ helios-setup] Dec 16 20:17:43.606 INFO E| Compiling proc-macro2 v1.0.86 |
2529 | 2024-12-16T20:17:44.804Z | [ helios-setup] Dec 16 20:17:43.606 INFO E| Compiling unicode-ident v1.0.13 |
2530 | 2024-12-16T20:17:44.808Z | [ helios-setup] Dec 16 20:17:43.610 INFO E| Compiling syn v1.0.109 |
2531 | 2024-12-16T20:17:44.811Z | [ helios-setup] Dec 16 20:17:43.610 INFO E| Compiling version_check v0.9.5 |
2532 | 2024-12-16T20:17:44.811Z | [ helios-setup] Dec 16 20:17:43.610 INFO E| Compiling memchr v2.7.4 |
2533 | 2024-12-16T20:17:44.811Z | [ helios-setup] Dec 16 20:17:43.610 INFO E| Compiling semver-parser v0.7.0 |
2534 | 2024-12-16T20:17:44.829Z | [ helios-setup] Dec 16 20:17:43.631 INFO E| Compiling autocfg v1.4.0 |
2535 | 2024-12-16T20:17:44.832Z | [ helios-setup] Dec 16 20:17:43.631 INFO E| Compiling thiserror v1.0.64 |
2536 | 2024-12-16T20:17:44.832Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2537 | 2024-12-16T20:17:44.889Z | [ host-package] Compiling spin v0.5.2 |
2538 | 2024-12-16T20:17:45.229Z | [ host-package] Compiling arrayvec v0.7.6 |
2539 | 2024-12-16T20:17:45.327Z | [ helios-setup] Dec 16 20:17:44.128 INFO E| Compiling semver v0.9.0 |
2540 | 2024-12-16T20:17:45.509Z | [ host-package] Compiling keccak v0.1.5 |
2541 | 2024-12-16T20:17:45.547Z | [ host-package] Compiling tar v0.4.42 |
2542 | 2024-12-16T20:17:45.904Z | [ helios-setup] Dec 16 20:17:44.706 INFO E| Compiling serde v1.0.210 |
2543 | 2024-12-16T20:17:45.994Z | [ helios-setup] Dec 16 20:17:44.795 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2544 | 2024-12-16T20:17:46.314Z | [ helios-setup] Dec 16 20:17:45.115 INFO E| Compiling proc-macro-error v1.0.4 |
2545 | 2024-12-16T20:17:46.518Z | [ helios-setup] Dec 16 20:17:45.319 INFO E| Compiling rustc_version v0.2.3 |
2546 | 2024-12-16T20:17:46.630Z | [ helios-setup] Dec 16 20:17:45.431 INFO E| Compiling serde_json v1.0.128 |
2547 | 2024-12-16T20:17:46.881Z | [ helios-setup] Dec 16 20:17:45.682 INFO E| Compiling num-traits v0.2.19 |
2548 | 2024-12-16T20:17:47.083Z | [ helios-setup] Dec 16 20:17:45.876 INFO E| Compiling schemars v0.8.21 |
2549 | 2024-12-16T20:17:47.101Z | [ helios-setup] Dec 16 20:17:45.902 INFO E| Compiling unicode-segmentation v1.12.0 |
2550 | 2024-12-16T20:17:47.138Z | [ helios-setup] Dec 16 20:17:45.939 INFO E| Compiling ryu v1.0.18 |
2551 | 2024-12-16T20:17:47.191Z | [ helios-setup] Dec 16 20:17:45.993 INFO E| Compiling itoa v1.0.11 |
2552 | 2024-12-16T20:17:47.453Z | [ host-package] Compiling sha3 v0.10.8 |
2553 | 2024-12-16T20:17:47.795Z | [ helios-setup] Dec 16 20:17:46.595 INFO E| Compiling pre-proc-macro v0.2.1 |
2554 | 2024-12-16T20:17:47.854Z | [ helios-setup] Dec 16 20:17:46.655 INFO E| Compiling memoffset v0.5.6 |
2555 | 2024-12-16T20:17:47.957Z | [ helios-setup] Dec 16 20:17:46.758 INFO E| Compiling ucd-trie v0.1.7 |
2556 | 2024-12-16T20:17:47.967Z | [ helios-setup] Dec 16 20:17:46.768 INFO E| Compiling dyn-clone v1.0.17 |
2557 | 2024-12-16T20:17:48.183Z | [ host-package] Compiling toolchain_find v0.4.0 |
2558 | 2024-12-16T20:17:48.385Z | [ helios-setup] Dec 16 20:17:47.186 INFO E| Compiling quote v1.0.37 |
2559 | 2024-12-16T20:17:48.437Z | [ helios-setup] Dec 16 20:17:47.238 INFO E| Compiling heck v0.3.3 |
2560 | 2024-12-16T20:17:48.481Z | [ helios-setup] Dec 16 20:17:47.282 INFO E| Compiling libc v0.2.159 |
2561 | 2024-12-16T20:17:48.692Z | [ helios-setup] Dec 16 20:17:47.493 INFO E| Compiling paste v1.0.15 |
2562 | 2024-12-16T20:17:48.725Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2563 | 2024-12-16T20:17:48.843Z | [ helios-setup] Dec 16 20:17:47.643 INFO E| Compiling lazy_static v1.5.0 |
2564 | 2024-12-16T20:17:49.026Z | [ helios-setup] Dec 16 20:17:47.826 INFO E| Compiling rustversion v1.0.17 |
2565 | 2024-12-16T20:17:49.075Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2566 | 2024-12-16T20:17:49.187Z | [ helios-setup] Dec 16 20:17:47.987 INFO E| Compiling syn v2.0.79 |
2567 | 2024-12-16T20:17:49.370Z | [ host-package] Compiling maplit v1.0.2 |
2568 | 2024-12-16T20:17:49.567Z | [ host-package] Compiling crunchy v0.2.2 |
2569 | 2024-12-16T20:17:49.778Z | [ host-package] Compiling topological-sort v0.2.2 |
2570 | 2024-12-16T20:17:49.861Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2571 | 2024-12-16T20:17:49.881Z | [ helios-setup] Dec 16 20:17:48.682 INFO E| Compiling pre v0.2.1 |
2572 | 2024-12-16T20:17:49.894Z | [ helios-setup] Dec 16 20:17:48.695 INFO E| Compiling once_cell v1.20.1 |
2573 | 2024-12-16T20:17:50.556Z | [ helios-setup] Dec 16 20:17:49.356 INFO E| Compiling static_assertions v1.1.0 |
2574 | 2024-12-16T20:17:50.584Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2575 | 2024-12-16T20:17:50.633Z | [ helios-setup] Dec 16 20:17:49.433 INFO E| Compiling byteorder v1.5.0 |
2576 | 2024-12-16T20:17:50.643Z | [ helios-setup] Dec 16 20:17:49.444 INFO E| Compiling cfg-if v0.1.10 |
2577 | 2024-12-16T20:17:51.165Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2578 | 2024-12-16T20:17:51.320Z | [ host-package] Compiling phf_generator v0.11.2 |
2579 | 2024-12-16T20:17:51.607Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2580 | 2024-12-16T20:17:51.669Z | [ host-package] Compiling secrecy v0.8.0 |
2581 | 2024-12-16T20:17:51.789Z | [ helios-setup] Dec 16 20:17:50.589 INFO E| Compiling unicode-width v0.1.14 |
2582 | 2024-12-16T20:17:52.223Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2583 | 2024-12-16T20:17:52.638Z | [ host-package] Compiling const_format v0.2.33 |
2584 | 2024-12-16T20:17:52.733Z | [ helios-setup] Dec 16 20:17:51.533 INFO E| Compiling textwrap v0.11.0 |
2585 | 2024-12-16T20:17:52.886Z | [ helios-setup] Dec 16 20:17:51.686 INFO E| Compiling atty v0.2.14 |
2586 | 2024-12-16T20:17:53.304Z | [ helios-setup] Dec 16 20:17:52.104 INFO E| Compiling strum v0.23.0 |
2587 | 2024-12-16T20:17:53.417Z | [ helios-setup] Dec 16 20:17:52.217 INFO E| Compiling vec_map v0.8.2 |
2588 | 2024-12-16T20:17:53.700Z | [ helios-setup] Dec 16 20:17:52.500 INFO E| Compiling parse_int v0.6.0 |
2589 | 2024-12-16T20:17:53.764Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2590 | 2024-12-16T20:17:53.880Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2591 | 2024-12-16T20:17:53.923Z | [ helios-setup] Dec 16 20:17:52.723 INFO E| Compiling unic-common v0.9.0 |
2592 | 2024-12-16T20:17:53.923Z | [ helios-setup] Dec 16 20:17:52.723 INFO E| Compiling unic-char-range v0.9.0 |
2593 | 2024-12-16T20:17:53.970Z | [ helios-setup] Dec 16 20:17:52.770 INFO E| Compiling strsim v0.8.0 |
2594 | 2024-12-16T20:17:54.048Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2595 | 2024-12-16T20:17:54.054Z | [ helios-setup] Dec 16 20:17:52.854 INFO E| Compiling bitflags v1.3.2 |
2596 | 2024-12-16T20:17:54.120Z | [ helios-setup] Dec 16 20:17:52.919 INFO E| Compiling fletcher v0.1.0 |
2597 | 2024-12-16T20:17:54.144Z | [ helios-setup] Dec 16 20:17:52.943 INFO E| Compiling ansi_term v0.12.1 |
2598 | 2024-12-16T20:17:54.211Z | [ helios-setup] Dec 16 20:17:53.011 INFO E| Compiling unic-char-property v0.9.0 |
2599 | 2024-12-16T20:17:54.323Z | [ helios-setup] Dec 16 20:17:53.123 INFO E| Compiling unic-ucd-version v0.9.0 |
2600 | 2024-12-16T20:17:54.368Z | [ helios-setup] Dec 16 20:17:53.168 INFO E| Compiling log v0.4.22 |
2601 | 2024-12-16T20:17:54.420Z | [ helios-setup] Dec 16 20:17:53.220 INFO E| Compiling plain v0.2.3 |
2602 | 2024-12-16T20:17:54.487Z | [ host-package] Compiling arc-swap v1.7.1 |
2603 | 2024-12-16T20:17:54.497Z | [ helios-setup] Dec 16 20:17:53.297 INFO E| Compiling unic-ucd-ident v0.9.0 |
2604 | 2024-12-16T20:17:54.752Z | [ helios-setup] Dec 16 20:17:53.546 INFO E| Compiling clap v2.34.0 |
2605 | 2024-12-16T20:17:54.810Z | [ host-package] Compiling diesel_derives v2.2.3 |
2606 | 2024-12-16T20:17:54.864Z | [ host-package] Compiling r2d2 v0.8.10 |
2607 | 2024-12-16T20:17:55.122Z | [ helios-setup] Dec 16 20:17:53.922 INFO E| Compiling bytesize v1.3.0 |
2608 | 2024-12-16T20:17:55.479Z | [ host-package] Compiling slog-scope v4.4.0 |
2609 | 2024-12-16T20:17:55.767Z | [ host-package] Compiling phf_codegen v0.11.2 |
2610 | 2024-12-16T20:17:55.847Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2611 | 2024-12-16T20:17:55.885Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2612 | 2024-12-16T20:17:56.266Z | [ host-package] Compiling universal-hash v0.5.1 |
2613 | 2024-12-16T20:17:56.735Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2614 | 2024-12-16T20:17:56.801Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2615 | 2024-12-16T20:17:56.875Z | [ host-package] Compiling ena v0.14.3 |
2616 | 2024-12-16T20:17:57.590Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2617 | 2024-12-16T20:17:57.594Z | [ helios-setup] Dec 16 20:17:56.393 INFO E| Compiling serde_derive_internals v0.29.1 |
2618 | 2024-12-16T20:17:58.302Z | [ helios-setup] Dec 16 20:17:57.101 INFO E| Compiling toml v0.5.11 |
2619 | 2024-12-16T20:17:59.331Z | [ host-package] Compiling regex-syntax v0.6.29 |
2620 | 2024-12-16T20:18:00.999Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2621 | 2024-12-16T20:18:01.228Z | [ host-package] Compiling diff v0.1.13 |
2622 | 2024-12-16T20:18:01.737Z | [ helios-setup] Dec 16 20:18:00.536 INFO E| Compiling proc-macro-crate v0.1.5 |
2623 | 2024-12-16T20:18:02.089Z | [ host-package] Compiling opaque-debug v0.3.1 |
2624 | 2024-12-16T20:18:02.385Z | [ host-package] Compiling poly1305 v0.8.0 |
2625 | 2024-12-16T20:18:02.984Z | [ helios-setup] Dec 16 20:18:01.783 INFO E| Compiling thiserror-impl v1.0.64 |
2626 | 2024-12-16T20:18:03.114Z | [ helios-setup] Dec 16 20:18:01.912 INFO E| Compiling serde_derive v1.0.210 |
2627 | 2024-12-16T20:18:03.213Z | [ helios-setup] Dec 16 20:18:02.011 INFO E| Compiling schemars_derive v0.8.21 |
2628 | 2024-12-16T20:18:03.304Z | [ helios-setup] Dec 16 20:18:02.102 INFO E| Compiling zerocopy-derive v0.6.6 |
2629 | 2024-12-16T20:18:03.332Z | [ helios-setup] Dec 16 20:18:02.130 INFO E| Compiling num-derive v0.4.2 |
2630 | 2024-12-16T20:18:04.982Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2631 | 2024-12-16T20:18:05.407Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2632 | 2024-12-16T20:18:07.166Z | [ helios-setup] Dec 16 20:18:05.963 INFO E| Compiling zerocopy v0.6.6 |
2633 | 2024-12-16T20:18:07.879Z | [ host-package] Compiling lalrpop v0.19.12 |
2634 | 2024-12-16T20:18:08.824Z | [ helios-setup] Dec 16 20:18:07.621 INFO E| Compiling pest v2.7.13 |
2635 | 2024-12-16T20:18:09.591Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2636 | 2024-12-16T20:18:10.957Z | [ helios-setup] Dec 16 20:18:09.754 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2637 | 2024-12-16T20:18:11.482Z | [ helios-setup] Dec 16 20:18:10.136 INFO E| Compiling scroll_derive v0.10.5 |
2638 | 2024-12-16T20:18:12.217Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2639 | 2024-12-16T20:18:12.564Z | [ helios-setup] Dec 16 20:18:11.361 INFO E| Compiling strum_macros v0.23.1 |
2640 | 2024-12-16T20:18:13.701Z | [ helios-setup] Dec 16 20:18:12.472 INFO E| Compiling pest_meta v2.7.13 |
2641 | 2024-12-16T20:18:13.826Z | [ helios-setup] Dec 16 20:18:12.623 INFO E| Compiling structopt-derive v0.4.18 |
2642 | 2024-12-16T20:18:14.346Z | [ helios-setup] Dec 16 20:18:13.142 INFO E| Compiling scroll v0.10.2 |
2643 | 2024-12-16T20:18:14.399Z | [ host-package] Compiling diesel v2.2.6 |
2644 | 2024-12-16T20:18:14.450Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2645 | 2024-12-16T20:18:15.196Z | [ helios-setup] Dec 16 20:18:13.992 INFO E| Compiling goblin v0.4.3 |
2646 | 2024-12-16T20:18:15.298Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2647 | 2024-12-16T20:18:15.861Z | [ host-package] Compiling chacha20 v0.9.1 |
2648 | 2024-12-16T20:18:16.036Z | [ helios-setup] Dec 16 20:18:14.831 INFO E| Compiling modular-bitfield v0.11.2 |
2649 | 2024-12-16T20:18:16.859Z | [ host-package] Compiling aead v0.5.2 |
2650 | 2024-12-16T20:18:17.236Z | [ helios-setup] Dec 16 20:18:16.031 INFO E| Compiling pest_generator v2.7.13 |
2651 | 2024-12-16T20:18:17.819Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2652 | 2024-12-16T20:18:19.237Z | [ helios-setup] Dec 16 20:18:18.032 INFO E| Compiling structopt v0.3.26 |
2653 | 2024-12-16T20:18:19.435Z | [ host-package] Compiling ref-cast v1.0.23 |
2654 | 2024-12-16T20:18:20.630Z | [ host-package] Compiling vte v0.11.1 |
2655 | 2024-12-16T20:18:20.960Z | [ helios-setup] Dec 16 20:18:19.755 INFO E| Compiling pest_derive v2.7.13 |
2656 | 2024-12-16T20:18:22.671Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2657 | 2024-12-16T20:18:23.258Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2658 | 2024-12-16T20:18:23.539Z | [ host-package] Compiling chrono-tz v0.10.0 |
2659 | 2024-12-16T20:18:24.524Z | [ host-package] Compiling vsss-rs v3.3.4 |
2660 | 2024-12-16T20:18:26.554Z | [ helios-setup] Dec 16 20:18:25.349 INFO E| Compiling json5 v0.4.1 |
2661 | 2024-12-16T20:18:26.557Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2662 | 2024-12-16T20:18:26.972Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2663 | 2024-12-16T20:18:30.019Z | [ host-package] Compiling headers-core v0.3.0 |
2664 | 2024-12-16T20:18:30.592Z | [ host-package] Compiling fxhash v0.2.1 |
2665 | 2024-12-16T20:18:30.918Z | [ host-package] Compiling libxml v0.3.3 |
2666 | 2024-12-16T20:18:31.405Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2667 | 2024-12-16T20:18:31.447Z | [ host-package] Compiling bytecount v0.6.8 |
2668 | 2024-12-16T20:18:31.824Z | [ host-package] Compiling papergrid v0.11.0 |
2669 | 2024-12-16T20:18:32.002Z | [ helios-setup] Dec 16 20:18:30.795 INFO E| Compiling four-cc v0.3.0 |
2670 | 2024-12-16T20:18:32.002Z | [ helios-setup] Dec 16 20:18:30.795 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2671 | 2024-12-16T20:18:32.195Z | [ helios-setup] Dec 16 20:18:30.988 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
2672 | 2024-12-16T20:18:45.289Z | [ host-package] Compiling polar-core v0.27.3 |
2673 | 2024-12-16T20:18:48.146Z | [ host-package] Compiling headers v0.4.0 |
2674 | 2024-12-16T20:18:50.138Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2675 | 2024-12-16T20:18:51.648Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2676 | 2024-12-16T20:18:52.482Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2677 | 2024-12-16T20:18:52.544Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2678 | 2024-12-16T20:18:52.612Z | [ host-package] Compiling tabled_derive v0.7.0 |
2679 | 2024-12-16T20:18:52.850Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2680 | 2024-12-16T20:18:55.049Z | [ host-package] Compiling itertools v0.12.1 |
2681 | 2024-12-16T20:18:55.916Z | [ host-package] Compiling fd-lock v4.0.2 |
2682 | 2024-12-16T20:18:56.198Z | [ host-package] Compiling peg-macros v0.8.4 |
2683 | 2024-12-16T20:18:58.165Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2684 | 2024-12-16T20:18:59.397Z | [ host-package] Compiling strum_macros v0.24.3 |
2685 | 2024-12-16T20:18:59.504Z | [ host-package] Compiling kstat-rs v0.2.4 |
2686 | 2024-12-16T20:18:59.671Z | [ host-package] Compiling samael v0.0.17 |
2687 | 2024-12-16T20:18:59.915Z | [ host-package] Compiling unicase v2.7.0 |
2688 | 2024-12-16T20:19:00.333Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2689 | 2024-12-16T20:19:00.641Z | [ host-package] Compiling indoc v1.0.9 |
2690 | 2024-12-16T20:19:01.657Z | [ host-package] Compiling reedline v0.35.0 |
2691 | 2024-12-16T20:19:01.762Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2692 | 2024-12-16T20:19:04.700Z | [ host-package] Compiling peg v0.8.4 |
2693 | 2024-12-16T20:19:04.912Z | [ host-package] Compiling tabled v0.15.0 |
2694 | 2024-12-16T20:19:14.019Z | [ helios-setup] Dec 16 20:19:12.804 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2695 | 2024-12-16T20:19:18.989Z | [ host-package] Compiling derive_builder v0.20.2 |
2696 | 2024-12-16T20:19:19.253Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2697 | 2024-12-16T20:19:24.722Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2698 | 2024-12-16T20:19:26.840Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2699 | 2024-12-16T20:19:28.002Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2700 | 2024-12-16T20:19:28.367Z | [ host-package] Compiling bcs v0.1.6 |
2701 | 2024-12-16T20:19:28.431Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2702 | 2024-12-16T20:19:29.661Z | [ host-package] Compiling oso-derive v0.27.3 |
2703 | 2024-12-16T20:19:30.770Z | [ helios-setup] Dec 16 20:19:29.553 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2704 | 2024-12-16T20:19:30.866Z | [ host-package] Compiling libz-sys v1.1.20 |
2705 | 2024-12-16T20:19:31.429Z | [ host-package] Compiling quick-xml v0.33.0 |
2706 | 2024-12-16T20:19:31.742Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
2707 | 2024-12-16T20:19:32.201Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2708 | 2024-12-16T20:19:36.462Z | [ host-package] Compiling oso v0.27.3 |
2709 | 2024-12-16T20:19:39.809Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2710 | 2024-12-16T20:19:41.548Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2711 | 2024-12-16T20:19:47.668Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2712 | 2024-12-16T20:19:51.157Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2713 | 2024-12-16T20:19:51.464Z | [ host-package] Compiling bb8 v0.8.5 |
2714 | 2024-12-16T20:19:52.086Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2715 | 2024-12-16T20:19:55.257Z | [ host-package] Compiling nibble_vec v0.1.0 |
2716 | 2024-12-16T20:19:55.293Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2717 | 2024-12-16T20:19:55.668Z | [ host-package] Compiling atty v0.2.14 |
2718 | 2024-12-16T20:19:55.878Z | [ host-package] Compiling salty v0.3.0 |
2719 | 2024-12-16T20:19:56.312Z | [ host-package] Compiling endian-type v0.1.2 |
2720 | 2024-12-16T20:19:56.601Z | [ host-package] Compiling radix_trie v0.2.1 |
2721 | 2024-12-16T20:19:58.096Z | [ host-package] Compiling parking_lot v0.11.2 |
2722 | 2024-12-16T20:20:00.578Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2723 | 2024-12-16T20:20:06.414Z | [ host-package] Compiling sled v0.34.7 |
2724 | 2024-12-16T20:20:18.103Z | [ helios-setup] Dec 16 20:20:16.877 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 37s |
2725 | 2024-12-16T20:20:18.140Z | [ helios-setup] Dec 16 20:20:16.914 INFO building project "amd-host-image-builder" ok (186 seconds) |
2726 | 2024-12-16T20:20:18.142Z | [ helios-setup] Dec 16 20:20:16.914 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2727 | 2024-12-16T20:20:18.142Z | [ helios-setup] Dec 16 20:20:16.914 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2728 | 2024-12-16T20:20:18.409Z | [ helios-setup] Dec 16 20:20:17.184 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2729 | 2024-12-16T20:20:18.958Z | [ helios-setup] Dec 16 20:20:17.732 INFO E| From https://github.com/jclulow/rust-jmclib |
2730 | 2024-12-16T20:20:18.958Z | [ helios-setup] Dec 16 20:20:17.732 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2731 | 2024-12-16T20:20:18.978Z | [ helios-setup] Dec 16 20:20:17.752 INFO E| Updating crates.io index |
2732 | 2024-12-16T20:20:19.985Z | [ helios-setup] Dec 16 20:20:18.759 INFO E| Downloading crates ... |
2733 | 2024-12-16T20:20:20.055Z | [ helios-setup] Dec 16 20:20:18.830 INFO E| Downloaded anyhow v1.0.72 |
2734 | 2024-12-16T20:20:20.063Z | [ helios-setup] Dec 16 20:20:18.837 INFO E| Downloaded cpufeatures v0.2.9 |
2735 | 2024-12-16T20:20:20.066Z | [ helios-setup] Dec 16 20:20:18.840 INFO E| Downloaded block-buffer v0.9.0 |
2736 | 2024-12-16T20:20:20.069Z | [ helios-setup] Dec 16 20:20:18.841 INFO E| Downloaded opaque-debug v0.3.0 |
2737 | 2024-12-16T20:20:20.072Z | [ helios-setup] Dec 16 20:20:18.846 INFO E| Downloaded bitflags v2.3.3 |
2738 | 2024-12-16T20:20:20.076Z | [ helios-setup] Dec 16 20:20:18.851 INFO E| Downloaded md-5 v0.9.1 |
2739 | 2024-12-16T20:20:20.084Z | [ helios-setup] Dec 16 20:20:18.853 INFO E| Downloaded itoa v1.0.9 |
2740 | 2024-12-16T20:20:20.084Z | [ helios-setup] Dec 16 20:20:18.855 INFO E| Downloaded unicode-width v0.1.10 |
2741 | 2024-12-16T20:20:20.084Z | [ helios-setup] Dec 16 20:20:18.858 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2742 | 2024-12-16T20:20:20.087Z | [ helios-setup] Dec 16 20:20:18.859 INFO E| Downloaded fastrand v2.0.0 |
2743 | 2024-12-16T20:20:20.089Z | [ helios-setup] Dec 16 20:20:18.861 INFO E| Downloaded uuid v0.8.2 |
2744 | 2024-12-16T20:20:20.092Z | [ helios-setup] Dec 16 20:20:18.867 INFO E| Downloaded walkdir v2.3.3 |
2745 | 2024-12-16T20:20:20.095Z | [ helios-setup] Dec 16 20:20:18.869 INFO E| Downloaded once_cell v1.18.0 |
2746 | 2024-12-16T20:20:20.100Z | [ helios-setup] Dec 16 20:20:18.874 INFO E| Downloaded tempfile v3.7.0 |
2747 | 2024-12-16T20:20:20.103Z | [ helios-setup] Dec 16 20:20:18.878 INFO E| Downloaded getrandom v0.2.10 |
2748 | 2024-12-16T20:20:20.108Z | [ helios-setup] Dec 16 20:20:18.883 INFO E| Downloaded unicode-ident v1.0.11 |
2749 | 2024-12-16T20:20:20.113Z | [ helios-setup] Dec 16 20:20:18.887 INFO E| Downloaded proc-macro2 v1.0.66 |
2750 | 2024-12-16T20:20:20.117Z | [ helios-setup] Dec 16 20:20:18.891 INFO E| Downloaded serde v1.0.193 |
2751 | 2024-12-16T20:20:20.122Z | [ helios-setup] Dec 16 20:20:18.897 INFO E| Downloaded typenum v1.16.0 |
2752 | 2024-12-16T20:20:20.129Z | [ helios-setup] Dec 16 20:20:18.901 INFO E| Downloaded serde_derive v1.0.193 |
2753 | 2024-12-16T20:20:20.133Z | [ helios-setup] Dec 16 20:20:18.905 INFO E| Downloaded ryu v1.0.15 |
2754 | 2024-12-16T20:20:20.136Z | [ helios-setup] Dec 16 20:20:18.910 INFO E| Downloaded serde_json v1.0.103 |
2755 | 2024-12-16T20:20:20.148Z | [ helios-setup] Dec 16 20:20:18.922 INFO E| Downloaded digest v0.9.0 |
2756 | 2024-12-16T20:20:20.151Z | [ helios-setup] Dec 16 20:20:18.924 INFO E| Downloaded sha-1 v0.9.8 |
2757 | 2024-12-16T20:20:20.153Z | [ helios-setup] Dec 16 20:20:18.927 INFO E| Downloaded quote v1.0.31 |
2758 | 2024-12-16T20:20:20.156Z | [ helios-setup] Dec 16 20:20:18.931 INFO E| Downloaded errno v0.3.1 |
2759 | 2024-12-16T20:20:20.166Z | [ helios-setup] Dec 16 20:20:18.940 INFO E| Downloaded syn v2.0.32 |
2760 | 2024-12-16T20:20:20.182Z | [ helios-setup] Dec 16 20:20:18.956 INFO E| Downloaded rustix v0.38.4 |
2761 | 2024-12-16T20:20:20.259Z | [ helios-setup] Dec 16 20:20:19.033 INFO E| Downloaded libc v0.2.147 |
2762 | 2024-12-16T20:20:20.388Z | [ helios-setup] Dec 16 20:20:19.162 INFO E| Compiling libc v0.2.147 |
2763 | 2024-12-16T20:20:20.475Z | [ helios-setup] Dec 16 20:20:19.249 INFO E| Compiling proc-macro2 v1.0.66 |
2764 | 2024-12-16T20:20:20.475Z | [ helios-setup] Dec 16 20:20:19.249 INFO E| Compiling unicode-ident v1.0.11 |
2765 | 2024-12-16T20:20:20.477Z | [ helios-setup] Dec 16 20:20:19.249 INFO E| Compiling cfg-if v1.0.0 |
2766 | 2024-12-16T20:20:20.477Z | [ helios-setup] Dec 16 20:20:19.249 INFO E| Compiling typenum v1.16.0 |
2767 | 2024-12-16T20:20:20.477Z | [ helios-setup] Dec 16 20:20:19.249 INFO E| Compiling version_check v0.9.4 |
2768 | 2024-12-16T20:20:20.477Z | [ helios-setup] Dec 16 20:20:19.249 INFO E| Compiling serde v1.0.193 |
2769 | 2024-12-16T20:20:20.477Z | [ helios-setup] Dec 16 20:20:19.250 INFO E| Compiling powerfmt v0.2.0 |
2770 | 2024-12-16T20:20:20.916Z | [ helios-setup] Dec 16 20:20:19.690 INFO E| Compiling time-core v0.1.2 |
2771 | 2024-12-16T20:20:21.312Z | [ helios-setup] Dec 16 20:20:20.086 INFO E| Compiling slog v2.7.0 |
2772 | 2024-12-16T20:20:21.412Z | [ helios-setup] Dec 16 20:20:20.185 INFO E| Compiling itoa v1.0.9 |
2773 | 2024-12-16T20:20:21.563Z | [ helios-setup] Dec 16 20:20:20.337 INFO E| Compiling rustix v0.38.4 |
2774 | 2024-12-16T20:20:21.832Z | [ helios-setup] Dec 16 20:20:20.605 INFO E| Compiling num-conv v0.1.0 |
2775 | 2024-12-16T20:20:22.039Z | [ helios-setup] Dec 16 20:20:20.813 INFO E| Compiling deranged v0.3.11 |
2776 | 2024-12-16T20:20:22.278Z | [ helios-setup] Dec 16 20:20:21.051 INFO E| Compiling generic-array v0.14.7 |
2777 | 2024-12-16T20:20:22.548Z | [ helios-setup] Dec 16 20:20:21.322 INFO E| Compiling bitflags v2.3.3 |
2778 | 2024-12-16T20:20:22.728Z | [ helios-setup] Dec 16 20:20:21.501 INFO E| Compiling time-macros v0.2.18 |
2779 | 2024-12-16T20:20:22.844Z | [ helios-setup] Dec 16 20:20:21.618 INFO E| Compiling num_threads v0.1.6 |
2780 | 2024-12-16T20:20:23.160Z | [ helios-setup] Dec 16 20:20:21.934 INFO E| Compiling once_cell v1.18.0 |
2781 | 2024-12-16T20:20:23.641Z | [ helios-setup] Dec 16 20:20:22.414 INFO E| Compiling quote v1.0.31 |
2782 | 2024-12-16T20:20:24.142Z | [ helios-setup] Dec 16 20:20:22.915 INFO E| Compiling dirs-sys-next v0.1.2 |
2783 | 2024-12-16T20:20:24.634Z | [ helios-setup] Dec 16 20:20:23.408 INFO E| Compiling syn v2.0.32 |
2784 | 2024-12-16T20:20:24.706Z | [ helios-setup] Dec 16 20:20:23.479 INFO E| Compiling dirs-next v2.0.0 |
2785 | 2024-12-16T20:20:24.757Z | [ helios-setup] Dec 16 20:20:23.530 INFO E| Compiling errno v0.3.1 |
2786 | 2024-12-16T20:20:25.029Z | [ helios-setup] Dec 16 20:20:23.802 INFO E| Compiling term v0.7.0 |
2787 | 2024-12-16T20:20:25.056Z | [ helios-setup] Dec 16 20:20:23.829 INFO E| Compiling atty v0.2.14 |
2788 | 2024-12-16T20:20:25.311Z | [ helios-setup] Dec 16 20:20:24.084 INFO E| Compiling thread_local v1.1.7 |
2789 | 2024-12-16T20:20:25.844Z | [ helios-setup] Dec 16 20:20:24.618 INFO E| Compiling serde_json v1.0.103 |
2790 | 2024-12-16T20:20:26.321Z | [ helios-setup] Dec 16 20:20:25.093 INFO E| Compiling fastrand v2.0.0 |
2791 | 2024-12-16T20:20:26.748Z | [ helios-setup] Dec 16 20:20:25.521 INFO E| Compiling opaque-debug v0.3.0 |
2792 | 2024-12-16T20:20:26.847Z | [ helios-setup] Dec 16 20:20:25.620 INFO E| Compiling anyhow v1.0.72 |
2793 | 2024-12-16T20:20:27.014Z | [ helios-setup] Dec 16 20:20:25.786 INFO E| Compiling digest v0.9.0 |
2794 | 2024-12-16T20:20:27.297Z | [ helios-setup] Dec 16 20:20:26.069 INFO E| Compiling block-buffer v0.9.0 |
2795 | 2024-12-16T20:20:27.584Z | [ helios-setup] Dec 16 20:20:26.357 INFO E| Compiling getrandom v0.2.10 |
2796 | 2024-12-16T20:20:27.610Z | [ helios-setup] Dec 16 20:20:26.383 INFO E| Compiling unicode-width v0.1.10 |
2797 | 2024-12-16T20:20:27.631Z | [ helios-setup] Dec 16 20:20:26.403 INFO E| Compiling cpufeatures v0.2.9 |
2798 | 2024-12-16T20:20:27.833Z | [ helios-setup] Dec 16 20:20:26.606 INFO E| Compiling tempfile v3.7.0 |
2799 | 2024-12-16T20:20:27.893Z | [ helios-setup] Dec 16 20:20:26.666 INFO E| Compiling same-file v1.0.6 |
2800 | 2024-12-16T20:20:27.893Z | [ helios-setup] Dec 16 20:20:26.666 INFO E| Compiling time v0.3.36 |
2801 | 2024-12-16T20:20:28.291Z | [ helios-setup] Dec 16 20:20:27.064 INFO E| Compiling ryu v1.0.15 |
2802 | 2024-12-16T20:20:28.546Z | [ helios-setup] Dec 16 20:20:27.319 INFO E| Compiling walkdir v2.3.3 |
2803 | 2024-12-16T20:20:28.798Z | [ helios-setup] Dec 16 20:20:27.571 INFO E| Compiling getopts v0.2.21 |
2804 | 2024-12-16T20:20:28.973Z | [ helios-setup] Dec 16 20:20:27.746 INFO E| Compiling sha-1 v0.9.8 |
2805 | 2024-12-16T20:20:29.142Z | [ helios-setup] Dec 16 20:20:27.913 INFO E| Compiling md-5 v0.9.1 |
2806 | 2024-12-16T20:20:29.877Z | [ helios-setup] Dec 16 20:20:28.649 INFO E| Compiling glob v0.3.1 |
2807 | 2024-12-16T20:20:29.895Z | [ helios-setup] Dec 16 20:20:28.667 INFO E| Compiling libdevinfo-sys v1.0.0 |
2808 | 2024-12-16T20:20:31.205Z | [ helios-setup] Dec 16 20:20:29.977 INFO E| Compiling slog-term v2.9.0 |
2809 | 2024-12-16T20:20:33.702Z | [ helios-setup] Dec 16 20:20:32.473 INFO E| Compiling serde_derive v1.0.193 |
2810 | 2024-12-16T20:20:36.002Z | [ host-package] Compiling mime_guess v2.0.5 |
2811 | 2024-12-16T20:20:37.316Z | [ host-package] Compiling hickory-client v0.24.1 |
2812 | 2024-12-16T20:20:39.189Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2813 | 2024-12-16T20:20:40.487Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2814 | 2024-12-16T20:20:41.311Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2815 | 2024-12-16T20:20:41.858Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2816 | 2024-12-16T20:20:43.138Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2817 | 2024-12-16T20:20:44.772Z | [ host-package] Compiling hickory-server v0.24.1 |
2818 | 2024-12-16T20:20:46.879Z | [ helios-setup] Dec 16 20:20:45.649 INFO E| Compiling toml v0.5.11 |
2819 | 2024-12-16T20:20:46.879Z | [ helios-setup] Dec 16 20:20:45.649 INFO E| Compiling uuid v0.8.2 |
2820 | 2024-12-16T20:20:47.214Z | [ host-package] Compiling primeorder v0.13.6 |
2821 | 2024-12-16T20:20:48.206Z | [ host-package] Compiling vergen v8.3.2 |
2822 | 2024-12-16T20:20:48.646Z | [ host-package] Compiling env_filter v0.1.2 |
2823 | 2024-12-16T20:20:48.863Z | [ helios-setup] Dec 16 20:20:47.632 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2824 | 2024-12-16T20:20:50.736Z | [ host-package] Compiling cargo-platform v0.1.8 |
2825 | 2024-12-16T20:20:50.761Z | [ host-package] Compiling nanorand v0.7.0 |
2826 | 2024-12-16T20:20:51.392Z | [ host-package] Compiling memoffset v0.9.1 |
2827 | 2024-12-16T20:20:51.607Z | [ host-package] Compiling flume v0.11.1 |
2828 | 2024-12-16T20:20:51.705Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2829 | 2024-12-16T20:20:51.850Z | [ helios-setup] Dec 16 20:20:50.619 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2830 | 2024-12-16T20:20:52.033Z | [ host-package] Compiling env_logger v0.11.5 |
2831 | 2024-12-16T20:20:52.562Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2832 | 2024-12-16T20:20:53.584Z | [ host-package] Compiling p384 v0.13.0 |
2833 | 2024-12-16T20:20:54.032Z | [ host-package] Compiling git2 v0.19.0 |
2834 | 2024-12-16T20:20:55.463Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2835 | 2024-12-16T20:20:58.675Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2836 | 2024-12-16T20:21:00.202Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2837 | 2024-12-16T20:21:00.938Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2838 | 2024-12-16T20:21:01.501Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2839 | 2024-12-16T20:21:05.153Z | [ helios-setup] Dec 16 20:21:03.919 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.91s |
2840 | 2024-12-16T20:21:05.182Z | [ helios-setup] Dec 16 20:21:03.948 INFO building project "image-builder" ok (47 seconds) |
2841 | 2024-12-16T20:21:05.182Z | [ helios-setup] Dec 16 20:21:03.948 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2842 | 2024-12-16T20:21:05.185Z | [ helios-setup] Dec 16 20:21:03.948 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2843 | 2024-12-16T20:21:05.480Z | [ helios-setup] Dec 16 20:21:04.247 INFO E| Downloading crates ... |
2844 | 2024-12-16T20:21:05.505Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2845 | 2024-12-16T20:21:05.581Z | [ helios-setup] Dec 16 20:21:04.347 INFO E| Downloaded miniz_oxide v0.7.2 |
2846 | 2024-12-16T20:21:05.639Z | [ helios-setup] Dec 16 20:21:04.406 INFO E| Compiling adler v1.0.2 |
2847 | 2024-12-16T20:21:05.824Z | [ helios-setup] Dec 16 20:21:04.590 INFO E| Compiling miniz_oxide v0.7.2 |
2848 | 2024-12-16T20:21:07.358Z | [ host-package] Compiling rand_seeder v0.3.0 |
2849 | 2024-12-16T20:21:07.928Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
2850 | 2024-12-16T20:21:08.313Z | [ helios-setup] Dec 16 20:21:07.077 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2851 | 2024-12-16T20:21:08.542Z | [ host-package] Compiling lzma-sys v0.1.20 |
2852 | 2024-12-16T20:21:08.668Z | [ host-package] Compiling cfg_aliases v0.2.1 |
2853 | 2024-12-16T20:21:08.831Z | [ host-package] Compiling rustls v0.21.12 |
2854 | 2024-12-16T20:21:09.116Z | [ helios-setup] Dec 16 20:21:07.881 INFO E| Finished `release` profile [optimized] target(s) in 3.84s |
2855 | 2024-12-16T20:21:09.126Z | [ helios-setup] Dec 16 20:21:07.892 INFO building project "pinprick" ok (3 seconds) |
2856 | 2024-12-16T20:21:09.126Z | [ helios-setup] Dec 16 20:21:07.892 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2857 | 2024-12-16T20:21:09.129Z | [ helios-setup] Dec 16 20:21:07.892 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2858 | 2024-12-16T20:21:09.214Z | [ host-package] Compiling http-range v0.1.5 |
2859 | 2024-12-16T20:21:09.335Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2860 | 2024-12-16T20:21:09.474Z | [ helios-setup] Dec 16 20:21:08.240 INFO E| Downloading crates ... |
2861 | 2024-12-16T20:21:09.522Z | [ host-package] Compiling nix v0.29.0 |
2862 | 2024-12-16T20:21:09.559Z | [ helios-setup] Dec 16 20:21:08.325 INFO E| Downloaded generic-array v0.14.6 |
2863 | 2024-12-16T20:21:09.562Z | [ helios-setup] Dec 16 20:21:08.328 INFO E| Downloaded sha2 v0.10.5 |
2864 | 2024-12-16T20:21:09.566Z | [ helios-setup] Dec 16 20:21:08.332 INFO E| Downloaded flate2 v1.0.25 |
2865 | 2024-12-16T20:21:09.573Z | [ helios-setup] Dec 16 20:21:08.339 INFO E| Downloaded miniz_oxide v0.6.2 |
2866 | 2024-12-16T20:21:09.577Z | [ helios-setup] Dec 16 20:21:08.343 INFO E| Downloaded typenum v1.15.0 |
2867 | 2024-12-16T20:21:09.581Z | [ helios-setup] Dec 16 20:21:08.347 INFO E| Downloaded bytes v1.2.1 |
2868 | 2024-12-16T20:21:09.587Z | [ helios-setup] Dec 16 20:21:08.352 INFO E| Downloaded digest v0.10.3 |
2869 | 2024-12-16T20:21:09.589Z | [ helios-setup] Dec 16 20:21:08.355 INFO E| Downloaded cpufeatures v0.2.5 |
2870 | 2024-12-16T20:21:09.592Z | [ helios-setup] Dec 16 20:21:08.357 INFO E| Downloaded block-buffer v0.10.3 |
2871 | 2024-12-16T20:21:09.594Z | [ helios-setup] Dec 16 20:21:08.358 INFO E| Downloaded anyhow v1.0.62 |
2872 | 2024-12-16T20:21:09.639Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2873 | 2024-12-16T20:21:09.671Z | [ helios-setup] Dec 16 20:21:08.434 INFO E| Compiling version_check v0.9.4 |
2874 | 2024-12-16T20:21:09.677Z | [ helios-setup] Dec 16 20:21:08.437 INFO E| Compiling typenum v1.15.0 |
2875 | 2024-12-16T20:21:09.678Z | [ helios-setup] Dec 16 20:21:08.437 INFO E| Compiling crc32fast v1.3.2 |
2876 | 2024-12-16T20:21:09.678Z | [ helios-setup] Dec 16 20:21:08.438 INFO E| Compiling cfg-if v1.0.0 |
2877 | 2024-12-16T20:21:09.678Z | [ helios-setup] Dec 16 20:21:08.438 INFO E| Compiling anyhow v1.0.62 |
2878 | 2024-12-16T20:21:09.678Z | [ helios-setup] Dec 16 20:21:08.438 INFO E| Compiling adler v1.0.2 |
2879 | 2024-12-16T20:21:09.678Z | [ helios-setup] Dec 16 20:21:08.438 INFO E| Compiling unicode-width v0.1.10 |
2880 | 2024-12-16T20:21:09.678Z | [ helios-setup] Dec 16 20:21:08.438 INFO E| Compiling cpufeatures v0.2.5 |
2881 | 2024-12-16T20:21:09.787Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2882 | 2024-12-16T20:21:09.947Z | [ helios-setup] Dec 16 20:21:08.712 INFO E| Compiling bitflags v1.3.2 |
2883 | 2024-12-16T20:21:09.947Z | [ helios-setup] Dec 16 20:21:08.712 INFO E| Compiling bytes v1.2.1 |
2884 | 2024-12-16T20:21:10.070Z | [ helios-setup] Dec 16 20:21:08.836 INFO E| Compiling miniz_oxide v0.6.2 |
2885 | 2024-12-16T20:21:10.256Z | [ helios-setup] Dec 16 20:21:09.021 INFO E| Compiling getopts v0.2.21 |
2886 | 2024-12-16T20:21:10.950Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2887 | 2024-12-16T20:21:11.115Z | [ helios-setup] Dec 16 20:21:09.880 INFO E| Compiling generic-array v0.14.6 |
2888 | 2024-12-16T20:21:11.953Z | [ helios-setup] Dec 16 20:21:10.718 INFO E| Compiling flate2 v1.0.25 |
2889 | 2024-12-16T20:21:13.034Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2890 | 2024-12-16T20:21:13.233Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2891 | 2024-12-16T20:21:13.294Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2892 | 2024-12-16T20:21:13.864Z | [ host-package] Compiling sct v0.7.1 |
2893 | 2024-12-16T20:21:14.601Z | [ host-package] Compiling rustls-webpki v0.101.7 |
2894 | 2024-12-16T20:21:15.872Z | [ helios-setup] Dec 16 20:21:14.637 INFO E| Compiling crypto-common v0.1.6 |
2895 | 2024-12-16T20:21:15.872Z | [ helios-setup] Dec 16 20:21:14.637 INFO E| Compiling block-buffer v0.10.3 |
2896 | 2024-12-16T20:21:16.097Z | [ helios-setup] Dec 16 20:21:14.861 INFO E| Compiling digest v0.10.3 |
2897 | 2024-12-16T20:21:16.537Z | [ helios-setup] Dec 16 20:21:15.301 INFO E| Compiling sha2 v0.10.5 |
2898 | 2024-12-16T20:21:17.057Z | [ helios-setup] Dec 16 20:21:15.821 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2899 | 2024-12-16T20:21:17.856Z | [ host-package] Compiling heck v0.3.3 |
2900 | 2024-12-16T20:21:18.549Z | [ host-package] Compiling castaway v0.2.3 |
2901 | 2024-12-16T20:21:18.584Z | [ host-package] Compiling csv-core v0.1.11 |
2902 | 2024-12-16T20:21:18.765Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2903 | 2024-12-16T20:21:19.142Z | [ host-package] Compiling glob v0.3.1 |
2904 | 2024-12-16T20:21:19.425Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2905 | 2024-12-16T20:21:19.649Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2906 | 2024-12-16T20:21:20.157Z | [ host-package] Compiling csv v1.3.0 |
2907 | 2024-12-16T20:21:20.544Z | [ host-package] Compiling compact_str v0.8.0 |
2908 | 2024-12-16T20:21:21.650Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2909 | 2024-12-16T20:21:22.926Z | [ helios-setup] Dec 16 20:21:21.689 INFO E| Finished `release` profile [optimized] target(s) in 13.70s |
2910 | 2024-12-16T20:21:22.941Z | [ helios-setup] Dec 16 20:21:21.704 INFO building project "bootserver" ok (13 seconds) |
2911 | 2024-12-16T20:21:22.942Z | [ helios-setup] Dec 16 20:21:21.704 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2912 | 2024-12-16T20:21:22.942Z | [ helios-setup] Dec 16 20:21:21.704 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2913 | 2024-12-16T20:21:23.277Z | [ helios-setup] Dec 16 20:21:22.038 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2914 | 2024-12-16T20:21:23.511Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2915 | 2024-12-16T20:21:24.390Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2916 | 2024-12-16T20:21:24.587Z | [ helios-setup] Dec 16 20:21:23.350 INFO E| From https://github.com/oxidecomputer/progenitor |
2917 | 2024-12-16T20:21:24.587Z | [ helios-setup] Dec 16 20:21:23.350 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2918 | 2024-12-16T20:21:24.622Z | [ helios-setup] Dec 16 20:21:23.384 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2919 | 2024-12-16T20:21:24.622Z | [ helios-setup] Dec 16 20:21:23.384 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2920 | 2024-12-16T20:21:24.737Z | [ helios-setup] Dec 16 20:21:23.499 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2921 | 2024-12-16T20:21:25.376Z | [ helios-setup] Dec 16 20:21:24.139 INFO E| From https://github.com/jclulow/hiercmd |
2922 | 2024-12-16T20:21:25.376Z | [ helios-setup] Dec 16 20:21:24.139 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2923 | 2024-12-16T20:21:25.395Z | [ helios-setup] Dec 16 20:21:24.158 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2924 | 2024-12-16T20:21:25.736Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
2925 | 2024-12-16T20:21:25.918Z | [ helios-setup] Dec 16 20:21:24.681 INFO E| From https://github.com/jclulow/network-interface |
2926 | 2024-12-16T20:21:25.918Z | [ helios-setup] Dec 16 20:21:24.681 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2927 | 2024-12-16T20:21:25.937Z | [ helios-setup] Dec 16 20:21:24.700 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2928 | 2024-12-16T20:21:26.500Z | [ helios-setup] Dec 16 20:21:25.263 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2929 | 2024-12-16T20:21:26.500Z | [ helios-setup] Dec 16 20:21:25.263 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2930 | 2024-12-16T20:21:26.544Z | [ helios-setup] Dec 16 20:21:25.306 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2931 | 2024-12-16T20:21:27.336Z | [ helios-setup] Dec 16 20:21:26.098 INFO E| From https://github.com/oxidecomputer/facade |
2932 | 2024-12-16T20:21:27.336Z | [ helios-setup] Dec 16 20:21:26.098 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2933 | 2024-12-16T20:21:27.382Z | [ helios-setup] Dec 16 20:21:26.143 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2934 | 2024-12-16T20:21:28.072Z | [ helios-setup] Dec 16 20:21:26.834 INFO E| From https://github.com/oxidecomputer/dropshot |
2935 | 2024-12-16T20:21:28.072Z | [ helios-setup] Dec 16 20:21:26.834 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2936 | 2024-12-16T20:21:28.098Z | [ host-package] Compiling nix v0.27.1 |
2937 | 2024-12-16T20:21:28.107Z | [ helios-setup] Dec 16 20:21:26.869 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2938 | 2024-12-16T20:21:28.107Z | [ helios-setup] Dec 16 20:21:26.869 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2939 | 2024-12-16T20:21:28.109Z | [ helios-setup] Dec 16 20:21:26.869 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2940 | 2024-12-16T20:21:28.109Z | [ helios-setup] Dec 16 20:21:26.869 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2941 | 2024-12-16T20:21:28.109Z | [ helios-setup] Dec 16 20:21:26.869 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2942 | 2024-12-16T20:21:28.109Z | [ helios-setup] Dec 16 20:21:26.870 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2943 | 2024-12-16T20:21:28.109Z | [ helios-setup] Dec 16 20:21:26.870 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2944 | 2024-12-16T20:21:28.109Z | [ helios-setup] Dec 16 20:21:26.870 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2945 | 2024-12-16T20:21:28.154Z | [ helios-setup] Dec 16 20:21:26.916 INFO E| Updating crates.io index |
2946 | 2024-12-16T20:21:28.805Z | [ helios-setup] Dec 16 20:21:27.567 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2947 | 2024-12-16T20:21:30.012Z | [ helios-setup] Dec 16 20:21:28.772 INFO E| From https://github.com/oxidecomputer/typify |
2948 | 2024-12-16T20:21:30.012Z | [ helios-setup] Dec 16 20:21:28.772 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2949 | 2024-12-16T20:21:30.044Z | [ helios-setup] Dec 16 20:21:28.806 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2950 | 2024-12-16T20:21:30.044Z | [ helios-setup] Dec 16 20:21:28.806 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2951 | 2024-12-16T20:21:30.048Z | [ helios-setup] Dec 16 20:21:28.806 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2952 | 2024-12-16T20:21:30.048Z | [ helios-setup] Dec 16 20:21:28.806 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2953 | 2024-12-16T20:21:30.048Z | [ helios-setup] Dec 16 20:21:28.807 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2954 | 2024-12-16T20:21:30.048Z | [ helios-setup] Dec 16 20:21:28.807 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2955 | 2024-12-16T20:21:30.048Z | [ helios-setup] Dec 16 20:21:28.807 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2956 | 2024-12-16T20:21:30.375Z | [ helios-setup] Dec 16 20:21:29.137 INFO E| Downloading crates ... |
2957 | 2024-12-16T20:21:30.562Z | [ helios-setup] Dec 16 20:21:29.324 INFO E| Downloaded async-stream-impl v0.3.5 |
2958 | 2024-12-16T20:21:30.565Z | [ helios-setup] Dec 16 20:21:29.327 INFO E| Downloaded concolor-override v1.0.0 |
2959 | 2024-12-16T20:21:30.567Z | [ helios-setup] Dec 16 20:21:29.328 INFO E| Downloaded bincode v1.3.3 |
2960 | 2024-12-16T20:21:30.578Z | [ helios-setup] Dec 16 20:21:29.340 INFO E| Downloaded const-random-macro v0.1.15 |
2961 | 2024-12-16T20:21:30.580Z | [ helios-setup] Dec 16 20:21:29.342 INFO E| Downloaded const-random v0.1.15 |
2962 | 2024-12-16T20:21:30.583Z | [ helios-setup] Dec 16 20:21:29.344 INFO E| Downloaded project-root v0.2.2 |
2963 | 2024-12-16T20:21:30.583Z | [ helios-setup] Dec 16 20:21:29.345 INFO E| Downloaded ahash v0.7.6 |
2964 | 2024-12-16T20:21:30.588Z | [ helios-setup] Dec 16 20:21:29.350 INFO E| Downloaded anstyle v0.3.5 |
2965 | 2024-12-16T20:21:30.616Z | [ helios-setup] Dec 16 20:21:29.378 INFO E| Downloaded byteorder v1.4.3 |
2966 | 2024-12-16T20:21:30.619Z | [ helios-setup] Dec 16 20:21:29.381 INFO E| Downloaded built v0.6.0 |
2967 | 2024-12-16T20:21:30.623Z | [ helios-setup] Dec 16 20:21:29.384 INFO E| Downloaded autocfg v1.1.0 |
2968 | 2024-12-16T20:21:30.626Z | [ helios-setup] Dec 16 20:21:29.387 INFO E| Downloaded rustls-pemfile v1.0.2 |
2969 | 2024-12-16T20:21:30.629Z | [ helios-setup] Dec 16 20:21:29.390 INFO E| Downloaded num_cpus v1.15.0 |
2970 | 2024-12-16T20:21:30.633Z | [ helios-setup] Dec 16 20:21:29.395 INFO E| Downloaded percent-encoding v2.2.0 |
2971 | 2024-12-16T20:21:30.636Z | [ helios-setup] Dec 16 20:21:29.396 INFO E| Downloaded smartstring v1.0.1 |
2972 | 2024-12-16T20:21:30.638Z | [ helios-setup] Dec 16 20:21:29.400 INFO E| Downloaded num_enum v0.5.7 |
2973 | 2024-12-16T20:21:30.645Z | [ helios-setup] Dec 16 20:21:29.407 INFO E| Downloaded strsim v0.10.0 |
2974 | 2024-12-16T20:21:30.650Z | [ helios-setup] Dec 16 20:21:29.410 INFO E| Downloaded smawk v0.3.1 |
2975 | 2024-12-16T20:21:30.652Z | [ helios-setup] Dec 16 20:21:29.414 INFO E| Downloaded try-lock v0.2.4 |
2976 | 2024-12-16T20:21:30.655Z | [ helios-setup] Dec 16 20:21:29.416 INFO E| Downloaded itoa v1.0.6 |
2977 | 2024-12-16T20:21:30.658Z | [ helios-setup] Dec 16 20:21:29.418 INFO E| Downloaded num_enum_derive v0.5.7 |
2978 | 2024-12-16T20:21:30.661Z | [ helios-setup] Dec 16 20:21:29.420 INFO E| Downloaded home v0.5.4 |
2979 | 2024-12-16T20:21:30.661Z | [ helios-setup] Dec 16 20:21:29.422 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2980 | 2024-12-16T20:21:30.663Z | [ helios-setup] Dec 16 20:21:29.425 INFO E| Downloaded futures-task v0.3.28 |
2981 | 2024-12-16T20:21:30.666Z | [ helios-setup] Dec 16 20:21:29.427 INFO E| Downloaded form_urlencoded v1.1.0 |
2982 | 2024-12-16T20:21:30.669Z | [ helios-setup] Dec 16 20:21:29.428 INFO E| Downloaded toolchain_find v0.2.0 |
2983 | 2024-12-16T20:21:30.669Z | [ helios-setup] Dec 16 20:21:29.430 INFO E| Downloaded tower-service v0.3.2 |
2984 | 2024-12-16T20:21:30.672Z | [ helios-setup] Dec 16 20:21:29.432 INFO E| Downloaded pkg-config v0.3.26 |
2985 | 2024-12-16T20:21:30.675Z | [ helios-setup] Dec 16 20:21:29.435 INFO E| Downloaded dyn-clone v1.0.11 |
2986 | 2024-12-16T20:21:30.678Z | [ helios-setup] Dec 16 20:21:29.437 INFO E| Downloaded crossbeam-deque v0.8.2 |
2987 | 2024-12-16T20:21:30.681Z | [ helios-setup] Dec 16 20:21:29.440 INFO E| Downloaded want v0.3.0 |
2988 | 2024-12-16T20:21:30.681Z | [ helios-setup] Dec 16 20:21:29.442 INFO E| Downloaded log v0.4.17 |
2989 | 2024-12-16T20:21:30.684Z | [ helios-setup] Dec 16 20:21:29.446 INFO E| Downloaded cargo-lock v8.0.3 |
2990 | 2024-12-16T20:21:30.688Z | [ helios-setup] Dec 16 20:21:29.450 INFO E| Downloaded pin-project-lite v0.2.9 |
2991 | 2024-12-16T20:21:30.695Z | [ helios-setup] Dec 16 20:21:29.457 INFO E| Downloaded toml_datetime v0.6.1 |
2992 | 2024-12-16T20:21:30.697Z | [ helios-setup] Dec 16 20:21:29.459 INFO E| Downloaded terminal_size v0.2.6 |
2993 | 2024-12-16T20:21:30.700Z | [ helios-setup] Dec 16 20:21:29.462 INFO E| Downloaded quote v1.0.36 |
2994 | 2024-12-16T20:21:30.704Z | [ helios-setup] Dec 16 20:21:29.466 INFO E| Downloaded tokio-macros v2.0.0 |
2995 | 2024-12-16T20:21:30.707Z | [ helios-setup] Dec 16 20:21:29.468 INFO E| Downloaded proc-macro-crate v1.2.1 |
2996 | 2024-12-16T20:21:30.709Z | [ helios-setup] Dec 16 20:21:29.470 INFO E| Downloaded semver v0.11.0 |
2997 | 2024-12-16T20:21:30.712Z | [ helios-setup] Dec 16 20:21:29.473 INFO E| Downloaded slab v0.4.7 |
2998 | 2024-12-16T20:21:30.715Z | [ helios-setup] Dec 16 20:21:29.475 INFO E| Downloaded serde_path_to_error v0.1.11 |
2999 | 2024-12-16T20:21:30.718Z | [ helios-setup] Dec 16 20:21:29.478 INFO E| Downloaded signal-hook-registry v1.4.0 |
3000 | 2024-12-16T20:21:30.720Z | [ helios-setup] Dec 16 20:21:29.480 INFO E| Downloaded utf8parse v0.2.1 |
3001 | 2024-12-16T20:21:30.722Z | [ helios-setup] Dec 16 20:21:29.482 INFO E| Downloaded scopeguard v1.1.0 |
3002 | 2024-12-16T20:21:30.722Z | [ helios-setup] Dec 16 20:21:29.484 INFO E| Downloaded serde_tokenstream v0.2.0 |
3003 | 2024-12-16T20:21:30.728Z | [ helios-setup] Dec 16 20:21:29.490 INFO E| Downloaded sha1 v0.10.5 |
3004 | 2024-12-16T20:21:30.737Z | [ helios-setup] Dec 16 20:21:29.499 INFO E| Downloaded semver-parser v0.10.2 |
3005 | 2024-12-16T20:21:30.741Z | [ helios-setup] Dec 16 20:21:29.503 INFO E| Downloaded tokio-tungstenite v0.18.0 |
3006 | 2024-12-16T20:21:30.745Z | [ helios-setup] Dec 16 20:21:29.507 INFO E| Downloaded sha2 v0.10.6 |
3007 | 2024-12-16T20:21:30.750Z | [ helios-setup] Dec 16 20:21:29.512 INFO E| Downloaded semver v1.0.17 |
3008 | 2024-12-16T20:21:30.756Z | [ helios-setup] Dec 16 20:21:29.516 INFO E| Downloaded slog-async v2.7.0 |
3009 | 2024-12-16T20:21:30.758Z | [ helios-setup] Dec 16 20:21:29.519 INFO E| Downloaded unicode-ident v1.0.8 |
3010 | 2024-12-16T20:21:30.763Z | [ helios-setup] Dec 16 20:21:29.525 INFO E| Downloaded toml v0.7.3 |
3011 | 2024-12-16T20:21:30.770Z | [ helios-setup] Dec 16 20:21:29.532 INFO E| Downloaded schemars v0.8.12 |
3012 | 2024-12-16T20:21:30.790Z | [ helios-setup] Dec 16 20:21:29.552 INFO E| Downloaded serde_yaml v0.9.21 |
3013 | 2024-12-16T20:21:30.796Z | [ helios-setup] Dec 16 20:21:29.558 INFO E| Downloaded textwrap v0.16.0 |
3014 | 2024-12-16T20:21:30.801Z | [ helios-setup] Dec 16 20:21:29.562 INFO E| Downloaded base64 v0.21.0 |
3015 | 2024-12-16T20:21:30.809Z | [ helios-setup] Dec 16 20:21:29.570 INFO E| Downloaded uuid v1.3.0 |
3016 | 2024-12-16T20:21:30.816Z | [ helios-setup] Dec 16 20:21:29.577 INFO E| Downloaded tokio-util v0.7.7 |
3017 | 2024-12-16T20:21:30.829Z | [ helios-setup] Dec 16 20:21:29.591 INFO E| Downloaded toml_edit v0.19.8 |
3018 | 2024-12-16T20:21:30.872Z | [ helios-setup] Dec 16 20:21:29.634 INFO E| Downloaded winnow v0.4.1 |
3019 | 2024-12-16T20:21:30.884Z | [ helios-setup] Dec 16 20:21:29.645 INFO E| Downloaded aho-corasick v0.7.20 |
3020 | 2024-12-16T20:21:30.890Z | [ helios-setup] Dec 16 20:21:29.652 INFO E| Downloaded unicode-normalization v0.1.22 |
3021 | 2024-12-16T20:21:30.900Z | [ helios-setup] Dec 16 20:21:29.662 INFO E| Downloaded serde v1.0.204 |
3022 | 2024-12-16T20:21:30.919Z | [ helios-setup] Dec 16 20:21:29.667 INFO E| Downloaded pest v2.5.7 |
3023 | 2024-12-16T20:21:30.923Z | [ helios-setup] Dec 16 20:21:29.674 INFO E| Downloaded serde_json v1.0.95 |
3024 | 2024-12-16T20:21:30.991Z | [ helios-setup] Dec 16 20:21:29.753 INFO E| Downloaded syn v2.0.72 |
3025 | 2024-12-16T20:21:31.009Z | [ helios-setup] Dec 16 20:21:29.770 INFO E| Downloaded h2 v0.3.16 |
3026 | 2024-12-16T20:21:31.018Z | [ helios-setup] Dec 16 20:21:29.780 INFO E| Downloaded syn v1.0.107 |
3027 | 2024-12-16T20:21:31.035Z | [ helios-setup] Dec 16 20:21:29.797 INFO E| Downloaded git2 v0.16.1 |
3028 | 2024-12-16T20:21:31.048Z | [ helios-setup] Dec 16 20:21:29.810 INFO E| Downloaded hyper v0.14.25 |
3029 | 2024-12-16T20:21:31.061Z | [ helios-setup] Dec 16 20:21:29.823 INFO E| Downloaded regex v1.7.3 |
3030 | 2024-12-16T20:21:31.075Z | [ helios-setup] Dec 16 20:21:29.836 INFO E| Downloaded regress v0.5.0 |
3031 | 2024-12-16T20:21:31.086Z | [ helios-setup] Dec 16 20:21:29.848 INFO E| Downloaded rustls v0.21.0 |
3032 | 2024-12-16T20:21:31.104Z | [ helios-setup] Dec 16 20:21:29.866 INFO E| Downloaded chrono v0.4.24 |
3033 | 2024-12-16T20:21:31.115Z | [ helios-setup] Dec 16 20:21:29.876 INFO E| Downloaded rustix v0.37.3 |
3034 | 2024-12-16T20:21:31.149Z | [ helios-setup] Dec 16 20:21:29.911 INFO E| Downloaded reqwest v0.11.16 |
3035 | 2024-12-16T20:21:31.162Z | [ helios-setup] Dec 16 20:21:29.924 INFO E| Downloaded rhai v1.14.0 |
3036 | 2024-12-16T20:21:31.182Z | [ helios-setup] Dec 16 20:21:29.944 INFO E| Downloaded rayon v1.6.1 |
3037 | 2024-12-16T20:21:31.199Z | [ helios-setup] Dec 16 20:21:29.961 INFO E| Downloaded openapiv3 v1.0.2 |
3038 | 2024-12-16T20:21:31.219Z | [ helios-setup] Dec 16 20:21:29.981 INFO E| Downloaded futures-util v0.3.28 |
3039 | 2024-12-16T20:21:31.240Z | [ helios-setup] Dec 16 20:21:30.002 INFO E| Downloaded clap_builder v4.2.1 |
3040 | 2024-12-16T20:21:31.259Z | [ helios-setup] Dec 16 20:21:30.021 INFO E| Downloaded crossbeam-channel v0.5.6 |
3041 | 2024-12-16T20:21:31.267Z | [ helios-setup] Dec 16 20:21:30.028 INFO E| Downloaded mio v0.8.5 |
3042 | 2024-12-16T20:21:31.275Z | [ helios-setup] Dec 16 20:21:30.036 INFO E| Downloaded http v0.2.9 |
3043 | 2024-12-16T20:21:31.281Z | [ helios-setup] Dec 16 20:21:30.043 INFO E| Downloaded url v2.3.1 |
3044 | 2024-12-16T20:21:31.286Z | [ helios-setup] Dec 16 20:21:30.048 INFO E| Downloaded unicode-linebreak v0.1.4 |
3045 | 2024-12-16T20:21:31.289Z | [ helios-setup] Dec 16 20:21:30.051 INFO E| Downloaded tracing v0.1.37 |
3046 | 2024-12-16T20:21:31.296Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3047 | 2024-12-16T20:21:31.303Z | [ helios-setup] Dec 16 20:21:30.059 INFO E| Downloaded rustls-webpki v0.100.1 |
3048 | 2024-12-16T20:21:31.327Z | [ helios-setup] Dec 16 20:21:30.086 INFO E| Downloaded serde_derive v1.0.204 |
3049 | 2024-12-16T20:21:31.329Z | [ helios-setup] Dec 16 20:21:30.090 INFO E| Downloaded unsafe-libyaml v0.2.8 |
3050 | 2024-12-16T20:21:31.334Z | [ helios-setup] Dec 16 20:21:30.096 INFO E| Downloaded tracing-core v0.1.30 |
3051 | 2024-12-16T20:21:31.338Z | [ helios-setup] Dec 16 20:21:30.100 INFO E| Downloaded tokio v1.27.0 |
3052 | 2024-12-16T20:21:31.393Z | [ helios-setup] Dec 16 20:21:30.155 INFO E| Downloaded smallvec v1.10.0 |
3053 | 2024-12-16T20:21:31.396Z | [ helios-setup] Dec 16 20:21:30.158 INFO E| Downloaded rayon-core v1.10.2 |
3054 | 2024-12-16T20:21:31.401Z | [ helios-setup] Dec 16 20:21:30.163 INFO E| Downloaded clap v4.2.1 |
3055 | 2024-12-16T20:21:31.415Z | [ helios-setup] Dec 16 20:21:30.176 INFO E| Downloaded tungstenite v0.18.0 |
3056 | 2024-12-16T20:21:31.448Z | [ helios-setup] Dec 16 20:21:30.209 INFO E| Downloaded tinyvec v1.6.0 |
3057 | 2024-12-16T20:21:31.452Z | [ helios-setup] Dec 16 20:21:30.214 INFO E| Downloaded libc v0.2.139 |
3058 | 2024-12-16T20:21:31.503Z | [ helios-setup] Dec 16 20:21:30.263 INFO E| Downloaded ryu v1.0.13 |
3059 | 2024-12-16T20:21:31.542Z | [ helios-setup] Dec 16 20:21:30.268 INFO E| Downloaded memchr v2.5.0 |
3060 | 2024-12-16T20:21:31.545Z | [ helios-setup] Dec 16 20:21:30.274 INFO E| Downloaded crossbeam-epoch v0.9.13 |
3061 | 2024-12-16T20:21:31.545Z | [ helios-setup] Dec 16 20:21:30.278 INFO E| Downloaded unicode-bidi v0.3.13 |
3062 | 2024-12-16T20:21:31.545Z | [ helios-setup] Dec 16 20:21:30.281 INFO E| Downloaded ucd-trie v0.1.5 |
3063 | 2024-12-16T20:21:31.545Z | [ helios-setup] Dec 16 20:21:30.284 INFO E| Downloaded tempfile v3.5.0 |
3064 | 2024-12-16T20:21:31.545Z | [ helios-setup] Dec 16 20:21:30.288 INFO E| Downloaded serde_derive_internals v0.26.0 |
3065 | 2024-12-16T20:21:31.545Z | [ helios-setup] Dec 16 20:21:30.290 INFO E| Downloaded slog-bunyan v2.4.0 |
3066 | 2024-12-16T20:21:31.545Z | [ helios-setup] Dec 16 20:21:30.292 INFO E| Downloaded cc v1.0.78 |
3067 | 2024-12-16T20:21:31.545Z | [ helios-setup] Dec 16 20:21:30.296 INFO E| Downloaded bytes v1.4.0 |
3068 | 2024-12-16T20:21:31.545Z | [ helios-setup] Dec 16 20:21:30.302 INFO E| Downloaded sct v0.7.0 |
3069 | 2024-12-16T20:21:31.550Z | [ helios-setup] Dec 16 20:21:30.307 INFO E| Downloaded tokio-rustls v0.24.0 |
3070 | 2024-12-16T20:21:31.550Z | [ helios-setup] Dec 16 20:21:30.310 INFO E| Downloaded time v0.1.45 |
3071 | 2024-12-16T20:21:31.553Z | [ helios-setup] Dec 16 20:21:30.312 INFO E| Downloaded thiserror v1.0.38 |
3072 | 2024-12-16T20:21:31.558Z | [ helios-setup] Dec 16 20:21:30.318 INFO E| Downloaded ipnet v2.7.2 |
3073 | 2024-12-16T20:21:31.561Z | [ helios-setup] Dec 16 20:21:30.320 INFO E| Downloaded io-lifetimes v1.0.10 |
3074 | 2024-12-16T20:21:31.564Z | [ helios-setup] Dec 16 20:21:30.324 INFO E| Downloaded schemars_derive v0.8.12 |
3075 | 2024-12-16T20:21:31.567Z | [ helios-setup] Dec 16 20:21:30.326 INFO E| Downloaded parking_lot v0.12.1 |
3076 | 2024-12-16T20:21:31.569Z | [ helios-setup] Dec 16 20:21:30.330 INFO E| Downloaded num-traits v0.2.15 |
3077 | 2024-12-16T20:21:31.572Z | [ helios-setup] Dec 16 20:21:30.334 INFO E| Downloaded futures v0.3.28 |
3078 | 2024-12-16T20:21:31.580Z | [ helios-setup] Dec 16 20:21:30.341 INFO E| Downloaded crossbeam-utils v0.8.14 |
3079 | 2024-12-16T20:21:31.584Z | [ helios-setup] Dec 16 20:21:30.345 INFO E| Downloaded thiserror-impl v1.0.38 |
3080 | 2024-12-16T20:21:31.587Z | [ helios-setup] Dec 16 20:21:30.347 INFO E| Downloaded serde_spanned v0.6.1 |
3081 | 2024-12-16T20:21:31.591Z | [ helios-setup] Dec 16 20:21:30.349 INFO E| Downloaded rhai_codegen v1.5.0 |
3082 | 2024-12-16T20:21:31.599Z | [ helios-setup] Dec 16 20:21:30.360 INFO E| Downloaded ppv-lite86 v0.2.17 |
3083 | 2024-12-16T20:21:31.602Z | [ helios-setup] Dec 16 20:21:30.362 INFO E| Downloaded once_cell v1.17.0 |
3084 | 2024-12-16T20:21:31.605Z | [ helios-setup] Dec 16 20:21:30.366 INFO E| Downloaded getrandom v0.2.8 |
3085 | 2024-12-16T20:21:31.608Z | [ helios-setup] Dec 16 20:21:30.369 INFO E| Downloaded futures-channel v0.3.28 |
3086 | 2024-12-16T20:21:31.611Z | [ helios-setup] Dec 16 20:21:30.372 INFO E| Downloaded ahash v0.8.3 |
3087 | 2024-12-16T20:21:31.615Z | [ helios-setup] Dec 16 20:21:30.376 INFO E| Downloaded parking_lot_core v0.9.6 |
3088 | 2024-12-16T20:21:31.618Z | [ helios-setup] Dec 16 20:21:30.379 INFO E| Downloaded lock_api v0.4.9 |
3089 | 2024-12-16T20:21:31.621Z | [ helios-setup] Dec 16 20:21:30.382 INFO E| Downloaded httparse v1.8.0 |
3090 | 2024-12-16T20:21:31.624Z | [ helios-setup] Dec 16 20:21:30.385 INFO E| Downloaded anyhow v1.0.68 |
3091 | 2024-12-16T20:21:31.630Z | [ helios-setup] Dec 16 20:21:30.391 INFO E| Downloaded camino v1.1.4 |
3092 | 2024-12-16T20:21:31.633Z | [ helios-setup] Dec 16 20:21:30.394 INFO E| Downloaded async-trait v0.1.68 |
3093 | 2024-12-16T20:21:31.638Z | [ helios-setup] Dec 16 20:21:30.400 INFO E| Downloaded clap_derive v4.2.0 |
3094 | 2024-12-16T20:21:31.642Z | [ helios-setup] Dec 16 20:21:30.404 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
3095 | 2024-12-16T20:21:31.646Z | [ helios-setup] Dec 16 20:21:30.407 INFO E| Downloaded num-integer v0.1.45 |
3096 | 2024-12-16T20:21:31.649Z | [ helios-setup] Dec 16 20:21:30.411 INFO E| Downloaded futures-sink v0.3.28 |
3097 | 2024-12-16T20:21:31.653Z | [ helios-setup] Dec 16 20:21:30.412 INFO E| Downloaded either v1.8.0 |
3098 | 2024-12-16T20:21:31.655Z | [ helios-setup] Dec 16 20:21:30.415 INFO E| Downloaded socket2 v0.4.9 |
3099 | 2024-12-16T20:21:31.659Z | [ helios-setup] Dec 16 20:21:30.418 INFO E| Downloaded encoding_rs v0.8.32 |
3100 | 2024-12-16T20:21:31.694Z | [ helios-setup] Dec 16 20:21:30.455 INFO E| Downloaded paste v1.0.12 |
3101 | 2024-12-16T20:21:31.699Z | [ helios-setup] Dec 16 20:21:30.460 INFO E| Downloaded memoffset v0.7.1 |
3102 | 2024-12-16T20:21:31.702Z | [ helios-setup] Dec 16 20:21:30.462 INFO E| Downloaded lazy_static v1.4.0 |
3103 | 2024-12-16T20:21:31.704Z | [ helios-setup] Dec 16 20:21:30.465 INFO E| Downloaded iana-time-zone v0.1.56 |
3104 | 2024-12-16T20:21:31.707Z | [ helios-setup] Dec 16 20:21:30.468 INFO E| Downloaded futures-io v0.3.28 |
3105 | 2024-12-16T20:21:31.710Z | [ helios-setup] Dec 16 20:21:30.470 INFO E| Downloaded futures-core v0.3.28 |
3106 | 2024-12-16T20:21:31.713Z | [ helios-setup] Dec 16 20:21:30.472 INFO E| Downloaded jobserver v0.1.26 |
3107 | 2024-12-16T20:21:31.715Z | [ helios-setup] Dec 16 20:21:30.475 INFO E| Downloaded futures-executor v0.3.28 |
3108 | 2024-12-16T20:21:31.717Z | [ helios-setup] Dec 16 20:21:30.478 INFO E| Downloaded fastrand v1.9.0 |
3109 | 2024-12-16T20:21:31.720Z | [ helios-setup] Dec 16 20:21:30.480 INFO E| Downloaded concolor-query v0.3.3 |
3110 | 2024-12-16T20:21:31.722Z | [ helios-setup] Dec 16 20:21:30.483 INFO E| Downloaded httpdate v1.0.2 |
3111 | 2024-12-16T20:21:31.725Z | [ helios-setup] Dec 16 20:21:30.485 INFO E| Downloaded clap_lex v0.4.1 |
3112 | 2024-12-16T20:21:31.728Z | [ helios-setup] Dec 16 20:21:30.487 INFO E| Downloaded is-terminal v0.4.7 |
3113 | 2024-12-16T20:21:31.730Z | [ helios-setup] Dec 16 20:21:30.491 INFO E| Downloaded http-body v0.4.5 |
3114 | 2024-12-16T20:21:31.733Z | [ helios-setup] Dec 16 20:21:30.493 INFO E| Downloaded futures-macro v0.3.28 |
3115 | 2024-12-16T20:21:31.736Z | [ helios-setup] Dec 16 20:21:30.495 INFO E| Downloaded digest v0.10.6 |
3116 | 2024-12-16T20:21:31.739Z | [ helios-setup] Dec 16 20:21:30.499 INFO E| Downloaded anstream v0.2.6 |
3117 | 2024-12-16T20:21:31.742Z | [ helios-setup] Dec 16 20:21:30.502 INFO E| Downloaded async-stream v0.3.5 |
3118 | 2024-12-16T20:21:31.745Z | [ helios-setup] Dec 16 20:21:30.506 INFO E| Downloaded anstyle-parse v0.1.1 |
3119 | 2024-12-16T20:21:31.748Z | [ helios-setup] Dec 16 20:21:30.509 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
3120 | 2024-12-16T20:21:31.889Z | [ helios-setup] Dec 16 20:21:30.650 INFO E| Downloaded libz-sys v1.1.8 |
3121 | 2024-12-16T20:21:32.110Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3122 | 2024-12-16T20:21:32.202Z | [ helios-setup] Dec 16 20:21:30.964 INFO E| Compiling proc-macro2 v1.0.86 |
3123 | 2024-12-16T20:21:32.226Z | [ helios-setup] Dec 16 20:21:30.988 INFO E| Compiling libc v0.2.139 |
3124 | 2024-12-16T20:21:32.226Z | [ helios-setup] Dec 16 20:21:30.988 INFO E| Compiling unicode-ident v1.0.8 |
3125 | 2024-12-16T20:21:32.229Z | [ helios-setup] Dec 16 20:21:30.988 INFO E| Compiling autocfg v1.1.0 |
3126 | 2024-12-16T20:21:32.229Z | [ helios-setup] Dec 16 20:21:30.988 INFO E| Compiling cfg-if v1.0.0 |
3127 | 2024-12-16T20:21:32.229Z | [ helios-setup] Dec 16 20:21:30.988 INFO E| Compiling version_check v0.9.4 |
3128 | 2024-12-16T20:21:32.229Z | [ helios-setup] Dec 16 20:21:30.988 INFO E| Compiling serde v1.0.204 |
3129 | 2024-12-16T20:21:32.229Z | [ helios-setup] Dec 16 20:21:30.988 INFO E| Compiling syn v1.0.107 |
3130 | 2024-12-16T20:21:32.914Z | [ helios-setup] Dec 16 20:21:31.675 INFO E| Compiling memchr v2.5.0 |
3131 | 2024-12-16T20:21:33.188Z | [ helios-setup] Dec 16 20:21:31.949 INFO E| Compiling once_cell v1.17.0 |
3132 | 2024-12-16T20:21:33.273Z | [ helios-setup] Dec 16 20:21:32.034 INFO E| Compiling log v0.4.17 |
3133 | 2024-12-16T20:21:33.912Z | [ helios-setup] Dec 16 20:21:32.673 INFO E| Compiling thiserror v1.0.38 |
3134 | 2024-12-16T20:21:34.063Z | [ helios-setup] Dec 16 20:21:32.824 INFO E| Compiling itoa v1.0.6 |
3135 | 2024-12-16T20:21:34.716Z | [ helios-setup] Dec 16 20:21:33.477 INFO E| Compiling serde_json v1.0.95 |
3136 | 2024-12-16T20:21:34.927Z | [ helios-setup] Dec 16 20:21:33.688 INFO E| Compiling indexmap v1.9.3 |
3137 | 2024-12-16T20:21:35.871Z | [ helios-setup] Dec 16 20:21:34.632 INFO E| Compiling quote v1.0.36 |
3138 | 2024-12-16T20:21:35.928Z | [ helios-setup] Dec 16 20:21:34.689 INFO E| Compiling pin-project-lite v0.2.9 |
3139 | 2024-12-16T20:21:36.009Z | [ helios-setup] Dec 16 20:21:34.770 INFO E| Compiling scopeguard v1.1.0 |
3140 | 2024-12-16T20:21:36.148Z | [ helios-setup] Dec 16 20:21:34.909 INFO E| Compiling num-integer v0.1.45 |
3141 | 2024-12-16T20:21:36.214Z | [ helios-setup] Dec 16 20:21:34.975 INFO E| Compiling bytes v1.4.0 |
3142 | 2024-12-16T20:21:36.404Z | [ helios-setup] Dec 16 20:21:35.164 INFO E| Compiling futures-core v0.3.28 |
3143 | 2024-12-16T20:21:37.228Z | [ helios-setup] Dec 16 20:21:35.989 INFO E| Compiling syn v2.0.72 |
3144 | 2024-12-16T20:21:37.326Z | [ helios-setup] Dec 16 20:21:36.086 INFO E| Compiling getrandom v0.2.8 |
3145 | 2024-12-16T20:21:37.733Z | [ helios-setup] Dec 16 20:21:36.493 INFO E| Compiling jobserver v0.1.26 |
3146 | 2024-12-16T20:21:38.264Z | [ helios-setup] Dec 16 20:21:37.024 INFO E| Compiling cc v1.0.78 |
3147 | 2024-12-16T20:21:38.857Z | [ helios-setup] Dec 16 20:21:37.617 INFO E| Compiling ryu v1.0.13 |
3148 | 2024-12-16T20:21:39.842Z | [ helios-setup] Dec 16 20:21:38.602 INFO E| Compiling lock_api v0.4.9 |
3149 | 2024-12-16T20:21:39.978Z | [ helios-setup] Dec 16 20:21:38.738 INFO E| Compiling parking_lot_core v0.9.6 |
3150 | 2024-12-16T20:21:40.120Z | [ helios-setup] Dec 16 20:21:38.880 INFO E| Compiling bitflags v1.3.2 |
3151 | 2024-12-16T20:21:40.204Z | [ helios-setup] Dec 16 20:21:38.963 INFO E| Compiling typenum v1.16.0 |
3152 | 2024-12-16T20:21:40.256Z | [ helios-setup] Dec 16 20:21:39.016 INFO E| Compiling num_cpus v1.15.0 |
3153 | 2024-12-16T20:21:40.798Z | [ helios-setup] Dec 16 20:21:39.558 INFO E| Compiling generic-array v0.14.6 |
3154 | 2024-12-16T20:21:40.918Z | [ helios-setup] Dec 16 20:21:39.677 INFO E| Compiling slab v0.4.7 |
3155 | 2024-12-16T20:21:41.372Z | [ helios-setup] Dec 16 20:21:40.125 INFO E| Compiling futures-task v0.3.28 |
3156 | 2024-12-16T20:21:41.492Z | [ helios-setup] Dec 16 20:21:40.252 INFO E| Compiling futures-sink v0.3.28 |
3157 | 2024-12-16T20:21:41.851Z | [ helios-setup] Dec 16 20:21:40.611 INFO E| Compiling futures-channel v0.3.28 |
3158 | 2024-12-16T20:21:42.244Z | [ helios-setup] Dec 16 20:21:41.003 INFO E| Compiling tokio v1.27.0 |
3159 | 2024-12-16T20:21:42.701Z | [ helios-setup] Dec 16 20:21:41.460 INFO E| Compiling schemars v0.8.12 |
3160 | 2024-12-16T20:21:42.857Z | [ helios-setup] Dec 16 20:21:41.616 INFO E| Compiling futures-util v0.3.28 |
3161 | 2024-12-16T20:21:43.530Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3162 | 2024-12-16T20:21:43.760Z | [ helios-setup] Dec 16 20:21:42.520 INFO E| Compiling signal-hook-registry v1.4.0 |
3163 | 2024-12-16T20:21:43.868Z | [ helios-setup] Dec 16 20:21:42.628 INFO E| Compiling mio v0.8.5 |
3164 | 2024-12-16T20:21:43.868Z | [ helios-setup] Dec 16 20:21:42.628 INFO E| Compiling socket2 v0.4.9 |
3165 | 2024-12-16T20:21:44.211Z | [ helios-setup] Dec 16 20:21:42.971 INFO E| Compiling ahash v0.7.6 |
3166 | 2024-12-16T20:21:44.586Z | [ helios-setup] Dec 16 20:21:43.345 INFO E| Compiling num-traits v0.2.15 |
3167 | 2024-12-16T20:21:45.257Z | [ helios-setup] Dec 16 20:21:44.016 INFO E| Compiling futures-io v0.3.28 |
3168 | 2024-12-16T20:21:45.743Z | [ helios-setup] Dec 16 20:21:44.502 INFO E| Compiling io-lifetimes v1.0.10 |
3169 | 2024-12-16T20:21:45.896Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3170 | 2024-12-16T20:21:46.012Z | [ helios-setup] Dec 16 20:21:44.771 INFO E| Compiling crunchy v0.2.2 |
3171 | 2024-12-16T20:21:46.562Z | [ helios-setup] Dec 16 20:21:45.320 INFO E| Compiling pin-utils v0.1.0 |
3172 | 2024-12-16T20:21:46.713Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3173 | 2024-12-16T20:21:47.033Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3174 | 2024-12-16T20:21:47.363Z | [ helios-setup] Dec 16 20:21:46.122 INFO E| Compiling ahash v0.8.3 |
3175 | 2024-12-16T20:21:47.660Z | [ helios-setup] Dec 16 20:21:46.418 INFO E| Compiling tiny-keccak v2.0.2 |
3176 | 2024-12-16T20:21:47.892Z | [ helios-setup] Dec 16 20:21:46.651 INFO E| Compiling rustix v0.37.3 |
3177 | 2024-12-16T20:21:48.124Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3178 | 2024-12-16T20:21:48.431Z | [ helios-setup] Dec 16 20:21:47.190 INFO E| Compiling hashbrown v0.12.3 |
3179 | 2024-12-16T20:21:48.601Z | [ helios-setup] Dec 16 20:21:47.359 INFO E| Compiling serde_derive_internals v0.26.0 |
3180 | 2024-12-16T20:21:48.851Z | [ helios-setup] Dec 16 20:21:47.609 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3181 | 2024-12-16T20:21:48.972Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3182 | 2024-12-16T20:21:49.692Z | [ helios-setup] Dec 16 20:21:48.451 INFO E| Compiling crypto-common v0.1.6 |
3183 | 2024-12-16T20:21:49.951Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3184 | 2024-12-16T20:21:49.971Z | [ helios-setup] Dec 16 20:21:48.729 INFO E| Compiling block-buffer v0.10.3 |
3185 | 2024-12-16T20:21:50.808Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3186 | 2024-12-16T20:21:50.981Z | [ helios-setup] Dec 16 20:21:49.739 INFO E| Compiling errno v0.3.1 |
3187 | 2024-12-16T20:21:51.596Z | [ helios-setup] Dec 16 20:21:50.354 INFO E| Compiling pkg-config v0.3.26 |
3188 | 2024-12-16T20:21:51.829Z | [ helios-setup] Dec 16 20:21:50.587 INFO E| Compiling crossbeam-utils v0.8.14 |
3189 | 2024-12-16T20:21:51.917Z | [ helios-setup] Dec 16 20:21:50.675 INFO E| Compiling slog v2.7.0 |
3190 | 2024-12-16T20:21:52.218Z | [ helios-setup] Dec 16 20:21:50.976 INFO E| Compiling fnv v1.0.7 |
3191 | 2024-12-16T20:21:52.472Z | [ helios-setup] Dec 16 20:21:51.229 INFO E| Compiling http v0.2.9 |
3192 | 2024-12-16T20:21:54.345Z | [ helios-setup] Dec 16 20:21:53.103 INFO E| Compiling digest v0.10.6 |
3193 | 2024-12-16T20:21:54.910Z | [ helios-setup] Dec 16 20:21:53.668 INFO E| Compiling aho-corasick v0.7.20 |
3194 | 2024-12-16T20:21:55.336Z | [ helios-setup] Dec 16 20:21:54.093 INFO E| Compiling percent-encoding v2.2.0 |
3195 | 2024-12-16T20:21:55.401Z | [ helios-setup] Dec 16 20:21:54.158 INFO E| Compiling httparse v1.8.0 |
3196 | 2024-12-16T20:21:56.284Z | [ helios-setup] Dec 16 20:21:55.040 INFO E| Compiling anyhow v1.0.68 |
3197 | 2024-12-16T20:21:56.358Z | [ helios-setup] Dec 16 20:21:55.115 INFO E| Compiling heck v0.4.1 |
3198 | 2024-12-16T20:21:57.266Z | [ helios-setup] Dec 16 20:21:56.023 INFO E| Compiling tinyvec_macros v0.1.1 |
3199 | 2024-12-16T20:21:57.499Z | [ helios-setup] Dec 16 20:21:56.255 INFO E| Compiling cpufeatures v0.2.5 |
3200 | 2024-12-16T20:21:57.580Z | [ helios-setup] Dec 16 20:21:56.337 INFO E| Compiling regex-syntax v0.6.29 |
3201 | 2024-12-16T20:21:58.063Z | [ helios-setup] Dec 16 20:21:56.820 INFO E| Compiling unicode-width v0.1.10 |
3202 | 2024-12-16T20:21:58.311Z | [ helios-setup] Dec 16 20:21:57.068 INFO E| Compiling tinyvec v1.6.0 |
3203 | 2024-12-16T20:21:58.416Z | [ helios-setup] Dec 16 20:21:57.172 INFO E| Compiling thiserror-impl v1.0.38 |
3204 | 2024-12-16T20:21:58.542Z | [ helios-setup] Dec 16 20:21:57.298 INFO E| Compiling schemars_derive v0.8.12 |
3205 | 2024-12-16T20:21:58.626Z | [ helios-setup] Dec 16 20:21:57.383 INFO E| Compiling const-random-macro v0.1.15 |
3206 | 2024-12-16T20:22:00.600Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3207 | 2024-12-16T20:22:00.952Z | [ helios-setup] Dec 16 20:21:59.708 INFO E| Compiling form_urlencoded v1.1.0 |
3208 | 2024-12-16T20:22:01.388Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3209 | 2024-12-16T20:22:01.397Z | [ helios-setup] Dec 16 20:22:00.142 INFO E| Compiling serde_derive v1.0.204 |
3210 | 2024-12-16T20:22:01.537Z | [ helios-setup] Dec 16 20:22:00.284 INFO E| Compiling tokio-macros v2.0.0 |
3211 | 2024-12-16T20:22:01.867Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3212 | 2024-12-16T20:22:01.886Z | [ helios-setup] Dec 16 20:22:00.638 INFO E| Compiling futures-macro v0.3.28 |
3213 | 2024-12-16T20:22:02.309Z | [ helios-setup] Dec 16 20:22:01.065 INFO E| Compiling hashbrown v0.13.2 |
3214 | 2024-12-16T20:22:03.081Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3215 | 2024-12-16T20:22:04.352Z | [ host-package] Compiling hashlink v0.9.1 |
3216 | 2024-12-16T20:22:04.606Z | [ helios-setup] Dec 16 20:22:03.361 INFO E| Compiling chrono v0.4.24 |
3217 | 2024-12-16T20:22:04.664Z | [ host-package] Compiling tungstenite v0.23.0 |
3218 | 2024-12-16T20:22:04.751Z | [ helios-setup] Dec 16 20:22:03.506 INFO E| Compiling regex v1.7.3 |
3219 | 2024-12-16T20:22:04.876Z | [ helios-setup] Dec 16 20:22:03.632 INFO E| Compiling libz-sys v1.1.8 |
3220 | 2024-12-16T20:22:06.464Z | [ host-package] Compiling lru v0.12.5 |
3221 | 2024-12-16T20:22:06.566Z | [ host-package] Compiling instability v0.3.2 |
3222 | 2024-12-16T20:22:06.856Z | [ host-package] Compiling base64 v0.13.1 |
3223 | 2024-12-16T20:22:07.389Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3224 | 2024-12-16T20:22:07.902Z | [ host-package] Compiling cassowary v0.3.0 |
3225 | 2024-12-16T20:22:07.915Z | [ helios-setup] Dec 16 20:22:06.670 INFO E| Compiling uuid v1.3.0 |
3226 | 2024-12-16T20:22:08.225Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3227 | 2024-12-16T20:22:08.229Z | [ helios-setup] Dec 16 20:22:06.981 INFO E| Compiling dyn-clone v1.0.11 |
3228 | 2024-12-16T20:22:08.380Z | [ host-package] Compiling ron v0.7.1 |
3229 | 2024-12-16T20:22:08.826Z | [ helios-setup] Dec 16 20:22:07.581 INFO E| Compiling regress v0.5.0 |
3230 | 2024-12-16T20:22:08.870Z | [ helios-setup] Dec 16 20:22:07.625 INFO E| Compiling unicode-normalization v0.1.22 |
3231 | 2024-12-16T20:22:10.060Z | [ host-package] Compiling rusqlite v0.32.1 |
3232 | 2024-12-16T20:22:10.076Z | [ helios-setup] Dec 16 20:22:08.831 INFO E| Compiling const-random v0.1.15 |
3233 | 2024-12-16T20:22:11.500Z | [ helios-setup] Dec 16 20:22:10.254 INFO E| Compiling getopts v0.2.21 |
3234 | 2024-12-16T20:22:12.239Z | [ helios-setup] Dec 16 20:22:10.993 INFO E| Compiling tracing-core v0.1.30 |
3235 | 2024-12-16T20:22:12.542Z | [ helios-setup] Dec 16 20:22:11.296 INFO E| Compiling memoffset v0.7.1 |
3236 | 2024-12-16T20:22:13.850Z | [ helios-setup] Dec 16 20:22:12.604 INFO E| Compiling powerfmt v0.2.0 |
3237 | 2024-12-16T20:22:13.936Z | [ helios-setup] Dec 16 20:22:12.690 INFO E| Compiling unicode-bidi v0.3.13 |
3238 | 2024-12-16T20:22:14.098Z | [ helios-setup] Dec 16 20:22:12.851 INFO E| Compiling time-core v0.1.2 |
3239 | 2024-12-16T20:22:14.471Z | [ host-package] Compiling ratatui v0.28.1 |
3240 | 2024-12-16T20:22:15.184Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3241 | 2024-12-16T20:22:15.600Z | [ helios-setup] Dec 16 20:22:14.354 INFO E| Compiling num-conv v0.1.0 |
3242 | 2024-12-16T20:22:16.407Z | [ helios-setup] Dec 16 20:22:15.160 INFO E| Compiling ucd-trie v0.1.5 |
3243 | 2024-12-16T20:22:16.638Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3244 | 2024-12-16T20:22:16.923Z | [ helios-setup] Dec 16 20:22:15.676 INFO E| Compiling pest v2.5.7 |
3245 | 2024-12-16T20:22:17.401Z | [ helios-setup] Dec 16 20:22:16.154 INFO E| Compiling time-macros v0.2.18 |
3246 | 2024-12-16T20:22:17.542Z | [ helios-setup] Dec 16 20:22:16.296 INFO E| Compiling idna v0.3.0 |
3247 | 2024-12-16T20:22:17.977Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3248 | 2024-12-16T20:22:19.839Z | [ helios-setup] Dec 16 20:22:18.592 INFO E| Compiling deranged v0.3.11 |
3249 | 2024-12-16T20:22:19.936Z | [ helios-setup] Dec 16 20:22:18.689 INFO E| Compiling tracing v0.1.37 |
3250 | 2024-12-16T20:22:20.505Z | [ host-package] Compiling xz2 v0.1.7 |
3251 | 2024-12-16T20:22:22.812Z | [ helios-setup] Dec 16 20:22:21.565 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3252 | 2024-12-16T20:22:23.024Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3253 | 2024-12-16T20:22:23.750Z | [ helios-setup] Dec 16 20:22:22.502 INFO E| Compiling time v0.1.45 |
3254 | 2024-12-16T20:22:24.110Z | [ host-package] Compiling zone v0.1.8 |
3255 | 2024-12-16T20:22:24.466Z | [ helios-setup] Dec 16 20:22:23.218 INFO E| Compiling crossbeam-epoch v0.9.13 |
3256 | 2024-12-16T20:22:24.688Z | [ helios-setup] Dec 16 20:22:23.440 INFO E| Compiling semver v1.0.17 |
3257 | 2024-12-16T20:22:25.851Z | [ helios-setup] Dec 16 20:22:24.603 INFO E| Compiling iana-time-zone v0.1.56 |
3258 | 2024-12-16T20:22:26.829Z | [ helios-setup] Dec 16 20:22:25.581 INFO E| Compiling num_threads v0.1.6 |
3259 | 2024-12-16T20:22:27.354Z | [ helios-setup] Dec 16 20:22:26.106 INFO E| Compiling time v0.3.36 |
3260 | 2024-12-16T20:22:27.884Z | [ helios-setup] Dec 16 20:22:26.636 INFO E| Compiling semver-parser v0.10.2 |
3261 | 2024-12-16T20:22:27.976Z | [ helios-setup] Dec 16 20:22:26.727 INFO E| Compiling url v2.3.1 |
3262 | 2024-12-16T20:22:29.649Z | [ helios-setup] Dec 16 20:22:28.400 INFO E| Compiling toml v0.5.11 |
3263 | 2024-12-16T20:22:30.248Z | [ helios-setup] Dec 16 20:22:28.999 INFO E| Compiling serde_tokenstream v0.2.0 |
3264 | 2024-12-16T20:22:30.463Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3265 | 2024-12-16T20:22:31.375Z | [ helios-setup] Dec 16 20:22:30.126 INFO E| Compiling smallvec v1.10.0 |
3266 | 2024-12-16T20:22:34.051Z | [ helios-setup] Dec 16 20:22:32.802 INFO E| Compiling parking_lot v0.12.1 |
3267 | 2024-12-16T20:22:38.882Z | [ helios-setup] Dec 16 20:22:37.631 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3268 | 2024-12-16T20:22:41.542Z | [ helios-setup] Dec 16 20:22:40.291 INFO E| Compiling crossbeam-channel v0.5.6 |
3269 | 2024-12-16T20:22:44.860Z | [ helios-setup] Dec 16 20:22:43.609 INFO E| Compiling dirs-sys-next v0.1.2 |
3270 | 2024-12-16T20:22:45.726Z | [ helios-setup] Dec 16 20:22:44.475 INFO E| Compiling crc32fast v1.3.2 |
3271 | 2024-12-16T20:22:45.842Z | [ helios-setup] Dec 16 20:22:44.590 INFO E| Compiling try-lock v0.2.4 |
3272 | 2024-12-16T20:22:46.336Z | [ helios-setup] Dec 16 20:22:45.084 INFO E| Compiling same-file v1.0.6 |
3273 | 2024-12-16T20:22:46.810Z | [ helios-setup] Dec 16 20:22:45.558 INFO E| Compiling walkdir v2.3.3 |
3274 | 2024-12-16T20:22:46.971Z | [ helios-setup] Dec 16 20:22:45.719 INFO E| Compiling want v0.3.0 |
3275 | 2024-12-16T20:22:47.139Z | [ helios-setup] Dec 16 20:22:45.887 INFO E| Compiling dirs-next v2.0.0 |
3276 | 2024-12-16T20:22:48.210Z | [ helios-setup] Dec 16 20:22:46.958 INFO E| Compiling proc-macro-crate v1.2.1 |
3277 | 2024-12-16T20:22:50.260Z | [ helios-setup] Dec 16 20:22:49.008 INFO E| Compiling semver v0.11.0 |
3278 | 2024-12-16T20:22:52.450Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3279 | 2024-12-16T20:22:53.701Z | [ helios-setup] Dec 16 20:22:52.447 INFO E| Compiling tokio-util v0.7.7 |
3280 | 2024-12-16T20:22:54.066Z | [ helios-setup] Dec 16 20:22:52.813 INFO E| Compiling futures-executor v0.3.28 |
3281 | 2024-12-16T20:22:54.203Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3282 | 2024-12-16T20:22:54.298Z | [ helios-setup] Dec 16 20:22:53.044 INFO E| Compiling http-body v0.4.5 |
3283 | 2024-12-16T20:22:55.341Z | [ helios-setup] Dec 16 20:22:54.087 INFO E| Compiling ring v0.16.20 |
3284 | 2024-12-16T20:22:55.520Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3285 | 2024-12-16T20:22:56.112Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3286 | 2024-12-16T20:22:56.185Z | [ helios-setup] Dec 16 20:22:54.932 INFO E| Compiling h2 v0.3.16 |
3287 | 2024-12-16T20:22:56.292Z | [ helios-setup] Dec 16 20:22:55.039 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3288 | 2024-12-16T20:22:56.594Z | [ helios-setup] Dec 16 20:22:55.341 INFO E| Compiling rand_core v0.6.4 |
3289 | 2024-12-16T20:22:57.953Z | [ helios-setup] Dec 16 20:22:56.699 INFO E| Compiling thread_local v1.1.7 |
3290 | 2024-12-16T20:22:58.404Z | [ helios-setup] Dec 16 20:22:57.150 INFO E| Compiling tower-service v0.3.2 |
3291 | 2024-12-16T20:22:58.865Z | [ helios-setup] Dec 16 20:22:57.610 INFO E| Compiling home v0.5.4 |
3292 | 2024-12-16T20:22:59.169Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3293 | 2024-12-16T20:22:59.379Z | [ helios-setup] Dec 16 20:22:58.124 INFO E| Compiling lazy_static v1.4.0 |
3294 | 2024-12-16T20:22:59.888Z | [ helios-setup] Dec 16 20:22:58.634 INFO E| Compiling adler v1.0.2 |
3295 | 2024-12-16T20:23:00.381Z | [ helios-setup] Dec 16 20:22:59.127 INFO E| Compiling rayon-core v1.10.2 |
3296 | 2024-12-16T20:23:00.602Z | [ helios-setup] Dec 16 20:22:59.348 INFO E| Compiling base64 v0.21.0 |
3297 | 2024-12-16T20:23:00.824Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3298 | 2024-12-16T20:23:00.878Z | [ helios-setup] Dec 16 20:22:59.623 INFO E| Compiling httpdate v1.0.2 |
3299 | 2024-12-16T20:23:01.113Z | [ helios-setup] Dec 16 20:22:59.859 INFO E| Compiling ppv-lite86 v0.2.17 |
3300 | 2024-12-16T20:23:02.505Z | [ helios-setup] Dec 16 20:23:01.251 INFO E| Compiling fastrand v1.9.0 |
3301 | 2024-12-16T20:23:02.878Z | [ helios-setup] Dec 16 20:23:01.624 INFO E| Compiling utf8parse v0.2.1 |
3302 | 2024-12-16T20:23:03.361Z | [ helios-setup] Dec 16 20:23:02.106 INFO E| Compiling tempfile v3.5.0 |
3303 | 2024-12-16T20:23:03.686Z | [ helios-setup] Dec 16 20:23:02.431 INFO E| Compiling anstyle-parse v0.1.1 |
3304 | 2024-12-16T20:23:04.443Z | [ helios-setup] Dec 16 20:23:03.188 INFO E| Compiling rand_chacha v0.3.1 |
3305 | 2024-12-16T20:23:04.995Z | [ helios-setup] Dec 16 20:23:03.740 INFO E| Compiling miniz_oxide v0.6.2 |
3306 | 2024-12-16T20:23:06.439Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3307 | 2024-12-16T20:23:07.798Z | [ helios-setup] Dec 16 20:23:06.542 INFO E| Compiling hyper v0.14.25 |
3308 | 2024-12-16T20:23:08.155Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3309 | 2024-12-16T20:23:08.675Z | [ helios-setup] Dec 16 20:23:07.419 INFO E| Compiling toolchain_find v0.2.0 |
3310 | 2024-12-16T20:23:09.002Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3311 | 2024-12-16T20:23:10.243Z | [ helios-setup] Dec 16 20:23:08.987 INFO E| Compiling futures v0.3.28 |
3312 | 2024-12-16T20:23:18.298Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3313 | 2024-12-16T20:23:18.725Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3314 | 2024-12-16T20:23:18.866Z | [ host-package] Compiling twox-hash v1.6.3 |
3315 | 2024-12-16T20:23:19.445Z | [ host-package] Compiling yasna v0.5.2 |
3316 | 2024-12-16T20:23:19.666Z | [ helios-setup] Dec 16 20:23:18.409 INFO E| Compiling crossbeam-deque v0.8.2 |
3317 | 2024-12-16T20:23:20.783Z | [ helios-setup] Dec 16 20:23:19.525 INFO E| Compiling cargo-lock v8.0.3 |
3318 | 2024-12-16T20:23:21.106Z | [ host-package] Compiling is_ci v1.2.0 |
3319 | 2024-12-16T20:23:21.540Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3320 | 2024-12-16T20:23:22.101Z | [ host-package] Compiling smawk v0.3.2 |
3321 | 2024-12-16T20:23:22.628Z | [ host-package] Compiling textwrap v0.16.1 |
3322 | 2024-12-16T20:23:22.887Z | [ host-package] Compiling rcgen v0.12.1 |
3323 | 2024-12-16T20:23:26.087Z | [ host-package] Compiling supports-color v3.0.1 |
3324 | 2024-12-16T20:23:27.726Z | [ helios-setup] Dec 16 20:23:26.467 INFO E| Compiling num_enum_derive v0.5.7 |
3325 | 2024-12-16T20:23:29.084Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3326 | 2024-12-16T20:23:30.233Z | [ helios-setup] Dec 16 20:23:28.973 INFO E| Compiling term v0.7.0 |
3327 | 2024-12-16T20:23:31.339Z | [ helios-setup] Dec 16 20:23:30.079 INFO E| Compiling serde_urlencoded v0.7.1 |
3328 | 2024-12-16T20:23:31.789Z | [ helios-setup] Dec 16 20:23:30.530 INFO E| Compiling sha2 v0.10.6 |
3329 | 2024-12-16T20:23:32.016Z | [ helios-setup] Dec 16 20:23:30.756 INFO E| Compiling sha1 v0.10.5 |
3330 | 2024-12-16T20:23:32.504Z | [ helios-setup] Dec 16 20:23:31.244 INFO E| Compiling is-terminal v0.4.7 |
3331 | 2024-12-16T20:23:32.892Z | [ helios-setup] Dec 16 20:23:31.632 INFO E| Compiling atty v0.2.14 |
3332 | 2024-12-16T20:23:33.030Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3333 | 2024-12-16T20:23:33.801Z | [ helios-setup] Dec 16 20:23:32.541 INFO E| Compiling concolor-override v1.0.0 |
3334 | 2024-12-16T20:23:34.037Z | [ helios-setup] Dec 16 20:23:32.777 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3335 | 2024-12-16T20:23:34.531Z | [ helios-setup] Dec 16 20:23:33.270 INFO E| Compiling anstyle v0.3.5 |
3336 | 2024-12-16T20:23:34.799Z | [ helios-setup] Dec 16 20:23:33.539 INFO E| Compiling concolor-query v0.3.3 |
3337 | 2024-12-16T20:23:38.006Z | [ helios-setup] Dec 16 20:23:36.745 INFO E| Compiling anstream v0.2.6 |
3338 | 2024-12-16T20:23:38.871Z | [ helios-setup] Dec 16 20:23:37.610 INFO E| Compiling slog-term v2.9.0 |
3339 | 2024-12-16T20:23:39.775Z | [ helios-setup] Dec 16 20:23:38.513 INFO E| Compiling num_enum v0.5.7 |
3340 | 2024-12-16T20:23:40.086Z | [ helios-setup] Dec 16 20:23:38.824 INFO E| Compiling flate2 v1.0.25 |
3341 | 2024-12-16T20:23:41.437Z | [ helios-setup] Dec 16 20:23:40.176 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3342 | 2024-12-16T20:23:42.809Z | [ helios-setup] Dec 16 20:23:41.547 INFO E| Compiling rand v0.8.5 |
3343 | 2024-12-16T20:23:42.939Z | [ helios-setup] Dec 16 20:23:41.677 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3344 | 2024-12-16T20:23:43.032Z | [ helios-setup] Dec 16 20:23:41.770 INFO E| Compiling openapiv3 v1.0.2 |
3345 | 2024-12-16T20:23:44.566Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3346 | 2024-12-16T20:23:44.686Z | [ helios-setup] Dec 16 20:23:43.424 INFO E| Compiling encoding_rs v0.8.32 |
3347 | 2024-12-16T20:23:46.795Z | [ helios-setup] Dec 16 20:23:45.532 INFO E| Compiling ipnet v2.7.2 |
3348 | 2024-12-16T20:23:48.245Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3349 | 2024-12-16T20:23:51.153Z | [ helios-setup] Dec 16 20:23:49.888 INFO E| Compiling clap_lex v0.4.1 |
3350 | 2024-12-16T20:23:52.643Z | [ helios-setup] Dec 16 20:23:51.379 INFO E| Compiling untrusted v0.7.1 |
3351 | 2024-12-16T20:23:52.643Z | [ helios-setup] Dec 16 20:23:51.380 INFO E| Compiling either v1.8.0 |
3352 | 2024-12-16T20:23:52.699Z | [ helios-setup] Dec 16 20:23:51.436 INFO E| Compiling mime v0.3.17 |
3353 | 2024-12-16T20:23:53.005Z | [ helios-setup] Dec 16 20:23:51.742 INFO E| Compiling spin v0.5.2 |
3354 | 2024-12-16T20:23:53.422Z | [ helios-setup] Dec 16 20:23:52.158 INFO E| Compiling strsim v0.10.0 |
3355 | 2024-12-16T20:23:53.728Z | [ helios-setup] Dec 16 20:23:52.464 INFO E| Compiling base64 v0.13.1 |
3356 | 2024-12-16T20:23:54.894Z | [ helios-setup] Dec 16 20:23:53.630 INFO E| Compiling unsafe-libyaml v0.2.8 |
3357 | 2024-12-16T20:23:55.378Z | [ helios-setup] Dec 16 20:23:54.114 INFO E| Compiling project-root v0.2.2 |
3358 | 2024-12-16T20:23:55.969Z | [ helios-setup] Dec 16 20:23:54.705 INFO E| Compiling byteorder v1.4.3 |
3359 | 2024-12-16T20:23:56.692Z | [ helios-setup] Dec 16 20:23:55.428 INFO E| Compiling utf-8 v0.7.6 |
3360 | 2024-12-16T20:23:56.832Z | [ helios-setup] Dec 16 20:23:55.568 INFO E| Compiling clap_builder v4.2.1 |
3361 | 2024-12-16T20:23:56.998Z | [ helios-setup] Dec 16 20:23:55.734 INFO E| Compiling reqwest v0.11.16 |
3362 | 2024-12-16T20:23:57.561Z | [ helios-setup] Dec 16 20:23:56.297 INFO E| Compiling tungstenite v0.18.0 |
3363 | 2024-12-16T20:23:57.680Z | [ helios-setup] Dec 16 20:23:56.415 INFO E| Compiling rayon v1.6.1 |
3364 | 2024-12-16T20:23:58.555Z | [ helios-setup] Dec 16 20:23:57.291 INFO E| Compiling serde_yaml v0.9.21 |
3365 | 2024-12-16T20:24:06.169Z | [ helios-setup] Dec 16 20:24:04.903 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3366 | 2024-12-16T20:24:06.630Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3367 | 2024-12-16T20:24:06.950Z | [ helios-setup] Dec 16 20:24:05.684 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3368 | 2024-12-16T20:24:08.096Z | [ helios-setup] Dec 16 20:24:06.830 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3369 | 2024-12-16T20:24:10.481Z | [ helios-setup] Dec 16 20:24:09.215 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3370 | 2024-12-16T20:24:11.372Z | [ helios-setup] Dec 16 20:24:10.105 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3371 | 2024-12-16T20:24:12.117Z | [ helios-setup] Dec 16 20:24:10.850 INFO E| Compiling clap_derive v4.2.0 |
3372 | 2024-12-16T20:24:17.553Z | [ helios-setup] Dec 16 20:24:16.285 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3373 | 2024-12-16T20:24:22.273Z | [ helios-setup] Dec 16 20:24:21.004 INFO E| Compiling clap v4.2.1 |
3374 | 2024-12-16T20:24:22.616Z | [ helios-setup] Dec 16 20:24:21.348 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3375 | 2024-12-16T20:24:26.435Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3376 | 2024-12-16T20:24:34.695Z | [ helios-setup] Dec 16 20:24:33.424 INFO E| Compiling tokio-tungstenite v0.18.0 |
3377 | 2024-12-16T20:24:35.416Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3378 | 2024-12-16T20:24:35.901Z | [ helios-setup] Dec 16 20:24:34.630 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3379 | 2024-12-16T20:24:38.817Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3380 | 2024-12-16T20:24:39.525Z | [ helios-setup] Dec 16 20:24:38.253 INFO E| Compiling smartstring v1.0.1 |
3381 | 2024-12-16T20:24:40.520Z | [ helios-setup] Dec 16 20:24:39.248 INFO E| Compiling rustls v0.21.0 |
3382 | 2024-12-16T20:24:42.578Z | [ helios-setup] Dec 16 20:24:41.305 INFO E| Compiling toml_datetime v0.6.1 |
3383 | 2024-12-16T20:24:44.095Z | [ helios-setup] Dec 16 20:24:42.823 INFO E| Compiling serde_spanned v0.6.1 |
3384 | 2024-12-16T20:24:44.760Z | [ helios-setup] Dec 16 20:24:43.487 INFO E| Compiling static_assertions v1.1.0 |
3385 | 2024-12-16T20:24:44.918Z | [ helios-setup] Dec 16 20:24:43.645 INFO E| Compiling async-trait v0.1.68 |
3386 | 2024-12-16T20:24:46.444Z | [ helios-setup] Dec 16 20:24:45.172 INFO E| Compiling match_cfg v0.1.0 |
3387 | 2024-12-16T20:24:46.820Z | [ helios-setup] Dec 16 20:24:45.547 INFO E| Compiling winnow v0.4.1 |
3388 | 2024-12-16T20:24:50.680Z | [ helios-setup] Dec 16 20:24:49.407 INFO E| Compiling camino v1.1.4 |
3389 | 2024-12-16T20:24:51.823Z | [ helios-setup] Dec 16 20:24:50.549 INFO E| Compiling slog-async v2.7.0 |
3390 | 2024-12-16T20:24:52.588Z | [ helios-setup] Dec 16 20:24:51.314 INFO E| Compiling paste v1.0.12 |
3391 | 2024-12-16T20:24:53.291Z | [ helios-setup] Dec 16 20:24:52.017 INFO E| Compiling hostname v0.3.1 |
3392 | 2024-12-16T20:24:53.890Z | [ helios-setup] Dec 16 20:24:52.616 INFO E| Compiling toml_edit v0.19.8 |
3393 | 2024-12-16T20:24:54.244Z | [ helios-setup] Dec 16 20:24:52.970 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3394 | 2024-12-16T20:24:55.726Z | [ helios-setup] Dec 16 20:24:54.451 INFO E| Compiling slog-json v2.6.1 |
3395 | 2024-12-16T20:24:56.900Z | [ helios-setup] Dec 16 20:24:55.625 INFO E| Compiling unicode-linebreak v0.1.4 |
3396 | 2024-12-16T20:25:00.776Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3397 | 2024-12-16T20:25:00.826Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3398 | 2024-12-16T20:25:01.979Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3399 | 2024-12-16T20:25:02.012Z | [ helios-setup] Dec 16 20:25:00.737 INFO E| Compiling async-stream-impl v0.3.5 |
3400 | 2024-12-16T20:25:02.088Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3401 | 2024-12-16T20:25:02.321Z | [ helios-setup] Dec 16 20:25:01.045 INFO E| Compiling rhai_codegen v1.5.0 |
3402 | 2024-12-16T20:25:04.838Z | [ helios-setup] Dec 16 20:25:03.562 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3403 | 2024-12-16T20:25:05.786Z | [ helios-setup] Dec 16 20:25:04.509 INFO E| Compiling take_mut v0.2.2 |
3404 | 2024-12-16T20:25:07.676Z | [ helios-setup] Dec 16 20:25:06.399 INFO E| Compiling rhai v1.14.0 |
3405 | 2024-12-16T20:25:08.877Z | [ helios-setup] Dec 16 20:25:07.600 INFO E| Compiling async-stream v0.3.5 |
3406 | 2024-12-16T20:25:10.221Z | [ helios-setup] Dec 16 20:25:08.944 INFO E| Compiling toml v0.7.3 |
3407 | 2024-12-16T20:25:10.342Z | [ helios-setup] Dec 16 20:25:09.065 INFO E| Compiling slog-bunyan v2.4.0 |
3408 | 2024-12-16T20:25:15.038Z | [ helios-setup] Dec 16 20:25:13.760 INFO E| Compiling rustls-pemfile v1.0.2 |
3409 | 2024-12-16T20:25:15.470Z | [ host-package] Compiling fatfs v0.3.6 |
3410 | 2024-12-16T20:25:16.567Z | [ helios-setup] Dec 16 20:25:15.289 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3411 | 2024-12-16T20:25:17.020Z | [ helios-setup] Dec 16 20:25:15.742 INFO E| Compiling serde_path_to_error v0.1.11 |
3412 | 2024-12-16T20:25:17.136Z | [ helios-setup] Dec 16 20:25:15.856 INFO E| Compiling bincode v1.3.3 |
3413 | 2024-12-16T20:25:17.519Z | [ host-package] Compiling subprocess v0.2.9 |
3414 | 2024-12-16T20:25:19.347Z | [ helios-setup] Dec 16 20:25:18.066 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3415 | 2024-12-16T20:25:20.651Z | [ helios-setup] Dec 16 20:25:19.372 INFO E| Compiling terminal_size v0.2.6 |
3416 | 2024-12-16T20:25:20.696Z | [ host-package] Compiling rtoolbox v0.0.2 |
3417 | 2024-12-16T20:25:21.013Z | [ helios-setup] Dec 16 20:25:19.734 INFO E| Compiling smawk v0.3.1 |
3418 | 2024-12-16T20:25:21.370Z | [ helios-setup] Dec 16 20:25:20.091 INFO E| Compiling textwrap v0.16.0 |
3419 | 2024-12-16T20:25:21.384Z | [ host-package] Compiling assert_matches v1.5.0 |
3420 | 2024-12-16T20:25:21.508Z | [ host-package] Compiling rpassword v7.3.1 |
3421 | 2024-12-16T20:25:22.718Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3422 | 2024-12-16T20:25:26.113Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3423 | 2024-12-16T20:25:33.178Z | [ helios-setup] Dec 16 20:25:31.897 INFO E| Compiling rustls-webpki v0.100.1 |
3424 | 2024-12-16T20:25:33.328Z | [ helios-setup] Dec 16 20:25:32.047 INFO E| Compiling sct v0.7.0 |
3425 | 2024-12-16T20:25:34.869Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3426 | 2024-12-16T20:25:35.127Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3427 | 2024-12-16T20:25:36.241Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3428 | 2024-12-16T20:25:37.167Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3429 | 2024-12-16T20:25:39.908Z | [ helios-setup] Dec 16 20:25:38.626 INFO E| Compiling git2 v0.16.1 |
3430 | 2024-12-16T20:25:41.370Z | [ helios-setup] Dec 16 20:25:40.088 INFO E| Compiling tokio-rustls v0.24.0 |
3431 | 2024-12-16T20:25:47.040Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3432 | 2024-12-16T20:25:47.871Z | [ host-package] Compiling uzers v0.12.1 |
3433 | 2024-12-16T20:25:52.783Z | [ helios-setup] Dec 16 20:25:51.498 INFO E| Compiling built v0.6.0 |
3434 | 2024-12-16T20:25:53.807Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3435 | 2024-12-16T20:25:54.935Z | [ helios-setup] Dec 16 20:25:53.650 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3436 | 2024-12-16T20:25:57.315Z | [ helios-setup] Dec 16 20:25:56.030 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3437 | 2024-12-16T20:25:58.893Z | [ helios-setup] Dec 16 20:25:57.607 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3438 | 2024-12-16T20:25:59.744Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3439 | 2024-12-16T20:26:03.380Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3440 | 2024-12-16T20:26:05.952Z | [ helios-setup] Dec 16 20:26:04.665 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3441 | 2024-12-16T20:26:09.092Z | [ helios-setup] Dec 16 20:26:07.805 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3442 | 2024-12-16T20:26:57.810Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3443 | 2024-12-16T20:26:58.439Z | [ helios-setup] Dec 16 20:26:57.143 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3444 | 2024-12-16T20:27:01.660Z | [ host-package] Compiling multimap v0.10.0 |
3445 | 2024-12-16T20:28:00.153Z | [ helios-setup] Dec 16 20:27:58.789 INFO E| Finished `release` profile [optimized] target(s) in 6m 36s |
3446 | 2024-12-16T20:28:00.244Z | [ helios-setup] Dec 16 20:27:58.927 INFO building project "pilot" ok (397 seconds) |
3447 | 2024-12-16T20:28:00.256Z | [ helios-setup] rm -f helios-build |
3448 | 2024-12-16T20:28:00.256Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3449 | 2024-12-16T20:28:00.256Z | [ helios-setup] |
3450 | 2024-12-16T20:28:00.256Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3451 | 2024-12-16T20:28:00.256Z | [ helios-setup] |
3452 | 2024-12-16T20:28:00.268Z | [ helios-setup] |
3453 | 2024-12-16T20:28:00.268Z | [ helios-setup] real 11:48.850228192 |
3454 | 2024-12-16T20:28:00.268Z | [ helios-setup] user 28:41.093575920 |
3455 | 2024-12-16T20:28:00.268Z | [ helios-setup] sys 3:30.889692845 |
3456 | 2024-12-16T20:28:00.268Z | [ helios-setup] trap 1.659240543 |
3457 | 2024-12-16T20:28:00.268Z | [ helios-setup] tflt 7.192985008 |
3458 | 2024-12-16T20:28:00.268Z | [ helios-setup] dflt 34.204247634 |
3459 | 2024-12-16T20:28:00.268Z | [ helios-setup] kflt 0.033867076 |
3460 | 2024-12-16T20:28:00.269Z | [ helios-setup] lock 2:06:09.366973764 |
3461 | 2024-12-16T20:28:00.269Z | [ helios-setup] slp 3:44:45.246321444 |
3462 | 2024-12-16T20:28:00.269Z | [ helios-setup] lat 32:48.360283429 |
3463 | 2024-12-16T20:28:00.269Z | [ helios-setup] stop 4:24.854622514 |
3464 | 2024-12-16T20:28:00.269Z | Dec 16 20:27:58.941 INFO [helios-setup] process exited with exit status: 0 (708.855662218s) |
3465 | 2024-12-16T20:28:00.269Z | Dec 16 20:27:58.941 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3466 | 2024-12-16T20:28:00.292Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3467 | 2024-12-16T20:28:01.158Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3468 | 2024-12-16T20:28:01.158Z | [ phbl-toolchain] info: downloading component 'cargo' |
3469 | 2024-12-16T20:28:02.639Z | [ phbl-toolchain] info: downloading component 'clippy' |
3470 | 2024-12-16T20:28:03.150Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3471 | 2024-12-16T20:28:08.257Z | [ phbl-toolchain] info: downloading component 'miri' |
3472 | 2024-12-16T20:28:08.412Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3473 | 2024-12-16T20:28:10.188Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3474 | 2024-12-16T20:28:10.370Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3475 | 2024-12-16T20:28:12.948Z | [ phbl-toolchain] info: downloading component 'rustc' |
3476 | 2024-12-16T20:28:26.339Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3477 | 2024-12-16T20:28:26.781Z | [ phbl-toolchain] info: installing component 'cargo' |
3478 | 2024-12-16T20:28:26.781Z | [ phbl-toolchain] info: installing component 'clippy' |
3479 | 2024-12-16T20:28:26.781Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3480 | 2024-12-16T20:28:29.848Z | [ phbl-toolchain] info: installing component 'miri' |
3481 | 2024-12-16T20:28:30.237Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3482 | 2024-12-16T20:28:37.233Z | [ phbl-toolchain] info: installing component 'rust-src' |
3483 | 2024-12-16T20:28:38.176Z | [ phbl-toolchain] info: installing component 'rust-std' |
3484 | 2024-12-16T20:28:40.852Z | [ phbl-toolchain] info: installing component 'rustc' |
3485 | 2024-12-16T20:28:49.845Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3486 | 2024-12-16T20:28:50.742Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3487 | 2024-12-16T20:28:50.746Z | Dec 16 20:28:49.429 INFO [phbl-toolchain] process exited with exit status: 0 (50.487961366s) |
3488 | 2024-12-16T20:29:50.474Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3489 | 2024-12-16T20:30:00.961Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3490 | 2024-12-16T20:36:34.596Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 32s |
3491 | 2024-12-16T20:37:42.962Z | Dec 16 20:37:41.552 INFO [host-package] process exited with exit status: 0 (1240.871777326s) |
3492 | 2024-12-16T20:37:42.965Z | Dec 16 20:37:41.552 INFO [host-stamp] running task |
3493 | 2024-12-16T20:37:42.965Z | Dec 16 20:37:41.553 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3494 | 2024-12-16T20:37:42.972Z | Dec 16 20:37:41.562 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+git1cfaddce5ef |
3495 | 2024-12-16T20:37:42.983Z | Dec 16 20:37:41.574 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+git1cfaddce5ef |
3496 | 2024-12-16T20:37:42.991Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3497 | 2024-12-16T20:37:42.993Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3498 | 2024-12-16T20:37:42.997Z | Dec 16 20:37:41.584 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+git1cfaddce5ef |
3499 | 2024-12-16T20:37:43.004Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3500 | 2024-12-16T20:37:43.004Z | Dec 16 20:37:41.595 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+git1cfaddce5ef |
3501 | 2024-12-16T20:37:43.014Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3502 | 2024-12-16T20:37:43.019Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3503 | 2024-12-16T20:37:43.019Z | Dec 16 20:37:41.610 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+git1cfaddce5ef |
3504 | 2024-12-16T20:37:43.036Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3505 | 2024-12-16T20:37:43.036Z | Dec 16 20:37:41.627 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+git1cfaddce5ef |
3506 | 2024-12-16T20:37:43.055Z | Dec 16 20:37:41.645[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3507 | 2024-12-16T20:37:43.055Z | 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+git1cfaddce5ef |
3508 | 2024-12-16T20:37:43.074Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3509 | 2024-12-16T20:37:43.074Z | Dec 16 20:37:41.664 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+git1cfaddce5ef |
3510 | 2024-12-16T20:37:43.086Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3511 | 2024-12-16T20:37:43.089Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3512 | 2024-12-16T20:37:43.092Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3513 | 2024-12-16T20:37:43.092Z | Dec 16 20:37:41.682 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (108.584731ms) |
3514 | 2024-12-16T20:37:43.095Z | Dec 16 20:37:41.682 INFO [stamp-overlay] process exited with exit status: 0 (36.934974ms) |
3515 | 2024-12-16T20:37:43.095Z | Dec 16 20:37:41.683 INFO [stamp-oxlog] process exited with exit status: 0 (56.057348ms) |
3516 | 2024-12-16T20:37:43.105Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3517 | 2024-12-16T20:37:43.150Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3518 | 2024-12-16T20:37:43.154Z | Dec 16 20:37:41.744 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (134.781913ms) |
3519 | 2024-12-16T20:37:43.243Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3520 | 2024-12-16T20:37:43.247Z | Dec 16 20:37:41.838 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (253.508441ms) |
3521 | 2024-12-16T20:37:43.360Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3522 | 2024-12-16T20:37:43.363Z | Dec 16 20:37:41.953 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (390.764484ms) |
3523 | 2024-12-16T20:37:44.096Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3524 | 2024-12-16T20:37:44.326Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3525 | 2024-12-16T20:37:44.347Z | Dec 16 20:37:42.769 INFO [stamp-propolis-server] process exited with exit status: 0 (1.174326535s) |
3526 | 2024-12-16T20:37:46.343Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3527 | 2024-12-16T20:37:53.700Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3528 | 2024-12-16T20:37:53.704Z | Dec 16 20:37:52.292 INFO [stamp-switch-asic] process exited with exit status: 0 (10.627198473s) |
3529 | 2024-12-16T20:37:53.704Z | Dec 16 20:37:52.292 INFO [host-stamp] task succeeded (10.739951239s) |
3530 | 2024-12-16T20:37:53.704Z | Dec 16 20:37:52.292 INFO [host-proto] running task |
3531 | 2024-12-16T20:37:54.115Z | Dec 16 20:37:52.702 INFO [host-proto] task succeeded (409.698089ms) |
3532 | 2024-12-16T20:37:54.115Z | Dec 16 20:37:52.702 INFO [host-profile] running task |
3533 | 2024-12-16T20:37:54.118Z | Dec 16 20:37:52.702 INFO [host-profile] task succeeded (374.031µs) |
3534 | 2024-12-16T20:37:54.118Z | Dec 16 20:37:52.702 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/.tmppeKgUt/proto/host/root -N 'ci 1cfaddc/${os_short_commit} 2024-12-16 20:16' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3535 | 2024-12-16T20:37:54.135Z | [ host-image] Dec 16 20:37:52.723 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3536 | 2024-12-16T20:37:54.138Z | [ host-image] Dec 16 20:37:52.723 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3537 | 2024-12-16T20:37:54.151Z | [ host-image] Dec 16 20:37:52.740 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmppeKgUt/proto/host/root" |
3538 | 2024-12-16T20:37:54.151Z | [ host-image] Dec 16 20:37:52.740 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3539 | 2024-12-16T20:37:54.154Z | [ host-image] Dec 16 20:37:52.740 INFO image builder template: ramdisk-01-os... |
3540 | 2024-12-16T20:37:54.154Z | [ host-image] Dec 16 20:37:52.740 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/.tmppeKgUt/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 |
3541 | 2024-12-16T20:37:54.171Z | [ host-image] Dec 16 20:37:52.760 INFO O| Dec 16 20:37:52.760 INFO CREATE DATASET: rpool/images/build/host/output |
3542 | 2024-12-16T20:37:54.699Z | [ host-image] Dec 16 20:37:52.954 INFO O| Dec 16 20:37:52.954 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3543 | 2024-12-16T20:37:54.721Z | [ host-image] Dec 16 20:37:52.959 INFO O| Dec 16 20:37:52.959 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3544 | 2024-12-16T20:37:54.721Z | [ host-image] Dec 16 20:37:53.200 INFO O| Dec 16 20:37:53.200 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3545 | 2024-12-16T20:37:54.721Z | [ host-image] Dec 16 20:37:53.275 INFO O| Dec 16 20:37:53.275 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3546 | 2024-12-16T20:37:54.721Z | [ host-image] Dec 16 20:37:53.276 INFO O| Dec 16 20:37:53.276 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3547 | 2024-12-16T20:37:54.721Z | [ host-image] Dec 16 20:37:53.276 INFO O| Dec 16 20:37:53.276 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3548 | 2024-12-16T20:37:54.721Z | [ host-image] Dec 16 20:37:53.276 INFO O| Dec 16 20:37:53.276 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3549 | 2024-12-16T20:37:54.721Z | [ host-image] Dec 16 20:37:53.285 INFO O| Dec 16 20:37:53.285 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3550 | 2024-12-16T20:37:55.018Z | [ host-image] Dec 16 20:37:53.606 INFO O| Dec 16 20:37:53.606 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3551 | 2024-12-16T20:37:55.034Z | [ host-image] Dec 16 20:37:53.622 INFO O| Dec 16 20:37:53.622 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3552 | 2024-12-16T20:37:55.623Z | [ host-image] Dec 16 20:37:54.211 INFO O| Dec 16 20:37:54.211 INFO O| Caching catalogs ... Done |
3553 | 2024-12-16T20:37:55.746Z | [ host-image] Dec 16 20:37:54.332 INFO O| Dec 16 20:37:54.332 INFO STEP 0 (pkg_image_create) COMPLETE |
3554 | 2024-12-16T20:37:55.746Z | [ host-image] Dec 16 20:37:54.332 INFO O| Dec 16 20:37:54.332 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3555 | 2024-12-16T20:37:55.749Z | [ host-image] Dec 16 20:37:54.332 INFO O| Dec 16 20:37:54.332 INFO skip step because feature "repo_redist" is not enabled |
3556 | 2024-12-16T20:37:55.749Z | [ host-image] Dec 16 20:37:54.332 INFO O| Dec 16 20:37:54.332 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3557 | 2024-12-16T20:37:55.764Z | [ host-image] Dec 16 20:37:54.350 INFO O| Dec 16 20:37:54.350 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"] |
3558 | 2024-12-16T20:37:56.331Z | [ host-image] Dec 16 20:37:54.919 INFO O| Dec 16 20:37:54.919 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3559 | 2024-12-16T20:37:56.331Z | [ host-image] Dec 16 20:37:54.919 INFO O| Dec 16 20:37:54.919 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3560 | 2024-12-16T20:37:56.348Z | [ host-image] Dec 16 20:37:54.936 INFO O| Dec 16 20:37:54.936 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"] |
3561 | 2024-12-16T20:37:56.786Z | [ host-image] Dec 16 20:37:55.374 INFO O| Dec 16 20:37:55.374 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3562 | 2024-12-16T20:37:56.786Z | [ host-image] Dec 16 20:37:55.374 INFO O| Dec 16 20:37:55.374 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3563 | 2024-12-16T20:37:56.789Z | [ host-image] Dec 16 20:37:55.374 INFO O| Dec 16 20:37:55.374 INFO skip step because feature "repo_redist" is not enabled |
3564 | 2024-12-16T20:37:56.789Z | [ host-image] Dec 16 20:37:55.374 INFO O| Dec 16 20:37:55.374 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3565 | 2024-12-16T20:37:57.327Z | [ host-image] Dec 16 20:37:55.915 INFO O| Dec 16 20:37:55.915 INFO variant opensolaris.zone is already global |
3566 | 2024-12-16T20:37:57.327Z | [ host-image] Dec 16 20:37:55.915 INFO O| Dec 16 20:37:55.915 INFO STEP 5 (pkg_change_variant) COMPLETE |
3567 | 2024-12-16T20:37:57.330Z | [ host-image] Dec 16 20:37:55.915 INFO O| Dec 16 20:37:55.915 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3568 | 2024-12-16T20:37:57.910Z | [ host-image] Dec 16 20:37:56.485 INFO O| Dec 16 20:37:56.485 INFO variant opensolaris.imagetype is full; changing to partial |
3569 | 2024-12-16T20:37:57.910Z | [ host-image] Dec 16 20:37:56.485 INFO O| Dec 16 20:37:56.485 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3570 | 2024-12-16T20:38:05.534Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.32s |
3571 | 2024-12-16T20:38:06.330Z | [ host-image] Dec 16 20:38:04.916 INFO O| Dec 16 20:38:04.916 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3572 | 2024-12-16T20:38:06.706Z | Dec 16 20:38:05.293 INFO [recovery-package] process exited with exit status: 0 (23.740036072s) |
3573 | 2024-12-16T20:38:06.706Z | Dec 16 20:38:05.293 INFO [recovery-stamp] running task |
3574 | 2024-12-16T20:38:06.709Z | Dec 16 20:38:05.293 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3575 | 2024-12-16T20:38:06.709Z | Dec 16 20:38:05.293 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+git1cfaddce5ef |
3576 | 2024-12-16T20:38:06.727Z | Dec 16 20:38:05.314 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git1cfaddce5ef |
3577 | 2024-12-16T20:38:06.737Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3578 | 2024-12-16T20:38:06.748Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3579 | 2024-12-16T20:38:06.834Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3580 | 2024-12-16T20:38:06.842Z | Dec 16 20:38:05.424 INFO [stamp-installinator] process exited with exit status: 0 (110.213355ms) |
3581 | 2024-12-16T20:38:06.865Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3582 | 2024-12-16T20:38:06.870Z | Dec 16 20:38:05.456 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (162.40908ms) |
3583 | 2024-12-16T20:38:06.870Z | Dec 16 20:38:05.456 INFO [recovery-stamp] task succeeded (163.000927ms) |
3584 | 2024-12-16T20:38:06.870Z | Dec 16 20:38:05.456 INFO [recovery-proto] running task |
3585 | 2024-12-16T20:38:06.870Z | Dec 16 20:38:05.456 INFO [tuf-stamp] running task |
3586 | 2024-12-16T20:38:06.873Z | Dec 16 20:38:05.457 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+git1cfaddce5ef |
3587 | 2024-12-16T20:38:06.885Z | Dec 16 20:38:05.471 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+git1cfaddce5ef |
3588 | 2024-12-16T20:38:06.898Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3589 | 2024-12-16T20:38:06.901Z | Dec 16 20:38:05.485 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+git1cfaddce5ef |
3590 | 2024-12-16T20:38:06.912Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3591 | 2024-12-16T20:38:06.916Z | Dec 16 20:38:05.498 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+git1cfaddce5ef |
3592 | 2024-12-16T20:38:06.927Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3593 | 2024-12-16T20:38:06.930Z | Dec 16 20:38:05.514 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+git1cfaddce5ef |
3594 | 2024-12-16T20:38:06.949Z | Dec 16 20:38:05.535 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+git1cfaddce5ef |
3595 | 2024-12-16T20:38:06.954Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3596 | 2024-12-16T20:38:06.985Z | Dec 16 20:38:05.571 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+git1cfaddce5ef |
3597 | 2024-12-16T20:38:06.985Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3598 | 2024-12-16T20:38:06.999Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3599 | 2024-12-16T20:38:07.008Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3600 | 2024-12-16T20:38:07.013Z | Dec 16 20:38:05.595 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+git1cfaddce5ef |
3601 | 2024-12-16T20:38:07.065Z | Dec 16 20:38:05.651 INFO [recovery-proto] task succeeded (194.813357ms) |
3602 | 2024-12-16T20:38:07.068Z | Dec 16 20:38:05.651 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/.tmppeKgUt/proto/recovery/root -N 'recovery 1cfaddc/${os_short_commit} 2024-12-16 20:16' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3603 | 2024-12-16T20:38:07.096Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3604 | 2024-12-16T20:38:07.099Z | Dec 16 20:38:05.682 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+git1cfaddce5ef |
3605 | 2024-12-16T20:38:07.127Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3606 | 2024-12-16T20:38:07.131Z | Dec 16 20:38:05.713 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+git1cfaddce5ef |
3607 | 2024-12-16T20:38:07.232Z | [ recovery-image] Dec 16 20:38:05.790 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3608 | 2024-12-16T20:38:07.232Z | [ recovery-image] Dec 16 20:38:05.791 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3609 | 2024-12-16T20:38:07.235Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3610 | 2024-12-16T20:38:07.235Z | Dec 16 20:38:05.818 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+git1cfaddce5ef |
3611 | 2024-12-16T20:38:07.264Z | [ recovery-image] Dec 16 20:38:05.834 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmppeKgUt/proto/recovery/root" |
3612 | 2024-12-16T20:38:07.269Z | [ recovery-image] Dec 16 20:38:05.834 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3613 | 2024-12-16T20:38:07.269Z | [ recovery-image] Dec 16 20:38:05.834 INFO image builder template: ramdisk-01-os... |
3614 | 2024-12-16T20:38:07.269Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3615 | 2024-12-16T20:38:07.269Z | [ recovery-image] Dec 16 20:38:05.834 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/.tmppeKgUt/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 |
3616 | 2024-12-16T20:38:07.269Z | Dec 16 20:38:05.850 INFO [stamp-probe] process exited with exit status: 0 (393.617306ms) |
3617 | 2024-12-16T20:38:07.271Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3618 | 2024-12-16T20:38:07.290Z | [ recovery-image] Dec 16 20:38:05.873 INFO O| Dec 16 20:38:05.873 INFO CREATE DATASET: rpool/images/build/recovery/output |
3619 | 2024-12-16T20:38:07.510Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3620 | 2024-12-16T20:38:07.518Z | Dec 16 20:38:06.104 INFO [stamp-ntp] process exited with exit status: 0 (606.548045ms) |
3621 | 2024-12-16T20:38:07.607Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3622 | 2024-12-16T20:38:07.638Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3623 | 2024-12-16T20:38:07.759Z | [ recovery-image] Dec 16 20:38:06.345 INFO O| Dec 16 20:38:06.344 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3624 | 2024-12-16T20:38:07.765Z | [ recovery-image] Dec 16 20:38:06.351 INFO O| Dec 16 20:38:06.350 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3625 | 2024-12-16T20:38:08.035Z | [ recovery-image] Dec 16 20:38:06.621 INFO O| Dec 16 20:38:06.621 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3626 | 2024-12-16T20:38:08.104Z | [ recovery-image] Dec 16 20:38:06.690 INFO O| Dec 16 20:38:06.689 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3627 | 2024-12-16T20:38:08.106Z | [ recovery-image] Dec 16 20:38:06.690 INFO O| Dec 16 20:38:06.690 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3628 | 2024-12-16T20:38:08.106Z | [ recovery-image] Dec 16 20:38:06.690 INFO O| Dec 16 20:38:06.690 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3629 | 2024-12-16T20:38:08.106Z | [ recovery-image] Dec 16 20:38:06.690 INFO O| Dec 16 20:38:06.690 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3630 | 2024-12-16T20:38:08.115Z | [ recovery-image] Dec 16 20:38:06.701 INFO O| Dec 16 20:38:06.701 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3631 | 2024-12-16T20:38:08.489Z | [ recovery-image] Dec 16 20:38:07.075 INFO O| Dec 16 20:38:07.075 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3632 | 2024-12-16T20:38:08.524Z | [ recovery-image] Dec 16 20:38:07.110 INFO O| Dec 16 20:38:07.110 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3633 | 2024-12-16T20:38:08.781Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3634 | 2024-12-16T20:38:08.806Z | Dec 16 20:38:07.391 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.677466184s) |
3635 | 2024-12-16T20:38:08.825Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3636 | 2024-12-16T20:38:08.879Z | Dec 16 20:38:07.465 INFO [stamp-internal-dns] process exited with exit status: 0 (1.929708564s) |
3637 | 2024-12-16T20:38:09.174Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3638 | 2024-12-16T20:38:09.221Z | Dec 16 20:38:07.806 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.235303126s) |
3639 | 2024-12-16T20:38:09.264Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3640 | 2024-12-16T20:38:09.280Z | Dec 16 20:38:07.865 INFO [stamp-external-dns] process exited with exit status: 0 (2.046952214s) |
3641 | 2024-12-16T20:38:09.288Z | [ recovery-image] Dec 16 20:38:07.872 INFO O| Dec 16 20:38:07.872 INFO O| Caching catalogs ... Done |
3642 | 2024-12-16T20:38:09.393Z | [ recovery-image] Dec 16 20:38:07.977 INFO O| Dec 16 20:38:07.977 INFO STEP 0 (pkg_image_create) COMPLETE |
3643 | 2024-12-16T20:38:09.393Z | [ recovery-image] Dec 16 20:38:07.977 INFO O| Dec 16 20:38:07.977 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3644 | 2024-12-16T20:38:09.393Z | [ recovery-image] Dec 16 20:38:07.977 INFO O| Dec 16 20:38:07.977 INFO skip step because feature "repo_redist" is not enabled |
3645 | 2024-12-16T20:38:09.396Z | [ recovery-image] Dec 16 20:38:07.977 INFO O| Dec 16 20:38:07.977 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3646 | 2024-12-16T20:38:09.401Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3647 | 2024-12-16T20:38:09.406Z | Dec 16 20:38:07.990 INFO [stamp-oximeter] process exited with exit status: 0 (2.476797374s) |
3648 | 2024-12-16T20:38:09.408Z | [ recovery-image] Dec 16 20:38:07.994 INFO O| Dec 16 20:38:07.994 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"] |
3649 | 2024-12-16T20:38:09.874Z | [ recovery-image] Dec 16 20:38:08.460 INFO O| Dec 16 20:38:08.460 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3650 | 2024-12-16T20:38:09.874Z | [ recovery-image] Dec 16 20:38:08.460 INFO O| Dec 16 20:38:08.460 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3651 | 2024-12-16T20:38:09.885Z | [ recovery-image] Dec 16 20:38:08.471 INFO O| Dec 16 20:38:08.471 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"] |
3652 | 2024-12-16T20:38:10.288Z | [ recovery-image] Dec 16 20:38:08.874 INFO O| Dec 16 20:38:08.874 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3653 | 2024-12-16T20:38:10.289Z | [ recovery-image] Dec 16 20:38:08.874 INFO O| Dec 16 20:38:08.874 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3654 | 2024-12-16T20:38:10.293Z | [ recovery-image] Dec 16 20:38:08.874 INFO O| Dec 16 20:38:08.874 INFO skip step because feature "repo_redist" is not enabled |
3655 | 2024-12-16T20:38:10.293Z | [ recovery-image] Dec 16 20:38:08.874 INFO O| Dec 16 20:38:08.874 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3656 | 2024-12-16T20:38:10.764Z | [ recovery-image] Dec 16 20:38:09.349 INFO O| Dec 16 20:38:09.349 INFO variant opensolaris.zone is already global |
3657 | 2024-12-16T20:38:10.764Z | [ recovery-image] Dec 16 20:38:09.349 INFO O| Dec 16 20:38:09.349 INFO STEP 5 (pkg_change_variant) COMPLETE |
3658 | 2024-12-16T20:38:10.764Z | [ recovery-image] Dec 16 20:38:09.349 INFO O| Dec 16 20:38:09.349 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3659 | 2024-12-16T20:38:11.003Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3660 | 2024-12-16T20:38:11.007Z | Dec 16 20:38:09.593 INFO [stamp-nexus] process exited with exit status: 0 (4.121451298s) |
3661 | 2024-12-16T20:38:11.253Z | [ recovery-image] Dec 16 20:38:09.838 INFO O| Dec 16 20:38:09.838 INFO variant opensolaris.imagetype is full; changing to partial |
3662 | 2024-12-16T20:38:11.253Z | [ recovery-image] Dec 16 20:38:09.838 INFO O| Dec 16 20:38:09.838 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3663 | 2024-12-16T20:38:11.686Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3664 | 2024-12-16T20:38:11.853Z | [verify-libraries] Compiling home v0.5.9 |
3665 | 2024-12-16T20:38:11.876Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3666 | 2024-12-16T20:38:11.897Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3667 | 2024-12-16T20:38:11.898Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3668 | 2024-12-16T20:38:11.900Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3669 | 2024-12-16T20:38:12.051Z | [verify-libraries] Compiling nix v0.28.0 |
3670 | 2024-12-16T20:38:12.152Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3671 | 2024-12-16T20:38:12.238Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3672 | 2024-12-16T20:38:12.241Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3673 | 2024-12-16T20:38:12.401Z | [verify-libraries] Compiling polyval v0.6.2 |
3674 | 2024-12-16T20:38:13.105Z | [ host-image] Dec 16 20:38:11.689 INFO O| Dec 16 20:38:11.689 INFO O| Startup: Caching catalogs ... Done |
3675 | 2024-12-16T20:38:13.173Z | [verify-libraries] Compiling ghash v0.5.1 |
3676 | 2024-12-16T20:38:13.211Z | [ host-image] Dec 16 20:38:11.796 INFO O| Dec 16 20:38:11.796 INFO O| Planning: Planning completed in 0.00 seconds |
3677 | 2024-12-16T20:38:13.214Z | [ host-image] Dec 16 20:38:11.797 INFO O| Dec 16 20:38:11.797 INFO O| Planning: Consolidating action changes ... Done |
3678 | 2024-12-16T20:38:13.214Z | [ host-image] Dec 16 20:38:11.797 INFO O| Dec 16 20:38:11.797 INFO O| Planning: Evaluating mediators ... Done |
3679 | 2024-12-16T20:38:13.214Z | [ host-image] Dec 16 20:38:11.798 INFO O| Dec 16 20:38:11.798 INFO O| Planning: Planning completed in 0.00 seconds |
3680 | 2024-12-16T20:38:13.214Z | [ host-image] Dec 16 20:38:11.798 INFO O| Dec 16 20:38:11.798 INFO O| Variants/Facets to change: 1 |
3681 | 2024-12-16T20:38:13.285Z | [verify-libraries] Compiling ctr v0.9.2 |
3682 | 2024-12-16T20:38:13.330Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3683 | 2024-12-16T20:38:13.371Z | Dec 16 20:38:11.956 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.361267874s) |
3684 | 2024-12-16T20:38:13.586Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3685 | 2024-12-16T20:38:13.654Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3686 | 2024-12-16T20:38:13.719Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3687 | 2024-12-16T20:38:13.809Z | [verify-libraries] Compiling blowfish v0.9.1 |
3688 | 2024-12-16T20:38:14.237Z | [ host-image] Dec 16 20:38:12.821 INFO O| Dec 16 20:38:12.821 INFO O| Done |
3689 | 2024-12-16T20:38:14.237Z | [ host-image] Dec 16 20:38:12.822 INFO O| Dec 16 20:38:12.821 INFO O| Done |
3690 | 2024-12-16T20:38:14.690Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3691 | 2024-12-16T20:38:15.481Z | [ host-image] Dec 16 20:38:14.065 INFO O| Dec 16 20:38:14.065 INFO O| Done |
3692 | 2024-12-16T20:38:15.549Z | [ host-image] Dec 16 20:38:14.133 INFO O| Dec 16 20:38:14.133 INFO O| Done |
3693 | 2024-12-16T20:38:15.552Z | [ host-image] Dec 16 20:38:14.135 INFO O| Dec 16 20:38:14.135 INFO O| Done |
3694 | 2024-12-16T20:38:15.552Z | [ host-image] Dec 16 20:38:14.135 INFO O| Dec 16 20:38:14.135 INFO O| Done |
3695 | 2024-12-16T20:38:15.557Z | [ host-image] Dec 16 20:38:14.142 INFO O| Dec 16 20:38:14.142 INFO O| Done |
3696 | 2024-12-16T20:38:15.589Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3697 | 2024-12-16T20:38:16.435Z | [verify-libraries] Compiling password-hash v0.4.2 |
3698 | 2024-12-16T20:38:16.944Z | [ host-image] Dec 16 20:38:15.528 INFO O| Dec 16 20:38:15.528 INFO STEP 6 (pkg_change_variant) COMPLETE |
3699 | 2024-12-16T20:38:16.944Z | [ host-image] Dec 16 20:38:15.528 INFO O| Dec 16 20:38:15.528 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3700 | 2024-12-16T20:38:16.946Z | [ host-image] Dec 16 20:38:15.528 INFO O| Dec 16 20:38:15.528 INFO skip step because feature "debug_variant" is not enabled |
3701 | 2024-12-16T20:38:16.946Z | [ host-image] Dec 16 20:38:15.528 INFO O| Dec 16 20:38:15.528 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3702 | 2024-12-16T20:38:17.589Z | [ host-image] Dec 16 20:38:16.173 INFO O| Dec 16 20:38:16.173 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3703 | 2024-12-16T20:38:19.093Z | [ host-image] Dec 16 20:38:17.677 INFO O| Dec 16 20:38:17.677 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3704 | 2024-12-16T20:38:19.096Z | [ host-image] Dec 16 20:38:17.679 INFO O| Dec 16 20:38:17.679 INFO O| Planning: Planning completed in 0.00 seconds |
3705 | 2024-12-16T20:38:19.096Z | [ host-image] Dec 16 20:38:17.680 INFO O| Dec 16 20:38:17.680 INFO O| Planning: Consolidating action changes ... Done |
3706 | 2024-12-16T20:38:19.096Z | [ host-image] Dec 16 20:38:17.680 INFO O| Dec 16 20:38:17.680 INFO O| Planning: Evaluating mediators ... Done |
3707 | 2024-12-16T20:38:19.099Z | [ host-image] Dec 16 20:38:17.680 INFO O| Dec 16 20:38:17.680 INFO O| Planning: Planning completed in 0.00 seconds |
3708 | 2024-12-16T20:38:19.099Z | [ host-image] Dec 16 20:38:17.681 INFO O| Dec 16 20:38:17.681 INFO O| Variants/Facets to change: 1 |
3709 | 2024-12-16T20:38:19.192Z | [ host-image] Dec 16 20:38:17.775 INFO O| Dec 16 20:38:17.775 INFO O| Done |
3710 | 2024-12-16T20:38:19.192Z | [ host-image] Dec 16 20:38:17.775 INFO O| Dec 16 20:38:17.775 INFO O| Done |
3711 | 2024-12-16T20:38:19.341Z | [verify-libraries] Compiling rustyline v14.0.0 |
3712 | 2024-12-16T20:38:20.255Z | [ host-image] Dec 16 20:38:18.812 INFO O| Dec 16 20:38:18.812 INFO O| Done |
3713 | 2024-12-16T20:38:20.258Z | [verify-libraries] Compiling matches v0.1.10 |
3714 | 2024-12-16T20:38:20.316Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3715 | 2024-12-16T20:38:20.358Z | [ host-image] Dec 16 20:38:18.942 INFO O| Dec 16 20:38:18.942 INFO O| Done |
3716 | 2024-12-16T20:38:20.361Z | [ host-image] Dec 16 20:38:18.943 INFO O| Dec 16 20:38:18.943 INFO O| Done |
3717 | 2024-12-16T20:38:20.361Z | [ host-image] Dec 16 20:38:18.943 INFO O| Dec 16 20:38:18.943 INFO O| Done |
3718 | 2024-12-16T20:38:20.366Z | Dec 16 20:38:18.950 INFO [stamp-clickhouse] process exited with exit status: 0 (13.46480621s) |
3719 | 2024-12-16T20:38:20.366Z | [ host-image] Dec 16 20:38:18.945 INFO O| Dec 16 20:38:18.945 INFO O| Done |
3720 | 2024-12-16T20:38:20.468Z | [ host-image] Dec 16 20:38:19.052 INFO O| Dec 16 20:38:19.051 INFO STEP 8 (pkg_change_facet) COMPLETE |
3721 | 2024-12-16T20:38:20.468Z | [ host-image] Dec 16 20:38:19.052 INFO O| Dec 16 20:38:19.051 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3722 | 2024-12-16T20:38:20.468Z | [ host-image] Dec 16 20:38:19.052 INFO O| Dec 16 20:38:19.051 INFO skip step because feature "recovery" is not enabled |
3723 | 2024-12-16T20:38:20.471Z | [ host-image] Dec 16 20:38:19.052 INFO O| Dec 16 20:38:19.051 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3724 | 2024-12-16T20:38:20.471Z | [ host-image] Dec 16 20:38:19.052 INFO O| Dec 16 20:38:19.051 INFO skip step because feature "recovery" is not enabled |
3725 | 2024-12-16T20:38:20.471Z | [ host-image] Dec 16 20:38:19.052 INFO O| Dec 16 20:38:19.051 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3726 | 2024-12-16T20:38:20.502Z | [ host-image] Dec 16 20:38:19.070 INFO O| Dec 16 20:38:19.070 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"] |
3727 | 2024-12-16T20:38:20.515Z | [verify-libraries] Compiling idna v0.2.3 |
3728 | 2024-12-16T20:38:20.992Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3729 | 2024-12-16T20:38:21.008Z | Dec 16 20:38:19.592 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.909269374s) |
3730 | 2024-12-16T20:38:21.008Z | Dec 16 20:38:19.592 INFO [tuf-stamp] task succeeded (14.135975508s) |
3731 | 2024-12-16T20:38:21.272Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3732 | 2024-12-16T20:38:21.601Z | [ host-image] Dec 16 20:38:20.185 INFO O| Dec 16 20:38:20.185 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3733 | 2024-12-16T20:38:21.780Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3734 | 2024-12-16T20:38:21.928Z | [verify-libraries] Compiling p521 v0.13.3 |
3735 | 2024-12-16T20:38:24.829Z | [ recovery-image] Dec 16 20:38:23.411 INFO O| Dec 16 20:38:23.411 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3736 | 2024-12-16T20:38:25.312Z | [verify-libraries] Compiling p256 v0.13.2 |
3737 | 2024-12-16T20:38:27.036Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3738 | 2024-12-16T20:38:28.092Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3739 | 2024-12-16T20:38:28.593Z | [verify-libraries] Compiling md5 v0.7.0 |
3740 | 2024-12-16T20:38:28.668Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3741 | 2024-12-16T20:38:29.179Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3742 | 2024-12-16T20:38:33.194Z | [ recovery-image] Dec 16 20:38:31.776 INFO O| Dec 16 20:38:31.776 INFO O| Startup: Caching catalogs ... Done |
3743 | 2024-12-16T20:38:33.300Z | [ recovery-image] Dec 16 20:38:31.880 INFO O| Dec 16 20:38:31.880 INFO O| Planning: Planning completed in 0.00 seconds |
3744 | 2024-12-16T20:38:33.305Z | [ recovery-image] Dec 16 20:38:31.881 INFO O| Dec 16 20:38:31.881 INFO O| Planning: Consolidating action changes ... Done |
3745 | 2024-12-16T20:38:33.305Z | [ recovery-image] Dec 16 20:38:31.881 INFO O| Dec 16 20:38:31.881 INFO O| Planning: Evaluating mediators ... Done |
3746 | 2024-12-16T20:38:33.305Z | [ recovery-image] Dec 16 20:38:31.882 INFO O| Dec 16 20:38:31.882 INFO O| Planning: Planning completed in 0.00 seconds |
3747 | 2024-12-16T20:38:33.305Z | [ recovery-image] Dec 16 20:38:31.882 INFO O| Dec 16 20:38:31.882 INFO O| Variants/Facets to change: 1 |
3748 | 2024-12-16T20:38:33.458Z | [ recovery-image] Dec 16 20:38:32.038 INFO O| Dec 16 20:38:32.038 INFO O| Done |
3749 | 2024-12-16T20:38:33.458Z | [ recovery-image] Dec 16 20:38:32.038 INFO O| Dec 16 20:38:32.038 INFO O| Done |
3750 | 2024-12-16T20:38:34.410Z | [ recovery-image] Dec 16 20:38:32.989 INFO O| Dec 16 20:38:32.989 INFO O| Done |
3751 | 2024-12-16T20:38:34.553Z | [ recovery-image] Dec 16 20:38:33.134 INFO O| Dec 16 20:38:33.134 INFO O| Done |
3752 | 2024-12-16T20:38:34.556Z | [ recovery-image] Dec 16 20:38:33.135 INFO O| Dec 16 20:38:33.135 INFO O| Done |
3753 | 2024-12-16T20:38:34.556Z | [ recovery-image] Dec 16 20:38:33.135 INFO O| Dec 16 20:38:33.135 INFO O| Done |
3754 | 2024-12-16T20:38:34.556Z | [ recovery-image] Dec 16 20:38:33.137 INFO O| Dec 16 20:38:33.137 INFO O| Done |
3755 | 2024-12-16T20:38:34.860Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3756 | 2024-12-16T20:38:35.203Z | [ recovery-image] Dec 16 20:38:33.782 INFO O| Dec 16 20:38:33.782 INFO STEP 6 (pkg_change_variant) COMPLETE |
3757 | 2024-12-16T20:38:35.203Z | [ recovery-image] Dec 16 20:38:33.782 INFO O| Dec 16 20:38:33.782 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3758 | 2024-12-16T20:38:35.209Z | [ recovery-image] Dec 16 20:38:33.782 INFO O| Dec 16 20:38:33.782 INFO skip step because feature "debug_variant" is not enabled |
3759 | 2024-12-16T20:38:35.209Z | [ recovery-image] Dec 16 20:38:33.782 INFO O| Dec 16 20:38:33.782 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3760 | 2024-12-16T20:38:35.933Z | [ recovery-image] Dec 16 20:38:34.514 INFO O| Dec 16 20:38:34.514 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3761 | 2024-12-16T20:38:37.098Z | [ recovery-image] Dec 16 20:38:35.679 INFO O| Dec 16 20:38:35.679 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3762 | 2024-12-16T20:38:37.101Z | [ recovery-image] Dec 16 20:38:35.681 INFO O| Dec 16 20:38:35.681 INFO O| Planning: Planning completed in 0.00 seconds |
3763 | 2024-12-16T20:38:37.101Z | [ recovery-image] Dec 16 20:38:35.681 INFO O| Dec 16 20:38:35.681 INFO O| Planning: Consolidating action changes ... Done |
3764 | 2024-12-16T20:38:37.101Z | [ recovery-image] Dec 16 20:38:35.681 INFO O| Dec 16 20:38:35.681 INFO O| Planning: Evaluating mediators ... Done |
3765 | 2024-12-16T20:38:37.101Z | [ recovery-image] Dec 16 20:38:35.682 INFO O| Dec 16 20:38:35.682 INFO O| Planning: Planning completed in 0.00 seconds |
3766 | 2024-12-16T20:38:37.105Z | [ recovery-image] Dec 16 20:38:35.682 INFO O| Dec 16 20:38:35.682 INFO O| Variants/Facets to change: 1 |
3767 | 2024-12-16T20:38:37.175Z | [ recovery-image] Dec 16 20:38:35.756 INFO O| Dec 16 20:38:35.756 INFO O| Done |
3768 | 2024-12-16T20:38:37.175Z | [ recovery-image] Dec 16 20:38:35.756 INFO O| Dec 16 20:38:35.756 INFO O| Done |
3769 | 2024-12-16T20:38:38.145Z | [ recovery-image] Dec 16 20:38:36.725 INFO O| Dec 16 20:38:36.725 INFO O| Done |
3770 | 2024-12-16T20:38:38.245Z | [ recovery-image] Dec 16 20:38:36.825 INFO O| Dec 16 20:38:36.825 INFO O| Done |
3771 | 2024-12-16T20:38:38.247Z | [ recovery-image] Dec 16 20:38:36.826 INFO O| Dec 16 20:38:36.826 INFO O| Done |
3772 | 2024-12-16T20:38:38.247Z | [ recovery-image] Dec 16 20:38:36.827 INFO O| Dec 16 20:38:36.826 INFO O| Done |
3773 | 2024-12-16T20:38:38.249Z | [ recovery-image] Dec 16 20:38:36.829 INFO O| Dec 16 20:38:36.829 INFO O| Done |
3774 | 2024-12-16T20:38:38.347Z | [ recovery-image] Dec 16 20:38:36.927 INFO O| Dec 16 20:38:36.927 INFO STEP 8 (pkg_change_facet) COMPLETE |
3775 | 2024-12-16T20:38:38.347Z | [ recovery-image] Dec 16 20:38:36.927 INFO O| Dec 16 20:38:36.927 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3776 | 2024-12-16T20:38:39.036Z | [ recovery-image] Dec 16 20:38:37.604 INFO O| Dec 16 20:38:37.604 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3777 | 2024-12-16T20:38:40.085Z | [ recovery-image] Dec 16 20:38:38.664 INFO O| Dec 16 20:38:38.664 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3778 | 2024-12-16T20:38:40.089Z | [ recovery-image] Dec 16 20:38:38.666 INFO O| Dec 16 20:38:38.666 INFO O| Planning: Planning completed in 0.00 seconds |
3779 | 2024-12-16T20:38:40.089Z | [ recovery-image] Dec 16 20:38:38.667 INFO O| Dec 16 20:38:38.667 INFO O| Planning: Consolidating action changes ... Done |
3780 | 2024-12-16T20:38:40.089Z | [ recovery-image] Dec 16 20:38:38.668 INFO O| Dec 16 20:38:38.668 INFO O| Planning: Evaluating mediators ... Done |
3781 | 2024-12-16T20:38:40.089Z | [ recovery-image] Dec 16 20:38:38.668 INFO O| Dec 16 20:38:38.668 INFO O| Planning: Planning completed in 0.00 seconds |
3782 | 2024-12-16T20:38:40.092Z | [ recovery-image] Dec 16 20:38:38.669 INFO O| Dec 16 20:38:38.669 INFO O| Variants/Facets to change: 1 |
3783 | 2024-12-16T20:38:40.186Z | [ recovery-image] Dec 16 20:38:38.764 INFO O| Dec 16 20:38:38.764 INFO O| Done |
3784 | 2024-12-16T20:38:40.186Z | [ recovery-image] Dec 16 20:38:38.764 INFO O| Dec 16 20:38:38.764 INFO O| Done |
3785 | 2024-12-16T20:38:40.990Z | [ recovery-image] Dec 16 20:38:39.570 INFO O| Dec 16 20:38:39.570 INFO O| Done |
3786 | 2024-12-16T20:38:41.126Z | [ recovery-image] Dec 16 20:38:39.703 INFO O| Dec 16 20:38:39.703 INFO O| Done |
3787 | 2024-12-16T20:38:41.131Z | [ recovery-image] Dec 16 20:38:39.704 INFO O| Dec 16 20:38:39.704 INFO O| Done |
3788 | 2024-12-16T20:38:41.131Z | [ recovery-image] Dec 16 20:38:39.704 INFO O| Dec 16 20:38:39.704 INFO O| Done |
3789 | 2024-12-16T20:38:41.132Z | [ recovery-image] Dec 16 20:38:39.706 INFO O| Dec 16 20:38:39.706 INFO O| Done |
3790 | 2024-12-16T20:38:41.242Z | [ recovery-image] Dec 16 20:38:39.821 INFO O| Dec 16 20:38:39.821 INFO STEP 9 (pkg_change_facet) COMPLETE |
3791 | 2024-12-16T20:38:41.242Z | [ recovery-image] Dec 16 20:38:39.821 INFO O| Dec 16 20:38:39.821 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3792 | 2024-12-16T20:38:42.066Z | [ recovery-image] Dec 16 20:38:40.484 INFO O| Dec 16 20:38:40.484 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3793 | 2024-12-16T20:38:43.051Z | [ recovery-image] Dec 16 20:38:41.631 INFO O| Dec 16 20:38:41.631 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3794 | 2024-12-16T20:38:43.054Z | [ recovery-image] Dec 16 20:38:41.633 INFO O| Dec 16 20:38:41.632 INFO O| Planning: Planning completed in 0.00 seconds |
3795 | 2024-12-16T20:38:43.054Z | [ recovery-image] Dec 16 20:38:41.633 INFO O| Dec 16 20:38:41.633 INFO O| Planning: Consolidating action changes ... Done |
3796 | 2024-12-16T20:38:43.054Z | [ recovery-image] Dec 16 20:38:41.633 INFO O| Dec 16 20:38:41.633 INFO O| Planning: Evaluating mediators ... Done |
3797 | 2024-12-16T20:38:43.054Z | [ recovery-image] Dec 16 20:38:41.634 INFO O| Dec 16 20:38:41.634 INFO O| Planning: Planning completed in 0.00 seconds |
3798 | 2024-12-16T20:38:43.057Z | [ recovery-image] Dec 16 20:38:41.634 INFO O| Dec 16 20:38:41.634 INFO O| Variants/Facets to change: 1 |
3799 | 2024-12-16T20:38:43.128Z | [ recovery-image] Dec 16 20:38:41.707 INFO O| Dec 16 20:38:41.707 INFO O| Done |
3800 | 2024-12-16T20:38:43.128Z | [ recovery-image] Dec 16 20:38:41.708 INFO O| Dec 16 20:38:41.707 INFO O| Done |
3801 | 2024-12-16T20:38:44.001Z | [ recovery-image] Dec 16 20:38:42.580 INFO O| Dec 16 20:38:42.580 INFO O| Done |
3802 | 2024-12-16T20:38:44.094Z | [verify-libraries] Compiling des v0.8.1 |
3803 | 2024-12-16T20:38:44.124Z | [ recovery-image] Dec 16 20:38:42.703 INFO O| Dec 16 20:38:42.703 INFO O| Done |
3804 | 2024-12-16T20:38:44.127Z | [ recovery-image] Dec 16 20:38:42.704 INFO O| Dec 16 20:38:42.704 INFO O| Done |
3805 | 2024-12-16T20:38:44.127Z | [ recovery-image] Dec 16 20:38:42.705 INFO O| Dec 16 20:38:42.704 INFO O| Done |
3806 | 2024-12-16T20:38:44.129Z | [ recovery-image] Dec 16 20:38:42.706 INFO O| Dec 16 20:38:42.706 INFO O| Done |
3807 | 2024-12-16T20:38:44.215Z | [ recovery-image] Dec 16 20:38:42.794 INFO O| Dec 16 20:38:42.794 INFO STEP 10 (pkg_change_facet) COMPLETE |
3808 | 2024-12-16T20:38:44.215Z | [ recovery-image] Dec 16 20:38:42.794 INFO O| Dec 16 20:38:42.794 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3809 | 2024-12-16T20:38:44.235Z | [ recovery-image] Dec 16 20:38:42.814 INFO O| Dec 16 20:38:42.814 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"] |
3810 | 2024-12-16T20:38:44.814Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3811 | 2024-12-16T20:38:45.060Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3812 | 2024-12-16T20:38:45.136Z | [verify-libraries] Compiling russh v0.45.0 |
3813 | 2024-12-16T20:38:45.224Z | [ recovery-image] Dec 16 20:38:43.803 INFO O| Dec 16 20:38:43.803 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3814 | 2024-12-16T20:38:46.368Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3815 | 2024-12-16T20:38:51.797Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3816 | 2024-12-16T20:38:55.862Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3817 | 2024-12-16T20:38:57.815Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3818 | 2024-12-16T20:39:09.979Z | [verify-libraries] Compiling petname v2.0.2 |
3819 | 2024-12-16T20:39:11.386Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3820 | 2024-12-16T20:39:12.052Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3821 | 2024-12-16T20:39:12.802Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3822 | 2024-12-16T20:39:22.117Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3823 | 2024-12-16T20:39:22.574Z | [ host-image] Dec 16 20:39:21.146 INFO O| Dec 16 20:39:21.146 INFO O| Planning: Solver setup ... Done |
3824 | 2024-12-16T20:39:27.226Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3825 | 2024-12-16T20:39:34.131Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3826 | 2024-12-16T20:39:37.140Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3827 | 2024-12-16T20:39:47.289Z | [ recovery-image] Dec 16 20:39:45.856 INFO O| Dec 16 20:39:45.856 INFO O| Planning: Solver setup ... Done |
3828 | 2024-12-16T20:39:57.850Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3829 | 2024-12-16T20:40:00.182Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3830 | 2024-12-16T20:40:04.490Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3831 | 2024-12-16T20:40:26.218Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3832 | 2024-12-16T20:40:32.432Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3833 | 2024-12-16T20:40:33.021Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3834 | 2024-12-16T20:40:33.544Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3835 | 2024-12-16T20:40:33.979Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3836 | 2024-12-16T20:40:34.422Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3837 | 2024-12-16T20:40:36.075Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3838 | 2024-12-16T20:40:36.375Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3839 | 2024-12-16T20:40:36.757Z | [ host-image] Dec 16 20:40:35.316 INFO O| Dec 16 20:40:35.316 INFO O| Planning: Running solver ... Done |
3840 | 2024-12-16T20:40:37.326Z | [ host-image] Dec 16 20:40:35.882 INFO O| Dec 16 20:40:35.882 INFO O| Planning: Finding local manifests ... Done |
3841 | 2024-12-16T20:40:37.338Z | [ host-image] Dec 16 20:40:35.898 INFO O| Dec 16 20:40:35.898 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3842 | 2024-12-16T20:40:42.216Z | [ host-image] Dec 16 20:40:40.775 INFO O| Dec 16 20:40:40.775 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3843 | 2024-12-16T20:40:42.921Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3844 | 2024-12-16T20:40:43.723Z | [ host-image] Dec 16 20:40:42.281 INFO O| Dec 16 20:40:42.281 INFO O| Planning: Package planning ... Done |
3845 | 2024-12-16T20:40:45.415Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3846 | 2024-12-16T20:40:45.609Z | [ host-image] Dec 16 20:40:44.167 INFO O| Dec 16 20:40:44.167 INFO O| Planning: Merging actions ... Done |
3847 | 2024-12-16T20:40:45.942Z | [ host-image] Dec 16 20:40:44.500 INFO O| Dec 16 20:40:44.500 INFO O| Planning: Checking for conflicting actions ... Done |
3848 | 2024-12-16T20:40:46.228Z | [ host-image] Dec 16 20:40:44.786 INFO O| Dec 16 20:40:44.785 INFO O| Planning: Consolidating action changes ... Done |
3849 | 2024-12-16T20:40:46.754Z | [ host-image] Dec 16 20:40:45.312 INFO O| Dec 16 20:40:45.312 INFO O| Planning: Evaluating mediators ... Done |
3850 | 2024-12-16T20:40:49.685Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3851 | 2024-12-16T20:40:53.355Z | [ host-image] Dec 16 20:40:51.911 INFO O| Dec 16 20:40:51.911 INFO O| Planning: Planning completed in 151.73 seconds |
3852 | 2024-12-16T20:40:53.376Z | [ host-image] Dec 16 20:40:51.933 INFO O| Dec 16 20:40:51.933 INFO O| Packages to install: 124 |
3853 | 2024-12-16T20:40:53.379Z | [ host-image] Dec 16 20:40:51.933 INFO O| Dec 16 20:40:51.933 INFO O| Mediators to change: 4 |
3854 | 2024-12-16T20:40:53.379Z | [ host-image] Dec 16 20:40:51.933 INFO O| Dec 16 20:40:51.933 INFO O| Services to change: 6 |
3855 | 2024-12-16T20:40:53.501Z | [ host-image] Dec 16 20:40:52.058 INFO O| Dec 16 20:40:52.058 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete |
3856 | 2024-12-16T20:40:54.822Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3857 | 2024-12-16T20:40:58.798Z | [ host-image] Dec 16 20:40:57.353 INFO O| Dec 16 20:40:57.353 INFO O| Download: 1023/22774 items 5.8/199.6MB 2% complete (1.3M/s) |
3858 | 2024-12-16T20:40:59.543Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3859 | 2024-12-16T20:41:03.500Z | [ recovery-image] Dec 16 20:41:02.055 INFO O| Dec 16 20:41:02.055 INFO O| Planning: Running solver ... Done |
3860 | 2024-12-16T20:41:04.155Z | [ recovery-image] Dec 16 20:41:02.576 INFO O| Dec 16 20:41:02.576 INFO O| Planning: Finding local manifests ... Done |
3861 | 2024-12-16T20:41:04.179Z | [ recovery-image] Dec 16 20:41:02.593 INFO O| Dec 16 20:41:02.593 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3862 | 2024-12-16T20:41:04.179Z | [ host-image] Dec 16 20:41:02.704 INFO O| Dec 16 20:41:02.704 INFO O| Download: 1780/22774 items 12.0/199.6MB 6% complete (1.2M/s) |
3863 | 2024-12-16T20:41:09.239Z | [ host-image] Dec 16 20:41:07.785 INFO O| Dec 16 20:41:07.785 INFO O| Download: 2248/22774 items 24.8/199.6MB 12% complete (1.9M/s) |
3864 | 2024-12-16T20:41:09.620Z | [ recovery-image] Dec 16 20:41:08.173 INFO O| Dec 16 20:41:08.173 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3865 | 2024-12-16T20:41:10.633Z | [ recovery-image] Dec 16 20:41:09.186 INFO O| Dec 16 20:41:09.186 INFO O| Planning: Package planning ... Done |
3866 | 2024-12-16T20:41:11.463Z | [ recovery-image] Dec 16 20:41:10.017 INFO O| Dec 16 20:41:10.016 INFO O| Planning: Merging actions ... Done |
3867 | 2024-12-16T20:41:11.969Z | [ recovery-image] Dec 16 20:41:10.456 INFO O| Dec 16 20:41:10.456 INFO O| Planning: Checking for conflicting actions ... Done |
3868 | 2024-12-16T20:41:12.096Z | [ recovery-image] Dec 16 20:41:10.604 INFO O| Dec 16 20:41:10.604 INFO O| Planning: Consolidating action changes ... Done |
3869 | 2024-12-16T20:41:12.451Z | [ recovery-image] Dec 16 20:41:10.982 INFO O| Dec 16 20:41:10.981 INFO O| Planning: Evaluating mediators ... Done |
3870 | 2024-12-16T20:41:14.236Z | [ host-image] Dec 16 20:41:12.785 INFO O| Dec 16 20:41:12.785 INFO O| Download: 3461/22774 items 35.4/199.6MB 17% complete (2.4M/s) |
3871 | 2024-12-16T20:41:18.418Z | [ recovery-image] Dec 16 20:41:16.970 INFO O| Dec 16 20:41:16.970 INFO O| Planning: Planning completed in 153.17 seconds |
3872 | 2024-12-16T20:41:18.426Z | [ recovery-image] Dec 16 20:41:16.977 INFO O| Dec 16 20:41:16.977 INFO O| Packages to install: 124 |
3873 | 2024-12-16T20:41:18.426Z | [ recovery-image] Dec 16 20:41:16.977 INFO O| Dec 16 20:41:16.977 INFO O| Mediators to change: 4 |
3874 | 2024-12-16T20:41:18.426Z | [ recovery-image] Dec 16 20:41:16.977 INFO O| Dec 16 20:41:16.977 INFO O| Services to change: 5 |
3875 | 2024-12-16T20:41:18.511Z | [ recovery-image] Dec 16 20:41:17.064 INFO O| Dec 16 20:41:17.064 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete |
3876 | 2024-12-16T20:41:19.236Z | [ host-image] Dec 16 20:41:17.787 INFO O| Dec 16 20:41:17.787 INFO O| Download: 4538/22774 items 42.3/199.6MB 21% complete (1.8M/s) |
3877 | 2024-12-16T20:41:23.512Z | [ recovery-image] Dec 16 20:41:22.064 INFO O| Dec 16 20:41:22.064 INFO O| Download: 961/15848 items 7.6/176.3MB 4% complete (1.5M/s) |
3878 | 2024-12-16T20:41:23.833Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3879 | 2024-12-16T20:41:24.236Z | [ host-image] Dec 16 20:41:22.788 INFO O| Dec 16 20:41:22.787 INFO O| Download: 5160/22774 items 46.0/199.6MB 23% complete (1.1M/s) |
3880 | 2024-12-16T20:41:29.240Z | [ host-image] Dec 16 20:41:27.790 INFO O| Dec 16 20:41:27.790 INFO O| Download: 6037/22774 items 46.4/199.6MB 23% complete (425k/s) |
3881 | 2024-12-16T20:41:30.092Z | [ recovery-image] Dec 16 20:41:28.642 INFO O| Dec 16 20:41:28.642 INFO O| Download: 1159/15848 items 9.9/176.3MB 5% complete (1.1M/s) |
3882 | 2024-12-16T20:41:30.629Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3883 | 2024-12-16T20:41:31.218Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3884 | 2024-12-16T20:41:32.292Z | [verify-libraries] Compiling termios v0.3.3 |
3885 | 2024-12-16T20:41:32.622Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3886 | 2024-12-16T20:41:34.246Z | [ host-image] Dec 16 20:41:32.795 INFO O| Dec 16 20:41:32.795 INFO O| Download: 6672/22774 items 46.8/199.6MB 23% complete (86.9k/s) |
3887 | 2024-12-16T20:41:39.286Z | [ host-image] Dec 16 20:41:37.834 INFO O| Dec 16 20:41:37.834 INFO O| Download: 7003/22774 items 50.8/199.6MB 25% complete (427k/s) |
3888 | 2024-12-16T20:41:43.050Z | [ recovery-image] Dec 16 20:41:41.596 INFO O| Dec 16 20:41:41.596 INFO O| Download: 1185/15848 items 14.9/176.3MB 8% complete (768k/s) |
3889 | 2024-12-16T20:41:44.331Z | [ host-image] Dec 16 20:41:42.879 INFO O| Dec 16 20:41:42.879 INFO O| Download: 7660/22774 items 58.6/199.6MB 29% complete (1.2M/s) |
3890 | 2024-12-16T20:41:48.440Z | [ recovery-image] Dec 16 20:41:46.986 INFO O| Dec 16 20:41:46.986 INFO O| Download: 1462/15848 items 21.5/176.3MB 12% complete (1.6M/s) |
3891 | 2024-12-16T20:41:52.161Z | [ host-image] Dec 16 20:41:50.707 INFO O| Dec 16 20:41:50.707 INFO O| Download: 7960/22774 items 59.6/199.6MB 29% complete (1.2M/s) |
3892 | 2024-12-16T20:41:53.985Z | [ recovery-image] Dec 16 20:41:52.531 INFO O| Dec 16 20:41:52.531 INFO O| Download: 1510/15848 items 21.9/176.3MB 12% complete (700k/s) |
3893 | 2024-12-16T20:41:57.038Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3894 | 2024-12-16T20:41:57.167Z | [ host-image] Dec 16 20:41:55.707 INFO O| Dec 16 20:41:55.707 INFO O| Download: 8260/22774 items 64.0/199.6MB 32% complete (450k/s) |
3895 | 2024-12-16T20:41:58.988Z | [ recovery-image] Dec 16 20:41:57.533 INFO O| Dec 16 20:41:57.533 INFO O| Download: 1591/15848 items 24.8/176.3MB 14% complete (299k/s) |
3896 | 2024-12-16T20:42:02.497Z | [ host-image] Dec 16 20:42:01.041 INFO O| Dec 16 20:42:01.041 INFO O| Download: 8281/22774 items 66.4/199.6MB 33% complete (653k/s) |
3897 | 2024-12-16T20:42:04.045Z | [ recovery-image] Dec 16 20:42:02.590 INFO O| Dec 16 20:42:02.590 INFO O| Download: 2370/15848 items 31.3/176.3MB 17% complete (978k/s) |
3898 | 2024-12-16T20:42:07.516Z | [ host-image] Dec 16 20:42:06.059 INFO O| Dec 16 20:42:06.059 INFO O| Download: 8959/22774 items 72.0/199.6MB 36% complete (894k/s) |
3899 | 2024-12-16T20:42:09.097Z | [ recovery-image] Dec 16 20:42:07.640 INFO O| Dec 16 20:42:07.640 INFO O| Download: 2722/15848 items 33.7/176.3MB 19% complete (944k/s) |
3900 | 2024-12-16T20:42:09.605Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3901 | 2024-12-16T20:42:12.736Z | [ host-image] Dec 16 20:42:11.278 INFO O| Dec 16 20:42:11.278 INFO O| Download: 9382/22774 items 81.5/199.6MB 40% complete (1.9M/s) |
3902 | 2024-12-16T20:42:14.098Z | [ recovery-image] Dec 16 20:42:12.641 INFO O| Dec 16 20:42:12.640 INFO O| Download: 3612/15848 items 39.1/176.3MB 22% complete (793k/s) |
3903 | 2024-12-16T20:42:17.910Z | [ host-image] Dec 16 20:42:16.452 INFO O| Dec 16 20:42:16.452 INFO O| Download: 9913/22774 items 83.7/199.6MB 41% complete (1.1M/s) |
3904 | 2024-12-16T20:42:19.100Z | [ recovery-image] Dec 16 20:42:17.642 INFO O| Dec 16 20:42:17.642 INFO O| Download: 4073/15848 items 42.5/176.3MB 24% complete (914k/s) |
3905 | 2024-12-16T20:42:22.959Z | [ host-image] Dec 16 20:42:21.472 INFO O| Dec 16 20:42:21.472 INFO O| Download: 10638/22774 items 89.1/199.6MB 44% complete (910k/s) |
3906 | 2024-12-16T20:42:24.103Z | [ recovery-image] Dec 16 20:42:22.643 INFO O| Dec 16 20:42:22.643 INFO O| Download: 4981/15848 items 43.1/176.3MB 24% complete (412k/s) |
3907 | 2024-12-16T20:42:27.960Z | [ host-image] Dec 16 20:42:26.500 INFO O| Dec 16 20:42:26.500 INFO O| Download: 11090/22774 items 92.0/199.6MB 46% complete (852k/s) |
3908 | 2024-12-16T20:42:29.444Z | [ recovery-image] Dec 16 20:42:27.984 INFO O| Dec 16 20:42:27.984 INFO O| Download: 5698/15848 items 45.3/176.3MB 25% complete (255k/s) |
3909 | 2024-12-16T20:42:32.973Z | [ host-image] Dec 16 20:42:31.512 INFO O| Dec 16 20:42:31.512 INFO O| Download: 11604/22774 items 96.3/199.6MB 48% complete (742k/s) |
3910 | 2024-12-16T20:42:35.889Z | [ recovery-image] Dec 16 20:42:34.428 INFO O| Dec 16 20:42:34.428 INFO O| Download: 5945/15848 items 53.6/176.3MB 30% complete (1.0M/s) |
3911 | 2024-12-16T20:42:37.974Z | [ host-image] Dec 16 20:42:36.512 INFO O| Dec 16 20:42:36.512 INFO O| Download: 12120/22774 items 106.8/199.6MB 53% complete (1.2M/s) |
3912 | 2024-12-16T20:42:40.890Z | [ recovery-image] Dec 16 20:42:39.428 INFO O| Dec 16 20:42:39.428 INFO O| Download: 6850/15848 items 66.7/176.3MB 37% complete (2.0M/s) |
3913 | 2024-12-16T20:42:43.297Z | [ host-image] Dec 16 20:42:41.834 INFO O| Dec 16 20:42:41.834 INFO O| Download: 12314/22774 items 109.5/199.6MB 54% complete (1.3M/s) |
3914 | 2024-12-16T20:42:46.649Z | [ recovery-image] Dec 16 20:42:45.186 INFO O| Dec 16 20:42:45.185 INFO O| Download: 7644/15848 items 73.7/176.3MB 41% complete (2.0M/s) |
3915 | 2024-12-16T20:42:48.718Z | [ host-image] Dec 16 20:42:47.254 INFO O| Dec 16 20:42:47.254 INFO O| Download: 13315/22774 items 110.0/199.6MB 55% complete (446k/s) |
3916 | 2024-12-16T20:42:51.661Z | [ recovery-image] Dec 16 20:42:50.197 INFO O| Dec 16 20:42:50.197 INFO O| Download: 8011/15848 items 79.4/176.3MB 45% complete (725k/s) |
3917 | 2024-12-16T20:42:53.726Z | [ host-image] Dec 16 20:42:52.259 INFO O| Dec 16 20:42:52.259 INFO O| Download: 14155/22774 items 110.4/199.6MB 55% complete (88.5k/s) |
3918 | 2024-12-16T20:42:57.136Z | [ recovery-image] Dec 16 20:42:55.671 INFO O| Dec 16 20:42:55.671 INFO O| Download: 8670/15848 items 82.6/176.3MB 46% complete (883k/s) |
3919 | 2024-12-16T20:42:58.727Z | [ host-image] Dec 16 20:42:57.262 INFO O| Dec 16 20:42:57.262 INFO O| Download: 14448/22774 items 112.0/199.6MB 56% complete (194k/s) |
3920 | 2024-12-16T20:43:02.138Z | [ recovery-image] Dec 16 20:43:00.672 INFO O| Dec 16 20:43:00.672 INFO O| Download: 8716/15848 items 83.7/176.3MB 47% complete (429k/s) |
3921 | 2024-12-16T20:43:03.734Z | [ host-image] Dec 16 20:43:02.267 INFO O| Dec 16 20:43:02.267 INFO O| Download: 14974/22774 items 122.1/199.6MB 61% complete (1.1M/s) |
3922 | 2024-12-16T20:43:07.721Z | [ recovery-image] Dec 16 20:43:06.254 INFO O| Dec 16 20:43:06.254 INFO O| Download: 8775/15848 items 87.4/176.3MB 49% complete (516k/s) |
3923 | 2024-12-16T20:43:08.746Z | [ host-image] Dec 16 20:43:07.279 INFO O| Dec 16 20:43:07.279 INFO O| Download: 15667/22774 items 125.6/199.6MB 62% complete (1.3M/s) |
3924 | 2024-12-16T20:43:12.880Z | [ recovery-image] Dec 16 20:43:11.412 INFO O| Dec 16 20:43:11.412 INFO O| Download: 8925/15848 items 92.6/176.3MB 52% complete (864k/s) |
3925 | 2024-12-16T20:43:14.063Z | [ host-image] Dec 16 20:43:12.595 INFO O| Dec 16 20:43:12.595 INFO O| Download: 15732/22774 items 125.9/199.6MB 63% complete (1.3M/s) |
3926 | 2024-12-16T20:43:17.902Z | [ recovery-image] Dec 16 20:43:16.433 INFO O| Dec 16 20:43:16.433 INFO O| Download: 9725/15848 items 93.0/176.3MB 52% complete (433k/s) |
3927 | 2024-12-16T20:43:19.244Z | [ host-image] Dec 16 20:43:17.775 INFO O| Dec 16 20:43:17.774 INFO O| Download: 15874/22774 items 130.3/199.6MB 65% complete (483k/s) |
3928 | 2024-12-16T20:43:22.912Z | [ recovery-image] Dec 16 20:43:21.442 INFO O| Dec 16 20:43:21.442 INFO O| Download: 10486/15848 items 93.4/176.3MB 52% complete (81.5k/s) |
3929 | 2024-12-16T20:43:24.246Z | [ host-image] Dec 16 20:43:22.776 INFO O| Dec 16 20:43:22.776 INFO O| Download: 16743/22774 items 138.9/199.6MB 69% complete (1.3M/s) |
3930 | 2024-12-16T20:43:28.155Z | [ recovery-image] Dec 16 20:43:26.684 INFO O| Dec 16 20:43:26.684 INFO O| Download: 11010/15848 items 94.7/176.3MB 53% complete (148k/s) |
3931 | 2024-12-16T20:43:29.262Z | [ host-image] Dec 16 20:43:27.777 INFO O| Dec 16 20:43:27.777 INFO O| Download: 17685/22774 items 149.5/199.6MB 74% complete (1.9M/s) |
3932 | 2024-12-16T20:43:33.156Z | [ recovery-image] Dec 16 20:43:31.684 INFO O| Dec 16 20:43:31.684 INFO O| Download: 11345/15848 items 105.1/176.3MB 59% complete (1.1M/s) |
3933 | 2024-12-16T20:43:34.250Z | [ host-image] Dec 16 20:43:32.777 INFO O| Dec 16 20:43:32.777 INFO O| Download: 18342/22774 items 163.1/199.6MB 81% complete (2.4M/s) |
3934 | 2024-12-16T20:43:38.158Z | [ recovery-image] Dec 16 20:43:36.686 INFO O| Dec 16 20:43:36.685 INFO O| Download: 11799/15848 items 122.8/176.3MB 69% complete (2.8M/s) |
3935 | 2024-12-16T20:43:39.272Z | [ host-image] Dec 16 20:43:37.798 INFO O| Dec 16 20:43:37.798 INFO O| Download: 19192/22774 items 166.4/199.6MB 83% complete (1.7M/s) |
3936 | 2024-12-16T20:43:43.164Z | [ recovery-image] Dec 16 20:43:41.686 INFO O| Dec 16 20:43:41.686 INFO O| Download: 12135/15848 items 140.4/176.3MB 79% complete (3.5M/s) |
3937 | 2024-12-16T20:43:45.706Z | [ host-image] Dec 16 20:43:44.229 INFO O| Dec 16 20:43:44.229 INFO O| Download: 20011/22774 items 170.5/199.6MB 85% complete (797k/s) |
3938 | 2024-12-16T20:43:48.166Z | [ recovery-image] Dec 16 20:43:46.691 INFO O| Dec 16 20:43:46.691 INFO O| Download: 12912/15848 items 143.5/176.3MB 81% complete (2.1M/s) |
3939 | 2024-12-16T20:43:50.721Z | [ host-image] Dec 16 20:43:49.246 INFO O| Dec 16 20:43:49.245 INFO O| Download: 20729/22774 items 173.5/199.6MB 86% complete (609k/s) |
3940 | 2024-12-16T20:43:51.627Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3941 | 2024-12-16T20:43:53.169Z | [ recovery-image] Dec 16 20:43:51.692 INFO O| Dec 16 20:43:51.692 INFO O| Download: 13442/15848 items 145.5/176.3MB 82% complete (518k/s) |
3942 | 2024-12-16T20:43:59.401Z | [ host-image] Dec 16 20:43:54.455 INFO O| Dec 16 20:43:54.455 INFO O| Download: 21066/22774 items 179.3/199.6MB 89% complete (971k/s) |
3943 | 2024-12-16T20:43:59.523Z | [ recovery-image] Dec 16 20:43:56.701 INFO O| Dec 16 20:43:56.700 INFO O| Download: 14246/15848 items 149.2/176.3MB 84% complete (600k/s) |
3944 | 2024-12-16T20:44:01.008Z | [ host-image] Dec 16 20:43:59.532 INFO O| Dec 16 20:43:59.532 INFO O| Download: 21889/22774 items 190.5/199.6MB 95% complete (1.6M/s) |
3945 | 2024-12-16T20:44:03.929Z | [ recovery-image] Dec 16 20:44:02.452 INFO O| Dec 16 20:44:02.452 INFO O| Download: 14768/15848 items 156.4/176.3MB 88% complete (1.1M/s) |
3946 | 2024-12-16T20:44:06.248Z | [ host-image] Dec 16 20:44:04.771 INFO O| Dec 16 20:44:04.771 INFO O| Download: 22242/22774 items 197.7/199.6MB 99% complete (1.9M/s) |
3947 | 2024-12-16T20:44:08.948Z | [ recovery-image] Dec 16 20:44:07.470 INFO O| Dec 16 20:44:07.470 INFO O| Download: 15359/15848 items 161.5/176.3MB 91% complete (1.2M/s) |
3948 | 2024-12-16T20:44:10.126Z | [ host-image] Dec 16 20:44:08.644 INFO O| Dec 16 20:44:08.644 INFO O| Download: Completed 199.56 MB in 196.59 seconds (1.0M/s) |
3949 | 2024-12-16T20:44:11.794Z | [ host-image] Dec 16 20:44:10.316 INFO O| Dec 16 20:44:10.316 INFO O| Actions: 1/49471 actions (Installing new actions) |
3950 | 2024-12-16T20:44:14.271Z | [ recovery-image] Dec 16 20:44:12.479 INFO O| Dec 16 20:44:12.479 INFO O| Download: 15848/15848 items 176.3/176.3MB 100% complete (2.0M/s) |
3951 | 2024-12-16T20:44:14.305Z | [ recovery-image] Dec 16 20:44:12.488 INFO O| Dec 16 20:44:12.488 INFO O| Download: Completed 176.29 MB in 175.42 seconds (1.0M/s) |
3952 | 2024-12-16T20:44:15.098Z | [ recovery-image] Dec 16 20:44:13.619 INFO O| Dec 16 20:44:13.619 INFO O| Actions: 1/25014 actions (Installing new actions) |
3953 | 2024-12-16T20:44:16.797Z | [ host-image] Dec 16 20:44:15.317 INFO O| Dec 16 20:44:15.317 INFO O| Actions: 9453/49471 actions (Installing new actions) |
3954 | 2024-12-16T20:44:20.173Z | [ recovery-image] Dec 16 20:44:18.654 INFO O| Dec 16 20:44:18.654 INFO O| Actions: 8226/25014 actions (Installing new actions) |
3955 | 2024-12-16T20:44:21.798Z | [ host-image] Dec 16 20:44:20.318 INFO O| Dec 16 20:44:20.318 INFO O| Actions: 15536/49471 actions (Installing new actions) |
3956 | 2024-12-16T20:44:25.144Z | [ recovery-image] Dec 16 20:44:23.664 INFO O| Dec 16 20:44:23.664 INFO O| Actions: 12948/25014 actions (Installing new actions) |
3957 | 2024-12-16T20:44:26.801Z | [ host-image] Dec 16 20:44:25.319 INFO O| Dec 16 20:44:25.319 INFO O| Actions: 20834/49471 actions (Installing new actions) |
3958 | 2024-12-16T20:44:30.145Z | [ recovery-image] Dec 16 20:44:28.664 INFO O| Dec 16 20:44:28.664 INFO O| Actions: 16281/25014 actions (Installing new actions) |
3959 | 2024-12-16T20:44:30.436Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3960 | 2024-12-16T20:44:31.824Z | [ host-image] Dec 16 20:44:30.342 INFO O| Dec 16 20:44:30.342 INFO O| Actions: 26604/49471 actions (Installing new actions) |
3961 | 2024-12-16T20:44:35.150Z | [ recovery-image] Dec 16 20:44:33.667 INFO O| Dec 16 20:44:33.667 INFO O| Actions: 24577/25014 actions (Installing new actions) |
3962 | 2024-12-16T20:44:35.734Z | [ recovery-image] Dec 16 20:44:34.237 INFO O| Dec 16 20:44:34.237 INFO O| Actions: Completed 25014 actions in 20.61 seconds. |
3963 | 2024-12-16T20:44:36.353Z | [ host-image] Dec 16 20:44:34.866 INFO O| Dec 16 20:44:34.866 INFO O| Actions: Completed 49471 actions in 24.54 seconds. |
3964 | 2024-12-16T20:44:36.424Z | [ recovery-image] Dec 16 20:44:34.939 INFO O| Dec 16 20:44:34.939 INFO O| Done |
3965 | 2024-12-16T20:44:36.425Z | [ recovery-image] Dec 16 20:44:34.939 INFO O| Dec 16 20:44:34.939 INFO O| Done |
3966 | 2024-12-16T20:44:37.148Z | [ host-image] Dec 16 20:44:35.649 INFO O| Dec 16 20:44:35.649 INFO O| Done |
3967 | 2024-12-16T20:44:37.148Z | [ host-image] Dec 16 20:44:35.649 INFO O| Dec 16 20:44:35.649 INFO O| Done |
3968 | 2024-12-16T20:44:38.153Z | [ recovery-image] Dec 16 20:44:36.669 INFO O| Dec 16 20:44:36.669 INFO O| Done |
3969 | 2024-12-16T20:44:38.805Z | [ host-image] Dec 16 20:44:37.322 INFO O| Dec 16 20:44:37.322 INFO O| Done |
3970 | 2024-12-16T20:44:40.230Z | [ recovery-image] Dec 16 20:44:38.746 INFO O| Dec 16 20:44:38.746 INFO O| Done |
3971 | 2024-12-16T20:44:40.252Z | [ recovery-image] Dec 16 20:44:38.768 INFO O| Dec 16 20:44:38.768 INFO O| Done |
3972 | 2024-12-16T20:44:41.414Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3973 | 2024-12-16T20:44:41.448Z | [ host-image] Dec 16 20:44:39.937 INFO O| Dec 16 20:44:39.936 INFO O| Done |
3974 | 2024-12-16T20:44:41.526Z | [ host-image] Dec 16 20:44:40.001 INFO O| Dec 16 20:44:40.001 INFO O| Done |
3975 | 2024-12-16T20:44:45.147Z | [ recovery-image] Dec 16 20:44:43.655 INFO O| Dec 16 20:44:43.655 INFO O| Done |
3976 | 2024-12-16T20:44:45.945Z | [ recovery-image] Dec 16 20:44:44.446 INFO O| Dec 16 20:44:44.446 INFO O| Done |
3977 | 2024-12-16T20:44:46.446Z | [ recovery-image] Dec 16 20:44:44.961 INFO O| Dec 16 20:44:44.960 INFO STEP 11 (pkg_install) COMPLETE |
3978 | 2024-12-16T20:44:46.446Z | [ recovery-image] Dec 16 20:44:44.961 INFO O| Dec 16 20:44:44.961 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3979 | 2024-12-16T20:44:46.449Z | [ recovery-image] Dec 16 20:44:44.961 INFO O| Dec 16 20:44:44.961 INFO skip step because feature "recovery" is enabled |
3980 | 2024-12-16T20:44:46.449Z | [ recovery-image] Dec 16 20:44:44.961 INFO O| Dec 16 20:44:44.961 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3981 | 2024-12-16T20:44:46.449Z | [ recovery-image] Dec 16 20:44:44.961 INFO O| Dec 16 20:44:44.961 INFO skip step because feature "omicron1" is not enabled |
3982 | 2024-12-16T20:44:46.449Z | [ recovery-image] Dec 16 20:44:44.961 INFO O| Dec 16 20:44:44.961 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3983 | 2024-12-16T20:44:46.471Z | [ recovery-image] Dec 16 20:44:44.986 INFO O| Dec 16 20:44:44.986 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
3984 | 2024-12-16T20:44:47.384Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3985 | 2024-12-16T20:44:47.789Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3986 | 2024-12-16T20:44:49.175Z | [ host-image] Dec 16 20:44:47.689 INFO O| Dec 16 20:44:47.689 INFO O| Done |
3987 | 2024-12-16T20:44:50.059Z | [ host-image] Dec 16 20:44:48.574 INFO O| Dec 16 20:44:48.574 INFO O| Done |
3988 | 2024-12-16T20:44:50.348Z | [ recovery-image] Dec 16 20:44:48.862 INFO O| Dec 16 20:44:48.861 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3989 | 2024-12-16T20:44:50.691Z | [ host-image] Dec 16 20:44:49.205 INFO O| Dec 16 20:44:49.205 INFO STEP 11 (pkg_install) COMPLETE |
3990 | 2024-12-16T20:44:50.691Z | [ host-image] Dec 16 20:44:49.205 INFO O| Dec 16 20:44:49.205 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3991 | 2024-12-16T20:44:50.719Z | [ host-image] Dec 16 20:44:49.225 INFO O| Dec 16 20:44:49.225 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"] |
3992 | 2024-12-16T20:44:51.975Z | [ host-image] Dec 16 20:44:50.490 INFO O| Dec 16 20:44:50.490 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3993 | 2024-12-16T20:44:55.194Z | [ recovery-image] Dec 16 20:44:53.708 INFO O| Dec 16 20:44:53.708 INFO O| Planning: Solver setup ... Done |
3994 | 2024-12-16T20:44:55.215Z | [ recovery-image] Dec 16 20:44:53.715 INFO O| Dec 16 20:44:53.715 INFO O| Planning: Running solver ... Done |
3995 | 2024-12-16T20:44:55.284Z | [ recovery-image] Dec 16 20:44:53.797 INFO O| Dec 16 20:44:53.797 INFO O| Planning: Finding local manifests ... Done |
3996 | 2024-12-16T20:44:55.287Z | [ recovery-image] Dec 16 20:44:53.798 INFO O| Dec 16 20:44:53.798 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3997 | 2024-12-16T20:44:55.467Z | [ recovery-image] Dec 16 20:44:53.974 INFO O| Dec 16 20:44:53.974 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3998 | 2024-12-16T20:44:55.541Z | [ recovery-image] Dec 16 20:44:54.052 INFO O| Dec 16 20:44:54.052 INFO O| Planning: Package planning ... Done |
3999 | 2024-12-16T20:44:55.544Z | [ recovery-image] Dec 16 20:44:54.053 INFO O| Dec 16 20:44:54.053 INFO O| Planning: Merging actions ... Done |
4000 | 2024-12-16T20:44:55.629Z | [ recovery-image] Dec 16 20:44:54.134 INFO O| Dec 16 20:44:54.134 INFO O| Planning: Checking for conflicting actions ... Done |
4001 | 2024-12-16T20:44:55.634Z | [ recovery-image] Dec 16 20:44:54.135 INFO O| Dec 16 20:44:54.135 INFO O| Planning: Consolidating action changes ... Done |
4002 | 2024-12-16T20:44:55.969Z | [ recovery-image] Dec 16 20:44:54.479 INFO O| Dec 16 20:44:54.479 INFO O| Planning: Evaluating mediators ... Done |
4003 | 2024-12-16T20:44:55.976Z | [ recovery-image] Dec 16 20:44:54.480 INFO O| Dec 16 20:44:54.480 INFO O| Planning: Planning completed in 5.62 seconds |
4004 | 2024-12-16T20:44:55.976Z | [ recovery-image] Dec 16 20:44:54.483 INFO O| Dec 16 20:44:54.483 INFO O| Packages to install: 1 |
4005 | 2024-12-16T20:44:56.000Z | [ recovery-image] Dec 16 20:44:54.503 INFO O| Dec 16 20:44:54.503 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4006 | 2024-12-16T20:44:56.713Z | [ recovery-image] Dec 16 20:44:55.227 INFO O| Dec 16 20:44:55.227 INFO O| Download: Completed 9.99 MB in 0.72 seconds (13.8M/s) |
4007 | 2024-12-16T20:44:56.821Z | [ recovery-image] Dec 16 20:44:55.334 INFO O| Dec 16 20:44:55.334 INFO O| Actions: 1/22 actions (Installing new actions) |
4008 | 2024-12-16T20:44:57.248Z | [ recovery-image] Dec 16 20:44:55.762 INFO O| Dec 16 20:44:55.762 INFO O| Actions: Completed 22 actions in 0.43 seconds. |
4009 | 2024-12-16T20:44:57.478Z | [ host-image] Dec 16 20:44:55.991 INFO O| Dec 16 20:44:55.991 INFO O| Planning: Solver setup ... Done |
4010 | 2024-12-16T20:44:57.485Z | [ host-image] Dec 16 20:44:55.999 INFO O| Dec 16 20:44:55.999 INFO O| Planning: Running solver ... Done |
4011 | 2024-12-16T20:44:57.575Z | [ host-image] Dec 16 20:44:56.086 INFO O| Dec 16 20:44:56.086 INFO O| Planning: Finding local manifests ... Done |
4012 | 2024-12-16T20:44:57.579Z | [ host-image] Dec 16 20:44:56.088 INFO O| Dec 16 20:44:56.088 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4013 | 2024-12-16T20:44:57.892Z | [ host-image] Dec 16 20:44:56.404 INFO O| Dec 16 20:44:56.404 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4014 | 2024-12-16T20:44:57.932Z | [ host-image] Dec 16 20:44:56.444 INFO O| Dec 16 20:44:56.444 INFO O| Planning: Package planning ... Done |
4015 | 2024-12-16T20:44:57.935Z | [ recovery-image] Dec 16 20:44:56.446 INFO O| Dec 16 20:44:56.446 INFO O| Done |
4016 | 2024-12-16T20:44:57.935Z | [ recovery-image] Dec 16 20:44:56.446 INFO O| Dec 16 20:44:56.446 INFO O| Done |
4017 | 2024-12-16T20:44:57.945Z | [ host-image] Dec 16 20:44:56.459 INFO O| Dec 16 20:44:56.458 INFO O| Planning: Merging actions ... Done |
4018 | 2024-12-16T20:44:58.208Z | [ host-image] Dec 16 20:44:56.721 INFO O| Dec 16 20:44:56.721 INFO O| Planning: Checking for conflicting actions ... Done |
4019 | 2024-12-16T20:44:58.212Z | [ host-image] Dec 16 20:44:56.724 INFO O| Dec 16 20:44:56.724 INFO O| Planning: Consolidating action changes ... Done |
4020 | 2024-12-16T20:44:58.758Z | [ host-image] Dec 16 20:44:57.271 INFO O| Dec 16 20:44:57.271 INFO O| Planning: Evaluating mediators ... Done |
4021 | 2024-12-16T20:44:58.761Z | [ host-image] Dec 16 20:44:57.273 INFO O| Dec 16 20:44:57.273 INFO O| Planning: Planning completed in 6.78 seconds |
4022 | 2024-12-16T20:44:58.766Z | [ host-image] Dec 16 20:44:57.276 INFO O| Dec 16 20:44:57.276 INFO O| Packages to install: 5 |
4023 | 2024-12-16T20:44:58.766Z | [ host-image] Dec 16 20:44:57.276 INFO O| Dec 16 20:44:57.276 INFO O| Services to change: 2 |
4024 | 2024-12-16T20:44:58.783Z | [ host-image] Dec 16 20:44:57.296 INFO O| Dec 16 20:44:57.296 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
4025 | 2024-12-16T20:44:59.215Z | [ recovery-image] Dec 16 20:44:57.726 INFO O| Dec 16 20:44:57.726 INFO O| Done |
4026 | 2024-12-16T20:44:59.771Z | [ host-image] Dec 16 20:44:58.284 INFO O| Dec 16 20:44:58.284 INFO O| Download: Completed 1.44 MB in 0.99 seconds (1.5M/s) |
4027 | 2024-12-16T20:44:59.913Z | [ host-image] Dec 16 20:44:58.426 INFO O| Dec 16 20:44:58.426 INFO O| Actions: 1/305 actions (Installing new actions) |
4028 | 2024-12-16T20:45:00.078Z | [ host-image] Dec 16 20:44:58.591 INFO O| Dec 16 20:44:58.591 INFO O| Actions: Completed 305 actions in 0.16 seconds. |
4029 | 2024-12-16T20:45:00.514Z | [ host-image] Dec 16 20:44:59.027 INFO O| Dec 16 20:44:59.026 INFO O| Done |
4030 | 2024-12-16T20:45:00.514Z | [ host-image] Dec 16 20:44:59.027 INFO O| Dec 16 20:44:59.027 INFO O| Done |
4031 | 2024-12-16T20:45:01.094Z | [ recovery-image] Dec 16 20:44:59.607 INFO O| Dec 16 20:44:59.607 INFO O| Done |
4032 | 2024-12-16T20:45:01.117Z | [ recovery-image] Dec 16 20:44:59.629 INFO O| Dec 16 20:44:59.629 INFO O| Done |
4033 | 2024-12-16T20:45:01.117Z | [ recovery-image] Dec 16 20:44:59.629 INFO O| Dec 16 20:44:59.629 INFO O| Done |
4034 | 2024-12-16T20:45:01.134Z | [ recovery-image] Dec 16 20:44:59.646 INFO O| Dec 16 20:44:59.646 INFO O| Done |
4035 | 2024-12-16T20:45:01.409Z | [ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO STEP 14 (pkg_install) COMPLETE |
4036 | 2024-12-16T20:45:01.409Z | [ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4037 | 2024-12-16T20:45:01.409Z | [ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO skip step because feature "mfg" is not enabled |
4038 | 2024-12-16T20:45:01.522Z | [ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4039 | 2024-12-16T20:45:01.523Z | [ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO skip step because feature "compliance" is not enabled |
4040 | 2024-12-16T20:45:01.523Z | [ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4041 | 2024-12-16T20:45:01.523Z | [ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO skip step because feature "stress" is not enabled |
4042 | 2024-12-16T20:45:01.523Z | [ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4043 | 2024-12-16T20:45:01.523Z | [ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO skip step because feature "nfs" is not enabled |
4044 | 2024-12-16T20:45:01.523Z | [ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4045 | 2024-12-16T20:45:01.523Z | [ recovery-image] Dec 16 20:44:59.832 INFO O| Dec 16 20:44:59.832 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4046 | 2024-12-16T20:45:01.681Z | [ recovery-image] Dec 16 20:45:00.023 INFO O| Dec 16 20:45:00.023 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4047 | 2024-12-16T20:45:01.802Z | [ recovery-image] Dec 16 20:45:00.147 INFO O| Dec 16 20:45:00.147 INFO completed processing gimlet/ramdisk-01-os |
4048 | 2024-12-16T20:45:01.802Z | [ recovery-image] Dec 16 20:45:00.150 INFO image builder template: ramdisk-02-trim... |
4049 | 2024-12-16T20:45:01.802Z | [ recovery-image] Dec 16 20:45:00.151 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/.tmppeKgUt/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 |
4050 | 2024-12-16T20:45:01.802Z | [ recovery-image] Dec 16 20:45:00.196 INFO O| Dec 16 20:45:00.195 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4051 | 2024-12-16T20:45:01.815Z | [ recovery-image] Dec 16 20:45:00.209 INFO O| Dec 16 20:45:00.209 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4052 | 2024-12-16T20:45:01.893Z | [ host-image] Dec 16 20:45:00.406 INFO O| Dec 16 20:45:00.406 INFO O| Done |
4053 | 2024-12-16T20:45:01.995Z | [ recovery-image] Dec 16 20:45:00.508 INFO O| Dec 16 20:45:00.508 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4054 | 2024-12-16T20:45:02.090Z | [ recovery-image] Dec 16 20:45:00.602 INFO O| Dec 16 20:45:00.602 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4055 | 2024-12-16T20:45:02.093Z | [ recovery-image] Dec 16 20:45:00.602 INFO O| Dec 16 20:45:00.602 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4056 | 2024-12-16T20:45:02.099Z | [ recovery-image] Dec 16 20:45:00.611 INFO O| Dec 16 20:45:00.611 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4057 | 2024-12-16T20:45:02.175Z | [ recovery-image] Dec 16 20:45:00.642 INFO O| Dec 16 20:45:00.620 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4058 | 2024-12-16T20:45:02.175Z | [ recovery-image] Dec 16 20:45:00.642 INFO O| Dec 16 20:45:00.634 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4059 | 2024-12-16T20:45:02.536Z | [ recovery-image] Dec 16 20:45:01.049 INFO O| Dec 16 20:45:01.049 INFO rolled back to input snapshot; work may begin |
4060 | 2024-12-16T20:45:02.536Z | [ recovery-image] Dec 16 20:45:01.049 INFO O| Dec 16 20:45:01.049 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4061 | 2024-12-16T20:45:02.561Z | [ recovery-image] Dec 16 20:45:01.073 INFO O| Dec 16 20:45:01.073 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4062 | 2024-12-16T20:45:02.581Z | [ recovery-image] Dec 16 20:45:01.093 INFO O| Dec 16 20:45:01.093 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4063 | 2024-12-16T20:45:02.815Z | [ recovery-image] Dec 16 20:45:01.327 INFO O| Dec 16 20:45:01.327 INFO STEP 0 (remove_files) COMPLETE |
4064 | 2024-12-16T20:45:02.815Z | [ recovery-image] Dec 16 20:45:01.327 INFO O| Dec 16 20:45:01.327 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4065 | 2024-12-16T20:45:02.851Z | [ recovery-image] Dec 16 20:45:01.364 INFO O| Dec 16 20:45:01.363 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4066 | 2024-12-16T20:45:02.854Z | [ recovery-image] Dec 16 20:45:01.366 INFO O| Dec 16 20:45:01.366 INFO STEP 1 (remove_files) COMPLETE |
4067 | 2024-12-16T20:45:02.854Z | [ recovery-image] Dec 16 20:45:01.366 INFO O| Dec 16 20:45:01.366 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4068 | 2024-12-16T20:45:02.872Z | [ recovery-image] Dec 16 20:45:01.383 INFO O| Dec 16 20:45:01.383 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4069 | 2024-12-16T20:45:02.913Z | [ recovery-image] Dec 16 20:45:01.424 INFO O| Dec 16 20:45:01.424 INFO STEP 2 (remove_files) COMPLETE |
4070 | 2024-12-16T20:45:02.913Z | [ recovery-image] Dec 16 20:45:01.424 INFO O| Dec 16 20:45:01.424 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4071 | 2024-12-16T20:45:02.931Z | [ recovery-image] Dec 16 20:45:01.443 INFO O| Dec 16 20:45:01.443 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4072 | 2024-12-16T20:45:02.935Z | [ recovery-image] Dec 16 20:45:01.446 INFO O| Dec 16 20:45:01.446 INFO STEP 3 (remove_files) COMPLETE |
4073 | 2024-12-16T20:45:02.935Z | [ recovery-image] Dec 16 20:45:01.446 INFO O| Dec 16 20:45:01.446 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4074 | 2024-12-16T20:45:02.954Z | [ recovery-image] Dec 16 20:45:01.466 INFO O| Dec 16 20:45:01.466 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4075 | 2024-12-16T20:45:02.961Z | [ recovery-image] Dec 16 20:45:01.473 INFO O| Dec 16 20:45:01.473 INFO STEP 4 (remove_files) COMPLETE |
4076 | 2024-12-16T20:45:02.964Z | [ recovery-image] Dec 16 20:45:01.473 INFO O| Dec 16 20:45:01.473 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4077 | 2024-12-16T20:45:03.019Z | [ recovery-image] Dec 16 20:45:01.531 INFO O| Dec 16 20:45:01.531 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4078 | 2024-12-16T20:45:03.021Z | [ recovery-image] Dec 16 20:45:01.531 INFO O| Dec 16 20:45:01.531 INFO STEP 5 (remove_files) COMPLETE |
4079 | 2024-12-16T20:45:03.022Z | [ recovery-image] Dec 16 20:45:01.531 INFO O| Dec 16 20:45:01.531 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4080 | 2024-12-16T20:45:03.040Z | [ recovery-image] Dec 16 20:45:01.552 INFO O| Dec 16 20:45:01.552 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4081 | 2024-12-16T20:45:03.060Z | [ recovery-image] Dec 16 20:45:01.572 INFO O| Dec 16 20:45:01.572 INFO STEP 6 (remove_files) COMPLETE |
4082 | 2024-12-16T20:45:03.066Z | [ recovery-image] Dec 16 20:45:01.572 INFO O| Dec 16 20:45:01.572 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4083 | 2024-12-16T20:45:03.066Z | [ recovery-image] Dec 16 20:45:01.572 INFO O| Dec 16 20:45:01.572 INFO skip step because feature "recovery" is enabled |
4084 | 2024-12-16T20:45:03.066Z | [ recovery-image] Dec 16 20:45:01.573 INFO O| Dec 16 20:45:01.572 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4085 | 2024-12-16T20:45:03.066Z | [ recovery-image] Dec 16 20:45:01.573 INFO O| Dec 16 20:45:01.573 INFO skip step because feature "recovery" is enabled |
4086 | 2024-12-16T20:45:03.066Z | [ recovery-image] Dec 16 20:45:01.573 INFO O| Dec 16 20:45:01.573 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4087 | 2024-12-16T20:45:03.066Z | [ recovery-image] Dec 16 20:45:01.573 INFO O| Dec 16 20:45:01.573 INFO skip step because feature "recovery" is enabled |
4088 | 2024-12-16T20:45:03.066Z | [ recovery-image] Dec 16 20:45:01.573 INFO O| Dec 16 20:45:01.573 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4089 | 2024-12-16T20:45:03.081Z | [ recovery-image] Dec 16 20:45:01.594 INFO O| Dec 16 20:45:01.594 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4090 | 2024-12-16T20:45:03.088Z | [ recovery-image] Dec 16 20:45:01.600 INFO O| Dec 16 20:45:01.600 INFO STEP 10 (remove_files) COMPLETE |
4091 | 2024-12-16T20:45:03.091Z | [ recovery-image] Dec 16 20:45:01.600 INFO O| Dec 16 20:45:01.600 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4092 | 2024-12-16T20:45:03.109Z | [ recovery-image] Dec 16 20:45:01.621 INFO O| Dec 16 20:45:01.621 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4093 | 2024-12-16T20:45:03.112Z | [ recovery-image] Dec 16 20:45:01.622 INFO O| Dec 16 20:45:01.622 INFO STEP 11 (remove_files) COMPLETE |
4094 | 2024-12-16T20:45:03.112Z | [ recovery-image] Dec 16 20:45:01.623 INFO O| Dec 16 20:45:01.623 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4095 | 2024-12-16T20:45:03.137Z | [ recovery-image] Dec 16 20:45:01.649 INFO O| Dec 16 20:45:01.649 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4096 | 2024-12-16T20:45:03.140Z | [ recovery-image] Dec 16 20:45:01.652 INFO O| Dec 16 20:45:01.652 INFO STEP 12 (remove_files) COMPLETE |
4097 | 2024-12-16T20:45:03.140Z | [ recovery-image] Dec 16 20:45:01.652 INFO O| Dec 16 20:45:01.652 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4098 | 2024-12-16T20:45:03.306Z | [ recovery-image] Dec 16 20:45:01.815 INFO O| Dec 16 20:45:01.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4099 | 2024-12-16T20:45:03.308Z | [ recovery-image] Dec 16 20:45:01.821 INFO O| Dec 16 20:45:01.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4100 | 2024-12-16T20:45:03.358Z | [ recovery-image] Dec 16 20:45:01.855 INFO O| Dec 16 20:45:01.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4101 | 2024-12-16T20:45:03.417Z | [ recovery-image] Dec 16 20:45:01.926 INFO O| Dec 16 20:45:01.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4102 | 2024-12-16T20:45:03.706Z | [ recovery-image] Dec 16 20:45:02.218 INFO O| Dec 16 20:45:02.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4103 | 2024-12-16T20:45:03.709Z | [ recovery-image] Dec 16 20:45:02.219 INFO O| Dec 16 20:45:02.219 INFO STEP 13 (remove_files) COMPLETE |
4104 | 2024-12-16T20:45:03.709Z | [ recovery-image] Dec 16 20:45:02.219 INFO O| Dec 16 20:45:02.219 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4105 | 2024-12-16T20:45:03.751Z | [ recovery-image] Dec 16 20:45:02.263 INFO O| Dec 16 20:45:02.263 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4106 | 2024-12-16T20:45:03.761Z | [ recovery-image] Dec 16 20:45:02.265 INFO O| Dec 16 20:45:02.265 INFO STEP 14 (remove_files) COMPLETE |
4107 | 2024-12-16T20:45:03.761Z | [ recovery-image] Dec 16 20:45:02.265 INFO O| Dec 16 20:45:02.265 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4108 | 2024-12-16T20:45:03.792Z | [ recovery-image] Dec 16 20:45:02.304 INFO O| Dec 16 20:45:02.304 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4109 | 2024-12-16T20:45:03.802Z | [ recovery-image] Dec 16 20:45:02.314 INFO O| Dec 16 20:45:02.314 INFO STEP 15 (remove_files) COMPLETE |
4110 | 2024-12-16T20:45:03.802Z | [ recovery-image] Dec 16 20:45:02.314 INFO O| Dec 16 20:45:02.314 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4111 | 2024-12-16T20:45:03.822Z | [ recovery-image] Dec 16 20:45:02.334 INFO O| Dec 16 20:45:02.334 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4112 | 2024-12-16T20:45:03.825Z | [ recovery-image] Dec 16 20:45:02.335 INFO O| Dec 16 20:45:02.335 INFO STEP 16 (remove_files) COMPLETE |
4113 | 2024-12-16T20:45:03.825Z | [ recovery-image] Dec 16 20:45:02.335 INFO O| Dec 16 20:45:02.335 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4114 | 2024-12-16T20:45:03.843Z | [ recovery-image] Dec 16 20:45:02.355 INFO O| Dec 16 20:45:02.355 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4115 | 2024-12-16T20:45:03.846Z | [ recovery-image] Dec 16 20:45:02.357 INFO O| Dec 16 20:45:02.357 INFO STEP 17 (remove_files) COMPLETE |
4116 | 2024-12-16T20:45:03.846Z | [ recovery-image] Dec 16 20:45:02.358 INFO O| Dec 16 20:45:02.357 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4117 | 2024-12-16T20:45:03.874Z | [ recovery-image] Dec 16 20:45:02.376 INFO O| Dec 16 20:45:02.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4118 | 2024-12-16T20:45:03.880Z | [ recovery-image] Dec 16 20:45:02.376 INFO O| Dec 16 20:45:02.376 INFO STEP 18 (remove_files) COMPLETE |
4119 | 2024-12-16T20:45:03.881Z | [ recovery-image] Dec 16 20:45:02.377 INFO O| Dec 16 20:45:02.376 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4120 | 2024-12-16T20:45:03.898Z | [ recovery-image] Dec 16 20:45:02.410 INFO O| Dec 16 20:45:02.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4121 | 2024-12-16T20:45:03.898Z | [ recovery-image] Dec 16 20:45:02.410 INFO O| Dec 16 20:45:02.410 INFO STEP 19 (remove_files) COMPLETE |
4122 | 2024-12-16T20:45:03.902Z | [ recovery-image] Dec 16 20:45:02.410 INFO O| Dec 16 20:45:02.410 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4123 | 2024-12-16T20:45:03.918Z | [ recovery-image] Dec 16 20:45:02.431 INFO O| Dec 16 20:45:02.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4124 | 2024-12-16T20:45:03.918Z | [ recovery-image] Dec 16 20:45:02.431 INFO O| Dec 16 20:45:02.431 INFO STEP 20 (remove_files) COMPLETE |
4125 | 2024-12-16T20:45:03.919Z | [ recovery-image] Dec 16 20:45:02.431 INFO O| Dec 16 20:45:02.431 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4126 | 2024-12-16T20:45:03.939Z | [ recovery-image] Dec 16 20:45:02.450 INFO O| Dec 16 20:45:02.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4127 | 2024-12-16T20:45:03.939Z | [ recovery-image] Dec 16 20:45:02.450 INFO O| Dec 16 20:45:02.450 INFO STEP 21 (remove_files) COMPLETE |
4128 | 2024-12-16T20:45:03.939Z | [ recovery-image] Dec 16 20:45:02.450 INFO O| Dec 16 20:45:02.450 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4129 | 2024-12-16T20:45:03.957Z | [ recovery-image] Dec 16 20:45:02.469 INFO O| Dec 16 20:45:02.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4130 | 2024-12-16T20:45:03.957Z | [ recovery-image] Dec 16 20:45:02.469 INFO O| Dec 16 20:45:02.469 INFO STEP 22 (remove_files) COMPLETE |
4131 | 2024-12-16T20:45:03.957Z | [ recovery-image] Dec 16 20:45:02.469 INFO O| Dec 16 20:45:02.469 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4132 | 2024-12-16T20:45:04.011Z | [ recovery-image] Dec 16 20:45:02.523 INFO O| Dec 16 20:45:02.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4133 | 2024-12-16T20:45:04.017Z | [ recovery-image] Dec 16 20:45:02.523 INFO O| Dec 16 20:45:02.523 INFO STEP 23 (remove_files) COMPLETE |
4134 | 2024-12-16T20:45:04.017Z | [ recovery-image] Dec 16 20:45:02.523 INFO O| Dec 16 20:45:02.523 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4135 | 2024-12-16T20:45:04.049Z | [ recovery-image] Dec 16 20:45:02.561 INFO O| Dec 16 20:45:02.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4136 | 2024-12-16T20:45:04.049Z | [ recovery-image] Dec 16 20:45:02.561 INFO O| Dec 16 20:45:02.561 INFO STEP 24 (remove_files) COMPLETE |
4137 | 2024-12-16T20:45:04.053Z | [ recovery-image] Dec 16 20:45:02.561 INFO O| Dec 16 20:45:02.561 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4138 | 2024-12-16T20:45:04.069Z | [ recovery-image] Dec 16 20:45:02.579 INFO O| Dec 16 20:45:02.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4139 | 2024-12-16T20:45:04.069Z | [ recovery-image] Dec 16 20:45:02.579 INFO O| Dec 16 20:45:02.579 INFO STEP 25 (remove_files) COMPLETE |
4140 | 2024-12-16T20:45:04.069Z | [ recovery-image] Dec 16 20:45:02.579 INFO O| Dec 16 20:45:02.579 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4141 | 2024-12-16T20:45:04.086Z | [ recovery-image] Dec 16 20:45:02.598 INFO O| Dec 16 20:45:02.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4142 | 2024-12-16T20:45:04.086Z | [ recovery-image] Dec 16 20:45:02.598 INFO O| Dec 16 20:45:02.598 INFO STEP 26 (remove_files) COMPLETE |
4143 | 2024-12-16T20:45:04.086Z | [ recovery-image] Dec 16 20:45:02.598 INFO O| Dec 16 20:45:02.598 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4144 | 2024-12-16T20:45:04.117Z | [ recovery-image] Dec 16 20:45:02.629 INFO O| Dec 16 20:45:02.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4145 | 2024-12-16T20:45:04.117Z | [ recovery-image] Dec 16 20:45:02.629 INFO O| Dec 16 20:45:02.629 INFO STEP 27 (remove_files) COMPLETE |
4146 | 2024-12-16T20:45:04.117Z | [ recovery-image] Dec 16 20:45:02.629 INFO O| Dec 16 20:45:02.629 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4147 | 2024-12-16T20:45:04.163Z | [ recovery-image] Dec 16 20:45:02.673 INFO O| Dec 16 20:45:02.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4148 | 2024-12-16T20:45:04.168Z | [ recovery-image] Dec 16 20:45:02.673 INFO O| Dec 16 20:45:02.673 INFO STEP 28 (remove_files) COMPLETE |
4149 | 2024-12-16T20:45:04.168Z | [ recovery-image] Dec 16 20:45:02.673 INFO O| Dec 16 20:45:02.673 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4150 | 2024-12-16T20:45:04.181Z | [ recovery-image] Dec 16 20:45:02.694 INFO O| Dec 16 20:45:02.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4151 | 2024-12-16T20:45:04.182Z | [ recovery-image] Dec 16 20:45:02.694 INFO O| Dec 16 20:45:02.694 INFO STEP 29 (remove_files) COMPLETE |
4152 | 2024-12-16T20:45:04.185Z | [ recovery-image] Dec 16 20:45:02.694 INFO O| Dec 16 20:45:02.694 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4153 | 2024-12-16T20:45:04.200Z | [ recovery-image] Dec 16 20:45:02.712 INFO O| Dec 16 20:45:02.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4154 | 2024-12-16T20:45:04.203Z | [ recovery-image] Dec 16 20:45:02.712 INFO O| Dec 16 20:45:02.712 INFO STEP 30 (remove_files) COMPLETE |
4155 | 2024-12-16T20:45:04.203Z | [ recovery-image] Dec 16 20:45:02.713 INFO O| Dec 16 20:45:02.712 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4156 | 2024-12-16T20:45:04.219Z | [ recovery-image] Dec 16 20:45:02.730 INFO O| Dec 16 20:45:02.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4157 | 2024-12-16T20:45:04.222Z | [ recovery-image] Dec 16 20:45:02.731 INFO O| Dec 16 20:45:02.731 INFO STEP 31 (remove_files) COMPLETE |
4158 | 2024-12-16T20:45:04.223Z | [ recovery-image] Dec 16 20:45:02.731 INFO O| Dec 16 20:45:02.731 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4159 | 2024-12-16T20:45:04.236Z | [ recovery-image] Dec 16 20:45:02.748 INFO O| Dec 16 20:45:02.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4160 | 2024-12-16T20:45:04.239Z | [ recovery-image] Dec 16 20:45:02.748 INFO O| Dec 16 20:45:02.748 INFO STEP 32 (remove_files) COMPLETE |
4161 | 2024-12-16T20:45:04.239Z | [ recovery-image] Dec 16 20:45:02.748 INFO O| Dec 16 20:45:02.748 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4162 | 2024-12-16T20:45:04.253Z | [ recovery-image] Dec 16 20:45:02.766 INFO O| Dec 16 20:45:02.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4163 | 2024-12-16T20:45:04.257Z | [ recovery-image] Dec 16 20:45:02.766 INFO O| Dec 16 20:45:02.766 INFO STEP 33 (remove_files) COMPLETE |
4164 | 2024-12-16T20:45:04.257Z | [ recovery-image] Dec 16 20:45:02.766 INFO O| Dec 16 20:45:02.766 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4165 | 2024-12-16T20:45:04.284Z | [ recovery-image] Dec 16 20:45:02.796 INFO O| Dec 16 20:45:02.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4166 | 2024-12-16T20:45:04.284Z | [ recovery-image] Dec 16 20:45:02.796 INFO O| Dec 16 20:45:02.796 INFO STEP 34 (remove_files) COMPLETE |
4167 | 2024-12-16T20:45:04.287Z | [ recovery-image] Dec 16 20:45:02.796 INFO O| Dec 16 20:45:02.796 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4168 | 2024-12-16T20:45:04.321Z | [ recovery-image] Dec 16 20:45:02.833 INFO O| Dec 16 20:45:02.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4169 | 2024-12-16T20:45:04.321Z | [ recovery-image] Dec 16 20:45:02.833 INFO O| Dec 16 20:45:02.833 INFO STEP 35 (remove_files) COMPLETE |
4170 | 2024-12-16T20:45:04.321Z | [ recovery-image] Dec 16 20:45:02.833 INFO O| Dec 16 20:45:02.833 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4171 | 2024-12-16T20:45:04.340Z | [ recovery-image] Dec 16 20:45:02.852 INFO O| Dec 16 20:45:02.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4172 | 2024-12-16T20:45:04.340Z | [ recovery-image] Dec 16 20:45:02.852 INFO O| Dec 16 20:45:02.852 INFO STEP 36 (remove_files) COMPLETE |
4173 | 2024-12-16T20:45:04.343Z | [ recovery-image] Dec 16 20:45:02.852 INFO O| Dec 16 20:45:02.852 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4174 | 2024-12-16T20:45:04.369Z | [ recovery-image] Dec 16 20:45:02.881 INFO O| Dec 16 20:45:02.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4175 | 2024-12-16T20:45:04.369Z | [ recovery-image] Dec 16 20:45:02.881 INFO O| Dec 16 20:45:02.881 INFO STEP 37 (remove_files) COMPLETE |
4176 | 2024-12-16T20:45:04.369Z | [ recovery-image] Dec 16 20:45:02.881 INFO O| Dec 16 20:45:02.881 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4177 | 2024-12-16T20:45:04.426Z | [ recovery-image] Dec 16 20:45:02.937 INFO O| Dec 16 20:45:02.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4178 | 2024-12-16T20:45:04.426Z | [ recovery-image] Dec 16 20:45:02.937 INFO O| Dec 16 20:45:02.937 INFO STEP 38 (remove_files) COMPLETE |
4179 | 2024-12-16T20:45:04.426Z | [ recovery-image] Dec 16 20:45:02.937 INFO O| Dec 16 20:45:02.937 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4180 | 2024-12-16T20:45:04.445Z | [ recovery-image] Dec 16 20:45:02.956 INFO O| Dec 16 20:45:02.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4181 | 2024-12-16T20:45:04.445Z | [ recovery-image] Dec 16 20:45:02.956 INFO O| Dec 16 20:45:02.956 INFO STEP 39 (remove_files) COMPLETE |
4182 | 2024-12-16T20:45:04.445Z | [ recovery-image] Dec 16 20:45:02.956 INFO O| Dec 16 20:45:02.956 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4183 | 2024-12-16T20:45:04.472Z | [ recovery-image] Dec 16 20:45:02.984 INFO O| Dec 16 20:45:02.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4184 | 2024-12-16T20:45:04.476Z | [ recovery-image] Dec 16 20:45:02.984 INFO O| Dec 16 20:45:02.984 INFO STEP 40 (remove_files) COMPLETE |
4185 | 2024-12-16T20:45:04.476Z | [ recovery-image] Dec 16 20:45:02.984 INFO O| Dec 16 20:45:02.984 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4186 | 2024-12-16T20:45:04.503Z | [ recovery-image] Dec 16 20:45:03.015 INFO O| Dec 16 20:45:03.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4187 | 2024-12-16T20:45:04.503Z | [ recovery-image] Dec 16 20:45:03.015 INFO O| Dec 16 20:45:03.015 INFO STEP 41 (remove_files) COMPLETE |
4188 | 2024-12-16T20:45:04.506Z | [ recovery-image] Dec 16 20:45:03.015 INFO O| Dec 16 20:45:03.015 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4189 | 2024-12-16T20:45:04.523Z | [ recovery-image] Dec 16 20:45:03.034 INFO O| Dec 16 20:45:03.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4190 | 2024-12-16T20:45:04.523Z | [ recovery-image] Dec 16 20:45:03.034 INFO O| Dec 16 20:45:03.034 INFO STEP 42 (remove_files) COMPLETE |
4191 | 2024-12-16T20:45:04.523Z | [ recovery-image] Dec 16 20:45:03.034 INFO O| Dec 16 20:45:03.034 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4192 | 2024-12-16T20:45:04.549Z | [ recovery-image] Dec 16 20:45:03.061 INFO O| Dec 16 20:45:03.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4193 | 2024-12-16T20:45:04.549Z | [ recovery-image] Dec 16 20:45:03.061 INFO O| Dec 16 20:45:03.061 INFO STEP 43 (remove_files) COMPLETE |
4194 | 2024-12-16T20:45:04.554Z | [ recovery-image] Dec 16 20:45:03.061 INFO O| Dec 16 20:45:03.061 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4195 | 2024-12-16T20:45:04.568Z | [ recovery-image] Dec 16 20:45:03.080 INFO O| Dec 16 20:45:03.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4196 | 2024-12-16T20:45:04.568Z | [ recovery-image] Dec 16 20:45:03.081 INFO O| Dec 16 20:45:03.081 INFO STEP 44 (remove_files) COMPLETE |
4197 | 2024-12-16T20:45:04.572Z | [ recovery-image] Dec 16 20:45:03.081 INFO O| Dec 16 20:45:03.081 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4198 | 2024-12-16T20:45:04.587Z | [ recovery-image] Dec 16 20:45:03.099 INFO O| Dec 16 20:45:03.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4199 | 2024-12-16T20:45:04.587Z | [ recovery-image] Dec 16 20:45:03.099 INFO O| Dec 16 20:45:03.099 INFO STEP 45 (remove_files) COMPLETE |
4200 | 2024-12-16T20:45:04.587Z | [ recovery-image] Dec 16 20:45:03.099 INFO O| Dec 16 20:45:03.099 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4201 | 2024-12-16T20:45:04.606Z | [ recovery-image] Dec 16 20:45:03.118 INFO O| Dec 16 20:45:03.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4202 | 2024-12-16T20:45:04.606Z | [ recovery-image] Dec 16 20:45:03.118 INFO O| Dec 16 20:45:03.118 INFO STEP 46 (remove_files) COMPLETE |
4203 | 2024-12-16T20:45:04.606Z | [ recovery-image] Dec 16 20:45:03.118 INFO O| Dec 16 20:45:03.118 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4204 | 2024-12-16T20:45:04.624Z | [ recovery-image] Dec 16 20:45:03.136 INFO O| Dec 16 20:45:03.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4205 | 2024-12-16T20:45:04.624Z | [ recovery-image] Dec 16 20:45:03.136 INFO O| Dec 16 20:45:03.136 INFO STEP 47 (remove_files) COMPLETE |
4206 | 2024-12-16T20:45:04.624Z | [ recovery-image] Dec 16 20:45:03.136 INFO O| Dec 16 20:45:03.136 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4207 | 2024-12-16T20:45:04.642Z | [ recovery-image] Dec 16 20:45:03.154 INFO O| Dec 16 20:45:03.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4208 | 2024-12-16T20:45:04.642Z | [ recovery-image] Dec 16 20:45:03.154 INFO O| Dec 16 20:45:03.154 INFO STEP 48 (remove_files) COMPLETE |
4209 | 2024-12-16T20:45:04.642Z | [ recovery-image] Dec 16 20:45:03.154 INFO O| Dec 16 20:45:03.154 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4210 | 2024-12-16T20:45:04.659Z | [ recovery-image] Dec 16 20:45:03.171 INFO O| Dec 16 20:45:03.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4211 | 2024-12-16T20:45:04.659Z | [ recovery-image] Dec 16 20:45:03.171 INFO O| Dec 16 20:45:03.171 INFO STEP 49 (remove_files) COMPLETE |
4212 | 2024-12-16T20:45:04.659Z | [ recovery-image] Dec 16 20:45:03.171 INFO O| Dec 16 20:45:03.171 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4213 | 2024-12-16T20:45:04.686Z | [ recovery-image] Dec 16 20:45:03.197 INFO O| Dec 16 20:45:03.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4214 | 2024-12-16T20:45:04.689Z | [ recovery-image] Dec 16 20:45:03.197 INFO O| Dec 16 20:45:03.197 INFO STEP 50 (remove_files) COMPLETE |
4215 | 2024-12-16T20:45:04.689Z | [ recovery-image] Dec 16 20:45:03.198 INFO O| Dec 16 20:45:03.197 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4216 | 2024-12-16T20:45:04.706Z | [ recovery-image] Dec 16 20:45:03.218 INFO O| Dec 16 20:45:03.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4217 | 2024-12-16T20:45:04.709Z | [ recovery-image] Dec 16 20:45:03.218 INFO O| Dec 16 20:45:03.218 INFO STEP 51 (remove_files) COMPLETE |
4218 | 2024-12-16T20:45:04.709Z | [ recovery-image] Dec 16 20:45:03.219 INFO O| Dec 16 20:45:03.219 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4219 | 2024-12-16T20:45:04.724Z | [ host-image] Dec 16 20:45:03.236 INFO O| Dec 16 20:45:03.236 INFO O| Done |
4220 | 2024-12-16T20:45:04.727Z | [ recovery-image] Dec 16 20:45:03.238 INFO O| Dec 16 20:45:03.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4221 | 2024-12-16T20:45:04.727Z | [ recovery-image] Dec 16 20:45:03.238 INFO O| Dec 16 20:45:03.238 INFO STEP 52 (remove_files) COMPLETE |
4222 | 2024-12-16T20:45:04.727Z | [ recovery-image] Dec 16 20:45:03.239 INFO O| Dec 16 20:45:03.238 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4223 | 2024-12-16T20:45:04.747Z | [ recovery-image] Dec 16 20:45:03.258 INFO O| Dec 16 20:45:03.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4224 | 2024-12-16T20:45:04.749Z | [ recovery-image] Dec 16 20:45:03.259 INFO O| Dec 16 20:45:03.259 INFO STEP 53 (remove_files) COMPLETE |
4225 | 2024-12-16T20:45:04.749Z | [ recovery-image] Dec 16 20:45:03.259 INFO O| Dec 16 20:45:03.259 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4226 | 2024-12-16T20:45:04.773Z | [ host-image] Dec 16 20:45:03.285 INFO O| Dec 16 20:45:03.285 INFO O| Done |
4227 | 2024-12-16T20:45:04.776Z | [ host-image] Dec 16 20:45:03.285 INFO O| Dec 16 20:45:03.285 INFO O| Done |
4228 | 2024-12-16T20:45:04.776Z | [ recovery-image] Dec 16 20:45:03.288 INFO O| Dec 16 20:45:03.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4229 | 2024-12-16T20:45:04.776Z | [ recovery-image] Dec 16 20:45:03.288 INFO O| Dec 16 20:45:03.288 INFO STEP 54 (remove_files) COMPLETE |
4230 | 2024-12-16T20:45:04.778Z | [ recovery-image] Dec 16 20:45:03.288 INFO O| Dec 16 20:45:03.288 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4231 | 2024-12-16T20:45:04.797Z | [ recovery-image] Dec 16 20:45:03.308 INFO O| Dec 16 20:45:03.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4232 | 2024-12-16T20:45:04.797Z | [ recovery-image] Dec 16 20:45:03.308 INFO O| Dec 16 20:45:03.308 INFO STEP 55 (remove_files) COMPLETE |
4233 | 2024-12-16T20:45:04.799Z | [ recovery-image] Dec 16 20:45:03.308 INFO O| Dec 16 20:45:03.308 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4234 | 2024-12-16T20:45:04.814Z | [ recovery-image] Dec 16 20:45:03.326 INFO O| Dec 16 20:45:03.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4235 | 2024-12-16T20:45:04.814Z | [ recovery-image] Dec 16 20:45:03.326 INFO O| Dec 16 20:45:03.326 INFO STEP 56 (remove_files) COMPLETE |
4236 | 2024-12-16T20:45:04.817Z | [ recovery-image] Dec 16 20:45:03.326 INFO O| Dec 16 20:45:03.326 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4237 | 2024-12-16T20:45:04.817Z | [ host-image] Dec 16 20:45:03.329 INFO O| Dec 16 20:45:03.329 INFO O| Done |
4238 | 2024-12-16T20:45:04.834Z | [ recovery-image] Dec 16 20:45:03.346 INFO O| Dec 16 20:45:03.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4239 | 2024-12-16T20:45:04.834Z | [ recovery-image] Dec 16 20:45:03.346 INFO O| Dec 16 20:45:03.346 INFO STEP 57 (remove_files) COMPLETE |
4240 | 2024-12-16T20:45:04.834Z | [ recovery-image] Dec 16 20:45:03.346 INFO O| Dec 16 20:45:03.346 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4241 | 2024-12-16T20:45:04.870Z | [ recovery-image] Dec 16 20:45:03.382 INFO O| Dec 16 20:45:03.382 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4242 | 2024-12-16T20:45:04.870Z | [ recovery-image] Dec 16 20:45:03.382 INFO O| Dec 16 20:45:03.382 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4243 | 2024-12-16T20:45:04.872Z | [ recovery-image] Dec 16 20:45:03.382 INFO O| Dec 16 20:45:03.382 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4244 | 2024-12-16T20:45:04.872Z | [ recovery-image] Dec 16 20:45:03.383 INFO O| Dec 16 20:45:03.383 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4245 | 2024-12-16T20:45:04.873Z | [ recovery-image] Dec 16 20:45:03.383 INFO O| Dec 16 20:45:03.383 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4246 | 2024-12-16T20:45:04.873Z | [ recovery-image] Dec 16 20:45:03.383 INFO O| Dec 16 20:45:03.383 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4247 | 2024-12-16T20:45:04.873Z | [ recovery-image] Dec 16 20:45:03.383 INFO O| Dec 16 20:45:03.383 INFO ok! |
4248 | 2024-12-16T20:45:04.873Z | [ recovery-image] Dec 16 20:45:03.383 INFO O| Dec 16 20:45:03.383 INFO STEP 58 (ensure_file) COMPLETE |
4249 | 2024-12-16T20:45:04.873Z | [ recovery-image] Dec 16 20:45:03.383 INFO O| Dec 16 20:45:03.383 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4250 | 2024-12-16T20:45:04.903Z | [ recovery-image] Dec 16 20:45:03.416 INFO O| Dec 16 20:45:03.416 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4251 | 2024-12-16T20:45:04.903Z | [ recovery-image] Dec 16 20:45:03.416 INFO O| Dec 16 20:45:03.416 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4252 | 2024-12-16T20:45:04.907Z | [ recovery-image] Dec 16 20:45:03.416 INFO O| Dec 16 20:45:03.416 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4253 | 2024-12-16T20:45:04.907Z | [ recovery-image] Dec 16 20:45:03.416 INFO O| Dec 16 20:45:03.416 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4254 | 2024-12-16T20:45:04.907Z | [ recovery-image] Dec 16 20:45:03.416 INFO O| Dec 16 20:45:03.416 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4255 | 2024-12-16T20:45:04.907Z | [ recovery-image] Dec 16 20:45:03.416 INFO O| Dec 16 20:45:03.416 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4256 | 2024-12-16T20:45:04.907Z | [ recovery-image] Dec 16 20:45:03.416 INFO O| Dec 16 20:45:03.416 INFO ok! |
4257 | 2024-12-16T20:45:04.907Z | [ recovery-image] Dec 16 20:45:03.416 INFO O| Dec 16 20:45:03.416 INFO STEP 59 (ensure_file) COMPLETE |
4258 | 2024-12-16T20:45:04.907Z | [ recovery-image] Dec 16 20:45:03.416 INFO O| Dec 16 20:45:03.416 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4259 | 2024-12-16T20:45:04.923Z | [ recovery-image] Dec 16 20:45:03.434 INFO O| Dec 16 20:45:03.434 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4260 | 2024-12-16T20:45:04.923Z | [ recovery-image] Dec 16 20:45:03.434 INFO O| Dec 16 20:45:03.434 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4261 | 2024-12-16T20:45:04.925Z | [ recovery-image] Dec 16 20:45:03.435 INFO O| Dec 16 20:45:03.434 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4262 | 2024-12-16T20:45:04.925Z | [ recovery-image] Dec 16 20:45:03.435 INFO O| Dec 16 20:45:03.434 INFO ok! |
4263 | 2024-12-16T20:45:04.925Z | [ recovery-image] Dec 16 20:45:03.435 INFO O| Dec 16 20:45:03.435 INFO STEP 60 (ensure_file) COMPLETE |
4264 | 2024-12-16T20:45:04.925Z | [ recovery-image] Dec 16 20:45:03.435 INFO O| Dec 16 20:45:03.435 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4265 | 2024-12-16T20:45:04.941Z | [ recovery-image] Dec 16 20:45:03.453 INFO O| Dec 16 20:45:03.453 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4266 | 2024-12-16T20:45:04.941Z | [ recovery-image] Dec 16 20:45:03.453 INFO O| Dec 16 20:45:03.453 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4267 | 2024-12-16T20:45:04.942Z | [ recovery-image] Dec 16 20:45:03.454 INFO O| Dec 16 20:45:03.453 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4268 | 2024-12-16T20:45:04.942Z | [ recovery-image] Dec 16 20:45:03.454 INFO O| Dec 16 20:45:03.454 INFO ok! |
4269 | 2024-12-16T20:45:04.942Z | [ recovery-image] Dec 16 20:45:03.454 INFO O| Dec 16 20:45:03.454 INFO STEP 61 (ensure_file) COMPLETE |
4270 | 2024-12-16T20:45:04.944Z | [ recovery-image] Dec 16 20:45:03.454 INFO O| Dec 16 20:45:03.454 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4271 | 2024-12-16T20:45:04.974Z | [ recovery-image] Dec 16 20:45:03.485 INFO O| Dec 16 20:45:03.485 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4272 | 2024-12-16T20:45:04.974Z | [ recovery-image] Dec 16 20:45:03.485 INFO O| Dec 16 20:45:03.485 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4273 | 2024-12-16T20:45:04.976Z | [ recovery-image] Dec 16 20:45:03.486 INFO O| Dec 16 20:45:03.486 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4274 | 2024-12-16T20:45:04.976Z | [ recovery-image] Dec 16 20:45:03.486 INFO O| Dec 16 20:45:03.486 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4275 | 2024-12-16T20:45:04.976Z | [ recovery-image] Dec 16 20:45:03.486 INFO O| Dec 16 20:45:03.486 INFO ok! |
4276 | 2024-12-16T20:45:04.976Z | [ recovery-image] Dec 16 20:45:03.486 INFO O| Dec 16 20:45:03.486 INFO STEP 62 (ensure_file) COMPLETE |
4277 | 2024-12-16T20:45:04.976Z | [ recovery-image] Dec 16 20:45:03.486 INFO O| Dec 16 20:45:03.486 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4278 | 2024-12-16T20:45:04.994Z | [ host-image] Dec 16 20:45:03.506 INFO O| Dec 16 20:45:03.506 INFO STEP 12 (pkg_install) COMPLETE |
4279 | 2024-12-16T20:45:04.994Z | [ host-image] Dec 16 20:45:03.506 INFO O| Dec 16 20:45:03.506 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4280 | 2024-12-16T20:45:05.011Z | [ host-image] Dec 16 20:45:03.523 INFO O| Dec 16 20:45:03.523 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4281 | 2024-12-16T20:45:05.088Z | [ recovery-image] Dec 16 20:45:03.600 INFO O| Dec 16 20:45:03.600 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4282 | 2024-12-16T20:45:05.088Z | [ recovery-image] Dec 16 20:45:03.600 INFO O| Dec 16 20:45:03.600 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4283 | 2024-12-16T20:45:05.088Z | [ recovery-image] Dec 16 20:45:03.600 INFO O| Dec 16 20:45:03.600 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4284 | 2024-12-16T20:45:05.091Z | [ recovery-image] Dec 16 20:45:03.600 INFO O| Dec 16 20:45:03.600 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4285 | 2024-12-16T20:45:05.091Z | [ recovery-image] Dec 16 20:45:03.600 INFO O| Dec 16 20:45:03.600 INFO ok! |
4286 | 2024-12-16T20:45:05.091Z | [ recovery-image] Dec 16 20:45:03.600 INFO O| Dec 16 20:45:03.600 INFO STEP 63 (ensure_file) COMPLETE |
4287 | 2024-12-16T20:45:05.091Z | [ recovery-image] Dec 16 20:45:03.600 INFO O| Dec 16 20:45:03.600 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4288 | 2024-12-16T20:45:05.105Z | [ recovery-image] Dec 16 20:45:03.618 INFO O| Dec 16 20:45:03.618 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4289 | 2024-12-16T20:45:05.105Z | [ recovery-image] Dec 16 20:45:03.618 INFO O| Dec 16 20:45:03.618 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4290 | 2024-12-16T20:45:05.109Z | [ recovery-image] Dec 16 20:45:03.618 INFO O| Dec 16 20:45:03.618 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4291 | 2024-12-16T20:45:05.109Z | [ recovery-image] Dec 16 20:45:03.618 INFO O| Dec 16 20:45:03.618 INFO ok! |
4292 | 2024-12-16T20:45:05.109Z | [ recovery-image] Dec 16 20:45:03.618 INFO O| Dec 16 20:45:03.618 INFO STEP 64 (assemble_files) COMPLETE |
4293 | 2024-12-16T20:45:05.109Z | [ recovery-image] Dec 16 20:45:03.618 INFO O| Dec 16 20:45:03.618 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4294 | 2024-12-16T20:45:05.136Z | [ recovery-image] Dec 16 20:45:03.648 INFO O| Dec 16 20:45:03.648 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4295 | 2024-12-16T20:45:05.136Z | [ recovery-image] Dec 16 20:45:03.648 INFO O| Dec 16 20:45:03.648 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4296 | 2024-12-16T20:45:05.136Z | [ recovery-image] Dec 16 20:45:03.648 INFO O| Dec 16 20:45:03.648 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4297 | 2024-12-16T20:45:05.139Z | [ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.648 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4298 | 2024-12-16T20:45:05.139Z | [ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.649 INFO ok! |
4299 | 2024-12-16T20:45:05.139Z | [ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.649 INFO STEP 65 (ensure_file) COMPLETE |
4300 | 2024-12-16T20:45:05.139Z | [ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.649 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4301 | 2024-12-16T20:45:05.139Z | [ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.649 INFO skip step because feature "omicron1" is not enabled |
4302 | 2024-12-16T20:45:05.139Z | [ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.649 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4303 | 2024-12-16T20:45:05.139Z | [ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.649 INFO skip step because feature "omicron1" is not enabled |
4304 | 2024-12-16T20:45:05.139Z | [ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.649 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4305 | 2024-12-16T20:45:05.139Z | [ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.649 INFO skip step because feature "omicron1" is not enabled |
4306 | 2024-12-16T20:45:05.139Z | [ recovery-image] Dec 16 20:45:03.649 INFO O| Dec 16 20:45:03.649 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4307 | 2024-12-16T20:45:05.185Z | [ recovery-image] Dec 16 20:45:03.697 INFO O| Dec 16 20:45:03.697 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4308 | 2024-12-16T20:45:05.185Z | [ recovery-image] Dec 16 20:45:03.697 INFO O| Dec 16 20:45:03.697 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4309 | 2024-12-16T20:45:06.024Z | [ host-image] Dec 16 20:45:04.536 INFO O| Dec 16 20:45:04.536 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4310 | 2024-12-16T20:45:07.869Z | [ recovery-image] Dec 16 20:45:06.381 INFO O| Dec 16 20:45:06.381 INFO STEP 69 (pack_tar) COMPLETE |
4311 | 2024-12-16T20:45:07.869Z | [ recovery-image] Dec 16 20:45:06.381 INFO O| Dec 16 20:45:06.381 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4312 | 2024-12-16T20:45:07.872Z | [ recovery-image] Dec 16 20:45:06.381 INFO O| Dec 16 20:45:06.381 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4313 | 2024-12-16T20:45:08.013Z | [ recovery-image] Dec 16 20:45:06.523 INFO O| Dec 16 20:45:06.523 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4314 | 2024-12-16T20:45:08.094Z | [ recovery-image] Dec 16 20:45:06.606 INFO O| Dec 16 20:45:06.606 INFO completed processing gimlet/ramdisk-02-trim |
4315 | 2024-12-16T20:45:08.097Z | [ recovery-image] Dec 16 20:45:06.609 INFO image builder template: ramdisk-03-recovery-trim... |
4316 | 2024-12-16T20:45:08.097Z | [ recovery-image] Dec 16 20:45:06.609 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/.tmppeKgUt/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 |
4317 | 2024-12-16T20:45:08.325Z | [ recovery-image] Dec 16 20:45:06.837 INFO O| Dec 16 20:45:06.837 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4318 | 2024-12-16T20:45:08.352Z | [ recovery-image] Dec 16 20:45:06.864 INFO O| Dec 16 20:45:06.864 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4319 | 2024-12-16T20:45:08.466Z | [ recovery-image] Dec 16 20:45:06.978 INFO O| Dec 16 20:45:06.978 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4320 | 2024-12-16T20:45:08.550Z | [ recovery-image] Dec 16 20:45:07.061 INFO O| Dec 16 20:45:07.061 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4321 | 2024-12-16T20:45:08.553Z | [ recovery-image] Dec 16 20:45:07.062 INFO O| Dec 16 20:45:07.062 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4322 | 2024-12-16T20:45:08.565Z | [ recovery-image] Dec 16 20:45:07.077 INFO O| Dec 16 20:45:07.076 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4323 | 2024-12-16T20:45:08.572Z | [ recovery-image] Dec 16 20:45:07.084 INFO O| Dec 16 20:45:07.084 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4324 | 2024-12-16T20:45:08.582Z | [ recovery-image] Dec 16 20:45:07.093 INFO O| Dec 16 20:45:07.093 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4325 | 2024-12-16T20:45:08.949Z | [ recovery-image] Dec 16 20:45:07.461 INFO O| Dec 16 20:45:07.461 INFO rolled back to input snapshot; work may begin |
4326 | 2024-12-16T20:45:08.949Z | [ recovery-image] Dec 16 20:45:07.461 INFO O| Dec 16 20:45:07.461 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4327 | 2024-12-16T20:45:08.959Z | [ recovery-image] Dec 16 20:45:07.470 INFO O| Dec 16 20:45:07.470 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4328 | 2024-12-16T20:45:08.975Z | [ recovery-image] Dec 16 20:45:07.486 INFO O| Dec 16 20:45:07.486 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4329 | 2024-12-16T20:45:09.047Z | [ recovery-image] Dec 16 20:45:07.558 INFO O| Dec 16 20:45:07.558 INFO STEP 0 (remove_files) COMPLETE |
4330 | 2024-12-16T20:45:09.047Z | [ recovery-image] Dec 16 20:45:07.558 INFO O| Dec 16 20:45:07.558 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4331 | 2024-12-16T20:45:09.099Z | [ recovery-image] Dec 16 20:45:07.610 INFO O| Dec 16 20:45:07.610 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4332 | 2024-12-16T20:45:09.258Z | [ recovery-image] Dec 16 20:45:07.770 INFO O| Dec 16 20:45:07.770 INFO STEP 1 (remove_files) COMPLETE |
4333 | 2024-12-16T20:45:09.259Z | [ recovery-image] Dec 16 20:45:07.770 INFO O| Dec 16 20:45:07.770 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-12-16T20:45:09.334Z | [ recovery-image] Dec 16 20:45:07.846 INFO O| Dec 16 20:45:07.846 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4335 | 2024-12-16T20:45:09.382Z | [ recovery-image] Dec 16 20:45:07.893 INFO O| Dec 16 20:45:07.893 INFO STEP 2 (remove_files) COMPLETE |
4336 | 2024-12-16T20:45:09.382Z | [ recovery-image] Dec 16 20:45:07.893 INFO O| Dec 16 20:45:07.893 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-12-16T20:45:09.403Z | [ recovery-image] Dec 16 20:45:07.914 INFO O| Dec 16 20:45:07.914 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4338 | 2024-12-16T20:45:09.506Z | [ recovery-image] Dec 16 20:45:08.018 INFO O| Dec 16 20:45:08.018 INFO STEP 3 (remove_files) COMPLETE |
4339 | 2024-12-16T20:45:09.506Z | [ recovery-image] Dec 16 20:45:08.018 INFO O| Dec 16 20:45:08.018 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-12-16T20:45:09.538Z | [ recovery-image] Dec 16 20:45:08.049 INFO O| Dec 16 20:45:08.049 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4341 | 2024-12-16T20:45:09.860Z | [ recovery-image] Dec 16 20:45:08.371 INFO O| Dec 16 20:45:08.371 INFO STEP 4 (remove_files) COMPLETE |
4342 | 2024-12-16T20:45:09.860Z | [ recovery-image] Dec 16 20:45:08.371 INFO O| Dec 16 20:45:08.371 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-12-16T20:45:09.880Z | [ recovery-image] Dec 16 20:45:08.392 INFO O| Dec 16 20:45:08.392 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4344 | 2024-12-16T20:45:09.884Z | [ recovery-image] Dec 16 20:45:08.395 INFO O| Dec 16 20:45:08.395 INFO STEP 5 (remove_files) COMPLETE |
4345 | 2024-12-16T20:45:09.884Z | [ recovery-image] Dec 16 20:45:08.395 INFO O| Dec 16 20:45:08.395 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-12-16T20:45:09.897Z | [ host-image] Dec 16 20:45:08.409 INFO O| Dec 16 20:45:08.408 INFO O| Planning: Solver setup ... Done |
4347 | 2024-12-16T20:45:09.904Z | [ host-image] Dec 16 20:45:08.416 INFO O| Dec 16 20:45:08.416 INFO O| Planning: Running solver ... Done |
4348 | 2024-12-16T20:45:09.917Z | [ recovery-image] Dec 16 20:45:08.429 INFO O| Dec 16 20:45:08.429 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4349 | 2024-12-16T20:45:09.921Z | [ recovery-image] Dec 16 20:45:08.430 INFO O| Dec 16 20:45:08.430 INFO STEP 6 (remove_files) COMPLETE |
4350 | 2024-12-16T20:45:09.921Z | [ recovery-image] Dec 16 20:45:08.430 INFO O| Dec 16 20:45:08.430 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4351 | 2024-12-16T20:45:09.951Z | [ recovery-image] Dec 16 20:45:08.462 INFO O| Dec 16 20:45:08.462 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4352 | 2024-12-16T20:45:09.976Z | [ recovery-image] Dec 16 20:45:08.487 INFO O| Dec 16 20:45:08.487 INFO STEP 7 (remove_files) COMPLETE |
4353 | 2024-12-16T20:45:09.976Z | [ recovery-image] Dec 16 20:45:08.487 INFO O| Dec 16 20:45:08.487 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4354 | 2024-12-16T20:45:09.991Z | [ host-image] Dec 16 20:45:08.502 INFO O| Dec 16 20:45:08.502 INFO O| Planning: Finding local manifests ... Done |
4355 | 2024-12-16T20:45:09.995Z | [ host-image] Dec 16 20:45:08.504 INFO O| Dec 16 20:45:08.504 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4356 | 2024-12-16T20:45:10.049Z | [ recovery-image] Dec 16 20:45:08.561 INFO O| Dec 16 20:45:08.561 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4357 | 2024-12-16T20:45:10.078Z | [ recovery-image] Dec 16 20:45:08.590 INFO O| Dec 16 20:45:08.590 INFO STEP 8 (remove_files) COMPLETE |
4358 | 2024-12-16T20:45:10.078Z | [ recovery-image] Dec 16 20:45:08.590 INFO O| Dec 16 20:45:08.590 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4359 | 2024-12-16T20:45:10.106Z | [ recovery-image] Dec 16 20:45:08.618 INFO O| Dec 16 20:45:08.618 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4360 | 2024-12-16T20:45:10.109Z | [ recovery-image] Dec 16 20:45:08.618 INFO O| Dec 16 20:45:08.618 INFO STEP 9 (remove_files) COMPLETE |
4361 | 2024-12-16T20:45:10.109Z | [ recovery-image] Dec 16 20:45:08.618 INFO O| Dec 16 20:45:08.618 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4362 | 2024-12-16T20:45:10.132Z | [ recovery-image] Dec 16 20:45:08.643 INFO O| Dec 16 20:45:08.643 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4363 | 2024-12-16T20:45:10.153Z | [ recovery-image] Dec 16 20:45:08.664 INFO O| Dec 16 20:45:08.664 INFO STEP 10 (remove_files) COMPLETE |
4364 | 2024-12-16T20:45:10.153Z | [ recovery-image] Dec 16 20:45:08.664 INFO O| Dec 16 20:45:08.664 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4365 | 2024-12-16T20:45:10.190Z | [ recovery-image] Dec 16 20:45:08.701 INFO O| Dec 16 20:45:08.701 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4366 | 2024-12-16T20:45:10.339Z | [ host-image] Dec 16 20:45:08.851 INFO O| Dec 16 20:45:08.851 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4367 | 2024-12-16T20:45:10.395Z | [ host-image] Dec 16 20:45:08.906 INFO O| Dec 16 20:45:08.905 INFO O| Planning: Package planning ... Done |
4368 | 2024-12-16T20:45:10.429Z | [ host-image] Dec 16 20:45:08.941 INFO O| Dec 16 20:45:08.941 INFO O| Planning: Merging actions ... Done |
4369 | 2024-12-16T20:45:10.551Z | [ host-image] Dec 16 20:45:09.063 INFO O| Dec 16 20:45:09.063 INFO O| Planning: Checking for conflicting actions ... Done |
4370 | 2024-12-16T20:45:10.558Z | [ host-image] Dec 16 20:45:09.070 INFO O| Dec 16 20:45:09.070 INFO O| Planning: Consolidating action changes ... Done |
4371 | 2024-12-16T20:45:10.996Z | [ host-image] Dec 16 20:45:09.506 INFO O| Dec 16 20:45:09.506 INFO O| Planning: Evaluating mediators ... Done |
4372 | 2024-12-16T20:45:11.000Z | [ host-image] Dec 16 20:45:09.511 INFO O| Dec 16 20:45:09.511 INFO O| Planning: Planning completed in 4.97 seconds |
4373 | 2024-12-16T20:45:11.003Z | [ host-image] Dec 16 20:45:09.514 INFO O| Dec 16 20:45:09.514 INFO O| Packages to install: 6 |
4374 | 2024-12-16T20:45:11.003Z | [ host-image] Dec 16 20:45:09.514 INFO O| Dec 16 20:45:09.514 INFO O| Mediators to change: 1 |
4375 | 2024-12-16T20:45:11.006Z | [ host-image] Dec 16 20:45:09.514 INFO O| Dec 16 20:45:09.514 INFO O| Services to change: 1 |
4376 | 2024-12-16T20:45:11.024Z | [ host-image] Dec 16 20:45:09.535 INFO O| Dec 16 20:45:09.535 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4377 | 2024-12-16T20:45:11.061Z | [ recovery-image] Dec 16 20:45:09.572 INFO O| Dec 16 20:45:09.572 INFO STEP 11 (remove_files) COMPLETE |
4378 | 2024-12-16T20:45:11.061Z | [ recovery-image] Dec 16 20:45:09.572 INFO O| Dec 16 20:45:09.572 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-12-16T20:45:11.100Z | [ recovery-image] Dec 16 20:45:09.611 INFO O| Dec 16 20:45:09.611 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4380 | 2024-12-16T20:45:11.104Z | [ recovery-image] Dec 16 20:45:09.614 INFO O| Dec 16 20:45:09.614 INFO STEP 12 (remove_files) COMPLETE |
4381 | 2024-12-16T20:45:11.104Z | [ recovery-image] Dec 16 20:45:09.614 INFO O| Dec 16 20:45:09.614 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-12-16T20:45:11.122Z | [ recovery-image] Dec 16 20:45:09.633 INFO O| Dec 16 20:45:09.633 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4383 | 2024-12-16T20:45:11.125Z | [ recovery-image] Dec 16 20:45:09.637 INFO O| Dec 16 20:45:09.637 INFO STEP 13 (remove_files) COMPLETE |
4384 | 2024-12-16T20:45:11.125Z | [ recovery-image] Dec 16 20:45:09.637 INFO O| Dec 16 20:45:09.637 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-12-16T20:45:11.175Z | [ recovery-image] Dec 16 20:45:09.686 INFO O| Dec 16 20:45:09.686 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4386 | 2024-12-16T20:45:11.177Z | [ recovery-image] Dec 16 20:45:09.687 INFO O| Dec 16 20:45:09.687 INFO STEP 14 (remove_files) COMPLETE |
4387 | 2024-12-16T20:45:11.177Z | [ recovery-image] Dec 16 20:45:09.687 INFO O| Dec 16 20:45:09.687 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-12-16T20:45:11.197Z | [ recovery-image] Dec 16 20:45:09.708 INFO O| Dec 16 20:45:09.708 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4389 | 2024-12-16T20:45:11.216Z | [ recovery-image] Dec 16 20:45:09.726 INFO O| Dec 16 20:45:09.726 INFO STEP 15 (remove_files) COMPLETE |
4390 | 2024-12-16T20:45:11.216Z | [ recovery-image] Dec 16 20:45:09.727 INFO O| Dec 16 20:45:09.726 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-12-16T20:45:11.255Z | [ recovery-image] Dec 16 20:45:09.766 INFO O| Dec 16 20:45:09.766 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4392 | 2024-12-16T20:45:11.499Z | [ recovery-image] Dec 16 20:45:10.011 INFO O| Dec 16 20:45:10.010 INFO STEP 16 (remove_files) COMPLETE |
4393 | 2024-12-16T20:45:11.499Z | [ recovery-image] Dec 16 20:45:10.011 INFO O| Dec 16 20:45:10.010 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4394 | 2024-12-16T20:45:11.566Z | [ recovery-image] Dec 16 20:45:10.077 INFO O| Dec 16 20:45:10.076 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4395 | 2024-12-16T20:45:11.568Z | [ recovery-image] Dec 16 20:45:10.077 INFO O| Dec 16 20:45:10.077 INFO STEP 17 (remove_files) COMPLETE |
4396 | 2024-12-16T20:45:11.569Z | [ recovery-image] Dec 16 20:45:10.077 INFO O| Dec 16 20:45:10.077 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4397 | 2024-12-16T20:45:11.589Z | [ recovery-image] Dec 16 20:45:10.097 INFO O| Dec 16 20:45:10.096 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4398 | 2024-12-16T20:45:11.589Z | [ recovery-image] Dec 16 20:45:10.097 INFO O| Dec 16 20:45:10.097 INFO STEP 18 (remove_files) COMPLETE |
4399 | 2024-12-16T20:45:11.589Z | [ recovery-image] Dec 16 20:45:10.097 INFO O| Dec 16 20:45:10.097 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4400 | 2024-12-16T20:45:11.605Z | [ recovery-image] Dec 16 20:45:10.116 INFO O| Dec 16 20:45:10.116 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4401 | 2024-12-16T20:45:11.784Z | [ recovery-image] Dec 16 20:45:10.295 INFO O| Dec 16 20:45:10.295 INFO STEP 19 (remove_files) COMPLETE |
4402 | 2024-12-16T20:45:11.785Z | [ recovery-image] Dec 16 20:45:10.295 INFO O| Dec 16 20:45:10.295 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4403 | 2024-12-16T20:45:11.805Z | [ recovery-image] Dec 16 20:45:10.315 INFO O| Dec 16 20:45:10.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4404 | 2024-12-16T20:45:11.809Z | [ recovery-image] Dec 16 20:45:10.317 INFO O| Dec 16 20:45:10.317 INFO STEP 20 (remove_files) COMPLETE |
4405 | 2024-12-16T20:45:11.809Z | [ recovery-image] Dec 16 20:45:10.317 INFO O| Dec 16 20:45:10.317 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4406 | 2024-12-16T20:45:11.869Z | [ recovery-image] Dec 16 20:45:10.380 INFO O| Dec 16 20:45:10.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4407 | 2024-12-16T20:45:11.869Z | [ recovery-image] Dec 16 20:45:10.380 INFO O| Dec 16 20:45:10.380 INFO STEP 21 (remove_files) COMPLETE |
4408 | 2024-12-16T20:45:11.873Z | [ recovery-image] Dec 16 20:45:10.380 INFO O| Dec 16 20:45:10.380 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4409 | 2024-12-16T20:45:11.888Z | [ recovery-image] Dec 16 20:45:10.399 INFO O| Dec 16 20:45:10.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4410 | 2024-12-16T20:45:11.917Z | [ recovery-image] Dec 16 20:45:10.428 INFO O| Dec 16 20:45:10.428 INFO STEP 22 (remove_files) COMPLETE |
4411 | 2024-12-16T20:45:11.917Z | [ recovery-image] Dec 16 20:45:10.428 INFO O| Dec 16 20:45:10.428 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4412 | 2024-12-16T20:45:11.962Z | [ recovery-image] Dec 16 20:45:10.472 INFO O| Dec 16 20:45:10.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4413 | 2024-12-16T20:45:11.962Z | [ recovery-image] Dec 16 20:45:10.473 INFO O| Dec 16 20:45:10.472 INFO STEP 23 (remove_files) COMPLETE |
4414 | 2024-12-16T20:45:11.963Z | [ recovery-image] Dec 16 20:45:10.473 INFO O| Dec 16 20:45:10.473 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4415 | 2024-12-16T20:45:11.999Z | [ recovery-image] Dec 16 20:45:10.511 INFO O| Dec 16 20:45:10.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4416 | 2024-12-16T20:45:12.002Z | [ recovery-image] Dec 16 20:45:10.512 INFO O| Dec 16 20:45:10.512 INFO STEP 24 (remove_files) COMPLETE |
4417 | 2024-12-16T20:45:12.002Z | [ recovery-image] Dec 16 20:45:10.512 INFO O| Dec 16 20:45:10.512 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4418 | 2024-12-16T20:45:12.070Z | [ recovery-image] Dec 16 20:45:10.581 INFO O| Dec 16 20:45:10.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4419 | 2024-12-16T20:45:12.070Z | [ recovery-image] Dec 16 20:45:10.581 INFO O| Dec 16 20:45:10.581 INFO STEP 25 (remove_files) COMPLETE |
4420 | 2024-12-16T20:45:12.070Z | [ recovery-image] Dec 16 20:45:10.581 INFO O| Dec 16 20:45:10.581 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4421 | 2024-12-16T20:45:12.110Z | [ recovery-image] Dec 16 20:45:10.621 INFO O| Dec 16 20:45:10.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4422 | 2024-12-16T20:45:12.110Z | [ recovery-image] Dec 16 20:45:10.621 INFO O| Dec 16 20:45:10.621 INFO STEP 26 (remove_files) COMPLETE |
4423 | 2024-12-16T20:45:12.110Z | [ recovery-image] Dec 16 20:45:10.621 INFO O| Dec 16 20:45:10.621 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4424 | 2024-12-16T20:45:12.128Z | [ recovery-image] Dec 16 20:45:10.639 INFO O| Dec 16 20:45:10.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4425 | 2024-12-16T20:45:12.128Z | [ recovery-image] Dec 16 20:45:10.639 INFO O| Dec 16 20:45:10.639 INFO STEP 27 (remove_files) COMPLETE |
4426 | 2024-12-16T20:45:12.128Z | [ recovery-image] Dec 16 20:45:10.639 INFO O| Dec 16 20:45:10.639 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-12-16T20:45:12.167Z | [ recovery-image] Dec 16 20:45:10.678 INFO O| Dec 16 20:45:10.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4428 | 2024-12-16T20:45:12.187Z | [ recovery-image] Dec 16 20:45:10.698 INFO O| Dec 16 20:45:10.698 INFO STEP 28 (remove_files) COMPLETE |
4429 | 2024-12-16T20:45:12.187Z | [ recovery-image] Dec 16 20:45:10.698 INFO O| Dec 16 20:45:10.698 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-12-16T20:45:12.244Z | [ recovery-image] Dec 16 20:45:10.755 INFO O| Dec 16 20:45:10.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4431 | 2024-12-16T20:45:12.244Z | [ recovery-image] Dec 16 20:45:10.755 INFO O| Dec 16 20:45:10.755 INFO STEP 29 (remove_files) COMPLETE |
4432 | 2024-12-16T20:45:12.244Z | [ recovery-image] Dec 16 20:45:10.755 INFO O| Dec 16 20:45:10.755 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-12-16T20:45:12.310Z | [ recovery-image] Dec 16 20:45:10.821 INFO O| Dec 16 20:45:10.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4434 | 2024-12-16T20:45:12.310Z | [ recovery-image] Dec 16 20:45:10.821 INFO O| Dec 16 20:45:10.821 INFO STEP 30 (remove_files) COMPLETE |
4435 | 2024-12-16T20:45:12.310Z | [ recovery-image] Dec 16 20:45:10.821 INFO O| Dec 16 20:45:10.821 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4436 | 2024-12-16T20:45:12.329Z | [ recovery-image] Dec 16 20:45:10.840 INFO O| Dec 16 20:45:10.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4437 | 2024-12-16T20:45:12.329Z | [ recovery-image] Dec 16 20:45:10.840 INFO O| Dec 16 20:45:10.840 INFO STEP 31 (remove_files) COMPLETE |
4438 | 2024-12-16T20:45:12.329Z | [ recovery-image] Dec 16 20:45:10.840 INFO O| Dec 16 20:45:10.840 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4439 | 2024-12-16T20:45:12.348Z | [ recovery-image] Dec 16 20:45:10.859 INFO O| Dec 16 20:45:10.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4440 | 2024-12-16T20:45:12.351Z | [ recovery-image] Dec 16 20:45:10.861 INFO O| Dec 16 20:45:10.861 INFO STEP 32 (remove_files) COMPLETE |
4441 | 2024-12-16T20:45:12.352Z | [ recovery-image] Dec 16 20:45:10.861 INFO O| Dec 16 20:45:10.861 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4442 | 2024-12-16T20:45:12.391Z | [ recovery-image] Dec 16 20:45:10.902 INFO O| Dec 16 20:45:10.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4443 | 2024-12-16T20:45:12.415Z | [ recovery-image] Dec 16 20:45:10.926 INFO O| Dec 16 20:45:10.926 INFO STEP 33 (remove_files) COMPLETE |
4444 | 2024-12-16T20:45:12.416Z | [ recovery-image] Dec 16 20:45:10.926 INFO O| Dec 16 20:45:10.926 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-12-16T20:45:12.448Z | [ recovery-image] Dec 16 20:45:10.959 INFO O| Dec 16 20:45:10.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4446 | 2024-12-16T20:45:12.448Z | [ recovery-image] Dec 16 20:45:10.959 INFO O| Dec 16 20:45:10.959 INFO STEP 34 (remove_files) COMPLETE |
4447 | 2024-12-16T20:45:12.451Z | [ recovery-image] Dec 16 20:45:10.959 INFO O| Dec 16 20:45:10.959 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-12-16T20:45:12.470Z | [ recovery-image] Dec 16 20:45:10.981 INFO O| Dec 16 20:45:10.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4449 | 2024-12-16T20:45:12.470Z | [ recovery-image] Dec 16 20:45:10.981 INFO O| Dec 16 20:45:10.981 INFO STEP 35 (remove_files) COMPLETE |
4450 | 2024-12-16T20:45:12.472Z | [ recovery-image] Dec 16 20:45:10.981 INFO O| Dec 16 20:45:10.981 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-12-16T20:45:12.492Z | [ recovery-image] Dec 16 20:45:11.003 INFO O| Dec 16 20:45:11.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4452 | 2024-12-16T20:45:12.494Z | [ recovery-image] Dec 16 20:45:11.003 INFO O| Dec 16 20:45:11.003 INFO STEP 36 (remove_files) COMPLETE |
4453 | 2024-12-16T20:45:12.494Z | [ recovery-image] Dec 16 20:45:11.003 INFO O| Dec 16 20:45:11.003 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4454 | 2024-12-16T20:45:12.512Z | [ recovery-image] Dec 16 20:45:11.023 INFO O| Dec 16 20:45:11.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4455 | 2024-12-16T20:45:12.536Z | [ recovery-image] Dec 16 20:45:11.046 INFO O| Dec 16 20:45:11.046 INFO STEP 37 (remove_files) COMPLETE |
4456 | 2024-12-16T20:45:12.536Z | [ recovery-image] Dec 16 20:45:11.046 INFO O| Dec 16 20:45:11.046 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4457 | 2024-12-16T20:45:12.569Z | [ recovery-image] Dec 16 20:45:11.078 INFO O| Dec 16 20:45:11.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4458 | 2024-12-16T20:45:12.569Z | [ recovery-image] Dec 16 20:45:11.078 INFO O| Dec 16 20:45:11.078 INFO STEP 38 (remove_files) COMPLETE |
4459 | 2024-12-16T20:45:12.571Z | [ recovery-image] Dec 16 20:45:11.078 INFO O| Dec 16 20:45:11.078 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4460 | 2024-12-16T20:45:12.586Z | [ recovery-image] Dec 16 20:45:11.097 INFO O| Dec 16 20:45:11.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4461 | 2024-12-16T20:45:12.586Z | [ recovery-image] Dec 16 20:45:11.097 INFO O| Dec 16 20:45:11.097 INFO STEP 39 (remove_files) COMPLETE |
4462 | 2024-12-16T20:45:12.589Z | [ recovery-image] Dec 16 20:45:11.097 INFO O| Dec 16 20:45:11.097 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4463 | 2024-12-16T20:45:12.602Z | [ recovery-image] Dec 16 20:45:11.114 INFO O| Dec 16 20:45:11.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4464 | 2024-12-16T20:45:12.603Z | [ recovery-image] Dec 16 20:45:11.114 INFO O| Dec 16 20:45:11.114 INFO STEP 40 (remove_files) COMPLETE |
4465 | 2024-12-16T20:45:12.605Z | [ recovery-image] Dec 16 20:45:11.114 INFO O| Dec 16 20:45:11.114 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-12-16T20:45:12.621Z | [ recovery-image] Dec 16 20:45:11.132 INFO O| Dec 16 20:45:11.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4467 | 2024-12-16T20:45:12.621Z | [ recovery-image] Dec 16 20:45:11.132 INFO O| Dec 16 20:45:11.132 INFO STEP 41 (remove_files) COMPLETE |
4468 | 2024-12-16T20:45:12.621Z | [ recovery-image] Dec 16 20:45:11.132 INFO O| Dec 16 20:45:11.132 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-12-16T20:45:12.699Z | [ recovery-image] Dec 16 20:45:11.210 INFO O| Dec 16 20:45:11.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4470 | 2024-12-16T20:45:12.699Z | [ recovery-image] Dec 16 20:45:11.210 INFO O| Dec 16 20:45:11.210 INFO STEP 42 (remove_files) COMPLETE |
4471 | 2024-12-16T20:45:12.699Z | [ recovery-image] Dec 16 20:45:11.210 INFO O| Dec 16 20:45:11.210 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-12-16T20:45:12.717Z | [ recovery-image] Dec 16 20:45:11.228 INFO O| Dec 16 20:45:11.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4473 | 2024-12-16T20:45:12.717Z | [ recovery-image] Dec 16 20:45:11.229 INFO O| Dec 16 20:45:11.228 INFO STEP 43 (remove_files) COMPLETE |
4474 | 2024-12-16T20:45:12.720Z | [ recovery-image] Dec 16 20:45:11.229 INFO O| Dec 16 20:45:11.229 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-12-16T20:45:12.737Z | [ recovery-image] Dec 16 20:45:11.248 INFO O| Dec 16 20:45:11.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4476 | 2024-12-16T20:45:12.737Z | [ recovery-image] Dec 16 20:45:11.248 INFO O| Dec 16 20:45:11.248 INFO STEP 44 (remove_files) COMPLETE |
4477 | 2024-12-16T20:45:12.740Z | [ recovery-image] Dec 16 20:45:11.248 INFO O| Dec 16 20:45:11.248 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-12-16T20:45:12.757Z | [ recovery-image] Dec 16 20:45:11.268 INFO O| Dec 16 20:45:11.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4479 | 2024-12-16T20:45:12.771Z | [ recovery-image] Dec 16 20:45:11.281 INFO O| Dec 16 20:45:11.281 INFO STEP 45 (remove_files) COMPLETE |
4480 | 2024-12-16T20:45:12.771Z | [ recovery-image] Dec 16 20:45:11.281 INFO O| Dec 16 20:45:11.281 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-12-16T20:45:12.802Z | [ recovery-image] Dec 16 20:45:11.313 INFO O| Dec 16 20:45:11.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4482 | 2024-12-16T20:45:12.803Z | [ recovery-image] Dec 16 20:45:11.314 INFO O| Dec 16 20:45:11.313 INFO STEP 46 (remove_files) COMPLETE |
4483 | 2024-12-16T20:45:12.803Z | [ recovery-image] Dec 16 20:45:11.314 INFO O| Dec 16 20:45:11.314 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-12-16T20:45:12.834Z | [ recovery-image] Dec 16 20:45:11.345 INFO O| Dec 16 20:45:11.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4485 | 2024-12-16T20:45:12.857Z | [ recovery-image] Dec 16 20:45:11.367 INFO O| Dec 16 20:45:11.367 INFO STEP 47 (remove_files) COMPLETE |
4486 | 2024-12-16T20:45:12.857Z | [ recovery-image] Dec 16 20:45:11.367 INFO O| Dec 16 20:45:11.367 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-12-16T20:45:12.914Z | [ recovery-image] Dec 16 20:45:11.424 INFO O| Dec 16 20:45:11.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4488 | 2024-12-16T20:45:12.914Z | [ recovery-image] Dec 16 20:45:11.424 INFO O| Dec 16 20:45:11.424 INFO STEP 48 (remove_files) COMPLETE |
4489 | 2024-12-16T20:45:12.914Z | [ recovery-image] Dec 16 20:45:11.424 INFO O| Dec 16 20:45:11.424 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-12-16T20:45:12.934Z | [ recovery-image] Dec 16 20:45:11.445 INFO O| Dec 16 20:45:11.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4491 | 2024-12-16T20:45:12.934Z | [ recovery-image] Dec 16 20:45:11.445 INFO O| Dec 16 20:45:11.445 INFO STEP 49 (remove_files) COMPLETE |
4492 | 2024-12-16T20:45:12.936Z | [ recovery-image] Dec 16 20:45:11.445 INFO O| Dec 16 20:45:11.445 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-12-16T20:45:12.955Z | [ recovery-image] Dec 16 20:45:11.466 INFO O| Dec 16 20:45:11.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4494 | 2024-12-16T20:45:12.965Z | [ recovery-image] Dec 16 20:45:11.476 INFO O| Dec 16 20:45:11.476 INFO STEP 50 (remove_files) COMPLETE |
4495 | 2024-12-16T20:45:12.965Z | [ recovery-image] Dec 16 20:45:11.476 INFO O| Dec 16 20:45:11.476 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-12-16T20:45:13.003Z | [ recovery-image] Dec 16 20:45:11.514 INFO O| Dec 16 20:45:11.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4497 | 2024-12-16T20:45:13.027Z | [ recovery-image] Dec 16 20:45:11.538 INFO O| Dec 16 20:45:11.538 INFO STEP 51 (remove_files) COMPLETE |
4498 | 2024-12-16T20:45:13.027Z | [ recovery-image] Dec 16 20:45:11.538 INFO O| Dec 16 20:45:11.538 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2024-12-16T20:45:13.065Z | [ recovery-image] Dec 16 20:45:11.576 INFO O| Dec 16 20:45:11.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4500 | 2024-12-16T20:45:13.065Z | [ recovery-image] Dec 16 20:45:11.576 INFO O| Dec 16 20:45:11.576 INFO STEP 52 (remove_files) COMPLETE |
4501 | 2024-12-16T20:45:13.068Z | [ recovery-image] Dec 16 20:45:11.576 INFO O| Dec 16 20:45:11.576 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-12-16T20:45:13.093Z | [ recovery-image] Dec 16 20:45:11.604 INFO O| Dec 16 20:45:11.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4503 | 2024-12-16T20:45:13.093Z | [ recovery-image] Dec 16 20:45:11.604 INFO O| Dec 16 20:45:11.604 INFO STEP 53 (remove_files) COMPLETE |
4504 | 2024-12-16T20:45:13.093Z | [ recovery-image] Dec 16 20:45:11.604 INFO O| Dec 16 20:45:11.604 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-12-16T20:45:13.113Z | [ recovery-image] Dec 16 20:45:11.624 INFO O| Dec 16 20:45:11.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4506 | 2024-12-16T20:45:13.115Z | [ recovery-image] Dec 16 20:45:11.624 INFO O| Dec 16 20:45:11.624 INFO STEP 54 (remove_files) COMPLETE |
4507 | 2024-12-16T20:45:13.116Z | [ recovery-image] Dec 16 20:45:11.624 INFO O| Dec 16 20:45:11.624 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-12-16T20:45:13.136Z | [ recovery-image] Dec 16 20:45:11.645 INFO O| Dec 16 20:45:11.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4509 | 2024-12-16T20:45:13.136Z | [ recovery-image] Dec 16 20:45:11.645 INFO O| Dec 16 20:45:11.645 INFO STEP 55 (remove_files) COMPLETE |
4510 | 2024-12-16T20:45:13.136Z | [ recovery-image] Dec 16 20:45:11.645 INFO O| Dec 16 20:45:11.645 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-12-16T20:45:13.194Z | [ recovery-image] Dec 16 20:45:11.705 INFO O| Dec 16 20:45:11.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4512 | 2024-12-16T20:45:13.194Z | [ recovery-image] Dec 16 20:45:11.706 INFO O| Dec 16 20:45:11.705 INFO STEP 56 (remove_files) COMPLETE |
4513 | 2024-12-16T20:45:13.194Z | [ recovery-image] Dec 16 20:45:11.706 INFO O| Dec 16 20:45:11.706 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-12-16T20:45:13.230Z | [ recovery-image] Dec 16 20:45:11.740 INFO O| Dec 16 20:45:11.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4515 | 2024-12-16T20:45:13.230Z | [ recovery-image] Dec 16 20:45:11.741 INFO O| Dec 16 20:45:11.740 INFO STEP 57 (remove_files) COMPLETE |
4516 | 2024-12-16T20:45:13.230Z | [ recovery-image] Dec 16 20:45:11.741 INFO O| Dec 16 20:45:11.741 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-12-16T20:45:13.250Z | [ recovery-image] Dec 16 20:45:11.760 INFO O| Dec 16 20:45:11.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4518 | 2024-12-16T20:45:13.250Z | [ recovery-image] Dec 16 20:45:11.760 INFO O| Dec 16 20:45:11.760 INFO STEP 58 (remove_files) COMPLETE |
4519 | 2024-12-16T20:45:13.250Z | [ recovery-image] Dec 16 20:45:11.760 INFO O| Dec 16 20:45:11.760 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-12-16T20:45:13.269Z | [ recovery-image] Dec 16 20:45:11.780 INFO O| Dec 16 20:45:11.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4521 | 2024-12-16T20:45:13.269Z | [ recovery-image] Dec 16 20:45:11.780 INFO O| Dec 16 20:45:11.780 INFO STEP 59 (remove_files) COMPLETE |
4522 | 2024-12-16T20:45:13.269Z | [ recovery-image] Dec 16 20:45:11.780 INFO O| Dec 16 20:45:11.780 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-12-16T20:45:13.289Z | [ recovery-image] Dec 16 20:45:11.800 INFO O| Dec 16 20:45:11.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4524 | 2024-12-16T20:45:13.289Z | [ recovery-image] Dec 16 20:45:11.800 INFO O| Dec 16 20:45:11.800 INFO STEP 60 (remove_files) COMPLETE |
4525 | 2024-12-16T20:45:13.291Z | [ recovery-image] Dec 16 20:45:11.800 INFO O| Dec 16 20:45:11.800 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-12-16T20:45:13.309Z | [ recovery-image] Dec 16 20:45:11.820 INFO O| Dec 16 20:45:11.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4527 | 2024-12-16T20:45:13.309Z | [ recovery-image] Dec 16 20:45:11.820 INFO O| Dec 16 20:45:11.820 INFO STEP 61 (remove_files) COMPLETE |
4528 | 2024-12-16T20:45:13.309Z | [ recovery-image] Dec 16 20:45:11.820 INFO O| Dec 16 20:45:11.820 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-12-16T20:45:13.329Z | [ recovery-image] Dec 16 20:45:11.840 INFO O| Dec 16 20:45:11.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4530 | 2024-12-16T20:45:13.329Z | [ recovery-image] Dec 16 20:45:11.840 INFO O| Dec 16 20:45:11.840 INFO STEP 62 (remove_files) COMPLETE |
4531 | 2024-12-16T20:45:13.332Z | [ recovery-image] Dec 16 20:45:11.840 INFO O| Dec 16 20:45:11.840 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-12-16T20:45:13.349Z | [ recovery-image] Dec 16 20:45:11.860 INFO O| Dec 16 20:45:11.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4533 | 2024-12-16T20:45:13.354Z | [ recovery-image] Dec 16 20:45:11.866 INFO O| Dec 16 20:45:11.865 INFO STEP 63 (remove_files) COMPLETE |
4534 | 2024-12-16T20:45:13.354Z | [ recovery-image] Dec 16 20:45:11.866 INFO O| Dec 16 20:45:11.865 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-12-16T20:45:13.379Z | [ recovery-image] Dec 16 20:45:11.890 INFO O| Dec 16 20:45:11.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4536 | 2024-12-16T20:45:13.379Z | [ recovery-image] Dec 16 20:45:11.890 INFO O| Dec 16 20:45:11.890 INFO STEP 64 (remove_files) COMPLETE |
4537 | 2024-12-16T20:45:13.382Z | [ recovery-image] Dec 16 20:45:11.890 INFO O| Dec 16 20:45:11.890 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-12-16T20:45:13.404Z | [ recovery-image] Dec 16 20:45:11.914 INFO O| Dec 16 20:45:11.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4539 | 2024-12-16T20:45:13.406Z | [ recovery-image] Dec 16 20:45:11.916 INFO O| Dec 16 20:45:11.916 INFO STEP 65 (remove_files) COMPLETE |
4540 | 2024-12-16T20:45:13.406Z | [ recovery-image] Dec 16 20:45:11.916 INFO O| Dec 16 20:45:11.916 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-12-16T20:45:13.424Z | [ recovery-image] Dec 16 20:45:11.935 INFO O| Dec 16 20:45:11.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4542 | 2024-12-16T20:45:13.424Z | [ recovery-image] Dec 16 20:45:11.935 INFO O| Dec 16 20:45:11.935 INFO STEP 66 (remove_files) COMPLETE |
4543 | 2024-12-16T20:45:13.424Z | [ recovery-image] Dec 16 20:45:11.935 INFO O| Dec 16 20:45:11.935 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-12-16T20:45:13.446Z | [ recovery-image] Dec 16 20:45:11.956 INFO O| Dec 16 20:45:11.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4545 | 2024-12-16T20:45:13.446Z | [ recovery-image] Dec 16 20:45:11.957 INFO O| Dec 16 20:45:11.957 INFO STEP 67 (remove_files) COMPLETE |
4546 | 2024-12-16T20:45:13.448Z | [ recovery-image] Dec 16 20:45:11.957 INFO O| Dec 16 20:45:11.957 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-12-16T20:45:13.475Z | [ recovery-image] Dec 16 20:45:11.984 INFO O| Dec 16 20:45:11.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4548 | 2024-12-16T20:45:13.475Z | [ recovery-image] Dec 16 20:45:11.984 INFO O| Dec 16 20:45:11.984 INFO STEP 68 (remove_files) COMPLETE |
4549 | 2024-12-16T20:45:13.475Z | [ recovery-image] Dec 16 20:45:11.984 INFO O| Dec 16 20:45:11.984 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-12-16T20:45:13.493Z | [ recovery-image] Dec 16 20:45:12.003 INFO O| Dec 16 20:45:12.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4551 | 2024-12-16T20:45:13.493Z | [ recovery-image] Dec 16 20:45:12.003 INFO O| Dec 16 20:45:12.003 INFO STEP 69 (remove_files) COMPLETE |
4552 | 2024-12-16T20:45:13.496Z | [ recovery-image] Dec 16 20:45:12.003 INFO O| Dec 16 20:45:12.003 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-12-16T20:45:13.511Z | [ recovery-image] Dec 16 20:45:12.022 INFO O| Dec 16 20:45:12.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4554 | 2024-12-16T20:45:13.511Z | [ recovery-image] Dec 16 20:45:12.022 INFO O| Dec 16 20:45:12.022 INFO STEP 70 (remove_files) COMPLETE |
4555 | 2024-12-16T20:45:13.511Z | [ recovery-image] Dec 16 20:45:12.022 INFO O| Dec 16 20:45:12.022 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-12-16T20:45:13.538Z | [ recovery-image] Dec 16 20:45:12.048 INFO O| Dec 16 20:45:12.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4557 | 2024-12-16T20:45:13.538Z | [ recovery-image] Dec 16 20:45:12.048 INFO O| Dec 16 20:45:12.048 INFO STEP 71 (remove_files) COMPLETE |
4558 | 2024-12-16T20:45:13.538Z | [ recovery-image] Dec 16 20:45:12.048 INFO O| Dec 16 20:45:12.048 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-12-16T20:45:13.557Z | [ recovery-image] Dec 16 20:45:12.068 INFO O| Dec 16 20:45:12.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4560 | 2024-12-16T20:45:13.557Z | [ recovery-image] Dec 16 20:45:12.068 INFO O| Dec 16 20:45:12.068 INFO STEP 72 (remove_files) COMPLETE |
4561 | 2024-12-16T20:45:13.557Z | [ recovery-image] Dec 16 20:45:12.068 INFO O| Dec 16 20:45:12.068 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-12-16T20:45:13.597Z | [ recovery-image] Dec 16 20:45:12.107 INFO O| Dec 16 20:45:12.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4563 | 2024-12-16T20:45:13.597Z | [ recovery-image] Dec 16 20:45:12.107 INFO O| Dec 16 20:45:12.107 INFO STEP 73 (remove_files) COMPLETE |
4564 | 2024-12-16T20:45:13.597Z | [ recovery-image] Dec 16 20:45:12.107 INFO O| Dec 16 20:45:12.107 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-12-16T20:45:13.618Z | [ recovery-image] Dec 16 20:45:12.129 INFO O| Dec 16 20:45:12.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4566 | 2024-12-16T20:45:13.618Z | [ recovery-image] Dec 16 20:45:12.129 INFO O| Dec 16 20:45:12.129 INFO STEP 74 (remove_files) COMPLETE |
4567 | 2024-12-16T20:45:13.621Z | [ recovery-image] Dec 16 20:45:12.129 INFO O| Dec 16 20:45:12.129 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-12-16T20:45:13.643Z | [ recovery-image] Dec 16 20:45:12.154 INFO O| Dec 16 20:45:12.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4569 | 2024-12-16T20:45:13.643Z | [ recovery-image] Dec 16 20:45:12.154 INFO O| Dec 16 20:45:12.154 INFO STEP 75 (remove_files) COMPLETE |
4570 | 2024-12-16T20:45:13.643Z | [ recovery-image] Dec 16 20:45:12.154 INFO O| Dec 16 20:45:12.154 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-12-16T20:45:13.667Z | [ recovery-image] Dec 16 20:45:12.178 INFO O| Dec 16 20:45:12.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4572 | 2024-12-16T20:45:13.667Z | [ recovery-image] Dec 16 20:45:12.178 INFO O| Dec 16 20:45:12.178 INFO STEP 76 (remove_files) COMPLETE |
4573 | 2024-12-16T20:45:13.667Z | [ recovery-image] Dec 16 20:45:12.178 INFO O| Dec 16 20:45:12.178 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-12-16T20:45:13.775Z | [ recovery-image] Dec 16 20:45:12.286 INFO O| Dec 16 20:45:12.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4575 | 2024-12-16T20:45:13.778Z | [ recovery-image] Dec 16 20:45:12.286 INFO O| Dec 16 20:45:12.286 INFO STEP 77 (remove_files) COMPLETE |
4576 | 2024-12-16T20:45:13.778Z | [ recovery-image] Dec 16 20:45:12.286 INFO O| Dec 16 20:45:12.286 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-12-16T20:45:13.801Z | [ recovery-image] Dec 16 20:45:12.312 INFO O| Dec 16 20:45:12.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4578 | 2024-12-16T20:45:13.801Z | [ recovery-image] Dec 16 20:45:12.312 INFO O| Dec 16 20:45:12.312 INFO STEP 78 (remove_files) COMPLETE |
4579 | 2024-12-16T20:45:13.801Z | [ recovery-image] Dec 16 20:45:12.312 INFO O| Dec 16 20:45:12.312 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-12-16T20:45:13.844Z | [ recovery-image] Dec 16 20:45:12.353 INFO O| Dec 16 20:45:12.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4581 | 2024-12-16T20:45:13.844Z | [ recovery-image] Dec 16 20:45:12.353 INFO O| Dec 16 20:45:12.353 INFO STEP 79 (remove_files) COMPLETE |
4582 | 2024-12-16T20:45:13.844Z | [ recovery-image] Dec 16 20:45:12.353 INFO O| Dec 16 20:45:12.353 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-12-16T20:45:13.861Z | [ recovery-image] Dec 16 20:45:12.372 INFO O| Dec 16 20:45:12.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4584 | 2024-12-16T20:45:13.861Z | [ recovery-image] Dec 16 20:45:12.372 INFO O| Dec 16 20:45:12.372 INFO STEP 80 (remove_files) COMPLETE |
4585 | 2024-12-16T20:45:13.861Z | [ recovery-image] Dec 16 20:45:12.372 INFO O| Dec 16 20:45:12.372 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-12-16T20:45:13.879Z | [ recovery-image] Dec 16 20:45:12.390 INFO O| Dec 16 20:45:12.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4587 | 2024-12-16T20:45:13.879Z | [ recovery-image] Dec 16 20:45:12.390 INFO O| Dec 16 20:45:12.390 INFO STEP 81 (remove_files) COMPLETE |
4588 | 2024-12-16T20:45:13.882Z | [ recovery-image] Dec 16 20:45:12.390 INFO O| Dec 16 20:45:12.390 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-12-16T20:45:13.898Z | [ recovery-image] Dec 16 20:45:12.408 INFO O| Dec 16 20:45:12.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4590 | 2024-12-16T20:45:13.898Z | [ recovery-image] Dec 16 20:45:12.408 INFO O| Dec 16 20:45:12.408 INFO STEP 82 (remove_files) COMPLETE |
4591 | 2024-12-16T20:45:13.898Z | [ recovery-image] Dec 16 20:45:12.408 INFO O| Dec 16 20:45:12.408 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-12-16T20:45:13.917Z | [ recovery-image] Dec 16 20:45:12.428 INFO O| Dec 16 20:45:12.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4593 | 2024-12-16T20:45:13.917Z | [ recovery-image] Dec 16 20:45:12.428 INFO O| Dec 16 20:45:12.428 INFO STEP 83 (remove_files) COMPLETE |
4594 | 2024-12-16T20:45:13.920Z | [ recovery-image] Dec 16 20:45:12.428 INFO O| Dec 16 20:45:12.428 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-12-16T20:45:13.941Z | [ recovery-image] Dec 16 20:45:12.452 INFO O| Dec 16 20:45:12.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4596 | 2024-12-16T20:45:13.941Z | [ recovery-image] Dec 16 20:45:12.452 INFO O| Dec 16 20:45:12.452 INFO STEP 84 (remove_files) COMPLETE |
4597 | 2024-12-16T20:45:13.944Z | [ recovery-image] Dec 16 20:45:12.452 INFO O| Dec 16 20:45:12.452 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-12-16T20:45:13.964Z | [ recovery-image] Dec 16 20:45:12.475 INFO O| Dec 16 20:45:12.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4599 | 2024-12-16T20:45:13.964Z | [ recovery-image] Dec 16 20:45:12.475 INFO O| Dec 16 20:45:12.475 INFO STEP 85 (remove_files) COMPLETE |
4600 | 2024-12-16T20:45:13.964Z | [ recovery-image] Dec 16 20:45:12.475 INFO O| Dec 16 20:45:12.475 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-12-16T20:45:13.984Z | [ recovery-image] Dec 16 20:45:12.494 INFO O| Dec 16 20:45:12.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4602 | 2024-12-16T20:45:13.987Z | [ recovery-image] Dec 16 20:45:12.497 INFO O| Dec 16 20:45:12.497 INFO STEP 86 (remove_files) COMPLETE |
4603 | 2024-12-16T20:45:13.987Z | [ recovery-image] Dec 16 20:45:12.497 INFO O| Dec 16 20:45:12.497 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-12-16T20:45:14.007Z | [ recovery-image] Dec 16 20:45:12.518 INFO O| Dec 16 20:45:12.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4605 | 2024-12-16T20:45:14.007Z | [ recovery-image] Dec 16 20:45:12.518 INFO O| Dec 16 20:45:12.518 INFO STEP 87 (remove_files) COMPLETE |
4606 | 2024-12-16T20:45:14.007Z | [ recovery-image] Dec 16 20:45:12.518 INFO O| Dec 16 20:45:12.518 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-12-16T20:45:14.029Z | [ recovery-image] Dec 16 20:45:12.540 INFO O| Dec 16 20:45:12.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4608 | 2024-12-16T20:45:14.032Z | [ recovery-image] Dec 16 20:45:12.540 INFO O| Dec 16 20:45:12.540 INFO STEP 88 (remove_files) COMPLETE |
4609 | 2024-12-16T20:45:14.032Z | [ recovery-image] Dec 16 20:45:12.540 INFO O| Dec 16 20:45:12.540 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-12-16T20:45:14.051Z | [ recovery-image] Dec 16 20:45:12.562 INFO O| Dec 16 20:45:12.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4611 | 2024-12-16T20:45:14.051Z | [ recovery-image] Dec 16 20:45:12.562 INFO O| Dec 16 20:45:12.562 INFO STEP 89 (remove_files) COMPLETE |
4612 | 2024-12-16T20:45:14.054Z | [ recovery-image] Dec 16 20:45:12.562 INFO O| Dec 16 20:45:12.562 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-12-16T20:45:14.101Z | [ recovery-image] Dec 16 20:45:12.612 INFO O| Dec 16 20:45:12.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4614 | 2024-12-16T20:45:14.102Z | [ recovery-image] Dec 16 20:45:12.612 INFO O| Dec 16 20:45:12.612 INFO STEP 90 (remove_files) COMPLETE |
4615 | 2024-12-16T20:45:14.105Z | [ recovery-image] Dec 16 20:45:12.613 INFO O| Dec 16 20:45:12.612 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-12-16T20:45:14.120Z | [ recovery-image] Dec 16 20:45:12.631 INFO O| Dec 16 20:45:12.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4617 | 2024-12-16T20:45:14.121Z | [ recovery-image] Dec 16 20:45:12.631 INFO O| Dec 16 20:45:12.631 INFO STEP 91 (remove_files) COMPLETE |
4618 | 2024-12-16T20:45:14.123Z | [ recovery-image] Dec 16 20:45:12.631 INFO O| Dec 16 20:45:12.631 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-12-16T20:45:14.141Z | [ recovery-image] Dec 16 20:45:12.652 INFO O| Dec 16 20:45:12.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4620 | 2024-12-16T20:45:14.167Z | [ recovery-image] Dec 16 20:45:12.678 INFO O| Dec 16 20:45:12.678 INFO STEP 92 (remove_files) COMPLETE |
4621 | 2024-12-16T20:45:14.168Z | [ recovery-image] Dec 16 20:45:12.678 INFO O| Dec 16 20:45:12.678 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-12-16T20:45:14.229Z | [ recovery-image] Dec 16 20:45:12.740 INFO O| Dec 16 20:45:12.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4623 | 2024-12-16T20:45:14.229Z | [ recovery-image] Dec 16 20:45:12.740 INFO O| Dec 16 20:45:12.740 INFO STEP 93 (remove_files) COMPLETE |
4624 | 2024-12-16T20:45:14.229Z | [ recovery-image] Dec 16 20:45:12.740 INFO O| Dec 16 20:45:12.740 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-12-16T20:45:14.251Z | [ recovery-image] Dec 16 20:45:12.762 INFO O| Dec 16 20:45:12.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4626 | 2024-12-16T20:45:14.251Z | [ recovery-image] Dec 16 20:45:12.762 INFO O| Dec 16 20:45:12.762 INFO STEP 94 (remove_files) COMPLETE |
4627 | 2024-12-16T20:45:14.251Z | [ recovery-image] Dec 16 20:45:12.762 INFO O| Dec 16 20:45:12.762 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-12-16T20:45:14.273Z | [ recovery-image] Dec 16 20:45:12.783 INFO O| Dec 16 20:45:12.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4629 | 2024-12-16T20:45:14.273Z | [ recovery-image] Dec 16 20:45:12.783 INFO O| Dec 16 20:45:12.783 INFO STEP 95 (remove_files) COMPLETE |
4630 | 2024-12-16T20:45:14.275Z | [ recovery-image] Dec 16 20:45:12.783 INFO O| Dec 16 20:45:12.783 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-12-16T20:45:14.294Z | [ recovery-image] Dec 16 20:45:12.804 INFO O| Dec 16 20:45:12.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4632 | 2024-12-16T20:45:14.294Z | [ recovery-image] Dec 16 20:45:12.804 INFO O| Dec 16 20:45:12.804 INFO STEP 96 (remove_files) COMPLETE |
4633 | 2024-12-16T20:45:14.294Z | [ recovery-image] Dec 16 20:45:12.804 INFO O| Dec 16 20:45:12.804 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-12-16T20:45:14.314Z | [ recovery-image] Dec 16 20:45:12.824 INFO O| Dec 16 20:45:12.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4635 | 2024-12-16T20:45:14.316Z | [ recovery-image] Dec 16 20:45:12.825 INFO O| Dec 16 20:45:12.825 INFO STEP 97 (remove_files) COMPLETE |
4636 | 2024-12-16T20:45:14.316Z | [ recovery-image] Dec 16 20:45:12.825 INFO O| Dec 16 20:45:12.825 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-12-16T20:45:14.335Z | [ recovery-image] Dec 16 20:45:12.845 INFO O| Dec 16 20:45:12.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4638 | 2024-12-16T20:45:14.335Z | [ recovery-image] Dec 16 20:45:12.845 INFO O| Dec 16 20:45:12.845 INFO STEP 98 (remove_files) COMPLETE |
4639 | 2024-12-16T20:45:14.335Z | [ recovery-image] Dec 16 20:45:12.845 INFO O| Dec 16 20:45:12.845 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-12-16T20:45:14.355Z | [ recovery-image] Dec 16 20:45:12.866 INFO O| Dec 16 20:45:12.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4641 | 2024-12-16T20:45:14.382Z | [ recovery-image] Dec 16 20:45:12.892 INFO O| Dec 16 20:45:12.892 INFO STEP 99 (remove_files) COMPLETE |
4642 | 2024-12-16T20:45:14.382Z | [ recovery-image] Dec 16 20:45:12.892 INFO O| Dec 16 20:45:12.892 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-12-16T20:45:14.419Z | [ recovery-image] Dec 16 20:45:12.929 INFO O| Dec 16 20:45:12.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4644 | 2024-12-16T20:45:14.419Z | [ recovery-image] Dec 16 20:45:12.929 INFO O| Dec 16 20:45:12.929 INFO STEP 100 (remove_files) COMPLETE |
4645 | 2024-12-16T20:45:14.419Z | [ recovery-image] Dec 16 20:45:12.929 INFO O| Dec 16 20:45:12.929 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-12-16T20:45:14.437Z | [ recovery-image] Dec 16 20:45:12.948 INFO O| Dec 16 20:45:12.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4647 | 2024-12-16T20:45:14.437Z | [ recovery-image] Dec 16 20:45:12.948 INFO O| Dec 16 20:45:12.948 INFO STEP 101 (remove_files) COMPLETE |
4648 | 2024-12-16T20:45:14.437Z | [ recovery-image] Dec 16 20:45:12.948 INFO O| Dec 16 20:45:12.948 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-12-16T20:45:14.454Z | [ recovery-image] Dec 16 20:45:12.965 INFO O| Dec 16 20:45:12.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4650 | 2024-12-16T20:45:14.454Z | [ recovery-image] Dec 16 20:45:12.965 INFO O| Dec 16 20:45:12.965 INFO STEP 102 (remove_files) COMPLETE |
4651 | 2024-12-16T20:45:14.454Z | [ recovery-image] Dec 16 20:45:12.965 INFO O| Dec 16 20:45:12.965 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-12-16T20:45:14.475Z | [ recovery-image] Dec 16 20:45:12.985 INFO O| Dec 16 20:45:12.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4653 | 2024-12-16T20:45:14.475Z | [ recovery-image] Dec 16 20:45:12.985 INFO O| Dec 16 20:45:12.985 INFO STEP 103 (remove_files) COMPLETE |
4654 | 2024-12-16T20:45:14.478Z | [ recovery-image] Dec 16 20:45:12.986 INFO O| Dec 16 20:45:12.985 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-12-16T20:45:14.494Z | [ recovery-image] Dec 16 20:45:13.005 INFO O| Dec 16 20:45:13.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4656 | 2024-12-16T20:45:14.495Z | [ recovery-image] Dec 16 20:45:13.005 INFO O| Dec 16 20:45:13.005 INFO STEP 104 (remove_files) COMPLETE |
4657 | 2024-12-16T20:45:14.497Z | [ recovery-image] Dec 16 20:45:13.005 INFO O| Dec 16 20:45:13.005 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-12-16T20:45:14.515Z | [ recovery-image] Dec 16 20:45:13.025 INFO O| Dec 16 20:45:13.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4659 | 2024-12-16T20:45:14.515Z | [ recovery-image] Dec 16 20:45:13.025 INFO O| Dec 16 20:45:13.025 INFO STEP 105 (remove_files) COMPLETE |
4660 | 2024-12-16T20:45:14.518Z | [ recovery-image] Dec 16 20:45:13.025 INFO O| Dec 16 20:45:13.025 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-12-16T20:45:14.548Z | [ recovery-image] Dec 16 20:45:13.058 INFO O| Dec 16 20:45:13.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4662 | 2024-12-16T20:45:14.548Z | [ recovery-image] Dec 16 20:45:13.058 INFO O| Dec 16 20:45:13.058 INFO STEP 106 (remove_files) COMPLETE |
4663 | 2024-12-16T20:45:14.550Z | [ recovery-image] Dec 16 20:45:13.059 INFO O| Dec 16 20:45:13.058 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-12-16T20:45:14.569Z | [ recovery-image] Dec 16 20:45:13.080 INFO O| Dec 16 20:45:13.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4665 | 2024-12-16T20:45:14.573Z | [ recovery-image] Dec 16 20:45:13.080 INFO O| Dec 16 20:45:13.080 INFO STEP 107 (remove_files) COMPLETE |
4666 | 2024-12-16T20:45:14.573Z | [ recovery-image] Dec 16 20:45:13.080 INFO O| Dec 16 20:45:13.080 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-12-16T20:45:14.591Z | [ recovery-image] Dec 16 20:45:13.102 INFO O| Dec 16 20:45:13.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4668 | 2024-12-16T20:45:14.591Z | [ recovery-image] Dec 16 20:45:13.102 INFO O| Dec 16 20:45:13.102 INFO STEP 108 (remove_files) COMPLETE |
4669 | 2024-12-16T20:45:14.591Z | [ recovery-image] Dec 16 20:45:13.102 INFO O| Dec 16 20:45:13.102 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-12-16T20:45:14.611Z | [ recovery-image] Dec 16 20:45:13.122 INFO O| Dec 16 20:45:13.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4671 | 2024-12-16T20:45:14.637Z | [ recovery-image] Dec 16 20:45:13.148 INFO O| Dec 16 20:45:13.148 INFO STEP 109 (remove_files) COMPLETE |
4672 | 2024-12-16T20:45:14.637Z | [ recovery-image] Dec 16 20:45:13.148 INFO O| Dec 16 20:45:13.148 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-12-16T20:45:14.673Z | [ recovery-image] Dec 16 20:45:13.184 INFO O| Dec 16 20:45:13.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4674 | 2024-12-16T20:45:14.673Z | [ recovery-image] Dec 16 20:45:13.184 INFO O| Dec 16 20:45:13.184 INFO STEP 110 (remove_files) COMPLETE |
4675 | 2024-12-16T20:45:14.673Z | [ recovery-image] Dec 16 20:45:13.184 INFO O| Dec 16 20:45:13.184 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-12-16T20:45:14.694Z | [ recovery-image] Dec 16 20:45:13.204 INFO O| Dec 16 20:45:13.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4677 | 2024-12-16T20:45:14.694Z | [ recovery-image] Dec 16 20:45:13.204 INFO O| Dec 16 20:45:13.204 INFO STEP 111 (remove_files) COMPLETE |
4678 | 2024-12-16T20:45:14.694Z | [ recovery-image] Dec 16 20:45:13.204 INFO O| Dec 16 20:45:13.204 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-12-16T20:45:14.715Z | [ recovery-image] Dec 16 20:45:13.224 INFO O| Dec 16 20:45:13.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4680 | 2024-12-16T20:45:14.715Z | [ recovery-image] Dec 16 20:45:13.224 INFO O| Dec 16 20:45:13.224 INFO STEP 112 (remove_files) COMPLETE |
4681 | 2024-12-16T20:45:14.717Z | [ recovery-image] Dec 16 20:45:13.224 INFO O| Dec 16 20:45:13.224 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-12-16T20:45:14.734Z | [ recovery-image] Dec 16 20:45:13.244 INFO O| Dec 16 20:45:13.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4683 | 2024-12-16T20:45:14.734Z | [ recovery-image] Dec 16 20:45:13.244 INFO O| Dec 16 20:45:13.244 INFO STEP 113 (remove_files) COMPLETE |
4684 | 2024-12-16T20:45:14.736Z | [ recovery-image] Dec 16 20:45:13.245 INFO O| Dec 16 20:45:13.244 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2024-12-16T20:45:14.757Z | [ recovery-image] Dec 16 20:45:13.265 INFO O| Dec 16 20:45:13.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4686 | 2024-12-16T20:45:14.757Z | [ recovery-image] Dec 16 20:45:13.265 INFO O| Dec 16 20:45:13.265 INFO STEP 114 (remove_files) COMPLETE |
4687 | 2024-12-16T20:45:14.760Z | [ recovery-image] Dec 16 20:45:13.265 INFO O| Dec 16 20:45:13.265 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-12-16T20:45:14.774Z | [ recovery-image] Dec 16 20:45:13.284 INFO O| Dec 16 20:45:13.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4689 | 2024-12-16T20:45:14.774Z | [ recovery-image] Dec 16 20:45:13.284 INFO O| Dec 16 20:45:13.284 INFO STEP 115 (remove_files) COMPLETE |
4690 | 2024-12-16T20:45:14.777Z | [ recovery-image] Dec 16 20:45:13.285 INFO O| Dec 16 20:45:13.284 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2024-12-16T20:45:14.793Z | [ recovery-image] Dec 16 20:45:13.304 INFO O| Dec 16 20:45:13.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4692 | 2024-12-16T20:45:14.793Z | [ recovery-image] Dec 16 20:45:13.304 INFO O| Dec 16 20:45:13.304 INFO STEP 116 (remove_files) COMPLETE |
4693 | 2024-12-16T20:45:14.793Z | [ recovery-image] Dec 16 20:45:13.304 INFO O| Dec 16 20:45:13.304 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-12-16T20:45:14.813Z | [ recovery-image] Dec 16 20:45:13.323 INFO O| Dec 16 20:45:13.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4695 | 2024-12-16T20:45:14.813Z | [ recovery-image] Dec 16 20:45:13.323 INFO O| Dec 16 20:45:13.323 INFO STEP 117 (remove_files) COMPLETE |
4696 | 2024-12-16T20:45:14.813Z | [ recovery-image] Dec 16 20:45:13.323 INFO O| Dec 16 20:45:13.323 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2024-12-16T20:45:14.832Z | [ recovery-image] Dec 16 20:45:13.343 INFO O| Dec 16 20:45:13.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4698 | 2024-12-16T20:45:14.832Z | [ recovery-image] Dec 16 20:45:13.343 INFO O| Dec 16 20:45:13.343 INFO STEP 118 (remove_files) COMPLETE |
4699 | 2024-12-16T20:45:14.835Z | [ recovery-image] Dec 16 20:45:13.343 INFO O| Dec 16 20:45:13.343 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2024-12-16T20:45:14.852Z | [ recovery-image] Dec 16 20:45:13.363 INFO O| Dec 16 20:45:13.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4701 | 2024-12-16T20:45:14.852Z | [ recovery-image] Dec 16 20:45:13.363 INFO O| Dec 16 20:45:13.363 INFO STEP 119 (remove_files) COMPLETE |
4702 | 2024-12-16T20:45:14.852Z | [ recovery-image] Dec 16 20:45:13.363 INFO O| Dec 16 20:45:13.363 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-12-16T20:45:14.915Z | [ recovery-image] Dec 16 20:45:13.425 INFO O| Dec 16 20:45:13.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4704 | 2024-12-16T20:45:14.937Z | [ recovery-image] Dec 16 20:45:13.447 INFO O| Dec 16 20:45:13.447 INFO STEP 120 (remove_files) COMPLETE |
4705 | 2024-12-16T20:45:14.937Z | [ recovery-image] Dec 16 20:45:13.447 INFO O| Dec 16 20:45:13.447 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4706 | 2024-12-16T20:45:14.971Z | [ recovery-image] Dec 16 20:45:13.482 INFO O| Dec 16 20:45:13.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4707 | 2024-12-16T20:45:14.983Z | [ recovery-image] Dec 16 20:45:13.494 INFO O| Dec 16 20:45:13.494 INFO STEP 121 (remove_files) COMPLETE |
4708 | 2024-12-16T20:45:14.983Z | [ recovery-image] Dec 16 20:45:13.494 INFO O| Dec 16 20:45:13.494 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4709 | 2024-12-16T20:45:15.015Z | [ recovery-image] Dec 16 20:45:13.526 INFO O| Dec 16 20:45:13.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4710 | 2024-12-16T20:45:15.015Z | [ recovery-image] Dec 16 20:45:13.526 INFO O| Dec 16 20:45:13.526 INFO STEP 122 (remove_files) COMPLETE |
4711 | 2024-12-16T20:45:15.015Z | [ recovery-image] Dec 16 20:45:13.526 INFO O| Dec 16 20:45:13.526 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4712 | 2024-12-16T20:45:15.035Z | [ recovery-image] Dec 16 20:45:13.545 INFO O| Dec 16 20:45:13.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4713 | 2024-12-16T20:45:15.055Z | [ recovery-image] Dec 16 20:45:13.565 INFO O| Dec 16 20:45:13.565 INFO STEP 123 (remove_files) COMPLETE |
4714 | 2024-12-16T20:45:15.055Z | [ recovery-image] Dec 16 20:45:13.565 INFO O| Dec 16 20:45:13.565 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4715 | 2024-12-16T20:45:15.106Z | [ recovery-image] Dec 16 20:45:13.606 INFO O| Dec 16 20:45:13.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4716 | 2024-12-16T20:45:15.106Z | [ recovery-image] Dec 16 20:45:13.606 INFO O| Dec 16 20:45:13.606 INFO STEP 124 (remove_files) COMPLETE |
4717 | 2024-12-16T20:45:15.112Z | [ recovery-image] Dec 16 20:45:13.606 INFO O| Dec 16 20:45:13.606 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4718 | 2024-12-16T20:45:15.116Z | [ recovery-image] Dec 16 20:45:13.626 INFO O| Dec 16 20:45:13.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4719 | 2024-12-16T20:45:15.116Z | [ recovery-image] Dec 16 20:45:13.627 INFO O| Dec 16 20:45:13.627 INFO STEP 125 (remove_files) COMPLETE |
4720 | 2024-12-16T20:45:15.118Z | [ recovery-image] Dec 16 20:45:13.627 INFO O| Dec 16 20:45:13.627 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4721 | 2024-12-16T20:45:15.156Z | [ recovery-image] Dec 16 20:45:13.666 INFO O| Dec 16 20:45:13.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4722 | 2024-12-16T20:45:15.156Z | [ recovery-image] Dec 16 20:45:13.666 INFO O| Dec 16 20:45:13.666 INFO STEP 126 (remove_files) COMPLETE |
4723 | 2024-12-16T20:45:15.156Z | [ recovery-image] Dec 16 20:45:13.666 INFO O| Dec 16 20:45:13.666 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4724 | 2024-12-16T20:45:15.216Z | [ recovery-image] Dec 16 20:45:13.726 INFO O| Dec 16 20:45:13.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4725 | 2024-12-16T20:45:15.216Z | [ recovery-image] Dec 16 20:45:13.726 INFO O| Dec 16 20:45:13.726 INFO STEP 127 (remove_files) COMPLETE |
4726 | 2024-12-16T20:45:15.220Z | [ recovery-image] Dec 16 20:45:13.726 INFO O| Dec 16 20:45:13.726 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4727 | 2024-12-16T20:45:15.236Z | [ recovery-image] Dec 16 20:45:13.746 INFO O| Dec 16 20:45:13.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4728 | 2024-12-16T20:45:15.236Z | [ recovery-image] Dec 16 20:45:13.746 INFO O| Dec 16 20:45:13.746 INFO STEP 128 (remove_files) COMPLETE |
4729 | 2024-12-16T20:45:15.238Z | [ recovery-image] Dec 16 20:45:13.746 INFO O| Dec 16 20:45:13.746 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4730 | 2024-12-16T20:45:15.255Z | [ recovery-image] Dec 16 20:45:13.766 INFO O| Dec 16 20:45:13.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4731 | 2024-12-16T20:45:15.256Z | [ recovery-image] Dec 16 20:45:13.766 INFO O| Dec 16 20:45:13.766 INFO STEP 129 (remove_files) COMPLETE |
4732 | 2024-12-16T20:45:15.256Z | [ recovery-image] Dec 16 20:45:13.766 INFO O| Dec 16 20:45:13.766 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2024-12-16T20:45:15.276Z | [ recovery-image] Dec 16 20:45:13.785 INFO O| Dec 16 20:45:13.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4734 | 2024-12-16T20:45:15.277Z | [ recovery-image] Dec 16 20:45:13.785 INFO O| Dec 16 20:45:13.785 INFO STEP 130 (remove_files) COMPLETE |
4735 | 2024-12-16T20:45:15.277Z | [ recovery-image] Dec 16 20:45:13.785 INFO O| Dec 16 20:45:13.785 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2024-12-16T20:45:15.304Z | [ recovery-image] Dec 16 20:45:13.815 INFO O| Dec 16 20:45:13.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4737 | 2024-12-16T20:45:15.304Z | [ recovery-image] Dec 16 20:45:13.815 INFO O| Dec 16 20:45:13.815 INFO STEP 131 (remove_files) COMPLETE |
4738 | 2024-12-16T20:45:15.304Z | [ recovery-image] Dec 16 20:45:13.815 INFO O| Dec 16 20:45:13.815 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4739 | 2024-12-16T20:45:15.324Z | [ recovery-image] Dec 16 20:45:13.834 INFO O| Dec 16 20:45:13.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4740 | 2024-12-16T20:45:15.324Z | [ recovery-image] Dec 16 20:45:13.834 INFO O| Dec 16 20:45:13.834 INFO STEP 132 (remove_files) COMPLETE |
4741 | 2024-12-16T20:45:15.327Z | [ recovery-image] Dec 16 20:45:13.834 INFO O| Dec 16 20:45:13.834 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4742 | 2024-12-16T20:45:15.342Z | [ recovery-image] Dec 16 20:45:13.853 INFO O| Dec 16 20:45:13.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4743 | 2024-12-16T20:45:15.342Z | [ recovery-image] Dec 16 20:45:13.853 INFO O| Dec 16 20:45:13.853 INFO STEP 133 (remove_files) COMPLETE |
4744 | 2024-12-16T20:45:15.343Z | [ recovery-image] Dec 16 20:45:13.853 INFO O| Dec 16 20:45:13.853 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4745 | 2024-12-16T20:45:15.361Z | [ recovery-image] Dec 16 20:45:13.872 INFO O| Dec 16 20:45:13.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4746 | 2024-12-16T20:45:15.361Z | [ recovery-image] Dec 16 20:45:13.872 INFO O| Dec 16 20:45:13.872 INFO STEP 134 (remove_files) COMPLETE |
4747 | 2024-12-16T20:45:15.364Z | [ recovery-image] Dec 16 20:45:13.872 INFO O| Dec 16 20:45:13.872 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4748 | 2024-12-16T20:45:15.380Z | [ recovery-image] Dec 16 20:45:13.890 INFO O| Dec 16 20:45:13.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4749 | 2024-12-16T20:45:15.380Z | [ recovery-image] Dec 16 20:45:13.891 INFO O| Dec 16 20:45:13.891 INFO STEP 135 (remove_files) COMPLETE |
4750 | 2024-12-16T20:45:15.380Z | [ recovery-image] Dec 16 20:45:13.891 INFO O| Dec 16 20:45:13.891 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4751 | 2024-12-16T20:45:15.418Z | [ recovery-image] Dec 16 20:45:13.928 INFO O| Dec 16 20:45:13.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4752 | 2024-12-16T20:45:15.418Z | [ recovery-image] Dec 16 20:45:13.928 INFO O| Dec 16 20:45:13.928 INFO STEP 136 (remove_files) COMPLETE |
4753 | 2024-12-16T20:45:15.421Z | [ recovery-image] Dec 16 20:45:13.928 INFO O| Dec 16 20:45:13.928 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4754 | 2024-12-16T20:45:15.438Z | [ recovery-image] Dec 16 20:45:13.949 INFO O| Dec 16 20:45:13.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4755 | 2024-12-16T20:45:15.439Z | [ recovery-image] Dec 16 20:45:13.949 INFO O| Dec 16 20:45:13.949 INFO STEP 137 (remove_files) COMPLETE |
4756 | 2024-12-16T20:45:15.439Z | [ recovery-image] Dec 16 20:45:13.949 INFO O| Dec 16 20:45:13.949 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4757 | 2024-12-16T20:45:15.458Z | [ recovery-image] Dec 16 20:45:13.968 INFO O| Dec 16 20:45:13.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4758 | 2024-12-16T20:45:15.466Z | [ recovery-image] Dec 16 20:45:13.977 INFO O| Dec 16 20:45:13.977 INFO STEP 138 (remove_files) COMPLETE |
4759 | 2024-12-16T20:45:15.466Z | [ recovery-image] Dec 16 20:45:13.977 INFO O| Dec 16 20:45:13.977 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4760 | 2024-12-16T20:45:15.524Z | [ recovery-image] Dec 16 20:45:14.034 INFO O| Dec 16 20:45:14.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4761 | 2024-12-16T20:45:15.524Z | [ recovery-image] Dec 16 20:45:14.034 INFO O| Dec 16 20:45:14.034 INFO STEP 139 (remove_files) COMPLETE |
4762 | 2024-12-16T20:45:15.526Z | [ recovery-image] Dec 16 20:45:14.034 INFO O| Dec 16 20:45:14.034 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4763 | 2024-12-16T20:45:15.546Z | [ recovery-image] Dec 16 20:45:14.054 INFO O| Dec 16 20:45:14.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4764 | 2024-12-16T20:45:15.546Z | [ recovery-image] Dec 16 20:45:14.055 INFO O| Dec 16 20:45:14.055 INFO STEP 140 (remove_files) COMPLETE |
4765 | 2024-12-16T20:45:15.546Z | [ recovery-image] Dec 16 20:45:14.055 INFO O| Dec 16 20:45:14.055 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4766 | 2024-12-16T20:45:15.564Z | [ recovery-image] Dec 16 20:45:14.074 INFO O| Dec 16 20:45:14.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4767 | 2024-12-16T20:45:15.564Z | [ recovery-image] Dec 16 20:45:14.074 INFO O| Dec 16 20:45:14.074 INFO STEP 141 (remove_files) COMPLETE |
4768 | 2024-12-16T20:45:15.564Z | [ recovery-image] Dec 16 20:45:14.074 INFO O| Dec 16 20:45:14.074 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4769 | 2024-12-16T20:45:15.583Z | [ recovery-image] Dec 16 20:45:14.093 INFO O| Dec 16 20:45:14.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4770 | 2024-12-16T20:45:15.583Z | [ recovery-image] Dec 16 20:45:14.093 INFO O| Dec 16 20:45:14.093 INFO STEP 142 (remove_files) COMPLETE |
4771 | 2024-12-16T20:45:15.589Z | [ recovery-image] Dec 16 20:45:14.093 INFO O| Dec 16 20:45:14.093 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4772 | 2024-12-16T20:45:15.605Z | [ recovery-image] Dec 16 20:45:14.115 INFO O| Dec 16 20:45:14.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4773 | 2024-12-16T20:45:15.605Z | [ recovery-image] Dec 16 20:45:14.115 INFO O| Dec 16 20:45:14.115 INFO STEP 143 (remove_files) COMPLETE |
4774 | 2024-12-16T20:45:15.605Z | [ recovery-image] Dec 16 20:45:14.115 INFO O| Dec 16 20:45:14.115 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4775 | 2024-12-16T20:45:15.625Z | [ recovery-image] Dec 16 20:45:14.136 INFO O| Dec 16 20:45:14.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4776 | 2024-12-16T20:45:15.653Z | [ recovery-image] Dec 16 20:45:14.164 INFO O| Dec 16 20:45:14.164 INFO STEP 144 (remove_files) COMPLETE |
4777 | 2024-12-16T20:45:15.654Z | [ recovery-image] Dec 16 20:45:14.164 INFO O| Dec 16 20:45:14.164 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4778 | 2024-12-16T20:45:15.686Z | [ recovery-image] Dec 16 20:45:14.197 INFO O| Dec 16 20:45:14.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4779 | 2024-12-16T20:45:15.686Z | [ recovery-image] Dec 16 20:45:14.197 INFO O| Dec 16 20:45:14.197 INFO STEP 145 (remove_files) COMPLETE |
4780 | 2024-12-16T20:45:15.686Z | [ recovery-image] Dec 16 20:45:14.197 INFO O| Dec 16 20:45:14.197 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4781 | 2024-12-16T20:45:15.733Z | [ recovery-image] Dec 16 20:45:14.243 INFO O| Dec 16 20:45:14.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4782 | 2024-12-16T20:45:15.733Z | [ recovery-image] Dec 16 20:45:14.243 INFO O| Dec 16 20:45:14.243 INFO STEP 146 (remove_files) COMPLETE |
4783 | 2024-12-16T20:45:15.733Z | [ recovery-image] Dec 16 20:45:14.243 INFO O| Dec 16 20:45:14.243 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4784 | 2024-12-16T20:45:15.754Z | [ recovery-image] Dec 16 20:45:14.264 INFO O| Dec 16 20:45:14.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4785 | 2024-12-16T20:45:15.754Z | [ recovery-image] Dec 16 20:45:14.264 INFO O| Dec 16 20:45:14.264 INFO STEP 147 (remove_files) COMPLETE |
4786 | 2024-12-16T20:45:15.756Z | [ recovery-image] Dec 16 20:45:14.264 INFO O| Dec 16 20:45:14.264 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4787 | 2024-12-16T20:45:15.774Z | [ recovery-image] Dec 16 20:45:14.285 INFO O| Dec 16 20:45:14.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4788 | 2024-12-16T20:45:15.774Z | [ recovery-image] Dec 16 20:45:14.285 INFO O| Dec 16 20:45:14.285 INFO STEP 148 (remove_files) COMPLETE |
4789 | 2024-12-16T20:45:15.774Z | [ recovery-image] Dec 16 20:45:14.285 INFO O| Dec 16 20:45:14.285 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4790 | 2024-12-16T20:45:15.812Z | [ recovery-image] Dec 16 20:45:14.322 INFO O| Dec 16 20:45:14.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4791 | 2024-12-16T20:45:15.812Z | [ recovery-image] Dec 16 20:45:14.322 INFO O| Dec 16 20:45:14.322 INFO STEP 149 (remove_files) COMPLETE |
4792 | 2024-12-16T20:45:15.812Z | [ recovery-image] Dec 16 20:45:14.322 INFO O| Dec 16 20:45:14.322 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4793 | 2024-12-16T20:45:15.833Z | [ recovery-image] Dec 16 20:45:14.344 INFO O| Dec 16 20:45:14.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4794 | 2024-12-16T20:45:15.833Z | [ recovery-image] Dec 16 20:45:14.344 INFO O| Dec 16 20:45:14.344 INFO STEP 150 (remove_files) COMPLETE |
4795 | 2024-12-16T20:45:15.835Z | [ recovery-image] Dec 16 20:45:14.344 INFO O| Dec 16 20:45:14.344 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4796 | 2024-12-16T20:45:15.853Z | [ recovery-image] Dec 16 20:45:14.364 INFO O| Dec 16 20:45:14.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4797 | 2024-12-16T20:45:15.853Z | [ recovery-image] Dec 16 20:45:14.364 INFO O| Dec 16 20:45:14.364 INFO STEP 151 (remove_files) COMPLETE |
4798 | 2024-12-16T20:45:15.853Z | [ recovery-image] Dec 16 20:45:14.364 INFO O| Dec 16 20:45:14.364 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4799 | 2024-12-16T20:45:15.873Z | [ recovery-image] Dec 16 20:45:14.384 INFO O| Dec 16 20:45:14.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4800 | 2024-12-16T20:45:15.873Z | [ recovery-image] Dec 16 20:45:14.384 INFO O| Dec 16 20:45:14.384 INFO STEP 152 (remove_files) COMPLETE |
4801 | 2024-12-16T20:45:15.876Z | [ recovery-image] Dec 16 20:45:14.384 INFO O| Dec 16 20:45:14.384 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4802 | 2024-12-16T20:45:15.895Z | [ recovery-image] Dec 16 20:45:14.406 INFO O| Dec 16 20:45:14.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4803 | 2024-12-16T20:45:15.895Z | [ recovery-image] Dec 16 20:45:14.406 INFO O| Dec 16 20:45:14.406 INFO STEP 153 (remove_files) COMPLETE |
4804 | 2024-12-16T20:45:15.895Z | [ recovery-image] Dec 16 20:45:14.406 INFO O| Dec 16 20:45:14.406 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4805 | 2024-12-16T20:45:15.937Z | [ recovery-image] Dec 16 20:45:14.447 INFO O| Dec 16 20:45:14.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4806 | 2024-12-16T20:45:15.940Z | [ recovery-image] Dec 16 20:45:14.451 INFO O| Dec 16 20:45:14.451 INFO STEP 154 (remove_files) COMPLETE |
4807 | 2024-12-16T20:45:15.940Z | [ recovery-image] Dec 16 20:45:14.451 INFO O| Dec 16 20:45:14.451 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4808 | 2024-12-16T20:45:15.962Z | [ recovery-image] Dec 16 20:45:14.472 INFO O| Dec 16 20:45:14.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4809 | 2024-12-16T20:45:15.962Z | [ recovery-image] Dec 16 20:45:14.472 INFO O| Dec 16 20:45:14.472 INFO STEP 155 (remove_files) COMPLETE |
4810 | 2024-12-16T20:45:15.962Z | [ recovery-image] Dec 16 20:45:14.472 INFO O| Dec 16 20:45:14.472 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4811 | 2024-12-16T20:45:16.005Z | [ recovery-image] Dec 16 20:45:14.515 INFO O| Dec 16 20:45:14.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4812 | 2024-12-16T20:45:16.005Z | [ recovery-image] Dec 16 20:45:14.515 INFO O| Dec 16 20:45:14.515 INFO STEP 156 (remove_files) COMPLETE |
4813 | 2024-12-16T20:45:16.005Z | [ recovery-image] Dec 16 20:45:14.515 INFO O| Dec 16 20:45:14.515 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4814 | 2024-12-16T20:45:16.026Z | [ recovery-image] Dec 16 20:45:14.536 INFO O| Dec 16 20:45:14.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4815 | 2024-12-16T20:45:16.026Z | [ recovery-image] Dec 16 20:45:14.537 INFO O| Dec 16 20:45:14.537 INFO STEP 157 (remove_files) COMPLETE |
4816 | 2024-12-16T20:45:16.026Z | [ recovery-image] Dec 16 20:45:14.537 INFO O| Dec 16 20:45:14.537 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4817 | 2024-12-16T20:45:16.032Z | [ host-image] Dec 16 20:45:14.542 INFO O| Dec 16 20:45:14.542 INFO O| Download: 1097/1140 items 5.4/8.4MB 64% complete (946k/s) |
4818 | 2024-12-16T20:45:16.046Z | [ recovery-image] Dec 16 20:45:14.556 INFO O| Dec 16 20:45:14.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4819 | 2024-12-16T20:45:16.046Z | [ recovery-image] Dec 16 20:45:14.556 INFO O| Dec 16 20:45:14.556 INFO STEP 158 (remove_files) COMPLETE |
4820 | 2024-12-16T20:45:16.048Z | [ recovery-image] Dec 16 20:45:14.556 INFO O| Dec 16 20:45:14.556 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-12-16T20:45:16.066Z | [ recovery-image] Dec 16 20:45:14.576 INFO O| Dec 16 20:45:14.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4822 | 2024-12-16T20:45:16.066Z | [ recovery-image] Dec 16 20:45:14.576 INFO O| Dec 16 20:45:14.576 INFO STEP 159 (remove_files) COMPLETE |
4823 | 2024-12-16T20:45:16.066Z | [ recovery-image] Dec 16 20:45:14.576 INFO O| Dec 16 20:45:14.576 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-12-16T20:45:16.086Z | [ recovery-image] Dec 16 20:45:14.596 INFO O| Dec 16 20:45:14.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4825 | 2024-12-16T20:45:16.086Z | [ recovery-image] Dec 16 20:45:14.596 INFO O| Dec 16 20:45:14.596 INFO STEP 160 (remove_files) COMPLETE |
4826 | 2024-12-16T20:45:16.086Z | [ recovery-image] Dec 16 20:45:14.596 INFO O| Dec 16 20:45:14.596 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-12-16T20:45:16.116Z | [ recovery-image] Dec 16 20:45:14.626 INFO O| Dec 16 20:45:14.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4828 | 2024-12-16T20:45:16.116Z | [ recovery-image] Dec 16 20:45:14.626 INFO O| Dec 16 20:45:14.626 INFO STEP 161 (remove_files) COMPLETE |
4829 | 2024-12-16T20:45:16.118Z | [ recovery-image] Dec 16 20:45:14.626 INFO O| Dec 16 20:45:14.626 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2024-12-16T20:45:16.175Z | [ recovery-image] Dec 16 20:45:14.685 INFO O| Dec 16 20:45:14.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4831 | 2024-12-16T20:45:16.177Z | [ recovery-image] Dec 16 20:45:14.686 INFO O| Dec 16 20:45:14.686 INFO STEP 162 (remove_files) COMPLETE |
4832 | 2024-12-16T20:45:16.177Z | [ recovery-image] Dec 16 20:45:14.686 INFO O| Dec 16 20:45:14.686 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2024-12-16T20:45:16.197Z | [ recovery-image] Dec 16 20:45:14.708 INFO O| Dec 16 20:45:14.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4834 | 2024-12-16T20:45:16.199Z | [ recovery-image] Dec 16 20:45:14.708 INFO O| Dec 16 20:45:14.708 INFO STEP 163 (remove_files) COMPLETE |
4835 | 2024-12-16T20:45:16.199Z | [ recovery-image] Dec 16 20:45:14.708 INFO O| Dec 16 20:45:14.708 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2024-12-16T20:45:16.219Z | [ recovery-image] Dec 16 20:45:14.728 INFO O| Dec 16 20:45:14.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4837 | 2024-12-16T20:45:16.221Z | [ recovery-image] Dec 16 20:45:14.728 INFO O| Dec 16 20:45:14.728 INFO STEP 164 (remove_files) COMPLETE |
4838 | 2024-12-16T20:45:16.221Z | [ recovery-image] Dec 16 20:45:14.729 INFO O| Dec 16 20:45:14.728 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-12-16T20:45:16.238Z | [ recovery-image] Dec 16 20:45:14.748 INFO O| Dec 16 20:45:14.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4840 | 2024-12-16T20:45:16.256Z | [ recovery-image] Dec 16 20:45:14.767 INFO O| Dec 16 20:45:14.767 INFO STEP 165 (remove_files) COMPLETE |
4841 | 2024-12-16T20:45:16.256Z | [ recovery-image] Dec 16 20:45:14.767 INFO O| Dec 16 20:45:14.767 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-12-16T20:45:16.278Z | [ recovery-image] Dec 16 20:45:14.788 INFO O| Dec 16 20:45:14.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4843 | 2024-12-16T20:45:16.280Z | [ recovery-image] Dec 16 20:45:14.789 INFO O| Dec 16 20:45:14.788 INFO STEP 166 (remove_files) COMPLETE |
4844 | 2024-12-16T20:45:16.281Z | [ recovery-image] Dec 16 20:45:14.789 INFO O| Dec 16 20:45:14.789 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-12-16T20:45:16.298Z | [ recovery-image] Dec 16 20:45:14.808 INFO O| Dec 16 20:45:14.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4846 | 2024-12-16T20:45:16.316Z | [ recovery-image] Dec 16 20:45:14.827 INFO O| Dec 16 20:45:14.827 INFO STEP 167 (remove_files) COMPLETE |
4847 | 2024-12-16T20:45:16.316Z | [ recovery-image] Dec 16 20:45:14.827 INFO O| Dec 16 20:45:14.827 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-12-16T20:45:16.337Z | [ recovery-image] Dec 16 20:45:14.848 INFO O| Dec 16 20:45:14.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4849 | 2024-12-16T20:45:16.340Z | [ recovery-image] Dec 16 20:45:14.848 INFO O| Dec 16 20:45:14.848 INFO STEP 168 (remove_files) COMPLETE |
4850 | 2024-12-16T20:45:16.340Z | [ recovery-image] Dec 16 20:45:14.848 INFO O| Dec 16 20:45:14.848 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-12-16T20:45:16.358Z | [ recovery-image] Dec 16 20:45:14.868 INFO O| Dec 16 20:45:14.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4852 | 2024-12-16T20:45:16.358Z | [ recovery-image] Dec 16 20:45:14.868 INFO O| Dec 16 20:45:14.868 INFO STEP 169 (remove_files) COMPLETE |
4853 | 2024-12-16T20:45:16.361Z | [ recovery-image] Dec 16 20:45:14.868 INFO O| Dec 16 20:45:14.868 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-12-16T20:45:16.382Z | [ recovery-image] Dec 16 20:45:14.892 INFO O| Dec 16 20:45:14.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4855 | 2024-12-16T20:45:16.382Z | [ recovery-image] Dec 16 20:45:14.892 INFO O| Dec 16 20:45:14.892 INFO STEP 170 (remove_files) COMPLETE |
4856 | 2024-12-16T20:45:16.382Z | [ recovery-image] Dec 16 20:45:14.892 INFO O| Dec 16 20:45:14.892 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-12-16T20:45:16.411Z | [ recovery-image] Dec 16 20:45:14.921 INFO O| Dec 16 20:45:14.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4858 | 2024-12-16T20:45:16.411Z | [ recovery-image] Dec 16 20:45:14.921 INFO O| Dec 16 20:45:14.921 INFO STEP 171 (remove_files) COMPLETE |
4859 | 2024-12-16T20:45:16.414Z | [ recovery-image] Dec 16 20:45:14.921 INFO O| Dec 16 20:45:14.921 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2024-12-16T20:45:16.433Z | [ recovery-image] Dec 16 20:45:14.944 INFO O| Dec 16 20:45:14.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4861 | 2024-12-16T20:45:16.434Z | [ recovery-image] Dec 16 20:45:14.944 INFO O| Dec 16 20:45:14.944 INFO STEP 172 (remove_files) COMPLETE |
4862 | 2024-12-16T20:45:16.434Z | [ recovery-image] Dec 16 20:45:14.944 INFO O| Dec 16 20:45:14.944 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-12-16T20:45:16.474Z | [ recovery-image] Dec 16 20:45:14.985 INFO O| Dec 16 20:45:14.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4864 | 2024-12-16T20:45:16.474Z | [ recovery-image] Dec 16 20:45:14.985 INFO O| Dec 16 20:45:14.985 INFO STEP 173 (remove_files) COMPLETE |
4865 | 2024-12-16T20:45:16.474Z | [ recovery-image] Dec 16 20:45:14.985 INFO O| Dec 16 20:45:14.985 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-12-16T20:45:16.495Z | [ recovery-image] Dec 16 20:45:15.005 INFO O| Dec 16 20:45:15.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4867 | 2024-12-16T20:45:16.495Z | [ recovery-image] Dec 16 20:45:15.005 INFO O| Dec 16 20:45:15.005 INFO STEP 174 (remove_files) COMPLETE |
4868 | 2024-12-16T20:45:16.498Z | [ recovery-image] Dec 16 20:45:15.005 INFO O| Dec 16 20:45:15.005 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-12-16T20:45:16.514Z | [ recovery-image] Dec 16 20:45:15.024 INFO O| Dec 16 20:45:15.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4870 | 2024-12-16T20:45:16.514Z | [ recovery-image] Dec 16 20:45:15.025 INFO O| Dec 16 20:45:15.025 INFO STEP 175 (remove_files) COMPLETE |
4871 | 2024-12-16T20:45:16.517Z | [ recovery-image] Dec 16 20:45:15.025 INFO O| Dec 16 20:45:15.025 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-12-16T20:45:16.534Z | [ recovery-image] Dec 16 20:45:15.044 INFO O| Dec 16 20:45:15.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4873 | 2024-12-16T20:45:16.536Z | [ recovery-image] Dec 16 20:45:15.044 INFO O| Dec 16 20:45:15.044 INFO STEP 176 (remove_files) COMPLETE |
4874 | 2024-12-16T20:45:16.536Z | [ recovery-image] Dec 16 20:45:15.044 INFO O| Dec 16 20:45:15.044 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-12-16T20:45:16.578Z | [ recovery-image] Dec 16 20:45:15.089 INFO O| Dec 16 20:45:15.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4876 | 2024-12-16T20:45:16.612Z | [ recovery-image] Dec 16 20:45:15.121 INFO O| Dec 16 20:45:15.121 INFO STEP 177 (remove_files) COMPLETE |
4877 | 2024-12-16T20:45:16.612Z | [ recovery-image] Dec 16 20:45:15.121 INFO O| Dec 16 20:45:15.121 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-12-16T20:45:16.635Z | [ recovery-image] Dec 16 20:45:15.145 INFO O| Dec 16 20:45:15.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4879 | 2024-12-16T20:45:16.635Z | [ recovery-image] Dec 16 20:45:15.145 INFO O| Dec 16 20:45:15.145 INFO STEP 178 (remove_files) COMPLETE |
4880 | 2024-12-16T20:45:16.635Z | [ recovery-image] Dec 16 20:45:15.145 INFO O| Dec 16 20:45:15.145 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-12-16T20:45:16.658Z | [ recovery-image] Dec 16 20:45:15.167 INFO O| Dec 16 20:45:15.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4882 | 2024-12-16T20:45:16.663Z | [ recovery-image] Dec 16 20:45:15.167 INFO O| Dec 16 20:45:15.167 INFO STEP 179 (remove_files) COMPLETE |
4883 | 2024-12-16T20:45:16.663Z | [ recovery-image] Dec 16 20:45:15.167 INFO O| Dec 16 20:45:15.167 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-12-16T20:45:16.680Z | [ recovery-image] Dec 16 20:45:15.190 INFO O| Dec 16 20:45:15.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4885 | 2024-12-16T20:45:16.680Z | [ recovery-image] Dec 16 20:45:15.190 INFO O| Dec 16 20:45:15.190 INFO STEP 180 (remove_files) COMPLETE |
4886 | 2024-12-16T20:45:16.683Z | [ recovery-image] Dec 16 20:45:15.190 INFO O| Dec 16 20:45:15.190 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-12-16T20:45:16.701Z | [ recovery-image] Dec 16 20:45:15.212 INFO O| Dec 16 20:45:15.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4888 | 2024-12-16T20:45:16.701Z | [ recovery-image] Dec 16 20:45:15.212 INFO O| Dec 16 20:45:15.212 INFO STEP 181 (remove_files) COMPLETE |
4889 | 2024-12-16T20:45:16.701Z | [ recovery-image] Dec 16 20:45:15.212 INFO O| Dec 16 20:45:15.212 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-12-16T20:45:16.722Z | [ recovery-image] Dec 16 20:45:15.233 INFO O| Dec 16 20:45:15.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4891 | 2024-12-16T20:45:16.723Z | [ recovery-image] Dec 16 20:45:15.233 INFO O| Dec 16 20:45:15.233 INFO STEP 182 (remove_files) COMPLETE |
4892 | 2024-12-16T20:45:16.723Z | [ recovery-image] Dec 16 20:45:15.233 INFO O| Dec 16 20:45:15.233 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-12-16T20:45:16.743Z | [ recovery-image] Dec 16 20:45:15.253 INFO O| Dec 16 20:45:15.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4894 | 2024-12-16T20:45:16.743Z | [ recovery-image] Dec 16 20:45:15.254 INFO O| Dec 16 20:45:15.253 INFO STEP 183 (remove_files) COMPLETE |
4895 | 2024-12-16T20:45:16.743Z | [ recovery-image] Dec 16 20:45:15.254 INFO O| Dec 16 20:45:15.254 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-12-16T20:45:16.764Z | [ recovery-image] Dec 16 20:45:15.274 INFO O| Dec 16 20:45:15.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4897 | 2024-12-16T20:45:16.764Z | [ recovery-image] Dec 16 20:45:15.274 INFO O| Dec 16 20:45:15.274 INFO STEP 184 (remove_files) COMPLETE |
4898 | 2024-12-16T20:45:16.767Z | [ recovery-image] Dec 16 20:45:15.274 INFO O| Dec 16 20:45:15.274 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-12-16T20:45:16.785Z | [ recovery-image] Dec 16 20:45:15.295 INFO O| Dec 16 20:45:15.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4900 | 2024-12-16T20:45:16.785Z | [ recovery-image] Dec 16 20:45:15.295 INFO O| Dec 16 20:45:15.295 INFO STEP 185 (remove_files) COMPLETE |
4901 | 2024-12-16T20:45:16.785Z | [ recovery-image] Dec 16 20:45:15.295 INFO O| Dec 16 20:45:15.295 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-12-16T20:45:16.804Z | [ recovery-image] Dec 16 20:45:15.314 INFO O| Dec 16 20:45:15.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4903 | 2024-12-16T20:45:16.804Z | [ recovery-image] Dec 16 20:45:15.314 INFO O| Dec 16 20:45:15.314 INFO STEP 186 (remove_files) COMPLETE |
4904 | 2024-12-16T20:45:16.807Z | [ recovery-image] Dec 16 20:45:15.314 INFO O| Dec 16 20:45:15.314 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-12-16T20:45:16.825Z | [ recovery-image] Dec 16 20:45:15.335 INFO O| Dec 16 20:45:15.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4906 | 2024-12-16T20:45:16.825Z | [ recovery-image] Dec 16 20:45:15.335 INFO O| Dec 16 20:45:15.335 INFO STEP 187 (remove_files) COMPLETE |
4907 | 2024-12-16T20:45:16.825Z | [ recovery-image] Dec 16 20:45:15.335 INFO O| Dec 16 20:45:15.335 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-12-16T20:45:16.845Z | [ host-image] Dec 16 20:45:15.355 INFO O| Dec 16 20:45:15.355 INFO O| Download: Completed 8.42 MB in 5.82 seconds (1.4M/s) |
4909 | 2024-12-16T20:45:16.848Z | [ recovery-image] Dec 16 20:45:15.356 INFO O| Dec 16 20:45:15.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4910 | 2024-12-16T20:45:16.848Z | [ recovery-image] Dec 16 20:45:15.356 INFO O| Dec 16 20:45:15.356 INFO STEP 188 (remove_files) COMPLETE |
4911 | 2024-12-16T20:45:16.848Z | [ recovery-image] Dec 16 20:45:15.356 INFO O| Dec 16 20:45:15.356 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2024-12-16T20:45:16.913Z | [ recovery-image] Dec 16 20:45:15.423 INFO O| Dec 16 20:45:15.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4913 | 2024-12-16T20:45:16.913Z | [ recovery-image] Dec 16 20:45:15.423 INFO O| Dec 16 20:45:15.423 INFO STEP 189 (remove_files) COMPLETE |
4914 | 2024-12-16T20:45:16.917Z | [ recovery-image] Dec 16 20:45:15.423 INFO O| Dec 16 20:45:15.423 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2024-12-16T20:45:16.953Z | [ recovery-image] Dec 16 20:45:15.463 INFO O| Dec 16 20:45:15.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4916 | 2024-12-16T20:45:16.953Z | [ recovery-image] Dec 16 20:45:15.463 INFO O| Dec 16 20:45:15.463 INFO STEP 190 (remove_files) COMPLETE |
4917 | 2024-12-16T20:45:16.956Z | [ recovery-image] Dec 16 20:45:15.463 INFO O| Dec 16 20:45:15.463 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2024-12-16T20:45:16.972Z | [ recovery-image] Dec 16 20:45:15.483 INFO O| Dec 16 20:45:15.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4919 | 2024-12-16T20:45:16.972Z | [ recovery-image] Dec 16 20:45:15.483 INFO O| Dec 16 20:45:15.483 INFO STEP 191 (remove_files) COMPLETE |
4920 | 2024-12-16T20:45:16.972Z | [ recovery-image] Dec 16 20:45:15.483 INFO O| Dec 16 20:45:15.483 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4921 | 2024-12-16T20:45:17.026Z | [ recovery-image] Dec 16 20:45:15.536 INFO O| Dec 16 20:45:15.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4922 | 2024-12-16T20:45:17.026Z | [ recovery-image] Dec 16 20:45:15.536 INFO O| Dec 16 20:45:15.536 INFO STEP 192 (remove_files) COMPLETE |
4923 | 2024-12-16T20:45:17.026Z | [ recovery-image] Dec 16 20:45:15.536 INFO O| Dec 16 20:45:15.536 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4924 | 2024-12-16T20:45:17.030Z | [ host-image] Dec 16 20:45:15.540 INFO O| Dec 16 20:45:15.540 INFO O| Actions: 1/1361 actions (Installing new actions) |
4925 | 2024-12-16T20:45:17.047Z | [ recovery-image] Dec 16 20:45:15.558 INFO O| Dec 16 20:45:15.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4926 | 2024-12-16T20:45:17.047Z | [ recovery-image] Dec 16 20:45:15.558 INFO O| Dec 16 20:45:15.558 INFO STEP 193 (remove_files) COMPLETE |
4927 | 2024-12-16T20:45:17.047Z | [ recovery-image] Dec 16 20:45:15.558 INFO O| Dec 16 20:45:15.558 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-12-16T20:45:17.068Z | [ recovery-image] Dec 16 20:45:15.578 INFO O| Dec 16 20:45:15.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4929 | 2024-12-16T20:45:17.068Z | [ recovery-image] Dec 16 20:45:15.578 INFO O| Dec 16 20:45:15.578 INFO STEP 194 (remove_files) COMPLETE |
4930 | 2024-12-16T20:45:17.070Z | [ recovery-image] Dec 16 20:45:15.578 INFO O| Dec 16 20:45:15.578 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-12-16T20:45:17.096Z | [ recovery-image] Dec 16 20:45:15.607 INFO O| Dec 16 20:45:15.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4932 | 2024-12-16T20:45:17.096Z | [ recovery-image] Dec 16 20:45:15.607 INFO O| Dec 16 20:45:15.607 INFO STEP 195 (remove_files) COMPLETE |
4933 | 2024-12-16T20:45:17.097Z | [ recovery-image] Dec 16 20:45:15.607 INFO O| Dec 16 20:45:15.607 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2024-12-16T20:45:17.129Z | [ recovery-image] Dec 16 20:45:15.639 INFO O| Dec 16 20:45:15.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4935 | 2024-12-16T20:45:17.129Z | [ recovery-image] Dec 16 20:45:15.639 INFO O| Dec 16 20:45:15.639 INFO STEP 196 (remove_files) COMPLETE |
4936 | 2024-12-16T20:45:17.129Z | [ recovery-image] Dec 16 20:45:15.639 INFO O| Dec 16 20:45:15.639 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-12-16T20:45:17.175Z | [ recovery-image] Dec 16 20:45:15.685 INFO O| Dec 16 20:45:15.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4938 | 2024-12-16T20:45:17.175Z | [ recovery-image] Dec 16 20:45:15.685 INFO O| Dec 16 20:45:15.685 INFO STEP 197 (remove_files) COMPLETE |
4939 | 2024-12-16T20:45:17.175Z | [ recovery-image] Dec 16 20:45:15.685 INFO O| Dec 16 20:45:15.685 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-12-16T20:45:17.246Z | [ recovery-image] Dec 16 20:45:15.756 INFO O| Dec 16 20:45:15.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4941 | 2024-12-16T20:45:17.246Z | [ recovery-image] Dec 16 20:45:15.756 INFO O| Dec 16 20:45:15.756 INFO STEP 198 (remove_files) COMPLETE |
4942 | 2024-12-16T20:45:17.249Z | [ recovery-image] Dec 16 20:45:15.756 INFO O| Dec 16 20:45:15.756 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-12-16T20:45:17.265Z | [ recovery-image] Dec 16 20:45:15.775 INFO O| Dec 16 20:45:15.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4944 | 2024-12-16T20:45:17.265Z | [ recovery-image] Dec 16 20:45:15.775 INFO O| Dec 16 20:45:15.775 INFO STEP 199 (remove_files) COMPLETE |
4945 | 2024-12-16T20:45:17.265Z | [ recovery-image] Dec 16 20:45:15.775 INFO O| Dec 16 20:45:15.775 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-12-16T20:45:17.284Z | [ recovery-image] Dec 16 20:45:15.793 INFO O| Dec 16 20:45:15.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4947 | 2024-12-16T20:45:17.284Z | [ recovery-image] Dec 16 20:45:15.793 INFO O| Dec 16 20:45:15.793 INFO STEP 200 (remove_files) COMPLETE |
4948 | 2024-12-16T20:45:17.287Z | [ recovery-image] Dec 16 20:45:15.793 INFO O| Dec 16 20:45:15.793 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-12-16T20:45:17.299Z | [ recovery-image] Dec 16 20:45:15.809 INFO O| Dec 16 20:45:15.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4950 | 2024-12-16T20:45:17.299Z | [ recovery-image] Dec 16 20:45:15.809 INFO O| Dec 16 20:45:15.809 INFO STEP 201 (remove_files) COMPLETE |
4951 | 2024-12-16T20:45:17.302Z | [ recovery-image] Dec 16 20:45:15.809 INFO O| Dec 16 20:45:15.809 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2024-12-16T20:45:17.317Z | [ recovery-image] Dec 16 20:45:15.827 INFO O| Dec 16 20:45:15.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4953 | 2024-12-16T20:45:17.317Z | [ recovery-image] Dec 16 20:45:15.827 INFO O| Dec 16 20:45:15.827 INFO STEP 202 (remove_files) COMPLETE |
4954 | 2024-12-16T20:45:17.317Z | [ recovery-image] Dec 16 20:45:15.827 INFO O| Dec 16 20:45:15.827 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2024-12-16T20:45:17.336Z | [ recovery-image] Dec 16 20:45:15.845 INFO O| Dec 16 20:45:15.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4956 | 2024-12-16T20:45:17.336Z | [ recovery-image] Dec 16 20:45:15.845 INFO O| Dec 16 20:45:15.845 INFO STEP 203 (remove_files) COMPLETE |
4957 | 2024-12-16T20:45:17.336Z | [ recovery-image] Dec 16 20:45:15.845 INFO O| Dec 16 20:45:15.845 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2024-12-16T20:45:17.408Z | [ recovery-image] Dec 16 20:45:15.918 INFO O| Dec 16 20:45:15.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4959 | 2024-12-16T20:45:17.408Z | [ recovery-image] Dec 16 20:45:15.918 INFO O| Dec 16 20:45:15.918 INFO STEP 204 (remove_files) COMPLETE |
4960 | 2024-12-16T20:45:17.408Z | [ recovery-image] Dec 16 20:45:15.918 INFO O| Dec 16 20:45:15.918 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2024-12-16T20:45:17.431Z | [ recovery-image] Dec 16 20:45:15.941 INFO O| Dec 16 20:45:15.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4962 | 2024-12-16T20:45:17.434Z | [ recovery-image] Dec 16 20:45:15.941 INFO O| Dec 16 20:45:15.941 INFO STEP 205 (remove_files) COMPLETE |
4963 | 2024-12-16T20:45:17.435Z | [ recovery-image] Dec 16 20:45:15.942 INFO O| Dec 16 20:45:15.941 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-12-16T20:45:17.451Z | [ recovery-image] Dec 16 20:45:15.961 INFO O| Dec 16 20:45:15.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4965 | 2024-12-16T20:45:17.454Z | [ recovery-image] Dec 16 20:45:15.961 INFO O| Dec 16 20:45:15.961 INFO STEP 206 (remove_files) COMPLETE |
4966 | 2024-12-16T20:45:17.454Z | [ recovery-image] Dec 16 20:45:15.961 INFO O| Dec 16 20:45:15.961 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4967 | 2024-12-16T20:45:17.502Z | [ recovery-image] Dec 16 20:45:16.011 INFO O| Dec 16 20:45:16.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4968 | 2024-12-16T20:45:17.502Z | [ recovery-image] Dec 16 20:45:16.012 INFO O| Dec 16 20:45:16.011 INFO STEP 207 (remove_files) COMPLETE |
4969 | 2024-12-16T20:45:17.506Z | [ recovery-image] Dec 16 20:45:16.012 INFO O| Dec 16 20:45:16.012 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2024-12-16T20:45:17.522Z | [ recovery-image] Dec 16 20:45:16.033 INFO O| Dec 16 20:45:16.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4971 | 2024-12-16T20:45:17.527Z | [ recovery-image] Dec 16 20:45:16.033 INFO O| Dec 16 20:45:16.033 INFO STEP 208 (remove_files) COMPLETE |
4972 | 2024-12-16T20:45:17.527Z | [ recovery-image] Dec 16 20:45:16.033 INFO O| Dec 16 20:45:16.033 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4973 | 2024-12-16T20:45:17.571Z | [ recovery-image] Dec 16 20:45:16.080 INFO O| Dec 16 20:45:16.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4974 | 2024-12-16T20:45:17.573Z | [ recovery-image] Dec 16 20:45:16.080 INFO O| Dec 16 20:45:16.080 INFO STEP 209 (remove_files) COMPLETE |
4975 | 2024-12-16T20:45:17.574Z | [ recovery-image] Dec 16 20:45:16.080 INFO O| Dec 16 20:45:16.080 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4976 | 2024-12-16T20:45:17.616Z | [ recovery-image] Dec 16 20:45:16.127 INFO O| Dec 16 20:45:16.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4977 | 2024-12-16T20:45:17.616Z | [ recovery-image] Dec 16 20:45:16.127 INFO O| Dec 16 20:45:16.127 INFO STEP 210 (remove_files) COMPLETE |
4978 | 2024-12-16T20:45:17.616Z | [ recovery-image] Dec 16 20:45:16.127 INFO O| Dec 16 20:45:16.127 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4979 | 2024-12-16T20:45:17.638Z | [ recovery-image] Dec 16 20:45:16.146 INFO O| Dec 16 20:45:16.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4980 | 2024-12-16T20:45:17.638Z | [ recovery-image] Dec 16 20:45:16.146 INFO O| Dec 16 20:45:16.146 INFO STEP 211 (remove_files) COMPLETE |
4981 | 2024-12-16T20:45:17.638Z | [ recovery-image] Dec 16 20:45:16.146 INFO O| Dec 16 20:45:16.146 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4982 | 2024-12-16T20:45:17.655Z | [ recovery-image] Dec 16 20:45:16.165 INFO O| Dec 16 20:45:16.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4983 | 2024-12-16T20:45:17.655Z | [ recovery-image] Dec 16 20:45:16.165 INFO O| Dec 16 20:45:16.165 INFO STEP 212 (remove_files) COMPLETE |
4984 | 2024-12-16T20:45:17.655Z | [ recovery-image] Dec 16 20:45:16.166 INFO O| Dec 16 20:45:16.165 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2024-12-16T20:45:17.675Z | [ recovery-image] Dec 16 20:45:16.185 INFO O| Dec 16 20:45:16.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4986 | 2024-12-16T20:45:17.675Z | [ recovery-image] Dec 16 20:45:16.185 INFO O| Dec 16 20:45:16.185 INFO STEP 213 (remove_files) COMPLETE |
4987 | 2024-12-16T20:45:17.675Z | [ recovery-image] Dec 16 20:45:16.185 INFO O| Dec 16 20:45:16.185 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2024-12-16T20:45:17.693Z | [ recovery-image] Dec 16 20:45:16.204 INFO O| Dec 16 20:45:16.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4989 | 2024-12-16T20:45:17.693Z | [ recovery-image] Dec 16 20:45:16.204 INFO O| Dec 16 20:45:16.204 INFO STEP 214 (remove_files) COMPLETE |
4990 | 2024-12-16T20:45:17.693Z | [ recovery-image] Dec 16 20:45:16.204 INFO O| Dec 16 20:45:16.204 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-12-16T20:45:17.712Z | [ recovery-image] Dec 16 20:45:16.222 INFO O| Dec 16 20:45:16.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4992 | 2024-12-16T20:45:17.712Z | [ recovery-image] Dec 16 20:45:16.222 INFO O| Dec 16 20:45:16.222 INFO STEP 215 (remove_files) COMPLETE |
4993 | 2024-12-16T20:45:17.715Z | [ recovery-image] Dec 16 20:45:16.223 INFO O| Dec 16 20:45:16.222 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2024-12-16T20:45:17.731Z | [ recovery-image] Dec 16 20:45:16.241 INFO O| Dec 16 20:45:16.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4995 | 2024-12-16T20:45:17.731Z | [ recovery-image] Dec 16 20:45:16.242 INFO O| Dec 16 20:45:16.241 INFO STEP 216 (remove_files) COMPLETE |
4996 | 2024-12-16T20:45:17.734Z | [ recovery-image] Dec 16 20:45:16.242 INFO O| Dec 16 20:45:16.242 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2024-12-16T20:45:17.751Z | [ recovery-image] Dec 16 20:45:16.261 INFO O| Dec 16 20:45:16.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4998 | 2024-12-16T20:45:17.754Z | [ recovery-image] Dec 16 20:45:16.261 INFO O| Dec 16 20:45:16.261 INFO STEP 217 (remove_files) COMPLETE |
4999 | 2024-12-16T20:45:17.754Z | [ recovery-image] Dec 16 20:45:16.261 INFO O| Dec 16 20:45:16.261 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2024-12-16T20:45:17.771Z | [ recovery-image] Dec 16 20:45:16.280 INFO O| Dec 16 20:45:16.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
5001 | 2024-12-16T20:45:17.774Z | [ recovery-image] Dec 16 20:45:16.280 INFO O| Dec 16 20:45:16.280 INFO STEP 218 (remove_files) COMPLETE |
5002 | 2024-12-16T20:45:17.774Z | [ recovery-image] Dec 16 20:45:16.281 INFO O| Dec 16 20:45:16.280 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2024-12-16T20:45:17.774Z | [ host-image] Dec 16 20:45:16.281 INFO O| Dec 16 20:45:16.281 INFO O| Actions: Completed 1361 actions in 0.74 seconds. |
5004 | 2024-12-16T20:45:17.789Z | [ recovery-image] Dec 16 20:45:16.299 INFO O| Dec 16 20:45:16.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
5005 | 2024-12-16T20:45:17.791Z | [ recovery-image] Dec 16 20:45:16.299 INFO O| Dec 16 20:45:16.299 INFO STEP 219 (remove_files) COMPLETE |
5006 | 2024-12-16T20:45:17.791Z | [ recovery-image] Dec 16 20:45:16.299 INFO O| Dec 16 20:45:16.299 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-12-16T20:45:17.809Z | [ recovery-image] Dec 16 20:45:16.319 INFO O| Dec 16 20:45:16.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5008 | 2024-12-16T20:45:17.809Z | [ recovery-image] Dec 16 20:45:16.319 INFO O| Dec 16 20:45:16.319 INFO STEP 220 (remove_files) COMPLETE |
5009 | 2024-12-16T20:45:17.809Z | [ recovery-image] Dec 16 20:45:16.319 INFO O| Dec 16 20:45:16.319 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-12-16T20:45:17.827Z | [ recovery-image] Dec 16 20:45:16.337 INFO O| Dec 16 20:45:16.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5011 | 2024-12-16T20:45:17.827Z | [ recovery-image] Dec 16 20:45:16.337 INFO O| Dec 16 20:45:16.337 INFO STEP 221 (remove_files) COMPLETE |
5012 | 2024-12-16T20:45:17.827Z | [ recovery-image] Dec 16 20:45:16.337 INFO O| Dec 16 20:45:16.337 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-12-16T20:45:17.847Z | [ recovery-image] Dec 16 20:45:16.355 INFO O| Dec 16 20:45:16.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5014 | 2024-12-16T20:45:17.847Z | [ recovery-image] Dec 16 20:45:16.355 INFO O| Dec 16 20:45:16.355 INFO STEP 222 (remove_files) COMPLETE |
5015 | 2024-12-16T20:45:17.849Z | [ recovery-image] Dec 16 20:45:16.355 INFO O| Dec 16 20:45:16.355 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-12-16T20:45:17.862Z | [ recovery-image] Dec 16 20:45:16.372 INFO O| Dec 16 20:45:16.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5017 | 2024-12-16T20:45:17.862Z | [ recovery-image] Dec 16 20:45:16.372 INFO O| Dec 16 20:45:16.372 INFO STEP 223 (remove_files) COMPLETE |
5018 | 2024-12-16T20:45:17.862Z | [ recovery-image] Dec 16 20:45:16.372 INFO O| Dec 16 20:45:16.372 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-12-16T20:45:17.880Z | [ recovery-image] Dec 16 20:45:16.390 INFO O| Dec 16 20:45:16.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5020 | 2024-12-16T20:45:17.880Z | [ recovery-image] Dec 16 20:45:16.390 INFO O| Dec 16 20:45:16.390 INFO STEP 224 (remove_files) COMPLETE |
5021 | 2024-12-16T20:45:17.883Z | [ recovery-image] Dec 16 20:45:16.390 INFO O| Dec 16 20:45:16.390 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-12-16T20:45:17.897Z | [ recovery-image] Dec 16 20:45:16.408 INFO O| Dec 16 20:45:16.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5023 | 2024-12-16T20:45:17.901Z | [ recovery-image] Dec 16 20:45:16.408 INFO O| Dec 16 20:45:16.408 INFO STEP 225 (remove_files) COMPLETE |
5024 | 2024-12-16T20:45:17.901Z | [ recovery-image] Dec 16 20:45:16.408 INFO O| Dec 16 20:45:16.408 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-12-16T20:45:17.916Z | [ recovery-image] Dec 16 20:45:16.426 INFO O| Dec 16 20:45:16.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5026 | 2024-12-16T20:45:17.919Z | [ recovery-image] Dec 16 20:45:16.426 INFO O| Dec 16 20:45:16.426 INFO STEP 226 (remove_files) COMPLETE |
5027 | 2024-12-16T20:45:17.919Z | [ recovery-image] Dec 16 20:45:16.426 INFO O| Dec 16 20:45:16.426 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-12-16T20:45:17.933Z | [ recovery-image] Dec 16 20:45:16.443 INFO O| Dec 16 20:45:16.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5029 | 2024-12-16T20:45:17.936Z | [ recovery-image] Dec 16 20:45:16.444 INFO O| Dec 16 20:45:16.443 INFO STEP 227 (remove_files) COMPLETE |
5030 | 2024-12-16T20:45:17.936Z | [ recovery-image] Dec 16 20:45:16.444 INFO O| Dec 16 20:45:16.444 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-12-16T20:45:17.951Z | [ recovery-image] Dec 16 20:45:16.461 INFO O| Dec 16 20:45:16.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5032 | 2024-12-16T20:45:17.951Z | [ recovery-image] Dec 16 20:45:16.461 INFO O| Dec 16 20:45:16.461 INFO STEP 228 (remove_files) COMPLETE |
5033 | 2024-12-16T20:45:17.953Z | [ recovery-image] Dec 16 20:45:16.461 INFO O| Dec 16 20:45:16.461 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-12-16T20:45:17.969Z | [ recovery-image] Dec 16 20:45:16.479 INFO O| Dec 16 20:45:16.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5035 | 2024-12-16T20:45:17.972Z | [ recovery-image] Dec 16 20:45:16.479 INFO O| Dec 16 20:45:16.479 INFO STEP 229 (remove_files) COMPLETE |
5036 | 2024-12-16T20:45:17.972Z | [ recovery-image] Dec 16 20:45:16.480 INFO O| Dec 16 20:45:16.479 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-12-16T20:45:17.987Z | [ recovery-image] Dec 16 20:45:16.497 INFO O| Dec 16 20:45:16.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5038 | 2024-12-16T20:45:17.998Z | [ recovery-image] Dec 16 20:45:16.497 INFO O| Dec 16 20:45:16.497 INFO STEP 230 (remove_files) COMPLETE |
5039 | 2024-12-16T20:45:17.998Z | [ recovery-image] Dec 16 20:45:16.497 INFO O| Dec 16 20:45:16.497 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-12-16T20:45:18.005Z | [ recovery-image] Dec 16 20:45:16.515 INFO O| Dec 16 20:45:16.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5041 | 2024-12-16T20:45:18.005Z | [ recovery-image] Dec 16 20:45:16.515 INFO O| Dec 16 20:45:16.515 INFO STEP 231 (remove_files) COMPLETE |
5042 | 2024-12-16T20:45:18.008Z | [ recovery-image] Dec 16 20:45:16.515 INFO O| Dec 16 20:45:16.515 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-12-16T20:45:18.028Z | [ recovery-image] Dec 16 20:45:16.535 INFO O| Dec 16 20:45:16.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5044 | 2024-12-16T20:45:18.028Z | [ recovery-image] Dec 16 20:45:16.535 INFO O| Dec 16 20:45:16.535 INFO STEP 232 (remove_files) COMPLETE |
5045 | 2024-12-16T20:45:18.028Z | [ recovery-image] Dec 16 20:45:16.536 INFO O| Dec 16 20:45:16.535 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-12-16T20:45:18.047Z | [ recovery-image] Dec 16 20:45:16.557 INFO O| Dec 16 20:45:16.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5047 | 2024-12-16T20:45:18.047Z | [ recovery-image] Dec 16 20:45:16.557 INFO O| Dec 16 20:45:16.557 INFO STEP 233 (remove_files) COMPLETE |
5048 | 2024-12-16T20:45:18.050Z | [ recovery-image] Dec 16 20:45:16.557 INFO O| Dec 16 20:45:16.557 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-12-16T20:45:18.073Z | [ recovery-image] Dec 16 20:45:16.580 INFO O| Dec 16 20:45:16.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5050 | 2024-12-16T20:45:18.073Z | [ recovery-image] Dec 16 20:45:16.580 INFO O| Dec 16 20:45:16.580 INFO STEP 234 (remove_files) COMPLETE |
5051 | 2024-12-16T20:45:18.073Z | [ recovery-image] Dec 16 20:45:16.580 INFO O| Dec 16 20:45:16.580 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-12-16T20:45:18.094Z | [ recovery-image] Dec 16 20:45:16.603 INFO O| Dec 16 20:45:16.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5053 | 2024-12-16T20:45:18.094Z | [ recovery-image] Dec 16 20:45:16.603 INFO O| Dec 16 20:45:16.603 INFO STEP 235 (remove_files) COMPLETE |
5054 | 2024-12-16T20:45:18.094Z | [ recovery-image] Dec 16 20:45:16.603 INFO O| Dec 16 20:45:16.603 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-12-16T20:45:18.121Z | [ recovery-image] Dec 16 20:45:16.631 INFO O| Dec 16 20:45:16.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5056 | 2024-12-16T20:45:18.121Z | [ recovery-image] Dec 16 20:45:16.631 INFO O| Dec 16 20:45:16.631 INFO STEP 236 (remove_files) COMPLETE |
5057 | 2024-12-16T20:45:18.121Z | [ recovery-image] Dec 16 20:45:16.631 INFO O| Dec 16 20:45:16.631 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-12-16T20:45:18.149Z | [ recovery-image] Dec 16 20:45:16.659 INFO O| Dec 16 20:45:16.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5059 | 2024-12-16T20:45:18.152Z | [ recovery-image] Dec 16 20:45:16.659 INFO O| Dec 16 20:45:16.659 INFO STEP 237 (remove_files) COMPLETE |
5060 | 2024-12-16T20:45:18.152Z | [ recovery-image] Dec 16 20:45:16.660 INFO O| Dec 16 20:45:16.660 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-12-16T20:45:18.171Z | [ recovery-image] Dec 16 20:45:16.681 INFO O| Dec 16 20:45:16.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5062 | 2024-12-16T20:45:18.174Z | [ recovery-image] Dec 16 20:45:16.681 INFO O| Dec 16 20:45:16.681 INFO STEP 238 (remove_files) COMPLETE |
5063 | 2024-12-16T20:45:18.174Z | [ recovery-image] Dec 16 20:45:16.682 INFO O| Dec 16 20:45:16.681 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-12-16T20:45:18.190Z | [ recovery-image] Dec 16 20:45:16.700 INFO O| Dec 16 20:45:16.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5065 | 2024-12-16T20:45:18.192Z | [ recovery-image] Dec 16 20:45:16.700 INFO O| Dec 16 20:45:16.700 INFO STEP 239 (remove_files) COMPLETE |
5066 | 2024-12-16T20:45:18.192Z | [ recovery-image] Dec 16 20:45:16.700 INFO O| Dec 16 20:45:16.700 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-12-16T20:45:18.211Z | [ recovery-image] Dec 16 20:45:16.721 INFO O| Dec 16 20:45:16.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5068 | 2024-12-16T20:45:18.213Z | [ recovery-image] Dec 16 20:45:16.721 INFO O| Dec 16 20:45:16.721 INFO STEP 240 (remove_files) COMPLETE |
5069 | 2024-12-16T20:45:18.213Z | [ recovery-image] Dec 16 20:45:16.721 INFO O| Dec 16 20:45:16.721 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-12-16T20:45:18.266Z | [ recovery-image] Dec 16 20:45:16.776 INFO O| Dec 16 20:45:16.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5071 | 2024-12-16T20:45:18.267Z | [ recovery-image] Dec 16 20:45:16.776 INFO O| Dec 16 20:45:16.776 INFO STEP 241 (remove_files) COMPLETE |
5072 | 2024-12-16T20:45:18.267Z | [ recovery-image] Dec 16 20:45:16.776 INFO O| Dec 16 20:45:16.776 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-12-16T20:45:18.298Z | [ recovery-image] Dec 16 20:45:16.808 INFO O| Dec 16 20:45:16.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5074 | 2024-12-16T20:45:18.298Z | [ recovery-image] Dec 16 20:45:16.808 INFO O| Dec 16 20:45:16.808 INFO STEP 242 (remove_files) COMPLETE |
5075 | 2024-12-16T20:45:18.301Z | [ recovery-image] Dec 16 20:45:16.808 INFO O| Dec 16 20:45:16.808 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-12-16T20:45:18.316Z | [ recovery-image] Dec 16 20:45:16.826 INFO O| Dec 16 20:45:16.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5077 | 2024-12-16T20:45:18.324Z | [ host-image] Dec 16 20:45:16.834 INFO O| Dec 16 20:45:16.834 INFO O| Done |
5078 | 2024-12-16T20:45:18.326Z | [ host-image] Dec 16 20:45:16.834 INFO O| Dec 16 20:45:16.834 INFO O| Done |
5079 | 2024-12-16T20:45:18.348Z | [ recovery-image] Dec 16 20:45:16.857 INFO O| Dec 16 20:45:16.857 INFO STEP 243 (remove_files) COMPLETE |
5080 | 2024-12-16T20:45:18.348Z | [ recovery-image] Dec 16 20:45:16.857 INFO O| Dec 16 20:45:16.857 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2024-12-16T20:45:18.391Z | [ recovery-image] Dec 16 20:45:16.901 INFO O| Dec 16 20:45:16.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5082 | 2024-12-16T20:45:18.391Z | [ recovery-image] Dec 16 20:45:16.901 INFO O| Dec 16 20:45:16.901 INFO STEP 244 (remove_files) COMPLETE |
5083 | 2024-12-16T20:45:18.394Z | [ recovery-image] Dec 16 20:45:16.901 INFO O| Dec 16 20:45:16.901 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2024-12-16T20:45:18.513Z | [ recovery-image] Dec 16 20:45:17.023 INFO O| Dec 16 20:45:17.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5085 | 2024-12-16T20:45:18.513Z | [ recovery-image] Dec 16 20:45:17.023 INFO O| Dec 16 20:45:17.023 INFO STEP 245 (remove_files) COMPLETE |
5086 | 2024-12-16T20:45:18.516Z | [ recovery-image] Dec 16 20:45:17.023 INFO O| Dec 16 20:45:17.023 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5087 | 2024-12-16T20:45:18.531Z | [ recovery-image] Dec 16 20:45:17.041 INFO O| Dec 16 20:45:17.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5088 | 2024-12-16T20:45:18.531Z | [ recovery-image] Dec 16 20:45:17.041 INFO O| Dec 16 20:45:17.041 INFO STEP 246 (remove_files) COMPLETE |
5089 | 2024-12-16T20:45:18.531Z | [ recovery-image] Dec 16 20:45:17.041 INFO O| Dec 16 20:45:17.041 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5090 | 2024-12-16T20:45:18.547Z | [ recovery-image] Dec 16 20:45:17.057 INFO O| Dec 16 20:45:17.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5091 | 2024-12-16T20:45:18.547Z | [ recovery-image] Dec 16 20:45:17.057 INFO O| Dec 16 20:45:17.057 INFO STEP 247 (remove_files) COMPLETE |
5092 | 2024-12-16T20:45:18.547Z | [ recovery-image] Dec 16 20:45:17.057 INFO O| Dec 16 20:45:17.057 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5093 | 2024-12-16T20:45:18.565Z | [ recovery-image] Dec 16 20:45:17.075 INFO O| Dec 16 20:45:17.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5094 | 2024-12-16T20:45:18.565Z | [ recovery-image] Dec 16 20:45:17.075 INFO O| Dec 16 20:45:17.075 INFO STEP 248 (remove_files) COMPLETE |
5095 | 2024-12-16T20:45:18.565Z | [ recovery-image] Dec 16 20:45:17.076 INFO O| Dec 16 20:45:17.075 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2024-12-16T20:45:18.585Z | [ recovery-image] Dec 16 20:45:17.095 INFO O| Dec 16 20:45:17.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5097 | 2024-12-16T20:45:18.585Z | [ recovery-image] Dec 16 20:45:17.095 INFO O| Dec 16 20:45:17.095 INFO STEP 249 (remove_files) COMPLETE |
5098 | 2024-12-16T20:45:18.585Z | [ recovery-image] Dec 16 20:45:17.095 INFO O| Dec 16 20:45:17.095 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2024-12-16T20:45:18.619Z | [ recovery-image] Dec 16 20:45:17.128 INFO O| Dec 16 20:45:17.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5100 | 2024-12-16T20:45:18.619Z | [ recovery-image] Dec 16 20:45:17.128 INFO O| Dec 16 20:45:17.128 INFO STEP 250 (remove_files) COMPLETE |
5101 | 2024-12-16T20:45:18.619Z | [ recovery-image] Dec 16 20:45:17.128 INFO O| Dec 16 20:45:17.128 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-12-16T20:45:18.641Z | [ recovery-image] Dec 16 20:45:17.148 INFO O| Dec 16 20:45:17.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5103 | 2024-12-16T20:45:18.641Z | [ recovery-image] Dec 16 20:45:17.149 INFO O| Dec 16 20:45:17.149 INFO STEP 251 (remove_files) COMPLETE |
5104 | 2024-12-16T20:45:18.645Z | [ recovery-image] Dec 16 20:45:17.149 INFO O| Dec 16 20:45:17.149 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-12-16T20:45:18.680Z | [ recovery-image] Dec 16 20:45:17.189 INFO O| Dec 16 20:45:17.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5106 | 2024-12-16T20:45:18.680Z | [ recovery-image] Dec 16 20:45:17.189 INFO O| Dec 16 20:45:17.189 INFO STEP 252 (remove_files) COMPLETE |
5107 | 2024-12-16T20:45:18.680Z | [ recovery-image] Dec 16 20:45:17.189 INFO O| Dec 16 20:45:17.189 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2024-12-16T20:45:18.699Z | [ recovery-image] Dec 16 20:45:17.209 INFO O| Dec 16 20:45:17.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5109 | 2024-12-16T20:45:18.699Z | [ recovery-image] Dec 16 20:45:17.209 INFO O| Dec 16 20:45:17.209 INFO STEP 253 (remove_files) COMPLETE |
5110 | 2024-12-16T20:45:18.699Z | [ recovery-image] Dec 16 20:45:17.209 INFO O| Dec 16 20:45:17.209 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2024-12-16T20:45:18.718Z | [ recovery-image] Dec 16 20:45:17.228 INFO O| Dec 16 20:45:17.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5112 | 2024-12-16T20:45:18.719Z | [ recovery-image] Dec 16 20:45:17.228 INFO O| Dec 16 20:45:17.228 INFO STEP 254 (remove_files) COMPLETE |
5113 | 2024-12-16T20:45:18.719Z | [ recovery-image] Dec 16 20:45:17.229 INFO O| Dec 16 20:45:17.228 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2024-12-16T20:45:18.754Z | [ recovery-image] Dec 16 20:45:17.264 INFO O| Dec 16 20:45:17.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5115 | 2024-12-16T20:45:18.757Z | [ recovery-image] Dec 16 20:45:17.264 INFO O| Dec 16 20:45:17.264 INFO STEP 255 (remove_files) COMPLETE |
5116 | 2024-12-16T20:45:18.757Z | [ recovery-image] Dec 16 20:45:17.264 INFO O| Dec 16 20:45:17.264 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2024-12-16T20:45:18.773Z | [ recovery-image] Dec 16 20:45:17.283 INFO O| Dec 16 20:45:17.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5118 | 2024-12-16T20:45:18.776Z | [ recovery-image] Dec 16 20:45:17.283 INFO O| Dec 16 20:45:17.283 INFO STEP 256 (remove_files) COMPLETE |
5119 | 2024-12-16T20:45:18.776Z | [ recovery-image] Dec 16 20:45:17.283 INFO O| Dec 16 20:45:17.283 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2024-12-16T20:45:18.796Z | [ recovery-image] Dec 16 20:45:17.306 INFO O| Dec 16 20:45:17.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5121 | 2024-12-16T20:45:18.796Z | [ recovery-image] Dec 16 20:45:17.306 INFO O| Dec 16 20:45:17.306 INFO STEP 257 (remove_files) COMPLETE |
5122 | 2024-12-16T20:45:18.799Z | [ recovery-image] Dec 16 20:45:17.306 INFO O| Dec 16 20:45:17.306 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2024-12-16T20:45:18.855Z | [ recovery-image] Dec 16 20:45:17.364 INFO O| Dec 16 20:45:17.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5124 | 2024-12-16T20:45:18.855Z | [ recovery-image] Dec 16 20:45:17.365 INFO O| Dec 16 20:45:17.365 INFO STEP 258 (remove_files) COMPLETE |
5125 | 2024-12-16T20:45:18.858Z | [ recovery-image] Dec 16 20:45:17.365 INFO O| Dec 16 20:45:17.365 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2024-12-16T20:45:18.925Z | [ recovery-image] Dec 16 20:45:17.435 INFO O| Dec 16 20:45:17.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5127 | 2024-12-16T20:45:18.928Z | [ recovery-image] Dec 16 20:45:17.435 INFO O| Dec 16 20:45:17.435 INFO STEP 259 (remove_files) COMPLETE |
5128 | 2024-12-16T20:45:18.928Z | [ recovery-image] Dec 16 20:45:17.435 INFO O| Dec 16 20:45:17.435 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2024-12-16T20:45:18.945Z | [ recovery-image] Dec 16 20:45:17.455 INFO O| Dec 16 20:45:17.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5130 | 2024-12-16T20:45:18.948Z | [ recovery-image] Dec 16 20:45:17.456 INFO O| Dec 16 20:45:17.456 INFO STEP 260 (remove_files) COMPLETE |
5131 | 2024-12-16T20:45:18.948Z | [ recovery-image] Dec 16 20:45:17.456 INFO O| Dec 16 20:45:17.456 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2024-12-16T20:45:18.966Z | [ recovery-image] Dec 16 20:45:17.476 INFO O| Dec 16 20:45:17.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5133 | 2024-12-16T20:45:18.968Z | [ recovery-image] Dec 16 20:45:17.476 INFO O| Dec 16 20:45:17.476 INFO STEP 261 (remove_files) COMPLETE |
5134 | 2024-12-16T20:45:18.968Z | [ recovery-image] Dec 16 20:45:17.476 INFO O| Dec 16 20:45:17.476 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2024-12-16T20:45:19.006Z | [ recovery-image] Dec 16 20:45:17.516 INFO O| Dec 16 20:45:17.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5136 | 2024-12-16T20:45:19.006Z | [ recovery-image] Dec 16 20:45:17.516 INFO O| Dec 16 20:45:17.516 INFO STEP 262 (remove_files) COMPLETE |
5137 | 2024-12-16T20:45:19.006Z | [ recovery-image] Dec 16 20:45:17.516 INFO O| Dec 16 20:45:17.516 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2024-12-16T20:45:19.026Z | [ recovery-image] Dec 16 20:45:17.536 INFO O| Dec 16 20:45:17.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5139 | 2024-12-16T20:45:19.026Z | [ recovery-image] Dec 16 20:45:17.536 INFO O| Dec 16 20:45:17.536 INFO STEP 263 (remove_files) COMPLETE |
5140 | 2024-12-16T20:45:19.026Z | [ recovery-image] Dec 16 20:45:17.536 INFO O| Dec 16 20:45:17.536 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5141 | 2024-12-16T20:45:19.059Z | [ recovery-image] Dec 16 20:45:17.569 INFO O| Dec 16 20:45:17.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5142 | 2024-12-16T20:45:19.059Z | [ recovery-image] Dec 16 20:45:17.569 INFO O| Dec 16 20:45:17.569 INFO STEP 264 (remove_files) COMPLETE |
5143 | 2024-12-16T20:45:19.059Z | [ recovery-image] Dec 16 20:45:17.569 INFO O| Dec 16 20:45:17.569 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5144 | 2024-12-16T20:45:19.098Z | [ recovery-image] Dec 16 20:45:17.608 INFO O| Dec 16 20:45:17.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5145 | 2024-12-16T20:45:19.098Z | [ recovery-image] Dec 16 20:45:17.608 INFO O| Dec 16 20:45:17.608 INFO STEP 265 (remove_files) COMPLETE |
5146 | 2024-12-16T20:45:19.098Z | [ recovery-image] Dec 16 20:45:17.608 INFO O| Dec 16 20:45:17.608 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5147 | 2024-12-16T20:45:19.115Z | [ recovery-image] Dec 16 20:45:17.625 INFO O| Dec 16 20:45:17.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5148 | 2024-12-16T20:45:19.116Z | [ recovery-image] Dec 16 20:45:17.625 INFO O| Dec 16 20:45:17.625 INFO STEP 266 (remove_files) COMPLETE |
5149 | 2024-12-16T20:45:19.116Z | [ recovery-image] Dec 16 20:45:17.625 INFO O| Dec 16 20:45:17.625 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5150 | 2024-12-16T20:45:19.139Z | [ recovery-image] Dec 16 20:45:17.649 INFO O| Dec 16 20:45:17.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5151 | 2024-12-16T20:45:19.139Z | [ recovery-image] Dec 16 20:45:17.649 INFO O| Dec 16 20:45:17.649 INFO STEP 267 (remove_files) COMPLETE |
5152 | 2024-12-16T20:45:19.143Z | [ recovery-image] Dec 16 20:45:17.649 INFO O| Dec 16 20:45:17.649 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2024-12-16T20:45:19.175Z | [ recovery-image] Dec 16 20:45:17.685 INFO O| Dec 16 20:45:17.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5154 | 2024-12-16T20:45:19.178Z | [ recovery-image] Dec 16 20:45:17.685 INFO O| Dec 16 20:45:17.685 INFO STEP 268 (remove_files) COMPLETE |
5155 | 2024-12-16T20:45:19.178Z | [ recovery-image] Dec 16 20:45:17.685 INFO O| Dec 16 20:45:17.685 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2024-12-16T20:45:19.194Z | [ recovery-image] Dec 16 20:45:17.704 INFO O| Dec 16 20:45:17.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5157 | 2024-12-16T20:45:19.194Z | [ recovery-image] Dec 16 20:45:17.704 INFO O| Dec 16 20:45:17.704 INFO STEP 269 (remove_files) COMPLETE |
5158 | 2024-12-16T20:45:19.194Z | [ recovery-image] Dec 16 20:45:17.704 INFO O| Dec 16 20:45:17.704 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2024-12-16T20:45:19.212Z | [ recovery-image] Dec 16 20:45:17.722 INFO O| Dec 16 20:45:17.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5160 | 2024-12-16T20:45:19.212Z | [ recovery-image] Dec 16 20:45:17.722 INFO O| Dec 16 20:45:17.722 INFO STEP 270 (remove_files) COMPLETE |
5161 | 2024-12-16T20:45:19.212Z | [ recovery-image] Dec 16 20:45:17.722 INFO O| Dec 16 20:45:17.722 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5162 | 2024-12-16T20:45:19.230Z | [ recovery-image] Dec 16 20:45:17.740 INFO O| Dec 16 20:45:17.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5163 | 2024-12-16T20:45:19.230Z | [ recovery-image] Dec 16 20:45:17.740 INFO O| Dec 16 20:45:17.740 INFO STEP 271 (remove_files) COMPLETE |
5164 | 2024-12-16T20:45:19.230Z | [ recovery-image] Dec 16 20:45:17.740 INFO O| Dec 16 20:45:17.740 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5165 | 2024-12-16T20:45:19.248Z | [ recovery-image] Dec 16 20:45:17.758 INFO O| Dec 16 20:45:17.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5166 | 2024-12-16T20:45:19.248Z | [ recovery-image] Dec 16 20:45:17.758 INFO O| Dec 16 20:45:17.758 INFO STEP 272 (remove_files) COMPLETE |
5167 | 2024-12-16T20:45:19.248Z | [ recovery-image] Dec 16 20:45:17.758 INFO O| Dec 16 20:45:17.758 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2024-12-16T20:45:19.267Z | [ recovery-image] Dec 16 20:45:17.776 INFO O| Dec 16 20:45:17.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5169 | 2024-12-16T20:45:19.267Z | [ recovery-image] Dec 16 20:45:17.776 INFO O| Dec 16 20:45:17.776 INFO STEP 273 (remove_files) COMPLETE |
5170 | 2024-12-16T20:45:19.267Z | [ recovery-image] Dec 16 20:45:17.776 INFO O| Dec 16 20:45:17.776 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5171 | 2024-12-16T20:45:19.292Z | [ recovery-image] Dec 16 20:45:17.802 INFO O| Dec 16 20:45:17.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5172 | 2024-12-16T20:45:19.292Z | [ recovery-image] Dec 16 20:45:17.802 INFO O| Dec 16 20:45:17.802 INFO STEP 274 (remove_files) COMPLETE |
5173 | 2024-12-16T20:45:19.292Z | [ recovery-image] Dec 16 20:45:17.802 INFO O| Dec 16 20:45:17.802 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5174 | 2024-12-16T20:45:19.314Z | [ recovery-image] Dec 16 20:45:17.823 INFO O| Dec 16 20:45:17.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5175 | 2024-12-16T20:45:19.314Z | [ recovery-image] Dec 16 20:45:17.824 INFO O| Dec 16 20:45:17.823 INFO STEP 275 (remove_files) COMPLETE |
5176 | 2024-12-16T20:45:19.317Z | [ recovery-image] Dec 16 20:45:17.824 INFO O| Dec 16 20:45:17.824 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5177 | 2024-12-16T20:45:19.333Z | [ recovery-image] Dec 16 20:45:17.843 INFO O| Dec 16 20:45:17.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5178 | 2024-12-16T20:45:19.333Z | [ recovery-image] Dec 16 20:45:17.844 INFO O| Dec 16 20:45:17.843 INFO STEP 276 (remove_files) COMPLETE |
5179 | 2024-12-16T20:45:19.336Z | [ recovery-image] Dec 16 20:45:17.844 INFO O| Dec 16 20:45:17.844 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5180 | 2024-12-16T20:45:19.363Z | [ recovery-image] Dec 16 20:45:17.873 INFO O| Dec 16 20:45:17.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5181 | 2024-12-16T20:45:19.365Z | [ recovery-image] Dec 16 20:45:17.873 INFO O| Dec 16 20:45:17.873 INFO STEP 277 (remove_files) COMPLETE |
5182 | 2024-12-16T20:45:19.365Z | [ recovery-image] Dec 16 20:45:17.873 INFO O| Dec 16 20:45:17.873 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5183 | 2024-12-16T20:45:19.390Z | [ recovery-image] Dec 16 20:45:17.900 INFO O| Dec 16 20:45:17.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5184 | 2024-12-16T20:45:19.392Z | [ recovery-image] Dec 16 20:45:17.900 INFO O| Dec 16 20:45:17.900 INFO STEP 278 (remove_files) COMPLETE |
5185 | 2024-12-16T20:45:19.392Z | [ recovery-image] Dec 16 20:45:17.900 INFO O| Dec 16 20:45:17.900 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5186 | 2024-12-16T20:45:19.411Z | [ recovery-image] Dec 16 20:45:17.920 INFO O| Dec 16 20:45:17.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5187 | 2024-12-16T20:45:19.413Z | [ recovery-image] Dec 16 20:45:17.921 INFO O| Dec 16 20:45:17.921 INFO STEP 279 (remove_files) COMPLETE |
5188 | 2024-12-16T20:45:19.413Z | [ recovery-image] Dec 16 20:45:17.921 INFO O| Dec 16 20:45:17.921 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5189 | 2024-12-16T20:45:19.431Z | [ recovery-image] Dec 16 20:45:17.941 INFO O| Dec 16 20:45:17.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5190 | 2024-12-16T20:45:19.434Z | [ recovery-image] Dec 16 20:45:17.941 INFO O| Dec 16 20:45:17.941 INFO STEP 280 (remove_files) COMPLETE |
5191 | 2024-12-16T20:45:19.434Z | [ recovery-image] Dec 16 20:45:17.941 INFO O| Dec 16 20:45:17.941 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5192 | 2024-12-16T20:45:19.453Z | [ recovery-image] Dec 16 20:45:17.963 INFO O| Dec 16 20:45:17.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5193 | 2024-12-16T20:45:19.456Z | [ recovery-image] Dec 16 20:45:17.963 INFO O| Dec 16 20:45:17.963 INFO STEP 281 (remove_files) COMPLETE |
5194 | 2024-12-16T20:45:19.458Z | [ recovery-image] Dec 16 20:45:17.964 INFO O| Dec 16 20:45:17.963 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5195 | 2024-12-16T20:45:19.474Z | [ recovery-image] Dec 16 20:45:17.984 INFO O| Dec 16 20:45:17.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5196 | 2024-12-16T20:45:19.477Z | [ recovery-image] Dec 16 20:45:17.984 INFO O| Dec 16 20:45:17.984 INFO STEP 282 (remove_files) COMPLETE |
5197 | 2024-12-16T20:45:19.477Z | [ recovery-image] Dec 16 20:45:17.984 INFO O| Dec 16 20:45:17.984 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5198 | 2024-12-16T20:45:19.508Z | [ recovery-image] Dec 16 20:45:18.017 INFO O| Dec 16 20:45:18.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5199 | 2024-12-16T20:45:19.508Z | [ recovery-image] Dec 16 20:45:18.018 INFO O| Dec 16 20:45:18.017 INFO STEP 283 (remove_files) COMPLETE |
5200 | 2024-12-16T20:45:19.511Z | [ recovery-image] Dec 16 20:45:18.018 INFO O| Dec 16 20:45:18.018 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5201 | 2024-12-16T20:45:19.528Z | [ recovery-image] Dec 16 20:45:18.038 INFO O| Dec 16 20:45:18.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5202 | 2024-12-16T20:45:19.528Z | [ recovery-image] Dec 16 20:45:18.038 INFO O| Dec 16 20:45:18.038 INFO STEP 284 (remove_files) COMPLETE |
5203 | 2024-12-16T20:45:19.528Z | [ recovery-image] Dec 16 20:45:18.038 INFO O| Dec 16 20:45:18.038 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5204 | 2024-12-16T20:45:19.548Z | [ recovery-image] Dec 16 20:45:18.058 INFO O| Dec 16 20:45:18.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5205 | 2024-12-16T20:45:19.548Z | [ recovery-image] Dec 16 20:45:18.058 INFO O| Dec 16 20:45:18.058 INFO STEP 285 (remove_files) COMPLETE |
5206 | 2024-12-16T20:45:19.551Z | [ recovery-image] Dec 16 20:45:18.058 INFO O| Dec 16 20:45:18.058 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5207 | 2024-12-16T20:45:19.568Z | [ recovery-image] Dec 16 20:45:18.077 INFO O| Dec 16 20:45:18.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5208 | 2024-12-16T20:45:19.568Z | [ recovery-image] Dec 16 20:45:18.078 INFO O| Dec 16 20:45:18.077 INFO STEP 286 (remove_files) COMPLETE |
5209 | 2024-12-16T20:45:19.570Z | [ recovery-image] Dec 16 20:45:18.078 INFO O| Dec 16 20:45:18.078 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5210 | 2024-12-16T20:45:19.577Z | [ host-image] Dec 16 20:45:18.087 INFO O| Dec 16 20:45:18.087 INFO O| Done |
5211 | 2024-12-16T20:45:19.631Z | [ recovery-image] Dec 16 20:45:18.141 INFO O| Dec 16 20:45:18.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5212 | 2024-12-16T20:45:19.634Z | [ recovery-image] Dec 16 20:45:18.141 INFO O| Dec 16 20:45:18.141 INFO STEP 287 (remove_files) COMPLETE |
5213 | 2024-12-16T20:45:19.634Z | [ recovery-image] Dec 16 20:45:18.141 INFO O| Dec 16 20:45:18.141 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-12-16T20:45:19.660Z | [ recovery-image] Dec 16 20:45:18.169 INFO O| Dec 16 20:45:18.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5215 | 2024-12-16T20:45:19.660Z | [ recovery-image] Dec 16 20:45:18.169 INFO O| Dec 16 20:45:18.169 INFO STEP 288 (remove_files) COMPLETE |
5216 | 2024-12-16T20:45:19.660Z | [ recovery-image] Dec 16 20:45:18.169 INFO O| Dec 16 20:45:18.169 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-12-16T20:45:19.687Z | [ recovery-image] Dec 16 20:45:18.196 INFO O| Dec 16 20:45:18.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5218 | 2024-12-16T20:45:19.687Z | [ recovery-image] Dec 16 20:45:18.196 INFO O| Dec 16 20:45:18.196 INFO STEP 289 (remove_files) COMPLETE |
5219 | 2024-12-16T20:45:19.689Z | [ recovery-image] Dec 16 20:45:18.196 INFO O| Dec 16 20:45:18.196 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-12-16T20:45:19.714Z | [ recovery-image] Dec 16 20:45:18.223 INFO O| Dec 16 20:45:18.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5221 | 2024-12-16T20:45:19.714Z | [ recovery-image] Dec 16 20:45:18.223 INFO O| Dec 16 20:45:18.223 INFO STEP 290 (remove_files) COMPLETE |
5222 | 2024-12-16T20:45:19.716Z | [ recovery-image] Dec 16 20:45:18.223 INFO O| Dec 16 20:45:18.223 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-12-16T20:45:19.770Z | [ recovery-image] Dec 16 20:45:18.280 INFO O| Dec 16 20:45:18.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5224 | 2024-12-16T20:45:19.770Z | [ recovery-image] Dec 16 20:45:18.280 INFO O| Dec 16 20:45:18.279 INFO STEP 291 (remove_files) COMPLETE |
5225 | 2024-12-16T20:45:19.770Z | [ recovery-image] Dec 16 20:45:18.280 INFO O| Dec 16 20:45:18.279 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-12-16T20:45:19.811Z | [ recovery-image] Dec 16 20:45:18.321 INFO O| Dec 16 20:45:18.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5227 | 2024-12-16T20:45:19.811Z | [ recovery-image] Dec 16 20:45:18.321 INFO O| Dec 16 20:45:18.321 INFO STEP 292 (remove_files) COMPLETE |
5228 | 2024-12-16T20:45:19.811Z | [ recovery-image] Dec 16 20:45:18.321 INFO O| Dec 16 20:45:18.321 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-12-16T20:45:19.833Z | [ recovery-image] Dec 16 20:45:18.342 INFO O| Dec 16 20:45:18.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5230 | 2024-12-16T20:45:19.833Z | [ recovery-image] Dec 16 20:45:18.343 INFO O| Dec 16 20:45:18.343 INFO STEP 293 (remove_files) COMPLETE |
5231 | 2024-12-16T20:45:19.836Z | [ recovery-image] Dec 16 20:45:18.343 INFO O| Dec 16 20:45:18.343 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-12-16T20:45:19.864Z | [ recovery-image] Dec 16 20:45:18.374 INFO O| Dec 16 20:45:18.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5233 | 2024-12-16T20:45:19.867Z | [ recovery-image] Dec 16 20:45:18.374 INFO O| Dec 16 20:45:18.374 INFO STEP 294 (remove_files) COMPLETE |
5234 | 2024-12-16T20:45:19.867Z | [ recovery-image] Dec 16 20:45:18.374 INFO O| Dec 16 20:45:18.374 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-12-16T20:45:19.883Z | [ recovery-image] Dec 16 20:45:18.392 INFO O| Dec 16 20:45:18.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5236 | 2024-12-16T20:45:19.883Z | [ recovery-image] Dec 16 20:45:18.393 INFO O| Dec 16 20:45:18.393 INFO STEP 295 (remove_files) COMPLETE |
5237 | 2024-12-16T20:45:19.883Z | [ recovery-image] Dec 16 20:45:18.393 INFO O| Dec 16 20:45:18.393 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-12-16T20:45:19.901Z | [ recovery-image] Dec 16 20:45:18.411 INFO O| Dec 16 20:45:18.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5239 | 2024-12-16T20:45:19.904Z | [ recovery-image] Dec 16 20:45:18.411 INFO O| Dec 16 20:45:18.411 INFO STEP 296 (remove_files) COMPLETE |
5240 | 2024-12-16T20:45:19.904Z | [ recovery-image] Dec 16 20:45:18.411 INFO O| Dec 16 20:45:18.411 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-12-16T20:45:19.929Z | [ recovery-image] Dec 16 20:45:18.438 INFO O| Dec 16 20:45:18.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5242 | 2024-12-16T20:45:19.929Z | [ recovery-image] Dec 16 20:45:18.438 INFO O| Dec 16 20:45:18.438 INFO STEP 297 (remove_files) COMPLETE |
5243 | 2024-12-16T20:45:19.929Z | [ recovery-image] Dec 16 20:45:18.438 INFO O| Dec 16 20:45:18.438 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-12-16T20:45:19.956Z | [ recovery-image] Dec 16 20:45:18.465 INFO O| Dec 16 20:45:18.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5245 | 2024-12-16T20:45:19.956Z | [ recovery-image] Dec 16 20:45:18.465 INFO O| Dec 16 20:45:18.465 INFO STEP 298 (remove_files) COMPLETE |
5246 | 2024-12-16T20:45:19.956Z | [ recovery-image] Dec 16 20:45:18.465 INFO O| Dec 16 20:45:18.465 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-12-16T20:45:19.999Z | [ recovery-image] Dec 16 20:45:18.509 INFO O| Dec 16 20:45:18.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5248 | 2024-12-16T20:45:19.999Z | [ recovery-image] Dec 16 20:45:18.509 INFO O| Dec 16 20:45:18.509 INFO STEP 299 (remove_files) COMPLETE |
5249 | 2024-12-16T20:45:19.999Z | [ recovery-image] Dec 16 20:45:18.509 INFO O| Dec 16 20:45:18.509 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-12-16T20:45:20.016Z | [ recovery-image] Dec 16 20:45:18.526 INFO O| Dec 16 20:45:18.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5251 | 2024-12-16T20:45:20.016Z | [ recovery-image] Dec 16 20:45:18.526 INFO O| Dec 16 20:45:18.526 INFO STEP 300 (remove_files) COMPLETE |
5252 | 2024-12-16T20:45:20.016Z | [ recovery-image] Dec 16 20:45:18.526 INFO O| Dec 16 20:45:18.526 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-12-16T20:45:20.049Z | [ recovery-image] Dec 16 20:45:18.559 INFO O| Dec 16 20:45:18.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5254 | 2024-12-16T20:45:20.049Z | [ recovery-image] Dec 16 20:45:18.559 INFO O| Dec 16 20:45:18.559 INFO STEP 301 (remove_files) COMPLETE |
5255 | 2024-12-16T20:45:20.049Z | [ recovery-image] Dec 16 20:45:18.559 INFO O| Dec 16 20:45:18.559 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-12-16T20:45:20.100Z | [ recovery-image] Dec 16 20:45:18.609 INFO O| Dec 16 20:45:18.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5257 | 2024-12-16T20:45:20.100Z | [ recovery-image] Dec 16 20:45:18.610 INFO O| Dec 16 20:45:18.610 INFO STEP 302 (remove_files) COMPLETE |
5258 | 2024-12-16T20:45:20.100Z | [ recovery-image] Dec 16 20:45:18.610 INFO O| Dec 16 20:45:18.610 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-12-16T20:45:20.122Z | [ recovery-image] Dec 16 20:45:18.631 INFO O| Dec 16 20:45:18.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5260 | 2024-12-16T20:45:20.122Z | [ recovery-image] Dec 16 20:45:18.631 INFO O| Dec 16 20:45:18.631 INFO STEP 303 (remove_files) COMPLETE |
5261 | 2024-12-16T20:45:20.122Z | [ recovery-image] Dec 16 20:45:18.631 INFO O| Dec 16 20:45:18.631 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-12-16T20:45:20.150Z | [ recovery-image] Dec 16 20:45:18.660 INFO O| Dec 16 20:45:18.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5263 | 2024-12-16T20:45:20.151Z | [ recovery-image] Dec 16 20:45:18.660 INFO O| Dec 16 20:45:18.660 INFO STEP 304 (remove_files) COMPLETE |
5264 | 2024-12-16T20:45:20.153Z | [ recovery-image] Dec 16 20:45:18.660 INFO O| Dec 16 20:45:18.660 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-12-16T20:45:20.172Z | [ recovery-image] Dec 16 20:45:18.682 INFO O| Dec 16 20:45:18.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5266 | 2024-12-16T20:45:20.173Z | [ recovery-image] Dec 16 20:45:18.682 INFO O| Dec 16 20:45:18.682 INFO STEP 305 (remove_files) COMPLETE |
5267 | 2024-12-16T20:45:20.173Z | [ recovery-image] Dec 16 20:45:18.682 INFO O| Dec 16 20:45:18.682 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-12-16T20:45:20.200Z | [ recovery-image] Dec 16 20:45:18.709 INFO O| Dec 16 20:45:18.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5269 | 2024-12-16T20:45:20.203Z | [ recovery-image] Dec 16 20:45:18.709 INFO O| Dec 16 20:45:18.709 INFO STEP 306 (remove_files) COMPLETE |
5270 | 2024-12-16T20:45:20.203Z | [ recovery-image] Dec 16 20:45:18.709 INFO O| Dec 16 20:45:18.709 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-12-16T20:45:20.218Z | [ recovery-image] Dec 16 20:45:18.727 INFO O| Dec 16 20:45:18.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5272 | 2024-12-16T20:45:20.218Z | [ recovery-image] Dec 16 20:45:18.728 INFO O| Dec 16 20:45:18.728 INFO STEP 307 (remove_files) COMPLETE |
5273 | 2024-12-16T20:45:20.221Z | [ recovery-image] Dec 16 20:45:18.728 INFO O| Dec 16 20:45:18.728 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-12-16T20:45:20.237Z | [ recovery-image] Dec 16 20:45:18.747 INFO O| Dec 16 20:45:18.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5275 | 2024-12-16T20:45:20.241Z | [ recovery-image] Dec 16 20:45:18.747 INFO O| Dec 16 20:45:18.747 INFO STEP 308 (remove_files) COMPLETE |
5276 | 2024-12-16T20:45:20.241Z | [ recovery-image] Dec 16 20:45:18.747 INFO O| Dec 16 20:45:18.747 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-12-16T20:45:20.257Z | [ recovery-image] Dec 16 20:45:18.766 INFO O| Dec 16 20:45:18.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5278 | 2024-12-16T20:45:20.257Z | [ recovery-image] Dec 16 20:45:18.767 INFO O| Dec 16 20:45:18.767 INFO STEP 309 (remove_files) COMPLETE |
5279 | 2024-12-16T20:45:20.260Z | [ recovery-image] Dec 16 20:45:18.767 INFO O| Dec 16 20:45:18.767 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-12-16T20:45:20.283Z | [ recovery-image] Dec 16 20:45:18.793 INFO O| Dec 16 20:45:18.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5281 | 2024-12-16T20:45:20.283Z | [ recovery-image] Dec 16 20:45:18.793 INFO O| Dec 16 20:45:18.793 INFO STEP 310 (remove_files) COMPLETE |
5282 | 2024-12-16T20:45:20.283Z | [ recovery-image] Dec 16 20:45:18.793 INFO O| Dec 16 20:45:18.793 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-12-16T20:45:20.302Z | [ recovery-image] Dec 16 20:45:18.812 INFO O| Dec 16 20:45:18.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5284 | 2024-12-16T20:45:20.305Z | [ recovery-image] Dec 16 20:45:18.812 INFO O| Dec 16 20:45:18.812 INFO STEP 311 (remove_files) COMPLETE |
5285 | 2024-12-16T20:45:20.305Z | [ recovery-image] Dec 16 20:45:18.812 INFO O| Dec 16 20:45:18.812 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-12-16T20:45:20.320Z | [ recovery-image] Dec 16 20:45:18.830 INFO O| Dec 16 20:45:18.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5287 | 2024-12-16T20:45:20.320Z | [ recovery-image] Dec 16 20:45:18.830 INFO O| Dec 16 20:45:18.830 INFO STEP 312 (remove_files) COMPLETE |
5288 | 2024-12-16T20:45:20.320Z | [ recovery-image] Dec 16 20:45:18.830 INFO O| Dec 16 20:45:18.830 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-12-16T20:45:20.340Z | [ recovery-image] Dec 16 20:45:18.849 INFO O| Dec 16 20:45:18.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5290 | 2024-12-16T20:45:20.340Z | [ recovery-image] Dec 16 20:45:18.849 INFO O| Dec 16 20:45:18.849 INFO STEP 313 (remove_files) COMPLETE |
5291 | 2024-12-16T20:45:20.340Z | [ recovery-image] Dec 16 20:45:18.849 INFO O| Dec 16 20:45:18.849 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-12-16T20:45:20.367Z | [ recovery-image] Dec 16 20:45:18.877 INFO O| Dec 16 20:45:18.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5293 | 2024-12-16T20:45:20.371Z | [ recovery-image] Dec 16 20:45:18.877 INFO O| Dec 16 20:45:18.877 INFO STEP 314 (remove_files) COMPLETE |
5294 | 2024-12-16T20:45:20.371Z | [ recovery-image] Dec 16 20:45:18.878 INFO O| Dec 16 20:45:18.877 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-12-16T20:45:20.388Z | [ recovery-image] Dec 16 20:45:18.897 INFO O| Dec 16 20:45:18.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5296 | 2024-12-16T20:45:20.391Z | [ recovery-image] Dec 16 20:45:18.897 INFO O| Dec 16 20:45:18.897 INFO STEP 315 (remove_files) COMPLETE |
5297 | 2024-12-16T20:45:20.391Z | [ recovery-image] Dec 16 20:45:18.897 INFO O| Dec 16 20:45:18.897 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-12-16T20:45:20.405Z | [ recovery-image] Dec 16 20:45:18.914 INFO O| Dec 16 20:45:18.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5299 | 2024-12-16T20:45:20.409Z | [ recovery-image] Dec 16 20:45:18.915 INFO O| Dec 16 20:45:18.915 INFO STEP 316 (remove_files) COMPLETE |
5300 | 2024-12-16T20:45:20.409Z | [ recovery-image] Dec 16 20:45:18.915 INFO O| Dec 16 20:45:18.915 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-12-16T20:45:20.430Z | [ recovery-image] Dec 16 20:45:18.940 INFO O| Dec 16 20:45:18.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5302 | 2024-12-16T20:45:20.430Z | [ recovery-image] Dec 16 20:45:18.940 INFO O| Dec 16 20:45:18.940 INFO STEP 317 (remove_files) COMPLETE |
5303 | 2024-12-16T20:45:20.432Z | [ recovery-image] Dec 16 20:45:18.940 INFO O| Dec 16 20:45:18.940 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-12-16T20:45:20.451Z | [ recovery-image] Dec 16 20:45:18.960 INFO O| Dec 16 20:45:18.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5305 | 2024-12-16T20:45:20.473Z | [ recovery-image] Dec 16 20:45:18.982 INFO O| Dec 16 20:45:18.982 INFO STEP 318 (remove_files) COMPLETE |
5306 | 2024-12-16T20:45:20.473Z | [ recovery-image] Dec 16 20:45:18.982 INFO O| Dec 16 20:45:18.982 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-12-16T20:45:20.507Z | [ recovery-image] Dec 16 20:45:19.016 INFO O| Dec 16 20:45:19.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5308 | 2024-12-16T20:45:20.507Z | [ recovery-image] Dec 16 20:45:19.017 INFO O| Dec 16 20:45:19.016 INFO STEP 319 (remove_files) COMPLETE |
5309 | 2024-12-16T20:45:20.507Z | [ recovery-image] Dec 16 20:45:19.017 INFO O| Dec 16 20:45:19.017 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-12-16T20:45:20.529Z | [ recovery-image] Dec 16 20:45:19.039 INFO O| Dec 16 20:45:19.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5311 | 2024-12-16T20:45:20.529Z | [ recovery-image] Dec 16 20:45:19.039 INFO O| Dec 16 20:45:19.039 INFO STEP 320 (remove_files) COMPLETE |
5312 | 2024-12-16T20:45:20.529Z | [ recovery-image] Dec 16 20:45:19.039 INFO O| Dec 16 20:45:19.039 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-12-16T20:45:20.565Z | [ recovery-image] Dec 16 20:45:19.075 INFO O| Dec 16 20:45:19.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5314 | 2024-12-16T20:45:20.565Z | [ recovery-image] Dec 16 20:45:19.075 INFO O| Dec 16 20:45:19.075 INFO STEP 321 (remove_files) COMPLETE |
5315 | 2024-12-16T20:45:20.565Z | [ recovery-image] Dec 16 20:45:19.075 INFO O| Dec 16 20:45:19.075 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-12-16T20:45:20.586Z | [ recovery-image] Dec 16 20:45:19.096 INFO O| Dec 16 20:45:19.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5317 | 2024-12-16T20:45:20.586Z | [ recovery-image] Dec 16 20:45:19.096 INFO O| Dec 16 20:45:19.096 INFO STEP 322 (remove_files) COMPLETE |
5318 | 2024-12-16T20:45:20.589Z | [ recovery-image] Dec 16 20:45:19.096 INFO O| Dec 16 20:45:19.096 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-12-16T20:45:20.606Z | [ recovery-image] Dec 16 20:45:19.115 INFO O| Dec 16 20:45:19.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5320 | 2024-12-16T20:45:20.606Z | [ recovery-image] Dec 16 20:45:19.116 INFO O| Dec 16 20:45:19.116 INFO STEP 323 (remove_files) COMPLETE |
5321 | 2024-12-16T20:45:20.609Z | [ recovery-image] Dec 16 20:45:19.116 INFO O| Dec 16 20:45:19.116 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-12-16T20:45:20.626Z | [ recovery-image] Dec 16 20:45:19.135 INFO O| Dec 16 20:45:19.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5323 | 2024-12-16T20:45:20.626Z | [ recovery-image] Dec 16 20:45:19.135 INFO O| Dec 16 20:45:19.135 INFO STEP 324 (remove_files) COMPLETE |
5324 | 2024-12-16T20:45:20.627Z | [ recovery-image] Dec 16 20:45:19.135 INFO O| Dec 16 20:45:19.135 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-12-16T20:45:20.648Z | [ recovery-image] Dec 16 20:45:19.157 INFO O| Dec 16 20:45:19.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5326 | 2024-12-16T20:45:20.648Z | [ recovery-image] Dec 16 20:45:19.157 INFO O| Dec 16 20:45:19.157 INFO STEP 325 (remove_files) COMPLETE |
5327 | 2024-12-16T20:45:20.650Z | [ recovery-image] Dec 16 20:45:19.157 INFO O| Dec 16 20:45:19.157 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-12-16T20:45:20.685Z | [ recovery-image] Dec 16 20:45:19.194 INFO O| Dec 16 20:45:19.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5329 | 2024-12-16T20:45:20.688Z | [ recovery-image] Dec 16 20:45:19.194 INFO O| Dec 16 20:45:19.194 INFO STEP 326 (remove_files) COMPLETE |
5330 | 2024-12-16T20:45:20.688Z | [ recovery-image] Dec 16 20:45:19.194 INFO O| Dec 16 20:45:19.194 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-12-16T20:45:20.755Z | [ recovery-image] Dec 16 20:45:19.264 INFO O| Dec 16 20:45:19.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5332 | 2024-12-16T20:45:20.755Z | [ recovery-image] Dec 16 20:45:19.264 INFO O| Dec 16 20:45:19.264 INFO STEP 327 (remove_files) COMPLETE |
5333 | 2024-12-16T20:45:20.755Z | [ recovery-image] Dec 16 20:45:19.264 INFO O| Dec 16 20:45:19.264 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-12-16T20:45:20.772Z | [ recovery-image] Dec 16 20:45:19.281 INFO O| Dec 16 20:45:19.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5335 | 2024-12-16T20:45:20.772Z | [ recovery-image] Dec 16 20:45:19.281 INFO O| Dec 16 20:45:19.281 INFO STEP 328 (remove_files) COMPLETE |
5336 | 2024-12-16T20:45:20.785Z | [ recovery-image] Dec 16 20:45:19.282 INFO O| Dec 16 20:45:19.281 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-12-16T20:45:20.808Z | [ recovery-image] Dec 16 20:45:19.317 INFO O| Dec 16 20:45:19.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5338 | 2024-12-16T20:45:20.810Z | [ recovery-image] Dec 16 20:45:19.317 INFO O| Dec 16 20:45:19.317 INFO STEP 329 (remove_files) COMPLETE |
5339 | 2024-12-16T20:45:20.811Z | [ recovery-image] Dec 16 20:45:19.318 INFO O| Dec 16 20:45:19.317 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2024-12-16T20:45:20.826Z | [ recovery-image] Dec 16 20:45:19.335 INFO O| Dec 16 20:45:19.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5341 | 2024-12-16T20:45:20.828Z | [ recovery-image] Dec 16 20:45:19.336 INFO O| Dec 16 20:45:19.335 INFO STEP 330 (remove_files) COMPLETE |
5342 | 2024-12-16T20:45:20.828Z | [ recovery-image] Dec 16 20:45:19.336 INFO O| Dec 16 20:45:19.336 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-12-16T20:45:20.845Z | [ recovery-image] Dec 16 20:45:19.354 INFO O| Dec 16 20:45:19.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5344 | 2024-12-16T20:45:20.848Z | [ recovery-image] Dec 16 20:45:19.355 INFO O| Dec 16 20:45:19.355 INFO STEP 331 (remove_files) COMPLETE |
5345 | 2024-12-16T20:45:20.848Z | [ recovery-image] Dec 16 20:45:19.355 INFO O| Dec 16 20:45:19.355 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-12-16T20:45:20.872Z | [ recovery-image] Dec 16 20:45:19.381 INFO O| Dec 16 20:45:19.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5347 | 2024-12-16T20:45:20.872Z | [ recovery-image] Dec 16 20:45:19.381 INFO O| Dec 16 20:45:19.381 INFO STEP 332 (remove_files) COMPLETE |
5348 | 2024-12-16T20:45:20.875Z | [ recovery-image] Dec 16 20:45:19.382 INFO O| Dec 16 20:45:19.381 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-12-16T20:45:20.890Z | [ recovery-image] Dec 16 20:45:19.399 INFO O| Dec 16 20:45:19.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5350 | 2024-12-16T20:45:20.890Z | [ recovery-image] Dec 16 20:45:19.399 INFO O| Dec 16 20:45:19.399 INFO STEP 333 (remove_files) COMPLETE |
5351 | 2024-12-16T20:45:20.890Z | [ recovery-image] Dec 16 20:45:19.399 INFO O| Dec 16 20:45:19.399 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-12-16T20:45:20.913Z | [ recovery-image] Dec 16 20:45:19.422 INFO O| Dec 16 20:45:19.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5353 | 2024-12-16T20:45:20.913Z | [ recovery-image] Dec 16 20:45:19.422 INFO O| Dec 16 20:45:19.422 INFO STEP 334 (remove_files) COMPLETE |
5354 | 2024-12-16T20:45:20.913Z | [ recovery-image] Dec 16 20:45:19.422 INFO O| Dec 16 20:45:19.422 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-12-16T20:45:20.931Z | [ recovery-image] Dec 16 20:45:19.441 INFO O| Dec 16 20:45:19.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5356 | 2024-12-16T20:45:20.931Z | [ recovery-image] Dec 16 20:45:19.441 INFO O| Dec 16 20:45:19.441 INFO STEP 335 (remove_files) COMPLETE |
5357 | 2024-12-16T20:45:20.931Z | [ recovery-image] Dec 16 20:45:19.441 INFO O| Dec 16 20:45:19.441 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-12-16T20:45:20.991Z | [ recovery-image] Dec 16 20:45:19.501 INFO O| Dec 16 20:45:19.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5359 | 2024-12-16T20:45:20.991Z | [ recovery-image] Dec 16 20:45:19.501 INFO O| Dec 16 20:45:19.501 INFO STEP 336 (remove_files) COMPLETE |
5360 | 2024-12-16T20:45:20.991Z | [ recovery-image] Dec 16 20:45:19.501 INFO O| Dec 16 20:45:19.501 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-12-16T20:45:21.010Z | [ recovery-image] Dec 16 20:45:19.520 INFO O| Dec 16 20:45:19.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5362 | 2024-12-16T20:45:21.010Z | [ recovery-image] Dec 16 20:45:19.520 INFO O| Dec 16 20:45:19.520 INFO STEP 337 (remove_files) COMPLETE |
5363 | 2024-12-16T20:45:21.010Z | [ recovery-image] Dec 16 20:45:19.520 INFO O| Dec 16 20:45:19.520 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-12-16T20:45:21.040Z | [ recovery-image] Dec 16 20:45:19.550 INFO O| Dec 16 20:45:19.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5365 | 2024-12-16T20:45:21.041Z | [ recovery-image] Dec 16 20:45:19.550 INFO O| Dec 16 20:45:19.550 INFO STEP 338 (remove_files) COMPLETE |
5366 | 2024-12-16T20:45:21.044Z | [ recovery-image] Dec 16 20:45:19.550 INFO O| Dec 16 20:45:19.550 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-12-16T20:45:21.102Z | [ recovery-image] Dec 16 20:45:19.611 INFO O| Dec 16 20:45:19.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5368 | 2024-12-16T20:45:21.104Z | [ recovery-image] Dec 16 20:45:19.612 INFO O| Dec 16 20:45:19.611 INFO STEP 339 (remove_files) COMPLETE |
5369 | 2024-12-16T20:45:21.104Z | [ recovery-image] Dec 16 20:45:19.612 INFO O| Dec 16 20:45:19.612 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-12-16T20:45:21.122Z | [ recovery-image] Dec 16 20:45:19.632 INFO O| Dec 16 20:45:19.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5371 | 2024-12-16T20:45:21.122Z | [ recovery-image] Dec 16 20:45:19.632 INFO O| Dec 16 20:45:19.632 INFO STEP 340 (remove_files) COMPLETE |
5372 | 2024-12-16T20:45:21.122Z | [ recovery-image] Dec 16 20:45:19.632 INFO O| Dec 16 20:45:19.632 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-12-16T20:45:21.159Z | [ recovery-image] Dec 16 20:45:19.668 INFO O| Dec 16 20:45:19.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5374 | 2024-12-16T20:45:21.159Z | [ recovery-image] Dec 16 20:45:19.668 INFO O| Dec 16 20:45:19.668 INFO STEP 341 (remove_files) COMPLETE |
5375 | 2024-12-16T20:45:21.159Z | [ recovery-image] Dec 16 20:45:19.668 INFO O| Dec 16 20:45:19.668 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-12-16T20:45:21.177Z | [ recovery-image] Dec 16 20:45:19.686 INFO O| Dec 16 20:45:19.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5377 | 2024-12-16T20:45:21.177Z | [ recovery-image] Dec 16 20:45:19.686 INFO O| Dec 16 20:45:19.686 INFO STEP 342 (remove_files) COMPLETE |
5378 | 2024-12-16T20:45:21.177Z | [ recovery-image] Dec 16 20:45:19.687 INFO O| Dec 16 20:45:19.686 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-12-16T20:45:21.194Z | [ recovery-image] Dec 16 20:45:19.704 INFO O| Dec 16 20:45:19.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5380 | 2024-12-16T20:45:21.195Z | [ recovery-image] Dec 16 20:45:19.704 INFO O| Dec 16 20:45:19.704 INFO STEP 343 (remove_files) COMPLETE |
5381 | 2024-12-16T20:45:21.197Z | [ recovery-image] Dec 16 20:45:19.704 INFO O| Dec 16 20:45:19.704 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-12-16T20:45:21.213Z | [ recovery-image] Dec 16 20:45:19.721 INFO O| Dec 16 20:45:19.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5383 | 2024-12-16T20:45:21.213Z | [ recovery-image] Dec 16 20:45:19.721 INFO O| Dec 16 20:45:19.721 INFO STEP 344 (remove_files) COMPLETE |
5384 | 2024-12-16T20:45:21.213Z | [ recovery-image] Dec 16 20:45:19.721 INFO O| Dec 16 20:45:19.721 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-12-16T20:45:21.230Z | [ recovery-image] Dec 16 20:45:19.740 INFO O| Dec 16 20:45:19.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5386 | 2024-12-16T20:45:21.230Z | [ recovery-image] Dec 16 20:45:19.740 INFO O| Dec 16 20:45:19.740 INFO STEP 345 (remove_files) COMPLETE |
5387 | 2024-12-16T20:45:21.233Z | [ recovery-image] Dec 16 20:45:19.740 INFO O| Dec 16 20:45:19.740 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-12-16T20:45:21.249Z | [ recovery-image] Dec 16 20:45:19.758 INFO O| Dec 16 20:45:19.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5389 | 2024-12-16T20:45:21.249Z | [ recovery-image] Dec 16 20:45:19.759 INFO O| Dec 16 20:45:19.759 INFO STEP 346 (remove_files) COMPLETE |
5390 | 2024-12-16T20:45:21.249Z | [ recovery-image] Dec 16 20:45:19.759 INFO O| Dec 16 20:45:19.759 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-12-16T20:45:21.275Z | [ recovery-image] Dec 16 20:45:19.783 INFO O| Dec 16 20:45:19.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5392 | 2024-12-16T20:45:21.275Z | [ recovery-image] Dec 16 20:45:19.783 INFO O| Dec 16 20:45:19.783 INFO STEP 347 (remove_files) COMPLETE |
5393 | 2024-12-16T20:45:21.275Z | [ recovery-image] Dec 16 20:45:19.783 INFO O| Dec 16 20:45:19.783 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-12-16T20:45:21.308Z | [ recovery-image] Dec 16 20:45:19.817 INFO O| Dec 16 20:45:19.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5395 | 2024-12-16T20:45:21.311Z | [ recovery-image] Dec 16 20:45:19.817 INFO O| Dec 16 20:45:19.817 INFO STEP 348 (remove_files) COMPLETE |
5396 | 2024-12-16T20:45:21.311Z | [ recovery-image] Dec 16 20:45:19.818 INFO O| Dec 16 20:45:19.817 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-12-16T20:45:21.327Z | [ recovery-image] Dec 16 20:45:19.836 INFO O| Dec 16 20:45:19.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5398 | 2024-12-16T20:45:21.327Z | [ recovery-image] Dec 16 20:45:19.836 INFO O| Dec 16 20:45:19.836 INFO STEP 349 (remove_files) COMPLETE |
5399 | 2024-12-16T20:45:21.329Z | [ recovery-image] Dec 16 20:45:19.837 INFO O| Dec 16 20:45:19.836 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-12-16T20:45:21.345Z | [ recovery-image] Dec 16 20:45:19.854 INFO O| Dec 16 20:45:19.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5401 | 2024-12-16T20:45:21.348Z | [ recovery-image] Dec 16 20:45:19.855 INFO O| Dec 16 20:45:19.855 INFO STEP 350 (remove_files) COMPLETE |
5402 | 2024-12-16T20:45:21.348Z | [ recovery-image] Dec 16 20:45:19.855 INFO O| Dec 16 20:45:19.855 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-12-16T20:45:21.363Z | [ recovery-image] Dec 16 20:45:19.872 INFO O| Dec 16 20:45:19.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5404 | 2024-12-16T20:45:21.363Z | [ recovery-image] Dec 16 20:45:19.873 INFO O| Dec 16 20:45:19.873 INFO STEP 351 (remove_files) COMPLETE |
5405 | 2024-12-16T20:45:21.366Z | [ recovery-image] Dec 16 20:45:19.873 INFO O| Dec 16 20:45:19.873 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-12-16T20:45:21.381Z | [ recovery-image] Dec 16 20:45:19.890 INFO O| Dec 16 20:45:19.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5407 | 2024-12-16T20:45:21.383Z | [ recovery-image] Dec 16 20:45:19.890 INFO O| Dec 16 20:45:19.890 INFO STEP 352 (remove_files) COMPLETE |
5408 | 2024-12-16T20:45:21.383Z | [ recovery-image] Dec 16 20:45:19.890 INFO O| Dec 16 20:45:19.890 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2024-12-16T20:45:21.405Z | [ recovery-image] Dec 16 20:45:19.914 INFO O| Dec 16 20:45:19.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5410 | 2024-12-16T20:45:21.405Z | [ recovery-image] Dec 16 20:45:19.914 INFO O| Dec 16 20:45:19.914 INFO STEP 353 (remove_files) COMPLETE |
5411 | 2024-12-16T20:45:21.409Z | [ recovery-image] Dec 16 20:45:19.914 INFO O| Dec 16 20:45:19.914 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2024-12-16T20:45:21.425Z | [ recovery-image] Dec 16 20:45:19.934 INFO O| Dec 16 20:45:19.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5413 | 2024-12-16T20:45:21.427Z | [ recovery-image] Dec 16 20:45:19.934 INFO O| Dec 16 20:45:19.934 INFO STEP 354 (remove_files) COMPLETE |
5414 | 2024-12-16T20:45:21.427Z | [ recovery-image] Dec 16 20:45:19.934 INFO O| Dec 16 20:45:19.934 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-12-16T20:45:21.465Z | [ recovery-image] Dec 16 20:45:19.973 INFO O| Dec 16 20:45:19.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5416 | 2024-12-16T20:45:21.468Z | [ recovery-image] Dec 16 20:45:19.973 INFO O| Dec 16 20:45:19.973 INFO STEP 355 (remove_files) COMPLETE |
5417 | 2024-12-16T20:45:21.468Z | [ recovery-image] Dec 16 20:45:19.974 INFO O| Dec 16 20:45:19.973 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2024-12-16T20:45:21.483Z | [ recovery-image] Dec 16 20:45:19.993 INFO O| Dec 16 20:45:19.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5419 | 2024-12-16T20:45:21.487Z | [ recovery-image] Dec 16 20:45:19.993 INFO O| Dec 16 20:45:19.993 INFO STEP 356 (remove_files) COMPLETE |
5420 | 2024-12-16T20:45:21.487Z | [ recovery-image] Dec 16 20:45:19.993 INFO O| Dec 16 20:45:19.993 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5421 | 2024-12-16T20:45:21.505Z | [ recovery-image] Dec 16 20:45:20.014 INFO O| Dec 16 20:45:20.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5422 | 2024-12-16T20:45:21.505Z | [ recovery-image] Dec 16 20:45:20.014 INFO O| Dec 16 20:45:20.014 INFO STEP 357 (remove_files) COMPLETE |
5423 | 2024-12-16T20:45:21.507Z | [ recovery-image] Dec 16 20:45:20.014 INFO O| Dec 16 20:45:20.014 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2024-12-16T20:45:21.525Z | [ recovery-image] Dec 16 20:45:20.034 INFO O| Dec 16 20:45:20.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5425 | 2024-12-16T20:45:21.525Z | [ recovery-image] Dec 16 20:45:20.034 INFO O| Dec 16 20:45:20.034 INFO STEP 358 (remove_files) COMPLETE |
5426 | 2024-12-16T20:45:21.525Z | [ recovery-image] Dec 16 20:45:20.034 INFO O| Dec 16 20:45:20.034 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5427 | 2024-12-16T20:45:21.543Z | [ recovery-image] Dec 16 20:45:20.053 INFO O| Dec 16 20:45:20.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5428 | 2024-12-16T20:45:21.543Z | [ recovery-image] Dec 16 20:45:20.053 INFO O| Dec 16 20:45:20.053 INFO STEP 359 (remove_files) COMPLETE |
5429 | 2024-12-16T20:45:21.543Z | [ recovery-image] Dec 16 20:45:20.053 INFO O| Dec 16 20:45:20.053 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5430 | 2024-12-16T20:45:21.563Z | [ recovery-image] Dec 16 20:45:20.072 INFO O| Dec 16 20:45:20.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5431 | 2024-12-16T20:45:21.563Z | [ recovery-image] Dec 16 20:45:20.072 INFO O| Dec 16 20:45:20.072 INFO STEP 360 (remove_files) COMPLETE |
5432 | 2024-12-16T20:45:21.565Z | [ recovery-image] Dec 16 20:45:20.072 INFO O| Dec 16 20:45:20.072 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5433 | 2024-12-16T20:45:21.585Z | [ recovery-image] Dec 16 20:45:20.094 INFO O| Dec 16 20:45:20.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5434 | 2024-12-16T20:45:21.585Z | [ recovery-image] Dec 16 20:45:20.094 INFO O| Dec 16 20:45:20.094 INFO STEP 361 (remove_files) COMPLETE |
5435 | 2024-12-16T20:45:21.585Z | [ recovery-image] Dec 16 20:45:20.094 INFO O| Dec 16 20:45:20.094 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5436 | 2024-12-16T20:45:21.636Z | [ recovery-image] Dec 16 20:45:20.145 INFO O| Dec 16 20:45:20.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5437 | 2024-12-16T20:45:21.636Z | [ recovery-image] Dec 16 20:45:20.145 INFO O| Dec 16 20:45:20.145 INFO STEP 362 (remove_files) COMPLETE |
5438 | 2024-12-16T20:45:21.636Z | [ recovery-image] Dec 16 20:45:20.145 INFO O| Dec 16 20:45:20.145 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5439 | 2024-12-16T20:45:21.687Z | [ recovery-image] Dec 16 20:45:20.195 INFO O| Dec 16 20:45:20.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5440 | 2024-12-16T20:45:21.687Z | [ recovery-image] Dec 16 20:45:20.195 INFO O| Dec 16 20:45:20.195 INFO STEP 363 (remove_files) COMPLETE |
5441 | 2024-12-16T20:45:21.687Z | [ recovery-image] Dec 16 20:45:20.196 INFO O| Dec 16 20:45:20.195 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5442 | 2024-12-16T20:45:21.706Z | [ recovery-image] Dec 16 20:45:20.215 INFO O| Dec 16 20:45:20.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5443 | 2024-12-16T20:45:21.706Z | [ recovery-image] Dec 16 20:45:20.216 INFO O| Dec 16 20:45:20.216 INFO STEP 364 (remove_files) COMPLETE |
5444 | 2024-12-16T20:45:21.706Z | [ recovery-image] Dec 16 20:45:20.216 INFO O| Dec 16 20:45:20.216 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5445 | 2024-12-16T20:45:21.725Z | [ recovery-image] Dec 16 20:45:20.235 INFO O| Dec 16 20:45:20.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5446 | 2024-12-16T20:45:21.725Z | [ recovery-image] Dec 16 20:45:20.235 INFO O| Dec 16 20:45:20.235 INFO STEP 365 (remove_files) COMPLETE |
5447 | 2024-12-16T20:45:21.725Z | [ recovery-image] Dec 16 20:45:20.235 INFO O| Dec 16 20:45:20.235 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5448 | 2024-12-16T20:45:21.766Z | [ recovery-image] Dec 16 20:45:20.276 INFO O| Dec 16 20:45:20.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5449 | 2024-12-16T20:45:21.766Z | [ recovery-image] Dec 16 20:45:20.276 INFO O| Dec 16 20:45:20.276 INFO STEP 366 (remove_files) COMPLETE |
5450 | 2024-12-16T20:45:21.767Z | [ recovery-image] Dec 16 20:45:20.276 INFO O| Dec 16 20:45:20.276 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5451 | 2024-12-16T20:45:21.788Z | [ recovery-image] Dec 16 20:45:20.297 INFO O| Dec 16 20:45:20.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5452 | 2024-12-16T20:45:21.788Z | [ recovery-image] Dec 16 20:45:20.297 INFO O| Dec 16 20:45:20.297 INFO STEP 367 (remove_files) COMPLETE |
5453 | 2024-12-16T20:45:21.788Z | [ recovery-image] Dec 16 20:45:20.297 INFO O| Dec 16 20:45:20.297 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5454 | 2024-12-16T20:45:21.821Z | [ recovery-image] Dec 16 20:45:20.331 INFO O| Dec 16 20:45:20.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5455 | 2024-12-16T20:45:21.821Z | [ recovery-image] Dec 16 20:45:20.331 INFO O| Dec 16 20:45:20.331 INFO STEP 368 (remove_files) COMPLETE |
5456 | 2024-12-16T20:45:21.824Z | [ recovery-image] Dec 16 20:45:20.331 INFO O| Dec 16 20:45:20.331 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5457 | 2024-12-16T20:45:21.840Z | [ recovery-image] Dec 16 20:45:20.350 INFO O| Dec 16 20:45:20.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5458 | 2024-12-16T20:45:21.840Z | [ recovery-image] Dec 16 20:45:20.350 INFO O| Dec 16 20:45:20.350 INFO STEP 369 (remove_files) COMPLETE |
5459 | 2024-12-16T20:45:21.840Z | [ recovery-image] Dec 16 20:45:20.350 INFO O| Dec 16 20:45:20.350 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5460 | 2024-12-16T20:45:21.890Z | [ recovery-image] Dec 16 20:45:20.400 INFO O| Dec 16 20:45:20.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5461 | 2024-12-16T20:45:21.890Z | [ recovery-image] Dec 16 20:45:20.400 INFO O| Dec 16 20:45:20.400 INFO STEP 370 (remove_files) COMPLETE |
5462 | 2024-12-16T20:45:21.890Z | [ recovery-image] Dec 16 20:45:20.400 INFO O| Dec 16 20:45:20.400 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2024-12-16T20:45:21.940Z | [ recovery-image] Dec 16 20:45:20.450 INFO O| Dec 16 20:45:20.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5464 | 2024-12-16T20:45:21.941Z | [ recovery-image] Dec 16 20:45:20.450 INFO O| Dec 16 20:45:20.450 INFO STEP 371 (remove_files) COMPLETE |
5465 | 2024-12-16T20:45:21.941Z | [ recovery-image] Dec 16 20:45:20.450 INFO O| Dec 16 20:45:20.450 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5466 | 2024-12-16T20:45:22.002Z | [ recovery-image] Dec 16 20:45:20.512 INFO O| Dec 16 20:45:20.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5467 | 2024-12-16T20:45:22.003Z | [ recovery-image] Dec 16 20:45:20.512 INFO O| Dec 16 20:45:20.512 INFO STEP 372 (remove_files) COMPLETE |
5468 | 2024-12-16T20:45:22.005Z | [ recovery-image] Dec 16 20:45:20.512 INFO O| Dec 16 20:45:20.512 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-12-16T20:45:22.024Z | [ recovery-image] Dec 16 20:45:20.531 INFO O| Dec 16 20:45:20.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5470 | 2024-12-16T20:45:22.024Z | [ recovery-image] Dec 16 20:45:20.531 INFO O| Dec 16 20:45:20.531 INFO STEP 373 (remove_files) COMPLETE |
5471 | 2024-12-16T20:45:22.024Z | [ recovery-image] Dec 16 20:45:20.532 INFO O| Dec 16 20:45:20.531 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-12-16T20:45:22.042Z | [ recovery-image] Dec 16 20:45:20.551 INFO O| Dec 16 20:45:20.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5473 | 2024-12-16T20:45:22.042Z | [ recovery-image] Dec 16 20:45:20.551 INFO O| Dec 16 20:45:20.551 INFO STEP 374 (remove_files) COMPLETE |
5474 | 2024-12-16T20:45:22.042Z | [ recovery-image] Dec 16 20:45:20.551 INFO O| Dec 16 20:45:20.551 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-12-16T20:45:22.077Z | [ recovery-image] Dec 16 20:45:20.587 INFO O| Dec 16 20:45:20.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5476 | 2024-12-16T20:45:22.078Z | [ recovery-image] Dec 16 20:45:20.587 INFO O| Dec 16 20:45:20.587 INFO STEP 375 (remove_files) COMPLETE |
5477 | 2024-12-16T20:45:22.078Z | [ recovery-image] Dec 16 20:45:20.587 INFO O| Dec 16 20:45:20.587 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-12-16T20:45:22.101Z | [ recovery-image] Dec 16 20:45:20.606 INFO O| Dec 16 20:45:20.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5479 | 2024-12-16T20:45:22.101Z | [ recovery-image] Dec 16 20:45:20.606 INFO O| Dec 16 20:45:20.606 INFO STEP 376 (remove_files) COMPLETE |
5480 | 2024-12-16T20:45:22.101Z | [ recovery-image] Dec 16 20:45:20.606 INFO O| Dec 16 20:45:20.606 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-12-16T20:45:22.125Z | [ recovery-image] Dec 16 20:45:20.634 INFO O| Dec 16 20:45:20.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5482 | 2024-12-16T20:45:22.125Z | [ recovery-image] Dec 16 20:45:20.635 INFO O| Dec 16 20:45:20.634 INFO STEP 377 (remove_files) COMPLETE |
5483 | 2024-12-16T20:45:22.125Z | [ recovery-image] Dec 16 20:45:20.635 INFO O| Dec 16 20:45:20.635 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-12-16T20:45:22.151Z | [ recovery-image] Dec 16 20:45:20.660 INFO O| Dec 16 20:45:20.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5485 | 2024-12-16T20:45:22.154Z | [ recovery-image] Dec 16 20:45:20.660 INFO O| Dec 16 20:45:20.660 INFO STEP 378 (remove_files) COMPLETE |
5486 | 2024-12-16T20:45:22.154Z | [ recovery-image] Dec 16 20:45:20.661 INFO O| Dec 16 20:45:20.660 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-12-16T20:45:22.171Z | [ recovery-image] Dec 16 20:45:20.680 INFO O| Dec 16 20:45:20.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5488 | 2024-12-16T20:45:22.174Z | [ recovery-image] Dec 16 20:45:20.680 INFO O| Dec 16 20:45:20.680 INFO STEP 379 (remove_files) COMPLETE |
5489 | 2024-12-16T20:45:22.174Z | [ recovery-image] Dec 16 20:45:20.680 INFO O| Dec 16 20:45:20.680 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-12-16T20:45:22.189Z | [ recovery-image] Dec 16 20:45:20.698 INFO O| Dec 16 20:45:20.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5491 | 2024-12-16T20:45:22.192Z | [ recovery-image] Dec 16 20:45:20.698 INFO O| Dec 16 20:45:20.698 INFO STEP 380 (remove_files) COMPLETE |
5492 | 2024-12-16T20:45:22.192Z | [ recovery-image] Dec 16 20:45:20.698 INFO O| Dec 16 20:45:20.698 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-12-16T20:45:22.210Z | [ recovery-image] Dec 16 20:45:20.719 INFO O| Dec 16 20:45:20.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5494 | 2024-12-16T20:45:22.213Z | [ recovery-image] Dec 16 20:45:20.719 INFO O| Dec 16 20:45:20.719 INFO STEP 381 (remove_files) COMPLETE |
5495 | 2024-12-16T20:45:22.213Z | [ recovery-image] Dec 16 20:45:20.719 INFO O| Dec 16 20:45:20.719 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-12-16T20:45:22.255Z | [ recovery-image] Dec 16 20:45:20.765 INFO O| Dec 16 20:45:20.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5497 | 2024-12-16T20:45:22.258Z | [ recovery-image] Dec 16 20:45:20.765 INFO O| Dec 16 20:45:20.765 INFO STEP 382 (remove_files) COMPLETE |
5498 | 2024-12-16T20:45:22.258Z | [ recovery-image] Dec 16 20:45:20.765 INFO O| Dec 16 20:45:20.765 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-12-16T20:45:22.305Z | [ recovery-image] Dec 16 20:45:20.814 INFO O| Dec 16 20:45:20.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5500 | 2024-12-16T20:45:22.305Z | [ recovery-image] Dec 16 20:45:20.815 INFO O| Dec 16 20:45:20.814 INFO STEP 383 (remove_files) COMPLETE |
5501 | 2024-12-16T20:45:22.305Z | [ recovery-image] Dec 16 20:45:20.815 INFO O| Dec 16 20:45:20.815 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-12-16T20:45:22.327Z | [ host-image] Dec 16 20:45:20.836 INFO O| Dec 16 20:45:20.836 INFO O| Done |
5503 | 2024-12-16T20:45:22.335Z | [ recovery-image] Dec 16 20:45:20.844 INFO O| Dec 16 20:45:20.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5504 | 2024-12-16T20:45:22.337Z | [ recovery-image] Dec 16 20:45:20.844 INFO O| Dec 16 20:45:20.844 INFO STEP 384 (remove_files) COMPLETE |
5505 | 2024-12-16T20:45:22.337Z | [ recovery-image] Dec 16 20:45:20.845 INFO O| Dec 16 20:45:20.844 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2024-12-16T20:45:22.363Z | [ recovery-image] Dec 16 20:45:20.873 INFO O| Dec 16 20:45:20.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5507 | 2024-12-16T20:45:22.364Z | [ recovery-image] Dec 16 20:45:20.873 INFO O| Dec 16 20:45:20.873 INFO STEP 385 (remove_files) COMPLETE |
5508 | 2024-12-16T20:45:22.366Z | [ recovery-image] Dec 16 20:45:20.873 INFO O| Dec 16 20:45:20.873 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2024-12-16T20:45:22.369Z | [ host-image] Dec 16 20:45:20.877 INFO O| Dec 16 20:45:20.877 INFO O| Done |
5510 | 2024-12-16T20:45:22.369Z | [ host-image] Dec 16 20:45:20.877 INFO O| Dec 16 20:45:20.877 INFO O| Done |
5511 | 2024-12-16T20:45:22.382Z | [ recovery-image] Dec 16 20:45:20.891 INFO O| Dec 16 20:45:20.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5512 | 2024-12-16T20:45:22.382Z | [ recovery-image] Dec 16 20:45:20.891 INFO O| Dec 16 20:45:20.891 INFO STEP 386 (remove_files) COMPLETE |
5513 | 2024-12-16T20:45:22.385Z | [ recovery-image] Dec 16 20:45:20.891 INFO O| Dec 16 20:45:20.891 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-12-16T20:45:22.400Z | [ recovery-image] Dec 16 20:45:20.910 INFO O| Dec 16 20:45:20.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5515 | 2024-12-16T20:45:22.400Z | [ recovery-image] Dec 16 20:45:20.910 INFO O| Dec 16 20:45:20.910 INFO STEP 387 (remove_files) COMPLETE |
5516 | 2024-12-16T20:45:22.400Z | [ recovery-image] Dec 16 20:45:20.910 INFO O| Dec 16 20:45:20.910 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-12-16T20:45:22.428Z | [ recovery-image] Dec 16 20:45:20.937 INFO O| Dec 16 20:45:20.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5518 | 2024-12-16T20:45:22.428Z | [ recovery-image] Dec 16 20:45:20.938 INFO O| Dec 16 20:45:20.937 INFO STEP 388 (remove_files) COMPLETE |
5519 | 2024-12-16T20:45:22.431Z | [ recovery-image] Dec 16 20:45:20.938 INFO O| Dec 16 20:45:20.937 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-12-16T20:45:22.438Z | [ host-image] Dec 16 20:45:20.947 INFO O| Dec 16 20:45:20.946 INFO O| Done |
5521 | 2024-12-16T20:45:22.448Z | [ recovery-image] Dec 16 20:45:20.957 INFO O| Dec 16 20:45:20.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5522 | 2024-12-16T20:45:22.448Z | [ recovery-image] Dec 16 20:45:20.957 INFO O| Dec 16 20:45:20.957 INFO STEP 389 (remove_files) COMPLETE |
5523 | 2024-12-16T20:45:22.451Z | [ recovery-image] Dec 16 20:45:20.957 INFO O| Dec 16 20:45:20.957 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-12-16T20:45:22.467Z | [ recovery-image] Dec 16 20:45:20.976 INFO O| Dec 16 20:45:20.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5525 | 2024-12-16T20:45:22.467Z | [ recovery-image] Dec 16 20:45:20.976 INFO O| Dec 16 20:45:20.976 INFO STEP 390 (remove_files) COMPLETE |
5526 | 2024-12-16T20:45:22.470Z | [ recovery-image] Dec 16 20:45:20.976 INFO O| Dec 16 20:45:20.976 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-12-16T20:45:22.486Z | [ recovery-image] Dec 16 20:45:20.995 INFO O| Dec 16 20:45:20.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5528 | 2024-12-16T20:45:22.486Z | [ recovery-image] Dec 16 20:45:20.995 INFO O| Dec 16 20:45:20.995 INFO STEP 391 (remove_files) COMPLETE |
5529 | 2024-12-16T20:45:22.488Z | [ recovery-image] Dec 16 20:45:20.995 INFO O| Dec 16 20:45:20.995 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-12-16T20:45:22.513Z | [ recovery-image] Dec 16 20:45:21.023 INFO O| Dec 16 20:45:21.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5531 | 2024-12-16T20:45:22.513Z | [ recovery-image] Dec 16 20:45:21.023 INFO O| Dec 16 20:45:21.023 INFO STEP 392 (remove_files) COMPLETE |
5532 | 2024-12-16T20:45:22.516Z | [ recovery-image] Dec 16 20:45:21.023 INFO O| Dec 16 20:45:21.023 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-12-16T20:45:22.540Z | [ recovery-image] Dec 16 20:45:21.049 INFO O| Dec 16 20:45:21.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5534 | 2024-12-16T20:45:22.543Z | [ recovery-image] Dec 16 20:45:21.049 INFO O| Dec 16 20:45:21.049 INFO STEP 393 (remove_files) COMPLETE |
5535 | 2024-12-16T20:45:22.543Z | [ recovery-image] Dec 16 20:45:21.049 INFO O| Dec 16 20:45:21.049 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-12-16T20:45:22.561Z | [ recovery-image] Dec 16 20:45:21.070 INFO O| Dec 16 20:45:21.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5537 | 2024-12-16T20:45:22.561Z | [ recovery-image] Dec 16 20:45:21.070 INFO O| Dec 16 20:45:21.070 INFO STEP 394 (remove_files) COMPLETE |
5538 | 2024-12-16T20:45:22.561Z | [ recovery-image] Dec 16 20:45:21.070 INFO O| Dec 16 20:45:21.070 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-12-16T20:45:22.581Z | [ recovery-image] Dec 16 20:45:21.089 INFO O| Dec 16 20:45:21.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5540 | 2024-12-16T20:45:22.581Z | [ recovery-image] Dec 16 20:45:21.089 INFO O| Dec 16 20:45:21.089 INFO STEP 395 (remove_files) COMPLETE |
5541 | 2024-12-16T20:45:22.581Z | [ recovery-image] Dec 16 20:45:21.089 INFO O| Dec 16 20:45:21.089 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-12-16T20:45:22.599Z | [ host-image] Dec 16 20:45:21.107 INFO O| Dec 16 20:45:21.107 INFO STEP 13 (pkg_install) COMPLETE |
5543 | 2024-12-16T20:45:22.600Z | [ host-image] Dec 16 20:45:21.107 INFO O| Dec 16 20:45:21.107 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5544 | 2024-12-16T20:45:22.615Z | [ host-image] Dec 16 20:45:21.125 INFO O| Dec 16 20:45:21.124 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
5545 | 2024-12-16T20:45:22.623Z | [ recovery-image] Dec 16 20:45:21.132 INFO O| Dec 16 20:45:21.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5546 | 2024-12-16T20:45:22.623Z | [ recovery-image] Dec 16 20:45:21.132 INFO O| Dec 16 20:45:21.132 INFO STEP 396 (remove_files) COMPLETE |
5547 | 2024-12-16T20:45:22.626Z | [ recovery-image] Dec 16 20:45:21.132 INFO O| Dec 16 20:45:21.132 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-12-16T20:45:22.643Z | [ recovery-image] Dec 16 20:45:21.152 INFO O| Dec 16 20:45:21.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5549 | 2024-12-16T20:45:22.643Z | [ recovery-image] Dec 16 20:45:21.152 INFO O| Dec 16 20:45:21.152 INFO STEP 397 (remove_files) COMPLETE |
5550 | 2024-12-16T20:45:22.643Z | [ recovery-image] Dec 16 20:45:21.152 INFO O| Dec 16 20:45:21.152 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2024-12-16T20:45:22.661Z | [ recovery-image] Dec 16 20:45:21.171 INFO O| Dec 16 20:45:21.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5552 | 2024-12-16T20:45:22.662Z | [ recovery-image] Dec 16 20:45:21.171 INFO O| Dec 16 20:45:21.171 INFO STEP 398 (remove_files) COMPLETE |
5553 | 2024-12-16T20:45:22.662Z | [ recovery-image] Dec 16 20:45:21.171 INFO O| Dec 16 20:45:21.171 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2024-12-16T20:45:22.680Z | [ recovery-image] Dec 16 20:45:21.189 INFO O| Dec 16 20:45:21.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5555 | 2024-12-16T20:45:22.680Z | [ recovery-image] Dec 16 20:45:21.189 INFO O| Dec 16 20:45:21.189 INFO STEP 399 (remove_files) COMPLETE |
5556 | 2024-12-16T20:45:22.682Z | [ recovery-image] Dec 16 20:45:21.189 INFO O| Dec 16 20:45:21.189 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5557 | 2024-12-16T20:45:22.700Z | [ recovery-image] Dec 16 20:45:21.209 INFO O| Dec 16 20:45:21.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5558 | 2024-12-16T20:45:22.700Z | [ recovery-image] Dec 16 20:45:21.209 INFO O| Dec 16 20:45:21.209 INFO STEP 400 (remove_files) COMPLETE |
5559 | 2024-12-16T20:45:22.702Z | [ recovery-image] Dec 16 20:45:21.209 INFO O| Dec 16 20:45:21.209 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2024-12-16T20:45:22.719Z | [ recovery-image] Dec 16 20:45:21.227 INFO O| Dec 16 20:45:21.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5561 | 2024-12-16T20:45:22.719Z | [ recovery-image] Dec 16 20:45:21.227 INFO O| Dec 16 20:45:21.227 INFO STEP 401 (remove_files) COMPLETE |
5562 | 2024-12-16T20:45:22.719Z | [ recovery-image] Dec 16 20:45:21.227 INFO O| Dec 16 20:45:21.227 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2024-12-16T20:45:22.737Z | [ recovery-image] Dec 16 20:45:21.246 INFO O| Dec 16 20:45:21.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5564 | 2024-12-16T20:45:22.737Z | [ recovery-image] Dec 16 20:45:21.246 INFO O| Dec 16 20:45:21.246 INFO STEP 402 (remove_files) COMPLETE |
5565 | 2024-12-16T20:45:22.737Z | [ recovery-image] Dec 16 20:45:21.246 INFO O| Dec 16 20:45:21.246 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5566 | 2024-12-16T20:45:22.756Z | [ recovery-image] Dec 16 20:45:21.265 INFO O| Dec 16 20:45:21.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5567 | 2024-12-16T20:45:22.756Z | [ recovery-image] Dec 16 20:45:21.265 INFO O| Dec 16 20:45:21.265 INFO STEP 403 (remove_files) COMPLETE |
5568 | 2024-12-16T20:45:22.756Z | [ recovery-image] Dec 16 20:45:21.265 INFO O| Dec 16 20:45:21.265 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5569 | 2024-12-16T20:45:22.774Z | [ recovery-image] Dec 16 20:45:21.283 INFO O| Dec 16 20:45:21.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5570 | 2024-12-16T20:45:22.774Z | [ recovery-image] Dec 16 20:45:21.283 INFO O| Dec 16 20:45:21.283 INFO STEP 404 (remove_files) COMPLETE |
5571 | 2024-12-16T20:45:22.774Z | [ recovery-image] Dec 16 20:45:21.283 INFO O| Dec 16 20:45:21.283 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5572 | 2024-12-16T20:45:22.794Z | [ recovery-image] Dec 16 20:45:21.302 INFO O| Dec 16 20:45:21.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5573 | 2024-12-16T20:45:22.794Z | [ recovery-image] Dec 16 20:45:21.302 INFO O| Dec 16 20:45:21.302 INFO STEP 405 (remove_files) COMPLETE |
5574 | 2024-12-16T20:45:22.794Z | [ recovery-image] Dec 16 20:45:21.302 INFO O| Dec 16 20:45:21.302 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5575 | 2024-12-16T20:45:22.829Z | [ recovery-image] Dec 16 20:45:21.338 INFO O| Dec 16 20:45:21.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5576 | 2024-12-16T20:45:22.832Z | [ recovery-image] Dec 16 20:45:21.338 INFO O| Dec 16 20:45:21.338 INFO STEP 406 (remove_files) COMPLETE |
5577 | 2024-12-16T20:45:22.832Z | [ recovery-image] Dec 16 20:45:21.339 INFO O| Dec 16 20:45:21.338 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5578 | 2024-12-16T20:45:22.848Z | [ recovery-image] Dec 16 20:45:21.357 INFO O| Dec 16 20:45:21.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5579 | 2024-12-16T20:45:22.850Z | [ recovery-image] Dec 16 20:45:21.357 INFO O| Dec 16 20:45:21.357 INFO STEP 407 (remove_files) COMPLETE |
5580 | 2024-12-16T20:45:22.850Z | [ recovery-image] Dec 16 20:45:21.357 INFO O| Dec 16 20:45:21.357 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5581 | 2024-12-16T20:45:22.864Z | [ recovery-image] Dec 16 20:45:21.374 INFO O| Dec 16 20:45:21.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5582 | 2024-12-16T20:45:22.867Z | [ recovery-image] Dec 16 20:45:21.374 INFO O| Dec 16 20:45:21.374 INFO STEP 408 (remove_files) COMPLETE |
5583 | 2024-12-16T20:45:22.867Z | [ recovery-image] Dec 16 20:45:21.374 INFO O| Dec 16 20:45:21.374 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5584 | 2024-12-16T20:45:22.882Z | [ recovery-image] Dec 16 20:45:21.391 INFO O| Dec 16 20:45:21.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5585 | 2024-12-16T20:45:22.882Z | [ recovery-image] Dec 16 20:45:21.391 INFO O| Dec 16 20:45:21.391 INFO STEP 409 (remove_files) COMPLETE |
5586 | 2024-12-16T20:45:22.884Z | [ recovery-image] Dec 16 20:45:21.391 INFO O| Dec 16 20:45:21.391 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5587 | 2024-12-16T20:45:22.901Z | [ recovery-image] Dec 16 20:45:21.409 INFO O| Dec 16 20:45:21.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5588 | 2024-12-16T20:45:22.904Z | [ recovery-image] Dec 16 20:45:21.409 INFO O| Dec 16 20:45:21.409 INFO STEP 410 (remove_files) COMPLETE |
5589 | 2024-12-16T20:45:22.904Z | [ recovery-image] Dec 16 20:45:21.409 INFO O| Dec 16 20:45:21.409 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5590 | 2024-12-16T20:45:22.942Z | [ recovery-image] Dec 16 20:45:21.450 INFO O| Dec 16 20:45:21.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5591 | 2024-12-16T20:45:22.942Z | [ recovery-image] Dec 16 20:45:21.450 INFO O| Dec 16 20:45:21.450 INFO STEP 411 (remove_files) COMPLETE |
5592 | 2024-12-16T20:45:22.942Z | [ recovery-image] Dec 16 20:45:21.450 INFO O| Dec 16 20:45:21.450 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2024-12-16T20:45:22.960Z | [ recovery-image] Dec 16 20:45:21.468 INFO O| Dec 16 20:45:21.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5594 | 2024-12-16T20:45:22.960Z | [ recovery-image] Dec 16 20:45:21.468 INFO O| Dec 16 20:45:21.468 INFO STEP 412 (remove_files) COMPLETE |
5595 | 2024-12-16T20:45:22.960Z | [ recovery-image] Dec 16 20:45:21.468 INFO O| Dec 16 20:45:21.468 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2024-12-16T20:45:22.976Z | [ recovery-image] Dec 16 20:45:21.485 INFO O| Dec 16 20:45:21.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5597 | 2024-12-16T20:45:22.979Z | [ recovery-image] Dec 16 20:45:21.485 INFO O| Dec 16 20:45:21.485 INFO STEP 413 (remove_files) COMPLETE |
5598 | 2024-12-16T20:45:22.979Z | [ recovery-image] Dec 16 20:45:21.485 INFO O| Dec 16 20:45:21.485 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2024-12-16T20:45:22.994Z | [ recovery-image] Dec 16 20:45:21.503 INFO O| Dec 16 20:45:21.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5600 | 2024-12-16T20:45:22.994Z | [ recovery-image] Dec 16 20:45:21.503 INFO O| Dec 16 20:45:21.503 INFO STEP 414 (remove_files) COMPLETE |
5601 | 2024-12-16T20:45:22.994Z | [ recovery-image] Dec 16 20:45:21.503 INFO O| Dec 16 20:45:21.503 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2024-12-16T20:45:23.039Z | [ recovery-image] Dec 16 20:45:21.548 INFO O| Dec 16 20:45:21.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5603 | 2024-12-16T20:45:23.039Z | [ recovery-image] Dec 16 20:45:21.548 INFO O| Dec 16 20:45:21.548 INFO STEP 415 (remove_files) COMPLETE |
5604 | 2024-12-16T20:45:23.039Z | [ recovery-image] Dec 16 20:45:21.548 INFO O| Dec 16 20:45:21.548 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2024-12-16T20:45:23.090Z | [ recovery-image] Dec 16 20:45:21.599 INFO O| Dec 16 20:45:21.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5606 | 2024-12-16T20:45:23.090Z | [ recovery-image] Dec 16 20:45:21.599 INFO O| Dec 16 20:45:21.599 INFO STEP 416 (remove_files) COMPLETE |
5607 | 2024-12-16T20:45:23.090Z | [ recovery-image] Dec 16 20:45:21.599 INFO O| Dec 16 20:45:21.599 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5608 | 2024-12-16T20:45:23.109Z | [ recovery-image] Dec 16 20:45:21.618 INFO O| Dec 16 20:45:21.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5609 | 2024-12-16T20:45:23.109Z | [ recovery-image] Dec 16 20:45:21.619 INFO O| Dec 16 20:45:21.619 INFO STEP 417 (remove_files) COMPLETE |
5610 | 2024-12-16T20:45:23.112Z | [ recovery-image] Dec 16 20:45:21.619 INFO O| Dec 16 20:45:21.619 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5611 | 2024-12-16T20:45:23.130Z | [ recovery-image] Dec 16 20:45:21.638 INFO O| Dec 16 20:45:21.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5612 | 2024-12-16T20:45:23.130Z | [ recovery-image] Dec 16 20:45:21.638 INFO O| Dec 16 20:45:21.638 INFO STEP 418 (remove_files) COMPLETE |
5613 | 2024-12-16T20:45:23.130Z | [ recovery-image] Dec 16 20:45:21.638 INFO O| Dec 16 20:45:21.638 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5614 | 2024-12-16T20:45:23.185Z | [ recovery-image] Dec 16 20:45:21.691 INFO O| Dec 16 20:45:21.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5615 | 2024-12-16T20:45:23.185Z | [ recovery-image] Dec 16 20:45:21.691 INFO O| Dec 16 20:45:21.691 INFO STEP 419 (remove_files) COMPLETE |
5616 | 2024-12-16T20:45:23.185Z | [ recovery-image] Dec 16 20:45:21.691 INFO O| Dec 16 20:45:21.691 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5617 | 2024-12-16T20:45:23.249Z | [ recovery-image] Dec 16 20:45:21.758 INFO O| Dec 16 20:45:21.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5618 | 2024-12-16T20:45:23.249Z | [ recovery-image] Dec 16 20:45:21.758 INFO O| Dec 16 20:45:21.758 INFO STEP 420 (remove_files) COMPLETE |
5619 | 2024-12-16T20:45:23.249Z | [ recovery-image] Dec 16 20:45:21.758 INFO O| Dec 16 20:45:21.758 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-12-16T20:45:23.270Z | [ recovery-image] Dec 16 20:45:21.779 INFO O| Dec 16 20:45:21.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5621 | 2024-12-16T20:45:23.270Z | [ recovery-image] Dec 16 20:45:21.779 INFO O| Dec 16 20:45:21.779 INFO STEP 421 (remove_files) COMPLETE |
5622 | 2024-12-16T20:45:23.270Z | [ recovery-image] Dec 16 20:45:21.779 INFO O| Dec 16 20:45:21.779 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-12-16T20:45:23.290Z | [ recovery-image] Dec 16 20:45:21.799 INFO O| Dec 16 20:45:21.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5624 | 2024-12-16T20:45:23.290Z | [ recovery-image] Dec 16 20:45:21.799 INFO O| Dec 16 20:45:21.799 INFO STEP 422 (remove_files) COMPLETE |
5625 | 2024-12-16T20:45:23.290Z | [ recovery-image] Dec 16 20:45:21.799 INFO O| Dec 16 20:45:21.799 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-12-16T20:45:23.310Z | [ recovery-image] Dec 16 20:45:21.818 INFO O| Dec 16 20:45:21.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5627 | 2024-12-16T20:45:23.310Z | [ recovery-image] Dec 16 20:45:21.818 INFO O| Dec 16 20:45:21.818 INFO STEP 423 (remove_files) COMPLETE |
5628 | 2024-12-16T20:45:23.310Z | [ recovery-image] Dec 16 20:45:21.818 INFO O| Dec 16 20:45:21.818 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-12-16T20:45:23.330Z | [ recovery-image] Dec 16 20:45:21.838 INFO O| Dec 16 20:45:21.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5630 | 2024-12-16T20:45:23.330Z | [ recovery-image] Dec 16 20:45:21.838 INFO O| Dec 16 20:45:21.838 INFO STEP 424 (remove_files) COMPLETE |
5631 | 2024-12-16T20:45:23.330Z | [ recovery-image] Dec 16 20:45:21.838 INFO O| Dec 16 20:45:21.838 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-12-16T20:45:23.349Z | [ recovery-image] Dec 16 20:45:21.857 INFO O| Dec 16 20:45:21.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5633 | 2024-12-16T20:45:23.349Z | [ recovery-image] Dec 16 20:45:21.857 INFO O| Dec 16 20:45:21.857 INFO STEP 425 (remove_files) COMPLETE |
5634 | 2024-12-16T20:45:23.349Z | [ recovery-image] Dec 16 20:45:21.857 INFO O| Dec 16 20:45:21.857 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-12-16T20:45:23.385Z | [ recovery-image] Dec 16 20:45:21.893 INFO O| Dec 16 20:45:21.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5636 | 2024-12-16T20:45:23.385Z | [ recovery-image] Dec 16 20:45:21.893 INFO O| Dec 16 20:45:21.893 INFO STEP 426 (remove_files) COMPLETE |
5637 | 2024-12-16T20:45:23.385Z | [ recovery-image] Dec 16 20:45:21.893 INFO O| Dec 16 20:45:21.893 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2024-12-16T20:45:23.423Z | [ recovery-image] Dec 16 20:45:21.932 INFO O| Dec 16 20:45:21.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5639 | 2024-12-16T20:45:23.446Z | [ recovery-image] Dec 16 20:45:21.954 INFO O| Dec 16 20:45:21.954 INFO STEP 427 (remove_files) COMPLETE |
5640 | 2024-12-16T20:45:23.446Z | [ recovery-image] Dec 16 20:45:21.954 INFO O| Dec 16 20:45:21.954 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2024-12-16T20:45:23.535Z | [ recovery-image] Dec 16 20:45:22.043 INFO O| Dec 16 20:45:22.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5642 | 2024-12-16T20:45:23.535Z | [ recovery-image] Dec 16 20:45:22.043 INFO O| Dec 16 20:45:22.043 INFO STEP 428 (remove_files) COMPLETE |
5643 | 2024-12-16T20:45:23.538Z | [ recovery-image] Dec 16 20:45:22.043 INFO O| Dec 16 20:45:22.043 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2024-12-16T20:45:23.554Z | [ recovery-image] Dec 16 20:45:22.062 INFO O| Dec 16 20:45:22.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5645 | 2024-12-16T20:45:23.554Z | [ recovery-image] Dec 16 20:45:22.062 INFO O| Dec 16 20:45:22.062 INFO STEP 429 (remove_files) COMPLETE |
5646 | 2024-12-16T20:45:23.554Z | [ recovery-image] Dec 16 20:45:22.062 INFO O| Dec 16 20:45:22.062 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2024-12-16T20:45:23.596Z | [ recovery-image] Dec 16 20:45:22.105 INFO O| Dec 16 20:45:22.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5648 | 2024-12-16T20:45:23.596Z | [ recovery-image] Dec 16 20:45:22.105 INFO O| Dec 16 20:45:22.105 INFO STEP 430 (remove_files) COMPLETE |
5649 | 2024-12-16T20:45:23.596Z | [ recovery-image] Dec 16 20:45:22.105 INFO O| Dec 16 20:45:22.105 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2024-12-16T20:45:23.599Z | [ host-image] Dec 16 20:45:22.109 INFO O| Dec 16 20:45:22.109 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5651 | 2024-12-16T20:45:23.627Z | [ recovery-image] Dec 16 20:45:22.135 INFO O| Dec 16 20:45:22.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5652 | 2024-12-16T20:45:23.627Z | [ recovery-image] Dec 16 20:45:22.135 INFO O| Dec 16 20:45:22.135 INFO STEP 431 (remove_files) COMPLETE |
5653 | 2024-12-16T20:45:23.627Z | [ recovery-image] Dec 16 20:45:22.135 INFO O| Dec 16 20:45:22.135 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2024-12-16T20:45:23.658Z | [ recovery-image] Dec 16 20:45:22.167 INFO O| Dec 16 20:45:22.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5655 | 2024-12-16T20:45:23.658Z | [ recovery-image] Dec 16 20:45:22.167 INFO O| Dec 16 20:45:22.167 INFO STEP 432 (remove_files) COMPLETE |
5656 | 2024-12-16T20:45:23.658Z | [ recovery-image] Dec 16 20:45:22.167 INFO O| Dec 16 20:45:22.167 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2024-12-16T20:45:23.709Z | [ recovery-image] Dec 16 20:45:22.218 INFO O| Dec 16 20:45:22.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5658 | 2024-12-16T20:45:23.712Z | [ recovery-image] Dec 16 20:45:22.218 INFO O| Dec 16 20:45:22.218 INFO STEP 433 (remove_files) COMPLETE |
5659 | 2024-12-16T20:45:23.712Z | [ recovery-image] Dec 16 20:45:22.219 INFO O| Dec 16 20:45:22.218 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2024-12-16T20:45:23.729Z | [ recovery-image] Dec 16 20:45:22.238 INFO O| Dec 16 20:45:22.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5661 | 2024-12-16T20:45:23.733Z | [ recovery-image] Dec 16 20:45:22.238 INFO O| Dec 16 20:45:22.238 INFO STEP 434 (remove_files) COMPLETE |
5662 | 2024-12-16T20:45:23.733Z | [ recovery-image] Dec 16 20:45:22.239 INFO O| Dec 16 20:45:22.239 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5663 | 2024-12-16T20:45:23.750Z | [ recovery-image] Dec 16 20:45:22.259 INFO O| Dec 16 20:45:22.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5664 | 2024-12-16T20:45:23.753Z | [ recovery-image] Dec 16 20:45:22.260 INFO O| Dec 16 20:45:22.260 INFO STEP 435 (remove_files) COMPLETE |
5665 | 2024-12-16T20:45:23.753Z | [ recovery-image] Dec 16 20:45:22.260 INFO O| Dec 16 20:45:22.260 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5666 | 2024-12-16T20:45:23.772Z | [ recovery-image] Dec 16 20:45:22.281 INFO O| Dec 16 20:45:22.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5667 | 2024-12-16T20:45:23.773Z | [ recovery-image] Dec 16 20:45:22.281 INFO O| Dec 16 20:45:22.281 INFO STEP 436 (remove_files) COMPLETE |
5668 | 2024-12-16T20:45:23.776Z | [ recovery-image] Dec 16 20:45:22.281 INFO O| Dec 16 20:45:22.281 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2024-12-16T20:45:23.792Z | [ recovery-image] Dec 16 20:45:22.301 INFO O| Dec 16 20:45:22.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5670 | 2024-12-16T20:45:23.792Z | [ recovery-image] Dec 16 20:45:22.301 INFO O| Dec 16 20:45:22.301 INFO STEP 437 (remove_files) COMPLETE |
5671 | 2024-12-16T20:45:23.792Z | [ recovery-image] Dec 16 20:45:22.301 INFO O| Dec 16 20:45:22.301 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2024-12-16T20:45:23.870Z | [ recovery-image] Dec 16 20:45:22.379 INFO O| Dec 16 20:45:22.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5673 | 2024-12-16T20:45:23.870Z | [ recovery-image] Dec 16 20:45:22.379 INFO O| Dec 16 20:45:22.379 INFO STEP 438 (remove_files) COMPLETE |
5674 | 2024-12-16T20:45:23.873Z | [ recovery-image] Dec 16 20:45:22.379 INFO O| Dec 16 20:45:22.379 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2024-12-16T20:45:23.902Z | [ recovery-image] Dec 16 20:45:22.411 INFO O| Dec 16 20:45:22.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5676 | 2024-12-16T20:45:23.902Z | [ recovery-image] Dec 16 20:45:22.411 INFO O| Dec 16 20:45:22.411 INFO STEP 439 (remove_files) COMPLETE |
5677 | 2024-12-16T20:45:23.902Z | [ recovery-image] Dec 16 20:45:22.411 INFO O| Dec 16 20:45:22.411 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5678 | 2024-12-16T20:45:23.924Z | [ recovery-image] Dec 16 20:45:22.433 INFO O| Dec 16 20:45:22.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5679 | 2024-12-16T20:45:23.927Z | [ recovery-image] Dec 16 20:45:22.434 INFO O| Dec 16 20:45:22.433 INFO STEP 440 (remove_files) COMPLETE |
5680 | 2024-12-16T20:45:23.927Z | [ recovery-image] Dec 16 20:45:22.434 INFO O| Dec 16 20:45:22.433 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2024-12-16T20:45:23.946Z | [ recovery-image] Dec 16 20:45:22.455 INFO O| Dec 16 20:45:22.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5682 | 2024-12-16T20:45:23.949Z | [ recovery-image] Dec 16 20:45:22.455 INFO O| Dec 16 20:45:22.455 INFO STEP 441 (remove_files) COMPLETE |
5683 | 2024-12-16T20:45:23.949Z | [ recovery-image] Dec 16 20:45:22.455 INFO O| Dec 16 20:45:22.455 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-12-16T20:45:23.968Z | [ recovery-image] Dec 16 20:45:22.476 INFO O| Dec 16 20:45:22.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5685 | 2024-12-16T20:45:23.968Z | [ recovery-image] Dec 16 20:45:22.477 INFO O| Dec 16 20:45:22.477 INFO STEP 442 (remove_files) COMPLETE |
5686 | 2024-12-16T20:45:23.968Z | [ recovery-image] Dec 16 20:45:22.477 INFO O| Dec 16 20:45:22.477 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2024-12-16T20:45:23.987Z | [ recovery-image] Dec 16 20:45:22.496 INFO O| Dec 16 20:45:22.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5688 | 2024-12-16T20:45:23.987Z | [ recovery-image] Dec 16 20:45:22.496 INFO O| Dec 16 20:45:22.496 INFO STEP 443 (remove_files) COMPLETE |
5689 | 2024-12-16T20:45:23.989Z | [ recovery-image] Dec 16 20:45:22.496 INFO O| Dec 16 20:45:22.496 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2024-12-16T20:45:24.006Z | [ recovery-image] Dec 16 20:45:22.515 INFO O| Dec 16 20:45:22.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5691 | 2024-12-16T20:45:24.006Z | [ recovery-image] Dec 16 20:45:22.515 INFO O| Dec 16 20:45:22.515 INFO STEP 444 (remove_files) COMPLETE |
5692 | 2024-12-16T20:45:24.010Z | [ recovery-image] Dec 16 20:45:22.515 INFO O| Dec 16 20:45:22.515 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2024-12-16T20:45:24.033Z | [ recovery-image] Dec 16 20:45:22.541 INFO O| Dec 16 20:45:22.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5694 | 2024-12-16T20:45:24.033Z | [ recovery-image] Dec 16 20:45:22.541 INFO O| Dec 16 20:45:22.541 INFO STEP 445 (remove_files) COMPLETE |
5695 | 2024-12-16T20:45:24.036Z | [ recovery-image] Dec 16 20:45:22.541 INFO O| Dec 16 20:45:22.541 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2024-12-16T20:45:24.052Z | [ recovery-image] Dec 16 20:45:22.561 INFO O| Dec 16 20:45:22.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5697 | 2024-12-16T20:45:24.052Z | [ recovery-image] Dec 16 20:45:22.561 INFO O| Dec 16 20:45:22.561 INFO STEP 446 (remove_files) COMPLETE |
5698 | 2024-12-16T20:45:24.055Z | [ recovery-image] Dec 16 20:45:22.562 INFO O| Dec 16 20:45:22.561 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2024-12-16T20:45:24.076Z | [ recovery-image] Dec 16 20:45:22.583 INFO O| Dec 16 20:45:22.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5700 | 2024-12-16T20:45:24.077Z | [ recovery-image] Dec 16 20:45:22.583 INFO O| Dec 16 20:45:22.583 INFO STEP 447 (remove_files) COMPLETE |
5701 | 2024-12-16T20:45:24.077Z | [ recovery-image] Dec 16 20:45:22.583 INFO O| Dec 16 20:45:22.583 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5702 | 2024-12-16T20:45:24.097Z | [ recovery-image] Dec 16 20:45:22.606 INFO O| Dec 16 20:45:22.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5703 | 2024-12-16T20:45:24.097Z | [ recovery-image] Dec 16 20:45:22.606 INFO O| Dec 16 20:45:22.606 INFO STEP 448 (remove_files) COMPLETE |
5704 | 2024-12-16T20:45:24.097Z | [ recovery-image] Dec 16 20:45:22.606 INFO O| Dec 16 20:45:22.606 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2024-12-16T20:45:24.133Z | [ recovery-image] Dec 16 20:45:22.642 INFO O| Dec 16 20:45:22.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5706 | 2024-12-16T20:45:24.133Z | [ recovery-image] Dec 16 20:45:22.643 INFO O| Dec 16 20:45:22.642 INFO STEP 449 (remove_files) COMPLETE |
5707 | 2024-12-16T20:45:24.136Z | [ recovery-image] Dec 16 20:45:22.643 INFO O| Dec 16 20:45:22.643 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5708 | 2024-12-16T20:45:24.164Z | [ recovery-image] Dec 16 20:45:22.674 INFO O| Dec 16 20:45:22.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5709 | 2024-12-16T20:45:24.165Z | [ recovery-image] Dec 16 20:45:22.674 INFO O| Dec 16 20:45:22.674 INFO STEP 450 (remove_files) COMPLETE |
5710 | 2024-12-16T20:45:24.165Z | [ recovery-image] Dec 16 20:45:22.674 INFO O| Dec 16 20:45:22.674 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2024-12-16T20:45:24.194Z | [ recovery-image] Dec 16 20:45:22.703 INFO O| Dec 16 20:45:22.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5712 | 2024-12-16T20:45:24.197Z | [ recovery-image] Dec 16 20:45:22.703 INFO O| Dec 16 20:45:22.703 INFO STEP 451 (remove_files) COMPLETE |
5713 | 2024-12-16T20:45:24.197Z | [ recovery-image] Dec 16 20:45:22.703 INFO O| Dec 16 20:45:22.703 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2024-12-16T20:45:24.214Z | [ recovery-image] Dec 16 20:45:22.723 INFO O| Dec 16 20:45:22.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5715 | 2024-12-16T20:45:24.218Z | [ recovery-image] Dec 16 20:45:22.723 INFO O| Dec 16 20:45:22.723 INFO STEP 452 (remove_files) COMPLETE |
5716 | 2024-12-16T20:45:24.218Z | [ recovery-image] Dec 16 20:45:22.723 INFO O| Dec 16 20:45:22.723 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5717 | 2024-12-16T20:45:24.233Z | [ recovery-image] Dec 16 20:45:22.742 INFO O| Dec 16 20:45:22.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5718 | 2024-12-16T20:45:24.233Z | [ recovery-image] Dec 16 20:45:22.742 INFO O| Dec 16 20:45:22.742 INFO STEP 453 (remove_files) COMPLETE |
5719 | 2024-12-16T20:45:24.233Z | [ recovery-image] Dec 16 20:45:22.742 INFO O| Dec 16 20:45:22.742 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5720 | 2024-12-16T20:45:24.251Z | [ recovery-image] Dec 16 20:45:22.760 INFO O| Dec 16 20:45:22.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5721 | 2024-12-16T20:45:24.251Z | [ recovery-image] Dec 16 20:45:22.760 INFO O| Dec 16 20:45:22.760 INFO STEP 454 (remove_files) COMPLETE |
5722 | 2024-12-16T20:45:24.251Z | [ recovery-image] Dec 16 20:45:22.760 INFO O| Dec 16 20:45:22.760 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5723 | 2024-12-16T20:45:24.270Z | [ recovery-image] Dec 16 20:45:22.779 INFO O| Dec 16 20:45:22.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5724 | 2024-12-16T20:45:24.273Z | [ recovery-image] Dec 16 20:45:22.779 INFO O| Dec 16 20:45:22.779 INFO STEP 455 (remove_files) COMPLETE |
5725 | 2024-12-16T20:45:24.273Z | [ recovery-image] Dec 16 20:45:22.779 INFO O| Dec 16 20:45:22.779 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5726 | 2024-12-16T20:45:24.290Z | [ recovery-image] Dec 16 20:45:22.799 INFO O| Dec 16 20:45:22.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5727 | 2024-12-16T20:45:24.291Z | [ recovery-image] Dec 16 20:45:22.799 INFO O| Dec 16 20:45:22.799 INFO STEP 456 (remove_files) COMPLETE |
5728 | 2024-12-16T20:45:24.291Z | [ recovery-image] Dec 16 20:45:22.799 INFO O| Dec 16 20:45:22.799 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5729 | 2024-12-16T20:45:24.315Z | [ recovery-image] Dec 16 20:45:22.823 INFO O| Dec 16 20:45:22.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5730 | 2024-12-16T20:45:24.315Z | [ recovery-image] Dec 16 20:45:22.823 INFO O| Dec 16 20:45:22.823 INFO STEP 457 (remove_files) COMPLETE |
5731 | 2024-12-16T20:45:24.315Z | [ recovery-image] Dec 16 20:45:22.823 INFO O| Dec 16 20:45:22.823 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5732 | 2024-12-16T20:45:24.364Z | [ recovery-image] Dec 16 20:45:22.873 INFO O| Dec 16 20:45:22.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5733 | 2024-12-16T20:45:24.365Z | [ recovery-image] Dec 16 20:45:22.874 INFO O| Dec 16 20:45:22.873 INFO STEP 458 (remove_files) COMPLETE |
5734 | 2024-12-16T20:45:24.365Z | [ recovery-image] Dec 16 20:45:22.874 INFO O| Dec 16 20:45:22.874 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2024-12-16T20:45:24.385Z | [ recovery-image] Dec 16 20:45:22.894 INFO O| Dec 16 20:45:22.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5736 | 2024-12-16T20:45:24.385Z | [ recovery-image] Dec 16 20:45:22.894 INFO O| Dec 16 20:45:22.894 INFO STEP 459 (remove_files) COMPLETE |
5737 | 2024-12-16T20:45:24.385Z | [ recovery-image] Dec 16 20:45:22.894 INFO O| Dec 16 20:45:22.894 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5738 | 2024-12-16T20:45:24.426Z | [ recovery-image] Dec 16 20:45:22.935 INFO O| Dec 16 20:45:22.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5739 | 2024-12-16T20:45:24.426Z | [ recovery-image] Dec 16 20:45:22.935 INFO O| Dec 16 20:45:22.935 INFO STEP 460 (remove_files) COMPLETE |
5740 | 2024-12-16T20:45:24.426Z | [ recovery-image] Dec 16 20:45:22.935 INFO O| Dec 16 20:45:22.935 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2024-12-16T20:45:24.466Z | [ recovery-image] Dec 16 20:45:22.975 INFO O| Dec 16 20:45:22.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5742 | 2024-12-16T20:45:24.466Z | [ recovery-image] Dec 16 20:45:22.975 INFO O| Dec 16 20:45:22.975 INFO STEP 461 (remove_files) COMPLETE |
5743 | 2024-12-16T20:45:24.466Z | [ recovery-image] Dec 16 20:45:22.975 INFO O| Dec 16 20:45:22.975 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2024-12-16T20:45:24.528Z | [ recovery-image] Dec 16 20:45:23.037 INFO O| Dec 16 20:45:23.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5745 | 2024-12-16T20:45:24.528Z | [ recovery-image] Dec 16 20:45:23.037 INFO O| Dec 16 20:45:23.037 INFO STEP 462 (remove_files) COMPLETE |
5746 | 2024-12-16T20:45:24.528Z | [ recovery-image] Dec 16 20:45:23.037 INFO O| Dec 16 20:45:23.037 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2024-12-16T20:45:24.557Z | [ recovery-image] Dec 16 20:45:23.066 INFO O| Dec 16 20:45:23.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5748 | 2024-12-16T20:45:24.557Z | [ recovery-image] Dec 16 20:45:23.066 INFO O| Dec 16 20:45:23.066 INFO STEP 463 (remove_files) COMPLETE |
5749 | 2024-12-16T20:45:24.560Z | [ recovery-image] Dec 16 20:45:23.066 INFO O| Dec 16 20:45:23.066 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-12-16T20:45:24.597Z | [ recovery-image] Dec 16 20:45:23.106 INFO O| Dec 16 20:45:23.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5751 | 2024-12-16T20:45:24.597Z | [ recovery-image] Dec 16 20:45:23.106 INFO O| Dec 16 20:45:23.106 INFO STEP 464 (remove_files) COMPLETE |
5752 | 2024-12-16T20:45:24.597Z | [ recovery-image] Dec 16 20:45:23.106 INFO O| Dec 16 20:45:23.106 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-12-16T20:45:24.618Z | [ recovery-image] Dec 16 20:45:23.127 INFO O| Dec 16 20:45:23.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5754 | 2024-12-16T20:45:24.618Z | [ recovery-image] Dec 16 20:45:23.127 INFO O| Dec 16 20:45:23.127 INFO STEP 465 (remove_files) COMPLETE |
5755 | 2024-12-16T20:45:24.618Z | [ recovery-image] Dec 16 20:45:23.127 INFO O| Dec 16 20:45:23.127 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-12-16T20:45:24.640Z | [ recovery-image] Dec 16 20:45:23.147 INFO O| Dec 16 20:45:23.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5757 | 2024-12-16T20:45:24.640Z | [ recovery-image] Dec 16 20:45:23.147 INFO O| Dec 16 20:45:23.147 INFO STEP 466 (remove_files) COMPLETE |
5758 | 2024-12-16T20:45:24.640Z | [ recovery-image] Dec 16 20:45:23.147 INFO O| Dec 16 20:45:23.147 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-12-16T20:45:24.676Z | [ recovery-image] Dec 16 20:45:23.184 INFO O| Dec 16 20:45:23.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5760 | 2024-12-16T20:45:24.676Z | [ recovery-image] Dec 16 20:45:23.184 INFO O| Dec 16 20:45:23.184 INFO STEP 467 (remove_files) COMPLETE |
5761 | 2024-12-16T20:45:24.680Z | [ recovery-image] Dec 16 20:45:23.184 INFO O| Dec 16 20:45:23.184 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-12-16T20:45:24.695Z | [ recovery-image] Dec 16 20:45:23.204 INFO O| Dec 16 20:45:23.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5763 | 2024-12-16T20:45:24.695Z | [ recovery-image] Dec 16 20:45:23.204 INFO O| Dec 16 20:45:23.204 INFO STEP 468 (remove_files) COMPLETE |
5764 | 2024-12-16T20:45:24.700Z | [ recovery-image] Dec 16 20:45:23.205 INFO O| Dec 16 20:45:23.204 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-12-16T20:45:24.717Z | [ recovery-image] Dec 16 20:45:23.225 INFO O| Dec 16 20:45:23.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5766 | 2024-12-16T20:45:24.720Z | [ recovery-image] Dec 16 20:45:23.225 INFO O| Dec 16 20:45:23.225 INFO STEP 469 (remove_files) COMPLETE |
5767 | 2024-12-16T20:45:24.720Z | [ recovery-image] Dec 16 20:45:23.225 INFO O| Dec 16 20:45:23.225 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-12-16T20:45:24.737Z | [ recovery-image] Dec 16 20:45:23.245 INFO O| Dec 16 20:45:23.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5769 | 2024-12-16T20:45:24.737Z | [ recovery-image] Dec 16 20:45:23.246 INFO O| Dec 16 20:45:23.245 INFO STEP 470 (remove_files) COMPLETE |
5770 | 2024-12-16T20:45:24.739Z | [ recovery-image] Dec 16 20:45:23.246 INFO O| Dec 16 20:45:23.246 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-12-16T20:45:24.757Z | [ recovery-image] Dec 16 20:45:23.265 INFO O| Dec 16 20:45:23.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5772 | 2024-12-16T20:45:24.757Z | [ recovery-image] Dec 16 20:45:23.265 INFO O| Dec 16 20:45:23.265 INFO STEP 471 (remove_files) COMPLETE |
5773 | 2024-12-16T20:45:24.757Z | [ recovery-image] Dec 16 20:45:23.265 INFO O| Dec 16 20:45:23.265 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-12-16T20:45:24.790Z | [ recovery-image] Dec 16 20:45:23.299 INFO O| Dec 16 20:45:23.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5775 | 2024-12-16T20:45:24.790Z | [ recovery-image] Dec 16 20:45:23.299 INFO O| Dec 16 20:45:23.299 INFO STEP 472 (remove_files) COMPLETE |
5776 | 2024-12-16T20:45:24.790Z | [ recovery-image] Dec 16 20:45:23.299 INFO O| Dec 16 20:45:23.299 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-12-16T20:45:24.813Z | [ recovery-image] Dec 16 20:45:23.322 INFO O| Dec 16 20:45:23.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5778 | 2024-12-16T20:45:24.813Z | [ recovery-image] Dec 16 20:45:23.322 INFO O| Dec 16 20:45:23.322 INFO STEP 473 (remove_files) COMPLETE |
5779 | 2024-12-16T20:45:24.813Z | [ recovery-image] Dec 16 20:45:23.322 INFO O| Dec 16 20:45:23.322 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-12-16T20:45:24.874Z | [ recovery-image] Dec 16 20:45:23.382 INFO O| Dec 16 20:45:23.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5781 | 2024-12-16T20:45:24.876Z | [ recovery-image] Dec 16 20:45:23.383 INFO O| Dec 16 20:45:23.382 INFO STEP 474 (remove_files) COMPLETE |
5782 | 2024-12-16T20:45:24.876Z | [ recovery-image] Dec 16 20:45:23.383 INFO O| Dec 16 20:45:23.382 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-12-16T20:45:24.925Z | [ recovery-image] Dec 16 20:45:23.434 INFO O| Dec 16 20:45:23.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5784 | 2024-12-16T20:45:24.925Z | [ recovery-image] Dec 16 20:45:23.434 INFO O| Dec 16 20:45:23.434 INFO STEP 475 (remove_files) COMPLETE |
5785 | 2024-12-16T20:45:24.925Z | [ recovery-image] Dec 16 20:45:23.434 INFO O| Dec 16 20:45:23.434 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-12-16T20:45:24.954Z | [ recovery-image] Dec 16 20:45:23.463 INFO O| Dec 16 20:45:23.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5787 | 2024-12-16T20:45:24.956Z | [ recovery-image] Dec 16 20:45:23.463 INFO O| Dec 16 20:45:23.463 INFO STEP 476 (remove_files) COMPLETE |
5788 | 2024-12-16T20:45:24.956Z | [ recovery-image] Dec 16 20:45:23.463 INFO O| Dec 16 20:45:23.463 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-12-16T20:45:24.976Z | [ recovery-image] Dec 16 20:45:23.485 INFO O| Dec 16 20:45:23.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5790 | 2024-12-16T20:45:24.976Z | [ recovery-image] Dec 16 20:45:23.485 INFO O| Dec 16 20:45:23.485 INFO STEP 477 (remove_files) COMPLETE |
5791 | 2024-12-16T20:45:24.976Z | [ recovery-image] Dec 16 20:45:23.485 INFO O| Dec 16 20:45:23.485 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-12-16T20:45:25.019Z | [ recovery-image] Dec 16 20:45:23.527 INFO O| Dec 16 20:45:23.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5793 | 2024-12-16T20:45:25.019Z | [ recovery-image] Dec 16 20:45:23.527 INFO O| Dec 16 20:45:23.527 INFO STEP 478 (remove_files) COMPLETE |
5794 | 2024-12-16T20:45:25.019Z | [ recovery-image] Dec 16 20:45:23.527 INFO O| Dec 16 20:45:23.527 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-12-16T20:45:25.059Z | [ recovery-image] Dec 16 20:45:23.568 INFO O| Dec 16 20:45:23.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5796 | 2024-12-16T20:45:25.059Z | [ recovery-image] Dec 16 20:45:23.568 INFO O| Dec 16 20:45:23.568 INFO STEP 479 (remove_files) COMPLETE |
5797 | 2024-12-16T20:45:25.059Z | [ recovery-image] Dec 16 20:45:23.568 INFO O| Dec 16 20:45:23.568 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-12-16T20:45:25.082Z | [ recovery-image] Dec 16 20:45:23.585 INFO O| Dec 16 20:45:23.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5799 | 2024-12-16T20:45:25.082Z | [ recovery-image] Dec 16 20:45:23.585 INFO O| Dec 16 20:45:23.585 INFO STEP 480 (remove_files) COMPLETE |
5800 | 2024-12-16T20:45:25.082Z | [ recovery-image] Dec 16 20:45:23.585 INFO O| Dec 16 20:45:23.585 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-12-16T20:45:25.094Z | [ recovery-image] Dec 16 20:45:23.602 INFO O| Dec 16 20:45:23.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5802 | 2024-12-16T20:45:25.094Z | [ recovery-image] Dec 16 20:45:23.602 INFO O| Dec 16 20:45:23.602 INFO STEP 481 (remove_files) COMPLETE |
5803 | 2024-12-16T20:45:25.094Z | [ recovery-image] Dec 16 20:45:23.603 INFO O| Dec 16 20:45:23.602 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-12-16T20:45:25.116Z | [ recovery-image] Dec 16 20:45:23.620 INFO O| Dec 16 20:45:23.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5805 | 2024-12-16T20:45:25.119Z | [ recovery-image] Dec 16 20:45:23.621 INFO O| Dec 16 20:45:23.621 INFO STEP 482 (remove_files) COMPLETE |
5806 | 2024-12-16T20:45:25.119Z | [ recovery-image] Dec 16 20:45:23.621 INFO O| Dec 16 20:45:23.621 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-12-16T20:45:25.142Z | [ recovery-image] Dec 16 20:45:23.651 INFO O| Dec 16 20:45:23.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5808 | 2024-12-16T20:45:25.145Z | [ recovery-image] Dec 16 20:45:23.652 INFO O| Dec 16 20:45:23.651 INFO STEP 483 (remove_files) COMPLETE |
5809 | 2024-12-16T20:45:25.145Z | [ recovery-image] Dec 16 20:45:23.652 INFO O| Dec 16 20:45:23.652 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-12-16T20:45:25.174Z | [ recovery-image] Dec 16 20:45:23.683 INFO O| Dec 16 20:45:23.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5811 | 2024-12-16T20:45:25.174Z | [ recovery-image] Dec 16 20:45:23.683 INFO O| Dec 16 20:45:23.683 INFO STEP 484 (remove_files) COMPLETE |
5812 | 2024-12-16T20:45:25.174Z | [ recovery-image] Dec 16 20:45:23.683 INFO O| Dec 16 20:45:23.683 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-12-16T20:45:25.194Z | [ recovery-image] Dec 16 20:45:23.702 INFO O| Dec 16 20:45:23.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5814 | 2024-12-16T20:45:25.194Z | [ recovery-image] Dec 16 20:45:23.702 INFO O| Dec 16 20:45:23.702 INFO STEP 485 (remove_files) COMPLETE |
5815 | 2024-12-16T20:45:25.194Z | [ recovery-image] Dec 16 20:45:23.702 INFO O| Dec 16 20:45:23.702 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-12-16T20:45:25.213Z | [ recovery-image] Dec 16 20:45:23.721 INFO O| Dec 16 20:45:23.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5817 | 2024-12-16T20:45:25.213Z | [ recovery-image] Dec 16 20:45:23.721 INFO O| Dec 16 20:45:23.721 INFO STEP 486 (remove_files) COMPLETE |
5818 | 2024-12-16T20:45:25.213Z | [ recovery-image] Dec 16 20:45:23.721 INFO O| Dec 16 20:45:23.721 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-12-16T20:45:25.234Z | [ recovery-image] Dec 16 20:45:23.742 INFO O| Dec 16 20:45:23.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5820 | 2024-12-16T20:45:25.234Z | [ recovery-image] Dec 16 20:45:23.742 INFO O| Dec 16 20:45:23.742 INFO STEP 487 (remove_files) COMPLETE |
5821 | 2024-12-16T20:45:25.234Z | [ recovery-image] Dec 16 20:45:23.742 INFO O| Dec 16 20:45:23.742 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2024-12-16T20:45:25.285Z | [ recovery-image] Dec 16 20:45:23.793 INFO O| Dec 16 20:45:23.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5823 | 2024-12-16T20:45:25.288Z | [ recovery-image] Dec 16 20:45:23.793 INFO O| Dec 16 20:45:23.793 INFO STEP 488 (remove_files) COMPLETE |
5824 | 2024-12-16T20:45:25.288Z | [ recovery-image] Dec 16 20:45:23.793 INFO O| Dec 16 20:45:23.793 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2024-12-16T20:45:25.303Z | [ recovery-image] Dec 16 20:45:23.812 INFO O| Dec 16 20:45:23.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5826 | 2024-12-16T20:45:25.306Z | [ recovery-image] Dec 16 20:45:23.812 INFO O| Dec 16 20:45:23.812 INFO STEP 489 (remove_files) COMPLETE |
5827 | 2024-12-16T20:45:25.306Z | [ recovery-image] Dec 16 20:45:23.812 INFO O| Dec 16 20:45:23.812 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2024-12-16T20:45:25.325Z | [ recovery-image] Dec 16 20:45:23.834 INFO O| Dec 16 20:45:23.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5829 | 2024-12-16T20:45:25.325Z | [ recovery-image] Dec 16 20:45:23.834 INFO O| Dec 16 20:45:23.834 INFO STEP 490 (remove_files) COMPLETE |
5830 | 2024-12-16T20:45:25.325Z | [ recovery-image] Dec 16 20:45:23.834 INFO O| Dec 16 20:45:23.834 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-12-16T20:45:25.355Z | [ recovery-image] Dec 16 20:45:23.864 INFO O| Dec 16 20:45:23.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5832 | 2024-12-16T20:45:25.355Z | [ recovery-image] Dec 16 20:45:23.864 INFO O| Dec 16 20:45:23.864 INFO STEP 491 (remove_files) COMPLETE |
5833 | 2024-12-16T20:45:25.355Z | [ recovery-image] Dec 16 20:45:23.864 INFO O| Dec 16 20:45:23.864 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-12-16T20:45:25.378Z | [ recovery-image] Dec 16 20:45:23.887 INFO O| Dec 16 20:45:23.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5835 | 2024-12-16T20:45:25.378Z | [ recovery-image] Dec 16 20:45:23.887 INFO O| Dec 16 20:45:23.887 INFO STEP 492 (remove_files) COMPLETE |
5836 | 2024-12-16T20:45:25.378Z | [ recovery-image] Dec 16 20:45:23.887 INFO O| Dec 16 20:45:23.887 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-12-16T20:45:25.400Z | [ recovery-image] Dec 16 20:45:23.909 INFO O| Dec 16 20:45:23.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5838 | 2024-12-16T20:45:25.400Z | [ recovery-image] Dec 16 20:45:23.909 INFO O| Dec 16 20:45:23.909 INFO STEP 493 (remove_files) COMPLETE |
5839 | 2024-12-16T20:45:25.403Z | [ recovery-image] Dec 16 20:45:23.909 INFO O| Dec 16 20:45:23.909 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-12-16T20:45:25.422Z | [ recovery-image] Dec 16 20:45:23.930 INFO O| Dec 16 20:45:23.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5841 | 2024-12-16T20:45:25.422Z | [ recovery-image] Dec 16 20:45:23.930 INFO O| Dec 16 20:45:23.930 INFO STEP 494 (remove_files) COMPLETE |
5842 | 2024-12-16T20:45:25.422Z | [ recovery-image] Dec 16 20:45:23.930 INFO O| Dec 16 20:45:23.930 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-12-16T20:45:25.444Z | [ recovery-image] Dec 16 20:45:23.952 INFO O| Dec 16 20:45:23.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5844 | 2024-12-16T20:45:25.444Z | [ recovery-image] Dec 16 20:45:23.952 INFO O| Dec 16 20:45:23.952 INFO STEP 495 (remove_files) COMPLETE |
5845 | 2024-12-16T20:45:25.444Z | [ recovery-image] Dec 16 20:45:23.952 INFO O| Dec 16 20:45:23.952 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-12-16T20:45:25.462Z | [ recovery-image] Dec 16 20:45:23.971 INFO O| Dec 16 20:45:23.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5847 | 2024-12-16T20:45:25.462Z | [ recovery-image] Dec 16 20:45:23.971 INFO O| Dec 16 20:45:23.971 INFO STEP 496 (remove_files) COMPLETE |
5848 | 2024-12-16T20:45:25.462Z | [ recovery-image] Dec 16 20:45:23.971 INFO O| Dec 16 20:45:23.971 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-12-16T20:45:25.497Z | [ recovery-image] Dec 16 20:45:24.005 INFO O| Dec 16 20:45:24.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5850 | 2024-12-16T20:45:25.500Z | [ recovery-image] Dec 16 20:45:24.006 INFO O| Dec 16 20:45:24.006 INFO STEP 497 (remove_files) COMPLETE |
5851 | 2024-12-16T20:45:25.500Z | [ recovery-image] Dec 16 20:45:24.006 INFO O| Dec 16 20:45:24.006 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-12-16T20:45:25.620Z | [ recovery-image] Dec 16 20:45:24.129 INFO O| Dec 16 20:45:24.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5853 | 2024-12-16T20:45:25.623Z | [ recovery-image] Dec 16 20:45:24.129 INFO O| Dec 16 20:45:24.129 INFO STEP 498 (remove_files) COMPLETE |
5854 | 2024-12-16T20:45:25.623Z | [ recovery-image] Dec 16 20:45:24.129 INFO O| Dec 16 20:45:24.129 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-12-16T20:45:25.639Z | [ recovery-image] Dec 16 20:45:24.147 INFO O| Dec 16 20:45:24.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5856 | 2024-12-16T20:45:25.639Z | [ recovery-image] Dec 16 20:45:24.147 INFO O| Dec 16 20:45:24.147 INFO STEP 499 (remove_files) COMPLETE |
5857 | 2024-12-16T20:45:25.639Z | [ recovery-image] Dec 16 20:45:24.147 INFO O| Dec 16 20:45:24.147 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-12-16T20:45:25.695Z | [ recovery-image] Dec 16 20:45:24.204 INFO O| Dec 16 20:45:24.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5859 | 2024-12-16T20:45:25.695Z | [ recovery-image] Dec 16 20:45:24.204 INFO O| Dec 16 20:45:24.204 INFO STEP 500 (remove_files) COMPLETE |
5860 | 2024-12-16T20:45:25.695Z | [ recovery-image] Dec 16 20:45:24.204 INFO O| Dec 16 20:45:24.204 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-12-16T20:45:25.715Z | [ recovery-image] Dec 16 20:45:24.224 INFO O| Dec 16 20:45:24.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5862 | 2024-12-16T20:45:25.715Z | [ recovery-image] Dec 16 20:45:24.224 INFO O| Dec 16 20:45:24.224 INFO STEP 501 (remove_files) COMPLETE |
5863 | 2024-12-16T20:45:25.715Z | [ recovery-image] Dec 16 20:45:24.224 INFO O| Dec 16 20:45:24.224 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2024-12-16T20:45:25.735Z | [ recovery-image] Dec 16 20:45:24.244 INFO O| Dec 16 20:45:24.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5865 | 2024-12-16T20:45:25.735Z | [ recovery-image] Dec 16 20:45:24.244 INFO O| Dec 16 20:45:24.244 INFO STEP 502 (remove_files) COMPLETE |
5866 | 2024-12-16T20:45:25.735Z | [ recovery-image] Dec 16 20:45:24.244 INFO O| Dec 16 20:45:24.244 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2024-12-16T20:45:25.773Z | [ recovery-image] Dec 16 20:45:24.282 INFO O| Dec 16 20:45:24.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5868 | 2024-12-16T20:45:25.773Z | [ recovery-image] Dec 16 20:45:24.282 INFO O| Dec 16 20:45:24.282 INFO STEP 503 (remove_files) COMPLETE |
5869 | 2024-12-16T20:45:25.777Z | [ recovery-image] Dec 16 20:45:24.282 INFO O| Dec 16 20:45:24.282 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-12-16T20:45:25.817Z | [ recovery-image] Dec 16 20:45:24.326 INFO O| Dec 16 20:45:24.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5871 | 2024-12-16T20:45:25.820Z | [ recovery-image] Dec 16 20:45:24.326 INFO O| Dec 16 20:45:24.326 INFO STEP 504 (remove_files) COMPLETE |
5872 | 2024-12-16T20:45:25.820Z | [ recovery-image] Dec 16 20:45:24.326 INFO O| Dec 16 20:45:24.326 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-12-16T20:45:25.838Z | [ recovery-image] Dec 16 20:45:24.346 INFO O| Dec 16 20:45:24.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5874 | 2024-12-16T20:45:25.838Z | [ recovery-image] Dec 16 20:45:24.346 INFO O| Dec 16 20:45:24.346 INFO STEP 505 (remove_files) COMPLETE |
5875 | 2024-12-16T20:45:25.841Z | [ recovery-image] Dec 16 20:45:24.346 INFO O| Dec 16 20:45:24.346 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-12-16T20:45:25.858Z | [ recovery-image] Dec 16 20:45:24.366 INFO O| Dec 16 20:45:24.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5877 | 2024-12-16T20:45:25.878Z | [ recovery-image] Dec 16 20:45:24.387 INFO O| Dec 16 20:45:24.387 INFO STEP 506 (remove_files) COMPLETE |
5878 | 2024-12-16T20:45:25.878Z | [ recovery-image] Dec 16 20:45:24.387 INFO O| Dec 16 20:45:24.387 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-12-16T20:45:25.912Z | [ recovery-image] Dec 16 20:45:24.421 INFO O| Dec 16 20:45:24.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5880 | 2024-12-16T20:45:25.912Z | [ recovery-image] Dec 16 20:45:24.421 INFO O| Dec 16 20:45:24.421 INFO STEP 507 (remove_files) COMPLETE |
5881 | 2024-12-16T20:45:25.912Z | [ recovery-image] Dec 16 20:45:24.421 INFO O| Dec 16 20:45:24.421 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-12-16T20:45:25.932Z | [ recovery-image] Dec 16 20:45:24.440 INFO O| Dec 16 20:45:24.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5883 | 2024-12-16T20:45:25.934Z | [ recovery-image] Dec 16 20:45:24.440 INFO O| Dec 16 20:45:24.440 INFO STEP 508 (remove_files) COMPLETE |
5884 | 2024-12-16T20:45:25.934Z | [ recovery-image] Dec 16 20:45:24.440 INFO O| Dec 16 20:45:24.440 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-12-16T20:45:25.950Z | [ recovery-image] Dec 16 20:45:24.458 INFO O| Dec 16 20:45:24.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5886 | 2024-12-16T20:45:25.950Z | [ recovery-image] Dec 16 20:45:24.458 INFO O| Dec 16 20:45:24.458 INFO STEP 509 (remove_files) COMPLETE |
5887 | 2024-12-16T20:45:25.950Z | [ recovery-image] Dec 16 20:45:24.458 INFO O| Dec 16 20:45:24.458 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-12-16T20:45:25.969Z | [ recovery-image] Dec 16 20:45:24.477 INFO O| Dec 16 20:45:24.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5889 | 2024-12-16T20:45:25.969Z | [ recovery-image] Dec 16 20:45:24.477 INFO O| Dec 16 20:45:24.477 INFO STEP 510 (remove_files) COMPLETE |
5890 | 2024-12-16T20:45:25.969Z | [ recovery-image] Dec 16 20:45:24.477 INFO O| Dec 16 20:45:24.477 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-12-16T20:45:25.988Z | [ recovery-image] Dec 16 20:45:24.496 INFO O| Dec 16 20:45:24.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5892 | 2024-12-16T20:45:25.988Z | [ recovery-image] Dec 16 20:45:24.496 INFO O| Dec 16 20:45:24.496 INFO STEP 511 (remove_files) COMPLETE |
5893 | 2024-12-16T20:45:25.988Z | [ recovery-image] Dec 16 20:45:24.496 INFO O| Dec 16 20:45:24.496 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-12-16T20:45:26.027Z | [ recovery-image] Dec 16 20:45:24.536 INFO O| Dec 16 20:45:24.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5895 | 2024-12-16T20:45:26.027Z | [ recovery-image] Dec 16 20:45:24.536 INFO O| Dec 16 20:45:24.536 INFO STEP 512 (remove_files) COMPLETE |
5896 | 2024-12-16T20:45:26.028Z | [ recovery-image] Dec 16 20:45:24.536 INFO O| Dec 16 20:45:24.536 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-12-16T20:45:26.048Z | [ recovery-image] Dec 16 20:45:24.556 INFO O| Dec 16 20:45:24.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5898 | 2024-12-16T20:45:26.048Z | [ recovery-image] Dec 16 20:45:24.557 INFO O| Dec 16 20:45:24.557 INFO STEP 513 (remove_files) COMPLETE |
5899 | 2024-12-16T20:45:26.048Z | [ recovery-image] Dec 16 20:45:24.557 INFO O| Dec 16 20:45:24.557 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-12-16T20:45:26.069Z | [ recovery-image] Dec 16 20:45:24.577 INFO O| Dec 16 20:45:24.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5901 | 2024-12-16T20:45:26.069Z | [ recovery-image] Dec 16 20:45:24.577 INFO O| Dec 16 20:45:24.577 INFO STEP 514 (remove_files) COMPLETE |
5902 | 2024-12-16T20:45:26.069Z | [ recovery-image] Dec 16 20:45:24.577 INFO O| Dec 16 20:45:24.577 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-12-16T20:45:26.091Z | [ recovery-image] Dec 16 20:45:24.600 INFO O| Dec 16 20:45:24.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5904 | 2024-12-16T20:45:26.091Z | [ recovery-image] Dec 16 20:45:24.600 INFO O| Dec 16 20:45:24.600 INFO STEP 515 (remove_files) COMPLETE |
5905 | 2024-12-16T20:45:26.091Z | [ recovery-image] Dec 16 20:45:24.600 INFO O| Dec 16 20:45:24.600 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-12-16T20:45:26.126Z | [ recovery-image] Dec 16 20:45:24.626 INFO O| Dec 16 20:45:24.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5907 | 2024-12-16T20:45:26.126Z | [ recovery-image] Dec 16 20:45:24.626 INFO O| Dec 16 20:45:24.626 INFO STEP 516 (remove_files) COMPLETE |
5908 | 2024-12-16T20:45:26.126Z | [ recovery-image] Dec 16 20:45:24.626 INFO O| Dec 16 20:45:24.626 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-12-16T20:45:26.159Z | [ recovery-image] Dec 16 20:45:24.668 INFO O| Dec 16 20:45:24.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5910 | 2024-12-16T20:45:26.162Z | [ recovery-image] Dec 16 20:45:24.668 INFO O| Dec 16 20:45:24.668 INFO STEP 517 (remove_files) COMPLETE |
5911 | 2024-12-16T20:45:26.162Z | [ recovery-image] Dec 16 20:45:24.668 INFO O| Dec 16 20:45:24.668 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-12-16T20:45:26.201Z | [ recovery-image] Dec 16 20:45:24.710 INFO O| Dec 16 20:45:24.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5913 | 2024-12-16T20:45:26.201Z | [ recovery-image] Dec 16 20:45:24.710 INFO O| Dec 16 20:45:24.710 INFO STEP 518 (remove_files) COMPLETE |
5914 | 2024-12-16T20:45:26.201Z | [ recovery-image] Dec 16 20:45:24.710 INFO O| Dec 16 20:45:24.710 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-12-16T20:45:26.220Z | [ recovery-image] Dec 16 20:45:24.728 INFO O| Dec 16 20:45:24.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5916 | 2024-12-16T20:45:26.220Z | [ recovery-image] Dec 16 20:45:24.728 INFO O| Dec 16 20:45:24.728 INFO STEP 519 (remove_files) COMPLETE |
5917 | 2024-12-16T20:45:26.222Z | [ recovery-image] Dec 16 20:45:24.728 INFO O| Dec 16 20:45:24.728 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-12-16T20:45:26.239Z | [ recovery-image] Dec 16 20:45:24.747 INFO O| Dec 16 20:45:24.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5919 | 2024-12-16T20:45:26.239Z | [ recovery-image] Dec 16 20:45:24.747 INFO O| Dec 16 20:45:24.747 INFO STEP 520 (remove_files) COMPLETE |
5920 | 2024-12-16T20:45:26.239Z | [ recovery-image] Dec 16 20:45:24.747 INFO O| Dec 16 20:45:24.747 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-12-16T20:45:26.258Z | [ recovery-image] Dec 16 20:45:24.767 INFO O| Dec 16 20:45:24.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5922 | 2024-12-16T20:45:26.258Z | [ recovery-image] Dec 16 20:45:24.767 INFO O| Dec 16 20:45:24.767 INFO STEP 521 (remove_files) COMPLETE |
5923 | 2024-12-16T20:45:26.258Z | [ recovery-image] Dec 16 20:45:24.767 INFO O| Dec 16 20:45:24.767 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-12-16T20:45:26.300Z | [ recovery-image] Dec 16 20:45:24.808 INFO O| Dec 16 20:45:24.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5925 | 2024-12-16T20:45:26.300Z | [ recovery-image] Dec 16 20:45:24.808 INFO O| Dec 16 20:45:24.808 INFO STEP 522 (remove_files) COMPLETE |
5926 | 2024-12-16T20:45:26.300Z | [ recovery-image] Dec 16 20:45:24.808 INFO O| Dec 16 20:45:24.808 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-12-16T20:45:26.335Z | [ recovery-image] Dec 16 20:45:24.844 INFO O| Dec 16 20:45:24.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5928 | 2024-12-16T20:45:26.338Z | [ recovery-image] Dec 16 20:45:24.844 INFO O| Dec 16 20:45:24.844 INFO STEP 523 (remove_files) COMPLETE |
5929 | 2024-12-16T20:45:26.338Z | [ recovery-image] Dec 16 20:45:24.844 INFO O| Dec 16 20:45:24.844 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-12-16T20:45:26.356Z | [ recovery-image] Dec 16 20:45:24.864 INFO O| Dec 16 20:45:24.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5931 | 2024-12-16T20:45:26.356Z | [ recovery-image] Dec 16 20:45:24.864 INFO O| Dec 16 20:45:24.864 INFO STEP 524 (remove_files) COMPLETE |
5932 | 2024-12-16T20:45:26.356Z | [ recovery-image] Dec 16 20:45:24.864 INFO O| Dec 16 20:45:24.864 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-12-16T20:45:26.411Z | [ recovery-image] Dec 16 20:45:24.920 INFO O| Dec 16 20:45:24.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5934 | 2024-12-16T20:45:26.411Z | [ recovery-image] Dec 16 20:45:24.920 INFO O| Dec 16 20:45:24.920 INFO STEP 525 (remove_files) COMPLETE |
5935 | 2024-12-16T20:45:26.414Z | [ recovery-image] Dec 16 20:45:24.920 INFO O| Dec 16 20:45:24.920 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-12-16T20:45:26.433Z | [ recovery-image] Dec 16 20:45:24.942 INFO O| Dec 16 20:45:24.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5937 | 2024-12-16T20:45:26.433Z | [ recovery-image] Dec 16 20:45:24.942 INFO O| Dec 16 20:45:24.942 INFO STEP 526 (remove_files) COMPLETE |
5938 | 2024-12-16T20:45:26.433Z | [ recovery-image] Dec 16 20:45:24.942 INFO O| Dec 16 20:45:24.942 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-12-16T20:45:26.467Z | [ recovery-image] Dec 16 20:45:24.976 INFO O| Dec 16 20:45:24.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5940 | 2024-12-16T20:45:26.467Z | [ recovery-image] Dec 16 20:45:24.976 INFO O| Dec 16 20:45:24.976 INFO STEP 527 (remove_files) COMPLETE |
5941 | 2024-12-16T20:45:26.467Z | [ recovery-image] Dec 16 20:45:24.976 INFO O| Dec 16 20:45:24.976 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-12-16T20:45:26.488Z | [ recovery-image] Dec 16 20:45:24.997 INFO O| Dec 16 20:45:24.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5943 | 2024-12-16T20:45:26.488Z | [ recovery-image] Dec 16 20:45:24.997 INFO O| Dec 16 20:45:24.997 INFO STEP 528 (remove_files) COMPLETE |
5944 | 2024-12-16T20:45:26.488Z | [ recovery-image] Dec 16 20:45:24.997 INFO O| Dec 16 20:45:24.997 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-12-16T20:45:26.507Z | [ recovery-image] Dec 16 20:45:25.016 INFO O| Dec 16 20:45:25.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5946 | 2024-12-16T20:45:26.507Z | [ recovery-image] Dec 16 20:45:25.016 INFO O| Dec 16 20:45:25.016 INFO STEP 529 (remove_files) COMPLETE |
5947 | 2024-12-16T20:45:26.507Z | [ recovery-image] Dec 16 20:45:25.016 INFO O| Dec 16 20:45:25.016 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-12-16T20:45:26.550Z | [ recovery-image] Dec 16 20:45:25.056 INFO O| Dec 16 20:45:25.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5949 | 2024-12-16T20:45:26.552Z | [ recovery-image] Dec 16 20:45:25.056 INFO O| Dec 16 20:45:25.056 INFO STEP 530 (remove_files) COMPLETE |
5950 | 2024-12-16T20:45:26.553Z | [ recovery-image] Dec 16 20:45:25.056 INFO O| Dec 16 20:45:25.056 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-12-16T20:45:26.568Z | [ recovery-image] Dec 16 20:45:25.076 INFO O| Dec 16 20:45:25.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5952 | 2024-12-16T20:45:26.568Z | [ recovery-image] Dec 16 20:45:25.076 INFO O| Dec 16 20:45:25.076 INFO STEP 531 (remove_files) COMPLETE |
5953 | 2024-12-16T20:45:26.568Z | [ recovery-image] Dec 16 20:45:25.076 INFO O| Dec 16 20:45:25.076 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-12-16T20:45:26.586Z | [ recovery-image] Dec 16 20:45:25.095 INFO O| Dec 16 20:45:25.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5955 | 2024-12-16T20:45:26.586Z | [ recovery-image] Dec 16 20:45:25.095 INFO O| Dec 16 20:45:25.095 INFO STEP 532 (remove_files) COMPLETE |
5956 | 2024-12-16T20:45:26.586Z | [ recovery-image] Dec 16 20:45:25.095 INFO O| Dec 16 20:45:25.095 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-12-16T20:45:26.605Z | [ recovery-image] Dec 16 20:45:25.113 INFO O| Dec 16 20:45:25.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5958 | 2024-12-16T20:45:26.605Z | [ recovery-image] Dec 16 20:45:25.113 INFO O| Dec 16 20:45:25.113 INFO STEP 533 (remove_files) COMPLETE |
5959 | 2024-12-16T20:45:26.605Z | [ recovery-image] Dec 16 20:45:25.113 INFO O| Dec 16 20:45:25.113 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-12-16T20:45:26.625Z | [ recovery-image] Dec 16 20:45:25.132 INFO O| Dec 16 20:45:25.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5961 | 2024-12-16T20:45:26.625Z | [ recovery-image] Dec 16 20:45:25.132 INFO O| Dec 16 20:45:25.132 INFO STEP 534 (remove_files) COMPLETE |
5962 | 2024-12-16T20:45:26.628Z | [ recovery-image] Dec 16 20:45:25.132 INFO O| Dec 16 20:45:25.132 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-12-16T20:45:26.643Z | [ recovery-image] Dec 16 20:45:25.150 INFO O| Dec 16 20:45:25.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5964 | 2024-12-16T20:45:26.643Z | [ recovery-image] Dec 16 20:45:25.150 INFO O| Dec 16 20:45:25.150 INFO STEP 535 (remove_files) COMPLETE |
5965 | 2024-12-16T20:45:26.643Z | [ recovery-image] Dec 16 20:45:25.150 INFO O| Dec 16 20:45:25.150 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-12-16T20:45:26.660Z | [ recovery-image] Dec 16 20:45:25.169 INFO O| Dec 16 20:45:25.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5967 | 2024-12-16T20:45:26.660Z | [ recovery-image] Dec 16 20:45:25.169 INFO O| Dec 16 20:45:25.169 INFO STEP 536 (remove_files) COMPLETE |
5968 | 2024-12-16T20:45:26.660Z | [ recovery-image] Dec 16 20:45:25.169 INFO O| Dec 16 20:45:25.169 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-12-16T20:45:26.718Z | [ recovery-image] Dec 16 20:45:25.226 INFO O| Dec 16 20:45:25.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5970 | 2024-12-16T20:45:26.718Z | [ recovery-image] Dec 16 20:45:25.226 INFO O| Dec 16 20:45:25.226 INFO STEP 537 (remove_files) COMPLETE |
5971 | 2024-12-16T20:45:26.718Z | [ recovery-image] Dec 16 20:45:25.226 INFO O| Dec 16 20:45:25.226 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-12-16T20:45:26.737Z | [ recovery-image] Dec 16 20:45:25.245 INFO O| Dec 16 20:45:25.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5973 | 2024-12-16T20:45:26.740Z | [ recovery-image] Dec 16 20:45:25.245 INFO O| Dec 16 20:45:25.245 INFO STEP 538 (remove_files) COMPLETE |
5974 | 2024-12-16T20:45:26.740Z | [ recovery-image] Dec 16 20:45:25.245 INFO O| Dec 16 20:45:25.245 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-12-16T20:45:26.757Z | [ recovery-image] Dec 16 20:45:25.264 INFO O| Dec 16 20:45:25.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5976 | 2024-12-16T20:45:26.757Z | [ recovery-image] Dec 16 20:45:25.265 INFO O| Dec 16 20:45:25.265 INFO STEP 539 (remove_files) COMPLETE |
5977 | 2024-12-16T20:45:26.757Z | [ recovery-image] Dec 16 20:45:25.265 INFO O| Dec 16 20:45:25.265 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-12-16T20:45:26.784Z | [ recovery-image] Dec 16 20:45:25.292 INFO O| Dec 16 20:45:25.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5979 | 2024-12-16T20:45:26.784Z | [ recovery-image] Dec 16 20:45:25.292 INFO O| Dec 16 20:45:25.292 INFO STEP 540 (remove_files) COMPLETE |
5980 | 2024-12-16T20:45:26.784Z | [ recovery-image] Dec 16 20:45:25.292 INFO O| Dec 16 20:45:25.292 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-12-16T20:45:26.820Z | [ recovery-image] Dec 16 20:45:25.328 INFO O| Dec 16 20:45:25.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5982 | 2024-12-16T20:45:26.820Z | [ recovery-image] Dec 16 20:45:25.328 INFO O| Dec 16 20:45:25.328 INFO STEP 541 (remove_files) COMPLETE |
5983 | 2024-12-16T20:45:26.820Z | [ recovery-image] Dec 16 20:45:25.328 INFO O| Dec 16 20:45:25.328 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2024-12-16T20:45:26.866Z | [ recovery-image] Dec 16 20:45:25.374 INFO O| Dec 16 20:45:25.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5985 | 2024-12-16T20:45:26.866Z | [ recovery-image] Dec 16 20:45:25.374 INFO O| Dec 16 20:45:25.374 INFO STEP 542 (remove_files) COMPLETE |
5986 | 2024-12-16T20:45:26.869Z | [ recovery-image] Dec 16 20:45:25.375 INFO O| Dec 16 20:45:25.374 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2024-12-16T20:45:26.938Z | [ recovery-image] Dec 16 20:45:25.447 INFO O| Dec 16 20:45:25.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5988 | 2024-12-16T20:45:26.939Z | [ recovery-image] Dec 16 20:45:25.447 INFO O| Dec 16 20:45:25.447 INFO STEP 543 (remove_files) COMPLETE |
5989 | 2024-12-16T20:45:26.939Z | [ recovery-image] Dec 16 20:45:25.447 INFO O| Dec 16 20:45:25.447 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2024-12-16T20:45:26.959Z | [ recovery-image] Dec 16 20:45:25.467 INFO O| Dec 16 20:45:25.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5991 | 2024-12-16T20:45:26.959Z | [ recovery-image] Dec 16 20:45:25.468 INFO O| Dec 16 20:45:25.468 INFO STEP 544 (remove_files) COMPLETE |
5992 | 2024-12-16T20:45:26.961Z | [ recovery-image] Dec 16 20:45:25.468 INFO O| Dec 16 20:45:25.468 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5993 | 2024-12-16T20:45:26.978Z | [ recovery-image] Dec 16 20:45:25.486 INFO O| Dec 16 20:45:25.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5994 | 2024-12-16T20:45:26.978Z | [ recovery-image] Dec 16 20:45:25.486 INFO O| Dec 16 20:45:25.486 INFO STEP 545 (remove_files) COMPLETE |
5995 | 2024-12-16T20:45:26.978Z | [ recovery-image] Dec 16 20:45:25.486 INFO O| Dec 16 20:45:25.486 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2024-12-16T20:45:26.996Z | [ recovery-image] Dec 16 20:45:25.505 INFO O| Dec 16 20:45:25.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5997 | 2024-12-16T20:45:26.996Z | [ recovery-image] Dec 16 20:45:25.505 INFO O| Dec 16 20:45:25.505 INFO STEP 546 (remove_files) COMPLETE |
5998 | 2024-12-16T20:45:26.996Z | [ recovery-image] Dec 16 20:45:25.505 INFO O| Dec 16 20:45:25.505 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2024-12-16T20:45:27.015Z | [ recovery-image] Dec 16 20:45:25.524 INFO O| Dec 16 20:45:25.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
6000 | 2024-12-16T20:45:27.015Z | [ recovery-image] Dec 16 20:45:25.524 INFO O| Dec 16 20:45:25.524 INFO STEP 547 (remove_files) COMPLETE |
6001 | 2024-12-16T20:45:27.015Z | [ recovery-image] Dec 16 20:45:25.524 INFO O| Dec 16 20:45:25.524 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2024-12-16T20:45:27.033Z | [ recovery-image] Dec 16 20:45:25.542 INFO O| Dec 16 20:45:25.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
6003 | 2024-12-16T20:45:27.033Z | [ recovery-image] Dec 16 20:45:25.542 INFO O| Dec 16 20:45:25.542 INFO STEP 548 (remove_files) COMPLETE |
6004 | 2024-12-16T20:45:27.033Z | [ recovery-image] Dec 16 20:45:25.542 INFO O| Dec 16 20:45:25.542 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2024-12-16T20:45:27.051Z | [ recovery-image] Dec 16 20:45:25.559 INFO O| Dec 16 20:45:25.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
6006 | 2024-12-16T20:45:27.051Z | [ recovery-image] Dec 16 20:45:25.559 INFO O| Dec 16 20:45:25.559 INFO STEP 549 (remove_files) COMPLETE |
6007 | 2024-12-16T20:45:27.051Z | [ recovery-image] Dec 16 20:45:25.559 INFO O| Dec 16 20:45:25.559 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-12-16T20:45:27.074Z | [ recovery-image] Dec 16 20:45:25.583 INFO O| Dec 16 20:45:25.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
6009 | 2024-12-16T20:45:27.074Z | [ recovery-image] Dec 16 20:45:25.583 INFO O| Dec 16 20:45:25.583 INFO STEP 550 (remove_files) COMPLETE |
6010 | 2024-12-16T20:45:27.074Z | [ recovery-image] Dec 16 20:45:25.583 INFO O| Dec 16 20:45:25.583 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2024-12-16T20:45:27.111Z | [ recovery-image] Dec 16 20:45:25.620 INFO O| Dec 16 20:45:25.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
6012 | 2024-12-16T20:45:27.111Z | [ recovery-image] Dec 16 20:45:25.620 INFO O| Dec 16 20:45:25.620 INFO STEP 551 (remove_files) COMPLETE |
6013 | 2024-12-16T20:45:27.111Z | [ recovery-image] Dec 16 20:45:25.620 INFO O| Dec 16 20:45:25.620 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-12-16T20:45:27.130Z | [ recovery-image] Dec 16 20:45:25.638 INFO O| Dec 16 20:45:25.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6015 | 2024-12-16T20:45:27.130Z | [ recovery-image] Dec 16 20:45:25.638 INFO O| Dec 16 20:45:25.638 INFO STEP 552 (remove_files) COMPLETE |
6016 | 2024-12-16T20:45:27.145Z | [ recovery-image] Dec 16 20:45:25.638 INFO O| Dec 16 20:45:25.638 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-12-16T20:45:27.163Z | [ recovery-image] Dec 16 20:45:25.671 INFO O| Dec 16 20:45:25.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6018 | 2024-12-16T20:45:27.163Z | [ recovery-image] Dec 16 20:45:25.672 INFO O| Dec 16 20:45:25.672 INFO STEP 553 (remove_files) COMPLETE |
6019 | 2024-12-16T20:45:27.166Z | [ recovery-image] Dec 16 20:45:25.672 INFO O| Dec 16 20:45:25.672 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2024-12-16T20:45:27.182Z | [ recovery-image] Dec 16 20:45:25.691 INFO O| Dec 16 20:45:25.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6021 | 2024-12-16T20:45:27.185Z | [ recovery-image] Dec 16 20:45:25.691 INFO O| Dec 16 20:45:25.691 INFO STEP 554 (remove_files) COMPLETE |
6022 | 2024-12-16T20:45:27.185Z | [ recovery-image] Dec 16 20:45:25.691 INFO O| Dec 16 20:45:25.691 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-12-16T20:45:27.244Z | [ recovery-image] Dec 16 20:45:25.751 INFO O| Dec 16 20:45:25.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6024 | 2024-12-16T20:45:27.265Z | [ recovery-image] Dec 16 20:45:25.774 INFO O| Dec 16 20:45:25.774 INFO STEP 555 (remove_files) COMPLETE |
6025 | 2024-12-16T20:45:27.265Z | [ recovery-image] Dec 16 20:45:25.774 INFO O| Dec 16 20:45:25.774 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-12-16T20:45:27.287Z | [ recovery-image] Dec 16 20:45:25.794 INFO O| Dec 16 20:45:25.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6027 | 2024-12-16T20:45:27.287Z | [ recovery-image] Dec 16 20:45:25.794 INFO O| Dec 16 20:45:25.794 INFO STEP 556 (remove_files) COMPLETE |
6028 | 2024-12-16T20:45:27.287Z | [ recovery-image] Dec 16 20:45:25.794 INFO O| Dec 16 20:45:25.794 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-12-16T20:45:27.305Z | [ recovery-image] Dec 16 20:45:25.813 INFO O| Dec 16 20:45:25.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6030 | 2024-12-16T20:45:27.305Z | [ recovery-image] Dec 16 20:45:25.813 INFO O| Dec 16 20:45:25.813 INFO STEP 557 (remove_files) COMPLETE |
6031 | 2024-12-16T20:45:27.305Z | [ recovery-image] Dec 16 20:45:25.813 INFO O| Dec 16 20:45:25.813 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-12-16T20:45:27.325Z | [ recovery-image] Dec 16 20:45:25.834 INFO O| Dec 16 20:45:25.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6033 | 2024-12-16T20:45:27.325Z | [ recovery-image] Dec 16 20:45:25.834 INFO O| Dec 16 20:45:25.834 INFO STEP 558 (remove_files) COMPLETE |
6034 | 2024-12-16T20:45:27.325Z | [ recovery-image] Dec 16 20:45:25.834 INFO O| Dec 16 20:45:25.834 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-12-16T20:45:27.371Z | [ recovery-image] Dec 16 20:45:25.879 INFO O| Dec 16 20:45:25.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6036 | 2024-12-16T20:45:27.371Z | [ recovery-image] Dec 16 20:45:25.879 INFO O| Dec 16 20:45:25.879 INFO STEP 559 (remove_files) COMPLETE |
6037 | 2024-12-16T20:45:27.371Z | [ recovery-image] Dec 16 20:45:25.879 INFO O| Dec 16 20:45:25.879 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-12-16T20:45:27.399Z | [ recovery-image] Dec 16 20:45:25.906 INFO O| Dec 16 20:45:25.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6039 | 2024-12-16T20:45:27.399Z | [ recovery-image] Dec 16 20:45:25.906 INFO O| Dec 16 20:45:25.906 INFO STEP 560 (remove_files) COMPLETE |
6040 | 2024-12-16T20:45:27.401Z | [ recovery-image] Dec 16 20:45:25.906 INFO O| Dec 16 20:45:25.906 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-12-16T20:45:27.447Z | [ recovery-image] Dec 16 20:45:25.956 INFO O| Dec 16 20:45:25.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6042 | 2024-12-16T20:45:27.447Z | [ recovery-image] Dec 16 20:45:25.956 INFO O| Dec 16 20:45:25.956 INFO STEP 561 (remove_files) COMPLETE |
6043 | 2024-12-16T20:45:27.448Z | [ recovery-image] Dec 16 20:45:25.956 INFO O| Dec 16 20:45:25.956 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-12-16T20:45:27.462Z | [ host-image] Dec 16 20:45:25.970 INFO O| Dec 16 20:45:25.970 INFO O| Planning: Solver setup ... Done |
6045 | 2024-12-16T20:45:27.468Z | [ host-image] Dec 16 20:45:25.976 INFO O| Dec 16 20:45:25.976 INFO O| Planning: Running solver ... Done |
6046 | 2024-12-16T20:45:27.471Z | [ recovery-image] Dec 16 20:45:25.978 INFO O| Dec 16 20:45:25.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6047 | 2024-12-16T20:45:27.471Z | [ recovery-image] Dec 16 20:45:25.978 INFO O| Dec 16 20:45:25.978 INFO STEP 562 (remove_files) COMPLETE |
6048 | 2024-12-16T20:45:27.471Z | [ recovery-image] Dec 16 20:45:25.978 INFO O| Dec 16 20:45:25.978 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2024-12-16T20:45:27.493Z | [ recovery-image] Dec 16 20:45:26.001 INFO O| Dec 16 20:45:26.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6050 | 2024-12-16T20:45:27.493Z | [ recovery-image] Dec 16 20:45:26.002 INFO O| Dec 16 20:45:26.001 INFO STEP 563 (remove_files) COMPLETE |
6051 | 2024-12-16T20:45:27.496Z | [ recovery-image] Dec 16 20:45:26.002 INFO O| Dec 16 20:45:26.001 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2024-12-16T20:45:27.526Z | [ recovery-image] Dec 16 20:45:26.033 INFO O| Dec 16 20:45:26.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6053 | 2024-12-16T20:45:27.526Z | [ recovery-image] Dec 16 20:45:26.033 INFO O| Dec 16 20:45:26.033 INFO STEP 564 (remove_files) COMPLETE |
6054 | 2024-12-16T20:45:27.526Z | [ recovery-image] Dec 16 20:45:26.033 INFO O| Dec 16 20:45:26.033 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2024-12-16T20:45:27.548Z | [ host-image] Dec 16 20:45:26.057 INFO O| Dec 16 20:45:26.057 INFO O| Planning: Finding local manifests ... Done |
6056 | 2024-12-16T20:45:27.551Z | [ host-image] Dec 16 20:45:26.058 INFO O| Dec 16 20:45:26.058 INFO O| Planning: Fetching manifests: 0/1 0% complete |
6057 | 2024-12-16T20:45:27.575Z | [ recovery-image] Dec 16 20:45:26.084 INFO O| Dec 16 20:45:26.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6058 | 2024-12-16T20:45:27.578Z | [ recovery-image] Dec 16 20:45:26.084 INFO O| Dec 16 20:45:26.084 INFO STEP 565 (remove_files) COMPLETE |
6059 | 2024-12-16T20:45:27.578Z | [ recovery-image] Dec 16 20:45:26.084 INFO O| Dec 16 20:45:26.084 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6060 | 2024-12-16T20:45:27.628Z | [ recovery-image] Dec 16 20:45:26.136 INFO O| Dec 16 20:45:26.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6061 | 2024-12-16T20:45:27.631Z | [ recovery-image] Dec 16 20:45:26.137 INFO O| Dec 16 20:45:26.137 INFO STEP 566 (remove_files) COMPLETE |
6062 | 2024-12-16T20:45:27.631Z | [ recovery-image] Dec 16 20:45:26.137 INFO O| Dec 16 20:45:26.137 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6063 | 2024-12-16T20:45:27.714Z | [ recovery-image] Dec 16 20:45:26.223 INFO O| Dec 16 20:45:26.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6064 | 2024-12-16T20:45:27.718Z | [ recovery-image] Dec 16 20:45:26.223 INFO O| Dec 16 20:45:26.223 INFO STEP 567 (remove_files) COMPLETE |
6065 | 2024-12-16T20:45:27.718Z | [ recovery-image] Dec 16 20:45:26.223 INFO O| Dec 16 20:45:26.223 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6066 | 2024-12-16T20:45:27.728Z | [ host-image] Dec 16 20:45:26.236 INFO O| Dec 16 20:45:26.236 INFO O| Planning: Fetching manifests: 1/1 100% complete |
6067 | 2024-12-16T20:45:27.760Z | [ host-image] Dec 16 20:45:26.268 INFO O| Dec 16 20:45:26.268 INFO O| Planning: Package planning ... Done |
6068 | 2024-12-16T20:45:27.762Z | [ host-image] Dec 16 20:45:26.269 INFO O| Dec 16 20:45:26.269 INFO O| Planning: Merging actions ... Done |
6069 | 2024-12-16T20:45:27.766Z | [ recovery-image] Dec 16 20:45:26.274 INFO O| Dec 16 20:45:26.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6070 | 2024-12-16T20:45:27.768Z | [ recovery-image] Dec 16 20:45:26.275 INFO O| Dec 16 20:45:26.275 INFO STEP 568 (remove_files) COMPLETE |
6071 | 2024-12-16T20:45:27.768Z | [ recovery-image] Dec 16 20:45:26.275 INFO O| Dec 16 20:45:26.275 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6072 | 2024-12-16T20:45:27.784Z | [ recovery-image] Dec 16 20:45:26.293 INFO O| Dec 16 20:45:26.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6073 | 2024-12-16T20:45:27.787Z | [ recovery-image] Dec 16 20:45:26.293 INFO O| Dec 16 20:45:26.293 INFO STEP 569 (remove_files) COMPLETE |
6074 | 2024-12-16T20:45:27.787Z | [ recovery-image] Dec 16 20:45:26.293 INFO O| Dec 16 20:45:26.293 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6075 | 2024-12-16T20:45:27.803Z | [ recovery-image] Dec 16 20:45:26.311 INFO O| Dec 16 20:45:26.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6076 | 2024-12-16T20:45:27.806Z | [ recovery-image] Dec 16 20:45:26.312 INFO O| Dec 16 20:45:26.312 INFO STEP 570 (remove_files) COMPLETE |
6077 | 2024-12-16T20:45:27.806Z | [ recovery-image] Dec 16 20:45:26.312 INFO O| Dec 16 20:45:26.312 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6078 | 2024-12-16T20:45:27.822Z | [ recovery-image] Dec 16 20:45:26.331 INFO O| Dec 16 20:45:26.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6079 | 2024-12-16T20:45:27.825Z | [ recovery-image] Dec 16 20:45:26.331 INFO O| Dec 16 20:45:26.331 INFO STEP 571 (remove_files) COMPLETE |
6080 | 2024-12-16T20:45:27.825Z | [ recovery-image] Dec 16 20:45:26.331 INFO O| Dec 16 20:45:26.331 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2024-12-16T20:45:27.846Z | [ recovery-image] Dec 16 20:45:26.354 INFO O| Dec 16 20:45:26.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6082 | 2024-12-16T20:45:27.846Z | [ recovery-image] Dec 16 20:45:26.354 INFO O| Dec 16 20:45:26.354 INFO STEP 572 (remove_files) COMPLETE |
6083 | 2024-12-16T20:45:27.846Z | [ recovery-image] Dec 16 20:45:26.354 INFO O| Dec 16 20:45:26.354 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2024-12-16T20:45:27.866Z | [ host-image] Dec 16 20:45:26.374 INFO O| Dec 16 20:45:26.374 INFO O| Planning: Checking for conflicting actions ... Done |
6085 | 2024-12-16T20:45:27.868Z | [ host-image] Dec 16 20:45:26.375 INFO O| Dec 16 20:45:26.375 INFO O| Planning: Consolidating action changes ... Done |
6086 | 2024-12-16T20:45:27.906Z | [ recovery-image] Dec 16 20:45:26.415 INFO O| Dec 16 20:45:26.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6087 | 2024-12-16T20:45:27.906Z | [ recovery-image] Dec 16 20:45:26.415 INFO O| Dec 16 20:45:26.415 INFO STEP 573 (remove_files) COMPLETE |
6088 | 2024-12-16T20:45:27.907Z | [ recovery-image] Dec 16 20:45:26.415 INFO O| Dec 16 20:45:26.415 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-12-16T20:45:27.928Z | [ recovery-image] Dec 16 20:45:26.436 INFO O| Dec 16 20:45:26.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6090 | 2024-12-16T20:45:27.928Z | [ recovery-image] Dec 16 20:45:26.436 INFO O| Dec 16 20:45:26.436 INFO STEP 574 (remove_files) COMPLETE |
6091 | 2024-12-16T20:45:27.928Z | [ recovery-image] Dec 16 20:45:26.436 INFO O| Dec 16 20:45:26.436 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-12-16T20:45:27.951Z | [ recovery-image] Dec 16 20:45:26.457 INFO O| Dec 16 20:45:26.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6093 | 2024-12-16T20:45:27.951Z | [ recovery-image] Dec 16 20:45:26.458 INFO O| Dec 16 20:45:26.457 INFO STEP 575 (remove_files) COMPLETE |
6094 | 2024-12-16T20:45:27.953Z | [ recovery-image] Dec 16 20:45:26.458 INFO O| Dec 16 20:45:26.457 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-12-16T20:45:27.970Z | [ recovery-image] Dec 16 20:45:26.478 INFO O| Dec 16 20:45:26.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6096 | 2024-12-16T20:45:27.970Z | [ recovery-image] Dec 16 20:45:26.478 INFO O| Dec 16 20:45:26.478 INFO STEP 576 (remove_files) COMPLETE |
6097 | 2024-12-16T20:45:27.970Z | [ recovery-image] Dec 16 20:45:26.478 INFO O| Dec 16 20:45:26.478 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-12-16T20:45:27.990Z | [ recovery-image] Dec 16 20:45:26.499 INFO O| Dec 16 20:45:26.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6099 | 2024-12-16T20:45:27.990Z | [ recovery-image] Dec 16 20:45:26.499 INFO O| Dec 16 20:45:26.499 INFO STEP 577 (remove_files) COMPLETE |
6100 | 2024-12-16T20:45:27.990Z | [ recovery-image] Dec 16 20:45:26.499 INFO O| Dec 16 20:45:26.499 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-12-16T20:45:28.014Z | [ recovery-image] Dec 16 20:45:26.522 INFO O| Dec 16 20:45:26.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6102 | 2024-12-16T20:45:28.014Z | [ recovery-image] Dec 16 20:45:26.522 INFO O| Dec 16 20:45:26.522 INFO STEP 578 (remove_files) COMPLETE |
6103 | 2024-12-16T20:45:28.017Z | [ recovery-image] Dec 16 20:45:26.522 INFO O| Dec 16 20:45:26.522 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-12-16T20:45:28.074Z | [ recovery-image] Dec 16 20:45:26.582 INFO O| Dec 16 20:45:26.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6105 | 2024-12-16T20:45:28.074Z | [ recovery-image] Dec 16 20:45:26.582 INFO O| Dec 16 20:45:26.582 INFO STEP 579 (remove_files) COMPLETE |
6106 | 2024-12-16T20:45:28.079Z | [ recovery-image] Dec 16 20:45:26.583 INFO O| Dec 16 20:45:26.582 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-12-16T20:45:28.101Z | [ recovery-image] Dec 16 20:45:26.609 INFO O| Dec 16 20:45:26.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6108 | 2024-12-16T20:45:28.101Z | [ recovery-image] Dec 16 20:45:26.610 INFO O| Dec 16 20:45:26.610 INFO STEP 580 (remove_files) COMPLETE |
6109 | 2024-12-16T20:45:28.101Z | [ recovery-image] Dec 16 20:45:26.610 INFO O| Dec 16 20:45:26.610 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-12-16T20:45:28.120Z | [ recovery-image] Dec 16 20:45:26.628 INFO O| Dec 16 20:45:26.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6111 | 2024-12-16T20:45:28.120Z | [ recovery-image] Dec 16 20:45:26.628 INFO O| Dec 16 20:45:26.628 INFO STEP 581 (remove_files) COMPLETE |
6112 | 2024-12-16T20:45:28.120Z | [ recovery-image] Dec 16 20:45:26.628 INFO O| Dec 16 20:45:26.628 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-12-16T20:45:28.164Z | [ recovery-image] Dec 16 20:45:26.672 INFO O| Dec 16 20:45:26.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6114 | 2024-12-16T20:45:28.164Z | [ recovery-image] Dec 16 20:45:26.672 INFO O| Dec 16 20:45:26.672 INFO STEP 582 (remove_files) COMPLETE |
6115 | 2024-12-16T20:45:28.167Z | [ recovery-image] Dec 16 20:45:26.672 INFO O| Dec 16 20:45:26.672 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-12-16T20:45:28.182Z | [ recovery-image] Dec 16 20:45:26.690 INFO O| Dec 16 20:45:26.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6117 | 2024-12-16T20:45:28.182Z | [ recovery-image] Dec 16 20:45:26.690 INFO O| Dec 16 20:45:26.690 INFO STEP 583 (remove_files) COMPLETE |
6118 | 2024-12-16T20:45:28.182Z | [ recovery-image] Dec 16 20:45:26.690 INFO O| Dec 16 20:45:26.690 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-12-16T20:45:28.199Z | [ recovery-image] Dec 16 20:45:26.707 INFO O| Dec 16 20:45:26.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6120 | 2024-12-16T20:45:28.199Z | [ recovery-image] Dec 16 20:45:26.707 INFO O| Dec 16 20:45:26.707 INFO STEP 584 (remove_files) COMPLETE |
6121 | 2024-12-16T20:45:28.199Z | [ recovery-image] Dec 16 20:45:26.707 INFO O| Dec 16 20:45:26.707 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-12-16T20:45:28.217Z | [ recovery-image] Dec 16 20:45:26.726 INFO O| Dec 16 20:45:26.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6123 | 2024-12-16T20:45:28.217Z | [ recovery-image] Dec 16 20:45:26.726 INFO O| Dec 16 20:45:26.726 INFO STEP 585 (remove_files) COMPLETE |
6124 | 2024-12-16T20:45:28.217Z | [ recovery-image] Dec 16 20:45:26.726 INFO O| Dec 16 20:45:26.726 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-12-16T20:45:28.236Z | [ recovery-image] Dec 16 20:45:26.744 INFO O| Dec 16 20:45:26.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6126 | 2024-12-16T20:45:28.236Z | [ recovery-image] Dec 16 20:45:26.745 INFO O| Dec 16 20:45:26.744 INFO STEP 586 (remove_files) COMPLETE |
6127 | 2024-12-16T20:45:28.236Z | [ recovery-image] Dec 16 20:45:26.745 INFO O| Dec 16 20:45:26.745 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-12-16T20:45:28.264Z | [ host-image] Dec 16 20:45:26.773 INFO O| Dec 16 20:45:26.773 INFO O| Planning: Evaluating mediators ... Done |
6129 | 2024-12-16T20:45:28.267Z | [ host-image] Dec 16 20:45:26.774 INFO O| Dec 16 20:45:26.773 INFO O| Planning: Planning completed in 4.66 seconds |
6130 | 2024-12-16T20:45:28.267Z | [ recovery-image] Dec 16 20:45:26.775 INFO O| Dec 16 20:45:26.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6131 | 2024-12-16T20:45:28.267Z | [ recovery-image] Dec 16 20:45:26.775 INFO O| Dec 16 20:45:26.775 INFO STEP 587 (remove_files) COMPLETE |
6132 | 2024-12-16T20:45:28.268Z | [ recovery-image] Dec 16 20:45:26.775 INFO O| Dec 16 20:45:26.775 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6133 | 2024-12-16T20:45:28.272Z | [ host-image] Dec 16 20:45:26.776 INFO O| Dec 16 20:45:26.776 INFO O| Packages to install: 1 |
6134 | 2024-12-16T20:45:28.287Z | [ host-image] Dec 16 20:45:26.796 INFO O| Dec 16 20:45:26.796 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
6135 | 2024-12-16T20:45:28.304Z | [ recovery-image] Dec 16 20:45:26.812 INFO O| Dec 16 20:45:26.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6136 | 2024-12-16T20:45:28.304Z | [ recovery-image] Dec 16 20:45:26.812 INFO O| Dec 16 20:45:26.812 INFO STEP 588 (remove_files) COMPLETE |
6137 | 2024-12-16T20:45:28.307Z | [ recovery-image] Dec 16 20:45:26.812 INFO O| Dec 16 20:45:26.812 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2024-12-16T20:45:28.343Z | [ recovery-image] Dec 16 20:45:26.852 INFO O| Dec 16 20:45:26.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6139 | 2024-12-16T20:45:28.343Z | [ recovery-image] Dec 16 20:45:26.852 INFO O| Dec 16 20:45:26.852 INFO STEP 589 (remove_files) COMPLETE |
6140 | 2024-12-16T20:45:28.344Z | [ recovery-image] Dec 16 20:45:26.852 INFO O| Dec 16 20:45:26.852 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2024-12-16T20:45:28.414Z | [ recovery-image] Dec 16 20:45:26.922 INFO O| Dec 16 20:45:26.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6142 | 2024-12-16T20:45:28.417Z | [ recovery-image] Dec 16 20:45:26.923 INFO O| Dec 16 20:45:26.923 INFO STEP 590 (remove_files) COMPLETE |
6143 | 2024-12-16T20:45:28.417Z | [ recovery-image] Dec 16 20:45:26.923 INFO O| Dec 16 20:45:26.923 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2024-12-16T20:45:28.449Z | [ recovery-image] Dec 16 20:45:26.957 INFO O| Dec 16 20:45:26.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6145 | 2024-12-16T20:45:28.453Z | [ recovery-image] Dec 16 20:45:26.960 INFO O| Dec 16 20:45:26.960 INFO STEP 591 (remove_files) COMPLETE |
6146 | 2024-12-16T20:45:28.453Z | [ recovery-image] Dec 16 20:45:26.960 INFO O| Dec 16 20:45:26.960 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2024-12-16T20:45:28.531Z | [ recovery-image] Dec 16 20:45:27.039 INFO O| Dec 16 20:45:27.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6148 | 2024-12-16T20:45:28.547Z | [ recovery-image] Dec 16 20:45:27.055 INFO O| Dec 16 20:45:27.055 INFO STEP 592 (remove_files) COMPLETE |
6149 | 2024-12-16T20:45:28.547Z | [ recovery-image] Dec 16 20:45:27.055 INFO O| Dec 16 20:45:27.055 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2024-12-16T20:45:28.599Z | [ recovery-image] Dec 16 20:45:27.107 INFO O| Dec 16 20:45:27.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6151 | 2024-12-16T20:45:28.619Z | [ recovery-image] Dec 16 20:45:27.127 INFO O| Dec 16 20:45:27.127 INFO STEP 593 (remove_files) COMPLETE |
6152 | 2024-12-16T20:45:28.619Z | [ recovery-image] Dec 16 20:45:27.127 INFO O| Dec 16 20:45:27.127 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2024-12-16T20:45:28.650Z | [ recovery-image] Dec 16 20:45:27.158 INFO O| Dec 16 20:45:27.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6154 | 2024-12-16T20:45:28.652Z | [ recovery-image] Dec 16 20:45:27.158 INFO O| Dec 16 20:45:27.158 INFO STEP 594 (remove_files) COMPLETE |
6155 | 2024-12-16T20:45:28.652Z | [ recovery-image] Dec 16 20:45:27.158 INFO O| Dec 16 20:45:27.158 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-12-16T20:45:28.708Z | [ recovery-image] Dec 16 20:45:27.216 INFO O| Dec 16 20:45:27.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6157 | 2024-12-16T20:45:28.711Z | [ recovery-image] Dec 16 20:45:27.217 INFO O| Dec 16 20:45:27.217 INFO STEP 595 (remove_files) COMPLETE |
6158 | 2024-12-16T20:45:28.711Z | [ recovery-image] Dec 16 20:45:27.217 INFO O| Dec 16 20:45:27.217 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2024-12-16T20:45:28.726Z | [ recovery-image] Dec 16 20:45:27.234 INFO O| Dec 16 20:45:27.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6160 | 2024-12-16T20:45:28.728Z | [ recovery-image] Dec 16 20:45:27.234 INFO O| Dec 16 20:45:27.234 INFO STEP 596 (remove_files) COMPLETE |
6161 | 2024-12-16T20:45:28.728Z | [ recovery-image] Dec 16 20:45:27.234 INFO O| Dec 16 20:45:27.234 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2024-12-16T20:45:28.743Z | [ recovery-image] Dec 16 20:45:27.251 INFO O| Dec 16 20:45:27.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6163 | 2024-12-16T20:45:28.746Z | [ recovery-image] Dec 16 20:45:27.251 INFO O| Dec 16 20:45:27.251 INFO STEP 597 (remove_files) COMPLETE |
6164 | 2024-12-16T20:45:28.746Z | [ recovery-image] Dec 16 20:45:27.251 INFO O| Dec 16 20:45:27.251 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2024-12-16T20:45:28.761Z | [ recovery-image] Dec 16 20:45:27.269 INFO O| Dec 16 20:45:27.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6166 | 2024-12-16T20:45:28.764Z | [ recovery-image] Dec 16 20:45:27.269 INFO O| Dec 16 20:45:27.269 INFO STEP 598 (remove_files) COMPLETE |
6167 | 2024-12-16T20:45:28.764Z | [ recovery-image] Dec 16 20:45:27.269 INFO O| Dec 16 20:45:27.269 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2024-12-16T20:45:28.779Z | [ recovery-image] Dec 16 20:45:27.287 INFO O| Dec 16 20:45:27.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6169 | 2024-12-16T20:45:28.782Z | [ recovery-image] Dec 16 20:45:27.288 INFO O| Dec 16 20:45:27.287 INFO STEP 599 (remove_files) COMPLETE |
6170 | 2024-12-16T20:45:28.782Z | [ recovery-image] Dec 16 20:45:27.288 INFO O| Dec 16 20:45:27.288 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2024-12-16T20:45:28.798Z | [ recovery-image] Dec 16 20:45:27.306 INFO O| Dec 16 20:45:27.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6172 | 2024-12-16T20:45:28.800Z | [ recovery-image] Dec 16 20:45:27.306 INFO O| Dec 16 20:45:27.306 INFO STEP 600 (remove_files) COMPLETE |
6173 | 2024-12-16T20:45:28.800Z | [ recovery-image] Dec 16 20:45:27.307 INFO O| Dec 16 20:45:27.307 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2024-12-16T20:45:28.820Z | [ recovery-image] Dec 16 20:45:27.328 INFO O| Dec 16 20:45:27.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6175 | 2024-12-16T20:45:28.820Z | [ recovery-image] Dec 16 20:45:27.328 INFO O| Dec 16 20:45:27.328 INFO STEP 601 (remove_files) COMPLETE |
6176 | 2024-12-16T20:45:28.823Z | [ recovery-image] Dec 16 20:45:27.328 INFO O| Dec 16 20:45:27.328 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2024-12-16T20:45:28.868Z | [ recovery-image] Dec 16 20:45:27.356 INFO O| Dec 16 20:45:27.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6178 | 2024-12-16T20:45:28.868Z | [ recovery-image] Dec 16 20:45:27.357 INFO O| Dec 16 20:45:27.357 INFO STEP 602 (remove_files) COMPLETE |
6179 | 2024-12-16T20:45:28.871Z | [ recovery-image] Dec 16 20:45:27.357 INFO O| Dec 16 20:45:27.357 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2024-12-16T20:45:28.879Z | [ recovery-image] Dec 16 20:45:27.387 INFO O| Dec 16 20:45:27.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6181 | 2024-12-16T20:45:28.882Z | [ recovery-image] Dec 16 20:45:27.387 INFO O| Dec 16 20:45:27.387 INFO STEP 603 (remove_files) COMPLETE |
6182 | 2024-12-16T20:45:28.882Z | [ recovery-image] Dec 16 20:45:27.387 INFO O| Dec 16 20:45:27.387 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2024-12-16T20:45:28.923Z | [ recovery-image] Dec 16 20:45:27.432 INFO O| Dec 16 20:45:27.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6184 | 2024-12-16T20:45:28.926Z | [ recovery-image] Dec 16 20:45:27.432 INFO O| Dec 16 20:45:27.432 INFO STEP 604 (remove_files) COMPLETE |
6185 | 2024-12-16T20:45:28.926Z | [ recovery-image] Dec 16 20:45:27.432 INFO O| Dec 16 20:45:27.432 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2024-12-16T20:45:28.945Z | [ recovery-image] Dec 16 20:45:27.453 INFO O| Dec 16 20:45:27.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6187 | 2024-12-16T20:45:28.947Z | [ recovery-image] Dec 16 20:45:27.453 INFO O| Dec 16 20:45:27.453 INFO STEP 605 (remove_files) COMPLETE |
6188 | 2024-12-16T20:45:28.947Z | [ recovery-image] Dec 16 20:45:27.453 INFO O| Dec 16 20:45:27.453 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2024-12-16T20:45:28.966Z | [ recovery-image] Dec 16 20:45:27.473 INFO O| Dec 16 20:45:27.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6190 | 2024-12-16T20:45:28.969Z | [ recovery-image] Dec 16 20:45:27.473 INFO O| Dec 16 20:45:27.473 INFO STEP 606 (remove_files) COMPLETE |
6191 | 2024-12-16T20:45:28.969Z | [ recovery-image] Dec 16 20:45:27.473 INFO O| Dec 16 20:45:27.473 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2024-12-16T20:45:28.986Z | [ recovery-image] Dec 16 20:45:27.494 INFO O| Dec 16 20:45:27.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6193 | 2024-12-16T20:45:28.989Z | [ recovery-image] Dec 16 20:45:27.495 INFO O| Dec 16 20:45:27.494 INFO STEP 607 (remove_files) COMPLETE |
6194 | 2024-12-16T20:45:28.989Z | [ recovery-image] Dec 16 20:45:27.495 INFO O| Dec 16 20:45:27.495 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2024-12-16T20:45:29.005Z | [ recovery-image] Dec 16 20:45:27.513 INFO O| Dec 16 20:45:27.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6196 | 2024-12-16T20:45:29.008Z | [ recovery-image] Dec 16 20:45:27.514 INFO O| Dec 16 20:45:27.514 INFO STEP 608 (remove_files) COMPLETE |
6197 | 2024-12-16T20:45:29.008Z | [ recovery-image] Dec 16 20:45:27.514 INFO O| Dec 16 20:45:27.514 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2024-12-16T20:45:29.028Z | [ recovery-image] Dec 16 20:45:27.536 INFO O| Dec 16 20:45:27.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6199 | 2024-12-16T20:45:29.030Z | [ recovery-image] Dec 16 20:45:27.536 INFO O| Dec 16 20:45:27.536 INFO STEP 609 (remove_files) COMPLETE |
6200 | 2024-12-16T20:45:29.030Z | [ recovery-image] Dec 16 20:45:27.537 INFO O| Dec 16 20:45:27.536 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2024-12-16T20:45:29.051Z | [ recovery-image] Dec 16 20:45:27.559 INFO O| Dec 16 20:45:27.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6202 | 2024-12-16T20:45:29.053Z | [ recovery-image] Dec 16 20:45:27.559 INFO O| Dec 16 20:45:27.559 INFO STEP 610 (remove_files) COMPLETE |
6203 | 2024-12-16T20:45:29.053Z | [ recovery-image] Dec 16 20:45:27.560 INFO O| Dec 16 20:45:27.560 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2024-12-16T20:45:29.072Z | [ recovery-image] Dec 16 20:45:27.580 INFO O| Dec 16 20:45:27.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6205 | 2024-12-16T20:45:29.075Z | [ recovery-image] Dec 16 20:45:27.580 INFO O| Dec 16 20:45:27.580 INFO STEP 611 (remove_files) COMPLETE |
6206 | 2024-12-16T20:45:29.075Z | [ recovery-image] Dec 16 20:45:27.580 INFO O| Dec 16 20:45:27.580 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2024-12-16T20:45:29.094Z | [ recovery-image] Dec 16 20:45:27.602 INFO O| Dec 16 20:45:27.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6208 | 2024-12-16T20:45:29.096Z | [ recovery-image] Dec 16 20:45:27.602 INFO O| Dec 16 20:45:27.602 INFO STEP 612 (remove_files) COMPLETE |
6209 | 2024-12-16T20:45:29.096Z | [ recovery-image] Dec 16 20:45:27.602 INFO O| Dec 16 20:45:27.602 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6210 | 2024-12-16T20:45:29.121Z | [ recovery-image] Dec 16 20:45:27.629 INFO O| Dec 16 20:45:27.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6211 | 2024-12-16T20:45:29.124Z | [ recovery-image] Dec 16 20:45:27.629 INFO O| Dec 16 20:45:27.629 INFO STEP 613 (remove_files) COMPLETE |
6212 | 2024-12-16T20:45:29.124Z | [ recovery-image] Dec 16 20:45:27.630 INFO O| Dec 16 20:45:27.629 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6213 | 2024-12-16T20:45:29.160Z | [ host-image] Dec 16 20:45:27.668 INFO O| Dec 16 20:45:27.668 INFO O| Download: Completed 9.99 MB in 0.87 seconds (11.4M/s) |
6214 | 2024-12-16T20:45:29.174Z | [ recovery-image] Dec 16 20:45:27.682 INFO O| Dec 16 20:45:27.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6215 | 2024-12-16T20:45:29.174Z | [ recovery-image] Dec 16 20:45:27.682 INFO O| Dec 16 20:45:27.682 INFO STEP 614 (remove_files) COMPLETE |
6216 | 2024-12-16T20:45:29.177Z | [ recovery-image] Dec 16 20:45:27.682 INFO O| Dec 16 20:45:27.682 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2024-12-16T20:45:29.221Z | [ host-image] Dec 16 20:45:27.729 INFO O| Dec 16 20:45:27.729 INFO O| Actions: 1/22 actions (Installing new actions) |
6218 | 2024-12-16T20:45:29.237Z | [ recovery-image] Dec 16 20:45:27.745 INFO O| Dec 16 20:45:27.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6219 | 2024-12-16T20:45:29.239Z | [ recovery-image] Dec 16 20:45:27.745 INFO O| Dec 16 20:45:27.745 INFO STEP 615 (remove_files) COMPLETE |
6220 | 2024-12-16T20:45:29.239Z | [ recovery-image] Dec 16 20:45:27.745 INFO O| Dec 16 20:45:27.745 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-12-16T20:45:29.259Z | [ recovery-image] Dec 16 20:45:27.767 INFO O| Dec 16 20:45:27.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6222 | 2024-12-16T20:45:29.261Z | [ recovery-image] Dec 16 20:45:27.767 INFO O| Dec 16 20:45:27.767 INFO STEP 616 (remove_files) COMPLETE |
6223 | 2024-12-16T20:45:29.261Z | [ recovery-image] Dec 16 20:45:27.767 INFO O| Dec 16 20:45:27.767 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-12-16T20:45:29.298Z | [ recovery-image] Dec 16 20:45:27.799 INFO O| Dec 16 20:45:27.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6225 | 2024-12-16T20:45:29.308Z | [ recovery-image] Dec 16 20:45:27.799 INFO O| Dec 16 20:45:27.799 INFO STEP 617 (remove_files) COMPLETE |
6226 | 2024-12-16T20:45:29.308Z | [ recovery-image] Dec 16 20:45:27.800 INFO O| Dec 16 20:45:27.799 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-12-16T20:45:29.317Z | [ recovery-image] Dec 16 20:45:27.820 INFO O| Dec 16 20:45:27.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6228 | 2024-12-16T20:45:29.318Z | [ recovery-image] Dec 16 20:45:27.820 INFO O| Dec 16 20:45:27.820 INFO STEP 618 (remove_files) COMPLETE |
6229 | 2024-12-16T20:45:29.318Z | [ recovery-image] Dec 16 20:45:27.820 INFO O| Dec 16 20:45:27.820 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-12-16T20:45:29.331Z | [ recovery-image] Dec 16 20:45:27.839 INFO O| Dec 16 20:45:27.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6231 | 2024-12-16T20:45:29.334Z | [ recovery-image] Dec 16 20:45:27.839 INFO O| Dec 16 20:45:27.839 INFO STEP 619 (remove_files) COMPLETE |
6232 | 2024-12-16T20:45:29.334Z | [ recovery-image] Dec 16 20:45:27.839 INFO O| Dec 16 20:45:27.839 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-12-16T20:45:29.350Z | [ recovery-image] Dec 16 20:45:27.858 INFO O| Dec 16 20:45:27.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6234 | 2024-12-16T20:45:29.353Z | [ recovery-image] Dec 16 20:45:27.859 INFO O| Dec 16 20:45:27.859 INFO STEP 620 (remove_files) COMPLETE |
6235 | 2024-12-16T20:45:29.353Z | [ recovery-image] Dec 16 20:45:27.859 INFO O| Dec 16 20:45:27.859 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-12-16T20:45:29.372Z | [ recovery-image] Dec 16 20:45:27.880 INFO O| Dec 16 20:45:27.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6237 | 2024-12-16T20:45:29.372Z | [ recovery-image] Dec 16 20:45:27.880 INFO O| Dec 16 20:45:27.880 INFO STEP 621 (remove_files) COMPLETE |
6238 | 2024-12-16T20:45:29.372Z | [ recovery-image] Dec 16 20:45:27.880 INFO O| Dec 16 20:45:27.880 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-12-16T20:45:29.391Z | [ recovery-image] Dec 16 20:45:27.899 INFO O| Dec 16 20:45:27.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6240 | 2024-12-16T20:45:29.391Z | [ recovery-image] Dec 16 20:45:27.899 INFO O| Dec 16 20:45:27.899 INFO STEP 622 (remove_files) COMPLETE |
6241 | 2024-12-16T20:45:29.391Z | [ recovery-image] Dec 16 20:45:27.899 INFO O| Dec 16 20:45:27.899 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-12-16T20:45:29.408Z | [ recovery-image] Dec 16 20:45:27.917 INFO O| Dec 16 20:45:27.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6243 | 2024-12-16T20:45:29.409Z | [ recovery-image] Dec 16 20:45:27.917 INFO O| Dec 16 20:45:27.917 INFO STEP 623 (remove_files) COMPLETE |
6244 | 2024-12-16T20:45:29.411Z | [ recovery-image] Dec 16 20:45:27.917 INFO O| Dec 16 20:45:27.917 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-12-16T20:45:29.440Z | [ recovery-image] Dec 16 20:45:27.941 INFO O| Dec 16 20:45:27.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6246 | 2024-12-16T20:45:29.444Z | [ recovery-image] Dec 16 20:45:27.941 INFO O| Dec 16 20:45:27.941 INFO STEP 624 (remove_files) COMPLETE |
6247 | 2024-12-16T20:45:29.444Z | [ recovery-image] Dec 16 20:45:27.941 INFO O| Dec 16 20:45:27.941 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-12-16T20:45:29.451Z | [ recovery-image] Dec 16 20:45:27.959 INFO O| Dec 16 20:45:27.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6249 | 2024-12-16T20:45:29.451Z | [ recovery-image] Dec 16 20:45:27.959 INFO O| Dec 16 20:45:27.959 INFO STEP 625 (remove_files) COMPLETE |
6250 | 2024-12-16T20:45:29.454Z | [ recovery-image] Dec 16 20:45:27.959 INFO O| Dec 16 20:45:27.959 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-12-16T20:45:29.470Z | [ recovery-image] Dec 16 20:45:27.978 INFO O| Dec 16 20:45:27.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6252 | 2024-12-16T20:45:29.470Z | [ recovery-image] Dec 16 20:45:27.978 INFO O| Dec 16 20:45:27.978 INFO STEP 626 (remove_files) COMPLETE |
6253 | 2024-12-16T20:45:29.473Z | [ recovery-image] Dec 16 20:45:27.978 INFO O| Dec 16 20:45:27.978 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-12-16T20:45:29.488Z | [ recovery-image] Dec 16 20:45:27.996 INFO O| Dec 16 20:45:27.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6255 | 2024-12-16T20:45:29.488Z | [ recovery-image] Dec 16 20:45:27.996 INFO O| Dec 16 20:45:27.996 INFO STEP 627 (remove_files) COMPLETE |
6256 | 2024-12-16T20:45:29.488Z | [ recovery-image] Dec 16 20:45:27.996 INFO O| Dec 16 20:45:27.996 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-12-16T20:45:29.525Z | [ recovery-image] Dec 16 20:45:28.033 INFO O| Dec 16 20:45:28.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6258 | 2024-12-16T20:45:29.525Z | [ recovery-image] Dec 16 20:45:28.033 INFO O| Dec 16 20:45:28.033 INFO STEP 628 (remove_files) COMPLETE |
6259 | 2024-12-16T20:45:29.525Z | [ recovery-image] Dec 16 20:45:28.033 INFO O| Dec 16 20:45:28.033 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-12-16T20:45:29.604Z | [ recovery-image] Dec 16 20:45:28.112 INFO O| Dec 16 20:45:28.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6261 | 2024-12-16T20:45:29.604Z | [ recovery-image] Dec 16 20:45:28.112 INFO O| Dec 16 20:45:28.112 INFO STEP 629 (remove_files) COMPLETE |
6262 | 2024-12-16T20:45:29.604Z | [ recovery-image] Dec 16 20:45:28.112 INFO O| Dec 16 20:45:28.112 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-12-16T20:45:29.625Z | [ recovery-image] Dec 16 20:45:28.133 INFO O| Dec 16 20:45:28.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6264 | 2024-12-16T20:45:29.625Z | [ recovery-image] Dec 16 20:45:28.133 INFO O| Dec 16 20:45:28.133 INFO STEP 630 (remove_files) COMPLETE |
6265 | 2024-12-16T20:45:29.628Z | [ recovery-image] Dec 16 20:45:28.133 INFO O| Dec 16 20:45:28.133 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2024-12-16T20:45:29.635Z | [ host-image] Dec 16 20:45:28.143 INFO O| Dec 16 20:45:28.143 INFO O| Actions: Completed 22 actions in 0.41 seconds. |
6267 | 2024-12-16T20:45:29.665Z | [ recovery-image] Dec 16 20:45:28.173 INFO O| Dec 16 20:45:28.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6268 | 2024-12-16T20:45:29.665Z | [ recovery-image] Dec 16 20:45:28.173 INFO O| Dec 16 20:45:28.173 INFO STEP 631 (remove_files) COMPLETE |
6269 | 2024-12-16T20:45:29.665Z | [ recovery-image] Dec 16 20:45:28.173 INFO O| Dec 16 20:45:28.173 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2024-12-16T20:45:29.686Z | [ recovery-image] Dec 16 20:45:28.193 INFO O| Dec 16 20:45:28.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6271 | 2024-12-16T20:45:29.686Z | [ recovery-image] Dec 16 20:45:28.193 INFO O| Dec 16 20:45:28.193 INFO STEP 632 (remove_files) COMPLETE |
6272 | 2024-12-16T20:45:29.688Z | [ recovery-image] Dec 16 20:45:28.193 INFO O| Dec 16 20:45:28.193 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6273 | 2024-12-16T20:45:29.706Z | [ recovery-image] Dec 16 20:45:28.213 INFO O| Dec 16 20:45:28.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6274 | 2024-12-16T20:45:29.706Z | [ recovery-image] Dec 16 20:45:28.213 INFO O| Dec 16 20:45:28.213 INFO STEP 633 (remove_files) COMPLETE |
6275 | 2024-12-16T20:45:29.706Z | [ recovery-image] Dec 16 20:45:28.214 INFO O| Dec 16 20:45:28.213 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2024-12-16T20:45:29.740Z | [ recovery-image] Dec 16 20:45:28.248 INFO O| Dec 16 20:45:28.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6277 | 2024-12-16T20:45:29.740Z | [ recovery-image] Dec 16 20:45:28.248 INFO O| Dec 16 20:45:28.248 INFO STEP 634 (remove_files) COMPLETE |
6278 | 2024-12-16T20:45:29.743Z | [ recovery-image] Dec 16 20:45:28.248 INFO O| Dec 16 20:45:28.248 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-12-16T20:45:29.762Z | [ recovery-image] Dec 16 20:45:28.270 INFO O| Dec 16 20:45:28.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6280 | 2024-12-16T20:45:29.782Z | [ recovery-image] Dec 16 20:45:28.290 INFO O| Dec 16 20:45:28.290 INFO STEP 635 (remove_files) COMPLETE |
6281 | 2024-12-16T20:45:29.782Z | [ recovery-image] Dec 16 20:45:28.290 INFO O| Dec 16 20:45:28.290 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-12-16T20:45:29.815Z | [ recovery-image] Dec 16 20:45:28.323 INFO O| Dec 16 20:45:28.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6283 | 2024-12-16T20:45:29.815Z | [ recovery-image] Dec 16 20:45:28.324 INFO O| Dec 16 20:45:28.323 INFO STEP 636 (remove_files) COMPLETE |
6284 | 2024-12-16T20:45:29.815Z | [ recovery-image] Dec 16 20:45:28.324 INFO O| Dec 16 20:45:28.324 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-12-16T20:45:29.836Z | [ recovery-image] Dec 16 20:45:28.344 INFO O| Dec 16 20:45:28.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6286 | 2024-12-16T20:45:29.836Z | [ recovery-image] Dec 16 20:45:28.344 INFO O| Dec 16 20:45:28.344 INFO STEP 637 (remove_files) COMPLETE |
6287 | 2024-12-16T20:45:29.836Z | [ recovery-image] Dec 16 20:45:28.344 INFO O| Dec 16 20:45:28.344 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-12-16T20:45:29.856Z | [ recovery-image] Dec 16 20:45:28.363 INFO O| Dec 16 20:45:28.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6289 | 2024-12-16T20:45:29.856Z | [ recovery-image] Dec 16 20:45:28.363 INFO O| Dec 16 20:45:28.363 INFO STEP 638 (remove_files) COMPLETE |
6290 | 2024-12-16T20:45:29.856Z | [ recovery-image] Dec 16 20:45:28.363 INFO O| Dec 16 20:45:28.363 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-12-16T20:45:29.896Z | [ recovery-image] Dec 16 20:45:28.404 INFO O| Dec 16 20:45:28.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6292 | 2024-12-16T20:45:29.896Z | [ recovery-image] Dec 16 20:45:28.404 INFO O| Dec 16 20:45:28.404 INFO STEP 639 (remove_files) COMPLETE |
6293 | 2024-12-16T20:45:29.896Z | [ recovery-image] Dec 16 20:45:28.404 INFO O| Dec 16 20:45:28.404 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-12-16T20:45:29.917Z | [ recovery-image] Dec 16 20:45:28.425 INFO O| Dec 16 20:45:28.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6295 | 2024-12-16T20:45:29.917Z | [ recovery-image] Dec 16 20:45:28.425 INFO O| Dec 16 20:45:28.425 INFO STEP 640 (remove_files) COMPLETE |
6296 | 2024-12-16T20:45:29.917Z | [ recovery-image] Dec 16 20:45:28.425 INFO O| Dec 16 20:45:28.425 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-12-16T20:45:29.973Z | [ recovery-image] Dec 16 20:45:28.481 INFO O| Dec 16 20:45:28.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6298 | 2024-12-16T20:45:29.976Z | [ recovery-image] Dec 16 20:45:28.481 INFO O| Dec 16 20:45:28.481 INFO STEP 641 (remove_files) COMPLETE |
6299 | 2024-12-16T20:45:29.976Z | [ recovery-image] Dec 16 20:45:28.481 INFO O| Dec 16 20:45:28.481 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-12-16T20:45:29.992Z | [ recovery-image] Dec 16 20:45:28.500 INFO O| Dec 16 20:45:28.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6301 | 2024-12-16T20:45:29.995Z | [ recovery-image] Dec 16 20:45:28.500 INFO O| Dec 16 20:45:28.500 INFO STEP 642 (remove_files) COMPLETE |
6302 | 2024-12-16T20:45:29.995Z | [ recovery-image] Dec 16 20:45:28.501 INFO O| Dec 16 20:45:28.501 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-12-16T20:45:30.042Z | [ recovery-image] Dec 16 20:45:28.550 INFO O| Dec 16 20:45:28.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6304 | 2024-12-16T20:45:30.043Z | [ recovery-image] Dec 16 20:45:28.551 INFO O| Dec 16 20:45:28.551 INFO STEP 643 (remove_files) COMPLETE |
6305 | 2024-12-16T20:45:30.046Z | [ recovery-image] Dec 16 20:45:28.551 INFO O| Dec 16 20:45:28.551 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-12-16T20:45:30.072Z | [ recovery-image] Dec 16 20:45:28.580 INFO O| Dec 16 20:45:28.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6307 | 2024-12-16T20:45:30.072Z | [ recovery-image] Dec 16 20:45:28.581 INFO O| Dec 16 20:45:28.580 INFO STEP 644 (remove_files) COMPLETE |
6308 | 2024-12-16T20:45:30.072Z | [ recovery-image] Dec 16 20:45:28.581 INFO O| Dec 16 20:45:28.581 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-12-16T20:45:30.080Z | [ host-image] Dec 16 20:45:28.588 INFO O| Dec 16 20:45:28.588 INFO O| Done |
6310 | 2024-12-16T20:45:30.080Z | [ host-image] Dec 16 20:45:28.588 INFO O| Dec 16 20:45:28.588 INFO O| Done |
6311 | 2024-12-16T20:45:30.103Z | [ recovery-image] Dec 16 20:45:28.604 INFO O| Dec 16 20:45:28.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6312 | 2024-12-16T20:45:30.106Z | [ recovery-image] Dec 16 20:45:28.605 INFO O| Dec 16 20:45:28.605 INFO STEP 645 (remove_files) COMPLETE |
6313 | 2024-12-16T20:45:30.106Z | [ recovery-image] Dec 16 20:45:28.605 INFO O| Dec 16 20:45:28.605 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6314 | 2024-12-16T20:45:30.125Z | [ recovery-image] Dec 16 20:45:28.632 INFO O| Dec 16 20:45:28.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6315 | 2024-12-16T20:45:30.125Z | [ recovery-image] Dec 16 20:45:28.632 INFO O| Dec 16 20:45:28.632 INFO STEP 646 (remove_files) COMPLETE |
6316 | 2024-12-16T20:45:30.127Z | [ recovery-image] Dec 16 20:45:28.632 INFO O| Dec 16 20:45:28.632 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6317 | 2024-12-16T20:45:30.168Z | [ recovery-image] Dec 16 20:45:28.675 INFO O| Dec 16 20:45:28.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6318 | 2024-12-16T20:45:30.171Z | [ recovery-image] Dec 16 20:45:28.675 INFO O| Dec 16 20:45:28.675 INFO STEP 647 (remove_files) COMPLETE |
6319 | 2024-12-16T20:45:30.171Z | [ recovery-image] Dec 16 20:45:28.676 INFO O| Dec 16 20:45:28.676 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6320 | 2024-12-16T20:45:30.226Z | [ recovery-image] Dec 16 20:45:28.733 INFO O| Dec 16 20:45:28.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6321 | 2024-12-16T20:45:30.229Z | [ recovery-image] Dec 16 20:45:28.733 INFO O| Dec 16 20:45:28.733 INFO STEP 648 (remove_files) COMPLETE |
6322 | 2024-12-16T20:45:30.229Z | [ recovery-image] Dec 16 20:45:28.733 INFO O| Dec 16 20:45:28.733 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6323 | 2024-12-16T20:45:30.263Z | [ recovery-image] Dec 16 20:45:28.771 INFO O| Dec 16 20:45:28.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6324 | 2024-12-16T20:45:30.265Z | [ recovery-image] Dec 16 20:45:28.771 INFO O| Dec 16 20:45:28.771 INFO STEP 649 (remove_files) COMPLETE |
6325 | 2024-12-16T20:45:30.265Z | [ recovery-image] Dec 16 20:45:28.771 INFO O| Dec 16 20:45:28.771 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6326 | 2024-12-16T20:45:30.284Z | [ recovery-image] Dec 16 20:45:28.792 INFO O| Dec 16 20:45:28.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6327 | 2024-12-16T20:45:30.284Z | [ recovery-image] Dec 16 20:45:28.792 INFO O| Dec 16 20:45:28.792 INFO STEP 650 (remove_files) COMPLETE |
6328 | 2024-12-16T20:45:30.284Z | [ recovery-image] Dec 16 20:45:28.792 INFO O| Dec 16 20:45:28.792 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6329 | 2024-12-16T20:45:30.321Z | [ recovery-image] Dec 16 20:45:28.829 INFO O| Dec 16 20:45:28.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6330 | 2024-12-16T20:45:30.321Z | [ recovery-image] Dec 16 20:45:28.829 INFO O| Dec 16 20:45:28.829 INFO STEP 651 (remove_files) COMPLETE |
6331 | 2024-12-16T20:45:30.324Z | [ recovery-image] Dec 16 20:45:28.829 INFO O| Dec 16 20:45:28.829 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6332 | 2024-12-16T20:45:30.343Z | [ recovery-image] Dec 16 20:45:28.850 INFO O| Dec 16 20:45:28.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6333 | 2024-12-16T20:45:30.343Z | [ recovery-image] Dec 16 20:45:28.851 INFO O| Dec 16 20:45:28.851 INFO STEP 652 (remove_files) COMPLETE |
6334 | 2024-12-16T20:45:30.345Z | [ recovery-image] Dec 16 20:45:28.851 INFO O| Dec 16 20:45:28.851 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6335 | 2024-12-16T20:45:30.396Z | [ recovery-image] Dec 16 20:45:28.903 INFO O| Dec 16 20:45:28.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6336 | 2024-12-16T20:45:30.399Z | [ recovery-image] Dec 16 20:45:28.904 INFO O| Dec 16 20:45:28.904 INFO STEP 653 (remove_files) COMPLETE |
6337 | 2024-12-16T20:45:30.399Z | [ recovery-image] Dec 16 20:45:28.904 INFO O| Dec 16 20:45:28.904 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6338 | 2024-12-16T20:45:30.439Z | [ recovery-image] Dec 16 20:45:28.947 INFO O| Dec 16 20:45:28.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6339 | 2024-12-16T20:45:30.439Z | [ recovery-image] Dec 16 20:45:28.947 INFO O| Dec 16 20:45:28.947 INFO STEP 654 (remove_files) COMPLETE |
6340 | 2024-12-16T20:45:30.444Z | [ recovery-image] Dec 16 20:45:28.947 INFO O| Dec 16 20:45:28.947 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6341 | 2024-12-16T20:45:30.457Z | [ recovery-image] Dec 16 20:45:28.965 INFO O| Dec 16 20:45:28.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6342 | 2024-12-16T20:45:30.457Z | [ recovery-image] Dec 16 20:45:28.965 INFO O| Dec 16 20:45:28.965 INFO STEP 655 (remove_files) COMPLETE |
6343 | 2024-12-16T20:45:30.460Z | [ recovery-image] Dec 16 20:45:28.965 INFO O| Dec 16 20:45:28.965 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6344 | 2024-12-16T20:45:30.479Z | [ recovery-image] Dec 16 20:45:28.986 INFO O| Dec 16 20:45:28.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6345 | 2024-12-16T20:45:30.479Z | [ recovery-image] Dec 16 20:45:28.986 INFO O| Dec 16 20:45:28.986 INFO STEP 656 (remove_files) COMPLETE |
6346 | 2024-12-16T20:45:30.479Z | [ recovery-image] Dec 16 20:45:28.986 INFO O| Dec 16 20:45:28.986 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6347 | 2024-12-16T20:45:30.496Z | [ recovery-image] Dec 16 20:45:29.004 INFO O| Dec 16 20:45:29.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6348 | 2024-12-16T20:45:30.496Z | [ recovery-image] Dec 16 20:45:29.004 INFO O| Dec 16 20:45:29.004 INFO STEP 657 (remove_files) COMPLETE |
6349 | 2024-12-16T20:45:30.496Z | [ recovery-image] Dec 16 20:45:29.004 INFO O| Dec 16 20:45:29.004 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6350 | 2024-12-16T20:45:30.533Z | [ recovery-image] Dec 16 20:45:29.040 INFO O| Dec 16 20:45:29.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6351 | 2024-12-16T20:45:30.533Z | [ recovery-image] Dec 16 20:45:29.040 INFO O| Dec 16 20:45:29.040 INFO STEP 658 (remove_files) COMPLETE |
6352 | 2024-12-16T20:45:30.536Z | [ recovery-image] Dec 16 20:45:29.040 INFO O| Dec 16 20:45:29.040 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6353 | 2024-12-16T20:45:30.570Z | [ recovery-image] Dec 16 20:45:29.078 INFO O| Dec 16 20:45:29.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6354 | 2024-12-16T20:45:30.570Z | [ recovery-image] Dec 16 20:45:29.078 INFO O| Dec 16 20:45:29.078 INFO STEP 659 (remove_files) COMPLETE |
6355 | 2024-12-16T20:45:30.570Z | [ recovery-image] Dec 16 20:45:29.078 INFO O| Dec 16 20:45:29.078 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2024-12-16T20:45:30.625Z | [ recovery-image] Dec 16 20:45:29.133 INFO O| Dec 16 20:45:29.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6357 | 2024-12-16T20:45:30.625Z | [ recovery-image] Dec 16 20:45:29.133 INFO O| Dec 16 20:45:29.133 INFO STEP 660 (remove_files) COMPLETE |
6358 | 2024-12-16T20:45:30.625Z | [ recovery-image] Dec 16 20:45:29.133 INFO O| Dec 16 20:45:29.133 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2024-12-16T20:45:30.670Z | [ recovery-image] Dec 16 20:45:29.177 INFO O| Dec 16 20:45:29.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6360 | 2024-12-16T20:45:30.670Z | [ recovery-image] Dec 16 20:45:29.177 INFO O| Dec 16 20:45:29.177 INFO STEP 661 (remove_files) COMPLETE |
6361 | 2024-12-16T20:45:30.673Z | [ recovery-image] Dec 16 20:45:29.177 INFO O| Dec 16 20:45:29.177 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-12-16T20:45:30.707Z | [ recovery-image] Dec 16 20:45:29.215 INFO O| Dec 16 20:45:29.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6363 | 2024-12-16T20:45:30.710Z | [ recovery-image] Dec 16 20:45:29.215 INFO O| Dec 16 20:45:29.215 INFO STEP 662 (remove_files) COMPLETE |
6364 | 2024-12-16T20:45:30.710Z | [ recovery-image] Dec 16 20:45:29.215 INFO O| Dec 16 20:45:29.215 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-12-16T20:45:30.726Z | [ recovery-image] Dec 16 20:45:29.233 INFO O| Dec 16 20:45:29.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6366 | 2024-12-16T20:45:30.728Z | [ recovery-image] Dec 16 20:45:29.234 INFO O| Dec 16 20:45:29.234 INFO STEP 663 (remove_files) COMPLETE |
6367 | 2024-12-16T20:45:30.728Z | [ recovery-image] Dec 16 20:45:29.234 INFO O| Dec 16 20:45:29.234 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2024-12-16T20:45:30.744Z | [ recovery-image] Dec 16 20:45:29.251 INFO O| Dec 16 20:45:29.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6369 | 2024-12-16T20:45:30.747Z | [ recovery-image] Dec 16 20:45:29.252 INFO O| Dec 16 20:45:29.252 INFO STEP 664 (remove_files) COMPLETE |
6370 | 2024-12-16T20:45:30.747Z | [ recovery-image] Dec 16 20:45:29.252 INFO O| Dec 16 20:45:29.252 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2024-12-16T20:45:30.780Z | [ recovery-image] Dec 16 20:45:29.287 INFO O| Dec 16 20:45:29.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6372 | 2024-12-16T20:45:30.780Z | [ recovery-image] Dec 16 20:45:29.287 INFO O| Dec 16 20:45:29.287 INFO STEP 665 (remove_files) COMPLETE |
6373 | 2024-12-16T20:45:30.780Z | [ recovery-image] Dec 16 20:45:29.287 INFO O| Dec 16 20:45:29.287 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2024-12-16T20:45:30.827Z | [ recovery-image] Dec 16 20:45:29.335 INFO O| Dec 16 20:45:29.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6375 | 2024-12-16T20:45:30.830Z | [ recovery-image] Dec 16 20:45:29.335 INFO O| Dec 16 20:45:29.335 INFO STEP 666 (remove_files) COMPLETE |
6376 | 2024-12-16T20:45:30.830Z | [ recovery-image] Dec 16 20:45:29.335 INFO O| Dec 16 20:45:29.335 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-12-16T20:45:30.868Z | [ recovery-image] Dec 16 20:45:29.376 INFO O| Dec 16 20:45:29.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6378 | 2024-12-16T20:45:30.868Z | [ recovery-image] Dec 16 20:45:29.376 INFO O| Dec 16 20:45:29.376 INFO STEP 667 (remove_files) COMPLETE |
6379 | 2024-12-16T20:45:30.868Z | [ recovery-image] Dec 16 20:45:29.376 INFO O| Dec 16 20:45:29.376 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-12-16T20:45:30.888Z | [ recovery-image] Dec 16 20:45:29.396 INFO O| Dec 16 20:45:29.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6381 | 2024-12-16T20:45:30.888Z | [ recovery-image] Dec 16 20:45:29.396 INFO O| Dec 16 20:45:29.396 INFO STEP 668 (remove_files) COMPLETE |
6382 | 2024-12-16T20:45:30.891Z | [ recovery-image] Dec 16 20:45:29.396 INFO O| Dec 16 20:45:29.396 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-12-16T20:45:30.908Z | [ recovery-image] Dec 16 20:45:29.415 INFO O| Dec 16 20:45:29.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6384 | 2024-12-16T20:45:30.908Z | [ recovery-image] Dec 16 20:45:29.415 INFO O| Dec 16 20:45:29.415 INFO STEP 669 (remove_files) COMPLETE |
6385 | 2024-12-16T20:45:30.913Z | [ recovery-image] Dec 16 20:45:29.415 INFO O| Dec 16 20:45:29.415 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2024-12-16T20:45:30.927Z | [ recovery-image] Dec 16 20:45:29.434 INFO O| Dec 16 20:45:29.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6387 | 2024-12-16T20:45:30.927Z | [ recovery-image] Dec 16 20:45:29.434 INFO O| Dec 16 20:45:29.434 INFO STEP 670 (remove_files) COMPLETE |
6388 | 2024-12-16T20:45:30.927Z | [ recovery-image] Dec 16 20:45:29.434 INFO O| Dec 16 20:45:29.434 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2024-12-16T20:45:30.944Z | [ recovery-image] Dec 16 20:45:29.452 INFO O| Dec 16 20:45:29.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6390 | 2024-12-16T20:45:30.944Z | [ recovery-image] Dec 16 20:45:29.452 INFO O| Dec 16 20:45:29.452 INFO STEP 671 (remove_files) COMPLETE |
6391 | 2024-12-16T20:45:30.944Z | [ recovery-image] Dec 16 20:45:29.452 INFO O| Dec 16 20:45:29.452 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2024-12-16T20:45:30.962Z | [ recovery-image] Dec 16 20:45:29.470 INFO O| Dec 16 20:45:29.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6393 | 2024-12-16T20:45:30.962Z | [ recovery-image] Dec 16 20:45:29.470 INFO O| Dec 16 20:45:29.470 INFO STEP 672 (remove_files) COMPLETE |
6394 | 2024-12-16T20:45:30.966Z | [ recovery-image] Dec 16 20:45:29.470 INFO O| Dec 16 20:45:29.470 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2024-12-16T20:45:30.981Z | [ recovery-image] Dec 16 20:45:29.489 INFO O| Dec 16 20:45:29.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6396 | 2024-12-16T20:45:30.981Z | [ recovery-image] Dec 16 20:45:29.489 INFO O| Dec 16 20:45:29.489 INFO STEP 673 (remove_files) COMPLETE |
6397 | 2024-12-16T20:45:30.981Z | [ recovery-image] Dec 16 20:45:29.489 INFO O| Dec 16 20:45:29.489 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6398 | 2024-12-16T20:45:30.999Z | [ recovery-image] Dec 16 20:45:29.507 INFO O| Dec 16 20:45:29.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6399 | 2024-12-16T20:45:30.999Z | [ recovery-image] Dec 16 20:45:29.507 INFO O| Dec 16 20:45:29.507 INFO STEP 674 (remove_files) COMPLETE |
6400 | 2024-12-16T20:45:31.002Z | [ recovery-image] Dec 16 20:45:29.507 INFO O| Dec 16 20:45:29.507 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6401 | 2024-12-16T20:45:31.030Z | [ recovery-image] Dec 16 20:45:29.537 INFO O| Dec 16 20:45:29.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6402 | 2024-12-16T20:45:31.030Z | [ recovery-image] Dec 16 20:45:29.537 INFO O| Dec 16 20:45:29.537 INFO STEP 675 (remove_files) COMPLETE |
6403 | 2024-12-16T20:45:31.030Z | [ recovery-image] Dec 16 20:45:29.537 INFO O| Dec 16 20:45:29.537 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6404 | 2024-12-16T20:45:31.071Z | [ recovery-image] Dec 16 20:45:29.579 INFO O| Dec 16 20:45:29.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6405 | 2024-12-16T20:45:31.071Z | [ recovery-image] Dec 16 20:45:29.579 INFO O| Dec 16 20:45:29.579 INFO STEP 676 (remove_files) COMPLETE |
6406 | 2024-12-16T20:45:31.071Z | [ recovery-image] Dec 16 20:45:29.579 INFO O| Dec 16 20:45:29.579 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6407 | 2024-12-16T20:45:31.100Z | [ recovery-image] Dec 16 20:45:29.607 INFO O| Dec 16 20:45:29.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6408 | 2024-12-16T20:45:31.100Z | [ recovery-image] Dec 16 20:45:29.608 INFO O| Dec 16 20:45:29.607 INFO STEP 677 (remove_files) COMPLETE |
6409 | 2024-12-16T20:45:31.100Z | [ recovery-image] Dec 16 20:45:29.608 INFO O| Dec 16 20:45:29.608 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2024-12-16T20:45:31.116Z | [ recovery-image] Dec 16 20:45:29.623 INFO O| Dec 16 20:45:29.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6411 | 2024-12-16T20:45:31.116Z | [ recovery-image] Dec 16 20:45:29.623 INFO O| Dec 16 20:45:29.623 INFO STEP 678 (remove_files) COMPLETE |
6412 | 2024-12-16T20:45:31.116Z | [ recovery-image] Dec 16 20:45:29.624 INFO O| Dec 16 20:45:29.623 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2024-12-16T20:45:31.152Z | [ recovery-image] Dec 16 20:45:29.655 INFO O| Dec 16 20:45:29.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6414 | 2024-12-16T20:45:31.152Z | [ recovery-image] Dec 16 20:45:29.655 INFO O| Dec 16 20:45:29.655 INFO STEP 679 (remove_files) COMPLETE |
6415 | 2024-12-16T20:45:31.158Z | [ recovery-image] Dec 16 20:45:29.655 INFO O| Dec 16 20:45:29.655 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6416 | 2024-12-16T20:45:31.165Z | [ recovery-image] Dec 16 20:45:29.672 INFO O| Dec 16 20:45:29.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6417 | 2024-12-16T20:45:31.165Z | [ recovery-image] Dec 16 20:45:29.672 INFO O| Dec 16 20:45:29.672 INFO STEP 680 (remove_files) COMPLETE |
6418 | 2024-12-16T20:45:31.165Z | [ recovery-image] Dec 16 20:45:29.672 INFO O| Dec 16 20:45:29.672 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6419 | 2024-12-16T20:45:31.181Z | [ recovery-image] Dec 16 20:45:29.688 INFO O| Dec 16 20:45:29.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6420 | 2024-12-16T20:45:31.181Z | [ recovery-image] Dec 16 20:45:29.688 INFO O| Dec 16 20:45:29.688 INFO STEP 681 (remove_files) COMPLETE |
6421 | 2024-12-16T20:45:31.181Z | [ recovery-image] Dec 16 20:45:29.689 INFO O| Dec 16 20:45:29.688 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6422 | 2024-12-16T20:45:31.197Z | [ recovery-image] Dec 16 20:45:29.705 INFO O| Dec 16 20:45:29.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6423 | 2024-12-16T20:45:31.201Z | [ recovery-image] Dec 16 20:45:29.709 INFO O| Dec 16 20:45:29.709 INFO STEP 682 (remove_files) COMPLETE |
6424 | 2024-12-16T20:45:31.201Z | [ recovery-image] Dec 16 20:45:29.709 INFO O| Dec 16 20:45:29.709 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2024-12-16T20:45:31.258Z | [ recovery-image] Dec 16 20:45:29.766 INFO O| Dec 16 20:45:29.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6426 | 2024-12-16T20:45:31.258Z | [ recovery-image] Dec 16 20:45:29.766 INFO O| Dec 16 20:45:29.766 INFO STEP 683 (remove_files) COMPLETE |
6427 | 2024-12-16T20:45:31.258Z | [ recovery-image] Dec 16 20:45:29.766 INFO O| Dec 16 20:45:29.766 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6428 | 2024-12-16T20:45:31.301Z | [ recovery-image] Dec 16 20:45:29.809 INFO O| Dec 16 20:45:29.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6429 | 2024-12-16T20:45:31.303Z | [ recovery-image] Dec 16 20:45:29.809 INFO O| Dec 16 20:45:29.809 INFO STEP 684 (remove_files) COMPLETE |
6430 | 2024-12-16T20:45:31.304Z | [ recovery-image] Dec 16 20:45:29.809 INFO O| Dec 16 20:45:29.809 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6431 | 2024-12-16T20:45:31.353Z | [ recovery-image] Dec 16 20:45:29.860 INFO O| Dec 16 20:45:29.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6432 | 2024-12-16T20:45:31.353Z | [ recovery-image] Dec 16 20:45:29.860 INFO O| Dec 16 20:45:29.860 INFO STEP 685 (remove_files) COMPLETE |
6433 | 2024-12-16T20:45:31.353Z | [ recovery-image] Dec 16 20:45:29.860 INFO O| Dec 16 20:45:29.860 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2024-12-16T20:45:31.371Z | [ host-image] Dec 16 20:45:29.878 INFO O| Dec 16 20:45:29.878 INFO O| Done |
6435 | 2024-12-16T20:45:31.387Z | [ recovery-image] Dec 16 20:45:29.895 INFO O| Dec 16 20:45:29.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6436 | 2024-12-16T20:45:31.387Z | [ recovery-image] Dec 16 20:45:29.895 INFO O| Dec 16 20:45:29.895 INFO STEP 686 (remove_files) COMPLETE |
6437 | 2024-12-16T20:45:31.387Z | [ recovery-image] Dec 16 20:45:29.895 INFO O| Dec 16 20:45:29.895 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2024-12-16T20:45:31.436Z | [ recovery-image] Dec 16 20:45:29.943 INFO O| Dec 16 20:45:29.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6439 | 2024-12-16T20:45:31.436Z | [ recovery-image] Dec 16 20:45:29.943 INFO O| Dec 16 20:45:29.943 INFO STEP 687 (remove_files) COMPLETE |
6440 | 2024-12-16T20:45:31.436Z | [ recovery-image] Dec 16 20:45:29.943 INFO O| Dec 16 20:45:29.943 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2024-12-16T20:45:31.488Z | [ recovery-image] Dec 16 20:45:29.995 INFO O| Dec 16 20:45:29.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6442 | 2024-12-16T20:45:31.488Z | [ recovery-image] Dec 16 20:45:29.995 INFO O| Dec 16 20:45:29.995 INFO STEP 688 (remove_files) COMPLETE |
6443 | 2024-12-16T20:45:31.488Z | [ recovery-image] Dec 16 20:45:29.995 INFO O| Dec 16 20:45:29.995 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-12-16T20:45:31.524Z | [ recovery-image] Dec 16 20:45:30.031 INFO O| Dec 16 20:45:30.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6445 | 2024-12-16T20:45:31.524Z | [ recovery-image] Dec 16 20:45:30.031 INFO O| Dec 16 20:45:30.031 INFO STEP 689 (remove_files) COMPLETE |
6446 | 2024-12-16T20:45:31.524Z | [ recovery-image] Dec 16 20:45:30.031 INFO O| Dec 16 20:45:30.031 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2024-12-16T20:45:31.559Z | [ recovery-image] Dec 16 20:45:30.066 INFO O| Dec 16 20:45:30.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6448 | 2024-12-16T20:45:31.559Z | [ recovery-image] Dec 16 20:45:30.066 INFO O| Dec 16 20:45:30.066 INFO STEP 690 (remove_files) COMPLETE |
6449 | 2024-12-16T20:45:31.559Z | [ recovery-image] Dec 16 20:45:30.066 INFO O| Dec 16 20:45:30.066 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-12-16T20:45:31.630Z | [ recovery-image] Dec 16 20:45:30.137 INFO O| Dec 16 20:45:30.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6451 | 2024-12-16T20:45:31.630Z | [ recovery-image] Dec 16 20:45:30.137 INFO O| Dec 16 20:45:30.137 INFO STEP 691 (remove_files) COMPLETE |
6452 | 2024-12-16T20:45:31.630Z | [ recovery-image] Dec 16 20:45:30.137 INFO O| Dec 16 20:45:30.137 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-12-16T20:45:31.650Z | [ recovery-image] Dec 16 20:45:30.158 INFO O| Dec 16 20:45:30.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6454 | 2024-12-16T20:45:31.650Z | [ recovery-image] Dec 16 20:45:30.158 INFO O| Dec 16 20:45:30.158 INFO STEP 692 (remove_files) COMPLETE |
6455 | 2024-12-16T20:45:31.650Z | [ recovery-image] Dec 16 20:45:30.158 INFO O| Dec 16 20:45:30.158 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-12-16T20:45:31.670Z | [ recovery-image] Dec 16 20:45:30.177 INFO O| Dec 16 20:45:30.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6457 | 2024-12-16T20:45:31.670Z | [ recovery-image] Dec 16 20:45:30.177 INFO O| Dec 16 20:45:30.177 INFO STEP 693 (remove_files) COMPLETE |
6458 | 2024-12-16T20:45:31.671Z | [ recovery-image] Dec 16 20:45:30.177 INFO O| Dec 16 20:45:30.177 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-12-16T20:45:31.699Z | [ recovery-image] Dec 16 20:45:30.206 INFO O| Dec 16 20:45:30.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6460 | 2024-12-16T20:45:31.699Z | [ recovery-image] Dec 16 20:45:30.206 INFO O| Dec 16 20:45:30.206 INFO STEP 694 (remove_files) COMPLETE |
6461 | 2024-12-16T20:45:31.699Z | [ recovery-image] Dec 16 20:45:30.206 INFO O| Dec 16 20:45:30.206 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-12-16T20:45:31.724Z | [ recovery-image] Dec 16 20:45:30.231 INFO O| Dec 16 20:45:30.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6463 | 2024-12-16T20:45:31.726Z | [ recovery-image] Dec 16 20:45:30.231 INFO O| Dec 16 20:45:30.231 INFO STEP 695 (remove_files) COMPLETE |
6464 | 2024-12-16T20:45:31.726Z | [ recovery-image] Dec 16 20:45:30.231 INFO O| Dec 16 20:45:30.231 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-12-16T20:45:31.743Z | [ recovery-image] Dec 16 20:45:30.251 INFO O| Dec 16 20:45:30.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6466 | 2024-12-16T20:45:31.743Z | [ recovery-image] Dec 16 20:45:30.251 INFO O| Dec 16 20:45:30.251 INFO STEP 696 (remove_files) COMPLETE |
6467 | 2024-12-16T20:45:31.743Z | [ recovery-image] Dec 16 20:45:30.251 INFO O| Dec 16 20:45:30.251 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-12-16T20:45:31.776Z | [ recovery-image] Dec 16 20:45:30.284 INFO O| Dec 16 20:45:30.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6469 | 2024-12-16T20:45:31.776Z | [ recovery-image] Dec 16 20:45:30.284 INFO O| Dec 16 20:45:30.284 INFO STEP 697 (remove_files) COMPLETE |
6470 | 2024-12-16T20:45:31.780Z | [ recovery-image] Dec 16 20:45:30.284 INFO O| Dec 16 20:45:30.284 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-12-16T20:45:31.816Z | [ recovery-image] Dec 16 20:45:30.322 INFO O| Dec 16 20:45:30.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6472 | 2024-12-16T20:45:31.816Z | [ recovery-image] Dec 16 20:45:30.322 INFO O| Dec 16 20:45:30.322 INFO STEP 698 (remove_files) COMPLETE |
6473 | 2024-12-16T20:45:31.816Z | [ recovery-image] Dec 16 20:45:30.322 INFO O| Dec 16 20:45:30.322 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-12-16T20:45:31.834Z | [ recovery-image] Dec 16 20:45:30.342 INFO O| Dec 16 20:45:30.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6475 | 2024-12-16T20:45:31.834Z | [ recovery-image] Dec 16 20:45:30.342 INFO O| Dec 16 20:45:30.342 INFO STEP 699 (remove_files) COMPLETE |
6476 | 2024-12-16T20:45:31.834Z | [ recovery-image] Dec 16 20:45:30.342 INFO O| Dec 16 20:45:30.342 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-12-16T20:45:31.853Z | [ recovery-image] Dec 16 20:45:30.361 INFO O| Dec 16 20:45:30.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6478 | 2024-12-16T20:45:31.853Z | [ recovery-image] Dec 16 20:45:30.361 INFO O| Dec 16 20:45:30.361 INFO STEP 700 (remove_files) COMPLETE |
6479 | 2024-12-16T20:45:31.853Z | [ recovery-image] Dec 16 20:45:30.361 INFO O| Dec 16 20:45:30.361 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-12-16T20:45:31.900Z | [ recovery-image] Dec 16 20:45:30.408 INFO O| Dec 16 20:45:30.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6481 | 2024-12-16T20:45:31.903Z | [ recovery-image] Dec 16 20:45:30.408 INFO O| Dec 16 20:45:30.408 INFO STEP 701 (remove_files) COMPLETE |
6482 | 2024-12-16T20:45:31.903Z | [ recovery-image] Dec 16 20:45:30.408 INFO O| Dec 16 20:45:30.408 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-12-16T20:45:31.923Z | [ recovery-image] Dec 16 20:45:30.431 INFO O| Dec 16 20:45:30.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6484 | 2024-12-16T20:45:31.927Z | [ recovery-image] Dec 16 20:45:30.431 INFO O| Dec 16 20:45:30.431 INFO STEP 702 (remove_files) COMPLETE |
6485 | 2024-12-16T20:45:31.927Z | [ recovery-image] Dec 16 20:45:30.431 INFO O| Dec 16 20:45:30.431 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-12-16T20:45:31.972Z | [ recovery-image] Dec 16 20:45:30.480 INFO O| Dec 16 20:45:30.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6487 | 2024-12-16T20:45:31.975Z | [ recovery-image] Dec 16 20:45:30.480 INFO O| Dec 16 20:45:30.480 INFO STEP 703 (remove_files) COMPLETE |
6488 | 2024-12-16T20:45:31.975Z | [ recovery-image] Dec 16 20:45:30.480 INFO O| Dec 16 20:45:30.480 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-12-16T20:45:32.022Z | [ recovery-image] Dec 16 20:45:30.530 INFO O| Dec 16 20:45:30.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6490 | 2024-12-16T20:45:32.022Z | [ recovery-image] Dec 16 20:45:30.530 INFO O| Dec 16 20:45:30.530 INFO STEP 704 (remove_files) COMPLETE |
6491 | 2024-12-16T20:45:32.025Z | [ recovery-image] Dec 16 20:45:30.530 INFO O| Dec 16 20:45:30.530 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-12-16T20:45:32.063Z | [ recovery-image] Dec 16 20:45:30.570 INFO O| Dec 16 20:45:30.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6493 | 2024-12-16T20:45:32.066Z | [ recovery-image] Dec 16 20:45:30.571 INFO O| Dec 16 20:45:30.570 INFO STEP 705 (remove_files) COMPLETE |
6494 | 2024-12-16T20:45:32.066Z | [ recovery-image] Dec 16 20:45:30.571 INFO O| Dec 16 20:45:30.571 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-12-16T20:45:32.097Z | [ recovery-image] Dec 16 20:45:30.605 INFO O| Dec 16 20:45:30.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6496 | 2024-12-16T20:45:32.097Z | [ recovery-image] Dec 16 20:45:30.605 INFO O| Dec 16 20:45:30.605 INFO STEP 706 (remove_files) COMPLETE |
6497 | 2024-12-16T20:45:32.097Z | [ recovery-image] Dec 16 20:45:30.605 INFO O| Dec 16 20:45:30.605 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-12-16T20:45:32.117Z | [ recovery-image] Dec 16 20:45:30.624 INFO O| Dec 16 20:45:30.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6499 | 2024-12-16T20:45:32.117Z | [ recovery-image] Dec 16 20:45:30.625 INFO O| Dec 16 20:45:30.624 INFO STEP 707 (remove_files) COMPLETE |
6500 | 2024-12-16T20:45:32.117Z | [ recovery-image] Dec 16 20:45:30.625 INFO O| Dec 16 20:45:30.624 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-12-16T20:45:32.149Z | [ recovery-image] Dec 16 20:45:30.656 INFO O| Dec 16 20:45:30.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6502 | 2024-12-16T20:45:32.149Z | [ recovery-image] Dec 16 20:45:30.656 INFO O| Dec 16 20:45:30.656 INFO STEP 708 (remove_files) COMPLETE |
6503 | 2024-12-16T20:45:32.149Z | [ recovery-image] Dec 16 20:45:30.656 INFO O| Dec 16 20:45:30.656 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-12-16T20:45:32.182Z | [ recovery-image] Dec 16 20:45:30.689 INFO O| Dec 16 20:45:30.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6505 | 2024-12-16T20:45:32.182Z | [ recovery-image] Dec 16 20:45:30.689 INFO O| Dec 16 20:45:30.689 INFO STEP 709 (remove_files) COMPLETE |
6506 | 2024-12-16T20:45:32.185Z | [ recovery-image] Dec 16 20:45:30.689 INFO O| Dec 16 20:45:30.689 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-12-16T20:45:32.223Z | [ recovery-image] Dec 16 20:45:30.730 INFO O| Dec 16 20:45:30.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6508 | 2024-12-16T20:45:32.223Z | [ recovery-image] Dec 16 20:45:30.731 INFO O| Dec 16 20:45:30.730 INFO STEP 710 (remove_files) COMPLETE |
6509 | 2024-12-16T20:45:32.223Z | [ recovery-image] Dec 16 20:45:30.731 INFO O| Dec 16 20:45:30.730 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-12-16T20:45:32.264Z | [ recovery-image] Dec 16 20:45:30.771 INFO O| Dec 16 20:45:30.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6511 | 2024-12-16T20:45:32.264Z | [ recovery-image] Dec 16 20:45:30.771 INFO O| Dec 16 20:45:30.771 INFO STEP 711 (remove_files) COMPLETE |
6512 | 2024-12-16T20:45:32.264Z | [ recovery-image] Dec 16 20:45:30.771 INFO O| Dec 16 20:45:30.771 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-12-16T20:45:32.282Z | [ recovery-image] Dec 16 20:45:30.790 INFO O| Dec 16 20:45:30.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6514 | 2024-12-16T20:45:32.282Z | [ recovery-image] Dec 16 20:45:30.790 INFO O| Dec 16 20:45:30.790 INFO STEP 712 (remove_files) COMPLETE |
6515 | 2024-12-16T20:45:32.285Z | [ recovery-image] Dec 16 20:45:30.790 INFO O| Dec 16 20:45:30.790 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-12-16T20:45:32.301Z | [ recovery-image] Dec 16 20:45:30.808 INFO O| Dec 16 20:45:30.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6517 | 2024-12-16T20:45:32.301Z | [ recovery-image] Dec 16 20:45:30.808 INFO O| Dec 16 20:45:30.808 INFO STEP 713 (remove_files) COMPLETE |
6518 | 2024-12-16T20:45:32.301Z | [ recovery-image] Dec 16 20:45:30.808 INFO O| Dec 16 20:45:30.808 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-12-16T20:45:32.319Z | [ recovery-image] Dec 16 20:45:30.826 INFO O| Dec 16 20:45:30.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6520 | 2024-12-16T20:45:32.319Z | [ recovery-image] Dec 16 20:45:30.826 INFO O| Dec 16 20:45:30.826 INFO STEP 714 (remove_files) COMPLETE |
6521 | 2024-12-16T20:45:32.319Z | [ recovery-image] Dec 16 20:45:30.826 INFO O| Dec 16 20:45:30.826 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-12-16T20:45:32.338Z | [ recovery-image] Dec 16 20:45:30.845 INFO O| Dec 16 20:45:30.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6523 | 2024-12-16T20:45:32.338Z | [ recovery-image] Dec 16 20:45:30.845 INFO O| Dec 16 20:45:30.845 INFO STEP 715 (remove_files) COMPLETE |
6524 | 2024-12-16T20:45:32.338Z | [ recovery-image] Dec 16 20:45:30.845 INFO O| Dec 16 20:45:30.845 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-12-16T20:45:32.357Z | [ recovery-image] Dec 16 20:45:30.865 INFO O| Dec 16 20:45:30.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6526 | 2024-12-16T20:45:32.360Z | [ recovery-image] Dec 16 20:45:30.866 INFO O| Dec 16 20:45:30.866 INFO STEP 716 (remove_files) COMPLETE |
6527 | 2024-12-16T20:45:32.360Z | [ recovery-image] Dec 16 20:45:30.866 INFO O| Dec 16 20:45:30.866 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-12-16T20:45:32.384Z | [ recovery-image] Dec 16 20:45:30.892 INFO O| Dec 16 20:45:30.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6529 | 2024-12-16T20:45:32.384Z | [ recovery-image] Dec 16 20:45:30.892 INFO O| Dec 16 20:45:30.892 INFO STEP 717 (remove_files) COMPLETE |
6530 | 2024-12-16T20:45:32.387Z | [ recovery-image] Dec 16 20:45:30.892 INFO O| Dec 16 20:45:30.892 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-12-16T20:45:32.419Z | [ recovery-image] Dec 16 20:45:30.927 INFO O| Dec 16 20:45:30.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6532 | 2024-12-16T20:45:32.419Z | [ recovery-image] Dec 16 20:45:30.927 INFO O| Dec 16 20:45:30.927 INFO STEP 718 (remove_files) COMPLETE |
6533 | 2024-12-16T20:45:32.419Z | [ recovery-image] Dec 16 20:45:30.927 INFO O| Dec 16 20:45:30.927 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-12-16T20:45:32.441Z | [ recovery-image] Dec 16 20:45:30.949 INFO O| Dec 16 20:45:30.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6535 | 2024-12-16T20:45:32.441Z | [ recovery-image] Dec 16 20:45:30.949 INFO O| Dec 16 20:45:30.949 INFO STEP 719 (remove_files) COMPLETE |
6536 | 2024-12-16T20:45:32.444Z | [ recovery-image] Dec 16 20:45:30.949 INFO O| Dec 16 20:45:30.949 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-12-16T20:45:32.461Z | [ recovery-image] Dec 16 20:45:30.967 INFO O| Dec 16 20:45:30.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6538 | 2024-12-16T20:45:32.461Z | [ recovery-image] Dec 16 20:45:30.967 INFO O| Dec 16 20:45:30.967 INFO STEP 720 (remove_files) COMPLETE |
6539 | 2024-12-16T20:45:32.461Z | [ recovery-image] Dec 16 20:45:30.967 INFO O| Dec 16 20:45:30.967 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-12-16T20:45:32.478Z | [ recovery-image] Dec 16 20:45:30.986 INFO O| Dec 16 20:45:30.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6541 | 2024-12-16T20:45:32.478Z | [ recovery-image] Dec 16 20:45:30.986 INFO O| Dec 16 20:45:30.986 INFO STEP 721 (remove_files) COMPLETE |
6542 | 2024-12-16T20:45:32.478Z | [ recovery-image] Dec 16 20:45:30.986 INFO O| Dec 16 20:45:30.986 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-12-16T20:45:32.514Z | [ recovery-image] Dec 16 20:45:31.022 INFO O| Dec 16 20:45:31.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6544 | 2024-12-16T20:45:32.514Z | [ recovery-image] Dec 16 20:45:31.022 INFO O| Dec 16 20:45:31.022 INFO STEP 722 (remove_files) COMPLETE |
6545 | 2024-12-16T20:45:32.514Z | [ recovery-image] Dec 16 20:45:31.022 INFO O| Dec 16 20:45:31.022 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-12-16T20:45:32.535Z | [ recovery-image] Dec 16 20:45:31.042 INFO O| Dec 16 20:45:31.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6547 | 2024-12-16T20:45:32.535Z | [ recovery-image] Dec 16 20:45:31.042 INFO O| Dec 16 20:45:31.042 INFO STEP 723 (remove_files) COMPLETE |
6548 | 2024-12-16T20:45:32.537Z | [ recovery-image] Dec 16 20:45:31.042 INFO O| Dec 16 20:45:31.042 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-12-16T20:45:32.554Z | [ recovery-image] Dec 16 20:45:31.061 INFO O| Dec 16 20:45:31.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6550 | 2024-12-16T20:45:32.554Z | [ recovery-image] Dec 16 20:45:31.061 INFO O| Dec 16 20:45:31.061 INFO STEP 724 (remove_files) COMPLETE |
6551 | 2024-12-16T20:45:32.556Z | [ recovery-image] Dec 16 20:45:31.061 INFO O| Dec 16 20:45:31.061 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-12-16T20:45:32.572Z | [ recovery-image] Dec 16 20:45:31.079 INFO O| Dec 16 20:45:31.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6553 | 2024-12-16T20:45:32.582Z | [ recovery-image] Dec 16 20:45:31.090 INFO O| Dec 16 20:45:31.090 INFO STEP 725 (remove_files) COMPLETE |
6554 | 2024-12-16T20:45:32.582Z | [ recovery-image] Dec 16 20:45:31.090 INFO O| Dec 16 20:45:31.090 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-12-16T20:45:32.604Z | [ recovery-image] Dec 16 20:45:31.111 INFO O| Dec 16 20:45:31.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6556 | 2024-12-16T20:45:32.607Z | [ recovery-image] Dec 16 20:45:31.111 INFO O| Dec 16 20:45:31.111 INFO STEP 726 (remove_files) COMPLETE |
6557 | 2024-12-16T20:45:32.607Z | [ recovery-image] Dec 16 20:45:31.112 INFO O| Dec 16 20:45:31.112 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-12-16T20:45:32.623Z | [ recovery-image] Dec 16 20:45:31.131 INFO O| Dec 16 20:45:31.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6559 | 2024-12-16T20:45:32.645Z | [ recovery-image] Dec 16 20:45:31.153 INFO O| Dec 16 20:45:31.153 INFO STEP 727 (remove_files) COMPLETE |
6560 | 2024-12-16T20:45:32.645Z | [ recovery-image] Dec 16 20:45:31.153 INFO O| Dec 16 20:45:31.153 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-12-16T20:45:32.665Z | [ recovery-image] Dec 16 20:45:31.172 INFO O| Dec 16 20:45:31.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6562 | 2024-12-16T20:45:32.665Z | [ recovery-image] Dec 16 20:45:31.172 INFO O| Dec 16 20:45:31.172 INFO STEP 728 (remove_files) COMPLETE |
6563 | 2024-12-16T20:45:32.667Z | [ recovery-image] Dec 16 20:45:31.173 INFO O| Dec 16 20:45:31.172 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-12-16T20:45:32.685Z | [ recovery-image] Dec 16 20:45:31.192 INFO O| Dec 16 20:45:31.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6565 | 2024-12-16T20:45:32.687Z | [ recovery-image] Dec 16 20:45:31.192 INFO O| Dec 16 20:45:31.192 INFO STEP 729 (remove_files) COMPLETE |
6566 | 2024-12-16T20:45:32.687Z | [ recovery-image] Dec 16 20:45:31.192 INFO O| Dec 16 20:45:31.192 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-12-16T20:45:32.706Z | [ recovery-image] Dec 16 20:45:31.214 INFO O| Dec 16 20:45:31.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6568 | 2024-12-16T20:45:32.709Z | [ recovery-image] Dec 16 20:45:31.214 INFO O| Dec 16 20:45:31.214 INFO STEP 730 (remove_files) COMPLETE |
6569 | 2024-12-16T20:45:32.710Z | [ recovery-image] Dec 16 20:45:31.214 INFO O| Dec 16 20:45:31.214 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2024-12-16T20:45:32.726Z | [ recovery-image] Dec 16 20:45:31.234 INFO O| Dec 16 20:45:31.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6571 | 2024-12-16T20:45:32.729Z | [ recovery-image] Dec 16 20:45:31.234 INFO O| Dec 16 20:45:31.234 INFO STEP 731 (remove_files) COMPLETE |
6572 | 2024-12-16T20:45:32.729Z | [ recovery-image] Dec 16 20:45:31.234 INFO O| Dec 16 20:45:31.234 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2024-12-16T20:45:32.747Z | [ recovery-image] Dec 16 20:45:31.254 INFO O| Dec 16 20:45:31.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6574 | 2024-12-16T20:45:32.750Z | [ recovery-image] Dec 16 20:45:31.255 INFO O| Dec 16 20:45:31.255 INFO STEP 732 (remove_files) COMPLETE |
6575 | 2024-12-16T20:45:32.750Z | [ recovery-image] Dec 16 20:45:31.255 INFO O| Dec 16 20:45:31.255 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2024-12-16T20:45:32.768Z | [ recovery-image] Dec 16 20:45:31.275 INFO O| Dec 16 20:45:31.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6577 | 2024-12-16T20:45:32.770Z | [ recovery-image] Dec 16 20:45:31.275 INFO O| Dec 16 20:45:31.275 INFO STEP 733 (remove_files) COMPLETE |
6578 | 2024-12-16T20:45:32.770Z | [ recovery-image] Dec 16 20:45:31.276 INFO O| Dec 16 20:45:31.275 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2024-12-16T20:45:32.788Z | [ recovery-image] Dec 16 20:45:31.295 INFO O| Dec 16 20:45:31.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6580 | 2024-12-16T20:45:32.791Z | [ recovery-image] Dec 16 20:45:31.295 INFO O| Dec 16 20:45:31.295 INFO STEP 734 (remove_files) COMPLETE |
6581 | 2024-12-16T20:45:32.791Z | [ recovery-image] Dec 16 20:45:31.296 INFO O| Dec 16 20:45:31.295 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2024-12-16T20:45:32.808Z | [ recovery-image] Dec 16 20:45:31.315 INFO O| Dec 16 20:45:31.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6583 | 2024-12-16T20:45:32.811Z | [ recovery-image] Dec 16 20:45:31.316 INFO O| Dec 16 20:45:31.315 INFO STEP 735 (remove_files) COMPLETE |
6584 | 2024-12-16T20:45:32.811Z | [ recovery-image] Dec 16 20:45:31.316 INFO O| Dec 16 20:45:31.316 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6585 | 2024-12-16T20:45:32.828Z | [ recovery-image] Dec 16 20:45:31.336 INFO O| Dec 16 20:45:31.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6586 | 2024-12-16T20:45:32.831Z | [ recovery-image] Dec 16 20:45:31.336 INFO O| Dec 16 20:45:31.336 INFO STEP 736 (remove_files) COMPLETE |
6587 | 2024-12-16T20:45:32.831Z | [ recovery-image] Dec 16 20:45:31.336 INFO O| Dec 16 20:45:31.336 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6588 | 2024-12-16T20:45:32.848Z | [ recovery-image] Dec 16 20:45:31.355 INFO O| Dec 16 20:45:31.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6589 | 2024-12-16T20:45:32.850Z | [ recovery-image] Dec 16 20:45:31.355 INFO O| Dec 16 20:45:31.355 INFO STEP 737 (remove_files) COMPLETE |
6590 | 2024-12-16T20:45:32.850Z | [ recovery-image] Dec 16 20:45:31.356 INFO O| Dec 16 20:45:31.356 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6591 | 2024-12-16T20:45:32.868Z | [ recovery-image] Dec 16 20:45:31.375 INFO O| Dec 16 20:45:31.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6592 | 2024-12-16T20:45:32.870Z | [ recovery-image] Dec 16 20:45:31.375 INFO O| Dec 16 20:45:31.375 INFO STEP 738 (remove_files) COMPLETE |
6593 | 2024-12-16T20:45:32.871Z | [ recovery-image] Dec 16 20:45:31.375 INFO O| Dec 16 20:45:31.375 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2024-12-16T20:45:32.887Z | [ recovery-image] Dec 16 20:45:31.394 INFO O| Dec 16 20:45:31.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6595 | 2024-12-16T20:45:32.890Z | [ recovery-image] Dec 16 20:45:31.395 INFO O| Dec 16 20:45:31.395 INFO STEP 739 (remove_files) COMPLETE |
6596 | 2024-12-16T20:45:32.890Z | [ recovery-image] Dec 16 20:45:31.395 INFO O| Dec 16 20:45:31.395 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2024-12-16T20:45:32.905Z | [ recovery-image] Dec 16 20:45:31.413 INFO O| Dec 16 20:45:31.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6598 | 2024-12-16T20:45:32.908Z | [ recovery-image] Dec 16 20:45:31.413 INFO O| Dec 16 20:45:31.413 INFO STEP 740 (remove_files) COMPLETE |
6599 | 2024-12-16T20:45:32.908Z | [ recovery-image] Dec 16 20:45:31.413 INFO O| Dec 16 20:45:31.413 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2024-12-16T20:45:32.924Z | [ recovery-image] Dec 16 20:45:31.431 INFO O| Dec 16 20:45:31.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6601 | 2024-12-16T20:45:32.927Z | [ recovery-image] Dec 16 20:45:31.432 INFO O| Dec 16 20:45:31.432 INFO STEP 741 (remove_files) COMPLETE |
6602 | 2024-12-16T20:45:32.927Z | [ recovery-image] Dec 16 20:45:31.432 INFO O| Dec 16 20:45:31.432 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2024-12-16T20:45:32.944Z | [ recovery-image] Dec 16 20:45:31.450 INFO O| Dec 16 20:45:31.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6604 | 2024-12-16T20:45:32.947Z | [ recovery-image] Dec 16 20:45:31.450 INFO O| Dec 16 20:45:31.450 INFO STEP 742 (remove_files) COMPLETE |
6605 | 2024-12-16T20:45:32.947Z | [ recovery-image] Dec 16 20:45:31.450 INFO O| Dec 16 20:45:31.450 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2024-12-16T20:45:32.960Z | [ recovery-image] Dec 16 20:45:31.468 INFO O| Dec 16 20:45:31.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6607 | 2024-12-16T20:45:32.963Z | [ recovery-image] Dec 16 20:45:31.468 INFO O| Dec 16 20:45:31.468 INFO STEP 743 (remove_files) COMPLETE |
6608 | 2024-12-16T20:45:32.963Z | [ recovery-image] Dec 16 20:45:31.468 INFO O| Dec 16 20:45:31.468 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2024-12-16T20:45:32.978Z | [ recovery-image] Dec 16 20:45:31.486 INFO O| Dec 16 20:45:31.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6610 | 2024-12-16T20:45:32.981Z | [ recovery-image] Dec 16 20:45:31.486 INFO O| Dec 16 20:45:31.486 INFO STEP 744 (remove_files) COMPLETE |
6611 | 2024-12-16T20:45:32.981Z | [ recovery-image] Dec 16 20:45:31.486 INFO O| Dec 16 20:45:31.486 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2024-12-16T20:45:32.998Z | [ recovery-image] Dec 16 20:45:31.505 INFO O| Dec 16 20:45:31.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6613 | 2024-12-16T20:45:33.001Z | [ recovery-image] Dec 16 20:45:31.505 INFO O| Dec 16 20:45:31.505 INFO STEP 745 (remove_files) COMPLETE |
6614 | 2024-12-16T20:45:33.001Z | [ recovery-image] Dec 16 20:45:31.505 INFO O| Dec 16 20:45:31.505 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2024-12-16T20:45:33.019Z | [ recovery-image] Dec 16 20:45:31.526 INFO O| Dec 16 20:45:31.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6616 | 2024-12-16T20:45:33.022Z | [ recovery-image] Dec 16 20:45:31.526 INFO O| Dec 16 20:45:31.526 INFO STEP 746 (remove_files) COMPLETE |
6617 | 2024-12-16T20:45:33.022Z | [ recovery-image] Dec 16 20:45:31.526 INFO O| Dec 16 20:45:31.526 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6618 | 2024-12-16T20:45:33.040Z | [ recovery-image] Dec 16 20:45:31.548 INFO O| Dec 16 20:45:31.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6619 | 2024-12-16T20:45:33.044Z | [ recovery-image] Dec 16 20:45:31.548 INFO O| Dec 16 20:45:31.548 INFO STEP 747 (remove_files) COMPLETE |
6620 | 2024-12-16T20:45:33.044Z | [ recovery-image] Dec 16 20:45:31.548 INFO O| Dec 16 20:45:31.548 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6621 | 2024-12-16T20:45:33.077Z | [ recovery-image] Dec 16 20:45:31.585 INFO O| Dec 16 20:45:31.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6622 | 2024-12-16T20:45:33.078Z | [ recovery-image] Dec 16 20:45:31.585 INFO O| Dec 16 20:45:31.585 INFO STEP 748 (remove_files) COMPLETE |
6623 | 2024-12-16T20:45:33.078Z | [ recovery-image] Dec 16 20:45:31.585 INFO O| Dec 16 20:45:31.585 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2024-12-16T20:45:33.097Z | [ recovery-image] Dec 16 20:45:31.604 INFO O| Dec 16 20:45:31.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6625 | 2024-12-16T20:45:33.097Z | [ recovery-image] Dec 16 20:45:31.604 INFO O| Dec 16 20:45:31.604 INFO STEP 749 (remove_files) COMPLETE |
6626 | 2024-12-16T20:45:33.099Z | [ recovery-image] Dec 16 20:45:31.604 INFO O| Dec 16 20:45:31.604 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2024-12-16T20:45:33.118Z | [ recovery-image] Dec 16 20:45:31.625 INFO O| Dec 16 20:45:31.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6628 | 2024-12-16T20:45:33.120Z | [ recovery-image] Dec 16 20:45:31.626 INFO O| Dec 16 20:45:31.625 INFO STEP 750 (remove_files) COMPLETE |
6629 | 2024-12-16T20:45:33.120Z | [ recovery-image] Dec 16 20:45:31.626 INFO O| Dec 16 20:45:31.626 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2024-12-16T20:45:33.147Z | [ recovery-image] Dec 16 20:45:31.654 INFO O| Dec 16 20:45:31.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6631 | 2024-12-16T20:45:33.151Z | [ recovery-image] Dec 16 20:45:31.655 INFO O| Dec 16 20:45:31.654 INFO STEP 751 (remove_files) COMPLETE |
6632 | 2024-12-16T20:45:33.151Z | [ recovery-image] Dec 16 20:45:31.655 INFO O| Dec 16 20:45:31.655 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2024-12-16T20:45:33.166Z | [ recovery-image] Dec 16 20:45:31.673 INFO O| Dec 16 20:45:31.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6634 | 2024-12-16T20:45:33.169Z | [ recovery-image] Dec 16 20:45:31.673 INFO O| Dec 16 20:45:31.673 INFO STEP 752 (remove_files) COMPLETE |
6635 | 2024-12-16T20:45:33.169Z | [ recovery-image] Dec 16 20:45:31.674 INFO O| Dec 16 20:45:31.674 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-12-16T20:45:33.184Z | [ recovery-image] Dec 16 20:45:31.692 INFO O| Dec 16 20:45:31.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6637 | 2024-12-16T20:45:33.187Z | [ recovery-image] Dec 16 20:45:31.692 INFO O| Dec 16 20:45:31.692 INFO STEP 753 (remove_files) COMPLETE |
6638 | 2024-12-16T20:45:33.187Z | [ recovery-image] Dec 16 20:45:31.692 INFO O| Dec 16 20:45:31.692 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-12-16T20:45:33.205Z | [ recovery-image] Dec 16 20:45:31.711 INFO O| Dec 16 20:45:31.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6640 | 2024-12-16T20:45:33.205Z | [ recovery-image] Dec 16 20:45:31.711 INFO O| Dec 16 20:45:31.711 INFO STEP 754 (remove_files) COMPLETE |
6641 | 2024-12-16T20:45:33.205Z | [ recovery-image] Dec 16 20:45:31.711 INFO O| Dec 16 20:45:31.711 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-12-16T20:45:33.223Z | [ recovery-image] Dec 16 20:45:31.730 INFO O| Dec 16 20:45:31.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6643 | 2024-12-16T20:45:33.224Z | [ recovery-image] Dec 16 20:45:31.730 INFO O| Dec 16 20:45:31.730 INFO STEP 755 (remove_files) COMPLETE |
6644 | 2024-12-16T20:45:33.226Z | [ recovery-image] Dec 16 20:45:31.730 INFO O| Dec 16 20:45:31.730 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-12-16T20:45:33.241Z | [ recovery-image] Dec 16 20:45:31.749 INFO O| Dec 16 20:45:31.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6646 | 2024-12-16T20:45:33.244Z | [ recovery-image] Dec 16 20:45:31.749 INFO O| Dec 16 20:45:31.749 INFO STEP 756 (remove_files) COMPLETE |
6647 | 2024-12-16T20:45:33.244Z | [ recovery-image] Dec 16 20:45:31.749 INFO O| Dec 16 20:45:31.749 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-12-16T20:45:33.260Z | [ recovery-image] Dec 16 20:45:31.766 INFO O| Dec 16 20:45:31.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6649 | 2024-12-16T20:45:33.260Z | [ recovery-image] Dec 16 20:45:31.766 INFO O| Dec 16 20:45:31.766 INFO STEP 757 (remove_files) COMPLETE |
6650 | 2024-12-16T20:45:33.260Z | [ recovery-image] Dec 16 20:45:31.767 INFO O| Dec 16 20:45:31.766 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-12-16T20:45:33.279Z | [ recovery-image] Dec 16 20:45:31.785 INFO O| Dec 16 20:45:31.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6652 | 2024-12-16T20:45:33.279Z | [ recovery-image] Dec 16 20:45:31.785 INFO O| Dec 16 20:45:31.785 INFO STEP 758 (remove_files) COMPLETE |
6653 | 2024-12-16T20:45:33.279Z | [ recovery-image] Dec 16 20:45:31.785 INFO O| Dec 16 20:45:31.785 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2024-12-16T20:45:33.297Z | [ recovery-image] Dec 16 20:45:31.804 INFO O| Dec 16 20:45:31.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6655 | 2024-12-16T20:45:33.297Z | [ recovery-image] Dec 16 20:45:31.804 INFO O| Dec 16 20:45:31.804 INFO STEP 759 (remove_files) COMPLETE |
6656 | 2024-12-16T20:45:33.297Z | [ recovery-image] Dec 16 20:45:31.804 INFO O| Dec 16 20:45:31.804 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2024-12-16T20:45:33.315Z | [ recovery-image] Dec 16 20:45:31.822 INFO O| Dec 16 20:45:31.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6658 | 2024-12-16T20:45:33.315Z | [ recovery-image] Dec 16 20:45:31.822 INFO O| Dec 16 20:45:31.822 INFO STEP 760 (remove_files) COMPLETE |
6659 | 2024-12-16T20:45:33.315Z | [ recovery-image] Dec 16 20:45:31.822 INFO O| Dec 16 20:45:31.822 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2024-12-16T20:45:33.333Z | [ recovery-image] Dec 16 20:45:31.840 INFO O| Dec 16 20:45:31.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6661 | 2024-12-16T20:45:33.333Z | [ recovery-image] Dec 16 20:45:31.840 INFO O| Dec 16 20:45:31.840 INFO STEP 761 (remove_files) COMPLETE |
6662 | 2024-12-16T20:45:33.333Z | [ recovery-image] Dec 16 20:45:31.840 INFO O| Dec 16 20:45:31.840 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-12-16T20:45:33.351Z | [ recovery-image] Dec 16 20:45:31.858 INFO O| Dec 16 20:45:31.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6664 | 2024-12-16T20:45:33.352Z | [ recovery-image] Dec 16 20:45:31.858 INFO O| Dec 16 20:45:31.858 INFO STEP 762 (remove_files) COMPLETE |
6665 | 2024-12-16T20:45:33.352Z | [ recovery-image] Dec 16 20:45:31.858 INFO O| Dec 16 20:45:31.858 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-12-16T20:45:33.369Z | [ recovery-image] Dec 16 20:45:31.876 INFO O| Dec 16 20:45:31.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6667 | 2024-12-16T20:45:33.369Z | [ recovery-image] Dec 16 20:45:31.876 INFO O| Dec 16 20:45:31.876 INFO STEP 763 (remove_files) COMPLETE |
6668 | 2024-12-16T20:45:33.369Z | [ recovery-image] Dec 16 20:45:31.876 INFO O| Dec 16 20:45:31.876 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-12-16T20:45:33.387Z | [ recovery-image] Dec 16 20:45:31.894 INFO O| Dec 16 20:45:31.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6670 | 2024-12-16T20:45:33.387Z | [ recovery-image] Dec 16 20:45:31.894 INFO O| Dec 16 20:45:31.894 INFO STEP 764 (remove_files) COMPLETE |
6671 | 2024-12-16T20:45:33.387Z | [ recovery-image] Dec 16 20:45:31.894 INFO O| Dec 16 20:45:31.894 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-12-16T20:45:33.412Z | [ recovery-image] Dec 16 20:45:31.919 INFO O| Dec 16 20:45:31.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6673 | 2024-12-16T20:45:33.412Z | [ recovery-image] Dec 16 20:45:31.919 INFO O| Dec 16 20:45:31.919 INFO STEP 765 (remove_files) COMPLETE |
6674 | 2024-12-16T20:45:33.414Z | [ recovery-image] Dec 16 20:45:31.919 INFO O| Dec 16 20:45:31.919 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-12-16T20:45:33.432Z | [ recovery-image] Dec 16 20:45:31.939 INFO O| Dec 16 20:45:31.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6676 | 2024-12-16T20:45:33.432Z | [ recovery-image] Dec 16 20:45:31.939 INFO O| Dec 16 20:45:31.939 INFO STEP 766 (remove_files) COMPLETE |
6677 | 2024-12-16T20:45:33.432Z | [ recovery-image] Dec 16 20:45:31.939 INFO O| Dec 16 20:45:31.939 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-12-16T20:45:33.453Z | [ recovery-image] Dec 16 20:45:31.959 INFO O| Dec 16 20:45:31.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6679 | 2024-12-16T20:45:33.453Z | [ recovery-image] Dec 16 20:45:31.959 INFO O| Dec 16 20:45:31.959 INFO STEP 767 (remove_files) COMPLETE |
6680 | 2024-12-16T20:45:33.453Z | [ recovery-image] Dec 16 20:45:31.959 INFO O| Dec 16 20:45:31.959 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-12-16T20:45:33.470Z | [ recovery-image] Dec 16 20:45:31.978 INFO O| Dec 16 20:45:31.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6682 | 2024-12-16T20:45:33.470Z | [ recovery-image] Dec 16 20:45:31.978 INFO O| Dec 16 20:45:31.978 INFO STEP 768 (remove_files) COMPLETE |
6683 | 2024-12-16T20:45:33.473Z | [ recovery-image] Dec 16 20:45:31.978 INFO O| Dec 16 20:45:31.978 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-12-16T20:45:33.489Z | [ recovery-image] Dec 16 20:45:31.997 INFO O| Dec 16 20:45:31.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6685 | 2024-12-16T20:45:33.489Z | [ recovery-image] Dec 16 20:45:31.997 INFO O| Dec 16 20:45:31.997 INFO STEP 769 (remove_files) COMPLETE |
6686 | 2024-12-16T20:45:33.489Z | [ recovery-image] Dec 16 20:45:31.997 INFO O| Dec 16 20:45:31.997 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-12-16T20:45:33.509Z | [ recovery-image] Dec 16 20:45:32.017 INFO O| Dec 16 20:45:32.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6688 | 2024-12-16T20:45:33.509Z | [ recovery-image] Dec 16 20:45:32.017 INFO O| Dec 16 20:45:32.017 INFO STEP 770 (remove_files) COMPLETE |
6689 | 2024-12-16T20:45:33.510Z | [ recovery-image] Dec 16 20:45:32.017 INFO O| Dec 16 20:45:32.017 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-12-16T20:45:33.529Z | [ recovery-image] Dec 16 20:45:32.036 INFO O| Dec 16 20:45:32.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6691 | 2024-12-16T20:45:33.529Z | [ recovery-image] Dec 16 20:45:32.036 INFO O| Dec 16 20:45:32.036 INFO STEP 771 (remove_files) COMPLETE |
6692 | 2024-12-16T20:45:33.529Z | [ recovery-image] Dec 16 20:45:32.036 INFO O| Dec 16 20:45:32.036 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-12-16T20:45:33.548Z | [ recovery-image] Dec 16 20:45:32.056 INFO O| Dec 16 20:45:32.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6694 | 2024-12-16T20:45:33.548Z | [ recovery-image] Dec 16 20:45:32.056 INFO O| Dec 16 20:45:32.056 INFO STEP 772 (remove_files) COMPLETE |
6695 | 2024-12-16T20:45:33.550Z | [ recovery-image] Dec 16 20:45:32.056 INFO O| Dec 16 20:45:32.056 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-12-16T20:45:33.568Z | [ recovery-image] Dec 16 20:45:32.076 INFO O| Dec 16 20:45:32.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6697 | 2024-12-16T20:45:33.568Z | [ recovery-image] Dec 16 20:45:32.076 INFO O| Dec 16 20:45:32.076 INFO STEP 773 (remove_files) COMPLETE |
6698 | 2024-12-16T20:45:33.568Z | [ recovery-image] Dec 16 20:45:32.076 INFO O| Dec 16 20:45:32.076 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-12-16T20:45:33.587Z | [ recovery-image] Dec 16 20:45:32.095 INFO O| Dec 16 20:45:32.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6700 | 2024-12-16T20:45:33.587Z | [ recovery-image] Dec 16 20:45:32.095 INFO O| Dec 16 20:45:32.095 INFO STEP 774 (remove_files) COMPLETE |
6701 | 2024-12-16T20:45:33.587Z | [ recovery-image] Dec 16 20:45:32.095 INFO O| Dec 16 20:45:32.095 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-12-16T20:45:33.606Z | [ recovery-image] Dec 16 20:45:32.113 INFO O| Dec 16 20:45:32.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6703 | 2024-12-16T20:45:33.606Z | [ recovery-image] Dec 16 20:45:32.113 INFO O| Dec 16 20:45:32.113 INFO STEP 775 (remove_files) COMPLETE |
6704 | 2024-12-16T20:45:33.609Z | [ recovery-image] Dec 16 20:45:32.113 INFO O| Dec 16 20:45:32.113 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-12-16T20:45:33.625Z | [ recovery-image] Dec 16 20:45:32.133 INFO O| Dec 16 20:45:32.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6706 | 2024-12-16T20:45:33.625Z | [ recovery-image] Dec 16 20:45:32.133 INFO O| Dec 16 20:45:32.133 INFO STEP 776 (remove_files) COMPLETE |
6707 | 2024-12-16T20:45:33.625Z | [ recovery-image] Dec 16 20:45:32.133 INFO O| Dec 16 20:45:32.133 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-12-16T20:45:33.645Z | [ recovery-image] Dec 16 20:45:32.152 INFO O| Dec 16 20:45:32.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6709 | 2024-12-16T20:45:33.645Z | [ recovery-image] Dec 16 20:45:32.152 INFO O| Dec 16 20:45:32.152 INFO STEP 777 (remove_files) COMPLETE |
6710 | 2024-12-16T20:45:33.645Z | [ recovery-image] Dec 16 20:45:32.152 INFO O| Dec 16 20:45:32.152 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-12-16T20:45:33.664Z | [ recovery-image] Dec 16 20:45:32.171 INFO O| Dec 16 20:45:32.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6712 | 2024-12-16T20:45:33.664Z | [ recovery-image] Dec 16 20:45:32.171 INFO O| Dec 16 20:45:32.171 INFO STEP 778 (remove_files) COMPLETE |
6713 | 2024-12-16T20:45:33.664Z | [ recovery-image] Dec 16 20:45:32.171 INFO O| Dec 16 20:45:32.171 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-12-16T20:45:33.683Z | [ recovery-image] Dec 16 20:45:32.190 INFO O| Dec 16 20:45:32.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6715 | 2024-12-16T20:45:33.683Z | [ recovery-image] Dec 16 20:45:32.190 INFO O| Dec 16 20:45:32.190 INFO STEP 779 (remove_files) COMPLETE |
6716 | 2024-12-16T20:45:33.683Z | [ recovery-image] Dec 16 20:45:32.190 INFO O| Dec 16 20:45:32.190 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-12-16T20:45:33.701Z | [ recovery-image] Dec 16 20:45:32.208 INFO O| Dec 16 20:45:32.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6718 | 2024-12-16T20:45:33.701Z | [ recovery-image] Dec 16 20:45:32.208 INFO O| Dec 16 20:45:32.208 INFO STEP 780 (remove_files) COMPLETE |
6719 | 2024-12-16T20:45:33.701Z | [ recovery-image] Dec 16 20:45:32.208 INFO O| Dec 16 20:45:32.208 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-12-16T20:45:33.719Z | [ recovery-image] Dec 16 20:45:32.227 INFO O| Dec 16 20:45:32.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6721 | 2024-12-16T20:45:33.720Z | [ recovery-image] Dec 16 20:45:32.227 INFO O| Dec 16 20:45:32.227 INFO STEP 781 (remove_files) COMPLETE |
6722 | 2024-12-16T20:45:33.720Z | [ recovery-image] Dec 16 20:45:32.227 INFO O| Dec 16 20:45:32.227 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-12-16T20:45:33.737Z | [ recovery-image] Dec 16 20:45:32.245 INFO O| Dec 16 20:45:32.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6724 | 2024-12-16T20:45:33.737Z | [ recovery-image] Dec 16 20:45:32.245 INFO O| Dec 16 20:45:32.245 INFO STEP 782 (remove_files) COMPLETE |
6725 | 2024-12-16T20:45:33.737Z | [ recovery-image] Dec 16 20:45:32.245 INFO O| Dec 16 20:45:32.245 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-12-16T20:45:33.756Z | [ recovery-image] Dec 16 20:45:32.264 INFO O| Dec 16 20:45:32.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6727 | 2024-12-16T20:45:33.756Z | [ recovery-image] Dec 16 20:45:32.264 INFO O| Dec 16 20:45:32.264 INFO STEP 783 (remove_files) COMPLETE |
6728 | 2024-12-16T20:45:33.756Z | [ recovery-image] Dec 16 20:45:32.264 INFO O| Dec 16 20:45:32.264 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-12-16T20:45:33.775Z | [ recovery-image] Dec 16 20:45:32.283 INFO O| Dec 16 20:45:32.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6730 | 2024-12-16T20:45:33.776Z | [ recovery-image] Dec 16 20:45:32.283 INFO O| Dec 16 20:45:32.283 INFO STEP 784 (remove_files) COMPLETE |
6731 | 2024-12-16T20:45:33.776Z | [ recovery-image] Dec 16 20:45:32.283 INFO O| Dec 16 20:45:32.283 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-12-16T20:45:33.794Z | [ recovery-image] Dec 16 20:45:32.302 INFO O| Dec 16 20:45:32.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6733 | 2024-12-16T20:45:33.794Z | [ recovery-image] Dec 16 20:45:32.302 INFO O| Dec 16 20:45:32.302 INFO STEP 785 (remove_files) COMPLETE |
6734 | 2024-12-16T20:45:33.795Z | [ recovery-image] Dec 16 20:45:32.302 INFO O| Dec 16 20:45:32.302 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-12-16T20:45:33.855Z | [ recovery-image] Dec 16 20:45:32.362 INFO O| Dec 16 20:45:32.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6736 | 2024-12-16T20:45:33.857Z | [ recovery-image] Dec 16 20:45:32.362 INFO O| Dec 16 20:45:32.362 INFO STEP 786 (remove_files) COMPLETE |
6737 | 2024-12-16T20:45:33.857Z | [ recovery-image] Dec 16 20:45:32.362 INFO O| Dec 16 20:45:32.362 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-12-16T20:45:33.888Z | [ recovery-image] Dec 16 20:45:32.395 INFO O| Dec 16 20:45:32.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6739 | 2024-12-16T20:45:33.888Z | [ recovery-image] Dec 16 20:45:32.395 INFO O| Dec 16 20:45:32.395 INFO STEP 787 (remove_files) COMPLETE |
6740 | 2024-12-16T20:45:33.888Z | [ recovery-image] Dec 16 20:45:32.395 INFO O| Dec 16 20:45:32.395 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-12-16T20:45:33.907Z | [ recovery-image] Dec 16 20:45:32.415 INFO O| Dec 16 20:45:32.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6742 | 2024-12-16T20:45:33.907Z | [ recovery-image] Dec 16 20:45:32.415 INFO O| Dec 16 20:45:32.415 INFO STEP 788 (remove_files) COMPLETE |
6743 | 2024-12-16T20:45:33.910Z | [ recovery-image] Dec 16 20:45:32.415 INFO O| Dec 16 20:45:32.415 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-12-16T20:45:33.925Z | [ recovery-image] Dec 16 20:45:32.432 INFO O| Dec 16 20:45:32.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6745 | 2024-12-16T20:45:33.925Z | [ recovery-image] Dec 16 20:45:32.432 INFO O| Dec 16 20:45:32.432 INFO STEP 789 (remove_files) COMPLETE |
6746 | 2024-12-16T20:45:33.927Z | [ recovery-image] Dec 16 20:45:32.433 INFO O| Dec 16 20:45:32.432 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-12-16T20:45:33.934Z | [ host-image] Dec 16 20:45:32.441 INFO O| Dec 16 20:45:32.440 INFO O| Done |
6748 | 2024-12-16T20:45:33.943Z | [ recovery-image] Dec 16 20:45:32.449 INFO O| Dec 16 20:45:32.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6749 | 2024-12-16T20:45:33.943Z | [ recovery-image] Dec 16 20:45:32.449 INFO O| Dec 16 20:45:32.449 INFO STEP 790 (remove_files) COMPLETE |
6750 | 2024-12-16T20:45:33.950Z | [ recovery-image] Dec 16 20:45:32.449 INFO O| Dec 16 20:45:32.449 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-12-16T20:45:33.959Z | [ recovery-image] Dec 16 20:45:32.466 INFO O| Dec 16 20:45:32.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6752 | 2024-12-16T20:45:33.959Z | [ recovery-image] Dec 16 20:45:32.466 INFO O| Dec 16 20:45:32.466 INFO STEP 791 (remove_files) COMPLETE |
6753 | 2024-12-16T20:45:33.964Z | [ recovery-image] Dec 16 20:45:32.466 INFO O| Dec 16 20:45:32.466 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-12-16T20:45:33.973Z | [ host-image] Dec 16 20:45:32.479 INFO O| Dec 16 20:45:32.479 INFO O| Done |
6755 | 2024-12-16T20:45:33.973Z | [ host-image] Dec 16 20:45:32.479 INFO O| Dec 16 20:45:32.479 INFO O| Done |
6756 | 2024-12-16T20:45:33.978Z | [ recovery-image] Dec 16 20:45:32.483 INFO O| Dec 16 20:45:32.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6757 | 2024-12-16T20:45:33.978Z | [ recovery-image] Dec 16 20:45:32.483 INFO O| Dec 16 20:45:32.483 INFO STEP 792 (remove_files) COMPLETE |
6758 | 2024-12-16T20:45:33.978Z | [ recovery-image] Dec 16 20:45:32.483 INFO O| Dec 16 20:45:32.483 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-12-16T20:45:33.988Z | [ host-image] Dec 16 20:45:32.496 INFO O| Dec 16 20:45:32.496 INFO O| Done |
6760 | 2024-12-16T20:45:33.992Z | [ recovery-image] Dec 16 20:45:32.500 INFO O| Dec 16 20:45:32.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6761 | 2024-12-16T20:45:33.995Z | [ recovery-image] Dec 16 20:45:32.500 INFO O| Dec 16 20:45:32.500 INFO STEP 793 (remove_files) COMPLETE |
6762 | 2024-12-16T20:45:33.995Z | [ recovery-image] Dec 16 20:45:32.500 INFO O| Dec 16 20:45:32.500 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-12-16T20:45:34.010Z | [ recovery-image] Dec 16 20:45:32.517 INFO O| Dec 16 20:45:32.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6764 | 2024-12-16T20:45:34.012Z | [ recovery-image] Dec 16 20:45:32.517 INFO O| Dec 16 20:45:32.517 INFO STEP 794 (remove_files) COMPLETE |
6765 | 2024-12-16T20:45:34.012Z | [ recovery-image] Dec 16 20:45:32.517 INFO O| Dec 16 20:45:32.517 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-12-16T20:45:34.028Z | [ recovery-image] Dec 16 20:45:32.535 INFO O| Dec 16 20:45:32.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6767 | 2024-12-16T20:45:34.028Z | [ recovery-image] Dec 16 20:45:32.535 INFO O| Dec 16 20:45:32.535 INFO STEP 795 (remove_files) COMPLETE |
6768 | 2024-12-16T20:45:34.028Z | [ recovery-image] Dec 16 20:45:32.535 INFO O| Dec 16 20:45:32.535 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-12-16T20:45:34.044Z | [ recovery-image] Dec 16 20:45:32.551 INFO O| Dec 16 20:45:32.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6770 | 2024-12-16T20:45:34.044Z | [ recovery-image] Dec 16 20:45:32.551 INFO O| Dec 16 20:45:32.551 INFO STEP 796 (remove_files) COMPLETE |
6771 | 2024-12-16T20:45:34.047Z | [ recovery-image] Dec 16 20:45:32.551 INFO O| Dec 16 20:45:32.551 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-12-16T20:45:34.060Z | [ recovery-image] Dec 16 20:45:32.567 INFO O| Dec 16 20:45:32.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6773 | 2024-12-16T20:45:34.060Z | [ recovery-image] Dec 16 20:45:32.568 INFO O| Dec 16 20:45:32.568 INFO STEP 797 (remove_files) COMPLETE |
6774 | 2024-12-16T20:45:34.060Z | [ recovery-image] Dec 16 20:45:32.568 INFO O| Dec 16 20:45:32.568 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-12-16T20:45:34.076Z | [ recovery-image] Dec 16 20:45:32.584 INFO O| Dec 16 20:45:32.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6776 | 2024-12-16T20:45:34.076Z | [ recovery-image] Dec 16 20:45:32.584 INFO O| Dec 16 20:45:32.584 INFO STEP 798 (remove_files) COMPLETE |
6777 | 2024-12-16T20:45:34.076Z | [ recovery-image] Dec 16 20:45:32.584 INFO O| Dec 16 20:45:32.584 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-12-16T20:45:34.093Z | [ recovery-image] Dec 16 20:45:32.600 INFO O| Dec 16 20:45:32.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6779 | 2024-12-16T20:45:34.107Z | [ recovery-image] Dec 16 20:45:32.614 INFO O| Dec 16 20:45:32.613 INFO STEP 799 (remove_files) COMPLETE |
6780 | 2024-12-16T20:45:34.107Z | [ recovery-image] Dec 16 20:45:32.614 INFO O| Dec 16 20:45:32.613 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-12-16T20:45:34.125Z | [ recovery-image] Dec 16 20:45:32.632 INFO O| Dec 16 20:45:32.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6782 | 2024-12-16T20:45:34.125Z | [ recovery-image] Dec 16 20:45:32.632 INFO O| Dec 16 20:45:32.632 INFO STEP 800 (remove_files) COMPLETE |
6783 | 2024-12-16T20:45:34.128Z | [ recovery-image] Dec 16 20:45:32.632 INFO O| Dec 16 20:45:32.632 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-12-16T20:45:34.142Z | [ recovery-image] Dec 16 20:45:32.649 INFO O| Dec 16 20:45:32.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6785 | 2024-12-16T20:45:34.144Z | [ recovery-image] Dec 16 20:45:32.650 INFO O| Dec 16 20:45:32.650 INFO STEP 801 (remove_files) COMPLETE |
6786 | 2024-12-16T20:45:34.144Z | [ recovery-image] Dec 16 20:45:32.650 INFO O| Dec 16 20:45:32.650 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-12-16T20:45:34.147Z | [ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO STEP 14 (pkg_install) COMPLETE |
6788 | 2024-12-16T20:45:34.147Z | [ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6789 | 2024-12-16T20:45:34.147Z | [ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO skip step because feature "mfg" is not enabled |
6790 | 2024-12-16T20:45:34.147Z | [ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6791 | 2024-12-16T20:45:34.147Z | [ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO skip step because feature "compliance" is not enabled |
6792 | 2024-12-16T20:45:34.147Z | [ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6793 | 2024-12-16T20:45:34.147Z | [ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO skip step because feature "stress" is not enabled |
6794 | 2024-12-16T20:45:34.147Z | [ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6795 | 2024-12-16T20:45:34.147Z | [ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO skip step because feature "nfs" is not enabled |
6796 | 2024-12-16T20:45:34.148Z | [ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
6797 | 2024-12-16T20:45:34.148Z | [ host-image] Dec 16 20:45:32.653 INFO O| Dec 16 20:45:32.653 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
6798 | 2024-12-16T20:45:34.194Z | [ recovery-image] Dec 16 20:45:32.701 INFO O| Dec 16 20:45:32.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6799 | 2024-12-16T20:45:34.194Z | [ recovery-image] Dec 16 20:45:32.701 INFO O| Dec 16 20:45:32.701 INFO STEP 802 (remove_files) COMPLETE |
6800 | 2024-12-16T20:45:34.194Z | [ recovery-image] Dec 16 20:45:32.701 INFO O| Dec 16 20:45:32.701 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-12-16T20:45:34.197Z | [ host-image] Dec 16 20:45:32.704 INFO O| Dec 16 20:45:32.704 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
6802 | 2024-12-16T20:45:34.259Z | [ recovery-image] Dec 16 20:45:32.766 INFO O| Dec 16 20:45:32.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6803 | 2024-12-16T20:45:34.259Z | [ recovery-image] Dec 16 20:45:32.766 INFO O| Dec 16 20:45:32.766 INFO STEP 803 (remove_files) COMPLETE |
6804 | 2024-12-16T20:45:34.259Z | [ recovery-image] Dec 16 20:45:32.766 INFO O| Dec 16 20:45:32.766 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-12-16T20:45:34.279Z | [ recovery-image] Dec 16 20:45:32.786 INFO O| Dec 16 20:45:32.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6806 | 2024-12-16T20:45:34.279Z | [ recovery-image] Dec 16 20:45:32.786 INFO O| Dec 16 20:45:32.786 INFO STEP 804 (remove_files) COMPLETE |
6807 | 2024-12-16T20:45:34.279Z | [ recovery-image] Dec 16 20:45:32.786 INFO O| Dec 16 20:45:32.786 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-12-16T20:45:34.298Z | [ recovery-image] Dec 16 20:45:32.805 INFO O| Dec 16 20:45:32.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6809 | 2024-12-16T20:45:34.298Z | [ recovery-image] Dec 16 20:45:32.805 INFO O| Dec 16 20:45:32.805 INFO STEP 805 (remove_files) COMPLETE |
6810 | 2024-12-16T20:45:34.298Z | [ recovery-image] Dec 16 20:45:32.805 INFO O| Dec 16 20:45:32.805 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-12-16T20:45:34.317Z | [ recovery-image] Dec 16 20:45:32.824 INFO O| Dec 16 20:45:32.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6812 | 2024-12-16T20:45:34.317Z | [ recovery-image] Dec 16 20:45:32.824 INFO O| Dec 16 20:45:32.824 INFO STEP 806 (remove_files) COMPLETE |
6813 | 2024-12-16T20:45:34.320Z | [ recovery-image] Dec 16 20:45:32.824 INFO O| Dec 16 20:45:32.824 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-12-16T20:45:34.324Z | [ host-image] Dec 16 20:45:32.827 INFO O| Dec 16 20:45:32.827 INFO completed processing gimlet/ramdisk-01-os |
6815 | 2024-12-16T20:45:34.328Z | [ host-image] Dec 16 20:45:32.830 INFO omicron1 baseline generation... |
6816 | 2024-12-16T20:45:34.328Z | [ host-image] Dec 16 20:45:32.830 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
6817 | 2024-12-16T20:45:34.335Z | [ recovery-image] Dec 16 20:45:32.842 INFO O| Dec 16 20:45:32.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6818 | 2024-12-16T20:45:34.338Z | [ recovery-image] Dec 16 20:45:32.842 INFO O| Dec 16 20:45:32.842 INFO STEP 807 (remove_files) COMPLETE |
6819 | 2024-12-16T20:45:34.338Z | [ recovery-image] Dec 16 20:45:32.842 INFO O| Dec 16 20:45:32.842 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-12-16T20:45:34.386Z | [ recovery-image] Dec 16 20:45:32.893 INFO O| Dec 16 20:45:32.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6821 | 2024-12-16T20:45:34.386Z | [ recovery-image] Dec 16 20:45:32.893 INFO O| Dec 16 20:45:32.893 INFO STEP 808 (remove_files) COMPLETE |
6822 | 2024-12-16T20:45:34.386Z | [ recovery-image] Dec 16 20:45:32.893 INFO O| Dec 16 20:45:32.893 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-12-16T20:45:34.404Z | [ recovery-image] Dec 16 20:45:32.911 INFO O| Dec 16 20:45:32.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6824 | 2024-12-16T20:45:34.404Z | [ recovery-image] Dec 16 20:45:32.911 INFO O| Dec 16 20:45:32.911 INFO STEP 809 (remove_files) COMPLETE |
6825 | 2024-12-16T20:45:34.404Z | [ recovery-image] Dec 16 20:45:32.911 INFO O| Dec 16 20:45:32.911 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-12-16T20:45:34.431Z | [ recovery-image] Dec 16 20:45:32.938 INFO O| Dec 16 20:45:32.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6827 | 2024-12-16T20:45:34.434Z | [ recovery-image] Dec 16 20:45:32.938 INFO O| Dec 16 20:45:32.938 INFO STEP 810 (remove_files) COMPLETE |
6828 | 2024-12-16T20:45:34.434Z | [ recovery-image] Dec 16 20:45:32.938 INFO O| Dec 16 20:45:32.938 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-12-16T20:45:34.473Z | [ recovery-image] Dec 16 20:45:32.980 INFO O| Dec 16 20:45:32.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6830 | 2024-12-16T20:45:34.473Z | [ recovery-image] Dec 16 20:45:32.980 INFO O| Dec 16 20:45:32.980 INFO STEP 811 (remove_files) COMPLETE |
6831 | 2024-12-16T20:45:34.473Z | [ recovery-image] Dec 16 20:45:32.980 INFO O| Dec 16 20:45:32.980 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-12-16T20:45:34.532Z | [ recovery-image] Dec 16 20:45:33.039 INFO O| Dec 16 20:45:33.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6833 | 2024-12-16T20:45:34.532Z | [ recovery-image] Dec 16 20:45:33.039 INFO O| Dec 16 20:45:33.039 INFO STEP 812 (remove_files) COMPLETE |
6834 | 2024-12-16T20:45:34.532Z | [ recovery-image] Dec 16 20:45:33.039 INFO O| Dec 16 20:45:33.039 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-12-16T20:45:34.571Z | [ recovery-image] Dec 16 20:45:33.078 INFO O| Dec 16 20:45:33.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6836 | 2024-12-16T20:45:34.571Z | [ recovery-image] Dec 16 20:45:33.078 INFO O| Dec 16 20:45:33.078 INFO STEP 813 (remove_files) COMPLETE |
6837 | 2024-12-16T20:45:34.571Z | [ recovery-image] Dec 16 20:45:33.078 INFO O| Dec 16 20:45:33.078 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-12-16T20:45:34.586Z | [ recovery-image] Dec 16 20:45:33.094 INFO O| Dec 16 20:45:33.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6839 | 2024-12-16T20:45:34.587Z | [ recovery-image] Dec 16 20:45:33.094 INFO O| Dec 16 20:45:33.094 INFO STEP 814 (remove_files) COMPLETE |
6840 | 2024-12-16T20:45:34.599Z | [ recovery-image] Dec 16 20:45:33.094 INFO O| Dec 16 20:45:33.094 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-12-16T20:45:34.603Z | [ recovery-image] Dec 16 20:45:33.110 INFO O| Dec 16 20:45:33.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6842 | 2024-12-16T20:45:34.603Z | [ recovery-image] Dec 16 20:45:33.110 INFO O| Dec 16 20:45:33.110 INFO STEP 815 (remove_files) COMPLETE |
6843 | 2024-12-16T20:45:34.603Z | [ recovery-image] Dec 16 20:45:33.110 INFO O| Dec 16 20:45:33.110 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-12-16T20:45:34.628Z | [ recovery-image] Dec 16 20:45:33.135 INFO O| Dec 16 20:45:33.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6845 | 2024-12-16T20:45:34.631Z | [ recovery-image] Dec 16 20:45:33.135 INFO O| Dec 16 20:45:33.135 INFO STEP 816 (remove_files) COMPLETE |
6846 | 2024-12-16T20:45:34.631Z | [ recovery-image] Dec 16 20:45:33.135 INFO O| Dec 16 20:45:33.135 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-12-16T20:45:34.667Z | [ recovery-image] Dec 16 20:45:33.174 INFO O| Dec 16 20:45:33.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6848 | 2024-12-16T20:45:34.667Z | [ recovery-image] Dec 16 20:45:33.174 INFO O| Dec 16 20:45:33.174 INFO STEP 817 (remove_files) COMPLETE |
6849 | 2024-12-16T20:45:34.667Z | [ recovery-image] Dec 16 20:45:33.174 INFO O| Dec 16 20:45:33.174 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-12-16T20:45:34.686Z | [ recovery-image] Dec 16 20:45:33.193 INFO O| Dec 16 20:45:33.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6851 | 2024-12-16T20:45:34.686Z | [ recovery-image] Dec 16 20:45:33.193 INFO O| Dec 16 20:45:33.193 INFO STEP 818 (remove_files) COMPLETE |
6852 | 2024-12-16T20:45:34.686Z | [ recovery-image] Dec 16 20:45:33.193 INFO O| Dec 16 20:45:33.193 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-12-16T20:45:34.707Z | [ recovery-image] Dec 16 20:45:33.214 INFO O| Dec 16 20:45:33.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6854 | 2024-12-16T20:45:34.707Z | [ recovery-image] Dec 16 20:45:33.214 INFO O| Dec 16 20:45:33.214 INFO STEP 819 (remove_files) COMPLETE |
6855 | 2024-12-16T20:45:34.707Z | [ recovery-image] Dec 16 20:45:33.214 INFO O| Dec 16 20:45:33.214 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-12-16T20:45:34.734Z | [ recovery-image] Dec 16 20:45:33.241 INFO O| Dec 16 20:45:33.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6857 | 2024-12-16T20:45:34.734Z | [ recovery-image] Dec 16 20:45:33.241 INFO O| Dec 16 20:45:33.241 INFO STEP 820 (remove_files) COMPLETE |
6858 | 2024-12-16T20:45:35.742Z | [ recovery-image] Dec 16 20:45:33.241 INFO O| Dec 16 20:45:33.241 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-12-16T20:45:35.746Z | [ recovery-image] Dec 16 20:45:33.261 INFO O| Dec 16 20:45:33.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6860 | 2024-12-16T20:45:35.746Z | [ recovery-image] Dec 16 20:45:33.261 INFO O| Dec 16 20:45:33.261 INFO STEP 821 (remove_files) COMPLETE |
6861 | 2024-12-16T20:45:35.746Z | [ recovery-image] Dec 16 20:45:33.261 INFO O| Dec 16 20:45:33.261 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-12-16T20:45:35.746Z | [ recovery-image] Dec 16 20:45:33.292 INFO O| Dec 16 20:45:33.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6863 | 2024-12-16T20:45:35.746Z | [ recovery-image] Dec 16 20:45:33.292 INFO O| Dec 16 20:45:33.292 INFO STEP 822 (remove_files) COMPLETE |
6864 | 2024-12-16T20:45:35.746Z | [ recovery-image] Dec 16 20:45:33.292 INFO O| Dec 16 20:45:33.292 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-12-16T20:45:35.747Z | [ recovery-image] Dec 16 20:45:33.312 INFO O| Dec 16 20:45:33.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6866 | 2024-12-16T20:45:35.747Z | [ recovery-image] Dec 16 20:45:33.312 INFO O| Dec 16 20:45:33.312 INFO STEP 823 (remove_files) COMPLETE |
6867 | 2024-12-16T20:45:35.747Z | [ recovery-image] Dec 16 20:45:33.312 INFO O| Dec 16 20:45:33.312 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-12-16T20:45:35.747Z | [ recovery-image] Dec 16 20:45:33.340 INFO O| Dec 16 20:45:33.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6869 | 2024-12-16T20:45:35.747Z | [ recovery-image] Dec 16 20:45:33.340 INFO O| Dec 16 20:45:33.340 INFO STEP 824 (remove_files) COMPLETE |
6870 | 2024-12-16T20:45:35.747Z | [ recovery-image] Dec 16 20:45:33.340 INFO O| Dec 16 20:45:33.340 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-12-16T20:45:35.747Z | [ recovery-image] Dec 16 20:45:33.361 INFO O| Dec 16 20:45:33.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6872 | 2024-12-16T20:45:35.747Z | [ recovery-image] Dec 16 20:45:33.361 INFO O| Dec 16 20:45:33.361 INFO STEP 825 (remove_files) COMPLETE |
6873 | 2024-12-16T20:45:35.747Z | [ recovery-image] Dec 16 20:45:33.362 INFO O| Dec 16 20:45:33.361 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-12-16T20:45:35.748Z | [ recovery-image] Dec 16 20:45:33.383 INFO O| Dec 16 20:45:33.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6875 | 2024-12-16T20:45:35.748Z | [ recovery-image] Dec 16 20:45:33.383 INFO O| Dec 16 20:45:33.383 INFO STEP 826 (remove_files) COMPLETE |
6876 | 2024-12-16T20:45:35.748Z | [ recovery-image] Dec 16 20:45:33.383 INFO O| Dec 16 20:45:33.383 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-12-16T20:45:35.748Z | [ recovery-image] Dec 16 20:45:33.401 INFO O| Dec 16 20:45:33.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6878 | 2024-12-16T20:45:35.748Z | [ recovery-image] Dec 16 20:45:33.401 INFO O| Dec 16 20:45:33.401 INFO STEP 827 (remove_files) COMPLETE |
6879 | 2024-12-16T20:45:35.748Z | [ recovery-image] Dec 16 20:45:33.401 INFO O| Dec 16 20:45:33.401 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2024-12-16T20:45:35.748Z | [ recovery-image] Dec 16 20:45:33.419 INFO O| Dec 16 20:45:33.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6881 | 2024-12-16T20:45:35.748Z | [ recovery-image] Dec 16 20:45:33.419 INFO O| Dec 16 20:45:33.419 INFO STEP 828 (remove_files) COMPLETE |
6882 | 2024-12-16T20:45:35.748Z | [ recovery-image] Dec 16 20:45:33.419 INFO O| Dec 16 20:45:33.419 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2024-12-16T20:45:35.748Z | [ recovery-image] Dec 16 20:45:33.440 INFO O| Dec 16 20:45:33.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6884 | 2024-12-16T20:45:35.748Z | [ recovery-image] Dec 16 20:45:33.440 INFO O| Dec 16 20:45:33.440 INFO STEP 829 (remove_files) COMPLETE |
6885 | 2024-12-16T20:45:35.748Z | [ recovery-image] Dec 16 20:45:33.440 INFO O| Dec 16 20:45:33.440 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-12-16T20:45:35.748Z | [ recovery-image] Dec 16 20:45:33.476 INFO O| Dec 16 20:45:33.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6887 | 2024-12-16T20:45:35.748Z | [ recovery-image] Dec 16 20:45:33.477 INFO O| Dec 16 20:45:33.477 INFO STEP 830 (remove_files) COMPLETE |
6888 | 2024-12-16T20:45:35.748Z | [ recovery-image] Dec 16 20:45:33.477 INFO O| Dec 16 20:45:33.477 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.516 INFO O| Dec 16 20:45:33.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6890 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.517 INFO O| Dec 16 20:45:33.517 INFO STEP 831 (remove_files) COMPLETE |
6891 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.517 INFO O| Dec 16 20:45:33.517 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-12-16T20:45:35.749Z | [ host-image] Dec 16 20:45:33.524 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23049:20241204T192527Z |
6893 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.584 INFO O| Dec 16 20:45:33.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6894 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.584 INFO O| Dec 16 20:45:33.584 INFO STEP 832 (remove_files) COMPLETE |
6895 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.584 INFO O| Dec 16 20:45:33.584 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.604 INFO O| Dec 16 20:45:33.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6897 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.604 INFO O| Dec 16 20:45:33.604 INFO STEP 833 (remove_files) COMPLETE |
6898 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.605 INFO O| Dec 16 20:45:33.604 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6899 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.625 INFO O| Dec 16 20:45:33.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6900 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.625 INFO O| Dec 16 20:45:33.625 INFO STEP 834 (remove_files) COMPLETE |
6901 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.626 INFO O| Dec 16 20:45:33.625 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6902 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.667 INFO O| Dec 16 20:45:33.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6903 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.667 INFO O| Dec 16 20:45:33.667 INFO STEP 835 (remove_files) COMPLETE |
6904 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.668 INFO O| Dec 16 20:45:33.668 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6905 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.687 INFO O| Dec 16 20:45:33.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6906 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.688 INFO O| Dec 16 20:45:33.688 INFO STEP 836 (remove_files) COMPLETE |
6907 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.688 INFO O| Dec 16 20:45:33.688 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6908 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.707 INFO O| Dec 16 20:45:33.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6909 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.707 INFO O| Dec 16 20:45:33.707 INFO STEP 837 (remove_files) COMPLETE |
6910 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.707 INFO O| Dec 16 20:45:33.707 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.726 INFO O| Dec 16 20:45:33.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6912 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.726 INFO O| Dec 16 20:45:33.726 INFO STEP 838 (remove_files) COMPLETE |
6913 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.726 INFO O| Dec 16 20:45:33.726 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6914 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.744 INFO O| Dec 16 20:45:33.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6915 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.744 INFO O| Dec 16 20:45:33.744 INFO STEP 839 (remove_files) COMPLETE |
6916 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.744 INFO O| Dec 16 20:45:33.744 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.776 INFO O| Dec 16 20:45:33.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6918 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.776 INFO O| Dec 16 20:45:33.776 INFO STEP 840 (remove_files) COMPLETE |
6919 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.776 INFO O| Dec 16 20:45:33.776 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.796 INFO O| Dec 16 20:45:33.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6921 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.797 INFO O| Dec 16 20:45:33.797 INFO STEP 841 (remove_files) COMPLETE |
6922 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.797 INFO O| Dec 16 20:45:33.797 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6923 | 2024-12-16T20:45:35.749Z | [ recovery-image] Dec 16 20:45:33.817 INFO O| Dec 16 20:45:33.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6924 | 2024-12-16T20:45:35.750Z | [ recovery-image] Dec 16 20:45:33.817 INFO O| Dec 16 20:45:33.817 INFO STEP 842 (remove_files) COMPLETE |
6925 | 2024-12-16T20:45:35.750Z | [ recovery-image] Dec 16 20:45:33.817 INFO O| Dec 16 20:45:33.817 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6926 | 2024-12-16T20:45:35.750Z | [ recovery-image] Dec 16 20:45:33.835 INFO O| Dec 16 20:45:33.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6927 | 2024-12-16T20:45:35.750Z | [ recovery-image] Dec 16 20:45:33.836 INFO O| Dec 16 20:45:33.835 INFO STEP 843 (remove_files) COMPLETE |
6928 | 2024-12-16T20:45:35.750Z | [ recovery-image] Dec 16 20:45:33.836 INFO O| Dec 16 20:45:33.836 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6929 | 2024-12-16T20:45:35.750Z | [ recovery-image] Dec 16 20:45:33.861 INFO O| Dec 16 20:45:33.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6930 | 2024-12-16T20:45:35.750Z | [ recovery-image] Dec 16 20:45:33.861 INFO O| Dec 16 20:45:33.861 INFO STEP 844 (remove_files) COMPLETE |
6931 | 2024-12-16T20:45:35.750Z | [ recovery-image] Dec 16 20:45:33.861 INFO O| Dec 16 20:45:33.861 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2024-12-16T20:45:35.750Z | [ recovery-image] Dec 16 20:45:33.901 INFO O| Dec 16 20:45:33.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6933 | 2024-12-16T20:45:35.750Z | [ recovery-image] Dec 16 20:45:33.901 INFO O| Dec 16 20:45:33.901 INFO STEP 845 (remove_files) COMPLETE |
6934 | 2024-12-16T20:45:35.750Z | [ recovery-image] Dec 16 20:45:33.901 INFO O| Dec 16 20:45:33.901 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2024-12-16T20:45:35.750Z | [ recovery-image] Dec 16 20:45:33.940 INFO O| Dec 16 20:45:33.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6936 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:33.940 INFO O| Dec 16 20:45:33.940 INFO STEP 846 (remove_files) COMPLETE |
6937 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:33.940 INFO O| Dec 16 20:45:33.940 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:33.997 INFO O| Dec 16 20:45:33.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6939 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:33.997 INFO O| Dec 16 20:45:33.997 INFO STEP 847 (remove_files) COMPLETE |
6940 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:33.997 INFO O| Dec 16 20:45:33.997 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:34.017 INFO O| Dec 16 20:45:34.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6942 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:34.017 INFO O| Dec 16 20:45:34.017 INFO STEP 848 (remove_files) COMPLETE |
6943 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:34.017 INFO O| Dec 16 20:45:34.017 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6944 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:34.037 INFO O| Dec 16 20:45:34.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6945 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:34.038 INFO O| Dec 16 20:45:34.038 INFO STEP 849 (remove_files) COMPLETE |
6946 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:34.038 INFO O| Dec 16 20:45:34.038 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6947 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:34.057 INFO O| Dec 16 20:45:34.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6948 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:34.057 INFO O| Dec 16 20:45:34.057 INFO STEP 850 (remove_files) COMPLETE |
6949 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:34.058 INFO O| Dec 16 20:45:34.057 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6950 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:34.076 INFO O| Dec 16 20:45:34.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6951 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:34.076 INFO O| Dec 16 20:45:34.076 INFO STEP 851 (remove_files) COMPLETE |
6952 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:34.076 INFO O| Dec 16 20:45:34.076 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6953 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:34.097 INFO O| Dec 16 20:45:34.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6954 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:34.097 INFO O| Dec 16 20:45:34.097 INFO STEP 852 (remove_files) COMPLETE |
6955 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:34.097 INFO O| Dec 16 20:45:34.097 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6956 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:34.116 INFO O| Dec 16 20:45:34.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6957 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:34.116 INFO O| Dec 16 20:45:34.116 INFO STEP 853 (remove_files) COMPLETE |
6958 | 2024-12-16T20:45:35.751Z | [ recovery-image] Dec 16 20:45:34.117 INFO O| Dec 16 20:45:34.117 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6959 | 2024-12-16T20:45:35.754Z | [ recovery-image] Dec 16 20:45:34.137 INFO O| Dec 16 20:45:34.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6960 | 2024-12-16T20:45:35.754Z | [ recovery-image] Dec 16 20:45:34.137 INFO O| Dec 16 20:45:34.137 INFO STEP 854 (remove_files) COMPLETE |
6961 | 2024-12-16T20:45:35.754Z | [ recovery-image] Dec 16 20:45:34.137 INFO O| Dec 16 20:45:34.137 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6962 | 2024-12-16T20:45:35.754Z | [ recovery-image] Dec 16 20:45:34.157 INFO O| Dec 16 20:45:34.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6963 | 2024-12-16T20:45:35.754Z | [ recovery-image] Dec 16 20:45:34.158 INFO O| Dec 16 20:45:34.158 INFO STEP 855 (remove_files) COMPLETE |
6964 | 2024-12-16T20:45:35.754Z | [ recovery-image] Dec 16 20:45:34.158 INFO O| Dec 16 20:45:34.158 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2024-12-16T20:45:35.754Z | [ recovery-image] Dec 16 20:45:34.179 INFO O| Dec 16 20:45:34.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6966 | 2024-12-16T20:45:35.754Z | [ recovery-image] Dec 16 20:45:34.179 INFO O| Dec 16 20:45:34.179 INFO STEP 856 (remove_files) COMPLETE |
6967 | 2024-12-16T20:45:35.754Z | [ recovery-image] Dec 16 20:45:34.180 INFO O| Dec 16 20:45:34.179 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2024-12-16T20:45:35.754Z | [ recovery-image] Dec 16 20:45:34.215 INFO O| Dec 16 20:45:34.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6969 | 2024-12-16T20:45:35.754Z | [ recovery-image] Dec 16 20:45:34.216 INFO O| Dec 16 20:45:34.215 INFO STEP 857 (remove_files) COMPLETE |
6970 | 2024-12-16T20:45:35.754Z | [ recovery-image] Dec 16 20:45:34.216 INFO O| Dec 16 20:45:34.216 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2024-12-16T20:45:35.754Z | [ recovery-image] Dec 16 20:45:34.249 INFO O| Dec 16 20:45:34.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6972 | 2024-12-16T20:45:35.754Z | [ recovery-image] Dec 16 20:45:34.258 INFO O| Dec 16 20:45:34.250 INFO STEP 858 (remove_files) COMPLETE |
6973 | 2024-12-16T20:45:35.754Z | [ recovery-image] Dec 16 20:45:34.258 INFO O| Dec 16 20:45:34.258 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-12-16T20:45:35.770Z | [ recovery-image] Dec 16 20:45:34.277 INFO O| Dec 16 20:45:34.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6975 | 2024-12-16T20:45:35.772Z | [ recovery-image] Dec 16 20:45:34.277 INFO O| Dec 16 20:45:34.277 INFO STEP 859 (remove_files) COMPLETE |
6976 | 2024-12-16T20:45:35.772Z | [ recovery-image] Dec 16 20:45:34.277 INFO O| Dec 16 20:45:34.277 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-12-16T20:45:35.789Z | [ recovery-image] Dec 16 20:45:34.296 INFO O| Dec 16 20:45:34.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6978 | 2024-12-16T20:45:35.789Z | [ recovery-image] Dec 16 20:45:34.296 INFO O| Dec 16 20:45:34.296 INFO STEP 860 (remove_files) COMPLETE |
6979 | 2024-12-16T20:45:35.790Z | [ recovery-image] Dec 16 20:45:34.296 INFO O| Dec 16 20:45:34.296 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-12-16T20:45:35.806Z | [ recovery-image] Dec 16 20:45:34.313 INFO O| Dec 16 20:45:34.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6981 | 2024-12-16T20:45:35.809Z | [ recovery-image] Dec 16 20:45:34.313 INFO O| Dec 16 20:45:34.313 INFO STEP 861 (remove_files) COMPLETE |
6982 | 2024-12-16T20:45:35.809Z | [ recovery-image] Dec 16 20:45:34.313 INFO O| Dec 16 20:45:34.313 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-12-16T20:45:35.827Z | [ recovery-image] Dec 16 20:45:34.334 INFO O| Dec 16 20:45:34.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6984 | 2024-12-16T20:45:35.827Z | [ recovery-image] Dec 16 20:45:34.334 INFO O| Dec 16 20:45:34.334 INFO STEP 862 (remove_files) COMPLETE |
6985 | 2024-12-16T20:45:35.827Z | [ recovery-image] Dec 16 20:45:34.334 INFO O| Dec 16 20:45:34.334 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-12-16T20:45:35.858Z | [ recovery-image] Dec 16 20:45:34.365 INFO O| Dec 16 20:45:34.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6987 | 2024-12-16T20:45:35.865Z | [ recovery-image] Dec 16 20:45:34.372 INFO O| Dec 16 20:45:34.372 INFO STEP 863 (remove_files) COMPLETE |
6988 | 2024-12-16T20:45:35.867Z | [ recovery-image] Dec 16 20:45:34.372 INFO O| Dec 16 20:45:34.372 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-12-16T20:45:35.888Z | [ recovery-image] Dec 16 20:45:34.395 INFO O| Dec 16 20:45:34.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6990 | 2024-12-16T20:45:35.888Z | [ recovery-image] Dec 16 20:45:34.395 INFO O| Dec 16 20:45:34.395 INFO STEP 864 (remove_files) COMPLETE |
6991 | 2024-12-16T20:45:35.888Z | [ recovery-image] Dec 16 20:45:34.395 INFO O| Dec 16 20:45:34.395 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-12-16T20:45:35.907Z | [ recovery-image] Dec 16 20:45:34.414 INFO O| Dec 16 20:45:34.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6993 | 2024-12-16T20:45:35.907Z | [ recovery-image] Dec 16 20:45:34.414 INFO O| Dec 16 20:45:34.414 INFO STEP 865 (remove_files) COMPLETE |
6994 | 2024-12-16T20:45:35.910Z | [ recovery-image] Dec 16 20:45:34.414 INFO O| Dec 16 20:45:34.414 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-12-16T20:45:35.925Z | [ recovery-image] Dec 16 20:45:34.432 INFO O| Dec 16 20:45:34.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6996 | 2024-12-16T20:45:35.925Z | [ recovery-image] Dec 16 20:45:34.432 INFO O| Dec 16 20:45:34.432 INFO STEP 866 (remove_files) COMPLETE |
6997 | 2024-12-16T20:45:35.927Z | [ recovery-image] Dec 16 20:45:34.432 INFO O| Dec 16 20:45:34.432 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-12-16T20:45:35.943Z | [ recovery-image] Dec 16 20:45:34.450 INFO O| Dec 16 20:45:34.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6999 | 2024-12-16T20:45:35.946Z | [ recovery-image] Dec 16 20:45:34.451 INFO O| Dec 16 20:45:34.451 INFO STEP 867 (remove_files) COMPLETE |
7000 | 2024-12-16T20:45:35.946Z | [ recovery-image] Dec 16 20:45:34.451 INFO O| Dec 16 20:45:34.451 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-12-16T20:45:35.961Z | [ recovery-image] Dec 16 20:45:34.468 INFO O| Dec 16 20:45:34.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
7002 | 2024-12-16T20:45:35.961Z | [ recovery-image] Dec 16 20:45:34.468 INFO O| Dec 16 20:45:34.468 INFO STEP 868 (remove_files) COMPLETE |
7003 | 2024-12-16T20:45:35.961Z | [ recovery-image] Dec 16 20:45:34.468 INFO O| Dec 16 20:45:34.468 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-12-16T20:45:35.979Z | [ recovery-image] Dec 16 20:45:34.486 INFO O| Dec 16 20:45:34.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
7005 | 2024-12-16T20:45:35.979Z | [ recovery-image] Dec 16 20:45:34.486 INFO O| Dec 16 20:45:34.486 INFO STEP 869 (remove_files) COMPLETE |
7006 | 2024-12-16T20:45:35.979Z | [ recovery-image] Dec 16 20:45:34.486 INFO O| Dec 16 20:45:34.486 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-12-16T20:45:35.995Z | [ recovery-image] Dec 16 20:45:34.502 INFO O| Dec 16 20:45:34.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
7008 | 2024-12-16T20:45:35.995Z | [ recovery-image] Dec 16 20:45:34.502 INFO O| Dec 16 20:45:34.502 INFO STEP 870 (remove_files) COMPLETE |
7009 | 2024-12-16T20:45:35.995Z | [ recovery-image] Dec 16 20:45:34.502 INFO O| Dec 16 20:45:34.502 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-12-16T20:45:36.014Z | [ recovery-image] Dec 16 20:45:34.519 INFO O| Dec 16 20:45:34.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
7011 | 2024-12-16T20:45:36.014Z | [ recovery-image] Dec 16 20:45:34.519 INFO O| Dec 16 20:45:34.519 INFO STEP 871 (remove_files) COMPLETE |
7012 | 2024-12-16T20:45:36.014Z | [ recovery-image] Dec 16 20:45:34.519 INFO O| Dec 16 20:45:34.519 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-12-16T20:45:36.030Z | [ recovery-image] Dec 16 20:45:34.537 INFO O| Dec 16 20:45:34.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
7014 | 2024-12-16T20:45:36.030Z | [ recovery-image] Dec 16 20:45:34.537 INFO O| Dec 16 20:45:34.537 INFO STEP 872 (remove_files) COMPLETE |
7015 | 2024-12-16T20:45:36.030Z | [ recovery-image] Dec 16 20:45:34.537 INFO O| Dec 16 20:45:34.537 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-12-16T20:45:36.048Z | [ recovery-image] Dec 16 20:45:34.555 INFO O| Dec 16 20:45:34.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
7017 | 2024-12-16T20:45:36.048Z | [ recovery-image] Dec 16 20:45:34.555 INFO O| Dec 16 20:45:34.555 INFO STEP 873 (remove_files) COMPLETE |
7018 | 2024-12-16T20:45:36.048Z | [ recovery-image] Dec 16 20:45:34.555 INFO O| Dec 16 20:45:34.555 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-12-16T20:45:36.065Z | [ recovery-image] Dec 16 20:45:34.572 INFO O| Dec 16 20:45:34.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
7020 | 2024-12-16T20:45:36.065Z | [ recovery-image] Dec 16 20:45:34.572 INFO O| Dec 16 20:45:34.572 INFO STEP 874 (remove_files) COMPLETE |
7021 | 2024-12-16T20:45:36.067Z | [ recovery-image] Dec 16 20:45:34.572 INFO O| Dec 16 20:45:34.572 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-12-16T20:45:36.083Z | [ recovery-image] Dec 16 20:45:34.590 INFO O| Dec 16 20:45:34.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7023 | 2024-12-16T20:45:36.083Z | [ recovery-image] Dec 16 20:45:34.590 INFO O| Dec 16 20:45:34.590 INFO STEP 875 (remove_files) COMPLETE |
7024 | 2024-12-16T20:45:36.083Z | [ recovery-image] Dec 16 20:45:34.590 INFO O| Dec 16 20:45:34.590 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-12-16T20:45:36.102Z | [ recovery-image] Dec 16 20:45:34.608 INFO O| Dec 16 20:45:34.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7026 | 2024-12-16T20:45:36.105Z | [ recovery-image] Dec 16 20:45:34.608 INFO O| Dec 16 20:45:34.608 INFO STEP 876 (remove_files) COMPLETE |
7027 | 2024-12-16T20:45:36.105Z | [ recovery-image] Dec 16 20:45:34.608 INFO O| Dec 16 20:45:34.608 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-12-16T20:45:36.121Z | [ recovery-image] Dec 16 20:45:34.627 INFO O| Dec 16 20:45:34.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7029 | 2024-12-16T20:45:36.121Z | [ recovery-image] Dec 16 20:45:34.628 INFO O| Dec 16 20:45:34.627 INFO STEP 877 (remove_files) COMPLETE |
7030 | 2024-12-16T20:45:36.124Z | [ recovery-image] Dec 16 20:45:34.628 INFO O| Dec 16 20:45:34.628 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-12-16T20:45:36.142Z | [ recovery-image] Dec 16 20:45:34.649 INFO O| Dec 16 20:45:34.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7032 | 2024-12-16T20:45:36.145Z | [ recovery-image] Dec 16 20:45:34.649 INFO O| Dec 16 20:45:34.649 INFO STEP 878 (remove_files) COMPLETE |
7033 | 2024-12-16T20:45:36.145Z | [ recovery-image] Dec 16 20:45:34.649 INFO O| Dec 16 20:45:34.649 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-12-16T20:45:36.165Z | [ recovery-image] Dec 16 20:45:34.672 INFO O| Dec 16 20:45:34.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7035 | 2024-12-16T20:45:36.165Z | [ recovery-image] Dec 16 20:45:34.672 INFO O| Dec 16 20:45:34.672 INFO STEP 879 (remove_files) COMPLETE |
7036 | 2024-12-16T20:45:36.165Z | [ recovery-image] Dec 16 20:45:34.672 INFO O| Dec 16 20:45:34.672 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-12-16T20:45:36.185Z | [ recovery-image] Dec 16 20:45:34.692 INFO O| Dec 16 20:45:34.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7038 | 2024-12-16T20:45:36.185Z | [ recovery-image] Dec 16 20:45:34.692 INFO O| Dec 16 20:45:34.692 INFO STEP 880 (remove_files) COMPLETE |
7039 | 2024-12-16T20:45:36.185Z | [ recovery-image] Dec 16 20:45:34.692 INFO O| Dec 16 20:45:34.692 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-12-16T20:45:36.204Z | [ recovery-image] Dec 16 20:45:34.711 INFO O| Dec 16 20:45:34.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7041 | 2024-12-16T20:45:36.207Z | [ recovery-image] Dec 16 20:45:34.712 INFO O| Dec 16 20:45:34.712 INFO STEP 881 (remove_files) COMPLETE |
7042 | 2024-12-16T20:45:36.207Z | [ recovery-image] Dec 16 20:45:34.712 INFO O| Dec 16 20:45:34.712 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-12-16T20:45:36.224Z | [ recovery-image] Dec 16 20:45:34.731 INFO O| Dec 16 20:45:34.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7044 | 2024-12-16T20:45:36.224Z | [ recovery-image] Dec 16 20:45:34.731 INFO O| Dec 16 20:45:34.731 INFO STEP 882 (remove_files) COMPLETE |
7045 | 2024-12-16T20:45:36.227Z | [ recovery-image] Dec 16 20:45:34.731 INFO O| Dec 16 20:45:34.731 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-12-16T20:45:36.245Z | [ recovery-image] Dec 16 20:45:34.751 INFO O| Dec 16 20:45:34.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7047 | 2024-12-16T20:45:36.245Z | [ recovery-image] Dec 16 20:45:34.752 INFO O| Dec 16 20:45:34.752 INFO STEP 883 (remove_files) COMPLETE |
7048 | 2024-12-16T20:45:36.245Z | [ recovery-image] Dec 16 20:45:34.752 INFO O| Dec 16 20:45:34.752 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-12-16T20:45:36.262Z | [ recovery-image] Dec 16 20:45:34.769 INFO O| Dec 16 20:45:34.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7050 | 2024-12-16T20:45:36.262Z | [ recovery-image] Dec 16 20:45:34.769 INFO O| Dec 16 20:45:34.769 INFO STEP 884 (remove_files) COMPLETE |
7051 | 2024-12-16T20:45:36.262Z | [ recovery-image] Dec 16 20:45:34.769 INFO O| Dec 16 20:45:34.769 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-12-16T20:45:36.280Z | [ recovery-image] Dec 16 20:45:34.787 INFO O| Dec 16 20:45:34.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7053 | 2024-12-16T20:45:36.280Z | [ recovery-image] Dec 16 20:45:34.787 INFO O| Dec 16 20:45:34.787 INFO STEP 885 (remove_files) COMPLETE |
7054 | 2024-12-16T20:45:36.282Z | [ recovery-image] Dec 16 20:45:34.787 INFO O| Dec 16 20:45:34.787 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-12-16T20:45:36.301Z | [ recovery-image] Dec 16 20:45:34.807 INFO O| Dec 16 20:45:34.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7056 | 2024-12-16T20:45:36.301Z | [ recovery-image] Dec 16 20:45:34.807 INFO O| Dec 16 20:45:34.807 INFO STEP 886 (remove_files) COMPLETE |
7057 | 2024-12-16T20:45:36.301Z | [ recovery-image] Dec 16 20:45:34.807 INFO O| Dec 16 20:45:34.807 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-12-16T20:45:36.317Z | [ recovery-image] Dec 16 20:45:34.824 INFO O| Dec 16 20:45:34.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7059 | 2024-12-16T20:45:36.320Z | [ recovery-image] Dec 16 20:45:34.824 INFO O| Dec 16 20:45:34.824 INFO STEP 887 (remove_files) COMPLETE |
7060 | 2024-12-16T20:45:36.320Z | [ recovery-image] Dec 16 20:45:34.824 INFO O| Dec 16 20:45:34.824 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-12-16T20:45:36.335Z | [ recovery-image] Dec 16 20:45:34.842 INFO O| Dec 16 20:45:34.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7062 | 2024-12-16T20:45:36.346Z | [ recovery-image] Dec 16 20:45:34.842 INFO O| Dec 16 20:45:34.842 INFO STEP 888 (remove_files) COMPLETE |
7063 | 2024-12-16T20:45:36.346Z | [ recovery-image] Dec 16 20:45:34.843 INFO O| Dec 16 20:45:34.843 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-12-16T20:45:36.355Z | [ recovery-image] Dec 16 20:45:34.860 INFO O| Dec 16 20:45:34.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7065 | 2024-12-16T20:45:36.355Z | [ recovery-image] Dec 16 20:45:34.860 INFO O| Dec 16 20:45:34.860 INFO STEP 889 (remove_files) COMPLETE |
7066 | 2024-12-16T20:45:36.355Z | [ recovery-image] Dec 16 20:45:34.860 INFO O| Dec 16 20:45:34.860 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-12-16T20:45:36.371Z | [ recovery-image] Dec 16 20:45:34.878 INFO O| Dec 16 20:45:34.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7068 | 2024-12-16T20:45:36.374Z | [ recovery-image] Dec 16 20:45:34.878 INFO O| Dec 16 20:45:34.878 INFO STEP 890 (remove_files) COMPLETE |
7069 | 2024-12-16T20:45:36.374Z | [ recovery-image] Dec 16 20:45:34.878 INFO O| Dec 16 20:45:34.878 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-12-16T20:45:36.390Z | [ recovery-image] Dec 16 20:45:34.897 INFO O| Dec 16 20:45:34.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7071 | 2024-12-16T20:45:36.390Z | [ recovery-image] Dec 16 20:45:34.897 INFO O| Dec 16 20:45:34.897 INFO STEP 891 (remove_files) COMPLETE |
7072 | 2024-12-16T20:45:36.390Z | [ recovery-image] Dec 16 20:45:34.897 INFO O| Dec 16 20:45:34.897 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-12-16T20:45:36.409Z | [ recovery-image] Dec 16 20:45:34.916 INFO O| Dec 16 20:45:34.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7074 | 2024-12-16T20:45:36.409Z | [ recovery-image] Dec 16 20:45:34.916 INFO O| Dec 16 20:45:34.916 INFO STEP 892 (remove_files) COMPLETE |
7075 | 2024-12-16T20:45:36.412Z | [ recovery-image] Dec 16 20:45:34.916 INFO O| Dec 16 20:45:34.916 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-12-16T20:45:36.428Z | [ recovery-image] Dec 16 20:45:34.935 INFO O| Dec 16 20:45:34.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7077 | 2024-12-16T20:45:36.428Z | [ recovery-image] Dec 16 20:45:34.935 INFO O| Dec 16 20:45:34.935 INFO STEP 893 (remove_files) COMPLETE |
7078 | 2024-12-16T20:45:36.428Z | [ recovery-image] Dec 16 20:45:34.935 INFO O| Dec 16 20:45:34.935 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-12-16T20:45:36.447Z | [ recovery-image] Dec 16 20:45:34.954 INFO O| Dec 16 20:45:34.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7080 | 2024-12-16T20:45:36.447Z | [ recovery-image] Dec 16 20:45:34.954 INFO O| Dec 16 20:45:34.954 INFO STEP 894 (remove_files) COMPLETE |
7081 | 2024-12-16T20:45:36.447Z | [ recovery-image] Dec 16 20:45:34.954 INFO O| Dec 16 20:45:34.954 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-12-16T20:45:36.465Z | [ recovery-image] Dec 16 20:45:34.972 INFO O| Dec 16 20:45:34.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7083 | 2024-12-16T20:45:36.465Z | [ recovery-image] Dec 16 20:45:34.972 INFO O| Dec 16 20:45:34.972 INFO STEP 895 (remove_files) COMPLETE |
7084 | 2024-12-16T20:45:36.466Z | [ recovery-image] Dec 16 20:45:34.972 INFO O| Dec 16 20:45:34.972 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-12-16T20:45:36.482Z | [ recovery-image] Dec 16 20:45:34.989 INFO O| Dec 16 20:45:34.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7086 | 2024-12-16T20:45:36.484Z | [ recovery-image] Dec 16 20:45:34.989 INFO O| Dec 16 20:45:34.989 INFO STEP 896 (remove_files) COMPLETE |
7087 | 2024-12-16T20:45:36.484Z | [ recovery-image] Dec 16 20:45:34.989 INFO O| Dec 16 20:45:34.989 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-12-16T20:45:36.504Z | [ recovery-image] Dec 16 20:45:35.008 INFO O| Dec 16 20:45:35.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7089 | 2024-12-16T20:45:36.509Z | [ recovery-image] Dec 16 20:45:35.008 INFO O| Dec 16 20:45:35.008 INFO STEP 897 (remove_files) COMPLETE |
7090 | 2024-12-16T20:45:36.509Z | [ recovery-image] Dec 16 20:45:35.008 INFO O| Dec 16 20:45:35.008 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-12-16T20:45:36.520Z | [ recovery-image] Dec 16 20:45:35.027 INFO O| Dec 16 20:45:35.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7092 | 2024-12-16T20:45:36.520Z | [ recovery-image] Dec 16 20:45:35.027 INFO O| Dec 16 20:45:35.027 INFO STEP 898 (remove_files) COMPLETE |
7093 | 2024-12-16T20:45:36.523Z | [ recovery-image] Dec 16 20:45:35.027 INFO O| Dec 16 20:45:35.027 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-12-16T20:45:36.539Z | [ recovery-image] Dec 16 20:45:35.046 INFO O| Dec 16 20:45:35.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7095 | 2024-12-16T20:45:36.544Z | [ recovery-image] Dec 16 20:45:35.046 INFO O| Dec 16 20:45:35.046 INFO STEP 899 (remove_files) COMPLETE |
7096 | 2024-12-16T20:45:36.544Z | [ recovery-image] Dec 16 20:45:35.046 INFO O| Dec 16 20:45:35.046 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-12-16T20:45:36.559Z | [ recovery-image] Dec 16 20:45:35.065 INFO O| Dec 16 20:45:35.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7098 | 2024-12-16T20:45:36.561Z | [ recovery-image] Dec 16 20:45:35.065 INFO O| Dec 16 20:45:35.065 INFO STEP 900 (remove_files) COMPLETE |
7099 | 2024-12-16T20:45:36.562Z | [ recovery-image] Dec 16 20:45:35.065 INFO O| Dec 16 20:45:35.065 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-12-16T20:45:36.575Z | [ recovery-image] Dec 16 20:45:35.082 INFO O| Dec 16 20:45:35.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7101 | 2024-12-16T20:45:36.575Z | [ recovery-image] Dec 16 20:45:35.082 INFO O| Dec 16 20:45:35.082 INFO STEP 901 (remove_files) COMPLETE |
7102 | 2024-12-16T20:45:36.575Z | [ recovery-image] Dec 16 20:45:35.082 INFO O| Dec 16 20:45:35.082 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-12-16T20:45:36.594Z | [ recovery-image] Dec 16 20:45:35.100 INFO O| Dec 16 20:45:35.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7104 | 2024-12-16T20:45:36.594Z | [ recovery-image] Dec 16 20:45:35.100 INFO O| Dec 16 20:45:35.100 INFO STEP 902 (remove_files) COMPLETE |
7105 | 2024-12-16T20:45:36.594Z | [ recovery-image] Dec 16 20:45:35.100 INFO O| Dec 16 20:45:35.100 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-12-16T20:45:36.611Z | [ recovery-image] Dec 16 20:45:35.118 INFO O| Dec 16 20:45:35.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7107 | 2024-12-16T20:45:36.614Z | [ recovery-image] Dec 16 20:45:35.118 INFO O| Dec 16 20:45:35.118 INFO STEP 903 (remove_files) COMPLETE |
7108 | 2024-12-16T20:45:36.614Z | [ recovery-image] Dec 16 20:45:35.118 INFO O| Dec 16 20:45:35.118 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-12-16T20:45:36.627Z | [ recovery-image] Dec 16 20:45:35.134 INFO O| Dec 16 20:45:35.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7110 | 2024-12-16T20:45:36.630Z | [ recovery-image] Dec 16 20:45:35.134 INFO O| Dec 16 20:45:35.134 INFO STEP 904 (remove_files) COMPLETE |
7111 | 2024-12-16T20:45:36.630Z | [ recovery-image] Dec 16 20:45:35.134 INFO O| Dec 16 20:45:35.134 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-12-16T20:45:36.643Z | [ recovery-image] Dec 16 20:45:35.150 INFO O| Dec 16 20:45:35.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7113 | 2024-12-16T20:45:36.643Z | [ recovery-image] Dec 16 20:45:35.150 INFO O| Dec 16 20:45:35.150 INFO STEP 905 (remove_files) COMPLETE |
7114 | 2024-12-16T20:45:36.645Z | [ recovery-image] Dec 16 20:45:35.150 INFO O| Dec 16 20:45:35.150 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-12-16T20:45:36.659Z | [ recovery-image] Dec 16 20:45:35.166 INFO O| Dec 16 20:45:35.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7116 | 2024-12-16T20:45:36.662Z | [ recovery-image] Dec 16 20:45:35.166 INFO O| Dec 16 20:45:35.166 INFO STEP 906 (remove_files) COMPLETE |
7117 | 2024-12-16T20:45:36.662Z | [ recovery-image] Dec 16 20:45:35.166 INFO O| Dec 16 20:45:35.166 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-12-16T20:45:36.677Z | [ recovery-image] Dec 16 20:45:35.183 INFO O| Dec 16 20:45:35.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7119 | 2024-12-16T20:45:36.680Z | [ recovery-image] Dec 16 20:45:35.183 INFO O| Dec 16 20:45:35.183 INFO STEP 907 (remove_files) COMPLETE |
7120 | 2024-12-16T20:45:36.680Z | [ recovery-image] Dec 16 20:45:35.183 INFO O| Dec 16 20:45:35.183 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-12-16T20:45:36.696Z | [ recovery-image] Dec 16 20:45:35.203 INFO O| Dec 16 20:45:35.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7122 | 2024-12-16T20:45:36.699Z | [ recovery-image] Dec 16 20:45:35.203 INFO O| Dec 16 20:45:35.203 INFO STEP 908 (remove_files) COMPLETE |
7123 | 2024-12-16T20:45:36.699Z | [ recovery-image] Dec 16 20:45:35.203 INFO O| Dec 16 20:45:35.203 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-12-16T20:45:36.727Z | [ recovery-image] Dec 16 20:45:35.233 INFO O| Dec 16 20:45:35.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7125 | 2024-12-16T20:45:36.727Z | [ recovery-image] Dec 16 20:45:35.233 INFO O| Dec 16 20:45:35.233 INFO STEP 909 (remove_files) COMPLETE |
7126 | 2024-12-16T20:45:36.730Z | [ recovery-image] Dec 16 20:45:35.233 INFO O| Dec 16 20:45:35.233 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-12-16T20:45:36.759Z | [ recovery-image] Dec 16 20:45:35.266 INFO O| Dec 16 20:45:35.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7128 | 2024-12-16T20:45:36.759Z | [ recovery-image] Dec 16 20:45:35.266 INFO O| Dec 16 20:45:35.266 INFO STEP 910 (remove_files) COMPLETE |
7129 | 2024-12-16T20:45:36.762Z | [ recovery-image] Dec 16 20:45:35.266 INFO O| Dec 16 20:45:35.266 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-12-16T20:45:36.777Z | [ recovery-image] Dec 16 20:45:35.284 INFO O| Dec 16 20:45:35.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7131 | 2024-12-16T20:45:36.777Z | [ recovery-image] Dec 16 20:45:35.284 INFO O| Dec 16 20:45:35.284 INFO STEP 911 (remove_files) COMPLETE |
7132 | 2024-12-16T20:45:36.780Z | [ recovery-image] Dec 16 20:45:35.284 INFO O| Dec 16 20:45:35.284 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-12-16T20:45:36.813Z | [ recovery-image] Dec 16 20:45:35.320 INFO O| Dec 16 20:45:35.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7134 | 2024-12-16T20:45:36.813Z | [ recovery-image] Dec 16 20:45:35.320 INFO O| Dec 16 20:45:35.320 INFO STEP 912 (remove_files) COMPLETE |
7135 | 2024-12-16T20:45:36.814Z | [ recovery-image] Dec 16 20:45:35.320 INFO O| Dec 16 20:45:35.320 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-12-16T20:45:36.832Z | [ recovery-image] Dec 16 20:45:35.339 INFO O| Dec 16 20:45:35.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7137 | 2024-12-16T20:45:36.832Z | [ recovery-image] Dec 16 20:45:35.339 INFO O| Dec 16 20:45:35.339 INFO STEP 913 (remove_files) COMPLETE |
7138 | 2024-12-16T20:45:36.832Z | [ recovery-image] Dec 16 20:45:35.339 INFO O| Dec 16 20:45:35.339 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-12-16T20:45:36.863Z | [ recovery-image] Dec 16 20:45:35.370 INFO O| Dec 16 20:45:35.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7140 | 2024-12-16T20:45:36.863Z | [ recovery-image] Dec 16 20:45:35.370 INFO O| Dec 16 20:45:35.370 INFO STEP 914 (remove_files) COMPLETE |
7141 | 2024-12-16T20:45:36.863Z | [ recovery-image] Dec 16 20:45:35.370 INFO O| Dec 16 20:45:35.370 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-12-16T20:45:36.887Z | [ recovery-image] Dec 16 20:45:35.393 INFO O| Dec 16 20:45:35.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7143 | 2024-12-16T20:45:36.889Z | [ recovery-image] Dec 16 20:45:35.394 INFO O| Dec 16 20:45:35.394 INFO STEP 915 (remove_files) COMPLETE |
7144 | 2024-12-16T20:45:36.889Z | [ recovery-image] Dec 16 20:45:35.394 INFO O| Dec 16 20:45:35.394 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-12-16T20:45:36.905Z | [ recovery-image] Dec 16 20:45:35.412 INFO O| Dec 16 20:45:35.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7146 | 2024-12-16T20:45:36.908Z | [ recovery-image] Dec 16 20:45:35.412 INFO O| Dec 16 20:45:35.412 INFO STEP 916 (remove_files) COMPLETE |
7147 | 2024-12-16T20:45:36.908Z | [ recovery-image] Dec 16 20:45:35.412 INFO O| Dec 16 20:45:35.412 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-12-16T20:45:36.924Z | [ recovery-image] Dec 16 20:45:35.430 INFO O| Dec 16 20:45:35.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7149 | 2024-12-16T20:45:36.927Z | [ recovery-image] Dec 16 20:45:35.430 INFO O| Dec 16 20:45:35.430 INFO STEP 917 (remove_files) COMPLETE |
7150 | 2024-12-16T20:45:36.927Z | [ recovery-image] Dec 16 20:45:35.430 INFO O| Dec 16 20:45:35.430 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-12-16T20:45:36.940Z | [ recovery-image] Dec 16 20:45:35.447 INFO O| Dec 16 20:45:35.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7152 | 2024-12-16T20:45:36.942Z | [ recovery-image] Dec 16 20:45:35.447 INFO O| Dec 16 20:45:35.447 INFO STEP 918 (remove_files) COMPLETE |
7153 | 2024-12-16T20:45:36.942Z | [ recovery-image] Dec 16 20:45:35.447 INFO O| Dec 16 20:45:35.447 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-12-16T20:45:36.958Z | [ recovery-image] Dec 16 20:45:35.465 INFO O| Dec 16 20:45:35.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7155 | 2024-12-16T20:45:36.960Z | [ recovery-image] Dec 16 20:45:35.465 INFO O| Dec 16 20:45:35.465 INFO STEP 919 (remove_files) COMPLETE |
7156 | 2024-12-16T20:45:36.960Z | [ recovery-image] Dec 16 20:45:35.465 INFO O| Dec 16 20:45:35.465 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-12-16T20:45:36.977Z | [ recovery-image] Dec 16 20:45:35.483 INFO O| Dec 16 20:45:35.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7158 | 2024-12-16T20:45:36.979Z | [ recovery-image] Dec 16 20:45:35.483 INFO O| Dec 16 20:45:35.483 INFO STEP 920 (remove_files) COMPLETE |
7159 | 2024-12-16T20:45:36.979Z | [ recovery-image] Dec 16 20:45:35.484 INFO O| Dec 16 20:45:35.484 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-12-16T20:45:36.994Z | [ recovery-image] Dec 16 20:45:35.501 INFO O| Dec 16 20:45:35.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7161 | 2024-12-16T20:45:36.996Z | [ recovery-image] Dec 16 20:45:35.501 INFO O| Dec 16 20:45:35.501 INFO STEP 921 (remove_files) COMPLETE |
7162 | 2024-12-16T20:45:36.996Z | [ recovery-image] Dec 16 20:45:35.501 INFO O| Dec 16 20:45:35.501 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-12-16T20:45:37.025Z | [ recovery-image] Dec 16 20:45:35.532 INFO O| Dec 16 20:45:35.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7164 | 2024-12-16T20:45:37.027Z | [ recovery-image] Dec 16 20:45:35.532 INFO O| Dec 16 20:45:35.532 INFO STEP 922 (remove_files) COMPLETE |
7165 | 2024-12-16T20:45:37.027Z | [ recovery-image] Dec 16 20:45:35.532 INFO O| Dec 16 20:45:35.532 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-12-16T20:45:37.043Z | [ recovery-image] Dec 16 20:45:35.549 INFO O| Dec 16 20:45:35.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7167 | 2024-12-16T20:45:37.046Z | [ recovery-image] Dec 16 20:45:35.550 INFO O| Dec 16 20:45:35.550 INFO STEP 923 (remove_files) COMPLETE |
7168 | 2024-12-16T20:45:37.046Z | [ recovery-image] Dec 16 20:45:35.550 INFO O| Dec 16 20:45:35.550 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2024-12-16T20:45:37.065Z | [ recovery-image] Dec 16 20:45:35.572 INFO O| Dec 16 20:45:35.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7170 | 2024-12-16T20:45:37.068Z | [ recovery-image] Dec 16 20:45:35.573 INFO O| Dec 16 20:45:35.573 INFO STEP 924 (remove_files) COMPLETE |
7171 | 2024-12-16T20:45:37.069Z | [ recovery-image] Dec 16 20:45:35.574 INFO O| Dec 16 20:45:35.573 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7172 | 2024-12-16T20:45:37.087Z | [ recovery-image] Dec 16 20:45:35.594 INFO O| Dec 16 20:45:35.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7173 | 2024-12-16T20:45:37.087Z | [ recovery-image] Dec 16 20:45:35.594 INFO O| Dec 16 20:45:35.594 INFO STEP 925 (remove_files) COMPLETE |
7174 | 2024-12-16T20:45:37.087Z | [ recovery-image] Dec 16 20:45:35.594 INFO O| Dec 16 20:45:35.594 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7175 | 2024-12-16T20:45:37.115Z | [ recovery-image] Dec 16 20:45:35.621 INFO O| Dec 16 20:45:35.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7176 | 2024-12-16T20:45:37.115Z | [ recovery-image] Dec 16 20:45:35.621 INFO O| Dec 16 20:45:35.621 INFO STEP 926 (remove_files) COMPLETE |
7177 | 2024-12-16T20:45:37.115Z | [ recovery-image] Dec 16 20:45:35.621 INFO O| Dec 16 20:45:35.621 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7178 | 2024-12-16T20:45:37.137Z | [ recovery-image] Dec 16 20:45:35.644 INFO O| Dec 16 20:45:35.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7179 | 2024-12-16T20:45:37.140Z | [ recovery-image] Dec 16 20:45:35.644 INFO O| Dec 16 20:45:35.644 INFO STEP 927 (remove_files) COMPLETE |
7180 | 2024-12-16T20:45:37.140Z | [ recovery-image] Dec 16 20:45:35.644 INFO O| Dec 16 20:45:35.644 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7181 | 2024-12-16T20:45:37.159Z | [ recovery-image] Dec 16 20:45:35.666 INFO O| Dec 16 20:45:35.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7182 | 2024-12-16T20:45:37.162Z | [ recovery-image] Dec 16 20:45:35.667 INFO O| Dec 16 20:45:35.667 INFO STEP 928 (remove_files) COMPLETE |
7183 | 2024-12-16T20:45:37.162Z | [ recovery-image] Dec 16 20:45:35.667 INFO O| Dec 16 20:45:35.667 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7184 | 2024-12-16T20:45:37.179Z | [ recovery-image] Dec 16 20:45:35.685 INFO O| Dec 16 20:45:35.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7185 | 2024-12-16T20:45:37.181Z | [ recovery-image] Dec 16 20:45:35.685 INFO O| Dec 16 20:45:35.685 INFO STEP 929 (remove_files) COMPLETE |
7186 | 2024-12-16T20:45:37.181Z | [ recovery-image] Dec 16 20:45:35.686 INFO O| Dec 16 20:45:35.685 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7187 | 2024-12-16T20:45:37.196Z | [ recovery-image] Dec 16 20:45:35.703 INFO O| Dec 16 20:45:35.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7188 | 2024-12-16T20:45:37.200Z | [ recovery-image] Dec 16 20:45:35.703 INFO O| Dec 16 20:45:35.703 INFO STEP 930 (remove_files) COMPLETE |
7189 | 2024-12-16T20:45:37.201Z | [ recovery-image] Dec 16 20:45:35.703 INFO O| Dec 16 20:45:35.703 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-12-16T20:45:37.214Z | [ recovery-image] Dec 16 20:45:35.721 INFO O| Dec 16 20:45:35.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7191 | 2024-12-16T20:45:37.222Z | [ recovery-image] Dec 16 20:45:35.721 INFO O| Dec 16 20:45:35.721 INFO STEP 931 (remove_files) COMPLETE |
7192 | 2024-12-16T20:45:37.222Z | [ recovery-image] Dec 16 20:45:35.721 INFO O| Dec 16 20:45:35.721 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-12-16T20:45:37.233Z | [ recovery-image] Dec 16 20:45:35.740 INFO O| Dec 16 20:45:35.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7194 | 2024-12-16T20:45:37.236Z | [ recovery-image] Dec 16 20:45:35.740 INFO O| Dec 16 20:45:35.740 INFO STEP 932 (remove_files) COMPLETE |
7195 | 2024-12-16T20:45:37.236Z | [ recovery-image] Dec 16 20:45:35.740 INFO O| Dec 16 20:45:35.740 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-12-16T20:45:37.252Z | [ recovery-image] Dec 16 20:45:35.759 INFO O| Dec 16 20:45:35.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7197 | 2024-12-16T20:45:37.255Z | [ recovery-image] Dec 16 20:45:35.759 INFO O| Dec 16 20:45:35.759 INFO STEP 933 (remove_files) COMPLETE |
7198 | 2024-12-16T20:45:37.255Z | [ recovery-image] Dec 16 20:45:35.760 INFO O| Dec 16 20:45:35.759 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7199 | 2024-12-16T20:45:37.273Z | [ recovery-image] Dec 16 20:45:35.779 INFO O| Dec 16 20:45:35.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7200 | 2024-12-16T20:45:37.275Z | [ recovery-image] Dec 16 20:45:35.779 INFO O| Dec 16 20:45:35.779 INFO STEP 934 (remove_files) COMPLETE |
7201 | 2024-12-16T20:45:37.275Z | [ recovery-image] Dec 16 20:45:35.779 INFO O| Dec 16 20:45:35.779 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7202 | 2024-12-16T20:45:37.292Z | [ recovery-image] Dec 16 20:45:35.799 INFO O| Dec 16 20:45:35.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7203 | 2024-12-16T20:45:37.295Z | [ recovery-image] Dec 16 20:45:35.799 INFO O| Dec 16 20:45:35.799 INFO STEP 935 (remove_files) COMPLETE |
7204 | 2024-12-16T20:45:37.295Z | [ recovery-image] Dec 16 20:45:35.799 INFO O| Dec 16 20:45:35.799 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7205 | 2024-12-16T20:45:37.312Z | [ recovery-image] Dec 16 20:45:35.818 INFO O| Dec 16 20:45:35.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7206 | 2024-12-16T20:45:37.315Z | [ recovery-image] Dec 16 20:45:35.818 INFO O| Dec 16 20:45:35.818 INFO STEP 936 (remove_files) COMPLETE |
7207 | 2024-12-16T20:45:37.315Z | [ recovery-image] Dec 16 20:45:35.819 INFO O| Dec 16 20:45:35.818 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7208 | 2024-12-16T20:45:37.332Z | [ recovery-image] Dec 16 20:45:35.838 INFO O| Dec 16 20:45:35.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7209 | 2024-12-16T20:45:37.332Z | [ recovery-image] Dec 16 20:45:35.839 INFO O| Dec 16 20:45:35.838 INFO STEP 937 (remove_files) COMPLETE |
7210 | 2024-12-16T20:45:37.332Z | [ recovery-image] Dec 16 20:45:35.839 INFO O| Dec 16 20:45:35.839 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7211 | 2024-12-16T20:45:37.353Z | [ recovery-image] Dec 16 20:45:35.859 INFO O| Dec 16 20:45:35.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7212 | 2024-12-16T20:45:37.353Z | [ recovery-image] Dec 16 20:45:35.859 INFO O| Dec 16 20:45:35.859 INFO STEP 938 (remove_files) COMPLETE |
7213 | 2024-12-16T20:45:37.356Z | [ recovery-image] Dec 16 20:45:35.859 INFO O| Dec 16 20:45:35.859 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7214 | 2024-12-16T20:45:37.375Z | [ recovery-image] Dec 16 20:45:35.880 INFO O| Dec 16 20:45:35.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7215 | 2024-12-16T20:45:37.375Z | [ recovery-image] Dec 16 20:45:35.881 INFO O| Dec 16 20:45:35.881 INFO STEP 939 (remove_files) COMPLETE |
7216 | 2024-12-16T20:45:37.375Z | [ recovery-image] Dec 16 20:45:35.881 INFO O| Dec 16 20:45:35.881 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7217 | 2024-12-16T20:45:37.394Z | [ recovery-image] Dec 16 20:45:35.901 INFO O| Dec 16 20:45:35.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7218 | 2024-12-16T20:45:37.394Z | [ recovery-image] Dec 16 20:45:35.901 INFO O| Dec 16 20:45:35.901 INFO STEP 940 (remove_files) COMPLETE |
7219 | 2024-12-16T20:45:37.394Z | [ recovery-image] Dec 16 20:45:35.901 INFO O| Dec 16 20:45:35.901 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7220 | 2024-12-16T20:45:37.414Z | [ recovery-image] Dec 16 20:45:35.920 INFO O| Dec 16 20:45:35.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7221 | 2024-12-16T20:45:37.414Z | [ recovery-image] Dec 16 20:45:35.920 INFO O| Dec 16 20:45:35.920 INFO STEP 941 (remove_files) COMPLETE |
7222 | 2024-12-16T20:45:37.414Z | [ recovery-image] Dec 16 20:45:35.920 INFO O| Dec 16 20:45:35.920 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7223 | 2024-12-16T20:45:37.432Z | [ recovery-image] Dec 16 20:45:35.938 INFO O| Dec 16 20:45:35.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7224 | 2024-12-16T20:45:37.432Z | [ recovery-image] Dec 16 20:45:35.938 INFO O| Dec 16 20:45:35.938 INFO STEP 942 (remove_files) COMPLETE |
7225 | 2024-12-16T20:45:37.432Z | [ recovery-image] Dec 16 20:45:35.938 INFO O| Dec 16 20:45:35.938 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7226 | 2024-12-16T20:45:37.452Z | [ recovery-image] Dec 16 20:45:35.958 INFO O| Dec 16 20:45:35.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7227 | 2024-12-16T20:45:37.452Z | [ recovery-image] Dec 16 20:45:35.958 INFO O| Dec 16 20:45:35.958 INFO STEP 943 (remove_files) COMPLETE |
7228 | 2024-12-16T20:45:37.452Z | [ recovery-image] Dec 16 20:45:35.958 INFO O| Dec 16 20:45:35.958 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7229 | 2024-12-16T20:45:37.489Z | [ recovery-image] Dec 16 20:45:35.996 INFO O| Dec 16 20:45:35.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7230 | 2024-12-16T20:45:37.489Z | [ recovery-image] Dec 16 20:45:35.996 INFO O| Dec 16 20:45:35.996 INFO STEP 944 (remove_files) COMPLETE |
7231 | 2024-12-16T20:45:37.489Z | [ recovery-image] Dec 16 20:45:35.996 INFO O| Dec 16 20:45:35.996 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7232 | 2024-12-16T20:45:37.551Z | [ recovery-image] Dec 16 20:45:36.057 INFO O| Dec 16 20:45:36.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7233 | 2024-12-16T20:45:37.551Z | [ recovery-image] Dec 16 20:45:36.058 INFO O| Dec 16 20:45:36.057 INFO STEP 945 (remove_files) COMPLETE |
7234 | 2024-12-16T20:45:37.551Z | [ recovery-image] Dec 16 20:45:36.058 INFO O| Dec 16 20:45:36.057 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2024-12-16T20:45:37.572Z | [ recovery-image] Dec 16 20:45:36.078 INFO O| Dec 16 20:45:36.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7236 | 2024-12-16T20:45:37.572Z | [ recovery-image] Dec 16 20:45:36.078 INFO O| Dec 16 20:45:36.078 INFO STEP 946 (remove_files) COMPLETE |
7237 | 2024-12-16T20:45:37.572Z | [ recovery-image] Dec 16 20:45:36.078 INFO O| Dec 16 20:45:36.078 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2024-12-16T20:45:37.592Z | [ recovery-image] Dec 16 20:45:36.099 INFO O| Dec 16 20:45:36.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7239 | 2024-12-16T20:45:37.592Z | [ recovery-image] Dec 16 20:45:36.099 INFO O| Dec 16 20:45:36.099 INFO STEP 947 (remove_files) COMPLETE |
7240 | 2024-12-16T20:45:37.592Z | [ recovery-image] Dec 16 20:45:36.099 INFO O| Dec 16 20:45:36.099 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2024-12-16T20:45:37.629Z | [ recovery-image] Dec 16 20:45:36.136 INFO O| Dec 16 20:45:36.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7242 | 2024-12-16T20:45:37.629Z | [ recovery-image] Dec 16 20:45:36.136 INFO O| Dec 16 20:45:36.136 INFO STEP 948 (remove_files) COMPLETE |
7243 | 2024-12-16T20:45:37.629Z | [ recovery-image] Dec 16 20:45:36.136 INFO O| Dec 16 20:45:36.136 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2024-12-16T20:45:37.659Z | [ recovery-image] Dec 16 20:45:36.166 INFO O| Dec 16 20:45:36.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7245 | 2024-12-16T20:45:37.659Z | [ recovery-image] Dec 16 20:45:36.166 INFO O| Dec 16 20:45:36.166 INFO STEP 949 (remove_files) COMPLETE |
7246 | 2024-12-16T20:45:37.659Z | [ recovery-image] Dec 16 20:45:36.166 INFO O| Dec 16 20:45:36.166 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2024-12-16T20:45:37.676Z | [ recovery-image] Dec 16 20:45:36.182 INFO O| Dec 16 20:45:36.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7248 | 2024-12-16T20:45:37.677Z | [ recovery-image] Dec 16 20:45:36.182 INFO O| Dec 16 20:45:36.182 INFO STEP 950 (remove_files) COMPLETE |
7249 | 2024-12-16T20:45:37.677Z | [ recovery-image] Dec 16 20:45:36.182 INFO O| Dec 16 20:45:36.182 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-12-16T20:45:37.692Z | [ recovery-image] Dec 16 20:45:36.199 INFO O| Dec 16 20:45:36.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7251 | 2024-12-16T20:45:37.692Z | [ recovery-image] Dec 16 20:45:36.199 INFO O| Dec 16 20:45:36.199 INFO STEP 951 (remove_files) COMPLETE |
7252 | 2024-12-16T20:45:37.692Z | [ recovery-image] Dec 16 20:45:36.199 INFO O| Dec 16 20:45:36.199 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-12-16T20:45:37.709Z | [ recovery-image] Dec 16 20:45:36.216 INFO O| Dec 16 20:45:36.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7254 | 2024-12-16T20:45:37.709Z | [ recovery-image] Dec 16 20:45:36.216 INFO O| Dec 16 20:45:36.216 INFO STEP 952 (remove_files) COMPLETE |
7255 | 2024-12-16T20:45:37.712Z | [ recovery-image] Dec 16 20:45:36.216 INFO O| Dec 16 20:45:36.216 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-12-16T20:45:37.727Z | [ recovery-image] Dec 16 20:45:36.234 INFO O| Dec 16 20:45:36.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7257 | 2024-12-16T20:45:37.727Z | [ recovery-image] Dec 16 20:45:36.234 INFO O| Dec 16 20:45:36.234 INFO STEP 953 (remove_files) COMPLETE |
7258 | 2024-12-16T20:45:37.730Z | [ recovery-image] Dec 16 20:45:36.234 INFO O| Dec 16 20:45:36.234 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-12-16T20:45:37.746Z | [ recovery-image] Dec 16 20:45:36.253 INFO O| Dec 16 20:45:36.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7260 | 2024-12-16T20:45:37.747Z | [ recovery-image] Dec 16 20:45:36.253 INFO O| Dec 16 20:45:36.253 INFO STEP 954 (remove_files) COMPLETE |
7261 | 2024-12-16T20:45:37.747Z | [ recovery-image] Dec 16 20:45:36.253 INFO O| Dec 16 20:45:36.253 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-12-16T20:45:37.769Z | [ recovery-image] Dec 16 20:45:36.275 INFO O| Dec 16 20:45:36.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7263 | 2024-12-16T20:45:37.769Z | [ recovery-image] Dec 16 20:45:36.275 INFO O| Dec 16 20:45:36.275 INFO STEP 955 (remove_files) COMPLETE |
7264 | 2024-12-16T20:45:37.769Z | [ recovery-image] Dec 16 20:45:36.275 INFO O| Dec 16 20:45:36.275 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-12-16T20:45:37.788Z | [ recovery-image] Dec 16 20:45:36.294 INFO O| Dec 16 20:45:36.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7266 | 2024-12-16T20:45:37.788Z | [ recovery-image] Dec 16 20:45:36.294 INFO O| Dec 16 20:45:36.294 INFO STEP 956 (remove_files) COMPLETE |
7267 | 2024-12-16T20:45:37.788Z | [ recovery-image] Dec 16 20:45:36.294 INFO O| Dec 16 20:45:36.294 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-12-16T20:45:37.808Z | [ recovery-image] Dec 16 20:45:36.314 INFO O| Dec 16 20:45:36.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7269 | 2024-12-16T20:45:37.808Z | [ recovery-image] Dec 16 20:45:36.314 INFO O| Dec 16 20:45:36.314 INFO STEP 957 (remove_files) COMPLETE |
7270 | 2024-12-16T20:45:37.808Z | [ recovery-image] Dec 16 20:45:36.314 INFO O| Dec 16 20:45:36.314 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-12-16T20:45:37.828Z | [ recovery-image] Dec 16 20:45:36.333 INFO O| Dec 16 20:45:36.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7272 | 2024-12-16T20:45:37.828Z | [ recovery-image] Dec 16 20:45:36.333 INFO O| Dec 16 20:45:36.333 INFO STEP 958 (remove_files) COMPLETE |
7273 | 2024-12-16T20:45:37.828Z | [ recovery-image] Dec 16 20:45:36.333 INFO O| Dec 16 20:45:36.333 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-12-16T20:45:37.847Z | [ recovery-image] Dec 16 20:45:36.353 INFO O| Dec 16 20:45:36.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7275 | 2024-12-16T20:45:37.847Z | [ recovery-image] Dec 16 20:45:36.353 INFO O| Dec 16 20:45:36.353 INFO STEP 959 (remove_files) COMPLETE |
7276 | 2024-12-16T20:45:37.847Z | [ recovery-image] Dec 16 20:45:36.353 INFO O| Dec 16 20:45:36.353 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-12-16T20:45:37.867Z | [ recovery-image] Dec 16 20:45:36.373 INFO O| Dec 16 20:45:36.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7278 | 2024-12-16T20:45:37.867Z | [ recovery-image] Dec 16 20:45:36.373 INFO O| Dec 16 20:45:36.373 INFO STEP 960 (remove_files) COMPLETE |
7279 | 2024-12-16T20:45:37.867Z | [ recovery-image] Dec 16 20:45:36.373 INFO O| Dec 16 20:45:36.373 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-12-16T20:45:37.901Z | [ recovery-image] Dec 16 20:45:36.407 INFO O| Dec 16 20:45:36.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7281 | 2024-12-16T20:45:37.901Z | [ recovery-image] Dec 16 20:45:36.407 INFO O| Dec 16 20:45:36.407 INFO STEP 961 (remove_files) COMPLETE |
7282 | 2024-12-16T20:45:37.901Z | [ recovery-image] Dec 16 20:45:36.407 INFO O| Dec 16 20:45:36.407 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-12-16T20:45:37.922Z | [ recovery-image] Dec 16 20:45:36.428 INFO O| Dec 16 20:45:36.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7284 | 2024-12-16T20:45:37.922Z | [ recovery-image] Dec 16 20:45:36.429 INFO O| Dec 16 20:45:36.428 INFO STEP 962 (remove_files) COMPLETE |
7285 | 2024-12-16T20:45:37.922Z | [ recovery-image] Dec 16 20:45:36.429 INFO O| Dec 16 20:45:36.429 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-12-16T20:45:37.943Z | [ recovery-image] Dec 16 20:45:36.450 INFO O| Dec 16 20:45:36.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7287 | 2024-12-16T20:45:37.943Z | [ recovery-image] Dec 16 20:45:36.450 INFO O| Dec 16 20:45:36.450 INFO STEP 963 (remove_files) COMPLETE |
7288 | 2024-12-16T20:45:37.943Z | [ recovery-image] Dec 16 20:45:36.450 INFO O| Dec 16 20:45:36.450 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-12-16T20:45:37.963Z | [ recovery-image] Dec 16 20:45:36.470 INFO O| Dec 16 20:45:36.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7290 | 2024-12-16T20:45:37.965Z | [ recovery-image] Dec 16 20:45:36.470 INFO O| Dec 16 20:45:36.470 INFO STEP 964 (remove_files) COMPLETE |
7291 | 2024-12-16T20:45:37.966Z | [ recovery-image] Dec 16 20:45:36.470 INFO O| Dec 16 20:45:36.470 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-12-16T20:45:38.026Z | [ recovery-image] Dec 16 20:45:36.532 INFO O| Dec 16 20:45:36.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7293 | 2024-12-16T20:45:38.028Z | [ recovery-image] Dec 16 20:45:36.532 INFO O| Dec 16 20:45:36.532 INFO STEP 965 (remove_files) COMPLETE |
7294 | 2024-12-16T20:45:38.028Z | [ recovery-image] Dec 16 20:45:36.533 INFO O| Dec 16 20:45:36.532 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-12-16T20:45:38.045Z | [ recovery-image] Dec 16 20:45:36.551 INFO O| Dec 16 20:45:36.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7296 | 2024-12-16T20:45:38.047Z | [ recovery-image] Dec 16 20:45:36.551 INFO O| Dec 16 20:45:36.551 INFO STEP 966 (remove_files) COMPLETE |
7297 | 2024-12-16T20:45:38.047Z | [ recovery-image] Dec 16 20:45:36.552 INFO O| Dec 16 20:45:36.551 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-12-16T20:45:38.063Z | [ recovery-image] Dec 16 20:45:36.570 INFO O| Dec 16 20:45:36.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7299 | 2024-12-16T20:45:38.066Z | [ recovery-image] Dec 16 20:45:36.570 INFO O| Dec 16 20:45:36.570 INFO STEP 967 (remove_files) COMPLETE |
7300 | 2024-12-16T20:45:38.066Z | [ recovery-image] Dec 16 20:45:36.570 INFO O| Dec 16 20:45:36.570 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-12-16T20:45:38.081Z | [ recovery-image] Dec 16 20:45:36.588 INFO O| Dec 16 20:45:36.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7302 | 2024-12-16T20:45:38.081Z | [ recovery-image] Dec 16 20:45:36.588 INFO O| Dec 16 20:45:36.588 INFO STEP 968 (remove_files) COMPLETE |
7303 | 2024-12-16T20:45:38.081Z | [ recovery-image] Dec 16 20:45:36.588 INFO O| Dec 16 20:45:36.588 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7304 | 2024-12-16T20:45:38.102Z | [ recovery-image] Dec 16 20:45:36.608 INFO O| Dec 16 20:45:36.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7305 | 2024-12-16T20:45:38.102Z | [ recovery-image] Dec 16 20:45:36.608 INFO O| Dec 16 20:45:36.608 INFO STEP 969 (remove_files) COMPLETE |
7306 | 2024-12-16T20:45:38.102Z | [ recovery-image] Dec 16 20:45:36.608 INFO O| Dec 16 20:45:36.608 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7307 | 2024-12-16T20:45:38.136Z | [ recovery-image] Dec 16 20:45:36.642 INFO O| Dec 16 20:45:36.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7308 | 2024-12-16T20:45:38.136Z | [ recovery-image] Dec 16 20:45:36.642 INFO O| Dec 16 20:45:36.642 INFO STEP 970 (remove_files) COMPLETE |
7309 | 2024-12-16T20:45:38.136Z | [ recovery-image] Dec 16 20:45:36.642 INFO O| Dec 16 20:45:36.642 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-12-16T20:45:38.175Z | [ recovery-image] Dec 16 20:45:36.681 INFO O| Dec 16 20:45:36.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7311 | 2024-12-16T20:45:38.175Z | [ recovery-image] Dec 16 20:45:36.681 INFO O| Dec 16 20:45:36.681 INFO STEP 971 (remove_files) COMPLETE |
7312 | 2024-12-16T20:45:38.175Z | [ recovery-image] Dec 16 20:45:36.682 INFO O| Dec 16 20:45:36.681 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7313 | 2024-12-16T20:45:38.212Z | [ recovery-image] Dec 16 20:45:36.718 INFO O| Dec 16 20:45:36.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7314 | 2024-12-16T20:45:38.214Z | [ recovery-image] Dec 16 20:45:36.718 INFO O| Dec 16 20:45:36.718 INFO STEP 972 (remove_files) COMPLETE |
7315 | 2024-12-16T20:45:38.214Z | [ recovery-image] Dec 16 20:45:36.718 INFO O| Dec 16 20:45:36.718 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7316 | 2024-12-16T20:45:38.230Z | [ recovery-image] Dec 16 20:45:36.737 INFO O| Dec 16 20:45:36.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7317 | 2024-12-16T20:45:38.231Z | [ recovery-image] Dec 16 20:45:36.737 INFO O| Dec 16 20:45:36.737 INFO STEP 973 (remove_files) COMPLETE |
7318 | 2024-12-16T20:45:38.235Z | [ recovery-image] Dec 16 20:45:36.737 INFO O| Dec 16 20:45:36.737 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7319 | 2024-12-16T20:45:38.250Z | [ recovery-image] Dec 16 20:45:36.757 INFO O| Dec 16 20:45:36.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7320 | 2024-12-16T20:45:38.250Z | [ recovery-image] Dec 16 20:45:36.757 INFO O| Dec 16 20:45:36.757 INFO STEP 974 (remove_files) COMPLETE |
7321 | 2024-12-16T20:45:38.251Z | [ recovery-image] Dec 16 20:45:36.757 INFO O| Dec 16 20:45:36.757 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7322 | 2024-12-16T20:45:38.270Z | [ recovery-image] Dec 16 20:45:36.776 INFO O| Dec 16 20:45:36.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7323 | 2024-12-16T20:45:38.270Z | [ recovery-image] Dec 16 20:45:36.776 INFO O| Dec 16 20:45:36.776 INFO STEP 975 (remove_files) COMPLETE |
7324 | 2024-12-16T20:45:38.272Z | [ recovery-image] Dec 16 20:45:36.776 INFO O| Dec 16 20:45:36.776 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-12-16T20:45:38.288Z | [ recovery-image] Dec 16 20:45:36.795 INFO O| Dec 16 20:45:36.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7326 | 2024-12-16T20:45:38.288Z | [ recovery-image] Dec 16 20:45:36.795 INFO O| Dec 16 20:45:36.795 INFO STEP 976 (remove_files) COMPLETE |
7327 | 2024-12-16T20:45:38.288Z | [ recovery-image] Dec 16 20:45:36.795 INFO O| Dec 16 20:45:36.795 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-12-16T20:45:38.328Z | [ recovery-image] Dec 16 20:45:36.834 INFO O| Dec 16 20:45:36.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7329 | 2024-12-16T20:45:38.328Z | [ recovery-image] Dec 16 20:45:36.834 INFO O| Dec 16 20:45:36.834 INFO STEP 977 (remove_files) COMPLETE |
7330 | 2024-12-16T20:45:38.330Z | [ recovery-image] Dec 16 20:45:36.834 INFO O| Dec 16 20:45:36.834 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-12-16T20:45:38.345Z | [ recovery-image] Dec 16 20:45:36.851 INFO O| Dec 16 20:45:36.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7332 | 2024-12-16T20:45:38.345Z | [ recovery-image] Dec 16 20:45:36.851 INFO O| Dec 16 20:45:36.851 INFO STEP 978 (remove_files) COMPLETE |
7333 | 2024-12-16T20:45:38.349Z | [ recovery-image] Dec 16 20:45:36.851 INFO O| Dec 16 20:45:36.851 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7334 | 2024-12-16T20:45:38.363Z | [ recovery-image] Dec 16 20:45:36.870 INFO O| Dec 16 20:45:36.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7335 | 2024-12-16T20:45:38.363Z | [ recovery-image] Dec 16 20:45:36.870 INFO O| Dec 16 20:45:36.870 INFO STEP 979 (remove_files) COMPLETE |
7336 | 2024-12-16T20:45:38.365Z | [ recovery-image] Dec 16 20:45:36.870 INFO O| Dec 16 20:45:36.870 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-12-16T20:45:38.382Z | [ recovery-image] Dec 16 20:45:36.889 INFO O| Dec 16 20:45:36.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7338 | 2024-12-16T20:45:38.382Z | [ recovery-image] Dec 16 20:45:36.889 INFO O| Dec 16 20:45:36.889 INFO STEP 980 (remove_files) COMPLETE |
7339 | 2024-12-16T20:45:38.382Z | [ recovery-image] Dec 16 20:45:36.889 INFO O| Dec 16 20:45:36.889 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-12-16T20:45:38.401Z | [ recovery-image] Dec 16 20:45:36.907 INFO O| Dec 16 20:45:36.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7341 | 2024-12-16T20:45:38.401Z | [ recovery-image] Dec 16 20:45:36.907 INFO O| Dec 16 20:45:36.907 INFO STEP 981 (remove_files) COMPLETE |
7342 | 2024-12-16T20:45:38.403Z | [ recovery-image] Dec 16 20:45:36.907 INFO O| Dec 16 20:45:36.907 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-12-16T20:45:38.421Z | [ recovery-image] Dec 16 20:45:36.927 INFO O| Dec 16 20:45:36.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7344 | 2024-12-16T20:45:38.421Z | [ recovery-image] Dec 16 20:45:36.927 INFO O| Dec 16 20:45:36.927 INFO STEP 982 (remove_files) COMPLETE |
7345 | 2024-12-16T20:45:38.421Z | [ recovery-image] Dec 16 20:45:36.927 INFO O| Dec 16 20:45:36.927 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-12-16T20:45:38.458Z | [ recovery-image] Dec 16 20:45:36.964 INFO O| Dec 16 20:45:36.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7347 | 2024-12-16T20:45:38.458Z | [ recovery-image] Dec 16 20:45:36.964 INFO O| Dec 16 20:45:36.964 INFO STEP 983 (remove_files) COMPLETE |
7348 | 2024-12-16T20:45:38.458Z | [ recovery-image] Dec 16 20:45:36.964 INFO O| Dec 16 20:45:36.964 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-12-16T20:45:38.477Z | [ recovery-image] Dec 16 20:45:36.984 INFO O| Dec 16 20:45:36.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7350 | 2024-12-16T20:45:38.477Z | [ recovery-image] Dec 16 20:45:36.984 INFO O| Dec 16 20:45:36.984 INFO STEP 984 (remove_files) COMPLETE |
7351 | 2024-12-16T20:45:38.478Z | [ recovery-image] Dec 16 20:45:36.984 INFO O| Dec 16 20:45:36.984 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-12-16T20:45:38.495Z | [ recovery-image] Dec 16 20:45:37.002 INFO O| Dec 16 20:45:37.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7353 | 2024-12-16T20:45:38.498Z | [ recovery-image] Dec 16 20:45:37.002 INFO O| Dec 16 20:45:37.002 INFO STEP 985 (remove_files) COMPLETE |
7354 | 2024-12-16T20:45:38.498Z | [ recovery-image] Dec 16 20:45:37.002 INFO O| Dec 16 20:45:37.002 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-12-16T20:45:38.513Z | [ recovery-image] Dec 16 20:45:37.020 INFO O| Dec 16 20:45:37.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7356 | 2024-12-16T20:45:38.514Z | [ recovery-image] Dec 16 20:45:37.020 INFO O| Dec 16 20:45:37.020 INFO STEP 986 (remove_files) COMPLETE |
7357 | 2024-12-16T20:45:38.514Z | [ recovery-image] Dec 16 20:45:37.020 INFO O| Dec 16 20:45:37.020 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-12-16T20:45:38.531Z | [ recovery-image] Dec 16 20:45:37.038 INFO O| Dec 16 20:45:37.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7359 | 2024-12-16T20:45:38.531Z | [ recovery-image] Dec 16 20:45:37.038 INFO O| Dec 16 20:45:37.038 INFO STEP 987 (remove_files) COMPLETE |
7360 | 2024-12-16T20:45:38.534Z | [ recovery-image] Dec 16 20:45:37.038 INFO O| Dec 16 20:45:37.038 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-12-16T20:45:38.550Z | [ recovery-image] Dec 16 20:45:37.057 INFO O| Dec 16 20:45:37.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7362 | 2024-12-16T20:45:38.550Z | [ recovery-image] Dec 16 20:45:37.057 INFO O| Dec 16 20:45:37.057 INFO STEP 988 (remove_files) COMPLETE |
7363 | 2024-12-16T20:45:38.553Z | [ recovery-image] Dec 16 20:45:37.057 INFO O| Dec 16 20:45:37.057 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-12-16T20:45:38.568Z | [ recovery-image] Dec 16 20:45:37.074 INFO O| Dec 16 20:45:37.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7365 | 2024-12-16T20:45:38.568Z | [ recovery-image] Dec 16 20:45:37.074 INFO O| Dec 16 20:45:37.074 INFO STEP 989 (remove_files) COMPLETE |
7366 | 2024-12-16T20:45:38.571Z | [ recovery-image] Dec 16 20:45:37.074 INFO O| Dec 16 20:45:37.074 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-12-16T20:45:38.585Z | [ recovery-image] Dec 16 20:45:37.091 INFO O| Dec 16 20:45:37.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7368 | 2024-12-16T20:45:38.585Z | [ recovery-image] Dec 16 20:45:37.092 INFO O| Dec 16 20:45:37.091 INFO STEP 990 (remove_files) COMPLETE |
7369 | 2024-12-16T20:45:38.585Z | [ recovery-image] Dec 16 20:45:37.092 INFO O| Dec 16 20:45:37.091 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-12-16T20:45:38.602Z | [ recovery-image] Dec 16 20:45:37.108 INFO O| Dec 16 20:45:37.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7371 | 2024-12-16T20:45:38.602Z | [ recovery-image] Dec 16 20:45:37.108 INFO O| Dec 16 20:45:37.108 INFO STEP 991 (remove_files) COMPLETE |
7372 | 2024-12-16T20:45:38.602Z | [ recovery-image] Dec 16 20:45:37.108 INFO O| Dec 16 20:45:37.108 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-12-16T20:45:38.619Z | [ recovery-image] Dec 16 20:45:37.125 INFO O| Dec 16 20:45:37.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7374 | 2024-12-16T20:45:38.619Z | [ recovery-image] Dec 16 20:45:37.125 INFO O| Dec 16 20:45:37.125 INFO STEP 992 (remove_files) COMPLETE |
7375 | 2024-12-16T20:45:38.619Z | [ recovery-image] Dec 16 20:45:37.125 INFO O| Dec 16 20:45:37.125 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-12-16T20:45:38.641Z | [ recovery-image] Dec 16 20:45:37.148 INFO O| Dec 16 20:45:37.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7377 | 2024-12-16T20:45:38.641Z | [ recovery-image] Dec 16 20:45:37.148 INFO O| Dec 16 20:45:37.148 INFO STEP 993 (remove_files) COMPLETE |
7378 | 2024-12-16T20:45:38.641Z | [ recovery-image] Dec 16 20:45:37.148 INFO O| Dec 16 20:45:37.148 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-12-16T20:45:38.661Z | [ recovery-image] Dec 16 20:45:37.168 INFO O| Dec 16 20:45:37.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7380 | 2024-12-16T20:45:38.661Z | [ recovery-image] Dec 16 20:45:37.168 INFO O| Dec 16 20:45:37.168 INFO STEP 994 (remove_files) COMPLETE |
7381 | 2024-12-16T20:45:38.665Z | [ recovery-image] Dec 16 20:45:37.168 INFO O| Dec 16 20:45:37.168 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-12-16T20:45:38.680Z | [ recovery-image] Dec 16 20:45:37.185 INFO O| Dec 16 20:45:37.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7383 | 2024-12-16T20:45:38.680Z | [ recovery-image] Dec 16 20:45:37.185 INFO O| Dec 16 20:45:37.185 INFO STEP 995 (remove_files) COMPLETE |
7384 | 2024-12-16T20:45:38.680Z | [ recovery-image] Dec 16 20:45:37.185 INFO O| Dec 16 20:45:37.185 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-12-16T20:45:38.696Z | [ recovery-image] Dec 16 20:45:37.203 INFO O| Dec 16 20:45:37.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7386 | 2024-12-16T20:45:38.697Z | [ recovery-image] Dec 16 20:45:37.203 INFO O| Dec 16 20:45:37.203 INFO STEP 996 (remove_files) COMPLETE |
7387 | 2024-12-16T20:45:38.699Z | [ recovery-image] Dec 16 20:45:37.203 INFO O| Dec 16 20:45:37.203 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-12-16T20:45:38.713Z | [ recovery-image] Dec 16 20:45:37.219 INFO O| Dec 16 20:45:37.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7389 | 2024-12-16T20:45:38.713Z | [ recovery-image] Dec 16 20:45:37.219 INFO O| Dec 16 20:45:37.219 INFO STEP 997 (remove_files) COMPLETE |
7390 | 2024-12-16T20:45:38.715Z | [ recovery-image] Dec 16 20:45:37.219 INFO O| Dec 16 20:45:37.219 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-12-16T20:45:38.730Z | [ recovery-image] Dec 16 20:45:37.236 INFO O| Dec 16 20:45:37.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7392 | 2024-12-16T20:45:38.733Z | [ recovery-image] Dec 16 20:45:37.236 INFO O| Dec 16 20:45:37.236 INFO STEP 998 (remove_files) COMPLETE |
7393 | 2024-12-16T20:45:38.733Z | [ recovery-image] Dec 16 20:45:37.236 INFO O| Dec 16 20:45:37.236 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-12-16T20:45:38.748Z | [ recovery-image] Dec 16 20:45:37.255 INFO O| Dec 16 20:45:37.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7395 | 2024-12-16T20:45:38.751Z | [ recovery-image] Dec 16 20:45:37.255 INFO O| Dec 16 20:45:37.255 INFO STEP 999 (remove_files) COMPLETE |
7396 | 2024-12-16T20:45:38.751Z | [ recovery-image] Dec 16 20:45:37.255 INFO O| Dec 16 20:45:37.255 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-12-16T20:45:38.767Z | [ recovery-image] Dec 16 20:45:37.274 INFO O| Dec 16 20:45:37.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7398 | 2024-12-16T20:45:38.771Z | [ recovery-image] Dec 16 20:45:37.274 INFO O| Dec 16 20:45:37.274 INFO STEP 1000 (remove_files) COMPLETE |
7399 | 2024-12-16T20:45:38.771Z | [ recovery-image] Dec 16 20:45:37.274 INFO O| Dec 16 20:45:37.274 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-12-16T20:45:38.786Z | [ recovery-image] Dec 16 20:45:37.293 INFO O| Dec 16 20:45:37.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7401 | 2024-12-16T20:45:38.787Z | [ recovery-image] Dec 16 20:45:37.293 INFO O| Dec 16 20:45:37.293 INFO STEP 1001 (remove_files) COMPLETE |
7402 | 2024-12-16T20:45:38.790Z | [ recovery-image] Dec 16 20:45:37.293 INFO O| Dec 16 20:45:37.293 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-12-16T20:45:38.807Z | [ recovery-image] Dec 16 20:45:37.313 INFO O| Dec 16 20:45:37.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7404 | 2024-12-16T20:45:38.811Z | [ recovery-image] Dec 16 20:45:37.314 INFO O| Dec 16 20:45:37.314 INFO STEP 1002 (remove_files) COMPLETE |
7405 | 2024-12-16T20:45:38.811Z | [ recovery-image] Dec 16 20:45:37.314 INFO O| Dec 16 20:45:37.314 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-12-16T20:45:38.826Z | [ recovery-image] Dec 16 20:45:37.333 INFO O| Dec 16 20:45:37.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7407 | 2024-12-16T20:45:38.829Z | [ recovery-image] Dec 16 20:45:37.333 INFO O| Dec 16 20:45:37.333 INFO STEP 1003 (remove_files) COMPLETE |
7408 | 2024-12-16T20:45:38.829Z | [ recovery-image] Dec 16 20:45:37.333 INFO O| Dec 16 20:45:37.333 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-12-16T20:45:38.845Z | [ recovery-image] Dec 16 20:45:37.352 INFO O| Dec 16 20:45:37.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7410 | 2024-12-16T20:45:38.848Z | [ recovery-image] Dec 16 20:45:37.352 INFO O| Dec 16 20:45:37.352 INFO STEP 1004 (remove_files) COMPLETE |
7411 | 2024-12-16T20:45:38.848Z | [ recovery-image] Dec 16 20:45:37.352 INFO O| Dec 16 20:45:37.352 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-12-16T20:45:38.865Z | [ recovery-image] Dec 16 20:45:37.371 INFO O| Dec 16 20:45:37.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7413 | 2024-12-16T20:45:38.868Z | [ recovery-image] Dec 16 20:45:37.371 INFO O| Dec 16 20:45:37.371 INFO STEP 1005 (remove_files) COMPLETE |
7414 | 2024-12-16T20:45:38.868Z | [ recovery-image] Dec 16 20:45:37.371 INFO O| Dec 16 20:45:37.371 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-12-16T20:45:38.884Z | [ recovery-image] Dec 16 20:45:37.390 INFO O| Dec 16 20:45:37.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7416 | 2024-12-16T20:45:38.886Z | [ recovery-image] Dec 16 20:45:37.390 INFO O| Dec 16 20:45:37.390 INFO STEP 1006 (remove_files) COMPLETE |
7417 | 2024-12-16T20:45:38.886Z | [ recovery-image] Dec 16 20:45:37.390 INFO O| Dec 16 20:45:37.390 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-12-16T20:45:38.903Z | [ recovery-image] Dec 16 20:45:37.409 INFO O| Dec 16 20:45:37.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7419 | 2024-12-16T20:45:38.905Z | [ recovery-image] Dec 16 20:45:37.409 INFO O| Dec 16 20:45:37.409 INFO STEP 1007 (remove_files) COMPLETE |
7420 | 2024-12-16T20:45:38.905Z | [ recovery-image] Dec 16 20:45:37.410 INFO O| Dec 16 20:45:37.410 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-12-16T20:45:38.923Z | [ recovery-image] Dec 16 20:45:37.429 INFO O| Dec 16 20:45:37.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7422 | 2024-12-16T20:45:38.925Z | [ recovery-image] Dec 16 20:45:37.429 INFO O| Dec 16 20:45:37.429 INFO STEP 1008 (remove_files) COMPLETE |
7423 | 2024-12-16T20:45:38.925Z | [ recovery-image] Dec 16 20:45:37.429 INFO O| Dec 16 20:45:37.429 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-12-16T20:45:38.944Z | [ recovery-image] Dec 16 20:45:37.448 INFO O| Dec 16 20:45:37.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7425 | 2024-12-16T20:45:38.947Z | [ recovery-image] Dec 16 20:45:37.449 INFO O| Dec 16 20:45:37.449 INFO STEP 1009 (remove_files) COMPLETE |
7426 | 2024-12-16T20:45:38.947Z | [ recovery-image] Dec 16 20:45:37.449 INFO O| Dec 16 20:45:37.449 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-12-16T20:45:38.963Z | [ recovery-image] Dec 16 20:45:37.468 INFO O| Dec 16 20:45:37.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7428 | 2024-12-16T20:45:38.965Z | [ recovery-image] Dec 16 20:45:37.468 INFO O| Dec 16 20:45:37.468 INFO STEP 1010 (remove_files) COMPLETE |
7429 | 2024-12-16T20:45:38.965Z | [ recovery-image] Dec 16 20:45:37.468 INFO O| Dec 16 20:45:37.468 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-12-16T20:45:38.981Z | [ recovery-image] Dec 16 20:45:37.488 INFO O| Dec 16 20:45:37.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7431 | 2024-12-16T20:45:38.984Z | [ recovery-image] Dec 16 20:45:37.488 INFO O| Dec 16 20:45:37.488 INFO STEP 1011 (remove_files) COMPLETE |
7432 | 2024-12-16T20:45:38.984Z | [ recovery-image] Dec 16 20:45:37.488 INFO O| Dec 16 20:45:37.488 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-12-16T20:45:39.001Z | [ recovery-image] Dec 16 20:45:37.507 INFO O| Dec 16 20:45:37.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7434 | 2024-12-16T20:45:39.003Z | [ recovery-image] Dec 16 20:45:37.507 INFO O| Dec 16 20:45:37.507 INFO STEP 1012 (remove_files) COMPLETE |
7435 | 2024-12-16T20:45:39.003Z | [ recovery-image] Dec 16 20:45:37.508 INFO O| Dec 16 20:45:37.508 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2024-12-16T20:45:39.021Z | [ recovery-image] Dec 16 20:45:37.528 INFO O| Dec 16 20:45:37.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7437 | 2024-12-16T20:45:39.024Z | [ recovery-image] Dec 16 20:45:37.528 INFO O| Dec 16 20:45:37.528 INFO STEP 1013 (remove_files) COMPLETE |
7438 | 2024-12-16T20:45:39.025Z | [ recovery-image] Dec 16 20:45:37.528 INFO O| Dec 16 20:45:37.528 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2024-12-16T20:45:39.041Z | [ recovery-image] Dec 16 20:45:37.547 INFO O| Dec 16 20:45:37.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7440 | 2024-12-16T20:45:39.044Z | [ recovery-image] Dec 16 20:45:37.548 INFO O| Dec 16 20:45:37.548 INFO STEP 1014 (remove_files) COMPLETE |
7441 | 2024-12-16T20:45:39.044Z | [ recovery-image] Dec 16 20:45:37.548 INFO O| Dec 16 20:45:37.548 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-12-16T20:45:39.061Z | [ recovery-image] Dec 16 20:45:37.567 INFO O| Dec 16 20:45:37.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7443 | 2024-12-16T20:45:39.063Z | [ recovery-image] Dec 16 20:45:37.567 INFO O| Dec 16 20:45:37.567 INFO STEP 1015 (remove_files) COMPLETE |
7444 | 2024-12-16T20:45:39.063Z | [ recovery-image] Dec 16 20:45:37.568 INFO O| Dec 16 20:45:37.567 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2024-12-16T20:45:39.080Z | [ recovery-image] Dec 16 20:45:37.586 INFO O| Dec 16 20:45:37.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7446 | 2024-12-16T20:45:39.083Z | [ recovery-image] Dec 16 20:45:37.586 INFO O| Dec 16 20:45:37.586 INFO STEP 1016 (remove_files) COMPLETE |
7447 | 2024-12-16T20:45:39.086Z | [ recovery-image] Dec 16 20:45:37.586 INFO O| Dec 16 20:45:37.586 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2024-12-16T20:45:39.100Z | [ recovery-image] Dec 16 20:45:37.607 INFO O| Dec 16 20:45:37.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7449 | 2024-12-16T20:45:39.100Z | [ recovery-image] Dec 16 20:45:37.607 INFO O| Dec 16 20:45:37.607 INFO STEP 1017 (remove_files) COMPLETE |
7450 | 2024-12-16T20:45:39.101Z | [ recovery-image] Dec 16 20:45:37.607 INFO O| Dec 16 20:45:37.607 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2024-12-16T20:45:39.121Z | [ recovery-image] Dec 16 20:45:37.627 INFO O| Dec 16 20:45:37.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7452 | 2024-12-16T20:45:39.124Z | [ recovery-image] Dec 16 20:45:37.628 INFO O| Dec 16 20:45:37.627 INFO STEP 1018 (remove_files) COMPLETE |
7453 | 2024-12-16T20:45:39.124Z | [ recovery-image] Dec 16 20:45:37.628 INFO O| Dec 16 20:45:37.628 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2024-12-16T20:45:39.142Z | [ recovery-image] Dec 16 20:45:37.648 INFO O| Dec 16 20:45:37.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7455 | 2024-12-16T20:45:39.144Z | [ recovery-image] Dec 16 20:45:37.648 INFO O| Dec 16 20:45:37.648 INFO STEP 1019 (remove_files) COMPLETE |
7456 | 2024-12-16T20:45:39.144Z | [ recovery-image] Dec 16 20:45:37.648 INFO O| Dec 16 20:45:37.648 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2024-12-16T20:45:39.161Z | [ recovery-image] Dec 16 20:45:37.667 INFO O| Dec 16 20:45:37.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7458 | 2024-12-16T20:45:39.164Z | [ recovery-image] Dec 16 20:45:37.668 INFO O| Dec 16 20:45:37.668 INFO STEP 1020 (remove_files) COMPLETE |
7459 | 2024-12-16T20:45:39.164Z | [ recovery-image] Dec 16 20:45:37.668 INFO O| Dec 16 20:45:37.668 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2024-12-16T20:45:39.180Z | [ recovery-image] Dec 16 20:45:37.686 INFO O| Dec 16 20:45:37.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7461 | 2024-12-16T20:45:39.180Z | [ recovery-image] Dec 16 20:45:37.686 INFO O| Dec 16 20:45:37.686 INFO STEP 1021 (remove_files) COMPLETE |
7462 | 2024-12-16T20:45:39.180Z | [ recovery-image] Dec 16 20:45:37.686 INFO O| Dec 16 20:45:37.686 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7463 | 2024-12-16T20:45:39.198Z | [ recovery-image] Dec 16 20:45:37.704 INFO O| Dec 16 20:45:37.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7464 | 2024-12-16T20:45:39.198Z | [ recovery-image] Dec 16 20:45:37.704 INFO O| Dec 16 20:45:37.704 INFO STEP 1022 (remove_files) COMPLETE |
7465 | 2024-12-16T20:45:39.198Z | [ recovery-image] Dec 16 20:45:37.704 INFO O| Dec 16 20:45:37.704 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7466 | 2024-12-16T20:45:39.216Z | [ recovery-image] Dec 16 20:45:37.723 INFO O| Dec 16 20:45:37.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7467 | 2024-12-16T20:45:39.217Z | [ recovery-image] Dec 16 20:45:37.723 INFO O| Dec 16 20:45:37.723 INFO STEP 1023 (remove_files) COMPLETE |
7468 | 2024-12-16T20:45:39.217Z | [ recovery-image] Dec 16 20:45:37.723 INFO O| Dec 16 20:45:37.723 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7469 | 2024-12-16T20:45:39.236Z | [ recovery-image] Dec 16 20:45:37.742 INFO O| Dec 16 20:45:37.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7470 | 2024-12-16T20:45:39.236Z | [ recovery-image] Dec 16 20:45:37.742 INFO O| Dec 16 20:45:37.742 INFO STEP 1024 (remove_files) COMPLETE |
7471 | 2024-12-16T20:45:39.236Z | [ recovery-image] Dec 16 20:45:37.742 INFO O| Dec 16 20:45:37.742 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7472 | 2024-12-16T20:45:39.260Z | [ recovery-image] Dec 16 20:45:37.766 INFO O| Dec 16 20:45:37.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7473 | 2024-12-16T20:45:39.263Z | [ recovery-image] Dec 16 20:45:37.766 INFO O| Dec 16 20:45:37.766 INFO STEP 1025 (remove_files) COMPLETE |
7474 | 2024-12-16T20:45:39.263Z | [ recovery-image] Dec 16 20:45:37.766 INFO O| Dec 16 20:45:37.766 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7475 | 2024-12-16T20:45:39.279Z | [ recovery-image] Dec 16 20:45:37.786 INFO O| Dec 16 20:45:37.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7476 | 2024-12-16T20:45:39.279Z | [ recovery-image] Dec 16 20:45:37.786 INFO O| Dec 16 20:45:37.786 INFO STEP 1026 (remove_files) COMPLETE |
7477 | 2024-12-16T20:45:39.279Z | [ recovery-image] Dec 16 20:45:37.786 INFO O| Dec 16 20:45:37.786 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7478 | 2024-12-16T20:45:39.299Z | [ recovery-image] Dec 16 20:45:37.805 INFO O| Dec 16 20:45:37.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7479 | 2024-12-16T20:45:39.301Z | [ recovery-image] Dec 16 20:45:37.805 INFO O| Dec 16 20:45:37.805 INFO STEP 1027 (remove_files) COMPLETE |
7480 | 2024-12-16T20:45:39.301Z | [ recovery-image] Dec 16 20:45:37.805 INFO O| Dec 16 20:45:37.805 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7481 | 2024-12-16T20:45:39.316Z | [ recovery-image] Dec 16 20:45:37.823 INFO O| Dec 16 20:45:37.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7482 | 2024-12-16T20:45:39.316Z | [ recovery-image] Dec 16 20:45:37.823 INFO O| Dec 16 20:45:37.823 INFO STEP 1028 (remove_files) COMPLETE |
7483 | 2024-12-16T20:45:39.316Z | [ recovery-image] Dec 16 20:45:37.823 INFO O| Dec 16 20:45:37.823 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7484 | 2024-12-16T20:45:39.332Z | [ recovery-image] Dec 16 20:45:37.839 INFO O| Dec 16 20:45:37.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7485 | 2024-12-16T20:45:39.332Z | [ recovery-image] Dec 16 20:45:37.839 INFO O| Dec 16 20:45:37.839 INFO STEP 1029 (remove_files) COMPLETE |
7486 | 2024-12-16T20:45:39.335Z | [ recovery-image] Dec 16 20:45:37.839 INFO O| Dec 16 20:45:37.839 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7487 | 2024-12-16T20:45:39.349Z | [ recovery-image] Dec 16 20:45:37.855 INFO O| Dec 16 20:45:37.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7488 | 2024-12-16T20:45:39.349Z | [ recovery-image] Dec 16 20:45:37.855 INFO O| Dec 16 20:45:37.855 INFO STEP 1030 (remove_files) COMPLETE |
7489 | 2024-12-16T20:45:39.352Z | [ recovery-image] Dec 16 20:45:37.855 INFO O| Dec 16 20:45:37.855 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7490 | 2024-12-16T20:45:39.365Z | [ recovery-image] Dec 16 20:45:37.872 INFO O| Dec 16 20:45:37.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7491 | 2024-12-16T20:45:39.368Z | [ recovery-image] Dec 16 20:45:37.872 INFO O| Dec 16 20:45:37.872 INFO STEP 1031 (remove_files) COMPLETE |
7492 | 2024-12-16T20:45:39.368Z | [ recovery-image] Dec 16 20:45:37.872 INFO O| Dec 16 20:45:37.872 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7493 | 2024-12-16T20:45:39.383Z | [ recovery-image] Dec 16 20:45:37.889 INFO O| Dec 16 20:45:37.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7494 | 2024-12-16T20:45:39.383Z | [ recovery-image] Dec 16 20:45:37.889 INFO O| Dec 16 20:45:37.889 INFO STEP 1032 (remove_files) COMPLETE |
7495 | 2024-12-16T20:45:39.383Z | [ recovery-image] Dec 16 20:45:37.889 INFO O| Dec 16 20:45:37.889 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7496 | 2024-12-16T20:45:39.400Z | [ recovery-image] Dec 16 20:45:37.906 INFO O| Dec 16 20:45:37.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7497 | 2024-12-16T20:45:39.400Z | [ recovery-image] Dec 16 20:45:37.906 INFO O| Dec 16 20:45:37.906 INFO STEP 1033 (remove_files) COMPLETE |
7498 | 2024-12-16T20:45:39.400Z | [ recovery-image] Dec 16 20:45:37.906 INFO O| Dec 16 20:45:37.906 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7499 | 2024-12-16T20:45:39.417Z | [ recovery-image] Dec 16 20:45:37.923 INFO O| Dec 16 20:45:37.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7500 | 2024-12-16T20:45:39.417Z | [ recovery-image] Dec 16 20:45:37.924 INFO O| Dec 16 20:45:37.923 INFO STEP 1034 (remove_files) COMPLETE |
7501 | 2024-12-16T20:45:39.420Z | [ recovery-image] Dec 16 20:45:37.924 INFO O| Dec 16 20:45:37.923 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7502 | 2024-12-16T20:45:39.434Z | [ recovery-image] Dec 16 20:45:37.941 INFO O| Dec 16 20:45:37.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7503 | 2024-12-16T20:45:39.434Z | [ recovery-image] Dec 16 20:45:37.941 INFO O| Dec 16 20:45:37.941 INFO STEP 1035 (remove_files) COMPLETE |
7504 | 2024-12-16T20:45:39.438Z | [ recovery-image] Dec 16 20:45:37.941 INFO O| Dec 16 20:45:37.941 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7505 | 2024-12-16T20:45:39.451Z | [ recovery-image] Dec 16 20:45:37.957 INFO O| Dec 16 20:45:37.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7506 | 2024-12-16T20:45:39.451Z | [ recovery-image] Dec 16 20:45:37.957 INFO O| Dec 16 20:45:37.957 INFO STEP 1036 (remove_files) COMPLETE |
7507 | 2024-12-16T20:45:39.455Z | [ recovery-image] Dec 16 20:45:37.957 INFO O| Dec 16 20:45:37.957 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7508 | 2024-12-16T20:45:39.470Z | [ recovery-image] Dec 16 20:45:37.975 INFO O| Dec 16 20:45:37.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7509 | 2024-12-16T20:45:39.470Z | [ recovery-image] Dec 16 20:45:37.975 INFO O| Dec 16 20:45:37.975 INFO STEP 1037 (remove_files) COMPLETE |
7510 | 2024-12-16T20:45:39.470Z | [ recovery-image] Dec 16 20:45:37.975 INFO O| Dec 16 20:45:37.975 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2024-12-16T20:45:39.486Z | [ recovery-image] Dec 16 20:45:37.993 INFO O| Dec 16 20:45:37.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7512 | 2024-12-16T20:45:39.486Z | [ recovery-image] Dec 16 20:45:37.993 INFO O| Dec 16 20:45:37.993 INFO STEP 1038 (remove_files) COMPLETE |
7513 | 2024-12-16T20:45:39.487Z | [ recovery-image] Dec 16 20:45:37.993 INFO O| Dec 16 20:45:37.993 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2024-12-16T20:45:39.505Z | [ recovery-image] Dec 16 20:45:38.011 INFO O| Dec 16 20:45:38.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7515 | 2024-12-16T20:45:39.505Z | [ recovery-image] Dec 16 20:45:38.011 INFO O| Dec 16 20:45:38.011 INFO STEP 1039 (remove_files) COMPLETE |
7516 | 2024-12-16T20:45:39.505Z | [ recovery-image] Dec 16 20:45:38.011 INFO O| Dec 16 20:45:38.011 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7517 | 2024-12-16T20:45:39.523Z | [ recovery-image] Dec 16 20:45:38.030 INFO O| Dec 16 20:45:38.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7518 | 2024-12-16T20:45:39.523Z | [ recovery-image] Dec 16 20:45:38.030 INFO O| Dec 16 20:45:38.030 INFO STEP 1040 (remove_files) COMPLETE |
7519 | 2024-12-16T20:45:39.524Z | [ recovery-image] Dec 16 20:45:38.030 INFO O| Dec 16 20:45:38.030 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7520 | 2024-12-16T20:45:39.543Z | [ recovery-image] Dec 16 20:45:38.048 INFO O| Dec 16 20:45:38.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7521 | 2024-12-16T20:45:39.546Z | [ recovery-image] Dec 16 20:45:38.049 INFO O| Dec 16 20:45:38.049 INFO STEP 1041 (remove_files) COMPLETE |
7522 | 2024-12-16T20:45:39.546Z | [ recovery-image] Dec 16 20:45:38.049 INFO O| Dec 16 20:45:38.049 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7523 | 2024-12-16T20:45:39.561Z | [ recovery-image] Dec 16 20:45:38.067 INFO O| Dec 16 20:45:38.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7524 | 2024-12-16T20:45:39.561Z | [ recovery-image] Dec 16 20:45:38.068 INFO O| Dec 16 20:45:38.068 INFO STEP 1042 (remove_files) COMPLETE |
7525 | 2024-12-16T20:45:39.563Z | [ recovery-image] Dec 16 20:45:38.068 INFO O| Dec 16 20:45:38.068 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7526 | 2024-12-16T20:45:39.581Z | [ recovery-image] Dec 16 20:45:38.087 INFO O| Dec 16 20:45:38.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7527 | 2024-12-16T20:45:39.581Z | [ recovery-image] Dec 16 20:45:38.087 INFO O| Dec 16 20:45:38.087 INFO STEP 1043 (remove_files) COMPLETE |
7528 | 2024-12-16T20:45:39.583Z | [ recovery-image] Dec 16 20:45:38.087 INFO O| Dec 16 20:45:38.087 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7529 | 2024-12-16T20:45:39.600Z | [ recovery-image] Dec 16 20:45:38.106 INFO O| Dec 16 20:45:38.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7530 | 2024-12-16T20:45:39.600Z | [ recovery-image] Dec 16 20:45:38.106 INFO O| Dec 16 20:45:38.106 INFO STEP 1044 (remove_files) COMPLETE |
7531 | 2024-12-16T20:45:39.603Z | [ recovery-image] Dec 16 20:45:38.106 INFO O| Dec 16 20:45:38.106 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7532 | 2024-12-16T20:45:39.619Z | [ recovery-image] Dec 16 20:45:38.126 INFO O| Dec 16 20:45:38.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7533 | 2024-12-16T20:45:39.619Z | [ recovery-image] Dec 16 20:45:38.126 INFO O| Dec 16 20:45:38.126 INFO STEP 1045 (remove_files) COMPLETE |
7534 | 2024-12-16T20:45:39.619Z | [ recovery-image] Dec 16 20:45:38.126 INFO O| Dec 16 20:45:38.126 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7535 | 2024-12-16T20:45:39.638Z | [ recovery-image] Dec 16 20:45:38.145 INFO O| Dec 16 20:45:38.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7536 | 2024-12-16T20:45:39.639Z | [ recovery-image] Dec 16 20:45:38.145 INFO O| Dec 16 20:45:38.145 INFO STEP 1046 (remove_files) COMPLETE |
7537 | 2024-12-16T20:45:39.639Z | [ recovery-image] Dec 16 20:45:38.145 INFO O| Dec 16 20:45:38.145 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7538 | 2024-12-16T20:45:39.659Z | [ recovery-image] Dec 16 20:45:38.165 INFO O| Dec 16 20:45:38.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7539 | 2024-12-16T20:45:39.659Z | [ recovery-image] Dec 16 20:45:38.165 INFO O| Dec 16 20:45:38.165 INFO STEP 1047 (remove_files) COMPLETE |
7540 | 2024-12-16T20:45:39.659Z | [ recovery-image] Dec 16 20:45:38.165 INFO O| Dec 16 20:45:38.165 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7541 | 2024-12-16T20:45:39.680Z | [ recovery-image] Dec 16 20:45:38.186 INFO O| Dec 16 20:45:38.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7542 | 2024-12-16T20:45:39.680Z | [ recovery-image] Dec 16 20:45:38.186 INFO O| Dec 16 20:45:38.186 INFO STEP 1048 (remove_files) COMPLETE |
7543 | 2024-12-16T20:45:39.680Z | [ recovery-image] Dec 16 20:45:38.186 INFO O| Dec 16 20:45:38.186 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7544 | 2024-12-16T20:45:39.702Z | [ recovery-image] Dec 16 20:45:38.208 INFO O| Dec 16 20:45:38.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7545 | 2024-12-16T20:45:39.702Z | [ recovery-image] Dec 16 20:45:38.208 INFO O| Dec 16 20:45:38.208 INFO STEP 1049 (remove_files) COMPLETE |
7546 | 2024-12-16T20:45:39.702Z | [ recovery-image] Dec 16 20:45:38.208 INFO O| Dec 16 20:45:38.208 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7547 | 2024-12-16T20:45:39.722Z | [ recovery-image] Dec 16 20:45:38.229 INFO O| Dec 16 20:45:38.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7548 | 2024-12-16T20:45:39.722Z | [ recovery-image] Dec 16 20:45:38.229 INFO O| Dec 16 20:45:38.229 INFO STEP 1050 (remove_files) COMPLETE |
7549 | 2024-12-16T20:45:39.725Z | [ recovery-image] Dec 16 20:45:38.229 INFO O| Dec 16 20:45:38.229 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7550 | 2024-12-16T20:45:39.742Z | [ recovery-image] Dec 16 20:45:38.248 INFO O| Dec 16 20:45:38.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7551 | 2024-12-16T20:45:39.742Z | [ recovery-image] Dec 16 20:45:38.248 INFO O| Dec 16 20:45:38.248 INFO STEP 1051 (remove_files) COMPLETE |
7552 | 2024-12-16T20:45:39.742Z | [ recovery-image] Dec 16 20:45:38.248 INFO O| Dec 16 20:45:38.248 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7553 | 2024-12-16T20:45:39.761Z | [ recovery-image] Dec 16 20:45:38.267 INFO O| Dec 16 20:45:38.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7554 | 2024-12-16T20:45:39.761Z | [ recovery-image] Dec 16 20:45:38.267 INFO O| Dec 16 20:45:38.267 INFO STEP 1052 (remove_files) COMPLETE |
7555 | 2024-12-16T20:45:39.761Z | [ recovery-image] Dec 16 20:45:38.267 INFO O| Dec 16 20:45:38.267 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7556 | 2024-12-16T20:45:39.780Z | [ recovery-image] Dec 16 20:45:38.285 INFO O| Dec 16 20:45:38.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7557 | 2024-12-16T20:45:39.780Z | [ recovery-image] Dec 16 20:45:38.285 INFO O| Dec 16 20:45:38.285 INFO STEP 1053 (remove_files) COMPLETE |
7558 | 2024-12-16T20:45:39.780Z | [ recovery-image] Dec 16 20:45:38.285 INFO O| Dec 16 20:45:38.285 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7559 | 2024-12-16T20:45:39.796Z | [ recovery-image] Dec 16 20:45:38.302 INFO O| Dec 16 20:45:38.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7560 | 2024-12-16T20:45:39.796Z | [ recovery-image] Dec 16 20:45:38.302 INFO O| Dec 16 20:45:38.302 INFO STEP 1054 (remove_files) COMPLETE |
7561 | 2024-12-16T20:45:39.796Z | [ recovery-image] Dec 16 20:45:38.302 INFO O| Dec 16 20:45:38.302 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7562 | 2024-12-16T20:45:39.813Z | [ recovery-image] Dec 16 20:45:38.319 INFO O| Dec 16 20:45:38.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7563 | 2024-12-16T20:45:39.813Z | [ recovery-image] Dec 16 20:45:38.320 INFO O| Dec 16 20:45:38.320 INFO STEP 1055 (remove_files) COMPLETE |
7564 | 2024-12-16T20:45:39.813Z | [ recovery-image] Dec 16 20:45:38.320 INFO O| Dec 16 20:45:38.320 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7565 | 2024-12-16T20:45:39.830Z | [ recovery-image] Dec 16 20:45:38.336 INFO O| Dec 16 20:45:38.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7566 | 2024-12-16T20:45:39.830Z | [ recovery-image] Dec 16 20:45:38.336 INFO O| Dec 16 20:45:38.336 INFO STEP 1056 (remove_files) COMPLETE |
7567 | 2024-12-16T20:45:39.834Z | [ recovery-image] Dec 16 20:45:38.337 INFO O| Dec 16 20:45:38.336 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7568 | 2024-12-16T20:45:39.848Z | [ recovery-image] Dec 16 20:45:38.354 INFO O| Dec 16 20:45:38.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7569 | 2024-12-16T20:45:39.848Z | [ recovery-image] Dec 16 20:45:38.354 INFO O| Dec 16 20:45:38.354 INFO STEP 1057 (remove_files) COMPLETE |
7570 | 2024-12-16T20:45:39.858Z | [ recovery-image] Dec 16 20:45:38.354 INFO O| Dec 16 20:45:38.354 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7571 | 2024-12-16T20:45:39.866Z | [ recovery-image] Dec 16 20:45:38.373 INFO O| Dec 16 20:45:38.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7572 | 2024-12-16T20:45:39.869Z | [ recovery-image] Dec 16 20:45:38.373 INFO O| Dec 16 20:45:38.373 INFO STEP 1058 (remove_files) COMPLETE |
7573 | 2024-12-16T20:45:39.869Z | [ recovery-image] Dec 16 20:45:38.373 INFO O| Dec 16 20:45:38.373 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7574 | 2024-12-16T20:45:39.885Z | [ recovery-image] Dec 16 20:45:38.391 INFO O| Dec 16 20:45:38.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7575 | 2024-12-16T20:45:39.887Z | [ recovery-image] Dec 16 20:45:38.392 INFO O| Dec 16 20:45:38.391 INFO STEP 1059 (remove_files) COMPLETE |
7576 | 2024-12-16T20:45:39.887Z | [ recovery-image] Dec 16 20:45:38.392 INFO O| Dec 16 20:45:38.392 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7577 | 2024-12-16T20:45:39.904Z | [ recovery-image] Dec 16 20:45:38.411 INFO O| Dec 16 20:45:38.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7578 | 2024-12-16T20:45:39.907Z | [ recovery-image] Dec 16 20:45:38.411 INFO O| Dec 16 20:45:38.411 INFO STEP 1060 (remove_files) COMPLETE |
7579 | 2024-12-16T20:45:39.907Z | [ recovery-image] Dec 16 20:45:38.411 INFO O| Dec 16 20:45:38.411 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7580 | 2024-12-16T20:45:39.925Z | [ recovery-image] Dec 16 20:45:38.432 INFO O| Dec 16 20:45:38.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7581 | 2024-12-16T20:45:39.927Z | [ recovery-image] Dec 16 20:45:38.432 INFO O| Dec 16 20:45:38.432 INFO STEP 1061 (remove_files) COMPLETE |
7582 | 2024-12-16T20:45:39.927Z | [ recovery-image] Dec 16 20:45:38.432 INFO O| Dec 16 20:45:38.432 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7583 | 2024-12-16T20:45:39.947Z | [ recovery-image] Dec 16 20:45:38.452 INFO O| Dec 16 20:45:38.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7584 | 2024-12-16T20:45:39.947Z | [ recovery-image] Dec 16 20:45:38.452 INFO O| Dec 16 20:45:38.452 INFO STEP 1062 (remove_files) COMPLETE |
7585 | 2024-12-16T20:45:39.947Z | [ recovery-image] Dec 16 20:45:38.452 INFO O| Dec 16 20:45:38.452 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7586 | 2024-12-16T20:45:39.964Z | [ recovery-image] Dec 16 20:45:38.470 INFO O| Dec 16 20:45:38.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7587 | 2024-12-16T20:45:39.964Z | [ recovery-image] Dec 16 20:45:38.470 INFO O| Dec 16 20:45:38.470 INFO STEP 1063 (remove_files) COMPLETE |
7588 | 2024-12-16T20:45:39.966Z | [ recovery-image] Dec 16 20:45:38.470 INFO O| Dec 16 20:45:38.470 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7589 | 2024-12-16T20:45:39.981Z | [ recovery-image] Dec 16 20:45:38.488 INFO O| Dec 16 20:45:38.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7590 | 2024-12-16T20:45:39.981Z | [ recovery-image] Dec 16 20:45:38.488 INFO O| Dec 16 20:45:38.488 INFO STEP 1064 (remove_files) COMPLETE |
7591 | 2024-12-16T20:45:39.981Z | [ recovery-image] Dec 16 20:45:38.488 INFO O| Dec 16 20:45:38.488 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7592 | 2024-12-16T20:45:39.998Z | [ recovery-image] Dec 16 20:45:38.505 INFO O| Dec 16 20:45:38.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7593 | 2024-12-16T20:45:39.998Z | [ recovery-image] Dec 16 20:45:38.505 INFO O| Dec 16 20:45:38.505 INFO STEP 1065 (remove_files) COMPLETE |
7594 | 2024-12-16T20:45:40.001Z | [ recovery-image] Dec 16 20:45:38.505 INFO O| Dec 16 20:45:38.505 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7595 | 2024-12-16T20:45:40.016Z | [ recovery-image] Dec 16 20:45:38.522 INFO O| Dec 16 20:45:38.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7596 | 2024-12-16T20:45:40.016Z | [ recovery-image] Dec 16 20:45:38.522 INFO O| Dec 16 20:45:38.522 INFO STEP 1066 (remove_files) COMPLETE |
7597 | 2024-12-16T20:45:40.016Z | [ recovery-image] Dec 16 20:45:38.522 INFO O| Dec 16 20:45:38.522 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7598 | 2024-12-16T20:45:40.034Z | [ recovery-image] Dec 16 20:45:38.539 INFO O| Dec 16 20:45:38.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7599 | 2024-12-16T20:45:40.034Z | [ recovery-image] Dec 16 20:45:38.539 INFO O| Dec 16 20:45:38.539 INFO STEP 1067 (remove_files) COMPLETE |
7600 | 2024-12-16T20:45:40.034Z | [ recovery-image] Dec 16 20:45:38.539 INFO O| Dec 16 20:45:38.539 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7601 | 2024-12-16T20:45:40.051Z | [ recovery-image] Dec 16 20:45:38.557 INFO O| Dec 16 20:45:38.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7602 | 2024-12-16T20:45:40.051Z | [ recovery-image] Dec 16 20:45:38.557 INFO O| Dec 16 20:45:38.557 INFO STEP 1068 (remove_files) COMPLETE |
7603 | 2024-12-16T20:45:40.051Z | [ recovery-image] Dec 16 20:45:38.557 INFO O| Dec 16 20:45:38.557 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7604 | 2024-12-16T20:45:40.070Z | [ recovery-image] Dec 16 20:45:38.576 INFO O| Dec 16 20:45:38.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7605 | 2024-12-16T20:45:40.070Z | [ recovery-image] Dec 16 20:45:38.576 INFO O| Dec 16 20:45:38.576 INFO STEP 1069 (remove_files) COMPLETE |
7606 | 2024-12-16T20:45:40.073Z | [ recovery-image] Dec 16 20:45:38.576 INFO O| Dec 16 20:45:38.576 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7607 | 2024-12-16T20:45:40.089Z | [ recovery-image] Dec 16 20:45:38.595 INFO O| Dec 16 20:45:38.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7608 | 2024-12-16T20:45:40.089Z | [ recovery-image] Dec 16 20:45:38.595 INFO O| Dec 16 20:45:38.595 INFO STEP 1070 (remove_files) COMPLETE |
7609 | 2024-12-16T20:45:40.093Z | [ recovery-image] Dec 16 20:45:38.595 INFO O| Dec 16 20:45:38.595 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7610 | 2024-12-16T20:45:40.105Z | [ recovery-image] Dec 16 20:45:38.611 INFO O| Dec 16 20:45:38.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7611 | 2024-12-16T20:45:40.108Z | [ recovery-image] Dec 16 20:45:38.612 INFO O| Dec 16 20:45:38.611 INFO STEP 1071 (remove_files) COMPLETE |
7612 | 2024-12-16T20:45:40.109Z | [ recovery-image] Dec 16 20:45:38.612 INFO O| Dec 16 20:45:38.612 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7613 | 2024-12-16T20:45:40.122Z | [ recovery-image] Dec 16 20:45:38.628 INFO O| Dec 16 20:45:38.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7614 | 2024-12-16T20:45:40.124Z | [ recovery-image] Dec 16 20:45:38.628 INFO O| Dec 16 20:45:38.628 INFO STEP 1072 (remove_files) COMPLETE |
7615 | 2024-12-16T20:45:40.124Z | [ recovery-image] Dec 16 20:45:38.628 INFO O| Dec 16 20:45:38.628 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7616 | 2024-12-16T20:45:40.141Z | [ recovery-image] Dec 16 20:45:38.647 INFO O| Dec 16 20:45:38.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7617 | 2024-12-16T20:45:40.141Z | [ recovery-image] Dec 16 20:45:38.648 INFO O| Dec 16 20:45:38.647 INFO STEP 1073 (remove_files) COMPLETE |
7618 | 2024-12-16T20:45:40.143Z | [ recovery-image] Dec 16 20:45:38.648 INFO O| Dec 16 20:45:38.648 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7619 | 2024-12-16T20:45:40.162Z | [ recovery-image] Dec 16 20:45:38.668 INFO O| Dec 16 20:45:38.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7620 | 2024-12-16T20:45:40.164Z | [ recovery-image] Dec 16 20:45:38.668 INFO O| Dec 16 20:45:38.668 INFO STEP 1074 (remove_files) COMPLETE |
7621 | 2024-12-16T20:45:40.164Z | [ recovery-image] Dec 16 20:45:38.668 INFO O| Dec 16 20:45:38.668 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7622 | 2024-12-16T20:45:40.183Z | [ recovery-image] Dec 16 20:45:38.689 INFO O| Dec 16 20:45:38.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7623 | 2024-12-16T20:45:40.186Z | [ recovery-image] Dec 16 20:45:38.689 INFO O| Dec 16 20:45:38.689 INFO STEP 1075 (remove_files) COMPLETE |
7624 | 2024-12-16T20:45:40.186Z | [ recovery-image] Dec 16 20:45:38.689 INFO O| Dec 16 20:45:38.689 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7625 | 2024-12-16T20:45:40.204Z | [ recovery-image] Dec 16 20:45:38.710 INFO O| Dec 16 20:45:38.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7626 | 2024-12-16T20:45:40.204Z | [ recovery-image] Dec 16 20:45:38.710 INFO O| Dec 16 20:45:38.710 INFO STEP 1076 (remove_files) COMPLETE |
7627 | 2024-12-16T20:45:40.204Z | [ recovery-image] Dec 16 20:45:38.710 INFO O| Dec 16 20:45:38.710 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7628 | 2024-12-16T20:45:40.224Z | [ recovery-image] Dec 16 20:45:38.731 INFO O| Dec 16 20:45:38.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7629 | 2024-12-16T20:45:40.225Z | [ recovery-image] Dec 16 20:45:38.731 INFO O| Dec 16 20:45:38.731 INFO STEP 1077 (remove_files) COMPLETE |
7630 | 2024-12-16T20:45:40.225Z | [ recovery-image] Dec 16 20:45:38.731 INFO O| Dec 16 20:45:38.731 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7631 | 2024-12-16T20:45:40.245Z | [ recovery-image] Dec 16 20:45:38.750 INFO O| Dec 16 20:45:38.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7632 | 2024-12-16T20:45:40.245Z | [ recovery-image] Dec 16 20:45:38.750 INFO O| Dec 16 20:45:38.750 INFO STEP 1078 (remove_files) COMPLETE |
7633 | 2024-12-16T20:45:40.247Z | [ recovery-image] Dec 16 20:45:38.750 INFO O| Dec 16 20:45:38.750 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7634 | 2024-12-16T20:45:40.260Z | [ recovery-image] Dec 16 20:45:38.766 INFO O| Dec 16 20:45:38.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7635 | 2024-12-16T20:45:40.260Z | [ recovery-image] Dec 16 20:45:38.766 INFO O| Dec 16 20:45:38.766 INFO STEP 1079 (remove_files) COMPLETE |
7636 | 2024-12-16T20:45:40.260Z | [ recovery-image] Dec 16 20:45:38.766 INFO O| Dec 16 20:45:38.766 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7637 | 2024-12-16T20:45:40.276Z | [ recovery-image] Dec 16 20:45:38.782 INFO O| Dec 16 20:45:38.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7638 | 2024-12-16T20:45:40.276Z | [ recovery-image] Dec 16 20:45:38.782 INFO O| Dec 16 20:45:38.782 INFO STEP 1080 (remove_files) COMPLETE |
7639 | 2024-12-16T20:45:40.280Z | [ recovery-image] Dec 16 20:45:38.782 INFO O| Dec 16 20:45:38.782 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7640 | 2024-12-16T20:45:40.293Z | [ recovery-image] Dec 16 20:45:38.799 INFO O| Dec 16 20:45:38.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7641 | 2024-12-16T20:45:40.293Z | [ recovery-image] Dec 16 20:45:38.799 INFO O| Dec 16 20:45:38.799 INFO STEP 1081 (remove_files) COMPLETE |
7642 | 2024-12-16T20:45:40.293Z | [ recovery-image] Dec 16 20:45:38.799 INFO O| Dec 16 20:45:38.799 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7643 | 2024-12-16T20:45:40.311Z | [ recovery-image] Dec 16 20:45:38.816 INFO O| Dec 16 20:45:38.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7644 | 2024-12-16T20:45:40.311Z | [ recovery-image] Dec 16 20:45:38.816 INFO O| Dec 16 20:45:38.816 INFO STEP 1082 (remove_files) COMPLETE |
7645 | 2024-12-16T20:45:40.311Z | [ recovery-image] Dec 16 20:45:38.816 INFO O| Dec 16 20:45:38.816 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7646 | 2024-12-16T20:45:40.326Z | [ recovery-image] Dec 16 20:45:38.832 INFO O| Dec 16 20:45:38.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7647 | 2024-12-16T20:45:40.326Z | [ recovery-image] Dec 16 20:45:38.833 INFO O| Dec 16 20:45:38.833 INFO STEP 1083 (remove_files) COMPLETE |
7648 | 2024-12-16T20:45:40.326Z | [ recovery-image] Dec 16 20:45:38.833 INFO O| Dec 16 20:45:38.833 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7649 | 2024-12-16T20:45:40.344Z | [ recovery-image] Dec 16 20:45:38.850 INFO O| Dec 16 20:45:38.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7650 | 2024-12-16T20:45:40.344Z | [ recovery-image] Dec 16 20:45:38.850 INFO O| Dec 16 20:45:38.850 INFO STEP 1084 (remove_files) COMPLETE |
7651 | 2024-12-16T20:45:40.346Z | [ recovery-image] Dec 16 20:45:38.850 INFO O| Dec 16 20:45:38.850 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7652 | 2024-12-16T20:45:40.362Z | [ recovery-image] Dec 16 20:45:38.869 INFO O| Dec 16 20:45:38.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7653 | 2024-12-16T20:45:40.363Z | [ recovery-image] Dec 16 20:45:38.869 INFO O| Dec 16 20:45:38.869 INFO STEP 1085 (remove_files) COMPLETE |
7654 | 2024-12-16T20:45:40.363Z | [ recovery-image] Dec 16 20:45:38.869 INFO O| Dec 16 20:45:38.869 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7655 | 2024-12-16T20:45:40.381Z | [ recovery-image] Dec 16 20:45:38.887 INFO O| Dec 16 20:45:38.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7656 | 2024-12-16T20:45:40.381Z | [ recovery-image] Dec 16 20:45:38.887 INFO O| Dec 16 20:45:38.887 INFO STEP 1086 (remove_files) COMPLETE |
7657 | 2024-12-16T20:45:40.384Z | [ recovery-image] Dec 16 20:45:38.887 INFO O| Dec 16 20:45:38.887 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7658 | 2024-12-16T20:45:40.401Z | [ recovery-image] Dec 16 20:45:38.907 INFO O| Dec 16 20:45:38.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7659 | 2024-12-16T20:45:40.404Z | [ recovery-image] Dec 16 20:45:38.908 INFO O| Dec 16 20:45:38.908 INFO STEP 1087 (remove_files) COMPLETE |
7660 | 2024-12-16T20:45:40.404Z | [ recovery-image] Dec 16 20:45:38.908 INFO O| Dec 16 20:45:38.908 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7661 | 2024-12-16T20:45:40.420Z | [ recovery-image] Dec 16 20:45:38.926 INFO O| Dec 16 20:45:38.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7662 | 2024-12-16T20:45:40.423Z | [ recovery-image] Dec 16 20:45:38.926 INFO O| Dec 16 20:45:38.926 INFO STEP 1088 (remove_files) COMPLETE |
7663 | 2024-12-16T20:45:40.423Z | [ recovery-image] Dec 16 20:45:38.926 INFO O| Dec 16 20:45:38.926 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7664 | 2024-12-16T20:45:40.438Z | [ recovery-image] Dec 16 20:45:38.943 INFO O| Dec 16 20:45:38.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7665 | 2024-12-16T20:45:40.438Z | [ recovery-image] Dec 16 20:45:38.943 INFO O| Dec 16 20:45:38.943 INFO STEP 1089 (remove_files) COMPLETE |
7666 | 2024-12-16T20:45:40.438Z | [ recovery-image] Dec 16 20:45:38.943 INFO O| Dec 16 20:45:38.943 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7667 | 2024-12-16T20:45:40.455Z | [ recovery-image] Dec 16 20:45:38.961 INFO O| Dec 16 20:45:38.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7668 | 2024-12-16T20:45:40.455Z | [ recovery-image] Dec 16 20:45:38.961 INFO O| Dec 16 20:45:38.961 INFO STEP 1090 (remove_files) COMPLETE |
7669 | 2024-12-16T20:45:40.455Z | [ recovery-image] Dec 16 20:45:38.961 INFO O| Dec 16 20:45:38.961 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7670 | 2024-12-16T20:45:40.476Z | [ recovery-image] Dec 16 20:45:38.981 INFO O| Dec 16 20:45:38.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7671 | 2024-12-16T20:45:40.476Z | [ recovery-image] Dec 16 20:45:38.981 INFO O| Dec 16 20:45:38.981 INFO STEP 1091 (remove_files) COMPLETE |
7672 | 2024-12-16T20:45:40.476Z | [ recovery-image] Dec 16 20:45:38.981 INFO O| Dec 16 20:45:38.981 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7673 | 2024-12-16T20:45:40.493Z | [ recovery-image] Dec 16 20:45:38.999 INFO O| Dec 16 20:45:38.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7674 | 2024-12-16T20:45:40.493Z | [ recovery-image] Dec 16 20:45:38.999 INFO O| Dec 16 20:45:38.999 INFO STEP 1092 (remove_files) COMPLETE |
7675 | 2024-12-16T20:45:40.493Z | [ recovery-image] Dec 16 20:45:38.999 INFO O| Dec 16 20:45:38.999 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7676 | 2024-12-16T20:45:40.512Z | [ recovery-image] Dec 16 20:45:39.018 INFO O| Dec 16 20:45:39.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7677 | 2024-12-16T20:45:40.512Z | [ recovery-image] Dec 16 20:45:39.018 INFO O| Dec 16 20:45:39.018 INFO STEP 1093 (remove_files) COMPLETE |
7678 | 2024-12-16T20:45:40.512Z | [ recovery-image] Dec 16 20:45:39.018 INFO O| Dec 16 20:45:39.018 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7679 | 2024-12-16T20:45:40.530Z | [ recovery-image] Dec 16 20:45:39.037 INFO O| Dec 16 20:45:39.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7680 | 2024-12-16T20:45:40.533Z | [ recovery-image] Dec 16 20:45:39.037 INFO O| Dec 16 20:45:39.037 INFO STEP 1094 (remove_files) COMPLETE |
7681 | 2024-12-16T20:45:40.533Z | [ recovery-image] Dec 16 20:45:39.037 INFO O| Dec 16 20:45:39.037 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7682 | 2024-12-16T20:45:40.549Z | [ recovery-image] Dec 16 20:45:39.055 INFO O| Dec 16 20:45:39.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7683 | 2024-12-16T20:45:40.549Z | [ recovery-image] Dec 16 20:45:39.055 INFO O| Dec 16 20:45:39.055 INFO STEP 1095 (remove_files) COMPLETE |
7684 | 2024-12-16T20:45:40.549Z | [ recovery-image] Dec 16 20:45:39.055 INFO O| Dec 16 20:45:39.055 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7685 | 2024-12-16T20:45:40.567Z | [ recovery-image] Dec 16 20:45:39.073 INFO O| Dec 16 20:45:39.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7686 | 2024-12-16T20:45:40.567Z | [ recovery-image] Dec 16 20:45:39.073 INFO O| Dec 16 20:45:39.073 INFO STEP 1096 (remove_files) COMPLETE |
7687 | 2024-12-16T20:45:40.569Z | [ recovery-image] Dec 16 20:45:39.073 INFO O| Dec 16 20:45:39.073 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7688 | 2024-12-16T20:45:40.585Z | [ recovery-image] Dec 16 20:45:39.090 INFO O| Dec 16 20:45:39.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7689 | 2024-12-16T20:45:40.585Z | [ recovery-image] Dec 16 20:45:39.090 INFO O| Dec 16 20:45:39.090 INFO STEP 1097 (remove_files) COMPLETE |
7690 | 2024-12-16T20:45:40.588Z | [ recovery-image] Dec 16 20:45:39.090 INFO O| Dec 16 20:45:39.090 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7691 | 2024-12-16T20:45:40.602Z | [ recovery-image] Dec 16 20:45:39.107 INFO O| Dec 16 20:45:39.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7692 | 2024-12-16T20:45:40.602Z | [ recovery-image] Dec 16 20:45:39.107 INFO O| Dec 16 20:45:39.107 INFO STEP 1098 (remove_files) COMPLETE |
7693 | 2024-12-16T20:45:40.602Z | [ recovery-image] Dec 16 20:45:39.107 INFO O| Dec 16 20:45:39.107 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7694 | 2024-12-16T20:45:40.616Z | [ recovery-image] Dec 16 20:45:39.122 INFO O| Dec 16 20:45:39.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7695 | 2024-12-16T20:45:40.616Z | [ recovery-image] Dec 16 20:45:39.122 INFO O| Dec 16 20:45:39.122 INFO STEP 1099 (remove_files) COMPLETE |
7696 | 2024-12-16T20:45:40.619Z | [ recovery-image] Dec 16 20:45:39.123 INFO O| Dec 16 20:45:39.122 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7697 | 2024-12-16T20:45:40.632Z | [ recovery-image] Dec 16 20:45:39.138 INFO O| Dec 16 20:45:39.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7698 | 2024-12-16T20:45:40.632Z | [ recovery-image] Dec 16 20:45:39.138 INFO O| Dec 16 20:45:39.138 INFO STEP 1100 (remove_files) COMPLETE |
7699 | 2024-12-16T20:45:40.632Z | [ recovery-image] Dec 16 20:45:39.138 INFO O| Dec 16 20:45:39.138 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7700 | 2024-12-16T20:45:40.648Z | [ recovery-image] Dec 16 20:45:39.154 INFO O| Dec 16 20:45:39.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7701 | 2024-12-16T20:45:40.648Z | [ recovery-image] Dec 16 20:45:39.155 INFO O| Dec 16 20:45:39.155 INFO STEP 1101 (remove_files) COMPLETE |
7702 | 2024-12-16T20:45:40.648Z | [ recovery-image] Dec 16 20:45:39.155 INFO O| Dec 16 20:45:39.155 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7703 | 2024-12-16T20:45:40.665Z | [ recovery-image] Dec 16 20:45:39.171 INFO O| Dec 16 20:45:39.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7704 | 2024-12-16T20:45:40.665Z | [ recovery-image] Dec 16 20:45:39.171 INFO O| Dec 16 20:45:39.171 INFO STEP 1102 (remove_files) COMPLETE |
7705 | 2024-12-16T20:45:40.668Z | [ recovery-image] Dec 16 20:45:39.171 INFO O| Dec 16 20:45:39.171 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7706 | 2024-12-16T20:45:40.682Z | [ recovery-image] Dec 16 20:45:39.188 INFO O| Dec 16 20:45:39.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7707 | 2024-12-16T20:45:40.682Z | [ recovery-image] Dec 16 20:45:39.188 INFO O| Dec 16 20:45:39.188 INFO STEP 1103 (remove_files) COMPLETE |
7708 | 2024-12-16T20:45:40.684Z | [ recovery-image] Dec 16 20:45:39.188 INFO O| Dec 16 20:45:39.188 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7709 | 2024-12-16T20:45:40.699Z | [ recovery-image] Dec 16 20:45:39.205 INFO O| Dec 16 20:45:39.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7710 | 2024-12-16T20:45:40.699Z | [ recovery-image] Dec 16 20:45:39.205 INFO O| Dec 16 20:45:39.205 INFO STEP 1104 (remove_files) COMPLETE |
7711 | 2024-12-16T20:45:40.699Z | [ recovery-image] Dec 16 20:45:39.205 INFO O| Dec 16 20:45:39.205 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7712 | 2024-12-16T20:45:40.715Z | [ recovery-image] Dec 16 20:45:39.222 INFO O| Dec 16 20:45:39.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7713 | 2024-12-16T20:45:40.715Z | [ recovery-image] Dec 16 20:45:39.222 INFO O| Dec 16 20:45:39.222 INFO STEP 1105 (remove_files) COMPLETE |
7714 | 2024-12-16T20:45:40.715Z | [ recovery-image] Dec 16 20:45:39.222 INFO O| Dec 16 20:45:39.222 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7715 | 2024-12-16T20:45:40.733Z | [ recovery-image] Dec 16 20:45:39.239 INFO O| Dec 16 20:45:39.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7716 | 2024-12-16T20:45:40.733Z | [ recovery-image] Dec 16 20:45:39.240 INFO O| Dec 16 20:45:39.240 INFO STEP 1106 (remove_files) COMPLETE |
7717 | 2024-12-16T20:45:40.733Z | [ recovery-image] Dec 16 20:45:39.240 INFO O| Dec 16 20:45:39.240 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7718 | 2024-12-16T20:45:40.751Z | [ recovery-image] Dec 16 20:45:39.257 INFO O| Dec 16 20:45:39.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7719 | 2024-12-16T20:45:40.751Z | [ recovery-image] Dec 16 20:45:39.257 INFO O| Dec 16 20:45:39.257 INFO STEP 1107 (remove_files) COMPLETE |
7720 | 2024-12-16T20:45:40.751Z | [ recovery-image] Dec 16 20:45:39.257 INFO O| Dec 16 20:45:39.257 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7721 | 2024-12-16T20:45:40.770Z | [ recovery-image] Dec 16 20:45:39.276 INFO O| Dec 16 20:45:39.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7722 | 2024-12-16T20:45:40.770Z | [ recovery-image] Dec 16 20:45:39.276 INFO O| Dec 16 20:45:39.276 INFO STEP 1108 (remove_files) COMPLETE |
7723 | 2024-12-16T20:45:40.770Z | [ recovery-image] Dec 16 20:45:39.276 INFO O| Dec 16 20:45:39.276 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7724 | 2024-12-16T20:45:40.788Z | [ recovery-image] Dec 16 20:45:39.294 INFO O| Dec 16 20:45:39.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7725 | 2024-12-16T20:45:40.788Z | [ recovery-image] Dec 16 20:45:39.294 INFO O| Dec 16 20:45:39.294 INFO STEP 1109 (remove_files) COMPLETE |
7726 | 2024-12-16T20:45:40.788Z | [ recovery-image] Dec 16 20:45:39.294 INFO O| Dec 16 20:45:39.294 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7727 | 2024-12-16T20:45:40.805Z | [ recovery-image] Dec 16 20:45:39.311 INFO O| Dec 16 20:45:39.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7728 | 2024-12-16T20:45:40.805Z | [ recovery-image] Dec 16 20:45:39.311 INFO O| Dec 16 20:45:39.311 INFO STEP 1110 (remove_files) COMPLETE |
7729 | 2024-12-16T20:45:40.805Z | [ recovery-image] Dec 16 20:45:39.311 INFO O| Dec 16 20:45:39.311 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7730 | 2024-12-16T20:45:40.824Z | [ recovery-image] Dec 16 20:45:39.328 INFO O| Dec 16 20:45:39.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7731 | 2024-12-16T20:45:40.824Z | [ recovery-image] Dec 16 20:45:39.328 INFO O| Dec 16 20:45:39.328 INFO STEP 1111 (remove_files) COMPLETE |
7732 | 2024-12-16T20:45:40.824Z | [ recovery-image] Dec 16 20:45:39.328 INFO O| Dec 16 20:45:39.328 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7733 | 2024-12-16T20:45:40.840Z | [ recovery-image] Dec 16 20:45:39.345 INFO O| Dec 16 20:45:39.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7734 | 2024-12-16T20:45:40.840Z | [ recovery-image] Dec 16 20:45:39.346 INFO O| Dec 16 20:45:39.345 INFO STEP 1112 (remove_files) COMPLETE |
7735 | 2024-12-16T20:45:40.840Z | [ recovery-image] Dec 16 20:45:39.346 INFO O| Dec 16 20:45:39.346 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7736 | 2024-12-16T20:45:40.856Z | [ recovery-image] Dec 16 20:45:39.363 INFO O| Dec 16 20:45:39.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7737 | 2024-12-16T20:45:40.859Z | [ recovery-image] Dec 16 20:45:39.363 INFO O| Dec 16 20:45:39.363 INFO STEP 1113 (remove_files) COMPLETE |
7738 | 2024-12-16T20:45:40.859Z | [ recovery-image] Dec 16 20:45:39.363 INFO O| Dec 16 20:45:39.363 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7739 | 2024-12-16T20:45:40.875Z | [ recovery-image] Dec 16 20:45:39.381 INFO O| Dec 16 20:45:39.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7740 | 2024-12-16T20:45:40.875Z | [ recovery-image] Dec 16 20:45:39.381 INFO O| Dec 16 20:45:39.381 INFO STEP 1114 (remove_files) COMPLETE |
7741 | 2024-12-16T20:45:40.877Z | [ recovery-image] Dec 16 20:45:39.381 INFO O| Dec 16 20:45:39.381 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7742 | 2024-12-16T20:45:40.894Z | [ recovery-image] Dec 16 20:45:39.400 INFO O| Dec 16 20:45:39.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7743 | 2024-12-16T20:45:40.894Z | [ recovery-image] Dec 16 20:45:39.401 INFO O| Dec 16 20:45:39.400 INFO STEP 1115 (remove_files) COMPLETE |
7744 | 2024-12-16T20:45:40.897Z | [ recovery-image] Dec 16 20:45:39.401 INFO O| Dec 16 20:45:39.401 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7745 | 2024-12-16T20:45:40.914Z | [ recovery-image] Dec 16 20:45:39.419 INFO O| Dec 16 20:45:39.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7746 | 2024-12-16T20:45:40.914Z | [ recovery-image] Dec 16 20:45:39.419 INFO O| Dec 16 20:45:39.419 INFO STEP 1116 (remove_files) COMPLETE |
7747 | 2024-12-16T20:45:40.917Z | [ recovery-image] Dec 16 20:45:39.419 INFO O| Dec 16 20:45:39.419 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7748 | 2024-12-16T20:45:40.932Z | [ recovery-image] Dec 16 20:45:39.439 INFO O| Dec 16 20:45:39.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7749 | 2024-12-16T20:45:40.932Z | [ recovery-image] Dec 16 20:45:39.439 INFO O| Dec 16 20:45:39.439 INFO STEP 1117 (remove_files) COMPLETE |
7750 | 2024-12-16T20:45:40.933Z | [ recovery-image] Dec 16 20:45:39.439 INFO O| Dec 16 20:45:39.439 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7751 | 2024-12-16T20:45:40.951Z | [ recovery-image] Dec 16 20:45:39.457 INFO O| Dec 16 20:45:39.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7752 | 2024-12-16T20:45:40.953Z | [ recovery-image] Dec 16 20:45:39.457 INFO O| Dec 16 20:45:39.457 INFO STEP 1118 (remove_files) COMPLETE |
7753 | 2024-12-16T20:45:40.953Z | [ recovery-image] Dec 16 20:45:39.457 INFO O| Dec 16 20:45:39.457 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7754 | 2024-12-16T20:45:40.969Z | [ recovery-image] Dec 16 20:45:39.475 INFO O| Dec 16 20:45:39.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7755 | 2024-12-16T20:45:40.971Z | [ recovery-image] Dec 16 20:45:39.475 INFO O| Dec 16 20:45:39.475 INFO STEP 1119 (remove_files) COMPLETE |
7756 | 2024-12-16T20:45:40.971Z | [ recovery-image] Dec 16 20:45:39.475 INFO O| Dec 16 20:45:39.475 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7757 | 2024-12-16T20:45:40.985Z | [ recovery-image] Dec 16 20:45:39.491 INFO O| Dec 16 20:45:39.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7758 | 2024-12-16T20:45:40.988Z | [ recovery-image] Dec 16 20:45:39.491 INFO O| Dec 16 20:45:39.491 INFO STEP 1120 (remove_files) COMPLETE |
7759 | 2024-12-16T20:45:40.988Z | [ recovery-image] Dec 16 20:45:39.491 INFO O| Dec 16 20:45:39.491 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7760 | 2024-12-16T20:45:41.002Z | [ recovery-image] Dec 16 20:45:39.508 INFO O| Dec 16 20:45:39.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7761 | 2024-12-16T20:45:41.002Z | [ recovery-image] Dec 16 20:45:39.508 INFO O| Dec 16 20:45:39.508 INFO STEP 1121 (remove_files) COMPLETE |
7762 | 2024-12-16T20:45:41.002Z | [ recovery-image] Dec 16 20:45:39.508 INFO O| Dec 16 20:45:39.508 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7763 | 2024-12-16T20:45:41.019Z | [ recovery-image] Dec 16 20:45:39.525 INFO O| Dec 16 20:45:39.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7764 | 2024-12-16T20:45:41.019Z | [ recovery-image] Dec 16 20:45:39.525 INFO O| Dec 16 20:45:39.525 INFO STEP 1122 (remove_files) COMPLETE |
7765 | 2024-12-16T20:45:41.023Z | [ recovery-image] Dec 16 20:45:39.525 INFO O| Dec 16 20:45:39.525 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7766 | 2024-12-16T20:45:41.061Z | [ recovery-image] Dec 16 20:45:39.567 INFO O| Dec 16 20:45:39.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7767 | 2024-12-16T20:45:41.064Z | [ recovery-image] Dec 16 20:45:39.567 INFO O| Dec 16 20:45:39.567 INFO STEP 1123 (remove_files) COMPLETE |
7768 | 2024-12-16T20:45:41.064Z | [ recovery-image] Dec 16 20:45:39.568 INFO O| Dec 16 20:45:39.567 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7769 | 2024-12-16T20:45:41.088Z | [ recovery-image] Dec 16 20:45:39.594 INFO O| Dec 16 20:45:39.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7770 | 2024-12-16T20:45:41.090Z | [ recovery-image] Dec 16 20:45:39.594 INFO O| Dec 16 20:45:39.594 INFO STEP 1124 (remove_files) COMPLETE |
7771 | 2024-12-16T20:45:41.090Z | [ recovery-image] Dec 16 20:45:39.594 INFO O| Dec 16 20:45:39.594 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7772 | 2024-12-16T20:45:41.106Z | [ recovery-image] Dec 16 20:45:39.612 INFO O| Dec 16 20:45:39.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7773 | 2024-12-16T20:45:41.109Z | [ recovery-image] Dec 16 20:45:39.613 INFO O| Dec 16 20:45:39.613 INFO STEP 1125 (remove_files) COMPLETE |
7774 | 2024-12-16T20:45:41.109Z | [ recovery-image] Dec 16 20:45:39.613 INFO O| Dec 16 20:45:39.613 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7775 | 2024-12-16T20:45:41.125Z | [ recovery-image] Dec 16 20:45:39.631 INFO O| Dec 16 20:45:39.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7776 | 2024-12-16T20:45:41.127Z | [ recovery-image] Dec 16 20:45:39.631 INFO O| Dec 16 20:45:39.631 INFO STEP 1126 (remove_files) COMPLETE |
7777 | 2024-12-16T20:45:41.127Z | [ recovery-image] Dec 16 20:45:39.631 INFO O| Dec 16 20:45:39.631 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7778 | 2024-12-16T20:45:41.184Z | [ recovery-image] Dec 16 20:45:39.690 INFO O| Dec 16 20:45:39.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7779 | 2024-12-16T20:45:41.186Z | [ recovery-image] Dec 16 20:45:39.690 INFO O| Dec 16 20:45:39.690 INFO STEP 1127 (remove_files) COMPLETE |
7780 | 2024-12-16T20:45:41.186Z | [ recovery-image] Dec 16 20:45:39.690 INFO O| Dec 16 20:45:39.690 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7781 | 2024-12-16T20:45:41.203Z | [ recovery-image] Dec 16 20:45:39.709 INFO O| Dec 16 20:45:39.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7782 | 2024-12-16T20:45:41.203Z | [ recovery-image] Dec 16 20:45:39.709 INFO O| Dec 16 20:45:39.709 INFO STEP 1128 (remove_files) COMPLETE |
7783 | 2024-12-16T20:45:41.205Z | [ recovery-image] Dec 16 20:45:39.709 INFO O| Dec 16 20:45:39.709 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7784 | 2024-12-16T20:45:41.221Z | [ recovery-image] Dec 16 20:45:39.727 INFO O| Dec 16 20:45:39.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7785 | 2024-12-16T20:45:41.221Z | [ recovery-image] Dec 16 20:45:39.727 INFO O| Dec 16 20:45:39.727 INFO STEP 1129 (remove_files) COMPLETE |
7786 | 2024-12-16T20:45:41.224Z | [ recovery-image] Dec 16 20:45:39.727 INFO O| Dec 16 20:45:39.727 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7787 | 2024-12-16T20:45:41.242Z | [ recovery-image] Dec 16 20:45:39.748 INFO O| Dec 16 20:45:39.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7788 | 2024-12-16T20:45:41.244Z | [ recovery-image] Dec 16 20:45:39.748 INFO O| Dec 16 20:45:39.748 INFO STEP 1130 (remove_files) COMPLETE |
7789 | 2024-12-16T20:45:41.244Z | [ recovery-image] Dec 16 20:45:39.748 INFO O| Dec 16 20:45:39.748 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7790 | 2024-12-16T20:45:41.261Z | [ recovery-image] Dec 16 20:45:39.767 INFO O| Dec 16 20:45:39.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7791 | 2024-12-16T20:45:41.261Z | [ recovery-image] Dec 16 20:45:39.767 INFO O| Dec 16 20:45:39.767 INFO STEP 1131 (remove_files) COMPLETE |
7792 | 2024-12-16T20:45:41.261Z | [ recovery-image] Dec 16 20:45:39.767 INFO O| Dec 16 20:45:39.767 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7793 | 2024-12-16T20:45:41.291Z | [ recovery-image] Dec 16 20:45:39.796 INFO O| Dec 16 20:45:39.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7794 | 2024-12-16T20:45:41.293Z | [ recovery-image] Dec 16 20:45:39.797 INFO O| Dec 16 20:45:39.797 INFO STEP 1132 (remove_files) COMPLETE |
7795 | 2024-12-16T20:45:41.293Z | [ recovery-image] Dec 16 20:45:39.797 INFO O| Dec 16 20:45:39.797 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7796 | 2024-12-16T20:45:41.321Z | [ recovery-image] Dec 16 20:45:39.827 INFO O| Dec 16 20:45:39.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7797 | 2024-12-16T20:45:41.321Z | [ recovery-image] Dec 16 20:45:39.827 INFO O| Dec 16 20:45:39.827 INFO STEP 1133 (remove_files) COMPLETE |
7798 | 2024-12-16T20:45:41.324Z | [ recovery-image] Dec 16 20:45:39.827 INFO O| Dec 16 20:45:39.827 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7799 | 2024-12-16T20:45:41.442Z | [ recovery-image] Dec 16 20:45:39.948 INFO O| Dec 16 20:45:39.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7800 | 2024-12-16T20:45:41.445Z | [ recovery-image] Dec 16 20:45:39.949 INFO O| Dec 16 20:45:39.948 INFO STEP 1134 (remove_files) COMPLETE |
7801 | 2024-12-16T20:45:41.445Z | [ recovery-image] Dec 16 20:45:39.949 INFO O| Dec 16 20:45:39.949 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7802 | 2024-12-16T20:45:41.473Z | [ recovery-image] Dec 16 20:45:39.979 INFO O| Dec 16 20:45:39.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7803 | 2024-12-16T20:45:41.473Z | [ recovery-image] Dec 16 20:45:39.979 INFO O| Dec 16 20:45:39.979 INFO STEP 1135 (remove_files) COMPLETE |
7804 | 2024-12-16T20:45:41.473Z | [ recovery-image] Dec 16 20:45:39.979 INFO O| Dec 16 20:45:39.979 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7805 | 2024-12-16T20:45:41.491Z | [ recovery-image] Dec 16 20:45:39.996 INFO O| Dec 16 20:45:39.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7806 | 2024-12-16T20:45:41.491Z | [ recovery-image] Dec 16 20:45:39.996 INFO O| Dec 16 20:45:39.996 INFO STEP 1136 (remove_files) COMPLETE |
7807 | 2024-12-16T20:45:41.491Z | [ recovery-image] Dec 16 20:45:39.996 INFO O| Dec 16 20:45:39.996 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7808 | 2024-12-16T20:45:41.529Z | [ recovery-image] Dec 16 20:45:40.035 INFO O| Dec 16 20:45:40.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7809 | 2024-12-16T20:45:41.529Z | [ recovery-image] Dec 16 20:45:40.036 INFO O| Dec 16 20:45:40.035 INFO STEP 1137 (remove_files) COMPLETE |
7810 | 2024-12-16T20:45:41.530Z | [ recovery-image] Dec 16 20:45:40.036 INFO O| Dec 16 20:45:40.036 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7811 | 2024-12-16T20:45:41.548Z | [ recovery-image] Dec 16 20:45:40.054 INFO O| Dec 16 20:45:40.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7812 | 2024-12-16T20:45:41.548Z | [ recovery-image] Dec 16 20:45:40.054 INFO O| Dec 16 20:45:40.054 INFO STEP 1138 (remove_files) COMPLETE |
7813 | 2024-12-16T20:45:41.548Z | [ recovery-image] Dec 16 20:45:40.054 INFO O| Dec 16 20:45:40.054 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7814 | 2024-12-16T20:45:41.580Z | [ recovery-image] Dec 16 20:45:40.072 INFO O| Dec 16 20:45:40.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7815 | 2024-12-16T20:45:41.580Z | [ recovery-image] Dec 16 20:45:40.072 INFO O| Dec 16 20:45:40.072 INFO STEP 1139 (remove_files) COMPLETE |
7816 | 2024-12-16T20:45:41.580Z | [ recovery-image] Dec 16 20:45:40.072 INFO O| Dec 16 20:45:40.072 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7817 | 2024-12-16T20:45:41.680Z | [ recovery-image] Dec 16 20:45:40.186 INFO O| Dec 16 20:45:40.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7818 | 2024-12-16T20:45:41.704Z | [ recovery-image] Dec 16 20:45:40.210 INFO O| Dec 16 20:45:40.201 INFO STEP 1140 (remove_files) COMPLETE |
7819 | 2024-12-16T20:45:41.705Z | [ recovery-image] Dec 16 20:45:40.210 INFO O| Dec 16 20:45:40.201 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7820 | 2024-12-16T20:45:41.714Z | [ recovery-image] Dec 16 20:45:40.220 INFO O| Dec 16 20:45:40.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7821 | 2024-12-16T20:45:41.714Z | [ recovery-image] Dec 16 20:45:40.220 INFO O| Dec 16 20:45:40.220 INFO STEP 1141 (remove_files) COMPLETE |
7822 | 2024-12-16T20:45:41.714Z | [ recovery-image] Dec 16 20:45:40.220 INFO O| Dec 16 20:45:40.220 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7823 | 2024-12-16T20:45:41.733Z | [ recovery-image] Dec 16 20:45:40.239 INFO O| Dec 16 20:45:40.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7824 | 2024-12-16T20:45:41.733Z | [ recovery-image] Dec 16 20:45:40.239 INFO O| Dec 16 20:45:40.239 INFO STEP 1142 (remove_files) COMPLETE |
7825 | 2024-12-16T20:45:41.733Z | [ recovery-image] Dec 16 20:45:40.239 INFO O| Dec 16 20:45:40.239 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7826 | 2024-12-16T20:45:41.748Z | [ recovery-image] Dec 16 20:45:40.254 INFO O| Dec 16 20:45:40.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7827 | 2024-12-16T20:45:41.748Z | [ recovery-image] Dec 16 20:45:40.254 INFO O| Dec 16 20:45:40.254 INFO STEP 1143 (remove_files) COMPLETE |
7828 | 2024-12-16T20:45:41.751Z | [ recovery-image] Dec 16 20:45:40.254 INFO O| Dec 16 20:45:40.254 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7829 | 2024-12-16T20:45:41.765Z | [ recovery-image] Dec 16 20:45:40.271 INFO O| Dec 16 20:45:40.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7830 | 2024-12-16T20:45:41.765Z | [ recovery-image] Dec 16 20:45:40.271 INFO O| Dec 16 20:45:40.271 INFO STEP 1144 (remove_files) COMPLETE |
7831 | 2024-12-16T20:45:41.768Z | [ recovery-image] Dec 16 20:45:40.271 INFO O| Dec 16 20:45:40.271 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7832 | 2024-12-16T20:45:41.782Z | [ recovery-image] Dec 16 20:45:40.288 INFO O| Dec 16 20:45:40.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7833 | 2024-12-16T20:45:41.782Z | [ recovery-image] Dec 16 20:45:40.288 INFO O| Dec 16 20:45:40.288 INFO STEP 1145 (remove_files) COMPLETE |
7834 | 2024-12-16T20:45:41.782Z | [ recovery-image] Dec 16 20:45:40.288 INFO O| Dec 16 20:45:40.288 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7835 | 2024-12-16T20:45:41.802Z | [ recovery-image] Dec 16 20:45:40.306 INFO O| Dec 16 20:45:40.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7836 | 2024-12-16T20:45:41.802Z | [ recovery-image] Dec 16 20:45:40.306 INFO O| Dec 16 20:45:40.306 INFO STEP 1146 (remove_files) COMPLETE |
7837 | 2024-12-16T20:45:41.802Z | [ recovery-image] Dec 16 20:45:40.306 INFO O| Dec 16 20:45:40.306 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7838 | 2024-12-16T20:45:41.818Z | [ recovery-image] Dec 16 20:45:40.323 INFO O| Dec 16 20:45:40.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7839 | 2024-12-16T20:45:41.818Z | [ recovery-image] Dec 16 20:45:40.323 INFO O| Dec 16 20:45:40.323 INFO STEP 1147 (remove_files) COMPLETE |
7840 | 2024-12-16T20:45:41.818Z | [ recovery-image] Dec 16 20:45:40.324 INFO O| Dec 16 20:45:40.323 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7841 | 2024-12-16T20:45:41.835Z | [ recovery-image] Dec 16 20:45:40.340 INFO O| Dec 16 20:45:40.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7842 | 2024-12-16T20:45:41.835Z | [ recovery-image] Dec 16 20:45:40.340 INFO O| Dec 16 20:45:40.340 INFO STEP 1148 (remove_files) COMPLETE |
7843 | 2024-12-16T20:45:41.836Z | [ recovery-image] Dec 16 20:45:40.341 INFO O| Dec 16 20:45:40.340 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7844 | 2024-12-16T20:45:41.855Z | [ recovery-image] Dec 16 20:45:40.360 INFO O| Dec 16 20:45:40.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7845 | 2024-12-16T20:45:41.855Z | [ recovery-image] Dec 16 20:45:40.360 INFO O| Dec 16 20:45:40.360 INFO STEP 1149 (remove_files) COMPLETE |
7846 | 2024-12-16T20:45:41.856Z | [ recovery-image] Dec 16 20:45:40.360 INFO O| Dec 16 20:45:40.360 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7847 | 2024-12-16T20:45:41.879Z | [ recovery-image] Dec 16 20:45:40.385 INFO O| Dec 16 20:45:40.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7848 | 2024-12-16T20:45:41.883Z | [ recovery-image] Dec 16 20:45:40.385 INFO O| Dec 16 20:45:40.385 INFO STEP 1150 (remove_files) COMPLETE |
7849 | 2024-12-16T20:45:41.883Z | [ recovery-image] Dec 16 20:45:40.385 INFO O| Dec 16 20:45:40.385 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7850 | 2024-12-16T20:45:41.895Z | [ recovery-image] Dec 16 20:45:40.401 INFO O| Dec 16 20:45:40.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7851 | 2024-12-16T20:45:41.895Z | [ recovery-image] Dec 16 20:45:40.401 INFO O| Dec 16 20:45:40.401 INFO STEP 1151 (remove_files) COMPLETE |
7852 | 2024-12-16T20:45:41.898Z | [ recovery-image] Dec 16 20:45:40.401 INFO O| Dec 16 20:45:40.401 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7853 | 2024-12-16T20:45:41.913Z | [ recovery-image] Dec 16 20:45:40.419 INFO O| Dec 16 20:45:40.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7854 | 2024-12-16T20:45:41.913Z | [ recovery-image] Dec 16 20:45:40.419 INFO O| Dec 16 20:45:40.419 INFO STEP 1152 (remove_files) COMPLETE |
7855 | 2024-12-16T20:45:41.913Z | [ recovery-image] Dec 16 20:45:40.419 INFO O| Dec 16 20:45:40.419 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7856 | 2024-12-16T20:45:41.942Z | [ recovery-image] Dec 16 20:45:40.448 INFO O| Dec 16 20:45:40.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7857 | 2024-12-16T20:45:41.942Z | [ recovery-image] Dec 16 20:45:40.448 INFO O| Dec 16 20:45:40.448 INFO STEP 1153 (remove_files) COMPLETE |
7858 | 2024-12-16T20:45:41.942Z | [ recovery-image] Dec 16 20:45:40.448 INFO O| Dec 16 20:45:40.448 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7859 | 2024-12-16T20:45:41.981Z | [ recovery-image] Dec 16 20:45:40.484 INFO O| Dec 16 20:45:40.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7860 | 2024-12-16T20:45:41.981Z | [ recovery-image] Dec 16 20:45:40.484 INFO O| Dec 16 20:45:40.484 INFO STEP 1154 (remove_files) COMPLETE |
7861 | 2024-12-16T20:45:41.984Z | [ recovery-image] Dec 16 20:45:40.484 INFO O| Dec 16 20:45:40.484 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7862 | 2024-12-16T20:45:42.013Z | [ recovery-image] Dec 16 20:45:40.519 INFO O| Dec 16 20:45:40.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7863 | 2024-12-16T20:45:42.013Z | [ recovery-image] Dec 16 20:45:40.519 INFO O| Dec 16 20:45:40.519 INFO STEP 1155 (remove_files) COMPLETE |
7864 | 2024-12-16T20:45:42.013Z | [ recovery-image] Dec 16 20:45:40.519 INFO O| Dec 16 20:45:40.519 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7865 | 2024-12-16T20:45:42.032Z | [ recovery-image] Dec 16 20:45:40.538 INFO O| Dec 16 20:45:40.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7866 | 2024-12-16T20:45:42.032Z | [ recovery-image] Dec 16 20:45:40.538 INFO O| Dec 16 20:45:40.538 INFO STEP 1156 (remove_files) COMPLETE |
7867 | 2024-12-16T20:45:42.032Z | [ recovery-image] Dec 16 20:45:40.538 INFO O| Dec 16 20:45:40.538 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7868 | 2024-12-16T20:45:42.052Z | [ recovery-image] Dec 16 20:45:40.557 INFO O| Dec 16 20:45:40.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7869 | 2024-12-16T20:45:42.052Z | [ recovery-image] Dec 16 20:45:40.558 INFO O| Dec 16 20:45:40.558 INFO STEP 1157 (remove_files) COMPLETE |
7870 | 2024-12-16T20:45:42.052Z | [ recovery-image] Dec 16 20:45:40.558 INFO O| Dec 16 20:45:40.558 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7871 | 2024-12-16T20:45:42.073Z | [ recovery-image] Dec 16 20:45:40.579 INFO O| Dec 16 20:45:40.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7872 | 2024-12-16T20:45:42.073Z | [ recovery-image] Dec 16 20:45:40.579 INFO O| Dec 16 20:45:40.579 INFO STEP 1158 (remove_files) COMPLETE |
7873 | 2024-12-16T20:45:42.076Z | [ recovery-image] Dec 16 20:45:40.579 INFO O| Dec 16 20:45:40.579 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7874 | 2024-12-16T20:45:42.099Z | [ recovery-image] Dec 16 20:45:40.603 INFO O| Dec 16 20:45:40.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7875 | 2024-12-16T20:45:42.099Z | [ recovery-image] Dec 16 20:45:40.604 INFO O| Dec 16 20:45:40.604 INFO STEP 1159 (remove_files) COMPLETE |
7876 | 2024-12-16T20:45:42.099Z | [ recovery-image] Dec 16 20:45:40.604 INFO O| Dec 16 20:45:40.604 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7877 | 2024-12-16T20:45:42.122Z | [ recovery-image] Dec 16 20:45:40.628 INFO O| Dec 16 20:45:40.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7878 | 2024-12-16T20:45:42.122Z | [ recovery-image] Dec 16 20:45:40.628 INFO O| Dec 16 20:45:40.628 INFO STEP 1160 (remove_files) COMPLETE |
7879 | 2024-12-16T20:45:42.124Z | [ recovery-image] Dec 16 20:45:40.628 INFO O| Dec 16 20:45:40.628 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7880 | 2024-12-16T20:45:42.155Z | [ recovery-image] Dec 16 20:45:40.661 INFO O| Dec 16 20:45:40.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7881 | 2024-12-16T20:45:42.158Z | [ recovery-image] Dec 16 20:45:40.661 INFO O| Dec 16 20:45:40.661 INFO STEP 1161 (remove_files) COMPLETE |
7882 | 2024-12-16T20:45:42.158Z | [ recovery-image] Dec 16 20:45:40.661 INFO O| Dec 16 20:45:40.661 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7883 | 2024-12-16T20:45:42.240Z | [ recovery-image] Dec 16 20:45:40.746 INFO O| Dec 16 20:45:40.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7884 | 2024-12-16T20:45:42.243Z | [ recovery-image] Dec 16 20:45:40.746 INFO O| Dec 16 20:45:40.746 INFO STEP 1162 (remove_files) COMPLETE |
7885 | 2024-12-16T20:45:42.243Z | [ recovery-image] Dec 16 20:45:40.746 INFO O| Dec 16 20:45:40.746 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7886 | 2024-12-16T20:45:42.291Z | [ recovery-image] Dec 16 20:45:40.797 INFO O| Dec 16 20:45:40.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7887 | 2024-12-16T20:45:42.291Z | [ recovery-image] Dec 16 20:45:40.797 INFO O| Dec 16 20:45:40.797 INFO STEP 1163 (remove_files) COMPLETE |
7888 | 2024-12-16T20:45:42.291Z | [ recovery-image] Dec 16 20:45:40.797 INFO O| Dec 16 20:45:40.797 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7889 | 2024-12-16T20:45:42.336Z | [ recovery-image] Dec 16 20:45:40.842 INFO O| Dec 16 20:45:40.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7890 | 2024-12-16T20:45:42.336Z | [ recovery-image] Dec 16 20:45:40.842 INFO O| Dec 16 20:45:40.842 INFO STEP 1164 (remove_files) COMPLETE |
7891 | 2024-12-16T20:45:42.336Z | [ recovery-image] Dec 16 20:45:40.842 INFO O| Dec 16 20:45:40.842 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7892 | 2024-12-16T20:45:42.367Z | [ recovery-image] Dec 16 20:45:40.872 INFO O| Dec 16 20:45:40.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7893 | 2024-12-16T20:45:42.367Z | [ recovery-image] Dec 16 20:45:40.872 INFO O| Dec 16 20:45:40.872 INFO STEP 1165 (remove_files) COMPLETE |
7894 | 2024-12-16T20:45:42.371Z | [ recovery-image] Dec 16 20:45:40.872 INFO O| Dec 16 20:45:40.872 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7895 | 2024-12-16T20:45:42.434Z | [ recovery-image] Dec 16 20:45:40.940 INFO O| Dec 16 20:45:40.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7896 | 2024-12-16T20:45:42.437Z | [ recovery-image] Dec 16 20:45:40.940 INFO O| Dec 16 20:45:40.940 INFO STEP 1166 (remove_files) COMPLETE |
7897 | 2024-12-16T20:45:42.437Z | [ recovery-image] Dec 16 20:45:40.940 INFO O| Dec 16 20:45:40.940 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7898 | 2024-12-16T20:45:42.460Z | [ recovery-image] Dec 16 20:45:40.966 INFO O| Dec 16 20:45:40.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7899 | 2024-12-16T20:45:42.461Z | [ recovery-image] Dec 16 20:45:40.966 INFO O| Dec 16 20:45:40.966 INFO STEP 1167 (remove_files) COMPLETE |
7900 | 2024-12-16T20:45:42.461Z | [ recovery-image] Dec 16 20:45:40.966 INFO O| Dec 16 20:45:40.966 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7901 | 2024-12-16T20:45:42.483Z | [ recovery-image] Dec 16 20:45:40.988 INFO O| Dec 16 20:45:40.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7902 | 2024-12-16T20:45:42.510Z | [ recovery-image] Dec 16 20:45:41.016 INFO O| Dec 16 20:45:41.016 INFO STEP 1168 (remove_files) COMPLETE |
7903 | 2024-12-16T20:45:42.510Z | [ recovery-image] Dec 16 20:45:41.016 INFO O| Dec 16 20:45:41.016 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7904 | 2024-12-16T20:45:42.573Z | [ recovery-image] Dec 16 20:45:41.078 INFO O| Dec 16 20:45:41.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7905 | 2024-12-16T20:45:42.573Z | [ recovery-image] Dec 16 20:45:41.079 INFO O| Dec 16 20:45:41.078 INFO STEP 1169 (remove_files) COMPLETE |
7906 | 2024-12-16T20:45:42.573Z | [ recovery-image] Dec 16 20:45:41.079 INFO O| Dec 16 20:45:41.079 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7907 | 2024-12-16T20:45:42.615Z | [ recovery-image] Dec 16 20:45:41.121 INFO O| Dec 16 20:45:41.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7908 | 2024-12-16T20:45:42.616Z | [ recovery-image] Dec 16 20:45:41.121 INFO O| Dec 16 20:45:41.121 INFO STEP 1170 (remove_files) COMPLETE |
7909 | 2024-12-16T20:45:42.618Z | [ recovery-image] Dec 16 20:45:41.122 INFO O| Dec 16 20:45:41.121 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7910 | 2024-12-16T20:45:42.636Z | [ recovery-image] Dec 16 20:45:41.141 INFO O| Dec 16 20:45:41.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7911 | 2024-12-16T20:45:42.636Z | [ recovery-image] Dec 16 20:45:41.142 INFO O| Dec 16 20:45:41.142 INFO STEP 1171 (remove_files) COMPLETE |
7912 | 2024-12-16T20:45:42.639Z | [ recovery-image] Dec 16 20:45:41.142 INFO O| Dec 16 20:45:41.142 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7913 | 2024-12-16T20:45:42.666Z | [ recovery-image] Dec 16 20:45:41.172 INFO O| Dec 16 20:45:41.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7914 | 2024-12-16T20:45:42.669Z | [ recovery-image] Dec 16 20:45:41.172 INFO O| Dec 16 20:45:41.172 INFO STEP 1172 (remove_files) COMPLETE |
7915 | 2024-12-16T20:45:42.669Z | [ recovery-image] Dec 16 20:45:41.172 INFO O| Dec 16 20:45:41.172 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7916 | 2024-12-16T20:45:42.703Z | [ recovery-image] Dec 16 20:45:41.208 INFO O| Dec 16 20:45:41.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7917 | 2024-12-16T20:45:42.703Z | [ recovery-image] Dec 16 20:45:41.208 INFO O| Dec 16 20:45:41.208 INFO STEP 1173 (remove_files) COMPLETE |
7918 | 2024-12-16T20:45:42.713Z | [ recovery-image] Dec 16 20:45:41.208 INFO O| Dec 16 20:45:41.208 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7919 | 2024-12-16T20:45:42.737Z | [ recovery-image] Dec 16 20:45:41.242 INFO O| Dec 16 20:45:41.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7920 | 2024-12-16T20:45:42.737Z | [ recovery-image] Dec 16 20:45:41.242 INFO O| Dec 16 20:45:41.242 INFO STEP 1174 (remove_files) COMPLETE |
7921 | 2024-12-16T20:45:42.737Z | [ recovery-image] Dec 16 20:45:41.242 INFO O| Dec 16 20:45:41.242 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7922 | 2024-12-16T20:45:42.765Z | [ recovery-image] Dec 16 20:45:41.271 INFO O| Dec 16 20:45:41.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7923 | 2024-12-16T20:45:42.768Z | [ recovery-image] Dec 16 20:45:41.271 INFO O| Dec 16 20:45:41.271 INFO STEP 1175 (remove_files) COMPLETE |
7924 | 2024-12-16T20:45:42.768Z | [ recovery-image] Dec 16 20:45:41.271 INFO O| Dec 16 20:45:41.271 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7925 | 2024-12-16T20:45:42.788Z | [ recovery-image] Dec 16 20:45:41.294 INFO O| Dec 16 20:45:41.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7926 | 2024-12-16T20:45:42.789Z | [ recovery-image] Dec 16 20:45:41.294 INFO O| Dec 16 20:45:41.294 INFO STEP 1176 (remove_files) COMPLETE |
7927 | 2024-12-16T20:45:42.789Z | [ recovery-image] Dec 16 20:45:41.294 INFO O| Dec 16 20:45:41.294 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7928 | 2024-12-16T20:45:42.841Z | [ recovery-image] Dec 16 20:45:41.346 INFO O| Dec 16 20:45:41.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7929 | 2024-12-16T20:45:42.844Z | [ recovery-image] Dec 16 20:45:41.346 INFO O| Dec 16 20:45:41.346 INFO STEP 1177 (remove_files) COMPLETE |
7930 | 2024-12-16T20:45:42.844Z | [ recovery-image] Dec 16 20:45:41.347 INFO O| Dec 16 20:45:41.346 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7931 | 2024-12-16T20:45:42.867Z | [ recovery-image] Dec 16 20:45:41.373 INFO O| Dec 16 20:45:41.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7932 | 2024-12-16T20:45:42.867Z | [ recovery-image] Dec 16 20:45:41.373 INFO O| Dec 16 20:45:41.373 INFO STEP 1178 (remove_files) COMPLETE |
7933 | 2024-12-16T20:45:42.867Z | [ recovery-image] Dec 16 20:45:41.373 INFO O| Dec 16 20:45:41.373 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7934 | 2024-12-16T20:45:42.886Z | [ recovery-image] Dec 16 20:45:41.392 INFO O| Dec 16 20:45:41.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7935 | 2024-12-16T20:45:42.891Z | [ recovery-image] Dec 16 20:45:41.392 INFO O| Dec 16 20:45:41.392 INFO STEP 1179 (remove_files) COMPLETE |
7936 | 2024-12-16T20:45:42.891Z | [ recovery-image] Dec 16 20:45:41.392 INFO O| Dec 16 20:45:41.392 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7937 | 2024-12-16T20:45:42.927Z | [ recovery-image] Dec 16 20:45:41.433 INFO O| Dec 16 20:45:41.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7938 | 2024-12-16T20:45:42.927Z | [ recovery-image] Dec 16 20:45:41.433 INFO O| Dec 16 20:45:41.433 INFO STEP 1180 (remove_files) COMPLETE |
7939 | 2024-12-16T20:45:42.927Z | [ recovery-image] Dec 16 20:45:41.433 INFO O| Dec 16 20:45:41.433 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7940 | 2024-12-16T20:45:42.946Z | [ recovery-image] Dec 16 20:45:41.452 INFO O| Dec 16 20:45:41.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7941 | 2024-12-16T20:45:42.946Z | [ recovery-image] Dec 16 20:45:41.452 INFO O| Dec 16 20:45:41.452 INFO STEP 1181 (remove_files) COMPLETE |
7942 | 2024-12-16T20:45:42.946Z | [ recovery-image] Dec 16 20:45:41.452 INFO O| Dec 16 20:45:41.452 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7943 | 2024-12-16T20:45:42.992Z | [ recovery-image] Dec 16 20:45:41.498 INFO O| Dec 16 20:45:41.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7944 | 2024-12-16T20:45:42.992Z | [ recovery-image] Dec 16 20:45:41.498 INFO O| Dec 16 20:45:41.498 INFO STEP 1182 (remove_files) COMPLETE |
7945 | 2024-12-16T20:45:42.992Z | [ recovery-image] Dec 16 20:45:41.498 INFO O| Dec 16 20:45:41.498 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7946 | 2024-12-16T20:45:43.013Z | [ recovery-image] Dec 16 20:45:41.518 INFO O| Dec 16 20:45:41.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7947 | 2024-12-16T20:45:43.013Z | [ recovery-image] Dec 16 20:45:41.518 INFO O| Dec 16 20:45:41.518 INFO STEP 1183 (remove_files) COMPLETE |
7948 | 2024-12-16T20:45:43.013Z | [ recovery-image] Dec 16 20:45:41.518 INFO O| Dec 16 20:45:41.518 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7949 | 2024-12-16T20:45:43.032Z | [ recovery-image] Dec 16 20:45:41.538 INFO O| Dec 16 20:45:41.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7950 | 2024-12-16T20:45:43.032Z | [ recovery-image] Dec 16 20:45:41.538 INFO O| Dec 16 20:45:41.538 INFO STEP 1184 (remove_files) COMPLETE |
7951 | 2024-12-16T20:45:43.034Z | [ recovery-image] Dec 16 20:45:41.538 INFO O| Dec 16 20:45:41.538 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7952 | 2024-12-16T20:45:43.058Z | [ recovery-image] Dec 16 20:45:41.563 INFO O| Dec 16 20:45:41.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7953 | 2024-12-16T20:45:43.058Z | [ recovery-image] Dec 16 20:45:41.563 INFO O| Dec 16 20:45:41.563 INFO STEP 1185 (remove_files) COMPLETE |
7954 | 2024-12-16T20:45:43.058Z | [ recovery-image] Dec 16 20:45:41.563 INFO O| Dec 16 20:45:41.563 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7955 | 2024-12-16T20:45:43.076Z | [ recovery-image] Dec 16 20:45:41.581 INFO O| Dec 16 20:45:41.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7956 | 2024-12-16T20:45:43.076Z | [ recovery-image] Dec 16 20:45:41.581 INFO O| Dec 16 20:45:41.581 INFO STEP 1186 (remove_files) COMPLETE |
7957 | 2024-12-16T20:45:43.083Z | [ recovery-image] Dec 16 20:45:41.581 INFO O| Dec 16 20:45:41.581 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7958 | 2024-12-16T20:45:43.093Z | [ recovery-image] Dec 16 20:45:41.599 INFO O| Dec 16 20:45:41.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7959 | 2024-12-16T20:45:43.093Z | [ recovery-image] Dec 16 20:45:41.599 INFO O| Dec 16 20:45:41.599 INFO STEP 1187 (remove_files) COMPLETE |
7960 | 2024-12-16T20:45:43.093Z | [ recovery-image] Dec 16 20:45:41.599 INFO O| Dec 16 20:45:41.599 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7961 | 2024-12-16T20:45:43.125Z | [ recovery-image] Dec 16 20:45:41.631 INFO O| Dec 16 20:45:41.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7962 | 2024-12-16T20:45:43.125Z | [ recovery-image] Dec 16 20:45:41.631 INFO O| Dec 16 20:45:41.631 INFO STEP 1188 (remove_files) COMPLETE |
7963 | 2024-12-16T20:45:43.125Z | [ recovery-image] Dec 16 20:45:41.631 INFO O| Dec 16 20:45:41.631 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7964 | 2024-12-16T20:45:43.148Z | [ recovery-image] Dec 16 20:45:41.653 INFO O| Dec 16 20:45:41.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7965 | 2024-12-16T20:45:43.148Z | [ recovery-image] Dec 16 20:45:41.653 INFO O| Dec 16 20:45:41.653 INFO STEP 1189 (remove_files) COMPLETE |
7966 | 2024-12-16T20:45:43.148Z | [ recovery-image] Dec 16 20:45:41.653 INFO O| Dec 16 20:45:41.653 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7967 | 2024-12-16T20:45:43.167Z | [ recovery-image] Dec 16 20:45:41.671 INFO O| Dec 16 20:45:41.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7968 | 2024-12-16T20:45:43.167Z | [ recovery-image] Dec 16 20:45:41.671 INFO O| Dec 16 20:45:41.671 INFO STEP 1190 (remove_files) COMPLETE |
7969 | 2024-12-16T20:45:43.167Z | [ recovery-image] Dec 16 20:45:41.671 INFO O| Dec 16 20:45:41.671 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7970 | 2024-12-16T20:45:43.203Z | [ recovery-image] Dec 16 20:45:41.709 INFO O| Dec 16 20:45:41.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7971 | 2024-12-16T20:45:43.206Z | [ recovery-image] Dec 16 20:45:41.709 INFO O| Dec 16 20:45:41.709 INFO STEP 1191 (remove_files) COMPLETE |
7972 | 2024-12-16T20:45:43.206Z | [ recovery-image] Dec 16 20:45:41.709 INFO O| Dec 16 20:45:41.709 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7973 | 2024-12-16T20:45:43.243Z | [ recovery-image] Dec 16 20:45:41.748 INFO O| Dec 16 20:45:41.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7974 | 2024-12-16T20:45:43.243Z | [ recovery-image] Dec 16 20:45:41.748 INFO O| Dec 16 20:45:41.748 INFO STEP 1192 (remove_files) COMPLETE |
7975 | 2024-12-16T20:45:43.245Z | [ recovery-image] Dec 16 20:45:41.748 INFO O| Dec 16 20:45:41.748 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7976 | 2024-12-16T20:45:43.282Z | [ recovery-image] Dec 16 20:45:41.787 INFO O| Dec 16 20:45:41.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7977 | 2024-12-16T20:45:43.282Z | [ recovery-image] Dec 16 20:45:41.787 INFO O| Dec 16 20:45:41.787 INFO STEP 1193 (remove_files) COMPLETE |
7978 | 2024-12-16T20:45:43.284Z | [ recovery-image] Dec 16 20:45:41.787 INFO O| Dec 16 20:45:41.787 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7979 | 2024-12-16T20:45:43.312Z | [ recovery-image] Dec 16 20:45:41.818 INFO O| Dec 16 20:45:41.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7980 | 2024-12-16T20:45:43.312Z | [ recovery-image] Dec 16 20:45:41.818 INFO O| Dec 16 20:45:41.818 INFO STEP 1194 (remove_files) COMPLETE |
7981 | 2024-12-16T20:45:43.312Z | [ recovery-image] Dec 16 20:45:41.818 INFO O| Dec 16 20:45:41.818 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7982 | 2024-12-16T20:45:43.331Z | [ recovery-image] Dec 16 20:45:41.837 INFO O| Dec 16 20:45:41.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7983 | 2024-12-16T20:45:43.331Z | [ recovery-image] Dec 16 20:45:41.837 INFO O| Dec 16 20:45:41.837 INFO STEP 1195 (remove_files) COMPLETE |
7984 | 2024-12-16T20:45:43.332Z | [ recovery-image] Dec 16 20:45:41.837 INFO O| Dec 16 20:45:41.837 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7985 | 2024-12-16T20:45:43.395Z | [ recovery-image] Dec 16 20:45:41.901 INFO O| Dec 16 20:45:41.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7986 | 2024-12-16T20:45:43.395Z | [ recovery-image] Dec 16 20:45:41.901 INFO O| Dec 16 20:45:41.901 INFO STEP 1196 (remove_files) COMPLETE |
7987 | 2024-12-16T20:45:43.404Z | [ recovery-image] Dec 16 20:45:41.901 INFO O| Dec 16 20:45:41.901 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7988 | 2024-12-16T20:45:43.415Z | [ recovery-image] Dec 16 20:45:41.921 INFO O| Dec 16 20:45:41.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7989 | 2024-12-16T20:45:43.415Z | [ recovery-image] Dec 16 20:45:41.921 INFO O| Dec 16 20:45:41.921 INFO STEP 1197 (remove_files) COMPLETE |
7990 | 2024-12-16T20:45:43.419Z | [ recovery-image] Dec 16 20:45:41.921 INFO O| Dec 16 20:45:41.921 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7991 | 2024-12-16T20:45:43.434Z | [ recovery-image] Dec 16 20:45:41.940 INFO O| Dec 16 20:45:41.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7992 | 2024-12-16T20:45:43.436Z | [ recovery-image] Dec 16 20:45:41.940 INFO O| Dec 16 20:45:41.940 INFO STEP 1198 (remove_files) COMPLETE |
7993 | 2024-12-16T20:45:43.436Z | [ recovery-image] Dec 16 20:45:41.940 INFO O| Dec 16 20:45:41.940 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7994 | 2024-12-16T20:45:43.453Z | [ recovery-image] Dec 16 20:45:41.959 INFO O| Dec 16 20:45:41.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7995 | 2024-12-16T20:45:43.456Z | [ recovery-image] Dec 16 20:45:41.959 INFO O| Dec 16 20:45:41.959 INFO STEP 1199 (remove_files) COMPLETE |
7996 | 2024-12-16T20:45:43.456Z | [ recovery-image] Dec 16 20:45:41.959 INFO O| Dec 16 20:45:41.959 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7997 | 2024-12-16T20:45:43.484Z | [ recovery-image] Dec 16 20:45:41.989 INFO O| Dec 16 20:45:41.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7998 | 2024-12-16T20:45:43.484Z | [ recovery-image] Dec 16 20:45:41.989 INFO O| Dec 16 20:45:41.989 INFO STEP 1200 (remove_files) COMPLETE |
7999 | 2024-12-16T20:45:43.487Z | [ recovery-image] Dec 16 20:45:41.990 INFO O| Dec 16 20:45:41.989 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8000 | 2024-12-16T20:45:43.508Z | [ recovery-image] Dec 16 20:45:42.014 INFO O| Dec 16 20:45:42.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
8001 | 2024-12-16T20:45:43.508Z | [ recovery-image] Dec 16 20:45:42.014 INFO O| Dec 16 20:45:42.014 INFO STEP 1201 (remove_files) COMPLETE |
8002 | 2024-12-16T20:45:43.508Z | [ recovery-image] Dec 16 20:45:42.014 INFO O| Dec 16 20:45:42.014 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8003 | 2024-12-16T20:45:43.534Z | [ recovery-image] Dec 16 20:45:42.040 INFO O| Dec 16 20:45:42.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
8004 | 2024-12-16T20:45:43.534Z | [ recovery-image] Dec 16 20:45:42.040 INFO O| Dec 16 20:45:42.040 INFO STEP 1202 (remove_files) COMPLETE |
8005 | 2024-12-16T20:45:43.534Z | [ recovery-image] Dec 16 20:45:42.040 INFO O| Dec 16 20:45:42.040 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8006 | 2024-12-16T20:45:43.584Z | [ recovery-image] Dec 16 20:45:42.089 INFO O| Dec 16 20:45:42.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
8007 | 2024-12-16T20:45:43.584Z | [ recovery-image] Dec 16 20:45:42.089 INFO O| Dec 16 20:45:42.089 INFO STEP 1203 (remove_files) COMPLETE |
8008 | 2024-12-16T20:45:43.584Z | [ recovery-image] Dec 16 20:45:42.089 INFO O| Dec 16 20:45:42.089 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8009 | 2024-12-16T20:45:43.603Z | [ recovery-image] Dec 16 20:45:42.109 INFO O| Dec 16 20:45:42.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
8010 | 2024-12-16T20:45:43.603Z | [ recovery-image] Dec 16 20:45:42.109 INFO O| Dec 16 20:45:42.109 INFO STEP 1204 (remove_files) COMPLETE |
8011 | 2024-12-16T20:45:43.603Z | [ recovery-image] Dec 16 20:45:42.109 INFO O| Dec 16 20:45:42.109 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8012 | 2024-12-16T20:45:43.622Z | [ recovery-image] Dec 16 20:45:42.128 INFO O| Dec 16 20:45:42.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
8013 | 2024-12-16T20:45:43.622Z | [ recovery-image] Dec 16 20:45:42.128 INFO O| Dec 16 20:45:42.128 INFO STEP 1205 (remove_files) COMPLETE |
8014 | 2024-12-16T20:45:43.622Z | [ recovery-image] Dec 16 20:45:42.128 INFO O| Dec 16 20:45:42.128 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
8015 | 2024-12-16T20:45:43.649Z | [ recovery-image] Dec 16 20:45:42.155 INFO O| Dec 16 20:45:42.155 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
8016 | 2024-12-16T20:45:43.649Z | [ recovery-image] Dec 16 20:45:42.155 INFO O| Dec 16 20:45:42.155 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
8017 | 2024-12-16T20:45:45.078Z | [ recovery-image] Dec 16 20:45:43.584 INFO O| Dec 16 20:45:43.583 INFO STEP 1206 (pack_tar) COMPLETE |
8018 | 2024-12-16T20:45:45.078Z | [ recovery-image] Dec 16 20:45:43.584 INFO O| Dec 16 20:45:43.584 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8019 | 2024-12-16T20:45:45.081Z | [ recovery-image] Dec 16 20:45:43.584 INFO O| Dec 16 20:45:43.584 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8020 | 2024-12-16T20:45:45.294Z | [ recovery-image] Dec 16 20:45:43.799 INFO O| Dec 16 20:45:43.799 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8021 | 2024-12-16T20:45:45.418Z | [ recovery-image] Dec 16 20:45:43.924 INFO O| Dec 16 20:45:43.924 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8022 | 2024-12-16T20:45:45.429Z | [ recovery-image] Dec 16 20:45:43.933 INFO image builder template: zfs-recovery... |
8023 | 2024-12-16T20:45:45.429Z | [ recovery-image] Dec 16 20:45:43.933 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/.tmppeKgUt/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 |
8024 | 2024-12-16T20:45:45.491Z | [ recovery-image] Dec 16 20:45:43.996 INFO O| Dec 16 20:45:43.996 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8025 | 2024-12-16T20:45:45.507Z | [ recovery-image] Dec 16 20:45:44.012 INFO O| Dec 16 20:45:44.012 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8026 | 2024-12-16T20:45:45.815Z | [ recovery-image] Dec 16 20:45:44.320 INFO O| Dec 16 20:45:44.320 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8027 | 2024-12-16T20:45:45.915Z | [ recovery-image] Dec 16 20:45:44.420 INFO O| Dec 16 20:45:44.420 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8028 | 2024-12-16T20:45:45.915Z | [ recovery-image] Dec 16 20:45:44.420 INFO O| Dec 16 20:45:44.420 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8029 | 2024-12-16T20:45:45.923Z | [ recovery-image] Dec 16 20:45:44.428 INFO O| Dec 16 20:45:44.428 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8030 | 2024-12-16T20:45:46.033Z | [ recovery-image] Dec 16 20:45:44.538 INFO O| Dec 16 20:45:44.538 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8031 | 2024-12-16T20:45:46.086Z | [ recovery-image] Dec 16 20:45:44.592 INFO O| Dec 16 20:45:44.591 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8032 | 2024-12-16T20:45:46.110Z | [ recovery-image] Dec 16 20:45:44.615 INFO O| Dec 16 20:45:44.615 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8033 | 2024-12-16T20:45:46.118Z | [ recovery-image] Dec 16 20:45:44.623 INFO O| Dec 16 20:45:44.623 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8034 | 2024-12-16T20:45:46.125Z | [ recovery-image] Dec 16 20:45:44.630 INFO O| Dec 16 20:45:44.630 INFO no lofi found |
8035 | 2024-12-16T20:45:46.125Z | [ recovery-image] Dec 16 20:45:44.631 INFO O| Dec 16 20:45:44.630 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8036 | 2024-12-16T20:45:46.125Z | [ recovery-image] Dec 16 20:45:44.631 INFO O| Dec 16 20:45:44.630 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8037 | 2024-12-16T20:45:48.507Z | [ recovery-image] Dec 16 20:45:47.012 INFO O| Dec 16 20:45:47.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
8038 | 2024-12-16T20:45:48.507Z | [ recovery-image] Dec 16 20:45:47.012 INFO O| Dec 16 20:45:47.012 INFO pool device = /dev/dsk/c2t1d0p0 |
8039 | 2024-12-16T20:45:48.509Z | [ recovery-image] Dec 16 20:45:47.012 INFO O| Dec 16 20:45:47.012 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"] |
8040 | 2024-12-16T20:45:48.713Z | [ recovery-image] Dec 16 20:45:47.218 INFO O| Dec 16 20:45:47.218 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8041 | 2024-12-16T20:45:48.713Z | [ recovery-image] Dec 16 20:45:47.218 INFO O| Dec 16 20:45:47.218 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8042 | 2024-12-16T20:45:48.749Z | [ recovery-image] Dec 16 20:45:47.254 INFO O| Dec 16 20:45:47.254 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8043 | 2024-12-16T20:45:49.313Z | [ recovery-image] Dec 16 20:45:47.589 INFO O| Dec 16 20:45:47.589 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8044 | 2024-12-16T20:45:49.337Z | [ recovery-image] Dec 16 20:45:47.647 INFO O| Dec 16 20:45:47.647 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8045 | 2024-12-16T20:45:49.337Z | [ recovery-image] Dec 16 20:45:47.685 INFO O| Dec 16 20:45:47.685 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8046 | 2024-12-16T20:45:49.337Z | [ recovery-image] Dec 16 20:45:47.707 INFO O| Dec 16 20:45:47.707 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8047 | 2024-12-16T20:45:49.337Z | [ recovery-image] Dec 16 20:45:47.805 INFO O| Dec 16 20:45:47.805 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8048 | 2024-12-16T20:45:49.337Z | [ recovery-image] Dec 16 20:45:47.805 INFO O| Dec 16 20:45:47.805 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8049 | 2024-12-16T20:45:49.337Z | [ recovery-image] Dec 16 20:45:47.805 INFO O| Dec 16 20:45:47.805 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8050 | 2024-12-16T20:45:49.337Z | [ recovery-image] Dec 16 20:45:47.819 INFO O| Dec 16 20:45:47.819 INFO boot environment UUID: 3769eaf8-8800-418f-9b05-5fb6fef81e88 |
8051 | 2024-12-16T20:45:49.337Z | [ recovery-image] Dec 16 20:45:47.819 INFO O| Dec 16 20:45:47.819 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3769eaf8-8800-418f-9b05-5fb6fef81e88 |
8052 | 2024-12-16T20:45:49.367Z | [ recovery-image] Dec 16 20:45:47.872 INFO O| Dec 16 20:45:47.872 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8053 | 2024-12-16T20:45:49.408Z | [ recovery-image] Dec 16 20:45:47.913 INFO O| Dec 16 20:45:47.913 INFO STEP 0 (create_be) COMPLETE |
8054 | 2024-12-16T20:45:49.408Z | [ recovery-image] Dec 16 20:45:47.913 INFO O| Dec 16 20:45:47.913 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8055 | 2024-12-16T20:45:49.455Z | [ recovery-image] Dec 16 20:45:47.960 INFO O| Dec 16 20:45:47.960 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"] |
8056 | 2024-12-16T20:45:56.621Z | [ recovery-image] Dec 16 20:45:55.124 INFO O| Dec 16 20:45:55.124 INFO STEP 1 (unpack_tar) COMPLETE |
8057 | 2024-12-16T20:45:56.621Z | [ recovery-image] Dec 16 20:45:55.124 INFO O| Dec 16 20:45:55.124 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8058 | 2024-12-16T20:45:56.640Z | [ recovery-image] Dec 16 20:45:55.143 INFO O| Dec 16 20:45:55.143 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8059 | 2024-12-16T20:45:57.062Z | [ recovery-image] Dec 16 20:45:55.566 INFO O| Dec 16 20:45:55.565 INFO STEP 2 (devfsadm) COMPLETE |
8060 | 2024-12-16T20:45:57.062Z | [ recovery-image] Dec 16 20:45:55.566 INFO O| Dec 16 20:45:55.566 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8061 | 2024-12-16T20:45:57.086Z | [ recovery-image] Dec 16 20:45:55.589 INFO O| Dec 16 20:45:55.589 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8062 | 2024-12-16T20:45:57.089Z | [ recovery-image] Dec 16 20:45:55.589 INFO O| Dec 16 20:45:55.589 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8063 | 2024-12-16T20:45:57.089Z | [ recovery-image] Dec 16 20:45:55.589 INFO O| Dec 16 20:45:55.589 INFO STEP 3 (ensure_dir) COMPLETE |
8064 | 2024-12-16T20:45:57.089Z | [ recovery-image] Dec 16 20:45:55.589 INFO O| Dec 16 20:45:55.589 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8065 | 2024-12-16T20:45:57.110Z | [ recovery-image] Dec 16 20:45:55.613 INFO O| Dec 16 20:45:55.613 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8066 | 2024-12-16T20:45:57.110Z | [ recovery-image] Dec 16 20:45:55.613 INFO O| Dec 16 20:45:55.613 INFO STEP 4 (ensure_dir) COMPLETE |
8067 | 2024-12-16T20:45:57.110Z | [ recovery-image] Dec 16 20:45:55.613 INFO O| Dec 16 20:45:55.613 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8068 | 2024-12-16T20:45:57.140Z | [ recovery-image] Dec 16 20:45:55.643 INFO O| Dec 16 20:45:55.643 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8069 | 2024-12-16T20:45:57.140Z | [ recovery-image] Dec 16 20:45:55.643 INFO O| Dec 16 20:45:55.643 INFO STEP 5 (ensure_dir) COMPLETE |
8070 | 2024-12-16T20:45:57.140Z | [ recovery-image] Dec 16 20:45:55.643 INFO O| Dec 16 20:45:55.643 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8071 | 2024-12-16T20:45:57.164Z | [ recovery-image] Dec 16 20:45:55.666 INFO O| Dec 16 20:45:55.666 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8072 | 2024-12-16T20:45:57.164Z | [ recovery-image] Dec 16 20:45:55.666 INFO O| Dec 16 20:45:55.666 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8073 | 2024-12-16T20:45:57.167Z | [ recovery-image] Dec 16 20:45:55.666 INFO O| Dec 16 20:45:55.666 INFO STEP 6 (ensure_dir) COMPLETE |
8074 | 2024-12-16T20:45:57.167Z | [ recovery-image] Dec 16 20:45:55.666 INFO O| Dec 16 20:45:55.666 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8075 | 2024-12-16T20:45:57.182Z | [ recovery-image] Dec 16 20:45:55.685 INFO O| Dec 16 20:45:55.685 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8076 | 2024-12-16T20:45:57.185Z | [ recovery-image] Dec 16 20:45:55.686 INFO O| Dec 16 20:45:55.686 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8077 | 2024-12-16T20:45:57.185Z | [ recovery-image] Dec 16 20:45:55.686 INFO O| Dec 16 20:45:55.686 INFO STEP 7 (ensure_dir) COMPLETE |
8078 | 2024-12-16T20:45:57.185Z | [ recovery-image] Dec 16 20:45:55.686 INFO O| Dec 16 20:45:55.686 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8079 | 2024-12-16T20:45:57.202Z | [ recovery-image] Dec 16 20:45:55.705 INFO O| Dec 16 20:45:55.705 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8080 | 2024-12-16T20:45:57.204Z | [ recovery-image] Dec 16 20:45:55.705 INFO O| Dec 16 20:45:55.705 INFO STEP 8 (remove_files) COMPLETE |
8081 | 2024-12-16T20:45:57.204Z | [ recovery-image] Dec 16 20:45:55.705 INFO O| Dec 16 20:45:55.705 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8082 | 2024-12-16T20:45:57.223Z | [ recovery-image] Dec 16 20:45:55.724 INFO O| Dec 16 20:45:55.724 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8083 | 2024-12-16T20:45:57.284Z | [ recovery-image] Dec 16 20:45:55.788 INFO O| Dec 16 20:45:55.788 INFO STEP 9 (remove_files) COMPLETE |
8084 | 2024-12-16T20:45:57.284Z | [ recovery-image] Dec 16 20:45:55.788 INFO O| Dec 16 20:45:55.788 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8085 | 2024-12-16T20:45:57.331Z | [ recovery-image] Dec 16 20:45:55.834 INFO O| Dec 16 20:45:55.834 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8086 | 2024-12-16T20:45:57.333Z | [ recovery-image] Dec 16 20:45:55.835 INFO O| Dec 16 20:45:55.835 INFO STEP 10 (remove_files) COMPLETE |
8087 | 2024-12-16T20:45:57.333Z | [ recovery-image] Dec 16 20:45:55.835 INFO O| Dec 16 20:45:55.835 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8088 | 2024-12-16T20:45:57.361Z | [ recovery-image] Dec 16 20:45:55.864 INFO O| Dec 16 20:45:55.864 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8089 | 2024-12-16T20:45:57.364Z | [ recovery-image] Dec 16 20:45:55.864 INFO O| Dec 16 20:45:55.864 INFO STEP 11 (remove_files) COMPLETE |
8090 | 2024-12-16T20:45:57.364Z | [ recovery-image] Dec 16 20:45:55.865 INFO O| Dec 16 20:45:55.864 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8091 | 2024-12-16T20:45:57.380Z | [ recovery-image] Dec 16 20:45:55.883 INFO O| Dec 16 20:45:55.883 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8092 | 2024-12-16T20:45:57.382Z | [ recovery-image] Dec 16 20:45:55.884 INFO O| Dec 16 20:45:55.884 INFO STEP 12 (remove_files) COMPLETE |
8093 | 2024-12-16T20:45:57.382Z | [ recovery-image] Dec 16 20:45:55.884 INFO O| Dec 16 20:45:55.884 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8094 | 2024-12-16T20:45:57.400Z | [ recovery-image] Dec 16 20:45:55.903 INFO O| Dec 16 20:45:55.903 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8095 | 2024-12-16T20:45:57.402Z | [ recovery-image] Dec 16 20:45:55.903 INFO O| Dec 16 20:45:55.903 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8096 | 2024-12-16T20:45:57.402Z | [ recovery-image] Dec 16 20:45:55.903 INFO O| Dec 16 20:45:55.903 INFO STEP 13 (ensure_dir) COMPLETE |
8097 | 2024-12-16T20:45:57.402Z | [ recovery-image] Dec 16 20:45:55.903 INFO O| Dec 16 20:45:55.903 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8098 | 2024-12-16T20:45:57.423Z | [ recovery-image] Dec 16 20:45:55.921 INFO O| Dec 16 20:45:55.921 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8099 | 2024-12-16T20:45:57.423Z | [ recovery-image] Dec 16 20:45:55.921 INFO O| Dec 16 20:45:55.921 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8100 | 2024-12-16T20:45:57.423Z | [ recovery-image] Dec 16 20:45:55.922 INFO O| Dec 16 20:45:55.922 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8101 | 2024-12-16T20:45:57.423Z | [ recovery-image] Dec 16 20:45:55.922 INFO O| Dec 16 20:45:55.922 INFO STEP 14 (ensure_dir) COMPLETE |
8102 | 2024-12-16T20:45:57.423Z | [ recovery-image] Dec 16 20:45:55.922 INFO O| Dec 16 20:45:55.922 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8103 | 2024-12-16T20:45:57.536Z | [ recovery-image] Dec 16 20:45:56.039 INFO O| Dec 16 20:45:56.038 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8104 | 2024-12-16T20:45:57.536Z | [ recovery-image] Dec 16 20:45:56.039 INFO O| Dec 16 20:45:56.039 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8105 | 2024-12-16T20:45:57.542Z | [ recovery-image] Dec 16 20:45:56.039 INFO O| Dec 16 20:45:56.039 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8106 | 2024-12-16T20:45:57.542Z | [ recovery-image] Dec 16 20:45:56.039 INFO O| Dec 16 20:45:56.039 INFO STEP 15 (ensure_dir) COMPLETE |
8107 | 2024-12-16T20:45:57.542Z | [ recovery-image] Dec 16 20:45:56.039 INFO O| Dec 16 20:45:56.039 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8108 | 2024-12-16T20:45:57.568Z | [ recovery-image] Dec 16 20:45:56.071 INFO O| Dec 16 20:45:56.071 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8109 | 2024-12-16T20:45:57.568Z | [ recovery-image] Dec 16 20:45:56.071 INFO O| Dec 16 20:45:56.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8110 | 2024-12-16T20:45:57.573Z | [ recovery-image] Dec 16 20:45:56.072 INFO O| Dec 16 20:45:56.072 INFO STEP 16 (ensure_dir) COMPLETE |
8111 | 2024-12-16T20:45:57.573Z | [ recovery-image] Dec 16 20:45:56.072 INFO O| Dec 16 20:45:56.072 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8112 | 2024-12-16T20:45:57.631Z | [ recovery-image] Dec 16 20:45:56.134 INFO O| Dec 16 20:45:56.134 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8113 | 2024-12-16T20:45:57.631Z | [ recovery-image] Dec 16 20:45:56.134 INFO O| Dec 16 20:45:56.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8114 | 2024-12-16T20:45:57.631Z | [ recovery-image] Dec 16 20:45:56.134 INFO O| Dec 16 20:45:56.134 INFO STEP 17 (ensure_dir) COMPLETE |
8115 | 2024-12-16T20:45:57.634Z | [ recovery-image] Dec 16 20:45:56.134 INFO O| Dec 16 20:45:56.134 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8116 | 2024-12-16T20:45:57.652Z | [ recovery-image] Dec 16 20:45:56.153 INFO O| Dec 16 20:45:56.153 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8117 | 2024-12-16T20:45:57.652Z | [ recovery-image] Dec 16 20:45:56.153 INFO O| Dec 16 20:45:56.153 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8118 | 2024-12-16T20:45:57.652Z | [ recovery-image] Dec 16 20:45:56.153 INFO O| Dec 16 20:45:56.153 INFO ok! |
8119 | 2024-12-16T20:45:57.652Z | [ recovery-image] Dec 16 20:45:56.153 INFO O| Dec 16 20:45:56.153 INFO STEP 18 (ensure_symlink) COMPLETE |
8120 | 2024-12-16T20:45:57.652Z | [ recovery-image] Dec 16 20:45:56.153 INFO O| Dec 16 20:45:56.153 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8121 | 2024-12-16T20:45:57.671Z | [ recovery-image] Dec 16 20:45:56.172 INFO O| Dec 16 20:45:56.172 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8122 | 2024-12-16T20:45:57.671Z | [ recovery-image] Dec 16 20:45:56.172 INFO O| Dec 16 20:45:56.172 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8123 | 2024-12-16T20:45:57.671Z | [ recovery-image] Dec 16 20:45:56.172 INFO O| Dec 16 20:45:56.172 INFO ok! |
8124 | 2024-12-16T20:45:57.671Z | [ recovery-image] Dec 16 20:45:56.172 INFO O| Dec 16 20:45:56.172 INFO STEP 19 (ensure_file) COMPLETE |
8125 | 2024-12-16T20:45:57.671Z | [ recovery-image] Dec 16 20:45:56.172 INFO O| Dec 16 20:45:56.172 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8126 | 2024-12-16T20:45:57.689Z | [ recovery-image] Dec 16 20:45:56.191 INFO O| Dec 16 20:45:56.191 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8127 | 2024-12-16T20:45:57.689Z | [ recovery-image] Dec 16 20:45:56.192 INFO O| Dec 16 20:45:56.191 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8128 | 2024-12-16T20:45:57.694Z | [ recovery-image] Dec 16 20:45:56.192 INFO O| Dec 16 20:45:56.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8129 | 2024-12-16T20:45:57.694Z | [ recovery-image] Dec 16 20:45:56.192 INFO O| Dec 16 20:45:56.192 INFO ok! |
8130 | 2024-12-16T20:45:57.694Z | [ recovery-image] Dec 16 20:45:56.192 INFO O| Dec 16 20:45:56.192 INFO STEP 20 (ensure_symlink) COMPLETE |
8131 | 2024-12-16T20:45:57.694Z | [ recovery-image] Dec 16 20:45:56.192 INFO O| Dec 16 20:45:56.192 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8132 | 2024-12-16T20:45:57.747Z | [ recovery-image] Dec 16 20:45:56.250 INFO O| Dec 16 20:45:56.250 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8133 | 2024-12-16T20:45:57.747Z | [ recovery-image] Dec 16 20:45:56.250 INFO O| Dec 16 20:45:56.250 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8134 | 2024-12-16T20:45:57.750Z | [ recovery-image] Dec 16 20:45:56.250 INFO O| Dec 16 20:45:56.250 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8135 | 2024-12-16T20:45:57.750Z | [ recovery-image] Dec 16 20:45:56.250 INFO O| Dec 16 20:45:56.250 INFO ok! |
8136 | 2024-12-16T20:45:57.750Z | [ recovery-image] Dec 16 20:45:56.250 INFO O| Dec 16 20:45:56.250 INFO STEP 21 (ensure_symlink) COMPLETE |
8137 | 2024-12-16T20:45:57.750Z | [ recovery-image] Dec 16 20:45:56.250 INFO O| Dec 16 20:45:56.250 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8138 | 2024-12-16T20:45:57.808Z | [ recovery-image] Dec 16 20:45:56.311 INFO O| Dec 16 20:45:56.311 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8139 | 2024-12-16T20:45:57.808Z | [ recovery-image] Dec 16 20:45:56.311 INFO O| Dec 16 20:45:56.311 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8140 | 2024-12-16T20:45:57.810Z | [ recovery-image] Dec 16 20:45:56.311 INFO O| Dec 16 20:45:56.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8141 | 2024-12-16T20:45:57.810Z | [ recovery-image] Dec 16 20:45:56.311 INFO O| Dec 16 20:45:56.311 INFO ok! |
8142 | 2024-12-16T20:45:57.811Z | [ recovery-image] Dec 16 20:45:56.311 INFO O| Dec 16 20:45:56.311 INFO STEP 22 (ensure_symlink) COMPLETE |
8143 | 2024-12-16T20:45:57.811Z | [ recovery-image] Dec 16 20:45:56.311 INFO O| Dec 16 20:45:56.311 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8144 | 2024-12-16T20:45:57.826Z | [ recovery-image] Dec 16 20:45:56.329 INFO O| Dec 16 20:45:56.329 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8145 | 2024-12-16T20:45:57.826Z | [ recovery-image] Dec 16 20:45:56.329 INFO O| Dec 16 20:45:56.329 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8146 | 2024-12-16T20:45:57.826Z | [ recovery-image] Dec 16 20:45:56.329 INFO O| Dec 16 20:45:56.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8147 | 2024-12-16T20:45:57.826Z | [ recovery-image] Dec 16 20:45:56.329 INFO O| Dec 16 20:45:56.329 INFO ok! |
8148 | 2024-12-16T20:45:57.828Z | [ recovery-image] Dec 16 20:45:56.329 INFO O| Dec 16 20:45:56.329 INFO STEP 23 (ensure_symlink) COMPLETE |
8149 | 2024-12-16T20:45:57.828Z | [ recovery-image] Dec 16 20:45:56.329 INFO O| Dec 16 20:45:56.329 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8150 | 2024-12-16T20:45:57.842Z | [ recovery-image] Dec 16 20:45:56.345 INFO O| Dec 16 20:45:56.345 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8151 | 2024-12-16T20:45:57.842Z | [ recovery-image] Dec 16 20:45:56.345 INFO O| Dec 16 20:45:56.345 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 ... |
8152 | 2024-12-16T20:45:57.845Z | [ recovery-image] Dec 16 20:45:56.346 INFO O| Dec 16 20:45:56.346 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8153 | 2024-12-16T20:45:57.845Z | [ recovery-image] Dec 16 20:45:56.346 INFO O| Dec 16 20:45:56.346 INFO ok! |
8154 | 2024-12-16T20:45:57.845Z | [ recovery-image] Dec 16 20:45:56.346 INFO O| Dec 16 20:45:56.346 INFO STEP 24 (ensure_file) COMPLETE |
8155 | 2024-12-16T20:45:57.845Z | [ recovery-image] Dec 16 20:45:56.346 INFO O| Dec 16 20:45:56.346 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8156 | 2024-12-16T20:45:57.926Z | [ recovery-image] Dec 16 20:45:56.429 INFO O| Dec 16 20:45:56.428 INFO updating shadow file |
8157 | 2024-12-16T20:45:57.928Z | [ recovery-image] Dec 16 20:45:56.429 INFO O| Dec 16 20:45:56.429 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8158 | 2024-12-16T20:45:57.928Z | [ recovery-image] Dec 16 20:45:56.429 INFO O| Dec 16 20:45:56.429 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8159 | 2024-12-16T20:45:57.929Z | [ recovery-image] Dec 16 20:45:56.429 INFO O| Dec 16 20:45:56.429 INFO STEP 25 (shadow) COMPLETE |
8160 | 2024-12-16T20:45:57.929Z | [ recovery-image] Dec 16 20:45:56.429 INFO O| Dec 16 20:45:56.429 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8161 | 2024-12-16T20:45:57.983Z | [ recovery-image] Dec 16 20:45:56.486 INFO O| Dec 16 20:45:56.486 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8162 | 2024-12-16T20:45:57.984Z | [ recovery-image] Dec 16 20:45:56.486 INFO O| Dec 16 20:45:56.486 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8163 | 2024-12-16T20:45:57.984Z | [ recovery-image] Dec 16 20:45:56.487 INFO O| Dec 16 20:45:56.486 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8164 | 2024-12-16T20:45:57.984Z | [ recovery-image] Dec 16 20:45:56.487 INFO O| Dec 16 20:45:56.487 INFO ok! |
8165 | 2024-12-16T20:45:57.986Z | [ recovery-image] Dec 16 20:45:56.487 INFO O| Dec 16 20:45:56.487 INFO STEP 26 (ensure_file) COMPLETE |
8166 | 2024-12-16T20:45:57.986Z | [ recovery-image] Dec 16 20:45:56.487 INFO O| Dec 16 20:45:56.487 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8167 | 2024-12-16T20:45:58.042Z | [ recovery-image] Dec 16 20:45:56.545 INFO O| Dec 16 20:45:56.545 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8168 | 2024-12-16T20:45:58.042Z | [ recovery-image] Dec 16 20:45:56.545 INFO O| Dec 16 20:45:56.545 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8169 | 2024-12-16T20:45:58.045Z | [ recovery-image] Dec 16 20:45:56.546 INFO O| Dec 16 20:45:56.545 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8170 | 2024-12-16T20:45:58.045Z | [ recovery-image] Dec 16 20:45:56.546 INFO O| Dec 16 20:45:56.546 INFO ok! |
8171 | 2024-12-16T20:45:58.045Z | [ recovery-image] Dec 16 20:45:56.546 INFO O| Dec 16 20:45:56.546 INFO STEP 27 (ensure_file) COMPLETE |
8172 | 2024-12-16T20:45:58.045Z | [ recovery-image] Dec 16 20:45:56.546 INFO O| Dec 16 20:45:56.546 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8173 | 2024-12-16T20:45:58.065Z | [ recovery-image] Dec 16 20:45:56.568 INFO O| Dec 16 20:45:56.568 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8174 | 2024-12-16T20:45:58.065Z | [ recovery-image] Dec 16 20:45:56.568 INFO O| Dec 16 20:45:56.568 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8175 | 2024-12-16T20:45:58.065Z | [ recovery-image] Dec 16 20:45:56.568 INFO O| Dec 16 20:45:56.568 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8176 | 2024-12-16T20:45:58.068Z | [ recovery-image] Dec 16 20:45:56.568 INFO O| Dec 16 20:45:56.568 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8177 | 2024-12-16T20:45:58.068Z | [ recovery-image] Dec 16 20:45:56.568 INFO O| Dec 16 20:45:56.568 INFO ok! |
8178 | 2024-12-16T20:45:58.068Z | [ recovery-image] Dec 16 20:45:56.568 INFO O| Dec 16 20:45:56.568 INFO STEP 28 (ensure_file) COMPLETE |
8179 | 2024-12-16T20:45:58.068Z | [ recovery-image] Dec 16 20:45:56.568 INFO O| Dec 16 20:45:56.568 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8180 | 2024-12-16T20:45:58.086Z | [ recovery-image] Dec 16 20:45:56.589 INFO O| Dec 16 20:45:56.589 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8181 | 2024-12-16T20:45:58.086Z | [ recovery-image] Dec 16 20:45:56.589 INFO O| Dec 16 20:45:56.589 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8182 | 2024-12-16T20:45:58.086Z | [ recovery-image] Dec 16 20:45:56.589 INFO O| Dec 16 20:45:56.589 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8183 | 2024-12-16T20:45:58.089Z | [ recovery-image] Dec 16 20:45:56.589 INFO O| Dec 16 20:45:56.589 INFO ok! |
8184 | 2024-12-16T20:45:58.090Z | [ recovery-image] Dec 16 20:45:56.589 INFO O| Dec 16 20:45:56.589 INFO STEP 29 (ensure_file) COMPLETE |
8185 | 2024-12-16T20:45:58.090Z | [ recovery-image] Dec 16 20:45:56.589 INFO O| Dec 16 20:45:56.589 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8186 | 2024-12-16T20:45:58.115Z | [ recovery-image] Dec 16 20:45:56.617 INFO O| Dec 16 20:45:56.617 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8187 | 2024-12-16T20:45:58.115Z | [ recovery-image] Dec 16 20:45:56.617 INFO O| Dec 16 20:45:56.617 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8188 | 2024-12-16T20:45:58.115Z | [ recovery-image] Dec 16 20:45:56.617 INFO O| Dec 16 20:45:56.617 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8189 | 2024-12-16T20:45:58.119Z | [ recovery-image] Dec 16 20:45:56.617 INFO O| Dec 16 20:45:56.617 INFO ok! |
8190 | 2024-12-16T20:45:58.119Z | [ recovery-image] Dec 16 20:45:56.617 INFO O| Dec 16 20:45:56.617 INFO STEP 30 (ensure_file) COMPLETE |
8191 | 2024-12-16T20:45:58.119Z | [ recovery-image] Dec 16 20:45:56.617 INFO O| Dec 16 20:45:56.617 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8192 | 2024-12-16T20:45:58.146Z | [ recovery-image] Dec 16 20:45:56.649 INFO O| Dec 16 20:45:56.649 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8193 | 2024-12-16T20:45:58.146Z | [ recovery-image] Dec 16 20:45:56.649 INFO O| Dec 16 20:45:56.649 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8194 | 2024-12-16T20:45:58.148Z | [ recovery-image] Dec 16 20:45:56.649 INFO O| Dec 16 20:45:56.649 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8195 | 2024-12-16T20:45:58.149Z | [ recovery-image] Dec 16 20:45:56.649 INFO O| Dec 16 20:45:56.649 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8196 | 2024-12-16T20:45:58.149Z | [ recovery-image] Dec 16 20:45:56.649 INFO O| Dec 16 20:45:56.649 INFO ok! |
8197 | 2024-12-16T20:45:58.149Z | [ recovery-image] Dec 16 20:45:56.649 INFO O| Dec 16 20:45:56.649 INFO STEP 31 (ensure_file) COMPLETE |
8198 | 2024-12-16T20:45:58.149Z | [ recovery-image] Dec 16 20:45:56.649 INFO O| Dec 16 20:45:56.649 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8199 | 2024-12-16T20:45:58.181Z | [ recovery-image] Dec 16 20:45:56.684 INFO O| Dec 16 20:45:56.684 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8200 | 2024-12-16T20:45:58.181Z | [ recovery-image] Dec 16 20:45:56.684 INFO O| Dec 16 20:45:56.684 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8201 | 2024-12-16T20:45:58.184Z | [ recovery-image] Dec 16 20:45:56.684 INFO O| Dec 16 20:45:56.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8202 | 2024-12-16T20:45:58.184Z | [ recovery-image] Dec 16 20:45:56.685 INFO O| Dec 16 20:45:56.684 INFO ok! |
8203 | 2024-12-16T20:45:58.184Z | [ recovery-image] Dec 16 20:45:56.685 INFO O| Dec 16 20:45:56.685 INFO STEP 32 (ensure_file) COMPLETE |
8204 | 2024-12-16T20:45:58.184Z | [ recovery-image] Dec 16 20:45:56.685 INFO O| Dec 16 20:45:56.685 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8205 | 2024-12-16T20:45:58.202Z | [ recovery-image] Dec 16 20:45:56.705 INFO O| Dec 16 20:45:56.705 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8206 | 2024-12-16T20:45:58.202Z | [ recovery-image] Dec 16 20:45:56.705 INFO O| Dec 16 20:45:56.705 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8207 | 2024-12-16T20:45:58.205Z | [ recovery-image] Dec 16 20:45:56.706 INFO O| Dec 16 20:45:56.706 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8208 | 2024-12-16T20:45:58.205Z | [ recovery-image] Dec 16 20:45:56.706 INFO O| Dec 16 20:45:56.706 INFO ok! |
8209 | 2024-12-16T20:45:58.205Z | [ recovery-image] Dec 16 20:45:56.706 INFO O| Dec 16 20:45:56.706 INFO STEP 33 (ensure_file) COMPLETE |
8210 | 2024-12-16T20:45:58.205Z | [ recovery-image] Dec 16 20:45:56.706 INFO O| Dec 16 20:45:56.706 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8211 | 2024-12-16T20:45:58.240Z | [ recovery-image] Dec 16 20:45:56.743 INFO O| Dec 16 20:45:56.743 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8212 | 2024-12-16T20:45:58.240Z | [ recovery-image] Dec 16 20:45:56.743 INFO O| Dec 16 20:45:56.743 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8213 | 2024-12-16T20:45:58.240Z | [ recovery-image] Dec 16 20:45:56.743 INFO O| Dec 16 20:45:56.743 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8214 | 2024-12-16T20:45:58.243Z | [ recovery-image] Dec 16 20:45:56.744 INFO O| Dec 16 20:45:56.744 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8215 | 2024-12-16T20:45:58.243Z | [ recovery-image] Dec 16 20:45:56.744 INFO O| Dec 16 20:45:56.744 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8216 | 2024-12-16T20:45:58.243Z | [ recovery-image] Dec 16 20:45:56.744 INFO O| Dec 16 20:45:56.744 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8217 | 2024-12-16T20:45:58.243Z | [ recovery-image] Dec 16 20:45:56.744 INFO O| Dec 16 20:45:56.744 INFO ok! |
8218 | 2024-12-16T20:45:58.243Z | [ recovery-image] Dec 16 20:45:56.744 INFO O| Dec 16 20:45:56.744 INFO STEP 34 (ensure_file) COMPLETE |
8219 | 2024-12-16T20:45:58.243Z | [ recovery-image] Dec 16 20:45:56.744 INFO O| Dec 16 20:45:56.744 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8220 | 2024-12-16T20:45:58.288Z | [ recovery-image] Dec 16 20:45:56.790 INFO O| Dec 16 20:45:56.790 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8221 | 2024-12-16T20:45:58.288Z | [ recovery-image] Dec 16 20:45:56.790 INFO O| Dec 16 20:45:56.790 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8222 | 2024-12-16T20:45:58.289Z | [ recovery-image] Dec 16 20:45:56.790 INFO O| Dec 16 20:45:56.790 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8223 | 2024-12-16T20:45:58.292Z | [ recovery-image] Dec 16 20:45:56.790 INFO O| Dec 16 20:45:56.790 INFO STEP 35 (ensure_dir) COMPLETE |
8224 | 2024-12-16T20:45:58.292Z | [ recovery-image] Dec 16 20:45:56.790 INFO O| Dec 16 20:45:56.790 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8225 | 2024-12-16T20:45:58.307Z | [ recovery-image] Dec 16 20:45:56.809 INFO O| Dec 16 20:45:56.809 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 |
8226 | 2024-12-16T20:45:58.307Z | [ recovery-image] Dec 16 20:45:56.809 INFO O| Dec 16 20:45:56.809 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 ... |
8227 | 2024-12-16T20:45:58.307Z | [ recovery-image] Dec 16 20:45:56.809 INFO O| Dec 16 20:45:56.809 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 |
8228 | 2024-12-16T20:45:58.310Z | [ recovery-image] Dec 16 20:45:56.809 INFO O| Dec 16 20:45:56.809 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 |
8229 | 2024-12-16T20:45:58.310Z | [ recovery-image] Dec 16 20:45:56.809 INFO O| Dec 16 20:45:56.809 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 |
8230 | 2024-12-16T20:45:58.310Z | [ recovery-image] Dec 16 20:45:56.809 INFO O| Dec 16 20:45:56.809 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 |
8231 | 2024-12-16T20:45:58.310Z | [ recovery-image] Dec 16 20:45:56.809 INFO O| Dec 16 20:45:56.809 INFO ok! |
8232 | 2024-12-16T20:45:58.310Z | [ recovery-image] Dec 16 20:45:56.809 INFO O| Dec 16 20:45:56.809 INFO STEP 36 (ensure_file) COMPLETE |
8233 | 2024-12-16T20:45:58.310Z | [ recovery-image] Dec 16 20:45:56.809 INFO O| Dec 16 20:45:56.809 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8234 | 2024-12-16T20:45:58.344Z | [ recovery-image] Dec 16 20:45:56.847 INFO O| Dec 16 20:45:56.847 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8235 | 2024-12-16T20:45:58.344Z | [ recovery-image] Dec 16 20:45:56.847 INFO O| Dec 16 20:45:56.847 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 ... |
8236 | 2024-12-16T20:45:58.344Z | [ recovery-image] Dec 16 20:45:56.847 INFO O| Dec 16 20:45:56.847 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8237 | 2024-12-16T20:45:58.347Z | [ recovery-image] Dec 16 20:45:56.847 INFO O| Dec 16 20:45:56.847 INFO ok! |
8238 | 2024-12-16T20:45:58.347Z | [ recovery-image] Dec 16 20:45:56.847 INFO O| Dec 16 20:45:56.847 INFO STEP 37 (ensure_symlink) COMPLETE |
8239 | 2024-12-16T20:45:58.348Z | [ recovery-image] Dec 16 20:45:56.847 INFO O| Dec 16 20:45:56.847 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8240 | 2024-12-16T20:45:58.392Z | [ recovery-image] Dec 16 20:45:56.895 INFO O| Dec 16 20:45:56.895 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8241 | 2024-12-16T20:45:58.392Z | [ recovery-image] Dec 16 20:45:56.895 INFO O| Dec 16 20:45:56.895 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8242 | 2024-12-16T20:45:58.392Z | [ recovery-image] Dec 16 20:45:56.895 INFO O| Dec 16 20:45:56.895 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8243 | 2024-12-16T20:45:58.392Z | [ recovery-image] Dec 16 20:45:56.895 INFO O| Dec 16 20:45:56.895 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8244 | 2024-12-16T20:45:58.395Z | [ recovery-image] Dec 16 20:45:56.895 INFO O| Dec 16 20:45:56.895 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8245 | 2024-12-16T20:45:58.395Z | [ recovery-image] Dec 16 20:45:56.895 INFO O| Dec 16 20:45:56.895 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8246 | 2024-12-16T20:45:58.395Z | [ recovery-image] Dec 16 20:45:56.895 INFO O| Dec 16 20:45:56.895 INFO ok! |
8247 | 2024-12-16T20:45:58.395Z | [ recovery-image] Dec 16 20:45:56.895 INFO O| Dec 16 20:45:56.895 INFO STEP 38 (ensure_file) COMPLETE |
8248 | 2024-12-16T20:45:58.395Z | [ recovery-image] Dec 16 20:45:56.895 INFO O| Dec 16 20:45:56.895 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8249 | 2024-12-16T20:45:58.410Z | [ recovery-image] Dec 16 20:45:56.913 INFO O| Dec 16 20:45:56.913 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8250 | 2024-12-16T20:45:58.410Z | [ recovery-image] Dec 16 20:45:56.913 INFO O| Dec 16 20:45:56.913 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 ... |
8251 | 2024-12-16T20:45:58.410Z | [ recovery-image] Dec 16 20:45:56.913 INFO O| Dec 16 20:45:56.913 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 |
8252 | 2024-12-16T20:45:58.410Z | [ recovery-image] Dec 16 20:45:56.913 INFO O| Dec 16 20:45:56.913 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8253 | 2024-12-16T20:45:58.412Z | [ recovery-image] Dec 16 20:45:56.913 INFO O| Dec 16 20:45:56.913 INFO ok! |
8254 | 2024-12-16T20:45:58.412Z | [ recovery-image] Dec 16 20:45:56.913 INFO O| Dec 16 20:45:56.913 INFO STEP 39 (ensure_file) COMPLETE |
8255 | 2024-12-16T20:45:58.413Z | [ recovery-image] Dec 16 20:45:56.913 INFO O| Dec 16 20:45:56.913 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8256 | 2024-12-16T20:45:58.445Z | [ recovery-image] Dec 16 20:45:56.948 INFO O| Dec 16 20:45:56.948 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8257 | 2024-12-16T20:45:58.445Z | [ recovery-image] Dec 16 20:45:56.948 INFO O| Dec 16 20:45:56.948 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8258 | 2024-12-16T20:45:58.449Z | [ recovery-image] Dec 16 20:45:56.949 INFO O| Dec 16 20:45:56.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8259 | 2024-12-16T20:45:58.449Z | [ recovery-image] Dec 16 20:45:56.949 INFO O| Dec 16 20:45:56.949 INFO ok! |
8260 | 2024-12-16T20:45:58.449Z | [ recovery-image] Dec 16 20:45:56.949 INFO O| Dec 16 20:45:56.949 INFO STEP 40 (ensure_file) COMPLETE |
8261 | 2024-12-16T20:45:58.449Z | [ recovery-image] Dec 16 20:45:56.949 INFO O| Dec 16 20:45:56.949 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8262 | 2024-12-16T20:45:58.465Z | [ recovery-image] Dec 16 20:45:56.968 INFO O| Dec 16 20:45:56.968 INFO updating shadow file |
8263 | 2024-12-16T20:45:58.468Z | [ recovery-image] Dec 16 20:45:56.968 INFO O| Dec 16 20:45:56.968 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8264 | 2024-12-16T20:45:58.468Z | [ recovery-image] Dec 16 20:45:56.968 INFO O| Dec 16 20:45:56.968 INFO STEP 41 (shadow) COMPLETE |
8265 | 2024-12-16T20:45:58.468Z | [ recovery-image] Dec 16 20:45:56.969 INFO O| Dec 16 20:45:56.969 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8266 | 2024-12-16T20:45:58.496Z | [ recovery-image] Dec 16 20:45:56.999 INFO O| Dec 16 20:45:56.999 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8267 | 2024-12-16T20:45:58.496Z | [ recovery-image] Dec 16 20:45:56.999 INFO O| Dec 16 20:45:56.999 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8268 | 2024-12-16T20:45:58.499Z | [ recovery-image] Dec 16 20:45:56.999 INFO O| Dec 16 20:45:56.999 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8269 | 2024-12-16T20:45:58.499Z | [ recovery-image] Dec 16 20:45:56.999 INFO O| Dec 16 20:45:56.999 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8270 | 2024-12-16T20:45:58.499Z | [ recovery-image] Dec 16 20:45:56.999 INFO O| Dec 16 20:45:56.999 INFO ok! |
8271 | 2024-12-16T20:45:58.499Z | [ recovery-image] Dec 16 20:45:56.999 INFO O| Dec 16 20:45:56.999 INFO STEP 42 (ensure_file) COMPLETE |
8272 | 2024-12-16T20:45:58.499Z | [ recovery-image] Dec 16 20:45:56.999 INFO O| Dec 16 20:45:56.999 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8273 | 2024-12-16T20:45:58.555Z | [ recovery-image] Dec 16 20:45:57.058 INFO O| Dec 16 20:45:57.058 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8274 | 2024-12-16T20:45:58.555Z | [ recovery-image] Dec 16 20:45:57.058 INFO O| Dec 16 20:45:57.058 INFO STEP 43 (ensure_dir) COMPLETE |
8275 | 2024-12-16T20:45:58.555Z | [ recovery-image] Dec 16 20:45:57.058 INFO O| Dec 16 20:45:57.058 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8276 | 2024-12-16T20:45:58.573Z | [ recovery-image] Dec 16 20:45:57.076 INFO O| Dec 16 20:45:57.076 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8277 | 2024-12-16T20:45:58.573Z | [ recovery-image] Dec 16 20:45:57.076 INFO O| Dec 16 20:45:57.076 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8278 | 2024-12-16T20:45:58.573Z | [ recovery-image] Dec 16 20:45:57.076 INFO O| Dec 16 20:45:57.076 INFO STEP 44 (ensure_dir) COMPLETE |
8279 | 2024-12-16T20:45:58.576Z | [ recovery-image] Dec 16 20:45:57.076 INFO O| Dec 16 20:45:57.076 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8280 | 2024-12-16T20:45:58.591Z | [ recovery-image] Dec 16 20:45:57.094 INFO O| Dec 16 20:45:57.094 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8281 | 2024-12-16T20:45:58.591Z | [ recovery-image] Dec 16 20:45:57.094 INFO O| Dec 16 20:45:57.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8282 | 2024-12-16T20:45:58.594Z | [ recovery-image] Dec 16 20:45:57.094 INFO O| Dec 16 20:45:57.094 INFO STEP 45 (ensure_dir) COMPLETE |
8283 | 2024-12-16T20:45:58.594Z | [ recovery-image] Dec 16 20:45:57.094 INFO O| Dec 16 20:45:57.094 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8284 | 2024-12-16T20:45:58.609Z | [ recovery-image] Dec 16 20:45:57.112 INFO O| Dec 16 20:45:57.112 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8285 | 2024-12-16T20:45:58.609Z | [ recovery-image] Dec 16 20:45:57.112 INFO O| Dec 16 20:45:57.112 INFO copying /tmp/.tmppeKgUt/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8286 | 2024-12-16T20:45:58.679Z | [ recovery-image] Dec 16 20:45:57.181 INFO O| Dec 16 20:45:57.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8287 | 2024-12-16T20:45:58.681Z | [ recovery-image] Dec 16 20:45:57.181 INFO O| Dec 16 20:45:57.181 INFO ok! |
8288 | 2024-12-16T20:45:58.681Z | [ recovery-image] Dec 16 20:45:57.181 INFO O| Dec 16 20:45:57.181 INFO STEP 46 (ensure_file) COMPLETE |
8289 | 2024-12-16T20:45:58.681Z | [ recovery-image] Dec 16 20:45:57.181 INFO O| Dec 16 20:45:57.181 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8290 | 2024-12-16T20:45:58.698Z | [ recovery-image] Dec 16 20:45:57.201 INFO O| Dec 16 20:45:57.201 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8291 | 2024-12-16T20:45:58.698Z | [ recovery-image] Dec 16 20:45:57.201 INFO O| Dec 16 20:45:57.201 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8292 | 2024-12-16T20:45:58.698Z | [ recovery-image] Dec 16 20:45:57.201 INFO O| Dec 16 20:45:57.201 INFO STEP 47 (ensure_dir) COMPLETE |
8293 | 2024-12-16T20:45:58.698Z | [ recovery-image] Dec 16 20:45:57.201 INFO O| Dec 16 20:45:57.201 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8294 | 2024-12-16T20:45:58.758Z | [ recovery-image] Dec 16 20:45:57.260 INFO O| Dec 16 20:45:57.260 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8295 | 2024-12-16T20:45:58.760Z | [ recovery-image] Dec 16 20:45:57.260 INFO O| Dec 16 20:45:57.260 INFO copying /tmp/.tmppeKgUt/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8296 | 2024-12-16T20:45:58.760Z | [ recovery-image] Dec 16 20:45:57.260 INFO O| Dec 16 20:45:57.260 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8297 | 2024-12-16T20:45:58.760Z | [ recovery-image] Dec 16 20:45:57.260 INFO O| Dec 16 20:45:57.260 INFO ok! |
8298 | 2024-12-16T20:45:58.760Z | [ recovery-image] Dec 16 20:45:57.260 INFO O| Dec 16 20:45:57.260 INFO STEP 48 (ensure_file) COMPLETE |
8299 | 2024-12-16T20:45:58.760Z | [ recovery-image] Dec 16 20:45:57.260 INFO O| Dec 16 20:45:57.260 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8300 | 2024-12-16T20:45:58.777Z | [ recovery-image] Dec 16 20:45:57.280 INFO O| Dec 16 20:45:57.279 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8301 | 2024-12-16T20:45:58.779Z | [ recovery-image] Dec 16 20:45:57.280 INFO O| Dec 16 20:45:57.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8302 | 2024-12-16T20:45:58.779Z | [ recovery-image] Dec 16 20:45:57.280 INFO O| Dec 16 20:45:57.280 INFO STEP 49 (ensure_dir) COMPLETE |
8303 | 2024-12-16T20:45:58.779Z | [ recovery-image] Dec 16 20:45:57.280 INFO O| Dec 16 20:45:57.280 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8304 | 2024-12-16T20:45:58.797Z | [ recovery-image] Dec 16 20:45:57.300 INFO O| Dec 16 20:45:57.300 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8305 | 2024-12-16T20:45:58.797Z | [ recovery-image] Dec 16 20:45:57.300 INFO O| Dec 16 20:45:57.300 INFO copying /tmp/.tmppeKgUt/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8306 | 2024-12-16T20:45:58.821Z | [ recovery-image] Dec 16 20:45:57.323 INFO O| Dec 16 20:45:57.323 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8307 | 2024-12-16T20:45:58.821Z | [ recovery-image] Dec 16 20:45:57.323 INFO O| Dec 16 20:45:57.323 INFO ok! |
8308 | 2024-12-16T20:45:58.823Z | [ recovery-image] Dec 16 20:45:57.323 INFO O| Dec 16 20:45:57.323 INFO STEP 50 (ensure_file) COMPLETE |
8309 | 2024-12-16T20:45:58.823Z | [ recovery-image] Dec 16 20:45:57.323 INFO O| Dec 16 20:45:57.323 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8310 | 2024-12-16T20:45:58.898Z | [ recovery-image] Dec 16 20:45:57.400 INFO O| Dec 16 20:45:57.400 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8311 | 2024-12-16T20:45:58.898Z | [ recovery-image] Dec 16 20:45:57.401 INFO O| Dec 16 20:45:57.400 INFO copying /tmp/.tmppeKgUt/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8312 | 2024-12-16T20:46:00.831Z | [ recovery-image] Dec 16 20:45:59.334 INFO O| Dec 16 20:45:59.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8313 | 2024-12-16T20:46:00.831Z | [ recovery-image] Dec 16 20:45:59.334 INFO O| Dec 16 20:45:59.334 INFO ok! |
8314 | 2024-12-16T20:46:00.831Z | [ recovery-image] Dec 16 20:45:59.334 INFO O| Dec 16 20:45:59.334 INFO STEP 51 (ensure_file) COMPLETE |
8315 | 2024-12-16T20:46:00.834Z | [ recovery-image] Dec 16 20:45:59.334 INFO O| Dec 16 20:45:59.334 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8316 | 2024-12-16T20:46:00.850Z | [ recovery-image] Dec 16 20:45:59.352 INFO O| Dec 16 20:45:59.352 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8317 | 2024-12-16T20:46:00.850Z | [ recovery-image] Dec 16 20:45:59.353 INFO O| Dec 16 20:45:59.353 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8318 | 2024-12-16T20:46:00.853Z | [ recovery-image] Dec 16 20:45:59.353 INFO O| Dec 16 20:45:59.353 INFO STEP 52 (ensure_dir) COMPLETE |
8319 | 2024-12-16T20:46:00.853Z | [ recovery-image] Dec 16 20:45:59.353 INFO O| Dec 16 20:45:59.353 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8320 | 2024-12-16T20:46:00.868Z | [ recovery-image] Dec 16 20:45:59.371 INFO O| Dec 16 20:45:59.371 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8321 | 2024-12-16T20:46:00.869Z | [ recovery-image] Dec 16 20:45:59.371 INFO O| Dec 16 20:45:59.371 INFO copying /tmp/.tmppeKgUt/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 ... |
8322 | 2024-12-16T20:46:00.869Z | [ recovery-image] Dec 16 20:45:59.371 INFO O| Dec 16 20:45:59.371 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 |
8323 | 2024-12-16T20:46:00.871Z | [ recovery-image] Dec 16 20:45:59.371 INFO O| Dec 16 20:45:59.371 INFO ok! |
8324 | 2024-12-16T20:46:00.871Z | [ recovery-image] Dec 16 20:45:59.371 INFO O| Dec 16 20:45:59.371 INFO STEP 53 (ensure_file) COMPLETE |
8325 | 2024-12-16T20:46:00.871Z | [ recovery-image] Dec 16 20:45:59.371 INFO O| Dec 16 20:45:59.371 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8326 | 2024-12-16T20:46:00.890Z | [ recovery-image] Dec 16 20:45:59.392 INFO O| Dec 16 20:45:59.392 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8327 | 2024-12-16T20:46:00.890Z | [ recovery-image] Dec 16 20:45:59.393 INFO O| Dec 16 20:45:59.392 INFO copying /tmp/.tmppeKgUt/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 ... |
8328 | 2024-12-16T20:46:00.890Z | [ recovery-image] Dec 16 20:45:59.393 INFO O| Dec 16 20:45:59.393 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 |
8329 | 2024-12-16T20:46:00.893Z | [ recovery-image] Dec 16 20:45:59.393 INFO O| Dec 16 20:45:59.393 INFO ok! |
8330 | 2024-12-16T20:46:00.893Z | [ recovery-image] Dec 16 20:45:59.393 INFO O| Dec 16 20:45:59.393 INFO STEP 54 (ensure_file) COMPLETE |
8331 | 2024-12-16T20:46:00.893Z | [ recovery-image] Dec 16 20:45:59.393 INFO O| Dec 16 20:45:59.393 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8332 | 2024-12-16T20:46:00.910Z | [ recovery-image] Dec 16 20:45:59.413 INFO O| Dec 16 20:45:59.413 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8333 | 2024-12-16T20:46:00.910Z | [ recovery-image] Dec 16 20:45:59.413 INFO O| Dec 16 20:45:59.413 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8334 | 2024-12-16T20:46:00.913Z | [ recovery-image] Dec 16 20:45:59.413 INFO O| Dec 16 20:45:59.413 INFO STEP 55 (ensure_dir) COMPLETE |
8335 | 2024-12-16T20:46:00.913Z | [ recovery-image] Dec 16 20:45:59.413 INFO O| Dec 16 20:45:59.413 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8336 | 2024-12-16T20:46:00.931Z | [ recovery-image] Dec 16 20:45:59.433 INFO O| Dec 16 20:45:59.433 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8337 | 2024-12-16T20:46:00.931Z | [ recovery-image] Dec 16 20:45:59.434 INFO O| Dec 16 20:45:59.433 INFO copying /tmp/.tmppeKgUt/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 ... |
8338 | 2024-12-16T20:46:00.931Z | [ recovery-image] Dec 16 20:45:59.434 INFO O| Dec 16 20:45:59.434 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8339 | 2024-12-16T20:46:00.931Z | [ recovery-image] Dec 16 20:45:59.434 INFO O| Dec 16 20:45:59.434 INFO ok! |
8340 | 2024-12-16T20:46:00.933Z | [ recovery-image] Dec 16 20:45:59.434 INFO O| Dec 16 20:45:59.434 INFO STEP 56 (ensure_file) COMPLETE |
8341 | 2024-12-16T20:46:00.933Z | [ recovery-image] Dec 16 20:45:59.434 INFO O| Dec 16 20:45:59.434 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8342 | 2024-12-16T20:46:00.951Z | [ recovery-image] Dec 16 20:45:59.453 INFO O| Dec 16 20:45:59.453 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8343 | 2024-12-16T20:46:00.951Z | [ recovery-image] Dec 16 20:45:59.453 INFO O| Dec 16 20:45:59.453 INFO copying /tmp/.tmppeKgUt/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 ... |
8344 | 2024-12-16T20:46:00.953Z | [ recovery-image] Dec 16 20:45:59.454 INFO O| Dec 16 20:45:59.454 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 |
8345 | 2024-12-16T20:46:00.954Z | [ recovery-image] Dec 16 20:45:59.454 INFO O| Dec 16 20:45:59.454 INFO ok! |
8346 | 2024-12-16T20:46:00.954Z | [ recovery-image] Dec 16 20:45:59.454 INFO O| Dec 16 20:45:59.454 INFO STEP 57 (ensure_file) COMPLETE |
8347 | 2024-12-16T20:46:00.954Z | [ recovery-image] Dec 16 20:45:59.454 INFO O| Dec 16 20:45:59.454 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8348 | 2024-12-16T20:46:00.972Z | [ recovery-image] Dec 16 20:45:59.474 INFO O| Dec 16 20:45:59.474 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8349 | 2024-12-16T20:46:00.972Z | [ recovery-image] Dec 16 20:45:59.475 INFO O| Dec 16 20:45:59.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8350 | 2024-12-16T20:46:00.972Z | [ recovery-image] Dec 16 20:45:59.475 INFO O| Dec 16 20:45:59.475 INFO STEP 58 (ensure_dir) COMPLETE |
8351 | 2024-12-16T20:46:00.974Z | [ recovery-image] Dec 16 20:45:59.475 INFO O| Dec 16 20:45:59.475 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8352 | 2024-12-16T20:46:00.991Z | [ recovery-image] Dec 16 20:45:59.494 INFO O| Dec 16 20:45:59.493 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8353 | 2024-12-16T20:46:00.994Z | [ recovery-image] Dec 16 20:45:59.494 INFO O| Dec 16 20:45:59.494 INFO copying /tmp/.tmppeKgUt/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 ... |
8354 | 2024-12-16T20:46:00.994Z | [ recovery-image] Dec 16 20:45:59.494 INFO O| Dec 16 20:45:59.494 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8355 | 2024-12-16T20:46:00.994Z | [ recovery-image] Dec 16 20:45:59.494 INFO O| Dec 16 20:45:59.494 INFO ok! |
8356 | 2024-12-16T20:46:00.994Z | [ recovery-image] Dec 16 20:45:59.494 INFO O| Dec 16 20:45:59.494 INFO STEP 59 (ensure_file) COMPLETE |
8357 | 2024-12-16T20:46:00.994Z | [ recovery-image] Dec 16 20:45:59.494 INFO O| Dec 16 20:45:59.494 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8358 | 2024-12-16T20:46:01.013Z | [ recovery-image] Dec 16 20:45:59.515 INFO O| Dec 16 20:45:59.515 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8359 | 2024-12-16T20:46:01.013Z | [ recovery-image] Dec 16 20:45:59.515 INFO O| Dec 16 20:45:59.515 INFO copying /tmp/.tmppeKgUt/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8360 | 2024-12-16T20:46:01.013Z | [ recovery-image] Dec 16 20:45:59.515 INFO O| Dec 16 20:45:59.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8361 | 2024-12-16T20:46:01.016Z | [ recovery-image] Dec 16 20:45:59.516 INFO O| Dec 16 20:45:59.515 INFO ok! |
8362 | 2024-12-16T20:46:01.016Z | [ recovery-image] Dec 16 20:45:59.516 INFO O| Dec 16 20:45:59.516 INFO STEP 60 (ensure_file) COMPLETE |
8363 | 2024-12-16T20:46:01.016Z | [ recovery-image] Dec 16 20:45:59.516 INFO O| Dec 16 20:45:59.516 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8364 | 2024-12-16T20:46:01.039Z | [ recovery-image] Dec 16 20:45:59.541 INFO O| Dec 16 20:45:59.541 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8365 | 2024-12-16T20:46:01.039Z | [ recovery-image] Dec 16 20:45:59.542 INFO O| Dec 16 20:45:59.541 INFO STEP 61 (ensure_dir) COMPLETE |
8366 | 2024-12-16T20:46:01.042Z | [ recovery-image] Dec 16 20:45:59.542 INFO O| Dec 16 20:45:59.541 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8367 | 2024-12-16T20:46:01.059Z | [ recovery-image] Dec 16 20:45:59.561 INFO O| Dec 16 20:45:59.561 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8368 | 2024-12-16T20:46:01.061Z | [ recovery-image] Dec 16 20:45:59.561 INFO O| Dec 16 20:45:59.561 INFO STEP 62 (ensure_dir) COMPLETE |
8369 | 2024-12-16T20:46:01.062Z | [ recovery-image] Dec 16 20:45:59.561 INFO O| Dec 16 20:45:59.561 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8370 | 2024-12-16T20:46:01.086Z | [ recovery-image] Dec 16 20:45:59.587 INFO O| Dec 16 20:45:59.587 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8371 | 2024-12-16T20:46:01.086Z | [ recovery-image] Dec 16 20:45:59.587 INFO O| Dec 16 20:45:59.587 INFO STEP 63 (ensure_dir) COMPLETE |
8372 | 2024-12-16T20:46:01.086Z | [ recovery-image] Dec 16 20:45:59.587 INFO O| Dec 16 20:45:59.587 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8373 | 2024-12-16T20:46:01.116Z | [ recovery-image] Dec 16 20:45:59.618 INFO O| Dec 16 20:45:59.618 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8374 | 2024-12-16T20:46:01.116Z | [ recovery-image] Dec 16 20:45:59.619 INFO O| Dec 16 20:45:59.618 INFO STEP 64 (ensure_dir) COMPLETE |
8375 | 2024-12-16T20:46:01.117Z | [ recovery-image] Dec 16 20:45:59.619 INFO O| Dec 16 20:45:59.618 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8376 | 2024-12-16T20:46:01.141Z | [ recovery-image] Dec 16 20:45:59.643 INFO O| Dec 16 20:45:59.643 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8377 | 2024-12-16T20:46:01.141Z | [ recovery-image] Dec 16 20:45:59.643 INFO O| Dec 16 20:45:59.643 INFO copying /tmp/.tmppeKgUt/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8378 | 2024-12-16T20:46:01.144Z | [ recovery-image] Dec 16 20:45:59.644 INFO O| Dec 16 20:45:59.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8379 | 2024-12-16T20:46:01.144Z | [ recovery-image] Dec 16 20:45:59.644 INFO O| Dec 16 20:45:59.644 INFO ok! |
8380 | 2024-12-16T20:46:01.144Z | [ recovery-image] Dec 16 20:45:59.644 INFO O| Dec 16 20:45:59.644 INFO STEP 65 (ensure_file) COMPLETE |
8381 | 2024-12-16T20:46:01.144Z | [ recovery-image] Dec 16 20:45:59.644 INFO O| Dec 16 20:45:59.644 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8382 | 2024-12-16T20:46:01.173Z | [ recovery-image] Dec 16 20:45:59.675 INFO O| Dec 16 20:45:59.675 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8383 | 2024-12-16T20:46:01.176Z | [ recovery-image] Dec 16 20:45:59.676 INFO O| Dec 16 20:45:59.676 INFO STEP 66 (remove_files) COMPLETE |
8384 | 2024-12-16T20:46:01.176Z | [ recovery-image] Dec 16 20:45:59.676 INFO O| Dec 16 20:45:59.676 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8385 | 2024-12-16T20:46:01.193Z | [ recovery-image] Dec 16 20:45:59.696 INFO O| Dec 16 20:45:59.696 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8386 | 2024-12-16T20:46:01.196Z | [ recovery-image] Dec 16 20:45:59.696 INFO O| Dec 16 20:45:59.696 INFO STEP 67 (remove_files) COMPLETE |
8387 | 2024-12-16T20:46:01.196Z | [ recovery-image] Dec 16 20:45:59.696 INFO O| Dec 16 20:45:59.696 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8388 | 2024-12-16T20:46:01.234Z | [ recovery-image] Dec 16 20:45:59.737 INFO O| Dec 16 20:45:59.737 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8389 | 2024-12-16T20:46:01.237Z | [ recovery-image] Dec 16 20:45:59.737 INFO O| Dec 16 20:45:59.737 INFO STEP 68 (remove_files) COMPLETE |
8390 | 2024-12-16T20:46:01.237Z | [ recovery-image] Dec 16 20:45:59.737 INFO O| Dec 16 20:45:59.737 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8391 | 2024-12-16T20:46:01.255Z | [ recovery-image] Dec 16 20:45:59.757 INFO O| Dec 16 20:45:59.757 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8392 | 2024-12-16T20:46:01.257Z | [ recovery-image] Dec 16 20:45:59.758 INFO O| Dec 16 20:45:59.758 INFO STEP 69 (remove_files) COMPLETE |
8393 | 2024-12-16T20:46:01.258Z | [ recovery-image] Dec 16 20:45:59.758 INFO O| Dec 16 20:45:59.758 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8394 | 2024-12-16T20:46:01.275Z | [ recovery-image] Dec 16 20:45:59.778 INFO O| Dec 16 20:45:59.777 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8395 | 2024-12-16T20:46:01.277Z | [ recovery-image] Dec 16 20:45:59.778 INFO O| Dec 16 20:45:59.778 INFO STEP 70 (remove_files) COMPLETE |
8396 | 2024-12-16T20:46:01.277Z | [ recovery-image] Dec 16 20:45:59.778 INFO O| Dec 16 20:45:59.778 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8397 | 2024-12-16T20:46:01.296Z | [ recovery-image] Dec 16 20:45:59.798 INFO O| Dec 16 20:45:59.798 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8398 | 2024-12-16T20:46:01.298Z | [ recovery-image] Dec 16 20:45:59.798 INFO O| Dec 16 20:45:59.798 INFO STEP 71 (remove_files) COMPLETE |
8399 | 2024-12-16T20:46:01.298Z | [ recovery-image] Dec 16 20:45:59.798 INFO O| Dec 16 20:45:59.798 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8400 | 2024-12-16T20:46:01.315Z | [ recovery-image] Dec 16 20:45:59.817 INFO O| Dec 16 20:45:59.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8401 | 2024-12-16T20:46:01.315Z | [ recovery-image] Dec 16 20:45:59.817 INFO O| Dec 16 20:45:59.817 INFO STEP 72 (remove_files) COMPLETE |
8402 | 2024-12-16T20:46:01.315Z | [ recovery-image] Dec 16 20:45:59.817 INFO O| Dec 16 20:45:59.817 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8403 | 2024-12-16T20:46:01.340Z | [ recovery-image] Dec 16 20:45:59.843 INFO O| Dec 16 20:45:59.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8404 | 2024-12-16T20:46:01.343Z | [ recovery-image] Dec 16 20:45:59.843 INFO O| Dec 16 20:45:59.843 INFO STEP 73 (remove_files) COMPLETE |
8405 | 2024-12-16T20:46:01.343Z | [ recovery-image] Dec 16 20:45:59.843 INFO O| Dec 16 20:45:59.843 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8406 | 2024-12-16T20:46:01.361Z | [ recovery-image] Dec 16 20:45:59.863 INFO O| Dec 16 20:45:59.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8407 | 2024-12-16T20:46:01.361Z | [ recovery-image] Dec 16 20:45:59.864 INFO O| Dec 16 20:45:59.864 INFO STEP 74 (remove_files) COMPLETE |
8408 | 2024-12-16T20:46:01.361Z | [ recovery-image] Dec 16 20:45:59.864 INFO O| Dec 16 20:45:59.864 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8409 | 2024-12-16T20:46:01.382Z | [ recovery-image] Dec 16 20:45:59.885 INFO O| Dec 16 20:45:59.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8410 | 2024-12-16T20:46:01.382Z | [ recovery-image] Dec 16 20:45:59.885 INFO O| Dec 16 20:45:59.885 INFO STEP 75 (remove_files) COMPLETE |
8411 | 2024-12-16T20:46:01.382Z | [ recovery-image] Dec 16 20:45:59.885 INFO O| Dec 16 20:45:59.885 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8412 | 2024-12-16T20:46:01.402Z | [ recovery-image] Dec 16 20:45:59.905 INFO O| Dec 16 20:45:59.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8413 | 2024-12-16T20:46:01.402Z | [ recovery-image] Dec 16 20:45:59.905 INFO O| Dec 16 20:45:59.905 INFO STEP 76 (remove_files) COMPLETE |
8414 | 2024-12-16T20:46:01.406Z | [ recovery-image] Dec 16 20:45:59.905 INFO O| Dec 16 20:45:59.905 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8415 | 2024-12-16T20:46:01.422Z | [ recovery-image] Dec 16 20:45:59.924 INFO O| Dec 16 20:45:59.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8416 | 2024-12-16T20:46:01.422Z | [ recovery-image] Dec 16 20:45:59.924 INFO O| Dec 16 20:45:59.924 INFO STEP 77 (remove_files) COMPLETE |
8417 | 2024-12-16T20:46:01.422Z | [ recovery-image] Dec 16 20:45:59.924 INFO O| Dec 16 20:45:59.924 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8418 | 2024-12-16T20:46:01.442Z | [ recovery-image] Dec 16 20:45:59.941 INFO O| Dec 16 20:45:59.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8419 | 2024-12-16T20:46:01.442Z | [ recovery-image] Dec 16 20:45:59.941 INFO O| Dec 16 20:45:59.941 INFO STEP 78 (remove_files) COMPLETE |
8420 | 2024-12-16T20:46:01.444Z | [ recovery-image] Dec 16 20:45:59.941 INFO O| Dec 16 20:45:59.941 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8421 | 2024-12-16T20:46:01.457Z | [ recovery-image] Dec 16 20:45:59.960 INFO O| Dec 16 20:45:59.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8422 | 2024-12-16T20:46:01.459Z | [ recovery-image] Dec 16 20:45:59.960 INFO O| Dec 16 20:45:59.960 INFO STEP 79 (remove_files) COMPLETE |
8423 | 2024-12-16T20:46:01.459Z | [ recovery-image] Dec 16 20:45:59.960 INFO O| Dec 16 20:45:59.960 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8424 | 2024-12-16T20:46:01.475Z | [ recovery-image] Dec 16 20:45:59.978 INFO O| Dec 16 20:45:59.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8425 | 2024-12-16T20:46:01.478Z | [ recovery-image] Dec 16 20:45:59.978 INFO O| Dec 16 20:45:59.978 INFO STEP 80 (remove_files) COMPLETE |
8426 | 2024-12-16T20:46:01.478Z | [ recovery-image] Dec 16 20:45:59.978 INFO O| Dec 16 20:45:59.978 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8427 | 2024-12-16T20:46:01.507Z | [ recovery-image] Dec 16 20:46:00.010 INFO O| Dec 16 20:46:00.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8428 | 2024-12-16T20:46:01.507Z | [ recovery-image] Dec 16 20:46:00.010 INFO O| Dec 16 20:46:00.010 INFO STEP 81 (remove_files) COMPLETE |
8429 | 2024-12-16T20:46:01.507Z | [ recovery-image] Dec 16 20:46:00.010 INFO O| Dec 16 20:46:00.010 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8430 | 2024-12-16T20:46:01.526Z | [ recovery-image] Dec 16 20:46:00.027 INFO O| Dec 16 20:46:00.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8431 | 2024-12-16T20:46:01.526Z | [ recovery-image] Dec 16 20:46:00.027 INFO O| Dec 16 20:46:00.027 INFO STEP 82 (remove_files) COMPLETE |
8432 | 2024-12-16T20:46:01.526Z | [ recovery-image] Dec 16 20:46:00.027 INFO O| Dec 16 20:46:00.027 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8433 | 2024-12-16T20:46:01.543Z | [ recovery-image] Dec 16 20:46:00.045 INFO O| Dec 16 20:46:00.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8434 | 2024-12-16T20:46:01.543Z | [ recovery-image] Dec 16 20:46:00.045 INFO O| Dec 16 20:46:00.045 INFO STEP 83 (remove_files) COMPLETE |
8435 | 2024-12-16T20:46:01.545Z | [ recovery-image] Dec 16 20:46:00.045 INFO O| Dec 16 20:46:00.045 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8436 | 2024-12-16T20:46:01.563Z | [ recovery-image] Dec 16 20:46:00.065 INFO O| Dec 16 20:46:00.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8437 | 2024-12-16T20:46:01.563Z | [ recovery-image] Dec 16 20:46:00.065 INFO O| Dec 16 20:46:00.065 INFO STEP 84 (remove_files) COMPLETE |
8438 | 2024-12-16T20:46:01.563Z | [ recovery-image] Dec 16 20:46:00.065 INFO O| Dec 16 20:46:00.065 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8439 | 2024-12-16T20:46:01.582Z | [ recovery-image] Dec 16 20:46:00.084 INFO O| Dec 16 20:46:00.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8440 | 2024-12-16T20:46:01.582Z | [ recovery-image] Dec 16 20:46:00.084 INFO O| Dec 16 20:46:00.084 INFO STEP 85 (remove_files) COMPLETE |
8441 | 2024-12-16T20:46:01.585Z | [ recovery-image] Dec 16 20:46:00.084 INFO O| Dec 16 20:46:00.084 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8442 | 2024-12-16T20:46:01.602Z | [ recovery-image] Dec 16 20:46:00.104 INFO O| Dec 16 20:46:00.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8443 | 2024-12-16T20:46:01.604Z | [ recovery-image] Dec 16 20:46:00.104 INFO O| Dec 16 20:46:00.104 INFO STEP 86 (remove_files) COMPLETE |
8444 | 2024-12-16T20:46:01.604Z | [ recovery-image] Dec 16 20:46:00.104 INFO O| Dec 16 20:46:00.104 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8445 | 2024-12-16T20:46:01.688Z | [ recovery-image] Dec 16 20:46:00.189 INFO O| Dec 16 20:46:00.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8446 | 2024-12-16T20:46:01.690Z | [ recovery-image] Dec 16 20:46:00.190 INFO O| Dec 16 20:46:00.189 INFO STEP 87 (remove_files) COMPLETE |
8447 | 2024-12-16T20:46:01.691Z | [ recovery-image] Dec 16 20:46:00.190 INFO O| Dec 16 20:46:00.190 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8448 | 2024-12-16T20:46:01.732Z | [ recovery-image] Dec 16 20:46:00.235 INFO O| Dec 16 20:46:00.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8449 | 2024-12-16T20:46:01.735Z | [ recovery-image] Dec 16 20:46:00.235 INFO O| Dec 16 20:46:00.235 INFO STEP 88 (remove_files) COMPLETE |
8450 | 2024-12-16T20:46:01.735Z | [ recovery-image] Dec 16 20:46:00.235 INFO O| Dec 16 20:46:00.235 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8451 | 2024-12-16T20:46:01.753Z | [ recovery-image] Dec 16 20:46:00.255 INFO O| Dec 16 20:46:00.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8452 | 2024-12-16T20:46:01.756Z | [ recovery-image] Dec 16 20:46:00.256 INFO O| Dec 16 20:46:00.256 INFO STEP 89 (remove_files) COMPLETE |
8453 | 2024-12-16T20:46:01.756Z | [ recovery-image] Dec 16 20:46:00.256 INFO O| Dec 16 20:46:00.256 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8454 | 2024-12-16T20:46:01.774Z | [ recovery-image] Dec 16 20:46:00.275 INFO O| Dec 16 20:46:00.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8455 | 2024-12-16T20:46:01.777Z | [ recovery-image] Dec 16 20:46:00.275 INFO O| Dec 16 20:46:00.275 INFO STEP 90 (remove_files) COMPLETE |
8456 | 2024-12-16T20:46:01.777Z | [ recovery-image] Dec 16 20:46:00.276 INFO O| Dec 16 20:46:00.276 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8457 | 2024-12-16T20:46:01.794Z | [ recovery-image] Dec 16 20:46:00.295 INFO O| Dec 16 20:46:00.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8458 | 2024-12-16T20:46:01.797Z | [ recovery-image] Dec 16 20:46:00.296 INFO O| Dec 16 20:46:00.296 INFO STEP 91 (remove_files) COMPLETE |
8459 | 2024-12-16T20:46:01.797Z | [ recovery-image] Dec 16 20:46:00.296 INFO O| Dec 16 20:46:00.296 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8460 | 2024-12-16T20:46:01.840Z | [ recovery-image] Dec 16 20:46:00.342 INFO O| Dec 16 20:46:00.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8461 | 2024-12-16T20:46:01.844Z | [ recovery-image] Dec 16 20:46:00.342 INFO O| Dec 16 20:46:00.342 INFO STEP 92 (remove_files) COMPLETE |
8462 | 2024-12-16T20:46:01.844Z | [ recovery-image] Dec 16 20:46:00.342 INFO O| Dec 16 20:46:00.342 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8463 | 2024-12-16T20:46:01.860Z | [ recovery-image] Dec 16 20:46:00.362 INFO O| Dec 16 20:46:00.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8464 | 2024-12-16T20:46:01.864Z | [ recovery-image] Dec 16 20:46:00.362 INFO O| Dec 16 20:46:00.362 INFO STEP 93 (remove_files) COMPLETE |
8465 | 2024-12-16T20:46:01.864Z | [ recovery-image] Dec 16 20:46:00.362 INFO O| Dec 16 20:46:00.362 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8466 | 2024-12-16T20:46:01.881Z | [ recovery-image] Dec 16 20:46:00.383 INFO O| Dec 16 20:46:00.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8467 | 2024-12-16T20:46:01.883Z | [ recovery-image] Dec 16 20:46:00.383 INFO O| Dec 16 20:46:00.383 INFO STEP 94 (remove_files) COMPLETE |
8468 | 2024-12-16T20:46:01.883Z | [ recovery-image] Dec 16 20:46:00.383 INFO O| Dec 16 20:46:00.383 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8469 | 2024-12-16T20:46:01.955Z | [ recovery-image] Dec 16 20:46:00.457 INFO O| Dec 16 20:46:00.457 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8470 | 2024-12-16T20:46:01.957Z | [ recovery-image] Dec 16 20:46:00.458 INFO O| Dec 16 20:46:00.457 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", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8471 | 2024-12-16T20:46:09.883Z | [ recovery-image] Dec 16 20:46:08.383 INFO O| Dec 16 20:46:08.383 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8472 | 2024-12-16T20:46:09.901Z | [ recovery-image] Dec 16 20:46:08.402 INFO O| Dec 16 20:46:08.402 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 |
8473 | 2024-12-16T20:46:09.953Z | [ recovery-image] Dec 16 20:46:08.402 INFO O| Dec 16 20:46:08.402 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
8474 | 2024-12-16T20:46:10.027Z | [ recovery-image] Dec 16 20:46:08.528 INFO O| Dec 16 20:46:08.528 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8475 | 2024-12-16T20:46:10.032Z | [ recovery-image] Dec 16 20:46:08.528 INFO O| Dec 16 20:46:08.528 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 ... |
8476 | 2024-12-16T20:46:10.032Z | [ recovery-image] Dec 16 20:46:08.531 INFO O| Dec 16 20:46:08.531 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8477 | 2024-12-16T20:46:10.032Z | [ recovery-image] Dec 16 20:46:08.531 INFO O| Dec 16 20:46:08.531 INFO ok! |
8478 | 2024-12-16T20:46:10.032Z | [ recovery-image] Dec 16 20:46:08.531 INFO O| Dec 16 20:46:08.531 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8479 | 2024-12-16T20:46:10.032Z | [ recovery-image] Dec 16 20:46:08.531 INFO O| Dec 16 20:46:08.531 INFO STEP 95 (seed_smf) COMPLETE |
8480 | 2024-12-16T20:46:10.032Z | [ recovery-image] Dec 16 20:46:08.531 INFO O| Dec 16 20:46:08.531 INFO steps complete; finalising image! |
8481 | 2024-12-16T20:46:10.032Z | [ recovery-image] Dec 16 20:46:08.531 INFO O| Dec 16 20:46:08.531 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8482 | 2024-12-16T20:46:10.104Z | [ recovery-image] Dec 16 20:46:08.605 INFO O| Dec 16 20:46:08.605 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Mon Dec 16 20:46:08 2024) |
8483 | 2024-12-16T20:46:10.315Z | [ recovery-image] Dec 16 20:46:08.815 INFO O| Dec 16 20:46:08.815 INFO trim TEMPORARY-gimlet-zfs-recovery: (63% trimmed, started at Mon Dec 16 20:46:08 2024) |
8484 | 2024-12-16T20:46:10.524Z | [ recovery-image] Dec 16 20:46:09.025 INFO O| Dec 16 20:46:09.025 INFO trim TEMPORARY-gimlet-zfs-recovery: (63% trimmed, started at Mon Dec 16 20:46:08 2024) |
8485 | 2024-12-16T20:46:10.735Z | [ recovery-image] Dec 16 20:46:09.236 INFO O| Dec 16 20:46:09.236 INFO trim TEMPORARY-gimlet-zfs-recovery: (63% trimmed, started at Mon Dec 16 20:46:08 2024) |
8486 | 2024-12-16T20:46:10.974Z | [ recovery-image] Dec 16 20:46:09.474 INFO O| Dec 16 20:46:09.474 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio |
8487 | 2024-12-16T20:46:10.977Z | [ recovery-image] Dec 16 20:46:09.474 INFO O| Dec 16 20:46:09.474 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8488 | 2024-12-16T20:46:11.700Z | [ recovery-image] Dec 16 20:46:10.201 INFO O| Dec 16 20:46:10.201 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 |
8489 | 2024-12-16T20:46:11.700Z | [ recovery-image] Dec 16 20:46:10.201 INFO O| Dec 16 20:46:10.201 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8490 | 2024-12-16T20:46:17.694Z | [ recovery-image] Dec 16 20:46:16.194 INFO O| Dec 16 20:46:16.194 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8491 | 2024-12-16T20:46:17.694Z | [ recovery-image] Dec 16 20:46:16.194 INFO O| Dec 16 20:46:16.194 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8492 | 2024-12-16T20:46:17.697Z | [ recovery-image] Dec 16 20:46:16.194 INFO O| Dec 16 20:46:16.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8493 | 2024-12-16T20:46:17.697Z | [ recovery-image] Dec 16 20:46:16.194 INFO O| Dec 16 20:46:16.194 INFO completed processing gimlet/zfs-recovery |
8494 | 2024-12-16T20:46:17.697Z | [ recovery-image] Dec 16 20:46:16.194 INFO O| Dec 16 20:46:16.194 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8495 | 2024-12-16T20:46:18.095Z | [ recovery-image] Dec 16 20:46:16.595 INFO O| Dec 16 20:46:16.587 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8496 | 2024-12-16T20:46:18.201Z | [ recovery-image] Dec 16 20:46:16.701 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n" |
8497 | 2024-12-16T20:46:18.204Z | [ recovery-image] Dec 16 20:46:16.702 INFO expanded image name: "recovery 1cfaddc/${os_short_commit} 2024-12-16 20:16" -> "recovery 1cfaddc/92ea229 2024-12-16 20:16" |
8498 | 2024-12-16T20:46:18.204Z | [ recovery-image] Dec 16 20:46:16.702 INFO output artefacts stored in: "/work/os-recovery" |
8499 | 2024-12-16T20:46:18.204Z | [ recovery-image] Dec 16 20:46:16.702 INFO collecting git info from project "image-builder"... |
8500 | 2024-12-16T20:46:18.245Z | [ recovery-image] Dec 16 20:46:16.742 INFO collecting git info from project "amd-host-image-builder"... |
8501 | 2024-12-16T20:46:18.776Z | [ recovery-image] Dec 16 20:46:17.275 INFO collecting git info from project "pinprick"... |
8502 | 2024-12-16T20:46:18.795Z | [ recovery-image] Dec 16 20:46:17.285 INFO collecting git info from project "pilot"... |
8503 | 2024-12-16T20:46:18.813Z | [ recovery-image] Dec 16 20:46:17.312 INFO collecting git info from project "amd-firmware"... |
8504 | 2024-12-16T20:46:19.464Z | [ recovery-image] Dec 16 20:46:17.963 INFO collecting git info from project "chelsio-t6-roms"... |
8505 | 2024-12-16T20:46:19.493Z | [ recovery-image] Dec 16 20:46:17.992 INFO collecting git info from project "bootserver"... |
8506 | 2024-12-16T20:46:19.503Z | [ recovery-image] Dec 16 20:46:18.003 INFO collecting git info from project "phbl"... |
8507 | 2024-12-16T20:46:19.515Z | [ recovery-image] Dec 16 20:46:18.014 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8508 | 2024-12-16T20:46:20.235Z | [ recovery-image] Dec 16 20:46:18.734 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8509 | 2024-12-16T20:46:20.987Z | [ recovery-image] Dec 16 20:46:19.486 INFO creating Oxide boot image... |
8510 | 2024-12-16T20:46:20.987Z | [ recovery-image] Dec 16 20:46:19.486 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 1cfaddc/92ea229 2024-12-16 20:16", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8511 | 2024-12-16T20:47:13.911Z | [ host-image] Dec 16 20:47:12.399 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23049:20241204T192600Z |
8512 | 2024-12-16T20:47:13.915Z | [ host-image] Dec 16 20:47:12.400 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23049:20241204T192600Z |
8513 | 2024-12-16T20:47:13.915Z | [ host-image] Dec 16 20:47:12.400 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8514 | 2024-12-16T20:47:13.915Z | [ host-image] Dec 16 20:47:12.400 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8515 | 2024-12-16T20:47:13.915Z | [ host-image] Dec 16 20:47:12.400 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8516 | 2024-12-16T20:47:13.915Z | [ host-image] Dec 16 20:47:12.400 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8517 | 2024-12-16T20:47:13.915Z | [ host-image] Dec 16 20:47:12.402 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8518 | 2024-12-16T20:47:13.915Z | [ host-image] Dec 16 20:47:12.402 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8519 | 2024-12-16T20:47:13.915Z | [ host-image] Dec 16 20:47:12.402 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8520 | 2024-12-16T20:47:13.915Z | [ host-image] Dec 16 20:47:12.402 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8521 | 2024-12-16T20:47:13.915Z | [ host-image] Dec 16 20:47:12.402 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23049:20241204T192601Z |
8522 | 2024-12-16T20:47:13.919Z | [ host-image] Dec 16 20:47:12.405 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23049:20241204T192601Z |
8523 | 2024-12-16T20:47:13.919Z | [ host-image] Dec 16 20:47:12.406 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23049:20241204T192601Z |
8524 | 2024-12-16T20:47:13.919Z | [ host-image] Dec 16 20:47:12.407 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23049:20241204T192602Z |
8525 | 2024-12-16T20:47:13.919Z | [ host-image] Dec 16 20:47:12.407 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8526 | 2024-12-16T20:47:13.921Z | [ host-image] Dec 16 20:47:12.408 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23049:20241204T192602Z |
8527 | 2024-12-16T20:47:13.921Z | [ host-image] Dec 16 20:47:12.409 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23049:20241204T192602Z |
8528 | 2024-12-16T20:47:13.923Z | [ host-image] Dec 16 20:47:12.409 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23049:20241204T192602Z |
8529 | 2024-12-16T20:47:13.923Z | [ host-image] Dec 16 20:47:12.409 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23049:20241204T192602Z |
8530 | 2024-12-16T20:47:13.923Z | [ host-image] Dec 16 20:47:12.410 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23049:20241204T192603Z |
8531 | 2024-12-16T20:47:13.923Z | [ host-image] Dec 16 20:47:12.410 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23049:20241204T192603Z |
8532 | 2024-12-16T20:47:13.923Z | [ host-image] Dec 16 20:47:12.410 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23049:20241204T192603Z |
8533 | 2024-12-16T20:47:13.923Z | [ host-image] Dec 16 20:47:12.410 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23049:20241204T192604Z |
8534 | 2024-12-16T20:47:13.923Z | [ host-image] Dec 16 20:47:12.410 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23049:20241204T192604Z |
8535 | 2024-12-16T20:47:13.923Z | [ host-image] Dec 16 20:47:12.411 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23049:20241204T192604Z |
8536 | 2024-12-16T20:47:13.923Z | [ host-image] Dec 16 20:47:12.411 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23049:20241204T192606Z |
8537 | 2024-12-16T20:47:13.923Z | [ host-image] Dec 16 20:47:12.411 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23049:20241204T192606Z |
8538 | 2024-12-16T20:47:13.926Z | [ host-image] Dec 16 20:47:12.411 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23049:20241204T192607Z |
8539 | 2024-12-16T20:47:13.926Z | [ host-image] Dec 16 20:47:12.412 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23049:20241204T192608Z |
8540 | 2024-12-16T20:47:13.926Z | [ host-image] Dec 16 20:47:12.412 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8541 | 2024-12-16T20:47:13.926Z | [ host-image] Dec 16 20:47:12.412 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23049:20241204T192609Z |
8542 | 2024-12-16T20:47:13.926Z | [ host-image] Dec 16 20:47:12.412 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23049:20241204T192611Z |
8543 | 2024-12-16T20:47:13.926Z | [ host-image] Dec 16 20:47:12.412 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23049:20241204T192612Z |
8544 | 2024-12-16T20:47:13.927Z | [ host-image] Dec 16 20:47:12.412 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23049:20241204T192613Z |
8545 | 2024-12-16T20:47:13.927Z | [ host-image] Dec 16 20:47:12.414 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23049:20241204T192614Z |
8546 | 2024-12-16T20:47:13.927Z | [ host-image] Dec 16 20:47:12.414 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23049:20241204T192614Z |
8547 | 2024-12-16T20:47:13.957Z | [ host-image] Dec 16 20:47:12.447 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8548 | 2024-12-16T20:47:13.962Z | [ host-image] Dec 16 20:47:12.447 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23049:20241204T192614Z |
8549 | 2024-12-16T20:47:13.962Z | [ host-image] Dec 16 20:47:12.447 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8550 | 2024-12-16T20:47:13.962Z | [ host-image] Dec 16 20:47:12.447 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8551 | 2024-12-16T20:47:13.962Z | [ host-image] Dec 16 20:47:12.448 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8552 | 2024-12-16T20:47:13.962Z | [ host-image] Dec 16 20:47:12.449 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23049:20241204T192615Z |
8553 | 2024-12-16T20:47:13.962Z | [ host-image] Dec 16 20:47:12.449 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8554 | 2024-12-16T20:47:13.963Z | [ host-image] Dec 16 20:47:12.450 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8555 | 2024-12-16T20:47:13.966Z | [ host-image] Dec 16 20:47:12.451 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8556 | 2024-12-16T20:47:13.966Z | [ host-image] Dec 16 20:47:12.452 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8557 | 2024-12-16T20:47:13.984Z | [ host-image] Dec 16 20:47:12.474 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8558 | 2024-12-16T20:47:13.984Z | [ host-image] Dec 16 20:47:12.474 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8559 | 2024-12-16T20:47:13.987Z | [ host-image] Dec 16 20:47:12.474 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8560 | 2024-12-16T20:47:13.987Z | [ host-image] Dec 16 20:47:12.475 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8561 | 2024-12-16T20:47:13.987Z | [ host-image] Dec 16 20:47:12.476 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8562 | 2024-12-16T20:47:13.987Z | [ host-image] Dec 16 20:47:12.477 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8563 | 2024-12-16T20:47:14.050Z | [ host-image] Dec 16 20:47:12.539 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8564 | 2024-12-16T20:47:14.053Z | [ host-image] Dec 16 20:47:12.540 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8565 | 2024-12-16T20:47:14.053Z | [ host-image] Dec 16 20:47:12.541 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8566 | 2024-12-16T20:47:14.053Z | [ host-image] Dec 16 20:47:12.542 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23049:20241204T192616Z |
8567 | 2024-12-16T20:47:14.053Z | [ host-image] Dec 16 20:47:12.542 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23049:20241204T192622Z |
8568 | 2024-12-16T20:47:14.056Z | [ host-image] Dec 16 20:47:12.542 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8569 | 2024-12-16T20:47:14.056Z | [ host-image] Dec 16 20:47:12.542 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23049:20241204T192623Z |
8570 | 2024-12-16T20:47:14.056Z | [ host-image] Dec 16 20:47:12.543 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8571 | 2024-12-16T20:47:14.056Z | [ host-image] Dec 16 20:47:12.543 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8572 | 2024-12-16T20:47:14.056Z | [ host-image] Dec 16 20:47:12.543 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8573 | 2024-12-16T20:47:14.056Z | [ host-image] Dec 16 20:47:12.543 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23049:20241204T192623Z |
8574 | 2024-12-16T20:47:14.056Z | [ host-image] Dec 16 20:47:12.544 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8575 | 2024-12-16T20:47:14.075Z | [ host-image] Dec 16 20:47:12.565 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8576 | 2024-12-16T20:47:14.075Z | [ host-image] Dec 16 20:47:12.565 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8577 | 2024-12-16T20:47:14.075Z | [ host-image] Dec 16 20:47:12.565 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8578 | 2024-12-16T20:47:14.078Z | [ host-image] Dec 16 20:47:12.566 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23049:20241204T192623Z |
8579 | 2024-12-16T20:47:14.078Z | [ host-image] Dec 16 20:47:12.566 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8580 | 2024-12-16T20:47:14.098Z | [ host-image] Dec 16 20:47:12.587 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8581 | 2024-12-16T20:47:14.101Z | [ host-image] Dec 16 20:47:12.588 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23049:20241204T192624Z |
8582 | 2024-12-16T20:47:14.103Z | [ host-image] Dec 16 20:47:12.591 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23049:20241204T192624Z |
8583 | 2024-12-16T20:47:14.104Z | [ host-image] Dec 16 20:47:12.592 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23049:20241204T192624Z |
8584 | 2024-12-16T20:47:14.104Z | [ host-image] Dec 16 20:47:12.592 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8585 | 2024-12-16T20:47:14.104Z | [ host-image] Dec 16 20:47:12.593 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23049:20241204T192625Z |
8586 | 2024-12-16T20:47:14.107Z | [ host-image] Dec 16 20:47:12.594 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23049:20241204T192625Z |
8587 | 2024-12-16T20:47:14.107Z | [ host-image] Dec 16 20:47:12.594 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23049:20241204T192626Z |
8588 | 2024-12-16T20:47:14.107Z | [ host-image] Dec 16 20:47:12.594 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23049:20241204T192626Z |
8589 | 2024-12-16T20:47:14.110Z | [ host-image] Dec 16 20:47:12.600 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8590 | 2024-12-16T20:47:14.113Z | [ host-image] Dec 16 20:47:12.601 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23049:20241204T192626Z |
8591 | 2024-12-16T20:47:14.113Z | [ host-image] Dec 16 20:47:12.602 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23049:20241204T192627Z |
8592 | 2024-12-16T20:47:14.113Z | [ host-image] Dec 16 20:47:12.602 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8593 | 2024-12-16T20:47:14.113Z | [ host-image] Dec 16 20:47:12.602 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23049:20241204T192627Z |
8594 | 2024-12-16T20:47:14.114Z | [ host-image] Dec 16 20:47:12.603 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23049:20241204T192628Z |
8595 | 2024-12-16T20:47:14.117Z | [ host-image] Dec 16 20:47:12.603 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23049:20241204T192628Z |
8596 | 2024-12-16T20:47:14.117Z | [ host-image] Dec 16 20:47:12.604 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23049:20241204T192628Z |
8597 | 2024-12-16T20:47:14.154Z | [ host-image] Dec 16 20:47:12.642 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23049:20241204T192628Z |
8598 | 2024-12-16T20:47:14.154Z | [ host-image] Dec 16 20:47:12.642 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8599 | 2024-12-16T20:47:14.171Z | [ host-image] Dec 16 20:47:12.661 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23049:20241204T192628Z |
8600 | 2024-12-16T20:47:14.174Z | [ host-image] Dec 16 20:47:12.663 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23049:20241204T192628Z |
8601 | 2024-12-16T20:47:14.174Z | [ host-image] Dec 16 20:47:12.663 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23049:20241204T192628Z |
8602 | 2024-12-16T20:47:14.174Z | [ host-image] Dec 16 20:47:12.664 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23049:20241204T192629Z |
8603 | 2024-12-16T20:47:14.177Z | [ host-image] Dec 16 20:47:12.664 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23049:20241204T192629Z |
8604 | 2024-12-16T20:47:14.177Z | [ host-image] Dec 16 20:47:12.665 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23049:20241204T192629Z |
8605 | 2024-12-16T20:47:14.210Z | [ host-image] Dec 16 20:47:12.700 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23049:20241204T192631Z |
8606 | 2024-12-16T20:47:14.210Z | [ host-image] Dec 16 20:47:12.700 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23049:20241204T192630Z |
8607 | 2024-12-16T20:47:14.214Z | [ host-image] Dec 16 20:47:12.701 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23049:20241204T192630Z |
8608 | 2024-12-16T20:47:14.214Z | [ host-image] Dec 16 20:47:12.702 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23049:20241204T192630Z |
8609 | 2024-12-16T20:47:14.216Z | [ host-image] Dec 16 20:47:12.703 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23049:20241204T192631Z |
8610 | 2024-12-16T20:47:14.252Z | [ host-image] Dec 16 20:47:12.742 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23049:20241204T192633Z |
8611 | 2024-12-16T20:47:14.252Z | [ host-image] Dec 16 20:47:12.742 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23049:20241204T192631Z |
8612 | 2024-12-16T20:47:14.255Z | [ host-image] Dec 16 20:47:12.742 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23049:20241204T192631Z |
8613 | 2024-12-16T20:47:14.255Z | [ host-image] Dec 16 20:47:12.743 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8614 | 2024-12-16T20:47:14.255Z | [ host-image] Dec 16 20:47:12.743 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8615 | 2024-12-16T20:47:14.379Z | [ host-image] Dec 16 20:47:12.869 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23049:20241204T192631Z |
8616 | 2024-12-16T20:47:14.381Z | [ host-image] Dec 16 20:47:12.869 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8617 | 2024-12-16T20:47:14.381Z | [ host-image] Dec 16 20:47:12.869 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23049:20241204T192631Z |
8618 | 2024-12-16T20:47:14.382Z | [ host-image] Dec 16 20:47:12.869 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23049:20241204T192631Z |
8619 | 2024-12-16T20:47:14.382Z | [ host-image] Dec 16 20:47:12.871 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23049:20241204T192632Z |
8620 | 2024-12-16T20:47:14.384Z | [ host-image] Dec 16 20:47:12.872 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8621 | 2024-12-16T20:47:14.384Z | [ host-image] Dec 16 20:47:12.873 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8622 | 2024-12-16T20:47:14.384Z | [ host-image] Dec 16 20:47:12.873 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23049:20241204T192633Z |
8623 | 2024-12-16T20:47:14.384Z | [ host-image] Dec 16 20:47:12.873 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23049:20241204T192632Z |
8624 | 2024-12-16T20:47:14.384Z | [ host-image] Dec 16 20:47:12.874 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23049:20241204T192633Z |
8625 | 2024-12-16T20:47:14.387Z | [ host-image] Dec 16 20:47:12.874 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23049:20241204T192633Z |
8626 | 2024-12-16T20:47:14.387Z | [ host-image] Dec 16 20:47:12.875 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23049:20241204T192633Z |
8627 | 2024-12-16T20:47:14.387Z | [ host-image] Dec 16 20:47:12.875 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23049:20241204T192633Z |
8628 | 2024-12-16T20:47:14.390Z | [ host-image] Dec 16 20:47:12.879 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8629 | 2024-12-16T20:47:14.392Z | [ host-image] Dec 16 20:47:12.880 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23049:20241204T192634Z |
8630 | 2024-12-16T20:47:14.394Z | [ host-image] Dec 16 20:47:12.882 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23049:20241204T192634Z |
8631 | 2024-12-16T20:47:14.394Z | [ host-image] Dec 16 20:47:12.882 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23049:20241204T192634Z |
8632 | 2024-12-16T20:47:14.394Z | [ host-image] Dec 16 20:47:12.883 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23049:20241204T192635Z |
8633 | 2024-12-16T20:47:14.394Z | [ host-image] Dec 16 20:47:12.883 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23049:20241204T192635Z |
8634 | 2024-12-16T20:47:14.394Z | [ host-image] Dec 16 20:47:12.884 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23049:20241204T192635Z |
8635 | 2024-12-16T20:47:14.394Z | [ host-image] Dec 16 20:47:12.884 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8636 | 2024-12-16T20:47:14.394Z | [ host-image] Dec 16 20:47:12.884 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8637 | 2024-12-16T20:47:14.398Z | [ host-image] Dec 16 20:47:12.885 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23049:20241204T192637Z |
8638 | 2024-12-16T20:47:14.398Z | [ host-image] Dec 16 20:47:12.885 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23049:20241204T192637Z |
8639 | 2024-12-16T20:47:14.398Z | [ host-image] Dec 16 20:47:12.886 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8640 | 2024-12-16T20:47:14.398Z | [ host-image] Dec 16 20:47:12.886 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8641 | 2024-12-16T20:47:14.398Z | [ host-image] Dec 16 20:47:12.886 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8642 | 2024-12-16T20:47:14.398Z | [ host-image] Dec 16 20:47:12.886 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8643 | 2024-12-16T20:47:14.398Z | [ host-image] Dec 16 20:47:12.886 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8644 | 2024-12-16T20:47:14.400Z | [ host-image] Dec 16 20:47:12.887 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8645 | 2024-12-16T20:47:14.400Z | [ host-image] Dec 16 20:47:12.890 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8646 | 2024-12-16T20:47:14.403Z | [ host-image] Dec 16 20:47:12.890 INFO O| tempdir @ "/tmp/.tmp1DMavW/tmp" |
8647 | 2024-12-16T20:47:14.403Z | [ host-image] Dec 16 20:47:12.890 INFO O| image root @ "/tmp/.tmp1DMavW/tmp/root" |
8648 | 2024-12-16T20:47:14.403Z | [ host-image] Dec 16 20:47:12.890 INFO O| creating image... |
8649 | 2024-12-16T20:47:15.566Z | [ host-image] Dec 16 20:47:14.055 INFO O| copying publishers... |
8650 | 2024-12-16T20:47:31.945Z | [ recovery-image] Dec 16 20:47:30.431 INFO O| ok, image written! |
8651 | 2024-12-16T20:47:31.945Z | [ recovery-image] Dec 16 20:47:30.431 INFO O| ok, boot_image_csum file written! |
8652 | 2024-12-16T20:47:31.952Z | [ recovery-image] Dec 16 20:47:30.438 INFO creating boot archive (CPIO)... |
8653 | 2024-12-16T20:47:31.952Z | [ recovery-image] Dec 16 20:47:30.438 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 |
8654 | 2024-12-16T20:47:31.975Z | [ recovery-image] Dec 16 20:47:30.462 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8655 | 2024-12-16T20:47:31.975Z | [ recovery-image] Dec 16 20:47:30.462 INFO E| + outfile=/work/os-recovery/cpio |
8656 | 2024-12-16T20:47:31.978Z | [ recovery-image] Dec 16 20:47:30.462 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8657 | 2024-12-16T20:47:31.981Z | [ recovery-image] Dec 16 20:47:30.465 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8658 | 2024-12-16T20:47:31.981Z | [ recovery-image] Dec 16 20:47:30.466 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8659 | 2024-12-16T20:47:32.028Z | [ recovery-image] Dec 16 20:47:30.514 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8660 | 2024-12-16T20:47:32.028Z | [ recovery-image] Dec 16 20:47:30.514 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8661 | 2024-12-16T20:47:32.038Z | [ recovery-image] Dec 16 20:47:30.525 INFO creating compressed cpio/unix for nanobl-rs... |
8662 | 2024-12-16T20:47:32.038Z | [ recovery-image] Dec 16 20:47:30.525 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 |
8663 | 2024-12-16T20:47:32.469Z | [ recovery-image] Dec 16 20:47:30.955 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8664 | 2024-12-16T20:47:38.288Z | [ host-image] Dec 16 20:47:36.773 INFO O| adding properties... |
8665 | 2024-12-16T20:47:38.845Z | [ recovery-image] Dec 16 20:47:37.330 INFO creating reset image... |
8666 | 2024-12-16T20:47:38.845Z | [ recovery-image] Dec 16 20:47:37.330 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8667 | 2024-12-16T20:47:39.533Z | [ recovery-image] Dec 16 20:47:38.018 INFO E| Updating crates.io index |
8668 | 2024-12-16T20:47:40.006Z | [ recovery-image] Dec 16 20:47:38.491 INFO E| Downloading crates ... |
8669 | 2024-12-16T20:47:40.191Z | [ recovery-image] Dec 16 20:47:38.676 INFO E| Downloaded clap v4.5.17 |
8670 | 2024-12-16T20:47:40.207Z | [ recovery-image] Dec 16 20:47:38.692 INFO E| Downloaded shared_child v1.0.1 |
8671 | 2024-12-16T20:47:40.210Z | [ recovery-image] Dec 16 20:47:38.694 INFO E| Downloaded clap_derive v4.5.13 |
8672 | 2024-12-16T20:47:40.213Z | [ recovery-image] Dec 16 20:47:38.698 INFO E| Downloaded os_pipe v1.2.1 |
8673 | 2024-12-16T20:47:40.215Z | [ recovery-image] Dec 16 20:47:38.700 INFO E| Downloaded duct v0.13.7 |
8674 | 2024-12-16T20:47:40.238Z | [ recovery-image] Dec 16 20:47:38.723 INFO E| Downloaded clap_builder v4.5.17 |
8675 | 2024-12-16T20:47:40.249Z | [ recovery-image] Dec 16 20:47:38.733 INFO E| Downloaded syn v2.0.77 |
8676 | 2024-12-16T20:47:40.318Z | [ recovery-image] Dec 16 20:47:38.803 INFO E| Downloaded libc v0.2.158 |
8677 | 2024-12-16T20:47:40.475Z | [ recovery-image] Dec 16 20:47:38.960 INFO E| Compiling proc-macro2 v1.0.86 |
8678 | 2024-12-16T20:47:40.514Z | [ recovery-image] Dec 16 20:47:38.999 INFO E| Compiling libc v0.2.158 |
8679 | 2024-12-16T20:47:40.514Z | [ recovery-image] Dec 16 20:47:38.999 INFO E| Compiling unicode-ident v1.0.13 |
8680 | 2024-12-16T20:47:40.517Z | [ recovery-image] Dec 16 20:47:38.999 INFO E| Compiling utf8parse v0.2.2 |
8681 | 2024-12-16T20:47:40.517Z | [ recovery-image] Dec 16 20:47:38.999 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8682 | 2024-12-16T20:47:40.517Z | [ recovery-image] Dec 16 20:47:38.999 INFO E| Compiling anstyle v1.0.8 |
8683 | 2024-12-16T20:47:40.517Z | [ recovery-image] Dec 16 20:47:39.000 INFO E| Compiling colorchoice v1.0.2 |
8684 | 2024-12-16T20:47:40.517Z | [ recovery-image] Dec 16 20:47:39.000 INFO E| Compiling anstyle-query v1.1.1 |
8685 | 2024-12-16T20:47:40.568Z | [ host-image] Dec 16 20:47:39.052 INFO O| installing packages... |
8686 | 2024-12-16T20:47:41.191Z | [ recovery-image] Dec 16 20:47:39.676 INFO E| Compiling strsim v0.11.1 |
8687 | 2024-12-16T20:47:41.194Z | [ recovery-image] Dec 16 20:47:39.676 INFO E| Compiling heck v0.5.0 |
8688 | 2024-12-16T20:47:41.204Z | [ recovery-image] Dec 16 20:47:39.689 INFO E| Compiling clap_lex v0.7.2 |
8689 | 2024-12-16T20:47:41.568Z | [ recovery-image] Dec 16 20:47:40.052 INFO E| Compiling anstyle-parse v0.2.5 |
8690 | 2024-12-16T20:47:41.575Z | [ recovery-image] Dec 16 20:47:40.060 INFO E| Compiling once_cell v1.19.0 |
8691 | 2024-12-16T20:47:42.163Z | [ recovery-image] Dec 16 20:47:40.648 INFO E| Compiling anstream v0.6.15 |
8692 | 2024-12-16T20:47:42.713Z | [ recovery-image] Dec 16 20:47:41.198 INFO E| Compiling clap_builder v4.5.17 |
8693 | 2024-12-16T20:47:43.036Z | [ recovery-image] Dec 16 20:47:41.521 INFO E| Compiling shared_child v1.0.1 |
8694 | 2024-12-16T20:47:43.036Z | [ recovery-image] Dec 16 20:47:41.521 INFO E| Compiling os_pipe v1.2.1 |
8695 | 2024-12-16T20:47:43.338Z | [ recovery-image] Dec 16 20:47:41.822 INFO E| Compiling duct v0.13.7 |
8696 | 2024-12-16T20:47:43.762Z | [ recovery-image] Dec 16 20:47:42.246 INFO E| Compiling quote v1.0.37 |
8697 | 2024-12-16T20:47:44.383Z | [ recovery-image] Dec 16 20:47:42.867 INFO E| Compiling syn v2.0.77 |
8698 | 2024-12-16T20:47:55.575Z | [ recovery-image] Dec 16 20:47:54.057 INFO E| Compiling clap_derive v4.5.13 |
8699 | 2024-12-16T20:48:00.187Z | [ recovery-image] Dec 16 20:47:58.668 INFO E| Compiling clap v4.5.17 |
8700 | 2024-12-16T20:48:00.273Z | [ recovery-image] Dec 16 20:47:58.754 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8701 | 2024-12-16T20:48:02.236Z | [ recovery-image] Dec 16 20:48:00.718 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.21s |
8702 | 2024-12-16T20:48:02.253Z | [ recovery-image] Dec 16 20:48:00.733 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8703 | 2024-12-16T20:48:02.588Z | [ recovery-image] Dec 16 20:48:01.069 INFO E| Updating crates.io index |
8704 | 2024-12-16T20:48:02.884Z | [ recovery-image] Dec 16 20:48:01.366 INFO E| Downloading crates ... |
8705 | 2024-12-16T20:48:03.159Z | [ recovery-image] Dec 16 20:48:01.640 INFO E| Downloaded bit_field v0.10.2 |
8706 | 2024-12-16T20:48:03.161Z | [ recovery-image] Dec 16 20:48:01.642 INFO E| Downloaded bitstruct_derive v0.1.0 |
8707 | 2024-12-16T20:48:03.163Z | [ recovery-image] Dec 16 20:48:01.643 INFO E| Downloaded cpio_reader v0.1.1 |
8708 | 2024-12-16T20:48:03.166Z | [ recovery-image] Dec 16 20:48:01.645 INFO E| Downloaded seq-macro v0.3.5 |
8709 | 2024-12-16T20:48:03.170Z | [ recovery-image] Dec 16 20:48:01.651 INFO E| Downloaded bitstruct v0.1.1 |
8710 | 2024-12-16T20:48:03.179Z | [ recovery-image] Dec 16 20:48:01.660 INFO E| Downloaded raw-cpuid v10.7.0 |
8711 | 2024-12-16T20:48:03.192Z | [ recovery-image] Dec 16 20:48:01.673 INFO E| Downloaded syn v2.0.85 |
8712 | 2024-12-16T20:48:03.408Z | [ recovery-image] Dec 16 20:48:01.889 INFO E| Downloaded x86 v0.52.0 |
8713 | 2024-12-16T20:48:03.501Z | [ recovery-image] Dec 16 20:48:01.982 INFO E| Updating crates.io index |
8714 | 2024-12-16T20:48:03.665Z | [ recovery-image] Dec 16 20:48:02.146 INFO E| Downloading crates ... |
8715 | 2024-12-16T20:48:03.855Z | [ recovery-image] Dec 16 20:48:02.336 INFO E| Downloaded hashbrown v0.15.0 |
8716 | 2024-12-16T20:48:03.898Z | [ recovery-image] Dec 16 20:48:02.379 INFO E| Downloaded compiler_builtins v0.1.134 |
8717 | 2024-12-16T20:48:04.031Z | [ recovery-image] Dec 16 20:48:02.512 INFO E| Compiling compiler_builtins v0.1.134 |
8718 | 2024-12-16T20:48:04.033Z | [ recovery-image] Dec 16 20:48:02.512 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) |
8719 | 2024-12-16T20:48:04.033Z | [ recovery-image] Dec 16 20:48:02.512 INFO E| Compiling proc-macro2 v1.0.89 |
8720 | 2024-12-16T20:48:04.033Z | [ recovery-image] Dec 16 20:48:02.512 INFO E| Compiling unicode-ident v1.0.13 |
8721 | 2024-12-16T20:48:04.033Z | [ recovery-image] Dec 16 20:48:02.513 INFO E| Compiling syn v1.0.109 |
8722 | 2024-12-16T20:48:04.034Z | [ recovery-image] Dec 16 20:48:02.513 INFO E| Compiling x86 v0.52.0 |
8723 | 2024-12-16T20:48:04.034Z | [ recovery-image] Dec 16 20:48:02.513 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8724 | 2024-12-16T20:48:04.034Z | [ recovery-image] Dec 16 20:48:02.513 INFO E| Compiling seq-macro v0.3.5 |
8725 | 2024-12-16T20:48:06.162Z | [ recovery-image] Dec 16 20:48:04.642 INFO E| Compiling quote v1.0.37 |
8726 | 2024-12-16T20:48:06.566Z | [ recovery-image] Dec 16 20:48:05.047 INFO E| Compiling syn v2.0.85 |
8727 | 2024-12-16T20:48:12.542Z | [ recovery-image] Dec 16 20:48:11.021 INFO E| Compiling scroll_derive v0.12.0 |
8728 | 2024-12-16T20:48:16.766Z | [ host-image] Dec 16 20:48:15.245 INFO O| seeding SMF database... |
8729 | 2024-12-16T20:48:18.242Z | [ recovery-image] Dec 16 20:48:16.719 INFO E| Compiling bitstruct_derive v0.1.0 |
8730 | 2024-12-16T20:48:30.553Z | [ host-image] Dec 16 20:48:29.029 INFO O| configuring SMF profile... |
8731 | 2024-12-16T20:48:30.555Z | [ host-image] Dec 16 20:48:29.029 INFO O| modifying shadow(5)... |
8732 | 2024-12-16T20:48:30.555Z | [ host-image] Dec 16 20:48:29.029 INFO O| loading user and group database... |
8733 | 2024-12-16T20:48:30.555Z | [ host-image] Dec 16 20:48:29.029 INFO O| assessing packaged files... |
8734 | 2024-12-16T20:48:34.734Z | [ host-image] Dec 16 20:48:33.209 INFO O| creating archive... |
8735 | 2024-12-16T20:48:34.796Z | [ host-image] Dec 16 20:48:33.271 INFO O| missing from packaging: |
8736 | 2024-12-16T20:48:34.796Z | [ host-image] Dec 16 20:48:33.271 INFO O| "etc/.pwd.lock" |
8737 | 2024-12-16T20:48:34.798Z | [ host-image] Dec 16 20:48:33.271 INFO O| "etc/bash" |
8738 | 2024-12-16T20:48:34.806Z | [ host-image] Dec 16 20:48:33.281 INFO O| "etc/svc/profile/generic.xml" |
8739 | 2024-12-16T20:48:34.808Z | [ host-image] Dec 16 20:48:33.281 INFO O| "etc/svc/profile/inetd_services.xml" |
8740 | 2024-12-16T20:48:34.808Z | [ host-image] Dec 16 20:48:33.281 INFO O| "etc/svc/profile/name_service.xml" |
8741 | 2024-12-16T20:48:34.808Z | [ host-image] Dec 16 20:48:33.281 INFO O| "etc/svc/profile/platform.xml" |
8742 | 2024-12-16T20:48:34.808Z | [ host-image] Dec 16 20:48:33.281 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8743 | 2024-12-16T20:48:34.808Z | [ host-image] Dec 16 20:48:33.281 INFO O| "etc/svc/repository.db" |
8744 | 2024-12-16T20:48:34.824Z | [ host-image] Dec 16 20:48:33.299 INFO O| "opt/ooce/share" |
8745 | 2024-12-16T20:48:34.824Z | [ host-image] Dec 16 20:48:33.299 INFO O| "opt/ooce/share/man" |
8746 | 2024-12-16T20:48:34.827Z | [ host-image] Dec 16 20:48:33.299 INFO O| "opt/ooce/share/man/man1" |
8747 | 2024-12-16T20:48:34.838Z | [ host-image] Dec 16 20:48:33.313 INFO O| finishing archive... |
8748 | 2024-12-16T20:48:38.562Z | [ host-image] Dec 16 20:48:37.037 INFO O| creating gzonly manifest... |
8749 | 2024-12-16T20:48:38.572Z | [ host-image] Dec 16 20:48:37.047 INFO O| ok |
8750 | 2024-12-16T20:48:38.740Z | [ host-image] Dec 16 20:48:37.215 INFO image builder template: ramdisk-02-trim... |
8751 | 2024-12-16T20:48:38.740Z | [ host-image] Dec 16 20:48:37.215 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/.tmppeKgUt/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 |
8752 | 2024-12-16T20:48:38.786Z | [ host-image] Dec 16 20:48:37.261 INFO O| Dec 16 20:48:37.261 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8753 | 2024-12-16T20:48:38.814Z | [ host-image] Dec 16 20:48:37.289 INFO O| Dec 16 20:48:37.289 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8754 | 2024-12-16T20:48:39.023Z | [ host-image] Dec 16 20:48:37.498 INFO O| Dec 16 20:48:37.498 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8755 | 2024-12-16T20:48:39.128Z | [ host-image] Dec 16 20:48:37.602 INFO O| Dec 16 20:48:37.602 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8756 | 2024-12-16T20:48:39.128Z | [ host-image] Dec 16 20:48:37.603 INFO O| Dec 16 20:48:37.603 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8757 | 2024-12-16T20:48:39.146Z | [ host-image] Dec 16 20:48:37.621 INFO O| Dec 16 20:48:37.621 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8758 | 2024-12-16T20:48:39.154Z | [ host-image] Dec 16 20:48:37.628 INFO O| Dec 16 20:48:37.628 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8759 | 2024-12-16T20:48:39.177Z | [ host-image] Dec 16 20:48:37.652 INFO O| Dec 16 20:48:37.652 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8760 | 2024-12-16T20:48:39.753Z | [ host-image] Dec 16 20:48:38.227 INFO O| Dec 16 20:48:38.227 INFO rolled back to input snapshot; work may begin |
8761 | 2024-12-16T20:48:39.753Z | [ host-image] Dec 16 20:48:38.227 INFO O| Dec 16 20:48:38.227 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8762 | 2024-12-16T20:48:39.794Z | [ host-image] Dec 16 20:48:38.268 INFO O| Dec 16 20:48:38.268 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8763 | 2024-12-16T20:48:39.814Z | [ host-image] Dec 16 20:48:38.288 INFO O| Dec 16 20:48:38.288 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8764 | 2024-12-16T20:48:39.950Z | [ recovery-image] Dec 16 20:48:38.423 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) |
8765 | 2024-12-16T20:48:39.977Z | [ host-image] Dec 16 20:48:38.451 INFO O| Dec 16 20:48:38.451 INFO STEP 0 (remove_files) COMPLETE |
8766 | 2024-12-16T20:48:39.977Z | [ host-image] Dec 16 20:48:38.451 INFO O| Dec 16 20:48:38.451 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8767 | 2024-12-16T20:48:39.996Z | [ host-image] Dec 16 20:48:38.471 INFO O| Dec 16 20:48:38.471 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8768 | 2024-12-16T20:48:39.999Z | [ host-image] Dec 16 20:48:38.473 INFO O| Dec 16 20:48:38.473 INFO STEP 1 (remove_files) COMPLETE |
8769 | 2024-12-16T20:48:40.001Z | [ host-image] Dec 16 20:48:38.473 INFO O| Dec 16 20:48:38.473 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8770 | 2024-12-16T20:48:40.017Z | [ host-image] Dec 16 20:48:38.491 INFO O| Dec 16 20:48:38.491 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8771 | 2024-12-16T20:48:40.106Z | [ host-image] Dec 16 20:48:38.581 INFO O| Dec 16 20:48:38.581 INFO STEP 2 (remove_files) COMPLETE |
8772 | 2024-12-16T20:48:40.107Z | [ host-image] Dec 16 20:48:38.581 INFO O| Dec 16 20:48:38.581 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8773 | 2024-12-16T20:48:40.137Z | [ host-image] Dec 16 20:48:38.611 INFO O| Dec 16 20:48:38.611 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8774 | 2024-12-16T20:48:40.140Z | [ host-image] Dec 16 20:48:38.614 INFO O| Dec 16 20:48:38.614 INFO STEP 3 (remove_files) COMPLETE |
8775 | 2024-12-16T20:48:40.142Z | [ host-image] Dec 16 20:48:38.614 INFO O| Dec 16 20:48:38.614 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8776 | 2024-12-16T20:48:40.180Z | [ host-image] Dec 16 20:48:38.655 INFO O| Dec 16 20:48:38.655 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8777 | 2024-12-16T20:48:40.186Z | [ host-image] Dec 16 20:48:38.660 INFO O| Dec 16 20:48:38.660 INFO STEP 4 (remove_files) COMPLETE |
8778 | 2024-12-16T20:48:40.186Z | [ host-image] Dec 16 20:48:38.661 INFO O| Dec 16 20:48:38.660 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8779 | 2024-12-16T20:48:40.242Z | [ host-image] Dec 16 20:48:38.716 INFO O| Dec 16 20:48:38.716 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8780 | 2024-12-16T20:48:40.246Z | [ host-image] Dec 16 20:48:38.721 INFO O| Dec 16 20:48:38.721 INFO STEP 5 (remove_files) COMPLETE |
8781 | 2024-12-16T20:48:40.249Z | [ host-image] Dec 16 20:48:38.721 INFO O| Dec 16 20:48:38.721 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8782 | 2024-12-16T20:48:40.334Z | [ host-image] Dec 16 20:48:38.808 INFO O| Dec 16 20:48:38.808 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8783 | 2024-12-16T20:48:40.354Z | [ host-image] Dec 16 20:48:38.828 INFO O| Dec 16 20:48:38.828 INFO STEP 6 (remove_files) COMPLETE |
8784 | 2024-12-16T20:48:40.354Z | [ host-image] Dec 16 20:48:38.828 INFO O| Dec 16 20:48:38.828 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8785 | 2024-12-16T20:48:40.438Z | [ host-image] Dec 16 20:48:38.911 INFO O| Dec 16 20:48:38.911 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8786 | 2024-12-16T20:48:40.460Z | [ host-image] Dec 16 20:48:38.934 INFO O| Dec 16 20:48:38.934 INFO STEP 7 (remove_files) COMPLETE |
8787 | 2024-12-16T20:48:40.460Z | [ host-image] Dec 16 20:48:38.934 INFO O| Dec 16 20:48:38.934 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8788 | 2024-12-16T20:48:40.506Z | [ host-image] Dec 16 20:48:38.979 INFO O| Dec 16 20:48:38.979 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8789 | 2024-12-16T20:48:40.662Z | [ host-image] Dec 16 20:48:39.135 INFO O| Dec 16 20:48:39.135 INFO STEP 8 (remove_files) COMPLETE |
8790 | 2024-12-16T20:48:40.662Z | [ host-image] Dec 16 20:48:39.136 INFO O| Dec 16 20:48:39.135 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8791 | 2024-12-16T20:48:40.714Z | [ host-image] Dec 16 20:48:39.188 INFO O| Dec 16 20:48:39.188 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8792 | 2024-12-16T20:48:40.915Z | [ host-image] Dec 16 20:48:39.389 INFO O| Dec 16 20:48:39.389 INFO STEP 9 (remove_files) COMPLETE |
8793 | 2024-12-16T20:48:40.915Z | [ host-image] Dec 16 20:48:39.389 INFO O| Dec 16 20:48:39.389 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8794 | 2024-12-16T20:48:40.967Z | [ host-image] Dec 16 20:48:39.441 INFO O| Dec 16 20:48:39.441 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8795 | 2024-12-16T20:48:40.972Z | [ host-image] Dec 16 20:48:39.447 INFO O| Dec 16 20:48:39.447 INFO STEP 10 (remove_files) COMPLETE |
8796 | 2024-12-16T20:48:40.974Z | [ host-image] Dec 16 20:48:39.447 INFO O| Dec 16 20:48:39.447 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8797 | 2024-12-16T20:48:41.010Z | [ host-image] Dec 16 20:48:39.484 INFO O| Dec 16 20:48:39.484 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8798 | 2024-12-16T20:48:41.012Z | [ host-image] Dec 16 20:48:39.485 INFO O| Dec 16 20:48:39.485 INFO STEP 11 (remove_files) COMPLETE |
8799 | 2024-12-16T20:48:41.012Z | [ host-image] Dec 16 20:48:39.485 INFO O| Dec 16 20:48:39.485 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8800 | 2024-12-16T20:48:41.050Z | [ host-image] Dec 16 20:48:39.525 INFO O| Dec 16 20:48:39.525 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8801 | 2024-12-16T20:48:41.054Z | [ host-image] Dec 16 20:48:39.527 INFO O| Dec 16 20:48:39.527 INFO STEP 12 (remove_files) COMPLETE |
8802 | 2024-12-16T20:48:41.054Z | [ host-image] Dec 16 20:48:39.527 INFO O| Dec 16 20:48:39.527 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8803 | 2024-12-16T20:48:41.149Z | [ host-image] Dec 16 20:48:39.623 INFO O| Dec 16 20:48:39.623 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8804 | 2024-12-16T20:48:41.151Z | [ host-image] Dec 16 20:48:39.624 INFO O| Dec 16 20:48:39.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8805 | 2024-12-16T20:48:41.152Z | [ host-image] Dec 16 20:48:39.624 INFO O| Dec 16 20:48:39.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8806 | 2024-12-16T20:48:41.152Z | [ host-image] Dec 16 20:48:39.625 INFO O| Dec 16 20:48:39.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8807 | 2024-12-16T20:48:41.152Z | [ host-image] Dec 16 20:48:39.625 INFO O| Dec 16 20:48:39.625 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8808 | 2024-12-16T20:48:41.152Z | [ host-image] Dec 16 20:48:39.625 INFO O| Dec 16 20:48:39.625 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8809 | 2024-12-16T20:48:41.152Z | [ host-image] Dec 16 20:48:39.625 INFO O| Dec 16 20:48:39.625 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8810 | 2024-12-16T20:48:41.164Z | [ host-image] Dec 16 20:48:39.639 INFO O| Dec 16 20:48:39.639 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8811 | 2024-12-16T20:48:41.164Z | [ host-image] Dec 16 20:48:39.639 INFO O| Dec 16 20:48:39.639 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8812 | 2024-12-16T20:48:41.167Z | [ host-image] Dec 16 20:48:39.639 INFO O| Dec 16 20:48:39.639 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8813 | 2024-12-16T20:48:41.167Z | [ host-image] Dec 16 20:48:39.640 INFO O| Dec 16 20:48:39.639 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8814 | 2024-12-16T20:48:41.167Z | [ host-image] Dec 16 20:48:39.640 INFO O| Dec 16 20:48:39.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8815 | 2024-12-16T20:48:41.167Z | [ host-image] Dec 16 20:48:39.640 INFO O| Dec 16 20:48:39.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8816 | 2024-12-16T20:48:41.167Z | [ host-image] Dec 16 20:48:39.640 INFO O| Dec 16 20:48:39.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8817 | 2024-12-16T20:48:41.167Z | [ host-image] Dec 16 20:48:39.640 INFO O| Dec 16 20:48:39.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8818 | 2024-12-16T20:48:41.167Z | [ host-image] Dec 16 20:48:39.640 INFO O| Dec 16 20:48:39.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8819 | 2024-12-16T20:48:41.204Z | [ host-image] Dec 16 20:48:39.678 INFO O| Dec 16 20:48:39.678 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8820 | 2024-12-16T20:48:41.523Z | [ host-image] Dec 16 20:48:39.997 INFO O| Dec 16 20:48:39.997 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8821 | 2024-12-16T20:48:41.551Z | [ host-image] Dec 16 20:48:40.025 INFO O| Dec 16 20:48:40.025 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8822 | 2024-12-16T20:48:41.557Z | [ host-image] Dec 16 20:48:40.032 INFO O| Dec 16 20:48:40.032 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8823 | 2024-12-16T20:48:41.684Z | [ host-image] Dec 16 20:48:40.158 INFO O| Dec 16 20:48:40.158 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8824 | 2024-12-16T20:48:42.223Z | [ host-image] Dec 16 20:48:40.697 INFO O| Dec 16 20:48:40.697 INFO STEP 13 (remove_files) COMPLETE |
8825 | 2024-12-16T20:48:42.223Z | [ host-image] Dec 16 20:48:40.697 INFO O| Dec 16 20:48:40.697 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8826 | 2024-12-16T20:48:42.280Z | [ host-image] Dec 16 20:48:40.754 INFO O| Dec 16 20:48:40.754 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8827 | 2024-12-16T20:48:42.283Z | [ host-image] Dec 16 20:48:40.756 INFO O| Dec 16 20:48:40.756 INFO STEP 14 (remove_files) COMPLETE |
8828 | 2024-12-16T20:48:42.283Z | [ host-image] Dec 16 20:48:40.756 INFO O| Dec 16 20:48:40.756 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8829 | 2024-12-16T20:48:42.375Z | [ host-image] Dec 16 20:48:40.848 INFO O| Dec 16 20:48:40.848 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8830 | 2024-12-16T20:48:42.383Z | [ host-image] Dec 16 20:48:40.857 INFO O| Dec 16 20:48:40.857 INFO STEP 15 (remove_files) COMPLETE |
8831 | 2024-12-16T20:48:42.383Z | [ host-image] Dec 16 20:48:40.857 INFO O| Dec 16 20:48:40.857 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8832 | 2024-12-16T20:48:42.401Z | [ host-image] Dec 16 20:48:40.874 INFO O| Dec 16 20:48:40.874 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8833 | 2024-12-16T20:48:42.401Z | [ host-image] Dec 16 20:48:40.875 INFO O| Dec 16 20:48:40.875 INFO STEP 16 (remove_files) COMPLETE |
8834 | 2024-12-16T20:48:42.402Z | [ host-image] Dec 16 20:48:40.875 INFO O| Dec 16 20:48:40.875 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8835 | 2024-12-16T20:48:42.427Z | [ host-image] Dec 16 20:48:40.901 INFO O| Dec 16 20:48:40.901 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8836 | 2024-12-16T20:48:42.430Z | [ host-image] Dec 16 20:48:40.903 INFO O| Dec 16 20:48:40.903 INFO STEP 17 (remove_files) COMPLETE |
8837 | 2024-12-16T20:48:42.430Z | [ host-image] Dec 16 20:48:40.903 INFO O| Dec 16 20:48:40.903 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8838 | 2024-12-16T20:48:42.448Z | [ host-image] Dec 16 20:48:40.921 INFO O| Dec 16 20:48:40.921 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8839 | 2024-12-16T20:48:42.452Z | [ host-image] Dec 16 20:48:40.921 INFO O| Dec 16 20:48:40.921 INFO STEP 18 (remove_files) COMPLETE |
8840 | 2024-12-16T20:48:42.452Z | [ host-image] Dec 16 20:48:40.921 INFO O| Dec 16 20:48:40.921 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8841 | 2024-12-16T20:48:42.466Z | [ host-image] Dec 16 20:48:40.939 INFO O| Dec 16 20:48:40.939 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8842 | 2024-12-16T20:48:42.466Z | [ host-image] Dec 16 20:48:40.939 INFO O| Dec 16 20:48:40.939 INFO STEP 19 (remove_files) COMPLETE |
8843 | 2024-12-16T20:48:42.469Z | [ host-image] Dec 16 20:48:40.940 INFO O| Dec 16 20:48:40.939 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8844 | 2024-12-16T20:48:42.504Z | [ host-image] Dec 16 20:48:40.965 INFO O| Dec 16 20:48:40.965 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8845 | 2024-12-16T20:48:42.505Z | [ host-image] Dec 16 20:48:40.965 INFO O| Dec 16 20:48:40.965 INFO STEP 20 (remove_files) COMPLETE |
8846 | 2024-12-16T20:48:42.508Z | [ host-image] Dec 16 20:48:40.965 INFO O| Dec 16 20:48:40.965 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8847 | 2024-12-16T20:48:42.525Z | [ host-image] Dec 16 20:48:40.999 INFO O| Dec 16 20:48:40.999 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8848 | 2024-12-16T20:48:42.525Z | [ host-image] Dec 16 20:48:40.999 INFO O| Dec 16 20:48:40.999 INFO STEP 21 (remove_files) COMPLETE |
8849 | 2024-12-16T20:48:42.525Z | [ host-image] Dec 16 20:48:40.999 INFO O| Dec 16 20:48:40.999 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8850 | 2024-12-16T20:48:42.564Z | [ host-image] Dec 16 20:48:41.038 INFO O| Dec 16 20:48:41.037 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8851 | 2024-12-16T20:48:42.564Z | [ host-image] Dec 16 20:48:41.038 INFO O| Dec 16 20:48:41.038 INFO STEP 22 (remove_files) COMPLETE |
8852 | 2024-12-16T20:48:42.564Z | [ host-image] Dec 16 20:48:41.038 INFO O| Dec 16 20:48:41.038 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8853 | 2024-12-16T20:48:42.583Z | [ host-image] Dec 16 20:48:41.057 INFO O| Dec 16 20:48:41.057 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8854 | 2024-12-16T20:48:42.583Z | [ host-image] Dec 16 20:48:41.057 INFO O| Dec 16 20:48:41.057 INFO STEP 23 (remove_files) COMPLETE |
8855 | 2024-12-16T20:48:42.586Z | [ host-image] Dec 16 20:48:41.057 INFO O| Dec 16 20:48:41.057 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8856 | 2024-12-16T20:48:42.615Z | [ host-image] Dec 16 20:48:41.089 INFO O| Dec 16 20:48:41.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8857 | 2024-12-16T20:48:42.617Z | [ host-image] Dec 16 20:48:41.089 INFO O| Dec 16 20:48:41.089 INFO STEP 24 (remove_files) COMPLETE |
8858 | 2024-12-16T20:48:42.617Z | [ host-image] Dec 16 20:48:41.090 INFO O| Dec 16 20:48:41.089 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8859 | 2024-12-16T20:48:42.635Z | [ host-image] Dec 16 20:48:41.108 INFO O| Dec 16 20:48:41.108 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8860 | 2024-12-16T20:48:42.635Z | [ host-image] Dec 16 20:48:41.108 INFO O| Dec 16 20:48:41.108 INFO STEP 25 (remove_files) COMPLETE |
8861 | 2024-12-16T20:48:42.638Z | [ host-image] Dec 16 20:48:41.108 INFO O| Dec 16 20:48:41.108 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8862 | 2024-12-16T20:48:42.651Z | [ host-image] Dec 16 20:48:41.125 INFO O| Dec 16 20:48:41.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8863 | 2024-12-16T20:48:42.653Z | [ host-image] Dec 16 20:48:41.125 INFO O| Dec 16 20:48:41.125 INFO STEP 26 (remove_files) COMPLETE |
8864 | 2024-12-16T20:48:42.653Z | [ host-image] Dec 16 20:48:41.125 INFO O| Dec 16 20:48:41.125 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8865 | 2024-12-16T20:48:42.666Z | [ host-image] Dec 16 20:48:41.140 INFO O| Dec 16 20:48:41.140 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8866 | 2024-12-16T20:48:42.666Z | [ host-image] Dec 16 20:48:41.140 INFO O| Dec 16 20:48:41.140 INFO STEP 27 (remove_files) COMPLETE |
8867 | 2024-12-16T20:48:42.669Z | [ host-image] Dec 16 20:48:41.141 INFO O| Dec 16 20:48:41.140 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8868 | 2024-12-16T20:48:42.712Z | [ host-image] Dec 16 20:48:41.186 INFO O| Dec 16 20:48:41.186 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8869 | 2024-12-16T20:48:42.712Z | [ host-image] Dec 16 20:48:41.186 INFO O| Dec 16 20:48:41.186 INFO STEP 28 (remove_files) COMPLETE |
8870 | 2024-12-16T20:48:42.714Z | [ host-image] Dec 16 20:48:41.186 INFO O| Dec 16 20:48:41.186 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8871 | 2024-12-16T20:48:42.729Z | [ host-image] Dec 16 20:48:41.203 INFO O| Dec 16 20:48:41.203 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8872 | 2024-12-16T20:48:42.729Z | [ host-image] Dec 16 20:48:41.203 INFO O| Dec 16 20:48:41.203 INFO STEP 29 (remove_files) COMPLETE |
8873 | 2024-12-16T20:48:42.732Z | [ host-image] Dec 16 20:48:41.204 INFO O| Dec 16 20:48:41.203 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8874 | 2024-12-16T20:48:42.757Z | [ host-image] Dec 16 20:48:41.231 INFO O| Dec 16 20:48:41.222 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8875 | 2024-12-16T20:48:42.757Z | [ host-image] Dec 16 20:48:41.231 INFO O| Dec 16 20:48:41.222 INFO STEP 30 (remove_files) COMPLETE |
8876 | 2024-12-16T20:48:42.757Z | [ host-image] Dec 16 20:48:41.231 INFO O| Dec 16 20:48:41.222 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8877 | 2024-12-16T20:48:42.788Z | [ host-image] Dec 16 20:48:41.262 INFO O| Dec 16 20:48:41.262 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8878 | 2024-12-16T20:48:42.788Z | [ host-image] Dec 16 20:48:41.262 INFO O| Dec 16 20:48:41.262 INFO STEP 31 (remove_files) COMPLETE |
8879 | 2024-12-16T20:48:42.792Z | [ host-image] Dec 16 20:48:41.262 INFO O| Dec 16 20:48:41.262 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8880 | 2024-12-16T20:48:42.808Z | [ host-image] Dec 16 20:48:41.282 INFO O| Dec 16 20:48:41.282 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8881 | 2024-12-16T20:48:42.808Z | [ host-image] Dec 16 20:48:41.282 INFO O| Dec 16 20:48:41.282 INFO STEP 32 (remove_files) COMPLETE |
8882 | 2024-12-16T20:48:42.808Z | [ host-image] Dec 16 20:48:41.282 INFO O| Dec 16 20:48:41.282 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8883 | 2024-12-16T20:48:42.826Z | [ host-image] Dec 16 20:48:41.299 INFO O| Dec 16 20:48:41.299 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8884 | 2024-12-16T20:48:42.826Z | [ host-image] Dec 16 20:48:41.299 INFO O| Dec 16 20:48:41.299 INFO STEP 33 (remove_files) COMPLETE |
8885 | 2024-12-16T20:48:42.826Z | [ host-image] Dec 16 20:48:41.299 INFO O| Dec 16 20:48:41.299 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8886 | 2024-12-16T20:48:42.840Z | [ host-image] Dec 16 20:48:41.314 INFO O| Dec 16 20:48:41.314 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8887 | 2024-12-16T20:48:42.843Z | [ host-image] Dec 16 20:48:41.315 INFO O| Dec 16 20:48:41.315 INFO STEP 34 (remove_files) COMPLETE |
8888 | 2024-12-16T20:48:42.843Z | [ host-image] Dec 16 20:48:41.315 INFO O| Dec 16 20:48:41.315 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8889 | 2024-12-16T20:48:42.861Z | [ host-image] Dec 16 20:48:41.335 INFO O| Dec 16 20:48:41.335 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8890 | 2024-12-16T20:48:42.861Z | [ host-image] Dec 16 20:48:41.335 INFO O| Dec 16 20:48:41.335 INFO STEP 35 (remove_files) COMPLETE |
8891 | 2024-12-16T20:48:42.861Z | [ host-image] Dec 16 20:48:41.335 INFO O| Dec 16 20:48:41.335 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8892 | 2024-12-16T20:48:42.881Z | [ host-image] Dec 16 20:48:41.354 INFO O| Dec 16 20:48:41.354 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8893 | 2024-12-16T20:48:42.881Z | [ host-image] Dec 16 20:48:41.354 INFO O| Dec 16 20:48:41.354 INFO STEP 36 (remove_files) COMPLETE |
8894 | 2024-12-16T20:48:42.881Z | [ host-image] Dec 16 20:48:41.354 INFO O| Dec 16 20:48:41.354 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8895 | 2024-12-16T20:48:42.904Z | [ host-image] Dec 16 20:48:41.378 INFO O| Dec 16 20:48:41.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8896 | 2024-12-16T20:48:42.904Z | [ host-image] Dec 16 20:48:41.379 INFO O| Dec 16 20:48:41.378 INFO STEP 37 (remove_files) COMPLETE |
8897 | 2024-12-16T20:48:42.907Z | [ host-image] Dec 16 20:48:41.379 INFO O| Dec 16 20:48:41.379 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8898 | 2024-12-16T20:48:42.921Z | [ host-image] Dec 16 20:48:41.395 INFO O| Dec 16 20:48:41.395 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8899 | 2024-12-16T20:48:42.921Z | [ host-image] Dec 16 20:48:41.395 INFO O| Dec 16 20:48:41.395 INFO STEP 38 (remove_files) COMPLETE |
8900 | 2024-12-16T20:48:42.923Z | [ host-image] Dec 16 20:48:41.395 INFO O| Dec 16 20:48:41.395 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8901 | 2024-12-16T20:48:42.937Z | [ host-image] Dec 16 20:48:41.411 INFO O| Dec 16 20:48:41.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8902 | 2024-12-16T20:48:42.937Z | [ host-image] Dec 16 20:48:41.411 INFO O| Dec 16 20:48:41.411 INFO STEP 39 (remove_files) COMPLETE |
8903 | 2024-12-16T20:48:42.939Z | [ host-image] Dec 16 20:48:41.411 INFO O| Dec 16 20:48:41.411 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8904 | 2024-12-16T20:48:42.965Z | [ host-image] Dec 16 20:48:41.439 INFO O| Dec 16 20:48:41.439 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8905 | 2024-12-16T20:48:42.965Z | [ host-image] Dec 16 20:48:41.439 INFO O| Dec 16 20:48:41.439 INFO STEP 40 (remove_files) COMPLETE |
8906 | 2024-12-16T20:48:42.965Z | [ host-image] Dec 16 20:48:41.439 INFO O| Dec 16 20:48:41.439 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8907 | 2024-12-16T20:48:42.997Z | [ host-image] Dec 16 20:48:41.471 INFO O| Dec 16 20:48:41.471 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8908 | 2024-12-16T20:48:42.997Z | [ host-image] Dec 16 20:48:41.471 INFO O| Dec 16 20:48:41.471 INFO STEP 41 (remove_files) COMPLETE |
8909 | 2024-12-16T20:48:43.000Z | [ host-image] Dec 16 20:48:41.471 INFO O| Dec 16 20:48:41.471 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8910 | 2024-12-16T20:48:43.055Z | [ host-image] Dec 16 20:48:41.529 INFO O| Dec 16 20:48:41.529 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8911 | 2024-12-16T20:48:43.055Z | [ host-image] Dec 16 20:48:41.530 INFO O| Dec 16 20:48:41.530 INFO STEP 42 (remove_files) COMPLETE |
8912 | 2024-12-16T20:48:43.059Z | [ host-image] Dec 16 20:48:41.530 INFO O| Dec 16 20:48:41.530 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8913 | 2024-12-16T20:48:43.073Z | [ host-image] Dec 16 20:48:41.547 INFO O| Dec 16 20:48:41.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8914 | 2024-12-16T20:48:43.073Z | [ host-image] Dec 16 20:48:41.547 INFO O| Dec 16 20:48:41.547 INFO STEP 43 (remove_files) COMPLETE |
8915 | 2024-12-16T20:48:43.077Z | [ host-image] Dec 16 20:48:41.547 INFO O| Dec 16 20:48:41.547 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8916 | 2024-12-16T20:48:43.090Z | [ host-image] Dec 16 20:48:41.564 INFO O| Dec 16 20:48:41.564 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8917 | 2024-12-16T20:48:43.090Z | [ host-image] Dec 16 20:48:41.564 INFO O| Dec 16 20:48:41.564 INFO STEP 44 (remove_files) COMPLETE |
8918 | 2024-12-16T20:48:43.090Z | [ host-image] Dec 16 20:48:41.564 INFO O| Dec 16 20:48:41.564 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8919 | 2024-12-16T20:48:43.107Z | [ host-image] Dec 16 20:48:41.581 INFO O| Dec 16 20:48:41.581 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8920 | 2024-12-16T20:48:43.107Z | [ host-image] Dec 16 20:48:41.581 INFO O| Dec 16 20:48:41.581 INFO STEP 45 (remove_files) COMPLETE |
8921 | 2024-12-16T20:48:43.107Z | [ host-image] Dec 16 20:48:41.581 INFO O| Dec 16 20:48:41.581 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8922 | 2024-12-16T20:48:43.130Z | [ host-image] Dec 16 20:48:41.603 INFO O| Dec 16 20:48:41.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8923 | 2024-12-16T20:48:43.130Z | [ host-image] Dec 16 20:48:41.603 INFO O| Dec 16 20:48:41.603 INFO STEP 46 (remove_files) COMPLETE |
8924 | 2024-12-16T20:48:43.133Z | [ host-image] Dec 16 20:48:41.603 INFO O| Dec 16 20:48:41.603 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8925 | 2024-12-16T20:48:43.154Z | [ host-image] Dec 16 20:48:41.625 INFO O| Dec 16 20:48:41.625 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8926 | 2024-12-16T20:48:43.155Z | [ host-image] Dec 16 20:48:41.625 INFO O| Dec 16 20:48:41.625 INFO STEP 47 (remove_files) COMPLETE |
8927 | 2024-12-16T20:48:43.158Z | [ host-image] Dec 16 20:48:41.625 INFO O| Dec 16 20:48:41.625 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8928 | 2024-12-16T20:48:43.192Z | [ host-image] Dec 16 20:48:41.665 INFO O| Dec 16 20:48:41.665 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8929 | 2024-12-16T20:48:43.192Z | [ host-image] Dec 16 20:48:41.665 INFO O| Dec 16 20:48:41.665 INFO STEP 48 (remove_files) COMPLETE |
8930 | 2024-12-16T20:48:43.192Z | [ host-image] Dec 16 20:48:41.665 INFO O| Dec 16 20:48:41.665 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8931 | 2024-12-16T20:48:43.246Z | [ host-image] Dec 16 20:48:41.720 INFO O| Dec 16 20:48:41.719 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8932 | 2024-12-16T20:48:43.246Z | [ host-image] Dec 16 20:48:41.720 INFO O| Dec 16 20:48:41.720 INFO STEP 49 (remove_files) COMPLETE |
8933 | 2024-12-16T20:48:43.250Z | [ host-image] Dec 16 20:48:41.720 INFO O| Dec 16 20:48:41.720 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8934 | 2024-12-16T20:48:43.263Z | [ host-image] Dec 16 20:48:41.737 INFO O| Dec 16 20:48:41.737 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8935 | 2024-12-16T20:48:43.263Z | [ host-image] Dec 16 20:48:41.737 INFO O| Dec 16 20:48:41.737 INFO STEP 50 (remove_files) COMPLETE |
8936 | 2024-12-16T20:48:43.265Z | [ host-image] Dec 16 20:48:41.737 INFO O| Dec 16 20:48:41.737 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8937 | 2024-12-16T20:48:43.281Z | [ host-image] Dec 16 20:48:41.755 INFO O| Dec 16 20:48:41.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8938 | 2024-12-16T20:48:43.281Z | [ host-image] Dec 16 20:48:41.755 INFO O| Dec 16 20:48:41.755 INFO STEP 51 (remove_files) COMPLETE |
8939 | 2024-12-16T20:48:43.281Z | [ host-image] Dec 16 20:48:41.755 INFO O| Dec 16 20:48:41.755 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8940 | 2024-12-16T20:48:43.298Z | [ host-image] Dec 16 20:48:41.772 INFO O| Dec 16 20:48:41.772 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8941 | 2024-12-16T20:48:43.298Z | [ host-image] Dec 16 20:48:41.772 INFO O| Dec 16 20:48:41.772 INFO STEP 52 (remove_files) COMPLETE |
8942 | 2024-12-16T20:48:43.298Z | [ host-image] Dec 16 20:48:41.772 INFO O| Dec 16 20:48:41.772 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8943 | 2024-12-16T20:48:43.316Z | [ recovery-image] Dec 16 20:48:41.789 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) |
8944 | 2024-12-16T20:48:43.322Z | [ host-image] Dec 16 20:48:41.791 INFO O| Dec 16 20:48:41.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8945 | 2024-12-16T20:48:43.322Z | [ host-image] Dec 16 20:48:41.791 INFO O| Dec 16 20:48:41.791 INFO STEP 53 (remove_files) COMPLETE |
8946 | 2024-12-16T20:48:43.323Z | [ host-image] Dec 16 20:48:41.791 INFO O| Dec 16 20:48:41.791 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8947 | 2024-12-16T20:48:43.334Z | [ host-image] Dec 16 20:48:41.808 INFO O| Dec 16 20:48:41.807 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8948 | 2024-12-16T20:48:43.334Z | [ host-image] Dec 16 20:48:41.808 INFO O| Dec 16 20:48:41.808 INFO STEP 54 (remove_files) COMPLETE |
8949 | 2024-12-16T20:48:43.337Z | [ host-image] Dec 16 20:48:41.808 INFO O| Dec 16 20:48:41.808 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8950 | 2024-12-16T20:48:43.351Z | [ host-image] Dec 16 20:48:41.825 INFO O| Dec 16 20:48:41.825 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8951 | 2024-12-16T20:48:43.351Z | [ host-image] Dec 16 20:48:41.825 INFO O| Dec 16 20:48:41.825 INFO STEP 55 (remove_files) COMPLETE |
8952 | 2024-12-16T20:48:43.351Z | [ host-image] Dec 16 20:48:41.825 INFO O| Dec 16 20:48:41.825 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8953 | 2024-12-16T20:48:43.405Z | [ host-image] Dec 16 20:48:41.879 INFO O| Dec 16 20:48:41.879 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8954 | 2024-12-16T20:48:43.405Z | [ host-image] Dec 16 20:48:41.879 INFO O| Dec 16 20:48:41.879 INFO STEP 56 (remove_files) COMPLETE |
8955 | 2024-12-16T20:48:43.405Z | [ host-image] Dec 16 20:48:41.879 INFO O| Dec 16 20:48:41.879 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8956 | 2024-12-16T20:48:43.423Z | [ host-image] Dec 16 20:48:41.897 INFO O| Dec 16 20:48:41.897 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8957 | 2024-12-16T20:48:43.424Z | [ host-image] Dec 16 20:48:41.897 INFO O| Dec 16 20:48:41.897 INFO STEP 57 (remove_files) COMPLETE |
8958 | 2024-12-16T20:48:43.427Z | [ host-image] Dec 16 20:48:41.897 INFO O| Dec 16 20:48:41.897 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8959 | 2024-12-16T20:48:43.459Z | [ host-image] Dec 16 20:48:41.933 INFO O| Dec 16 20:48:41.933 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8960 | 2024-12-16T20:48:43.460Z | [ host-image] Dec 16 20:48:41.933 INFO O| Dec 16 20:48:41.933 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8961 | 2024-12-16T20:48:43.462Z | [ host-image] Dec 16 20:48:41.934 INFO O| Dec 16 20:48:41.933 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8962 | 2024-12-16T20:48:43.462Z | [ host-image] Dec 16 20:48:41.934 INFO O| Dec 16 20:48:41.934 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8963 | 2024-12-16T20:48:43.462Z | [ host-image] Dec 16 20:48:41.934 INFO O| Dec 16 20:48:41.934 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8964 | 2024-12-16T20:48:43.462Z | [ host-image] Dec 16 20:48:41.934 INFO O| Dec 16 20:48:41.934 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8965 | 2024-12-16T20:48:43.462Z | [ host-image] Dec 16 20:48:41.934 INFO O| Dec 16 20:48:41.934 INFO ok! |
8966 | 2024-12-16T20:48:43.462Z | [ host-image] Dec 16 20:48:41.934 INFO O| Dec 16 20:48:41.934 INFO STEP 58 (ensure_file) COMPLETE |
8967 | 2024-12-16T20:48:43.462Z | [ host-image] Dec 16 20:48:41.934 INFO O| Dec 16 20:48:41.934 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8968 | 2024-12-16T20:48:43.478Z | [ host-image] Dec 16 20:48:41.952 INFO O| Dec 16 20:48:41.952 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8969 | 2024-12-16T20:48:43.478Z | [ host-image] Dec 16 20:48:41.952 INFO O| Dec 16 20:48:41.952 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8970 | 2024-12-16T20:48:43.480Z | [ host-image] Dec 16 20:48:41.952 INFO O| Dec 16 20:48:41.952 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8971 | 2024-12-16T20:48:43.480Z | [ host-image] Dec 16 20:48:41.952 INFO O| Dec 16 20:48:41.952 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8972 | 2024-12-16T20:48:43.480Z | [ host-image] Dec 16 20:48:41.952 INFO O| Dec 16 20:48:41.952 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8973 | 2024-12-16T20:48:43.481Z | [ host-image] Dec 16 20:48:41.952 INFO O| Dec 16 20:48:41.952 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8974 | 2024-12-16T20:48:43.481Z | [ host-image] Dec 16 20:48:41.952 INFO O| Dec 16 20:48:41.952 INFO ok! |
8975 | 2024-12-16T20:48:43.481Z | [ host-image] Dec 16 20:48:41.952 INFO O| Dec 16 20:48:41.952 INFO STEP 59 (ensure_file) COMPLETE |
8976 | 2024-12-16T20:48:43.481Z | [ host-image] Dec 16 20:48:41.952 INFO O| Dec 16 20:48:41.952 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8977 | 2024-12-16T20:48:43.497Z | [ host-image] Dec 16 20:48:41.971 INFO O| Dec 16 20:48:41.971 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8978 | 2024-12-16T20:48:43.497Z | [ host-image] Dec 16 20:48:41.971 INFO O| Dec 16 20:48:41.971 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8979 | 2024-12-16T20:48:43.500Z | [ host-image] Dec 16 20:48:41.971 INFO O| Dec 16 20:48:41.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8980 | 2024-12-16T20:48:43.500Z | [ host-image] Dec 16 20:48:41.971 INFO O| Dec 16 20:48:41.971 INFO ok! |
8981 | 2024-12-16T20:48:43.500Z | [ host-image] Dec 16 20:48:41.971 INFO O| Dec 16 20:48:41.971 INFO STEP 60 (ensure_file) COMPLETE |
8982 | 2024-12-16T20:48:43.500Z | [ host-image] Dec 16 20:48:41.972 INFO O| Dec 16 20:48:41.971 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8983 | 2024-12-16T20:48:43.516Z | [ host-image] Dec 16 20:48:41.990 INFO O| Dec 16 20:48:41.990 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8984 | 2024-12-16T20:48:43.516Z | [ host-image] Dec 16 20:48:41.990 INFO O| Dec 16 20:48:41.990 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8985 | 2024-12-16T20:48:43.518Z | [ host-image] Dec 16 20:48:41.990 INFO O| Dec 16 20:48:41.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8986 | 2024-12-16T20:48:43.519Z | [ host-image] Dec 16 20:48:41.990 INFO O| Dec 16 20:48:41.990 INFO ok! |
8987 | 2024-12-16T20:48:43.519Z | [ host-image] Dec 16 20:48:41.990 INFO O| Dec 16 20:48:41.990 INFO STEP 61 (ensure_file) COMPLETE |
8988 | 2024-12-16T20:48:43.519Z | [ host-image] Dec 16 20:48:41.990 INFO O| Dec 16 20:48:41.990 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8989 | 2024-12-16T20:48:43.534Z | [ host-image] Dec 16 20:48:42.008 INFO O| Dec 16 20:48:42.007 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8990 | 2024-12-16T20:48:43.534Z | [ host-image] Dec 16 20:48:42.008 INFO O| Dec 16 20:48:42.008 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8991 | 2024-12-16T20:48:43.534Z | [ host-image] Dec 16 20:48:42.008 INFO O| Dec 16 20:48:42.008 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8992 | 2024-12-16T20:48:43.536Z | [ host-image] Dec 16 20:48:42.008 INFO O| Dec 16 20:48:42.008 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8993 | 2024-12-16T20:48:43.536Z | [ host-image] Dec 16 20:48:42.008 INFO O| Dec 16 20:48:42.008 INFO ok! |
8994 | 2024-12-16T20:48:43.536Z | [ host-image] Dec 16 20:48:42.008 INFO O| Dec 16 20:48:42.008 INFO STEP 62 (ensure_file) COMPLETE |
8995 | 2024-12-16T20:48:43.536Z | [ host-image] Dec 16 20:48:42.008 INFO O| Dec 16 20:48:42.008 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8996 | 2024-12-16T20:48:43.553Z | [ host-image] Dec 16 20:48:42.025 INFO O| Dec 16 20:48:42.025 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8997 | 2024-12-16T20:48:43.553Z | [ host-image] Dec 16 20:48:42.026 INFO O| Dec 16 20:48:42.025 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8998 | 2024-12-16T20:48:43.553Z | [ host-image] Dec 16 20:48:42.026 INFO O| Dec 16 20:48:42.026 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8999 | 2024-12-16T20:48:43.557Z | [ host-image] Dec 16 20:48:42.026 INFO O| Dec 16 20:48:42.026 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9000 | 2024-12-16T20:48:43.557Z | [ host-image] Dec 16 20:48:42.026 INFO O| Dec 16 20:48:42.026 INFO ok! |
9001 | 2024-12-16T20:48:43.557Z | [ host-image] Dec 16 20:48:42.026 INFO O| Dec 16 20:48:42.026 INFO STEP 63 (ensure_file) COMPLETE |
9002 | 2024-12-16T20:48:43.557Z | [ host-image] Dec 16 20:48:42.026 INFO O| Dec 16 20:48:42.026 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9003 | 2024-12-16T20:48:43.643Z | [ host-image] Dec 16 20:48:42.116 INFO O| Dec 16 20:48:42.116 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9004 | 2024-12-16T20:48:43.643Z | [ host-image] Dec 16 20:48:42.116 INFO O| Dec 16 20:48:42.116 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9005 | 2024-12-16T20:48:43.643Z | [ host-image] Dec 16 20:48:42.117 INFO O| Dec 16 20:48:42.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9006 | 2024-12-16T20:48:43.643Z | [ host-image] Dec 16 20:48:42.117 INFO O| Dec 16 20:48:42.117 INFO ok! |
9007 | 2024-12-16T20:48:43.645Z | [ host-image] Dec 16 20:48:42.117 INFO O| Dec 16 20:48:42.117 INFO STEP 64 (assemble_files) COMPLETE |
9008 | 2024-12-16T20:48:43.645Z | [ host-image] Dec 16 20:48:42.117 INFO O| Dec 16 20:48:42.117 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9009 | 2024-12-16T20:48:43.664Z | [ host-image] Dec 16 20:48:42.138 INFO O| Dec 16 20:48:42.138 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9010 | 2024-12-16T20:48:43.664Z | [ host-image] Dec 16 20:48:42.138 INFO O| Dec 16 20:48:42.138 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9011 | 2024-12-16T20:48:43.664Z | [ host-image] Dec 16 20:48:42.138 INFO O| Dec 16 20:48:42.138 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9012 | 2024-12-16T20:48:43.668Z | [ host-image] Dec 16 20:48:42.138 INFO O| Dec 16 20:48:42.138 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9013 | 2024-12-16T20:48:43.668Z | [ host-image] Dec 16 20:48:42.138 INFO O| Dec 16 20:48:42.138 INFO ok! |
9014 | 2024-12-16T20:48:43.669Z | [ host-image] Dec 16 20:48:42.138 INFO O| Dec 16 20:48:42.138 INFO STEP 65 (ensure_file) COMPLETE |
9015 | 2024-12-16T20:48:43.669Z | [ host-image] Dec 16 20:48:42.138 INFO O| Dec 16 20:48:42.138 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9016 | 2024-12-16T20:48:43.701Z | [ host-image] Dec 16 20:48:42.175 INFO O| Dec 16 20:48:42.175 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9017 | 2024-12-16T20:48:43.704Z | [ host-image] Dec 16 20:48:42.175 INFO O| Dec 16 20:48:42.175 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9018 | 2024-12-16T20:48:43.704Z | [ host-image] Dec 16 20:48:42.175 INFO O| Dec 16 20:48:42.175 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9019 | 2024-12-16T20:48:43.704Z | [ host-image] Dec 16 20:48:42.175 INFO O| Dec 16 20:48:42.175 INFO STEP 66 (ensure_dir) COMPLETE |
9020 | 2024-12-16T20:48:43.704Z | [ host-image] Dec 16 20:48:42.175 INFO O| Dec 16 20:48:42.175 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9021 | 2024-12-16T20:48:43.765Z | [ host-image] Dec 16 20:48:42.239 INFO O| Dec 16 20:48:42.239 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9022 | 2024-12-16T20:48:43.765Z | [ host-image] Dec 16 20:48:42.239 INFO O| Dec 16 20:48:42.239 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 ... |
9023 | 2024-12-16T20:48:43.781Z | [ host-image] Dec 16 20:48:42.255 INFO O| Dec 16 20:48:42.254 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 |
9024 | 2024-12-16T20:48:43.781Z | [ host-image] Dec 16 20:48:42.255 INFO O| Dec 16 20:48:42.254 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9025 | 2024-12-16T20:48:43.783Z | [ host-image] Dec 16 20:48:42.255 INFO O| Dec 16 20:48:42.255 INFO ok! |
9026 | 2024-12-16T20:48:43.783Z | [ host-image] Dec 16 20:48:42.255 INFO O| Dec 16 20:48:42.255 INFO STEP 67 (ensure_file) COMPLETE |
9027 | 2024-12-16T20:48:43.783Z | [ host-image] Dec 16 20:48:42.255 INFO O| Dec 16 20:48:42.255 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9028 | 2024-12-16T20:48:43.809Z | [ host-image] Dec 16 20:48:42.283 INFO O| Dec 16 20:48:42.282 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9029 | 2024-12-16T20:48:43.809Z | [ host-image] Dec 16 20:48:42.283 INFO O| Dec 16 20:48:42.282 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 ... |
9030 | 2024-12-16T20:48:43.811Z | [ host-image] Dec 16 20:48:42.283 INFO O| Dec 16 20:48:42.283 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 |
9031 | 2024-12-16T20:48:43.811Z | [ host-image] Dec 16 20:48:42.283 INFO O| Dec 16 20:48:42.283 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9032 | 2024-12-16T20:48:43.811Z | [ host-image] Dec 16 20:48:42.283 INFO O| Dec 16 20:48:42.283 INFO ok! |
9033 | 2024-12-16T20:48:43.812Z | [ host-image] Dec 16 20:48:42.283 INFO O| Dec 16 20:48:42.283 INFO STEP 68 (ensure_file) COMPLETE |
9034 | 2024-12-16T20:48:43.812Z | [ host-image] Dec 16 20:48:42.283 INFO O| Dec 16 20:48:42.283 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9035 | 2024-12-16T20:48:43.836Z | [ host-image] Dec 16 20:48:42.310 INFO O| Dec 16 20:48:42.310 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9036 | 2024-12-16T20:48:43.837Z | [ host-image] Dec 16 20:48:42.310 INFO O| Dec 16 20:48:42.310 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9037 | 2024-12-16T20:48:49.252Z | [ recovery-image] Dec 16 20:48:47.725 INFO E| Compiling bitflags v1.3.2 |
9038 | 2024-12-16T20:48:49.252Z | [ recovery-image] Dec 16 20:48:47.725 INFO E| Compiling plain v0.2.3 |
9039 | 2024-12-16T20:48:49.252Z | [ recovery-image] Dec 16 20:48:47.725 INFO E| Compiling adler2 v2.0.0 |
9040 | 2024-12-16T20:48:49.255Z | [ recovery-image] Dec 16 20:48:47.725 INFO E| Compiling bit_field v0.10.2 |
9041 | 2024-12-16T20:48:49.255Z | [ recovery-image] Dec 16 20:48:47.725 INFO E| Compiling log v0.4.22 |
9042 | 2024-12-16T20:48:49.255Z | [ recovery-image] Dec 16 20:48:47.725 INFO E| Compiling scroll v0.12.0 |
9043 | 2024-12-16T20:48:49.255Z | [ recovery-image] Dec 16 20:48:47.725 INFO E| Compiling bitstruct v0.1.1 |
9044 | 2024-12-16T20:48:49.381Z | [ recovery-image] Dec 16 20:48:47.854 INFO E| Compiling raw-cpuid v10.7.0 |
9045 | 2024-12-16T20:48:49.392Z | [ recovery-image] Dec 16 20:48:47.865 INFO E| Compiling cpio_reader v0.1.1 |
9046 | 2024-12-16T20:48:49.784Z | [ recovery-image] Dec 16 20:48:48.256 INFO E| Compiling miniz_oxide v0.8.0 |
9047 | 2024-12-16T20:48:49.881Z | [ recovery-image] Dec 16 20:48:48.354 INFO E| Compiling static_assertions v1.1.0 |
9048 | 2024-12-16T20:48:50.063Z | [ recovery-image] Dec 16 20:48:48.536 INFO E| Compiling goblin v0.8.2 |
9049 | 2024-12-16T20:48:57.115Z | [ host-image] Dec 16 20:48:55.586 INFO O| Dec 16 20:48:55.586 INFO STEP 69 (pack_tar) COMPLETE |
9050 | 2024-12-16T20:48:57.115Z | [ host-image] Dec 16 20:48:55.586 INFO O| Dec 16 20:48:55.586 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9051 | 2024-12-16T20:48:57.117Z | [ host-image] Dec 16 20:48:55.586 INFO O| Dec 16 20:48:55.586 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9052 | 2024-12-16T20:48:57.245Z | [ host-image] Dec 16 20:48:55.717 INFO O| Dec 16 20:48:55.717 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9053 | 2024-12-16T20:48:57.348Z | [ host-image] Dec 16 20:48:55.819 INFO O| Dec 16 20:48:55.819 INFO completed processing gimlet/ramdisk-02-trim |
9054 | 2024-12-16T20:48:57.351Z | [ host-image] Dec 16 20:48:55.822 INFO image builder template: zfs... |
9055 | 2024-12-16T20:48:57.351Z | [ host-image] Dec 16 20:48:55.822 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/.tmppeKgUt/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 |
9056 | 2024-12-16T20:48:57.374Z | [ host-image] Dec 16 20:48:55.844 INFO O| Dec 16 20:48:55.844 INFO skip include "stress" because feature "stress" is not enabled |
9057 | 2024-12-16T20:48:57.428Z | [ host-image] Dec 16 20:48:55.897 INFO O| Dec 16 20:48:55.897 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9058 | 2024-12-16T20:48:57.447Z | [ host-image] Dec 16 20:48:55.918 INFO O| Dec 16 20:48:55.918 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9059 | 2024-12-16T20:48:57.537Z | [ host-image] Dec 16 20:48:56.008 INFO O| Dec 16 20:48:56.008 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9060 | 2024-12-16T20:48:57.668Z | [ host-image] Dec 16 20:48:56.139 INFO O| Dec 16 20:48:56.139 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9061 | 2024-12-16T20:48:57.670Z | [ host-image] Dec 16 20:48:56.139 INFO O| Dec 16 20:48:56.139 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9062 | 2024-12-16T20:48:57.680Z | [ host-image] Dec 16 20:48:56.152 INFO O| Dec 16 20:48:56.152 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9063 | 2024-12-16T20:48:57.779Z | [ host-image] Dec 16 20:48:56.250 INFO O| Dec 16 20:48:56.250 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9064 | 2024-12-16T20:48:57.948Z | [ host-image] Dec 16 20:48:56.419 INFO O| Dec 16 20:48:56.419 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9065 | 2024-12-16T20:48:57.982Z | [ host-image] Dec 16 20:48:56.453 INFO O| Dec 16 20:48:56.453 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9066 | 2024-12-16T20:48:58.032Z | [ host-image] Dec 16 20:48:56.503 INFO O| Dec 16 20:48:56.503 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9067 | 2024-12-16T20:48:58.032Z | [ host-image] Dec 16 20:48:56.503 INFO O| Dec 16 20:48:56.503 INFO no lofi found |
9068 | 2024-12-16T20:48:58.034Z | [ host-image] Dec 16 20:48:56.503 INFO O| Dec 16 20:48:56.503 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9069 | 2024-12-16T20:48:58.034Z | [ host-image] Dec 16 20:48:56.503 INFO O| Dec 16 20:48:56.503 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9070 | 2024-12-16T20:49:00.541Z | [ host-image] Dec 16 20:48:59.012 INFO O| Dec 16 20:48:59.012 INFO lofi device = /dev/dsk/c2t1d0p0 |
9071 | 2024-12-16T20:49:00.541Z | [ host-image] Dec 16 20:48:59.012 INFO O| Dec 16 20:48:59.012 INFO pool device = /dev/dsk/c2t1d0p0 |
9072 | 2024-12-16T20:49:00.543Z | [ host-image] Dec 16 20:48:59.012 INFO O| Dec 16 20:48:59.012 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"] |
9073 | 2024-12-16T20:49:00.757Z | [ host-image] Dec 16 20:48:59.227 INFO O| Dec 16 20:48:59.227 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9074 | 2024-12-16T20:49:00.757Z | [ host-image] Dec 16 20:48:59.227 INFO O| Dec 16 20:48:59.227 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9075 | 2024-12-16T20:49:00.789Z | [ host-image] Dec 16 20:48:59.260 INFO O| Dec 16 20:48:59.260 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9076 | 2024-12-16T20:49:00.902Z | [ host-image] Dec 16 20:48:59.373 INFO O| Dec 16 20:48:59.372 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9077 | 2024-12-16T20:49:00.972Z | [ host-image] Dec 16 20:48:59.443 INFO O| Dec 16 20:48:59.443 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9078 | 2024-12-16T20:49:00.999Z | [ host-image] Dec 16 20:48:59.470 INFO O| Dec 16 20:48:59.470 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9079 | 2024-12-16T20:49:01.043Z | [ host-image] Dec 16 20:48:59.514 INFO O| Dec 16 20:48:59.514 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9080 | 2024-12-16T20:49:01.155Z | [ host-image] Dec 16 20:48:59.626 INFO O| Dec 16 20:48:59.625 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9081 | 2024-12-16T20:49:01.157Z | [ host-image] Dec 16 20:48:59.626 INFO O| Dec 16 20:48:59.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9082 | 2024-12-16T20:49:01.157Z | [ host-image] Dec 16 20:48:59.626 INFO O| Dec 16 20:48:59.626 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9083 | 2024-12-16T20:49:01.168Z | [ host-image] Dec 16 20:48:59.639 INFO O| Dec 16 20:48:59.639 INFO boot environment UUID: fcd34f21-6bc4-47ed-be87-953f60282691 |
9084 | 2024-12-16T20:49:01.168Z | [ host-image] Dec 16 20:48:59.639 INFO O| Dec 16 20:48:59.639 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = fcd34f21-6bc4-47ed-be87-953f60282691 |
9085 | 2024-12-16T20:49:01.189Z | [ host-image] Dec 16 20:48:59.660 INFO O| Dec 16 20:48:59.660 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9086 | 2024-12-16T20:49:01.220Z | [ host-image] Dec 16 20:48:59.691 INFO O| Dec 16 20:48:59.691 INFO STEP 0 (create_be) COMPLETE |
9087 | 2024-12-16T20:49:01.220Z | [ host-image] Dec 16 20:48:59.691 INFO O| Dec 16 20:48:59.691 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9088 | 2024-12-16T20:49:01.288Z | [ host-image] Dec 16 20:48:59.758 INFO O| Dec 16 20:48:59.758 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9089 | 2024-12-16T20:49:02.560Z | [ recovery-image] Dec 16 20:49:01.021 INFO E| Finished `release` profile [optimized] target(s) in 1m 00s |
9090 | 2024-12-16T20:49:02.583Z | [ recovery-image] Dec 16 20:49:01.053 INFO building host image... |
9091 | 2024-12-16T20:49:02.585Z | [ recovery-image] Dec 16 20:49:01.054 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") |
9092 | 2024-12-16T20:49:04.317Z | [ recovery-image] Dec 16 20:49:02.788 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9093 | 2024-12-16T20:49:09.357Z | [ recovery-image] Dec 16 20:49:07.826 INFO image complete! materials are in "/work/os-recovery" |
9094 | 2024-12-16T20:49:09.362Z | [ recovery-image] |
9095 | 2024-12-16T20:49:09.362Z | [ recovery-image] real 11:02.146427267 |
9096 | 2024-12-16T20:49:09.365Z | [ recovery-image] user 6:21.659608761 |
9097 | 2024-12-16T20:49:09.365Z | [ recovery-image] sys 1:01.240088385 |
9098 | 2024-12-16T20:49:09.365Z | [ recovery-image] trap 0.326946795 |
9099 | 2024-12-16T20:49:09.365Z | [ recovery-image] tflt 0.612776122 |
9100 | 2024-12-16T20:49:09.365Z | [ recovery-image] dflt 3.991330744 |
9101 | 2024-12-16T20:49:09.365Z | [ recovery-image] kflt 0.143350723 |
9102 | 2024-12-16T20:49:09.365Z | [ recovery-image] lock 25:37.335588602 |
9103 | 2024-12-16T20:49:09.365Z | [ recovery-image] slp 1:07:34.978886416 |
9104 | 2024-12-16T20:49:09.365Z | [ recovery-image] lat 4:39.766198563 |
9105 | 2024-12-16T20:49:09.365Z | [ recovery-image] stop 9.118514648 |
9106 | 2024-12-16T20:49:09.365Z | Dec 16 20:49:07.833 INFO [recovery-image] process exited with exit status: 0 (662.181873635s) |
9107 | 2024-12-16T20:49:24.012Z | [ host-image] Dec 16 20:49:22.478 INFO O| Dec 16 20:49:22.478 INFO STEP 1 (unpack_tar) COMPLETE |
9108 | 2024-12-16T20:49:24.015Z | [ host-image] Dec 16 20:49:22.478 INFO O| Dec 16 20:49:22.478 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9109 | 2024-12-16T20:49:24.027Z | [ host-image] Dec 16 20:49:22.494 INFO O| Dec 16 20:49:22.494 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9110 | 2024-12-16T20:49:24.372Z | [ host-image] Dec 16 20:49:22.838 INFO O| Dec 16 20:49:22.838 INFO STEP 2 (devfsadm) COMPLETE |
9111 | 2024-12-16T20:49:24.372Z | [ host-image] Dec 16 20:49:22.838 INFO O| Dec 16 20:49:22.838 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9112 | 2024-12-16T20:49:24.389Z | [ host-image] Dec 16 20:49:22.853 INFO O| Dec 16 20:49:22.853 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9113 | 2024-12-16T20:49:24.389Z | [ host-image] Dec 16 20:49:22.853 INFO O| Dec 16 20:49:22.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9114 | 2024-12-16T20:49:24.391Z | [ host-image] Dec 16 20:49:22.853 INFO O| Dec 16 20:49:22.853 INFO STEP 3 (ensure_dir) COMPLETE |
9115 | 2024-12-16T20:49:24.391Z | [ host-image] Dec 16 20:49:22.853 INFO O| Dec 16 20:49:22.853 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9116 | 2024-12-16T20:49:24.400Z | [ host-image] Dec 16 20:49:22.867 INFO O| Dec 16 20:49:22.867 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9117 | 2024-12-16T20:49:24.400Z | [ host-image] Dec 16 20:49:22.867 INFO O| Dec 16 20:49:22.867 INFO STEP 4 (ensure_dir) COMPLETE |
9118 | 2024-12-16T20:49:24.403Z | [ host-image] Dec 16 20:49:22.867 INFO O| Dec 16 20:49:22.867 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9119 | 2024-12-16T20:49:24.414Z | [ host-image] Dec 16 20:49:22.880 INFO O| Dec 16 20:49:22.880 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9120 | 2024-12-16T20:49:24.414Z | [ host-image] Dec 16 20:49:22.880 INFO O| Dec 16 20:49:22.880 INFO STEP 5 (ensure_dir) COMPLETE |
9121 | 2024-12-16T20:49:24.414Z | [ host-image] Dec 16 20:49:22.880 INFO O| Dec 16 20:49:22.880 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9122 | 2024-12-16T20:49:24.427Z | [ host-image] Dec 16 20:49:22.893 INFO O| Dec 16 20:49:22.893 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9123 | 2024-12-16T20:49:24.427Z | [ host-image] Dec 16 20:49:22.894 INFO O| Dec 16 20:49:22.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9124 | 2024-12-16T20:49:24.427Z | [ host-image] Dec 16 20:49:22.894 INFO O| Dec 16 20:49:22.894 INFO STEP 6 (ensure_dir) COMPLETE |
9125 | 2024-12-16T20:49:24.429Z | [ host-image] Dec 16 20:49:22.894 INFO O| Dec 16 20:49:22.894 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9126 | 2024-12-16T20:49:24.442Z | [ host-image] Dec 16 20:49:22.909 INFO O| Dec 16 20:49:22.909 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9127 | 2024-12-16T20:49:24.442Z | [ host-image] Dec 16 20:49:22.909 INFO O| Dec 16 20:49:22.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9128 | 2024-12-16T20:49:24.442Z | [ host-image] Dec 16 20:49:22.909 INFO O| Dec 16 20:49:22.909 INFO STEP 7 (ensure_dir) COMPLETE |
9129 | 2024-12-16T20:49:24.444Z | [ host-image] Dec 16 20:49:22.909 INFO O| Dec 16 20:49:22.909 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9130 | 2024-12-16T20:49:24.457Z | [ host-image] Dec 16 20:49:22.923 INFO O| Dec 16 20:49:22.923 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9131 | 2024-12-16T20:49:24.459Z | [ host-image] Dec 16 20:49:22.924 INFO O| Dec 16 20:49:22.924 INFO STEP 8 (remove_files) COMPLETE |
9132 | 2024-12-16T20:49:24.459Z | [ host-image] Dec 16 20:49:22.924 INFO O| Dec 16 20:49:22.924 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9133 | 2024-12-16T20:49:24.470Z | [ host-image] Dec 16 20:49:22.937 INFO O| Dec 16 20:49:22.937 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9134 | 2024-12-16T20:49:24.473Z | [ host-image] Dec 16 20:49:22.938 INFO O| Dec 16 20:49:22.938 INFO STEP 9 (remove_files) COMPLETE |
9135 | 2024-12-16T20:49:24.473Z | [ host-image] Dec 16 20:49:22.938 INFO O| Dec 16 20:49:22.938 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9136 | 2024-12-16T20:49:24.482Z | [ host-image] Dec 16 20:49:22.949 INFO O| Dec 16 20:49:22.949 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9137 | 2024-12-16T20:49:24.485Z | [ host-image] Dec 16 20:49:22.950 INFO O| Dec 16 20:49:22.950 INFO STEP 10 (remove_files) COMPLETE |
9138 | 2024-12-16T20:49:24.485Z | [ host-image] Dec 16 20:49:22.950 INFO O| Dec 16 20:49:22.950 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9139 | 2024-12-16T20:49:24.496Z | [ host-image] Dec 16 20:49:22.963 INFO O| Dec 16 20:49:22.963 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9140 | 2024-12-16T20:49:24.496Z | [ host-image] Dec 16 20:49:22.963 INFO O| Dec 16 20:49:22.963 INFO STEP 11 (remove_files) COMPLETE |
9141 | 2024-12-16T20:49:24.498Z | [ host-image] Dec 16 20:49:22.963 INFO O| Dec 16 20:49:22.963 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9142 | 2024-12-16T20:49:24.507Z | [ host-image] Dec 16 20:49:22.974 INFO O| Dec 16 20:49:22.974 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9143 | 2024-12-16T20:49:24.507Z | [ host-image] Dec 16 20:49:22.974 INFO O| Dec 16 20:49:22.974 INFO STEP 12 (remove_files) COMPLETE |
9144 | 2024-12-16T20:49:24.510Z | [ host-image] Dec 16 20:49:22.974 INFO O| Dec 16 20:49:22.974 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9145 | 2024-12-16T20:49:24.521Z | [ host-image] Dec 16 20:49:22.987 INFO O| Dec 16 20:49:22.987 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9146 | 2024-12-16T20:49:24.521Z | [ host-image] Dec 16 20:49:22.987 INFO O| Dec 16 20:49:22.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9147 | 2024-12-16T20:49:24.521Z | [ host-image] Dec 16 20:49:22.987 INFO O| Dec 16 20:49:22.987 INFO STEP 13 (ensure_dir) COMPLETE |
9148 | 2024-12-16T20:49:24.523Z | [ host-image] Dec 16 20:49:22.987 INFO O| Dec 16 20:49:22.987 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9149 | 2024-12-16T20:49:24.534Z | [ host-image] Dec 16 20:49:23.001 INFO O| Dec 16 20:49:23.001 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9150 | 2024-12-16T20:49:24.537Z | [ host-image] Dec 16 20:49:23.001 INFO O| Dec 16 20:49:23.001 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9151 | 2024-12-16T20:49:24.537Z | [ host-image] Dec 16 20:49:23.001 INFO O| Dec 16 20:49:23.001 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9152 | 2024-12-16T20:49:24.537Z | [ host-image] Dec 16 20:49:23.001 INFO O| Dec 16 20:49:23.001 INFO STEP 14 (ensure_dir) COMPLETE |
9153 | 2024-12-16T20:49:24.537Z | [ host-image] Dec 16 20:49:23.001 INFO O| Dec 16 20:49:23.001 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9154 | 2024-12-16T20:49:24.548Z | [ host-image] Dec 16 20:49:23.015 INFO O| Dec 16 20:49:23.015 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9155 | 2024-12-16T20:49:24.551Z | [ host-image] Dec 16 20:49:23.015 INFO O| Dec 16 20:49:23.015 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9156 | 2024-12-16T20:49:24.551Z | [ host-image] Dec 16 20:49:23.015 INFO O| Dec 16 20:49:23.015 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9157 | 2024-12-16T20:49:24.551Z | [ host-image] Dec 16 20:49:23.015 INFO O| Dec 16 20:49:23.015 INFO STEP 15 (ensure_dir) COMPLETE |
9158 | 2024-12-16T20:49:24.551Z | [ host-image] Dec 16 20:49:23.015 INFO O| Dec 16 20:49:23.015 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9159 | 2024-12-16T20:49:24.562Z | [ host-image] Dec 16 20:49:23.029 INFO O| Dec 16 20:49:23.029 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9160 | 2024-12-16T20:49:24.562Z | [ host-image] Dec 16 20:49:23.029 INFO O| Dec 16 20:49:23.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9161 | 2024-12-16T20:49:24.562Z | [ host-image] Dec 16 20:49:23.029 INFO O| Dec 16 20:49:23.029 INFO STEP 16 (ensure_dir) COMPLETE |
9162 | 2024-12-16T20:49:24.562Z | [ host-image] Dec 16 20:49:23.029 INFO O| Dec 16 20:49:23.029 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9163 | 2024-12-16T20:49:24.573Z | [ host-image] Dec 16 20:49:23.040 INFO O| Dec 16 20:49:23.040 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9164 | 2024-12-16T20:49:24.573Z | [ host-image] Dec 16 20:49:23.040 INFO O| Dec 16 20:49:23.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9165 | 2024-12-16T20:49:24.573Z | [ host-image] Dec 16 20:49:23.040 INFO O| Dec 16 20:49:23.040 INFO STEP 17 (ensure_dir) COMPLETE |
9166 | 2024-12-16T20:49:24.576Z | [ host-image] Dec 16 20:49:23.040 INFO O| Dec 16 20:49:23.040 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9167 | 2024-12-16T20:49:24.587Z | [ host-image] Dec 16 20:49:23.054 INFO O| Dec 16 20:49:23.054 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9168 | 2024-12-16T20:49:24.587Z | [ host-image] Dec 16 20:49:23.054 INFO O| Dec 16 20:49:23.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9169 | 2024-12-16T20:49:24.590Z | [ host-image] Dec 16 20:49:23.054 INFO O| Dec 16 20:49:23.054 INFO ok! |
9170 | 2024-12-16T20:49:24.590Z | [ host-image] Dec 16 20:49:23.054 INFO O| Dec 16 20:49:23.054 INFO STEP 18 (ensure_symlink) COMPLETE |
9171 | 2024-12-16T20:49:24.590Z | [ host-image] Dec 16 20:49:23.054 INFO O| Dec 16 20:49:23.054 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9172 | 2024-12-16T20:49:24.605Z | [ host-image] Dec 16 20:49:23.070 INFO O| Dec 16 20:49:23.070 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9173 | 2024-12-16T20:49:24.605Z | [ host-image] Dec 16 20:49:23.070 INFO O| Dec 16 20:49:23.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9174 | 2024-12-16T20:49:24.605Z | [ host-image] Dec 16 20:49:23.070 INFO O| Dec 16 20:49:23.070 INFO ok! |
9175 | 2024-12-16T20:49:24.609Z | [ host-image] Dec 16 20:49:23.070 INFO O| Dec 16 20:49:23.070 INFO STEP 19 (ensure_file) COMPLETE |
9176 | 2024-12-16T20:49:24.609Z | [ host-image] Dec 16 20:49:23.070 INFO O| Dec 16 20:49:23.070 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9177 | 2024-12-16T20:49:24.614Z | [ host-image] Dec 16 20:49:23.081 INFO O| Dec 16 20:49:23.081 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9178 | 2024-12-16T20:49:24.614Z | [ host-image] Dec 16 20:49:23.081 INFO O| Dec 16 20:49:23.081 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9179 | 2024-12-16T20:49:24.616Z | [ host-image] Dec 16 20:49:23.081 INFO O| Dec 16 20:49:23.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9180 | 2024-12-16T20:49:24.616Z | [ host-image] Dec 16 20:49:23.081 INFO O| Dec 16 20:49:23.081 INFO ok! |
9181 | 2024-12-16T20:49:24.616Z | [ host-image] Dec 16 20:49:23.081 INFO O| Dec 16 20:49:23.081 INFO STEP 20 (ensure_symlink) COMPLETE |
9182 | 2024-12-16T20:49:24.616Z | [ host-image] Dec 16 20:49:23.081 INFO O| Dec 16 20:49:23.081 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9183 | 2024-12-16T20:49:24.626Z | [ host-image] Dec 16 20:49:23.092 INFO O| Dec 16 20:49:23.092 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9184 | 2024-12-16T20:49:24.628Z | [ host-image] Dec 16 20:49:23.092 INFO O| Dec 16 20:49:23.092 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9185 | 2024-12-16T20:49:24.628Z | [ host-image] Dec 16 20:49:23.092 INFO O| Dec 16 20:49:23.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9186 | 2024-12-16T20:49:24.628Z | [ host-image] Dec 16 20:49:23.092 INFO O| Dec 16 20:49:23.092 INFO ok! |
9187 | 2024-12-16T20:49:24.628Z | [ host-image] Dec 16 20:49:23.092 INFO O| Dec 16 20:49:23.092 INFO STEP 21 (ensure_symlink) COMPLETE |
9188 | 2024-12-16T20:49:24.628Z | [ host-image] Dec 16 20:49:23.092 INFO O| Dec 16 20:49:23.092 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9189 | 2024-12-16T20:49:24.640Z | [ host-image] Dec 16 20:49:23.106 INFO O| Dec 16 20:49:23.106 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9190 | 2024-12-16T20:49:24.640Z | [ host-image] Dec 16 20:49:23.106 INFO O| Dec 16 20:49:23.106 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9191 | 2024-12-16T20:49:24.642Z | [ host-image] Dec 16 20:49:23.106 INFO O| Dec 16 20:49:23.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9192 | 2024-12-16T20:49:24.642Z | [ host-image] Dec 16 20:49:23.106 INFO O| Dec 16 20:49:23.106 INFO ok! |
9193 | 2024-12-16T20:49:24.642Z | [ host-image] Dec 16 20:49:23.106 INFO O| Dec 16 20:49:23.106 INFO STEP 22 (ensure_symlink) COMPLETE |
9194 | 2024-12-16T20:49:24.642Z | [ host-image] Dec 16 20:49:23.106 INFO O| Dec 16 20:49:23.106 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9195 | 2024-12-16T20:49:24.654Z | [ host-image] Dec 16 20:49:23.120 INFO O| Dec 16 20:49:23.120 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9196 | 2024-12-16T20:49:24.654Z | [ host-image] Dec 16 20:49:23.120 INFO O| Dec 16 20:49:23.120 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9197 | 2024-12-16T20:49:24.654Z | [ host-image] Dec 16 20:49:23.120 INFO O| Dec 16 20:49:23.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9198 | 2024-12-16T20:49:24.656Z | [ host-image] Dec 16 20:49:23.120 INFO O| Dec 16 20:49:23.120 INFO ok! |
9199 | 2024-12-16T20:49:24.656Z | [ host-image] Dec 16 20:49:23.121 INFO O| Dec 16 20:49:23.120 INFO STEP 23 (ensure_symlink) COMPLETE |
9200 | 2024-12-16T20:49:24.656Z | [ host-image] Dec 16 20:49:23.121 INFO O| Dec 16 20:49:23.121 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9201 | 2024-12-16T20:49:24.665Z | [ host-image] Dec 16 20:49:23.131 INFO O| Dec 16 20:49:23.131 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9202 | 2024-12-16T20:49:24.667Z | [ host-image] Dec 16 20:49:23.132 INFO O| Dec 16 20:49:23.132 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9203 | 2024-12-16T20:49:24.667Z | [ host-image] Dec 16 20:49:23.132 INFO O| Dec 16 20:49:23.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9204 | 2024-12-16T20:49:24.667Z | [ host-image] Dec 16 20:49:23.132 INFO O| Dec 16 20:49:23.132 INFO ok! |
9205 | 2024-12-16T20:49:24.668Z | [ host-image] Dec 16 20:49:23.132 INFO O| Dec 16 20:49:23.132 INFO STEP 24 (ensure_file) COMPLETE |
9206 | 2024-12-16T20:49:24.668Z | [ host-image] Dec 16 20:49:23.132 INFO O| Dec 16 20:49:23.132 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9207 | 2024-12-16T20:49:24.676Z | [ host-image] Dec 16 20:49:23.143 INFO O| Dec 16 20:49:23.143 INFO updating shadow file |
9208 | 2024-12-16T20:49:24.678Z | [ host-image] Dec 16 20:49:23.143 INFO O| Dec 16 20:49:23.143 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9209 | 2024-12-16T20:49:24.679Z | [ host-image] Dec 16 20:49:23.143 INFO O| Dec 16 20:49:23.143 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9210 | 2024-12-16T20:49:24.679Z | [ host-image] Dec 16 20:49:23.143 INFO O| Dec 16 20:49:23.143 INFO STEP 25 (shadow) COMPLETE |
9211 | 2024-12-16T20:49:24.679Z | [ host-image] Dec 16 20:49:23.143 INFO O| Dec 16 20:49:23.143 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9212 | 2024-12-16T20:49:24.688Z | [ host-image] Dec 16 20:49:23.154 INFO O| Dec 16 20:49:23.154 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9213 | 2024-12-16T20:49:24.688Z | [ host-image] Dec 16 20:49:23.155 INFO O| Dec 16 20:49:23.155 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9214 | 2024-12-16T20:49:24.690Z | [ host-image] Dec 16 20:49:23.155 INFO O| Dec 16 20:49:23.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9215 | 2024-12-16T20:49:24.690Z | [ host-image] Dec 16 20:49:23.155 INFO O| Dec 16 20:49:23.155 INFO ok! |
9216 | 2024-12-16T20:49:24.690Z | [ host-image] Dec 16 20:49:23.155 INFO O| Dec 16 20:49:23.155 INFO STEP 26 (ensure_file) COMPLETE |
9217 | 2024-12-16T20:49:24.690Z | [ host-image] Dec 16 20:49:23.155 INFO O| Dec 16 20:49:23.155 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9218 | 2024-12-16T20:49:24.704Z | [ host-image] Dec 16 20:49:23.170 INFO O| Dec 16 20:49:23.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9219 | 2024-12-16T20:49:24.704Z | [ host-image] Dec 16 20:49:23.170 INFO O| Dec 16 20:49:23.170 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9220 | 2024-12-16T20:49:24.707Z | [ host-image] Dec 16 20:49:23.170 INFO O| Dec 16 20:49:23.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9221 | 2024-12-16T20:49:24.707Z | [ host-image] Dec 16 20:49:23.170 INFO O| Dec 16 20:49:23.170 INFO ok! |
9222 | 2024-12-16T20:49:24.707Z | [ host-image] Dec 16 20:49:23.170 INFO O| Dec 16 20:49:23.170 INFO STEP 27 (ensure_file) COMPLETE |
9223 | 2024-12-16T20:49:24.707Z | [ host-image] Dec 16 20:49:23.170 INFO O| Dec 16 20:49:23.170 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9224 | 2024-12-16T20:49:24.719Z | [ host-image] Dec 16 20:49:23.186 INFO O| Dec 16 20:49:23.186 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9225 | 2024-12-16T20:49:24.719Z | [ host-image] Dec 16 20:49:23.186 INFO O| Dec 16 20:49:23.186 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9226 | 2024-12-16T20:49:24.722Z | [ host-image] Dec 16 20:49:23.186 INFO O| Dec 16 20:49:23.186 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9227 | 2024-12-16T20:49:24.722Z | [ host-image] Dec 16 20:49:23.186 INFO O| Dec 16 20:49:23.186 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9228 | 2024-12-16T20:49:24.722Z | [ host-image] Dec 16 20:49:23.186 INFO O| Dec 16 20:49:23.186 INFO ok! |
9229 | 2024-12-16T20:49:24.722Z | [ host-image] Dec 16 20:49:23.186 INFO O| Dec 16 20:49:23.186 INFO STEP 28 (ensure_file) COMPLETE |
9230 | 2024-12-16T20:49:24.722Z | [ host-image] Dec 16 20:49:23.186 INFO O| Dec 16 20:49:23.186 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9231 | 2024-12-16T20:49:24.731Z | [ host-image] Dec 16 20:49:23.197 INFO O| Dec 16 20:49:23.197 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9232 | 2024-12-16T20:49:24.731Z | [ host-image] Dec 16 20:49:23.197 INFO O| Dec 16 20:49:23.197 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9233 | 2024-12-16T20:49:24.731Z | [ host-image] Dec 16 20:49:23.197 INFO O| Dec 16 20:49:23.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9234 | 2024-12-16T20:49:24.731Z | [ host-image] Dec 16 20:49:23.197 INFO O| Dec 16 20:49:23.197 INFO ok! |
9235 | 2024-12-16T20:49:24.731Z | [ host-image] Dec 16 20:49:23.197 INFO O| Dec 16 20:49:23.197 INFO STEP 29 (ensure_file) COMPLETE |
9236 | 2024-12-16T20:49:24.733Z | [ host-image] Dec 16 20:49:23.197 INFO O| Dec 16 20:49:23.197 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9237 | 2024-12-16T20:49:24.742Z | [ host-image] Dec 16 20:49:23.209 INFO O| Dec 16 20:49:23.209 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9238 | 2024-12-16T20:49:24.742Z | [ host-image] Dec 16 20:49:23.209 INFO O| Dec 16 20:49:23.209 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9239 | 2024-12-16T20:49:24.744Z | [ host-image] Dec 16 20:49:23.209 INFO O| Dec 16 20:49:23.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9240 | 2024-12-16T20:49:24.744Z | [ host-image] Dec 16 20:49:23.209 INFO O| Dec 16 20:49:23.209 INFO ok! |
9241 | 2024-12-16T20:49:24.744Z | [ host-image] Dec 16 20:49:23.209 INFO O| Dec 16 20:49:23.209 INFO STEP 30 (ensure_file) COMPLETE |
9242 | 2024-12-16T20:49:24.744Z | [ host-image] Dec 16 20:49:23.209 INFO O| Dec 16 20:49:23.209 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9243 | 2024-12-16T20:49:24.758Z | [ host-image] Dec 16 20:49:23.225 INFO O| Dec 16 20:49:23.225 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9244 | 2024-12-16T20:49:24.761Z | [ host-image] Dec 16 20:49:23.225 INFO O| Dec 16 20:49:23.225 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9245 | 2024-12-16T20:49:24.761Z | [ host-image] Dec 16 20:49:23.225 INFO O| Dec 16 20:49:23.225 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9246 | 2024-12-16T20:49:24.761Z | [ host-image] Dec 16 20:49:23.225 INFO O| Dec 16 20:49:23.225 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9247 | 2024-12-16T20:49:24.761Z | [ host-image] Dec 16 20:49:23.225 INFO O| Dec 16 20:49:23.225 INFO ok! |
9248 | 2024-12-16T20:49:24.761Z | [ host-image] Dec 16 20:49:23.225 INFO O| Dec 16 20:49:23.225 INFO STEP 31 (ensure_file) COMPLETE |
9249 | 2024-12-16T20:49:24.761Z | [ host-image] Dec 16 20:49:23.225 INFO O| Dec 16 20:49:23.225 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9250 | 2024-12-16T20:49:24.773Z | [ host-image] Dec 16 20:49:23.239 INFO O| Dec 16 20:49:23.239 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9251 | 2024-12-16T20:49:24.773Z | [ host-image] Dec 16 20:49:23.239 INFO O| Dec 16 20:49:23.239 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9252 | 2024-12-16T20:49:24.775Z | [ host-image] Dec 16 20:49:23.240 INFO O| Dec 16 20:49:23.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9253 | 2024-12-16T20:49:24.775Z | [ host-image] Dec 16 20:49:23.240 INFO O| Dec 16 20:49:23.240 INFO ok! |
9254 | 2024-12-16T20:49:24.775Z | [ host-image] Dec 16 20:49:23.240 INFO O| Dec 16 20:49:23.240 INFO STEP 32 (ensure_file) COMPLETE |
9255 | 2024-12-16T20:49:24.775Z | [ host-image] Dec 16 20:49:23.240 INFO O| Dec 16 20:49:23.240 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9256 | 2024-12-16T20:49:24.789Z | [ host-image] Dec 16 20:49:23.254 INFO O| Dec 16 20:49:23.254 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9257 | 2024-12-16T20:49:24.792Z | [ host-image] Dec 16 20:49:23.254 INFO O| Dec 16 20:49:23.254 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9258 | 2024-12-16T20:49:24.792Z | [ host-image] Dec 16 20:49:23.255 INFO O| Dec 16 20:49:23.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9259 | 2024-12-16T20:49:24.792Z | [ host-image] Dec 16 20:49:23.255 INFO O| Dec 16 20:49:23.255 INFO ok! |
9260 | 2024-12-16T20:49:24.792Z | [ host-image] Dec 16 20:49:23.255 INFO O| Dec 16 20:49:23.255 INFO STEP 33 (ensure_file) COMPLETE |
9261 | 2024-12-16T20:49:24.792Z | [ host-image] Dec 16 20:49:23.255 INFO O| Dec 16 20:49:23.255 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9262 | 2024-12-16T20:49:24.799Z | [ host-image] Dec 16 20:49:23.266 INFO O| Dec 16 20:49:23.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9263 | 2024-12-16T20:49:24.799Z | [ host-image] Dec 16 20:49:23.266 INFO O| Dec 16 20:49:23.266 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9264 | 2024-12-16T20:49:24.802Z | [ host-image] Dec 16 20:49:23.266 INFO O| Dec 16 20:49:23.266 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9265 | 2024-12-16T20:49:24.802Z | [ host-image] Dec 16 20:49:23.266 INFO O| Dec 16 20:49:23.266 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9266 | 2024-12-16T20:49:24.802Z | [ host-image] Dec 16 20:49:23.266 INFO O| Dec 16 20:49:23.266 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9267 | 2024-12-16T20:49:24.802Z | [ host-image] Dec 16 20:49:23.267 INFO O| Dec 16 20:49:23.267 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9268 | 2024-12-16T20:49:24.802Z | [ host-image] Dec 16 20:49:23.267 INFO O| Dec 16 20:49:23.267 INFO ok! |
9269 | 2024-12-16T20:49:24.802Z | [ host-image] Dec 16 20:49:23.267 INFO O| Dec 16 20:49:23.267 INFO STEP 34 (ensure_file) COMPLETE |
9270 | 2024-12-16T20:49:24.802Z | [ host-image] Dec 16 20:49:23.267 INFO O| Dec 16 20:49:23.267 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9271 | 2024-12-16T20:49:24.813Z | [ host-image] Dec 16 20:49:23.280 INFO O| Dec 16 20:49:23.280 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9272 | 2024-12-16T20:49:24.816Z | [ host-image] Dec 16 20:49:23.280 INFO O| Dec 16 20:49:23.280 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9273 | 2024-12-16T20:49:24.816Z | [ host-image] Dec 16 20:49:23.280 INFO O| Dec 16 20:49:23.280 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9274 | 2024-12-16T20:49:24.816Z | [ host-image] Dec 16 20:49:23.280 INFO O| Dec 16 20:49:23.280 INFO STEP 35 (ensure_dir) COMPLETE |
9275 | 2024-12-16T20:49:24.816Z | [ host-image] Dec 16 20:49:23.281 INFO O| Dec 16 20:49:23.281 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9276 | 2024-12-16T20:49:24.826Z | [ host-image] Dec 16 20:49:23.293 INFO O| Dec 16 20:49:23.293 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 |
9277 | 2024-12-16T20:49:24.826Z | [ host-image] Dec 16 20:49:23.293 INFO O| Dec 16 20:49:23.293 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 ... |
9278 | 2024-12-16T20:49:24.829Z | [ host-image] Dec 16 20:49:23.293 INFO O| Dec 16 20:49:23.293 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 |
9279 | 2024-12-16T20:49:24.829Z | [ host-image] Dec 16 20:49:23.293 INFO O| Dec 16 20:49:23.293 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 |
9280 | 2024-12-16T20:49:24.829Z | [ host-image] Dec 16 20:49:23.293 INFO O| Dec 16 20:49:23.293 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 |
9281 | 2024-12-16T20:49:24.829Z | [ host-image] Dec 16 20:49:23.293 INFO O| Dec 16 20:49:23.293 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 |
9282 | 2024-12-16T20:49:24.829Z | [ host-image] Dec 16 20:49:23.293 INFO O| Dec 16 20:49:23.293 INFO ok! |
9283 | 2024-12-16T20:49:24.829Z | [ host-image] Dec 16 20:49:23.293 INFO O| Dec 16 20:49:23.293 INFO STEP 36 (ensure_file) COMPLETE |
9284 | 2024-12-16T20:49:24.829Z | [ host-image] Dec 16 20:49:23.293 INFO O| Dec 16 20:49:23.293 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9285 | 2024-12-16T20:49:24.839Z | [ host-image] Dec 16 20:49:23.306 INFO O| Dec 16 20:49:23.306 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9286 | 2024-12-16T20:49:24.839Z | [ host-image] Dec 16 20:49:23.306 INFO O| Dec 16 20:49:23.306 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 ... |
9287 | 2024-12-16T20:49:24.842Z | [ host-image] Dec 16 20:49:23.306 INFO O| Dec 16 20:49:23.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9288 | 2024-12-16T20:49:24.842Z | [ host-image] Dec 16 20:49:23.306 INFO O| Dec 16 20:49:23.306 INFO ok! |
9289 | 2024-12-16T20:49:24.842Z | [ host-image] Dec 16 20:49:23.306 INFO O| Dec 16 20:49:23.306 INFO STEP 37 (ensure_symlink) COMPLETE |
9290 | 2024-12-16T20:49:24.842Z | [ host-image] Dec 16 20:49:23.306 INFO O| Dec 16 20:49:23.306 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9291 | 2024-12-16T20:49:24.854Z | [ host-image] Dec 16 20:49:23.321 INFO O| Dec 16 20:49:23.321 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9292 | 2024-12-16T20:49:24.854Z | [ host-image] Dec 16 20:49:23.321 INFO O| Dec 16 20:49:23.321 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9293 | 2024-12-16T20:49:24.854Z | [ host-image] Dec 16 20:49:23.321 INFO O| Dec 16 20:49:23.321 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9294 | 2024-12-16T20:49:24.857Z | [ host-image] Dec 16 20:49:23.321 INFO O| Dec 16 20:49:23.321 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9295 | 2024-12-16T20:49:24.857Z | [ host-image] Dec 16 20:49:23.321 INFO O| Dec 16 20:49:23.321 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9296 | 2024-12-16T20:49:24.857Z | [ host-image] Dec 16 20:49:23.321 INFO O| Dec 16 20:49:23.321 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9297 | 2024-12-16T20:49:24.857Z | [ host-image] Dec 16 20:49:23.321 INFO O| Dec 16 20:49:23.321 INFO ok! |
9298 | 2024-12-16T20:49:24.857Z | [ host-image] Dec 16 20:49:23.321 INFO O| Dec 16 20:49:23.321 INFO STEP 38 (ensure_file) COMPLETE |
9299 | 2024-12-16T20:49:24.857Z | [ host-image] Dec 16 20:49:23.321 INFO O| Dec 16 20:49:23.321 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9300 | 2024-12-16T20:49:24.866Z | [ host-image] Dec 16 20:49:23.332 INFO O| Dec 16 20:49:23.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9301 | 2024-12-16T20:49:24.866Z | [ host-image] Dec 16 20:49:23.332 INFO O| Dec 16 20:49:23.332 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 ... |
9302 | 2024-12-16T20:49:24.868Z | [ host-image] Dec 16 20:49:23.333 INFO O| Dec 16 20:49:23.333 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 |
9303 | 2024-12-16T20:49:24.868Z | [ host-image] Dec 16 20:49:23.333 INFO O| Dec 16 20:49:23.333 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9304 | 2024-12-16T20:49:24.868Z | [ host-image] Dec 16 20:49:23.333 INFO O| Dec 16 20:49:23.333 INFO ok! |
9305 | 2024-12-16T20:49:24.868Z | [ host-image] Dec 16 20:49:23.333 INFO O| Dec 16 20:49:23.333 INFO STEP 39 (ensure_file) COMPLETE |
9306 | 2024-12-16T20:49:24.868Z | [ host-image] Dec 16 20:49:23.333 INFO O| Dec 16 20:49:23.333 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9307 | 2024-12-16T20:49:24.877Z | [ host-image] Dec 16 20:49:23.344 INFO O| Dec 16 20:49:23.344 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9308 | 2024-12-16T20:49:24.880Z | [ host-image] Dec 16 20:49:23.344 INFO O| Dec 16 20:49:23.344 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9309 | 2024-12-16T20:49:24.880Z | [ host-image] Dec 16 20:49:23.344 INFO O| Dec 16 20:49:23.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9310 | 2024-12-16T20:49:24.880Z | [ host-image] Dec 16 20:49:23.344 INFO O| Dec 16 20:49:23.344 INFO ok! |
9311 | 2024-12-16T20:49:24.880Z | [ host-image] Dec 16 20:49:23.344 INFO O| Dec 16 20:49:23.344 INFO STEP 40 (ensure_file) COMPLETE |
9312 | 2024-12-16T20:49:24.880Z | [ host-image] Dec 16 20:49:23.344 INFO O| Dec 16 20:49:23.344 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9313 | 2024-12-16T20:49:24.889Z | [ host-image] Dec 16 20:49:23.355 INFO O| Dec 16 20:49:23.355 INFO updating shadow file |
9314 | 2024-12-16T20:49:24.891Z | [ host-image] Dec 16 20:49:23.355 INFO O| Dec 16 20:49:23.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9315 | 2024-12-16T20:49:24.891Z | [ host-image] Dec 16 20:49:23.355 INFO O| Dec 16 20:49:23.355 INFO STEP 41 (shadow) COMPLETE |
9316 | 2024-12-16T20:49:24.891Z | [ host-image] Dec 16 20:49:23.355 INFO O| Dec 16 20:49:23.355 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9317 | 2024-12-16T20:49:24.900Z | [ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9318 | 2024-12-16T20:49:24.900Z | [ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9319 | 2024-12-16T20:49:24.902Z | [ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9320 | 2024-12-16T20:49:24.902Z | [ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9321 | 2024-12-16T20:49:24.902Z | [ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO ok! |
9322 | 2024-12-16T20:49:24.902Z | [ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO STEP 42 (ensure_file) COMPLETE |
9323 | 2024-12-16T20:49:24.902Z | [ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9324 | 2024-12-16T20:49:24.902Z | [ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO skip step because feature "mfg" is not enabled |
9325 | 2024-12-16T20:49:24.902Z | [ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9326 | 2024-12-16T20:49:24.902Z | [ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO skip step because feature "mfg" is not enabled |
9327 | 2024-12-16T20:49:24.903Z | [ host-image] Dec 16 20:49:23.367 INFO O| Dec 16 20:49:23.367 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9328 | 2024-12-16T20:49:24.912Z | [ host-image] Dec 16 20:49:23.379 INFO O| Dec 16 20:49:23.379 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9329 | 2024-12-16T20:49:24.912Z | [ host-image] Dec 16 20:49:23.379 INFO O| Dec 16 20:49:23.379 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9330 | 2024-12-16T20:49:25.671Z | [ host-image] Dec 16 20:49:24.137 INFO O| Dec 16 20:49:24.137 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9331 | 2024-12-16T20:49:25.671Z | [ host-image] Dec 16 20:49:24.137 INFO O| Dec 16 20:49:24.137 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9332 | 2024-12-16T20:49:25.683Z | [ host-image] Dec 16 20:49:24.137 INFO O| Dec 16 20:49:24.137 INFO ok! |
9333 | 2024-12-16T20:49:25.683Z | [ host-image] Dec 16 20:49:24.137 INFO O| Dec 16 20:49:24.137 INFO STEP 45 (ensure_file) COMPLETE |
9334 | 2024-12-16T20:49:25.684Z | [ host-image] Dec 16 20:49:24.137 INFO O| Dec 16 20:49:24.137 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9335 | 2024-12-16T20:49:25.686Z | [ host-image] Dec 16 20:49:24.153 INFO O| Dec 16 20:49:24.153 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9336 | 2024-12-16T20:49:25.686Z | [ host-image] Dec 16 20:49:24.153 INFO O| Dec 16 20:49:24.153 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9337 | 2024-12-16T20:49:25.689Z | [ host-image] Dec 16 20:49:24.153 INFO O| Dec 16 20:49:24.153 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9338 | 2024-12-16T20:49:25.689Z | [ host-image] Dec 16 20:49:24.153 INFO O| Dec 16 20:49:24.153 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9339 | 2024-12-16T20:49:25.689Z | [ host-image] Dec 16 20:49:24.153 INFO O| Dec 16 20:49:24.153 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9340 | 2024-12-16T20:49:25.689Z | [ host-image] Dec 16 20:49:24.153 INFO O| Dec 16 20:49:24.153 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9341 | 2024-12-16T20:49:25.689Z | [ host-image] Dec 16 20:49:24.153 INFO O| Dec 16 20:49:24.153 INFO ok! |
9342 | 2024-12-16T20:49:25.689Z | [ host-image] Dec 16 20:49:24.153 INFO O| Dec 16 20:49:24.153 INFO STEP 46 (ensure_file) COMPLETE |
9343 | 2024-12-16T20:49:25.691Z | [ host-image] Dec 16 20:49:24.153 INFO O| Dec 16 20:49:24.153 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9344 | 2024-12-16T20:49:25.698Z | [ host-image] Dec 16 20:49:24.165 INFO O| Dec 16 20:49:24.165 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9345 | 2024-12-16T20:49:25.698Z | [ host-image] Dec 16 20:49:24.165 INFO O| Dec 16 20:49:24.165 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 ... |
9346 | 2024-12-16T20:49:25.700Z | [ host-image] Dec 16 20:49:24.165 INFO O| Dec 16 20:49:24.165 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 |
9347 | 2024-12-16T20:49:25.700Z | [ host-image] Dec 16 20:49:24.165 INFO O| Dec 16 20:49:24.165 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9348 | 2024-12-16T20:49:25.701Z | [ host-image] Dec 16 20:49:24.165 INFO O| Dec 16 20:49:24.165 INFO ok! |
9349 | 2024-12-16T20:49:25.701Z | [ host-image] Dec 16 20:49:24.165 INFO O| Dec 16 20:49:24.165 INFO STEP 47 (ensure_file) COMPLETE |
9350 | 2024-12-16T20:49:25.701Z | [ host-image] Dec 16 20:49:24.165 INFO O| Dec 16 20:49:24.165 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9351 | 2024-12-16T20:49:25.714Z | [ host-image] Dec 16 20:49:24.180 INFO O| Dec 16 20:49:24.180 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9352 | 2024-12-16T20:49:25.714Z | [ host-image] Dec 16 20:49:24.180 INFO O| Dec 16 20:49:24.180 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9353 | 2024-12-16T20:49:25.717Z | [ host-image] Dec 16 20:49:24.181 INFO O| Dec 16 20:49:24.180 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9354 | 2024-12-16T20:49:25.717Z | [ host-image] Dec 16 20:49:24.181 INFO O| Dec 16 20:49:24.181 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9355 | 2024-12-16T20:49:25.717Z | [ host-image] Dec 16 20:49:24.181 INFO O| Dec 16 20:49:24.181 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9356 | 2024-12-16T20:49:25.717Z | [ host-image] Dec 16 20:49:24.181 INFO O| Dec 16 20:49:24.181 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9357 | 2024-12-16T20:49:25.717Z | [ host-image] Dec 16 20:49:24.181 INFO O| Dec 16 20:49:24.181 INFO ok! |
9358 | 2024-12-16T20:49:25.717Z | [ host-image] Dec 16 20:49:24.181 INFO O| Dec 16 20:49:24.181 INFO STEP 48 (ensure_file) COMPLETE |
9359 | 2024-12-16T20:49:25.717Z | [ host-image] Dec 16 20:49:24.181 INFO O| Dec 16 20:49:24.181 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9360 | 2024-12-16T20:49:25.727Z | [ host-image] Dec 16 20:49:24.194 INFO O| Dec 16 20:49:24.194 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9361 | 2024-12-16T20:49:25.727Z | [ host-image] Dec 16 20:49:24.194 INFO O| Dec 16 20:49:24.194 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 ... |
9362 | 2024-12-16T20:49:25.727Z | [ host-image] Dec 16 20:49:24.194 INFO O| Dec 16 20:49:24.194 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 |
9363 | 2024-12-16T20:49:25.730Z | [ host-image] Dec 16 20:49:24.194 INFO O| Dec 16 20:49:24.194 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9364 | 2024-12-16T20:49:25.730Z | [ host-image] Dec 16 20:49:24.194 INFO O| Dec 16 20:49:24.194 INFO ok! |
9365 | 2024-12-16T20:49:25.730Z | [ host-image] Dec 16 20:49:24.194 INFO O| Dec 16 20:49:24.194 INFO STEP 49 (ensure_file) COMPLETE |
9366 | 2024-12-16T20:49:25.730Z | [ host-image] Dec 16 20:49:24.194 INFO O| Dec 16 20:49:24.194 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9367 | 2024-12-16T20:49:25.742Z | [ host-image] Dec 16 20:49:24.208 INFO O| Dec 16 20:49:24.208 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9368 | 2024-12-16T20:49:25.742Z | [ host-image] Dec 16 20:49:24.208 INFO O| Dec 16 20:49:24.208 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9369 | 2024-12-16T20:49:25.744Z | [ host-image] Dec 16 20:49:24.209 INFO O| Dec 16 20:49:24.208 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9370 | 2024-12-16T20:49:25.744Z | [ host-image] Dec 16 20:49:24.209 INFO O| Dec 16 20:49:24.209 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9371 | 2024-12-16T20:49:25.744Z | [ host-image] Dec 16 20:49:24.209 INFO O| Dec 16 20:49:24.209 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9372 | 2024-12-16T20:49:25.744Z | [ host-image] Dec 16 20:49:24.209 INFO O| Dec 16 20:49:24.209 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9373 | 2024-12-16T20:49:25.744Z | [ host-image] Dec 16 20:49:24.209 INFO O| Dec 16 20:49:24.209 INFO ok! |
9374 | 2024-12-16T20:49:25.744Z | [ host-image] Dec 16 20:49:24.209 INFO O| Dec 16 20:49:24.209 INFO STEP 50 (ensure_file) COMPLETE |
9375 | 2024-12-16T20:49:25.744Z | [ host-image] Dec 16 20:49:24.209 INFO O| Dec 16 20:49:24.209 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9376 | 2024-12-16T20:49:25.753Z | [ host-image] Dec 16 20:49:24.220 INFO O| Dec 16 20:49:24.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9377 | 2024-12-16T20:49:25.753Z | [ host-image] Dec 16 20:49:24.220 INFO O| Dec 16 20:49:24.220 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 ... |
9378 | 2024-12-16T20:49:25.756Z | [ host-image] Dec 16 20:49:24.220 INFO O| Dec 16 20:49:24.220 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 |
9379 | 2024-12-16T20:49:25.756Z | [ host-image] Dec 16 20:49:24.220 INFO O| Dec 16 20:49:24.220 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9380 | 2024-12-16T20:49:25.756Z | [ host-image] Dec 16 20:49:24.220 INFO O| Dec 16 20:49:24.220 INFO ok! |
9381 | 2024-12-16T20:49:25.756Z | [ host-image] Dec 16 20:49:24.220 INFO O| Dec 16 20:49:24.220 INFO STEP 51 (ensure_file) COMPLETE |
9382 | 2024-12-16T20:49:25.756Z | [ host-image] Dec 16 20:49:24.220 INFO O| Dec 16 20:49:24.220 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9383 | 2024-12-16T20:49:25.769Z | [ host-image] Dec 16 20:49:24.235 INFO O| Dec 16 20:49:24.235 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9384 | 2024-12-16T20:49:25.769Z | [ host-image] Dec 16 20:49:24.235 INFO O| Dec 16 20:49:24.235 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 ... |
9385 | 2024-12-16T20:49:25.771Z | [ host-image] Dec 16 20:49:24.235 INFO O| Dec 16 20:49:24.235 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 |
9386 | 2024-12-16T20:49:25.771Z | [ host-image] Dec 16 20:49:24.235 INFO O| Dec 16 20:49:24.235 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9387 | 2024-12-16T20:49:25.771Z | [ host-image] Dec 16 20:49:24.235 INFO O| Dec 16 20:49:24.235 INFO ok! |
9388 | 2024-12-16T20:49:25.772Z | [ host-image] Dec 16 20:49:24.235 INFO O| Dec 16 20:49:24.235 INFO STEP 52 (ensure_file) COMPLETE |
9389 | 2024-12-16T20:49:25.772Z | [ host-image] Dec 16 20:49:24.235 INFO O| Dec 16 20:49:24.235 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9390 | 2024-12-16T20:49:25.780Z | [ host-image] Dec 16 20:49:24.246 INFO O| Dec 16 20:49:24.246 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9391 | 2024-12-16T20:49:25.780Z | [ host-image] Dec 16 20:49:24.246 INFO O| Dec 16 20:49:24.246 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 ... |
9392 | 2024-12-16T20:49:25.780Z | [ host-image] Dec 16 20:49:24.246 INFO O| Dec 16 20:49:24.246 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 |
9393 | 2024-12-16T20:49:25.782Z | [ host-image] Dec 16 20:49:24.246 INFO O| Dec 16 20:49:24.246 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9394 | 2024-12-16T20:49:25.782Z | [ host-image] Dec 16 20:49:24.246 INFO O| Dec 16 20:49:24.246 INFO ok! |
9395 | 2024-12-16T20:49:25.782Z | [ host-image] Dec 16 20:49:24.246 INFO O| Dec 16 20:49:24.246 INFO STEP 53 (ensure_file) COMPLETE |
9396 | 2024-12-16T20:49:25.782Z | [ host-image] Dec 16 20:49:24.246 INFO O| Dec 16 20:49:24.246 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9397 | 2024-12-16T20:49:25.792Z | [ host-image] Dec 16 20:49:24.259 INFO O| Dec 16 20:49:24.259 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9398 | 2024-12-16T20:49:25.792Z | [ host-image] Dec 16 20:49:24.259 INFO O| Dec 16 20:49:24.259 INFO STEP 54 (ensure_dir) COMPLETE |
9399 | 2024-12-16T20:49:25.792Z | [ host-image] Dec 16 20:49:24.259 INFO O| Dec 16 20:49:24.259 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9400 | 2024-12-16T20:49:25.805Z | [ host-image] Dec 16 20:49:24.271 INFO O| Dec 16 20:49:24.271 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9401 | 2024-12-16T20:49:25.805Z | [ host-image] Dec 16 20:49:24.272 INFO O| Dec 16 20:49:24.271 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9402 | 2024-12-16T20:49:25.807Z | [ host-image] Dec 16 20:49:24.272 INFO O| Dec 16 20:49:24.272 INFO STEP 55 (ensure_dir) COMPLETE |
9403 | 2024-12-16T20:49:25.807Z | [ host-image] Dec 16 20:49:24.272 INFO O| Dec 16 20:49:24.272 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9404 | 2024-12-16T20:49:25.816Z | [ host-image] Dec 16 20:49:24.282 INFO O| Dec 16 20:49:24.282 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9405 | 2024-12-16T20:49:25.819Z | [ host-image] Dec 16 20:49:24.282 INFO O| Dec 16 20:49:24.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9406 | 2024-12-16T20:49:25.819Z | [ host-image] Dec 16 20:49:24.282 INFO O| Dec 16 20:49:24.282 INFO STEP 56 (ensure_dir) COMPLETE |
9407 | 2024-12-16T20:49:25.819Z | [ host-image] Dec 16 20:49:24.282 INFO O| Dec 16 20:49:24.282 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9408 | 2024-12-16T20:49:25.831Z | [ host-image] Dec 16 20:49:24.298 INFO O| Dec 16 20:49:24.298 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9409 | 2024-12-16T20:49:25.834Z | [ host-image] Dec 16 20:49:24.298 INFO O| Dec 16 20:49:24.298 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9410 | 2024-12-16T20:49:25.847Z | [ host-image] Dec 16 20:49:24.313 INFO O| Dec 16 20:49:24.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9411 | 2024-12-16T20:49:25.851Z | [ host-image] Dec 16 20:49:24.313 INFO O| Dec 16 20:49:24.313 INFO ok! |
9412 | 2024-12-16T20:49:25.851Z | [ host-image] Dec 16 20:49:24.313 INFO O| Dec 16 20:49:24.313 INFO STEP 57 (ensure_file) COMPLETE |
9413 | 2024-12-16T20:49:25.851Z | [ host-image] Dec 16 20:49:24.313 INFO O| Dec 16 20:49:24.313 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9414 | 2024-12-16T20:49:25.859Z | [ host-image] Dec 16 20:49:24.325 INFO O| Dec 16 20:49:24.325 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9415 | 2024-12-16T20:49:25.859Z | [ host-image] Dec 16 20:49:24.325 INFO O| Dec 16 20:49:24.325 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9416 | 2024-12-16T20:49:27.164Z | [ host-image] Dec 16 20:49:25.630 INFO O| Dec 16 20:49:25.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9417 | 2024-12-16T20:49:27.164Z | [ host-image] Dec 16 20:49:25.630 INFO O| Dec 16 20:49:25.630 INFO ok! |
9418 | 2024-12-16T20:49:27.164Z | [ host-image] Dec 16 20:49:25.630 INFO O| Dec 16 20:49:25.630 INFO STEP 58 (ensure_file) COMPLETE |
9419 | 2024-12-16T20:49:27.164Z | [ host-image] Dec 16 20:49:25.630 INFO O| Dec 16 20:49:25.630 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9420 | 2024-12-16T20:49:27.176Z | [ host-image] Dec 16 20:49:25.642 INFO O| Dec 16 20:49:25.642 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9421 | 2024-12-16T20:49:27.179Z | [ host-image] Dec 16 20:49:25.643 INFO O| Dec 16 20:49:25.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9422 | 2024-12-16T20:49:27.179Z | [ host-image] Dec 16 20:49:25.643 INFO O| Dec 16 20:49:25.643 INFO STEP 59 (ensure_dir) COMPLETE |
9423 | 2024-12-16T20:49:27.179Z | [ host-image] Dec 16 20:49:25.643 INFO O| Dec 16 20:49:25.643 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9424 | 2024-12-16T20:49:27.190Z | [ host-image] Dec 16 20:49:25.656 INFO O| Dec 16 20:49:25.656 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9425 | 2024-12-16T20:49:27.192Z | [ host-image] Dec 16 20:49:25.656 INFO O| Dec 16 20:49:25.656 INFO copying /tmp/.tmppeKgUt/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 ... |
9426 | 2024-12-16T20:49:27.192Z | [ host-image] Dec 16 20:49:25.657 INFO O| Dec 16 20:49:25.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9427 | 2024-12-16T20:49:27.192Z | [ host-image] Dec 16 20:49:25.657 INFO O| Dec 16 20:49:25.657 INFO ok! |
9428 | 2024-12-16T20:49:27.192Z | [ host-image] Dec 16 20:49:25.657 INFO O| Dec 16 20:49:25.657 INFO STEP 60 (ensure_file) COMPLETE |
9429 | 2024-12-16T20:49:27.192Z | [ host-image] Dec 16 20:49:25.657 INFO O| Dec 16 20:49:25.657 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9430 | 2024-12-16T20:49:27.201Z | [ host-image] Dec 16 20:49:25.667 INFO O| Dec 16 20:49:25.667 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9431 | 2024-12-16T20:49:27.201Z | [ host-image] Dec 16 20:49:25.667 INFO O| Dec 16 20:49:25.667 INFO copying /tmp/.tmppeKgUt/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 ... |
9432 | 2024-12-16T20:49:27.201Z | [ host-image] Dec 16 20:49:25.667 INFO O| Dec 16 20:49:25.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9433 | 2024-12-16T20:49:27.203Z | [ host-image] Dec 16 20:49:25.667 INFO O| Dec 16 20:49:25.667 INFO ok! |
9434 | 2024-12-16T20:49:27.203Z | [ host-image] Dec 16 20:49:25.667 INFO O| Dec 16 20:49:25.667 INFO STEP 61 (ensure_file) COMPLETE |
9435 | 2024-12-16T20:49:27.203Z | [ host-image] Dec 16 20:49:25.667 INFO O| Dec 16 20:49:25.667 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9436 | 2024-12-16T20:49:27.212Z | [ host-image] Dec 16 20:49:25.678 INFO O| Dec 16 20:49:25.678 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9437 | 2024-12-16T20:49:27.212Z | [ host-image] Dec 16 20:49:25.678 INFO O| Dec 16 20:49:25.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9438 | 2024-12-16T20:49:27.215Z | [ host-image] Dec 16 20:49:25.678 INFO O| Dec 16 20:49:25.678 INFO STEP 62 (ensure_dir) COMPLETE |
9439 | 2024-12-16T20:49:27.215Z | [ host-image] Dec 16 20:49:25.678 INFO O| Dec 16 20:49:25.678 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9440 | 2024-12-16T20:49:27.227Z | [ host-image] Dec 16 20:49:25.694 INFO O| Dec 16 20:49:25.693 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9441 | 2024-12-16T20:49:27.227Z | [ host-image] Dec 16 20:49:25.694 INFO O| Dec 16 20:49:25.694 INFO copying /tmp/.tmppeKgUt/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 ... |
9442 | 2024-12-16T20:49:27.227Z | [ host-image] Dec 16 20:49:25.694 INFO O| Dec 16 20:49:25.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9443 | 2024-12-16T20:49:27.230Z | [ host-image] Dec 16 20:49:25.694 INFO O| Dec 16 20:49:25.694 INFO ok! |
9444 | 2024-12-16T20:49:27.230Z | [ host-image] Dec 16 20:49:25.694 INFO O| Dec 16 20:49:25.694 INFO STEP 63 (ensure_file) COMPLETE |
9445 | 2024-12-16T20:49:27.231Z | [ host-image] Dec 16 20:49:25.694 INFO O| Dec 16 20:49:25.694 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9446 | 2024-12-16T20:49:27.241Z | [ host-image] Dec 16 20:49:25.704 INFO O| Dec 16 20:49:25.704 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9447 | 2024-12-16T20:49:27.241Z | [ host-image] Dec 16 20:49:25.704 INFO O| Dec 16 20:49:25.704 INFO copying /tmp/.tmppeKgUt/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 ... |
9448 | 2024-12-16T20:49:27.243Z | [ host-image] Dec 16 20:49:25.704 INFO O| Dec 16 20:49:25.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9449 | 2024-12-16T20:49:27.243Z | [ host-image] Dec 16 20:49:25.704 INFO O| Dec 16 20:49:25.704 INFO ok! |
9450 | 2024-12-16T20:49:27.243Z | [ host-image] Dec 16 20:49:25.704 INFO O| Dec 16 20:49:25.704 INFO STEP 64 (ensure_file) COMPLETE |
9451 | 2024-12-16T20:49:27.243Z | [ host-image] Dec 16 20:49:25.704 INFO O| Dec 16 20:49:25.704 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9452 | 2024-12-16T20:49:27.254Z | [ host-image] Dec 16 20:49:25.720 INFO O| Dec 16 20:49:25.720 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9453 | 2024-12-16T20:49:27.254Z | [ host-image] Dec 16 20:49:25.720 INFO O| Dec 16 20:49:25.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9454 | 2024-12-16T20:49:27.256Z | [ host-image] Dec 16 20:49:25.720 INFO O| Dec 16 20:49:25.720 INFO STEP 65 (ensure_dir) COMPLETE |
9455 | 2024-12-16T20:49:27.257Z | [ host-image] Dec 16 20:49:25.720 INFO O| Dec 16 20:49:25.720 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9456 | 2024-12-16T20:49:27.264Z | [ host-image] Dec 16 20:49:25.731 INFO O| Dec 16 20:49:25.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9457 | 2024-12-16T20:49:27.266Z | [ host-image] Dec 16 20:49:25.731 INFO O| Dec 16 20:49:25.731 INFO copying /tmp/.tmppeKgUt/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 ... |
9458 | 2024-12-16T20:49:27.267Z | [ host-image] Dec 16 20:49:25.731 INFO O| Dec 16 20:49:25.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9459 | 2024-12-16T20:49:27.267Z | [ host-image] Dec 16 20:49:25.731 INFO O| Dec 16 20:49:25.731 INFO ok! |
9460 | 2024-12-16T20:49:27.267Z | [ host-image] Dec 16 20:49:25.731 INFO O| Dec 16 20:49:25.731 INFO STEP 66 (ensure_file) COMPLETE |
9461 | 2024-12-16T20:49:27.267Z | [ host-image] Dec 16 20:49:25.731 INFO O| Dec 16 20:49:25.731 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9462 | 2024-12-16T20:49:27.277Z | [ host-image] Dec 16 20:49:25.743 INFO O| Dec 16 20:49:25.743 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9463 | 2024-12-16T20:49:27.277Z | [ host-image] Dec 16 20:49:25.743 INFO O| Dec 16 20:49:25.743 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9464 | 2024-12-16T20:49:27.277Z | [ host-image] Dec 16 20:49:25.743 INFO O| Dec 16 20:49:25.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9465 | 2024-12-16T20:49:27.279Z | [ host-image] Dec 16 20:49:25.743 INFO O| Dec 16 20:49:25.743 INFO ok! |
9466 | 2024-12-16T20:49:27.280Z | [ host-image] Dec 16 20:49:25.743 INFO O| Dec 16 20:49:25.743 INFO STEP 67 (ensure_file) COMPLETE |
9467 | 2024-12-16T20:49:27.280Z | [ host-image] Dec 16 20:49:25.743 INFO O| Dec 16 20:49:25.743 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9468 | 2024-12-16T20:49:27.288Z | [ host-image] Dec 16 20:49:25.754 INFO O| Dec 16 20:49:25.754 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9469 | 2024-12-16T20:49:27.290Z | [ host-image] Dec 16 20:49:25.754 INFO O| Dec 16 20:49:25.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9470 | 2024-12-16T20:49:27.290Z | [ host-image] Dec 16 20:49:25.754 INFO O| Dec 16 20:49:25.754 INFO STEP 68 (ensure_dir) COMPLETE |
9471 | 2024-12-16T20:49:27.290Z | [ host-image] Dec 16 20:49:25.754 INFO O| Dec 16 20:49:25.754 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9472 | 2024-12-16T20:49:27.301Z | [ host-image] Dec 16 20:49:25.767 INFO O| Dec 16 20:49:25.767 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9473 | 2024-12-16T20:49:27.301Z | [ host-image] Dec 16 20:49:25.767 INFO O| Dec 16 20:49:25.767 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9474 | 2024-12-16T20:49:28.593Z | [ host-image] Dec 16 20:49:27.059 INFO O| Dec 16 20:49:27.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9475 | 2024-12-16T20:49:28.593Z | [ host-image] Dec 16 20:49:27.059 INFO O| Dec 16 20:49:27.059 INFO ok! |
9476 | 2024-12-16T20:49:28.596Z | [ host-image] Dec 16 20:49:27.059 INFO O| Dec 16 20:49:27.059 INFO STEP 69 (ensure_file) COMPLETE |
9477 | 2024-12-16T20:49:28.596Z | [ host-image] Dec 16 20:49:27.059 INFO O| Dec 16 20:49:27.059 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9478 | 2024-12-16T20:49:28.607Z | [ host-image] Dec 16 20:49:27.073 INFO O| Dec 16 20:49:27.073 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9479 | 2024-12-16T20:49:28.609Z | [ host-image] Dec 16 20:49:27.073 INFO O| Dec 16 20:49:27.073 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9480 | 2024-12-16T20:49:30.410Z | [ host-image] Dec 16 20:49:28.875 INFO O| Dec 16 20:49:28.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9481 | 2024-12-16T20:49:30.410Z | [ host-image] Dec 16 20:49:28.875 INFO O| Dec 16 20:49:28.875 INFO ok! |
9482 | 2024-12-16T20:49:30.410Z | [ host-image] Dec 16 20:49:28.875 INFO O| Dec 16 20:49:28.875 INFO STEP 70 (ensure_file) COMPLETE |
9483 | 2024-12-16T20:49:30.412Z | [ host-image] Dec 16 20:49:28.875 INFO O| Dec 16 20:49:28.875 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9484 | 2024-12-16T20:49:30.444Z | [ host-image] Dec 16 20:49:28.893 INFO O| Dec 16 20:49:28.893 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9485 | 2024-12-16T20:49:30.444Z | [ host-image] Dec 16 20:49:28.893 INFO O| Dec 16 20:49:28.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9486 | 2024-12-16T20:49:30.446Z | [ host-image] Dec 16 20:49:28.893 INFO O| Dec 16 20:49:28.893 INFO STEP 71 (ensure_dir) COMPLETE |
9487 | 2024-12-16T20:49:30.446Z | [ host-image] Dec 16 20:49:28.893 INFO O| Dec 16 20:49:28.893 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9488 | 2024-12-16T20:49:30.446Z | [ host-image] Dec 16 20:49:28.905 INFO O| Dec 16 20:49:28.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9489 | 2024-12-16T20:49:30.446Z | [ host-image] Dec 16 20:49:28.905 INFO O| Dec 16 20:49:28.905 INFO copying /tmp/.tmppeKgUt/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 ... |
9490 | 2024-12-16T20:49:30.447Z | [ host-image] Dec 16 20:49:28.905 INFO O| Dec 16 20:49:28.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9491 | 2024-12-16T20:49:30.447Z | [ host-image] Dec 16 20:49:28.905 INFO O| Dec 16 20:49:28.905 INFO ok! |
9492 | 2024-12-16T20:49:30.447Z | [ host-image] Dec 16 20:49:28.905 INFO O| Dec 16 20:49:28.905 INFO STEP 72 (ensure_file) COMPLETE |
9493 | 2024-12-16T20:49:30.447Z | [ host-image] Dec 16 20:49:28.905 INFO O| Dec 16 20:49:28.905 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9494 | 2024-12-16T20:49:30.451Z | [ host-image] Dec 16 20:49:28.917 INFO O| Dec 16 20:49:28.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9495 | 2024-12-16T20:49:30.452Z | [ host-image] Dec 16 20:49:28.917 INFO O| Dec 16 20:49:28.917 INFO copying /tmp/.tmppeKgUt/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 ... |
9496 | 2024-12-16T20:49:30.455Z | [ host-image] Dec 16 20:49:28.917 INFO O| Dec 16 20:49:28.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9497 | 2024-12-16T20:49:30.455Z | [ host-image] Dec 16 20:49:28.917 INFO O| Dec 16 20:49:28.917 INFO ok! |
9498 | 2024-12-16T20:49:30.455Z | [ host-image] Dec 16 20:49:28.917 INFO O| Dec 16 20:49:28.917 INFO STEP 73 (ensure_file) COMPLETE |
9499 | 2024-12-16T20:49:30.455Z | [ host-image] Dec 16 20:49:28.917 INFO O| Dec 16 20:49:28.917 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9500 | 2024-12-16T20:49:30.463Z | [ host-image] Dec 16 20:49:28.929 INFO O| Dec 16 20:49:28.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9501 | 2024-12-16T20:49:30.463Z | [ host-image] Dec 16 20:49:28.929 INFO O| Dec 16 20:49:28.929 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9502 | 2024-12-16T20:49:30.466Z | [ host-image] Dec 16 20:49:28.929 INFO O| Dec 16 20:49:28.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9503 | 2024-12-16T20:49:30.466Z | [ host-image] Dec 16 20:49:28.929 INFO O| Dec 16 20:49:28.929 INFO ok! |
9504 | 2024-12-16T20:49:30.466Z | [ host-image] Dec 16 20:49:28.929 INFO O| Dec 16 20:49:28.929 INFO STEP 74 (ensure_file) COMPLETE |
9505 | 2024-12-16T20:49:30.466Z | [ host-image] Dec 16 20:49:28.929 INFO O| Dec 16 20:49:28.929 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9506 | 2024-12-16T20:49:30.475Z | [ host-image] Dec 16 20:49:28.940 INFO O| Dec 16 20:49:28.940 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9507 | 2024-12-16T20:49:30.475Z | [ host-image] Dec 16 20:49:28.940 INFO O| Dec 16 20:49:28.940 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9508 | 2024-12-16T20:49:30.475Z | [ host-image] Dec 16 20:49:28.940 INFO O| Dec 16 20:49:28.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9509 | 2024-12-16T20:49:30.477Z | [ host-image] Dec 16 20:49:28.940 INFO O| Dec 16 20:49:28.940 INFO ok! |
9510 | 2024-12-16T20:49:30.477Z | [ host-image] Dec 16 20:49:28.940 INFO O| Dec 16 20:49:28.940 INFO STEP 75 (ensure_file) COMPLETE |
9511 | 2024-12-16T20:49:30.477Z | [ host-image] Dec 16 20:49:28.941 INFO O| Dec 16 20:49:28.940 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9512 | 2024-12-16T20:49:30.486Z | [ host-image] Dec 16 20:49:28.952 INFO O| Dec 16 20:49:28.952 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9513 | 2024-12-16T20:49:30.486Z | [ host-image] Dec 16 20:49:28.952 INFO O| Dec 16 20:49:28.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9514 | 2024-12-16T20:49:30.488Z | [ host-image] Dec 16 20:49:28.952 INFO O| Dec 16 20:49:28.952 INFO STEP 76 (ensure_dir) COMPLETE |
9515 | 2024-12-16T20:49:30.488Z | [ host-image] Dec 16 20:49:28.952 INFO O| Dec 16 20:49:28.952 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9516 | 2024-12-16T20:49:30.497Z | [ host-image] Dec 16 20:49:28.963 INFO O| Dec 16 20:49:28.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9517 | 2024-12-16T20:49:30.497Z | [ host-image] Dec 16 20:49:28.963 INFO O| Dec 16 20:49:28.963 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9518 | 2024-12-16T20:49:30.503Z | [ host-image] Dec 16 20:49:28.969 INFO O| Dec 16 20:49:28.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9519 | 2024-12-16T20:49:30.503Z | [ host-image] Dec 16 20:49:28.969 INFO O| Dec 16 20:49:28.969 INFO ok! |
9520 | 2024-12-16T20:49:30.505Z | [ host-image] Dec 16 20:49:28.969 INFO O| Dec 16 20:49:28.969 INFO STEP 77 (ensure_file) COMPLETE |
9521 | 2024-12-16T20:49:30.505Z | [ host-image] Dec 16 20:49:28.969 INFO O| Dec 16 20:49:28.969 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9522 | 2024-12-16T20:49:30.518Z | [ host-image] Dec 16 20:49:28.984 INFO O| Dec 16 20:49:28.984 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9523 | 2024-12-16T20:49:30.521Z | [ host-image] Dec 16 20:49:28.984 INFO O| Dec 16 20:49:28.984 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9524 | 2024-12-16T20:49:30.521Z | [ host-image] Dec 16 20:49:28.984 INFO O| Dec 16 20:49:28.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9525 | 2024-12-16T20:49:30.521Z | [ host-image] Dec 16 20:49:28.984 INFO O| Dec 16 20:49:28.984 INFO ok! |
9526 | 2024-12-16T20:49:30.521Z | [ host-image] Dec 16 20:49:28.984 INFO O| Dec 16 20:49:28.984 INFO STEP 78 (ensure_file) COMPLETE |
9527 | 2024-12-16T20:49:30.521Z | [ host-image] Dec 16 20:49:28.984 INFO O| Dec 16 20:49:28.984 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9528 | 2024-12-16T20:49:30.531Z | [ host-image] Dec 16 20:49:28.997 INFO O| Dec 16 20:49:28.997 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9529 | 2024-12-16T20:49:30.531Z | [ host-image] Dec 16 20:49:28.997 INFO O| Dec 16 20:49:28.997 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9530 | 2024-12-16T20:49:31.701Z | [ host-image] Dec 16 20:49:30.166 INFO O| Dec 16 20:49:30.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9531 | 2024-12-16T20:49:31.701Z | [ host-image] Dec 16 20:49:30.166 INFO O| Dec 16 20:49:30.166 INFO ok! |
9532 | 2024-12-16T20:49:31.704Z | [ host-image] Dec 16 20:49:30.166 INFO O| Dec 16 20:49:30.166 INFO STEP 79 (ensure_file) COMPLETE |
9533 | 2024-12-16T20:49:31.704Z | [ host-image] Dec 16 20:49:30.166 INFO O| Dec 16 20:49:30.166 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9534 | 2024-12-16T20:49:31.714Z | [ host-image] Dec 16 20:49:30.179 INFO O| Dec 16 20:49:30.179 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9535 | 2024-12-16T20:49:31.714Z | [ host-image] Dec 16 20:49:30.179 INFO O| Dec 16 20:49:30.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9536 | 2024-12-16T20:49:31.714Z | [ host-image] Dec 16 20:49:30.180 INFO O| Dec 16 20:49:30.179 INFO STEP 80 (ensure_dir) COMPLETE |
9537 | 2024-12-16T20:49:31.716Z | [ host-image] Dec 16 20:49:30.180 INFO O| Dec 16 20:49:30.180 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9538 | 2024-12-16T20:49:31.727Z | [ host-image] Dec 16 20:49:30.192 INFO O| Dec 16 20:49:30.192 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9539 | 2024-12-16T20:49:31.727Z | [ host-image] Dec 16 20:49:30.192 INFO O| Dec 16 20:49:30.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9540 | 2024-12-16T20:49:31.732Z | [ host-image] Dec 16 20:49:30.192 INFO O| Dec 16 20:49:30.192 INFO STEP 81 (ensure_dir) COMPLETE |
9541 | 2024-12-16T20:49:31.732Z | [ host-image] Dec 16 20:49:30.192 INFO O| Dec 16 20:49:30.192 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9542 | 2024-12-16T20:49:31.739Z | [ host-image] Dec 16 20:49:30.204 INFO O| Dec 16 20:49:30.204 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9543 | 2024-12-16T20:49:31.739Z | [ host-image] Dec 16 20:49:30.204 INFO O| Dec 16 20:49:30.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9544 | 2024-12-16T20:49:31.739Z | [ host-image] Dec 16 20:49:30.204 INFO O| Dec 16 20:49:30.204 INFO STEP 82 (ensure_dir) COMPLETE |
9545 | 2024-12-16T20:49:31.743Z | [ host-image] Dec 16 20:49:30.204 INFO O| Dec 16 20:49:30.204 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9546 | 2024-12-16T20:49:31.753Z | [ host-image] Dec 16 20:49:30.218 INFO O| Dec 16 20:49:30.218 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9547 | 2024-12-16T20:49:31.753Z | [ host-image] Dec 16 20:49:30.219 INFO O| Dec 16 20:49:30.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9548 | 2024-12-16T20:49:31.756Z | [ host-image] Dec 16 20:49:30.219 INFO O| Dec 16 20:49:30.219 INFO STEP 83 (ensure_dir) COMPLETE |
9549 | 2024-12-16T20:49:31.756Z | [ host-image] Dec 16 20:49:30.219 INFO O| Dec 16 20:49:30.219 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9550 | 2024-12-16T20:49:31.765Z | [ host-image] Dec 16 20:49:30.230 INFO O| Dec 16 20:49:30.230 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9551 | 2024-12-16T20:49:31.765Z | [ host-image] Dec 16 20:49:30.230 INFO O| Dec 16 20:49:30.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9552 | 2024-12-16T20:49:31.765Z | [ host-image] Dec 16 20:49:30.230 INFO O| Dec 16 20:49:30.230 INFO STEP 84 (ensure_dir) COMPLETE |
9553 | 2024-12-16T20:49:31.767Z | [ host-image] Dec 16 20:49:30.230 INFO O| Dec 16 20:49:30.230 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9554 | 2024-12-16T20:49:31.776Z | [ host-image] Dec 16 20:49:30.242 INFO O| Dec 16 20:49:30.242 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9555 | 2024-12-16T20:49:31.776Z | [ host-image] Dec 16 20:49:30.242 INFO O| Dec 16 20:49:30.242 INFO copying /tmp/.tmppeKgUt/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 ... |
9556 | 2024-12-16T20:49:31.779Z | [ host-image] Dec 16 20:49:30.242 INFO O| Dec 16 20:49:30.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9557 | 2024-12-16T20:49:31.779Z | [ host-image] Dec 16 20:49:30.242 INFO O| Dec 16 20:49:30.242 INFO ok! |
9558 | 2024-12-16T20:49:31.779Z | [ host-image] Dec 16 20:49:30.242 INFO O| Dec 16 20:49:30.242 INFO STEP 85 (ensure_file) COMPLETE |
9559 | 2024-12-16T20:49:31.779Z | [ host-image] Dec 16 20:49:30.242 INFO O| Dec 16 20:49:30.242 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9560 | 2024-12-16T20:49:31.789Z | [ host-image] Dec 16 20:49:30.254 INFO O| Dec 16 20:49:30.254 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9561 | 2024-12-16T20:49:31.789Z | [ host-image] Dec 16 20:49:30.254 INFO O| Dec 16 20:49:30.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9562 | 2024-12-16T20:49:31.789Z | [ host-image] Dec 16 20:49:30.254 INFO O| Dec 16 20:49:30.254 INFO STEP 86 (ensure_dir) COMPLETE |
9563 | 2024-12-16T20:49:31.791Z | [ host-image] Dec 16 20:49:30.254 INFO O| Dec 16 20:49:30.254 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9564 | 2024-12-16T20:49:31.805Z | [ host-image] Dec 16 20:49:30.270 INFO O| Dec 16 20:49:30.270 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9565 | 2024-12-16T20:49:31.805Z | [ host-image] Dec 16 20:49:30.270 INFO O| Dec 16 20:49:30.270 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9566 | 2024-12-16T20:49:31.805Z | [ host-image] Dec 16 20:49:30.271 INFO O| Dec 16 20:49:30.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9567 | 2024-12-16T20:49:31.808Z | [ host-image] Dec 16 20:49:30.271 INFO O| Dec 16 20:49:30.271 INFO ok! |
9568 | 2024-12-16T20:49:31.808Z | [ host-image] Dec 16 20:49:30.271 INFO O| Dec 16 20:49:30.271 INFO STEP 87 (ensure_file) COMPLETE |
9569 | 2024-12-16T20:49:31.808Z | [ host-image] Dec 16 20:49:30.271 INFO O| Dec 16 20:49:30.271 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9570 | 2024-12-16T20:49:31.820Z | [ host-image] Dec 16 20:49:30.285 INFO O| Dec 16 20:49:30.285 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9571 | 2024-12-16T20:49:31.820Z | [ host-image] Dec 16 20:49:30.285 INFO O| Dec 16 20:49:30.285 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9572 | 2024-12-16T20:49:32.227Z | [ host-image] Dec 16 20:49:30.693 INFO O| Dec 16 20:49:30.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9573 | 2024-12-16T20:49:32.227Z | [ host-image] Dec 16 20:49:30.693 INFO O| Dec 16 20:49:30.693 INFO ok! |
9574 | 2024-12-16T20:49:32.227Z | [ host-image] Dec 16 20:49:30.693 INFO O| Dec 16 20:49:30.693 INFO STEP 88 (ensure_file) COMPLETE |
9575 | 2024-12-16T20:49:32.230Z | [ host-image] Dec 16 20:49:30.693 INFO O| Dec 16 20:49:30.693 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9576 | 2024-12-16T20:49:32.239Z | [ host-image] Dec 16 20:49:30.704 INFO O| Dec 16 20:49:30.704 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9577 | 2024-12-16T20:49:32.242Z | [ host-image] Dec 16 20:49:30.704 INFO O| Dec 16 20:49:30.704 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9578 | 2024-12-16T20:49:32.817Z | [ host-image] Dec 16 20:49:31.282 INFO O| Dec 16 20:49:31.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9579 | 2024-12-16T20:49:32.817Z | [ host-image] Dec 16 20:49:31.282 INFO O| Dec 16 20:49:31.282 INFO ok! |
9580 | 2024-12-16T20:49:32.817Z | [ host-image] Dec 16 20:49:31.282 INFO O| Dec 16 20:49:31.282 INFO STEP 89 (ensure_file) COMPLETE |
9581 | 2024-12-16T20:49:32.820Z | [ host-image] Dec 16 20:49:31.282 INFO O| Dec 16 20:49:31.282 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9582 | 2024-12-16T20:49:32.830Z | [ host-image] Dec 16 20:49:31.295 INFO O| Dec 16 20:49:31.295 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9583 | 2024-12-16T20:49:32.830Z | [ host-image] Dec 16 20:49:31.295 INFO O| Dec 16 20:49:31.295 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9584 | 2024-12-16T20:49:32.832Z | [ host-image] Dec 16 20:49:31.295 INFO O| Dec 16 20:49:31.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9585 | 2024-12-16T20:49:32.832Z | [ host-image] Dec 16 20:49:31.295 INFO O| Dec 16 20:49:31.295 INFO ok! |
9586 | 2024-12-16T20:49:32.832Z | [ host-image] Dec 16 20:49:31.295 INFO O| Dec 16 20:49:31.295 INFO STEP 90 (ensure_file) COMPLETE |
9587 | 2024-12-16T20:49:32.832Z | [ host-image] Dec 16 20:49:31.295 INFO O| Dec 16 20:49:31.295 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9588 | 2024-12-16T20:49:32.842Z | [ host-image] Dec 16 20:49:31.307 INFO O| Dec 16 20:49:31.307 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9589 | 2024-12-16T20:49:32.844Z | [ host-image] Dec 16 20:49:31.307 INFO O| Dec 16 20:49:31.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9590 | 2024-12-16T20:49:32.844Z | [ host-image] Dec 16 20:49:31.307 INFO O| Dec 16 20:49:31.307 INFO STEP 91 (ensure_dir) COMPLETE |
9591 | 2024-12-16T20:49:32.844Z | [ host-image] Dec 16 20:49:31.307 INFO O| Dec 16 20:49:31.307 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9592 | 2024-12-16T20:49:32.857Z | [ host-image] Dec 16 20:49:31.322 INFO O| Dec 16 20:49:31.322 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9593 | 2024-12-16T20:49:32.857Z | [ host-image] Dec 16 20:49:31.323 INFO O| Dec 16 20:49:31.322 INFO copying /tmp/.tmppeKgUt/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 ... |
9594 | 2024-12-16T20:49:32.859Z | [ host-image] Dec 16 20:49:31.323 INFO O| Dec 16 20:49:31.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9595 | 2024-12-16T20:49:32.859Z | [ host-image] Dec 16 20:49:31.323 INFO O| Dec 16 20:49:31.323 INFO ok! |
9596 | 2024-12-16T20:49:32.859Z | [ host-image] Dec 16 20:49:31.323 INFO O| Dec 16 20:49:31.323 INFO STEP 92 (ensure_file) COMPLETE |
9597 | 2024-12-16T20:49:32.859Z | [ host-image] Dec 16 20:49:31.323 INFO O| Dec 16 20:49:31.323 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9598 | 2024-12-16T20:49:32.869Z | [ host-image] Dec 16 20:49:31.334 INFO O| Dec 16 20:49:31.334 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9599 | 2024-12-16T20:49:32.869Z | [ host-image] Dec 16 20:49:31.334 INFO O| Dec 16 20:49:31.334 INFO copying /tmp/.tmppeKgUt/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 ... |
9600 | 2024-12-16T20:49:32.869Z | [ host-image] Dec 16 20:49:31.334 INFO O| Dec 16 20:49:31.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9601 | 2024-12-16T20:49:32.869Z | [ host-image] Dec 16 20:49:31.334 INFO O| Dec 16 20:49:31.334 INFO ok! |
9602 | 2024-12-16T20:49:32.871Z | [ host-image] Dec 16 20:49:31.334 INFO O| Dec 16 20:49:31.334 INFO STEP 93 (ensure_file) COMPLETE |
9603 | 2024-12-16T20:49:32.871Z | [ host-image] Dec 16 20:49:31.334 INFO O| Dec 16 20:49:31.334 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9604 | 2024-12-16T20:49:32.879Z | [ host-image] Dec 16 20:49:31.345 INFO O| Dec 16 20:49:31.345 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9605 | 2024-12-16T20:49:32.882Z | [ host-image] Dec 16 20:49:31.345 INFO O| Dec 16 20:49:31.345 INFO copying /tmp/.tmppeKgUt/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 ... |
9606 | 2024-12-16T20:49:32.882Z | [ host-image] Dec 16 20:49:31.345 INFO O| Dec 16 20:49:31.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9607 | 2024-12-16T20:49:32.882Z | [ host-image] Dec 16 20:49:31.345 INFO O| Dec 16 20:49:31.345 INFO ok! |
9608 | 2024-12-16T20:49:32.882Z | [ host-image] Dec 16 20:49:31.345 INFO O| Dec 16 20:49:31.345 INFO STEP 94 (ensure_file) COMPLETE |
9609 | 2024-12-16T20:49:32.882Z | [ host-image] Dec 16 20:49:31.345 INFO O| Dec 16 20:49:31.345 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9610 | 2024-12-16T20:49:32.890Z | [ host-image] Dec 16 20:49:31.356 INFO O| Dec 16 20:49:31.355 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9611 | 2024-12-16T20:49:32.890Z | [ host-image] Dec 16 20:49:31.356 INFO O| Dec 16 20:49:31.356 INFO copying /tmp/.tmppeKgUt/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 ... |
9612 | 2024-12-16T20:49:32.893Z | [ host-image] Dec 16 20:49:31.356 INFO O| Dec 16 20:49:31.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9613 | 2024-12-16T20:49:32.893Z | [ host-image] Dec 16 20:49:31.356 INFO O| Dec 16 20:49:31.356 INFO ok! |
9614 | 2024-12-16T20:49:32.893Z | [ host-image] Dec 16 20:49:31.356 INFO O| Dec 16 20:49:31.356 INFO STEP 95 (ensure_file) COMPLETE |
9615 | 2024-12-16T20:49:32.893Z | [ host-image] Dec 16 20:49:31.356 INFO O| Dec 16 20:49:31.356 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9616 | 2024-12-16T20:49:32.903Z | [ host-image] Dec 16 20:49:31.368 INFO O| Dec 16 20:49:31.368 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9617 | 2024-12-16T20:49:32.903Z | [ host-image] Dec 16 20:49:31.368 INFO O| Dec 16 20:49:31.368 INFO copying /tmp/.tmppeKgUt/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 ... |
9618 | 2024-12-16T20:49:32.903Z | [ host-image] Dec 16 20:49:31.368 INFO O| Dec 16 20:49:31.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9619 | 2024-12-16T20:49:32.905Z | [ host-image] Dec 16 20:49:31.368 INFO O| Dec 16 20:49:31.368 INFO ok! |
9620 | 2024-12-16T20:49:32.905Z | [ host-image] Dec 16 20:49:31.368 INFO O| Dec 16 20:49:31.368 INFO STEP 96 (ensure_file) COMPLETE |
9621 | 2024-12-16T20:49:32.905Z | [ host-image] Dec 16 20:49:31.368 INFO O| Dec 16 20:49:31.368 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9622 | 2024-12-16T20:49:32.915Z | [ host-image] Dec 16 20:49:31.381 INFO O| Dec 16 20:49:31.381 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9623 | 2024-12-16T20:49:32.915Z | [ host-image] Dec 16 20:49:31.381 INFO O| Dec 16 20:49:31.381 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9624 | 2024-12-16T20:49:32.918Z | [ host-image] Dec 16 20:49:31.381 INFO O| Dec 16 20:49:31.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9625 | 2024-12-16T20:49:32.918Z | [ host-image] Dec 16 20:49:31.381 INFO O| Dec 16 20:49:31.381 INFO ok! |
9626 | 2024-12-16T20:49:32.918Z | [ host-image] Dec 16 20:49:31.381 INFO O| Dec 16 20:49:31.381 INFO STEP 97 (ensure_file) COMPLETE |
9627 | 2024-12-16T20:49:32.918Z | [ host-image] Dec 16 20:49:31.381 INFO O| Dec 16 20:49:31.381 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9628 | 2024-12-16T20:49:32.930Z | [ host-image] Dec 16 20:49:31.395 INFO O| Dec 16 20:49:31.395 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9629 | 2024-12-16T20:49:32.931Z | [ host-image] Dec 16 20:49:31.395 INFO O| Dec 16 20:49:31.395 INFO copying /tmp/.tmppeKgUt/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 ... |
9630 | 2024-12-16T20:49:32.933Z | [ host-image] Dec 16 20:49:31.395 INFO O| Dec 16 20:49:31.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9631 | 2024-12-16T20:49:32.934Z | [ host-image] Dec 16 20:49:31.395 INFO O| Dec 16 20:49:31.395 INFO ok! |
9632 | 2024-12-16T20:49:32.934Z | [ host-image] Dec 16 20:49:31.395 INFO O| Dec 16 20:49:31.395 INFO STEP 98 (ensure_file) COMPLETE |
9633 | 2024-12-16T20:49:32.934Z | [ host-image] Dec 16 20:49:31.395 INFO O| Dec 16 20:49:31.395 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9634 | 2024-12-16T20:49:32.942Z | [ host-image] Dec 16 20:49:31.407 INFO O| Dec 16 20:49:31.407 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9635 | 2024-12-16T20:49:32.942Z | [ host-image] Dec 16 20:49:31.408 INFO O| Dec 16 20:49:31.407 INFO copying /tmp/.tmppeKgUt/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 ... |
9636 | 2024-12-16T20:49:32.945Z | [ host-image] Dec 16 20:49:31.408 INFO O| Dec 16 20:49:31.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9637 | 2024-12-16T20:49:32.945Z | [ host-image] Dec 16 20:49:31.408 INFO O| Dec 16 20:49:31.408 INFO ok! |
9638 | 2024-12-16T20:49:32.945Z | [ host-image] Dec 16 20:49:31.408 INFO O| Dec 16 20:49:31.408 INFO STEP 99 (ensure_file) COMPLETE |
9639 | 2024-12-16T20:49:32.945Z | [ host-image] Dec 16 20:49:31.408 INFO O| Dec 16 20:49:31.408 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9640 | 2024-12-16T20:49:32.953Z | [ host-image] Dec 16 20:49:31.419 INFO O| Dec 16 20:49:31.418 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9641 | 2024-12-16T20:49:32.956Z | [ host-image] Dec 16 20:49:31.419 INFO O| Dec 16 20:49:31.419 INFO copying /tmp/.tmppeKgUt/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 ... |
9642 | 2024-12-16T20:49:32.956Z | [ host-image] Dec 16 20:49:31.419 INFO O| Dec 16 20:49:31.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9643 | 2024-12-16T20:49:32.956Z | [ host-image] Dec 16 20:49:31.419 INFO O| Dec 16 20:49:31.419 INFO ok! |
9644 | 2024-12-16T20:49:32.956Z | [ host-image] Dec 16 20:49:31.419 INFO O| Dec 16 20:49:31.419 INFO STEP 100 (ensure_file) COMPLETE |
9645 | 2024-12-16T20:49:32.956Z | [ host-image] Dec 16 20:49:31.419 INFO O| Dec 16 20:49:31.419 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9646 | 2024-12-16T20:49:32.966Z | [ host-image] Dec 16 20:49:31.431 INFO O| Dec 16 20:49:31.431 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9647 | 2024-12-16T20:49:32.966Z | [ host-image] Dec 16 20:49:31.431 INFO O| Dec 16 20:49:31.431 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9648 | 2024-12-16T20:49:32.968Z | [ host-image] Dec 16 20:49:31.431 INFO O| Dec 16 20:49:31.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9649 | 2024-12-16T20:49:32.968Z | [ host-image] Dec 16 20:49:31.431 INFO O| Dec 16 20:49:31.431 INFO ok! |
9650 | 2024-12-16T20:49:32.968Z | [ host-image] Dec 16 20:49:31.431 INFO O| Dec 16 20:49:31.431 INFO STEP 101 (ensure_file) COMPLETE |
9651 | 2024-12-16T20:49:32.968Z | [ host-image] Dec 16 20:49:31.431 INFO O| Dec 16 20:49:31.431 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9652 | 2024-12-16T20:49:32.977Z | [ host-image] Dec 16 20:49:31.442 INFO O| Dec 16 20:49:31.442 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9653 | 2024-12-16T20:49:32.977Z | [ host-image] Dec 16 20:49:31.442 INFO O| Dec 16 20:49:31.442 INFO copying /tmp/.tmppeKgUt/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 ... |
9654 | 2024-12-16T20:49:32.979Z | [ host-image] Dec 16 20:49:31.442 INFO O| Dec 16 20:49:31.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9655 | 2024-12-16T20:49:32.979Z | [ host-image] Dec 16 20:49:31.442 INFO O| Dec 16 20:49:31.442 INFO ok! |
9656 | 2024-12-16T20:49:32.979Z | [ host-image] Dec 16 20:49:31.442 INFO O| Dec 16 20:49:31.442 INFO STEP 102 (ensure_file) COMPLETE |
9657 | 2024-12-16T20:49:32.979Z | [ host-image] Dec 16 20:49:31.442 INFO O| Dec 16 20:49:31.442 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9658 | 2024-12-16T20:49:32.988Z | [ host-image] Dec 16 20:49:31.453 INFO O| Dec 16 20:49:31.453 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9659 | 2024-12-16T20:49:32.990Z | [ host-image] Dec 16 20:49:31.453 INFO O| Dec 16 20:49:31.453 INFO copying /tmp/.tmppeKgUt/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 ... |
9660 | 2024-12-16T20:49:32.990Z | [ host-image] Dec 16 20:49:31.453 INFO O| Dec 16 20:49:31.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9661 | 2024-12-16T20:49:32.990Z | [ host-image] Dec 16 20:49:31.453 INFO O| Dec 16 20:49:31.453 INFO ok! |
9662 | 2024-12-16T20:49:32.990Z | [ host-image] Dec 16 20:49:31.453 INFO O| Dec 16 20:49:31.453 INFO STEP 103 (ensure_file) COMPLETE |
9663 | 2024-12-16T20:49:32.990Z | [ host-image] Dec 16 20:49:31.453 INFO O| Dec 16 20:49:31.453 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9664 | 2024-12-16T20:49:32.999Z | [ host-image] Dec 16 20:49:31.464 INFO O| Dec 16 20:49:31.464 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9665 | 2024-12-16T20:49:32.999Z | [ host-image] Dec 16 20:49:31.464 INFO O| Dec 16 20:49:31.464 INFO copying /tmp/.tmppeKgUt/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 ... |
9666 | 2024-12-16T20:49:33.002Z | [ host-image] Dec 16 20:49:31.464 INFO O| Dec 16 20:49:31.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9667 | 2024-12-16T20:49:33.002Z | [ host-image] Dec 16 20:49:31.464 INFO O| Dec 16 20:49:31.464 INFO ok! |
9668 | 2024-12-16T20:49:33.002Z | [ host-image] Dec 16 20:49:31.464 INFO O| Dec 16 20:49:31.464 INFO STEP 104 (ensure_file) COMPLETE |
9669 | 2024-12-16T20:49:33.002Z | [ host-image] Dec 16 20:49:31.464 INFO O| Dec 16 20:49:31.464 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9670 | 2024-12-16T20:49:33.013Z | [ host-image] Dec 16 20:49:31.478 INFO O| Dec 16 20:49:31.478 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9671 | 2024-12-16T20:49:33.013Z | [ host-image] Dec 16 20:49:31.478 INFO O| Dec 16 20:49:31.478 INFO copying /tmp/.tmppeKgUt/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 ... |
9672 | 2024-12-16T20:49:33.015Z | [ host-image] Dec 16 20:49:31.478 INFO O| Dec 16 20:49:31.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9673 | 2024-12-16T20:49:33.015Z | [ host-image] Dec 16 20:49:31.478 INFO O| Dec 16 20:49:31.478 INFO ok! |
9674 | 2024-12-16T20:49:33.015Z | [ host-image] Dec 16 20:49:31.478 INFO O| Dec 16 20:49:31.478 INFO STEP 105 (ensure_file) COMPLETE |
9675 | 2024-12-16T20:49:33.015Z | [ host-image] Dec 16 20:49:31.478 INFO O| Dec 16 20:49:31.478 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9676 | 2024-12-16T20:49:33.024Z | [ host-image] Dec 16 20:49:31.490 INFO O| Dec 16 20:49:31.490 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9677 | 2024-12-16T20:49:33.024Z | [ host-image] Dec 16 20:49:31.490 INFO O| Dec 16 20:49:31.490 INFO copying /tmp/.tmppeKgUt/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 ... |
9678 | 2024-12-16T20:49:33.025Z | [ host-image] Dec 16 20:49:31.490 INFO O| Dec 16 20:49:31.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9679 | 2024-12-16T20:49:33.027Z | [ host-image] Dec 16 20:49:31.490 INFO O| Dec 16 20:49:31.490 INFO ok! |
9680 | 2024-12-16T20:49:33.027Z | [ host-image] Dec 16 20:49:31.490 INFO O| Dec 16 20:49:31.490 INFO STEP 106 (ensure_file) COMPLETE |
9681 | 2024-12-16T20:49:33.027Z | [ host-image] Dec 16 20:49:31.490 INFO O| Dec 16 20:49:31.490 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9682 | 2024-12-16T20:49:33.036Z | [ host-image] Dec 16 20:49:31.501 INFO O| Dec 16 20:49:31.501 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9683 | 2024-12-16T20:49:33.036Z | [ host-image] Dec 16 20:49:31.501 INFO O| Dec 16 20:49:31.501 INFO copying /tmp/.tmppeKgUt/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 ... |
9684 | 2024-12-16T20:49:33.036Z | [ host-image] Dec 16 20:49:31.501 INFO O| Dec 16 20:49:31.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9685 | 2024-12-16T20:49:33.038Z | [ host-image] Dec 16 20:49:31.501 INFO O| Dec 16 20:49:31.501 INFO ok! |
9686 | 2024-12-16T20:49:33.038Z | [ host-image] Dec 16 20:49:31.501 INFO O| Dec 16 20:49:31.501 INFO STEP 107 (ensure_file) COMPLETE |
9687 | 2024-12-16T20:49:33.038Z | [ host-image] Dec 16 20:49:31.501 INFO O| Dec 16 20:49:31.501 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9688 | 2024-12-16T20:49:33.046Z | [ host-image] Dec 16 20:49:31.511 INFO O| Dec 16 20:49:31.511 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9689 | 2024-12-16T20:49:33.046Z | [ host-image] Dec 16 20:49:31.511 INFO O| Dec 16 20:49:31.511 INFO copying /tmp/.tmppeKgUt/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 ... |
9690 | 2024-12-16T20:49:33.046Z | [ host-image] Dec 16 20:49:31.511 INFO O| Dec 16 20:49:31.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9691 | 2024-12-16T20:49:33.048Z | [ host-image] Dec 16 20:49:31.511 INFO O| Dec 16 20:49:31.511 INFO ok! |
9692 | 2024-12-16T20:49:33.048Z | [ host-image] Dec 16 20:49:31.511 INFO O| Dec 16 20:49:31.511 INFO STEP 108 (ensure_file) COMPLETE |
9693 | 2024-12-16T20:49:33.048Z | [ host-image] Dec 16 20:49:31.511 INFO O| Dec 16 20:49:31.511 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9694 | 2024-12-16T20:49:33.057Z | [ host-image] Dec 16 20:49:31.522 INFO O| Dec 16 20:49:31.522 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9695 | 2024-12-16T20:49:33.057Z | [ host-image] Dec 16 20:49:31.522 INFO O| Dec 16 20:49:31.522 INFO copying /tmp/.tmppeKgUt/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 ... |
9696 | 2024-12-16T20:49:33.059Z | [ host-image] Dec 16 20:49:31.522 INFO O| Dec 16 20:49:31.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9697 | 2024-12-16T20:49:33.059Z | [ host-image] Dec 16 20:49:31.522 INFO O| Dec 16 20:49:31.522 INFO ok! |
9698 | 2024-12-16T20:49:33.059Z | [ host-image] Dec 16 20:49:31.522 INFO O| Dec 16 20:49:31.522 INFO STEP 109 (ensure_file) COMPLETE |
9699 | 2024-12-16T20:49:33.059Z | [ host-image] Dec 16 20:49:31.522 INFO O| Dec 16 20:49:31.522 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9700 | 2024-12-16T20:49:33.067Z | [ host-image] Dec 16 20:49:31.532 INFO O| Dec 16 20:49:31.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9701 | 2024-12-16T20:49:33.070Z | [ host-image] Dec 16 20:49:31.532 INFO O| Dec 16 20:49:31.532 INFO copying /tmp/.tmppeKgUt/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 ... |
9702 | 2024-12-16T20:49:33.070Z | [ host-image] Dec 16 20:49:31.532 INFO O| Dec 16 20:49:31.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9703 | 2024-12-16T20:49:33.070Z | [ host-image] Dec 16 20:49:31.533 INFO O| Dec 16 20:49:31.532 INFO ok! |
9704 | 2024-12-16T20:49:33.070Z | [ host-image] Dec 16 20:49:31.533 INFO O| Dec 16 20:49:31.532 INFO STEP 110 (ensure_file) COMPLETE |
9705 | 2024-12-16T20:49:33.070Z | [ host-image] Dec 16 20:49:31.533 INFO O| Dec 16 20:49:31.533 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9706 | 2024-12-16T20:49:33.077Z | [ host-image] Dec 16 20:49:31.543 INFO O| Dec 16 20:49:31.543 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9707 | 2024-12-16T20:49:33.078Z | [ host-image] Dec 16 20:49:31.543 INFO O| Dec 16 20:49:31.543 INFO copying /tmp/.tmppeKgUt/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 ... |
9708 | 2024-12-16T20:49:33.080Z | [ host-image] Dec 16 20:49:31.543 INFO O| Dec 16 20:49:31.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9709 | 2024-12-16T20:49:33.080Z | [ host-image] Dec 16 20:49:31.543 INFO O| Dec 16 20:49:31.543 INFO ok! |
9710 | 2024-12-16T20:49:33.080Z | [ host-image] Dec 16 20:49:31.543 INFO O| Dec 16 20:49:31.543 INFO STEP 111 (ensure_file) COMPLETE |
9711 | 2024-12-16T20:49:33.080Z | [ host-image] Dec 16 20:49:31.543 INFO O| Dec 16 20:49:31.543 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9712 | 2024-12-16T20:49:33.090Z | [ host-image] Dec 16 20:49:31.555 INFO O| Dec 16 20:49:31.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9713 | 2024-12-16T20:49:33.090Z | [ host-image] Dec 16 20:49:31.555 INFO O| Dec 16 20:49:31.555 INFO copying /tmp/.tmppeKgUt/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 ... |
9714 | 2024-12-16T20:49:33.093Z | [ host-image] Dec 16 20:49:31.555 INFO O| Dec 16 20:49:31.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9715 | 2024-12-16T20:49:33.093Z | [ host-image] Dec 16 20:49:31.555 INFO O| Dec 16 20:49:31.555 INFO ok! |
9716 | 2024-12-16T20:49:33.093Z | [ host-image] Dec 16 20:49:31.556 INFO O| Dec 16 20:49:31.555 INFO STEP 112 (ensure_file) COMPLETE |
9717 | 2024-12-16T20:49:33.093Z | [ host-image] Dec 16 20:49:31.556 INFO O| Dec 16 20:49:31.555 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9718 | 2024-12-16T20:49:33.102Z | [ host-image] Dec 16 20:49:31.567 INFO O| Dec 16 20:49:31.567 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9719 | 2024-12-16T20:49:33.104Z | [ host-image] Dec 16 20:49:31.567 INFO O| Dec 16 20:49:31.567 INFO copying /tmp/.tmppeKgUt/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 ... |
9720 | 2024-12-16T20:49:33.104Z | [ host-image] Dec 16 20:49:31.567 INFO O| Dec 16 20:49:31.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9721 | 2024-12-16T20:49:33.104Z | [ host-image] Dec 16 20:49:31.567 INFO O| Dec 16 20:49:31.567 INFO ok! |
9722 | 2024-12-16T20:49:33.104Z | [ host-image] Dec 16 20:49:31.567 INFO O| Dec 16 20:49:31.567 INFO STEP 113 (ensure_file) COMPLETE |
9723 | 2024-12-16T20:49:33.104Z | [ host-image] Dec 16 20:49:31.567 INFO O| Dec 16 20:49:31.567 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9724 | 2024-12-16T20:49:33.113Z | [ host-image] Dec 16 20:49:31.579 INFO O| Dec 16 20:49:31.579 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9725 | 2024-12-16T20:49:33.113Z | [ host-image] Dec 16 20:49:31.579 INFO O| Dec 16 20:49:31.579 INFO copying /tmp/.tmppeKgUt/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 ... |
9726 | 2024-12-16T20:49:33.113Z | [ host-image] Dec 16 20:49:31.579 INFO O| Dec 16 20:49:31.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9727 | 2024-12-16T20:49:33.116Z | [ host-image] Dec 16 20:49:31.579 INFO O| Dec 16 20:49:31.579 INFO ok! |
9728 | 2024-12-16T20:49:33.116Z | [ host-image] Dec 16 20:49:31.579 INFO O| Dec 16 20:49:31.579 INFO STEP 114 (ensure_file) COMPLETE |
9729 | 2024-12-16T20:49:33.116Z | [ host-image] Dec 16 20:49:31.579 INFO O| Dec 16 20:49:31.579 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9730 | 2024-12-16T20:49:33.124Z | [ host-image] Dec 16 20:49:31.589 INFO O| Dec 16 20:49:31.589 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9731 | 2024-12-16T20:49:33.127Z | [ host-image] Dec 16 20:49:31.589 INFO O| Dec 16 20:49:31.589 INFO copying /tmp/.tmppeKgUt/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 ... |
9732 | 2024-12-16T20:49:33.127Z | [ host-image] Dec 16 20:49:31.589 INFO O| Dec 16 20:49:31.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9733 | 2024-12-16T20:49:33.127Z | [ host-image] Dec 16 20:49:31.589 INFO O| Dec 16 20:49:31.589 INFO ok! |
9734 | 2024-12-16T20:49:33.127Z | [ host-image] Dec 16 20:49:31.589 INFO O| Dec 16 20:49:31.589 INFO STEP 115 (ensure_file) COMPLETE |
9735 | 2024-12-16T20:49:33.127Z | [ host-image] Dec 16 20:49:31.589 INFO O| Dec 16 20:49:31.589 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9736 | 2024-12-16T20:49:33.134Z | [ host-image] Dec 16 20:49:31.599 INFO O| Dec 16 20:49:31.599 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9737 | 2024-12-16T20:49:33.134Z | [ host-image] Dec 16 20:49:31.599 INFO O| Dec 16 20:49:31.599 INFO copying /tmp/.tmppeKgUt/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 ... |
9738 | 2024-12-16T20:49:33.134Z | [ host-image] Dec 16 20:49:31.599 INFO O| Dec 16 20:49:31.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9739 | 2024-12-16T20:49:33.134Z | [ host-image] Dec 16 20:49:31.599 INFO O| Dec 16 20:49:31.599 INFO ok! |
9740 | 2024-12-16T20:49:33.136Z | [ host-image] Dec 16 20:49:31.599 INFO O| Dec 16 20:49:31.599 INFO STEP 116 (ensure_file) COMPLETE |
9741 | 2024-12-16T20:49:33.136Z | [ host-image] Dec 16 20:49:31.599 INFO O| Dec 16 20:49:31.599 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9742 | 2024-12-16T20:49:33.147Z | [ host-image] Dec 16 20:49:31.612 INFO O| Dec 16 20:49:31.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9743 | 2024-12-16T20:49:33.149Z | [ host-image] Dec 16 20:49:31.612 INFO O| Dec 16 20:49:31.612 INFO copying /tmp/.tmppeKgUt/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 ... |
9744 | 2024-12-16T20:49:33.149Z | [ host-image] Dec 16 20:49:31.612 INFO O| Dec 16 20:49:31.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9745 | 2024-12-16T20:49:33.149Z | [ host-image] Dec 16 20:49:31.612 INFO O| Dec 16 20:49:31.612 INFO ok! |
9746 | 2024-12-16T20:49:33.149Z | [ host-image] Dec 16 20:49:31.612 INFO O| Dec 16 20:49:31.612 INFO STEP 117 (ensure_file) COMPLETE |
9747 | 2024-12-16T20:49:33.149Z | [ host-image] Dec 16 20:49:31.612 INFO O| Dec 16 20:49:31.612 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9748 | 2024-12-16T20:49:33.160Z | [ host-image] Dec 16 20:49:31.622 INFO O| Dec 16 20:49:31.622 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9749 | 2024-12-16T20:49:33.162Z | [ host-image] Dec 16 20:49:31.622 INFO O| Dec 16 20:49:31.622 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9750 | 2024-12-16T20:49:33.162Z | [ host-image] Dec 16 20:49:31.622 INFO O| Dec 16 20:49:31.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9751 | 2024-12-16T20:49:33.162Z | [ host-image] Dec 16 20:49:31.622 INFO O| Dec 16 20:49:31.622 INFO ok! |
9752 | 2024-12-16T20:49:33.162Z | [ host-image] Dec 16 20:49:31.622 INFO O| Dec 16 20:49:31.622 INFO STEP 118 (ensure_file) COMPLETE |
9753 | 2024-12-16T20:49:33.162Z | [ host-image] Dec 16 20:49:31.622 INFO O| Dec 16 20:49:31.622 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9754 | 2024-12-16T20:49:33.167Z | [ host-image] Dec 16 20:49:31.633 INFO O| Dec 16 20:49:31.633 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9755 | 2024-12-16T20:49:33.167Z | [ host-image] Dec 16 20:49:31.633 INFO O| Dec 16 20:49:31.633 INFO copying /tmp/.tmppeKgUt/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 ... |
9756 | 2024-12-16T20:49:33.170Z | [ host-image] Dec 16 20:49:31.633 INFO O| Dec 16 20:49:31.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9757 | 2024-12-16T20:49:33.170Z | [ host-image] Dec 16 20:49:31.633 INFO O| Dec 16 20:49:31.633 INFO ok! |
9758 | 2024-12-16T20:49:33.170Z | [ host-image] Dec 16 20:49:31.633 INFO O| Dec 16 20:49:31.633 INFO STEP 119 (ensure_file) COMPLETE |
9759 | 2024-12-16T20:49:33.170Z | [ host-image] Dec 16 20:49:31.633 INFO O| Dec 16 20:49:31.633 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9760 | 2024-12-16T20:49:33.179Z | [ host-image] Dec 16 20:49:31.644 INFO O| Dec 16 20:49:31.644 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9761 | 2024-12-16T20:49:33.179Z | [ host-image] Dec 16 20:49:31.644 INFO O| Dec 16 20:49:31.644 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9762 | 2024-12-16T20:49:33.179Z | [ host-image] Dec 16 20:49:31.644 INFO O| Dec 16 20:49:31.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9763 | 2024-12-16T20:49:33.183Z | [ host-image] Dec 16 20:49:31.644 INFO O| Dec 16 20:49:31.644 INFO ok! |
9764 | 2024-12-16T20:49:33.183Z | [ host-image] Dec 16 20:49:31.644 INFO O| Dec 16 20:49:31.644 INFO STEP 120 (ensure_file) COMPLETE |
9765 | 2024-12-16T20:49:33.183Z | [ host-image] Dec 16 20:49:31.645 INFO O| Dec 16 20:49:31.645 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9766 | 2024-12-16T20:49:33.189Z | [ host-image] Dec 16 20:49:31.654 INFO O| Dec 16 20:49:31.654 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9767 | 2024-12-16T20:49:33.189Z | [ host-image] Dec 16 20:49:31.654 INFO O| Dec 16 20:49:31.654 INFO copying /tmp/.tmppeKgUt/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9768 | 2024-12-16T20:49:37.914Z | [ host-image] Dec 16 20:49:36.378 INFO O| Dec 16 20:49:36.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9769 | 2024-12-16T20:49:37.914Z | [ host-image] Dec 16 20:49:36.379 INFO O| Dec 16 20:49:36.378 INFO ok! |
9770 | 2024-12-16T20:49:37.916Z | [ host-image] Dec 16 20:49:36.379 INFO O| Dec 16 20:49:36.378 INFO STEP 121 (ensure_file) COMPLETE |
9771 | 2024-12-16T20:49:37.916Z | [ host-image] Dec 16 20:49:36.379 INFO O| Dec 16 20:49:36.378 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9772 | 2024-12-16T20:49:37.926Z | [ host-image] Dec 16 20:49:36.390 INFO O| Dec 16 20:49:36.390 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9773 | 2024-12-16T20:49:37.926Z | [ host-image] Dec 16 20:49:36.390 INFO O| Dec 16 20:49:36.390 INFO STEP 122 (ensure_dir) COMPLETE |
9774 | 2024-12-16T20:49:37.926Z | [ host-image] Dec 16 20:49:36.390 INFO O| Dec 16 20:49:36.390 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9775 | 2024-12-16T20:49:37.936Z | [ host-image] Dec 16 20:49:36.400 INFO O| Dec 16 20:49:36.400 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9776 | 2024-12-16T20:49:37.936Z | [ host-image] Dec 16 20:49:36.400 INFO O| Dec 16 20:49:36.400 INFO STEP 123 (ensure_dir) COMPLETE |
9777 | 2024-12-16T20:49:37.936Z | [ host-image] Dec 16 20:49:36.400 INFO O| Dec 16 20:49:36.400 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9778 | 2024-12-16T20:49:37.945Z | [ host-image] Dec 16 20:49:36.410 INFO O| Dec 16 20:49:36.410 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9779 | 2024-12-16T20:49:37.945Z | [ host-image] Dec 16 20:49:36.410 INFO O| Dec 16 20:49:36.410 INFO STEP 124 (ensure_dir) COMPLETE |
9780 | 2024-12-16T20:49:37.949Z | [ host-image] Dec 16 20:49:36.410 INFO O| Dec 16 20:49:36.410 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9781 | 2024-12-16T20:49:37.955Z | [ host-image] Dec 16 20:49:36.419 INFO O| Dec 16 20:49:36.419 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9782 | 2024-12-16T20:49:37.955Z | [ host-image] Dec 16 20:49:36.419 INFO O| Dec 16 20:49:36.419 INFO STEP 125 (ensure_dir) COMPLETE |
9783 | 2024-12-16T20:49:37.955Z | [ host-image] Dec 16 20:49:36.419 INFO O| Dec 16 20:49:36.419 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9784 | 2024-12-16T20:49:37.965Z | [ host-image] Dec 16 20:49:36.429 INFO O| Dec 16 20:49:36.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9785 | 2024-12-16T20:49:37.965Z | [ host-image] Dec 16 20:49:36.429 INFO O| Dec 16 20:49:36.429 INFO copying /tmp/.tmppeKgUt/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 ... |
9786 | 2024-12-16T20:49:37.967Z | [ host-image] Dec 16 20:49:36.429 INFO O| Dec 16 20:49:36.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9787 | 2024-12-16T20:49:37.967Z | [ host-image] Dec 16 20:49:36.429 INFO O| Dec 16 20:49:36.429 INFO ok! |
9788 | 2024-12-16T20:49:37.967Z | [ host-image] Dec 16 20:49:36.429 INFO O| Dec 16 20:49:36.429 INFO STEP 126 (ensure_file) COMPLETE |
9789 | 2024-12-16T20:49:37.967Z | [ host-image] Dec 16 20:49:36.429 INFO O| Dec 16 20:49:36.429 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9790 | 2024-12-16T20:49:37.975Z | [ host-image] Dec 16 20:49:36.439 INFO O| Dec 16 20:49:36.439 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9791 | 2024-12-16T20:49:37.975Z | [ host-image] Dec 16 20:49:36.439 INFO O| Dec 16 20:49:36.439 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9792 | 2024-12-16T20:49:37.977Z | [ host-image] Dec 16 20:49:36.439 INFO O| Dec 16 20:49:36.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9793 | 2024-12-16T20:49:37.977Z | [ host-image] Dec 16 20:49:36.439 INFO O| Dec 16 20:49:36.439 INFO STEP 127 (ensure_dir) COMPLETE |
9794 | 2024-12-16T20:49:37.977Z | [ host-image] Dec 16 20:49:36.439 INFO O| Dec 16 20:49:36.439 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9795 | 2024-12-16T20:49:37.985Z | [ host-image] Dec 16 20:49:36.449 INFO O| Dec 16 20:49:36.449 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9796 | 2024-12-16T20:49:37.985Z | [ host-image] Dec 16 20:49:36.449 INFO O| Dec 16 20:49:36.449 INFO copying /tmp/.tmppeKgUt/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9797 | 2024-12-16T20:49:37.988Z | [ host-image] Dec 16 20:49:36.450 INFO O| Dec 16 20:49:36.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9798 | 2024-12-16T20:49:37.988Z | [ host-image] Dec 16 20:49:36.450 INFO O| Dec 16 20:49:36.450 INFO ok! |
9799 | 2024-12-16T20:49:37.988Z | [ host-image] Dec 16 20:49:36.450 INFO O| Dec 16 20:49:36.450 INFO STEP 128 (ensure_file) COMPLETE |
9800 | 2024-12-16T20:49:37.988Z | [ host-image] Dec 16 20:49:36.450 INFO O| Dec 16 20:49:36.450 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9801 | 2024-12-16T20:49:37.995Z | [ host-image] Dec 16 20:49:36.459 INFO O| Dec 16 20:49:36.459 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9802 | 2024-12-16T20:49:37.997Z | [ host-image] Dec 16 20:49:36.459 INFO O| Dec 16 20:49:36.459 INFO STEP 129 (remove_files) COMPLETE |
9803 | 2024-12-16T20:49:37.997Z | [ host-image] Dec 16 20:49:36.459 INFO O| Dec 16 20:49:36.459 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9804 | 2024-12-16T20:49:38.005Z | [ host-image] Dec 16 20:49:36.469 INFO O| Dec 16 20:49:36.469 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9805 | 2024-12-16T20:49:38.007Z | [ host-image] Dec 16 20:49:36.469 INFO O| Dec 16 20:49:36.469 INFO STEP 130 (remove_files) COMPLETE |
9806 | 2024-12-16T20:49:38.007Z | [ host-image] Dec 16 20:49:36.469 INFO O| Dec 16 20:49:36.469 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9807 | 2024-12-16T20:49:38.015Z | [ host-image] Dec 16 20:49:36.479 INFO O| Dec 16 20:49:36.479 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9808 | 2024-12-16T20:49:38.017Z | [ host-image] Dec 16 20:49:36.479 INFO O| Dec 16 20:49:36.479 INFO STEP 131 (remove_files) COMPLETE |
9809 | 2024-12-16T20:49:38.017Z | [ host-image] Dec 16 20:49:36.479 INFO O| Dec 16 20:49:36.479 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9810 | 2024-12-16T20:49:38.025Z | [ host-image] Dec 16 20:49:36.489 INFO O| Dec 16 20:49:36.489 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9811 | 2024-12-16T20:49:38.027Z | [ host-image] Dec 16 20:49:36.489 INFO O| Dec 16 20:49:36.489 INFO STEP 132 (remove_files) COMPLETE |
9812 | 2024-12-16T20:49:38.027Z | [ host-image] Dec 16 20:49:36.489 INFO O| Dec 16 20:49:36.489 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9813 | 2024-12-16T20:49:38.034Z | [ host-image] Dec 16 20:49:36.499 INFO O| Dec 16 20:49:36.499 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9814 | 2024-12-16T20:49:38.037Z | [ host-image] Dec 16 20:49:36.499 INFO O| Dec 16 20:49:36.499 INFO STEP 133 (remove_files) COMPLETE |
9815 | 2024-12-16T20:49:38.037Z | [ host-image] Dec 16 20:49:36.499 INFO O| Dec 16 20:49:36.499 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9816 | 2024-12-16T20:49:38.044Z | [ host-image] Dec 16 20:49:36.509 INFO O| Dec 16 20:49:36.509 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9817 | 2024-12-16T20:49:38.047Z | [ host-image] Dec 16 20:49:36.509 INFO O| Dec 16 20:49:36.509 INFO STEP 134 (remove_files) COMPLETE |
9818 | 2024-12-16T20:49:38.047Z | [ host-image] Dec 16 20:49:36.509 INFO O| Dec 16 20:49:36.509 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9819 | 2024-12-16T20:49:38.054Z | [ host-image] Dec 16 20:49:36.519 INFO O| Dec 16 20:49:36.519 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9820 | 2024-12-16T20:49:38.054Z | [ host-image] Dec 16 20:49:36.519 INFO O| Dec 16 20:49:36.519 INFO STEP 135 (remove_files) COMPLETE |
9821 | 2024-12-16T20:49:38.054Z | [ host-image] Dec 16 20:49:36.519 INFO O| Dec 16 20:49:36.519 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9822 | 2024-12-16T20:49:38.066Z | [ host-image] Dec 16 20:49:36.529 INFO O| Dec 16 20:49:36.529 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9823 | 2024-12-16T20:49:38.069Z | [ host-image] Dec 16 20:49:36.529 INFO O| Dec 16 20:49:36.529 INFO STEP 136 (remove_files) COMPLETE |
9824 | 2024-12-16T20:49:38.069Z | [ host-image] Dec 16 20:49:36.529 INFO O| Dec 16 20:49:36.529 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9825 | 2024-12-16T20:49:38.074Z | [ host-image] Dec 16 20:49:36.539 INFO O| Dec 16 20:49:36.539 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9826 | 2024-12-16T20:49:38.075Z | [ host-image] Dec 16 20:49:36.539 INFO O| Dec 16 20:49:36.539 INFO STEP 137 (remove_files) COMPLETE |
9827 | 2024-12-16T20:49:38.075Z | [ host-image] Dec 16 20:49:36.539 INFO O| Dec 16 20:49:36.539 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9828 | 2024-12-16T20:49:38.084Z | [ host-image] Dec 16 20:49:36.549 INFO O| Dec 16 20:49:36.549 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9829 | 2024-12-16T20:49:38.084Z | [ host-image] Dec 16 20:49:36.549 INFO O| Dec 16 20:49:36.549 INFO STEP 138 (remove_files) COMPLETE |
9830 | 2024-12-16T20:49:38.087Z | [ host-image] Dec 16 20:49:36.549 INFO O| Dec 16 20:49:36.549 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9831 | 2024-12-16T20:49:38.095Z | [ host-image] Dec 16 20:49:36.559 INFO O| Dec 16 20:49:36.559 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9832 | 2024-12-16T20:49:38.097Z | [ host-image] Dec 16 20:49:36.559 INFO O| Dec 16 20:49:36.559 INFO STEP 139 (remove_files) COMPLETE |
9833 | 2024-12-16T20:49:38.097Z | [ host-image] Dec 16 20:49:36.559 INFO O| Dec 16 20:49:36.559 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9834 | 2024-12-16T20:49:38.104Z | [ host-image] Dec 16 20:49:36.569 INFO O| Dec 16 20:49:36.569 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9835 | 2024-12-16T20:49:38.108Z | [ host-image] Dec 16 20:49:36.569 INFO O| Dec 16 20:49:36.569 INFO STEP 140 (remove_files) COMPLETE |
9836 | 2024-12-16T20:49:38.108Z | [ host-image] Dec 16 20:49:36.569 INFO O| Dec 16 20:49:36.569 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9837 | 2024-12-16T20:49:38.114Z | [ host-image] Dec 16 20:49:36.579 INFO O| Dec 16 20:49:36.579 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9838 | 2024-12-16T20:49:38.114Z | [ host-image] Dec 16 20:49:36.579 INFO O| Dec 16 20:49:36.579 INFO STEP 141 (remove_files) COMPLETE |
9839 | 2024-12-16T20:49:38.116Z | [ host-image] Dec 16 20:49:36.579 INFO O| Dec 16 20:49:36.579 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9840 | 2024-12-16T20:49:38.124Z | [ host-image] Dec 16 20:49:36.588 INFO O| Dec 16 20:49:36.588 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9841 | 2024-12-16T20:49:38.124Z | [ host-image] Dec 16 20:49:36.588 INFO O| Dec 16 20:49:36.588 INFO STEP 142 (remove_files) COMPLETE |
9842 | 2024-12-16T20:49:38.124Z | [ host-image] Dec 16 20:49:36.588 INFO O| Dec 16 20:49:36.588 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9843 | 2024-12-16T20:49:38.134Z | [ host-image] Dec 16 20:49:36.598 INFO O| Dec 16 20:49:36.598 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9844 | 2024-12-16T20:49:38.134Z | [ host-image] Dec 16 20:49:36.598 INFO O| Dec 16 20:49:36.598 INFO STEP 143 (remove_files) COMPLETE |
9845 | 2024-12-16T20:49:38.136Z | [ host-image] Dec 16 20:49:36.598 INFO O| Dec 16 20:49:36.598 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9846 | 2024-12-16T20:49:38.144Z | [ host-image] Dec 16 20:49:36.608 INFO O| Dec 16 20:49:36.608 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9847 | 2024-12-16T20:49:38.144Z | [ host-image] Dec 16 20:49:36.608 INFO O| Dec 16 20:49:36.608 INFO STEP 144 (remove_files) COMPLETE |
9848 | 2024-12-16T20:49:38.146Z | [ host-image] Dec 16 20:49:36.608 INFO O| Dec 16 20:49:36.608 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9849 | 2024-12-16T20:49:38.155Z | [ host-image] Dec 16 20:49:36.618 INFO O| Dec 16 20:49:36.618 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9850 | 2024-12-16T20:49:38.155Z | [ host-image] Dec 16 20:49:36.618 INFO O| Dec 16 20:49:36.618 INFO STEP 145 (remove_files) COMPLETE |
9851 | 2024-12-16T20:49:38.157Z | [ host-image] Dec 16 20:49:36.618 INFO O| Dec 16 20:49:36.618 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9852 | 2024-12-16T20:49:38.163Z | [ host-image] Dec 16 20:49:36.628 INFO O| Dec 16 20:49:36.628 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9853 | 2024-12-16T20:49:38.165Z | [ host-image] Dec 16 20:49:36.628 INFO O| Dec 16 20:49:36.628 INFO STEP 146 (remove_files) COMPLETE |
9854 | 2024-12-16T20:49:38.165Z | [ host-image] Dec 16 20:49:36.628 INFO O| Dec 16 20:49:36.628 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9855 | 2024-12-16T20:49:38.173Z | [ host-image] Dec 16 20:49:36.637 INFO O| Dec 16 20:49:36.637 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9856 | 2024-12-16T20:49:38.173Z | [ host-image] Dec 16 20:49:36.637 INFO O| Dec 16 20:49:36.637 INFO STEP 147 (remove_files) COMPLETE |
9857 | 2024-12-16T20:49:38.175Z | [ host-image] Dec 16 20:49:36.637 INFO O| Dec 16 20:49:36.637 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9858 | 2024-12-16T20:49:38.182Z | [ host-image] Dec 16 20:49:36.647 INFO O| Dec 16 20:49:36.647 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9859 | 2024-12-16T20:49:38.182Z | [ host-image] Dec 16 20:49:36.647 INFO O| Dec 16 20:49:36.647 INFO STEP 148 (remove_files) COMPLETE |
9860 | 2024-12-16T20:49:38.185Z | [ host-image] Dec 16 20:49:36.647 INFO O| Dec 16 20:49:36.647 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9861 | 2024-12-16T20:49:38.192Z | [ host-image] Dec 16 20:49:36.656 INFO O| Dec 16 20:49:36.656 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9862 | 2024-12-16T20:49:38.194Z | [ host-image] Dec 16 20:49:36.656 INFO O| Dec 16 20:49:36.656 INFO STEP 149 (remove_files) COMPLETE |
9863 | 2024-12-16T20:49:38.194Z | [ host-image] Dec 16 20:49:36.656 INFO O| Dec 16 20:49:36.656 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9864 | 2024-12-16T20:49:38.202Z | [ host-image] Dec 16 20:49:36.666 INFO O| Dec 16 20:49:36.666 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9865 | 2024-12-16T20:49:38.204Z | [ host-image] Dec 16 20:49:36.666 INFO O| Dec 16 20:49:36.666 INFO STEP 150 (remove_files) COMPLETE |
9866 | 2024-12-16T20:49:38.204Z | [ host-image] Dec 16 20:49:36.666 INFO O| Dec 16 20:49:36.666 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9867 | 2024-12-16T20:49:38.211Z | [ host-image] Dec 16 20:49:36.676 INFO O| Dec 16 20:49:36.676 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9868 | 2024-12-16T20:49:38.211Z | [ host-image] Dec 16 20:49:36.676 INFO O| Dec 16 20:49:36.676 INFO STEP 151 (remove_files) COMPLETE |
9869 | 2024-12-16T20:49:38.211Z | [ host-image] Dec 16 20:49:36.676 INFO O| Dec 16 20:49:36.676 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9870 | 2024-12-16T20:49:38.221Z | [ host-image] Dec 16 20:49:36.686 INFO O| Dec 16 20:49:36.685 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9871 | 2024-12-16T20:49:38.223Z | [ host-image] Dec 16 20:49:36.686 INFO O| Dec 16 20:49:36.686 INFO STEP 152 (remove_files) COMPLETE |
9872 | 2024-12-16T20:49:38.223Z | [ host-image] Dec 16 20:49:36.686 INFO O| Dec 16 20:49:36.686 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9873 | 2024-12-16T20:49:38.231Z | [ host-image] Dec 16 20:49:36.695 INFO O| Dec 16 20:49:36.695 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9874 | 2024-12-16T20:49:38.231Z | [ host-image] Dec 16 20:49:36.695 INFO O| Dec 16 20:49:36.695 INFO STEP 153 (remove_files) COMPLETE |
9875 | 2024-12-16T20:49:38.235Z | [ host-image] Dec 16 20:49:36.695 INFO O| Dec 16 20:49:36.695 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9876 | 2024-12-16T20:49:38.240Z | [ host-image] Dec 16 20:49:36.705 INFO O| Dec 16 20:49:36.705 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9877 | 2024-12-16T20:49:38.240Z | [ host-image] Dec 16 20:49:36.705 INFO O| Dec 16 20:49:36.705 INFO STEP 154 (remove_files) COMPLETE |
9878 | 2024-12-16T20:49:38.243Z | [ host-image] Dec 16 20:49:36.705 INFO O| Dec 16 20:49:36.705 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9879 | 2024-12-16T20:49:38.250Z | [ host-image] Dec 16 20:49:36.715 INFO O| Dec 16 20:49:36.715 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9880 | 2024-12-16T20:49:38.253Z | [ host-image] Dec 16 20:49:36.715 INFO O| Dec 16 20:49:36.715 INFO STEP 155 (remove_files) COMPLETE |
9881 | 2024-12-16T20:49:38.253Z | [ host-image] Dec 16 20:49:36.715 INFO O| Dec 16 20:49:36.715 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9882 | 2024-12-16T20:49:38.260Z | [ host-image] Dec 16 20:49:36.724 INFO O| Dec 16 20:49:36.724 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9883 | 2024-12-16T20:49:38.260Z | [ host-image] Dec 16 20:49:36.724 INFO O| Dec 16 20:49:36.724 INFO STEP 156 (remove_files) COMPLETE |
9884 | 2024-12-16T20:49:38.260Z | [ host-image] Dec 16 20:49:36.724 INFO O| Dec 16 20:49:36.724 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9885 | 2024-12-16T20:49:38.270Z | [ host-image] Dec 16 20:49:36.734 INFO O| Dec 16 20:49:36.734 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9886 | 2024-12-16T20:49:38.270Z | [ host-image] Dec 16 20:49:36.734 INFO O| Dec 16 20:49:36.734 INFO STEP 157 (remove_files) COMPLETE |
9887 | 2024-12-16T20:49:38.272Z | [ host-image] Dec 16 20:49:36.734 INFO O| Dec 16 20:49:36.734 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9888 | 2024-12-16T20:49:38.284Z | [ host-image] Dec 16 20:49:36.749 INFO O| Dec 16 20:49:36.749 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9889 | 2024-12-16T20:49:38.287Z | [ host-image] Dec 16 20:49:36.749 INFO O| Dec 16 20:49:36.749 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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"} |
9890 | 2024-12-16T20:49:46.732Z | [ host-image] Dec 16 20:49:45.022 INFO O| Dec 16 20:49:45.022 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 |
9891 | 2024-12-16T20:49:46.732Z | [ host-image] Dec 16 20:49:45.022 INFO O| Dec 16 20:49:45.022 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9892 | 2024-12-16T20:49:46.746Z | [ host-image] Dec 16 20:49:45.051 INFO O| Dec 16 20:49:45.051 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9893 | 2024-12-16T20:49:46.757Z | [ host-image] Dec 16 20:49:45.198 INFO O| Dec 16 20:49:45.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9894 | 2024-12-16T20:49:46.757Z | [ host-image] Dec 16 20:49:45.198 INFO O| Dec 16 20:49:45.198 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9895 | 2024-12-16T20:49:46.757Z | [ host-image] Dec 16 20:49:45.201 INFO O| Dec 16 20:49:45.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9896 | 2024-12-16T20:49:46.757Z | [ host-image] Dec 16 20:49:45.201 INFO O| Dec 16 20:49:45.201 INFO ok! |
9897 | 2024-12-16T20:49:46.757Z | [ host-image] Dec 16 20:49:45.201 INFO O| Dec 16 20:49:45.201 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9898 | 2024-12-16T20:49:46.757Z | [ host-image] Dec 16 20:49:45.201 INFO O| Dec 16 20:49:45.201 INFO STEP 158 (seed_smf) COMPLETE |
9899 | 2024-12-16T20:49:46.757Z | [ host-image] Dec 16 20:49:45.201 INFO O| Dec 16 20:49:45.201 INFO steps complete; finalising image! |
9900 | 2024-12-16T20:49:46.757Z | [ host-image] Dec 16 20:49:45.201 INFO O| Dec 16 20:49:45.201 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9901 | 2024-12-16T20:49:46.930Z | [ host-image] Dec 16 20:49:45.393 INFO O| Dec 16 20:49:45.393 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Mon Dec 16 20:49:45 2024) |
9902 | 2024-12-16T20:49:47.148Z | [ host-image] Dec 16 20:49:45.610 INFO O| Dec 16 20:49:45.610 INFO trim TEMPORARY-gimlet-zfs: (45% trimmed, started at Mon Dec 16 20:49:45 2024) |
9903 | 2024-12-16T20:49:47.358Z | [ host-image] Dec 16 20:49:45.820 INFO O| Dec 16 20:49:45.820 INFO trim TEMPORARY-gimlet-zfs: (67% trimmed, started at Mon Dec 16 20:49:45 2024) |
9904 | 2024-12-16T20:49:47.569Z | [ host-image] Dec 16 20:49:46.031 INFO O| Dec 16 20:49:46.031 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Mon Dec 16 20:49:45 2024) |
9905 | 2024-12-16T20:49:47.780Z | [ host-image] Dec 16 20:49:46.242 INFO O| Dec 16 20:49:46.242 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Mon Dec 16 20:49:45 2024) |
9906 | 2024-12-16T20:49:48.027Z | [ host-image] Dec 16 20:49:46.453 INFO O| Dec 16 20:49:46.453 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Mon Dec 16 20:49:45 2024) |
9907 | 2024-12-16T20:49:48.224Z | [ host-image] Dec 16 20:49:46.686 INFO O| Dec 16 20:49:46.686 INFO temporary pool has 690M used, 142M avail, 1.82x compressratio |
9908 | 2024-12-16T20:49:48.224Z | [ host-image] Dec 16 20:49:46.686 INFO O| Dec 16 20:49:46.686 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9909 | 2024-12-16T20:49:49.076Z | [ host-image] Dec 16 20:49:47.539 INFO O| Dec 16 20:49:47.539 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9910 | 2024-12-16T20:49:49.077Z | [ host-image] Dec 16 20:49:47.539 INFO O| Dec 16 20:49:47.539 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9911 | 2024-12-16T20:49:50.897Z | [ host-image] Dec 16 20:49:49.357 INFO O| Dec 16 20:49:49.357 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9912 | 2024-12-16T20:49:50.897Z | [ host-image] Dec 16 20:49:49.358 INFO O| Dec 16 20:49:49.357 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9913 | 2024-12-16T20:49:50.898Z | [ host-image] Dec 16 20:49:49.358 INFO O| Dec 16 20:49:49.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9914 | 2024-12-16T20:49:50.900Z | [ host-image] Dec 16 20:49:49.358 INFO O| Dec 16 20:49:49.357 INFO completed processing gimlet/zfs |
9915 | 2024-12-16T20:49:50.900Z | [ host-image] Dec 16 20:49:49.358 INFO O| Dec 16 20:49:49.358 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9916 | 2024-12-16T20:49:59.269Z | [ host-image] Dec 16 20:49:57.729 INFO O| Dec 16 20:49:57.729 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9917 | 2024-12-16T20:49:59.410Z | [ host-image] Dec 16 20:49:57.870 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n" |
9918 | 2024-12-16T20:49:59.410Z | [ host-image] Dec 16 20:49:57.870 INFO expanded image name: "ci 1cfaddc/${os_short_commit} 2024-12-16 20:16" -> "ci 1cfaddc/92ea229 2024-12-16 20:16" |
9919 | 2024-12-16T20:49:59.415Z | [ host-image] Dec 16 20:49:57.870 INFO output artefacts stored in: "/work/os-host" |
9920 | 2024-12-16T20:49:59.415Z | [ host-image] Dec 16 20:49:57.870 INFO collecting git info from project "image-builder"... |
9921 | 2024-12-16T20:49:59.424Z | [ host-image] Dec 16 20:49:57.884 INFO collecting git info from project "amd-host-image-builder"... |
9922 | 2024-12-16T20:49:59.448Z | [ host-image] Dec 16 20:49:57.909 INFO collecting git info from project "pinprick"... |
9923 | 2024-12-16T20:49:59.456Z | [ host-image] Dec 16 20:49:57.917 INFO collecting git info from project "pilot"... |
9924 | 2024-12-16T20:49:59.465Z | [ host-image] Dec 16 20:49:57.926 INFO collecting git info from project "amd-firmware"... |
9925 | 2024-12-16T20:49:59.480Z | [ host-image] Dec 16 20:49:57.940 INFO collecting git info from project "chelsio-t6-roms"... |
9926 | 2024-12-16T20:49:59.511Z | [ host-image] Dec 16 20:49:57.971 INFO collecting git info from project "bootserver"... |
9927 | 2024-12-16T20:49:59.536Z | [ host-image] Dec 16 20:49:57.997 INFO collecting git info from project "phbl"... |
9928 | 2024-12-16T20:49:59.557Z | [ host-image] Dec 16 20:49:58.017 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9929 | 2024-12-16T20:50:00.252Z | [ host-image] Dec 16 20:49:58.712 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9930 | 2024-12-16T20:50:00.948Z | [ host-image] Dec 16 20:49:59.408 INFO creating Oxide boot image... |
9931 | 2024-12-16T20:50:00.948Z | [ host-image] Dec 16 20:49:59.408 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 1cfaddc/92ea229 2024-12-16 20:16", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9932 | 2024-12-16T20:50:02.342Z | [ host-image] Dec 16 20:50:00.802 INFO O| ok, image written! |
9933 | 2024-12-16T20:50:02.342Z | [ host-image] Dec 16 20:50:00.802 INFO O| ok, boot_image_csum file written! |
9934 | 2024-12-16T20:50:02.346Z | [ host-image] Dec 16 20:50:00.806 INFO creating boot archive (CPIO)... |
9935 | 2024-12-16T20:50:02.346Z | [ host-image] Dec 16 20:50:00.806 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 |
9936 | 2024-12-16T20:50:02.355Z | [ host-image] Dec 16 20:50:00.816 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9937 | 2024-12-16T20:50:02.356Z | [ host-image] Dec 16 20:50:00.816 INFO E| + outfile=/work/os-host/cpio |
9938 | 2024-12-16T20:50:02.356Z | [ host-image] Dec 16 20:50:00.816 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9939 | 2024-12-16T20:50:02.358Z | [ host-image] Dec 16 20:50:00.818 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9940 | 2024-12-16T20:50:02.361Z | [ host-image] Dec 16 20:50:00.819 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9941 | 2024-12-16T20:50:02.419Z | [ host-image] Dec 16 20:50:00.877 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9942 | 2024-12-16T20:50:02.419Z | [ host-image] Dec 16 20:50:00.878 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9943 | 2024-12-16T20:50:02.427Z | [ host-image] Dec 16 20:50:00.887 INFO creating compressed cpio/unix for nanobl-rs... |
9944 | 2024-12-16T20:50:02.430Z | [ host-image] Dec 16 20:50:00.888 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 |
9945 | 2024-12-16T20:50:02.828Z | [ host-image] Dec 16 20:50:01.288 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9946 | 2024-12-16T20:50:08.966Z | [ host-image] Dec 16 20:50:07.425 INFO creating reset image... |
9947 | 2024-12-16T20:50:08.966Z | [ host-image] Dec 16 20:50:07.425 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9948 | 2024-12-16T20:50:09.154Z | [ host-image] Dec 16 20:50:07.613 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
9949 | 2024-12-16T20:50:09.157Z | [ host-image] Dec 16 20:50:07.615 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9950 | 2024-12-16T20:50:09.337Z | [ host-image] Dec 16 20:50:07.795 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9951 | 2024-12-16T20:50:13.683Z | [ host-image] Dec 16 20:50:12.141 INFO E| Finished `release` profile [optimized] target(s) in 4.47s |
9952 | 2024-12-16T20:50:13.700Z | [ host-image] Dec 16 20:50:12.158 INFO building host image... |
9953 | 2024-12-16T20:50:13.703Z | [ host-image] Dec 16 20:50:12.158 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") |
9954 | 2024-12-16T20:50:14.609Z | [ host-image] Dec 16 20:50:13.067 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9955 | 2024-12-16T20:51:31.270Z | [ host-image] Dec 16 20:51:29.714 INFO image complete! materials are in "/work/os-host" |
9956 | 2024-12-16T20:51:31.273Z | [ host-image] |
9957 | 2024-12-16T20:51:31.273Z | [ host-image] real 13:36.995574474 |
9958 | 2024-12-16T20:51:31.275Z | [ host-image] user 6:36.514270008 |
9959 | 2024-12-16T20:51:31.275Z | [ host-image] sys 1:05.770781898 |
9960 | 2024-12-16T20:51:31.275Z | [ host-image] trap 0.307971509 |
9961 | 2024-12-16T20:51:31.275Z | [ host-image] tflt 0.191651422 |
9962 | 2024-12-16T20:51:31.275Z | [ host-image] dflt 0.233429033 |
9963 | 2024-12-16T20:51:31.275Z | [ host-image] kflt 0.009365686 |
9964 | 2024-12-16T20:51:31.276Z | [ host-image] lock 9:27.771446201 |
9965 | 2024-12-16T20:51:31.276Z | [ host-image] slp 1:11:59.716026220 |
9966 | 2024-12-16T20:51:31.276Z | [ host-image] lat 3:04.188863306 |
9967 | 2024-12-16T20:51:31.276Z | [ host-image] stop 1.174448151 |
9968 | 2024-12-16T20:51:31.276Z | Dec 16 20:51:29.718 INFO [host-image] process exited with exit status: 0 (817.015856106s) |
9969 | 2024-12-16T20:51:31.276Z | Dec 16 20:51:29.718 INFO [tuf-repo] running task |
9970 | 2024-12-16T20:51:44.453Z | Dec 16 20:51:42.895 INFO assembling repository in `/tmp/tufaceous7RAJ4p`, component: OmicronRepoAssembler |
9971 | 2024-12-16T20:51:56.641Z | Dec 16 20:51:55.081 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9972 | 2024-12-16T20:51:56.929Z | Dec 16 20:51:55.369 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9973 | 2024-12-16T20:52:14.564Z | Dec 16 20:52:13.001 INFO [tuf-repo] task succeeded (43.282647469s) |
9974 | 2024-12-16T20:53:24.801Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 14s |
9975 | 2024-12-16T20:53:25.181Z | Dec 16 20:53:23.604 INFO [verify-libraries] process exited with exit status: 0 (918.310955347s) |
9976 | 2024-12-16T20:53:25.181Z | Dec 16 20:53:23.604 INFO all jobs completed in 2233.519346227s |
9977 | 2024-12-16T20:53:27.577Z | process exited: duration 2930214 ms, exit code 0 |
|
9978 | 2024-12-16T20:53:27.591Z | found 33 output files |
9979 | 2024-12-16T20:53:27.591Z | uploading: /work/manifest.toml (8404 bytes) |
9980 | 2024-12-16T20:53:28.605Z | uploaded: /work/manifest.toml |
9981 | 2024-12-16T20:53:28.612Z | uploading: /work/repo.zip (1944752717 bytes) |
9982 | 2024-12-16T20:54:08.830Z | uploaded: /work/repo.zip |
9983 | 2024-12-16T20:54:08.830Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9984 | 2024-12-16T20:54:09.894Z | uploaded: /work/repo.zip.sha256.txt |
9985 | 2024-12-16T20:54:09.894Z | uploading: /work/helios-setup.log (66237 bytes) |
9986 | 2024-12-16T20:54:10.909Z | uploaded: /work/helios-setup.log |
9987 | 2024-12-16T20:54:10.909Z | uploading: /work/host-image.log (197996 bytes) |
9988 | 2024-12-16T20:54:11.930Z | uploaded: /work/host-image.log |
9989 | 2024-12-16T20:54:11.930Z | uploading: /work/host-package.log (22349 bytes) |
9990 | 2024-12-16T20:54:12.939Z | uploaded: /work/host-package.log |
9991 | 2024-12-16T20:54:12.939Z | uploading: /work/host-target.log (101 bytes) |
9992 | 2024-12-16T20:54:13.950Z | uploaded: /work/host-target.log |
9993 | 2024-12-16T20:54:13.950Z | uploading: /work/omicron-package.log (5666 bytes) |
9994 | 2024-12-16T20:54:14.957Z | uploaded: /work/omicron-package.log |
9995 | 2024-12-16T20:54:14.957Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9996 | 2024-12-16T20:54:15.965Z | uploaded: /work/phbl-toolchain.log |
9997 | 2024-12-16T20:54:15.965Z | uploading: /work/recovery-image.log (593276 bytes) |
9998 | 2024-12-16T20:54:16.995Z | uploaded: /work/recovery-image.log |
9999 | 2024-12-16T20:54:16.995Z | uploading: /work/recovery-package.log (321 bytes) |
10000 | 2024-12-16T20:54:18.003Z | uploaded: /work/recovery-package.log |
10001 | 2024-12-16T20:54:18.003Z | uploading: /work/recovery-target.log (98 bytes) |
10002 | 2024-12-16T20:54:19.012Z | uploaded: /work/recovery-target.log |
10003 | 2024-12-16T20:54:19.012Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10004 | 2024-12-16T20:54:20.020Z | uploaded: /work/stamp-clickhouse.log |
10005 | 2024-12-16T20:54:20.020Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10006 | 2024-12-16T20:54:21.030Z | uploaded: /work/stamp-clickhouse_keeper.log |
10007 | 2024-12-16T20:54:21.030Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10008 | 2024-12-16T20:54:22.039Z | uploaded: /work/stamp-cockroachdb.log |
10009 | 2024-12-16T20:54:22.039Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10010 | 2024-12-16T20:54:23.050Z | uploaded: /work/stamp-crucible-dtrace.log |
10011 | 2024-12-16T20:54:23.050Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10012 | 2024-12-16T20:54:24.059Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10013 | 2024-12-16T20:54:24.059Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10014 | 2024-12-16T20:54:25.069Z | uploaded: /work/stamp-crucible-zone.log |
10015 | 2024-12-16T20:54:25.069Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10016 | 2024-12-16T20:54:26.076Z | uploaded: /work/stamp-external-dns.log |
10017 | 2024-12-16T20:54:26.077Z | uploading: /work/stamp-installinator.log (103 bytes) |
10018 | 2024-12-16T20:54:27.085Z | uploaded: /work/stamp-installinator.log |
10019 | 2024-12-16T20:54:27.085Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10020 | 2024-12-16T20:54:28.092Z | uploaded: /work/stamp-internal-dns.log |
10021 | 2024-12-16T20:54:28.093Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10022 | 2024-12-16T20:54:29.100Z | uploaded: /work/stamp-mg-ddm-gz.log |
10023 | 2024-12-16T20:54:29.100Z | uploading: /work/stamp-nexus.log (112 bytes) |
10024 | 2024-12-16T20:54:30.108Z | uploaded: /work/stamp-nexus.log |
10025 | 2024-12-16T20:54:30.108Z | uploading: /work/stamp-ntp.log (110 bytes) |
10026 | 2024-12-16T20:54:31.115Z | uploaded: /work/stamp-ntp.log |
10027 | 2024-12-16T20:54:31.115Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10028 | 2024-12-16T20:54:32.123Z | uploaded: /work/stamp-omicron-sled-agent.log |
10029 | 2024-12-16T20:54:32.123Z | uploading: /work/stamp-overlay.log (114 bytes) |
10030 | 2024-12-16T20:54:33.131Z | uploaded: /work/stamp-overlay.log |
10031 | 2024-12-16T20:54:33.131Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10032 | 2024-12-16T20:54:34.138Z | uploaded: /work/stamp-oximeter.log |
10033 | 2024-12-16T20:54:34.138Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10034 | 2024-12-16T20:54:35.146Z | uploaded: /work/stamp-oxlog.log |
10035 | 2024-12-16T20:54:35.146Z | uploading: /work/stamp-probe.log (112 bytes) |
10036 | 2024-12-16T20:54:36.169Z | uploaded: /work/stamp-probe.log |
10037 | 2024-12-16T20:54:36.169Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10038 | 2024-12-16T20:54:37.193Z | uploaded: /work/stamp-propolis-server.log |
10039 | 2024-12-16T20:54:37.193Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10040 | 2024-12-16T20:54:38.202Z | uploaded: /work/stamp-pumpkind-gz.log |
10041 | 2024-12-16T20:54:38.202Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10042 | 2024-12-16T20:54:39.210Z | uploaded: /work/stamp-switch-asic.log |
10043 | 2024-12-16T20:54:39.210Z | uploading: /work/verify-libraries.log (5735 bytes) |
10044 | 2024-12-16T20:54:40.219Z | uploaded: /work/verify-libraries.log |