|
|
|
1 | 2024-12-20T22:39:01.453Z | job assigned to worker 01JFK3H4TNHRB1M0ZA014RYCCS [factory aws, i-0496730ac1cd1d9cb] (queued for 7 m 26 s) |
|
2 | 2024-12-20T22:39:09.340Z | starting task 0: "setup" |
3 | 2024-12-20T22:39:09.352Z | ++ uname -s |
4 | 2024-12-20T22:39:09.355Z | + kern=SunOS |
5 | 2024-12-20T22:39:09.355Z | + case "$kern" in |
6 | 2024-12-20T22:39:09.355Z | + groupadd -g 12345 build |
7 | 2024-12-20T22:39:09.357Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T22:39:11.367Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T22:39:11.480Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T22:39:11.483Z | + home_fs=zfs |
11 | 2024-12-20T22:39:11.483Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T22:39:11.483Z | + mkdir -p /home/build |
13 | 2024-12-20T22:39:11.486Z | + chown build:build /home/build /work |
14 | 2024-12-20T22:39:13.487Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T22:39:13.490Z | process exited: duration 4148 ms, exit code 0 |
|
16 | 2024-12-20T22:39:13.497Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T22:39:13.502Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T22:39:13.502Z | ' 1.81.0 |
19 | 2024-12-20T22:39:13.502Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-20T22:39:13.502Z | ' default |
21 | 2024-12-20T22:39:13.503Z | * toolchain channel = "1.81.0" |
22 | 2024-12-20T22:39:13.503Z | * toolchain profile = "default" |
23 | 2024-12-20T22:39:13.507Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T22:39:13.507Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T22:39:13.623Z | info: downloading installer |
26 | 2024-12-20T22:39:14.987Z | info: profile set to 'default' |
27 | 2024-12-20T22:39:14.987Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T22:39:14.990Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T22:39:15.156Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T22:39:15.156Z | info: downloading component 'cargo' |
31 | 2024-12-20T22:39:16.030Z | info: downloading component 'clippy' |
32 | 2024-12-20T22:39:16.354Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T22:39:17.562Z | info: downloading component 'rust-std' |
34 | 2024-12-20T22:39:19.435Z | info: downloading component 'rustc' |
35 | 2024-12-20T22:39:26.158Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T22:39:26.414Z | info: installing component 'cargo' |
37 | 2024-12-20T22:39:27.215Z | info: installing component 'clippy' |
38 | 2024-12-20T22:39:27.575Z | info: installing component 'rust-docs' |
39 | 2024-12-20T22:39:29.207Z | info: installing component 'rust-std' |
40 | 2024-12-20T22:39:30.947Z | info: installing component 'rustc' |
41 | 2024-12-20T22:39:36.575Z | info: installing component 'rustfmt' |
42 | 2024-12-20T22:39:36.892Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T22:39:36.892Z | |
44 | 2024-12-20T22:39:37.255Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T22:39:37.255Z | |
46 | 2024-12-20T22:39:37.257Z | |
47 | 2024-12-20T22:39:37.257Z | Rust is installed now. Great! |
48 | 2024-12-20T22:39:37.258Z | |
49 | 2024-12-20T22:39:37.258Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T22:39:37.258Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T22:39:37.258Z | |
52 | 2024-12-20T22:39:37.258Z | To configure your current shell, you need to source |
53 | 2024-12-20T22:39:37.258Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T22:39:37.258Z | |
55 | 2024-12-20T22:39:37.258Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T22:39:37.258Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T22:39:37.258Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T22:39:37.328Z | + rustc --version |
59 | 2024-12-20T22:39:37.392Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T22:39:37.395Z | process exited: duration 23894 ms, exit code 0 |
|
61 | 2024-12-20T22:39:37.402Z | starting task 2: "authentication" |
62 | 2024-12-20T22:39:37.422Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-20T22:39:37.428Z | starting task 3: "clone repository" |
64 | 2024-12-20T22:39:37.433Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T22:39:37.435Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T22:39:37.478Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T22:39:44.530Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T22:39:44.532Z | + git fetch origin 053adca9631d35107145c730e9cf47a251bb05eb |
69 | 2024-12-20T22:39:44.842Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T22:39:44.842Z | * branch 053adca9631d35107145c730e9cf47a251bb05eb -> FETCH_HEAD |
71 | 2024-12-20T22:39:44.853Z | + [[ -n support-bundle-simulated-implementation ]] |
72 | 2024-12-20T22:39:44.859Z | ++ git branch --show-current |
73 | 2024-12-20T22:39:44.859Z | + current=main |
74 | 2024-12-20T22:39:44.859Z | + [[ main != support-bundle-simulated-implementation ]] |
75 | 2024-12-20T22:39:44.859Z | + git branch -f support-bundle-simulated-implementation 053adca9631d35107145c730e9cf47a251bb05eb |
76 | 2024-12-20T22:39:44.862Z | + git checkout -f support-bundle-simulated-implementation |
77 | 2024-12-20T22:39:45.029Z | Switched to branch 'support-bundle-simulated-implementation' |
78 | 2024-12-20T22:39:45.032Z | + git reset --hard 053adca9631d35107145c730e9cf47a251bb05eb |
79 | 2024-12-20T22:39:45.069Z | HEAD is now at 053adca96 Merge branch 'support-bundles-crdb' into support-bundle-simulated-implementation |
80 | 2024-12-20T22:39:45.072Z | process exited: duration 7641 ms, exit code 0 |
|
81 | 2024-12-20T22:39:45.080Z | starting task 4: "build" |
82 | 2024-12-20T22:39:45.083Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T22:39:45.083Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T22:39:45.083Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T22:39:45.083Z | + cargo --version |
86 | 2024-12-20T22:39:45.140Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T22:39:45.143Z | + rustc --version |
88 | 2024-12-20T22:39:45.201Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T22:39:45.204Z | + cargo tree --locked |
90 | 2024-12-20T22:39:45.462Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-20T22:39:45.727Z | Updating crates.io index |
92 | 2024-12-20T22:39:45.895Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-20T22:39:46.353Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-20T22:39:46.650Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-20T22:39:46.899Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-20T22:39:47.212Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-20T22:39:48.031Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-20T22:39:49.583Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-20T22:39:51.681Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-20T22:39:52.490Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-20T22:39:52.851Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-20T22:39:53.333Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-20T22:39:53.914Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-20T22:39:54.228Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-20T22:39:54.499Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-20T22:39:54.777Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-20T22:39:55.042Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-20T22:39:55.515Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-20T22:39:55.760Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-20T22:39:56.155Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-20T22:39:56.563Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-20T22:39:56.841Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-20T22:39:57.396Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-20T22:39:57.674Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-20T22:39:58.084Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-20T22:39:58.608Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-20T22:39:58.911Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-20T22:39:59.226Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-20T22:39:59.492Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-20T22:40:00.895Z | Downloading crates ... |
121 | 2024-12-20T22:40:00.985Z | Downloaded adler2 v2.0.0 |
122 | 2024-12-20T22:40:00.989Z | Downloaded arrayvec v0.7.6 |
123 | 2024-12-20T22:40:00.998Z | Downloaded cfg_aliases v0.1.1 |
124 | 2024-12-20T22:40:01.012Z | Downloaded cfg_aliases v0.2.1 |
125 | 2024-12-20T22:40:01.015Z | Downloaded assert_matches v1.5.0 |
126 | 2024-12-20T22:40:01.015Z | Downloaded ascii-canvas v3.0.0 |
127 | 2024-12-20T22:40:01.018Z | Downloaded cfg-if v1.0.0 |
128 | 2024-12-20T22:40:01.018Z | Downloaded guppy-workspace-hack v0.1.0 |
129 | 2024-12-20T22:40:01.018Z | Downloaded anstyle-parse v0.2.5 |
130 | 2024-12-20T22:40:01.021Z | Downloaded async-channel v1.9.0 |
131 | 2024-12-20T22:40:01.024Z | Downloaded atomicwrites v0.4.4 |
132 | 2024-12-20T22:40:01.024Z | Downloaded async-object-pool v0.1.5 |
133 | 2024-12-20T22:40:01.025Z | Downloaded hubpack_derive v0.1.1 |
134 | 2024-12-20T22:40:01.025Z | Downloaded foreign-types-shared v0.3.1 |
135 | 2024-12-20T22:40:01.027Z | Downloaded approx v0.5.1 |
136 | 2024-12-20T22:40:01.027Z | Downloaded escape8259 v0.5.3 |
137 | 2024-12-20T22:40:01.029Z | Downloaded atty v0.2.14 |
138 | 2024-12-20T22:40:01.030Z | Downloaded async-stream-impl v0.3.6 |
139 | 2024-12-20T22:40:01.032Z | Downloaded anes v0.1.6 |
140 | 2024-12-20T22:40:01.035Z | Downloaded http-body v1.0.1 |
141 | 2024-12-20T22:40:01.038Z | Downloaded async-channel v2.3.1 |
142 | 2024-12-20T22:40:01.040Z | Downloaded async-attributes v1.1.2 |
143 | 2024-12-20T22:40:01.043Z | Downloaded http-range v0.1.5 |
144 | 2024-12-20T22:40:01.044Z | Downloaded assert-json-diff v2.0.2 |
145 | 2024-12-20T22:40:01.046Z | Downloaded async-signal v0.2.10 |
146 | 2024-12-20T22:40:01.046Z | Downloaded arrayref v0.3.9 |
147 | 2024-12-20T22:40:01.049Z | Downloaded flagset v0.4.6 |
148 | 2024-12-20T22:40:01.049Z | Downloaded filetime v0.2.25 |
149 | 2024-12-20T22:40:01.052Z | Downloaded fixedbitset v0.4.2 |
150 | 2024-12-20T22:40:01.052Z | Downloaded errno v0.3.9 |
151 | 2024-12-20T22:40:01.054Z | Downloaded chacha20 v0.9.1 |
152 | 2024-12-20T22:40:01.057Z | Downloaded headers-core v0.3.0 |
153 | 2024-12-20T22:40:01.057Z | Downloaded fxhash v0.2.1 |
154 | 2024-12-20T22:40:01.058Z | Downloaded foreign-types v0.3.2 |
155 | 2024-12-20T22:40:01.061Z | Downloaded ff v0.13.0 |
156 | 2024-12-20T22:40:01.061Z | Downloaded cassowary v0.3.0 |
157 | 2024-12-20T22:40:01.064Z | Downloaded bitfield v0.14.0 |
158 | 2024-12-20T22:40:01.064Z | Downloaded ghash v0.5.1 |
159 | 2024-12-20T22:40:01.064Z | Downloaded async-stream v0.3.6 |
160 | 2024-12-20T22:40:01.066Z | Downloaded hash32 v0.3.1 |
161 | 2024-12-20T22:40:01.068Z | Downloaded async-bb8-diesel v0.2.1 |
162 | 2024-12-20T22:40:01.072Z | Downloaded generic-array v0.14.7 |
163 | 2024-12-20T22:40:01.072Z | Downloaded form_urlencoded v1.2.1 |
164 | 2024-12-20T22:40:01.074Z | Downloaded humantime v2.1.0 |
165 | 2024-12-20T22:40:01.074Z | Downloaded futures-timer v3.0.3 |
166 | 2024-12-20T22:40:01.077Z | Downloaded fs-err v2.11.0 |
167 | 2024-12-20T22:40:01.079Z | Downloaded base16ct v0.2.0 |
168 | 2024-12-20T22:40:01.079Z | Downloaded cbc v0.1.2 |
169 | 2024-12-20T22:40:01.084Z | Downloaded http-body-util v0.1.2 |
170 | 2024-12-20T22:40:01.087Z | Downloaded blocking v1.6.1 |
171 | 2024-12-20T22:40:01.087Z | Downloaded hostname v0.3.1 |
172 | 2024-12-20T22:40:01.087Z | Downloaded home v0.5.9 |
173 | 2024-12-20T22:40:01.087Z | Downloaded hex-literal v0.4.1 |
174 | 2024-12-20T22:40:01.096Z | Downloaded autocfg v1.4.0 |
175 | 2024-12-20T22:40:01.096Z | Downloaded cargo-platform v0.1.8 |
176 | 2024-12-20T22:40:01.100Z | Downloaded bcrypt-pbkdf v0.10.0 |
177 | 2024-12-20T22:40:01.100Z | Downloaded async-recursion v1.1.1 |
178 | 2024-12-20T22:40:01.100Z | Downloaded opaque-debug v0.3.1 |
179 | 2024-12-20T22:40:01.100Z | Downloaded num_threads v0.1.7 |
180 | 2024-12-20T22:40:01.100Z | Downloaded addr2line v0.24.2 |
181 | 2024-12-20T22:40:01.103Z | Downloaded hash32 v0.2.1 |
182 | 2024-12-20T22:40:01.104Z | Downloaded gethostname v0.5.0 |
183 | 2024-12-20T22:40:01.107Z | Downloaded phf_shared v0.10.0 |
184 | 2024-12-20T22:40:01.107Z | Downloaded async-trait v0.1.83 |
185 | 2024-12-20T22:40:01.109Z | Downloaded async-lock v3.4.0 |
186 | 2024-12-20T22:40:01.112Z | Downloaded russh-cryptovec v0.7.3 |
187 | 2024-12-20T22:40:01.112Z | Downloaded bcs v0.1.6 |
188 | 2024-12-20T22:40:01.115Z | Downloaded async-task v4.7.1 |
189 | 2024-12-20T22:40:01.117Z | Downloaded async-process v2.3.0 |
190 | 2024-12-20T22:40:01.120Z | Downloaded httpdate v1.0.3 |
191 | 2024-12-20T22:40:01.120Z | Downloaded globset v0.4.15 |
192 | 2024-12-20T22:40:01.122Z | Downloaded anyhow v1.0.93 |
193 | 2024-12-20T22:40:01.125Z | Downloaded futures-macro v0.3.31 |
194 | 2024-12-20T22:40:01.128Z | Downloaded httparse v1.9.5 |
195 | 2024-12-20T22:40:01.130Z | Downloaded getrandom v0.2.15 |
196 | 2024-12-20T22:40:01.133Z | Downloaded base64ct v1.6.0 |
197 | 2024-12-20T22:40:01.135Z | Downloaded byteorder v1.5.0 |
198 | 2024-12-20T22:40:01.135Z | Downloaded heck v0.5.0 |
199 | 2024-12-20T22:40:01.138Z | Downloaded heck v0.3.3 |
200 | 2024-12-20T22:40:01.138Z | Downloaded hyper-rustls v0.27.3 |
201 | 2024-12-20T22:40:01.141Z | Downloaded hickory-client v0.24.1 |
202 | 2024-12-20T22:40:01.144Z | Downloaded camino-tempfile v1.1.1 |
203 | 2024-12-20T22:40:01.147Z | Downloaded bzip2 v0.4.4 |
204 | 2024-12-20T22:40:01.150Z | Downloaded sqlparser_derive v0.2.2 |
205 | 2024-12-20T22:40:01.150Z | Downloaded take_mut v0.2.2 |
206 | 2024-12-20T22:40:01.153Z | Downloaded event-listener v5.3.1 |
207 | 2024-12-20T22:40:01.153Z | Downloaded ciborium v0.2.2 |
208 | 2024-12-20T22:40:01.155Z | Downloaded parse-size v1.1.0 |
209 | 2024-12-20T22:40:01.158Z | Downloaded toolchain_find v0.4.0 |
210 | 2024-12-20T22:40:01.158Z | Downloaded cfg-expr v0.17.0 |
211 | 2024-12-20T22:40:01.161Z | Downloaded bitflags v2.6.0 |
212 | 2024-12-20T22:40:01.164Z | Downloaded relative-path v1.9.3 |
213 | 2024-12-20T22:40:01.167Z | Downloaded proc-macro-error-attr v1.0.4 |
214 | 2024-12-20T22:40:01.167Z | Downloaded powerfmt v0.2.0 |
215 | 2024-12-20T22:40:01.169Z | Downloaded peg v0.8.4 |
216 | 2024-12-20T22:40:01.172Z | Downloaded want v0.3.1 |
217 | 2024-12-20T22:40:01.175Z | Downloaded waitgroup v0.1.2 |
218 | 2024-12-20T22:40:01.175Z | Downloaded usdt-macro v0.5.0 |
219 | 2024-12-20T22:40:01.175Z | Downloaded predicates-tree v1.0.11 |
220 | 2024-12-20T22:40:01.178Z | Downloaded piper v0.2.4 |
221 | 2024-12-20T22:40:01.178Z | Downloaded quick-error v1.2.3 |
222 | 2024-12-20T22:40:01.180Z | Downloaded rusty-fork v0.3.0 |
223 | 2024-12-20T22:40:01.183Z | Downloaded rustversion v1.0.17 |
224 | 2024-12-20T22:40:01.183Z | Downloaded rtoolbox v0.0.2 |
225 | 2024-12-20T22:40:01.187Z | Downloaded futures v0.3.31 |
226 | 2024-12-20T22:40:01.190Z | Downloaded hyper-rustls v0.26.0 |
227 | 2024-12-20T22:40:01.193Z | Downloaded hmac v0.12.1 |
228 | 2024-12-20T22:40:01.197Z | Downloaded peg-macros v0.8.4 |
229 | 2024-12-20T22:40:01.197Z | Downloaded semver v0.1.20 |
230 | 2024-12-20T22:40:01.199Z | Downloaded parking_lot v0.11.2 |
231 | 2024-12-20T22:40:01.199Z | Downloaded secrecy v0.8.0 |
232 | 2024-12-20T22:40:01.202Z | Downloaded ciborium-io v0.2.2 |
233 | 2024-12-20T22:40:01.202Z | Downloaded tabwriter v1.4.0 |
234 | 2024-12-20T22:40:01.205Z | Downloaded tabled_derive v0.7.0 |
235 | 2024-12-20T22:40:01.206Z | Downloaded supports-color v3.0.1 |
236 | 2024-12-20T22:40:01.208Z | Downloaded ssh-encoding v0.2.0 |
237 | 2024-12-20T22:40:01.208Z | Downloaded ssh-cipher v0.2.0 |
238 | 2024-12-20T22:40:01.211Z | Downloaded toml_datetime v0.6.8 |
239 | 2024-12-20T22:40:01.211Z | Downloaded tinystr v0.7.6 |
240 | 2024-12-20T22:40:01.213Z | Downloaded thiserror-no-std v2.0.2 |
241 | 2024-12-20T22:40:01.216Z | Downloaded is_ci v1.2.0 |
242 | 2024-12-20T22:40:01.219Z | Downloaded httptest v0.16.1 |
243 | 2024-12-20T22:40:01.221Z | Downloaded ident_case v1.0.1 |
244 | 2024-12-20T22:40:01.221Z | Downloaded icu_provider_macros v1.5.0 |
245 | 2024-12-20T22:40:01.221Z | Downloaded thiserror-impl-no-std v2.0.2 |
246 | 2024-12-20T22:40:01.224Z | Downloaded bytes v1.8.0 |
247 | 2024-12-20T22:40:01.227Z | Downloaded normalize-line-endings v0.3.0 |
248 | 2024-12-20T22:40:01.229Z | Downloaded which v4.4.2 |
249 | 2024-12-20T22:40:01.229Z | Downloaded utf16_iter v1.0.5 |
250 | 2024-12-20T22:40:01.232Z | Downloaded utf-8 v0.7.6 |
251 | 2024-12-20T22:40:01.232Z | Downloaded untrusted v0.9.0 |
252 | 2024-12-20T22:40:01.235Z | Downloaded headers v0.4.0 |
253 | 2024-12-20T22:40:01.238Z | Downloaded serde_plain v1.0.2 |
254 | 2024-12-20T22:40:01.241Z | Downloaded half v2.4.1 |
255 | 2024-12-20T22:40:01.244Z | Downloaded base64 v0.13.1 |
256 | 2024-12-20T22:40:01.246Z | Downloaded flume v0.11.1 |
257 | 2024-12-20T22:40:01.249Z | Downloaded oso-derive v0.27.3 |
258 | 2024-12-20T22:40:01.252Z | Downloaded fancy-regex v0.13.0 |
259 | 2024-12-20T22:40:01.255Z | Downloaded allocator-api2 v0.2.18 |
260 | 2024-12-20T22:40:01.257Z | Downloaded path-slash v0.1.5 |
261 | 2024-12-20T22:40:01.260Z | Downloaded crossbeam-deque v0.8.5 |
262 | 2024-12-20T22:40:01.260Z | Downloaded display-error-chain v0.2.2 |
263 | 2024-12-20T22:40:01.262Z | Downloaded dirs-sys-next v0.1.2 |
264 | 2024-12-20T22:40:01.265Z | Downloaded defmt-parser v0.3.4 |
265 | 2024-12-20T22:40:01.265Z | Downloaded defmt-macros v0.3.9 |
266 | 2024-12-20T22:40:01.267Z | Downloaded debug-ignore v1.0.5 |
267 | 2024-12-20T22:40:01.269Z | Downloaded datatest-stable v0.2.9 |
268 | 2024-12-20T22:40:01.272Z | Downloaded linked-hash-map v0.5.6 |
269 | 2024-12-20T22:40:01.272Z | Downloaded linear-map v1.2.0 |
270 | 2024-12-20T22:40:01.275Z | Downloaded kv-log-macro v1.0.7 |
271 | 2024-12-20T22:40:01.275Z | Downloaded is-terminal v0.4.13 |
272 | 2024-12-20T22:40:01.278Z | Downloaded data-encoding v2.6.0 |
273 | 2024-12-20T22:40:01.278Z | Downloaded either v1.13.0 |
274 | 2024-12-20T22:40:01.280Z | Downloaded ed25519 v2.2.3 |
275 | 2024-12-20T22:40:01.283Z | Downloaded tokio-macros v2.4.0 |
276 | 2024-12-20T22:40:01.283Z | Downloaded sqlformat v0.2.6 |
277 | 2024-12-20T22:40:01.285Z | Downloaded walkdir v2.5.0 |
278 | 2024-12-20T22:40:01.288Z | Downloaded whoami v1.5.2 |
279 | 2024-12-20T22:40:01.288Z | Downloaded tokio-tungstenite v0.24.0 |
280 | 2024-12-20T22:40:01.291Z | Downloaded nodrop v0.1.14 |
281 | 2024-12-20T22:40:01.291Z | Downloaded tokio-tungstenite v0.23.1 |
282 | 2024-12-20T22:40:01.296Z | Downloaded heapless v0.8.0 |
283 | 2024-12-20T22:40:01.299Z | Downloaded heapless v0.7.17 |
284 | 2024-12-20T22:40:01.302Z | Downloaded cc v1.1.30 |
285 | 2024-12-20T22:40:01.305Z | Downloaded bumpalo v3.16.0 |
286 | 2024-12-20T22:40:01.308Z | Downloaded num v0.4.3 |
287 | 2024-12-20T22:40:01.310Z | Downloaded base64 v0.21.7 |
288 | 2024-12-20T22:40:01.313Z | Downloaded proc-macro2 v1.0.89 |
289 | 2024-12-20T22:40:01.316Z | Downloaded r2d2 v0.8.10 |
290 | 2024-12-20T22:40:01.319Z | Downloaded psl-types v2.0.11 |
291 | 2024-12-20T22:40:01.319Z | Downloaded pin-utils v0.1.0 |
292 | 2024-12-20T22:40:01.319Z | Downloaded pest_generator v2.7.14 |
293 | 2024-12-20T22:40:01.323Z | Downloaded clap_derive v4.5.18 |
294 | 2024-12-20T22:40:01.326Z | Downloaded rand_chacha v0.3.1 |
295 | 2024-12-20T22:40:01.326Z | Downloaded radium v0.7.0 |
296 | 2024-12-20T22:40:01.326Z | Downloaded plotters-backend v0.3.7 |
297 | 2024-12-20T22:40:01.328Z | Downloaded base64 v0.22.1 |
298 | 2024-12-20T22:40:01.331Z | Downloaded crucible-workspace-hack v0.1.0 |
299 | 2024-12-20T22:40:01.333Z | Downloaded equivalent v1.0.1 |
300 | 2024-12-20T22:40:01.333Z | Downloaded write16 v1.0.0 |
301 | 2024-12-20T22:40:01.336Z | Downloaded vte_generate_state_changes v0.1.2 |
302 | 2024-12-20T22:40:01.336Z | Downloaded plain v0.2.3 |
303 | 2024-12-20T22:40:01.336Z | Downloaded pkg-config v0.3.31 |
304 | 2024-12-20T22:40:01.338Z | Downloaded sec1 v0.7.3 |
305 | 2024-12-20T22:40:01.341Z | Downloaded slab v0.4.9 |
306 | 2024-12-20T22:40:01.341Z | Downloaded smf v0.2.3 |
307 | 2024-12-20T22:40:01.344Z | Downloaded slog-stdlog v4.1.1 |
308 | 2024-12-20T22:40:01.344Z | Downloaded sha1 v0.10.6 |
309 | 2024-12-20T22:40:01.346Z | Downloaded tls_codec v0.4.1 |
310 | 2024-12-20T22:40:01.349Z | Downloaded iana-time-zone v0.1.61 |
311 | 2024-12-20T22:40:01.351Z | Downloaded static_assertions v1.1.0 |
312 | 2024-12-20T22:40:01.351Z | Downloaded litemap v0.7.3 |
313 | 2024-12-20T22:40:01.353Z | Downloaded toml v0.8.19 |
314 | 2024-12-20T22:40:01.357Z | Downloaded toml v0.7.8 |
315 | 2024-12-20T22:40:01.362Z | Downloaded rayon-core v1.12.1 |
316 | 2024-12-20T22:40:01.366Z | Downloaded hashbrown v0.13.2 |
317 | 2024-12-20T22:40:01.369Z | Downloaded string_cache v0.8.7 |
318 | 2024-12-20T22:40:01.371Z | Downloaded instant v0.1.13 |
319 | 2024-12-20T22:40:01.373Z | Downloaded russh-keys v0.45.0 |
320 | 2024-12-20T22:40:01.376Z | Downloaded structmeta v0.2.0 |
321 | 2024-12-20T22:40:01.379Z | Downloaded strip-ansi-escapes v0.2.0 |
322 | 2024-12-20T22:40:01.379Z | Downloaded tokio-native-tls v0.3.1 |
323 | 2024-12-20T22:40:01.381Z | Downloaded mirai-annotations v1.12.0 |
324 | 2024-12-20T22:40:01.381Z | Downloaded stringprep v0.1.5 |
325 | 2024-12-20T22:40:01.385Z | Downloaded number_prefix v0.4.0 |
326 | 2024-12-20T22:40:01.385Z | Downloaded typify-macro v0.2.0 |
327 | 2024-12-20T22:40:01.385Z | Downloaded rustls-native-certs v0.7.3 |
328 | 2024-12-20T22:40:01.388Z | Downloaded paste v1.0.15 |
329 | 2024-12-20T22:40:01.391Z | Downloaded cpufeatures v0.2.14 |
330 | 2024-12-20T22:40:01.391Z | Downloaded miniz_oxide v0.8.0 |
331 | 2024-12-20T22:40:01.394Z | Downloaded peg-runtime v0.8.3 |
332 | 2024-12-20T22:40:01.396Z | Downloaded new_debug_unreachable v1.0.6 |
333 | 2024-12-20T22:40:01.396Z | Downloaded nested v0.1.1 |
334 | 2024-12-20T22:40:01.396Z | Downloaded concurrent-queue v2.5.0 |
335 | 2024-12-20T22:40:01.399Z | Downloaded tls_codec_derive v0.4.1 |
336 | 2024-12-20T22:40:01.401Z | Downloaded digest v0.10.7 |
337 | 2024-12-20T22:40:01.405Z | Downloaded spin v0.9.8 |
338 | 2024-12-20T22:40:01.408Z | Downloaded plotters-svg v0.3.7 |
339 | 2024-12-20T22:40:01.408Z | Downloaded sha2 v0.10.8 |
340 | 2024-12-20T22:40:01.408Z | Downloaded semver v1.0.23 |
341 | 2024-12-20T22:40:01.411Z | Downloaded polling v3.7.3 |
342 | 2024-12-20T22:40:01.413Z | Downloaded enum-as-inner v0.6.1 |
343 | 2024-12-20T22:40:01.417Z | Downloaded diesel-dtrace v0.4.2 |
344 | 2024-12-20T22:40:01.417Z | Downloaded nu-ansi-term v0.50.1 |
345 | 2024-12-20T22:40:01.420Z | Downloaded quinn v0.11.5 |
346 | 2024-12-20T22:40:01.423Z | Downloaded env_filter v0.1.2 |
347 | 2024-12-20T22:40:01.426Z | Downloaded crossbeam-epoch v0.9.18 |
348 | 2024-12-20T22:40:01.428Z | Downloaded is_terminal_polyfill v1.70.1 |
349 | 2024-12-20T22:40:01.428Z | Downloaded tokio-rustls v0.24.1 |
350 | 2024-12-20T22:40:01.431Z | Downloaded oso v0.27.3 |
351 | 2024-12-20T22:40:01.434Z | Downloaded sync_wrapper v1.0.1 |
352 | 2024-12-20T22:40:01.437Z | Downloaded managed v0.8.0 |
353 | 2024-12-20T22:40:01.439Z | Downloaded pkcs8 v0.10.2 |
354 | 2024-12-20T22:40:01.442Z | Downloaded aes-gcm v0.10.3 |
355 | 2024-12-20T22:40:01.444Z | Downloaded tinyvec_macros v0.1.1 |
356 | 2024-12-20T22:40:01.444Z | Downloaded time-core v0.1.2 |
357 | 2024-12-20T22:40:01.447Z | Downloaded nanorand v0.7.0 |
358 | 2024-12-20T22:40:01.450Z | Downloaded maplit v1.0.2 |
359 | 2024-12-20T22:40:01.450Z | Downloaded cookie_store v0.21.0 |
360 | 2024-12-20T22:40:01.453Z | Downloaded crunchy v0.2.2 |
361 | 2024-12-20T22:40:01.453Z | Downloaded expectorate v1.1.0 |
362 | 2024-12-20T22:40:01.456Z | Downloaded zerofrom v0.1.4 |
363 | 2024-12-20T22:40:01.456Z | Downloaded parking v2.2.1 |
364 | 2024-12-20T22:40:01.458Z | Downloaded vsss-rs v3.3.4 |
365 | 2024-12-20T22:40:01.461Z | Downloaded polyval v0.6.2 |
366 | 2024-12-20T22:40:01.461Z | Downloaded env_logger v0.11.5 |
367 | 2024-12-20T22:40:01.463Z | Downloaded zip v0.6.6 |
368 | 2024-12-20T22:40:01.467Z | Downloaded ref-cast-impl v1.0.23 |
369 | 2024-12-20T22:40:01.470Z | Downloaded ref-cast v1.0.23 |
370 | 2024-12-20T22:40:01.473Z | Downloaded phf_shared v0.11.2 |
371 | 2024-12-20T22:40:01.473Z | Downloaded hyper-staticfile v0.10.1 |
372 | 2024-12-20T22:40:01.476Z | Downloaded num-bigint v0.4.6 |
373 | 2024-12-20T22:40:01.479Z | Downloaded flate2 v1.0.34 |
374 | 2024-12-20T22:40:01.484Z | Downloaded downcast v0.11.0 |
375 | 2024-12-20T22:40:01.487Z | Downloaded pkcs5 v0.7.1 |
376 | 2024-12-20T22:40:01.490Z | Downloaded rustfmt-wrapper v0.2.1 |
377 | 2024-12-20T22:40:01.493Z | Downloaded hyper-util v0.1.10 |
378 | 2024-12-20T22:40:01.496Z | Downloaded newtype_derive v0.1.6 |
379 | 2024-12-20T22:40:01.498Z | Downloaded slog-envlogger v2.2.0 |
380 | 2024-12-20T22:40:01.501Z | Downloaded serde_urlencoded v0.7.1 |
381 | 2024-12-20T22:40:01.501Z | Downloaded dsl_auto_type v0.1.2 |
382 | 2024-12-20T22:40:01.504Z | Downloaded thiserror-impl v1.0.69 |
383 | 2024-12-20T22:40:01.504Z | Downloaded vte v0.11.1 |
384 | 2024-12-20T22:40:01.507Z | Downloaded typify v0.2.0 |
385 | 2024-12-20T22:40:01.510Z | Downloaded toml_edit v0.19.15 |
386 | 2024-12-20T22:40:01.524Z | Downloaded percent-encoding v2.3.1 |
387 | 2024-12-20T22:40:01.527Z | Downloaded derive_more v0.99.18 |
388 | 2024-12-20T22:40:01.530Z | Downloaded rand_distr v0.4.3 |
389 | 2024-12-20T22:40:01.533Z | Downloaded deranged v0.3.11 |
390 | 2024-12-20T22:40:01.535Z | Downloaded pin-project-lite v0.2.14 |
391 | 2024-12-20T22:40:01.539Z | Downloaded env_logger v0.10.2 |
392 | 2024-12-20T22:40:01.542Z | Downloaded dropshot_endpoint v0.13.0 |
393 | 2024-12-20T22:40:01.545Z | Downloaded crossbeam-channel v0.5.13 |
394 | 2024-12-20T22:40:01.550Z | Downloaded rand v0.8.5 |
395 | 2024-12-20T22:40:01.554Z | Downloaded serde-big-array v0.5.1 |
396 | 2024-12-20T22:40:01.556Z | Downloaded hyper-tls v0.6.0 |
397 | 2024-12-20T22:40:01.559Z | Downloaded rustls-pemfile v2.2.0 |
398 | 2024-12-20T22:40:01.559Z | Downloaded guppy v0.17.8 |
399 | 2024-12-20T22:40:01.565Z | Downloaded try-lock v0.2.5 |
400 | 2024-12-20T22:40:01.568Z | Downloaded swrite v0.1.0 |
401 | 2024-12-20T22:40:01.568Z | Downloaded memoffset v0.9.1 |
402 | 2024-12-20T22:40:01.570Z | Downloaded minimal-lexical v0.2.1 |
403 | 2024-12-20T22:40:01.573Z | Downloaded nibble_vec v0.1.0 |
404 | 2024-12-20T22:40:01.576Z | Downloaded lockfree-object-pool v0.1.6 |
405 | 2024-12-20T22:40:01.579Z | Downloaded olpc-cjson v0.1.4 |
406 | 2024-12-20T22:40:01.579Z | Downloaded proc-macro-crate v1.3.1 |
407 | 2024-12-20T22:40:01.581Z | Downloaded yoke-derive v0.7.4 |
408 | 2024-12-20T22:40:01.581Z | Downloaded xattr v1.3.1 |
409 | 2024-12-20T22:40:01.584Z | Downloaded tokio-stream v0.1.16 |
410 | 2024-12-20T22:40:01.587Z | Downloaded diesel_table_macro_syntax v0.2.0 |
411 | 2024-12-20T22:40:01.589Z | Downloaded rustc-hash v1.1.0 |
412 | 2024-12-20T22:40:01.589Z | Downloaded poly1305 v0.8.0 |
413 | 2024-12-20T22:40:01.592Z | Downloaded csv-core v0.1.11 |
414 | 2024-12-20T22:40:01.595Z | Downloaded dropshot_endpoint v0.12.0 |
415 | 2024-12-20T22:40:01.598Z | Downloaded serde v1.0.215 |
416 | 2024-12-20T22:40:01.601Z | Downloaded console v0.15.8 |
417 | 2024-12-20T22:40:01.603Z | Downloaded hashbrown v0.15.1 |
418 | 2024-12-20T22:40:01.607Z | Downloaded embedded-io v0.4.0 |
419 | 2024-12-20T22:40:01.609Z | Downloaded hyper v1.5.0 |
420 | 2024-12-20T22:40:01.616Z | Downloaded newline-converter v0.3.0 |
421 | 2024-12-20T22:40:01.619Z | Downloaded tokio-postgres v0.7.12 |
422 | 2024-12-20T22:40:01.621Z | Downloaded rpassword v7.3.1 |
423 | 2024-12-20T22:40:01.624Z | Downloaded num-conv v0.1.0 |
424 | 2024-12-20T22:40:01.624Z | Downloaded similar-asserts v1.6.0 |
425 | 2024-12-20T22:40:01.628Z | Downloaded url v2.5.3 |
426 | 2024-12-20T22:40:01.630Z | Downloaded tui-tree-widget v0.22.0 |
427 | 2024-12-20T22:40:01.634Z | Downloaded thread_local v1.1.8 |
428 | 2024-12-20T22:40:01.634Z | Downloaded thread-id v4.2.2 |
429 | 2024-12-20T22:40:01.637Z | Downloaded terminal_size v0.4.0 |
430 | 2024-12-20T22:40:01.637Z | Downloaded lock_api v0.4.12 |
431 | 2024-12-20T22:40:01.637Z | Downloaded steno v0.4.1 |
432 | 2024-12-20T22:40:01.641Z | Downloaded pest_derive v2.7.14 |
433 | 2024-12-20T22:40:01.643Z | Downloaded num_enum v0.5.11 |
434 | 2024-12-20T22:40:01.649Z | Downloaded embedded-io v0.6.1 |
435 | 2024-12-20T22:40:01.655Z | Downloaded crc-catalog v2.4.0 |
436 | 2024-12-20T22:40:01.655Z | Downloaded zerovec-derive v0.10.3 |
437 | 2024-12-20T22:40:01.655Z | Downloaded criterion-plot v0.5.0 |
438 | 2024-12-20T22:40:01.658Z | Downloaded hkdf v0.12.4 |
439 | 2024-12-20T22:40:01.659Z | Downloaded pin-project v1.1.6 |
440 | 2024-12-20T22:40:01.667Z | Downloaded rustc-demangle v0.1.24 |
441 | 2024-12-20T22:40:01.670Z | Downloaded indent_write v2.2.0 |
442 | 2024-12-20T22:40:01.670Z | Downloaded hashbrown v0.14.5 |
443 | 2024-12-20T22:40:01.675Z | Downloaded macaddr v1.0.1 |
444 | 2024-12-20T22:40:01.678Z | Downloaded dtrace-parser v0.2.0 |
445 | 2024-12-20T22:40:01.678Z | Downloaded untrusted v0.7.1 |
446 | 2024-12-20T22:40:01.681Z | Downloaded sct v0.7.1 |
447 | 2024-12-20T22:40:01.683Z | Downloaded newtype-uuid v1.1.3 |
448 | 2024-12-20T22:40:01.686Z | Downloaded predicates-core v1.0.8 |
449 | 2024-12-20T22:40:01.686Z | Downloaded num-derive v0.4.2 |
450 | 2024-12-20T22:40:01.689Z | Downloaded tar v0.4.42 |
451 | 2024-12-20T22:40:01.691Z | Downloaded quinn-udp v0.5.5 |
452 | 2024-12-20T22:40:01.694Z | Downloaded uzers v0.12.1 |
453 | 2024-12-20T22:40:01.694Z | Downloaded tokio-util v0.7.12 |
454 | 2024-12-20T22:40:01.700Z | Downloaded serde_path_to_error v0.1.16 |
455 | 2024-12-20T22:40:01.704Z | Downloaded mio v1.0.2 |
456 | 2024-12-20T22:40:01.708Z | Downloaded omicron-zone-package v0.11.1 |
457 | 2024-12-20T22:40:01.711Z | Downloaded libxml v0.3.3 |
458 | 2024-12-20T22:40:01.717Z | Downloaded ecdsa v0.16.9 |
459 | 2024-12-20T22:40:01.720Z | Downloaded futures-util v0.3.31 |
460 | 2024-12-20T22:40:01.750Z | Downloaded target-spec v3.2.2 |
461 | 2024-12-20T22:40:01.756Z | Downloaded blake3 v1.5.4 |
462 | 2024-12-20T22:40:01.756Z | Downloaded tower-service v0.3.3 |
463 | 2024-12-20T22:40:01.756Z | Downloaded aho-corasick v1.1.3 |
464 | 2024-12-20T22:40:01.756Z | Downloaded darling_macro v0.20.10 |
465 | 2024-12-20T22:40:01.756Z | Downloaded lazycell v1.3.0 |
466 | 2024-12-20T22:40:01.756Z | Downloaded dof v0.3.0 |
467 | 2024-12-20T22:40:01.756Z | Downloaded predicates v3.1.2 |
468 | 2024-12-20T22:40:01.756Z | Downloaded num-complex v0.4.6 |
469 | 2024-12-20T22:40:01.758Z | Downloaded lazy_static v1.5.0 |
470 | 2024-12-20T22:40:01.759Z | Downloaded instability v0.3.2 |
471 | 2024-12-20T22:40:01.759Z | Downloaded zeroize v1.8.1 |
472 | 2024-12-20T22:40:01.759Z | Downloaded usdt-attr-macro v0.5.0 |
473 | 2024-12-20T22:40:01.761Z | Downloaded target-triple v0.1.3 |
474 | 2024-12-20T22:40:01.761Z | Downloaded trybuild v1.0.101 |
475 | 2024-12-20T22:40:01.765Z | Downloaded md-5 v0.10.6 |
476 | 2024-12-20T22:40:01.768Z | Downloaded indexmap v1.9.3 |
477 | 2024-12-20T22:40:01.770Z | Downloaded slog-term v2.9.1 |
478 | 2024-12-20T22:40:01.773Z | Downloaded crc32fast v1.4.2 |
479 | 2024-12-20T22:40:01.776Z | Downloaded crc-any v2.5.0 |
480 | 2024-12-20T22:40:01.779Z | Downloaded packed_struct_codegen v0.10.1 |
481 | 2024-12-20T22:40:01.779Z | Downloaded packed_struct v0.10.1 |
482 | 2024-12-20T22:40:01.782Z | Downloaded mockall v0.13.0 |
483 | 2024-12-20T22:40:01.782Z | Downloaded signal-hook-tokio v0.3.1 |
484 | 2024-12-20T22:40:01.785Z | Downloaded prettyplease v0.2.25 |
485 | 2024-12-20T22:40:01.787Z | Downloaded diesel_derives v2.2.3 |
486 | 2024-12-20T22:40:01.790Z | Downloaded zerocopy-derive v0.8.10 |
487 | 2024-12-20T22:40:01.797Z | Downloaded scroll_derive v0.12.0 |
488 | 2024-12-20T22:40:01.800Z | Downloaded pathdiff v0.2.2 |
489 | 2024-12-20T22:40:01.800Z | Downloaded salsa20 v0.10.2 |
490 | 2024-12-20T22:40:01.800Z | Downloaded smallvec v0.6.14 |
491 | 2024-12-20T22:40:01.802Z | Downloaded serde_tokenstream v0.2.2 |
492 | 2024-12-20T22:40:01.802Z | Downloaded target-lexicon v0.12.16 |
493 | 2024-12-20T22:40:01.805Z | Downloaded serde_derive v1.0.215 |
494 | 2024-12-20T22:40:01.807Z | Downloaded pretty-hex v0.4.1 |
495 | 2024-12-20T22:40:01.809Z | Downloaded utf8parse v0.2.2 |
496 | 2024-12-20T22:40:01.809Z | Downloaded topological-sort v0.2.2 |
497 | 2024-12-20T22:40:01.812Z | Downloaded dirs-next v2.0.0 |
498 | 2024-12-20T22:40:01.812Z | Downloaded derive_builder_core v0.20.2 |
499 | 2024-12-20T22:40:01.816Z | Downloaded enum-as-inner v0.5.1 |
500 | 2024-12-20T22:40:01.816Z | Downloaded doc-comment v0.3.3 |
501 | 2024-12-20T22:40:01.819Z | Downloaded wyz v0.5.1 |
502 | 2024-12-20T22:40:01.819Z | Downloaded aws-lc-rs v1.10.0 |
503 | 2024-12-20T22:40:01.827Z | Downloaded derive_builder_macro v0.20.2 |
504 | 2024-12-20T22:40:01.829Z | Downloaded ssh-key v0.6.6 |
505 | 2024-12-20T22:40:01.834Z | Downloaded endian-type v0.1.2 |
506 | 2024-12-20T22:40:01.840Z | Downloaded impl-trait-for-tuples v0.2.2 |
507 | 2024-12-20T22:40:01.843Z | Downloaded pretty-hex v0.2.1 |
508 | 2024-12-20T22:40:01.843Z | Downloaded pem v3.0.4 |
509 | 2024-12-20T22:40:01.843Z | Downloaded num_cpus v1.16.0 |
510 | 2024-12-20T22:40:01.846Z | Downloaded itoa v1.0.11 |
511 | 2024-12-20T22:40:01.846Z | Downloaded subprocess v0.2.9 |
512 | 2024-12-20T22:40:01.849Z | Downloaded writeable v0.5.5 |
513 | 2024-12-20T22:40:01.852Z | Downloaded rayon v1.10.0 |
514 | 2024-12-20T22:40:01.858Z | Downloaded proc-macro-crate v3.2.0 |
515 | 2024-12-20T22:40:01.860Z | Downloaded smawk v0.3.2 |
516 | 2024-12-20T22:40:01.863Z | Downloaded precomputed-hash v0.1.1 |
517 | 2024-12-20T22:40:01.863Z | Downloaded slog-json v2.6.1 |
518 | 2024-12-20T22:40:01.865Z | Downloaded zopfli v0.8.1 |
519 | 2024-12-20T22:40:01.868Z | Downloaded lalrpop-util v0.19.12 |
520 | 2024-12-20T22:40:01.868Z | Downloaded utf8_iter v1.0.4 |
521 | 2024-12-20T22:40:01.871Z | Downloaded value-bag v1.9.0 |
522 | 2024-12-20T22:40:01.871Z | Downloaded async-std v1.13.0 |
523 | 2024-12-20T22:40:01.890Z | Downloaded termtree v0.4.1 |
524 | 2024-12-20T22:40:01.893Z | Downloaded mockall_derive v0.13.0 |
525 | 2024-12-20T22:40:01.896Z | Downloaded const-oid v0.9.6 |
526 | 2024-12-20T22:40:01.896Z | Downloaded ron v0.8.1 |
527 | 2024-12-20T22:40:01.900Z | Downloaded path-tree v0.8.1 |
528 | 2024-12-20T22:40:01.903Z | Downloaded idna_adapter v1.2.0 |
529 | 2024-12-20T22:40:01.903Z | Downloaded thiserror v1.0.69 |
530 | 2024-12-20T22:40:01.907Z | Downloaded inout v0.1.3 |
531 | 2024-12-20T22:40:01.910Z | Downloaded git2 v0.19.0 |
532 | 2024-12-20T22:40:01.917Z | Downloaded scopeguard v1.2.0 |
533 | 2024-12-20T22:40:01.919Z | Downloaded ppv-lite86 v0.2.20 |
534 | 2024-12-20T22:40:01.922Z | Downloaded ryu v1.0.18 |
535 | 2024-12-20T22:40:01.924Z | Downloaded openssl-probe v0.1.5 |
536 | 2024-12-20T22:40:01.927Z | Downloaded openssl-macros v0.1.1 |
537 | 2024-12-20T22:40:01.927Z | Downloaded rust-argon2 v2.1.0 |
538 | 2024-12-20T22:40:01.930Z | Downloaded unsafe-libyaml v0.2.11 |
539 | 2024-12-20T22:40:01.933Z | Downloaded threadpool v1.8.1 |
540 | 2024-12-20T22:40:01.933Z | Downloaded thiserror-impl v2.0.3 |
541 | 2024-12-20T22:40:01.936Z | Downloaded scroll v0.12.0 |
542 | 2024-12-20T22:40:01.936Z | Downloaded xz2 v0.1.7 |
543 | 2024-12-20T22:40:01.939Z | Downloaded progenitor-client v0.8.0 |
544 | 2024-12-20T22:40:01.939Z | Downloaded lru-cache v0.1.2 |
545 | 2024-12-20T22:40:01.941Z | Downloaded lru v0.12.5 |
546 | 2024-12-20T22:40:01.941Z | Downloaded ena v0.14.3 |
547 | 2024-12-20T22:40:01.944Z | Downloaded thiserror v2.0.3 |
548 | 2024-12-20T22:40:01.947Z | Downloaded shell-words v1.1.0 |
549 | 2024-12-20T22:40:01.950Z | Downloaded phf_generator v0.11.2 |
550 | 2024-12-20T22:40:01.950Z | Downloaded phf_codegen v0.11.2 |
551 | 2024-12-20T22:40:01.950Z | Downloaded usdt-impl v0.5.0 |
552 | 2024-12-20T22:40:01.953Z | Downloaded diff v0.1.13 |
553 | 2024-12-20T22:40:01.955Z | Downloaded rsa v0.9.6 |
554 | 2024-12-20T22:40:01.959Z | Downloaded termios v0.3.3 |
555 | 2024-12-20T22:40:01.962Z | Downloaded termcolor v1.4.1 |
556 | 2024-12-20T22:40:01.962Z | Downloaded tabled v0.15.0 |
557 | 2024-12-20T22:40:01.977Z | Downloaded matches v0.1.10 |
558 | 2024-12-20T22:40:01.987Z | Downloaded signal-hook-registry v1.4.2 |
559 | 2024-12-20T22:40:01.987Z | Downloaded serde_derive_internals v0.29.1 |
560 | 2024-12-20T22:40:01.987Z | Downloaded postcard v1.0.10 |
561 | 2024-12-20T22:40:01.987Z | Downloaded derive_builder v0.20.2 |
562 | 2024-12-20T22:40:01.989Z | Downloaded tiny-keccak v2.0.2 |
563 | 2024-12-20T22:40:01.991Z | Downloaded rustls-webpki v0.102.8 |
564 | 2024-12-20T22:40:02.007Z | Downloaded sigpipe v0.1.3 |
565 | 2024-12-20T22:40:02.010Z | Downloaded rand_xorshift v0.3.0 |
566 | 2024-12-20T22:40:02.010Z | Downloaded difflib v0.4.0 |
567 | 2024-12-20T22:40:02.013Z | Downloaded tinytemplate v1.2.1 |
568 | 2024-12-20T22:40:02.013Z | Downloaded time-macros v0.2.18 |
569 | 2024-12-20T22:40:02.015Z | Downloaded yasna v0.5.2 |
570 | 2024-12-20T22:40:02.018Z | Downloaded dhcproto-macros v0.1.0 |
571 | 2024-12-20T22:40:02.018Z | Downloaded progenitor v0.8.0 |
572 | 2024-12-20T22:40:02.021Z | Downloaded postgres-protocol v0.6.7 |
573 | 2024-12-20T22:40:02.021Z | Downloaded ucd-trie v0.1.7 |
574 | 2024-12-20T22:40:02.023Z | Downloaded textwrap v0.16.1 |
575 | 2024-12-20T22:40:02.026Z | Downloaded winnow v0.6.20 |
576 | 2024-12-20T22:40:02.032Z | Downloaded const_format_proc_macros v0.2.33 |
577 | 2024-12-20T22:40:02.035Z | Downloaded bindgen v0.69.5 |
578 | 2024-12-20T22:40:02.042Z | Downloaded zone_cfg_derive v0.3.0 |
579 | 2024-12-20T22:40:02.048Z | Downloaded libsw v3.3.1 |
580 | 2024-12-20T22:40:02.048Z | Downloaded der_derive v0.7.3 |
581 | 2024-12-20T22:40:02.048Z | Downloaded zerofrom-derive v0.1.4 |
582 | 2024-12-20T22:40:02.051Z | Downloaded twox-hash v1.6.3 |
583 | 2024-12-20T22:40:02.051Z | Downloaded unicode-xid v0.2.6 |
584 | 2024-12-20T22:40:02.051Z | Downloaded tinyvec v1.8.0 |
585 | 2024-12-20T22:40:02.055Z | Downloaded pretty_assertions v1.4.1 |
586 | 2024-12-20T22:40:02.055Z | Downloaded zone v0.1.8 |
587 | 2024-12-20T22:40:02.058Z | Downloaded structmeta-derive v0.2.0 |
588 | 2024-12-20T22:40:02.058Z | Downloaded signature v2.2.0 |
589 | 2024-12-20T22:40:02.058Z | Downloaded serde_spanned v0.6.8 |
590 | 2024-12-20T22:40:02.060Z | Downloaded scheduled-thread-pool v0.2.7 |
591 | 2024-12-20T22:40:02.060Z | Downloaded same-file v1.0.6 |
592 | 2024-12-20T22:40:02.063Z | Downloaded convert_case v0.4.0 |
593 | 2024-12-20T22:40:02.063Z | Downloaded once_cell v1.20.2 |
594 | 2024-12-20T22:40:02.066Z | Downloaded test-strategy v0.3.1 |
595 | 2024-12-20T22:40:02.069Z | Downloaded memmap v0.7.0 |
596 | 2024-12-20T22:40:02.071Z | Downloaded mime v0.3.17 |
597 | 2024-12-20T22:40:02.071Z | Downloaded log v0.4.22 |
598 | 2024-12-20T22:40:02.074Z | Downloaded p384 v0.13.0 |
599 | 2024-12-20T22:40:02.078Z | Downloaded dunce v1.0.5 |
600 | 2024-12-20T22:40:02.083Z | Downloaded strum_macros v0.24.3 |
601 | 2024-12-20T22:40:02.083Z | Downloaded proc-macro-error v1.0.4 |
602 | 2024-12-20T22:40:02.086Z | Downloaded schemars v0.8.21 |
603 | 2024-12-20T22:40:02.095Z | Downloaded zone v0.3.0 |
604 | 2024-12-20T22:40:02.098Z | Downloaded p256 v0.13.2 |
605 | 2024-12-20T22:40:02.101Z | Downloaded crc v3.2.1 |
606 | 2024-12-20T22:40:02.104Z | Downloaded rfc6979 v0.4.0 |
607 | 2024-12-20T22:40:02.104Z | Downloaded zerocopy v0.6.6 |
608 | 2024-12-20T22:40:02.106Z | Downloaded password-hash v0.4.2 |
609 | 2024-12-20T22:40:02.106Z | Downloaded yansi v1.0.1 |
610 | 2024-12-20T22:40:02.109Z | Downloaded structmeta-derive v0.3.0 |
611 | 2024-12-20T22:40:02.111Z | Downloaded constant_time_eq v0.3.1 |
612 | 2024-12-20T22:40:02.111Z | Downloaded owo-colors v4.1.0 |
613 | 2024-12-20T22:40:02.114Z | Downloaded icu_collections v1.5.0 |
614 | 2024-12-20T22:40:02.119Z | Downloaded serde_with_macros v3.11.0 |
615 | 2024-12-20T22:40:02.121Z | Downloaded criterion v0.5.1 |
616 | 2024-12-20T22:40:02.127Z | Downloaded des v0.8.1 |
617 | 2024-12-20T22:40:02.130Z | Downloaded icu_provider v1.5.0 |
618 | 2024-12-20T22:40:02.133Z | Downloaded num-rational v0.4.2 |
619 | 2024-12-20T22:40:02.133Z | Downloaded tracing-core v0.1.32 |
620 | 2024-12-20T22:40:02.136Z | Downloaded pest v2.7.14 |
621 | 2024-12-20T22:40:02.140Z | Downloaded indicatif v0.17.9 |
622 | 2024-12-20T22:40:02.144Z | Downloaded num-bigint-dig v0.8.4 |
623 | 2024-12-20T22:40:02.148Z | Downloaded partial-io v0.5.4 |
624 | 2024-12-20T22:40:02.151Z | Downloaded tough v0.19.0 |
625 | 2024-12-20T22:40:02.158Z | Downloaded icu_locid_transform v1.5.0 |
626 | 2024-12-20T22:40:02.161Z | Downloaded icu_locid_transform_data v1.5.0 |
627 | 2024-12-20T22:40:02.164Z | Downloaded gimli v0.31.1 |
628 | 2024-12-20T22:40:02.170Z | Downloaded unicode-properties v0.1.3 |
629 | 2024-12-20T22:40:02.172Z | Downloaded rustls-webpki v0.101.7 |
630 | 2024-12-20T22:40:02.185Z | Downloaded dhcproto v0.12.0 |
631 | 2024-12-20T22:40:02.188Z | Downloaded tungstenite v0.23.0 |
632 | 2024-12-20T22:40:02.191Z | Downloaded zerovec v0.10.4 |
633 | 2024-12-20T22:40:02.196Z | Downloaded cookie v0.18.1 |
634 | 2024-12-20T22:40:02.199Z | Downloaded icu_locid v1.5.0 |
635 | 2024-12-20T22:40:02.203Z | Downloaded rcgen v0.12.1 |
636 | 2024-12-20T22:40:02.206Z | Downloaded pem-rfc7468 v0.7.0 |
637 | 2024-12-20T22:40:02.209Z | Downloaded postgres-types v0.2.8 |
638 | 2024-12-20T22:40:02.212Z | Downloaded samael v0.0.17 |
639 | 2024-12-20T22:40:02.215Z | Downloaded zip v2.1.3 |
640 | 2024-12-20T22:40:02.219Z | Downloaded idna v0.2.3 |
641 | 2024-12-20T22:40:02.226Z | Downloaded tungstenite v0.24.0 |
642 | 2024-12-20T22:40:02.229Z | Downloaded crypto-bigint v0.5.5 |
643 | 2024-12-20T22:40:02.235Z | Downloaded quinn-proto v0.11.8 |
644 | 2024-12-20T22:40:02.241Z | Downloaded memchr v2.7.4 |
645 | 2024-12-20T22:40:02.246Z | Downloaded p521 v0.13.3 |
646 | 2024-12-20T22:40:02.249Z | Downloaded reqwest v0.12.9 |
647 | 2024-12-20T22:40:02.257Z | Downloaded parse-zoneinfo v0.3.1 |
648 | 2024-12-20T22:40:02.260Z | Downloaded unicode_categories v0.1.1 |
649 | 2024-12-20T22:40:02.263Z | Downloaded time v0.3.36 |
650 | 2024-12-20T22:40:02.269Z | Downloaded libm v0.2.8 |
651 | 2024-12-20T22:40:02.276Z | Downloaded petname v2.0.2 |
652 | 2024-12-20T22:40:02.281Z | Downloaded serde_json v1.0.132 |
653 | 2024-12-20T22:40:02.288Z | Downloaded serde_with v3.11.0 |
654 | 2024-12-20T22:40:02.295Z | Downloaded itertools v0.12.1 |
655 | 2024-12-20T22:40:02.302Z | Downloaded vcpkg v0.2.15 |
656 | 2024-12-20T22:40:02.339Z | Downloaded unicode-segmentation v1.12.0 |
657 | 2024-12-20T22:40:02.341Z | Downloaded idna v1.0.3 |
658 | 2024-12-20T22:40:02.345Z | Downloaded syn v1.0.109 |
659 | 2024-12-20T22:40:02.355Z | Downloaded reedline v0.35.0 |
660 | 2024-12-20T22:40:02.361Z | Downloaded proptest v1.5.0 |
661 | 2024-12-20T22:40:02.370Z | Downloaded zerocopy v0.7.35 |
662 | 2024-12-20T22:40:02.385Z | Downloaded lalrpop v0.19.12 |
663 | 2024-12-20T22:40:02.396Z | Downloaded regex v1.11.1 |
664 | 2024-12-20T22:40:02.408Z | Downloaded chrono-tz v0.10.0 |
665 | 2024-12-20T22:40:02.415Z | Downloaded object v0.30.4 |
666 | 2024-12-20T22:40:02.425Z | Downloaded zerocopy v0.8.10 |
667 | 2024-12-20T22:40:02.448Z | Downloaded portable-atomic v1.9.0 |
668 | 2024-12-20T22:40:02.455Z | Downloaded rustix v0.38.37 |
669 | 2024-12-20T22:40:02.476Z | Downloaded nix v0.29.0 |
670 | 2024-12-20T22:40:02.486Z | Downloaded rustls v0.23.19 |
671 | 2024-12-20T22:40:02.497Z | Downloaded dropshot v0.13.0 |
672 | 2024-12-20T22:40:02.516Z | Downloaded unicode-width v0.1.14 |
673 | 2024-12-20T22:40:02.521Z | Downloaded openapiv3 v2.0.0 |
674 | 2024-12-20T22:40:02.532Z | Downloaded salty v0.3.0 |
675 | 2024-12-20T22:40:02.538Z | Downloaded dropshot v0.12.0 |
676 | 2024-12-20T22:40:02.557Z | Downloaded syn v2.0.87 |
677 | 2024-12-20T22:40:02.569Z | Downloaded idna v0.5.0 |
678 | 2024-12-20T22:40:02.574Z | Downloaded nix v0.27.1 |
679 | 2024-12-20T22:40:02.583Z | Downloaded object v0.36.5 |
680 | 2024-12-20T22:40:02.594Z | Downloaded unicode-width v0.2.0 |
681 | 2024-12-20T22:40:02.599Z | Downloaded smoltcp v0.9.1 |
682 | 2024-12-20T22:40:02.609Z | Downloaded typify-impl v0.2.0 |
683 | 2024-12-20T22:40:02.622Z | Downloaded regex-syntax v0.6.29 |
684 | 2024-12-20T22:40:02.629Z | Downloaded diesel v2.2.6 |
685 | 2024-12-20T22:40:02.646Z | Downloaded regex-syntax v0.8.5 |
686 | 2024-12-20T22:40:02.654Z | Downloaded trust-dns-proto v0.22.0 |
687 | 2024-12-20T22:40:02.666Z | Downloaded rustls v0.22.4 |
688 | 2024-12-20T22:40:02.680Z | Downloaded curve25519-dalek v4.1.3 |
689 | 2024-12-20T22:40:02.687Z | Downloaded bstr v1.10.0 |
690 | 2024-12-20T22:40:02.698Z | Downloaded polar-core v0.27.3 |
691 | 2024-12-20T22:40:02.708Z | Downloaded zerocopy-derive v0.6.6 |
692 | 2024-12-20T22:40:02.716Z | Downloaded regex-automata v0.4.8 |
693 | 2024-12-20T22:40:02.732Z | Downloaded sled v0.34.7 |
694 | 2024-12-20T22:40:02.742Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
695 | 2024-12-20T22:40:02.754Z | Downloaded nix v0.28.0 |
696 | 2024-12-20T22:40:02.765Z | Downloaded ratatui v0.28.1 |
697 | 2024-12-20T22:40:02.787Z | Downloaded petgraph v0.6.5 |
698 | 2024-12-20T22:40:02.801Z | Downloaded regress v0.10.1 |
699 | 2024-12-20T22:40:02.809Z | Downloaded crossterm v0.28.1 |
700 | 2024-12-20T22:40:02.815Z | Downloaded itertools v0.13.0 |
701 | 2024-12-20T22:40:02.822Z | Downloaded rustls v0.21.12 |
702 | 2024-12-20T22:40:02.833Z | Downloaded openssl v0.10.66 |
703 | 2024-12-20T22:40:02.845Z | Downloaded smoltcp v0.11.0 |
704 | 2024-12-20T22:40:02.854Z | Downloaded tokio v1.40.0 |
705 | 2024-12-20T22:40:02.891Z | Downloaded libz-sys v1.1.20 |
706 | 2024-12-20T22:40:02.911Z | Downloaded hickory-proto v0.24.1 |
707 | 2024-12-20T22:40:02.931Z | Downloaded icu_properties_data v1.5.0 |
708 | 2024-12-20T22:40:02.941Z | Downloaded libc v0.2.162 |
709 | 2024-12-20T22:40:02.968Z | Downloaded webpki-roots v0.26.6 |
710 | 2024-12-20T22:40:02.971Z | Downloaded lzma-sys v0.1.20 |
711 | 2024-12-20T22:40:02.999Z | Downloaded regress v0.9.1 |
712 | 2024-12-20T22:40:03.008Z | Downloaded radix_trie v0.2.1 |
713 | 2024-12-20T22:40:03.012Z | Downloaded idna v0.3.0 |
714 | 2024-12-20T22:40:03.019Z | Downloaded der v0.7.9 |
715 | 2024-12-20T22:40:03.023Z | Downloaded idna v0.4.0 |
716 | 2024-12-20T22:40:03.030Z | Downloaded rstest_macros v0.23.0 |
717 | 2024-12-20T22:40:03.033Z | Downloaded tracing v0.1.40 |
718 | 2024-12-20T22:40:03.037Z | Downloaded sha3 v0.10.8 |
719 | 2024-12-20T22:40:03.041Z | Downloaded indexmap v2.6.0 |
720 | 2024-12-20T22:40:03.045Z | Downloaded schemars_derive v0.8.21 |
721 | 2024-12-20T22:40:03.049Z | Downloaded csv v1.3.0 |
722 | 2024-12-20T22:40:03.066Z | Downloaded crypto-common v0.1.6 |
723 | 2024-12-20T22:40:03.069Z | Downloaded tracing-attributes v0.1.27 |
724 | 2024-12-20T22:40:03.072Z | Downloaded term v0.7.0 |
725 | 2024-12-20T22:40:03.074Z | Downloaded unicode-normalization v0.1.24 |
726 | 2024-12-20T22:40:03.076Z | Downloaded darling_core v0.20.10 |
727 | 2024-12-20T22:40:03.080Z | Downloaded zone_cfg_derive v0.1.2 |
728 | 2024-12-20T22:40:03.083Z | Downloaded md5 v0.7.0 |
729 | 2024-12-20T22:40:03.083Z | Downloaded phf v0.11.2 |
730 | 2024-12-20T22:40:03.083Z | Downloaded darling v0.20.10 |
731 | 2024-12-20T22:40:03.086Z | Downloaded yoke v0.7.4 |
732 | 2024-12-20T22:40:03.089Z | Downloaded ron v0.7.1 |
733 | 2024-12-20T22:40:03.092Z | Downloaded const_format v0.2.33 |
734 | 2024-12-20T22:40:03.097Z | Downloaded socket2 v0.5.7 |
735 | 2024-12-20T22:40:03.100Z | Downloaded num-traits v0.2.19 |
736 | 2024-12-20T22:40:03.102Z | Downloaded progenitor-impl v0.8.0 |
737 | 2024-12-20T22:40:03.104Z | Downloaded itertools v0.10.5 |
738 | 2024-12-20T22:40:03.108Z | Downloaded rstest v0.23.0 |
739 | 2024-12-20T22:40:03.114Z | Downloaded chrono v0.4.38 |
740 | 2024-12-20T22:40:03.121Z | Downloaded bitvec v1.0.1 |
741 | 2024-12-20T22:40:03.135Z | Downloaded quote v1.0.37 |
742 | 2024-12-20T22:40:03.138Z | Downloaded papergrid v0.11.0 |
743 | 2024-12-20T22:40:03.142Z | Downloaded tungstenite v0.21.0 |
744 | 2024-12-20T22:40:03.147Z | Downloaded quick-xml v0.33.0 |
745 | 2024-12-20T22:40:03.151Z | Downloaded httpmock v0.8.0-alpha.1 |
746 | 2024-12-20T22:40:03.168Z | Downloaded indoc v2.0.5 |
747 | 2024-12-20T22:40:03.171Z | Downloaded indoc v1.0.9 |
748 | 2024-12-20T22:40:03.174Z | Downloaded publicsuffix v2.2.3 |
749 | 2024-12-20T22:40:03.177Z | Downloaded plotters v0.3.7 |
750 | 2024-12-20T22:40:03.184Z | Downloaded clap_builder v4.5.21 |
751 | 2024-12-20T22:40:03.190Z | Downloaded sqlparser v0.45.0 |
752 | 2024-12-20T22:40:03.195Z | Downloaded universal-hash v0.5.1 |
753 | 2024-12-20T22:40:03.198Z | Downloaded structmeta v0.3.0 |
754 | 2024-12-20T22:40:03.198Z | Downloaded scrypt v0.11.0 |
755 | 2024-12-20T22:40:03.200Z | Downloaded tokio-tungstenite v0.21.0 |
756 | 2024-12-20T22:40:03.261Z | Downloaded smallvec v1.13.2 |
757 | 2024-12-20T22:40:03.262Z | Downloaded pbkdf2 v0.11.0 |
758 | 2024-12-20T22:40:03.262Z | Downloaded winnow v0.5.40 |
759 | 2024-12-20T22:40:03.262Z | Downloaded parking_lot_core v0.9.10 |
760 | 2024-12-20T22:40:03.262Z | Downloaded encoding_rs v0.8.34 |
761 | 2024-12-20T22:40:03.262Z | Downloaded cstr-argument v0.1.2 |
762 | 2024-12-20T22:40:03.262Z | Downloaded parking_lot_core v0.8.6 |
763 | 2024-12-20T22:40:03.265Z | Downloaded x509-cert v0.2.5 |
764 | 2024-12-20T22:40:03.270Z | Downloaded rand_seeder v0.3.0 |
765 | 2024-12-20T22:40:03.273Z | Downloaded tempfile v3.13.0 |
766 | 2024-12-20T22:40:03.277Z | Downloaded typed-path v0.9.3 |
767 | 2024-12-20T22:40:03.281Z | Downloaded rusqlite v0.32.1 |
768 | 2024-12-20T22:40:03.289Z | Downloaded uuid v1.11.0 |
769 | 2024-12-20T22:40:03.293Z | Downloaded jobserver v0.1.32 |
770 | 2024-12-20T22:40:03.295Z | Downloaded strum_macros v0.25.3 |
771 | 2024-12-20T22:40:03.298Z | Downloaded num-integer v0.1.46 |
772 | 2024-12-20T22:40:03.300Z | Downloaded multer v3.1.0 |
773 | 2024-12-20T22:40:03.303Z | Downloaded icu_properties v1.5.1 |
774 | 2024-12-20T22:40:03.306Z | Downloaded cmake v0.1.51 |
775 | 2024-12-20T22:40:03.308Z | Downloaded clap_lex v0.7.2 |
776 | 2024-12-20T22:40:03.311Z | Downloaded usdt v0.5.0 |
777 | 2024-12-20T22:40:03.311Z | Downloaded subtle v2.6.1 |
778 | 2024-12-20T22:40:03.311Z | Downloaded libloading v0.8.5 |
779 | 2024-12-20T22:40:03.314Z | Downloaded similar v2.6.0 |
780 | 2024-12-20T22:40:03.318Z | Downloaded slog-scope v4.4.0 |
781 | 2024-12-20T22:40:03.320Z | Downloaded dyn-clone v1.0.17 |
782 | 2024-12-20T22:40:03.324Z | Downloaded unicode-bidi v0.3.17 |
783 | 2024-12-20T22:40:03.327Z | Downloaded h2 v0.4.6 |
784 | 2024-12-20T22:40:03.330Z | Downloaded goblin v0.8.2 |
785 | 2024-12-20T22:40:03.336Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
786 | 2024-12-20T22:40:03.391Z | Downloaded progenitor-macro v0.8.0 |
787 | 2024-12-20T22:40:03.393Z | Downloaded icu_normalizer v1.5.0 |
788 | 2024-12-20T22:40:03.396Z | Downloaded snafu v0.8.5 |
789 | 2024-12-20T22:40:03.400Z | Downloaded icu_normalizer_data v1.5.0 |
790 | 2024-12-20T22:40:03.403Z | Downloaded multimap v0.10.0 |
791 | 2024-12-20T22:40:03.406Z | Downloaded libefi-sys v0.1.0 |
792 | 2024-12-20T22:40:03.406Z | Downloaded resolv-conf v0.7.0 |
793 | 2024-12-20T22:40:03.406Z | Downloaded derive-where v1.2.7 |
794 | 2024-12-20T22:40:03.409Z | Downloaded zeroize_derive v1.4.2 |
795 | 2024-12-20T22:40:03.411Z | Downloaded unicode-ident v1.0.13 |
796 | 2024-12-20T22:40:03.414Z | Downloaded ed25519-dalek v2.1.1 |
797 | 2024-12-20T22:40:03.417Z | Downloaded keccak v0.1.5 |
798 | 2024-12-20T22:40:03.417Z | Downloaded compact_str v0.8.0 |
799 | 2024-12-20T22:40:03.420Z | Downloaded memmap2 v0.9.5 |
800 | 2024-12-20T22:40:03.423Z | Downloaded siphasher v0.3.11 |
801 | 2024-12-20T22:40:03.425Z | Downloaded rustyline v14.0.0 |
802 | 2024-12-20T22:40:03.428Z | Downloaded match_cfg v0.1.0 |
803 | 2024-12-20T22:40:03.431Z | Downloaded strum v0.26.3 |
804 | 2024-12-20T22:40:03.432Z | Downloaded serde-hex v0.1.0 |
805 | 2024-12-20T22:40:03.434Z | Downloaded rustls-pki-types v1.10.0 |
806 | 2024-12-20T22:40:03.437Z | Downloaded russh v0.45.0 |
807 | 2024-12-20T22:40:03.442Z | Downloaded zerocopy-derive v0.7.35 |
808 | 2024-12-20T22:40:03.446Z | Downloaded tokio-rustls v0.26.0 |
809 | 2024-12-20T22:40:03.449Z | Downloaded tokio-rustls v0.25.0 |
810 | 2024-12-20T22:40:03.451Z | Downloaded kstat-rs v0.2.4 |
811 | 2024-12-20T22:40:03.451Z | Downloaded toml_edit v0.22.22 |
812 | 2024-12-20T22:40:03.472Z | Downloaded maybe-uninit v2.0.0 |
813 | 2024-12-20T22:40:03.475Z | Downloaded strum_macros v0.26.4 |
814 | 2024-12-20T22:40:03.477Z | Downloaded snafu-derive v0.8.5 |
815 | 2024-12-20T22:40:03.477Z | Downloaded slog-dtrace v0.3.0 |
816 | 2024-12-20T22:40:03.480Z | Downloaded parking_lot v0.12.3 |
817 | 2024-12-20T22:40:03.483Z | Downloaded nom v7.1.3 |
818 | 2024-12-20T22:40:03.486Z | Downloaded pin-project-internal v1.1.6 |
819 | 2024-12-20T22:40:03.489Z | Downloaded colored v2.1.0 |
820 | 2024-12-20T22:40:03.489Z | Downloaded colorchoice v1.0.2 |
821 | 2024-12-20T22:40:03.491Z | Downloaded cobs v0.2.3 |
822 | 2024-12-20T22:40:03.492Z | Downloaded unicode-linebreak v0.1.5 |
823 | 2024-12-20T22:40:03.492Z | Downloaded unicase v2.7.0 |
824 | 2024-12-20T22:40:03.494Z | Downloaded unarray v0.1.4 |
825 | 2024-12-20T22:40:03.495Z | Downloaded pbkdf2 v0.12.2 |
826 | 2024-12-20T22:40:03.498Z | Downloaded native-tls v0.2.12 |
827 | 2024-12-20T22:40:03.501Z | Downloaded serde_yaml v0.9.34+deprecated |
828 | 2024-12-20T22:40:03.501Z | Downloaded vergen v8.3.2 |
829 | 2024-12-20T22:40:03.504Z | Downloaded synstructure v0.13.1 |
830 | 2024-12-20T22:40:03.507Z | Downloaded simd-adler32 v0.3.7 |
831 | 2024-12-20T22:40:03.507Z | Downloaded aes v0.8.4 |
832 | 2024-12-20T22:40:03.510Z | Downloaded rustc_version v0.4.1 |
833 | 2024-12-20T22:40:03.512Z | Downloaded rustc-hash v2.0.0 |
834 | 2024-12-20T22:40:03.512Z | Downloaded ipnet v2.10.1 |
835 | 2024-12-20T22:40:03.514Z | Downloaded typenum v1.17.0 |
836 | 2024-12-20T22:40:03.517Z | Downloaded pest_meta v2.7.14 |
837 | 2024-12-20T22:40:03.521Z | Downloaded openssl-sys v0.9.103 |
838 | 2024-12-20T22:40:03.523Z | Downloaded ctr v0.9.2 |
839 | 2024-12-20T22:40:03.527Z | Downloaded elliptic-curve v0.13.8 |
840 | 2024-12-20T22:40:03.530Z | Downloaded rustc_version v0.1.7 |
841 | 2024-12-20T22:40:03.532Z | Downloaded sync-ptr v0.1.1 |
842 | 2024-12-20T22:40:03.532Z | Downloaded ipnetwork v0.20.0 |
843 | 2024-12-20T22:40:03.532Z | Downloaded internet-checksum v0.2.1 |
844 | 2024-12-20T22:40:03.535Z | Downloaded http v1.1.0 |
845 | 2024-12-20T22:40:03.539Z | Downloaded hashbrown v0.12.3 |
846 | 2024-12-20T22:40:03.542Z | Downloaded qorb v0.2.1 |
847 | 2024-12-20T22:40:03.547Z | Downloaded curve25519-dalek-derive v0.1.1 |
848 | 2024-12-20T22:40:03.550Z | Downloaded rand_core v0.6.4 |
849 | 2024-12-20T22:40:03.550Z | Downloaded defmt v0.3.8 |
850 | 2024-12-20T22:40:03.552Z | Downloaded wait-timeout v0.2.0 |
851 | 2024-12-20T22:40:03.555Z | Downloaded version_check v0.9.5 |
852 | 2024-12-20T22:40:03.558Z | Downloaded clap v4.5.21 |
853 | 2024-12-20T22:40:03.564Z | Downloaded strsim v0.11.1 |
854 | 2024-12-20T22:40:03.567Z | Downloaded stringmetrics v2.2.2 |
855 | 2024-12-20T22:40:03.570Z | Downloaded displaydoc v0.2.5 |
856 | 2024-12-20T22:40:03.573Z | Downloaded password-hash v0.5.0 |
857 | 2024-12-20T22:40:03.573Z | Downloaded crossbeam-utils v0.8.20 |
858 | 2024-12-20T22:40:03.575Z | Downloaded clang-sys v1.8.1 |
859 | 2024-12-20T22:40:03.578Z | Downloaded hickory-server v0.24.1 |
860 | 2024-12-20T22:40:03.583Z | Downloaded hickory-resolver v0.24.1 |
861 | 2024-12-20T22:40:03.588Z | Downloaded stable_deref_trait v1.2.0 |
862 | 2024-12-20T22:40:03.590Z | Downloaded spin v0.5.2 |
863 | 2024-12-20T22:40:03.590Z | Downloaded rustls-pemfile v1.0.4 |
864 | 2024-12-20T22:40:03.593Z | Downloaded mime_guess v2.0.5 |
865 | 2024-12-20T22:40:03.593Z | Downloaded libtest-mimic v0.7.3 |
866 | 2024-12-20T22:40:03.596Z | Downloaded slog v2.7.0 |
867 | 2024-12-20T22:40:03.599Z | Downloaded signal-hook v0.3.17 |
868 | 2024-12-20T22:40:03.601Z | Downloaded backtrace v0.3.74 |
869 | 2024-12-20T22:40:03.606Z | Downloaded chacha20poly1305 v0.10.1 |
870 | 2024-12-20T22:40:03.621Z | Downloaded cipher v0.4.4 |
871 | 2024-12-20T22:40:03.621Z | Downloaded ciborium-ll v0.2.2 |
872 | 2024-12-20T22:40:03.621Z | Downloaded unicode-truncate v1.1.0 |
873 | 2024-12-20T22:40:03.621Z | Downloaded primeorder v0.13.6 |
874 | 2024-12-20T22:40:03.621Z | Downloaded pkcs1 v0.7.5 |
875 | 2024-12-20T22:40:03.627Z | Downloaded async-io v2.3.4 |
876 | 2024-12-20T22:40:03.627Z | Downloaded blake2 v0.10.6 |
877 | 2024-12-20T22:40:03.627Z | Downloaded ahash v0.8.11 |
878 | 2024-12-20T22:40:03.627Z | Downloaded spki v0.7.3 |
879 | 2024-12-20T22:40:03.630Z | Downloaded slog-bunyan v2.5.0 |
880 | 2024-12-20T22:40:03.630Z | Downloaded slog-async v2.8.0 |
881 | 2024-12-20T22:40:03.633Z | Downloaded signal-hook-mio v0.2.4 |
882 | 2024-12-20T22:40:03.633Z | Downloaded shlex v1.3.0 |
883 | 2024-12-20T22:40:03.636Z | Downloaded serde_repr v0.1.19 |
884 | 2024-12-20T22:40:03.636Z | Downloaded serde_regex v1.1.0 |
885 | 2024-12-20T22:40:03.640Z | Downloaded fatfs v0.3.6 |
886 | 2024-12-20T22:40:03.642Z | Downloaded backoff v0.4.0 |
887 | 2024-12-20T22:40:03.645Z | Downloaded hashlink v0.9.1 |
888 | 2024-12-20T22:40:03.645Z | Downloaded futures-lite v2.3.0 |
889 | 2024-12-20T22:40:03.647Z | Downloaded highway v1.2.0 |
890 | 2024-12-20T22:40:03.650Z | Downloaded float-cmp v0.9.0 |
891 | 2024-12-20T22:40:03.650Z | Downloaded buf-list v1.0.3 |
892 | 2024-12-20T22:40:03.653Z | Downloaded arc-swap v1.7.1 |
893 | 2024-12-20T22:40:03.656Z | Downloaded tap v1.0.1 |
894 | 2024-12-20T22:40:03.659Z | Downloaded parse-display v0.10.0 |
895 | 2024-12-20T22:40:03.659Z | Downloaded parse-display-derive v0.10.0 |
896 | 2024-12-20T22:40:03.659Z | Downloaded oorandom v11.1.4 |
897 | 2024-12-20T22:40:03.662Z | Downloaded num_enum_derive v0.5.11 |
898 | 2024-12-20T22:40:03.662Z | Downloaded num-iter v0.1.45 |
899 | 2024-12-20T22:40:03.662Z | Downloaded bytecount v0.6.8 |
900 | 2024-12-20T22:40:03.669Z | Downloaded atomic-waker v1.1.2 |
901 | 2024-12-20T22:40:03.669Z | Downloaded cargo_metadata v0.18.1 |
902 | 2024-12-20T22:40:03.669Z | Downloaded cancel-safe-futures v0.1.5 |
903 | 2024-12-20T22:40:03.672Z | Downloaded camino v1.1.9 |
904 | 2024-12-20T22:40:03.672Z | Downloaded blake2b_simd v1.0.2 |
905 | 2024-12-20T22:40:03.676Z | Downloaded bitflags v1.3.2 |
906 | 2024-12-20T22:40:03.679Z | Downloaded futures-channel v0.3.31 |
907 | 2024-12-20T22:40:03.679Z | Downloaded fd-lock v4.0.2 |
908 | 2024-12-20T22:40:03.681Z | Downloaded futures-core v0.3.31 |
909 | 2024-12-20T22:40:03.684Z | Downloaded fs_extra v1.3.0 |
910 | 2024-12-20T22:40:03.684Z | Downloaded hubpack v0.1.2 |
911 | 2024-12-20T22:40:03.686Z | Downloaded futures-sink v0.3.31 |
912 | 2024-12-20T22:40:03.686Z | Downloaded futures-io v0.3.31 |
913 | 2024-12-20T22:40:03.689Z | Downloaded fragile v2.0.0 |
914 | 2024-12-20T22:40:03.689Z | Downloaded fnv v1.0.7 |
915 | 2024-12-20T22:40:03.692Z | Downloaded assert_cmd v2.0.16 |
916 | 2024-12-20T22:40:03.692Z | Downloaded argon2 v0.5.3 |
917 | 2024-12-20T22:40:03.695Z | Downloaded heck v0.4.1 |
918 | 2024-12-20T22:40:03.697Z | Downloaded futures-task v0.3.31 |
919 | 2024-12-20T22:40:03.697Z | Downloaded block-padding v0.3.3 |
920 | 2024-12-20T22:40:03.697Z | Downloaded async-executor v1.13.1 |
921 | 2024-12-20T22:40:03.700Z | Downloaded anstyle v1.0.10 |
922 | 2024-12-20T22:40:03.703Z | Downloaded anstream v0.6.15 |
923 | 2024-12-20T22:40:03.705Z | Downloaded funty v2.0.0 |
924 | 2024-12-20T22:40:03.705Z | Downloaded chrono-tz-build v0.4.0 |
925 | 2024-12-20T22:40:03.705Z | Downloaded bitfield-struct v0.6.2 |
926 | 2024-12-20T22:40:03.709Z | Downloaded glob v0.3.1 |
927 | 2024-12-20T22:40:03.709Z | Downloaded foreign-types v0.5.0 |
928 | 2024-12-20T22:40:03.712Z | Downloaded foldhash v0.1.3 |
929 | 2024-12-20T22:40:03.712Z | Downloaded float-ord v0.3.2 |
930 | 2024-12-20T22:40:03.712Z | Downloaded fallible-streaming-iterator v0.1.9 |
931 | 2024-12-20T22:40:03.712Z | Downloaded bit-set v0.5.3 |
932 | 2024-12-20T22:40:03.717Z | Downloaded hostname v0.4.0 |
933 | 2024-12-20T22:40:03.721Z | Downloaded hex v0.4.3 |
934 | 2024-12-20T22:40:03.721Z | Downloaded group v0.13.0 |
935 | 2024-12-20T22:40:03.721Z | Downloaded futures-executor v0.3.31 |
936 | 2024-12-20T22:40:03.724Z | Downloaded foreign-types-macros v0.2.3 |
937 | 2024-12-20T22:40:03.724Z | Downloaded fallible-iterator v0.2.0 |
938 | 2024-12-20T22:40:03.724Z | Downloaded blowfish v0.9.1 |
939 | 2024-12-20T22:40:03.727Z | Downloaded fallible-iterator v0.3.0 |
940 | 2024-12-20T22:40:03.727Z | Downloaded bit-vec v0.6.3 |
941 | 2024-12-20T22:40:03.730Z | Downloaded block-buffer v0.10.4 |
942 | 2024-12-20T22:40:03.730Z | Downloaded async-global-executor v2.4.1 |
943 | 2024-12-20T22:40:03.733Z | Downloaded cexpr v0.6.0 |
944 | 2024-12-20T22:40:03.733Z | Downloaded cast v0.3.0 |
945 | 2024-12-20T22:40:03.733Z | Downloaded ring v0.17.8 |
946 | 2024-12-20T22:40:03.804Z | Downloaded event-listener-strategy v0.5.2 |
947 | 2024-12-20T22:40:03.807Z | Downloaded event-listener v2.5.3 |
948 | 2024-12-20T22:40:03.807Z | Downloaded castaway v0.2.3 |
949 | 2024-12-20T22:40:03.809Z | Downloaded bb8 v0.8.5 |
950 | 2024-12-20T22:40:03.809Z | Downloaded fastrand v2.1.1 |
951 | 2024-12-20T22:40:03.809Z | Downloaded array-init v0.0.4 |
952 | 2024-12-20T22:40:03.811Z | Downloaded anstyle-query v1.1.1 |
953 | 2024-12-20T22:40:03.812Z | Downloaded aead v0.5.2 |
954 | 2024-12-20T22:40:03.815Z | Downloaded foreign-types-shared v0.1.1 |
955 | 2024-12-20T22:40:03.912Z | Downloaded libsqlite3-sys v0.30.1 |
956 | 2024-12-20T22:40:03.988Z | Downloaded ring v0.16.20 |
957 | 2024-12-20T22:40:04.153Z | Downloaded aws-lc-sys v0.22.0 |
958 | 2024-12-20T22:40:04.641Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
959 | 2024-12-20T22:40:11.675Z | Startup: Refreshing catalog 'helios-dev' ... Done |
960 | 2024-12-20T22:40:15.535Z | Startup: Caching catalogs ... Done |
961 | 2024-12-20T22:40:26.411Z | Planning: Solver setup ... Done (9.908s) |
962 | 2024-12-20T22:40:26.549Z | Planning: Running solver ... Done (0.138s) |
963 | 2024-12-20T22:40:26.656Z | Planning: Finding local manifests ... Done (0.004s) |
964 | 2024-12-20T22:40:26.668Z | Planning: Fetching manifests: 0/5 0% complete |
965 | 2024-12-20T22:40:26.880Z | Planning: Fetching manifests: 5/5 100% complete |
966 | 2024-12-20T22:40:26.981Z | Planning: Package planning ... Done (0.101s) |
967 | 2024-12-20T22:40:27.204Z | Planning: Merging actions ... Done (0.222s) |
968 | 2024-12-20T22:40:27.398Z | Planning: Checking for conflicting actions ... Done (0.194s) |
969 | 2024-12-20T22:40:29.613Z | Planning: Consolidating action changes ... Done (2.215s) |
970 | 2024-12-20T22:40:30.067Z | Planning: Evaluating mediators ... Done (0.453s) |
971 | 2024-12-20T22:40:30.147Z | Planning: Planning completed in 14.51 seconds |
972 | 2024-12-20T22:40:30.163Z | Packages to install: 4 |
973 | 2024-12-20T22:40:30.163Z | Packages to update: 1 |
974 | 2024-12-20T22:40:30.166Z | Mediators to change: 2 |
975 | 2024-12-20T22:40:30.166Z | Services to change: 1 |
976 | 2024-12-20T22:40:30.166Z | Estimated space available: 155.37 GB |
977 | 2024-12-20T22:40:30.166Z | Estimated space to be consumed: 1.62 GB |
978 | 2024-12-20T22:40:30.166Z | Create boot environment: No |
979 | 2024-12-20T22:40:30.166Z | Create backup boot environment: Yes |
980 | 2024-12-20T22:40:30.166Z | Rebuild boot archive: No |
981 | 2024-12-20T22:40:30.166Z | |
982 | 2024-12-20T22:40:30.166Z | Changed mediators: |
983 | 2024-12-20T22:40:30.166Z | mediator clang: |
984 | 2024-12-20T22:40:30.166Z | version: None -> 15 (system default) |
985 | 2024-12-20T22:40:30.166Z | |
986 | 2024-12-20T22:40:30.166Z | mediator llvm: |
987 | 2024-12-20T22:40:30.166Z | version: 14 (system default) -> 15 (system default) |
988 | 2024-12-20T22:40:30.167Z | |
989 | 2024-12-20T22:40:30.167Z | Changed packages: |
990 | 2024-12-20T22:40:30.167Z | helios-dev |
991 | 2024-12-20T22:40:30.167Z | developer/build-essential |
992 | 2024-12-20T22:40:30.167Z | None -> 11-2.0 |
993 | 2024-12-20T22:40:30.167Z | library/libxmlsec1 |
994 | 2024-12-20T22:40:30.167Z | None -> 1.2.35-2.0 |
995 | 2024-12-20T22:40:30.167Z | ooce/developer/clang-15 |
996 | 2024-12-20T22:40:30.167Z | None -> 15.0.7-2.0 |
997 | 2024-12-20T22:40:30.167Z | ooce/developer/llvm-15 |
998 | 2024-12-20T22:40:30.167Z | None -> 15.0.7-2.0 |
999 | 2024-12-20T22:40:30.167Z | package/pkg |
1000 | 2024-12-20T22:40:30.167Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1001 | 2024-12-20T22:40:30.167Z | |
1002 | 2024-12-20T22:40:30.167Z | Services: |
1003 | 2024-12-20T22:40:30.167Z | restart_fmri: |
1004 | 2024-12-20T22:40:30.167Z | svc:/system/update-man-index:default |
1005 | 2024-12-20T22:40:30.167Z | |
1006 | 2024-12-20T22:40:30.167Z | Editable files to change: |
1007 | 2024-12-20T22:40:30.167Z | Update: |
1008 | 2024-12-20T22:40:30.167Z | usr/share/lib/pkg/web/config.shtml |
1009 | 2024-12-20T22:40:30.249Z | |
1010 | 2024-12-20T22:40:30.249Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1011 | 2024-12-20T22:40:35.250Z | Download: 1252/4281 items 96.9/220.6MB 43% complete (19.4M/s) |
1012 | 2024-12-20T22:40:40.709Z | Download: 2218/4281 items 118.3/220.6MB 53% complete (12.4M/s) |
1013 | 2024-12-20T22:40:47.131Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (8.8M/s) |
1014 | 2024-12-20T22:40:52.017Z | Download: 3719/4281 items 216.6/220.6MB 98% complete (9.6M/s) |
1015 | 2024-12-20T22:40:54.391Z | Download: Completed 220.60 MB in 24.14 seconds (9.1M/s) |
1016 | 2024-12-20T22:40:56.619Z | Actions: 1/5063 actions (Removing old actions) |
1017 | 2024-12-20T22:40:56.792Z | Actions: 194/5063 actions (Installing new actions) |
1018 | 2024-12-20T22:41:01.154Z | Actions: 4226/5063 actions (Updating modified actions) |
1019 | 2024-12-20T22:41:01.476Z | Actions: Completed 5063 actions in 5.02 seconds. |
1020 | 2024-12-20T22:41:01.893Z | Done (0.412s) |
1021 | 2024-12-20T22:41:01.899Z | Done (0.000s) |
1022 | 2024-12-20T22:41:02.478Z | Done (0.584s) |
1023 | 2024-12-20T22:41:07.001Z | Done (4.137s) |
1024 | 2024-12-20T22:41:07.326Z | Done (0.017s) |
1025 | 2024-12-20T22:41:07.326Z | Done (0.000s) |
1026 | 2024-12-20T22:41:07.645Z | Done (0.000s) |
1027 | 2024-12-20T22:41:08.006Z | Planning: Evaluating mediator changes ... Done |
1028 | 2024-12-20T22:41:08.269Z | Planning: Checking for conflicting actions ... Done |
1029 | 2024-12-20T22:41:08.269Z | Planning: Consolidating action changes ... Done |
1030 | 2024-12-20T22:41:08.478Z | Planning: Evaluating mediators ... Done |
1031 | 2024-12-20T22:41:08.478Z | Planning: Planning completed in 0.44 seconds |
1032 | 2024-12-20T22:41:08.478Z | Mediators to change: 2 |
1033 | 2024-12-20T22:41:08.478Z | Create boot environment: No |
1034 | 2024-12-20T22:41:08.478Z | Create backup boot environment: No |
1035 | 2024-12-20T22:41:08.788Z | Done |
1036 | 2024-12-20T22:41:08.789Z | Done |
1037 | 2024-12-20T22:41:09.047Z | Done |
1038 | 2024-12-20T22:41:12.417Z | Done |
1039 | 2024-12-20T22:41:12.505Z | Done |
1040 | 2024-12-20T22:41:12.508Z | Done |
1041 | 2024-12-20T22:41:12.646Z | Done |
1042 | 2024-12-20T22:41:13.302Z | Planning: Evaluating mediator changes ... Done |
1043 | 2024-12-20T22:41:13.314Z | Planning: Merging actions ... Done |
1044 | 2024-12-20T22:41:13.503Z | Planning: Checking for conflicting actions ... Done |
1045 | 2024-12-20T22:41:13.556Z | Planning: Consolidating action changes ... Done |
1046 | 2024-12-20T22:41:13.748Z | Planning: Evaluating mediators ... Done |
1047 | 2024-12-20T22:41:13.797Z | Planning: Planning completed in 0.76 seconds |
1048 | 2024-12-20T22:41:13.871Z | Packages to change: 1 |
1049 | 2024-12-20T22:41:13.871Z | Mediators to change: 1 |
1050 | 2024-12-20T22:41:13.957Z | Services to change: 1 |
1051 | 2024-12-20T22:41:13.958Z | Create boot environment: No |
1052 | 2024-12-20T22:41:13.958Z | Create backup boot environment: Yes |
1053 | 2024-12-20T22:41:16.066Z | Actions: 1/6 actions (Updating modified actions) |
1054 | 2024-12-20T22:41:16.068Z | Actions: Completed 6 actions in 0.00 seconds. |
1055 | 2024-12-20T22:41:16.068Z | Done |
1056 | 2024-12-20T22:41:16.069Z | Done |
1057 | 2024-12-20T22:41:16.184Z | Done |
1058 | 2024-12-20T22:41:19.882Z | Done |
1059 | 2024-12-20T22:41:19.897Z | Done |
1060 | 2024-12-20T22:41:19.897Z | Done |
1061 | 2024-12-20T22:41:20.032Z | Done |
1062 | 2024-12-20T22:41:20.452Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1063 | 2024-12-20T22:41:20.452Z | clang system 15 system |
1064 | 2024-12-20T22:41:20.452Z | csh system system illumos |
1065 | 2024-12-20T22:41:20.452Z | ctags system system illumos |
1066 | 2024-12-20T22:41:20.452Z | gcc vendor 12 vendor |
1067 | 2024-12-20T22:41:20.453Z | gcc system 10 system |
1068 | 2024-12-20T22:41:20.453Z | gcc system 7 system |
1069 | 2024-12-20T22:41:20.453Z | go system 1.20 system |
1070 | 2024-12-20T22:41:20.453Z | go system 1.19 system |
1071 | 2024-12-20T22:41:20.453Z | llvm system 15 system |
1072 | 2024-12-20T22:41:20.453Z | llvm system 14 system |
1073 | 2024-12-20T22:41:20.453Z | mariadb system 10.6 system |
1074 | 2024-12-20T22:41:20.453Z | mta vendor vendor dma |
1075 | 2024-12-20T22:41:20.453Z | openjdk system 17 system |
1076 | 2024-12-20T22:41:20.453Z | openjdk system 11 system |
1077 | 2024-12-20T22:41:20.453Z | openjdk system 1.8 system |
1078 | 2024-12-20T22:41:20.453Z | openssl vendor 3 vendor |
1079 | 2024-12-20T22:41:20.453Z | perl system 5.36 system |
1080 | 2024-12-20T22:41:20.454Z | postgresql system 15 system |
1081 | 2024-12-20T22:41:20.454Z | postgresql system 13 system |
1082 | 2024-12-20T22:41:20.454Z | python vendor 3 vendor |
1083 | 2024-12-20T22:41:20.454Z | python system 2 system |
1084 | 2024-12-20T22:41:20.454Z | python3 system 3.11 system |
1085 | 2024-12-20T22:41:20.454Z | ruby system 3.0 system |
1086 | 2024-12-20T22:41:20.455Z | words vendor vendor american-english |
1087 | 2024-12-20T22:41:20.455Z | words system system australian-english |
1088 | 2024-12-20T22:41:20.455Z | words system system british-english |
1089 | 2024-12-20T22:41:20.455Z | words system system canadian-english |
1090 | 2024-12-20T22:41:20.455Z | words system system french |
1091 | 2024-12-20T22:41:20.455Z | words system system italian |
1092 | 2024-12-20T22:41:20.455Z | words system system ngerman |
1093 | 2024-12-20T22:41:20.455Z | words system system ogerman |
1094 | 2024-12-20T22:41:20.455Z | words system system spanish |
1095 | 2024-12-20T22:41:20.787Z | PUBLISHER TYPE STATUS P LOCATION |
1096 | 2024-12-20T22:41:20.787Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1097 | 2024-12-20T22:41:23.547Z | FMRI IFO |
1098 | 2024-12-20T22:41:23.547Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1099 | 2024-12-20T22:41:23.547Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1100 | 2024-12-20T22:41:23.548Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1101 | 2024-12-20T22:41:23.548Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1102 | 2024-12-20T22:41:23.548Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1103 | 2024-12-20T22:41:23.548Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1104 | 2024-12-20T22:41:23.548Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1105 | 2024-12-20T22:41:23.548Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1106 | 2024-12-20T22:41:23.548Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1107 | 2024-12-20T22:41:23.548Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1108 | 2024-12-20T22:41:23.548Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1109 | 2024-12-20T22:41:23.548Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1110 | 2024-12-20T22:41:23.548Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1111 | 2024-12-20T22:41:23.548Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1112 | 2024-12-20T22:41:23.548Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1113 | 2024-12-20T22:41:24.611Z | Downloading crates ... |
1114 | 2024-12-20T22:41:24.697Z | Downloaded cargo_toml v0.20.5 |
1115 | 2024-12-20T22:41:24.823Z | Compiling proc-macro2 v1.0.89 |
1116 | 2024-12-20T22:41:24.823Z | Compiling unicode-ident v1.0.13 |
1117 | 2024-12-20T22:41:24.823Z | Compiling version_check v0.9.5 |
1118 | 2024-12-20T22:41:24.827Z | Compiling serde v1.0.215 |
1119 | 2024-12-20T22:41:24.827Z | Compiling memchr v2.7.4 |
1120 | 2024-12-20T22:41:24.827Z | Compiling thiserror v1.0.69 |
1121 | 2024-12-20T22:41:24.827Z | Compiling libc v0.2.162 |
1122 | 2024-12-20T22:41:24.827Z | Compiling ucd-trie v0.1.7 |
1123 | 2024-12-20T22:41:25.087Z | Compiling itoa v1.0.11 |
1124 | 2024-12-20T22:41:25.340Z | Compiling ryu v1.0.18 |
1125 | 2024-12-20T22:41:25.554Z | Compiling once_cell v1.20.2 |
1126 | 2024-12-20T22:41:25.684Z | Compiling byteorder v1.5.0 |
1127 | 2024-12-20T22:41:25.809Z | Compiling rustix v0.38.37 |
1128 | 2024-12-20T22:41:25.972Z | Compiling serde_json v1.0.132 |
1129 | 2024-12-20T22:41:26.088Z | Compiling bitflags v2.6.0 |
1130 | 2024-12-20T22:41:26.286Z | Compiling usdt-impl v0.5.0 |
1131 | 2024-12-20T22:41:26.400Z | Compiling proc-macro-error-attr v1.0.4 |
1132 | 2024-12-20T22:41:26.523Z | Compiling syn v1.0.109 |
1133 | 2024-12-20T22:41:26.556Z | Compiling proc-macro-error v1.0.4 |
1134 | 2024-12-20T22:41:26.641Z | Compiling quote v1.0.37 |
1135 | 2024-12-20T22:41:26.760Z | Compiling equivalent v1.0.1 |
1136 | 2024-12-20T22:41:26.770Z | Compiling log v0.4.22 |
1137 | 2024-12-20T22:41:26.782Z | Compiling utf8parse v0.2.2 |
1138 | 2024-12-20T22:41:26.865Z | Compiling camino v1.1.9 |
1139 | 2024-12-20T22:41:26.931Z | Compiling errno v0.3.9 |
1140 | 2024-12-20T22:41:27.123Z | Compiling syn v2.0.87 |
1141 | 2024-12-20T22:41:27.183Z | Compiling thread-id v4.2.2 |
1142 | 2024-12-20T22:41:27.222Z | Compiling hashbrown v0.15.1 |
1143 | 2024-12-20T22:41:27.282Z | Compiling plain v0.2.3 |
1144 | 2024-12-20T22:41:27.341Z | Compiling anstyle-parse v0.2.5 |
1145 | 2024-12-20T22:41:27.560Z | Compiling winnow v0.6.20 |
1146 | 2024-12-20T22:41:27.663Z | Compiling is_terminal_polyfill v1.70.1 |
1147 | 2024-12-20T22:41:27.783Z | Compiling semver v1.0.23 |
1148 | 2024-12-20T22:41:27.841Z | Compiling unicode-width v0.1.14 |
1149 | 2024-12-20T22:41:28.293Z | Compiling autocfg v1.4.0 |
1150 | 2024-12-20T22:41:28.330Z | Compiling anstyle v1.0.10 |
1151 | 2024-12-20T22:41:28.376Z | Compiling indexmap v2.6.0 |
1152 | 2024-12-20T22:41:28.450Z | Compiling pretty-hex v0.4.1 |
1153 | 2024-12-20T22:41:28.655Z | Compiling anstyle-query v1.1.1 |
1154 | 2024-12-20T22:41:28.764Z | Compiling colorchoice v1.0.2 |
1155 | 2024-12-20T22:41:28.934Z | Compiling anstream v0.6.15 |
1156 | 2024-12-20T22:41:29.111Z | Compiling strsim v0.11.1 |
1157 | 2024-12-20T22:41:29.489Z | Compiling fs-err v2.11.0 |
1158 | 2024-12-20T22:41:29.691Z | Compiling terminal_size v0.4.0 |
1159 | 2024-12-20T22:41:29.751Z | Compiling fnv v1.0.7 |
1160 | 2024-12-20T22:41:29.807Z | Compiling heck v0.4.1 |
1161 | 2024-12-20T22:41:29.881Z | Compiling bytecount v0.6.8 |
1162 | 2024-12-20T22:41:30.067Z | Compiling anyhow v1.0.93 |
1163 | 2024-12-20T22:41:30.101Z | Compiling heck v0.5.0 |
1164 | 2024-12-20T22:41:30.130Z | Compiling clap_lex v0.7.2 |
1165 | 2024-12-20T22:41:30.343Z | Compiling fastrand v2.1.1 |
1166 | 2024-12-20T22:41:31.027Z | Compiling cfg-if v1.0.0 |
1167 | 2024-12-20T22:41:31.076Z | Compiling clap_builder v4.5.21 |
1168 | 2024-12-20T22:41:31.076Z | Compiling tempfile v3.13.0 |
1169 | 2024-12-20T22:41:31.076Z | Compiling papergrid v0.11.0 |
1170 | 2024-12-20T22:41:31.102Z | Compiling memmap v0.7.0 |
1171 | 2024-12-20T22:41:31.142Z | Compiling unicode-linebreak v0.1.5 |
1172 | 2024-12-20T22:41:31.419Z | Compiling smawk v0.3.2 |
1173 | 2024-12-20T22:41:31.630Z | Compiling textwrap v0.16.1 |
1174 | 2024-12-20T22:41:31.643Z | Compiling swrite v0.1.0 |
1175 | 2024-12-20T22:41:32.910Z | Compiling tabled_derive v0.7.0 |
1176 | 2024-12-20T22:41:34.363Z | Compiling tabled v0.15.0 |
1177 | 2024-12-20T22:41:36.382Z | Compiling serde_derive v1.0.215 |
1178 | 2024-12-20T22:41:36.382Z | Compiling thiserror-impl v1.0.69 |
1179 | 2024-12-20T22:41:36.443Z | Compiling zerocopy-derive v0.7.35 |
1180 | 2024-12-20T22:41:36.443Z | Compiling scroll_derive v0.12.0 |
1181 | 2024-12-20T22:41:36.443Z | Compiling clap_derive v4.5.18 |
1182 | 2024-12-20T22:41:37.585Z | Compiling scroll v0.12.0 |
1183 | 2024-12-20T22:41:37.907Z | Compiling zerocopy v0.7.35 |
1184 | 2024-12-20T22:41:37.923Z | Compiling goblin v0.8.2 |
1185 | 2024-12-20T22:41:38.981Z | Compiling pest v2.7.14 |
1186 | 2024-12-20T22:41:40.134Z | Compiling clap v4.5.21 |
1187 | 2024-12-20T22:41:45.464Z | Compiling pest_meta v2.7.14 |
1188 | 2024-12-20T22:41:45.526Z | Compiling pest_generator v2.7.14 |
1189 | 2024-12-20T22:41:45.526Z | Compiling pest_derive v2.7.14 |
1190 | 2024-12-20T22:41:45.526Z | Compiling dtrace-parser v0.2.0 |
1191 | 2024-12-20T22:41:46.364Z | Compiling serde_tokenstream v0.2.2 |
1192 | 2024-12-20T22:41:46.382Z | Compiling serde_spanned v0.6.8 |
1193 | 2024-12-20T22:41:46.382Z | Compiling toml_datetime v0.6.8 |
1194 | 2024-12-20T22:41:46.632Z | Compiling cargo-platform v0.1.8 |
1195 | 2024-12-20T22:41:46.746Z | Compiling toml_edit v0.22.22 |
1196 | 2024-12-20T22:41:46.906Z | Compiling macaddr v1.0.1 |
1197 | 2024-12-20T22:41:47.111Z | Compiling camino-tempfile v1.1.1 |
1198 | 2024-12-20T22:41:47.865Z | Compiling dof v0.3.0 |
1199 | 2024-12-20T22:41:47.893Z | Compiling cargo_metadata v0.18.1 |
1200 | 2024-12-20T22:41:49.586Z | Compiling toml v0.8.19 |
1201 | 2024-12-20T22:41:49.648Z | Compiling usdt-macro v0.5.0 |
1202 | 2024-12-20T22:41:49.648Z | Compiling usdt-attr-macro v0.5.0 |
1203 | 2024-12-20T22:41:50.433Z | Compiling cargo_toml v0.20.5 |
1204 | 2024-12-20T22:41:51.031Z | Compiling usdt v0.5.0 |
1205 | 2024-12-20T22:41:53.942Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1206 | 2024-12-20T22:41:58.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.04s |
1207 | 2024-12-20T22:41:58.172Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1208 | 2024-12-20T22:41:58.994Z | Compiling serde v1.0.215 |
1209 | 2024-12-20T22:41:58.998Z | Compiling lock_api v0.4.12 |
1210 | 2024-12-20T22:41:58.998Z | Compiling scopeguard v1.2.0 |
1211 | 2024-12-20T22:41:58.998Z | Compiling value-bag v1.9.0 |
1212 | 2024-12-20T22:41:58.998Z | Compiling typenum v1.17.0 |
1213 | 2024-12-20T22:41:58.998Z | Compiling generic-array v0.14.7 |
1214 | 2024-12-20T22:41:59.139Z | Compiling syn v2.0.87 |
1215 | 2024-12-20T22:41:59.148Z | Compiling getrandom v0.2.15 |
1216 | 2024-12-20T22:41:59.259Z | Compiling shlex v1.3.0 |
1217 | 2024-12-20T22:41:59.436Z | Compiling rand_core v0.6.4 |
1218 | 2024-12-20T22:41:59.656Z | Compiling log v0.4.22 |
1219 | 2024-12-20T22:41:59.699Z | Compiling subtle v2.6.1 |
1220 | 2024-12-20T22:41:59.732Z | Compiling jobserver v0.1.32 |
1221 | 2024-12-20T22:41:59.933Z | Compiling smallvec v1.13.2 |
1222 | 2024-12-20T22:41:59.956Z | Compiling const-oid v0.9.6 |
1223 | 2024-12-20T22:42:00.008Z | Compiling spin v0.9.8 |
1224 | 2024-12-20T22:42:00.302Z | Compiling cc v1.1.30 |
1225 | 2024-12-20T22:42:00.381Z | Compiling pin-project-lite v0.2.14 |
1226 | 2024-12-20T22:42:00.502Z | Compiling rustix v0.38.37 |
1227 | 2024-12-20T22:42:00.533Z | Compiling parking_lot_core v0.9.10 |
1228 | 2024-12-20T22:42:00.604Z | Compiling futures-core v0.3.31 |
1229 | 2024-12-20T22:42:00.861Z | Compiling signal-hook-registry v1.4.2 |
1230 | 2024-12-20T22:42:01.401Z | Compiling parking_lot v0.12.3 |
1231 | 2024-12-20T22:42:01.541Z | Compiling mio v1.0.2 |
1232 | 2024-12-20T22:42:01.633Z | Compiling aho-corasick v1.1.3 |
1233 | 2024-12-20T22:42:01.650Z | Compiling regex-syntax v0.8.5 |
1234 | 2024-12-20T22:42:01.652Z | Compiling cpufeatures v0.2.14 |
1235 | 2024-12-20T22:42:01.731Z | Compiling lazy_static v1.5.0 |
1236 | 2024-12-20T22:42:01.844Z | Compiling futures-sink v0.3.31 |
1237 | 2024-12-20T22:42:01.953Z | Compiling glob v0.3.1 |
1238 | 2024-12-20T22:42:02.275Z | Compiling either v1.13.0 |
1239 | 2024-12-20T22:42:02.660Z | Compiling stable_deref_trait v1.2.0 |
1240 | 2024-12-20T22:42:02.676Z | Compiling socket2 v0.5.7 |
1241 | 2024-12-20T22:42:02.769Z | Compiling slab v0.4.9 |
1242 | 2024-12-20T22:42:02.842Z | Compiling clang-sys v1.8.1 |
1243 | 2024-12-20T22:42:03.043Z | Compiling prettyplease v0.2.25 |
1244 | 2024-12-20T22:42:03.486Z | Compiling minimal-lexical v0.2.1 |
1245 | 2024-12-20T22:42:03.550Z | Compiling libloading v0.8.5 |
1246 | 2024-12-20T22:42:03.807Z | Compiling serde_json v1.0.132 |
1247 | 2024-12-20T22:42:03.924Z | Compiling nom v7.1.3 |
1248 | 2024-12-20T22:42:03.932Z | Compiling home v0.5.9 |
1249 | 2024-12-20T22:42:04.091Z | Compiling bindgen v0.69.5 |
1250 | 2024-12-20T22:42:04.350Z | Compiling itertools v0.10.5 |
1251 | 2024-12-20T22:42:04.728Z | Compiling futures-channel v0.3.31 |
1252 | 2024-12-20T22:42:05.168Z | Compiling regex-automata v0.4.8 |
1253 | 2024-12-20T22:42:06.589Z | Compiling synstructure v0.13.1 |
1254 | 2024-12-20T22:42:07.464Z | Compiling cexpr v0.6.0 |
1255 | 2024-12-20T22:42:07.928Z | Compiling rustc-hash v1.1.0 |
1256 | 2024-12-20T22:42:08.078Z | Compiling pin-utils v0.1.0 |
1257 | 2024-12-20T22:42:08.172Z | Compiling futures-io v0.3.31 |
1258 | 2024-12-20T22:42:08.281Z | Compiling foldhash v0.1.3 |
1259 | 2024-12-20T22:42:08.496Z | Compiling allocator-api2 v0.2.18 |
1260 | 2024-12-20T22:42:08.558Z | Compiling futures-task v0.3.31 |
1261 | 2024-12-20T22:42:08.859Z | Compiling lazycell v1.3.0 |
1262 | 2024-12-20T22:42:08.986Z | Compiling cmake v0.1.51 |
1263 | 2024-12-20T22:42:09.000Z | Compiling libm v0.2.8 |
1264 | 2024-12-20T22:42:09.180Z | Compiling hashbrown v0.15.1 |
1265 | 2024-12-20T22:42:09.313Z | Compiling dunce v1.0.5 |
1266 | 2024-12-20T22:42:09.424Z | Compiling tinyvec_macros v0.1.1 |
1267 | 2024-12-20T22:42:09.518Z | Compiling fs_extra v1.3.0 |
1268 | 2024-12-20T22:42:09.972Z | Compiling pkg-config v0.3.31 |
1269 | 2024-12-20T22:42:10.066Z | Compiling tinyvec v1.8.0 |
1270 | 2024-12-20T22:42:10.207Z | Compiling regex v1.11.1 |
1271 | 2024-12-20T22:42:10.469Z | Compiling num-traits v0.2.19 |
1272 | 2024-12-20T22:42:11.267Z | Compiling ring v0.17.8 |
1273 | 2024-12-20T22:42:11.480Z | Compiling unicode-normalization v0.1.24 |
1274 | 2024-12-20T22:42:11.520Z | Compiling unicode-bidi v0.3.17 |
1275 | 2024-12-20T22:42:12.183Z | Compiling paste v1.0.15 |
1276 | 2024-12-20T22:42:12.315Z | Compiling base64ct v1.6.0 |
1277 | 2024-12-20T22:42:12.507Z | Compiling writeable v0.5.5 |
1278 | 2024-12-20T22:42:12.621Z | Compiling litemap v0.7.3 |
1279 | 2024-12-20T22:42:12.727Z | Compiling serde_derive v1.0.215 |
1280 | 2024-12-20T22:42:12.764Z | Compiling zeroize_derive v1.4.2 |
1281 | 2024-12-20T22:42:12.920Z | Compiling zerocopy-derive v0.7.35 |
1282 | 2024-12-20T22:42:12.993Z | Compiling tokio-macros v2.4.0 |
1283 | 2024-12-20T22:42:13.065Z | Compiling zerofrom-derive v0.1.4 |
1284 | 2024-12-20T22:42:14.319Z | Compiling zeroize v1.8.1 |
1285 | 2024-12-20T22:42:14.725Z | Compiling yoke-derive v0.7.4 |
1286 | 2024-12-20T22:42:15.126Z | Compiling zerocopy v0.7.35 |
1287 | 2024-12-20T22:42:16.008Z | Compiling crypto-common v0.1.6 |
1288 | 2024-12-20T22:42:16.186Z | Compiling block-buffer v0.10.4 |
1289 | 2024-12-20T22:42:16.237Z | Compiling thiserror-impl v1.0.69 |
1290 | 2024-12-20T22:42:16.428Z | Compiling digest v0.10.7 |
1291 | 2024-12-20T22:42:16.749Z | Compiling futures-macro v0.3.31 |
1292 | 2024-12-20T22:42:16.927Z | Compiling hmac v0.12.1 |
1293 | 2024-12-20T22:42:17.175Z | Compiling zerovec-derive v0.10.3 |
1294 | 2024-12-20T22:42:17.292Z | Compiling zerofrom v0.1.4 |
1295 | 2024-12-20T22:42:17.336Z | Compiling block-padding v0.3.3 |
1296 | 2024-12-20T22:42:17.504Z | Compiling displaydoc v0.2.5 |
1297 | 2024-12-20T22:42:17.581Z | Compiling inout v0.1.3 |
1298 | 2024-12-20T22:42:17.828Z | Compiling cipher v0.4.4 |
1299 | 2024-12-20T22:42:17.870Z | Compiling yoke v0.7.4 |
1300 | 2024-12-20T22:42:18.411Z | Compiling sha2 v0.10.8 |
1301 | 2024-12-20T22:42:18.453Z | Compiling ppv-lite86 v0.2.20 |
1302 | 2024-12-20T22:42:18.485Z | Compiling pem-rfc7468 v0.7.0 |
1303 | 2024-12-20T22:42:18.662Z | Compiling futures-util v0.3.31 |
1304 | 2024-12-20T22:42:19.180Z | Compiling icu_provider_macros v1.5.0 |
1305 | 2024-12-20T22:42:19.217Z | Compiling der_derive v0.7.3 |
1306 | 2024-12-20T22:42:19.588Z | Compiling thiserror v1.0.69 |
1307 | 2024-12-20T22:42:19.730Z | Compiling httparse v1.9.5 |
1308 | 2024-12-20T22:42:19.836Z | Compiling zerovec v0.10.4 |
1309 | 2024-12-20T22:42:20.389Z | Compiling aws-lc-rs v1.10.0 |
1310 | 2024-12-20T22:42:20.568Z | Compiling flagset v0.4.6 |
1311 | 2024-12-20T22:42:20.848Z | Compiling rand_chacha v0.3.1 |
1312 | 2024-12-20T22:42:20.865Z | Compiling tracing-attributes v0.1.27 |
1313 | 2024-12-20T22:42:21.774Z | Compiling tinystr v0.7.6 |
1314 | 2024-12-20T22:42:21.810Z | Compiling der v0.7.9 |
1315 | 2024-12-20T22:42:22.089Z | Compiling tracing-core v0.1.32 |
1316 | 2024-12-20T22:42:22.229Z | Compiling icu_locid v1.5.0 |
1317 | 2024-12-20T22:42:22.508Z | Compiling percent-encoding v2.3.1 |
1318 | 2024-12-20T22:42:22.899Z | Compiling rustls-pki-types v1.10.0 |
1319 | 2024-12-20T22:42:23.249Z | Compiling crossbeam-utils v0.8.20 |
1320 | 2024-12-20T22:42:23.499Z | Compiling icu_provider v1.5.0 |
1321 | 2024-12-20T22:42:23.869Z | Compiling icu_locid_transform_data v1.5.0 |
1322 | 2024-12-20T22:42:23.996Z | Compiling spki v0.7.3 |
1323 | 2024-12-20T22:42:24.059Z | Compiling pest v2.7.14 |
1324 | 2024-12-20T22:42:24.390Z | Compiling icu_locid_transform v1.5.0 |
1325 | 2024-12-20T22:42:24.607Z | Compiling icu_collections v1.5.0 |
1326 | 2024-12-20T22:42:24.658Z | Compiling tracing v0.1.40 |
1327 | 2024-12-20T22:42:24.673Z | Compiling rand v0.8.5 |
1328 | 2024-12-20T22:42:25.183Z | Compiling salsa20 v0.10.2 |
1329 | 2024-12-20T22:42:25.216Z | Compiling pbkdf2 v0.12.2 |
1330 | 2024-12-20T22:42:25.383Z | Compiling vcpkg v0.2.15 |
1331 | 2024-12-20T22:42:25.414Z | Compiling icu_properties_data v1.5.0 |
1332 | 2024-12-20T22:42:25.669Z | Compiling time-core v0.1.2 |
1333 | 2024-12-20T22:42:25.755Z | Compiling powerfmt v0.2.0 |
1334 | 2024-12-20T22:42:25.845Z | Compiling untrusted v0.9.0 |
1335 | 2024-12-20T22:42:26.027Z | Compiling untrusted v0.7.1 |
1336 | 2024-12-20T22:42:26.103Z | Compiling mirai-annotations v1.12.0 |
1337 | 2024-12-20T22:42:26.165Z | Compiling num-conv v0.1.0 |
1338 | 2024-12-20T22:42:26.211Z | Compiling deranged v0.3.11 |
1339 | 2024-12-20T22:42:26.452Z | Compiling time-macros v0.2.18 |
1340 | 2024-12-20T22:42:26.893Z | Compiling bitflags v2.6.0 |
1341 | 2024-12-20T22:42:27.167Z | Compiling bytes v1.8.0 |
1342 | 2024-12-20T22:42:27.340Z | Compiling indexmap v2.6.0 |
1343 | 2024-12-20T22:42:27.545Z | Compiling semver v1.0.23 |
1344 | 2024-12-20T22:42:28.131Z | Compiling tokio v1.40.0 |
1345 | 2024-12-20T22:42:28.303Z | Compiling http v1.1.0 |
1346 | 2024-12-20T22:42:28.440Z | Compiling rustc_version v0.4.1 |
1347 | 2024-12-20T22:42:28.826Z | Compiling openssl-sys v0.9.103 |
1348 | 2024-12-20T22:42:29.219Z | Compiling pest_meta v2.7.14 |
1349 | 2024-12-20T22:42:29.811Z | Compiling icu_properties v1.5.1 |
1350 | 2024-12-20T22:42:29.932Z | Compiling scrypt v0.11.0 |
1351 | 2024-12-20T22:42:30.527Z | Compiling cbc v0.1.2 |
1352 | 2024-12-20T22:42:30.578Z | Compiling aes v0.8.4 |
1353 | 2024-12-20T22:42:30.763Z | Compiling scroll_derive v0.12.0 |
1354 | 2024-12-20T22:42:30.865Z | Compiling utf16_iter v1.0.5 |
1355 | 2024-12-20T22:42:31.071Z | Compiling num_threads v0.1.7 |
1356 | 2024-12-20T22:42:31.203Z | Compiling which v4.4.2 |
1357 | 2024-12-20T22:42:31.433Z | Compiling icu_normalizer_data v1.5.0 |
1358 | 2024-12-20T22:42:31.843Z | Compiling atomic-waker v1.1.2 |
1359 | 2024-12-20T22:42:32.032Z | Compiling write16 v1.0.0 |
1360 | 2024-12-20T22:42:32.167Z | Compiling utf8_iter v1.0.4 |
1361 | 2024-12-20T22:42:32.274Z | Compiling scroll v0.12.0 |
1362 | 2024-12-20T22:42:32.427Z | Compiling pkcs5 v0.7.1 |
1363 | 2024-12-20T22:42:32.539Z | Compiling time v0.3.36 |
1364 | 2024-12-20T22:42:32.846Z | Compiling pest_generator v2.7.14 |
1365 | 2024-12-20T22:42:33.491Z | Compiling icu_normalizer v1.5.0 |
1366 | 2024-12-20T22:42:33.753Z | Compiling http-body v1.0.1 |
1367 | 2024-12-20T22:42:33.995Z | Compiling form_urlencoded v1.2.1 |
1368 | 2024-12-20T22:42:34.334Z | Compiling try-lock v0.2.5 |
1369 | 2024-12-20T22:42:34.474Z | Compiling slog v2.7.0 |
1370 | 2024-12-20T22:42:34.479Z | Compiling want v0.3.1 |
1371 | 2024-12-20T22:42:34.766Z | Compiling idna_adapter v1.2.0 |
1372 | 2024-12-20T22:42:34.787Z | Compiling goblin v0.8.2 |
1373 | 2024-12-20T22:42:34.889Z | Compiling pest_derive v2.7.14 |
1374 | 2024-12-20T22:42:35.006Z | Compiling pkcs8 v0.10.2 |
1375 | 2024-12-20T22:42:35.105Z | Compiling httpdate v1.0.3 |
1376 | 2024-12-20T22:42:35.584Z | Compiling idna v1.0.3 |
1377 | 2024-12-20T22:42:35.706Z | Compiling dtrace-parser v0.2.0 |
1378 | 2024-12-20T22:42:35.736Z | Compiling serde_spanned v0.6.8 |
1379 | 2024-12-20T22:42:35.964Z | Compiling toml_datetime v0.6.8 |
1380 | 2024-12-20T22:42:36.308Z | Compiling serde_tokenstream v0.2.2 |
1381 | 2024-12-20T22:42:36.497Z | Compiling uuid v1.11.0 |
1382 | 2024-12-20T22:42:36.933Z | Compiling tokio-util v0.7.12 |
1383 | 2024-12-20T22:42:37.434Z | Compiling foreign-types-shared v0.1.1 |
1384 | 2024-12-20T22:42:37.550Z | Compiling base64 v0.22.1 |
1385 | 2024-12-20T22:42:37.903Z | Compiling adler2 v2.0.0 |
1386 | 2024-12-20T22:42:37.906Z | Compiling match_cfg v0.1.0 |
1387 | 2024-12-20T22:42:37.935Z | Compiling iana-time-zone v0.1.61 |
1388 | 2024-12-20T22:42:38.016Z | Compiling h2 v0.4.6 |
1389 | 2024-12-20T22:42:38.097Z | Compiling openssl v0.10.66 |
1390 | 2024-12-20T22:42:38.323Z | Compiling rustversion v1.0.17 |
1391 | 2024-12-20T22:42:38.385Z | Compiling tower-service v0.3.3 |
1392 | 2024-12-20T22:42:38.404Z | Compiling chrono v0.4.38 |
1393 | 2024-12-20T22:42:38.528Z | Compiling miniz_oxide v0.8.0 |
1394 | 2024-12-20T22:42:38.550Z | Compiling hostname v0.3.1 |
1395 | 2024-12-20T22:42:38.806Z | Compiling foreign-types v0.3.2 |
1396 | 2024-12-20T22:42:38.907Z | Compiling url v2.5.3 |
1397 | 2024-12-20T22:42:40.118Z | Compiling async-trait v0.1.83 |
1398 | 2024-12-20T22:42:40.486Z | Compiling openssl-macros v0.1.1 |
1399 | 2024-12-20T22:42:40.958Z | Compiling dof v0.3.0 |
1400 | 2024-12-20T22:42:41.255Z | Compiling dirs-sys-next v0.1.2 |
1401 | 2024-12-20T22:42:41.926Z | Compiling usdt-impl v0.5.0 |
1402 | 2024-12-20T22:42:42.220Z | Compiling syn v1.0.109 |
1403 | 2024-12-20T22:42:42.860Z | Compiling data-encoding v2.6.0 |
1404 | 2024-12-20T22:42:42.981Z | Compiling native-tls v0.2.12 |
1405 | 2024-12-20T22:42:43.165Z | Compiling rustls v0.22.4 |
1406 | 2024-12-20T22:42:43.309Z | Compiling siphasher v0.3.11 |
1407 | 2024-12-20T22:42:43.427Z | Compiling rustls v0.23.19 |
1408 | 2024-12-20T22:42:43.612Z | Compiling dirs-next v2.0.0 |
1409 | 2024-12-20T22:42:43.799Z | Compiling http-body-util v0.1.2 |
1410 | 2024-12-20T22:42:43.884Z | Compiling crossbeam-epoch v0.9.18 |
1411 | 2024-12-20T22:42:44.356Z | Compiling heapless v0.7.17 |
1412 | 2024-12-20T22:42:44.678Z | Compiling signature v2.2.0 |
1413 | 2024-12-20T22:42:44.766Z | Compiling sha1 v0.10.6 |
1414 | 2024-12-20T22:42:45.004Z | Compiling hyper v1.5.0 |
1415 | 2024-12-20T22:42:45.110Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1416 | 2024-12-20T22:42:45.228Z | Compiling serde_derive_internals v0.29.1 |
1417 | 2024-12-20T22:42:45.251Z | Compiling thread_local v1.1.8 |
1418 | 2024-12-20T22:42:45.286Z | Compiling multer v3.1.0 |
1419 | 2024-12-20T22:42:45.579Z | Compiling encoding_rs v0.8.34 |
1420 | 2024-12-20T22:42:45.598Z | Compiling cookie v0.18.1 |
1421 | 2024-12-20T22:42:45.817Z | Compiling mime v0.3.17 |
1422 | 2024-12-20T22:42:45.872Z | Compiling openssl-probe v0.1.5 |
1423 | 2024-12-20T22:42:46.231Z | Compiling signal-hook v0.3.17 |
1424 | 2024-12-20T22:42:46.408Z | Compiling schemars v0.8.21 |
1425 | 2024-12-20T22:42:46.476Z | Compiling ipnet v2.10.1 |
1426 | 2024-12-20T22:42:46.753Z | Compiling rayon-core v1.12.1 |
1427 | 2024-12-20T22:42:47.014Z | Compiling unicode-properties v0.1.3 |
1428 | 2024-12-20T22:42:47.421Z | Compiling hyper-util v0.1.10 |
1429 | 2024-12-20T22:42:47.740Z | Compiling slog-async v2.8.0 |
1430 | 2024-12-20T22:42:48.001Z | Compiling gimli v0.31.1 |
1431 | 2024-12-20T22:42:48.249Z | Compiling toml_edit v0.22.22 |
1432 | 2024-12-20T22:42:48.801Z | Compiling schemars_derive v0.8.21 |
1433 | 2024-12-20T22:42:49.217Z | Compiling stringprep v0.1.5 |
1434 | 2024-12-20T22:42:50.780Z | Compiling usdt-attr-macro v0.5.0 |
1435 | 2024-12-20T22:42:50.807Z | Compiling usdt-macro v0.5.0 |
1436 | 2024-12-20T22:42:52.151Z | Compiling crossbeam-deque v0.8.5 |
1437 | 2024-12-20T22:42:52.221Z | Compiling term v0.7.0 |
1438 | 2024-12-20T22:42:52.383Z | Compiling slog-json v2.6.1 |
1439 | 2024-12-20T22:42:52.485Z | Compiling addr2line v0.24.2 |
1440 | 2024-12-20T22:42:52.530Z | Compiling serde_urlencoded v0.7.1 |
1441 | 2024-12-20T22:42:52.760Z | Compiling crossbeam-channel v0.5.13 |
1442 | 2024-12-20T22:42:53.042Z | Compiling curve25519-dalek v4.1.3 |
1443 | 2024-12-20T22:42:53.194Z | Compiling enum-as-inner v0.6.1 |
1444 | 2024-12-20T22:42:53.247Z | Compiling futures-executor v0.3.31 |
1445 | 2024-12-20T22:42:53.648Z | Compiling rustls-pemfile v2.2.0 |
1446 | 2024-12-20T22:42:53.755Z | Compiling num-integer v0.1.46 |
1447 | 2024-12-20T22:42:53.826Z | Compiling md-5 v0.10.6 |
1448 | 2024-12-20T22:42:53.899Z | Compiling async-stream-impl v0.3.6 |
1449 | 2024-12-20T22:42:53.970Z | Compiling idna v0.4.0 |
1450 | 2024-12-20T22:42:54.098Z | Compiling idna v0.3.0 |
1451 | 2024-12-20T22:42:54.248Z | Compiling hash32 v0.2.1 |
1452 | 2024-12-20T22:42:54.598Z | Compiling ff v0.13.0 |
1453 | 2024-12-20T22:42:54.641Z | Compiling is-terminal v0.4.13 |
1454 | 2024-12-20T22:42:54.772Z | Compiling object v0.36.5 |
1455 | 2024-12-20T22:42:54.828Z | Compiling dropshot v0.12.0 |
1456 | 2024-12-20T22:42:55.122Z | Compiling num-bigint-dig v0.8.4 |
1457 | 2024-12-20T22:42:55.342Z | Compiling linked-hash-map v0.5.6 |
1458 | 2024-12-20T22:42:55.412Z | Compiling rustc-demangle v0.1.24 |
1459 | 2024-12-20T22:42:55.599Z | Compiling quick-error v1.2.3 |
1460 | 2024-12-20T22:42:55.726Z | Compiling smoltcp v0.9.1 |
1461 | 2024-12-20T22:42:55.748Z | Compiling fallible-iterator v0.2.0 |
1462 | 2024-12-20T22:42:55.803Z | Compiling dyn-clone v1.0.17 |
1463 | 2024-12-20T22:42:56.024Z | Compiling base16ct v0.2.0 |
1464 | 2024-12-20T22:42:56.365Z | Compiling take_mut v0.2.2 |
1465 | 2024-12-20T22:42:56.410Z | Compiling anyhow v1.0.93 |
1466 | 2024-12-20T22:42:56.439Z | Compiling portable-atomic v1.9.0 |
1467 | 2024-12-20T22:42:56.476Z | Compiling psl-types v2.0.11 |
1468 | 2024-12-20T22:42:56.524Z | Compiling utf-8 v0.7.6 |
1469 | 2024-12-20T22:42:56.675Z | Compiling publicsuffix v2.2.3 |
1470 | 2024-12-20T22:42:56.840Z | Compiling tungstenite v0.24.0 |
1471 | 2024-12-20T22:42:56.963Z | Compiling postgres-protocol v0.6.7 |
1472 | 2024-12-20T22:42:57.412Z | Compiling sec1 v0.7.3 |
1473 | 2024-12-20T22:42:57.867Z | Compiling resolv-conf v0.7.0 |
1474 | 2024-12-20T22:42:57.988Z | Compiling lru-cache v0.1.2 |
1475 | 2024-12-20T22:42:58.215Z | Compiling async-stream v0.3.6 |
1476 | 2024-12-20T22:42:58.397Z | Compiling group v0.13.0 |
1477 | 2024-12-20T22:42:58.508Z | Compiling hickory-proto v0.24.1 |
1478 | 2024-12-20T22:42:58.690Z | Compiling usdt v0.5.0 |
1479 | 2024-12-20T22:42:58.710Z | Compiling slog-term v2.9.1 |
1480 | 2024-12-20T22:42:59.210Z | Compiling num-iter v0.1.45 |
1481 | 2024-12-20T22:42:59.499Z | Compiling futures v0.3.31 |
1482 | 2024-12-20T22:42:59.615Z | Compiling slog-bunyan v2.5.0 |
1483 | 2024-12-20T22:43:00.137Z | Compiling toml v0.8.19 |
1484 | 2024-12-20T22:43:01.557Z | Compiling camino v1.1.9 |
1485 | 2024-12-20T22:43:01.913Z | Compiling tokio-native-tls v0.3.1 |
1486 | 2024-12-20T22:43:02.200Z | Compiling backtrace v0.3.74 |
1487 | 2024-12-20T22:43:02.536Z | Compiling phf_shared v0.11.2 |
1488 | 2024-12-20T22:43:02.580Z | Compiling dropshot_endpoint v0.12.0 |
1489 | 2024-12-20T22:43:02.663Z | Compiling waitgroup v0.1.2 |
1490 | 2024-12-20T22:43:02.892Z | Compiling terminal_size v0.4.0 |
1491 | 2024-12-20T22:43:02.932Z | Compiling openapiv3 v2.0.0 |
1492 | 2024-12-20T22:43:02.976Z | Compiling serde_path_to_error v0.1.16 |
1493 | 2024-12-20T22:43:03.099Z | Compiling webpki-roots v0.26.6 |
1494 | 2024-12-20T22:43:03.310Z | Compiling hkdf v0.12.4 |
1495 | 2024-12-20T22:43:03.576Z | Compiling crypto-bigint v0.5.5 |
1496 | 2024-12-20T22:43:03.837Z | Compiling zerocopy-derive v0.6.6 |
1497 | 2024-12-20T22:43:05.919Z | Compiling curve25519-dalek-derive v0.1.1 |
1498 | 2024-12-20T22:43:06.176Z | Compiling idna v0.5.0 |
1499 | 2024-12-20T22:43:06.811Z | Compiling hubpack_derive v0.1.1 |
1500 | 2024-12-20T22:43:07.415Z | Compiling hostname v0.4.0 |
1501 | 2024-12-20T22:43:07.432Z | Compiling crc32fast v1.4.2 |
1502 | 2024-12-20T22:43:07.499Z | Compiling ahash v0.8.11 |
1503 | 2024-12-20T22:43:07.671Z | Compiling fs-err v2.11.0 |
1504 | 2024-12-20T22:43:07.710Z | Compiling debug-ignore v1.0.5 |
1505 | 2024-12-20T22:43:07.774Z | Compiling bitflags v1.3.2 |
1506 | 2024-12-20T22:43:07.805Z | Compiling managed v0.8.0 |
1507 | 2024-12-20T22:43:07.823Z | Compiling winnow v0.5.40 |
1508 | 2024-12-20T22:43:07.860Z | Compiling console v0.15.8 |
1509 | 2024-12-20T22:43:07.947Z | Compiling strum_macros v0.25.3 |
1510 | 2024-12-20T22:43:08.106Z | Compiling clap_builder v4.5.21 |
1511 | 2024-12-20T22:43:09.159Z | Compiling hubpack v0.1.2 |
1512 | 2024-12-20T22:43:09.487Z | Compiling flate2 v1.0.34 |
1513 | 2024-12-20T22:43:09.756Z | Compiling cookie_store v0.21.0 |
1514 | 2024-12-20T22:43:10.479Z | Compiling elliptic-curve v0.13.8 |
1515 | 2024-12-20T22:43:10.551Z | Compiling zerocopy v0.6.6 |
1516 | 2024-12-20T22:43:11.318Z | Compiling toml_edit v0.19.15 |
1517 | 2024-12-20T22:43:11.411Z | Compiling hickory-resolver v0.24.1 |
1518 | 2024-12-20T22:43:11.669Z | Compiling phf v0.11.2 |
1519 | 2024-12-20T22:43:11.968Z | Compiling hyper-tls v0.6.0 |
1520 | 2024-12-20T22:43:12.227Z | Compiling signal-hook-mio v0.2.4 |
1521 | 2024-12-20T22:43:12.317Z | Compiling rayon v1.10.0 |
1522 | 2024-12-20T22:43:12.393Z | Compiling bzip2 v0.4.4 |
1523 | 2024-12-20T22:43:12.799Z | Compiling tokio-tungstenite v0.24.0 |
1524 | 2024-12-20T22:43:13.360Z | Compiling postgres-types v0.2.8 |
1525 | 2024-12-20T22:43:16.280Z | Compiling ed25519 v2.2.3 |
1526 | 2024-12-20T22:43:17.299Z | Compiling phf_shared v0.10.0 |
1527 | 2024-12-20T22:43:17.714Z | Compiling tokio-stream v0.1.16 |
1528 | 2024-12-20T22:43:17.737Z | Compiling pkcs1 v0.7.5 |
1529 | 2024-12-20T22:43:17.944Z | Compiling serde-big-array v0.5.1 |
1530 | 2024-12-20T22:43:18.133Z | Compiling clap_derive v4.5.18 |
1531 | 2024-12-20T22:43:18.184Z | Compiling float-cmp v0.9.0 |
1532 | 2024-12-20T22:43:18.298Z | Compiling rfc6979 v0.4.0 |
1533 | 2024-12-20T22:43:18.407Z | Compiling derive-where v1.2.7 |
1534 | 2024-12-20T22:43:18.484Z | Compiling serde_repr v0.1.19 |
1535 | 2024-12-20T22:43:18.757Z | Compiling bstr v1.10.0 |
1536 | 2024-12-20T22:43:18.790Z | Compiling sync_wrapper v1.0.1 |
1537 | 2024-12-20T22:43:18.950Z | Compiling number_prefix v0.4.0 |
1538 | 2024-12-20T22:43:19.189Z | Compiling bit-vec v0.6.3 |
1539 | 2024-12-20T22:43:19.301Z | Compiling new_debug_unreachable v1.0.6 |
1540 | 2024-12-20T22:43:19.403Z | Compiling whoami v1.5.2 |
1541 | 2024-12-20T22:43:19.649Z | Compiling static_assertions v1.1.0 |
1542 | 2024-12-20T22:43:19.667Z | Compiling normalize-line-endings v0.3.0 |
1543 | 2024-12-20T22:43:19.755Z | Compiling predicates-core v1.0.8 |
1544 | 2024-12-20T22:43:19.789Z | Compiling unicode-segmentation v1.12.0 |
1545 | 2024-12-20T22:43:20.061Z | Compiling precomputed-hash v0.1.1 |
1546 | 2024-12-20T22:43:20.153Z | Compiling unicode-width v0.2.0 |
1547 | 2024-12-20T22:43:20.179Z | Compiling fixedbitset v0.4.2 |
1548 | 2024-12-20T22:43:20.635Z | Compiling difflib v0.4.0 |
1549 | 2024-12-20T22:43:20.655Z | Compiling indicatif v0.17.9 |
1550 | 2024-12-20T22:43:20.682Z | Compiling similar v2.6.0 |
1551 | 2024-12-20T22:43:20.700Z | Compiling petgraph v0.6.5 |
1552 | 2024-12-20T22:43:21.965Z | Compiling predicates v3.1.2 |
1553 | 2024-12-20T22:43:22.335Z | Compiling string_cache v0.8.7 |
1554 | 2024-12-20T22:43:22.814Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1555 | 2024-12-20T22:43:22.924Z | Compiling tokio-postgres v0.7.12 |
1556 | 2024-12-20T22:43:23.160Z | Compiling bit-set v0.5.3 |
1557 | 2024-12-20T22:43:23.268Z | Compiling clap v4.5.21 |
1558 | 2024-12-20T22:43:23.395Z | Compiling ecdsa v0.16.9 |
1559 | 2024-12-20T22:43:23.442Z | Compiling rsa v0.9.6 |
1560 | 2024-12-20T22:43:23.748Z | Compiling ed25519-dalek v2.1.1 |
1561 | 2024-12-20T22:43:24.251Z | Compiling toml v0.7.8 |
1562 | 2024-12-20T22:43:24.866Z | Compiling zip v0.6.6 |
1563 | 2024-12-20T22:43:25.130Z | Compiling crossterm v0.28.1 |
1564 | 2024-12-20T22:43:26.978Z | Compiling hex v0.4.3 |
1565 | 2024-12-20T22:43:26.999Z | Compiling x509-cert v0.2.5 |
1566 | 2024-12-20T22:43:27.049Z | Compiling unicode-xid v0.2.6 |
1567 | 2024-12-20T22:43:27.233Z | Compiling peg-runtime v0.8.3 |
1568 | 2024-12-20T22:43:27.597Z | Compiling lalrpop-util v0.19.12 |
1569 | 2024-12-20T22:43:27.941Z | Compiling strum_macros v0.26.4 |
1570 | 2024-12-20T22:43:27.959Z | Compiling xattr v1.3.1 |
1571 | 2024-12-20T22:43:28.230Z | Compiling filetime v0.2.25 |
1572 | 2024-12-20T22:43:28.574Z | Compiling tar v0.4.42 |
1573 | 2024-12-20T22:43:32.896Z | Compiling strum v0.26.3 |
1574 | 2024-12-20T22:43:35.950Z | Compiling aws-lc-sys v0.22.0 |
1575 | 2024-12-20T22:44:03.895Z | Compiling rustls-webpki v0.102.8 |
1576 | 2024-12-20T22:44:07.275Z | Compiling tokio-rustls v0.25.0 |
1577 | 2024-12-20T22:44:08.990Z | Compiling tokio-rustls v0.26.0 |
1578 | 2024-12-20T22:44:09.405Z | Compiling hyper-rustls v0.27.3 |
1579 | 2024-12-20T22:44:09.744Z | Compiling reqwest v0.12.9 |
1580 | 2024-12-20T22:44:10.801Z | Compiling qorb v0.2.1 |
1581 | 2024-12-20T22:44:15.842Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1582 | 2024-12-20T22:44:16.066Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1583 | 2024-12-20T22:44:21.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
1584 | 2024-12-20T22:44:22.025Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1585 | 2024-12-20T22:44:22.068Z | Dec 20 22:44:21.240 INFO Starting download, target: Clickhouse |
1586 | 2024-12-20T22:44:22.071Z | Dec 20 22:44:21.240 INFO Starting download, target: DendriteOpenapi |
1587 | 2024-12-20T22:44:22.071Z | Dec 20 22:44:21.240 INFO Starting download, target: Cockroach |
1588 | 2024-12-20T22:44:22.071Z | Dec 20 22:44:21.240 INFO Starting download, target: Console |
1589 | 2024-12-20T22:44:22.071Z | Dec 20 22:44:21.240 INFO Starting download, target: DendriteStub |
1590 | 2024-12-20T22:44:22.071Z | Dec 20 22:44:21.240 INFO Starting download, target: MaghemiteMgd |
1591 | 2024-12-20T22:44:22.071Z | Dec 20 22:44:21.240 INFO Starting download, target: TransceiverControl |
1592 | 2024-12-20T22:44:22.072Z | Dec 20 22:44:21.241 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1593 | 2024-12-20T22:44:22.072Z | Dec 20 22:44:21.241 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1594 | 2024-12-20T22:44:22.072Z | Dec 20 22:44:21.241 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1595 | 2024-12-20T22:44:22.072Z | Dec 20 22:44:21.241 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1596 | 2024-12-20T22:44:22.072Z | Dec 20 22:44:21.241 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1597 | 2024-12-20T22:44:22.072Z | Dec 20 22:44:21.241 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1598 | 2024-12-20T22:44:22.072Z | Dec 20 22:44:21.241 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1599 | 2024-12-20T22:44:22.261Z | Dec 20 22:44:21.429 INFO Download complete, target: DendriteOpenapi |
1600 | 2024-12-20T22:44:22.593Z | Dec 20 22:44:21.763 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1601 | 2024-12-20T22:44:22.864Z | Dec 20 22:44:22.020 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1602 | 2024-12-20T22:44:22.904Z | Dec 20 22:44:22.074 INFO Download complete, target: Console |
1603 | 2024-12-20T22:44:23.452Z | Dec 20 22:44:22.623 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1604 | 2024-12-20T22:44:23.519Z | Dec 20 22:44:22.679 INFO Download complete, target: TransceiverControl |
1605 | 2024-12-20T22:44:23.694Z | Dec 20 22:44:22.865 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1606 | 2024-12-20T22:44:23.953Z | Dec 20 22:44:23.124 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1607 | 2024-12-20T22:44:23.953Z | Dec 20 22:44:23.124 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1608 | 2024-12-20T22:44:24.187Z | Dec 20 22:44:23.359 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1609 | 2024-12-20T22:44:26.513Z | Dec 20 22:44:25.684 INFO Download complete, target: MaghemiteMgd |
1610 | 2024-12-20T22:44:26.574Z | Dec 20 22:44:25.745 INFO Download complete, target: DendriteStub |
1611 | 2024-12-20T22:44:31.552Z | Dec 20 22:44:30.722 INFO Checking that binary works, target: Cockroach |
1612 | 2024-12-20T22:44:31.711Z | Dec 20 22:44:30.881 INFO Download complete, target: Cockroach |
1613 | 2024-12-20T22:44:37.106Z | Dec 20 22:44:36.276 INFO Checking that binary works, target: Clickhouse |
1614 | 2024-12-20T22:44:37.223Z | Dec 20 22:44:36.392 INFO Download complete, target: Clickhouse |
1615 | 2024-12-20T22:44:37.231Z | All prerequisites installed successfully |
1616 | 2024-12-20T22:44:37.234Z | |
1617 | 2024-12-20T22:44:37.234Z | real 4:32.538249342 |
1618 | 2024-12-20T22:44:37.234Z | user 16:25.443431913 |
1619 | 2024-12-20T22:44:37.234Z | sys 3:09.268310541 |
1620 | 2024-12-20T22:44:37.234Z | trap 0.500127514 |
1621 | 2024-12-20T22:44:37.234Z | tflt 1.850107055 |
1622 | 2024-12-20T22:44:37.234Z | dflt 2.351318199 |
1623 | 2024-12-20T22:44:37.234Z | kflt 0.024658592 |
1624 | 2024-12-20T22:44:37.234Z | lock 32:17.786332265 |
1625 | 2024-12-20T22:44:37.234Z | slp 1:01:17.426734574 |
1626 | 2024-12-20T22:44:37.234Z | lat 48.717427205 |
1627 | 2024-12-20T22:44:37.234Z | stop 1:59.037779191 |
1628 | 2024-12-20T22:44:37.234Z | + source ./tools/include/force-git-over-https.sh |
1629 | 2024-12-20T22:44:37.234Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1630 | 2024-12-20T22:44:37.234Z | ++ (( i = 0 )) |
1631 | 2024-12-20T22:44:37.234Z | ++ (( i < 5 )) |
1632 | 2024-12-20T22:44:37.234Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1633 | 2024-12-20T22:44:37.237Z | ++ (( i++ )) |
1634 | 2024-12-20T22:44:37.237Z | ++ (( i < 5 )) |
1635 | 2024-12-20T22:44:37.237Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1636 | 2024-12-20T22:44:37.240Z | ++ (( i++ )) |
1637 | 2024-12-20T22:44:37.240Z | ++ (( i < 5 )) |
1638 | 2024-12-20T22:44:37.240Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1639 | 2024-12-20T22:44:37.244Z | ++ (( i++ )) |
1640 | 2024-12-20T22:44:37.244Z | ++ (( i < 5 )) |
1641 | 2024-12-20T22:44:37.244Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1642 | 2024-12-20T22:44:37.248Z | ++ (( i++ )) |
1643 | 2024-12-20T22:44:37.248Z | ++ (( i < 5 )) |
1644 | 2024-12-20T22:44:37.248Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1645 | 2024-12-20T22:44:37.251Z | ++ (( i++ )) |
1646 | 2024-12-20T22:44:37.251Z | ++ (( i < 5 )) |
1647 | 2024-12-20T22:44:37.251Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1648 | 2024-12-20T22:44:37.251Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1649 | 2024-12-20T22:44:37.251Z | + rc=0 |
1650 | 2024-12-20T22:44:37.251Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1651 | 2024-12-20T22:45:07.980Z | + case $rc in |
1652 | 2024-12-20T22:45:07.980Z | + pfexec zfs create -p rpool/images/build/host |
1653 | 2024-12-20T22:45:08.268Z | + pfexec zfs create -p rpool/images/build/recovery |
1654 | 2024-12-20T22:45:08.350Z | + cargo xtask releng --output-dir /work |
1655 | 2024-12-20T22:45:08.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1656 | 2024-12-20T22:45:08.880Z | Running `target/debug/xtask releng --output-dir /work` |
1657 | 2024-12-20T22:45:09.779Z | Compiling proc-macro2 v1.0.89 |
1658 | 2024-12-20T22:45:09.779Z | Compiling unicode-ident v1.0.13 |
1659 | 2024-12-20T22:45:09.780Z | Compiling libc v0.2.162 |
1660 | 2024-12-20T22:45:09.782Z | Compiling serde v1.0.215 |
1661 | 2024-12-20T22:45:09.782Z | Compiling autocfg v1.4.0 |
1662 | 2024-12-20T22:45:09.782Z | Compiling version_check v0.9.5 |
1663 | 2024-12-20T22:45:09.782Z | Compiling cfg-if v1.0.0 |
1664 | 2024-12-20T22:45:10.082Z | Compiling memchr v2.7.4 |
1665 | 2024-12-20T22:45:10.157Z | Compiling typenum v1.17.0 |
1666 | 2024-12-20T22:45:10.214Z | Compiling shlex v1.3.0 |
1667 | 2024-12-20T22:45:10.649Z | Compiling generic-array v0.14.7 |
1668 | 2024-12-20T22:45:10.739Z | Compiling value-bag v1.9.0 |
1669 | 2024-12-20T22:45:10.786Z | Compiling lock_api v0.4.12 |
1670 | 2024-12-20T22:45:10.966Z | Compiling scopeguard v1.2.0 |
1671 | 2024-12-20T22:45:11.108Z | Compiling parking_lot_core v0.9.10 |
1672 | 2024-12-20T22:45:11.311Z | Compiling log v0.4.22 |
1673 | 2024-12-20T22:45:11.521Z | Compiling rustix v0.38.37 |
1674 | 2024-12-20T22:45:11.541Z | Compiling serde_json v1.0.132 |
1675 | 2024-12-20T22:45:11.836Z | Compiling quote v1.0.37 |
1676 | 2024-12-20T22:45:11.861Z | Compiling jobserver v0.1.32 |
1677 | 2024-12-20T22:45:12.098Z | Compiling getrandom v0.2.15 |
1678 | 2024-12-20T22:45:12.178Z | Compiling libm v0.2.8 |
1679 | 2024-12-20T22:45:12.323Z | Compiling syn v2.0.87 |
1680 | 2024-12-20T22:45:12.457Z | Compiling cc v1.1.30 |
1681 | 2024-12-20T22:45:12.478Z | Compiling num-traits v0.2.19 |
1682 | 2024-12-20T22:45:12.481Z | Compiling once_cell v1.20.2 |
1683 | 2024-12-20T22:45:12.520Z | Compiling thiserror v1.0.69 |
1684 | 2024-12-20T22:45:12.539Z | Compiling spin v0.9.8 |
1685 | 2024-12-20T22:45:12.659Z | Compiling itoa v1.0.11 |
1686 | 2024-12-20T22:45:12.766Z | Compiling aho-corasick v1.1.3 |
1687 | 2024-12-20T22:45:12.886Z | Compiling regex-syntax v0.8.5 |
1688 | 2024-12-20T22:45:12.937Z | Compiling slab v0.4.9 |
1689 | 2024-12-20T22:45:13.226Z | Compiling errno v0.3.9 |
1690 | 2024-12-20T22:45:13.594Z | Compiling byteorder v1.5.0 |
1691 | 2024-12-20T22:45:13.886Z | Compiling lazy_static v1.5.0 |
1692 | 2024-12-20T22:45:14.084Z | Compiling rand_core v0.6.4 |
1693 | 2024-12-20T22:45:14.409Z | Compiling glob v0.3.1 |
1694 | 2024-12-20T22:45:14.559Z | Compiling either v1.13.0 |
1695 | 2024-12-20T22:45:14.660Z | Compiling subtle v2.6.1 |
1696 | 2024-12-20T22:45:15.025Z | Compiling prettyplease v0.2.25 |
1697 | 2024-12-20T22:45:15.162Z | Compiling minimal-lexical v0.2.1 |
1698 | 2024-12-20T22:45:15.287Z | Compiling clang-sys v1.8.1 |
1699 | 2024-12-20T22:45:15.545Z | Compiling libloading v0.8.5 |
1700 | 2024-12-20T22:45:15.685Z | Compiling nom v7.1.3 |
1701 | 2024-12-20T22:45:16.049Z | Compiling bindgen v0.69.5 |
1702 | 2024-12-20T22:45:16.163Z | Compiling home v0.5.9 |
1703 | 2024-12-20T22:45:16.517Z | Compiling itertools v0.10.5 |
1704 | 2024-12-20T22:45:16.766Z | Compiling regex-automata v0.4.8 |
1705 | 2024-12-20T22:45:16.797Z | Compiling lazycell v1.3.0 |
1706 | 2024-12-20T22:45:17.591Z | Compiling rustc-hash v1.1.0 |
1707 | 2024-12-20T22:45:17.798Z | Compiling cmake v0.1.51 |
1708 | 2024-12-20T22:45:18.879Z | Compiling fs_extra v1.3.0 |
1709 | 2024-12-20T22:45:19.414Z | Compiling cexpr v0.6.0 |
1710 | 2024-12-20T22:45:19.438Z | Compiling dunce v1.0.5 |
1711 | 2024-12-20T22:45:19.479Z | Compiling semver v1.0.23 |
1712 | 2024-12-20T22:45:19.556Z | Compiling pkg-config v0.3.31 |
1713 | 2024-12-20T22:45:19.559Z | Compiling smallvec v1.13.2 |
1714 | 2024-12-20T22:45:19.613Z | Compiling ring v0.17.8 |
1715 | 2024-12-20T22:45:20.105Z | Compiling ryu v1.0.18 |
1716 | 2024-12-20T22:45:20.389Z | Compiling synstructure v0.13.1 |
1717 | 2024-12-20T22:45:20.841Z | Compiling paste v1.0.15 |
1718 | 2024-12-20T22:45:20.945Z | Compiling const-oid v0.9.6 |
1719 | 2024-12-20T22:45:21.104Z | Compiling httparse v1.9.5 |
1720 | 2024-12-20T22:45:21.975Z | Compiling aws-lc-rs v1.10.0 |
1721 | 2024-12-20T22:45:22.221Z | Compiling pin-project-lite v0.2.14 |
1722 | 2024-12-20T22:45:22.397Z | Compiling heck v0.5.0 |
1723 | 2024-12-20T22:45:22.601Z | Compiling regex v1.11.1 |
1724 | 2024-12-20T22:45:22.876Z | Compiling allocator-api2 v0.2.18 |
1725 | 2024-12-20T22:45:23.329Z | Compiling futures-core v0.3.31 |
1726 | 2024-12-20T22:45:23.762Z | Compiling signal-hook-registry v1.4.2 |
1727 | 2024-12-20T22:45:23.843Z | Compiling time-core v0.1.2 |
1728 | 2024-12-20T22:45:24.133Z | Compiling crossbeam-utils v0.8.20 |
1729 | 2024-12-20T22:45:24.287Z | Compiling num-conv v0.1.0 |
1730 | 2024-12-20T22:45:24.812Z | Compiling time-macros v0.2.18 |
1731 | 2024-12-20T22:45:24.898Z | Compiling parking_lot v0.12.3 |
1732 | 2024-12-20T22:45:25.300Z | Compiling mio v1.0.2 |
1733 | 2024-12-20T22:45:25.383Z | Compiling vcpkg v0.2.15 |
1734 | 2024-12-20T22:45:25.951Z | Compiling serde_derive v1.0.215 |
1735 | 2024-12-20T22:45:26.016Z | Compiling zeroize_derive v1.4.2 |
1736 | 2024-12-20T22:45:27.080Z | Compiling zerocopy-derive v0.7.35 |
1737 | 2024-12-20T22:45:27.139Z | Compiling tokio-macros v2.4.0 |
1738 | 2024-12-20T22:45:27.162Z | Compiling thiserror-impl v1.0.69 |
1739 | 2024-12-20T22:45:27.537Z | Compiling zerofrom-derive v0.1.4 |
1740 | 2024-12-20T22:45:27.659Z | Compiling zeroize v1.8.1 |
1741 | 2024-12-20T22:45:28.272Z | Compiling yoke-derive v0.7.4 |
1742 | 2024-12-20T22:45:28.406Z | Compiling futures-macro v0.3.31 |
1743 | 2024-12-20T22:45:28.579Z | Compiling zerovec-derive v0.10.3 |
1744 | 2024-12-20T22:45:29.266Z | Compiling displaydoc v0.2.5 |
1745 | 2024-12-20T22:45:30.330Z | Compiling zerocopy v0.7.35 |
1746 | 2024-12-20T22:45:30.704Z | Compiling crypto-common v0.1.6 |
1747 | 2024-12-20T22:45:30.769Z | Compiling icu_provider_macros v1.5.0 |
1748 | 2024-12-20T22:45:30.933Z | Compiling tracing-attributes v0.1.27 |
1749 | 2024-12-20T22:45:31.201Z | Compiling block-buffer v0.10.4 |
1750 | 2024-12-20T22:45:31.396Z | Compiling der_derive v0.7.3 |
1751 | 2024-12-20T22:45:31.461Z | Compiling digest v0.10.7 |
1752 | 2024-12-20T22:45:31.932Z | Compiling openssl-sys v0.9.103 |
1753 | 2024-12-20T22:45:32.084Z | Compiling schemars v0.8.21 |
1754 | 2024-12-20T22:45:32.373Z | Compiling fnv v1.0.7 |
1755 | 2024-12-20T22:45:33.058Z | Compiling serde_derive_internals v0.29.1 |
1756 | 2024-12-20T22:45:33.623Z | Compiling socket2 v0.5.7 |
1757 | 2024-12-20T22:45:33.962Z | Compiling ahash v0.8.11 |
1758 | 2024-12-20T22:45:35.505Z | Compiling schemars_derive v0.8.21 |
1759 | 2024-12-20T22:45:35.536Z | Compiling equivalent v1.0.1 |
1760 | 2024-12-20T22:45:35.689Z | Compiling futures-sink v0.3.31 |
1761 | 2024-12-20T22:45:35.742Z | Compiling foldhash v0.1.3 |
1762 | 2024-12-20T22:45:35.908Z | Compiling cpufeatures v0.2.14 |
1763 | 2024-12-20T22:45:36.082Z | Compiling hashbrown v0.15.1 |
1764 | 2024-12-20T22:45:36.117Z | Compiling slog v2.7.0 |
1765 | 2024-12-20T22:45:36.569Z | Compiling stable_deref_trait v1.2.0 |
1766 | 2024-12-20T22:45:37.694Z | Compiling futures-channel v0.3.31 |
1767 | 2024-12-20T22:45:37.890Z | Compiling zerofrom v0.1.4 |
1768 | 2024-12-20T22:45:37.940Z | Compiling scroll_derive v0.12.0 |
1769 | 2024-12-20T22:45:38.163Z | Compiling futures-task v0.3.31 |
1770 | 2024-12-20T22:45:38.167Z | Compiling futures-io v0.3.31 |
1771 | 2024-12-20T22:45:38.230Z | Compiling pin-utils v0.1.0 |
1772 | 2024-12-20T22:45:38.426Z | Compiling ucd-trie v0.1.7 |
1773 | 2024-12-20T22:45:38.591Z | Compiling openssl v0.10.66 |
1774 | 2024-12-20T22:45:38.627Z | Compiling futures-util v0.3.31 |
1775 | 2024-12-20T22:45:38.679Z | Compiling pest v2.7.14 |
1776 | 2024-12-20T22:45:38.740Z | Compiling yoke v0.7.4 |
1777 | 2024-12-20T22:45:39.181Z | Compiling hmac v0.12.1 |
1778 | 2024-12-20T22:45:39.452Z | Compiling tinyvec_macros v0.1.1 |
1779 | 2024-12-20T22:45:39.660Z | Compiling tinyvec v1.8.0 |
1780 | 2024-12-20T22:45:39.701Z | Compiling zerovec v0.10.4 |
1781 | 2024-12-20T22:45:41.007Z | Compiling bitflags v2.6.0 |
1782 | 2024-12-20T22:45:41.293Z | Compiling bytes v1.8.0 |
1783 | 2024-12-20T22:45:42.803Z | Compiling tokio v1.40.0 |
1784 | 2024-12-20T22:45:43.574Z | Compiling serde_tokenstream v0.2.2 |
1785 | 2024-12-20T22:45:43.734Z | Compiling indexmap v2.6.0 |
1786 | 2024-12-20T22:45:45.511Z | Compiling http v1.1.0 |
1787 | 2024-12-20T22:45:46.044Z | Compiling which v4.4.2 |
1788 | 2024-12-20T22:45:46.680Z | Compiling rustc_version v0.4.1 |
1789 | 2024-12-20T22:45:47.390Z | Compiling pest_meta v2.7.14 |
1790 | 2024-12-20T22:45:47.517Z | Compiling uuid v1.11.0 |
1791 | 2024-12-20T22:45:48.168Z | Compiling block-padding v0.3.3 |
1792 | 2024-12-20T22:45:48.477Z | Compiling openssl-macros v0.1.1 |
1793 | 2024-12-20T22:45:48.500Z | Compiling iana-time-zone v0.1.61 |
1794 | 2024-12-20T22:45:48.991Z | Compiling rustls v0.23.19 |
1795 | 2024-12-20T22:45:49.345Z | Compiling native-tls v0.2.12 |
1796 | 2024-12-20T22:45:49.829Z | Compiling pest_generator v2.7.14 |
1797 | 2024-12-20T22:45:50.481Z | Compiling chrono v0.4.38 |
1798 | 2024-12-20T22:45:51.239Z | Compiling inout v0.1.3 |
1799 | 2024-12-20T22:45:51.544Z | Compiling unicode-normalization v0.1.24 |
1800 | 2024-12-20T22:45:51.783Z | Compiling cipher v0.4.4 |
1801 | 2024-12-20T22:45:52.068Z | Compiling pest_derive v2.7.14 |
1802 | 2024-12-20T22:45:52.441Z | Compiling tinystr v0.7.6 |
1803 | 2024-12-20T22:45:53.061Z | Compiling sha2 v0.10.8 |
1804 | 2024-12-20T22:45:53.500Z | Compiling async-trait v0.1.83 |
1805 | 2024-12-20T22:45:53.566Z | Compiling usdt-impl v0.5.0 |
1806 | 2024-12-20T22:45:53.980Z | Compiling cookie v0.18.1 |
1807 | 2024-12-20T22:45:54.005Z | Compiling unicode-bidi v0.3.17 |
1808 | 2024-12-20T22:45:54.066Z | Compiling writeable v0.5.5 |
1809 | 2024-12-20T22:45:56.110Z | Compiling litemap v0.7.3 |
1810 | 2024-12-20T22:45:56.646Z | Compiling base64ct v1.6.0 |
1811 | 2024-12-20T22:45:56.678Z | Compiling icu_locid v1.5.0 |
1812 | 2024-12-20T22:45:57.296Z | Compiling pem-rfc7468 v0.7.0 |
1813 | 2024-12-20T22:45:58.030Z | Compiling scroll v0.12.0 |
1814 | 2024-12-20T22:45:58.711Z | Compiling ppv-lite86 v0.2.20 |
1815 | 2024-12-20T22:45:59.392Z | Compiling tracing-core v0.1.32 |
1816 | 2024-12-20T22:45:59.640Z | Compiling percent-encoding v2.3.1 |
1817 | 2024-12-20T22:46:00.137Z | Compiling dyn-clone v1.0.17 |
1818 | 2024-12-20T22:46:00.345Z | Compiling syn v1.0.109 |
1819 | 2024-12-20T22:46:00.958Z | Compiling plain v0.2.3 |
1820 | 2024-12-20T22:46:01.120Z | Compiling rustls-pki-types v1.10.0 |
1821 | 2024-12-20T22:46:01.367Z | Compiling aws-lc-sys v0.22.0 |
1822 | 2024-12-20T22:46:01.583Z | Compiling untrusted v0.7.1 |
1823 | 2024-12-20T22:46:01.787Z | Compiling camino v1.1.9 |
1824 | 2024-12-20T22:46:02.416Z | Compiling flagset v0.4.6 |
1825 | 2024-12-20T22:46:02.636Z | Compiling der v0.7.9 |
1826 | 2024-12-20T22:46:02.984Z | Compiling goblin v0.8.2 |
1827 | 2024-12-20T22:46:05.382Z | Compiling tracing v0.1.40 |
1828 | 2024-12-20T22:46:06.026Z | Compiling rand_chacha v0.3.1 |
1829 | 2024-12-20T22:46:07.396Z | Compiling icu_provider v1.5.0 |
1830 | 2024-12-20T22:46:08.146Z | Compiling tokio-util v0.7.12 |
1831 | 2024-12-20T22:46:09.916Z | Compiling powerfmt v0.2.0 |
1832 | 2024-12-20T22:46:10.160Z | Compiling rustls v0.22.4 |
1833 | 2024-12-20T22:46:10.279Z | Compiling mirai-annotations v1.12.0 |
1834 | 2024-12-20T22:46:10.363Z | Compiling rayon-core v1.12.1 |
1835 | 2024-12-20T22:46:10.470Z | Compiling icu_locid_transform_data v1.5.0 |
1836 | 2024-12-20T22:46:10.508Z | Compiling pretty-hex v0.4.1 |
1837 | 2024-12-20T22:46:10.656Z | Compiling untrusted v0.9.0 |
1838 | 2024-12-20T22:46:10.674Z | Compiling icu_locid_transform v1.5.0 |
1839 | 2024-12-20T22:46:10.761Z | Compiling dof v0.3.0 |
1840 | 2024-12-20T22:46:11.820Z | Compiling deranged v0.3.11 |
1841 | 2024-12-20T22:46:13.615Z | Compiling rand v0.8.5 |
1842 | 2024-12-20T22:46:13.882Z | Compiling spki v0.7.3 |
1843 | 2024-12-20T22:46:14.383Z | Compiling dtrace-parser v0.2.0 |
1844 | 2024-12-20T22:46:15.394Z | Compiling salsa20 v0.10.2 |
1845 | 2024-12-20T22:46:15.762Z | Compiling icu_collections v1.5.0 |
1846 | 2024-12-20T22:46:16.341Z | Compiling pbkdf2 v0.12.2 |
1847 | 2024-12-20T22:46:17.415Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1848 | 2024-12-20T22:46:17.806Z | Compiling thread-id v4.2.2 |
1849 | 2024-12-20T22:46:18.035Z | Compiling num_threads v0.1.7 |
1850 | 2024-12-20T22:46:18.238Z | Compiling atomic-waker v1.1.2 |
1851 | 2024-12-20T22:46:18.888Z | Compiling icu_properties_data v1.5.0 |
1852 | 2024-12-20T22:46:19.274Z | Compiling icu_properties v1.5.1 |
1853 | 2024-12-20T22:46:21.101Z | Compiling time v0.3.36 |
1854 | 2024-12-20T22:46:24.336Z | Compiling scrypt v0.11.0 |
1855 | 2024-12-20T22:46:24.923Z | Compiling form_urlencoded v1.2.1 |
1856 | 2024-12-20T22:46:25.038Z | Compiling cbc v0.1.2 |
1857 | 2024-12-20T22:46:25.107Z | Compiling aes v0.8.4 |
1858 | 2024-12-20T22:46:25.382Z | Compiling http-body v1.0.1 |
1859 | 2024-12-20T22:46:25.703Z | Compiling multer v3.1.0 |
1860 | 2024-12-20T22:46:25.795Z | Compiling write16 v1.0.0 |
1861 | 2024-12-20T22:46:25.948Z | Compiling icu_normalizer_data v1.5.0 |
1862 | 2024-12-20T22:46:26.181Z | Compiling utf8_iter v1.0.4 |
1863 | 2024-12-20T22:46:26.286Z | Compiling slog-async v2.8.0 |
1864 | 2024-12-20T22:46:26.447Z | Compiling try-lock v0.2.5 |
1865 | 2024-12-20T22:46:26.588Z | Compiling utf16_iter v1.0.5 |
1866 | 2024-12-20T22:46:26.900Z | Compiling want v0.3.1 |
1867 | 2024-12-20T22:46:26.977Z | Compiling icu_normalizer v1.5.0 |
1868 | 2024-12-20T22:46:28.428Z | Compiling pkcs5 v0.7.1 |
1869 | 2024-12-20T22:46:31.973Z | Compiling h2 v0.4.6 |
1870 | 2024-12-20T22:46:32.457Z | Compiling heapless v0.7.17 |
1871 | 2024-12-20T22:46:33.067Z | Compiling zerocopy-derive v0.6.6 |
1872 | 2024-12-20T22:46:33.582Z | Compiling anyhow v1.0.93 |
1873 | 2024-12-20T22:46:34.459Z | Compiling num-bigint-dig v0.8.4 |
1874 | 2024-12-20T22:46:34.747Z | Compiling httpdate v1.0.3 |
1875 | 2024-12-20T22:46:34.821Z | Compiling base64 v0.22.1 |
1876 | 2024-12-20T22:46:35.114Z | Compiling signal-hook v0.3.17 |
1877 | 2024-12-20T22:46:36.721Z | Compiling pkcs8 v0.10.2 |
1878 | 2024-12-20T22:46:37.507Z | Compiling idna_adapter v1.2.0 |
1879 | 2024-12-20T22:46:37.803Z | Compiling usdt-macro v0.5.0 |
1880 | 2024-12-20T22:46:38.184Z | Compiling usdt-attr-macro v0.5.0 |
1881 | 2024-12-20T22:46:39.715Z | Compiling async-stream-impl v0.3.6 |
1882 | 2024-12-20T22:46:40.189Z | Compiling rustversion v1.0.17 |
1883 | 2024-12-20T22:46:40.694Z | Compiling hyper v1.5.0 |
1884 | 2024-12-20T22:46:40.826Z | Compiling tower-service v0.3.3 |
1885 | 2024-12-20T22:46:40.969Z | Compiling strsim v0.11.1 |
1886 | 2024-12-20T22:46:42.493Z | Compiling idna v1.0.3 |
1887 | 2024-12-20T22:46:43.984Z | Compiling hyper-util v0.1.10 |
1888 | 2024-12-20T22:46:50.435Z | Compiling curve25519-dalek v4.1.3 |
1889 | 2024-12-20T22:46:50.494Z | Compiling openapiv3 v2.0.0 |
1890 | 2024-12-20T22:46:50.762Z | Compiling serde_spanned v0.6.8 |
1891 | 2024-12-20T22:46:50.872Z | Compiling toml_datetime v0.6.8 |
1892 | 2024-12-20T22:46:51.105Z | Compiling enum-as-inner v0.6.1 |
1893 | 2024-12-20T22:46:51.443Z | Compiling dropshot v0.12.0 |
1894 | 2024-12-20T22:46:51.933Z | Compiling adler2 v2.0.0 |
1895 | 2024-12-20T22:46:52.230Z | Compiling heck v0.4.1 |
1896 | 2024-12-20T22:46:52.714Z | Compiling portable-atomic v1.9.0 |
1897 | 2024-12-20T22:46:53.003Z | Compiling foreign-types-shared v0.1.1 |
1898 | 2024-12-20T22:46:53.347Z | Compiling match_cfg v0.1.0 |
1899 | 2024-12-20T22:46:53.549Z | Compiling smoltcp v0.9.1 |
1900 | 2024-12-20T22:46:53.665Z | Compiling foreign-types v0.3.2 |
1901 | 2024-12-20T22:46:53.776Z | Compiling hostname v0.3.1 |
1902 | 2024-12-20T22:46:54.161Z | Compiling miniz_oxide v0.8.0 |
1903 | 2024-12-20T22:46:55.709Z | Compiling url v2.5.3 |
1904 | 2024-12-20T22:47:04.052Z | Compiling http-body-util v0.1.2 |
1905 | 2024-12-20T22:47:04.130Z | Compiling clap_derive v4.5.18 |
1906 | 2024-12-20T22:47:04.773Z | Compiling dirs-sys-next v0.1.2 |
1907 | 2024-12-20T22:47:05.414Z | Compiling encoding_rs v0.8.34 |
1908 | 2024-12-20T22:47:07.223Z | Compiling siphasher v0.3.11 |
1909 | 2024-12-20T22:47:07.630Z | Compiling data-encoding v2.6.0 |
1910 | 2024-12-20T22:47:09.370Z | Compiling mime v0.3.17 |
1911 | 2024-12-20T22:47:09.869Z | Compiling dirs-next v2.0.0 |
1912 | 2024-12-20T22:47:16.683Z | Compiling hubpack_derive v0.1.1 |
1913 | 2024-12-20T22:47:17.548Z | Compiling serde_urlencoded v0.7.1 |
1914 | 2024-12-20T22:47:18.047Z | Compiling crossbeam-epoch v0.9.18 |
1915 | 2024-12-20T22:47:18.157Z | Compiling hashbrown v0.14.5 |
1916 | 2024-12-20T22:47:18.781Z | Compiling rustls-webpki v0.102.8 |
1917 | 2024-12-20T22:47:19.075Z | Compiling rustls-pemfile v2.2.0 |
1918 | 2024-12-20T22:47:19.551Z | Compiling dropshot_endpoint v0.12.0 |
1919 | 2024-12-20T22:47:19.904Z | Compiling sha1 v0.10.6 |
1920 | 2024-12-20T22:47:20.314Z | Compiling signature v2.2.0 |
1921 | 2024-12-20T22:47:20.436Z | Compiling curve25519-dalek-derive v0.1.1 |
1922 | 2024-12-20T22:47:20.619Z | Compiling thread_local v1.1.8 |
1923 | 2024-12-20T22:47:20.730Z | Compiling fs-err v2.11.0 |
1924 | 2024-12-20T22:47:21.099Z | Compiling unicode-properties v0.1.3 |
1925 | 2024-12-20T22:47:21.481Z | Compiling openssl-probe v0.1.5 |
1926 | 2024-12-20T22:47:22.097Z | Compiling winnow v0.6.20 |
1927 | 2024-12-20T22:47:22.493Z | Compiling utf8parse v0.2.2 |
1928 | 2024-12-20T22:47:22.673Z | Compiling gimli v0.31.1 |
1929 | 2024-12-20T22:47:23.626Z | Compiling ipnet v2.10.1 |
1930 | 2024-12-20T22:47:24.499Z | Compiling anstyle v1.0.10 |
1931 | 2024-12-20T22:47:25.735Z | Compiling toml_edit v0.22.22 |
1932 | 2024-12-20T22:47:26.020Z | Compiling anstyle-parse v0.2.5 |
1933 | 2024-12-20T22:47:26.719Z | Compiling stringprep v0.1.5 |
1934 | 2024-12-20T22:47:27.694Z | Compiling addr2line v0.24.2 |
1935 | 2024-12-20T22:47:28.357Z | Compiling regress v0.10.1 |
1936 | 2024-12-20T22:47:28.379Z | Compiling crossbeam-deque v0.8.5 |
1937 | 2024-12-20T22:47:28.732Z | Compiling term v0.7.0 |
1938 | 2024-12-20T22:47:30.041Z | Compiling slog-json v2.6.1 |
1939 | 2024-12-20T22:47:31.231Z | Compiling crossbeam-channel v0.5.13 |
1940 | 2024-12-20T22:47:33.214Z | Compiling idna v0.3.0 |
1941 | 2024-12-20T22:47:33.346Z | Compiling idna v0.4.0 |
1942 | 2024-12-20T22:47:34.767Z | Compiling futures-executor v0.3.31 |
1943 | 2024-12-20T22:47:34.788Z | Compiling num-integer v0.1.46 |
1944 | 2024-12-20T22:47:35.250Z | Compiling md-5 v0.10.6 |
1945 | 2024-12-20T22:47:35.493Z | Compiling ff v0.13.0 |
1946 | 2024-12-20T22:47:35.517Z | Compiling hash32 v0.2.1 |
1947 | 2024-12-20T22:47:35.735Z | Compiling memmap v0.7.0 |
1948 | 2024-12-20T22:47:35.910Z | Compiling is-terminal v0.4.13 |
1949 | 2024-12-20T22:47:36.050Z | Compiling object v0.36.5 |
1950 | 2024-12-20T22:47:36.053Z | Compiling colorchoice v1.0.2 |
1951 | 2024-12-20T22:47:36.240Z | Compiling is_terminal_polyfill v1.70.1 |
1952 | 2024-12-20T22:47:36.376Z | Compiling anstyle-query v1.1.1 |
1953 | 2024-12-20T22:47:36.530Z | Compiling rustc-demangle v0.1.24 |
1954 | 2024-12-20T22:47:36.581Z | Compiling fallible-iterator v0.2.0 |
1955 | 2024-12-20T22:47:37.329Z | Compiling base16ct v0.2.0 |
1956 | 2024-12-20T22:47:37.390Z | Compiling take_mut v0.2.2 |
1957 | 2024-12-20T22:47:37.562Z | Compiling psl-types v2.0.11 |
1958 | 2024-12-20T22:47:37.639Z | Compiling linked-hash-map v0.5.6 |
1959 | 2024-12-20T22:47:37.699Z | Compiling quick-error v1.2.3 |
1960 | 2024-12-20T22:47:37.857Z | Compiling utf-8 v0.7.6 |
1961 | 2024-12-20T22:47:38.004Z | Compiling publicsuffix v2.2.3 |
1962 | 2024-12-20T22:47:38.007Z | Compiling lru-cache v0.1.2 |
1963 | 2024-12-20T22:47:38.170Z | Compiling tungstenite v0.24.0 |
1964 | 2024-12-20T22:47:38.224Z | Compiling resolv-conf v0.7.0 |
1965 | 2024-12-20T22:47:38.626Z | Compiling sec1 v0.7.3 |
1966 | 2024-12-20T22:47:39.211Z | Compiling postgres-protocol v0.6.7 |
1967 | 2024-12-20T22:47:39.947Z | Compiling anstream v0.6.15 |
1968 | 2024-12-20T22:47:40.211Z | Compiling slog-term v2.9.1 |
1969 | 2024-12-20T22:47:40.437Z | Compiling usdt v0.5.0 |
1970 | 2024-12-20T22:47:40.900Z | Compiling group v0.13.0 |
1971 | 2024-12-20T22:47:41.198Z | Compiling num-iter v0.1.45 |
1972 | 2024-12-20T22:47:41.218Z | Compiling futures v0.3.31 |
1973 | 2024-12-20T22:47:41.394Z | Compiling tokio-rustls v0.26.0 |
1974 | 2024-12-20T22:47:41.788Z | Compiling hickory-proto v0.24.1 |
1975 | 2024-12-20T22:47:42.919Z | Compiling tokio-rustls v0.25.0 |
1976 | 2024-12-20T22:47:42.947Z | Compiling typify-impl v0.2.0 |
1977 | 2024-12-20T22:47:43.810Z | Compiling backtrace v0.3.74 |
1978 | 2024-12-20T22:47:44.074Z | Compiling slog-bunyan v2.5.0 |
1979 | 2024-12-20T22:47:44.283Z | Compiling toml v0.8.19 |
1980 | 2024-12-20T22:47:44.304Z | Compiling tokio-native-tls v0.3.1 |
1981 | 2024-12-20T22:47:44.813Z | Compiling phf_shared v0.11.2 |
1982 | 2024-12-20T22:47:44.920Z | Compiling strum_macros v0.25.3 |
1983 | 2024-12-20T22:47:45.525Z | Compiling async-stream v0.3.6 |
1984 | 2024-12-20T22:47:45.861Z | Compiling waitgroup v0.1.2 |
1985 | 2024-12-20T22:47:46.070Z | Compiling webpki-roots v0.26.6 |
1986 | 2024-12-20T22:47:46.298Z | Compiling idna v0.5.0 |
1987 | 2024-12-20T22:47:46.652Z | Compiling terminal_size v0.4.0 |
1988 | 2024-12-20T22:47:46.869Z | Compiling serde_path_to_error v0.1.16 |
1989 | 2024-12-20T22:47:47.716Z | Compiling hkdf v0.12.4 |
1990 | 2024-12-20T22:47:47.955Z | Compiling crypto-bigint v0.5.5 |
1991 | 2024-12-20T22:47:48.323Z | Compiling serde_repr v0.1.19 |
1992 | 2024-12-20T22:47:48.472Z | Compiling derive-where v1.2.7 |
1993 | 2024-12-20T22:47:49.587Z | Compiling hostname v0.4.0 |
1994 | 2024-12-20T22:47:49.821Z | Compiling crc32fast v1.4.2 |
1995 | 2024-12-20T22:47:50.767Z | Compiling bitflags v1.3.2 |
1996 | 2024-12-20T22:47:50.795Z | Compiling clap_lex v0.7.2 |
1997 | 2024-12-20T22:47:51.008Z | Compiling winnow v0.5.40 |
1998 | 2024-12-20T22:47:51.075Z | Compiling debug-ignore v1.0.5 |
1999 | 2024-12-20T22:47:51.335Z | Compiling managed v0.8.0 |
2000 | 2024-12-20T22:47:51.381Z | Compiling unicode-width v0.1.14 |
2001 | 2024-12-20T22:47:51.873Z | Compiling console v0.15.8 |
2002 | 2024-12-20T22:47:52.727Z | Compiling clap_builder v4.5.21 |
2003 | 2024-12-20T22:47:53.228Z | Compiling elliptic-curve v0.13.8 |
2004 | 2024-12-20T22:47:54.406Z | Compiling flate2 v1.0.34 |
2005 | 2024-12-20T22:47:54.659Z | Compiling typify-macro v0.2.0 |
2006 | 2024-12-20T22:47:54.805Z | Compiling toml_edit v0.19.15 |
2007 | 2024-12-20T22:47:55.309Z | Compiling hickory-resolver v0.24.1 |
2008 | 2024-12-20T22:47:55.657Z | Compiling cookie_store v0.21.0 |
2009 | 2024-12-20T22:48:00.134Z | Compiling hyper-rustls v0.27.3 |
2010 | 2024-12-20T22:48:01.421Z | Compiling phf v0.11.2 |
2011 | 2024-12-20T22:48:01.738Z | Compiling hyper-tls v0.6.0 |
2012 | 2024-12-20T22:48:02.151Z | Compiling signal-hook-mio v0.2.4 |
2013 | 2024-12-20T22:48:02.213Z | Compiling rayon v1.10.0 |
2014 | 2024-12-20T22:48:02.324Z | Compiling bzip2 v0.4.4 |
2015 | 2024-12-20T22:48:02.523Z | Compiling postgres-types v0.2.8 |
2016 | 2024-12-20T22:48:02.722Z | Compiling tokio-tungstenite v0.24.0 |
2017 | 2024-12-20T22:48:03.218Z | Compiling ed25519 v2.2.3 |
2018 | 2024-12-20T22:48:03.259Z | Compiling hubpack v0.1.2 |
2019 | 2024-12-20T22:48:03.686Z | Compiling phf_shared v0.10.0 |
2020 | 2024-12-20T22:48:03.796Z | Compiling pkcs1 v0.7.5 |
2021 | 2024-12-20T22:48:03.974Z | Compiling zerocopy v0.6.6 |
2022 | 2024-12-20T22:48:04.056Z | Compiling tokio-stream v0.1.16 |
2023 | 2024-12-20T22:48:05.091Z | Compiling serde-big-array v0.5.1 |
2024 | 2024-12-20T22:48:05.134Z | Compiling rfc6979 v0.4.0 |
2025 | 2024-12-20T22:48:05.277Z | Compiling float-cmp v0.9.0 |
2026 | 2024-12-20T22:48:05.460Z | Compiling sync_wrapper v1.0.1 |
2027 | 2024-12-20T22:48:05.617Z | Compiling bstr v1.10.0 |
2028 | 2024-12-20T22:48:05.673Z | Compiling number_prefix v0.4.0 |
2029 | 2024-12-20T22:48:05.836Z | Compiling static_assertions v1.1.0 |
2030 | 2024-12-20T22:48:05.898Z | Compiling fixedbitset v0.4.2 |
2031 | 2024-12-20T22:48:05.951Z | Compiling new_debug_unreachable v1.0.6 |
2032 | 2024-12-20T22:48:06.055Z | Compiling predicates-core v1.0.8 |
2033 | 2024-12-20T22:48:06.323Z | Compiling precomputed-hash v0.1.1 |
2034 | 2024-12-20T22:48:06.451Z | Compiling difflib v0.4.0 |
2035 | 2024-12-20T22:48:06.536Z | Compiling unicode-width v0.2.0 |
2036 | 2024-12-20T22:48:06.683Z | Compiling whoami v1.5.2 |
2037 | 2024-12-20T22:48:07.059Z | Compiling bit-vec v0.6.3 |
2038 | 2024-12-20T22:48:07.216Z | Compiling unicode-segmentation v1.12.0 |
2039 | 2024-12-20T22:48:07.480Z | Compiling normalize-line-endings v0.3.0 |
2040 | 2024-12-20T22:48:07.954Z | Compiling reqwest v0.12.9 |
2041 | 2024-12-20T22:48:08.842Z | Compiling similar v2.6.0 |
2042 | 2024-12-20T22:48:08.965Z | Compiling predicates v3.1.2 |
2043 | 2024-12-20T22:48:10.535Z | Compiling bit-set v0.5.3 |
2044 | 2024-12-20T22:48:10.734Z | Compiling tokio-postgres v0.7.12 |
2045 | 2024-12-20T22:48:10.845Z | Compiling indicatif v0.17.9 |
2046 | 2024-12-20T22:48:10.866Z | Compiling string_cache v0.8.7 |
2047 | 2024-12-20T22:48:11.292Z | Compiling petgraph v0.6.5 |
2048 | 2024-12-20T22:48:13.579Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2049 | 2024-12-20T22:48:14.526Z | Compiling ecdsa v0.16.9 |
2050 | 2024-12-20T22:48:15.468Z | Compiling qorb v0.2.1 |
2051 | 2024-12-20T22:48:15.919Z | Compiling rsa v0.9.6 |
2052 | 2024-12-20T22:48:16.061Z | Compiling ed25519-dalek v2.1.1 |
2053 | 2024-12-20T22:48:17.477Z | Compiling zip v0.6.6 |
2054 | 2024-12-20T22:48:17.545Z | Compiling crossterm v0.28.1 |
2055 | 2024-12-20T22:48:18.055Z | Compiling toml v0.7.8 |
2056 | 2024-12-20T22:48:18.734Z | Compiling clap v4.5.21 |
2057 | 2024-12-20T22:48:21.259Z | Compiling x509-cert v0.2.5 |
2058 | 2024-12-20T22:48:21.591Z | Compiling hex v0.4.3 |
2059 | 2024-12-20T22:48:24.774Z | Compiling radium v0.7.0 |
2060 | 2024-12-20T22:48:24.845Z | Compiling lalrpop-util v0.19.12 |
2061 | 2024-12-20T22:48:25.189Z | Compiling peg-runtime v0.8.3 |
2062 | 2024-12-20T22:48:26.713Z | Compiling unicode-xid v0.2.6 |
2063 | 2024-12-20T22:48:26.898Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2064 | 2024-12-20T22:48:44.346Z | Compiling maybe-uninit v2.0.0 |
2065 | 2024-12-20T22:48:45.261Z | Compiling tap v1.0.1 |
2066 | 2024-12-20T22:48:45.455Z | Compiling ident_case v1.0.1 |
2067 | 2024-12-20T22:48:45.805Z | Compiling darling_core v0.20.10 |
2068 | 2024-12-20T22:48:46.295Z | Compiling wyz v0.5.1 |
2069 | 2024-12-20T22:48:55.060Z | Compiling typify v0.2.0 |
2070 | 2024-12-20T22:48:59.269Z | Compiling unsafe-libyaml v0.2.11 |
2071 | 2024-12-20T22:48:59.682Z | Compiling packed_struct v0.10.1 |
2072 | 2024-12-20T22:48:59.831Z | Compiling funty v2.0.0 |
2073 | 2024-12-20T22:49:00.589Z | Compiling serde_yaml v0.9.34+deprecated |
2074 | 2024-12-20T22:49:01.017Z | Compiling bitvec v1.0.1 |
2075 | 2024-12-20T22:49:05.419Z | Compiling progenitor-impl v0.8.0 |
2076 | 2024-12-20T22:49:06.637Z | Compiling darling_macro v0.20.10 |
2077 | 2024-12-20T22:49:07.728Z | Compiling packed_struct_codegen v0.10.1 |
2078 | 2024-12-20T22:49:10.613Z | Compiling structmeta-derive v0.3.0 |
2079 | 2024-12-20T22:49:11.223Z | Compiling indexmap v1.9.3 |
2080 | 2024-12-20T22:49:11.541Z | Compiling fastrand v2.1.1 |
2081 | 2024-12-20T22:49:11.957Z | Compiling nodrop v0.1.14 |
2082 | 2024-12-20T22:49:12.100Z | Compiling newtype-uuid v1.1.3 |
2083 | 2024-12-20T22:49:12.222Z | Compiling crc-catalog v2.4.0 |
2084 | 2024-12-20T22:49:12.401Z | Compiling crc v3.2.1 |
2085 | 2024-12-20T22:49:12.430Z | Compiling progenitor-macro v0.8.0 |
2086 | 2024-12-20T22:49:13.234Z | Compiling structmeta v0.3.0 |
2087 | 2024-12-20T22:49:13.672Z | Compiling array-init v0.0.4 |
2088 | 2024-12-20T22:49:14.983Z | Compiling tempfile v3.13.0 |
2089 | 2024-12-20T22:49:20.746Z | Compiling darling v0.20.10 |
2090 | 2024-12-20T22:49:21.178Z | Compiling smallvec v0.6.14 |
2091 | 2024-12-20T22:49:27.123Z | Compiling progenitor-client v0.8.0 |
2092 | 2024-12-20T22:49:29.686Z | Compiling pin-project-internal v1.1.6 |
2093 | 2024-12-20T22:49:29.828Z | Compiling dropshot v0.13.0 |
2094 | 2024-12-20T22:49:30.137Z | Compiling termcolor v1.4.1 |
2095 | 2024-12-20T22:49:30.264Z | Compiling bitfield v0.14.0 |
2096 | 2024-12-20T22:49:31.139Z | Compiling hashbrown v0.12.3 |
2097 | 2024-12-20T22:49:31.329Z | Compiling same-file v1.0.6 |
2098 | 2024-12-20T22:49:31.779Z | Compiling base64 v0.21.7 |
2099 | 2024-12-20T22:49:40.995Z | Compiling pin-project v1.1.6 |
2100 | 2024-12-20T22:49:42.292Z | Compiling ron v0.8.1 |
2101 | 2024-12-20T22:49:43.251Z | Compiling walkdir v2.5.0 |
2102 | 2024-12-20T22:49:45.047Z | Compiling env_logger v0.10.2 |
2103 | 2024-12-20T22:49:45.271Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2104 | 2024-12-20T22:49:49.380Z | Compiling progenitor v0.8.0 |
2105 | 2024-12-20T22:49:49.583Z | Compiling serde-hex v0.1.0 |
2106 | 2024-12-20T22:49:49.674Z | Compiling serde_with_macros v3.11.0 |
2107 | 2024-12-20T22:49:51.711Z | Compiling parse-display-derive v0.10.0 |
2108 | 2024-12-20T22:49:51.848Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2109 | 2024-12-20T22:49:52.587Z | Compiling strum_macros v0.26.4 |
2110 | 2024-12-20T22:49:54.886Z | Compiling snafu-derive v0.8.5 |
2111 | 2024-12-20T22:49:55.550Z | Compiling hashbrown v0.13.2 |
2112 | 2024-12-20T22:49:55.611Z | Compiling ipnetwork v0.20.0 |
2113 | 2024-12-20T22:49:56.914Z | Compiling xattr v1.3.1 |
2114 | 2024-12-20T22:49:57.133Z | Compiling dropshot_endpoint v0.13.0 |
2115 | 2024-12-20T22:49:57.260Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2116 | 2024-12-20T22:49:58.005Z | Compiling blake3 v1.5.4 |
2117 | 2024-12-20T22:49:58.239Z | Compiling ring v0.16.20 |
2118 | 2024-12-20T22:49:58.670Z | Compiling filetime v0.2.25 |
2119 | 2024-12-20T22:49:58.693Z | Compiling instant v0.1.13 |
2120 | 2024-12-20T22:49:58.873Z | Compiling lockfree-object-pool v0.1.6 |
2121 | 2024-12-20T22:49:59.038Z | Compiling simd-adler32 v0.3.7 |
2122 | 2024-12-20T22:49:59.302Z | Compiling buf-list v1.0.3 |
2123 | 2024-12-20T22:49:59.714Z | Compiling zip v2.1.3 |
2124 | 2024-12-20T22:50:00.033Z | Compiling bumpalo v3.16.0 |
2125 | 2024-12-20T22:50:00.105Z | Compiling crc-any v2.5.0 |
2126 | 2024-12-20T22:50:00.326Z | Compiling snafu v0.8.5 |
2127 | 2024-12-20T22:50:00.601Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2128 | 2024-12-20T22:50:01.025Z | Compiling zopfli v0.8.1 |
2129 | 2024-12-20T22:50:01.113Z | Compiling tar v0.4.42 |
2130 | 2024-12-20T22:50:01.584Z | Compiling backoff v0.4.0 |
2131 | 2024-12-20T22:50:02.628Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2132 | 2024-12-20T22:50:02.844Z | Compiling strum v0.26.3 |
2133 | 2024-12-20T22:50:03.057Z | Compiling object v0.30.4 |
2134 | 2024-12-20T22:50:05.105Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2135 | 2024-12-20T22:50:06.240Z | Compiling parse-display v0.10.0 |
2136 | 2024-12-20T22:50:06.889Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2137 | 2024-12-20T22:50:07.480Z | Compiling serde_with v3.11.0 |
2138 | 2024-12-20T22:50:08.168Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2139 | 2024-12-20T22:50:08.797Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2140 | 2024-12-20T22:50:09.665Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2141 | 2024-12-20T22:50:10.384Z | Compiling camino-tempfile v1.1.1 |
2142 | 2024-12-20T22:50:11.181Z | Compiling globset v0.4.15 |
2143 | 2024-12-20T22:50:11.867Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2144 | 2024-12-20T22:50:12.066Z | Compiling regress v0.9.1 |
2145 | 2024-12-20T22:50:15.568Z | Compiling pem v3.0.4 |
2146 | 2024-12-20T22:50:16.146Z | Compiling olpc-cjson v0.1.4 |
2147 | 2024-12-20T22:50:16.501Z | Compiling serde_plain v1.0.2 |
2148 | 2024-12-20T22:50:16.961Z | Compiling macaddr v1.0.1 |
2149 | 2024-12-20T22:50:17.034Z | Compiling async-recursion v1.1.1 |
2150 | 2024-12-20T22:50:17.594Z | Compiling memmap2 v0.9.5 |
2151 | 2024-12-20T22:50:18.208Z | Compiling arrayref v0.3.9 |
2152 | 2024-12-20T22:50:18.322Z | Compiling arrayvec v0.7.6 |
2153 | 2024-12-20T22:50:18.506Z | Compiling typed-path v0.9.3 |
2154 | 2024-12-20T22:50:18.826Z | Compiling constant_time_eq v0.3.1 |
2155 | 2024-12-20T22:50:18.847Z | Compiling path-slash v0.1.5 |
2156 | 2024-12-20T22:50:19.010Z | Compiling spin v0.5.2 |
2157 | 2024-12-20T22:50:19.043Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2158 | 2024-12-20T22:50:20.604Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2159 | 2024-12-20T22:50:21.841Z | Compiling tough v0.19.0 |
2160 | 2024-12-20T22:50:25.588Z | Compiling itertools v0.13.0 |
2161 | 2024-12-20T22:50:25.848Z | Compiling cargo-platform v0.1.8 |
2162 | 2024-12-20T22:50:26.630Z | Compiling topological-sort v0.2.2 |
2163 | 2024-12-20T22:50:26.909Z | Compiling parse-size v1.1.0 |
2164 | 2024-12-20T22:50:26.938Z | Compiling omicron-zone-package v0.11.1 |
2165 | 2024-12-20T22:50:27.217Z | Compiling cargo_metadata v0.18.1 |
2166 | 2024-12-20T22:50:27.416Z | Compiling shell-words v1.1.0 |
2167 | 2024-12-20T22:50:34.601Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2168 | 2024-12-20T22:50:46.946Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2169 | 2024-12-20T22:51:01.916Z | Finished `release` profile [optimized] target(s) in 5m 52s |
2170 | 2024-12-20T22:51:02.079Z | Running `target/release/omicron-releng --output-dir /work` |
2171 | 2024-12-20T22:51:02.128Z | Dec 20 22:51:01.227 DEBG changing working directory to /work/oxidecomputer/omicron |
2172 | 2024-12-20T22:51:02.234Z | Dec 20 22:51:01.335 DEBG running: git rev-parse HEAD |
2173 | 2024-12-20T22:51:02.241Z | Dec 20 22:51:01.342 DEBG process exited with exit status: 0 (6.825833ms) |
2174 | 2024-12-20T22:51:02.241Z | Dec 20 22:51:01.342 INFO version: 12.0.0-0.ci+git053adca9631 |
2175 | 2024-12-20T22:51:02.284Z | Dec 20 22:51:01.385 INFO cloning helios to /work/oxidecomputer/helios |
2176 | 2024-12-20T22:51:02.284Z | Dec 20 22:51:01.385 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2177 | 2024-12-20T22:51:02.291Z | Cloning into '/work/oxidecomputer/helios'... |
2178 | 2024-12-20T22:51:02.969Z | Dec 20 22:51:02.070 DEBG process exited with exit status: 0 (684.83934ms) |
2179 | 2024-12-20T22:51:02.969Z | Dec 20 22:51:02.070 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2180 | 2024-12-20T22:51:02.976Z | # branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067 |
2181 | 2024-12-20T22:51:02.977Z | # branch.head master |
2182 | 2024-12-20T22:51:02.977Z | # branch.upstream origin/master |
2183 | 2024-12-20T22:51:02.977Z | # branch.ab +0 -0 |
2184 | 2024-12-20T22:51:02.979Z | Dec 20 22:51:02.078 DEBG process exited with exit status: 0 (8.05393ms) |
2185 | 2024-12-20T22:51:02.979Z | Dec 20 22:51:02.078 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2186 | 2024-12-20T22:51:03.864Z | Dec 20 22:51:02.965 DEBG process exited with exit status: 0 (886.560342ms) |
2187 | 2024-12-20T22:51:03.864Z | Dec 20 22:51:02.965 DEBG running: zfs list rpool/images/build/host |
2188 | 2024-12-20T22:51:03.871Z | NAME USED AVAIL REFER MOUNTPOINT |
2189 | 2024-12-20T22:51:03.871Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2190 | 2024-12-20T22:51:03.874Z | Dec 20 22:51:02.972 DEBG process exited with exit status: 0 (7.599752ms) |
2191 | 2024-12-20T22:51:03.874Z | Dec 20 22:51:02.972 DEBG running: zfs list rpool/images/build/recovery |
2192 | 2024-12-20T22:51:03.878Z | NAME USED AVAIL REFER MOUNTPOINT |
2193 | 2024-12-20T22:51:03.878Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2194 | 2024-12-20T22:51:03.890Z | Dec 20 22:51:02.979 DEBG process exited with exit status: 0 (6.605829ms) |
2195 | 2024-12-20T22:51:03.890Z | Dec 20 22:51:02.980 INFO [hubris-staging] running task |
2196 | 2024-12-20T22:51:03.890Z | Dec 20 22:51:02.980 INFO [hubris-production] running task |
2197 | 2024-12-20T22:51:03.890Z | Dec 20 22:51:02.980 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2198 | 2024-12-20T22:51:03.890Z | Dec 20 22:51:02.984 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2199 | 2024-12-20T22:51:03.950Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2200 | 2024-12-20T22:51:04.350Z | [ omicron-package] Blocking waiting for file lock on package cache |
2201 | 2024-12-20T22:51:04.941Z | [ omicron-package] Blocking waiting for file lock on package cache |
2202 | 2024-12-20T22:51:05.218Z | [ omicron-package] Blocking waiting for file lock on package cache |
2203 | 2024-12-20T22:51:05.574Z | Dec 20 22:51:04.672 INFO [hubris-production] task succeeded (1.691950043s) |
2204 | 2024-12-20T22:51:06.039Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2205 | 2024-12-20T22:51:06.042Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2206 | 2024-12-20T22:51:06.042Z | [ omicron-package] Compiling itertools v0.13.0 |
2207 | 2024-12-20T22:51:06.042Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2208 | 2024-12-20T22:51:06.042Z | [ omicron-package] Compiling heapless v0.8.0 |
2209 | 2024-12-20T22:51:06.042Z | [ omicron-package] Compiling hash32 v0.3.1 |
2210 | 2024-12-20T22:51:06.042Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2211 | 2024-12-20T22:51:06.042Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2212 | 2024-12-20T22:51:07.059Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2213 | 2024-12-20T22:51:07.254Z | [ omicron-package] Compiling cobs v0.2.3 |
2214 | 2024-12-20T22:51:07.854Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2215 | 2024-12-20T22:51:08.039Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2216 | 2024-12-20T22:51:08.142Z | [ omicron-package] Compiling postcard v1.0.10 |
2217 | 2024-12-20T22:51:08.209Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2218 | 2024-12-20T22:51:08.372Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2219 | 2024-12-20T22:51:08.874Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2220 | 2024-12-20T22:51:09.088Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2221 | 2024-12-20T22:51:09.226Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2222 | 2024-12-20T22:51:10.492Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2223 | 2024-12-20T22:51:10.995Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2224 | 2024-12-20T22:51:11.698Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2225 | 2024-12-20T22:51:11.985Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2226 | 2024-12-20T22:51:12.089Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2227 | 2024-12-20T22:51:12.340Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2228 | 2024-12-20T22:51:12.607Z | [ omicron-package] Compiling num_enum v0.5.11 |
2229 | 2024-12-20T22:51:13.005Z | [ omicron-package] Compiling thiserror v2.0.3 |
2230 | 2024-12-20T22:51:13.139Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2231 | 2024-12-20T22:51:13.207Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2232 | 2024-12-20T22:51:13.210Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2233 | 2024-12-20T22:51:13.375Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2234 | 2024-12-20T22:51:13.725Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2235 | 2024-12-20T22:51:14.046Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2236 | 2024-12-20T22:51:14.299Z | [ omicron-package] Compiling colored v2.1.0 |
2237 | 2024-12-20T22:51:14.697Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2238 | 2024-12-20T22:51:15.111Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2239 | 2024-12-20T22:51:15.454Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2240 | 2024-12-20T22:51:17.015Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2241 | 2024-12-20T22:51:17.134Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2242 | 2024-12-20T22:51:17.886Z | [ omicron-package] Compiling num-derive v0.4.2 |
2243 | 2024-12-20T22:51:18.284Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2244 | 2024-12-20T22:51:18.328Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2245 | 2024-12-20T22:51:19.176Z | [ omicron-package] Compiling zone v0.3.0 |
2246 | 2024-12-20T22:51:19.316Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2247 | 2024-12-20T22:51:19.814Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2248 | 2024-12-20T22:51:20.209Z | Dec 20 22:51:19.306 INFO [hubris-staging] task succeeded (16.326205889s) |
2249 | 2024-12-20T22:51:20.338Z | [ omicron-package] Compiling smf v0.2.3 |
2250 | 2024-12-20T22:51:21.166Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2251 | 2024-12-20T22:51:21.565Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2252 | 2024-12-20T22:51:21.716Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2253 | 2024-12-20T22:51:23.587Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2254 | 2024-12-20T22:51:24.190Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2255 | 2024-12-20T22:51:24.297Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2256 | 2024-12-20T22:51:24.363Z | [ omicron-package] Compiling gethostname v0.5.0 |
2257 | 2024-12-20T22:51:24.476Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2258 | 2024-12-20T22:51:24.604Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2259 | 2024-12-20T22:51:24.727Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2260 | 2024-12-20T22:51:25.910Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2261 | 2024-12-20T22:51:28.137Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2262 | 2024-12-20T22:51:29.439Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2263 | 2024-12-20T22:51:30.818Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2264 | 2024-12-20T22:51:33.718Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2265 | 2024-12-20T22:51:34.309Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2266 | 2024-12-20T22:51:36.012Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2267 | 2024-12-20T22:51:46.000Z | [ helios-setup] Dec 20 22:51:45.093 INFO helios repository root is: /work/oxidecomputer/helios |
2268 | 2024-12-20T22:51:46.003Z | [ helios-setup] Dec 20 22:51:45.095 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2269 | 2024-12-20T22:51:46.003Z | [ helios-setup] Dec 20 22:51:45.095 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 |
2270 | 2024-12-20T22:51:46.003Z | [ helios-setup] Dec 20 22:51:45.095 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2271 | 2024-12-20T22:51:46.007Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2272 | 2024-12-20T22:51:46.631Z | [ helios-setup] Dec 20 22:51:45.724 INFO clone ok!, project: bootserver |
2273 | 2024-12-20T22:51:46.633Z | [ helios-setup] Dec 20 22:51:45.724 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2274 | 2024-12-20T22:51:46.633Z | [ helios-setup] Dec 20 22:51:45.724 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 |
2275 | 2024-12-20T22:51:46.634Z | [ helios-setup] Dec 20 22:51:45.724 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2276 | 2024-12-20T22:51:46.636Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2277 | 2024-12-20T22:51:53.091Z | [ helios-setup] Dec 20 22:51:52.183 INFO clone ok!, project: amd-firmware |
2278 | 2024-12-20T22:51:53.094Z | [ helios-setup] Dec 20 22:51:52.183 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 |
2279 | 2024-12-20T22:51:53.094Z | [ helios-setup] Dec 20 22:51:52.183 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2280 | 2024-12-20T22:51:53.097Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2281 | 2024-12-20T22:51:53.679Z | [ helios-setup] Dec 20 22:51:52.770 INFO clone ok!, project: image-builder |
2282 | 2024-12-20T22:51:53.682Z | [ helios-setup] Dec 20 22:51:52.771 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 |
2283 | 2024-12-20T22:51:53.682Z | [ helios-setup] Dec 20 22:51:52.771 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2284 | 2024-12-20T22:51:53.684Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2285 | 2024-12-20T22:51:54.590Z | [ helios-setup] Dec 20 22:51:53.681 INFO clone ok!, project: chelsio-t6-roms |
2286 | 2024-12-20T22:51:54.592Z | [ helios-setup] Dec 20 22:51:53.682 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 |
2287 | 2024-12-20T22:51:54.592Z | [ helios-setup] Dec 20 22:51:53.682 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2288 | 2024-12-20T22:51:54.595Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2289 | 2024-12-20T22:51:55.205Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 51.30s |
2290 | 2024-12-20T22:51:55.432Z | [ helios-setup] Dec 20 22:51:54.524 INFO clone ok!, project: pilot |
2291 | 2024-12-20T22:51:55.434Z | [ helios-setup] Dec 20 22:51:54.524 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2292 | 2024-12-20T22:51:55.435Z | [ helios-setup] Dec 20 22:51:54.524 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 |
2293 | 2024-12-20T22:51:55.435Z | [ helios-setup] Dec 20 22:51:54.524 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 |
2294 | 2024-12-20T22:51:55.437Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2295 | 2024-12-20T22:51:55.445Z | [ omicron-package] |
2296 | 2024-12-20T22:51:55.448Z | [ omicron-package] real 51.505712137 |
2297 | 2024-12-20T22:51:55.448Z | [ omicron-package] user 2:57.858700450 |
2298 | 2024-12-20T22:51:55.448Z | [ omicron-package] sys 26.285235566 |
2299 | 2024-12-20T22:51:55.448Z | [ omicron-package] trap 0.239353955 |
2300 | 2024-12-20T22:51:55.448Z | [ omicron-package] tflt 0.772030272 |
2301 | 2024-12-20T22:51:55.448Z | [ omicron-package] dflt 0.933932555 |
2302 | 2024-12-20T22:51:55.448Z | [ omicron-package] kflt 0.016680208 |
2303 | 2024-12-20T22:51:55.448Z | [ omicron-package] lock 5:40.899787038 |
2304 | 2024-12-20T22:51:55.448Z | [ omicron-package] slp 10:09.231784348 |
2305 | 2024-12-20T22:51:55.448Z | [ omicron-package] lat 1:38.275967076 |
2306 | 2024-12-20T22:51:55.448Z | [ omicron-package] stop 1:01.941845611 |
2307 | 2024-12-20T22:51:55.448Z | Dec 20 22:51:54.538 INFO [omicron-package] process exited with exit status: 0 (51.553807863s) |
2308 | 2024-12-20T22:51:55.448Z | Dec 20 22:51:54.538 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 |
2309 | 2024-12-20T22:51:55.520Z | Dec 20 22:51:54.611 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2310 | 2024-12-20T22:51:55.531Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2311 | 2024-12-20T22:51:55.535Z | [ host-target] Created new build target 'host' and set it as active |
2312 | 2024-12-20T22:51:55.535Z | Dec 20 22:51:54.625 INFO [host-target] process exited with exit status: 0 (86.841667ms) |
2313 | 2024-12-20T22:51:55.535Z | Dec 20 22:51:54.625 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2314 | 2024-12-20T22:51:55.540Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2315 | 2024-12-20T22:51:55.540Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2316 | 2024-12-20T22:51:55.542Z | Dec 20 22:51:54.634 INFO [recovery-target] process exited with exit status: 0 (22.302413ms) |
2317 | 2024-12-20T22:51:55.549Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2318 | 2024-12-20T22:51:56.423Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2319 | 2024-12-20T22:51:56.449Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2320 | 2024-12-20T22:51:56.691Z | [ host-package] Compiling convert_case v0.4.0 |
2321 | 2024-12-20T22:51:56.691Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2322 | 2024-12-20T22:51:56.693Z | [ host-package] Compiling newline-converter v0.3.0 |
2323 | 2024-12-20T22:51:56.693Z | [ host-package] Compiling password-hash v0.5.0 |
2324 | 2024-12-20T22:51:56.693Z | [ host-package] Compiling progenitor-client v0.8.0 |
2325 | 2024-12-20T22:51:56.693Z | [ host-package] Compiling blake2 v0.10.6 |
2326 | 2024-12-20T22:51:56.693Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2327 | 2024-12-20T22:51:56.694Z | [ host-package] Compiling atomicwrites v0.4.4 |
2328 | 2024-12-20T22:51:57.045Z | [ host-package] Compiling owo-colors v4.1.0 |
2329 | 2024-12-20T22:51:57.089Z | [ host-package] Compiling expectorate v1.1.0 |
2330 | 2024-12-20T22:51:57.328Z | [ host-package] Compiling progenitor v0.8.0 |
2331 | 2024-12-20T22:51:57.353Z | [ host-package] Compiling argon2 v0.5.3 |
2332 | 2024-12-20T22:51:57.356Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2333 | 2024-12-20T22:51:57.529Z | [ host-package] Compiling num-rational v0.4.2 |
2334 | 2024-12-20T22:51:57.551Z | [ host-package] Compiling derive_more v0.99.18 |
2335 | 2024-12-20T22:51:57.577Z | [ host-package] Compiling num-complex v0.4.6 |
2336 | 2024-12-20T22:51:58.118Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2337 | 2024-12-20T22:51:58.540Z | [ host-package] Compiling libsw v3.3.1 |
2338 | 2024-12-20T22:51:58.751Z | [ host-package] Compiling num v0.4.3 |
2339 | 2024-12-20T22:51:58.893Z | [ host-package] Compiling linear-map v1.2.0 |
2340 | 2024-12-20T22:51:58.896Z | [ host-package] Compiling swrite v0.1.0 |
2341 | 2024-12-20T22:51:58.987Z | [ host-package] Compiling indent_write v2.2.0 |
2342 | 2024-12-20T22:51:59.013Z | [ host-package] Compiling float-ord v0.3.2 |
2343 | 2024-12-20T22:51:59.065Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2344 | 2024-12-20T22:51:59.220Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2345 | 2024-12-20T22:51:59.275Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2346 | 2024-12-20T22:51:59.372Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2347 | 2024-12-20T22:51:59.883Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2348 | 2024-12-20T22:52:00.138Z | [ host-package] Compiling highway v1.2.0 |
2349 | 2024-12-20T22:52:00.566Z | [ host-package] Compiling semver v0.1.20 |
2350 | 2024-12-20T22:52:01.168Z | [ host-package] Compiling rustc_version v0.1.7 |
2351 | 2024-12-20T22:52:01.617Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2352 | 2024-12-20T22:52:01.645Z | [ host-package] Compiling newtype_derive v0.1.6 |
2353 | 2024-12-20T22:52:02.045Z | [ host-package] Compiling dropshot v0.13.0 |
2354 | 2024-12-20T22:52:02.067Z | [ host-package] Compiling ipnetwork v0.20.0 |
2355 | 2024-12-20T22:52:02.139Z | [ host-package] Compiling instant v0.1.13 |
2356 | 2024-12-20T22:52:02.305Z | [ host-package] Compiling humantime v2.1.0 |
2357 | 2024-12-20T22:52:02.916Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2358 | 2024-12-20T22:52:03.194Z | [ host-package] Compiling backoff v0.4.0 |
2359 | 2024-12-20T22:52:03.846Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2360 | 2024-12-20T22:52:04.574Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2361 | 2024-12-20T22:52:04.857Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2362 | 2024-12-20T22:52:04.872Z | [ helios-setup] Dec 20 22:52:03.961 INFO clone ok!, project: amd-host-image-builder |
2363 | 2024-12-20T22:52:04.874Z | [ helios-setup] Dec 20 22:52:03.961 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 |
2364 | 2024-12-20T22:52:04.874Z | [ helios-setup] Dec 20 22:52:03.961 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2365 | 2024-12-20T22:52:04.877Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2366 | 2024-12-20T22:52:05.715Z | [ helios-setup] Dec 20 22:52:04.804 INFO clone ok!, project: phbl |
2367 | 2024-12-20T22:52:05.717Z | [ helios-setup] Dec 20 22:52:04.805 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 |
2368 | 2024-12-20T22:52:05.717Z | [ helios-setup] Dec 20 22:52:04.805 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2369 | 2024-12-20T22:52:05.720Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2370 | 2024-12-20T22:52:06.472Z | [ helios-setup] Dec 20 22:52:05.562 INFO clone ok!, project: pinprick |
2371 | 2024-12-20T22:52:06.475Z | [ helios-setup] Dec 20 22:52:05.562 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2372 | 2024-12-20T22:52:07.278Z | [ helios-setup] Dec 20 22:52:06.367 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2373 | 2024-12-20T22:52:07.580Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2374 | 2024-12-20T22:52:07.886Z | [ helios-setup] Dec 20 22:52:06.975 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2375 | 2024-12-20T22:52:07.889Z | [ helios-setup] Dec 20 22:52:06.976 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2376 | 2024-12-20T22:52:08.088Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2377 | 2024-12-20T22:52:08.429Z | [ host-package] Compiling parse-display v0.10.0 |
2378 | 2024-12-20T22:52:08.472Z | [ helios-setup] Dec 20 22:52:07.561 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2379 | 2024-12-20T22:52:09.037Z | [ helios-setup] Dec 20 22:52:08.126 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2380 | 2024-12-20T22:52:09.037Z | [ helios-setup] Dec 20 22:52:08.126 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2381 | 2024-12-20T22:52:09.122Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2382 | 2024-12-20T22:52:09.456Z | [ host-package] Compiling serde_with v3.11.0 |
2383 | 2024-12-20T22:52:09.623Z | [ helios-setup] Dec 20 22:52:08.712 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2384 | 2024-12-20T22:52:09.753Z | [ host-package] Compiling strum v0.26.3 |
2385 | 2024-12-20T22:52:09.968Z | [ host-package] Compiling regress v0.9.1 |
2386 | 2024-12-20T22:52:10.143Z | [ helios-setup] Dec 20 22:52:09.232 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2387 | 2024-12-20T22:52:10.146Z | [ helios-setup] Dec 20 22:52:09.232 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2388 | 2024-12-20T22:52:10.146Z | [ helios-setup] Dec 20 22:52:09.232 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2389 | 2024-12-20T22:52:10.147Z | [ helios-setup] Dec 20 22:52:09.232 INFO ok! |
2390 | 2024-12-20T22:52:10.147Z | [ helios-setup] Dec 20 22:52:09.232 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2391 | 2024-12-20T22:52:10.147Z | [ helios-setup] Dec 20 22:52:09.232 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2392 | 2024-12-20T22:52:10.147Z | [ helios-setup] Dec 20 22:52:09.232 INFO ok! |
2393 | 2024-12-20T22:52:10.147Z | [ helios-setup] Dec 20 22:52:09.232 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2394 | 2024-12-20T22:52:10.147Z | [ helios-setup] Dec 20 22:52:09.232 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2395 | 2024-12-20T22:52:10.147Z | [ helios-setup] Dec 20 22:52:09.232 INFO ok! |
2396 | 2024-12-20T22:52:10.147Z | [ helios-setup] Dec 20 22:52:09.232 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2397 | 2024-12-20T22:52:10.147Z | [ helios-setup] Dec 20 22:52:09.232 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2398 | 2024-12-20T22:52:10.425Z | [ helios-setup] Dec 20 22:52:09.513 INFO E| Downloading crates ... |
2399 | 2024-12-20T22:52:10.606Z | [ helios-setup] Dec 20 22:52:09.694 INFO E| Downloaded block-buffer v0.10.3 |
2400 | 2024-12-20T22:52:10.635Z | [ helios-setup] Dec 20 22:52:09.724 INFO E| Downloaded unicode-width v0.1.10 |
2401 | 2024-12-20T22:52:10.638Z | [ helios-setup] Dec 20 22:52:09.727 INFO E| Downloaded miniz_oxide v0.6.2 |
2402 | 2024-12-20T22:52:10.642Z | [ helios-setup] Dec 20 22:52:09.730 INFO E| Downloaded sha2 v0.10.5 |
2403 | 2024-12-20T22:52:10.645Z | [ helios-setup] Dec 20 22:52:09.734 INFO E| Downloaded generic-array v0.14.6 |
2404 | 2024-12-20T22:52:10.648Z | [ helios-setup] Dec 20 22:52:09.737 INFO E| Downloaded typenum v1.15.0 |
2405 | 2024-12-20T22:52:10.652Z | [ helios-setup] Dec 20 22:52:09.740 INFO E| Downloaded flate2 v1.0.25 |
2406 | 2024-12-20T22:52:10.659Z | [ helios-setup] Dec 20 22:52:09.748 INFO E| Downloaded anyhow v1.0.62 |
2407 | 2024-12-20T22:52:10.665Z | [ helios-setup] Dec 20 22:52:09.754 INFO E| Downloaded cpufeatures v0.2.5 |
2408 | 2024-12-20T22:52:10.668Z | [ helios-setup] Dec 20 22:52:09.756 INFO E| Downloaded digest v0.10.3 |
2409 | 2024-12-20T22:52:10.671Z | [ helios-setup] Dec 20 22:52:09.759 INFO E| Downloaded bytes v1.2.1 |
2410 | 2024-12-20T22:52:10.738Z | [ helios-setup] Dec 20 22:52:09.826 INFO E| Compiling version_check v0.9.4 |
2411 | 2024-12-20T22:52:10.738Z | [ helios-setup] Dec 20 22:52:09.826 INFO E| Compiling typenum v1.15.0 |
2412 | 2024-12-20T22:52:10.740Z | [ helios-setup] Dec 20 22:52:09.826 INFO E| Compiling crc32fast v1.3.2 |
2413 | 2024-12-20T22:52:10.740Z | [ helios-setup] Dec 20 22:52:09.826 INFO E| Compiling cfg-if v1.0.0 |
2414 | 2024-12-20T22:52:10.740Z | [ helios-setup] Dec 20 22:52:09.826 INFO E| Compiling anyhow v1.0.62 |
2415 | 2024-12-20T22:52:10.740Z | [ helios-setup] Dec 20 22:52:09.826 INFO E| Compiling adler v1.0.2 |
2416 | 2024-12-20T22:52:10.740Z | [ helios-setup] Dec 20 22:52:09.827 INFO E| Compiling unicode-width v0.1.10 |
2417 | 2024-12-20T22:52:10.740Z | [ helios-setup] Dec 20 22:52:09.827 INFO E| Compiling cpufeatures v0.2.5 |
2418 | 2024-12-20T22:52:11.162Z | [ helios-setup] Dec 20 22:52:10.250 INFO E| Compiling bytes v1.2.1 |
2419 | 2024-12-20T22:52:11.167Z | [ helios-setup] Dec 20 22:52:10.256 INFO E| Compiling bitflags v1.3.2 |
2420 | 2024-12-20T22:52:11.335Z | [ helios-setup] Dec 20 22:52:10.424 INFO E| Compiling miniz_oxide v0.6.2 |
2421 | 2024-12-20T22:52:11.624Z | [ helios-setup] Dec 20 22:52:10.713 INFO E| Compiling getopts v0.2.21 |
2422 | 2024-12-20T22:52:12.333Z | [ helios-setup] Dec 20 22:52:11.421 INFO E| Compiling generic-array v0.14.6 |
2423 | 2024-12-20T22:52:13.238Z | [ helios-setup] Dec 20 22:52:12.326 INFO E| Compiling flate2 v1.0.25 |
2424 | 2024-12-20T22:52:14.077Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2425 | 2024-12-20T22:52:15.986Z | [ host-package] Compiling macaddr v1.0.1 |
2426 | 2024-12-20T22:52:16.466Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2427 | 2024-12-20T22:52:16.661Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2428 | 2024-12-20T22:52:17.057Z | [ host-package] Compiling steno v0.4.1 |
2429 | 2024-12-20T22:52:17.129Z | [ helios-setup] Dec 20 22:52:16.216 INFO E| Compiling block-buffer v0.10.3 |
2430 | 2024-12-20T22:52:17.129Z | [ helios-setup] Dec 20 22:52:16.216 INFO E| Compiling crypto-common v0.1.6 |
2431 | 2024-12-20T22:52:17.327Z | [ helios-setup] Dec 20 22:52:16.414 INFO E| Compiling digest v0.10.3 |
2432 | 2024-12-20T22:52:17.620Z | [ host-package] Compiling prettyplease v0.2.25 |
2433 | 2024-12-20T22:52:17.674Z | [ helios-setup] Dec 20 22:52:16.762 INFO E| Compiling sha2 v0.10.5 |
2434 | 2024-12-20T22:52:18.221Z | [ helios-setup] Dec 20 22:52:17.309 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2435 | 2024-12-20T22:52:18.993Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2436 | 2024-12-20T22:52:19.214Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2437 | 2024-12-20T22:52:20.471Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2438 | 2024-12-20T22:52:23.289Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2439 | 2024-12-20T22:52:23.370Z | [ host-package] Compiling half v2.4.1 |
2440 | 2024-12-20T22:52:23.884Z | [ helios-setup] Dec 20 22:52:22.970 INFO E| Finished `release` profile [optimized] target(s) in 13.64s |
2441 | 2024-12-20T22:52:23.899Z | [ helios-setup] Dec 20 22:52:22.985 INFO building project "bootserver" ok (13 seconds) |
2442 | 2024-12-20T22:52:23.899Z | [ helios-setup] Dec 20 22:52:22.985 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2443 | 2024-12-20T22:52:23.899Z | [ helios-setup] Dec 20 22:52:22.985 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2444 | 2024-12-20T22:52:24.181Z | [ helios-setup] Dec 20 22:52:23.267 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2445 | 2024-12-20T22:52:24.320Z | [ host-package] Compiling ciborium-io v0.2.2 |
2446 | 2024-12-20T22:52:24.488Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2447 | 2024-12-20T22:52:24.900Z | [ helios-setup] Dec 20 22:52:23.985 INFO E| From https://github.com/jclulow/rust-jmclib |
2448 | 2024-12-20T22:52:24.900Z | [ helios-setup] Dec 20 22:52:23.985 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2449 | 2024-12-20T22:52:24.918Z | [ helios-setup] Dec 20 22:52:24.004 INFO E| Updating crates.io index |
2450 | 2024-12-20T22:52:25.036Z | [ host-package] Compiling tungstenite v0.21.0 |
2451 | 2024-12-20T22:52:25.058Z | [ helios-setup] Dec 20 22:52:24.144 INFO E| Downloading crates ... |
2452 | 2024-12-20T22:52:25.142Z | [ helios-setup] Dec 20 22:52:24.229 INFO E| Downloaded bitflags v2.3.3 |
2453 | 2024-12-20T22:52:25.149Z | [ helios-setup] Dec 20 22:52:24.235 INFO E| Downloaded block-buffer v0.9.0 |
2454 | 2024-12-20T22:52:25.152Z | [ helios-setup] Dec 20 22:52:24.237 INFO E| Downloaded anyhow v1.0.72 |
2455 | 2024-12-20T22:52:25.171Z | [ helios-setup] Dec 20 22:52:24.258 INFO E| Downloaded opaque-debug v0.3.0 |
2456 | 2024-12-20T22:52:25.174Z | [ helios-setup] Dec 20 22:52:24.259 INFO E| Downloaded itoa v1.0.9 |
2457 | 2024-12-20T22:52:25.177Z | [ helios-setup] Dec 20 22:52:24.261 INFO E| Downloaded errno v0.3.1 |
2458 | 2024-12-20T22:52:25.177Z | [ helios-setup] Dec 20 22:52:24.263 INFO E| Downloaded digest v0.9.0 |
2459 | 2024-12-20T22:52:25.180Z | [ helios-setup] Dec 20 22:52:24.265 INFO E| Downloaded cpufeatures v0.2.9 |
2460 | 2024-12-20T22:52:25.183Z | [ helios-setup] Dec 20 22:52:24.267 INFO E| Downloaded walkdir v2.3.3 |
2461 | 2024-12-20T22:52:25.186Z | [ helios-setup] Dec 20 22:52:24.270 INFO E| Downloaded once_cell v1.18.0 |
2462 | 2024-12-20T22:52:25.189Z | [ helios-setup] Dec 20 22:52:24.274 INFO E| Downloaded md-5 v0.9.1 |
2463 | 2024-12-20T22:52:25.191Z | [ helios-setup] Dec 20 22:52:24.276 INFO E| Downloaded fastrand v2.0.0 |
2464 | 2024-12-20T22:52:25.194Z | [ helios-setup] Dec 20 22:52:24.279 INFO E| Downloaded sha-1 v0.9.8 |
2465 | 2024-12-20T22:52:25.224Z | [ helios-setup] Dec 20 22:52:24.310 INFO E| Downloaded uuid v0.8.2 |
2466 | 2024-12-20T22:52:25.228Z | [ helios-setup] Dec 20 22:52:24.315 INFO E| Downloaded ryu v1.0.15 |
2467 | 2024-12-20T22:52:25.234Z | [ helios-setup] Dec 20 22:52:24.319 INFO E| Downloaded quote v1.0.31 |
2468 | 2024-12-20T22:52:25.237Z | [ helios-setup] Dec 20 22:52:24.323 INFO E| Downloaded proc-macro2 v1.0.66 |
2469 | 2024-12-20T22:52:25.241Z | [ helios-setup] Dec 20 22:52:24.327 INFO E| Downloaded unicode-ident v1.0.11 |
2470 | 2024-12-20T22:52:25.246Z | [ helios-setup] Dec 20 22:52:24.332 INFO E| Downloaded typenum v1.16.0 |
2471 | 2024-12-20T22:52:25.250Z | [ helios-setup] Dec 20 22:52:24.336 INFO E| Downloaded toml v0.5.11 |
2472 | 2024-12-20T22:52:25.255Z | [ helios-setup] Dec 20 22:52:24.340 INFO E| Downloaded serde_derive v1.0.193 |
2473 | 2024-12-20T22:52:25.258Z | [ helios-setup] Dec 20 22:52:24.345 INFO E| Downloaded serde v1.0.193 |
2474 | 2024-12-20T22:52:25.264Z | [ helios-setup] Dec 20 22:52:24.350 INFO E| Downloaded getrandom v0.2.10 |
2475 | 2024-12-20T22:52:25.269Z | [ helios-setup] Dec 20 22:52:24.354 INFO E| Downloaded tempfile v3.7.0 |
2476 | 2024-12-20T22:52:25.272Z | [ helios-setup] Dec 20 22:52:24.358 INFO E| Downloaded serde_json v1.0.103 |
2477 | 2024-12-20T22:52:25.283Z | [ helios-setup] Dec 20 22:52:24.368 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2478 | 2024-12-20T22:52:25.287Z | [ helios-setup] Dec 20 22:52:24.371 INFO E| Downloaded syn v2.0.32 |
2479 | 2024-12-20T22:52:25.335Z | [ helios-setup] Dec 20 22:52:24.420 INFO E| Downloaded rustix v0.38.4 |
2480 | 2024-12-20T22:52:25.397Z | [ helios-setup] Dec 20 22:52:24.480 INFO E| Downloaded libc v0.2.147 |
2481 | 2024-12-20T22:52:25.522Z | [ helios-setup] Dec 20 22:52:24.608 INFO E| Compiling libc v0.2.147 |
2482 | 2024-12-20T22:52:25.522Z | [ helios-setup] Dec 20 22:52:24.608 INFO E| Compiling proc-macro2 v1.0.66 |
2483 | 2024-12-20T22:52:25.522Z | [ helios-setup] Dec 20 22:52:24.608 INFO E| Compiling cfg-if v1.0.0 |
2484 | 2024-12-20T22:52:25.525Z | [ helios-setup] Dec 20 22:52:24.608 INFO E| Compiling unicode-ident v1.0.11 |
2485 | 2024-12-20T22:52:25.525Z | [ helios-setup] Dec 20 22:52:24.608 INFO E| Compiling typenum v1.16.0 |
2486 | 2024-12-20T22:52:25.525Z | [ helios-setup] Dec 20 22:52:24.608 INFO E| Compiling version_check v0.9.4 |
2487 | 2024-12-20T22:52:25.525Z | [ helios-setup] Dec 20 22:52:24.608 INFO E| Compiling serde v1.0.193 |
2488 | 2024-12-20T22:52:25.525Z | [ helios-setup] Dec 20 22:52:24.608 INFO E| Compiling slog v2.7.0 |
2489 | 2024-12-20T22:52:26.068Z | [ helios-setup] Dec 20 22:52:25.154 INFO E| Compiling itoa v1.0.9 |
2490 | 2024-12-20T22:52:26.420Z | [ helios-setup] Dec 20 22:52:25.505 INFO E| Compiling rustix v0.38.4 |
2491 | 2024-12-20T22:52:26.429Z | [ helios-setup] Dec 20 22:52:25.515 INFO E| Compiling powerfmt v0.2.0 |
2492 | 2024-12-20T22:52:27.146Z | [ helios-setup] Dec 20 22:52:26.232 INFO E| Compiling time-core v0.1.2 |
2493 | 2024-12-20T22:52:27.296Z | [ helios-setup] Dec 20 22:52:26.382 INFO E| Compiling num-conv v0.1.0 |
2494 | 2024-12-20T22:52:27.370Z | [ helios-setup] Dec 20 22:52:26.455 INFO E| Compiling deranged v0.3.11 |
2495 | 2024-12-20T22:52:27.410Z | [ helios-setup] Dec 20 22:52:26.495 INFO E| Compiling generic-array v0.14.7 |
2496 | 2024-12-20T22:52:27.454Z | [ helios-setup] Dec 20 22:52:26.539 INFO E| Compiling num_threads v0.1.6 |
2497 | 2024-12-20T22:52:27.611Z | [ helios-setup] Dec 20 22:52:26.697 INFO E| Compiling once_cell v1.18.0 |
2498 | 2024-12-20T22:52:27.980Z | [ helios-setup] Dec 20 22:52:27.066 INFO E| Compiling bitflags v2.3.3 |
2499 | 2024-12-20T22:52:28.024Z | [ helios-setup] Dec 20 22:52:27.109 INFO E| Compiling time-macros v0.2.18 |
2500 | 2024-12-20T22:52:28.552Z | [ helios-setup] Dec 20 22:52:27.638 INFO E| Compiling thread_local v1.1.7 |
2501 | 2024-12-20T22:52:29.171Z | [ helios-setup] Dec 20 22:52:28.256 INFO E| Compiling opaque-debug v0.3.0 |
2502 | 2024-12-20T22:52:29.460Z | [ helios-setup] Dec 20 22:52:28.546 INFO E| Compiling dirs-sys-next v0.1.2 |
2503 | 2024-12-20T22:52:29.659Z | [ helios-setup] Dec 20 22:52:28.744 INFO E| Compiling errno v0.3.1 |
2504 | 2024-12-20T22:52:29.815Z | [ helios-setup] Dec 20 22:52:28.900 INFO E| Compiling dirs-next v2.0.0 |
2505 | 2024-12-20T22:52:30.127Z | [ helios-setup] Dec 20 22:52:29.212 INFO E| Compiling quote v1.0.31 |
2506 | 2024-12-20T22:52:30.130Z | [ helios-setup] Dec 20 22:52:29.213 INFO E| Compiling term v0.7.0 |
2507 | 2024-12-20T22:52:31.046Z | [ helios-setup] Dec 20 22:52:30.131 INFO E| Compiling atty v0.2.14 |
2508 | 2024-12-20T22:52:31.070Z | [ helios-setup] Dec 20 22:52:30.155 INFO E| Compiling fastrand v2.0.0 |
2509 | 2024-12-20T22:52:31.351Z | [ helios-setup] Dec 20 22:52:30.436 INFO E| Compiling syn v2.0.32 |
2510 | 2024-12-20T22:52:31.439Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2511 | 2024-12-20T22:52:31.537Z | [ helios-setup] Dec 20 22:52:30.622 INFO E| Compiling serde_json v1.0.103 |
2512 | 2024-12-20T22:52:32.109Z | [ helios-setup] Dec 20 22:52:31.193 INFO E| Compiling anyhow v1.0.72 |
2513 | 2024-12-20T22:52:32.674Z | [ helios-setup] Dec 20 22:52:31.759 INFO E| Compiling getrandom v0.2.10 |
2514 | 2024-12-20T22:52:32.784Z | [ host-package] Compiling ciborium v0.2.2 |
2515 | 2024-12-20T22:52:32.911Z | [ helios-setup] Dec 20 22:52:31.996 INFO E| Compiling block-buffer v0.9.0 |
2516 | 2024-12-20T22:52:33.055Z | [ helios-setup] Dec 20 22:52:32.140 INFO E| Compiling digest v0.9.0 |
2517 | 2024-12-20T22:52:33.195Z | [ helios-setup] Dec 20 22:52:32.280 INFO E| Compiling ryu v1.0.15 |
2518 | 2024-12-20T22:52:33.282Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2519 | 2024-12-20T22:52:33.285Z | [ helios-setup] Dec 20 22:52:32.369 INFO E| Compiling unicode-width v0.1.10 |
2520 | 2024-12-20T22:52:33.561Z | [ helios-setup] Dec 20 22:52:32.646 INFO E| Compiling tempfile v3.7.0 |
2521 | 2024-12-20T22:52:33.663Z | [ helios-setup] Dec 20 22:52:32.747 INFO E| Compiling cpufeatures v0.2.9 |
2522 | 2024-12-20T22:52:33.710Z | [ helios-setup] Dec 20 22:52:32.794 INFO E| Compiling same-file v1.0.6 |
2523 | 2024-12-20T22:52:33.752Z | [ helios-setup] Dec 20 22:52:32.836 INFO E| Compiling sha-1 v0.9.8 |
2524 | 2024-12-20T22:52:33.823Z | [ helios-setup] Dec 20 22:52:32.899 INFO E| Compiling time v0.3.36 |
2525 | 2024-12-20T22:52:33.905Z | [ helios-setup] Dec 20 22:52:32.989 INFO E| Compiling getopts v0.2.21 |
2526 | 2024-12-20T22:52:34.254Z | [ helios-setup] Dec 20 22:52:33.338 INFO E| Compiling walkdir v2.3.3 |
2527 | 2024-12-20T22:52:34.860Z | [ helios-setup] Dec 20 22:52:33.944 INFO E| Compiling md-5 v0.9.1 |
2528 | 2024-12-20T22:52:35.078Z | [ helios-setup] Dec 20 22:52:34.163 INFO E| Compiling glob v0.3.1 |
2529 | 2024-12-20T22:52:35.894Z | [ helios-setup] Dec 20 22:52:34.766 INFO E| Compiling libdevinfo-sys v1.0.0 |
2530 | 2024-12-20T22:52:36.907Z | [ host-package] Compiling fastrand v2.1.1 |
2531 | 2024-12-20T22:52:37.481Z | [ helios-setup] Dec 20 22:52:36.565 INFO E| Compiling slog-term v2.9.0 |
2532 | 2024-12-20T22:52:39.390Z | [ helios-setup] Dec 20 22:52:38.474 INFO E| Compiling serde_derive v1.0.193 |
2533 | 2024-12-20T22:52:42.074Z | [ host-package] Compiling same-file v1.0.6 |
2534 | 2024-12-20T22:52:42.473Z | [ host-package] Compiling display-error-chain v0.2.2 |
2535 | 2024-12-20T22:52:42.809Z | [ host-package] Compiling walkdir v2.5.0 |
2536 | 2024-12-20T22:52:43.541Z | [ host-package] Compiling tempfile v3.13.0 |
2537 | 2024-12-20T22:52:44.511Z | [ host-package] Compiling blake3 v1.5.4 |
2538 | 2024-12-20T22:52:44.620Z | [ host-package] Compiling ring v0.16.20 |
2539 | 2024-12-20T22:52:44.923Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2540 | 2024-12-20T22:52:45.252Z | [ host-package] Compiling xattr v1.3.1 |
2541 | 2024-12-20T22:52:45.534Z | [ host-package] Compiling filetime v0.2.25 |
2542 | 2024-12-20T22:52:45.956Z | [ host-package] Compiling memmap2 v0.9.5 |
2543 | 2024-12-20T22:52:46.532Z | [ host-package] Compiling spin v0.5.2 |
2544 | 2024-12-20T22:52:46.840Z | [ host-package] Compiling keccak v0.1.5 |
2545 | 2024-12-20T22:52:46.882Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2546 | 2024-12-20T22:52:47.083Z | [ host-package] Compiling arrayvec v0.7.6 |
2547 | 2024-12-20T22:52:47.403Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2548 | 2024-12-20T22:52:47.535Z | [ host-package] Compiling arrayref v0.3.9 |
2549 | 2024-12-20T22:52:48.002Z | [ host-package] Compiling sha3 v0.10.8 |
2550 | 2024-12-20T22:52:48.040Z | [ host-package] Compiling tar v0.4.42 |
2551 | 2024-12-20T22:52:48.998Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2552 | 2024-12-20T22:52:49.031Z | [ host-package] Compiling toolchain_find v0.4.0 |
2553 | 2024-12-20T22:52:49.494Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2554 | 2024-12-20T22:52:49.794Z | [ host-package] Compiling maplit v1.0.2 |
2555 | 2024-12-20T22:52:49.987Z | [ host-package] Compiling crunchy v0.2.2 |
2556 | 2024-12-20T22:52:50.338Z | [ host-package] Compiling topological-sort v0.2.2 |
2557 | 2024-12-20T22:52:50.394Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2558 | 2024-12-20T22:52:50.555Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2559 | 2024-12-20T22:52:50.604Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2560 | 2024-12-20T22:52:51.078Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2561 | 2024-12-20T22:52:51.162Z | [ host-package] Compiling phf_generator v0.11.2 |
2562 | 2024-12-20T22:52:51.377Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2563 | 2024-12-20T22:52:51.636Z | [ host-package] Compiling secrecy v0.8.0 |
2564 | 2024-12-20T22:52:51.872Z | [ host-package] Compiling const_format v0.2.33 |
2565 | 2024-12-20T22:52:51.954Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2566 | 2024-12-20T22:52:52.448Z | [ host-package] Compiling arc-swap v1.7.1 |
2567 | 2024-12-20T22:52:52.663Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2568 | 2024-12-20T22:52:52.724Z | [ host-package] Compiling diesel_derives v2.2.3 |
2569 | 2024-12-20T22:52:52.896Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2570 | 2024-12-20T22:52:53.123Z | [ host-package] Compiling slog-scope v4.4.0 |
2571 | 2024-12-20T22:52:53.153Z | [ host-package] Compiling r2d2 v0.8.10 |
2572 | 2024-12-20T22:52:53.216Z | [ host-package] Compiling phf_codegen v0.11.2 |
2573 | 2024-12-20T22:52:53.488Z | [ helios-setup] Dec 20 22:52:52.569 INFO E| Compiling toml v0.5.11 |
2574 | 2024-12-20T22:52:53.488Z | [ helios-setup] Dec 20 22:52:52.569 INFO E| Compiling uuid v0.8.2 |
2575 | 2024-12-20T22:52:53.570Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2576 | 2024-12-20T22:52:54.080Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2577 | 2024-12-20T22:52:54.121Z | [ host-package] Compiling universal-hash v0.5.1 |
2578 | 2024-12-20T22:52:54.432Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2579 | 2024-12-20T22:52:54.434Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2580 | 2024-12-20T22:52:54.861Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2581 | 2024-12-20T22:52:55.529Z | [ helios-setup] Dec 20 22:52:54.610 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2582 | 2024-12-20T22:52:56.966Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2583 | 2024-12-20T22:52:57.074Z | [ host-package] Compiling ena v0.14.3 |
2584 | 2024-12-20T22:52:57.693Z | [ host-package] Compiling opaque-debug v0.3.1 |
2585 | 2024-12-20T22:52:57.852Z | [ host-package] Compiling diff v0.1.13 |
2586 | 2024-12-20T22:52:57.957Z | [ host-package] Compiling regex-syntax v0.6.29 |
2587 | 2024-12-20T22:52:58.586Z | [ helios-setup] Dec 20 22:52:57.666 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2588 | 2024-12-20T22:52:58.683Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2589 | 2024-12-20T22:52:58.944Z | [ host-package] Compiling poly1305 v0.8.0 |
2590 | 2024-12-20T22:53:00.813Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2591 | 2024-12-20T22:53:02.266Z | [ host-package] Compiling lalrpop v0.19.12 |
2592 | 2024-12-20T22:53:03.983Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2593 | 2024-12-20T22:53:05.554Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2594 | 2024-12-20T22:53:06.534Z | [ host-package] Compiling diesel v2.2.6 |
2595 | 2024-12-20T22:53:06.817Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2596 | 2024-12-20T22:53:07.243Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2597 | 2024-12-20T22:53:07.702Z | [ host-package] Compiling chacha20 v0.9.1 |
2598 | 2024-12-20T22:53:08.292Z | [ host-package] Compiling aead v0.5.2 |
2599 | 2024-12-20T22:53:08.835Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2600 | 2024-12-20T22:53:09.885Z | [ host-package] Compiling ref-cast v1.0.23 |
2601 | 2024-12-20T22:53:10.740Z | [ host-package] Compiling vte v0.11.1 |
2602 | 2024-12-20T22:53:12.433Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2603 | 2024-12-20T22:53:12.760Z | [ helios-setup] Dec 20 22:53:11.837 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.76s |
2604 | 2024-12-20T22:53:12.793Z | [ helios-setup] Dec 20 22:53:11.871 INFO building project "image-builder" ok (48 seconds) |
2605 | 2024-12-20T22:53:12.793Z | [ helios-setup] Dec 20 22:53:11.871 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2606 | 2024-12-20T22:53:12.793Z | [ helios-setup] Dec 20 22:53:11.871 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2607 | 2024-12-20T22:53:12.807Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2608 | 2024-12-20T22:53:12.931Z | [ host-package] Compiling chrono-tz v0.10.0 |
2609 | 2024-12-20T22:53:13.091Z | [ helios-setup] Dec 20 22:53:12.169 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2610 | 2024-12-20T22:53:13.672Z | [ host-package] Compiling vsss-rs v3.3.4 |
2611 | 2024-12-20T22:53:14.372Z | [ helios-setup] Dec 20 22:53:13.449 INFO E| From https://github.com/oxidecomputer/progenitor |
2612 | 2024-12-20T22:53:14.372Z | [ helios-setup] Dec 20 22:53:13.449 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2613 | 2024-12-20T22:53:14.408Z | [ helios-setup] Dec 20 22:53:13.485 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2614 | 2024-12-20T22:53:14.408Z | [ helios-setup] Dec 20 22:53:13.485 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2615 | 2024-12-20T22:53:14.519Z | [ helios-setup] Dec 20 22:53:13.594 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2616 | 2024-12-20T22:53:15.082Z | [ helios-setup] Dec 20 22:53:14.159 INFO E| From https://github.com/jclulow/hiercmd |
2617 | 2024-12-20T22:53:15.082Z | [ helios-setup] Dec 20 22:53:14.159 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2618 | 2024-12-20T22:53:15.101Z | [ helios-setup] Dec 20 22:53:14.178 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2619 | 2024-12-20T22:53:15.684Z | [ helios-setup] Dec 20 22:53:14.759 INFO E| From https://github.com/jclulow/network-interface |
2620 | 2024-12-20T22:53:15.684Z | [ helios-setup] Dec 20 22:53:14.759 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2621 | 2024-12-20T22:53:15.744Z | [ helios-setup] Dec 20 22:53:14.821 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2622 | 2024-12-20T22:53:15.755Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2623 | 2024-12-20T22:53:16.079Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2624 | 2024-12-20T22:53:16.227Z | [ helios-setup] Dec 20 22:53:15.304 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2625 | 2024-12-20T22:53:16.227Z | [ helios-setup] Dec 20 22:53:15.304 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2626 | 2024-12-20T22:53:16.261Z | [ helios-setup] Dec 20 22:53:15.338 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2627 | 2024-12-20T22:53:17.211Z | [ helios-setup] Dec 20 22:53:16.288 INFO E| From https://github.com/oxidecomputer/facade |
2628 | 2024-12-20T22:53:17.211Z | [ helios-setup] Dec 20 22:53:16.288 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2629 | 2024-12-20T22:53:17.251Z | [ helios-setup] Dec 20 22:53:16.328 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2630 | 2024-12-20T22:53:18.117Z | [ helios-setup] Dec 20 22:53:17.194 INFO E| From https://github.com/oxidecomputer/dropshot |
2631 | 2024-12-20T22:53:18.117Z | [ helios-setup] Dec 20 22:53:17.194 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2632 | 2024-12-20T22:53:18.154Z | [ helios-setup] Dec 20 22:53:17.230 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2633 | 2024-12-20T22:53:18.154Z | [ helios-setup] Dec 20 22:53:17.230 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2634 | 2024-12-20T22:53:18.157Z | [ helios-setup] Dec 20 22:53:17.230 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2635 | 2024-12-20T22:53:18.157Z | [ helios-setup] Dec 20 22:53:17.231 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2636 | 2024-12-20T22:53:18.157Z | [ helios-setup] Dec 20 22:53:17.231 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2637 | 2024-12-20T22:53:18.157Z | [ helios-setup] Dec 20 22:53:17.231 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2638 | 2024-12-20T22:53:18.157Z | [ helios-setup] Dec 20 22:53:17.231 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2639 | 2024-12-20T22:53:18.157Z | [ helios-setup] Dec 20 22:53:17.231 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2640 | 2024-12-20T22:53:18.203Z | [ helios-setup] Dec 20 22:53:17.280 INFO E| Updating crates.io index |
2641 | 2024-12-20T22:53:18.238Z | [ helios-setup] Dec 20 22:53:17.315 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2642 | 2024-12-20T22:53:18.503Z | [ host-package] Compiling headers-core v0.3.0 |
2643 | 2024-12-20T22:53:18.589Z | [ host-package] Compiling fxhash v0.2.1 |
2644 | 2024-12-20T22:53:18.699Z | [ host-package] Compiling libxml v0.3.3 |
2645 | 2024-12-20T22:53:18.850Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2646 | 2024-12-20T22:53:19.081Z | [ host-package] Compiling bytecount v0.6.8 |
2647 | 2024-12-20T22:53:19.274Z | [ helios-setup] Dec 20 22:53:18.351 INFO E| From https://github.com/oxidecomputer/typify |
2648 | 2024-12-20T22:53:19.274Z | [ helios-setup] Dec 20 22:53:18.351 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2649 | 2024-12-20T22:53:19.306Z | [ helios-setup] Dec 20 22:53:18.382 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2650 | 2024-12-20T22:53:19.310Z | [ helios-setup] Dec 20 22:53:18.382 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2651 | 2024-12-20T22:53:19.310Z | [ helios-setup] Dec 20 22:53:18.382 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2652 | 2024-12-20T22:53:19.310Z | [ helios-setup] Dec 20 22:53:18.382 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2653 | 2024-12-20T22:53:19.310Z | [ helios-setup] Dec 20 22:53:18.383 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2654 | 2024-12-20T22:53:19.310Z | [ helios-setup] Dec 20 22:53:18.383 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2655 | 2024-12-20T22:53:19.310Z | [ helios-setup] Dec 20 22:53:18.383 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2656 | 2024-12-20T22:53:19.488Z | [ host-package] Compiling papergrid v0.11.0 |
2657 | 2024-12-20T22:53:19.652Z | [ helios-setup] Dec 20 22:53:18.729 INFO E| Downloading crates ... |
2658 | 2024-12-20T22:53:19.810Z | [ helios-setup] Dec 20 22:53:18.886 INFO E| Downloaded async-stream-impl v0.3.5 |
2659 | 2024-12-20T22:53:19.813Z | [ helios-setup] Dec 20 22:53:18.889 INFO E| Downloaded anstyle-parse v0.1.1 |
2660 | 2024-12-20T22:53:19.815Z | [ helios-setup] Dec 20 22:53:18.892 INFO E| Downloaded anstream v0.2.6 |
2661 | 2024-12-20T22:53:19.819Z | [ helios-setup] Dec 20 22:53:18.896 INFO E| Downloaded ahash v0.8.3 |
2662 | 2024-12-20T22:53:19.823Z | [ helios-setup] Dec 20 22:53:18.900 INFO E| Downloaded aho-corasick v0.7.20 |
2663 | 2024-12-20T22:53:19.830Z | [ helios-setup] Dec 20 22:53:18.906 INFO E| Downloaded ahash v0.7.6 |
2664 | 2024-12-20T22:53:19.834Z | [ helios-setup] Dec 20 22:53:18.911 INFO E| Downloaded bytes v1.4.0 |
2665 | 2024-12-20T22:53:19.842Z | [ helios-setup] Dec 20 22:53:18.919 INFO E| Downloaded byteorder v1.4.3 |
2666 | 2024-12-20T22:53:19.846Z | [ helios-setup] Dec 20 22:53:18.922 INFO E| Downloaded built v0.6.0 |
2667 | 2024-12-20T22:53:19.848Z | [ helios-setup] Dec 20 22:53:18.925 INFO E| Downloaded schemars v0.8.12 |
2668 | 2024-12-20T22:53:19.867Z | [ helios-setup] Dec 20 22:53:18.942 INFO E| Downloaded const-random-macro v0.1.15 |
2669 | 2024-12-20T22:53:19.870Z | [ helios-setup] Dec 20 22:53:18.944 INFO E| Downloaded scopeguard v1.1.0 |
2670 | 2024-12-20T22:53:19.870Z | [ helios-setup] Dec 20 22:53:18.946 INFO E| Downloaded cargo-lock v8.0.3 |
2671 | 2024-12-20T22:53:19.875Z | [ helios-setup] Dec 20 22:53:18.950 INFO E| Downloaded camino v1.1.4 |
2672 | 2024-12-20T22:53:19.877Z | [ helios-setup] Dec 20 22:53:18.954 INFO E| Downloaded semver v1.0.17 |
2673 | 2024-12-20T22:53:19.881Z | [ helios-setup] Dec 20 22:53:18.958 INFO E| Downloaded bincode v1.3.3 |
2674 | 2024-12-20T22:53:19.885Z | [ helios-setup] Dec 20 22:53:18.961 INFO E| Downloaded async-trait v0.1.68 |
2675 | 2024-12-20T22:53:19.890Z | [ helios-setup] Dec 20 22:53:18.967 INFO E| Downloaded sha1 v0.10.5 |
2676 | 2024-12-20T22:53:19.893Z | [ helios-setup] Dec 20 22:53:18.970 INFO E| Downloaded semver v0.11.0 |
2677 | 2024-12-20T22:53:19.896Z | [ helios-setup] Dec 20 22:53:18.972 INFO E| Downloaded sct v0.7.0 |
2678 | 2024-12-20T22:53:19.918Z | [ helios-setup] Dec 20 22:53:18.995 INFO E| Downloaded try-lock v0.2.4 |
2679 | 2024-12-20T22:53:19.921Z | [ helios-setup] Dec 20 22:53:18.996 INFO E| Downloaded tokio-macros v2.0.0 |
2680 | 2024-12-20T22:53:19.924Z | [ helios-setup] Dec 20 22:53:18.998 INFO E| Downloaded thiserror v1.0.38 |
2681 | 2024-12-20T22:53:19.929Z | [ helios-setup] Dec 20 22:53:19.005 INFO E| Downloaded lazy_static v1.4.0 |
2682 | 2024-12-20T22:53:19.932Z | [ helios-setup] Dec 20 22:53:19.007 INFO E| Downloaded serde_tokenstream v0.2.0 |
2683 | 2024-12-20T22:53:19.936Z | [ helios-setup] Dec 20 22:53:19.013 INFO E| Downloaded num_enum v0.5.7 |
2684 | 2024-12-20T22:53:19.946Z | [ helios-setup] Dec 20 22:53:19.021 INFO E| Downloaded strsim v0.10.0 |
2685 | 2024-12-20T22:53:19.949Z | [ helios-setup] Dec 20 22:53:19.023 INFO E| Downloaded serde_path_to_error v0.1.11 |
2686 | 2024-12-20T22:53:19.952Z | [ helios-setup] Dec 20 22:53:19.026 INFO E| Downloaded percent-encoding v2.2.0 |
2687 | 2024-12-20T22:53:19.952Z | [ helios-setup] Dec 20 22:53:19.028 INFO E| Downloaded tower-service v0.3.2 |
2688 | 2024-12-20T22:53:19.955Z | [ helios-setup] Dec 20 22:53:19.029 INFO E| Downloaded ppv-lite86 v0.2.17 |
2689 | 2024-12-20T22:53:19.976Z | [ helios-setup] Dec 20 22:53:19.052 INFO E| Downloaded tokio-rustls v0.24.0 |
2690 | 2024-12-20T22:53:19.976Z | [ helios-setup] Dec 20 22:53:19.052 INFO E| Downloaded pkg-config v0.3.26 |
2691 | 2024-12-20T22:53:19.978Z | [ helios-setup] Dec 20 22:53:19.052 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2692 | 2024-12-20T22:53:19.979Z | [ helios-setup] Dec 20 22:53:19.052 INFO E| Downloaded want v0.3.0 |
2693 | 2024-12-20T22:53:19.979Z | [ helios-setup] Dec 20 22:53:19.052 INFO E| Downloaded rustls-pemfile v1.0.2 |
2694 | 2024-12-20T22:53:19.979Z | [ helios-setup] Dec 20 22:53:19.052 INFO E| Downloaded futures-channel v0.3.28 |
2695 | 2024-12-20T22:53:19.979Z | [ helios-setup] Dec 20 22:53:19.052 INFO E| Downloaded futures-macro v0.3.28 |
2696 | 2024-12-20T22:53:19.979Z | [ helios-setup] Dec 20 22:53:19.052 INFO E| Downloaded signal-hook-registry v1.4.0 |
2697 | 2024-12-20T22:53:19.979Z | [ helios-setup] Dec 20 22:53:19.052 INFO E| Downloaded serde_yaml v0.9.21 |
2698 | 2024-12-20T22:53:19.982Z | [ helios-setup] Dec 20 22:53:19.055 INFO E| Downloaded lock_api v0.4.9 |
2699 | 2024-12-20T22:53:19.982Z | [ helios-setup] Dec 20 22:53:19.058 INFO E| Downloaded smartstring v1.0.1 |
2700 | 2024-12-20T22:53:19.985Z | [ helios-setup] Dec 20 22:53:19.062 INFO E| Downloaded toolchain_find v0.2.0 |
2701 | 2024-12-20T22:53:19.988Z | [ helios-setup] Dec 20 22:53:19.064 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2702 | 2024-12-20T22:53:19.991Z | [ helios-setup] Dec 20 22:53:19.067 INFO E| Downloaded quote v1.0.36 |
2703 | 2024-12-20T22:53:20.019Z | [ helios-setup] Dec 20 22:53:19.095 INFO E| Downloaded toml_datetime v0.6.1 |
2704 | 2024-12-20T22:53:20.021Z | [ helios-setup] Dec 20 22:53:19.097 INFO E| Downloaded socket2 v0.4.9 |
2705 | 2024-12-20T22:53:20.024Z | [ helios-setup] Dec 20 22:53:19.099 INFO E| Downloaded slog-bunyan v2.4.0 |
2706 | 2024-12-20T22:53:20.028Z | [ helios-setup] Dec 20 22:53:19.101 INFO E| Downloaded crossbeam-utils v0.8.14 |
2707 | 2024-12-20T22:53:20.032Z | [ helios-setup] Dec 20 22:53:19.105 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2708 | 2024-12-20T22:53:20.035Z | [ helios-setup] Dec 20 22:53:19.110 INFO E| Downloaded textwrap v0.16.0 |
2709 | 2024-12-20T22:53:20.037Z | [ helios-setup] Dec 20 22:53:19.113 INFO E| Downloaded pin-project-lite v0.2.9 |
2710 | 2024-12-20T22:53:20.045Z | [ helios-setup] Dec 20 22:53:19.121 INFO E| Downloaded utf8parse v0.2.1 |
2711 | 2024-12-20T22:53:20.047Z | [ helios-setup] Dec 20 22:53:19.123 INFO E| Downloaded ryu v1.0.13 |
2712 | 2024-12-20T22:53:20.073Z | [ helios-setup] Dec 20 22:53:19.144 INFO E| Downloaded unicode-ident v1.0.8 |
2713 | 2024-12-20T22:53:20.076Z | [ helios-setup] Dec 20 22:53:19.150 INFO E| Downloaded unicode-bidi v0.3.13 |
2714 | 2024-12-20T22:53:20.076Z | [ helios-setup] Dec 20 22:53:19.150 INFO E| Downloaded uuid v1.3.0 |
2715 | 2024-12-20T22:53:20.092Z | [ helios-setup] Dec 20 22:53:19.168 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2716 | 2024-12-20T22:53:20.106Z | [ helios-setup] Dec 20 22:53:19.173 INFO E| Downloaded url v2.3.1 |
2717 | 2024-12-20T22:53:20.106Z | [ helios-setup] Dec 20 22:53:19.177 INFO E| Downloaded tracing-core v0.1.30 |
2718 | 2024-12-20T22:53:20.106Z | [ helios-setup] Dec 20 22:53:19.182 INFO E| Downloaded toml_edit v0.19.8 |
2719 | 2024-12-20T22:53:20.138Z | [ helios-setup] Dec 20 22:53:19.215 INFO E| Downloaded tokio-util v0.7.7 |
2720 | 2024-12-20T22:53:20.148Z | [ helios-setup] Dec 20 22:53:19.225 INFO E| Downloaded unicode-normalization v0.1.22 |
2721 | 2024-12-20T22:53:20.159Z | [ helios-setup] Dec 20 22:53:19.231 INFO E| Downloaded pest v2.5.7 |
2722 | 2024-12-20T22:53:20.174Z | [ helios-setup] Dec 20 22:53:19.250 INFO E| Downloaded http v0.2.9 |
2723 | 2024-12-20T22:53:20.180Z | [ helios-setup] Dec 20 22:53:19.256 INFO E| Downloaded serde_json v1.0.95 |
2724 | 2024-12-20T22:53:20.194Z | [ helios-setup] Dec 20 22:53:19.269 INFO E| Downloaded winnow v0.4.1 |
2725 | 2024-12-20T22:53:20.207Z | [ helios-setup] Dec 20 22:53:19.283 INFO E| Downloaded futures-util v0.3.28 |
2726 | 2024-12-20T22:53:20.227Z | [ helios-setup] Dec 20 22:53:19.304 INFO E| Downloaded syn v2.0.72 |
2727 | 2024-12-20T22:53:20.244Z | [ helios-setup] Dec 20 22:53:19.320 INFO E| Downloaded h2 v0.3.16 |
2728 | 2024-12-20T22:53:20.254Z | [ helios-setup] Dec 20 22:53:19.330 INFO E| Downloaded reqwest v0.11.16 |
2729 | 2024-12-20T22:53:20.266Z | [ helios-setup] Dec 20 22:53:19.342 INFO E| Downloaded syn v1.0.107 |
2730 | 2024-12-20T22:53:20.283Z | [ helios-setup] Dec 20 22:53:19.359 INFO E| Downloaded rayon v1.6.1 |
2731 | 2024-12-20T22:53:20.297Z | [ helios-setup] Dec 20 22:53:19.373 INFO E| Downloaded hyper v0.14.25 |
2732 | 2024-12-20T22:53:20.309Z | [ helios-setup] Dec 20 22:53:19.386 INFO E| Downloaded regress v0.5.0 |
2733 | 2024-12-20T22:53:20.320Z | [ helios-setup] Dec 20 22:53:19.396 INFO E| Downloaded regex v1.7.3 |
2734 | 2024-12-20T22:53:20.333Z | [ helios-setup] Dec 20 22:53:19.409 INFO E| Downloaded git2 v0.16.1 |
2735 | 2024-12-20T22:53:20.347Z | [ helios-setup] Dec 20 22:53:19.422 INFO E| Downloaded rustix v0.37.3 |
2736 | 2024-12-20T22:53:20.382Z | [ helios-setup] Dec 20 22:53:19.458 INFO E| Downloaded clap_builder v4.2.1 |
2737 | 2024-12-20T22:53:20.385Z | [ helios-setup] Dec 20 22:53:19.461 INFO E| Downloaded rhai v1.14.0 |
2738 | 2024-12-20T22:53:20.403Z | [ helios-setup] Dec 20 22:53:19.479 INFO E| Downloaded chrono v0.4.24 |
2739 | 2024-12-20T22:53:20.415Z | [ helios-setup] Dec 20 22:53:19.490 INFO E| Downloaded serde v1.0.204 |
2740 | 2024-12-20T22:53:20.423Z | [ helios-setup] Dec 20 22:53:19.495 INFO E| Downloaded openapiv3 v1.0.2 |
2741 | 2024-12-20T22:53:20.436Z | [ helios-setup] Dec 20 22:53:19.512 INFO E| Downloaded mio v0.8.5 |
2742 | 2024-12-20T22:53:20.444Z | [ helios-setup] Dec 20 22:53:19.520 INFO E| Downloaded crossbeam-channel v0.5.6 |
2743 | 2024-12-20T22:53:20.450Z | [ helios-setup] Dec 20 22:53:19.527 INFO E| Downloaded tracing v0.1.37 |
2744 | 2024-12-20T22:53:20.465Z | [ helios-setup] Dec 20 22:53:19.541 INFO E| Downloaded unicode-linebreak v0.1.4 |
2745 | 2024-12-20T22:53:20.465Z | [ helios-setup] Dec 20 22:53:19.541 INFO E| Downloaded tempfile v3.5.0 |
2746 | 2024-12-20T22:53:20.465Z | [ helios-setup] Dec 20 22:53:19.541 INFO E| Downloaded rustls-webpki v0.100.1 |
2747 | 2024-12-20T22:53:20.471Z | [ helios-setup] Dec 20 22:53:19.547 INFO E| Downloaded ucd-trie v0.1.5 |
2748 | 2024-12-20T22:53:20.474Z | [ helios-setup] Dec 20 22:53:19.550 INFO E| Downloaded tungstenite v0.18.0 |
2749 | 2024-12-20T22:53:20.477Z | [ helios-setup] Dec 20 22:53:19.554 INFO E| Downloaded tinyvec v1.6.0 |
2750 | 2024-12-20T22:53:20.482Z | [ helios-setup] Dec 20 22:53:19.558 INFO E| Downloaded futures v0.3.28 |
2751 | 2024-12-20T22:53:20.489Z | [ helios-setup] Dec 20 22:53:19.565 INFO E| Downloaded serde_derive v1.0.204 |
2752 | 2024-12-20T22:53:20.493Z | [ helios-setup] Dec 20 22:53:19.569 INFO E| Downloaded rayon-core v1.10.2 |
2753 | 2024-12-20T22:53:20.499Z | [ helios-setup] Dec 20 22:53:19.575 INFO E| Downloaded sha2 v0.10.6 |
2754 | 2024-12-20T22:53:20.502Z | [ helios-setup] Dec 20 22:53:19.578 INFO E| Downloaded tokio v1.27.0 |
2755 | 2024-12-20T22:53:20.549Z | [ helios-setup] Dec 20 22:53:19.625 INFO E| Downloaded memchr v2.5.0 |
2756 | 2024-12-20T22:53:20.551Z | [ host-package] Compiling headers v0.4.0 |
2757 | 2024-12-20T22:53:20.555Z | [ helios-setup] Dec 20 22:53:19.631 INFO E| Downloaded base64 v0.21.0 |
2758 | 2024-12-20T22:53:20.560Z | [ helios-setup] Dec 20 22:53:19.636 INFO E| Downloaded time v0.1.45 |
2759 | 2024-12-20T22:53:20.563Z | [ helios-setup] Dec 20 22:53:19.638 INFO E| Downloaded proc-macro2 v1.0.86 |
2760 | 2024-12-20T22:53:20.565Z | [ helios-setup] Dec 20 22:53:19.641 INFO E| Downloaded once_cell v1.17.0 |
2761 | 2024-12-20T22:53:20.568Z | [ helios-setup] Dec 20 22:53:19.644 INFO E| Downloaded parking_lot v0.12.1 |
2762 | 2024-12-20T22:53:20.570Z | [ helios-setup] Dec 20 22:53:19.647 INFO E| Downloaded num-traits v0.2.15 |
2763 | 2024-12-20T22:53:20.574Z | [ helios-setup] Dec 20 22:53:19.650 INFO E| Downloaded libc v0.2.139 |
2764 | 2024-12-20T22:53:20.610Z | [ helios-setup] Dec 20 22:53:19.686 INFO E| Downloaded toml v0.7.3 |
2765 | 2024-12-20T22:53:20.615Z | [ helios-setup] Dec 20 22:53:19.692 INFO E| Downloaded thiserror-impl v1.0.38 |
2766 | 2024-12-20T22:53:20.618Z | [ helios-setup] Dec 20 22:53:19.694 INFO E| Downloaded terminal_size v0.2.6 |
2767 | 2024-12-20T22:53:20.621Z | [ helios-setup] Dec 20 22:53:19.696 INFO E| Downloaded smawk v0.3.1 |
2768 | 2024-12-20T22:53:20.623Z | [ helios-setup] Dec 20 22:53:19.698 INFO E| Downloaded rhai_codegen v1.5.0 |
2769 | 2024-12-20T22:53:20.634Z | [ helios-setup] Dec 20 22:53:19.710 INFO E| Downloaded parking_lot_core v0.9.6 |
2770 | 2024-12-20T22:53:20.638Z | [ helios-setup] Dec 20 22:53:19.714 INFO E| Downloaded log v0.4.17 |
2771 | 2024-12-20T22:53:20.641Z | [ helios-setup] Dec 20 22:53:19.718 INFO E| Downloaded paste v1.0.12 |
2772 | 2024-12-20T22:53:20.646Z | [ helios-setup] Dec 20 22:53:19.723 INFO E| Downloaded httparse v1.8.0 |
2773 | 2024-12-20T22:53:20.650Z | [ helios-setup] Dec 20 22:53:19.726 INFO E| Downloaded io-lifetimes v1.0.10 |
2774 | 2024-12-20T22:53:20.653Z | [ helios-setup] Dec 20 22:53:19.729 INFO E| Downloaded home v0.5.4 |
2775 | 2024-12-20T22:53:20.656Z | [ helios-setup] Dec 20 22:53:19.731 INFO E| Downloaded serde_spanned v0.6.1 |
2776 | 2024-12-20T22:53:20.659Z | [ helios-setup] Dec 20 22:53:19.732 INFO E| Downloaded ipnet v2.7.2 |
2777 | 2024-12-20T22:53:20.659Z | [ helios-setup] Dec 20 22:53:19.735 INFO E| Downloaded getrandom v0.2.8 |
2778 | 2024-12-20T22:53:20.662Z | [ helios-setup] Dec 20 22:53:19.739 INFO E| Downloaded cc v1.0.78 |
2779 | 2024-12-20T22:53:20.666Z | [ helios-setup] Dec 20 22:53:19.743 INFO E| Downloaded smallvec v1.10.0 |
2780 | 2024-12-20T22:53:20.669Z | [ helios-setup] Dec 20 22:53:19.746 INFO E| Downloaded proc-macro-crate v1.2.1 |
2781 | 2024-12-20T22:53:20.672Z | [ helios-setup] Dec 20 22:53:19.747 INFO E| Downloaded slog-async v2.7.0 |
2782 | 2024-12-20T22:53:20.675Z | [ helios-setup] Dec 20 22:53:19.749 INFO E| Downloaded slab v0.4.7 |
2783 | 2024-12-20T22:53:20.675Z | [ helios-setup] Dec 20 22:53:19.751 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2784 | 2024-12-20T22:53:20.679Z | [ helios-setup] Dec 20 22:53:19.754 INFO E| Downloaded num_enum_derive v0.5.7 |
2785 | 2024-12-20T22:53:20.682Z | [ helios-setup] Dec 20 22:53:19.755 INFO E| Downloaded num_cpus v1.15.0 |
2786 | 2024-12-20T22:53:20.685Z | [ helios-setup] Dec 20 22:53:19.759 INFO E| Downloaded num-integer v0.1.45 |
2787 | 2024-12-20T22:53:20.687Z | [ helios-setup] Dec 20 22:53:19.762 INFO E| Downloaded memoffset v0.7.1 |
2788 | 2024-12-20T22:53:20.687Z | [ helios-setup] Dec 20 22:53:19.763 INFO E| Downloaded rustls v0.21.0 |
2789 | 2024-12-20T22:53:20.704Z | [ helios-setup] Dec 20 22:53:19.780 INFO E| Downloaded jobserver v0.1.26 |
2790 | 2024-12-20T22:53:20.706Z | [ helios-setup] Dec 20 22:53:19.782 INFO E| Downloaded itoa v1.0.6 |
2791 | 2024-12-20T22:53:20.708Z | [ helios-setup] Dec 20 22:53:19.784 INFO E| Downloaded is-terminal v0.4.7 |
2792 | 2024-12-20T22:53:20.711Z | [ helios-setup] Dec 20 22:53:19.785 INFO E| Downloaded iana-time-zone v0.1.56 |
2793 | 2024-12-20T22:53:20.713Z | [ helios-setup] Dec 20 22:53:19.788 INFO E| Downloaded httpdate v1.0.2 |
2794 | 2024-12-20T22:53:20.716Z | [ helios-setup] Dec 20 22:53:19.790 INFO E| Downloaded futures-sink v0.3.28 |
2795 | 2024-12-20T22:53:20.716Z | [ helios-setup] Dec 20 22:53:19.791 INFO E| Downloaded serde_derive_internals v0.26.0 |
2796 | 2024-12-20T22:53:20.719Z | [ helios-setup] Dec 20 22:53:19.793 INFO E| Downloaded crossbeam-deque v0.8.2 |
2797 | 2024-12-20T22:53:20.719Z | [ helios-setup] Dec 20 22:53:19.795 INFO E| Downloaded clap_derive v4.2.0 |
2798 | 2024-12-20T22:53:20.722Z | [ helios-setup] Dec 20 22:53:19.797 INFO E| Downloaded clap v4.2.1 |
2799 | 2024-12-20T22:53:20.732Z | [ helios-setup] Dec 20 22:53:19.808 INFO E| Downloaded http-body v0.4.5 |
2800 | 2024-12-20T22:53:20.734Z | [ helios-setup] Dec 20 22:53:19.810 INFO E| Downloaded futures-task v0.3.28 |
2801 | 2024-12-20T22:53:20.736Z | [ helios-setup] Dec 20 22:53:19.812 INFO E| Downloaded futures-io v0.3.28 |
2802 | 2024-12-20T22:53:20.736Z | [ helios-setup] Dec 20 22:53:19.813 INFO E| Downloaded futures-executor v0.3.28 |
2803 | 2024-12-20T22:53:20.739Z | [ helios-setup] Dec 20 22:53:19.815 INFO E| Downloaded futures-core v0.3.28 |
2804 | 2024-12-20T22:53:20.741Z | [ helios-setup] Dec 20 22:53:19.816 INFO E| Downloaded form_urlencoded v1.1.0 |
2805 | 2024-12-20T22:53:20.741Z | [ helios-setup] Dec 20 22:53:19.817 INFO E| Downloaded fastrand v1.9.0 |
2806 | 2024-12-20T22:53:20.744Z | [ helios-setup] Dec 20 22:53:19.819 INFO E| Downloaded encoding_rs v0.8.32 |
2807 | 2024-12-20T22:53:20.768Z | [ helios-setup] Dec 20 22:53:19.844 INFO E| Downloaded either v1.8.0 |
2808 | 2024-12-20T22:53:20.770Z | [ helios-setup] Dec 20 22:53:19.846 INFO E| Downloaded dyn-clone v1.0.11 |
2809 | 2024-12-20T22:53:20.773Z | [ helios-setup] Dec 20 22:53:19.848 INFO E| Downloaded digest v0.10.6 |
2810 | 2024-12-20T22:53:20.776Z | [ helios-setup] Dec 20 22:53:19.850 INFO E| Downloaded concolor-query v0.3.3 |
2811 | 2024-12-20T22:53:20.776Z | [ helios-setup] Dec 20 22:53:19.851 INFO E| Downloaded clap_lex v0.4.1 |
2812 | 2024-12-20T22:53:20.779Z | [ helios-setup] Dec 20 22:53:19.853 INFO E| Downloaded semver-parser v0.10.2 |
2813 | 2024-12-20T22:53:20.779Z | [ helios-setup] Dec 20 22:53:19.855 INFO E| Downloaded schemars_derive v0.8.12 |
2814 | 2024-12-20T22:53:20.794Z | [ helios-setup] Dec 20 22:53:19.870 INFO E| Downloaded project-root v0.2.2 |
2815 | 2024-12-20T22:53:20.797Z | [ helios-setup] Dec 20 22:53:19.871 INFO E| Downloaded concolor-override v1.0.0 |
2816 | 2024-12-20T22:53:20.797Z | [ helios-setup] Dec 20 22:53:19.872 INFO E| Downloaded const-random v0.1.15 |
2817 | 2024-12-20T22:53:20.800Z | [ helios-setup] Dec 20 22:53:19.874 INFO E| Downloaded autocfg v1.1.0 |
2818 | 2024-12-20T22:53:20.803Z | [ helios-setup] Dec 20 22:53:19.876 INFO E| Downloaded anstyle v0.3.5 |
2819 | 2024-12-20T22:53:20.803Z | [ helios-setup] Dec 20 22:53:19.878 INFO E| Downloaded async-stream v0.3.5 |
2820 | 2024-12-20T22:53:20.805Z | [ helios-setup] Dec 20 22:53:19.881 INFO E| Downloaded anyhow v1.0.68 |
2821 | 2024-12-20T22:53:20.867Z | [ helios-setup] Dec 20 22:53:19.941 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2822 | 2024-12-20T22:53:21.054Z | [ helios-setup] Dec 20 22:53:20.130 INFO E| Downloaded libz-sys v1.1.8 |
2823 | 2024-12-20T22:53:21.442Z | [ helios-setup] Dec 20 22:53:20.518 INFO E| Compiling proc-macro2 v1.0.86 |
2824 | 2024-12-20T22:53:21.442Z | [ helios-setup] Dec 20 22:53:20.518 INFO E| Compiling libc v0.2.139 |
2825 | 2024-12-20T22:53:21.445Z | [ helios-setup] Dec 20 22:53:20.518 INFO E| Compiling unicode-ident v1.0.8 |
2826 | 2024-12-20T22:53:21.445Z | [ helios-setup] Dec 20 22:53:20.518 INFO E| Compiling autocfg v1.1.0 |
2827 | 2024-12-20T22:53:21.445Z | [ helios-setup] Dec 20 22:53:20.518 INFO E| Compiling cfg-if v1.0.0 |
2828 | 2024-12-20T22:53:21.445Z | [ helios-setup] Dec 20 22:53:20.518 INFO E| Compiling version_check v0.9.4 |
2829 | 2024-12-20T22:53:21.445Z | [ helios-setup] Dec 20 22:53:20.518 INFO E| Compiling serde v1.0.204 |
2830 | 2024-12-20T22:53:21.445Z | [ helios-setup] Dec 20 22:53:20.518 INFO E| Compiling syn v1.0.107 |
2831 | 2024-12-20T22:53:22.071Z | [ helios-setup] Dec 20 22:53:21.147 INFO E| Compiling memchr v2.5.0 |
2832 | 2024-12-20T22:53:22.514Z | [ helios-setup] Dec 20 22:53:21.589 INFO E| Compiling once_cell v1.17.0 |
2833 | 2024-12-20T22:53:22.598Z | [ helios-setup] Dec 20 22:53:21.674 INFO E| Compiling thiserror v1.0.38 |
2834 | 2024-12-20T22:53:23.416Z | [ helios-setup] Dec 20 22:53:22.263 INFO E| Compiling log v0.4.17 |
2835 | 2024-12-20T22:53:23.712Z | [ helios-setup] Dec 20 22:53:22.788 INFO E| Compiling serde_json v1.0.95 |
2836 | 2024-12-20T22:53:24.154Z | [ helios-setup] Dec 20 22:53:23.230 INFO E| Compiling itoa v1.0.6 |
2837 | 2024-12-20T22:53:24.858Z | [ helios-setup] Dec 20 22:53:23.934 INFO E| Compiling indexmap v1.9.3 |
2838 | 2024-12-20T22:53:25.164Z | [ helios-setup] Dec 20 22:53:24.239 INFO E| Compiling scopeguard v1.1.0 |
2839 | 2024-12-20T22:53:25.167Z | [ helios-setup] Dec 20 22:53:24.240 INFO E| Compiling pin-project-lite v0.2.9 |
2840 | 2024-12-20T22:53:25.414Z | [ helios-setup] Dec 20 22:53:24.487 INFO E| Compiling jobserver v0.1.26 |
2841 | 2024-12-20T22:53:25.486Z | [ helios-setup] Dec 20 22:53:24.561 INFO E| Compiling getrandom v0.2.8 |
2842 | 2024-12-20T22:53:25.752Z | [ helios-setup] Dec 20 22:53:24.827 INFO E| Compiling num-integer v0.1.45 |
2843 | 2024-12-20T22:53:25.933Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2844 | 2024-12-20T22:53:25.957Z | [ helios-setup] Dec 20 22:53:25.032 INFO E| Compiling bytes v1.4.0 |
2845 | 2024-12-20T22:53:26.079Z | [ helios-setup] Dec 20 22:53:25.154 INFO E| Compiling cc v1.0.78 |
2846 | 2024-12-20T22:53:26.195Z | [ helios-setup] Dec 20 22:53:25.271 INFO E| Compiling futures-core v0.3.28 |
2847 | 2024-12-20T22:53:26.800Z | [ helios-setup] Dec 20 22:53:25.875 INFO E| Compiling quote v1.0.36 |
2848 | 2024-12-20T22:53:27.471Z | [ helios-setup] Dec 20 22:53:26.546 INFO E| Compiling ryu v1.0.13 |
2849 | 2024-12-20T22:53:28.175Z | [ helios-setup] Dec 20 22:53:27.249 INFO E| Compiling syn v2.0.72 |
2850 | 2024-12-20T22:53:28.441Z | [ helios-setup] Dec 20 22:53:27.512 INFO E| Compiling lock_api v0.4.9 |
2851 | 2024-12-20T22:53:28.510Z | [ helios-setup] Dec 20 22:53:27.585 INFO E| Compiling typenum v1.16.0 |
2852 | 2024-12-20T22:53:29.073Z | [ helios-setup] Dec 20 22:53:28.147 INFO E| Compiling parking_lot_core v0.9.6 |
2853 | 2024-12-20T22:53:29.318Z | [ helios-setup] Dec 20 22:53:28.393 INFO E| Compiling bitflags v1.3.2 |
2854 | 2024-12-20T22:53:29.429Z | [ helios-setup] Dec 20 22:53:28.504 INFO E| Compiling num_cpus v1.15.0 |
2855 | 2024-12-20T22:53:29.713Z | [ helios-setup] Dec 20 22:53:28.787 INFO E| Compiling generic-array v0.14.6 |
2856 | 2024-12-20T22:53:29.818Z | [ helios-setup] Dec 20 22:53:28.892 INFO E| Compiling slab v0.4.7 |
2857 | 2024-12-20T22:53:30.041Z | [ helios-setup] Dec 20 22:53:29.115 INFO E| Compiling futures-channel v0.3.28 |
2858 | 2024-12-20T22:53:30.099Z | [ helios-setup] Dec 20 22:53:29.173 INFO E| Compiling futures-task v0.3.28 |
2859 | 2024-12-20T22:53:30.321Z | [ helios-setup] Dec 20 22:53:29.395 INFO E| Compiling futures-sink v0.3.28 |
2860 | 2024-12-20T22:53:31.205Z | [ helios-setup] Dec 20 22:53:30.279 INFO E| Compiling tokio v1.27.0 |
2861 | 2024-12-20T22:53:31.329Z | [ helios-setup] Dec 20 22:53:30.403 INFO E| Compiling schemars v0.8.12 |
2862 | 2024-12-20T22:53:31.415Z | [ helios-setup] Dec 20 22:53:30.489 INFO E| Compiling futures-util v0.3.28 |
2863 | 2024-12-20T22:53:32.624Z | [ helios-setup] Dec 20 22:53:31.698 INFO E| Compiling socket2 v0.4.9 |
2864 | 2024-12-20T22:53:32.868Z | [ helios-setup] Dec 20 22:53:31.942 INFO E| Compiling mio v0.8.5 |
2865 | 2024-12-20T22:53:33.068Z | [ helios-setup] Dec 20 22:53:32.142 INFO E| Compiling signal-hook-registry v1.4.0 |
2866 | 2024-12-20T22:53:33.156Z | [ helios-setup] Dec 20 22:53:32.230 INFO E| Compiling ahash v0.7.6 |
2867 | 2024-12-20T22:53:33.286Z | [ helios-setup] Dec 20 22:53:32.360 INFO E| Compiling num-traits v0.2.15 |
2868 | 2024-12-20T22:53:34.332Z | [ helios-setup] Dec 20 22:53:33.406 INFO E| Compiling pin-utils v0.1.0 |
2869 | 2024-12-20T22:53:34.414Z | [ helios-setup] Dec 20 22:53:33.488 INFO E| Compiling futures-io v0.3.28 |
2870 | 2024-12-20T22:53:34.697Z | [ helios-setup] Dec 20 22:53:33.771 INFO E| Compiling io-lifetimes v1.0.10 |
2871 | 2024-12-20T22:53:35.183Z | [ helios-setup] Dec 20 22:53:34.255 INFO E| Compiling crunchy v0.2.2 |
2872 | 2024-12-20T22:53:36.531Z | [ helios-setup] Dec 20 22:53:35.604 INFO E| Compiling ahash v0.8.3 |
2873 | 2024-12-20T22:53:36.605Z | [ helios-setup] Dec 20 22:53:35.679 INFO E| Compiling rustix v0.37.3 |
2874 | 2024-12-20T22:53:37.077Z | [ helios-setup] Dec 20 22:53:36.151 INFO E| Compiling hashbrown v0.12.3 |
2875 | 2024-12-20T22:53:37.239Z | [ helios-setup] Dec 20 22:53:36.311 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2876 | 2024-12-20T22:53:37.805Z | [ helios-setup] Dec 20 22:53:36.878 INFO E| Compiling tiny-keccak v2.0.2 |
2877 | 2024-12-20T22:53:38.159Z | [ helios-setup] Dec 20 22:53:37.232 INFO E| Compiling crypto-common v0.1.6 |
2878 | 2024-12-20T22:53:38.346Z | [ host-package] Compiling polar-core v0.27.3 |
2879 | 2024-12-20T22:53:38.389Z | [ helios-setup] Dec 20 22:53:37.462 INFO E| Compiling block-buffer v0.10.3 |
2880 | 2024-12-20T22:53:39.021Z | [ helios-setup] Dec 20 22:53:38.094 INFO E| Compiling errno v0.3.1 |
2881 | 2024-12-20T22:53:39.441Z | [ helios-setup] Dec 20 22:53:38.514 INFO E| Compiling crossbeam-utils v0.8.14 |
2882 | 2024-12-20T22:53:39.860Z | [ helios-setup] Dec 20 22:53:38.933 INFO E| Compiling serde_derive_internals v0.26.0 |
2883 | 2024-12-20T22:53:39.944Z | [ helios-setup] Dec 20 22:53:39.015 INFO E| Compiling slog v2.7.0 |
2884 | 2024-12-20T22:53:40.004Z | [ helios-setup] Dec 20 22:53:39.077 INFO E| Compiling fnv v1.0.7 |
2885 | 2024-12-20T22:53:40.220Z | [ helios-setup] Dec 20 22:53:39.293 INFO E| Compiling pkg-config v0.3.26 |
2886 | 2024-12-20T22:53:40.552Z | [ helios-setup] Dec 20 22:53:39.624 INFO E| Compiling http v0.2.9 |
2887 | 2024-12-20T22:53:43.110Z | [ helios-setup] Dec 20 22:53:42.182 INFO E| Compiling digest v0.10.6 |
2888 | 2024-12-20T22:53:43.287Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2889 | 2024-12-20T22:53:44.016Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2890 | 2024-12-20T22:53:44.235Z | [ helios-setup] Dec 20 22:53:43.307 INFO E| Compiling aho-corasick v0.7.20 |
2891 | 2024-12-20T22:53:44.944Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2892 | 2024-12-20T22:53:45.082Z | [ helios-setup] Dec 20 22:53:44.154 INFO E| Compiling regex-syntax v0.6.29 |
2893 | 2024-12-20T22:53:45.213Z | [ helios-setup] Dec 20 22:53:44.285 INFO E| Compiling percent-encoding v2.2.0 |
2894 | 2024-12-20T22:53:45.873Z | [ helios-setup] Dec 20 22:53:44.945 INFO E| Compiling unicode-width v0.1.10 |
2895 | 2024-12-20T22:53:45.898Z | [ host-package] Compiling tabled_derive v0.7.0 |
2896 | 2024-12-20T22:53:46.301Z | [ helios-setup] Dec 20 22:53:45.373 INFO E| Compiling httparse v1.8.0 |
2897 | 2024-12-20T22:53:46.505Z | [ helios-setup] Dec 20 22:53:45.576 INFO E| Compiling anyhow v1.0.68 |
2898 | 2024-12-20T22:53:47.442Z | [ helios-setup] Dec 20 22:53:46.514 INFO E| Compiling cpufeatures v0.2.5 |
2899 | 2024-12-20T22:53:47.816Z | [ helios-setup] Dec 20 22:53:46.888 INFO E| Compiling tinyvec_macros v0.1.1 |
2900 | 2024-12-20T22:53:48.016Z | [ helios-setup] Dec 20 22:53:47.087 INFO E| Compiling heck v0.4.1 |
2901 | 2024-12-20T22:53:48.096Z | [ helios-setup] Dec 20 22:53:47.168 INFO E| Compiling tinyvec v1.6.0 |
2902 | 2024-12-20T22:53:49.187Z | [ helios-setup] Dec 20 22:53:48.258 INFO E| Compiling const-random-macro v0.1.15 |
2903 | 2024-12-20T22:53:49.198Z | [ helios-setup] Dec 20 22:53:48.270 INFO E| Compiling form_urlencoded v1.1.0 |
2904 | 2024-12-20T22:53:49.723Z | [ helios-setup] Dec 20 22:53:48.794 INFO E| Compiling hashbrown v0.13.2 |
2905 | 2024-12-20T22:53:49.761Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2906 | 2024-12-20T22:53:50.217Z | [ helios-setup] Dec 20 22:53:49.288 INFO E| Compiling chrono v0.4.24 |
2907 | 2024-12-20T22:53:50.444Z | [ helios-setup] Dec 20 22:53:49.515 INFO E| Compiling thiserror-impl v1.0.38 |
2908 | 2024-12-20T22:53:50.477Z | [ host-package] Compiling itertools v0.12.1 |
2909 | 2024-12-20T22:53:51.190Z | [ helios-setup] Dec 20 22:53:50.261 INFO E| Compiling schemars_derive v0.8.12 |
2910 | 2024-12-20T22:53:51.974Z | [ helios-setup] Dec 20 22:53:51.045 INFO E| Compiling regex v1.7.3 |
2911 | 2024-12-20T22:53:52.018Z | [ helios-setup] Dec 20 22:53:51.089 INFO E| Compiling serde_derive v1.0.204 |
2912 | 2024-12-20T22:53:52.227Z | [ helios-setup] Dec 20 22:53:51.297 INFO E| Compiling futures-macro v0.3.28 |
2913 | 2024-12-20T22:53:54.158Z | [ helios-setup] Dec 20 22:53:53.228 INFO E| Compiling tokio-macros v2.0.0 |
2914 | 2024-12-20T22:53:55.345Z | [ helios-setup] Dec 20 22:53:54.415 INFO E| Compiling libz-sys v1.1.8 |
2915 | 2024-12-20T22:53:57.232Z | [ helios-setup] Dec 20 22:53:56.301 INFO E| Compiling uuid v1.3.0 |
2916 | 2024-12-20T22:53:57.313Z | [ helios-setup] Dec 20 22:53:56.382 INFO E| Compiling dyn-clone v1.0.11 |
2917 | 2024-12-20T22:53:57.832Z | [ helios-setup] Dec 20 22:53:56.901 INFO E| Compiling regress v0.5.0 |
2918 | 2024-12-20T22:53:58.414Z | [ host-package] Compiling fd-lock v4.0.2 |
2919 | 2024-12-20T22:53:58.417Z | [ host-package] Compiling peg-macros v0.8.4 |
2920 | 2024-12-20T22:53:58.459Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2921 | 2024-12-20T22:53:58.492Z | [ helios-setup] Dec 20 22:53:57.561 INFO E| Compiling unicode-normalization v0.1.22 |
2922 | 2024-12-20T22:53:58.627Z | [ helios-setup] Dec 20 22:53:57.696 INFO E| Compiling const-random v0.1.15 |
2923 | 2024-12-20T22:53:59.089Z | [ host-package] Compiling strum_macros v0.24.3 |
2924 | 2024-12-20T22:54:00.529Z | [ host-package] Compiling kstat-rs v0.2.4 |
2925 | 2024-12-20T22:54:00.662Z | [ helios-setup] Dec 20 22:53:59.719 INFO E| Compiling getopts v0.2.21 |
2926 | 2024-12-20T22:54:01.226Z | [ helios-setup] Dec 20 22:54:00.295 INFO E| Compiling tracing-core v0.1.30 |
2927 | 2024-12-20T22:54:01.997Z | [ helios-setup] Dec 20 22:54:01.066 INFO E| Compiling memoffset v0.7.1 |
2928 | 2024-12-20T22:54:02.535Z | [ helios-setup] Dec 20 22:54:01.604 INFO E| Compiling num-conv v0.1.0 |
2929 | 2024-12-20T22:54:02.756Z | [ host-package] Compiling samael v0.0.17 |
2930 | 2024-12-20T22:54:03.071Z | [ helios-setup] Dec 20 22:54:02.140 INFO E| Compiling unicode-bidi v0.3.13 |
2931 | 2024-12-20T22:54:03.640Z | [ host-package] Compiling unicase v2.7.0 |
2932 | 2024-12-20T22:54:04.013Z | [ helios-setup] Dec 20 22:54:03.082 INFO E| Compiling powerfmt v0.2.0 |
2933 | 2024-12-20T22:54:04.548Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2934 | 2024-12-20T22:54:04.692Z | [ host-package] Compiling indoc v1.0.9 |
2935 | 2024-12-20T22:54:05.191Z | [ helios-setup] Dec 20 22:54:04.259 INFO E| Compiling ucd-trie v0.1.5 |
2936 | 2024-12-20T22:54:05.359Z | [ helios-setup] Dec 20 22:54:04.424 INFO E| Compiling time-core v0.1.2 |
2937 | 2024-12-20T22:54:05.542Z | [ host-package] Compiling peg v0.8.4 |
2938 | 2024-12-20T22:54:05.769Z | [ helios-setup] Dec 20 22:54:04.837 INFO E| Compiling pest v2.5.7 |
2939 | 2024-12-20T22:54:05.846Z | [ host-package] Compiling reedline v0.35.0 |
2940 | 2024-12-20T22:54:05.923Z | [ helios-setup] Dec 20 22:54:04.991 INFO E| Compiling time-macros v0.2.18 |
2941 | 2024-12-20T22:54:06.481Z | [ helios-setup] Dec 20 22:54:05.549 INFO E| Compiling deranged v0.3.11 |
2942 | 2024-12-20T22:54:06.987Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2943 | 2024-12-20T22:54:09.304Z | [ helios-setup] Dec 20 22:54:08.372 INFO E| Compiling idna v0.3.0 |
2944 | 2024-12-20T22:54:11.134Z | [ host-package] Compiling tabled v0.15.0 |
2945 | 2024-12-20T22:54:11.781Z | [ helios-setup] Dec 20 22:54:10.835 INFO E| Compiling tracing v0.1.37 |
2946 | 2024-12-20T22:54:12.412Z | [ helios-setup] Dec 20 22:54:11.479 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2947 | 2024-12-20T22:54:13.111Z | [ helios-setup] Dec 20 22:54:12.177 INFO E| Compiling time v0.1.45 |
2948 | 2024-12-20T22:54:13.394Z | [ helios-setup] Dec 20 22:54:12.460 INFO E| Compiling crossbeam-epoch v0.9.13 |
2949 | 2024-12-20T22:54:14.679Z | [ helios-setup] Dec 20 22:54:13.745 INFO E| Compiling num_threads v0.1.6 |
2950 | 2024-12-20T22:54:14.914Z | [ helios-setup] Dec 20 22:54:13.979 INFO E| Compiling iana-time-zone v0.1.56 |
2951 | 2024-12-20T22:54:15.777Z | [ helios-setup] Dec 20 22:54:14.843 INFO E| Compiling semver v1.0.17 |
2952 | 2024-12-20T22:54:17.189Z | [ helios-setup] Dec 20 22:54:16.255 INFO E| Compiling time v0.3.36 |
2953 | 2024-12-20T22:54:17.669Z | [ helios-setup] Dec 20 22:54:16.735 INFO E| Compiling url v2.3.1 |
2954 | 2024-12-20T22:54:18.506Z | [ helios-setup] Dec 20 22:54:17.570 INFO E| Compiling semver-parser v0.10.2 |
2955 | 2024-12-20T22:54:18.720Z | [ helios-setup] Dec 20 22:54:17.786 INFO E| Compiling crossbeam-channel v0.5.6 |
2956 | 2024-12-20T22:54:20.482Z | [ helios-setup] Dec 20 22:54:19.548 INFO E| Compiling toml v0.5.11 |
2957 | 2024-12-20T22:54:21.738Z | [ helios-setup] Dec 20 22:54:20.803 INFO E| Compiling smallvec v1.10.0 |
2958 | 2024-12-20T22:54:24.721Z | [ helios-setup] Dec 20 22:54:23.785 INFO E| Compiling parking_lot v0.12.1 |
2959 | 2024-12-20T22:54:25.286Z | [ helios-setup] Dec 20 22:54:24.350 INFO E| Compiling serde_tokenstream v0.2.0 |
2960 | 2024-12-20T22:54:28.440Z | [ helios-setup] Dec 20 22:54:27.504 INFO E| Compiling dirs-sys-next v0.1.2 |
2961 | 2024-12-20T22:54:29.154Z | [ helios-setup] Dec 20 22:54:28.186 INFO E| Compiling try-lock v0.2.4 |
2962 | 2024-12-20T22:54:30.063Z | [ helios-setup] Dec 20 22:54:29.122 INFO E| Compiling same-file v1.0.6 |
2963 | 2024-12-20T22:54:30.550Z | [ helios-setup] Dec 20 22:54:29.613 INFO E| Compiling crc32fast v1.3.2 |
2964 | 2024-12-20T22:54:30.672Z | [ helios-setup] Dec 20 22:54:29.735 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2965 | 2024-12-20T22:54:32.062Z | [ helios-setup] Dec 20 22:54:31.126 INFO E| Compiling walkdir v2.3.3 |
2966 | 2024-12-20T22:54:33.556Z | [ helios-setup] Dec 20 22:54:32.619 INFO E| Compiling want v0.3.0 |
2967 | 2024-12-20T22:54:34.199Z | [ helios-setup] Dec 20 22:54:33.262 INFO E| Compiling dirs-next v2.0.0 |
2968 | 2024-12-20T22:54:34.940Z | [ helios-setup] Dec 20 22:54:34.003 INFO E| Compiling proc-macro-crate v1.2.1 |
2969 | 2024-12-20T22:54:37.179Z | [ helios-setup] Dec 20 22:54:36.241 INFO E| Compiling semver v0.11.0 |
2970 | 2024-12-20T22:54:39.727Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2971 | 2024-12-20T22:54:40.984Z | [ helios-setup] Dec 20 22:54:40.046 INFO E| Compiling futures-executor v0.3.28 |
2972 | 2024-12-20T22:54:41.491Z | [ host-package] Compiling derive_builder v0.20.2 |
2973 | 2024-12-20T22:54:42.181Z | [ helios-setup] Dec 20 22:54:41.234 INFO E| Compiling http-body v0.4.5 |
2974 | 2024-12-20T22:54:43.148Z | [ helios-setup] Dec 20 22:54:42.210 INFO E| Compiling tokio-util v0.7.7 |
2975 | 2024-12-20T22:54:43.240Z | [ helios-setup] Dec 20 22:54:42.301 INFO E| Compiling ring v0.16.20 |
2976 | 2024-12-20T22:54:45.221Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2977 | 2024-12-20T22:54:45.271Z | [ helios-setup] Dec 20 22:54:44.331 INFO E| Compiling rand_core v0.6.4 |
2978 | 2024-12-20T22:54:45.753Z | [ helios-setup] Dec 20 22:54:44.814 INFO E| Compiling h2 v0.3.16 |
2979 | 2024-12-20T22:54:46.508Z | [ helios-setup] Dec 20 22:54:45.569 INFO E| Compiling thread_local v1.1.7 |
2980 | 2024-12-20T22:54:47.944Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2981 | 2024-12-20T22:54:48.000Z | [ helios-setup] Dec 20 22:54:47.061 INFO E| Compiling utf8parse v0.2.1 |
2982 | 2024-12-20T22:54:48.062Z | [ helios-setup] Dec 20 22:54:47.123 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2983 | 2024-12-20T22:54:48.455Z | [ helios-setup] Dec 20 22:54:47.515 INFO E| Compiling adler v1.0.2 |
2984 | 2024-12-20T22:54:48.596Z | [ helios-setup] Dec 20 22:54:47.657 INFO E| Compiling rayon-core v1.10.2 |
2985 | 2024-12-20T22:54:48.669Z | [ helios-setup] Dec 20 22:54:47.730 INFO E| Compiling lazy_static v1.4.0 |
2986 | 2024-12-20T22:54:49.088Z | [ helios-setup] Dec 20 22:54:48.149 INFO E| Compiling tower-service v0.3.2 |
2987 | 2024-12-20T22:54:49.236Z | [ helios-setup] Dec 20 22:54:48.297 INFO E| Compiling fastrand v1.9.0 |
2988 | 2024-12-20T22:54:49.354Z | [ helios-setup] Dec 20 22:54:48.414 INFO E| Compiling ppv-lite86 v0.2.17 |
2989 | 2024-12-20T22:54:49.501Z | [ helios-setup] Dec 20 22:54:48.562 INFO E| Compiling base64 v0.21.0 |
2990 | 2024-12-20T22:54:51.426Z | [ helios-setup] Dec 20 22:54:50.486 INFO E| Compiling home v0.5.4 |
2991 | 2024-12-20T22:54:51.527Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2992 | 2024-12-20T22:54:52.061Z | [ host-package] Compiling bcs v0.1.6 |
2993 | 2024-12-20T22:54:52.098Z | [ helios-setup] Dec 20 22:54:51.158 INFO E| Compiling httpdate v1.0.2 |
2994 | 2024-12-20T22:54:52.381Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2995 | 2024-12-20T22:54:53.624Z | [ helios-setup] Dec 20 22:54:52.683 INFO E| Compiling toolchain_find v0.2.0 |
2996 | 2024-12-20T22:54:54.106Z | [ host-package] Compiling oso-derive v0.27.3 |
2997 | 2024-12-20T22:54:54.224Z | [ host-package] Compiling libz-sys v1.1.20 |
2998 | 2024-12-20T22:54:54.908Z | [ helios-setup] Dec 20 22:54:53.968 INFO E| Compiling rand_chacha v0.3.1 |
2999 | 2024-12-20T22:54:55.819Z | [ host-package] Compiling quick-xml v0.33.0 |
3000 | 2024-12-20T22:54:56.261Z | [ helios-setup] Dec 20 22:54:55.319 INFO E| Compiling hyper v0.14.25 |
3001 | 2024-12-20T22:54:56.409Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
3002 | 2024-12-20T22:54:56.507Z | [ helios-setup] Dec 20 22:54:55.531 INFO E| Compiling tempfile v3.5.0 |
3003 | 2024-12-20T22:54:56.774Z | [ helios-setup] Dec 20 22:54:55.834 INFO E| Compiling miniz_oxide v0.6.2 |
3004 | 2024-12-20T22:54:57.715Z | [ host-package] Compiling parking_lot_core v0.8.6 |
3005 | 2024-12-20T22:54:57.782Z | [ helios-setup] Dec 20 22:54:56.841 INFO E| Compiling anstyle-parse v0.1.1 |
3006 | 2024-12-20T22:55:05.484Z | [ host-package] Compiling oso v0.27.3 |
3007 | 2024-12-20T22:55:09.035Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3008 | 2024-12-20T22:55:11.967Z | [ helios-setup] Dec 20 22:55:11.024 INFO E| Compiling futures v0.3.28 |
3009 | 2024-12-20T22:55:12.104Z | [ helios-setup] Dec 20 22:55:11.160 INFO E| Compiling crossbeam-deque v0.8.2 |
3010 | 2024-12-20T22:55:12.229Z | [ helios-setup] Dec 20 22:55:11.285 INFO E| Compiling cargo-lock v8.0.3 |
3011 | 2024-12-20T22:55:12.376Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3012 | 2024-12-20T22:55:16.549Z | [ helios-setup] Dec 20 22:55:15.604 INFO E| Compiling num_enum_derive v0.5.7 |
3013 | 2024-12-20T22:55:19.290Z | [ helios-setup] Dec 20 22:55:18.345 INFO E| Compiling term v0.7.0 |
3014 | 2024-12-20T22:55:21.616Z | [ helios-setup] Dec 20 22:55:20.670 INFO E| Compiling serde_urlencoded v0.7.1 |
3015 | 2024-12-20T22:55:21.739Z | [ helios-setup] Dec 20 22:55:20.794 INFO E| Compiling sha2 v0.10.6 |
3016 | 2024-12-20T22:55:22.613Z | [ helios-setup] Dec 20 22:55:21.668 INFO E| Compiling sha1 v0.10.5 |
3017 | 2024-12-20T22:55:22.909Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3018 | 2024-12-20T22:55:23.011Z | [ helios-setup] Dec 20 22:55:22.065 INFO E| Compiling is-terminal v0.4.7 |
3019 | 2024-12-20T22:55:23.179Z | [ helios-setup] Dec 20 22:55:22.233 INFO E| Compiling atty v0.2.14 |
3020 | 2024-12-20T22:55:24.038Z | [ helios-setup] Dec 20 22:55:23.093 INFO E| Compiling concolor-override v1.0.0 |
3021 | 2024-12-20T22:55:24.378Z | [ helios-setup] Dec 20 22:55:23.432 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3022 | 2024-12-20T22:55:24.617Z | [ helios-setup] Dec 20 22:55:23.671 INFO E| Compiling concolor-query v0.3.3 |
3023 | 2024-12-20T22:55:24.841Z | [ helios-setup] Dec 20 22:55:23.895 INFO E| Compiling anstyle v0.3.5 |
3024 | 2024-12-20T22:55:25.948Z | [ helios-setup] Dec 20 22:55:25.002 INFO E| Compiling anstream v0.2.6 |
3025 | 2024-12-20T22:55:29.041Z | [ helios-setup] Dec 20 22:55:28.095 INFO E| Compiling slog-term v2.9.0 |
3026 | 2024-12-20T22:55:29.277Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3027 | 2024-12-20T22:55:29.460Z | [ helios-setup] Dec 20 22:55:28.513 INFO E| Compiling flate2 v1.0.25 |
3028 | 2024-12-20T22:55:29.956Z | [ helios-setup] Dec 20 22:55:29.009 INFO E| Compiling num_enum v0.5.7 |
3029 | 2024-12-20T22:55:30.310Z | [ host-package] Compiling bb8 v0.8.5 |
3030 | 2024-12-20T22:55:31.888Z | [ helios-setup] Dec 20 22:55:30.937 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3031 | 2024-12-20T22:55:32.136Z | [ helios-setup] Dec 20 22:55:31.188 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3032 | 2024-12-20T22:55:32.139Z | [ helios-setup] Dec 20 22:55:31.188 INFO E| Compiling rand v0.8.5 |
3033 | 2024-12-20T22:55:32.157Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
3034 | 2024-12-20T22:55:32.938Z | [ helios-setup] Dec 20 22:55:31.991 INFO E| Compiling openapiv3 v1.0.2 |
3035 | 2024-12-20T22:55:34.615Z | [ helios-setup] Dec 20 22:55:33.667 INFO E| Compiling encoding_rs v0.8.32 |
3036 | 2024-12-20T22:55:36.205Z | [ helios-setup] Dec 20 22:55:35.257 INFO E| Compiling unsafe-libyaml v0.2.8 |
3037 | 2024-12-20T22:55:37.236Z | [ host-package] Compiling nibble_vec v0.1.0 |
3038 | 2024-12-20T22:55:37.915Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
3039 | 2024-12-20T22:55:39.591Z | [ helios-setup] Dec 20 22:55:38.637 INFO E| Compiling project-root v0.2.2 |
3040 | 2024-12-20T22:55:39.764Z | [ host-package] Compiling atty v0.2.14 |
3041 | 2024-12-20T22:55:40.097Z | [ host-package] Compiling salty v0.3.0 |
3042 | 2024-12-20T22:55:40.097Z | [ helios-setup] Dec 20 22:55:39.148 INFO E| Compiling base64 v0.13.1 |
3043 | 2024-12-20T22:55:40.380Z | [ host-package] Compiling endian-type v0.1.2 |
3044 | 2024-12-20T22:55:41.114Z | [ host-package] Compiling radix_trie v0.2.1 |
3045 | 2024-12-20T22:55:41.636Z | [ helios-setup] Dec 20 22:55:40.686 INFO E| Compiling ipnet v2.7.2 |
3046 | 2024-12-20T22:55:41.695Z | [ helios-setup] Dec 20 22:55:40.736 INFO E| Compiling spin v0.5.2 |
3047 | 2024-12-20T22:55:42.200Z | [ helios-setup] Dec 20 22:55:41.251 INFO E| Compiling clap_lex v0.4.1 |
3048 | 2024-12-20T22:55:42.285Z | [ helios-setup] Dec 20 22:55:41.336 INFO E| Compiling strsim v0.10.0 |
3049 | 2024-12-20T22:55:43.414Z | [ host-package] Compiling parking_lot v0.11.2 |
3050 | 2024-12-20T22:55:43.564Z | [ helios-setup] Dec 20 22:55:42.613 INFO E| Compiling byteorder v1.4.3 |
3051 | 2024-12-20T22:55:45.287Z | [ helios-setup] Dec 20 22:55:44.297 INFO E| Compiling either v1.8.0 |
3052 | 2024-12-20T22:55:45.684Z | [ helios-setup] Dec 20 22:55:44.575 INFO E| Compiling untrusted v0.7.1 |
3053 | 2024-12-20T22:55:45.883Z | [ helios-setup] Dec 20 22:55:44.721 INFO E| Compiling mime v0.3.17 |
3054 | 2024-12-20T22:55:46.213Z | [ helios-setup] Dec 20 22:55:45.170 INFO E| Compiling utf-8 v0.7.6 |
3055 | 2024-12-20T22:55:46.236Z | [ helios-setup] Dec 20 22:55:45.253 INFO E| Compiling rayon v1.6.1 |
3056 | 2024-12-20T22:55:46.525Z | [ helios-setup] Dec 20 22:55:45.562 INFO E| Compiling clap_builder v4.2.1 |
3057 | 2024-12-20T22:55:47.049Z | [ helios-setup] Dec 20 22:55:46.053 INFO E| Compiling tungstenite v0.18.0 |
3058 | 2024-12-20T22:55:47.134Z | [ helios-setup] Dec 20 22:55:46.123 INFO E| Compiling reqwest v0.11.16 |
3059 | 2024-12-20T22:55:47.982Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3060 | 2024-12-20T22:55:48.224Z | [ helios-setup] Dec 20 22:55:47.274 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3061 | 2024-12-20T22:55:56.104Z | [ helios-setup] Dec 20 22:55:55.153 INFO E| Compiling serde_yaml v0.9.21 |
3062 | 2024-12-20T22:55:57.313Z | [ helios-setup] Dec 20 22:55:56.361 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3063 | 2024-12-20T22:55:57.391Z | [ helios-setup] Dec 20 22:55:56.439 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3064 | 2024-12-20T22:55:59.706Z | [ helios-setup] Dec 20 22:55:58.754 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3065 | 2024-12-20T22:56:01.031Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3066 | 2024-12-20T22:56:01.496Z | [ helios-setup] Dec 20 22:56:00.544 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3067 | 2024-12-20T22:56:02.275Z | [ helios-setup] Dec 20 22:56:01.322 INFO E| Compiling clap_derive v4.2.0 |
3068 | 2024-12-20T22:56:03.482Z | [ helios-setup] Dec 20 22:56:02.529 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3069 | 2024-12-20T22:56:09.993Z | [ host-package] Compiling sled v0.34.7 |
3070 | 2024-12-20T22:56:11.684Z | [ helios-setup] Dec 20 22:56:10.730 INFO E| Compiling clap v4.2.1 |
3071 | 2024-12-20T22:56:12.021Z | [ helios-setup] Dec 20 22:56:11.067 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3072 | 2024-12-20T22:56:24.698Z | [ helios-setup] Dec 20 22:56:23.741 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3073 | 2024-12-20T22:56:28.208Z | [ helios-setup] Dec 20 22:56:27.250 INFO E| Compiling tokio-tungstenite v0.18.0 |
3074 | 2024-12-20T22:56:29.568Z | [ helios-setup] Dec 20 22:56:28.610 INFO E| Compiling smartstring v1.0.1 |
3075 | 2024-12-20T22:56:30.260Z | [ helios-setup] Dec 20 22:56:29.301 INFO E| Compiling rustls v0.21.0 |
3076 | 2024-12-20T22:56:32.736Z | [ helios-setup] Dec 20 22:56:31.778 INFO E| Compiling serde_spanned v0.6.1 |
3077 | 2024-12-20T22:56:33.733Z | [ helios-setup] Dec 20 22:56:32.429 INFO E| Compiling toml_datetime v0.6.1 |
3078 | 2024-12-20T22:56:34.757Z | [ helios-setup] Dec 20 22:56:33.799 INFO E| Compiling winnow v0.4.1 |
3079 | 2024-12-20T22:56:37.066Z | [ helios-setup] Dec 20 22:56:36.107 INFO E| Compiling slog-async v2.7.0 |
3080 | 2024-12-20T22:56:38.282Z | [ helios-setup] Dec 20 22:56:37.323 INFO E| Compiling static_assertions v1.1.0 |
3081 | 2024-12-20T22:56:38.719Z | [ helios-setup] Dec 20 22:56:37.760 INFO E| Compiling camino v1.1.4 |
3082 | 2024-12-20T22:56:39.467Z | [ helios-setup] Dec 20 22:56:38.508 INFO E| Compiling async-trait v0.1.68 |
3083 | 2024-12-20T22:56:40.146Z | [ helios-setup] Dec 20 22:56:39.186 INFO E| Compiling paste v1.0.12 |
3084 | 2024-12-20T22:56:40.706Z | [ helios-setup] Dec 20 22:56:39.747 INFO E| Compiling match_cfg v0.1.0 |
3085 | 2024-12-20T22:56:41.122Z | [ helios-setup] Dec 20 22:56:40.163 INFO E| Compiling hostname v0.3.1 |
3086 | 2024-12-20T22:56:42.137Z | [ helios-setup] Dec 20 22:56:41.177 INFO E| Compiling toml_edit v0.19.8 |
3087 | 2024-12-20T22:56:42.628Z | [ helios-setup] Dec 20 22:56:41.669 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3088 | 2024-12-20T22:56:44.257Z | [ helios-setup] Dec 20 22:56:43.297 INFO E| Compiling slog-json v2.6.1 |
3089 | 2024-12-20T22:56:45.298Z | [ helios-setup] Dec 20 22:56:44.338 INFO E| Compiling unicode-linebreak v0.1.4 |
3090 | 2024-12-20T22:56:48.980Z | [ host-package] Compiling mime_guess v2.0.5 |
3091 | 2024-12-20T22:56:50.321Z | [ helios-setup] Dec 20 22:56:49.360 INFO E| Compiling async-stream-impl v0.3.5 |
3092 | 2024-12-20T22:56:50.623Z | [ host-package] Compiling hickory-client v0.24.1 |
3093 | 2024-12-20T22:56:51.089Z | [ helios-setup] Dec 20 22:56:50.128 INFO E| Compiling rhai_codegen v1.5.0 |
3094 | 2024-12-20T22:56:52.903Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3095 | 2024-12-20T22:56:52.980Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3096 | 2024-12-20T22:56:53.229Z | [ helios-setup] Dec 20 22:56:52.267 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3097 | 2024-12-20T22:56:53.983Z | [ helios-setup] Dec 20 22:56:53.021 INFO E| Compiling take_mut v0.2.2 |
3098 | 2024-12-20T22:56:54.124Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3099 | 2024-12-20T22:56:55.461Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3100 | 2024-12-20T22:56:56.685Z | [ helios-setup] Dec 20 22:56:55.723 INFO E| Compiling rhai v1.14.0 |
3101 | 2024-12-20T22:56:57.531Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3102 | 2024-12-20T22:56:58.399Z | [ helios-setup] Dec 20 22:56:57.437 INFO E| Compiling async-stream v0.3.5 |
3103 | 2024-12-20T22:56:59.217Z | [ helios-setup] Dec 20 22:56:58.255 INFO E| Compiling toml v0.7.3 |
3104 | 2024-12-20T22:56:59.349Z | [ helios-setup] Dec 20 22:56:58.386 INFO E| Compiling slog-bunyan v2.4.0 |
3105 | 2024-12-20T22:57:00.459Z | [ host-package] Compiling hickory-server v0.24.1 |
3106 | 2024-12-20T22:57:00.760Z | [ host-package] Compiling primeorder v0.13.6 |
3107 | 2024-12-20T22:57:02.122Z | [ host-package] Compiling castaway v0.2.3 |
3108 | 2024-12-20T22:57:02.839Z | [ host-package] Compiling vergen v8.3.2 |
3109 | 2024-12-20T22:57:03.620Z | [ host-package] Compiling env_filter v0.1.2 |
3110 | 2024-12-20T22:57:03.714Z | [ helios-setup] Dec 20 22:57:02.750 INFO E| Compiling rustls-pemfile v1.0.2 |
3111 | 2024-12-20T22:57:04.975Z | [ helios-setup] Dec 20 22:57:04.011 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3112 | 2024-12-20T22:57:05.062Z | [ host-package] Compiling cargo-platform v0.1.8 |
3113 | 2024-12-20T22:57:05.468Z | [ helios-setup] Dec 20 22:57:04.504 INFO E| Compiling bincode v1.3.3 |
3114 | 2024-12-20T22:57:05.857Z | [ helios-setup] Dec 20 22:57:04.894 INFO E| Compiling serde_path_to_error v0.1.11 |
3115 | 2024-12-20T22:57:06.229Z | [ host-package] Compiling nanorand v0.7.0 |
3116 | 2024-12-20T22:57:06.515Z | [ host-package] Compiling memoffset v0.9.1 |
3117 | 2024-12-20T22:57:07.527Z | [ host-package] Compiling flume v0.11.1 |
3118 | 2024-12-20T22:57:07.960Z | [ helios-setup] Dec 20 22:57:06.996 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3119 | 2024-12-20T22:57:08.104Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3120 | 2024-12-20T22:57:09.222Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3121 | 2024-12-20T22:57:09.502Z | [ helios-setup] Dec 20 22:57:08.538 INFO E| Compiling terminal_size v0.2.6 |
3122 | 2024-12-20T22:57:09.706Z | [ helios-setup] Dec 20 22:57:08.742 INFO E| Compiling smawk v0.3.1 |
3123 | 2024-12-20T22:57:10.183Z | [ helios-setup] Dec 20 22:57:09.219 INFO E| Compiling textwrap v0.16.0 |
3124 | 2024-12-20T22:57:12.415Z | [ host-package] Compiling env_logger v0.11.5 |
3125 | 2024-12-20T22:57:15.588Z | [ host-package] Compiling compact_str v0.8.0 |
3126 | 2024-12-20T22:57:16.229Z | [ host-package] Compiling p384 v0.13.0 |
3127 | 2024-12-20T22:57:19.032Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3128 | 2024-12-20T22:57:21.549Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3129 | 2024-12-20T22:57:23.312Z | [ helios-setup] Dec 20 22:57:22.345 INFO E| Compiling rustls-webpki v0.100.1 |
3130 | 2024-12-20T22:57:23.334Z | [ helios-setup] Dec 20 22:57:22.367 INFO E| Compiling sct v0.7.0 |
3131 | 2024-12-20T22:57:25.406Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3132 | 2024-12-20T22:57:27.743Z | [ host-package] Compiling git2 v0.19.0 |
3133 | 2024-12-20T22:57:28.210Z | [ helios-setup] Dec 20 22:57:27.241 INFO E| Compiling git2 v0.16.1 |
3134 | 2024-12-20T22:57:28.864Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3135 | 2024-12-20T22:57:30.099Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3136 | 2024-12-20T22:57:30.661Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3137 | 2024-12-20T22:57:31.471Z | [ helios-setup] Dec 20 22:57:30.503 INFO E| Compiling tokio-rustls v0.24.0 |
3138 | 2024-12-20T22:57:34.911Z | [ host-package] Compiling lru v0.12.5 |
3139 | 2024-12-20T22:57:35.432Z | [ host-package] Compiling rand_seeder v0.3.0 |
3140 | 2024-12-20T22:57:35.491Z | [ helios-setup] Dec 20 22:57:34.522 INFO E| Compiling built v0.6.0 |
3141 | 2024-12-20T22:57:35.675Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3142 | 2024-12-20T22:57:36.359Z | [ host-package] Compiling lzma-sys v0.1.20 |
3143 | 2024-12-20T22:57:36.776Z | [ host-package] Compiling instability v0.3.2 |
3144 | 2024-12-20T22:57:36.831Z | [ host-package] Compiling http-range v0.1.5 |
3145 | 2024-12-20T22:57:37.695Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3146 | 2024-12-20T22:57:38.006Z | [ host-package] Compiling rustls v0.21.12 |
3147 | 2024-12-20T22:57:38.089Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3148 | 2024-12-20T22:57:38.822Z | [ host-package] Compiling cassowary v0.3.0 |
3149 | 2024-12-20T22:57:39.094Z | [ host-package] Compiling nix v0.29.0 |
3150 | 2024-12-20T22:57:39.742Z | [ helios-setup] Dec 20 22:57:38.771 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3151 | 2024-12-20T22:57:39.785Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3152 | 2024-12-20T22:57:40.511Z | [ host-package] Compiling ratatui v0.28.1 |
3153 | 2024-12-20T22:57:42.475Z | [ helios-setup] Dec 20 22:57:41.505 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3154 | 2024-12-20T22:57:42.865Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3155 | 2024-12-20T22:57:43.570Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3156 | 2024-12-20T22:57:43.644Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3157 | 2024-12-20T22:57:44.148Z | [ helios-setup] Dec 20 22:57:43.178 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3158 | 2024-12-20T22:57:44.603Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3159 | 2024-12-20T22:57:45.298Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3160 | 2024-12-20T22:57:45.407Z | [ host-package] Compiling sct v0.7.1 |
3161 | 2024-12-20T22:57:45.608Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3162 | 2024-12-20T22:57:46.378Z | [ host-package] Compiling heck v0.3.3 |
3163 | 2024-12-20T22:57:47.162Z | [ host-package] Compiling csv-core v0.1.11 |
3164 | 2024-12-20T22:57:52.670Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3165 | 2024-12-20T22:57:52.758Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3166 | 2024-12-20T22:57:53.077Z | [ host-package] Compiling glob v0.3.1 |
3167 | 2024-12-20T22:57:53.595Z | [ host-package] Compiling csv v1.3.0 |
3168 | 2024-12-20T22:57:53.972Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3169 | 2024-12-20T22:57:56.329Z | [ helios-setup] Dec 20 22:57:55.356 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3170 | 2024-12-20T22:57:56.788Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3171 | 2024-12-20T22:57:57.778Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3172 | 2024-12-20T22:57:59.832Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3173 | 2024-12-20T22:58:04.923Z | [ helios-setup] Dec 20 22:58:03.949 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3174 | 2024-12-20T22:58:15.222Z | [ host-package] Compiling nix v0.27.1 |
3175 | 2024-12-20T22:58:16.878Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3176 | 2024-12-20T22:58:21.235Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3177 | 2024-12-20T22:58:23.663Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3178 | 2024-12-20T22:58:24.123Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3179 | 2024-12-20T22:58:26.287Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3180 | 2024-12-20T22:58:27.962Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3181 | 2024-12-20T22:58:33.648Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3182 | 2024-12-20T22:58:42.950Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3183 | 2024-12-20T22:58:43.794Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3184 | 2024-12-20T22:58:44.642Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3185 | 2024-12-20T22:58:45.421Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3186 | 2024-12-20T22:58:45.750Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3187 | 2024-12-20T22:58:46.381Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3188 | 2024-12-20T22:58:47.334Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3189 | 2024-12-20T22:58:48.082Z | [ host-package] Compiling hashlink v0.9.1 |
3190 | 2024-12-20T22:58:49.008Z | [ host-package] Compiling tungstenite v0.23.0 |
3191 | 2024-12-20T22:58:49.327Z | [ host-package] Compiling base64 v0.13.1 |
3192 | 2024-12-20T22:58:49.437Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3193 | 2024-12-20T22:58:49.821Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3194 | 2024-12-20T22:58:50.023Z | [ helios-setup] Dec 20 22:58:49.041 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3195 | 2024-12-20T22:58:50.156Z | [ host-package] Compiling ron v0.7.1 |
3196 | 2024-12-20T22:58:50.758Z | [ host-package] Compiling rusqlite v0.32.1 |
3197 | 2024-12-20T22:58:54.006Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3198 | 2024-12-20T22:58:54.822Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3199 | 2024-12-20T22:58:55.401Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3200 | 2024-12-20T22:58:56.256Z | [ host-package] Compiling xz2 v0.1.7 |
3201 | 2024-12-20T22:58:56.865Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3202 | 2024-12-20T22:58:57.499Z | [ host-package] Compiling zone v0.1.8 |
3203 | 2024-12-20T22:59:01.204Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3204 | 2024-12-20T22:59:07.828Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3205 | 2024-12-20T22:59:10.678Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3206 | 2024-12-20T22:59:21.682Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3207 | 2024-12-20T22:59:21.812Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3208 | 2024-12-20T22:59:30.022Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3209 | 2024-12-20T22:59:37.524Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3210 | 2024-12-20T22:59:37.879Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3211 | 2024-12-20T22:59:38.498Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3212 | 2024-12-20T22:59:39.630Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3213 | 2024-12-20T22:59:39.756Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3214 | 2024-12-20T22:59:40.182Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3215 | 2024-12-20T22:59:40.767Z | [ host-package] Compiling twox-hash v1.6.3 |
3216 | 2024-12-20T22:59:41.496Z | [ host-package] Compiling yasna v0.5.2 |
3217 | 2024-12-20T22:59:42.940Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3218 | 2024-12-20T22:59:43.158Z | [ host-package] Compiling is_ci v1.2.0 |
3219 | 2024-12-20T22:59:43.975Z | [ host-package] Compiling smawk v0.3.2 |
3220 | 2024-12-20T22:59:44.199Z | [ host-package] Compiling rcgen v0.12.1 |
3221 | 2024-12-20T22:59:44.693Z | [ host-package] Compiling textwrap v0.16.1 |
3222 | 2024-12-20T22:59:46.977Z | [ host-package] Compiling supports-color v3.0.1 |
3223 | 2024-12-20T22:59:49.619Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3224 | 2024-12-20T22:59:52.448Z | [ helios-setup] Dec 20 22:59:51.455 INFO E| Finished `release` profile [optimized] target(s) in 6m 39s |
3225 | 2024-12-20T22:59:52.596Z | [ helios-setup] Dec 20 22:59:51.602 INFO building project "pilot" ok (399 seconds) |
3226 | 2024-12-20T22:59:52.599Z | [ helios-setup] Dec 20 22:59:51.603 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
3227 | 2024-12-20T22:59:52.599Z | [ helios-setup] Dec 20 22:59:51.603 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
3228 | 2024-12-20T22:59:52.607Z | [ helios-setup] Dec 20 22:59:51.613 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
3229 | 2024-12-20T22:59:52.827Z | [ helios-setup] Dec 20 22:59:51.833 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
3230 | 2024-12-20T22:59:52.827Z | [ helios-setup] Dec 20 22:59:51.833 INFO E| info: downloading component 'cargo' |
3231 | 2024-12-20T22:59:54.283Z | [ helios-setup] Dec 20 22:59:53.289 INFO E| info: downloading component 'clippy' |
3232 | 2024-12-20T22:59:54.503Z | [ helios-setup] Dec 20 22:59:53.509 INFO E| info: downloading component 'rust-docs' |
3233 | 2024-12-20T22:59:55.789Z | [ helios-setup] Dec 20 22:59:54.795 INFO E| info: downloading component 'rust-src' |
3234 | 2024-12-20T22:59:55.948Z | [ helios-setup] Dec 20 22:59:54.954 INFO E| info: downloading component 'rust-std' |
3235 | 2024-12-20T22:59:56.174Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3236 | 2024-12-20T22:59:57.626Z | [ helios-setup] Dec 20 22:59:56.632 INFO E| info: downloading component 'rustc' |
3237 | 2024-12-20T22:59:59.435Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3238 | 2024-12-20T23:00:00.111Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3239 | 2024-12-20T23:00:02.739Z | [ helios-setup] Dec 20 23:00:01.744 INFO E| info: downloading component 'rustfmt' |
3240 | 2024-12-20T23:00:03.150Z | [ helios-setup] Dec 20 23:00:02.155 INFO E| info: installing component 'cargo' |
3241 | 2024-12-20T23:00:04.369Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3242 | 2024-12-20T23:00:04.474Z | [ helios-setup] Dec 20 23:00:03.478 INFO E| info: installing component 'clippy' |
3243 | 2024-12-20T23:00:04.936Z | [ helios-setup] Dec 20 23:00:03.939 INFO E| info: installing component 'rust-docs' |
3244 | 2024-12-20T23:00:10.751Z | [ helios-setup] Dec 20 23:00:09.755 INFO E| info: installing component 'rust-src' |
3245 | 2024-12-20T23:00:11.291Z | [ helios-setup] Dec 20 23:00:10.294 INFO E| info: installing component 'rust-std' |
3246 | 2024-12-20T23:00:13.987Z | [ helios-setup] Dec 20 23:00:12.990 INFO E| info: installing component 'rustc' |
3247 | 2024-12-20T23:00:20.237Z | [ helios-setup] Dec 20 23:00:19.239 INFO E| info: installing component 'rustfmt' |
3248 | 2024-12-20T23:00:21.045Z | [ helios-setup] Dec 20 23:00:20.047 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
3249 | 2024-12-20T23:00:21.944Z | [ helios-setup] Dec 20 23:00:20.946 INFO E| From https://github.com/oxidecomputer/amd-apcb |
3250 | 2024-12-20T23:00:21.944Z | [ helios-setup] Dec 20 23:00:20.946 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
3251 | 2024-12-20T23:00:21.947Z | [ helios-setup] Dec 20 23:00:20.946 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3252 | 2024-12-20T23:00:21.974Z | [ helios-setup] Dec 20 23:00:20.976 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
3253 | 2024-12-20T23:00:21.974Z | [ helios-setup] Dec 20 23:00:20.976 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
3254 | 2024-12-20T23:00:21.975Z | [ helios-setup] Dec 20 23:00:20.976 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
3255 | 2024-12-20T23:00:21.978Z | [ helios-setup] Dec 20 23:00:20.976 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3256 | 2024-12-20T23:00:21.978Z | [ helios-setup] Dec 20 23:00:20.977 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3257 | 2024-12-20T23:00:21.978Z | [ helios-setup] Dec 20 23:00:20.977 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3258 | 2024-12-20T23:00:21.978Z | [ helios-setup] Dec 20 23:00:20.977 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
3259 | 2024-12-20T23:00:21.978Z | [ helios-setup] Dec 20 23:00:20.977 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
3260 | 2024-12-20T23:00:21.978Z | [ helios-setup] Dec 20 23:00:20.977 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3261 | 2024-12-20T23:00:21.978Z | [ helios-setup] Dec 20 23:00:20.977 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3262 | 2024-12-20T23:00:21.978Z | [ helios-setup] Dec 20 23:00:20.977 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3263 | 2024-12-20T23:00:22.028Z | [ helios-setup] Dec 20 23:00:21.029 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
3264 | 2024-12-20T23:00:22.996Z | [ helios-setup] Dec 20 23:00:21.997 INFO E| From https://github.com/oxidecomputer/amd-efs |
3265 | 2024-12-20T23:00:22.996Z | [ helios-setup] Dec 20 23:00:21.997 INFO E| * [new branch] empty -> origin/empty |
3266 | 2024-12-20T23:00:22.996Z | [ helios-setup] Dec 20 23:00:21.997 INFO E| * [new branch] issue-99 -> origin/issue-99 |
3267 | 2024-12-20T23:00:22.999Z | [ helios-setup] Dec 20 23:00:21.997 INFO E| * [new branch] main -> origin/main |
3268 | 2024-12-20T23:00:22.999Z | [ helios-setup] Dec 20 23:00:21.997 INFO E| * [new branch] review -> origin/review |
3269 | 2024-12-20T23:00:22.999Z | [ helios-setup] Dec 20 23:00:21.998 INFO E| * [new ref] -> origin/HEAD |
3270 | 2024-12-20T23:00:22.999Z | [ helios-setup] Dec 20 23:00:21.998 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3271 | 2024-12-20T23:00:22.999Z | [ helios-setup] Dec 20 23:00:21.998 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
3272 | 2024-12-20T23:00:22.999Z | [ helios-setup] Dec 20 23:00:21.998 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
3273 | 2024-12-20T23:00:22.999Z | [ helios-setup] Dec 20 23:00:21.998 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
3274 | 2024-12-20T23:00:22.999Z | [ helios-setup] Dec 20 23:00:21.998 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
3275 | 2024-12-20T23:00:22.999Z | [ helios-setup] Dec 20 23:00:21.999 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
3276 | 2024-12-20T23:00:22.999Z | [ helios-setup] Dec 20 23:00:21.999 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
3277 | 2024-12-20T23:00:22.999Z | [ helios-setup] Dec 20 23:00:21.999 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
3278 | 2024-12-20T23:00:22.999Z | [ helios-setup] Dec 20 23:00:21.999 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3279 | 2024-12-20T23:00:22.999Z | [ helios-setup] Dec 20 23:00:21.999 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3280 | 2024-12-20T23:00:22.999Z | [ helios-setup] Dec 20 23:00:21.999 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3281 | 2024-12-20T23:00:22.999Z | [ helios-setup] Dec 20 23:00:21.999 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3282 | 2024-12-20T23:00:22.999Z | [ helios-setup] Dec 20 23:00:22.000 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3283 | 2024-12-20T23:00:22.999Z | [ helios-setup] Dec 20 23:00:22.000 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3284 | 2024-12-20T23:00:23.043Z | [ helios-setup] Dec 20 23:00:22.045 INFO E| Updating crates.io index |
3285 | 2024-12-20T23:00:23.345Z | [ helios-setup] Dec 20 23:00:22.346 INFO E| Downloading crates ... |
3286 | 2024-12-20T23:00:23.562Z | [ helios-setup] Dec 20 23:00:22.563 INFO E| Downloaded bytesize v1.3.0 |
3287 | 2024-12-20T23:00:23.576Z | [ helios-setup] Dec 20 23:00:22.577 INFO E| Downloaded once_cell v1.20.1 |
3288 | 2024-12-20T23:00:23.583Z | [ helios-setup] Dec 20 23:00:22.585 INFO E| Downloaded memoffset v0.5.6 |
3289 | 2024-12-20T23:00:23.618Z | [ helios-setup] Dec 20 23:00:22.619 INFO E| Downloaded unic-ucd-version v0.9.0 |
3290 | 2024-12-20T23:00:23.622Z | [ helios-setup] Dec 20 23:00:22.621 INFO E| Downloaded unic-common v0.9.0 |
3291 | 2024-12-20T23:00:23.622Z | [ helios-setup] Dec 20 23:00:22.622 INFO E| Downloaded unic-char-range v0.9.0 |
3292 | 2024-12-20T23:00:23.624Z | [ helios-setup] Dec 20 23:00:22.624 INFO E| Downloaded unic-char-property v0.9.0 |
3293 | 2024-12-20T23:00:23.624Z | [ helios-setup] Dec 20 23:00:22.626 INFO E| Downloaded strum v0.23.0 |
3294 | 2024-12-20T23:00:23.627Z | [ helios-setup] Dec 20 23:00:22.627 INFO E| Downloaded semver-parser v0.7.0 |
3295 | 2024-12-20T23:00:23.630Z | [ helios-setup] Dec 20 23:00:22.629 INFO E| Downloaded rustc_version v0.2.3 |
3296 | 2024-12-20T23:00:23.630Z | [ helios-setup] Dec 20 23:00:22.631 INFO E| Downloaded semver v0.9.0 |
3297 | 2024-12-20T23:00:23.632Z | [ helios-setup] Dec 20 23:00:22.633 INFO E| Downloaded proc-macro-crate v0.1.5 |
3298 | 2024-12-20T23:00:23.635Z | [ helios-setup] Dec 20 23:00:22.634 INFO E| Downloaded pest_generator v2.7.13 |
3299 | 2024-12-20T23:00:23.638Z | [ helios-setup] Dec 20 23:00:22.637 INFO E| Downloaded thiserror-impl v1.0.64 |
3300 | 2024-12-20T23:00:23.638Z | [ helios-setup] Dec 20 23:00:22.639 INFO E| Downloaded strsim v0.8.0 |
3301 | 2024-12-20T23:00:23.641Z | [ helios-setup] Dec 20 23:00:22.641 INFO E| Downloaded pre v0.2.1 |
3302 | 2024-12-20T23:00:23.641Z | [ helios-setup] Dec 20 23:00:22.642 INFO E| Downloaded thiserror v1.0.64 |
3303 | 2024-12-20T23:00:23.650Z | [ helios-setup] Dec 20 23:00:22.651 INFO E| Downloaded vec_map v0.8.2 |
3304 | 2024-12-20T23:00:23.653Z | [ helios-setup] Dec 20 23:00:22.654 INFO E| Downloaded ansi_term v0.12.1 |
3305 | 2024-12-20T23:00:23.656Z | [ helios-setup] Dec 20 23:00:22.657 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3306 | 2024-12-20T23:00:23.659Z | [ helios-setup] Dec 20 23:00:22.659 INFO E| Downloaded textwrap v0.11.0 |
3307 | 2024-12-20T23:00:23.661Z | [ helios-setup] Dec 20 23:00:22.662 INFO E| Downloaded pre-proc-macro v0.2.1 |
3308 | 2024-12-20T23:00:23.664Z | [ helios-setup] Dec 20 23:00:22.665 INFO E| Downloaded pest_meta v2.7.13 |
3309 | 2024-12-20T23:00:23.667Z | [ helios-setup] Dec 20 23:00:22.668 INFO E| Downloaded pest_derive v2.7.13 |
3310 | 2024-12-20T23:00:23.671Z | [ helios-setup] Dec 20 23:00:22.673 INFO E| Downloaded structopt v0.3.26 |
3311 | 2024-12-20T23:00:23.682Z | [ helios-setup] Dec 20 23:00:22.683 INFO E| Downloaded serde_derive v1.0.210 |
3312 | 2024-12-20T23:00:23.685Z | [ helios-setup] Dec 20 23:00:22.686 INFO E| Downloaded modular-bitfield v0.11.2 |
3313 | 2024-12-20T23:00:23.700Z | [ helios-setup] Dec 20 23:00:22.702 INFO E| Downloaded serde v1.0.210 |
3314 | 2024-12-20T23:00:23.704Z | [ helios-setup] Dec 20 23:00:22.706 INFO E| Downloaded clap v2.34.0 |
3315 | 2024-12-20T23:00:23.714Z | [ helios-setup] Dec 20 23:00:22.715 INFO E| Downloaded pest v2.7.13 |
3316 | 2024-12-20T23:00:23.740Z | [ helios-setup] Dec 20 23:00:22.742 INFO E| Downloaded syn v2.0.79 |
3317 | 2024-12-20T23:00:23.759Z | [ helios-setup] Dec 20 23:00:22.760 INFO E| Downloaded serde_json v1.0.128 |
3318 | 2024-12-20T23:00:23.770Z | [ helios-setup] Dec 20 23:00:22.771 INFO E| Downloaded goblin v0.4.3 |
3319 | 2024-12-20T23:00:23.778Z | [ helios-setup] Dec 20 23:00:22.779 INFO E| Downloaded libc v0.2.159 |
3320 | 2024-12-20T23:00:23.818Z | [ helios-setup] Dec 20 23:00:22.819 INFO E| Downloaded structopt-derive v0.4.18 |
3321 | 2024-12-20T23:00:23.822Z | [ helios-setup] Dec 20 23:00:22.821 INFO E| Downloaded scroll v0.10.2 |
3322 | 2024-12-20T23:00:23.825Z | [ helios-setup] Dec 20 23:00:22.823 INFO E| Downloaded strum_macros v0.23.1 |
3323 | 2024-12-20T23:00:23.827Z | [ helios-setup] Dec 20 23:00:22.826 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3324 | 2024-12-20T23:00:23.827Z | [ helios-setup] Dec 20 23:00:22.828 INFO E| Downloaded four-cc v0.3.0 |
3325 | 2024-12-20T23:00:23.830Z | [ helios-setup] Dec 20 23:00:22.829 INFO E| Downloaded scroll_derive v0.10.5 |
3326 | 2024-12-20T23:00:23.830Z | [ helios-setup] Dec 20 23:00:22.831 INFO E| Downloaded parse_int v0.6.0 |
3327 | 2024-12-20T23:00:23.832Z | [ helios-setup] Dec 20 23:00:22.832 INFO E| Downloaded fletcher v0.1.0 |
3328 | 2024-12-20T23:00:23.832Z | [ helios-setup] Dec 20 23:00:22.833 INFO E| Downloaded cfg-if v0.1.10 |
3329 | 2024-12-20T23:00:23.943Z | [ helios-setup] Dec 20 23:00:22.944 INFO E| Compiling proc-macro2 v1.0.86 |
3330 | 2024-12-20T23:00:23.943Z | [ helios-setup] Dec 20 23:00:22.945 INFO E| Compiling unicode-ident v1.0.13 |
3331 | 2024-12-20T23:00:23.943Z | [ helios-setup] Dec 20 23:00:22.945 INFO E| Compiling syn v1.0.109 |
3332 | 2024-12-20T23:00:23.946Z | [ helios-setup] Dec 20 23:00:22.945 INFO E| Compiling version_check v0.9.5 |
3333 | 2024-12-20T23:00:23.946Z | [ helios-setup] Dec 20 23:00:22.945 INFO E| Compiling memchr v2.7.4 |
3334 | 2024-12-20T23:00:23.946Z | [ helios-setup] Dec 20 23:00:22.945 INFO E| Compiling autocfg v1.4.0 |
3335 | 2024-12-20T23:00:23.946Z | [ helios-setup] Dec 20 23:00:22.946 INFO E| Compiling semver-parser v0.7.0 |
3336 | 2024-12-20T23:00:23.946Z | [ helios-setup] Dec 20 23:00:22.946 INFO E| Compiling thiserror v1.0.64 |
3337 | 2024-12-20T23:00:24.057Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3338 | 2024-12-20T23:00:24.806Z | [ helios-setup] Dec 20 23:00:23.807 INFO E| Compiling semver v0.9.0 |
3339 | 2024-12-20T23:00:25.361Z | [ helios-setup] Dec 20 23:00:24.359 INFO E| Compiling serde v1.0.210 |
3340 | 2024-12-20T23:00:25.476Z | [ helios-setup] Dec 20 23:00:24.477 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3341 | 2024-12-20T23:00:25.882Z | [ helios-setup] Dec 20 23:00:24.883 INFO E| Compiling proc-macro-error v1.0.4 |
3342 | 2024-12-20T23:00:25.891Z | [ helios-setup] Dec 20 23:00:24.892 INFO E| Compiling rustc_version v0.2.3 |
3343 | 2024-12-20T23:00:26.190Z | [ helios-setup] Dec 20 23:00:25.190 INFO E| Compiling serde_json v1.0.128 |
3344 | 2024-12-20T23:00:26.475Z | [ helios-setup] Dec 20 23:00:25.475 INFO E| Compiling num-traits v0.2.19 |
3345 | 2024-12-20T23:00:26.555Z | [ helios-setup] Dec 20 23:00:25.556 INFO E| Compiling unicode-segmentation v1.12.0 |
3346 | 2024-12-20T23:00:26.750Z | [ helios-setup] Dec 20 23:00:25.751 INFO E| Compiling ryu v1.0.18 |
3347 | 2024-12-20T23:00:26.858Z | [ helios-setup] Dec 20 23:00:25.858 INFO E| Compiling itoa v1.0.11 |
3348 | 2024-12-20T23:00:27.120Z | [ helios-setup] Dec 20 23:00:26.111 INFO E| Compiling schemars v0.8.21 |
3349 | 2024-12-20T23:00:27.271Z | [ helios-setup] Dec 20 23:00:26.272 INFO E| Compiling pre-proc-macro v0.2.1 |
3350 | 2024-12-20T23:00:27.372Z | [ helios-setup] Dec 20 23:00:26.373 INFO E| Compiling quote v1.0.37 |
3351 | 2024-12-20T23:00:27.537Z | [ helios-setup] Dec 20 23:00:26.537 INFO E| Compiling memoffset v0.5.6 |
3352 | 2024-12-20T23:00:28.297Z | [ helios-setup] Dec 20 23:00:27.268 INFO E| Compiling heck v0.3.3 |
3353 | 2024-12-20T23:00:28.305Z | [ helios-setup] Dec 20 23:00:27.291 INFO E| Compiling syn v2.0.79 |
3354 | 2024-12-20T23:00:28.384Z | [ helios-setup] Dec 20 23:00:27.384 INFO E| Compiling rustversion v1.0.17 |
3355 | 2024-12-20T23:00:28.414Z | [ helios-setup] Dec 20 23:00:27.413 INFO E| Compiling dyn-clone v1.0.17 |
3356 | 2024-12-20T23:00:28.852Z | [ helios-setup] Dec 20 23:00:27.853 INFO E| Compiling libc v0.2.159 |
3357 | 2024-12-20T23:00:29.085Z | [ helios-setup] Dec 20 23:00:28.086 INFO E| Compiling paste v1.0.15 |
3358 | 2024-12-20T23:00:29.124Z | [ helios-setup] Dec 20 23:00:28.124 INFO E| Compiling ucd-trie v0.1.7 |
3359 | 2024-12-20T23:00:29.911Z | [ helios-setup] Dec 20 23:00:28.911 INFO E| Compiling lazy_static v1.5.0 |
3360 | 2024-12-20T23:00:30.407Z | [ helios-setup] Dec 20 23:00:29.407 INFO E| Compiling pre v0.2.1 |
3361 | 2024-12-20T23:00:30.416Z | [ helios-setup] Dec 20 23:00:29.416 INFO E| Compiling cfg-if v0.1.10 |
3362 | 2024-12-20T23:00:30.628Z | [ helios-setup] Dec 20 23:00:29.628 INFO E| Compiling once_cell v1.20.1 |
3363 | 2024-12-20T23:00:31.269Z | [ helios-setup] Dec 20 23:00:29.800 INFO E| Compiling byteorder v1.5.0 |
3364 | 2024-12-20T23:00:31.285Z | [ helios-setup] Dec 20 23:00:30.144 INFO E| Compiling static_assertions v1.1.0 |
3365 | 2024-12-20T23:00:31.941Z | [ helios-setup] Dec 20 23:00:30.941 INFO E| Compiling unicode-width v0.1.14 |
3366 | 2024-12-20T23:00:32.666Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3367 | 2024-12-20T23:00:33.176Z | [ helios-setup] Dec 20 23:00:32.176 INFO E| Compiling textwrap v0.11.0 |
3368 | 2024-12-20T23:00:33.623Z | [ helios-setup] Dec 20 23:00:32.622 INFO E| Compiling atty v0.2.14 |
3369 | 2024-12-20T23:00:33.674Z | [ helios-setup] Dec 20 23:00:32.673 INFO E| Compiling strsim v0.8.0 |
3370 | 2024-12-20T23:00:33.785Z | [ helios-setup] Dec 20 23:00:32.784 INFO E| Compiling unic-char-range v0.9.0 |
3371 | 2024-12-20T23:00:34.148Z | [ helios-setup] Dec 20 23:00:33.148 INFO E| Compiling vec_map v0.8.2 |
3372 | 2024-12-20T23:00:34.263Z | [ helios-setup] Dec 20 23:00:33.263 INFO E| Compiling bitflags v1.3.2 |
3373 | 2024-12-20T23:00:34.485Z | [ helios-setup] Dec 20 23:00:33.484 INFO E| Compiling parse_int v0.6.0 |
3374 | 2024-12-20T23:00:34.557Z | [ helios-setup] Dec 20 23:00:33.556 INFO E| Compiling unic-common v0.9.0 |
3375 | 2024-12-20T23:00:34.649Z | [ helios-setup] Dec 20 23:00:33.647 INFO E| Compiling fletcher v0.1.0 |
3376 | 2024-12-20T23:00:34.684Z | [ helios-setup] Dec 20 23:00:33.683 INFO E| Compiling strum v0.23.0 |
3377 | 2024-12-20T23:00:34.984Z | [ helios-setup] Dec 20 23:00:33.983 INFO E| Compiling ansi_term v0.12.1 |
3378 | 2024-12-20T23:00:35.038Z | [ helios-setup] Dec 20 23:00:34.037 INFO E| Compiling unic-ucd-version v0.9.0 |
3379 | 2024-12-20T23:00:35.117Z | [ helios-setup] Dec 20 23:00:34.116 INFO E| Compiling unic-char-property v0.9.0 |
3380 | 2024-12-20T23:00:35.134Z | [ helios-setup] Dec 20 23:00:34.133 INFO E| Compiling plain v0.2.3 |
3381 | 2024-12-20T23:00:35.163Z | [ helios-setup] Dec 20 23:00:34.162 INFO E| Compiling log v0.4.22 |
3382 | 2024-12-20T23:00:35.194Z | [ helios-setup] Dec 20 23:00:34.193 INFO E| Compiling bytesize v1.3.0 |
3383 | 2024-12-20T23:00:35.532Z | [ helios-setup] Dec 20 23:00:34.530 INFO E| Compiling unic-ucd-ident v0.9.0 |
3384 | 2024-12-20T23:00:35.730Z | [ helios-setup] Dec 20 23:00:34.729 INFO E| Compiling clap v2.34.0 |
3385 | 2024-12-20T23:00:37.584Z | [ helios-setup] Dec 20 23:00:36.583 INFO E| Compiling serde_derive_internals v0.29.1 |
3386 | 2024-12-20T23:00:39.781Z | [ helios-setup] Dec 20 23:00:38.779 INFO E| Compiling toml v0.5.11 |
3387 | 2024-12-20T23:00:42.918Z | [ helios-setup] Dec 20 23:00:41.915 INFO E| Compiling thiserror-impl v1.0.64 |
3388 | 2024-12-20T23:00:42.918Z | [ helios-setup] Dec 20 23:00:41.915 INFO E| Compiling serde_derive v1.0.210 |
3389 | 2024-12-20T23:00:42.918Z | [ helios-setup] Dec 20 23:00:41.915 INFO E| Compiling schemars_derive v0.8.21 |
3390 | 2024-12-20T23:00:44.217Z | [ helios-setup] Dec 20 23:00:43.214 INFO E| Compiling proc-macro-crate v0.1.5 |
3391 | 2024-12-20T23:00:44.239Z | [ helios-setup] Dec 20 23:00:43.236 INFO E| Compiling zerocopy-derive v0.6.6 |
3392 | 2024-12-20T23:00:45.427Z | [ helios-setup] Dec 20 23:00:44.424 INFO E| Compiling num-derive v0.4.2 |
3393 | 2024-12-20T23:00:48.100Z | [ helios-setup] Dec 20 23:00:47.097 INFO E| Compiling zerocopy v0.6.6 |
3394 | 2024-12-20T23:00:48.922Z | [ helios-setup] Dec 20 23:00:47.918 INFO E| Compiling pest v2.7.13 |
3395 | 2024-12-20T23:00:49.855Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3396 | 2024-12-20T23:00:49.993Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3397 | 2024-12-20T23:00:50.324Z | [ helios-setup] Dec 20 23:00:49.320 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3398 | 2024-12-20T23:00:50.810Z | [ helios-setup] Dec 20 23:00:49.806 INFO E| Compiling strum_macros v0.23.1 |
3399 | 2024-12-20T23:00:50.857Z | [ helios-setup] Dec 20 23:00:49.854 INFO E| Compiling scroll_derive v0.10.5 |
3400 | 2024-12-20T23:00:51.013Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3401 | 2024-12-20T23:00:51.633Z | [ helios-setup] Dec 20 23:00:50.629 INFO E| Compiling structopt-derive v0.4.18 |
3402 | 2024-12-20T23:00:51.686Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3403 | 2024-12-20T23:00:54.266Z | [ helios-setup] Dec 20 23:00:53.261 INFO E| Compiling pest_meta v2.7.13 |
3404 | 2024-12-20T23:00:54.709Z | [ helios-setup] Dec 20 23:00:53.704 INFO E| Compiling scroll v0.10.2 |
3405 | 2024-12-20T23:00:55.786Z | [ helios-setup] Dec 20 23:00:54.781 INFO E| Compiling modular-bitfield v0.11.2 |
3406 | 2024-12-20T23:00:55.869Z | [ helios-setup] Dec 20 23:00:54.864 INFO E| Compiling goblin v0.4.3 |
3407 | 2024-12-20T23:00:56.900Z | [ helios-setup] Dec 20 23:00:55.881 INFO E| Compiling pest_generator v2.7.13 |
3408 | 2024-12-20T23:00:57.421Z | [ helios-setup] Dec 20 23:00:56.399 INFO E| Compiling structopt v0.3.26 |
3409 | 2024-12-20T23:00:57.893Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3410 | 2024-12-20T23:01:01.791Z | [ helios-setup] Dec 20 23:01:00.785 INFO E| Compiling pest_derive v2.7.13 |
3411 | 2024-12-20T23:01:03.303Z | [ host-package] Compiling fatfs v0.3.6 |
3412 | 2024-12-20T23:01:05.970Z | [ helios-setup] Dec 20 23:01:04.963 INFO E| Compiling json5 v0.4.1 |
3413 | 2024-12-20T23:01:06.736Z | [ host-package] Compiling rtoolbox v0.0.2 |
3414 | 2024-12-20T23:01:07.389Z | [ host-package] Compiling subprocess v0.2.9 |
3415 | 2024-12-20T23:01:09.791Z | [ host-package] Compiling assert_matches v1.5.0 |
3416 | 2024-12-20T23:01:11.605Z | [ helios-setup] Dec 20 23:01:10.597 INFO E| Compiling four-cc v0.3.0 |
3417 | 2024-12-20T23:01:11.662Z | [ helios-setup] Dec 20 23:01:10.654 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
3418 | 2024-12-20T23:01:11.940Z | [ helios-setup] Dec 20 23:01:10.931 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
3419 | 2024-12-20T23:01:12.458Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3420 | 2024-12-20T23:01:14.294Z | [ host-package] Compiling rpassword v7.3.1 |
3421 | 2024-12-20T23:01:15.276Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3422 | 2024-12-20T23:01:19.331Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3423 | 2024-12-20T23:01:21.604Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3424 | 2024-12-20T23:01:22.501Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3425 | 2024-12-20T23:01:23.095Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3426 | 2024-12-20T23:01:27.445Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3427 | 2024-12-20T23:01:27.810Z | [ host-package] Compiling uzers v0.12.1 |
3428 | 2024-12-20T23:01:31.277Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3429 | 2024-12-20T23:01:38.553Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3430 | 2024-12-20T23:01:40.996Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3431 | 2024-12-20T23:01:56.178Z | [ helios-setup] Dec 20 23:01:55.163 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3432 | 2024-12-20T23:02:06.391Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3433 | 2024-12-20T23:02:15.780Z | [ helios-setup] Dec 20 23:02:14.762 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3434 | 2024-12-20T23:02:17.588Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3435 | 2024-12-20T23:02:18.989Z | [ host-package] Compiling multimap v0.10.0 |
3436 | 2024-12-20T23:03:11.254Z | [ helios-setup] Dec 20 23:03:10.225 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 50s |
3437 | 2024-12-20T23:03:11.288Z | [ helios-setup] Dec 20 23:03:10.258 INFO building project "amd-host-image-builder" ok (198 seconds) |
3438 | 2024-12-20T23:03:11.288Z | [ helios-setup] Dec 20 23:03:10.258 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3439 | 2024-12-20T23:03:11.292Z | [ helios-setup] Dec 20 23:03:10.258 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3440 | 2024-12-20T23:03:11.645Z | [ helios-setup] Dec 20 23:03:10.617 INFO E| Downloading crates ... |
3441 | 2024-12-20T23:03:11.794Z | [ helios-setup] Dec 20 23:03:10.765 INFO E| Downloaded miniz_oxide v0.7.2 |
3442 | 2024-12-20T23:03:11.856Z | [ helios-setup] Dec 20 23:03:10.826 INFO E| Compiling adler v1.0.2 |
3443 | 2024-12-20T23:03:12.057Z | [ helios-setup] Dec 20 23:03:11.029 INFO E| Compiling miniz_oxide v0.7.2 |
3444 | 2024-12-20T23:03:14.743Z | [ helios-setup] Dec 20 23:03:13.709 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3445 | 2024-12-20T23:03:15.792Z | [ helios-setup] Dec 20 23:03:14.763 INFO E| Finished `release` profile [optimized] target(s) in 4.40s |
3446 | 2024-12-20T23:03:15.803Z | [ helios-setup] Dec 20 23:03:14.774 INFO building project "pinprick" ok (4 seconds) |
3447 | 2024-12-20T23:03:15.806Z | [ helios-setup] rm -f helios-build |
3448 | 2024-12-20T23:03:15.809Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3449 | 2024-12-20T23:03:15.811Z | [ helios-setup] |
3450 | 2024-12-20T23:03:15.813Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3451 | 2024-12-20T23:03:15.816Z | [ helios-setup] |
3452 | 2024-12-20T23:03:15.816Z | [ helios-setup] |
3453 | 2024-12-20T23:03:15.816Z | [ helios-setup] real 12:11.801105630 |
3454 | 2024-12-20T23:03:15.816Z | [ helios-setup] user 29:01.177447234 |
3455 | 2024-12-20T23:03:15.816Z | [ helios-setup] sys 3:34.353799536 |
3456 | 2024-12-20T23:03:15.816Z | [ helios-setup] trap 1.743353586 |
3457 | 2024-12-20T23:03:15.816Z | [ helios-setup] tflt 7.389575317 |
3458 | 2024-12-20T23:03:15.816Z | [ helios-setup] dflt 37.108273437 |
3459 | 2024-12-20T23:03:15.818Z | [ helios-setup] kflt 0.021623012 |
3460 | 2024-12-20T23:03:15.818Z | [ helios-setup] lock 2:04:52.340994741 |
3461 | 2024-12-20T23:03:15.818Z | [ helios-setup] slp 3:46:54.684048415 |
3462 | 2024-12-20T23:03:15.818Z | [ helios-setup] lat 33:17.360477983 |
3463 | 2024-12-20T23:03:15.818Z | [ helios-setup] stop 4:26.474323030 |
3464 | 2024-12-20T23:03:15.818Z | Dec 20 23:03:14.787 INFO [helios-setup] process exited with exit status: 0 (731.806960127s) |
3465 | 2024-12-20T23:03:15.818Z | Dec 20 23:03:14.788 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3466 | 2024-12-20T23:03:15.844Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3467 | 2024-12-20T23:03:16.052Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3468 | 2024-12-20T23:03:16.055Z | [ phbl-toolchain] info: downloading component 'cargo' |
3469 | 2024-12-20T23:03:16.921Z | [ phbl-toolchain] info: downloading component 'clippy' |
3470 | 2024-12-20T23:03:17.225Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3471 | 2024-12-20T23:03:22.918Z | [ phbl-toolchain] info: downloading component 'miri' |
3472 | 2024-12-20T23:03:23.073Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3473 | 2024-12-20T23:03:24.524Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3474 | 2024-12-20T23:03:24.710Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3475 | 2024-12-20T23:03:27.074Z | [ phbl-toolchain] info: downloading component 'rustc' |
3476 | 2024-12-20T23:03:34.074Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3477 | 2024-12-20T23:03:34.359Z | [ phbl-toolchain] info: installing component 'cargo' |
3478 | 2024-12-20T23:03:35.635Z | [ phbl-toolchain] info: installing component 'clippy' |
3479 | 2024-12-20T23:03:36.217Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3480 | 2024-12-20T23:03:41.885Z | [ phbl-toolchain] info: installing component 'miri' |
3481 | 2024-12-20T23:03:42.232Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3482 | 2024-12-20T23:03:49.840Z | [ phbl-toolchain] info: installing component 'rust-src' |
3483 | 2024-12-20T23:03:50.557Z | [ phbl-toolchain] info: installing component 'rust-std' |
3484 | 2024-12-20T23:03:52.841Z | [ phbl-toolchain] info: installing component 'rustc' |
3485 | 2024-12-20T23:04:01.778Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3486 | 2024-12-20T23:04:02.497Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3487 | 2024-12-20T23:04:02.500Z | Dec 20 23:04:01.463 INFO [phbl-toolchain] process exited with exit status: 0 (46.675233347s) |
3488 | 2024-12-20T23:04:52.862Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3489 | 2024-12-20T23:04:55.852Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3490 | 2024-12-20T23:11:44.204Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 48s |
3491 | 2024-12-20T23:12:51.906Z | Dec 20 23:12:50.774 INFO [host-package] process exited with exit status: 0 (1256.149123964s) |
3492 | 2024-12-20T23:12:51.906Z | Dec 20 23:12:50.774 INFO [host-stamp] running task |
3493 | 2024-12-20T23:12:51.908Z | Dec 20 23:12:50.774 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3494 | 2024-12-20T23:12:51.915Z | Dec 20 23:12:50.783 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+git053adca9631 |
3495 | 2024-12-20T23:12:51.925Z | Dec 20 23:12:50.794 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+git053adca9631 |
3496 | 2024-12-20T23:12:51.931Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3497 | 2024-12-20T23:12:51.934Z | Dec 20 23:12:50.803 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+git053adca9631 |
3498 | 2024-12-20T23:12:51.940Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3499 | 2024-12-20T23:12:51.942Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3500 | 2024-12-20T23:12:51.945Z | Dec 20 23:12:50.811 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+git053adca9631 |
3501 | 2024-12-20T23:12:51.948Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3502 | 2024-12-20T23:12:51.951Z | Dec 20 23:12:50.820 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+git053adca9631 |
3503 | 2024-12-20T23:12:51.957Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3504 | 2024-12-20T23:12:51.960Z | Dec 20 23:12:50.829 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (45.450353ms) |
3505 | 2024-12-20T23:12:51.962Z | Dec 20 23:12:50.829 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+git053adca9631 |
3506 | 2024-12-20T23:12:51.969Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3507 | 2024-12-20T23:12:51.973Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3508 | 2024-12-20T23:12:51.975Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3509 | 2024-12-20T23:12:51.975Z | Dec 20 23:12:50.842 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+git053adca9631 |
3510 | 2024-12-20T23:12:51.989Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3511 | 2024-12-20T23:12:51.991Z | Dec 20 23:12:50.857 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+git053adca9631 |
3512 | 2024-12-20T23:12:51.999Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3513 | 2024-12-20T23:12:52.006Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3514 | 2024-12-20T23:12:52.009Z | Dec 20 23:12:50.875 INFO [stamp-overlay] process exited with exit status: 0 (54.66376ms) |
3515 | 2024-12-20T23:12:52.009Z | Dec 20 23:12:50.875 INFO [stamp-oxlog] process exited with exit status: 0 (45.804207ms) |
3516 | 2024-12-20T23:12:52.017Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3517 | 2024-12-20T23:12:52.053Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3518 | 2024-12-20T23:12:52.057Z | Dec 20 23:12:50.926 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (123.374275ms) |
3519 | 2024-12-20T23:12:52.231Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3520 | 2024-12-20T23:12:52.237Z | Dec 20 23:12:51.104 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (246.904847ms) |
3521 | 2024-12-20T23:12:52.331Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3522 | 2024-12-20T23:12:52.334Z | Dec 20 23:12:51.203 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (391.689666ms) |
3523 | 2024-12-20T23:12:53.095Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3524 | 2024-12-20T23:12:53.098Z | Dec 20 23:12:51.966 INFO [stamp-propolis-server] process exited with exit status: 0 (1.172665697s) |
3525 | 2024-12-20T23:12:53.101Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3526 | 2024-12-20T23:12:55.460Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3527 | 2024-12-20T23:13:02.740Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3528 | 2024-12-20T23:13:02.744Z | Dec 20 23:13:01.608 INFO [stamp-switch-asic] process exited with exit status: 0 (10.765770777s) |
3529 | 2024-12-20T23:13:02.744Z | Dec 20 23:13:01.608 INFO [host-stamp] task succeeded (10.834307469s) |
3530 | 2024-12-20T23:13:02.744Z | Dec 20 23:13:01.609 INFO [host-proto] running task |
3531 | 2024-12-20T23:13:03.159Z | Dec 20 23:13:02.025 INFO [host-proto] task succeeded (416.487666ms) |
3532 | 2024-12-20T23:13:03.159Z | Dec 20 23:13:02.025 INFO [host-profile] running task |
3533 | 2024-12-20T23:13:03.163Z | Dec 20 23:13:02.025 INFO [host-profile] task succeeded (328.238µs) |
3534 | 2024-12-20T23:13:03.163Z | Dec 20 23:13:02.026 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/.tmp8ONQdI/proto/host/root -N 'ci 053adca/${os_short_commit} 2024-12-20 22:51' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3535 | 2024-12-20T23:13:03.177Z | [ host-image] Dec 20 23:13:02.043 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3536 | 2024-12-20T23:13:03.177Z | [ host-image] Dec 20 23:13:02.043 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3537 | 2024-12-20T23:13:03.191Z | [ host-image] Dec 20 23:13:02.057 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp8ONQdI/proto/host/root" |
3538 | 2024-12-20T23:13:03.191Z | [ host-image] Dec 20 23:13:02.057 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3539 | 2024-12-20T23:13:03.195Z | [ host-image] Dec 20 23:13:02.057 INFO image builder template: ramdisk-01-os... |
3540 | 2024-12-20T23:13:03.195Z | [ host-image] Dec 20 23:13:02.057 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/.tmp8ONQdI/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-20T23:13:03.211Z | [ host-image] Dec 20 23:13:02.077 INFO O| Dec 20 23:13:02.077 INFO CREATE DATASET: rpool/images/build/host/output |
3542 | 2024-12-20T23:13:03.478Z | [ host-image] Dec 20 23:13:02.333 INFO O| Dec 20 23:13:02.333 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3543 | 2024-12-20T23:13:03.483Z | [ host-image] Dec 20 23:13:02.338 INFO O| Dec 20 23:13:02.338 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3544 | 2024-12-20T23:13:03.631Z | [ host-image] Dec 20 23:13:02.497 INFO O| Dec 20 23:13:02.497 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3545 | 2024-12-20T23:13:03.682Z | [ host-image] Dec 20 23:13:02.541 INFO O| Dec 20 23:13:02.541 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3546 | 2024-12-20T23:13:03.682Z | [ host-image] Dec 20 23:13:02.541 INFO O| Dec 20 23:13:02.541 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3547 | 2024-12-20T23:13:03.686Z | [ host-image] Dec 20 23:13:02.542 INFO O| Dec 20 23:13:02.542 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3548 | 2024-12-20T23:13:03.686Z | [ host-image] Dec 20 23:13:02.542 INFO O| Dec 20 23:13:02.542 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3549 | 2024-12-20T23:13:03.686Z | [ host-image] Dec 20 23:13:02.551 INFO O| Dec 20 23:13:02.551 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3550 | 2024-12-20T23:13:03.817Z | [ host-image] Dec 20 23:13:02.679 INFO O| Dec 20 23:13:02.679 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3551 | 2024-12-20T23:13:03.830Z | [ host-image] Dec 20 23:13:02.696 INFO O| Dec 20 23:13:02.696 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3552 | 2024-12-20T23:13:04.385Z | [ host-image] Dec 20 23:13:03.251 INFO O| Dec 20 23:13:03.250 INFO O| Caching catalogs ... Done |
3553 | 2024-12-20T23:13:04.513Z | [ host-image] Dec 20 23:13:03.372 INFO O| Dec 20 23:13:03.372 INFO STEP 0 (pkg_image_create) COMPLETE |
3554 | 2024-12-20T23:13:04.513Z | [ host-image] Dec 20 23:13:03.372 INFO O| Dec 20 23:13:03.372 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3555 | 2024-12-20T23:13:04.520Z | [ host-image] Dec 20 23:13:03.372 INFO O| Dec 20 23:13:03.372 INFO skip step because feature "repo_redist" is not enabled |
3556 | 2024-12-20T23:13:04.520Z | [ host-image] Dec 20 23:13:03.372 INFO O| Dec 20 23:13:03.372 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3557 | 2024-12-20T23:13:04.526Z | [ host-image] Dec 20 23:13:03.390 INFO O| Dec 20 23:13:03.390 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-20T23:13:05.054Z | [ host-image] Dec 20 23:13:03.920 INFO O| Dec 20 23:13:03.920 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3559 | 2024-12-20T23:13:05.055Z | [ host-image] Dec 20 23:13:03.920 INFO O| Dec 20 23:13:03.920 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3560 | 2024-12-20T23:13:05.075Z | [ host-image] Dec 20 23:13:03.937 INFO O| Dec 20 23:13:03.937 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-20T23:13:05.631Z | [ host-image] Dec 20 23:13:04.496 INFO O| Dec 20 23:13:04.496 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3562 | 2024-12-20T23:13:05.632Z | [ host-image] Dec 20 23:13:04.496 INFO O| Dec 20 23:13:04.496 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3563 | 2024-12-20T23:13:05.632Z | [ host-image] Dec 20 23:13:04.496 INFO O| Dec 20 23:13:04.496 INFO skip step because feature "repo_redist" is not enabled |
3564 | 2024-12-20T23:13:05.636Z | [ host-image] Dec 20 23:13:04.496 INFO O| Dec 20 23:13:04.496 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3565 | 2024-12-20T23:13:06.183Z | [ host-image] Dec 20 23:13:05.049 INFO O| Dec 20 23:13:05.049 INFO variant opensolaris.zone is already global |
3566 | 2024-12-20T23:13:06.184Z | [ host-image] Dec 20 23:13:05.049 INFO O| Dec 20 23:13:05.049 INFO STEP 5 (pkg_change_variant) COMPLETE |
3567 | 2024-12-20T23:13:06.187Z | [ host-image] Dec 20 23:13:05.049 INFO O| Dec 20 23:13:05.049 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3568 | 2024-12-20T23:13:06.747Z | [ host-image] Dec 20 23:13:05.612 INFO O| Dec 20 23:13:05.612 INFO variant opensolaris.imagetype is full; changing to partial |
3569 | 2024-12-20T23:13:06.748Z | [ host-image] Dec 20 23:13:05.612 INFO O| Dec 20 23:13:05.612 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3570 | 2024-12-20T23:13:14.944Z | [ host-image] Dec 20 23:13:13.809 INFO O| Dec 20 23:13:13.809 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3571 | 2024-12-20T23:13:15.134Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.96s |
3572 | 2024-12-20T23:13:16.498Z | Dec 20 23:13:15.362 INFO [recovery-package] process exited with exit status: 0 (24.58742653s) |
3573 | 2024-12-20T23:13:16.498Z | Dec 20 23:13:15.362 INFO [recovery-stamp] running task |
3574 | 2024-12-20T23:13:16.500Z | Dec 20 23:13:15.362 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3575 | 2024-12-20T23:13:16.500Z | Dec 20 23:13:15.362 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+git053adca9631 |
3576 | 2024-12-20T23:13:16.518Z | Dec 20 23:13:15.382 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git053adca9631 |
3577 | 2024-12-20T23:13:16.530Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3578 | 2024-12-20T23:13:16.536Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3579 | 2024-12-20T23:13:16.622Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3580 | 2024-12-20T23:13:16.626Z | Dec 20 23:13:15.490 INFO [stamp-installinator] process exited with exit status: 0 (108.290634ms) |
3581 | 2024-12-20T23:13:16.661Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3582 | 2024-12-20T23:13:16.665Z | Dec 20 23:13:15.529 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (166.628285ms) |
3583 | 2024-12-20T23:13:16.669Z | Dec 20 23:13:15.529 INFO [recovery-stamp] task succeeded (167.100221ms) |
3584 | 2024-12-20T23:13:16.669Z | Dec 20 23:13:15.529 INFO [recovery-proto] running task |
3585 | 2024-12-20T23:13:16.669Z | Dec 20 23:13:15.529 INFO [tuf-stamp] running task |
3586 | 2024-12-20T23:13:16.669Z | Dec 20 23:13:15.530 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+git053adca9631 |
3587 | 2024-12-20T23:13:16.681Z | Dec 20 23:13:15.545 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+git053adca9631 |
3588 | 2024-12-20T23:13:16.694Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3589 | 2024-12-20T23:13:16.697Z | Dec 20 23:13:15.559 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+git053adca9631 |
3590 | 2024-12-20T23:13:16.705Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3591 | 2024-12-20T23:13:16.710Z | Dec 20 23:13:15.574 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+git053adca9631 |
3592 | 2024-12-20T23:13:16.728Z | Dec 20 23:13:15.592 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+git053adca9631 |
3593 | 2024-12-20T23:13:16.728Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3594 | 2024-12-20T23:13:16.750Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3595 | 2024-12-20T23:13:16.753Z | Dec 20 23:13:15.614 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+git053adca9631 |
3596 | 2024-12-20T23:13:16.784Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3597 | 2024-12-20T23:13:16.787Z | Dec 20 23:13:15.648 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+git053adca9631 |
3598 | 2024-12-20T23:13:16.839Z | Dec 20 23:13:15.703 INFO [recovery-proto] task succeeded (173.963638ms) |
3599 | 2024-12-20T23:13:16.841Z | Dec 20 23:13:15.704 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/.tmp8ONQdI/proto/recovery/root -N 'recovery 053adca/${os_short_commit} 2024-12-20 22:51' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3600 | 2024-12-20T23:13:16.895Z | [ recovery-image] Dec 20 23:13:15.747 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3601 | 2024-12-20T23:13:16.896Z | [ recovery-image] Dec 20 23:13:15.747 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3602 | 2024-12-20T23:13:16.898Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3603 | 2024-12-20T23:13:16.898Z | Dec 20 23:13:15.760 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+git053adca9631 |
3604 | 2024-12-20T23:13:16.937Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3605 | 2024-12-20T23:13:16.940Z | [ recovery-image] Dec 20 23:13:15.804 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp8ONQdI/proto/recovery/root" |
3606 | 2024-12-20T23:13:16.940Z | [ recovery-image] Dec 20 23:13:15.804 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3607 | 2024-12-20T23:13:16.943Z | [ recovery-image] Dec 20 23:13:15.804 INFO image builder template: ramdisk-01-os... |
3608 | 2024-12-20T23:13:16.943Z | [ recovery-image] Dec 20 23:13:15.805 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/.tmp8ONQdI/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 |
3609 | 2024-12-20T23:13:16.943Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3610 | 2024-12-20T23:13:16.950Z | Dec 20 23:13:15.815 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+git053adca9631 |
3611 | 2024-12-20T23:13:17.042Z | [ recovery-image] Dec 20 23:13:15.835 INFO O| Dec 20 23:13:15.834 INFO CREATE DATASET: rpool/images/build/recovery/output |
3612 | 2024-12-20T23:13:17.164Z | Dec 20 23:13:16.028 [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3613 | 2024-12-20T23:13:17.164Z | 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+git053adca9631 |
3614 | 2024-12-20T23:13:17.296Z | [ recovery-image] Dec 20 23:13:16.160 INFO O| Dec 20 23:13:16.160 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3615 | 2024-12-20T23:13:17.304Z | [ recovery-image] Dec 20 23:13:16.167 INFO O| Dec 20 23:13:16.166 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3616 | 2024-12-20T23:13:17.379Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3617 | 2024-12-20T23:13:17.382Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3618 | 2024-12-20T23:13:17.382Z | Dec 20 23:13:16.244 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+git053adca9631 |
3619 | 2024-12-20T23:13:17.469Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3620 | 2024-12-20T23:13:17.472Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3621 | 2024-12-20T23:13:17.472Z | Dec 20 23:13:16.334 INFO [stamp-probe] process exited with exit status: 0 (741.685846ms) |
3622 | 2024-12-20T23:13:17.477Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3623 | 2024-12-20T23:13:17.485Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3624 | 2024-12-20T23:13:17.528Z | Dec 20 23:13:16.393 INFO [stamp-ntp] process exited with exit status: 0 (632.276828ms) |
3625 | 2024-12-20T23:13:17.770Z | [ recovery-image] Dec 20 23:13:16.634 INFO O| Dec 20 23:13:16.634 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3626 | 2024-12-20T23:13:17.857Z | [ recovery-image] Dec 20 23:13:16.721 INFO O| Dec 20 23:13:16.721 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3627 | 2024-12-20T23:13:17.857Z | [ recovery-image] Dec 20 23:13:16.721 INFO O| Dec 20 23:13:16.721 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3628 | 2024-12-20T23:13:17.860Z | [ recovery-image] Dec 20 23:13:16.721 INFO O| Dec 20 23:13:16.721 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3629 | 2024-12-20T23:13:17.860Z | [ recovery-image] Dec 20 23:13:16.721 INFO O| Dec 20 23:13:16.721 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3630 | 2024-12-20T23:13:17.886Z | [ recovery-image] Dec 20 23:13:16.750 INFO O| Dec 20 23:13:16.750 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3631 | 2024-12-20T23:13:18.250Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3632 | 2024-12-20T23:13:18.265Z | Dec 20 23:13:17.129 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.569824379s) |
3633 | 2024-12-20T23:13:18.343Z | [ recovery-image] Dec 20 23:13:17.207 INFO O| Dec 20 23:13:17.207 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3634 | 2024-12-20T23:13:18.357Z | [ recovery-image] Dec 20 23:13:17.221 INFO O| Dec 20 23:13:17.221 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3635 | 2024-12-20T23:13:18.619Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3636 | 2024-12-20T23:13:18.660Z | Dec 20 23:13:17.524 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.994636742s) |
3637 | 2024-12-20T23:13:18.691Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3638 | 2024-12-20T23:13:18.752Z | Dec 20 23:13:17.615 INFO [stamp-internal-dns] process exited with exit status: 0 (1.966851724s) |
3639 | 2024-12-20T23:13:19.036Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3640 | 2024-12-20T23:13:19.043Z | Dec 20 23:13:17.907 INFO [stamp-external-dns] process exited with exit status: 0 (1.658227709s) |
3641 | 2024-12-20T23:13:19.064Z | [ recovery-image] Dec 20 23:13:17.928 INFO O| Dec 20 23:13:17.928 INFO O| Caching catalogs ... Done |
3642 | 2024-12-20T23:13:19.197Z | [ recovery-image] Dec 20 23:13:18.060 INFO O| Dec 20 23:13:18.060 INFO STEP 0 (pkg_image_create) COMPLETE |
3643 | 2024-12-20T23:13:19.197Z | [ recovery-image] Dec 20 23:13:18.060 INFO O| Dec 20 23:13:18.060 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3644 | 2024-12-20T23:13:19.200Z | [ recovery-image] Dec 20 23:13:18.060 INFO O| Dec 20 23:13:18.060 INFO skip step because feature "repo_redist" is not enabled |
3645 | 2024-12-20T23:13:19.200Z | [ recovery-image] Dec 20 23:13:18.060 INFO O| Dec 20 23:13:18.060 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3646 | 2024-12-20T23:13:19.214Z | [ recovery-image] Dec 20 23:13:18.077 INFO O| Dec 20 23:13:18.077 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"] |
3647 | 2024-12-20T23:13:19.475Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3648 | 2024-12-20T23:13:19.479Z | Dec 20 23:13:18.343 INFO [stamp-oximeter] process exited with exit status: 0 (2.31471354s) |
3649 | 2024-12-20T23:13:19.700Z | [ recovery-image] Dec 20 23:13:18.563 INFO O| Dec 20 23:13:18.563 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3650 | 2024-12-20T23:13:19.700Z | [ recovery-image] Dec 20 23:13:18.564 INFO O| Dec 20 23:13:18.563 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3651 | 2024-12-20T23:13:19.714Z | [ recovery-image] Dec 20 23:13:18.578 INFO O| Dec 20 23:13:18.578 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-20T23:13:20.189Z | [ recovery-image] Dec 20 23:13:19.052 INFO O| Dec 20 23:13:19.052 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3653 | 2024-12-20T23:13:20.189Z | [ recovery-image] Dec 20 23:13:19.052 INFO O| Dec 20 23:13:19.052 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3654 | 2024-12-20T23:13:20.191Z | [ recovery-image] Dec 20 23:13:19.052 INFO O| Dec 20 23:13:19.052 INFO skip step because feature "repo_redist" is not enabled |
3655 | 2024-12-20T23:13:20.191Z | [ recovery-image] Dec 20 23:13:19.052 INFO O| Dec 20 23:13:19.052 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3656 | 2024-12-20T23:13:20.590Z | [ recovery-image] Dec 20 23:13:19.429 INFO O| Dec 20 23:13:19.429 INFO variant opensolaris.zone is already global |
3657 | 2024-12-20T23:13:20.590Z | [ recovery-image] Dec 20 23:13:19.429 INFO O| Dec 20 23:13:19.429 INFO STEP 5 (pkg_change_variant) COMPLETE |
3658 | 2024-12-20T23:13:20.591Z | [ recovery-image] Dec 20 23:13:19.429 INFO O| Dec 20 23:13:19.429 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3659 | 2024-12-20T23:13:20.851Z | [ host-image] Dec 20 23:13:19.701 INFO O| Dec 20 23:13:19.701 INFO O| Startup: Caching catalogs ... Done |
3660 | 2024-12-20T23:13:20.957Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3661 | 2024-12-20T23:13:20.991Z | Dec 20 23:13:19.802 INFO [stamp-nexus] process exited with exit status: 0 (4.227827368s) |
3662 | 2024-12-20T23:13:20.992Z | [ host-image] Dec 20 23:13:19.803 INFO O| Dec 20 23:13:19.803 INFO O| Planning: Planning completed in 0.00 seconds |
3663 | 2024-12-20T23:13:20.992Z | [ host-image] Dec 20 23:13:19.803 INFO O| Dec 20 23:13:19.803 INFO O| Planning: Consolidating action changes ... Done |
3664 | 2024-12-20T23:13:20.992Z | [ host-image] Dec 20 23:13:19.803 INFO O| Dec 20 23:13:19.803 INFO O| Planning: Evaluating mediators ... Done |
3665 | 2024-12-20T23:13:20.992Z | [ host-image] Dec 20 23:13:19.804 INFO O| Dec 20 23:13:19.804 INFO O| Planning: Planning completed in 0.00 seconds |
3666 | 2024-12-20T23:13:20.992Z | [ host-image] Dec 20 23:13:19.804 INFO O| Dec 20 23:13:19.804 INFO O| Variants/Facets to change: 1 |
3667 | 2024-12-20T23:13:20.992Z | [ host-image] Dec 20 23:13:19.823 INFO O| Dec 20 23:13:19.823 INFO O| Done |
3668 | 2024-12-20T23:13:20.992Z | [ host-image] Dec 20 23:13:19.823 INFO O| Dec 20 23:13:19.823 INFO O| Done |
3669 | 2024-12-20T23:13:21.050Z | [ recovery-image] Dec 20 23:13:19.897 INFO O| Dec 20 23:13:19.897 INFO variant opensolaris.imagetype is full; changing to partial |
3670 | 2024-12-20T23:13:21.050Z | [ recovery-image] Dec 20 23:13:19.897 INFO O| Dec 20 23:13:19.897 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3671 | 2024-12-20T23:13:21.772Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3672 | 2024-12-20T23:13:21.814Z | [ host-image] Dec 20 23:13:20.646 INFO O| Dec 20 23:13:20.646 INFO O| Done |
3673 | 2024-12-20T23:13:21.906Z | [ host-image] Dec 20 23:13:20.711 INFO O| Dec 20 23:13:20.711 INFO O| Done |
3674 | 2024-12-20T23:13:21.992Z | [ host-image] Dec 20 23:13:20.712 INFO O| Dec 20 23:13:20.712 INFO O| Done |
3675 | 2024-12-20T23:13:21.993Z | [ host-image] Dec 20 23:13:20.712 INFO O| Dec 20 23:13:20.712 INFO O| Done |
3676 | 2024-12-20T23:13:21.993Z | [ host-image] Dec 20 23:13:20.714 INFO O| Dec 20 23:13:20.714 INFO O| Done |
3677 | 2024-12-20T23:13:21.993Z | [verify-libraries] Compiling home v0.5.9 |
3678 | 2024-12-20T23:13:22.064Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3679 | 2024-12-20T23:13:22.064Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3680 | 2024-12-20T23:13:22.064Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3681 | 2024-12-20T23:13:22.064Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3682 | 2024-12-20T23:13:22.116Z | [verify-libraries] Compiling nix v0.28.0 |
3683 | 2024-12-20T23:13:22.129Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3684 | 2024-12-20T23:13:22.129Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3685 | 2024-12-20T23:13:22.299Z | [verify-libraries] Compiling polyval v0.6.2 |
3686 | 2024-12-20T23:13:22.575Z | [ host-image] Dec 20 23:13:21.438 INFO O| Dec 20 23:13:21.438 INFO STEP 6 (pkg_change_variant) COMPLETE |
3687 | 2024-12-20T23:13:22.576Z | [ host-image] Dec 20 23:13:21.438 INFO O| Dec 20 23:13:21.438 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3688 | 2024-12-20T23:13:22.576Z | [ host-image] Dec 20 23:13:21.438 INFO O| Dec 20 23:13:21.438 INFO skip step because feature "debug_variant" is not enabled |
3689 | 2024-12-20T23:13:22.583Z | [ host-image] Dec 20 23:13:21.438 INFO O| Dec 20 23:13:21.438 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3690 | 2024-12-20T23:13:22.942Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3691 | 2024-12-20T23:13:22.951Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3692 | 2024-12-20T23:13:22.991Z | Dec 20 23:13:21.854 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.039818253s) |
3693 | 2024-12-20T23:13:23.188Z | [ host-image] Dec 20 23:13:22.046 INFO O| Dec 20 23:13:22.046 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3694 | 2024-12-20T23:13:23.219Z | [verify-libraries] Compiling ghash v0.5.1 |
3695 | 2024-12-20T23:13:23.518Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3696 | 2024-12-20T23:13:23.548Z | [verify-libraries] Compiling ctr v0.9.2 |
3697 | 2024-12-20T23:13:23.609Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3698 | 2024-12-20T23:13:23.609Z | [verify-libraries] Compiling blowfish v0.9.1 |
3699 | 2024-12-20T23:13:24.344Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3700 | 2024-12-20T23:13:24.423Z | [ host-image] Dec 20 23:13:23.285 INFO O| Dec 20 23:13:23.285 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3701 | 2024-12-20T23:13:24.425Z | [ host-image] Dec 20 23:13:23.287 INFO O| Dec 20 23:13:23.287 INFO O| Planning: Planning completed in 0.00 seconds |
3702 | 2024-12-20T23:13:24.425Z | [ host-image] Dec 20 23:13:23.288 INFO O| Dec 20 23:13:23.288 INFO O| Planning: Consolidating action changes ... Done |
3703 | 2024-12-20T23:13:24.428Z | [ host-image] Dec 20 23:13:23.288 INFO O| Dec 20 23:13:23.288 INFO O| Planning: Evaluating mediators ... Done |
3704 | 2024-12-20T23:13:24.428Z | [ host-image] Dec 20 23:13:23.289 INFO O| Dec 20 23:13:23.289 INFO O| Planning: Planning completed in 0.00 seconds |
3705 | 2024-12-20T23:13:24.428Z | [ host-image] Dec 20 23:13:23.289 INFO O| Dec 20 23:13:23.289 INFO O| Variants/Facets to change: 1 |
3706 | 2024-12-20T23:13:24.553Z | [ host-image] Dec 20 23:13:23.416 INFO O| Dec 20 23:13:23.416 INFO O| Done |
3707 | 2024-12-20T23:13:24.553Z | [ host-image] Dec 20 23:13:23.416 INFO O| Dec 20 23:13:23.416 INFO O| Done |
3708 | 2024-12-20T23:13:24.991Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3709 | 2024-12-20T23:13:25.202Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3710 | 2024-12-20T23:13:25.708Z | [ host-image] Dec 20 23:13:24.570 INFO O| Dec 20 23:13:24.570 INFO O| Done |
3711 | 2024-12-20T23:13:25.877Z | [ host-image] Dec 20 23:13:24.739 INFO O| Dec 20 23:13:24.739 INFO O| Done |
3712 | 2024-12-20T23:13:25.881Z | [ host-image] Dec 20 23:13:24.740 INFO O| Dec 20 23:13:24.740 INFO O| Done |
3713 | 2024-12-20T23:13:25.881Z | [ host-image] Dec 20 23:13:24.740 INFO O| Dec 20 23:13:24.740 INFO O| Done |
3714 | 2024-12-20T23:13:25.881Z | [ host-image] Dec 20 23:13:24.742 INFO O| Dec 20 23:13:24.742 INFO O| Done |
3715 | 2024-12-20T23:13:25.969Z | [ host-image] Dec 20 23:13:24.831 INFO O| Dec 20 23:13:24.831 INFO STEP 8 (pkg_change_facet) COMPLETE |
3716 | 2024-12-20T23:13:25.969Z | [ host-image] Dec 20 23:13:24.831 INFO O| Dec 20 23:13:24.831 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3717 | 2024-12-20T23:13:25.969Z | [ host-image] Dec 20 23:13:24.831 INFO O| Dec 20 23:13:24.831 INFO skip step because feature "recovery" is not enabled |
3718 | 2024-12-20T23:13:25.971Z | [ host-image] Dec 20 23:13:24.831 INFO O| Dec 20 23:13:24.831 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3719 | 2024-12-20T23:13:25.971Z | [ host-image] Dec 20 23:13:24.831 INFO O| Dec 20 23:13:24.831 INFO skip step because feature "recovery" is not enabled |
3720 | 2024-12-20T23:13:25.971Z | [ host-image] Dec 20 23:13:24.831 INFO O| Dec 20 23:13:24.831 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3721 | 2024-12-20T23:13:26.018Z | [ host-image] Dec 20 23:13:24.881 INFO O| Dec 20 23:13:24.851 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"] |
3722 | 2024-12-20T23:13:26.021Z | [verify-libraries] Compiling password-hash v0.4.2 |
3723 | 2024-12-20T23:13:27.984Z | [ host-image] Dec 20 23:13:26.845 INFO O| Dec 20 23:13:26.845 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3724 | 2024-12-20T23:13:28.761Z | [verify-libraries] Compiling rustyline v14.0.0 |
3725 | 2024-12-20T23:13:29.998Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3726 | 2024-12-20T23:13:30.034Z | Dec 20 23:13:28.896 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.350730712s) |
3727 | 2024-12-20T23:13:30.569Z | [verify-libraries] Compiling matches v0.1.10 |
3728 | 2024-12-20T23:13:30.713Z | [verify-libraries] Compiling idna v0.2.3 |
3729 | 2024-12-20T23:13:31.132Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3730 | 2024-12-20T23:13:31.160Z | Dec 20 23:13:30.022 INFO [stamp-clickhouse] process exited with exit status: 0 (14.407671606s) |
3731 | 2024-12-20T23:13:31.160Z | Dec 20 23:13:30.022 INFO [tuf-stamp] task succeeded (14.492869852s) |
3732 | 2024-12-20T23:13:31.428Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3733 | 2024-12-20T23:13:31.699Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3734 | 2024-12-20T23:13:32.312Z | [verify-libraries] Compiling p521 v0.13.3 |
3735 | 2024-12-20T23:13:35.607Z | [verify-libraries] Compiling p256 v0.13.2 |
3736 | 2024-12-20T23:13:36.377Z | [ recovery-image] Dec 20 23:13:35.237 INFO O| Dec 20 23:13:35.237 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3737 | 2024-12-20T23:13:37.786Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3738 | 2024-12-20T23:13:38.692Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3739 | 2024-12-20T23:13:39.050Z | [verify-libraries] Compiling md5 v0.7.0 |
3740 | 2024-12-20T23:13:39.208Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3741 | 2024-12-20T23:13:39.671Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3742 | 2024-12-20T23:13:44.939Z | [ recovery-image] Dec 20 23:13:43.798 INFO O| Dec 20 23:13:43.798 INFO O| Startup: Caching catalogs ... Done |
3743 | 2024-12-20T23:13:45.048Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3744 | 2024-12-20T23:13:45.130Z | [ recovery-image] Dec 20 23:13:43.989 INFO O| Dec 20 23:13:43.989 INFO O| Planning: Planning completed in 0.00 seconds |
3745 | 2024-12-20T23:13:45.133Z | [ recovery-image] Dec 20 23:13:43.990 INFO O| Dec 20 23:13:43.990 INFO O| Planning: Consolidating action changes ... Done |
3746 | 2024-12-20T23:13:45.133Z | [ recovery-image] Dec 20 23:13:43.990 INFO O| Dec 20 23:13:43.990 INFO O| Planning: Evaluating mediators ... Done |
3747 | 2024-12-20T23:13:45.133Z | [ recovery-image] Dec 20 23:13:43.990 INFO O| Dec 20 23:13:43.990 INFO O| Planning: Planning completed in 0.00 seconds |
3748 | 2024-12-20T23:13:45.133Z | [ recovery-image] Dec 20 23:13:43.991 INFO O| Dec 20 23:13:43.991 INFO O| Variants/Facets to change: 1 |
3749 | 2024-12-20T23:13:45.231Z | [ recovery-image] Dec 20 23:13:44.088 INFO O| Dec 20 23:13:44.088 INFO O| Done |
3750 | 2024-12-20T23:13:45.231Z | [ recovery-image] Dec 20 23:13:44.089 INFO O| Dec 20 23:13:44.088 INFO O| Done |
3751 | 2024-12-20T23:13:46.319Z | [ recovery-image] Dec 20 23:13:45.176 INFO O| Dec 20 23:13:45.176 INFO O| Done |
3752 | 2024-12-20T23:13:46.398Z | [ recovery-image] Dec 20 23:13:45.256 INFO O| Dec 20 23:13:45.256 INFO O| Done |
3753 | 2024-12-20T23:13:46.400Z | [ recovery-image] Dec 20 23:13:45.258 INFO O| Dec 20 23:13:45.258 INFO O| Done |
3754 | 2024-12-20T23:13:46.400Z | [ recovery-image] Dec 20 23:13:45.258 INFO O| Dec 20 23:13:45.258 INFO O| Done |
3755 | 2024-12-20T23:13:46.403Z | [ recovery-image] Dec 20 23:13:45.260 INFO O| Dec 20 23:13:45.260 INFO O| Done |
3756 | 2024-12-20T23:13:47.134Z | [ recovery-image] Dec 20 23:13:45.993 INFO O| Dec 20 23:13:45.993 INFO STEP 6 (pkg_change_variant) COMPLETE |
3757 | 2024-12-20T23:13:47.137Z | [ recovery-image] Dec 20 23:13:45.993 INFO O| Dec 20 23:13:45.993 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3758 | 2024-12-20T23:13:47.137Z | [ recovery-image] Dec 20 23:13:45.993 INFO O| Dec 20 23:13:45.993 INFO skip step because feature "debug_variant" is not enabled |
3759 | 2024-12-20T23:13:47.137Z | [ recovery-image] Dec 20 23:13:45.993 INFO O| Dec 20 23:13:45.993 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3760 | 2024-12-20T23:13:47.884Z | [ recovery-image] Dec 20 23:13:46.742 INFO O| Dec 20 23:13:46.742 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3761 | 2024-12-20T23:13:49.019Z | [ recovery-image] Dec 20 23:13:47.877 INFO O| Dec 20 23:13:47.877 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3762 | 2024-12-20T23:13:49.021Z | [ recovery-image] Dec 20 23:13:47.879 INFO O| Dec 20 23:13:47.879 INFO O| Planning: Planning completed in 0.00 seconds |
3763 | 2024-12-20T23:13:49.022Z | [ recovery-image] Dec 20 23:13:47.880 INFO O| Dec 20 23:13:47.880 INFO O| Planning: Consolidating action changes ... Done |
3764 | 2024-12-20T23:13:49.022Z | [ recovery-image] Dec 20 23:13:47.880 INFO O| Dec 20 23:13:47.880 INFO O| Planning: Evaluating mediators ... Done |
3765 | 2024-12-20T23:13:49.025Z | [ recovery-image] Dec 20 23:13:47.881 INFO O| Dec 20 23:13:47.880 INFO O| Planning: Planning completed in 0.00 seconds |
3766 | 2024-12-20T23:13:49.025Z | [ recovery-image] Dec 20 23:13:47.881 INFO O| Dec 20 23:13:47.881 INFO O| Variants/Facets to change: 1 |
3767 | 2024-12-20T23:13:49.115Z | [ recovery-image] Dec 20 23:13:47.973 INFO O| Dec 20 23:13:47.973 INFO O| Done |
3768 | 2024-12-20T23:13:49.115Z | [ recovery-image] Dec 20 23:13:47.973 INFO O| Dec 20 23:13:47.973 INFO O| Done |
3769 | 2024-12-20T23:13:49.945Z | [ recovery-image] Dec 20 23:13:48.803 INFO O| Dec 20 23:13:48.803 INFO O| Done |
3770 | 2024-12-20T23:13:50.027Z | [ recovery-image] Dec 20 23:13:48.885 INFO O| Dec 20 23:13:48.885 INFO O| Done |
3771 | 2024-12-20T23:13:50.030Z | [ recovery-image] Dec 20 23:13:48.886 INFO O| Dec 20 23:13:48.886 INFO O| Done |
3772 | 2024-12-20T23:13:50.030Z | [ recovery-image] Dec 20 23:13:48.886 INFO O| Dec 20 23:13:48.886 INFO O| Done |
3773 | 2024-12-20T23:13:50.030Z | [ recovery-image] Dec 20 23:13:48.888 INFO O| Dec 20 23:13:48.888 INFO O| Done |
3774 | 2024-12-20T23:13:50.165Z | [ recovery-image] Dec 20 23:13:48.993 INFO O| Dec 20 23:13:48.993 INFO STEP 8 (pkg_change_facet) COMPLETE |
3775 | 2024-12-20T23:13:50.165Z | [ recovery-image] Dec 20 23:13:48.993 INFO O| Dec 20 23:13:48.993 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3776 | 2024-12-20T23:13:50.988Z | [ recovery-image] Dec 20 23:13:49.842 INFO O| Dec 20 23:13:49.841 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3777 | 2024-12-20T23:13:53.319Z | [ recovery-image] Dec 20 23:13:52.177 INFO O| Dec 20 23:13:52.177 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3778 | 2024-12-20T23:13:53.322Z | [ recovery-image] Dec 20 23:13:52.179 INFO O| Dec 20 23:13:52.179 INFO O| Planning: Planning completed in 0.00 seconds |
3779 | 2024-12-20T23:13:53.322Z | [ recovery-image] Dec 20 23:13:52.180 INFO O| Dec 20 23:13:52.179 INFO O| Planning: Consolidating action changes ... Done |
3780 | 2024-12-20T23:13:53.337Z | [ recovery-image] Dec 20 23:13:52.195 INFO O| Dec 20 23:13:52.195 INFO O| Planning: Evaluating mediators ... Done |
3781 | 2024-12-20T23:13:53.340Z | [ recovery-image] Dec 20 23:13:52.196 INFO O| Dec 20 23:13:52.195 INFO O| Planning: Planning completed in 0.02 seconds |
3782 | 2024-12-20T23:13:53.340Z | [ recovery-image] Dec 20 23:13:52.196 INFO O| Dec 20 23:13:52.196 INFO O| Variants/Facets to change: 1 |
3783 | 2024-12-20T23:13:53.437Z | [ recovery-image] Dec 20 23:13:52.293 INFO O| Dec 20 23:13:52.293 INFO O| Done |
3784 | 2024-12-20T23:13:53.437Z | [ recovery-image] Dec 20 23:13:52.293 INFO O| Dec 20 23:13:52.293 INFO O| Done |
3785 | 2024-12-20T23:13:53.715Z | [verify-libraries] Compiling des v0.8.1 |
3786 | 2024-12-20T23:13:54.296Z | [ recovery-image] Dec 20 23:13:53.154 INFO O| Dec 20 23:13:53.154 INFO O| Done |
3787 | 2024-12-20T23:13:54.340Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3788 | 2024-12-20T23:13:54.372Z | [ recovery-image] Dec 20 23:13:53.229 INFO O| Dec 20 23:13:53.229 INFO O| Done |
3789 | 2024-12-20T23:13:54.375Z | [ recovery-image] Dec 20 23:13:53.231 INFO O| Dec 20 23:13:53.230 INFO O| Done |
3790 | 2024-12-20T23:13:54.375Z | [ recovery-image] Dec 20 23:13:53.231 INFO O| Dec 20 23:13:53.231 INFO O| Done |
3791 | 2024-12-20T23:13:54.377Z | [ recovery-image] Dec 20 23:13:53.233 INFO O| Dec 20 23:13:53.233 INFO O| Done |
3792 | 2024-12-20T23:13:54.483Z | [ recovery-image] Dec 20 23:13:53.340 INFO O| Dec 20 23:13:53.340 INFO STEP 9 (pkg_change_facet) COMPLETE |
3793 | 2024-12-20T23:13:54.483Z | [ recovery-image] Dec 20 23:13:53.340 INFO O| Dec 20 23:13:53.340 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3794 | 2024-12-20T23:13:55.086Z | [ recovery-image] Dec 20 23:13:53.943 INFO O| Dec 20 23:13:53.943 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3795 | 2024-12-20T23:13:55.409Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3796 | 2024-12-20T23:13:55.445Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3797 | 2024-12-20T23:13:55.700Z | [verify-libraries] Compiling russh v0.45.0 |
3798 | 2024-12-20T23:13:56.185Z | [ recovery-image] Dec 20 23:13:55.042 INFO O| Dec 20 23:13:55.042 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3799 | 2024-12-20T23:13:56.188Z | [ recovery-image] Dec 20 23:13:55.044 INFO O| Dec 20 23:13:55.044 INFO O| Planning: Planning completed in 0.00 seconds |
3800 | 2024-12-20T23:13:56.188Z | [ recovery-image] Dec 20 23:13:55.045 INFO O| Dec 20 23:13:55.044 INFO O| Planning: Consolidating action changes ... Done |
3801 | 2024-12-20T23:13:56.188Z | [ recovery-image] Dec 20 23:13:55.045 INFO O| Dec 20 23:13:55.045 INFO O| Planning: Evaluating mediators ... Done |
3802 | 2024-12-20T23:13:56.191Z | [ recovery-image] Dec 20 23:13:55.045 INFO O| Dec 20 23:13:55.045 INFO O| Planning: Planning completed in 0.00 seconds |
3803 | 2024-12-20T23:13:56.191Z | [ recovery-image] Dec 20 23:13:55.045 INFO O| Dec 20 23:13:55.045 INFO O| Variants/Facets to change: 1 |
3804 | 2024-12-20T23:13:56.283Z | [ recovery-image] Dec 20 23:13:55.140 INFO O| Dec 20 23:13:55.140 INFO O| Done |
3805 | 2024-12-20T23:13:56.283Z | [ recovery-image] Dec 20 23:13:55.140 INFO O| Dec 20 23:13:55.140 INFO O| Done |
3806 | 2024-12-20T23:13:57.138Z | [ recovery-image] Dec 20 23:13:55.994 INFO O| Dec 20 23:13:55.994 INFO O| Done |
3807 | 2024-12-20T23:13:57.281Z | [ recovery-image] Dec 20 23:13:56.138 INFO O| Dec 20 23:13:56.138 INFO O| Done |
3808 | 2024-12-20T23:13:57.284Z | [ recovery-image] Dec 20 23:13:56.139 INFO O| Dec 20 23:13:56.139 INFO O| Done |
3809 | 2024-12-20T23:13:57.284Z | [ recovery-image] Dec 20 23:13:56.139 INFO O| Dec 20 23:13:56.139 INFO O| Done |
3810 | 2024-12-20T23:13:57.286Z | [ recovery-image] Dec 20 23:13:56.141 INFO O| Dec 20 23:13:56.141 INFO O| Done |
3811 | 2024-12-20T23:13:57.422Z | [ recovery-image] Dec 20 23:13:56.277 INFO O| Dec 20 23:13:56.277 INFO STEP 10 (pkg_change_facet) COMPLETE |
3812 | 2024-12-20T23:13:57.422Z | [ recovery-image] Dec 20 23:13:56.277 INFO O| Dec 20 23:13:56.277 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3813 | 2024-12-20T23:13:57.440Z | [ recovery-image] Dec 20 23:13:56.297 INFO O| Dec 20 23:13:56.296 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"] |
3814 | 2024-12-20T23:13:58.524Z | [ recovery-image] Dec 20 23:13:57.379 INFO O| Dec 20 23:13:57.379 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3815 | 2024-12-20T23:14:03.180Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3816 | 2024-12-20T23:14:05.649Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3817 | 2024-12-20T23:14:06.385Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3818 | 2024-12-20T23:14:18.881Z | [verify-libraries] Compiling petname v2.0.2 |
3819 | 2024-12-20T23:14:20.113Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3820 | 2024-12-20T23:14:20.860Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3821 | 2024-12-20T23:14:21.609Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3822 | 2024-12-20T23:14:33.733Z | [ host-image] Dec 20 23:14:32.583 INFO O| Dec 20 23:14:32.583 INFO O| Planning: Solver setup ... Done |
3823 | 2024-12-20T23:14:33.940Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3824 | 2024-12-20T23:14:41.083Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3825 | 2024-12-20T23:14:43.440Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3826 | 2024-12-20T23:14:48.584Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3827 | 2024-12-20T23:15:02.715Z | [ recovery-image] Dec 20 23:15:01.560 INFO O| Dec 20 23:15:01.560 INFO O| Planning: Solver setup ... Done |
3828 | 2024-12-20T23:15:08.110Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3829 | 2024-12-20T23:15:10.759Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3830 | 2024-12-20T23:15:13.720Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3831 | 2024-12-20T23:15:37.826Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3832 | 2024-12-20T23:15:44.185Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3833 | 2024-12-20T23:15:44.679Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3834 | 2024-12-20T23:15:45.175Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3835 | 2024-12-20T23:15:45.526Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3836 | 2024-12-20T23:15:45.663Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3837 | 2024-12-20T23:15:46.079Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3838 | 2024-12-20T23:15:46.502Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3839 | 2024-12-20T23:15:54.007Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3840 | 2024-12-20T23:15:58.721Z | [ host-image] Dec 20 23:15:57.554 INFO O| Dec 20 23:15:57.554 INFO O| Planning: Running solver ... Done |
3841 | 2024-12-20T23:15:59.326Z | [ host-image] Dec 20 23:15:58.161 INFO O| Dec 20 23:15:58.161 INFO O| Planning: Finding local manifests ... Done |
3842 | 2024-12-20T23:15:59.340Z | [ host-image] Dec 20 23:15:58.175 INFO O| Dec 20 23:15:58.175 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3843 | 2024-12-20T23:16:01.266Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3844 | 2024-12-20T23:16:03.958Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3845 | 2024-12-20T23:16:04.729Z | [ host-image] Dec 20 23:16:03.563 INFO O| Dec 20 23:16:03.563 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3846 | 2024-12-20T23:16:04.923Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3847 | 2024-12-20T23:16:05.885Z | [ host-image] Dec 20 23:16:04.719 INFO O| Dec 20 23:16:04.719 INFO O| Planning: Package planning ... Done |
3848 | 2024-12-20T23:16:07.865Z | [ host-image] Dec 20 23:16:06.698 INFO O| Dec 20 23:16:06.698 INFO O| Planning: Merging actions ... Done |
3849 | 2024-12-20T23:16:08.184Z | [ host-image] Dec 20 23:16:07.017 INFO O| Dec 20 23:16:07.017 INFO O| Planning: Checking for conflicting actions ... Done |
3850 | 2024-12-20T23:16:08.569Z | [ host-image] Dec 20 23:16:07.403 INFO O| Dec 20 23:16:07.402 INFO O| Planning: Consolidating action changes ... Done |
3851 | 2024-12-20T23:16:09.092Z | [ host-image] Dec 20 23:16:07.926 INFO O| Dec 20 23:16:07.925 INFO O| Planning: Evaluating mediators ... Done |
3852 | 2024-12-20T23:16:10.143Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3853 | 2024-12-20T23:16:15.547Z | [ host-image] Dec 20 23:16:14.379 INFO O| Dec 20 23:16:14.379 INFO O| Planning: Planning completed in 167.53 seconds |
3854 | 2024-12-20T23:16:15.553Z | [ host-image] Dec 20 23:16:14.385 INFO O| Dec 20 23:16:14.385 INFO O| Packages to install: 124 |
3855 | 2024-12-20T23:16:15.555Z | [ host-image] Dec 20 23:16:14.385 INFO O| Dec 20 23:16:14.385 INFO O| Mediators to change: 4 |
3856 | 2024-12-20T23:16:15.556Z | [ host-image] Dec 20 23:16:14.385 INFO O| Dec 20 23:16:14.385 INFO O| Services to change: 6 |
3857 | 2024-12-20T23:16:15.704Z | [ host-image] Dec 20 23:16:14.537 INFO O| Dec 20 23:16:14.537 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete |
3858 | 2024-12-20T23:16:20.712Z | [ host-image] Dec 20 23:16:19.543 INFO O| Dec 20 23:16:19.543 INFO O| Download: 930/22788 items 6.4/199.7MB 3% complete (1.3M/s) |
3859 | 2024-12-20T23:16:24.694Z | [ recovery-image] Dec 20 23:16:23.525 INFO O| Dec 20 23:16:23.525 INFO O| Planning: Running solver ... Done |
3860 | 2024-12-20T23:16:25.232Z | [ recovery-image] Dec 20 23:16:24.062 INFO O| Dec 20 23:16:24.061 INFO O| Planning: Finding local manifests ... Done |
3861 | 2024-12-20T23:16:25.252Z | [ recovery-image] Dec 20 23:16:24.082 INFO O| Dec 20 23:16:24.082 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3862 | 2024-12-20T23:16:25.721Z | [ host-image] Dec 20 23:16:24.552 INFO O| Dec 20 23:16:24.552 INFO O| Download: 1342/22788 items 8.1/199.7MB 4% complete (849k/s) |
3863 | 2024-12-20T23:16:30.385Z | [ recovery-image] Dec 20 23:16:29.215 INFO O| Dec 20 23:16:29.215 INFO O| Planning: Fetching manifests: 123/124 99% complete |
3864 | 2024-12-20T23:16:30.909Z | [ host-image] Dec 20 23:16:29.738 INFO O| Dec 20 23:16:29.738 INFO O| Download: 1619/22788 items 9.7/199.7MB 4% complete (493k/s) |
3865 | 2024-12-20T23:16:34.900Z | [ recovery-image] Dec 20 23:16:33.729 INFO O| Dec 20 23:16:33.728 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3866 | 2024-12-20T23:16:36.121Z | [ recovery-image] Dec 20 23:16:34.950 INFO O| Dec 20 23:16:34.950 INFO O| Planning: Package planning ... Done |
3867 | 2024-12-20T23:16:36.817Z | [ recovery-image] Dec 20 23:16:35.646 INFO O| Dec 20 23:16:35.646 INFO O| Planning: Merging actions ... Done |
3868 | 2024-12-20T23:16:36.997Z | [ recovery-image] Dec 20 23:16:35.826 INFO O| Dec 20 23:16:35.826 INFO O| Planning: Checking for conflicting actions ... Done |
3869 | 2024-12-20T23:16:37.093Z | [ host-image] Dec 20 23:16:35.922 INFO O| Dec 20 23:16:35.922 INFO O| Download: 1677/22788 items 11.0/199.7MB 5% complete (360k/s) |
3870 | 2024-12-20T23:16:37.141Z | [ recovery-image] Dec 20 23:16:35.970 INFO O| Dec 20 23:16:35.970 INFO O| Planning: Consolidating action changes ... Done |
3871 | 2024-12-20T23:16:37.580Z | [ recovery-image] Dec 20 23:16:36.407 INFO O| Dec 20 23:16:36.407 INFO O| Planning: Evaluating mediators ... Done |
3872 | 2024-12-20T23:16:38.287Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3873 | 2024-12-20T23:16:42.109Z | [ host-image] Dec 20 23:16:40.937 INFO O| Dec 20 23:16:40.937 INFO O| Download: 1727/22788 items 11.7/199.7MB 5% complete (101k/s) |
3874 | 2024-12-20T23:16:43.372Z | [ recovery-image] Dec 20 23:16:42.199 INFO O| Dec 20 23:16:42.199 INFO O| Planning: Planning completed in 164.82 seconds |
3875 | 2024-12-20T23:16:43.384Z | [ recovery-image] Dec 20 23:16:42.210 INFO O| Dec 20 23:16:42.210 INFO O| Packages to install: 124 |
3876 | 2024-12-20T23:16:43.384Z | [ recovery-image] Dec 20 23:16:42.210 INFO O| Dec 20 23:16:42.210 INFO O| Mediators to change: 4 |
3877 | 2024-12-20T23:16:43.384Z | [ recovery-image] Dec 20 23:16:42.210 INFO O| Dec 20 23:16:42.210 INFO O| Services to change: 5 |
3878 | 2024-12-20T23:16:43.459Z | [ recovery-image] Dec 20 23:16:42.286 INFO O| Dec 20 23:16:42.286 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete |
3879 | 2024-12-20T23:16:43.621Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3880 | 2024-12-20T23:16:44.216Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3881 | 2024-12-20T23:16:45.452Z | [verify-libraries] Compiling termios v0.3.3 |
3882 | 2024-12-20T23:16:45.796Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3883 | 2024-12-20T23:16:47.230Z | [ host-image] Dec 20 23:16:46.057 INFO O| Dec 20 23:16:46.056 INFO O| Download: 1779/22788 items 12.0/199.7MB 6% complete (113k/s) |
3884 | 2024-12-20T23:16:48.470Z | [ recovery-image] Dec 20 23:16:47.296 INFO O| Dec 20 23:16:47.296 INFO O| Download: 459/15862 items 4.3/176.4MB 2% complete (897k/s) |
3885 | 2024-12-20T23:16:52.359Z | [ host-image] Dec 20 23:16:51.185 INFO O| Dec 20 23:16:51.185 INFO O| Download: 1947/22788 items 22.2/199.7MB 11% complete (1.0M/s) |
3886 | 2024-12-20T23:16:53.573Z | [ recovery-image] Dec 20 23:16:52.398 INFO O| Dec 20 23:16:52.398 INFO O| Download: 1006/15862 items 7.9/176.4MB 4% complete (904k/s) |
3887 | 2024-12-20T23:16:59.985Z | [ recovery-image] Dec 20 23:16:58.809 INFO O| Dec 20 23:16:58.809 INFO O| Download: 1007/15862 items 7.9/176.4MB 4% complete (889k/s) |
3888 | 2024-12-20T23:17:00.067Z | [ host-image] Dec 20 23:16:58.892 INFO O| Dec 20 23:16:58.892 INFO O| Download: 2096/22788 items 23.5/199.7MB 11% complete (1.4M/s) |
3889 | 2024-12-20T23:17:01.747Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3890 | 2024-12-20T23:17:05.555Z | [ recovery-image] Dec 20 23:17:04.378 INFO O| Dec 20 23:17:04.378 INFO O| Download: 1085/15862 items 9.1/176.4MB 5% complete (190k/s) |
3891 | 2024-12-20T23:17:05.565Z | [ host-image] Dec 20 23:17:04.389 INFO O| Dec 20 23:17:04.389 INFO O| Download: 2218/22788 items 24.3/199.7MB 12% complete (141k/s) |
3892 | 2024-12-20T23:17:10.969Z | [ host-image] Dec 20 23:17:09.792 INFO O| Dec 20 23:17:09.791 INFO O| Download: 2262/22788 items 24.9/199.7MB 12% complete (156k/s) |
3893 | 2024-12-20T23:17:11.352Z | [ recovery-image] Dec 20 23:17:10.174 INFO O| Dec 20 23:17:10.174 INFO O| Download: 1170/15862 items 10.4/176.4MB 5% complete (269k/s) |
3894 | 2024-12-20T23:17:16.370Z | [ host-image] Dec 20 23:17:15.191 INFO O| Dec 20 23:17:15.191 INFO O| Download: 2461/22788 items 28.2/199.7MB 14% complete (469k/s) |
3895 | 2024-12-20T23:17:16.396Z | [ recovery-image] Dec 20 23:17:15.217 INFO O| Dec 20 23:17:15.217 INFO O| Download: 1454/15862 items 21.5/176.4MB 12% complete (1.3M/s) |
3896 | 2024-12-20T23:17:21.478Z | [ host-image] Dec 20 23:17:20.298 INFO O| Dec 20 23:17:20.298 INFO O| Download: 3032/22788 items 33.9/199.7MB 16% complete (837k/s) |
3897 | 2024-12-20T23:17:21.515Z | [ recovery-image] Dec 20 23:17:20.336 INFO O| Dec 20 23:17:20.336 INFO O| Download: 1490/15862 items 21.6/176.4MB 12% complete (1.2M/s) |
3898 | 2024-12-20T23:17:26.698Z | [ host-image] Dec 20 23:17:25.517 INFO O| Dec 20 23:17:25.517 INFO O| Download: 3485/22788 items 35.7/199.7MB 17% complete (842k/s) |
3899 | 2024-12-20T23:17:31.700Z | [ host-image] Dec 20 23:17:30.519 INFO O| Dec 20 23:17:30.519 INFO O| Download: 3667/22788 items 37.5/199.7MB 18% complete (362k/s) |
3900 | 2024-12-20T23:17:34.029Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3901 | 2024-12-20T23:17:36.705Z | [ host-image] Dec 20 23:17:35.523 INFO O| Dec 20 23:17:35.523 INFO O| Download: 4122/22788 items 40.5/199.7MB 20% complete (493k/s) |
3902 | 2024-12-20T23:17:42.072Z | [ host-image] Dec 20 23:17:40.889 INFO O| Dec 20 23:17:40.889 INFO O| Download: 4523/22788 items 42.0/199.7MB 21% complete (458k/s) |
3903 | 2024-12-20T23:17:47.089Z | [ host-image] Dec 20 23:17:45.905 INFO O| Dec 20 23:17:45.905 INFO O| Download: 4659/22788 items 43.3/199.7MB 21% complete (297k/s) |
3904 | 2024-12-20T23:17:48.397Z | [ recovery-image] Dec 20 23:17:47.213 INFO O| Dec 20 23:17:47.213 INFO O| Download: 1513/15862 items 21.9/176.4MB 12% complete |
3905 | 2024-12-20T23:17:52.092Z | [ host-image] Dec 20 23:17:50.907 INFO O| Dec 20 23:17:50.907 INFO O| Download: 4925/22788 items 45.8/199.7MB 22% complete (384k/s) |
3906 | 2024-12-20T23:17:53.405Z | [ recovery-image] Dec 20 23:17:52.220 INFO O| Dec 20 23:17:52.219 INFO O| Download: 1708/15862 items 28.1/176.4MB 15% complete (1.3M/s) |
3907 | 2024-12-20T23:17:57.096Z | [ host-image] Dec 20 23:17:55.910 INFO O| Dec 20 23:17:55.910 INFO O| Download: 5294/22788 items 46.0/199.7MB 23% complete (291k/s) |
3908 | 2024-12-20T23:17:58.520Z | [ recovery-image] Dec 20 23:17:57.334 INFO O| Dec 20 23:17:57.334 INFO O| Download: 1989/15862 items 30.5/176.4MB 17% complete (828k/s) |
3909 | 2024-12-20T23:18:02.108Z | [ host-image] Dec 20 23:18:00.922 INFO O| Dec 20 23:18:00.921 INFO O| Download: 5676/22788 items 46.2/199.7MB 23% complete (54.4k/s) |
3910 | 2024-12-20T23:18:03.529Z | [ recovery-image] Dec 20 23:18:02.342 INFO O| Dec 20 23:18:02.342 INFO O| Download: 2484/15862 items 31.4/176.4MB 17% complete (345k/s) |
3911 | 2024-12-20T23:18:08.533Z | [ recovery-image] Dec 20 23:18:07.345 INFO O| Dec 20 23:18:07.345 INFO O| Download: 3070/15862 items 37.2/176.4MB 21% complete (721k/s) |
3912 | 2024-12-20T23:18:09.962Z | [ host-image] Dec 20 23:18:08.774 INFO O| Dec 20 23:18:08.774 INFO O| Download: 5750/22788 items 46.3/199.7MB 23% complete (45.4k/s) |
3913 | 2024-12-20T23:18:13.540Z | [ recovery-image] Dec 20 23:18:12.351 INFO O| Dec 20 23:18:12.351 INFO O| Download: 3486/15862 items 38.3/176.4MB 21% complete (703k/s) |
3914 | 2024-12-20T23:18:14.977Z | [ host-image] Dec 20 23:18:13.787 INFO O| Dec 20 23:18:13.787 INFO O| Download: 6156/22788 items 46.5/199.7MB 23% complete (24.6k/s) |
3915 | 2024-12-20T23:18:20.154Z | [ host-image] Dec 20 23:18:18.964 INFO O| Dec 20 23:18:18.964 INFO O| Download: 6760/22788 items 47.6/199.7MB 23% complete (96.7k/s) |
3916 | 2024-12-20T23:18:23.590Z | [ recovery-image] Dec 20 23:18:22.399 INFO O| Dec 20 23:18:22.399 INFO O| Download: 3608/15862 items 39.1/176.4MB 22% complete (664k/s) |
3917 | 2024-12-20T23:18:27.431Z | [ host-image] Dec 20 23:18:26.239 INFO O| Dec 20 23:18:26.239 INFO O| Download: 6766/22788 items 47.9/199.7MB 23% complete (115k/s) |
3918 | 2024-12-20T23:18:31.102Z | [ recovery-image] Dec 20 23:18:29.903 INFO O| Dec 20 23:18:29.903 INFO O| Download: 3646/15862 items 39.8/176.4MB 22% complete (88.1k/s) |
3919 | 2024-12-20T23:18:33.688Z | [ host-image] Dec 20 23:18:32.496 INFO O| Dec 20 23:18:32.496 INFO O| Download: 6771/22788 items 48.1/199.7MB 24% complete (110k/s) |
3920 | 2024-12-20T23:18:36.859Z | [ recovery-image] Dec 20 23:18:35.667 INFO O| Dec 20 23:18:35.666 INFO O| Download: 3756/15862 items 41.9/176.4MB 23% complete (232k/s) |
3921 | 2024-12-20T23:18:40.100Z | [ host-image] Dec 20 23:18:38.906 INFO O| Dec 20 23:18:38.906 INFO O| Download: 6773/22788 items 48.1/199.7MB 24% complete (104k/s) |
3922 | 2024-12-20T23:18:41.954Z | [ recovery-image] Dec 20 23:18:40.706 INFO O| Dec 20 23:18:40.706 INFO O| Download: 4547/15862 items 42.9/176.4MB 24% complete (304k/s) |
3923 | 2024-12-20T23:18:45.242Z | [ host-image] Dec 20 23:18:43.908 INFO O| Dec 20 23:18:43.908 INFO O| Download: 7151/22788 items 56.7/199.7MB 28% complete (1.8M/s) |
3924 | 2024-12-20T23:18:50.465Z | [ recovery-image] Dec 20 23:18:45.745 INFO O| Dec 20 23:18:45.745 INFO O| Download: 4998/15862 items 43.1/176.4MB 24% complete (129k/s) |
3925 | 2024-12-20T23:18:50.505Z | [ host-image] Dec 20 23:18:48.954 INFO O| Dec 20 23:18:48.953 INFO O| Download: 7491/22788 items 58.1/199.7MB 29% complete (1.0M/s) |
3926 | 2024-12-20T23:18:51.943Z | [ recovery-image] Dec 20 23:18:50.747 INFO O| Dec 20 23:18:50.747 INFO O| Download: 5465/15862 items 43.4/176.4MB 24% complete (55.9k/s) |
3927 | 2024-12-20T23:18:56.719Z | [ host-image] Dec 20 23:18:55.522 INFO O| Dec 20 23:18:55.522 INFO O| Download: 7960/22788 items 59.6/199.7MB 29% complete (725k/s) |
3928 | 2024-12-20T23:18:58.605Z | [ recovery-image] Dec 20 23:18:57.408 INFO O| Dec 20 23:18:57.408 INFO O| Download: 5664/15862 items 44.5/176.4MB 25% complete (118k/s) |
3929 | 2024-12-20T23:19:02.427Z | [ host-image] Dec 20 23:19:01.229 INFO O| Dec 20 23:19:01.229 INFO O| Download: 8214/22788 items 61.1/199.7MB 30% complete (234k/s) |
3930 | 2024-12-20T23:19:06.020Z | [ recovery-image] Dec 20 23:19:04.820 INFO O| Dec 20 23:19:04.820 INFO O| Download: 5747/15862 items 46.8/176.4MB 26% complete (305k/s) |
3931 | 2024-12-20T23:19:07.433Z | [ host-image] Dec 20 23:19:06.234 INFO O| Dec 20 23:19:06.234 INFO O| Download: 8458/22788 items 69.6/199.7MB 34% complete (923k/s) |
3932 | 2024-12-20T23:19:09.838Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3933 | 2024-12-20T23:19:11.321Z | [ recovery-image] Dec 20 23:19:10.118 INFO O| Dec 20 23:19:10.118 INFO O| Download: 5908/15862 items 53.0/176.4MB 30% complete (747k/s) |
3934 | 2024-12-20T23:19:12.554Z | [ host-image] Dec 20 23:19:11.353 INFO O| Dec 20 23:19:11.353 INFO O| Download: 9019/22788 items 73.1/199.7MB 36% complete (1.2M/s) |
3935 | 2024-12-20T23:19:17.805Z | [ host-image] Dec 20 23:19:16.605 INFO O| Dec 20 23:19:16.604 INFO O| Download: 9383/22788 items 81.5/199.7MB 40% complete (1.2M/s) |
3936 | 2024-12-20T23:19:18.249Z | [ recovery-image] Dec 20 23:19:17.049 INFO O| Dec 20 23:19:17.049 INFO O| Download: 5940/15862 items 53.6/176.4MB 30% complete (768k/s) |
3937 | 2024-12-20T23:19:22.823Z | [ host-image] Dec 20 23:19:21.622 INFO O| Dec 20 23:19:21.622 INFO O| Download: 9516/22788 items 83.2/199.7MB 41% complete (967k/s) |
3938 | 2024-12-20T23:19:24.662Z | [ recovery-image] Dec 20 23:19:23.456 INFO O| Dec 20 23:19:23.456 INFO O| Download: 5945/15862 items 53.6/176.4MB 30% complete (751k/s) |
3939 | 2024-12-20T23:19:27.826Z | [ host-image] Dec 20 23:19:26.624 INFO O| Dec 20 23:19:26.624 INFO O| Download: 10338/22788 items 87.7/199.7MB 43% complete (625k/s) |
3940 | 2024-12-20T23:19:32.847Z | [ host-image] Dec 20 23:19:31.644 INFO O| Dec 20 23:19:31.644 INFO O| Download: 10747/22788 items 89.5/199.7MB 44% complete (657k/s) |
3941 | 2024-12-20T23:19:37.901Z | [ recovery-image] Dec 20 23:19:36.251 INFO O| Dec 20 23:19:36.250 INFO O| Download: 5947/15862 items 53.6/176.4MB 30% complete |
3942 | 2024-12-20T23:19:40.666Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3943 | 2024-12-20T23:19:40.726Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3944 | 2024-12-20T23:19:42.514Z | [ recovery-image] Dec 20 23:19:41.309 INFO O| Dec 20 23:19:41.309 INFO O| Download: 6104/15862 items 56.6/176.4MB 32% complete (434k/s) |
3945 | 2024-12-20T23:19:44.348Z | [ host-image] Dec 20 23:19:43.143 INFO O| Dec 20 23:19:43.143 INFO O| Download: 10847/22788 items 90.0/199.7MB 45% complete |
3946 | 2024-12-20T23:19:45.999Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3947 | 2024-12-20T23:19:47.515Z | [ recovery-image] Dec 20 23:19:46.309 INFO O| Dec 20 23:19:46.309 INFO O| Download: 6755/15862 items 64.8/176.4MB 36% complete (1.1M/s) |
3948 | 2024-12-20T23:19:49.520Z | [ host-image] Dec 20 23:19:48.312 INFO O| Dec 20 23:19:48.312 INFO O| Download: 11088/22788 items 92.0/199.7MB 46% complete (403k/s) |
3949 | 2024-12-20T23:19:51.423Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3950 | 2024-12-20T23:19:53.440Z | [ recovery-image] Dec 20 23:19:52.232 INFO O| Dec 20 23:19:52.232 INFO O| Download: 7211/15862 items 73.3/176.4MB 41% complete (1.9M/s) |
3951 | 2024-12-20T23:19:54.745Z | [ host-image] Dec 20 23:19:53.539 INFO O| Dec 20 23:19:53.539 INFO O| Download: 11138/22788 items 93.3/199.7MB 46% complete (305k/s) |
3952 | 2024-12-20T23:19:58.801Z | [ recovery-image] Dec 20 23:19:57.594 INFO O| Dec 20 23:19:57.593 INFO O| Download: 7639/15862 items 73.7/176.4MB 41% complete (790k/s) |
3953 | 2024-12-20T23:20:00.111Z | [ host-image] Dec 20 23:19:58.903 INFO O| Dec 20 23:19:58.903 INFO O| Download: 11240/22788 items 94.1/199.7MB 47% complete (391k/s) |
3954 | 2024-12-20T23:20:04.034Z | [ recovery-image] Dec 20 23:20:02.824 INFO O| Dec 20 23:20:02.824 INFO O| Download: 7960/15862 items 78.2/176.4MB 44% complete (470k/s) |
3955 | 2024-12-20T23:20:05.129Z | [ host-image] Dec 20 23:20:03.920 INFO O| Dec 20 23:20:03.920 INFO O| Download: 11954/22788 items 97.6/199.7MB 48% complete (343k/s) |
3956 | 2024-12-20T23:20:09.056Z | [ recovery-image] Dec 20 23:20:07.843 INFO O| Dec 20 23:20:07.842 INFO O| Download: 8256/15862 items 79.7/176.4MB 45% complete (635k/s) |
3957 | 2024-12-20T23:20:10.182Z | [ host-image] Dec 20 23:20:08.972 INFO O| Dec 20 23:20:08.972 INFO O| Download: 12018/22788 items 100.1/199.7MB 50% complete (539k/s) |
3958 | 2024-12-20T23:20:14.503Z | [ recovery-image] Dec 20 23:20:13.292 INFO O| Dec 20 23:20:13.292 INFO O| Download: 8662/15862 items 81.5/176.4MB 46% complete (379k/s) |
3959 | 2024-12-20T23:20:15.334Z | [ host-image] Dec 20 23:20:14.123 INFO O| Dec 20 23:20:14.123 INFO O| Download: 12195/22788 items 108.7/199.7MB 54% complete (1.2M/s) |
3960 | 2024-12-20T23:20:19.505Z | [ recovery-image] Dec 20 23:20:18.294 INFO O| Dec 20 23:20:18.294 INFO O| Download: 9013/15862 items 92.7/176.4MB 52% complete (1.3M/s) |
3961 | 2024-12-20T23:20:20.485Z | [ host-image] Dec 20 23:20:19.274 INFO O| Dec 20 23:20:19.274 INFO O| Download: 12827/22788 items 109.7/199.7MB 54% complete (998k/s) |
3962 | 2024-12-20T23:20:24.512Z | [ recovery-image] Dec 20 23:20:23.300 INFO O| Dec 20 23:20:23.300 INFO O| Download: 9660/15862 items 93.0/176.4MB 52% complete (1.2M/s) |
3963 | 2024-12-20T23:20:25.775Z | [ host-image] Dec 20 23:20:24.561 INFO O| Dec 20 23:20:24.561 INFO O| Download: 13313/22788 items 110.0/199.7MB 55% complete (142k/s) |
3964 | 2024-12-20T23:20:29.513Z | [ recovery-image] Dec 20 23:20:28.300 INFO O| Dec 20 23:20:28.300 INFO O| Download: 10482/15862 items 93.4/176.4MB 52% complete (75.6k/s) |
3965 | 2024-12-20T23:20:30.778Z | [ host-image] Dec 20 23:20:29.565 INFO O| Dec 20 23:20:29.565 INFO O| Download: 13931/22788 items 110.3/199.7MB 55% complete (56.4k/s) |
3966 | 2024-12-20T23:20:34.722Z | [ recovery-image] Dec 20 23:20:33.508 INFO O| Dec 20 23:20:33.508 INFO O| Download: 11011/15862 items 94.7/176.4MB 53% complete (152k/s) |
3967 | 2024-12-20T23:20:37.146Z | [ host-image] Dec 20 23:20:35.929 INFO O| Dec 20 23:20:35.929 INFO O| Download: 14269/22788 items 110.7/199.7MB 55% complete (84.6k/s) |
3968 | 2024-12-20T23:20:39.732Z | [ recovery-image] Dec 20 23:20:38.517 INFO O| Dec 20 23:20:38.517 INFO O| Download: 11439/15862 items 107.3/176.4MB 60% complete (1.4M/s) |
3969 | 2024-12-20T23:20:43.275Z | [ host-image] Dec 20 23:20:42.060 INFO O| Dec 20 23:20:42.060 INFO O| Download: 14424/22788 items 111.7/199.7MB 55% complete (147k/s) |
3970 | 2024-12-20T23:20:45.013Z | [ recovery-image] Dec 20 23:20:43.794 INFO O| Dec 20 23:20:43.794 INFO O| Download: 11940/15862 items 131.3/176.4MB 74% complete (3.5M/s) |
3971 | 2024-12-20T23:20:48.341Z | [ host-image] Dec 20 23:20:47.125 INFO O| Dec 20 23:20:47.125 INFO O| Download: 14919/22788 items 119.9/199.7MB 60% complete (786k/s) |
3972 | 2024-12-20T23:20:50.095Z | [ recovery-image] Dec 20 23:20:48.878 INFO O| Dec 20 23:20:48.878 INFO O| Download: 12121/15862 items 140.4/176.4MB 79% complete (3.3M/s) |
3973 | 2024-12-20T23:20:53.570Z | [ host-image] Dec 20 23:20:52.353 INFO O| Dec 20 23:20:52.352 INFO O| Download: 15543/22788 items 124.4/199.7MB 62% complete (1.3M/s) |
3974 | 2024-12-20T23:20:55.698Z | [ recovery-image] Dec 20 23:20:54.481 INFO O| Dec 20 23:20:54.481 INFO O| Download: 13021/15862 items 144.1/176.4MB 81% complete (1.4M/s) |
3975 | 2024-12-20T23:21:00.737Z | [ recovery-image] Dec 20 23:20:59.518 INFO O| Dec 20 23:20:59.518 INFO O| Download: 13838/15862 items 147.9/176.4MB 83% complete (731k/s) |
3976 | 2024-12-20T23:21:01.264Z | [ host-image] Dec 20 23:21:00.046 INFO O| Dec 20 23:21:00.046 INFO O| Download: 15729/22788 items 126.0/199.7MB 63% complete (907k/s) |
3977 | 2024-12-20T23:21:05.742Z | [ recovery-image] Dec 20 23:21:04.522 INFO O| Dec 20 23:21:04.522 INFO O| Download: 14351/15862 items 149.5/176.4MB 84% complete (562k/s) |
3978 | 2024-12-20T23:21:06.273Z | [ host-image] Dec 20 23:21:05.054 INFO O| Dec 20 23:21:05.054 INFO O| Download: 16245/22788 items 144.8/199.7MB 72% complete (1.9M/s) |
3979 | 2024-12-20T23:21:11.345Z | [ host-image] Dec 20 23:21:10.125 INFO O| Dec 20 23:21:10.125 INFO O| Download: 16887/22788 items 147.6/199.7MB 73% complete (2.2M/s) |
3980 | 2024-12-20T23:21:12.211Z | [ recovery-image] Dec 20 23:21:10.991 INFO O| Dec 20 23:21:10.991 INFO O| Download: 14672/15862 items 150.6/176.4MB 85% complete (470k/s) |
3981 | 2024-12-20T23:21:16.361Z | [ host-image] Dec 20 23:21:15.140 INFO O| Dec 20 23:21:15.139 INFO O| Download: 17753/22788 items 150.0/199.7MB 75% complete (545k/s) |
3982 | 2024-12-20T23:21:17.431Z | [ recovery-image] Dec 20 23:21:16.209 INFO O| Dec 20 23:21:16.209 INFO O| Download: 14771/15862 items 156.4/176.4MB 88% complete (714k/s) |
3983 | 2024-12-20T23:21:21.721Z | [ host-image] Dec 20 23:21:20.499 INFO O| Dec 20 23:21:20.499 INFO O| Download: 17960/22788 items 161.7/199.7MB 81% complete (1.3M/s) |
3984 | 2024-12-20T23:21:22.441Z | [ recovery-image] Dec 20 23:21:21.219 INFO O| Dec 20 23:21:21.218 INFO O| Download: 15106/15862 items 157.9/176.4MB 89% complete (749k/s) |
3985 | 2024-12-20T23:21:26.730Z | [ host-image] Dec 20 23:21:25.506 INFO O| Dec 20 23:21:25.506 INFO O| Download: 18433/22788 items 163.9/199.7MB 82% complete (1.4M/s) |
3986 | 2024-12-20T23:21:31.905Z | [ host-image] Dec 20 23:21:30.682 INFO O| Dec 20 23:21:30.681 INFO O| Download: 18984/22788 items 165.9/199.7MB 83% complete (437k/s) |
3987 | 2024-12-20T23:21:34.828Z | [ recovery-image] Dec 20 23:21:33.603 INFO O| Dec 20 23:21:33.603 INFO O| Download: 15268/15862 items 161.0/176.4MB 91% complete |
3988 | 2024-12-20T23:21:36.907Z | [ host-image] Dec 20 23:21:35.682 INFO O| Dec 20 23:21:35.682 INFO O| Download: 19230/22788 items 166.8/199.7MB 83% complete (295k/s) |
3989 | 2024-12-20T23:21:42.278Z | [ recovery-image] Dec 20 23:21:41.052 INFO O| Dec 20 23:21:41.052 INFO O| Download: 15525/15862 items 168.1/176.4MB 95% complete (1.7M/s) |
3990 | 2024-12-20T23:21:44.458Z | [ host-image] Dec 20 23:21:43.231 INFO O| Dec 20 23:21:43.231 INFO O| Download: 20011/22788 items 170.4/199.7MB 85% complete (500k/s) |
3991 | 2024-12-20T23:21:48.689Z | [ recovery-image] Dec 20 23:21:47.462 INFO O| Dec 20 23:21:47.462 INFO O| Download: 15526/15862 items 168.2/176.4MB 95% complete (1.6M/s) |
3992 | 2024-12-20T23:21:49.458Z | [ host-image] Dec 20 23:21:48.231 INFO O| Dec 20 23:21:48.231 INFO O| Download: 20639/22788 items 172.5/199.7MB 86% complete (306k/s) |
3993 | 2024-12-20T23:21:53.779Z | [ recovery-image] Dec 20 23:21:52.551 INFO O| Dec 20 23:21:52.551 INFO O| Download: 15849/15862 items 176.2/176.4MB 99% complete (1.6M/s) |
3994 | 2024-12-20T23:21:54.595Z | [ host-image] Dec 20 23:21:53.367 INFO O| Dec 20 23:21:53.367 INFO O| Download: 20937/22788 items 178.7/199.7MB 89% complete (922k/s) |
3995 | 2024-12-20T23:21:56.204Z | [ recovery-image] Dec 20 23:21:54.976 INFO O| Dec 20 23:21:54.976 INFO O| Download: Completed 176.38 MB in 312.69 seconds (575k/s) |
3996 | 2024-12-20T23:21:57.132Z | [ recovery-image] Dec 20 23:21:55.904 INFO O| Dec 20 23:21:55.904 INFO O| Actions: 1/25028 actions (Installing new actions) |
3997 | 2024-12-20T23:21:59.607Z | [ host-image] Dec 20 23:21:58.378 INFO O| Dec 20 23:21:58.378 INFO O| Download: 21489/22788 items 180.4/199.7MB 90% complete (811k/s) |
3998 | 2024-12-20T23:22:02.134Z | [ recovery-image] Dec 20 23:22:00.904 INFO O| Dec 20 23:22:00.904 INFO O| Actions: 9864/25028 actions (Installing new actions) |
3999 | 2024-12-20T23:22:05.130Z | [ host-image] Dec 20 23:22:03.900 INFO O| Dec 20 23:22:03.900 INFO O| Download: 22003/22788 items 192.0/199.7MB 96% complete (1.4M/s) |
4000 | 2024-12-20T23:22:07.136Z | [ recovery-image] Dec 20 23:22:05.905 INFO O| Dec 20 23:22:05.905 INFO O| Actions: 16673/25028 actions (Installing new actions) |
4001 | 2024-12-20T23:22:10.163Z | [ host-image] Dec 20 23:22:08.932 INFO O| Dec 20 23:22:08.932 INFO O| Download: 22697/22788 items 199.5/199.7MB 99% complete (1.6M/s) |
4002 | 2024-12-20T23:22:11.619Z | [ host-image] Dec 20 23:22:10.388 INFO O| Dec 20 23:22:10.388 INFO O| Download: Completed 199.66 MB in 355.85 seconds (573k/s) |
4003 | 2024-12-20T23:22:12.319Z | [ recovery-image] Dec 20 23:22:11.087 INFO O| Dec 20 23:22:11.087 INFO O| Actions: 24560/25028 actions (Installing new actions) |
4004 | 2024-12-20T23:22:13.401Z | [ recovery-image] Dec 20 23:22:12.170 INFO O| Dec 20 23:22:12.170 INFO O| Actions: Completed 25028 actions in 16.26 seconds. |
4005 | 2024-12-20T23:22:13.807Z | [ host-image] Dec 20 23:22:12.575 INFO O| Dec 20 23:22:12.575 INFO O| Actions: 1/49485 actions (Installing new actions) |
4006 | 2024-12-20T23:22:15.672Z | [ recovery-image] Dec 20 23:22:14.440 INFO O| Dec 20 23:22:14.440 INFO O| Done |
4007 | 2024-12-20T23:22:15.675Z | [ recovery-image] Dec 20 23:22:14.440 INFO O| Dec 20 23:22:14.440 INFO O| Done |
4008 | 2024-12-20T23:22:17.633Z | [ recovery-image] Dec 20 23:22:16.400 INFO O| Dec 20 23:22:16.400 INFO O| Done |
4009 | 2024-12-20T23:22:18.822Z | [ host-image] Dec 20 23:22:17.575 INFO O| Dec 20 23:22:17.575 INFO O| Actions: 8691/49485 actions (Installing new actions) |
4010 | 2024-12-20T23:22:19.481Z | [ recovery-image] Dec 20 23:22:18.248 INFO O| Dec 20 23:22:18.248 INFO O| Done |
4011 | 2024-12-20T23:22:19.501Z | [ recovery-image] Dec 20 23:22:18.269 INFO O| Dec 20 23:22:18.269 INFO O| Done |
4012 | 2024-12-20T23:22:23.828Z | [ host-image] Dec 20 23:22:22.594 INFO O| Dec 20 23:22:22.594 INFO O| Actions: 14876/49485 actions (Installing new actions) |
4013 | 2024-12-20T23:22:24.959Z | [ recovery-image] Dec 20 23:22:23.725 INFO O| Dec 20 23:22:23.725 INFO O| Done |
4014 | 2024-12-20T23:22:25.774Z | [ recovery-image] Dec 20 23:22:24.541 INFO O| Dec 20 23:22:24.541 INFO O| Done |
4015 | 2024-12-20T23:22:26.711Z | [ recovery-image] Dec 20 23:22:25.477 INFO O| Dec 20 23:22:25.477 INFO STEP 11 (pkg_install) COMPLETE |
4016 | 2024-12-20T23:22:26.711Z | [ recovery-image] Dec 20 23:22:25.477 INFO O| Dec 20 23:22:25.477 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4017 | 2024-12-20T23:22:26.711Z | [ recovery-image] Dec 20 23:22:25.477 INFO O| Dec 20 23:22:25.477 INFO skip step because feature "recovery" is enabled |
4018 | 2024-12-20T23:22:26.714Z | [ recovery-image] Dec 20 23:22:25.477 INFO O| Dec 20 23:22:25.477 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4019 | 2024-12-20T23:22:26.714Z | [ recovery-image] Dec 20 23:22:25.477 INFO O| Dec 20 23:22:25.477 INFO skip step because feature "omicron1" is not enabled |
4020 | 2024-12-20T23:22:26.714Z | [ recovery-image] Dec 20 23:22:25.477 INFO O| Dec 20 23:22:25.477 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4021 | 2024-12-20T23:22:26.737Z | [ recovery-image] Dec 20 23:22:25.504 INFO O| Dec 20 23:22:25.504 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
4022 | 2024-12-20T23:22:28.829Z | [ host-image] Dec 20 23:22:27.595 INFO O| Dec 20 23:22:27.595 INFO O| Actions: 20132/49485 actions (Installing new actions) |
4023 | 2024-12-20T23:22:30.392Z | [ recovery-image] Dec 20 23:22:29.157 INFO O| Dec 20 23:22:29.157 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4024 | 2024-12-20T23:22:33.830Z | [ host-image] Dec 20 23:22:32.595 INFO O| Dec 20 23:22:32.595 INFO O| Actions: 32200/49485 actions (Installing new actions) |
4025 | 2024-12-20T23:22:35.289Z | [ recovery-image] Dec 20 23:22:34.054 INFO O| Dec 20 23:22:34.054 INFO O| Planning: Solver setup ... Done |
4026 | 2024-12-20T23:22:35.296Z | [ recovery-image] Dec 20 23:22:34.061 INFO O| Dec 20 23:22:34.061 INFO O| Planning: Running solver ... Done |
4027 | 2024-12-20T23:22:35.395Z | [ recovery-image] Dec 20 23:22:34.160 INFO O| Dec 20 23:22:34.160 INFO O| Planning: Finding local manifests ... Done |
4028 | 2024-12-20T23:22:35.399Z | [ recovery-image] Dec 20 23:22:34.161 INFO O| Dec 20 23:22:34.161 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4029 | 2024-12-20T23:22:35.642Z | [ recovery-image] Dec 20 23:22:34.403 INFO O| Dec 20 23:22:34.403 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4030 | 2024-12-20T23:22:35.718Z | [ recovery-image] Dec 20 23:22:34.483 INFO O| Dec 20 23:22:34.483 INFO O| Planning: Package planning ... Done |
4031 | 2024-12-20T23:22:35.721Z | [ recovery-image] Dec 20 23:22:34.484 INFO O| Dec 20 23:22:34.484 INFO O| Planning: Merging actions ... Done |
4032 | 2024-12-20T23:22:35.782Z | [ recovery-image] Dec 20 23:22:34.547 INFO O| Dec 20 23:22:34.547 INFO O| Planning: Checking for conflicting actions ... Done |
4033 | 2024-12-20T23:22:35.785Z | [ recovery-image] Dec 20 23:22:34.548 INFO O| Dec 20 23:22:34.548 INFO O| Planning: Consolidating action changes ... Done |
4034 | 2024-12-20T23:22:36.119Z | [ recovery-image] Dec 20 23:22:34.884 INFO O| Dec 20 23:22:34.884 INFO O| Planning: Evaluating mediators ... Done |
4035 | 2024-12-20T23:22:36.121Z | [ recovery-image] Dec 20 23:22:34.885 INFO O| Dec 20 23:22:34.885 INFO O| Planning: Planning completed in 5.73 seconds |
4036 | 2024-12-20T23:22:36.124Z | [ recovery-image] Dec 20 23:22:34.887 INFO O| Dec 20 23:22:34.887 INFO O| Packages to install: 1 |
4037 | 2024-12-20T23:22:36.140Z | [ recovery-image] Dec 20 23:22:34.905 INFO O| Dec 20 23:22:34.905 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4038 | 2024-12-20T23:22:36.474Z | [ recovery-image] Dec 20 23:22:35.239 INFO O| Dec 20 23:22:35.239 INFO O| Download: Completed 9.99 MB in 0.33 seconds (29.9M/s) |
4039 | 2024-12-20T23:22:36.568Z | [ recovery-image] Dec 20 23:22:35.332 INFO O| Dec 20 23:22:35.332 INFO O| Actions: 1/22 actions (Installing new actions) |
4040 | 2024-12-20T23:22:37.134Z | [ recovery-image] Dec 20 23:22:35.899 INFO O| Dec 20 23:22:35.898 INFO O| Actions: Completed 22 actions in 0.57 seconds. |
4041 | 2024-12-20T23:22:37.580Z | [ recovery-image] Dec 20 23:22:36.344 INFO O| Dec 20 23:22:36.344 INFO O| Done |
4042 | 2024-12-20T23:22:37.581Z | [ recovery-image] Dec 20 23:22:36.344 INFO O| Dec 20 23:22:36.344 INFO O| Done |
4043 | 2024-12-20T23:22:37.865Z | [ host-image] Dec 20 23:22:36.629 INFO O| Dec 20 23:22:36.629 INFO O| Actions: Completed 49485 actions in 24.05 seconds. |
4044 | 2024-12-20T23:22:38.616Z | [ host-image] Dec 20 23:22:37.380 INFO O| Dec 20 23:22:37.380 INFO O| Done |
4045 | 2024-12-20T23:22:38.616Z | [ host-image] Dec 20 23:22:37.380 INFO O| Dec 20 23:22:37.380 INFO O| Done |
4046 | 2024-12-20T23:22:38.998Z | [ recovery-image] Dec 20 23:22:37.762 INFO O| Dec 20 23:22:37.762 INFO O| Done |
4047 | 2024-12-20T23:22:40.246Z | [ host-image] Dec 20 23:22:39.010 INFO O| Dec 20 23:22:39.010 INFO O| Done |
4048 | 2024-12-20T23:22:40.869Z | [ recovery-image] Dec 20 23:22:39.633 INFO O| Dec 20 23:22:39.633 INFO O| Done |
4049 | 2024-12-20T23:22:40.893Z | [ recovery-image] Dec 20 23:22:39.657 INFO O| Dec 20 23:22:39.657 INFO O| Done |
4050 | 2024-12-20T23:22:40.893Z | [ recovery-image] Dec 20 23:22:39.657 INFO O| Dec 20 23:22:39.657 INFO O| Done |
4051 | 2024-12-20T23:22:40.911Z | [ recovery-image] Dec 20 23:22:39.675 INFO O| Dec 20 23:22:39.675 INFO O| Done |
4052 | 2024-12-20T23:22:41.113Z | [ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO STEP 14 (pkg_install) COMPLETE |
4053 | 2024-12-20T23:22:41.113Z | [ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4054 | 2024-12-20T23:22:41.115Z | [ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO skip step because feature "mfg" is not enabled |
4055 | 2024-12-20T23:22:41.115Z | [ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4056 | 2024-12-20T23:22:41.115Z | [ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO skip step because feature "compliance" is not enabled |
4057 | 2024-12-20T23:22:41.115Z | [ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4058 | 2024-12-20T23:22:41.115Z | [ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO skip step because feature "stress" is not enabled |
4059 | 2024-12-20T23:22:41.116Z | [ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4060 | 2024-12-20T23:22:41.116Z | [ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO skip step because feature "nfs" is not enabled |
4061 | 2024-12-20T23:22:41.116Z | [ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4062 | 2024-12-20T23:22:41.116Z | [ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4063 | 2024-12-20T23:22:41.343Z | [ recovery-image] Dec 20 23:22:40.107 INFO O| Dec 20 23:22:40.106 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4064 | 2024-12-20T23:22:41.471Z | [ recovery-image] Dec 20 23:22:40.235 INFO O| Dec 20 23:22:40.235 INFO completed processing gimlet/ramdisk-01-os |
4065 | 2024-12-20T23:22:41.475Z | [ recovery-image] Dec 20 23:22:40.239 INFO image builder template: ramdisk-02-trim... |
4066 | 2024-12-20T23:22:41.475Z | [ recovery-image] Dec 20 23:22:40.239 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/.tmp8ONQdI/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 |
4067 | 2024-12-20T23:22:41.519Z | [ recovery-image] Dec 20 23:22:40.281 INFO O| Dec 20 23:22:40.280 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4068 | 2024-12-20T23:22:41.543Z | [ recovery-image] Dec 20 23:22:40.306 INFO O| Dec 20 23:22:40.306 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4069 | 2024-12-20T23:22:41.689Z | [ recovery-image] Dec 20 23:22:40.453 INFO O| Dec 20 23:22:40.453 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4070 | 2024-12-20T23:22:41.784Z | [ recovery-image] Dec 20 23:22:40.547 INFO O| Dec 20 23:22:40.547 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4071 | 2024-12-20T23:22:41.787Z | [ recovery-image] Dec 20 23:22:40.548 INFO O| Dec 20 23:22:40.548 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4072 | 2024-12-20T23:22:41.793Z | [ recovery-image] Dec 20 23:22:40.557 INFO O| Dec 20 23:22:40.557 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4073 | 2024-12-20T23:22:41.801Z | [ recovery-image] Dec 20 23:22:40.565 INFO O| Dec 20 23:22:40.564 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4074 | 2024-12-20T23:22:41.809Z | [ recovery-image] Dec 20 23:22:40.573 INFO O| Dec 20 23:22:40.573 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4075 | 2024-12-20T23:22:42.229Z | [ recovery-image] Dec 20 23:22:40.992 INFO O| Dec 20 23:22:40.992 INFO rolled back to input snapshot; work may begin |
4076 | 2024-12-20T23:22:42.229Z | [ recovery-image] Dec 20 23:22:40.992 INFO O| Dec 20 23:22:40.992 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4077 | 2024-12-20T23:22:42.249Z | [ recovery-image] Dec 20 23:22:41.013 INFO O| Dec 20 23:22:41.013 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4078 | 2024-12-20T23:22:42.271Z | [ recovery-image] Dec 20 23:22:41.035 INFO O| Dec 20 23:22:41.035 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4079 | 2024-12-20T23:22:42.450Z | [ recovery-image] Dec 20 23:22:41.213 INFO O| Dec 20 23:22:41.213 INFO STEP 0 (remove_files) COMPLETE |
4080 | 2024-12-20T23:22:42.450Z | [ recovery-image] Dec 20 23:22:41.213 INFO O| Dec 20 23:22:41.213 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4081 | 2024-12-20T23:22:42.480Z | [ recovery-image] Dec 20 23:22:41.243 INFO O| Dec 20 23:22:41.243 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4082 | 2024-12-20T23:22:42.482Z | [ recovery-image] Dec 20 23:22:41.246 INFO O| Dec 20 23:22:41.246 INFO STEP 1 (remove_files) COMPLETE |
4083 | 2024-12-20T23:22:42.482Z | [ recovery-image] Dec 20 23:22:41.246 INFO O| Dec 20 23:22:41.246 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4084 | 2024-12-20T23:22:42.502Z | [ recovery-image] Dec 20 23:22:41.266 INFO O| Dec 20 23:22:41.266 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4085 | 2024-12-20T23:22:42.537Z | [ recovery-image] Dec 20 23:22:41.301 INFO O| Dec 20 23:22:41.301 INFO STEP 2 (remove_files) COMPLETE |
4086 | 2024-12-20T23:22:42.540Z | [ recovery-image] Dec 20 23:22:41.301 INFO O| Dec 20 23:22:41.301 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4087 | 2024-12-20T23:22:42.557Z | [ recovery-image] Dec 20 23:22:41.321 INFO O| Dec 20 23:22:41.321 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4088 | 2024-12-20T23:22:42.561Z | [ recovery-image] Dec 20 23:22:41.324 INFO O| Dec 20 23:22:41.324 INFO STEP 3 (remove_files) COMPLETE |
4089 | 2024-12-20T23:22:42.563Z | [ recovery-image] Dec 20 23:22:41.324 INFO O| Dec 20 23:22:41.324 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4090 | 2024-12-20T23:22:42.579Z | [ recovery-image] Dec 20 23:22:41.342 INFO O| Dec 20 23:22:41.342 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4091 | 2024-12-20T23:22:42.585Z | [ recovery-image] Dec 20 23:22:41.348 INFO O| Dec 20 23:22:41.348 INFO STEP 4 (remove_files) COMPLETE |
4092 | 2024-12-20T23:22:42.585Z | [ recovery-image] Dec 20 23:22:41.348 INFO O| Dec 20 23:22:41.348 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4093 | 2024-12-20T23:22:42.604Z | [ recovery-image] Dec 20 23:22:41.367 INFO O| Dec 20 23:22:41.367 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4094 | 2024-12-20T23:22:42.607Z | [ recovery-image] Dec 20 23:22:41.368 INFO O| Dec 20 23:22:41.368 INFO STEP 5 (remove_files) COMPLETE |
4095 | 2024-12-20T23:22:42.607Z | [ recovery-image] Dec 20 23:22:41.368 INFO O| Dec 20 23:22:41.368 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4096 | 2024-12-20T23:22:42.624Z | [ recovery-image] Dec 20 23:22:41.387 INFO O| Dec 20 23:22:41.387 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4097 | 2024-12-20T23:22:42.646Z | [ recovery-image] Dec 20 23:22:41.409 INFO O| Dec 20 23:22:41.409 INFO STEP 6 (remove_files) COMPLETE |
4098 | 2024-12-20T23:22:42.646Z | [ recovery-image] Dec 20 23:22:41.410 INFO O| Dec 20 23:22:41.409 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4099 | 2024-12-20T23:22:42.646Z | [ recovery-image] Dec 20 23:22:41.410 INFO O| Dec 20 23:22:41.409 INFO skip step because feature "recovery" is enabled |
4100 | 2024-12-20T23:22:42.649Z | [ recovery-image] Dec 20 23:22:41.410 INFO O| Dec 20 23:22:41.409 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4101 | 2024-12-20T23:22:42.649Z | [ recovery-image] Dec 20 23:22:41.410 INFO O| Dec 20 23:22:41.410 INFO skip step because feature "recovery" is enabled |
4102 | 2024-12-20T23:22:42.649Z | [ recovery-image] Dec 20 23:22:41.410 INFO O| Dec 20 23:22:41.410 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4103 | 2024-12-20T23:22:42.649Z | [ recovery-image] Dec 20 23:22:41.410 INFO O| Dec 20 23:22:41.410 INFO skip step because feature "recovery" is enabled |
4104 | 2024-12-20T23:22:42.649Z | [ recovery-image] Dec 20 23:22:41.410 INFO O| Dec 20 23:22:41.410 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4105 | 2024-12-20T23:22:42.706Z | [ recovery-image] Dec 20 23:22:41.470 INFO O| Dec 20 23:22:41.469 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4106 | 2024-12-20T23:22:42.712Z | [ recovery-image] Dec 20 23:22:41.476 INFO O| Dec 20 23:22:41.476 INFO STEP 10 (remove_files) COMPLETE |
4107 | 2024-12-20T23:22:42.715Z | [ recovery-image] Dec 20 23:22:41.476 INFO O| Dec 20 23:22:41.476 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4108 | 2024-12-20T23:22:42.732Z | [ recovery-image] Dec 20 23:22:41.495 INFO O| Dec 20 23:22:41.495 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4109 | 2024-12-20T23:22:42.734Z | [ recovery-image] Dec 20 23:22:41.497 INFO O| Dec 20 23:22:41.497 INFO STEP 11 (remove_files) COMPLETE |
4110 | 2024-12-20T23:22:42.734Z | [ recovery-image] Dec 20 23:22:41.497 INFO O| Dec 20 23:22:41.497 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4111 | 2024-12-20T23:22:42.752Z | [ recovery-image] Dec 20 23:22:41.516 INFO O| Dec 20 23:22:41.515 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4112 | 2024-12-20T23:22:42.755Z | [ recovery-image] Dec 20 23:22:41.518 INFO O| Dec 20 23:22:41.518 INFO STEP 12 (remove_files) COMPLETE |
4113 | 2024-12-20T23:22:42.755Z | [ recovery-image] Dec 20 23:22:41.518 INFO O| Dec 20 23:22:41.518 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4114 | 2024-12-20T23:22:42.787Z | [ recovery-image] Dec 20 23:22:41.550 INFO O| Dec 20 23:22:41.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4115 | 2024-12-20T23:22:42.952Z | [ recovery-image] Dec 20 23:22:41.716 INFO O| Dec 20 23:22:41.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4116 | 2024-12-20T23:22:42.956Z | [ recovery-image] Dec 20 23:22:41.720 INFO O| Dec 20 23:22:41.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4117 | 2024-12-20T23:22:42.960Z | [ recovery-image] Dec 20 23:22:41.724 INFO O| Dec 20 23:22:41.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4118 | 2024-12-20T23:22:42.969Z | [ recovery-image] Dec 20 23:22:41.733 INFO O| Dec 20 23:22:41.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4119 | 2024-12-20T23:22:43.049Z | [ host-image] Dec 20 23:22:41.813 INFO O| Dec 20 23:22:41.812 INFO O| Done |
4120 | 2024-12-20T23:22:43.086Z | [ host-image] Dec 20 23:22:41.850 INFO O| Dec 20 23:22:41.850 INFO O| Done |
4121 | 2024-12-20T23:22:43.281Z | [ recovery-image] Dec 20 23:22:42.044 INFO O| Dec 20 23:22:42.044 INFO STEP 13 (remove_files) COMPLETE |
4122 | 2024-12-20T23:22:43.281Z | [ recovery-image] Dec 20 23:22:42.044 INFO O| Dec 20 23:22:42.044 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4123 | 2024-12-20T23:22:43.341Z | [ recovery-image] Dec 20 23:22:42.104 INFO O| Dec 20 23:22:42.104 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4124 | 2024-12-20T23:22:43.344Z | [ recovery-image] Dec 20 23:22:42.107 INFO O| Dec 20 23:22:42.107 INFO STEP 14 (remove_files) COMPLETE |
4125 | 2024-12-20T23:22:43.344Z | [ recovery-image] Dec 20 23:22:42.107 INFO O| Dec 20 23:22:42.107 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4126 | 2024-12-20T23:22:43.388Z | [ recovery-image] Dec 20 23:22:42.150 INFO O| Dec 20 23:22:42.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4127 | 2024-12-20T23:22:43.398Z | [ recovery-image] Dec 20 23:22:42.161 INFO O| Dec 20 23:22:42.161 INFO STEP 15 (remove_files) COMPLETE |
4128 | 2024-12-20T23:22:43.401Z | [ recovery-image] Dec 20 23:22:42.162 INFO O| Dec 20 23:22:42.162 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4129 | 2024-12-20T23:22:43.447Z | [ recovery-image] Dec 20 23:22:42.210 INFO O| Dec 20 23:22:42.210 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4130 | 2024-12-20T23:22:43.449Z | [ recovery-image] Dec 20 23:22:42.211 INFO O| Dec 20 23:22:42.211 INFO STEP 16 (remove_files) COMPLETE |
4131 | 2024-12-20T23:22:43.450Z | [ recovery-image] Dec 20 23:22:42.211 INFO O| Dec 20 23:22:42.211 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4132 | 2024-12-20T23:22:43.475Z | [ recovery-image] Dec 20 23:22:42.239 INFO O| Dec 20 23:22:42.238 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4133 | 2024-12-20T23:22:43.478Z | [ recovery-image] Dec 20 23:22:42.241 INFO O| Dec 20 23:22:42.241 INFO STEP 17 (remove_files) COMPLETE |
4134 | 2024-12-20T23:22:43.478Z | [ recovery-image] Dec 20 23:22:42.241 INFO O| Dec 20 23:22:42.241 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4135 | 2024-12-20T23:22:43.498Z | [ recovery-image] Dec 20 23:22:42.261 INFO O| Dec 20 23:22:42.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4136 | 2024-12-20T23:22:43.500Z | [ recovery-image] Dec 20 23:22:42.261 INFO O| Dec 20 23:22:42.261 INFO STEP 18 (remove_files) COMPLETE |
4137 | 2024-12-20T23:22:43.500Z | [ recovery-image] Dec 20 23:22:42.262 INFO O| Dec 20 23:22:42.261 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4138 | 2024-12-20T23:22:43.518Z | [ recovery-image] Dec 20 23:22:42.281 INFO O| Dec 20 23:22:42.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4139 | 2024-12-20T23:22:43.521Z | [ recovery-image] Dec 20 23:22:42.282 INFO O| Dec 20 23:22:42.282 INFO STEP 19 (remove_files) COMPLETE |
4140 | 2024-12-20T23:22:43.521Z | [ recovery-image] Dec 20 23:22:42.282 INFO O| Dec 20 23:22:42.282 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4141 | 2024-12-20T23:22:43.546Z | [ recovery-image] Dec 20 23:22:42.309 INFO O| Dec 20 23:22:42.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4142 | 2024-12-20T23:22:43.546Z | [ recovery-image] Dec 20 23:22:42.309 INFO O| Dec 20 23:22:42.309 INFO STEP 20 (remove_files) COMPLETE |
4143 | 2024-12-20T23:22:43.546Z | [ recovery-image] Dec 20 23:22:42.309 INFO O| Dec 20 23:22:42.309 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4144 | 2024-12-20T23:22:43.603Z | [ recovery-image] Dec 20 23:22:42.366 INFO O| Dec 20 23:22:42.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4145 | 2024-12-20T23:22:43.603Z | [ recovery-image] Dec 20 23:22:42.366 INFO O| Dec 20 23:22:42.366 INFO STEP 21 (remove_files) COMPLETE |
4146 | 2024-12-20T23:22:43.603Z | [ recovery-image] Dec 20 23:22:42.366 INFO O| Dec 20 23:22:42.366 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4147 | 2024-12-20T23:22:43.647Z | [ recovery-image] Dec 20 23:22:42.410 INFO O| Dec 20 23:22:42.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4148 | 2024-12-20T23:22:43.647Z | [ recovery-image] Dec 20 23:22:42.410 INFO O| Dec 20 23:22:42.410 INFO STEP 22 (remove_files) COMPLETE |
4149 | 2024-12-20T23:22:43.647Z | [ recovery-image] Dec 20 23:22:42.410 INFO O| Dec 20 23:22:42.410 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4150 | 2024-12-20T23:22:43.685Z | [ recovery-image] Dec 20 23:22:42.448 INFO O| Dec 20 23:22:42.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4151 | 2024-12-20T23:22:43.685Z | [ recovery-image] Dec 20 23:22:42.448 INFO O| Dec 20 23:22:42.448 INFO STEP 23 (remove_files) COMPLETE |
4152 | 2024-12-20T23:22:43.685Z | [ recovery-image] Dec 20 23:22:42.448 INFO O| Dec 20 23:22:42.448 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4153 | 2024-12-20T23:22:43.702Z | [ recovery-image] Dec 20 23:22:42.465 INFO O| Dec 20 23:22:42.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4154 | 2024-12-20T23:22:43.703Z | [ recovery-image] Dec 20 23:22:42.466 INFO O| Dec 20 23:22:42.465 INFO STEP 24 (remove_files) COMPLETE |
4155 | 2024-12-20T23:22:43.703Z | [ recovery-image] Dec 20 23:22:42.466 INFO O| Dec 20 23:22:42.466 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4156 | 2024-12-20T23:22:43.720Z | [ recovery-image] Dec 20 23:22:42.483 INFO O| Dec 20 23:22:42.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4157 | 2024-12-20T23:22:43.720Z | [ recovery-image] Dec 20 23:22:42.484 INFO O| Dec 20 23:22:42.483 INFO STEP 25 (remove_files) COMPLETE |
4158 | 2024-12-20T23:22:43.720Z | [ recovery-image] Dec 20 23:22:42.484 INFO O| Dec 20 23:22:42.484 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4159 | 2024-12-20T23:22:43.755Z | [ recovery-image] Dec 20 23:22:42.519 INFO O| Dec 20 23:22:42.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4160 | 2024-12-20T23:22:43.756Z | [ recovery-image] Dec 20 23:22:42.519 INFO O| Dec 20 23:22:42.519 INFO STEP 26 (remove_files) COMPLETE |
4161 | 2024-12-20T23:22:43.756Z | [ recovery-image] Dec 20 23:22:42.519 INFO O| Dec 20 23:22:42.519 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4162 | 2024-12-20T23:22:43.777Z | [ recovery-image] Dec 20 23:22:42.540 INFO O| Dec 20 23:22:42.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4163 | 2024-12-20T23:22:43.777Z | [ recovery-image] Dec 20 23:22:42.540 INFO O| Dec 20 23:22:42.540 INFO STEP 27 (remove_files) COMPLETE |
4164 | 2024-12-20T23:22:43.788Z | [ recovery-image] Dec 20 23:22:42.540 INFO O| Dec 20 23:22:42.540 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4165 | 2024-12-20T23:22:43.794Z | [ recovery-image] Dec 20 23:22:42.558 INFO O| Dec 20 23:22:42.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4166 | 2024-12-20T23:22:43.794Z | [ recovery-image] Dec 20 23:22:42.558 INFO O| Dec 20 23:22:42.558 INFO STEP 28 (remove_files) COMPLETE |
4167 | 2024-12-20T23:22:43.797Z | [ recovery-image] Dec 20 23:22:42.558 INFO O| Dec 20 23:22:42.558 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4168 | 2024-12-20T23:22:43.813Z | [ recovery-image] Dec 20 23:22:42.576 INFO O| Dec 20 23:22:42.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4169 | 2024-12-20T23:22:43.813Z | [ recovery-image] Dec 20 23:22:42.576 INFO O| Dec 20 23:22:42.576 INFO STEP 29 (remove_files) COMPLETE |
4170 | 2024-12-20T23:22:43.815Z | [ recovery-image] Dec 20 23:22:42.576 INFO O| Dec 20 23:22:42.576 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4171 | 2024-12-20T23:22:43.831Z | [ recovery-image] Dec 20 23:22:42.594 INFO O| Dec 20 23:22:42.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4172 | 2024-12-20T23:22:43.831Z | [ recovery-image] Dec 20 23:22:42.594 INFO O| Dec 20 23:22:42.594 INFO STEP 30 (remove_files) COMPLETE |
4173 | 2024-12-20T23:22:43.831Z | [ recovery-image] Dec 20 23:22:42.594 INFO O| Dec 20 23:22:42.594 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4174 | 2024-12-20T23:22:43.849Z | [ recovery-image] Dec 20 23:22:42.612 INFO O| Dec 20 23:22:42.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4175 | 2024-12-20T23:22:43.849Z | [ recovery-image] Dec 20 23:22:42.612 INFO O| Dec 20 23:22:42.612 INFO STEP 31 (remove_files) COMPLETE |
4176 | 2024-12-20T23:22:43.849Z | [ recovery-image] Dec 20 23:22:42.612 INFO O| Dec 20 23:22:42.612 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4177 | 2024-12-20T23:22:43.873Z | [ recovery-image] Dec 20 23:22:42.632 INFO O| Dec 20 23:22:42.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4178 | 2024-12-20T23:22:43.873Z | [ recovery-image] Dec 20 23:22:42.632 INFO O| Dec 20 23:22:42.632 INFO STEP 32 (remove_files) COMPLETE |
4179 | 2024-12-20T23:22:43.873Z | [ recovery-image] Dec 20 23:22:42.632 INFO O| Dec 20 23:22:42.632 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4180 | 2024-12-20T23:22:43.888Z | [ recovery-image] Dec 20 23:22:42.651 INFO O| Dec 20 23:22:42.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4181 | 2024-12-20T23:22:43.888Z | [ recovery-image] Dec 20 23:22:42.651 INFO O| Dec 20 23:22:42.651 INFO STEP 33 (remove_files) COMPLETE |
4182 | 2024-12-20T23:22:43.888Z | [ recovery-image] Dec 20 23:22:42.651 INFO O| Dec 20 23:22:42.651 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4183 | 2024-12-20T23:22:43.907Z | [ recovery-image] Dec 20 23:22:42.670 INFO O| Dec 20 23:22:42.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4184 | 2024-12-20T23:22:43.907Z | [ recovery-image] Dec 20 23:22:42.670 INFO O| Dec 20 23:22:42.670 INFO STEP 34 (remove_files) COMPLETE |
4185 | 2024-12-20T23:22:43.907Z | [ recovery-image] Dec 20 23:22:42.670 INFO O| Dec 20 23:22:42.670 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4186 | 2024-12-20T23:22:43.927Z | [ recovery-image] Dec 20 23:22:42.690 INFO O| Dec 20 23:22:42.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4187 | 2024-12-20T23:22:43.927Z | [ recovery-image] Dec 20 23:22:42.690 INFO O| Dec 20 23:22:42.690 INFO STEP 35 (remove_files) COMPLETE |
4188 | 2024-12-20T23:22:43.927Z | [ recovery-image] Dec 20 23:22:42.690 INFO O| Dec 20 23:22:42.690 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4189 | 2024-12-20T23:22:43.951Z | [ recovery-image] Dec 20 23:22:42.714 INFO O| Dec 20 23:22:42.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4190 | 2024-12-20T23:22:43.951Z | [ recovery-image] Dec 20 23:22:42.714 INFO O| Dec 20 23:22:42.714 INFO STEP 36 (remove_files) COMPLETE |
4191 | 2024-12-20T23:22:43.954Z | [ recovery-image] Dec 20 23:22:42.714 INFO O| Dec 20 23:22:42.714 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4192 | 2024-12-20T23:22:43.985Z | [ recovery-image] Dec 20 23:22:42.748 INFO O| Dec 20 23:22:42.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4193 | 2024-12-20T23:22:43.985Z | [ recovery-image] Dec 20 23:22:42.748 INFO O| Dec 20 23:22:42.748 INFO STEP 37 (remove_files) COMPLETE |
4194 | 2024-12-20T23:22:43.985Z | [ recovery-image] Dec 20 23:22:42.748 INFO O| Dec 20 23:22:42.748 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4195 | 2024-12-20T23:22:44.014Z | [ recovery-image] Dec 20 23:22:42.777 INFO O| Dec 20 23:22:42.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4196 | 2024-12-20T23:22:44.014Z | [ recovery-image] Dec 20 23:22:42.777 INFO O| Dec 20 23:22:42.777 INFO STEP 38 (remove_files) COMPLETE |
4197 | 2024-12-20T23:22:44.014Z | [ recovery-image] Dec 20 23:22:42.777 INFO O| Dec 20 23:22:42.777 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4198 | 2024-12-20T23:22:44.036Z | [ recovery-image] Dec 20 23:22:42.799 INFO O| Dec 20 23:22:42.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4199 | 2024-12-20T23:22:44.036Z | [ recovery-image] Dec 20 23:22:42.799 INFO O| Dec 20 23:22:42.799 INFO STEP 39 (remove_files) COMPLETE |
4200 | 2024-12-20T23:22:44.039Z | [ recovery-image] Dec 20 23:22:42.799 INFO O| Dec 20 23:22:42.799 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4201 | 2024-12-20T23:22:44.055Z | [ recovery-image] Dec 20 23:22:42.818 INFO O| Dec 20 23:22:42.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4202 | 2024-12-20T23:22:44.055Z | [ recovery-image] Dec 20 23:22:42.818 INFO O| Dec 20 23:22:42.818 INFO STEP 40 (remove_files) COMPLETE |
4203 | 2024-12-20T23:22:44.055Z | [ recovery-image] Dec 20 23:22:42.818 INFO O| Dec 20 23:22:42.818 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4204 | 2024-12-20T23:22:44.075Z | [ recovery-image] Dec 20 23:22:42.837 INFO O| Dec 20 23:22:42.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4205 | 2024-12-20T23:22:44.075Z | [ recovery-image] Dec 20 23:22:42.837 INFO O| Dec 20 23:22:42.837 INFO STEP 41 (remove_files) COMPLETE |
4206 | 2024-12-20T23:22:44.075Z | [ recovery-image] Dec 20 23:22:42.837 INFO O| Dec 20 23:22:42.837 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4207 | 2024-12-20T23:22:44.129Z | [ recovery-image] Dec 20 23:22:42.892 INFO O| Dec 20 23:22:42.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4208 | 2024-12-20T23:22:44.129Z | [ recovery-image] Dec 20 23:22:42.892 INFO O| Dec 20 23:22:42.892 INFO STEP 42 (remove_files) COMPLETE |
4209 | 2024-12-20T23:22:44.131Z | [ recovery-image] Dec 20 23:22:42.892 INFO O| Dec 20 23:22:42.892 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4210 | 2024-12-20T23:22:44.146Z | [ recovery-image] Dec 20 23:22:42.909 INFO O| Dec 20 23:22:42.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4211 | 2024-12-20T23:22:44.149Z | [ recovery-image] Dec 20 23:22:42.909 INFO O| Dec 20 23:22:42.909 INFO STEP 43 (remove_files) COMPLETE |
4212 | 2024-12-20T23:22:44.149Z | [ recovery-image] Dec 20 23:22:42.910 INFO O| Dec 20 23:22:42.909 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4213 | 2024-12-20T23:22:44.164Z | [ recovery-image] Dec 20 23:22:42.927 INFO O| Dec 20 23:22:42.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4214 | 2024-12-20T23:22:44.167Z | [ recovery-image] Dec 20 23:22:42.928 INFO O| Dec 20 23:22:42.928 INFO STEP 44 (remove_files) COMPLETE |
4215 | 2024-12-20T23:22:44.167Z | [ recovery-image] Dec 20 23:22:42.928 INFO O| Dec 20 23:22:42.928 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4216 | 2024-12-20T23:22:44.182Z | [ recovery-image] Dec 20 23:22:42.945 INFO O| Dec 20 23:22:42.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4217 | 2024-12-20T23:22:44.185Z | [ recovery-image] Dec 20 23:22:42.945 INFO O| Dec 20 23:22:42.945 INFO STEP 45 (remove_files) COMPLETE |
4218 | 2024-12-20T23:22:44.185Z | [ recovery-image] Dec 20 23:22:42.945 INFO O| Dec 20 23:22:42.945 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4219 | 2024-12-20T23:22:44.199Z | [ recovery-image] Dec 20 23:22:42.963 INFO O| Dec 20 23:22:42.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4220 | 2024-12-20T23:22:44.202Z | [ recovery-image] Dec 20 23:22:42.963 INFO O| Dec 20 23:22:42.963 INFO STEP 46 (remove_files) COMPLETE |
4221 | 2024-12-20T23:22:44.202Z | [ recovery-image] Dec 20 23:22:42.963 INFO O| Dec 20 23:22:42.963 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4222 | 2024-12-20T23:22:44.216Z | [ recovery-image] Dec 20 23:22:42.980 INFO O| Dec 20 23:22:42.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4223 | 2024-12-20T23:22:44.216Z | [ recovery-image] Dec 20 23:22:42.980 INFO O| Dec 20 23:22:42.980 INFO STEP 47 (remove_files) COMPLETE |
4224 | 2024-12-20T23:22:44.219Z | [ recovery-image] Dec 20 23:22:42.980 INFO O| Dec 20 23:22:42.980 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4225 | 2024-12-20T23:22:44.254Z | [ recovery-image] Dec 20 23:22:43.017 INFO O| Dec 20 23:22:43.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4226 | 2024-12-20T23:22:44.254Z | [ recovery-image] Dec 20 23:22:43.017 INFO O| Dec 20 23:22:43.017 INFO STEP 48 (remove_files) COMPLETE |
4227 | 2024-12-20T23:22:44.256Z | [ recovery-image] Dec 20 23:22:43.017 INFO O| Dec 20 23:22:43.017 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4228 | 2024-12-20T23:22:44.274Z | [ recovery-image] Dec 20 23:22:43.037 INFO O| Dec 20 23:22:43.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4229 | 2024-12-20T23:22:44.276Z | [ recovery-image] Dec 20 23:22:43.037 INFO O| Dec 20 23:22:43.037 INFO STEP 49 (remove_files) COMPLETE |
4230 | 2024-12-20T23:22:44.276Z | [ recovery-image] Dec 20 23:22:43.037 INFO O| Dec 20 23:22:43.037 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4231 | 2024-12-20T23:22:44.309Z | [ recovery-image] Dec 20 23:22:43.071 INFO O| Dec 20 23:22:43.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4232 | 2024-12-20T23:22:44.309Z | [ recovery-image] Dec 20 23:22:43.071 INFO O| Dec 20 23:22:43.071 INFO STEP 50 (remove_files) COMPLETE |
4233 | 2024-12-20T23:22:44.309Z | [ recovery-image] Dec 20 23:22:43.071 INFO O| Dec 20 23:22:43.071 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4234 | 2024-12-20T23:22:44.357Z | [ recovery-image] Dec 20 23:22:43.120 INFO O| Dec 20 23:22:43.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4235 | 2024-12-20T23:22:44.357Z | [ recovery-image] Dec 20 23:22:43.121 INFO O| Dec 20 23:22:43.121 INFO STEP 51 (remove_files) COMPLETE |
4236 | 2024-12-20T23:22:44.357Z | [ recovery-image] Dec 20 23:22:43.121 INFO O| Dec 20 23:22:43.121 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4237 | 2024-12-20T23:22:44.391Z | [ recovery-image] Dec 20 23:22:43.154 INFO O| Dec 20 23:22:43.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4238 | 2024-12-20T23:22:44.391Z | [ recovery-image] Dec 20 23:22:43.154 INFO O| Dec 20 23:22:43.154 INFO STEP 52 (remove_files) COMPLETE |
4239 | 2024-12-20T23:22:44.391Z | [ recovery-image] Dec 20 23:22:43.154 INFO O| Dec 20 23:22:43.154 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4240 | 2024-12-20T23:22:44.417Z | [ recovery-image] Dec 20 23:22:43.181 INFO O| Dec 20 23:22:43.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4241 | 2024-12-20T23:22:44.417Z | [ recovery-image] Dec 20 23:22:43.181 INFO O| Dec 20 23:22:43.181 INFO STEP 53 (remove_files) COMPLETE |
4242 | 2024-12-20T23:22:44.420Z | [ recovery-image] Dec 20 23:22:43.181 INFO O| Dec 20 23:22:43.181 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4243 | 2024-12-20T23:22:44.450Z | [ recovery-image] Dec 20 23:22:43.213 INFO O| Dec 20 23:22:43.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4244 | 2024-12-20T23:22:44.450Z | [ recovery-image] Dec 20 23:22:43.213 INFO O| Dec 20 23:22:43.213 INFO STEP 54 (remove_files) COMPLETE |
4245 | 2024-12-20T23:22:44.453Z | [ recovery-image] Dec 20 23:22:43.213 INFO O| Dec 20 23:22:43.213 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4246 | 2024-12-20T23:22:44.469Z | [ recovery-image] Dec 20 23:22:43.232 INFO O| Dec 20 23:22:43.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4247 | 2024-12-20T23:22:44.471Z | [ recovery-image] Dec 20 23:22:43.232 INFO O| Dec 20 23:22:43.232 INFO STEP 55 (remove_files) COMPLETE |
4248 | 2024-12-20T23:22:44.472Z | [ recovery-image] Dec 20 23:22:43.233 INFO O| Dec 20 23:22:43.232 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4249 | 2024-12-20T23:22:44.487Z | [ recovery-image] Dec 20 23:22:43.250 INFO O| Dec 20 23:22:43.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4250 | 2024-12-20T23:22:44.487Z | [ recovery-image] Dec 20 23:22:43.250 INFO O| Dec 20 23:22:43.250 INFO STEP 56 (remove_files) COMPLETE |
4251 | 2024-12-20T23:22:44.487Z | [ recovery-image] Dec 20 23:22:43.250 INFO O| Dec 20 23:22:43.250 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4252 | 2024-12-20T23:22:44.520Z | [ recovery-image] Dec 20 23:22:43.283 INFO O| Dec 20 23:22:43.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4253 | 2024-12-20T23:22:44.520Z | [ recovery-image] Dec 20 23:22:43.283 INFO O| Dec 20 23:22:43.283 INFO STEP 57 (remove_files) COMPLETE |
4254 | 2024-12-20T23:22:44.520Z | [ recovery-image] Dec 20 23:22:43.283 INFO O| Dec 20 23:22:43.283 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4255 | 2024-12-20T23:22:44.561Z | [ recovery-image] Dec 20 23:22:43.325 INFO O| Dec 20 23:22:43.324 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4256 | 2024-12-20T23:22:44.561Z | [ recovery-image] Dec 20 23:22:43.325 INFO O| Dec 20 23:22:43.325 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4257 | 2024-12-20T23:22:44.561Z | [ recovery-image] Dec 20 23:22:43.325 INFO O| Dec 20 23:22:43.325 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4258 | 2024-12-20T23:22:44.564Z | [ recovery-image] Dec 20 23:22:43.325 INFO O| Dec 20 23:22:43.325 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4259 | 2024-12-20T23:22:44.564Z | [ recovery-image] Dec 20 23:22:43.325 INFO O| Dec 20 23:22:43.325 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4260 | 2024-12-20T23:22:44.564Z | [ recovery-image] Dec 20 23:22:43.326 INFO O| Dec 20 23:22:43.326 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4261 | 2024-12-20T23:22:44.564Z | [ recovery-image] Dec 20 23:22:43.326 INFO O| Dec 20 23:22:43.326 INFO ok! |
4262 | 2024-12-20T23:22:44.564Z | [ recovery-image] Dec 20 23:22:43.326 INFO O| Dec 20 23:22:43.326 INFO STEP 58 (ensure_file) COMPLETE |
4263 | 2024-12-20T23:22:44.564Z | [ recovery-image] Dec 20 23:22:43.326 INFO O| Dec 20 23:22:43.326 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4264 | 2024-12-20T23:22:44.602Z | [ recovery-image] Dec 20 23:22:43.365 INFO O| Dec 20 23:22:43.365 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4265 | 2024-12-20T23:22:44.602Z | [ recovery-image] Dec 20 23:22:43.365 INFO O| Dec 20 23:22:43.365 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4266 | 2024-12-20T23:22:44.604Z | [ recovery-image] Dec 20 23:22:43.365 INFO O| Dec 20 23:22:43.365 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4267 | 2024-12-20T23:22:44.604Z | [ recovery-image] Dec 20 23:22:43.365 INFO O| Dec 20 23:22:43.365 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4268 | 2024-12-20T23:22:44.604Z | [ recovery-image] Dec 20 23:22:43.365 INFO O| Dec 20 23:22:43.365 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4269 | 2024-12-20T23:22:44.604Z | [ recovery-image] Dec 20 23:22:43.365 INFO O| Dec 20 23:22:43.365 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4270 | 2024-12-20T23:22:44.604Z | [ recovery-image] Dec 20 23:22:43.365 INFO O| Dec 20 23:22:43.365 INFO ok! |
4271 | 2024-12-20T23:22:44.604Z | [ recovery-image] Dec 20 23:22:43.365 INFO O| Dec 20 23:22:43.365 INFO STEP 59 (ensure_file) COMPLETE |
4272 | 2024-12-20T23:22:44.604Z | [ recovery-image] Dec 20 23:22:43.366 INFO O| Dec 20 23:22:43.365 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4273 | 2024-12-20T23:22:44.627Z | [ recovery-image] Dec 20 23:22:43.390 INFO O| Dec 20 23:22:43.390 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4274 | 2024-12-20T23:22:44.627Z | [ recovery-image] Dec 20 23:22:43.390 INFO O| Dec 20 23:22:43.390 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4275 | 2024-12-20T23:22:44.630Z | [ recovery-image] Dec 20 23:22:43.391 INFO O| Dec 20 23:22:43.390 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4276 | 2024-12-20T23:22:44.630Z | [ recovery-image] Dec 20 23:22:43.391 INFO O| Dec 20 23:22:43.391 INFO ok! |
4277 | 2024-12-20T23:22:44.630Z | [ recovery-image] Dec 20 23:22:43.391 INFO O| Dec 20 23:22:43.391 INFO STEP 60 (ensure_file) COMPLETE |
4278 | 2024-12-20T23:22:44.630Z | [ recovery-image] Dec 20 23:22:43.391 INFO O| Dec 20 23:22:43.391 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4279 | 2024-12-20T23:22:44.665Z | [ recovery-image] Dec 20 23:22:43.428 INFO O| Dec 20 23:22:43.428 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4280 | 2024-12-20T23:22:44.668Z | [ recovery-image] Dec 20 23:22:43.428 INFO O| Dec 20 23:22:43.428 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4281 | 2024-12-20T23:22:44.668Z | [ recovery-image] Dec 20 23:22:43.428 INFO O| Dec 20 23:22:43.428 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4282 | 2024-12-20T23:22:44.668Z | [ recovery-image] Dec 20 23:22:43.429 INFO O| Dec 20 23:22:43.428 INFO ok! |
4283 | 2024-12-20T23:22:44.668Z | [ recovery-image] Dec 20 23:22:43.429 INFO O| Dec 20 23:22:43.428 INFO STEP 61 (ensure_file) COMPLETE |
4284 | 2024-12-20T23:22:44.668Z | [ recovery-image] Dec 20 23:22:43.429 INFO O| Dec 20 23:22:43.429 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4285 | 2024-12-20T23:22:44.686Z | [ recovery-image] Dec 20 23:22:43.449 INFO O| Dec 20 23:22:43.449 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4286 | 2024-12-20T23:22:44.686Z | [ recovery-image] Dec 20 23:22:43.449 INFO O| Dec 20 23:22:43.449 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4287 | 2024-12-20T23:22:44.686Z | [ recovery-image] Dec 20 23:22:43.449 INFO O| Dec 20 23:22:43.449 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4288 | 2024-12-20T23:22:44.686Z | [ recovery-image] Dec 20 23:22:43.449 INFO O| Dec 20 23:22:43.449 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4289 | 2024-12-20T23:22:44.686Z | [ recovery-image] Dec 20 23:22:43.449 INFO O| Dec 20 23:22:43.449 INFO ok! |
4290 | 2024-12-20T23:22:44.688Z | [ recovery-image] Dec 20 23:22:43.449 INFO O| Dec 20 23:22:43.449 INFO STEP 62 (ensure_file) COMPLETE |
4291 | 2024-12-20T23:22:44.688Z | [ recovery-image] Dec 20 23:22:43.449 INFO O| Dec 20 23:22:43.449 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4292 | 2024-12-20T23:22:44.712Z | [ recovery-image] Dec 20 23:22:43.475 INFO O| Dec 20 23:22:43.475 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4293 | 2024-12-20T23:22:44.712Z | [ recovery-image] Dec 20 23:22:43.475 INFO O| Dec 20 23:22:43.475 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4294 | 2024-12-20T23:22:44.714Z | [ recovery-image] Dec 20 23:22:43.476 INFO O| Dec 20 23:22:43.476 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4295 | 2024-12-20T23:22:44.715Z | [ recovery-image] Dec 20 23:22:43.476 INFO O| Dec 20 23:22:43.476 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4296 | 2024-12-20T23:22:44.715Z | [ recovery-image] Dec 20 23:22:43.476 INFO O| Dec 20 23:22:43.476 INFO ok! |
4297 | 2024-12-20T23:22:44.715Z | [ recovery-image] Dec 20 23:22:43.476 INFO O| Dec 20 23:22:43.476 INFO STEP 63 (ensure_file) COMPLETE |
4298 | 2024-12-20T23:22:44.715Z | [ recovery-image] Dec 20 23:22:43.476 INFO O| Dec 20 23:22:43.476 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4299 | 2024-12-20T23:22:44.732Z | [ recovery-image] Dec 20 23:22:43.495 INFO O| Dec 20 23:22:43.495 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4300 | 2024-12-20T23:22:44.732Z | [ recovery-image] Dec 20 23:22:43.495 INFO O| Dec 20 23:22:43.495 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4301 | 2024-12-20T23:22:44.732Z | [ recovery-image] Dec 20 23:22:43.495 INFO O| Dec 20 23:22:43.495 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4302 | 2024-12-20T23:22:44.735Z | [ recovery-image] Dec 20 23:22:43.495 INFO O| Dec 20 23:22:43.495 INFO ok! |
4303 | 2024-12-20T23:22:44.735Z | [ recovery-image] Dec 20 23:22:43.496 INFO O| Dec 20 23:22:43.495 INFO STEP 64 (assemble_files) COMPLETE |
4304 | 2024-12-20T23:22:44.735Z | [ recovery-image] Dec 20 23:22:43.496 INFO O| Dec 20 23:22:43.496 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4305 | 2024-12-20T23:22:44.773Z | [ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4306 | 2024-12-20T23:22:44.773Z | [ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4307 | 2024-12-20T23:22:44.773Z | [ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4308 | 2024-12-20T23:22:44.778Z | [ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4309 | 2024-12-20T23:22:44.778Z | [ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO ok! |
4310 | 2024-12-20T23:22:44.778Z | [ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO STEP 65 (ensure_file) COMPLETE |
4311 | 2024-12-20T23:22:44.778Z | [ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4312 | 2024-12-20T23:22:44.778Z | [ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO skip step because feature "omicron1" is not enabled |
4313 | 2024-12-20T23:22:44.778Z | [ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4314 | 2024-12-20T23:22:44.778Z | [ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO skip step because feature "omicron1" is not enabled |
4315 | 2024-12-20T23:22:44.778Z | [ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4316 | 2024-12-20T23:22:44.778Z | [ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO skip step because feature "omicron1" is not enabled |
4317 | 2024-12-20T23:22:44.778Z | [ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4318 | 2024-12-20T23:22:44.798Z | [ recovery-image] Dec 20 23:22:43.561 INFO O| Dec 20 23:22:43.561 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4319 | 2024-12-20T23:22:44.798Z | [ recovery-image] Dec 20 23:22:43.561 INFO O| Dec 20 23:22:43.561 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4320 | 2024-12-20T23:22:47.545Z | [ recovery-image] Dec 20 23:22:46.308 INFO O| Dec 20 23:22:46.308 INFO STEP 69 (pack_tar) COMPLETE |
4321 | 2024-12-20T23:22:47.545Z | [ recovery-image] Dec 20 23:22:46.308 INFO O| Dec 20 23:22:46.308 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4322 | 2024-12-20T23:22:47.548Z | [ recovery-image] Dec 20 23:22:46.308 INFO O| Dec 20 23:22:46.308 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4323 | 2024-12-20T23:22:48.206Z | [ recovery-image] Dec 20 23:22:46.529 INFO O| Dec 20 23:22:46.529 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4324 | 2024-12-20T23:22:48.228Z | [ recovery-image] Dec 20 23:22:46.648 INFO O| Dec 20 23:22:46.648 INFO completed processing gimlet/ramdisk-02-trim |
4325 | 2024-12-20T23:22:48.228Z | [ recovery-image] Dec 20 23:22:46.652 INFO image builder template: ramdisk-03-recovery-trim... |
4326 | 2024-12-20T23:22:48.228Z | [ recovery-image] Dec 20 23:22:46.652 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/.tmp8ONQdI/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 |
4327 | 2024-12-20T23:22:48.228Z | [ recovery-image] Dec 20 23:22:46.873 INFO O| Dec 20 23:22:46.873 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4328 | 2024-12-20T23:22:48.228Z | [ recovery-image] Dec 20 23:22:46.882 INFO O| Dec 20 23:22:46.882 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4329 | 2024-12-20T23:22:48.235Z | [ recovery-image] Dec 20 23:22:46.997 INFO O| Dec 20 23:22:46.997 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4330 | 2024-12-20T23:22:48.332Z | [ recovery-image] Dec 20 23:22:47.094 INFO O| Dec 20 23:22:47.094 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4331 | 2024-12-20T23:22:48.334Z | [ recovery-image] Dec 20 23:22:47.094 INFO O| Dec 20 23:22:47.094 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4332 | 2024-12-20T23:22:48.348Z | [ recovery-image] Dec 20 23:22:47.110 INFO O| Dec 20 23:22:47.110 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4333 | 2024-12-20T23:22:48.356Z | [ recovery-image] Dec 20 23:22:47.118 INFO O| Dec 20 23:22:47.118 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4334 | 2024-12-20T23:22:48.365Z | [ recovery-image] Dec 20 23:22:47.127 INFO O| Dec 20 23:22:47.127 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4335 | 2024-12-20T23:22:49.020Z | [ recovery-image] Dec 20 23:22:47.782 INFO O| Dec 20 23:22:47.782 INFO rolled back to input snapshot; work may begin |
4336 | 2024-12-20T23:22:49.020Z | [ recovery-image] Dec 20 23:22:47.782 INFO O| Dec 20 23:22:47.782 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4337 | 2024-12-20T23:22:49.029Z | [ recovery-image] Dec 20 23:22:47.791 INFO O| Dec 20 23:22:47.791 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4338 | 2024-12-20T23:22:49.068Z | [ recovery-image] Dec 20 23:22:47.830 INFO O| Dec 20 23:22:47.830 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4339 | 2024-12-20T23:22:49.219Z | [ recovery-image] Dec 20 23:22:47.980 INFO O| Dec 20 23:22:47.979 INFO STEP 0 (remove_files) COMPLETE |
4340 | 2024-12-20T23:22:49.219Z | [ recovery-image] Dec 20 23:22:47.980 INFO O| Dec 20 23:22:47.979 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4341 | 2024-12-20T23:22:49.238Z | [ recovery-image] Dec 20 23:22:48.000 INFO O| Dec 20 23:22:47.999 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4342 | 2024-12-20T23:22:50.482Z | [ recovery-image] Dec 20 23:22:48.239 INFO O| Dec 20 23:22:48.239 INFO STEP 1 (remove_files) COMPLETE |
4343 | 2024-12-20T23:22:50.482Z | [ recovery-image] Dec 20 23:22:48.239 INFO O| Dec 20 23:22:48.239 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4344 | 2024-12-20T23:22:50.485Z | [ recovery-image] Dec 20 23:22:48.273 INFO O| Dec 20 23:22:48.272 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4345 | 2024-12-20T23:22:50.485Z | [ recovery-image] Dec 20 23:22:48.338 INFO O| Dec 20 23:22:48.337 INFO STEP 2 (remove_files) COMPLETE |
4346 | 2024-12-20T23:22:50.485Z | [ recovery-image] Dec 20 23:22:48.338 INFO O| Dec 20 23:22:48.338 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4347 | 2024-12-20T23:22:50.485Z | [ recovery-image] Dec 20 23:22:48.358 INFO O| Dec 20 23:22:48.358 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4348 | 2024-12-20T23:22:50.485Z | [ recovery-image] Dec 20 23:22:48.629 INFO O| Dec 20 23:22:48.629 INFO STEP 3 (remove_files) COMPLETE |
4349 | 2024-12-20T23:22:50.485Z | [ recovery-image] Dec 20 23:22:48.629 INFO O| Dec 20 23:22:48.629 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4350 | 2024-12-20T23:22:50.485Z | [ recovery-image] Dec 20 23:22:48.672 INFO O| Dec 20 23:22:48.672 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4351 | 2024-12-20T23:22:50.485Z | [ recovery-image] Dec 20 23:22:48.946 INFO O| Dec 20 23:22:48.946 INFO STEP 4 (remove_files) COMPLETE |
4352 | 2024-12-20T23:22:50.486Z | [ recovery-image] Dec 20 23:22:48.946 INFO O| Dec 20 23:22:48.946 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4353 | 2024-12-20T23:22:50.486Z | [ recovery-image] Dec 20 23:22:49.053 INFO O| Dec 20 23:22:49.053 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4354 | 2024-12-20T23:22:50.486Z | [ recovery-image] Dec 20 23:22:49.124 INFO O| Dec 20 23:22:49.124 INFO STEP 5 (remove_files) COMPLETE |
4355 | 2024-12-20T23:22:50.486Z | [ recovery-image] Dec 20 23:22:49.124 INFO O| Dec 20 23:22:49.124 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4356 | 2024-12-20T23:22:50.486Z | [ recovery-image] Dec 20 23:22:49.148 INFO O| Dec 20 23:22:49.148 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4357 | 2024-12-20T23:22:50.486Z | [ recovery-image] Dec 20 23:22:49.150 INFO O| Dec 20 23:22:49.150 INFO STEP 6 (remove_files) COMPLETE |
4358 | 2024-12-20T23:22:50.486Z | [ recovery-image] Dec 20 23:22:49.150 INFO O| Dec 20 23:22:49.150 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4359 | 2024-12-20T23:22:50.486Z | [ recovery-image] Dec 20 23:22:49.172 INFO O| Dec 20 23:22:49.172 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4360 | 2024-12-20T23:22:50.486Z | [ recovery-image] Dec 20 23:22:49.189 INFO O| Dec 20 23:22:49.189 INFO STEP 7 (remove_files) COMPLETE |
4361 | 2024-12-20T23:22:50.486Z | [ recovery-image] Dec 20 23:22:49.189 INFO O| Dec 20 23:22:49.189 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4362 | 2024-12-20T23:22:50.495Z | [ recovery-image] Dec 20 23:22:49.257 INFO O| Dec 20 23:22:49.257 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4363 | 2024-12-20T23:22:50.586Z | [ recovery-image] Dec 20 23:22:49.349 INFO O| Dec 20 23:22:49.348 INFO STEP 8 (remove_files) COMPLETE |
4364 | 2024-12-20T23:22:50.586Z | [ recovery-image] Dec 20 23:22:49.349 INFO O| Dec 20 23:22:49.348 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4365 | 2024-12-20T23:22:50.621Z | [ recovery-image] Dec 20 23:22:49.383 INFO O| Dec 20 23:22:49.383 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4366 | 2024-12-20T23:22:50.624Z | [ recovery-image] Dec 20 23:22:49.384 INFO O| Dec 20 23:22:49.384 INFO STEP 9 (remove_files) COMPLETE |
4367 | 2024-12-20T23:22:50.624Z | [ recovery-image] Dec 20 23:22:49.384 INFO O| Dec 20 23:22:49.384 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4368 | 2024-12-20T23:22:50.648Z | [ recovery-image] Dec 20 23:22:49.410 INFO O| Dec 20 23:22:49.410 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4369 | 2024-12-20T23:22:50.651Z | [ recovery-image] Dec 20 23:22:49.413 INFO O| Dec 20 23:22:49.413 INFO STEP 10 (remove_files) COMPLETE |
4370 | 2024-12-20T23:22:50.651Z | [ recovery-image] Dec 20 23:22:49.413 INFO O| Dec 20 23:22:49.413 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4371 | 2024-12-20T23:22:50.682Z | [ recovery-image] Dec 20 23:22:49.433 INFO O| Dec 20 23:22:49.433 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4372 | 2024-12-20T23:22:50.919Z | [ host-image] Dec 20 23:22:49.679 INFO O| Dec 20 23:22:49.679 INFO O| Done |
4373 | 2024-12-20T23:22:51.350Z | [ recovery-image] Dec 20 23:22:50.112 INFO O| Dec 20 23:22:50.112 INFO STEP 11 (remove_files) COMPLETE |
4374 | 2024-12-20T23:22:51.350Z | [ recovery-image] Dec 20 23:22:50.112 INFO O| Dec 20 23:22:50.112 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4375 | 2024-12-20T23:22:51.378Z | [ recovery-image] Dec 20 23:22:50.140 INFO O| Dec 20 23:22:50.140 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4376 | 2024-12-20T23:22:51.382Z | [ recovery-image] Dec 20 23:22:50.145 INFO O| Dec 20 23:22:50.145 INFO STEP 12 (remove_files) COMPLETE |
4377 | 2024-12-20T23:22:51.383Z | [ recovery-image] Dec 20 23:22:50.145 INFO O| Dec 20 23:22:50.145 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4378 | 2024-12-20T23:22:51.407Z | [ recovery-image] Dec 20 23:22:50.169 INFO O| Dec 20 23:22:50.169 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4379 | 2024-12-20T23:22:51.412Z | [ recovery-image] Dec 20 23:22:50.174 INFO O| Dec 20 23:22:50.174 INFO STEP 13 (remove_files) COMPLETE |
4380 | 2024-12-20T23:22:51.412Z | [ recovery-image] Dec 20 23:22:50.174 INFO O| Dec 20 23:22:50.174 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4381 | 2024-12-20T23:22:51.479Z | [ recovery-image] Dec 20 23:22:50.241 INFO O| Dec 20 23:22:50.241 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4382 | 2024-12-20T23:22:51.482Z | [ recovery-image] Dec 20 23:22:50.241 INFO O| Dec 20 23:22:50.241 INFO STEP 14 (remove_files) COMPLETE |
4383 | 2024-12-20T23:22:51.482Z | [ recovery-image] Dec 20 23:22:50.241 INFO O| Dec 20 23:22:50.241 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4384 | 2024-12-20T23:22:51.520Z | [ recovery-image] Dec 20 23:22:50.282 INFO O| Dec 20 23:22:50.282 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4385 | 2024-12-20T23:22:51.572Z | [ recovery-image] Dec 20 23:22:50.333 INFO O| Dec 20 23:22:50.333 INFO STEP 15 (remove_files) COMPLETE |
4386 | 2024-12-20T23:22:51.572Z | [ recovery-image] Dec 20 23:22:50.333 INFO O| Dec 20 23:22:50.333 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4387 | 2024-12-20T23:22:51.625Z | [ recovery-image] Dec 20 23:22:50.387 INFO O| Dec 20 23:22:50.387 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4388 | 2024-12-20T23:22:51.812Z | [ recovery-image] Dec 20 23:22:50.573 INFO O| Dec 20 23:22:50.573 INFO STEP 16 (remove_files) COMPLETE |
4389 | 2024-12-20T23:22:51.812Z | [ recovery-image] Dec 20 23:22:50.573 INFO O| Dec 20 23:22:50.573 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4390 | 2024-12-20T23:22:51.852Z | [ recovery-image] Dec 20 23:22:50.614 INFO O| Dec 20 23:22:50.614 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4391 | 2024-12-20T23:22:51.879Z | [ recovery-image] Dec 20 23:22:50.640 INFO O| Dec 20 23:22:50.640 INFO STEP 17 (remove_files) COMPLETE |
4392 | 2024-12-20T23:22:51.879Z | [ recovery-image] Dec 20 23:22:50.640 INFO O| Dec 20 23:22:50.640 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4393 | 2024-12-20T23:22:51.899Z | [ recovery-image] Dec 20 23:22:50.660 INFO O| Dec 20 23:22:50.660 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4394 | 2024-12-20T23:22:51.899Z | [ recovery-image] Dec 20 23:22:50.660 INFO O| Dec 20 23:22:50.660 INFO STEP 18 (remove_files) COMPLETE |
4395 | 2024-12-20T23:22:51.899Z | [ recovery-image] Dec 20 23:22:50.660 INFO O| Dec 20 23:22:50.660 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4396 | 2024-12-20T23:22:51.916Z | [ recovery-image] Dec 20 23:22:50.678 INFO O| Dec 20 23:22:50.678 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4397 | 2024-12-20T23:22:52.069Z | [ recovery-image] Dec 20 23:22:50.830 INFO O| Dec 20 23:22:50.829 INFO STEP 19 (remove_files) COMPLETE |
4398 | 2024-12-20T23:22:52.069Z | [ recovery-image] Dec 20 23:22:50.830 INFO O| Dec 20 23:22:50.830 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4399 | 2024-12-20T23:22:52.097Z | [ recovery-image] Dec 20 23:22:50.859 INFO O| Dec 20 23:22:50.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4400 | 2024-12-20T23:22:52.125Z | [ recovery-image] Dec 20 23:22:50.886 INFO O| Dec 20 23:22:50.886 INFO STEP 20 (remove_files) COMPLETE |
4401 | 2024-12-20T23:22:52.125Z | [ recovery-image] Dec 20 23:22:50.886 INFO O| Dec 20 23:22:50.886 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4402 | 2024-12-20T23:22:52.161Z | [ recovery-image] Dec 20 23:22:50.923 INFO O| Dec 20 23:22:50.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4403 | 2024-12-20T23:22:52.164Z | [ recovery-image] Dec 20 23:22:50.923 INFO O| Dec 20 23:22:50.923 INFO STEP 21 (remove_files) COMPLETE |
4404 | 2024-12-20T23:22:52.164Z | [ recovery-image] Dec 20 23:22:50.923 INFO O| Dec 20 23:22:50.923 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4405 | 2024-12-20T23:22:52.180Z | [ recovery-image] Dec 20 23:22:50.942 INFO O| Dec 20 23:22:50.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4406 | 2024-12-20T23:22:52.183Z | [ recovery-image] Dec 20 23:22:50.943 INFO O| Dec 20 23:22:50.943 INFO STEP 22 (remove_files) COMPLETE |
4407 | 2024-12-20T23:22:52.183Z | [ recovery-image] Dec 20 23:22:50.943 INFO O| Dec 20 23:22:50.943 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4408 | 2024-12-20T23:22:52.201Z | [ recovery-image] Dec 20 23:22:50.963 INFO O| Dec 20 23:22:50.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4409 | 2024-12-20T23:22:52.221Z | [ recovery-image] Dec 20 23:22:50.983 INFO O| Dec 20 23:22:50.983 INFO STEP 23 (remove_files) COMPLETE |
4410 | 2024-12-20T23:22:52.228Z | [ recovery-image] Dec 20 23:22:50.983 INFO O| Dec 20 23:22:50.983 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4411 | 2024-12-20T23:22:52.285Z | [ recovery-image] Dec 20 23:22:51.046 INFO O| Dec 20 23:22:51.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4412 | 2024-12-20T23:22:52.285Z | [ recovery-image] Dec 20 23:22:51.047 INFO O| Dec 20 23:22:51.046 INFO STEP 24 (remove_files) COMPLETE |
4413 | 2024-12-20T23:22:52.287Z | [ recovery-image] Dec 20 23:22:51.047 INFO O| Dec 20 23:22:51.046 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4414 | 2024-12-20T23:22:52.305Z | [ recovery-image] Dec 20 23:22:51.067 INFO O| Dec 20 23:22:51.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4415 | 2024-12-20T23:22:52.331Z | [ recovery-image] Dec 20 23:22:51.093 INFO O| Dec 20 23:22:51.093 INFO STEP 25 (remove_files) COMPLETE |
4416 | 2024-12-20T23:22:52.331Z | [ recovery-image] Dec 20 23:22:51.093 INFO O| Dec 20 23:22:51.093 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-12-20T23:22:52.353Z | [ recovery-image] Dec 20 23:22:51.114 INFO O| Dec 20 23:22:51.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4418 | 2024-12-20T23:22:52.356Z | [ recovery-image] Dec 20 23:22:51.114 INFO O| Dec 20 23:22:51.114 INFO STEP 26 (remove_files) COMPLETE |
4419 | 2024-12-20T23:22:52.356Z | [ recovery-image] Dec 20 23:22:51.114 INFO O| Dec 20 23:22:51.114 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-12-20T23:22:52.370Z | [ recovery-image] Dec 20 23:22:51.132 INFO O| Dec 20 23:22:51.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4421 | 2024-12-20T23:22:52.370Z | [ recovery-image] Dec 20 23:22:51.132 INFO O| Dec 20 23:22:51.132 INFO STEP 27 (remove_files) COMPLETE |
4422 | 2024-12-20T23:22:52.373Z | [ recovery-image] Dec 20 23:22:51.132 INFO O| Dec 20 23:22:51.132 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4423 | 2024-12-20T23:22:52.403Z | [ recovery-image] Dec 20 23:22:51.165 INFO O| Dec 20 23:22:51.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4424 | 2024-12-20T23:22:52.407Z | [ recovery-image] Dec 20 23:22:51.166 INFO O| Dec 20 23:22:51.166 INFO STEP 28 (remove_files) COMPLETE |
4425 | 2024-12-20T23:22:52.407Z | [ recovery-image] Dec 20 23:22:51.166 INFO O| Dec 20 23:22:51.166 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4426 | 2024-12-20T23:22:52.438Z | [ recovery-image] Dec 20 23:22:51.200 INFO O| Dec 20 23:22:51.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4427 | 2024-12-20T23:22:52.438Z | [ recovery-image] Dec 20 23:22:51.200 INFO O| Dec 20 23:22:51.200 INFO STEP 29 (remove_files) COMPLETE |
4428 | 2024-12-20T23:22:52.438Z | [ recovery-image] Dec 20 23:22:51.200 INFO O| Dec 20 23:22:51.200 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-12-20T23:22:52.508Z | [ recovery-image] Dec 20 23:22:51.270 INFO O| Dec 20 23:22:51.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4430 | 2024-12-20T23:22:52.508Z | [ recovery-image] Dec 20 23:22:51.270 INFO O| Dec 20 23:22:51.270 INFO STEP 30 (remove_files) COMPLETE |
4431 | 2024-12-20T23:22:52.508Z | [ recovery-image] Dec 20 23:22:51.270 INFO O| Dec 20 23:22:51.270 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-12-20T23:22:52.551Z | [ recovery-image] Dec 20 23:22:51.312 INFO O| Dec 20 23:22:51.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4433 | 2024-12-20T23:22:52.554Z | [ recovery-image] Dec 20 23:22:51.312 INFO O| Dec 20 23:22:51.312 INFO STEP 31 (remove_files) COMPLETE |
4434 | 2024-12-20T23:22:52.554Z | [ recovery-image] Dec 20 23:22:51.312 INFO O| Dec 20 23:22:51.312 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-12-20T23:22:52.582Z | [ recovery-image] Dec 20 23:22:51.344 INFO O| Dec 20 23:22:51.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4436 | 2024-12-20T23:22:52.586Z | [ recovery-image] Dec 20 23:22:51.345 INFO O| Dec 20 23:22:51.344 INFO STEP 32 (remove_files) COMPLETE |
4437 | 2024-12-20T23:22:52.586Z | [ recovery-image] Dec 20 23:22:51.345 INFO O| Dec 20 23:22:51.345 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-12-20T23:22:52.711Z | [ recovery-image] Dec 20 23:22:51.473 INFO O| Dec 20 23:22:51.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4439 | 2024-12-20T23:22:52.711Z | [ recovery-image] Dec 20 23:22:51.473 INFO O| Dec 20 23:22:51.473 INFO STEP 33 (remove_files) COMPLETE |
4440 | 2024-12-20T23:22:52.711Z | [ recovery-image] Dec 20 23:22:51.473 INFO O| Dec 20 23:22:51.473 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-12-20T23:22:52.757Z | [ recovery-image] Dec 20 23:22:51.518 INFO O| Dec 20 23:22:51.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4442 | 2024-12-20T23:22:52.757Z | [ recovery-image] Dec 20 23:22:51.519 INFO O| Dec 20 23:22:51.518 INFO STEP 34 (remove_files) COMPLETE |
4443 | 2024-12-20T23:22:52.759Z | [ recovery-image] Dec 20 23:22:51.519 INFO O| Dec 20 23:22:51.519 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-12-20T23:22:52.786Z | [ recovery-image] Dec 20 23:22:51.548 INFO O| Dec 20 23:22:51.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4445 | 2024-12-20T23:22:52.786Z | [ recovery-image] Dec 20 23:22:51.548 INFO O| Dec 20 23:22:51.548 INFO STEP 35 (remove_files) COMPLETE |
4446 | 2024-12-20T23:22:52.786Z | [ recovery-image] Dec 20 23:22:51.548 INFO O| Dec 20 23:22:51.548 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-12-20T23:22:52.834Z | [ recovery-image] Dec 20 23:22:51.595 INFO O| Dec 20 23:22:51.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4448 | 2024-12-20T23:22:52.834Z | [ recovery-image] Dec 20 23:22:51.595 INFO O| Dec 20 23:22:51.595 INFO STEP 36 (remove_files) COMPLETE |
4449 | 2024-12-20T23:22:52.837Z | [ recovery-image] Dec 20 23:22:51.595 INFO O| Dec 20 23:22:51.595 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-12-20T23:22:52.885Z | [ recovery-image] Dec 20 23:22:51.647 INFO O| Dec 20 23:22:51.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4451 | 2024-12-20T23:22:52.885Z | [ recovery-image] Dec 20 23:22:51.647 INFO O| Dec 20 23:22:51.647 INFO STEP 37 (remove_files) COMPLETE |
4452 | 2024-12-20T23:22:52.885Z | [ recovery-image] Dec 20 23:22:51.647 INFO O| Dec 20 23:22:51.647 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-12-20T23:22:53.005Z | [ recovery-image] Dec 20 23:22:51.767 INFO O| Dec 20 23:22:51.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4454 | 2024-12-20T23:22:53.005Z | [ recovery-image] Dec 20 23:22:51.767 INFO O| Dec 20 23:22:51.767 INFO STEP 38 (remove_files) COMPLETE |
4455 | 2024-12-20T23:22:53.005Z | [ recovery-image] Dec 20 23:22:51.767 INFO O| Dec 20 23:22:51.767 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-12-20T23:22:53.024Z | [ recovery-image] Dec 20 23:22:51.786 INFO O| Dec 20 23:22:51.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4457 | 2024-12-20T23:22:53.024Z | [ recovery-image] Dec 20 23:22:51.786 INFO O| Dec 20 23:22:51.786 INFO STEP 39 (remove_files) COMPLETE |
4458 | 2024-12-20T23:22:53.027Z | [ recovery-image] Dec 20 23:22:51.786 INFO O| Dec 20 23:22:51.786 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-12-20T23:22:53.068Z | [ recovery-image] Dec 20 23:22:51.829 INFO O| Dec 20 23:22:51.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4460 | 2024-12-20T23:22:53.068Z | [ recovery-image] Dec 20 23:22:51.829 INFO O| Dec 20 23:22:51.829 INFO STEP 40 (remove_files) COMPLETE |
4461 | 2024-12-20T23:22:53.068Z | [ recovery-image] Dec 20 23:22:51.829 INFO O| Dec 20 23:22:51.829 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-12-20T23:22:53.179Z | [ recovery-image] Dec 20 23:22:51.941 INFO O| Dec 20 23:22:51.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4463 | 2024-12-20T23:22:53.179Z | [ recovery-image] Dec 20 23:22:51.941 INFO O| Dec 20 23:22:51.941 INFO STEP 41 (remove_files) COMPLETE |
4464 | 2024-12-20T23:22:53.179Z | [ recovery-image] Dec 20 23:22:51.941 INFO O| Dec 20 23:22:51.941 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4465 | 2024-12-20T23:22:53.198Z | [ recovery-image] Dec 20 23:22:51.960 INFO O| Dec 20 23:22:51.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4466 | 2024-12-20T23:22:53.201Z | [ recovery-image] Dec 20 23:22:51.960 INFO O| Dec 20 23:22:51.960 INFO STEP 42 (remove_files) COMPLETE |
4467 | 2024-12-20T23:22:53.201Z | [ recovery-image] Dec 20 23:22:51.960 INFO O| Dec 20 23:22:51.960 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4468 | 2024-12-20T23:22:53.218Z | [ recovery-image] Dec 20 23:22:51.980 INFO O| Dec 20 23:22:51.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4469 | 2024-12-20T23:22:53.218Z | [ recovery-image] Dec 20 23:22:51.980 INFO O| Dec 20 23:22:51.980 INFO STEP 43 (remove_files) COMPLETE |
4470 | 2024-12-20T23:22:53.221Z | [ recovery-image] Dec 20 23:22:51.980 INFO O| Dec 20 23:22:51.980 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-12-20T23:22:53.265Z | [ recovery-image] Dec 20 23:22:52.027 INFO O| Dec 20 23:22:52.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4472 | 2024-12-20T23:22:53.292Z | [ recovery-image] Dec 20 23:22:52.053 INFO O| Dec 20 23:22:52.053 INFO STEP 44 (remove_files) COMPLETE |
4473 | 2024-12-20T23:22:53.292Z | [ recovery-image] Dec 20 23:22:52.053 INFO O| Dec 20 23:22:52.053 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-12-20T23:22:53.356Z | [ recovery-image] Dec 20 23:22:52.115 INFO O| Dec 20 23:22:52.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4475 | 2024-12-20T23:22:53.361Z | [ recovery-image] Dec 20 23:22:52.121 INFO O| Dec 20 23:22:52.121 INFO STEP 45 (remove_files) COMPLETE |
4476 | 2024-12-20T23:22:53.361Z | [ recovery-image] Dec 20 23:22:52.121 INFO O| Dec 20 23:22:52.121 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-12-20T23:22:53.381Z | [ recovery-image] Dec 20 23:22:52.142 INFO O| Dec 20 23:22:52.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4478 | 2024-12-20T23:22:53.384Z | [ recovery-image] Dec 20 23:22:52.143 INFO O| Dec 20 23:22:52.143 INFO STEP 46 (remove_files) COMPLETE |
4479 | 2024-12-20T23:22:53.384Z | [ recovery-image] Dec 20 23:22:52.143 INFO O| Dec 20 23:22:52.143 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-12-20T23:22:53.421Z | [ recovery-image] Dec 20 23:22:52.182 INFO O| Dec 20 23:22:52.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4481 | 2024-12-20T23:22:53.421Z | [ recovery-image] Dec 20 23:22:52.182 INFO O| Dec 20 23:22:52.182 INFO STEP 47 (remove_files) COMPLETE |
4482 | 2024-12-20T23:22:53.423Z | [ recovery-image] Dec 20 23:22:52.182 INFO O| Dec 20 23:22:52.182 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-12-20T23:22:53.465Z | [ recovery-image] Dec 20 23:22:52.226 INFO O| Dec 20 23:22:52.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4484 | 2024-12-20T23:22:53.465Z | [ recovery-image] Dec 20 23:22:52.226 INFO O| Dec 20 23:22:52.226 INFO STEP 48 (remove_files) COMPLETE |
4485 | 2024-12-20T23:22:53.465Z | [ recovery-image] Dec 20 23:22:52.226 INFO O| Dec 20 23:22:52.226 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-12-20T23:22:53.484Z | [ recovery-image] Dec 20 23:22:52.246 INFO O| Dec 20 23:22:52.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4487 | 2024-12-20T23:22:53.484Z | [ recovery-image] Dec 20 23:22:52.246 INFO O| Dec 20 23:22:52.246 INFO STEP 49 (remove_files) COMPLETE |
4488 | 2024-12-20T23:22:53.487Z | [ recovery-image] Dec 20 23:22:52.246 INFO O| Dec 20 23:22:52.246 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-12-20T23:22:53.503Z | [ recovery-image] Dec 20 23:22:52.265 INFO O| Dec 20 23:22:52.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4490 | 2024-12-20T23:22:53.503Z | [ recovery-image] Dec 20 23:22:52.265 INFO O| Dec 20 23:22:52.265 INFO STEP 50 (remove_files) COMPLETE |
4491 | 2024-12-20T23:22:53.506Z | [ recovery-image] Dec 20 23:22:52.265 INFO O| Dec 20 23:22:52.265 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-12-20T23:22:53.522Z | [ recovery-image] Dec 20 23:22:52.283 INFO O| Dec 20 23:22:52.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4493 | 2024-12-20T23:22:53.522Z | [ recovery-image] Dec 20 23:22:52.284 INFO O| Dec 20 23:22:52.284 INFO STEP 51 (remove_files) COMPLETE |
4494 | 2024-12-20T23:22:53.522Z | [ recovery-image] Dec 20 23:22:52.284 INFO O| Dec 20 23:22:52.284 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-12-20T23:22:53.542Z | [ recovery-image] Dec 20 23:22:52.303 INFO O| Dec 20 23:22:52.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4496 | 2024-12-20T23:22:53.552Z | [ recovery-image] Dec 20 23:22:52.313 INFO O| Dec 20 23:22:52.313 INFO STEP 52 (remove_files) COMPLETE |
4497 | 2024-12-20T23:22:53.552Z | [ recovery-image] Dec 20 23:22:52.313 INFO O| Dec 20 23:22:52.313 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-12-20T23:22:53.613Z | [ recovery-image] Dec 20 23:22:52.374 INFO O| Dec 20 23:22:52.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4499 | 2024-12-20T23:22:53.626Z | [ recovery-image] Dec 20 23:22:52.388 INFO O| Dec 20 23:22:52.388 INFO STEP 53 (remove_files) COMPLETE |
4500 | 2024-12-20T23:22:53.626Z | [ recovery-image] Dec 20 23:22:52.388 INFO O| Dec 20 23:22:52.388 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2024-12-20T23:22:53.635Z | [ host-image] Dec 20 23:22:52.397 INFO O| Dec 20 23:22:52.397 INFO O| Done |
4502 | 2024-12-20T23:22:53.646Z | [ recovery-image] Dec 20 23:22:52.407 INFO O| Dec 20 23:22:52.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4503 | 2024-12-20T23:22:53.646Z | [ recovery-image] Dec 20 23:22:52.407 INFO O| Dec 20 23:22:52.407 INFO STEP 54 (remove_files) COMPLETE |
4504 | 2024-12-20T23:22:53.649Z | [ recovery-image] Dec 20 23:22:52.407 INFO O| Dec 20 23:22:52.407 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-12-20T23:22:53.664Z | [ recovery-image] Dec 20 23:22:52.426 INFO O| Dec 20 23:22:52.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4506 | 2024-12-20T23:22:53.664Z | [ recovery-image] Dec 20 23:22:52.426 INFO O| Dec 20 23:22:52.426 INFO STEP 55 (remove_files) COMPLETE |
4507 | 2024-12-20T23:22:53.667Z | [ recovery-image] Dec 20 23:22:52.426 INFO O| Dec 20 23:22:52.426 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-12-20T23:22:53.688Z | [ recovery-image] Dec 20 23:22:52.449 INFO O| Dec 20 23:22:52.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4509 | 2024-12-20T23:22:53.711Z | [ recovery-image] Dec 20 23:22:52.473 INFO O| Dec 20 23:22:52.473 INFO STEP 56 (remove_files) COMPLETE |
4510 | 2024-12-20T23:22:53.714Z | [ recovery-image] Dec 20 23:22:52.473 INFO O| Dec 20 23:22:52.473 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-12-20T23:22:53.732Z | [ recovery-image] Dec 20 23:22:52.493 INFO O| Dec 20 23:22:52.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4512 | 2024-12-20T23:22:53.734Z | [ recovery-image] Dec 20 23:22:52.493 INFO O| Dec 20 23:22:52.493 INFO STEP 57 (remove_files) COMPLETE |
4513 | 2024-12-20T23:22:53.734Z | [ recovery-image] Dec 20 23:22:52.494 INFO O| Dec 20 23:22:52.494 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-12-20T23:22:53.751Z | [ recovery-image] Dec 20 23:22:52.513 INFO O| Dec 20 23:22:52.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4515 | 2024-12-20T23:22:53.754Z | [ recovery-image] Dec 20 23:22:52.513 INFO O| Dec 20 23:22:52.513 INFO STEP 58 (remove_files) COMPLETE |
4516 | 2024-12-20T23:22:53.754Z | [ recovery-image] Dec 20 23:22:52.513 INFO O| Dec 20 23:22:52.513 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-12-20T23:22:53.775Z | [ recovery-image] Dec 20 23:22:52.536 INFO O| Dec 20 23:22:52.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4518 | 2024-12-20T23:22:53.775Z | [ recovery-image] Dec 20 23:22:52.536 INFO O| Dec 20 23:22:52.536 INFO STEP 59 (remove_files) COMPLETE |
4519 | 2024-12-20T23:22:53.775Z | [ recovery-image] Dec 20 23:22:52.536 INFO O| Dec 20 23:22:52.536 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-12-20T23:22:53.816Z | [ recovery-image] Dec 20 23:22:52.563 INFO O| Dec 20 23:22:52.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4521 | 2024-12-20T23:22:53.816Z | [ recovery-image] Dec 20 23:22:52.563 INFO O| Dec 20 23:22:52.563 INFO STEP 60 (remove_files) COMPLETE |
4522 | 2024-12-20T23:22:53.817Z | [ recovery-image] Dec 20 23:22:52.563 INFO O| Dec 20 23:22:52.563 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-12-20T23:22:53.828Z | [ recovery-image] Dec 20 23:22:52.589 INFO O| Dec 20 23:22:52.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4524 | 2024-12-20T23:22:53.830Z | [ recovery-image] Dec 20 23:22:52.590 INFO O| Dec 20 23:22:52.590 INFO STEP 61 (remove_files) COMPLETE |
4525 | 2024-12-20T23:22:53.830Z | [ recovery-image] Dec 20 23:22:52.590 INFO O| Dec 20 23:22:52.590 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-12-20T23:22:53.868Z | [ recovery-image] Dec 20 23:22:52.625 INFO O| Dec 20 23:22:52.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4527 | 2024-12-20T23:22:53.868Z | [ recovery-image] Dec 20 23:22:52.625 INFO O| Dec 20 23:22:52.625 INFO STEP 62 (remove_files) COMPLETE |
4528 | 2024-12-20T23:22:53.868Z | [ recovery-image] Dec 20 23:22:52.626 INFO O| Dec 20 23:22:52.626 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-12-20T23:22:53.933Z | [ recovery-image] Dec 20 23:22:52.694 INFO O| Dec 20 23:22:52.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4530 | 2024-12-20T23:22:53.935Z | [ recovery-image] Dec 20 23:22:52.694 INFO O| Dec 20 23:22:52.694 INFO STEP 63 (remove_files) COMPLETE |
4531 | 2024-12-20T23:22:53.936Z | [ recovery-image] Dec 20 23:22:52.694 INFO O| Dec 20 23:22:52.694 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-12-20T23:22:54.026Z | [ recovery-image] Dec 20 23:22:52.787 INFO O| Dec 20 23:22:52.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4533 | 2024-12-20T23:22:54.028Z | [ recovery-image] Dec 20 23:22:52.788 INFO O| Dec 20 23:22:52.787 INFO STEP 64 (remove_files) COMPLETE |
4534 | 2024-12-20T23:22:54.028Z | [ recovery-image] Dec 20 23:22:52.788 INFO O| Dec 20 23:22:52.787 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-12-20T23:22:54.045Z | [ recovery-image] Dec 20 23:22:52.805 INFO O| Dec 20 23:22:52.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4536 | 2024-12-20T23:22:54.045Z | [ recovery-image] Dec 20 23:22:52.805 INFO O| Dec 20 23:22:52.805 INFO STEP 65 (remove_files) COMPLETE |
4537 | 2024-12-20T23:22:54.045Z | [ recovery-image] Dec 20 23:22:52.805 INFO O| Dec 20 23:22:52.805 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-12-20T23:22:54.062Z | [ recovery-image] Dec 20 23:22:52.823 INFO O| Dec 20 23:22:52.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4539 | 2024-12-20T23:22:54.062Z | [ recovery-image] Dec 20 23:22:52.824 INFO O| Dec 20 23:22:52.823 INFO STEP 66 (remove_files) COMPLETE |
4540 | 2024-12-20T23:22:54.065Z | [ recovery-image] Dec 20 23:22:52.824 INFO O| Dec 20 23:22:52.823 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-12-20T23:22:54.081Z | [ recovery-image] Dec 20 23:22:52.842 INFO O| Dec 20 23:22:52.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4542 | 2024-12-20T23:22:54.081Z | [ recovery-image] Dec 20 23:22:52.842 INFO O| Dec 20 23:22:52.842 INFO STEP 67 (remove_files) COMPLETE |
4543 | 2024-12-20T23:22:54.081Z | [ recovery-image] Dec 20 23:22:52.842 INFO O| Dec 20 23:22:52.842 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-12-20T23:22:54.100Z | [ recovery-image] Dec 20 23:22:52.860 INFO O| Dec 20 23:22:52.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4545 | 2024-12-20T23:22:54.102Z | [ recovery-image] Dec 20 23:22:52.860 INFO O| Dec 20 23:22:52.860 INFO STEP 68 (remove_files) COMPLETE |
4546 | 2024-12-20T23:22:54.102Z | [ recovery-image] Dec 20 23:22:52.860 INFO O| Dec 20 23:22:52.860 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-12-20T23:22:54.115Z | [ recovery-image] Dec 20 23:22:52.877 INFO O| Dec 20 23:22:52.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4548 | 2024-12-20T23:22:54.115Z | [ recovery-image] Dec 20 23:22:52.877 INFO O| Dec 20 23:22:52.877 INFO STEP 69 (remove_files) COMPLETE |
4549 | 2024-12-20T23:22:54.118Z | [ recovery-image] Dec 20 23:22:52.877 INFO O| Dec 20 23:22:52.877 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-12-20T23:22:54.138Z | [ recovery-image] Dec 20 23:22:52.894 INFO O| Dec 20 23:22:52.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4551 | 2024-12-20T23:22:54.138Z | [ recovery-image] Dec 20 23:22:52.894 INFO O| Dec 20 23:22:52.894 INFO STEP 70 (remove_files) COMPLETE |
4552 | 2024-12-20T23:22:54.138Z | [ recovery-image] Dec 20 23:22:52.894 INFO O| Dec 20 23:22:52.894 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-12-20T23:22:54.150Z | [ recovery-image] Dec 20 23:22:52.912 INFO O| Dec 20 23:22:52.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4554 | 2024-12-20T23:22:54.150Z | [ recovery-image] Dec 20 23:22:52.912 INFO O| Dec 20 23:22:52.912 INFO STEP 71 (remove_files) COMPLETE |
4555 | 2024-12-20T23:22:54.150Z | [ recovery-image] Dec 20 23:22:52.912 INFO O| Dec 20 23:22:52.912 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-12-20T23:22:54.249Z | [ recovery-image] Dec 20 23:22:52.949 INFO O| Dec 20 23:22:52.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4557 | 2024-12-20T23:22:54.249Z | [ recovery-image] Dec 20 23:22:52.970 INFO O| Dec 20 23:22:52.970 INFO STEP 72 (remove_files) COMPLETE |
4558 | 2024-12-20T23:22:54.249Z | [ recovery-image] Dec 20 23:22:52.970 INFO O| Dec 20 23:22:52.970 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-12-20T23:22:54.249Z | [ recovery-image] Dec 20 23:22:52.991 INFO O| Dec 20 23:22:52.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4560 | 2024-12-20T23:22:54.249Z | [ recovery-image] Dec 20 23:22:52.991 INFO O| Dec 20 23:22:52.991 INFO STEP 73 (remove_files) COMPLETE |
4561 | 2024-12-20T23:22:54.249Z | [ recovery-image] Dec 20 23:22:52.992 INFO O| Dec 20 23:22:52.991 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-12-20T23:22:54.252Z | [ recovery-image] Dec 20 23:22:53.012 INFO O| Dec 20 23:22:53.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4563 | 2024-12-20T23:22:54.252Z | [ recovery-image] Dec 20 23:22:53.012 INFO O| Dec 20 23:22:53.012 INFO STEP 74 (remove_files) COMPLETE |
4564 | 2024-12-20T23:22:54.252Z | [ recovery-image] Dec 20 23:22:53.012 INFO O| Dec 20 23:22:53.012 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-12-20T23:22:54.271Z | [ host-image] Dec 20 23:22:53.031 INFO O| Dec 20 23:22:53.031 INFO STEP 11 (pkg_install) COMPLETE |
4566 | 2024-12-20T23:22:54.271Z | [ host-image] Dec 20 23:22:53.032 INFO O| Dec 20 23:22:53.031 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4567 | 2024-12-20T23:22:54.274Z | [ recovery-image] Dec 20 23:22:53.032 INFO O| Dec 20 23:22:53.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4568 | 2024-12-20T23:22:54.288Z | [ host-image] Dec 20 23:22:53.050 INFO O| Dec 20 23:22:53.050 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"] |
4569 | 2024-12-20T23:22:54.296Z | [ recovery-image] Dec 20 23:22:53.058 INFO O| Dec 20 23:22:53.058 INFO STEP 75 (remove_files) COMPLETE |
4570 | 2024-12-20T23:22:54.299Z | [ recovery-image] Dec 20 23:22:53.058 INFO O| Dec 20 23:22:53.058 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-12-20T23:22:54.317Z | [ recovery-image] Dec 20 23:22:53.078 INFO O| Dec 20 23:22:53.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4572 | 2024-12-20T23:22:54.322Z | [ recovery-image] Dec 20 23:22:53.078 INFO O| Dec 20 23:22:53.078 INFO STEP 76 (remove_files) COMPLETE |
4573 | 2024-12-20T23:22:54.322Z | [ recovery-image] Dec 20 23:22:53.079 INFO O| Dec 20 23:22:53.078 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-12-20T23:22:54.337Z | [ recovery-image] Dec 20 23:22:53.098 INFO O| Dec 20 23:22:53.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4575 | 2024-12-20T23:22:54.340Z | [ recovery-image] Dec 20 23:22:53.098 INFO O| Dec 20 23:22:53.098 INFO STEP 77 (remove_files) COMPLETE |
4576 | 2024-12-20T23:22:54.340Z | [ recovery-image] Dec 20 23:22:53.098 INFO O| Dec 20 23:22:53.098 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-12-20T23:22:54.363Z | [ recovery-image] Dec 20 23:22:53.124 INFO O| Dec 20 23:22:53.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4578 | 2024-12-20T23:22:54.363Z | [ recovery-image] Dec 20 23:22:53.124 INFO O| Dec 20 23:22:53.124 INFO STEP 78 (remove_files) COMPLETE |
4579 | 2024-12-20T23:22:54.363Z | [ recovery-image] Dec 20 23:22:53.124 INFO O| Dec 20 23:22:53.124 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-12-20T23:22:54.400Z | [ recovery-image] Dec 20 23:22:53.161 INFO O| Dec 20 23:22:53.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4581 | 2024-12-20T23:22:54.400Z | [ recovery-image] Dec 20 23:22:53.161 INFO O| Dec 20 23:22:53.161 INFO STEP 79 (remove_files) COMPLETE |
4582 | 2024-12-20T23:22:54.402Z | [ recovery-image] Dec 20 23:22:53.161 INFO O| Dec 20 23:22:53.161 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-12-20T23:22:54.421Z | [ recovery-image] Dec 20 23:22:53.182 INFO O| Dec 20 23:22:53.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4584 | 2024-12-20T23:22:54.421Z | [ recovery-image] Dec 20 23:22:53.182 INFO O| Dec 20 23:22:53.182 INFO STEP 80 (remove_files) COMPLETE |
4585 | 2024-12-20T23:22:54.424Z | [ recovery-image] Dec 20 23:22:53.182 INFO O| Dec 20 23:22:53.182 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-12-20T23:22:54.579Z | [ recovery-image] Dec 20 23:22:53.339 INFO O| Dec 20 23:22:53.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4587 | 2024-12-20T23:22:54.579Z | [ recovery-image] Dec 20 23:22:53.339 INFO O| Dec 20 23:22:53.339 INFO STEP 81 (remove_files) COMPLETE |
4588 | 2024-12-20T23:22:54.582Z | [ recovery-image] Dec 20 23:22:53.339 INFO O| Dec 20 23:22:53.339 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-12-20T23:22:54.631Z | [ recovery-image] Dec 20 23:22:53.392 INFO O| Dec 20 23:22:53.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4590 | 2024-12-20T23:22:54.635Z | [ recovery-image] Dec 20 23:22:53.393 INFO O| Dec 20 23:22:53.392 INFO STEP 82 (remove_files) COMPLETE |
4591 | 2024-12-20T23:22:54.635Z | [ recovery-image] Dec 20 23:22:53.393 INFO O| Dec 20 23:22:53.393 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-12-20T23:22:54.655Z | [ recovery-image] Dec 20 23:22:53.417 INFO O| Dec 20 23:22:53.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4593 | 2024-12-20T23:22:54.658Z | [ recovery-image] Dec 20 23:22:53.417 INFO O| Dec 20 23:22:53.417 INFO STEP 83 (remove_files) COMPLETE |
4594 | 2024-12-20T23:22:54.658Z | [ recovery-image] Dec 20 23:22:53.417 INFO O| Dec 20 23:22:53.417 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-12-20T23:22:54.692Z | [ recovery-image] Dec 20 23:22:53.453 INFO O| Dec 20 23:22:53.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4596 | 2024-12-20T23:22:54.701Z | [ recovery-image] Dec 20 23:22:53.463 INFO O| Dec 20 23:22:53.463 INFO STEP 84 (remove_files) COMPLETE |
4597 | 2024-12-20T23:22:54.701Z | [ recovery-image] Dec 20 23:22:53.463 INFO O| Dec 20 23:22:53.463 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-12-20T23:22:54.801Z | [ recovery-image] Dec 20 23:22:53.562 INFO O| Dec 20 23:22:53.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4599 | 2024-12-20T23:22:54.801Z | [ recovery-image] Dec 20 23:22:53.562 INFO O| Dec 20 23:22:53.562 INFO STEP 85 (remove_files) COMPLETE |
4600 | 2024-12-20T23:22:54.801Z | [ recovery-image] Dec 20 23:22:53.562 INFO O| Dec 20 23:22:53.562 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-12-20T23:22:54.827Z | [ recovery-image] Dec 20 23:22:53.588 INFO O| Dec 20 23:22:53.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4602 | 2024-12-20T23:22:54.827Z | [ recovery-image] Dec 20 23:22:53.588 INFO O| Dec 20 23:22:53.588 INFO STEP 86 (remove_files) COMPLETE |
4603 | 2024-12-20T23:22:54.830Z | [ recovery-image] Dec 20 23:22:53.588 INFO O| Dec 20 23:22:53.588 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-12-20T23:22:54.851Z | [ recovery-image] Dec 20 23:22:53.612 INFO O| Dec 20 23:22:53.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4605 | 2024-12-20T23:22:54.851Z | [ recovery-image] Dec 20 23:22:53.613 INFO O| Dec 20 23:22:53.612 INFO STEP 87 (remove_files) COMPLETE |
4606 | 2024-12-20T23:22:54.851Z | [ recovery-image] Dec 20 23:22:53.613 INFO O| Dec 20 23:22:53.612 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-12-20T23:22:54.875Z | [ recovery-image] Dec 20 23:22:53.636 INFO O| Dec 20 23:22:53.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4608 | 2024-12-20T23:22:54.875Z | [ recovery-image] Dec 20 23:22:53.636 INFO O| Dec 20 23:22:53.636 INFO STEP 88 (remove_files) COMPLETE |
4609 | 2024-12-20T23:22:54.878Z | [ recovery-image] Dec 20 23:22:53.636 INFO O| Dec 20 23:22:53.636 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-12-20T23:22:54.897Z | [ recovery-image] Dec 20 23:22:53.658 INFO O| Dec 20 23:22:53.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4611 | 2024-12-20T23:22:54.897Z | [ recovery-image] Dec 20 23:22:53.658 INFO O| Dec 20 23:22:53.658 INFO STEP 89 (remove_files) COMPLETE |
4612 | 2024-12-20T23:22:54.899Z | [ recovery-image] Dec 20 23:22:53.658 INFO O| Dec 20 23:22:53.658 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-12-20T23:22:54.920Z | [ recovery-image] Dec 20 23:22:53.682 INFO O| Dec 20 23:22:53.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4614 | 2024-12-20T23:22:54.920Z | [ recovery-image] Dec 20 23:22:53.682 INFO O| Dec 20 23:22:53.682 INFO STEP 90 (remove_files) COMPLETE |
4615 | 2024-12-20T23:22:54.923Z | [ recovery-image] Dec 20 23:22:53.682 INFO O| Dec 20 23:22:53.682 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-12-20T23:22:54.944Z | [ recovery-image] Dec 20 23:22:53.705 INFO O| Dec 20 23:22:53.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4617 | 2024-12-20T23:22:54.944Z | [ recovery-image] Dec 20 23:22:53.706 INFO O| Dec 20 23:22:53.705 INFO STEP 91 (remove_files) COMPLETE |
4618 | 2024-12-20T23:22:54.947Z | [ recovery-image] Dec 20 23:22:53.706 INFO O| Dec 20 23:22:53.706 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-12-20T23:22:54.969Z | [ recovery-image] Dec 20 23:22:53.730 INFO O| Dec 20 23:22:53.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4620 | 2024-12-20T23:22:54.969Z | [ recovery-image] Dec 20 23:22:53.730 INFO O| Dec 20 23:22:53.730 INFO STEP 92 (remove_files) COMPLETE |
4621 | 2024-12-20T23:22:54.972Z | [ recovery-image] Dec 20 23:22:53.730 INFO O| Dec 20 23:22:53.730 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-12-20T23:22:54.991Z | [ recovery-image] Dec 20 23:22:53.752 INFO O| Dec 20 23:22:53.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4623 | 2024-12-20T23:22:54.992Z | [ recovery-image] Dec 20 23:22:53.753 INFO O| Dec 20 23:22:53.753 INFO STEP 93 (remove_files) COMPLETE |
4624 | 2024-12-20T23:22:54.994Z | [ recovery-image] Dec 20 23:22:53.753 INFO O| Dec 20 23:22:53.753 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-12-20T23:22:55.015Z | [ recovery-image] Dec 20 23:22:53.777 INFO O| Dec 20 23:22:53.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4626 | 2024-12-20T23:22:55.015Z | [ recovery-image] Dec 20 23:22:53.777 INFO O| Dec 20 23:22:53.777 INFO STEP 94 (remove_files) COMPLETE |
4627 | 2024-12-20T23:22:55.018Z | [ recovery-image] Dec 20 23:22:53.777 INFO O| Dec 20 23:22:53.777 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-12-20T23:22:55.058Z | [ recovery-image] Dec 20 23:22:53.819 INFO O| Dec 20 23:22:53.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4629 | 2024-12-20T23:22:55.058Z | [ recovery-image] Dec 20 23:22:53.819 INFO O| Dec 20 23:22:53.819 INFO STEP 95 (remove_files) COMPLETE |
4630 | 2024-12-20T23:22:55.061Z | [ recovery-image] Dec 20 23:22:53.819 INFO O| Dec 20 23:22:53.819 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-12-20T23:22:55.356Z | [ recovery-image] Dec 20 23:22:54.118 INFO O| Dec 20 23:22:54.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4632 | 2024-12-20T23:22:55.356Z | [ recovery-image] Dec 20 23:22:54.118 INFO O| Dec 20 23:22:54.118 INFO STEP 96 (remove_files) COMPLETE |
4633 | 2024-12-20T23:22:55.359Z | [ recovery-image] Dec 20 23:22:54.118 INFO O| Dec 20 23:22:54.118 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-12-20T23:22:55.397Z | [ recovery-image] Dec 20 23:22:54.158 INFO O| Dec 20 23:22:54.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4635 | 2024-12-20T23:22:55.397Z | [ recovery-image] Dec 20 23:22:54.158 INFO O| Dec 20 23:22:54.158 INFO STEP 97 (remove_files) COMPLETE |
4636 | 2024-12-20T23:22:55.397Z | [ recovery-image] Dec 20 23:22:54.158 INFO O| Dec 20 23:22:54.158 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-12-20T23:22:55.433Z | [ recovery-image] Dec 20 23:22:54.194 INFO O| Dec 20 23:22:54.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4638 | 2024-12-20T23:22:55.433Z | [ recovery-image] Dec 20 23:22:54.194 INFO O| Dec 20 23:22:54.194 INFO STEP 98 (remove_files) COMPLETE |
4639 | 2024-12-20T23:22:55.436Z | [ recovery-image] Dec 20 23:22:54.195 INFO O| Dec 20 23:22:54.194 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-12-20T23:22:55.463Z | [ recovery-image] Dec 20 23:22:54.224 INFO O| Dec 20 23:22:54.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4641 | 2024-12-20T23:22:55.463Z | [ recovery-image] Dec 20 23:22:54.224 INFO O| Dec 20 23:22:54.224 INFO STEP 99 (remove_files) COMPLETE |
4642 | 2024-12-20T23:22:55.466Z | [ recovery-image] Dec 20 23:22:54.224 INFO O| Dec 20 23:22:54.224 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-12-20T23:22:55.489Z | [ recovery-image] Dec 20 23:22:54.250 INFO O| Dec 20 23:22:54.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4644 | 2024-12-20T23:22:55.489Z | [ recovery-image] Dec 20 23:22:54.250 INFO O| Dec 20 23:22:54.250 INFO STEP 100 (remove_files) COMPLETE |
4645 | 2024-12-20T23:22:55.495Z | [ recovery-image] Dec 20 23:22:54.251 INFO O| Dec 20 23:22:54.250 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-12-20T23:22:56.356Z | [ recovery-image] Dec 20 23:22:55.117 INFO O| Dec 20 23:22:55.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4647 | 2024-12-20T23:22:56.356Z | [ recovery-image] Dec 20 23:22:55.117 INFO O| Dec 20 23:22:55.117 INFO STEP 101 (remove_files) COMPLETE |
4648 | 2024-12-20T23:22:56.356Z | [ recovery-image] Dec 20 23:22:55.118 INFO O| Dec 20 23:22:55.117 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-12-20T23:22:56.398Z | [ recovery-image] Dec 20 23:22:55.159 INFO O| Dec 20 23:22:55.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4650 | 2024-12-20T23:22:56.398Z | [ recovery-image] Dec 20 23:22:55.159 INFO O| Dec 20 23:22:55.159 INFO STEP 102 (remove_files) COMPLETE |
4651 | 2024-12-20T23:22:56.403Z | [ recovery-image] Dec 20 23:22:55.159 INFO O| Dec 20 23:22:55.159 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-12-20T23:22:56.433Z | [ recovery-image] Dec 20 23:22:55.194 INFO O| Dec 20 23:22:55.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4653 | 2024-12-20T23:22:56.435Z | [ recovery-image] Dec 20 23:22:55.194 INFO O| Dec 20 23:22:55.194 INFO STEP 103 (remove_files) COMPLETE |
4654 | 2024-12-20T23:22:56.435Z | [ recovery-image] Dec 20 23:22:55.194 INFO O| Dec 20 23:22:55.194 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-12-20T23:22:56.483Z | [ recovery-image] Dec 20 23:22:55.244 INFO O| Dec 20 23:22:55.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4656 | 2024-12-20T23:22:56.483Z | [ recovery-image] Dec 20 23:22:55.244 INFO O| Dec 20 23:22:55.244 INFO STEP 104 (remove_files) COMPLETE |
4657 | 2024-12-20T23:22:56.485Z | [ recovery-image] Dec 20 23:22:55.244 INFO O| Dec 20 23:22:55.244 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-12-20T23:22:56.505Z | [ recovery-image] Dec 20 23:22:55.266 INFO O| Dec 20 23:22:55.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4659 | 2024-12-20T23:22:56.505Z | [ recovery-image] Dec 20 23:22:55.266 INFO O| Dec 20 23:22:55.266 INFO STEP 105 (remove_files) COMPLETE |
4660 | 2024-12-20T23:22:56.508Z | [ recovery-image] Dec 20 23:22:55.266 INFO O| Dec 20 23:22:55.266 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-12-20T23:22:56.524Z | [ recovery-image] Dec 20 23:22:55.284 INFO O| Dec 20 23:22:55.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4662 | 2024-12-20T23:22:56.524Z | [ recovery-image] Dec 20 23:22:55.284 INFO O| Dec 20 23:22:55.284 INFO STEP 106 (remove_files) COMPLETE |
4663 | 2024-12-20T23:22:56.524Z | [ recovery-image] Dec 20 23:22:55.284 INFO O| Dec 20 23:22:55.284 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-12-20T23:22:56.545Z | [ recovery-image] Dec 20 23:22:55.305 INFO O| Dec 20 23:22:55.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4665 | 2024-12-20T23:22:56.545Z | [ recovery-image] Dec 20 23:22:55.306 INFO O| Dec 20 23:22:55.305 INFO STEP 107 (remove_files) COMPLETE |
4666 | 2024-12-20T23:22:56.545Z | [ recovery-image] Dec 20 23:22:55.306 INFO O| Dec 20 23:22:55.306 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-12-20T23:22:56.565Z | [ recovery-image] Dec 20 23:22:55.326 INFO O| Dec 20 23:22:55.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4668 | 2024-12-20T23:22:56.565Z | [ recovery-image] Dec 20 23:22:55.326 INFO O| Dec 20 23:22:55.326 INFO STEP 108 (remove_files) COMPLETE |
4669 | 2024-12-20T23:22:56.565Z | [ recovery-image] Dec 20 23:22:55.326 INFO O| Dec 20 23:22:55.326 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-12-20T23:22:56.583Z | [ recovery-image] Dec 20 23:22:55.344 INFO O| Dec 20 23:22:55.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4671 | 2024-12-20T23:22:56.583Z | [ recovery-image] Dec 20 23:22:55.344 INFO O| Dec 20 23:22:55.344 INFO STEP 109 (remove_files) COMPLETE |
4672 | 2024-12-20T23:22:56.583Z | [ recovery-image] Dec 20 23:22:55.344 INFO O| Dec 20 23:22:55.344 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-12-20T23:22:56.604Z | [ recovery-image] Dec 20 23:22:55.365 INFO O| Dec 20 23:22:55.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4674 | 2024-12-20T23:22:56.604Z | [ recovery-image] Dec 20 23:22:55.365 INFO O| Dec 20 23:22:55.365 INFO STEP 110 (remove_files) COMPLETE |
4675 | 2024-12-20T23:22:56.607Z | [ recovery-image] Dec 20 23:22:55.365 INFO O| Dec 20 23:22:55.365 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-12-20T23:22:56.626Z | [ recovery-image] Dec 20 23:22:55.387 INFO O| Dec 20 23:22:55.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4677 | 2024-12-20T23:22:56.626Z | [ recovery-image] Dec 20 23:22:55.387 INFO O| Dec 20 23:22:55.387 INFO STEP 111 (remove_files) COMPLETE |
4678 | 2024-12-20T23:22:56.628Z | [ recovery-image] Dec 20 23:22:55.387 INFO O| Dec 20 23:22:55.387 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-12-20T23:22:56.645Z | [ recovery-image] Dec 20 23:22:55.406 INFO O| Dec 20 23:22:55.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4680 | 2024-12-20T23:22:56.645Z | [ recovery-image] Dec 20 23:22:55.406 INFO O| Dec 20 23:22:55.406 INFO STEP 112 (remove_files) COMPLETE |
4681 | 2024-12-20T23:22:56.645Z | [ recovery-image] Dec 20 23:22:55.406 INFO O| Dec 20 23:22:55.406 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-12-20T23:22:56.666Z | [ recovery-image] Dec 20 23:22:55.427 INFO O| Dec 20 23:22:55.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4683 | 2024-12-20T23:22:56.666Z | [ recovery-image] Dec 20 23:22:55.427 INFO O| Dec 20 23:22:55.427 INFO STEP 113 (remove_files) COMPLETE |
4684 | 2024-12-20T23:22:56.666Z | [ recovery-image] Dec 20 23:22:55.427 INFO O| Dec 20 23:22:55.427 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2024-12-20T23:22:56.684Z | [ recovery-image] Dec 20 23:22:55.445 INFO O| Dec 20 23:22:55.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4686 | 2024-12-20T23:22:56.684Z | [ recovery-image] Dec 20 23:22:55.445 INFO O| Dec 20 23:22:55.445 INFO STEP 114 (remove_files) COMPLETE |
4687 | 2024-12-20T23:22:56.684Z | [ recovery-image] Dec 20 23:22:55.445 INFO O| Dec 20 23:22:55.445 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-12-20T23:22:56.703Z | [ recovery-image] Dec 20 23:22:55.464 INFO O| Dec 20 23:22:55.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4689 | 2024-12-20T23:22:56.703Z | [ recovery-image] Dec 20 23:22:55.464 INFO O| Dec 20 23:22:55.464 INFO STEP 115 (remove_files) COMPLETE |
4690 | 2024-12-20T23:22:56.703Z | [ recovery-image] Dec 20 23:22:55.464 INFO O| Dec 20 23:22:55.464 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2024-12-20T23:22:56.745Z | [ recovery-image] Dec 20 23:22:55.506 INFO O| Dec 20 23:22:55.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4692 | 2024-12-20T23:22:56.748Z | [ recovery-image] Dec 20 23:22:55.507 INFO O| Dec 20 23:22:55.506 INFO STEP 116 (remove_files) COMPLETE |
4693 | 2024-12-20T23:22:56.748Z | [ recovery-image] Dec 20 23:22:55.507 INFO O| Dec 20 23:22:55.507 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-12-20T23:22:56.774Z | [ recovery-image] Dec 20 23:22:55.535 INFO O| Dec 20 23:22:55.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4695 | 2024-12-20T23:22:56.774Z | [ recovery-image] Dec 20 23:22:55.535 INFO O| Dec 20 23:22:55.535 INFO STEP 117 (remove_files) COMPLETE |
4696 | 2024-12-20T23:22:56.777Z | [ recovery-image] Dec 20 23:22:55.535 INFO O| Dec 20 23:22:55.535 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2024-12-20T23:22:56.826Z | [ recovery-image] Dec 20 23:22:55.587 INFO O| Dec 20 23:22:55.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4698 | 2024-12-20T23:22:56.829Z | [ recovery-image] Dec 20 23:22:55.587 INFO O| Dec 20 23:22:55.587 INFO STEP 118 (remove_files) COMPLETE |
4699 | 2024-12-20T23:22:56.829Z | [ recovery-image] Dec 20 23:22:55.587 INFO O| Dec 20 23:22:55.587 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2024-12-20T23:22:56.886Z | [ recovery-image] Dec 20 23:22:55.647 INFO O| Dec 20 23:22:55.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4701 | 2024-12-20T23:22:56.910Z | [ recovery-image] Dec 20 23:22:55.670 INFO O| Dec 20 23:22:55.670 INFO STEP 119 (remove_files) COMPLETE |
4702 | 2024-12-20T23:22:56.914Z | [ recovery-image] Dec 20 23:22:55.670 INFO O| Dec 20 23:22:55.670 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-12-20T23:22:56.914Z | [ host-image] Dec 20 23:22:55.674 INFO O| Dec 20 23:22:55.674 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4704 | 2024-12-20T23:22:56.969Z | [ recovery-image] Dec 20 23:22:55.731 INFO O| Dec 20 23:22:55.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4705 | 2024-12-20T23:22:56.993Z | [ recovery-image] Dec 20 23:22:55.754 INFO O| Dec 20 23:22:55.754 INFO STEP 120 (remove_files) COMPLETE |
4706 | 2024-12-20T23:22:56.993Z | [ recovery-image] Dec 20 23:22:55.754 INFO O| Dec 20 23:22:55.754 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-12-20T23:22:57.035Z | [ recovery-image] Dec 20 23:22:55.795 INFO O| Dec 20 23:22:55.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4708 | 2024-12-20T23:22:57.035Z | [ recovery-image] Dec 20 23:22:55.795 INFO O| Dec 20 23:22:55.795 INFO STEP 121 (remove_files) COMPLETE |
4709 | 2024-12-20T23:22:57.035Z | [ recovery-image] Dec 20 23:22:55.796 INFO O| Dec 20 23:22:55.795 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-12-20T23:22:57.069Z | [ recovery-image] Dec 20 23:22:55.830 INFO O| Dec 20 23:22:55.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4711 | 2024-12-20T23:22:57.069Z | [ recovery-image] Dec 20 23:22:55.830 INFO O| Dec 20 23:22:55.830 INFO STEP 122 (remove_files) COMPLETE |
4712 | 2024-12-20T23:22:57.072Z | [ recovery-image] Dec 20 23:22:55.830 INFO O| Dec 20 23:22:55.830 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-12-20T23:22:57.088Z | [ recovery-image] Dec 20 23:22:55.849 INFO O| Dec 20 23:22:55.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4714 | 2024-12-20T23:22:57.088Z | [ recovery-image] Dec 20 23:22:55.849 INFO O| Dec 20 23:22:55.849 INFO STEP 123 (remove_files) COMPLETE |
4715 | 2024-12-20T23:22:57.091Z | [ recovery-image] Dec 20 23:22:55.849 INFO O| Dec 20 23:22:55.849 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-12-20T23:22:57.127Z | [ recovery-image] Dec 20 23:22:55.888 INFO O| Dec 20 23:22:55.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4717 | 2024-12-20T23:22:57.130Z | [ recovery-image] Dec 20 23:22:55.888 INFO O| Dec 20 23:22:55.888 INFO STEP 124 (remove_files) COMPLETE |
4718 | 2024-12-20T23:22:57.130Z | [ recovery-image] Dec 20 23:22:55.888 INFO O| Dec 20 23:22:55.888 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-12-20T23:22:57.147Z | [ recovery-image] Dec 20 23:22:55.908 INFO O| Dec 20 23:22:55.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4720 | 2024-12-20T23:22:57.150Z | [ recovery-image] Dec 20 23:22:55.908 INFO O| Dec 20 23:22:55.908 INFO STEP 125 (remove_files) COMPLETE |
4721 | 2024-12-20T23:22:57.150Z | [ recovery-image] Dec 20 23:22:55.908 INFO O| Dec 20 23:22:55.908 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-12-20T23:22:57.165Z | [ recovery-image] Dec 20 23:22:55.926 INFO O| Dec 20 23:22:55.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4723 | 2024-12-20T23:22:57.168Z | [ recovery-image] Dec 20 23:22:55.927 INFO O| Dec 20 23:22:55.927 INFO STEP 126 (remove_files) COMPLETE |
4724 | 2024-12-20T23:22:57.168Z | [ recovery-image] Dec 20 23:22:55.927 INFO O| Dec 20 23:22:55.927 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-12-20T23:22:57.203Z | [ recovery-image] Dec 20 23:22:55.964 INFO O| Dec 20 23:22:55.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4726 | 2024-12-20T23:22:57.203Z | [ recovery-image] Dec 20 23:22:55.964 INFO O| Dec 20 23:22:55.964 INFO STEP 127 (remove_files) COMPLETE |
4727 | 2024-12-20T23:22:57.203Z | [ recovery-image] Dec 20 23:22:55.964 INFO O| Dec 20 23:22:55.964 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-12-20T23:22:57.240Z | [ recovery-image] Dec 20 23:22:56.001 INFO O| Dec 20 23:22:56.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4729 | 2024-12-20T23:22:57.242Z | [ recovery-image] Dec 20 23:22:56.001 INFO O| Dec 20 23:22:56.001 INFO STEP 128 (remove_files) COMPLETE |
4730 | 2024-12-20T23:22:57.242Z | [ recovery-image] Dec 20 23:22:56.001 INFO O| Dec 20 23:22:56.001 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-12-20T23:22:57.261Z | [ recovery-image] Dec 20 23:22:56.021 INFO O| Dec 20 23:22:56.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4732 | 2024-12-20T23:22:57.265Z | [ recovery-image] Dec 20 23:22:56.021 INFO O| Dec 20 23:22:56.021 INFO STEP 129 (remove_files) COMPLETE |
4733 | 2024-12-20T23:22:57.265Z | [ recovery-image] Dec 20 23:22:56.022 INFO O| Dec 20 23:22:56.021 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2024-12-20T23:22:57.297Z | [ recovery-image] Dec 20 23:22:56.058 INFO O| Dec 20 23:22:56.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4735 | 2024-12-20T23:22:57.297Z | [ recovery-image] Dec 20 23:22:56.058 INFO O| Dec 20 23:22:56.058 INFO STEP 130 (remove_files) COMPLETE |
4736 | 2024-12-20T23:22:57.297Z | [ recovery-image] Dec 20 23:22:56.058 INFO O| Dec 20 23:22:56.058 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-12-20T23:22:57.334Z | [ recovery-image] Dec 20 23:22:56.095 INFO O| Dec 20 23:22:56.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4738 | 2024-12-20T23:22:57.334Z | [ recovery-image] Dec 20 23:22:56.095 INFO O| Dec 20 23:22:56.095 INFO STEP 131 (remove_files) COMPLETE |
4739 | 2024-12-20T23:22:57.337Z | [ recovery-image] Dec 20 23:22:56.095 INFO O| Dec 20 23:22:56.095 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-12-20T23:22:57.402Z | [ recovery-image] Dec 20 23:22:56.163 INFO O| Dec 20 23:22:56.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4741 | 2024-12-20T23:22:57.403Z | [ recovery-image] Dec 20 23:22:56.163 INFO O| Dec 20 23:22:56.163 INFO STEP 132 (remove_files) COMPLETE |
4742 | 2024-12-20T23:22:57.406Z | [ recovery-image] Dec 20 23:22:56.163 INFO O| Dec 20 23:22:56.163 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-12-20T23:22:57.422Z | [ recovery-image] Dec 20 23:22:56.183 INFO O| Dec 20 23:22:56.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4744 | 2024-12-20T23:22:57.422Z | [ recovery-image] Dec 20 23:22:56.183 INFO O| Dec 20 23:22:56.183 INFO STEP 133 (remove_files) COMPLETE |
4745 | 2024-12-20T23:22:57.422Z | [ recovery-image] Dec 20 23:22:56.183 INFO O| Dec 20 23:22:56.183 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-12-20T23:22:57.455Z | [ recovery-image] Dec 20 23:22:56.216 INFO O| Dec 20 23:22:56.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4747 | 2024-12-20T23:22:57.455Z | [ recovery-image] Dec 20 23:22:56.216 INFO O| Dec 20 23:22:56.216 INFO STEP 134 (remove_files) COMPLETE |
4748 | 2024-12-20T23:22:57.458Z | [ recovery-image] Dec 20 23:22:56.216 INFO O| Dec 20 23:22:56.216 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-12-20T23:22:57.511Z | [ recovery-image] Dec 20 23:22:56.272 INFO O| Dec 20 23:22:56.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4750 | 2024-12-20T23:22:57.511Z | [ recovery-image] Dec 20 23:22:56.272 INFO O| Dec 20 23:22:56.272 INFO STEP 135 (remove_files) COMPLETE |
4751 | 2024-12-20T23:22:57.511Z | [ recovery-image] Dec 20 23:22:56.272 INFO O| Dec 20 23:22:56.272 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-12-20T23:22:57.532Z | [ recovery-image] Dec 20 23:22:56.293 INFO O| Dec 20 23:22:56.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4753 | 2024-12-20T23:22:57.532Z | [ recovery-image] Dec 20 23:22:56.293 INFO O| Dec 20 23:22:56.293 INFO STEP 136 (remove_files) COMPLETE |
4754 | 2024-12-20T23:22:57.535Z | [ recovery-image] Dec 20 23:22:56.293 INFO O| Dec 20 23:22:56.293 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-12-20T23:22:57.553Z | [ recovery-image] Dec 20 23:22:56.314 INFO O| Dec 20 23:22:56.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4756 | 2024-12-20T23:22:57.553Z | [ recovery-image] Dec 20 23:22:56.314 INFO O| Dec 20 23:22:56.314 INFO STEP 137 (remove_files) COMPLETE |
4757 | 2024-12-20T23:22:57.556Z | [ recovery-image] Dec 20 23:22:56.314 INFO O| Dec 20 23:22:56.314 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-12-20T23:22:57.572Z | [ recovery-image] Dec 20 23:22:56.333 INFO O| Dec 20 23:22:56.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4759 | 2024-12-20T23:22:57.572Z | [ recovery-image] Dec 20 23:22:56.333 INFO O| Dec 20 23:22:56.333 INFO STEP 138 (remove_files) COMPLETE |
4760 | 2024-12-20T23:22:57.573Z | [ recovery-image] Dec 20 23:22:56.334 INFO O| Dec 20 23:22:56.333 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-12-20T23:22:57.592Z | [ recovery-image] Dec 20 23:22:56.353 INFO O| Dec 20 23:22:56.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4762 | 2024-12-20T23:22:57.593Z | [ recovery-image] Dec 20 23:22:56.353 INFO O| Dec 20 23:22:56.353 INFO STEP 139 (remove_files) COMPLETE |
4763 | 2024-12-20T23:22:57.597Z | [ recovery-image] Dec 20 23:22:56.353 INFO O| Dec 20 23:22:56.353 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-12-20T23:22:57.633Z | [ recovery-image] Dec 20 23:22:56.394 INFO O| Dec 20 23:22:56.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4765 | 2024-12-20T23:22:57.633Z | [ recovery-image] Dec 20 23:22:56.394 INFO O| Dec 20 23:22:56.394 INFO STEP 140 (remove_files) COMPLETE |
4766 | 2024-12-20T23:22:57.633Z | [ recovery-image] Dec 20 23:22:56.394 INFO O| Dec 20 23:22:56.394 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-12-20T23:22:57.654Z | [ recovery-image] Dec 20 23:22:56.415 INFO O| Dec 20 23:22:56.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4768 | 2024-12-20T23:22:57.658Z | [ recovery-image] Dec 20 23:22:56.415 INFO O| Dec 20 23:22:56.415 INFO STEP 141 (remove_files) COMPLETE |
4769 | 2024-12-20T23:22:57.658Z | [ recovery-image] Dec 20 23:22:56.415 INFO O| Dec 20 23:22:56.415 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-12-20T23:22:57.676Z | [ recovery-image] Dec 20 23:22:56.435 INFO O| Dec 20 23:22:56.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4771 | 2024-12-20T23:22:57.676Z | [ recovery-image] Dec 20 23:22:56.435 INFO O| Dec 20 23:22:56.435 INFO STEP 142 (remove_files) COMPLETE |
4772 | 2024-12-20T23:22:57.676Z | [ recovery-image] Dec 20 23:22:56.435 INFO O| Dec 20 23:22:56.435 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-12-20T23:22:57.705Z | [ recovery-image] Dec 20 23:22:56.465 INFO O| Dec 20 23:22:56.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4774 | 2024-12-20T23:22:57.708Z | [ recovery-image] Dec 20 23:22:56.465 INFO O| Dec 20 23:22:56.465 INFO STEP 143 (remove_files) COMPLETE |
4775 | 2024-12-20T23:22:57.708Z | [ recovery-image] Dec 20 23:22:56.465 INFO O| Dec 20 23:22:56.465 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-12-20T23:22:57.742Z | [ recovery-image] Dec 20 23:22:56.503 INFO O| Dec 20 23:22:56.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4777 | 2024-12-20T23:22:57.742Z | [ recovery-image] Dec 20 23:22:56.503 INFO O| Dec 20 23:22:56.503 INFO STEP 144 (remove_files) COMPLETE |
4778 | 2024-12-20T23:22:57.742Z | [ recovery-image] Dec 20 23:22:56.503 INFO O| Dec 20 23:22:56.503 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2024-12-20T23:22:57.766Z | [ recovery-image] Dec 20 23:22:56.527 INFO O| Dec 20 23:22:56.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4780 | 2024-12-20T23:22:57.766Z | [ recovery-image] Dec 20 23:22:56.527 INFO O| Dec 20 23:22:56.527 INFO STEP 145 (remove_files) COMPLETE |
4781 | 2024-12-20T23:22:57.766Z | [ recovery-image] Dec 20 23:22:56.527 INFO O| Dec 20 23:22:56.527 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2024-12-20T23:22:57.791Z | [ recovery-image] Dec 20 23:22:56.552 INFO O| Dec 20 23:22:56.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4783 | 2024-12-20T23:22:57.794Z | [ recovery-image] Dec 20 23:22:56.552 INFO O| Dec 20 23:22:56.552 INFO STEP 146 (remove_files) COMPLETE |
4784 | 2024-12-20T23:22:57.794Z | [ recovery-image] Dec 20 23:22:56.553 INFO O| Dec 20 23:22:56.553 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2024-12-20T23:22:57.815Z | [ recovery-image] Dec 20 23:22:56.575 INFO O| Dec 20 23:22:56.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4786 | 2024-12-20T23:22:57.818Z | [ recovery-image] Dec 20 23:22:56.576 INFO O| Dec 20 23:22:56.576 INFO STEP 147 (remove_files) COMPLETE |
4787 | 2024-12-20T23:22:57.818Z | [ recovery-image] Dec 20 23:22:56.576 INFO O| Dec 20 23:22:56.576 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2024-12-20T23:22:57.850Z | [ recovery-image] Dec 20 23:22:56.597 INFO O| Dec 20 23:22:56.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4789 | 2024-12-20T23:22:57.850Z | [ recovery-image] Dec 20 23:22:56.597 INFO O| Dec 20 23:22:56.597 INFO STEP 148 (remove_files) COMPLETE |
4790 | 2024-12-20T23:22:57.850Z | [ recovery-image] Dec 20 23:22:56.598 INFO O| Dec 20 23:22:56.597 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2024-12-20T23:22:57.856Z | [ recovery-image] Dec 20 23:22:56.617 INFO O| Dec 20 23:22:56.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4792 | 2024-12-20T23:22:57.859Z | [ recovery-image] Dec 20 23:22:56.617 INFO O| Dec 20 23:22:56.617 INFO STEP 149 (remove_files) COMPLETE |
4793 | 2024-12-20T23:22:57.859Z | [ recovery-image] Dec 20 23:22:56.618 INFO O| Dec 20 23:22:56.617 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2024-12-20T23:22:57.878Z | [ recovery-image] Dec 20 23:22:56.639 INFO O| Dec 20 23:22:56.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4795 | 2024-12-20T23:22:57.878Z | [ recovery-image] Dec 20 23:22:56.639 INFO O| Dec 20 23:22:56.639 INFO STEP 150 (remove_files) COMPLETE |
4796 | 2024-12-20T23:22:57.881Z | [ recovery-image] Dec 20 23:22:56.639 INFO O| Dec 20 23:22:56.639 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-12-20T23:22:57.898Z | [ recovery-image] Dec 20 23:22:56.659 INFO O| Dec 20 23:22:56.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4798 | 2024-12-20T23:22:57.900Z | [ recovery-image] Dec 20 23:22:56.659 INFO O| Dec 20 23:22:56.659 INFO STEP 151 (remove_files) COMPLETE |
4799 | 2024-12-20T23:22:57.901Z | [ recovery-image] Dec 20 23:22:56.659 INFO O| Dec 20 23:22:56.659 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2024-12-20T23:22:57.923Z | [ recovery-image] Dec 20 23:22:56.684 INFO O| Dec 20 23:22:56.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4801 | 2024-12-20T23:22:57.923Z | [ recovery-image] Dec 20 23:22:56.684 INFO O| Dec 20 23:22:56.684 INFO STEP 152 (remove_files) COMPLETE |
4802 | 2024-12-20T23:22:57.926Z | [ recovery-image] Dec 20 23:22:56.684 INFO O| Dec 20 23:22:56.684 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-12-20T23:22:57.941Z | [ recovery-image] Dec 20 23:22:56.702 INFO O| Dec 20 23:22:56.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4804 | 2024-12-20T23:22:57.943Z | [ recovery-image] Dec 20 23:22:56.702 INFO O| Dec 20 23:22:56.702 INFO STEP 153 (remove_files) COMPLETE |
4805 | 2024-12-20T23:22:57.944Z | [ recovery-image] Dec 20 23:22:56.702 INFO O| Dec 20 23:22:56.702 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2024-12-20T23:22:58.018Z | [ recovery-image] Dec 20 23:22:56.779 INFO O| Dec 20 23:22:56.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4807 | 2024-12-20T23:22:58.018Z | [ recovery-image] Dec 20 23:22:56.779 INFO O| Dec 20 23:22:56.779 INFO STEP 154 (remove_files) COMPLETE |
4808 | 2024-12-20T23:22:58.021Z | [ recovery-image] Dec 20 23:22:56.779 INFO O| Dec 20 23:22:56.779 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2024-12-20T23:22:58.042Z | [ recovery-image] Dec 20 23:22:56.803 INFO O| Dec 20 23:22:56.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4810 | 2024-12-20T23:22:58.044Z | [ recovery-image] Dec 20 23:22:56.803 INFO O| Dec 20 23:22:56.803 INFO STEP 155 (remove_files) COMPLETE |
4811 | 2024-12-20T23:22:58.044Z | [ recovery-image] Dec 20 23:22:56.803 INFO O| Dec 20 23:22:56.803 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2024-12-20T23:22:58.064Z | [ recovery-image] Dec 20 23:22:56.825 INFO O| Dec 20 23:22:56.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4813 | 2024-12-20T23:22:58.067Z | [ recovery-image] Dec 20 23:22:56.825 INFO O| Dec 20 23:22:56.825 INFO STEP 156 (remove_files) COMPLETE |
4814 | 2024-12-20T23:22:58.067Z | [ recovery-image] Dec 20 23:22:56.825 INFO O| Dec 20 23:22:56.825 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-12-20T23:22:58.088Z | [ recovery-image] Dec 20 23:22:56.848 INFO O| Dec 20 23:22:56.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4816 | 2024-12-20T23:22:58.092Z | [ recovery-image] Dec 20 23:22:56.849 INFO O| Dec 20 23:22:56.849 INFO STEP 157 (remove_files) COMPLETE |
4817 | 2024-12-20T23:22:58.092Z | [ recovery-image] Dec 20 23:22:56.849 INFO O| Dec 20 23:22:56.849 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2024-12-20T23:22:58.115Z | [ recovery-image] Dec 20 23:22:56.875 INFO O| Dec 20 23:22:56.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4819 | 2024-12-20T23:22:58.118Z | [ recovery-image] Dec 20 23:22:56.876 INFO O| Dec 20 23:22:56.875 INFO STEP 158 (remove_files) COMPLETE |
4820 | 2024-12-20T23:22:58.118Z | [ recovery-image] Dec 20 23:22:56.876 INFO O| Dec 20 23:22:56.876 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-12-20T23:22:58.151Z | [ recovery-image] Dec 20 23:22:56.912 INFO O| Dec 20 23:22:56.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4822 | 2024-12-20T23:22:58.151Z | [ recovery-image] Dec 20 23:22:56.912 INFO O| Dec 20 23:22:56.912 INFO STEP 159 (remove_files) COMPLETE |
4823 | 2024-12-20T23:22:58.151Z | [ recovery-image] Dec 20 23:22:56.912 INFO O| Dec 20 23:22:56.912 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-12-20T23:22:58.173Z | [ recovery-image] Dec 20 23:22:56.934 INFO O| Dec 20 23:22:56.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4825 | 2024-12-20T23:22:58.173Z | [ recovery-image] Dec 20 23:22:56.934 INFO O| Dec 20 23:22:56.934 INFO STEP 160 (remove_files) COMPLETE |
4826 | 2024-12-20T23:22:58.173Z | [ recovery-image] Dec 20 23:22:56.934 INFO O| Dec 20 23:22:56.934 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-12-20T23:22:58.199Z | [ recovery-image] Dec 20 23:22:56.959 INFO O| Dec 20 23:22:56.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4828 | 2024-12-20T23:22:58.201Z | [ recovery-image] Dec 20 23:22:56.959 INFO O| Dec 20 23:22:56.959 INFO STEP 161 (remove_files) COMPLETE |
4829 | 2024-12-20T23:22:58.202Z | [ recovery-image] Dec 20 23:22:56.959 INFO O| Dec 20 23:22:56.959 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2024-12-20T23:22:58.220Z | [ recovery-image] Dec 20 23:22:56.981 INFO O| Dec 20 23:22:56.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4831 | 2024-12-20T23:22:58.220Z | [ recovery-image] Dec 20 23:22:56.981 INFO O| Dec 20 23:22:56.981 INFO STEP 162 (remove_files) COMPLETE |
4832 | 2024-12-20T23:22:58.220Z | [ recovery-image] Dec 20 23:22:56.981 INFO O| Dec 20 23:22:56.981 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2024-12-20T23:22:58.285Z | [ recovery-image] Dec 20 23:22:57.045 INFO O| Dec 20 23:22:57.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4834 | 2024-12-20T23:22:58.285Z | [ recovery-image] Dec 20 23:22:57.046 INFO O| Dec 20 23:22:57.045 INFO STEP 163 (remove_files) COMPLETE |
4835 | 2024-12-20T23:22:58.285Z | [ recovery-image] Dec 20 23:22:57.046 INFO O| Dec 20 23:22:57.045 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2024-12-20T23:22:58.326Z | [ recovery-image] Dec 20 23:22:57.086 INFO O| Dec 20 23:22:57.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4837 | 2024-12-20T23:22:58.326Z | [ recovery-image] Dec 20 23:22:57.086 INFO O| Dec 20 23:22:57.086 INFO STEP 164 (remove_files) COMPLETE |
4838 | 2024-12-20T23:22:58.326Z | [ recovery-image] Dec 20 23:22:57.086 INFO O| Dec 20 23:22:57.086 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-12-20T23:22:58.381Z | [ recovery-image] Dec 20 23:22:57.142 INFO O| Dec 20 23:22:57.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4840 | 2024-12-20T23:22:58.381Z | [ recovery-image] Dec 20 23:22:57.142 INFO O| Dec 20 23:22:57.142 INFO STEP 165 (remove_files) COMPLETE |
4841 | 2024-12-20T23:22:58.381Z | [ recovery-image] Dec 20 23:22:57.142 INFO O| Dec 20 23:22:57.142 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-12-20T23:22:58.398Z | [ recovery-image] Dec 20 23:22:57.159 INFO O| Dec 20 23:22:57.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4843 | 2024-12-20T23:22:58.400Z | [ recovery-image] Dec 20 23:22:57.160 INFO O| Dec 20 23:22:57.159 INFO STEP 166 (remove_files) COMPLETE |
4844 | 2024-12-20T23:22:58.400Z | [ recovery-image] Dec 20 23:22:57.160 INFO O| Dec 20 23:22:57.159 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-12-20T23:22:58.445Z | [ recovery-image] Dec 20 23:22:57.206 INFO O| Dec 20 23:22:57.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4846 | 2024-12-20T23:22:58.449Z | [ recovery-image] Dec 20 23:22:57.206 INFO O| Dec 20 23:22:57.206 INFO STEP 167 (remove_files) COMPLETE |
4847 | 2024-12-20T23:22:58.449Z | [ recovery-image] Dec 20 23:22:57.206 INFO O| Dec 20 23:22:57.206 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-12-20T23:22:58.534Z | [ recovery-image] Dec 20 23:22:57.295 INFO O| Dec 20 23:22:57.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4849 | 2024-12-20T23:22:58.534Z | [ recovery-image] Dec 20 23:22:57.295 INFO O| Dec 20 23:22:57.295 INFO STEP 168 (remove_files) COMPLETE |
4850 | 2024-12-20T23:22:58.536Z | [ recovery-image] Dec 20 23:22:57.295 INFO O| Dec 20 23:22:57.295 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-12-20T23:22:58.554Z | [ recovery-image] Dec 20 23:22:57.315 INFO O| Dec 20 23:22:57.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4852 | 2024-12-20T23:22:58.555Z | [ recovery-image] Dec 20 23:22:57.315 INFO O| Dec 20 23:22:57.315 INFO STEP 169 (remove_files) COMPLETE |
4853 | 2024-12-20T23:22:58.557Z | [ recovery-image] Dec 20 23:22:57.315 INFO O| Dec 20 23:22:57.315 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-12-20T23:22:58.576Z | [ recovery-image] Dec 20 23:22:57.336 INFO O| Dec 20 23:22:57.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4855 | 2024-12-20T23:22:58.576Z | [ recovery-image] Dec 20 23:22:57.336 INFO O| Dec 20 23:22:57.336 INFO STEP 170 (remove_files) COMPLETE |
4856 | 2024-12-20T23:22:58.576Z | [ recovery-image] Dec 20 23:22:57.336 INFO O| Dec 20 23:22:57.336 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-12-20T23:22:58.595Z | [ recovery-image] Dec 20 23:22:57.356 INFO O| Dec 20 23:22:57.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4858 | 2024-12-20T23:22:58.595Z | [ recovery-image] Dec 20 23:22:57.356 INFO O| Dec 20 23:22:57.356 INFO STEP 171 (remove_files) COMPLETE |
4859 | 2024-12-20T23:22:58.598Z | [ recovery-image] Dec 20 23:22:57.356 INFO O| Dec 20 23:22:57.356 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2024-12-20T23:22:58.629Z | [ recovery-image] Dec 20 23:22:57.375 INFO O| Dec 20 23:22:57.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4861 | 2024-12-20T23:22:58.629Z | [ recovery-image] Dec 20 23:22:57.375 INFO O| Dec 20 23:22:57.375 INFO STEP 172 (remove_files) COMPLETE |
4862 | 2024-12-20T23:22:58.640Z | [ recovery-image] Dec 20 23:22:57.375 INFO O| Dec 20 23:22:57.375 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-12-20T23:22:58.674Z | [ recovery-image] Dec 20 23:22:57.435 INFO O| Dec 20 23:22:57.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4864 | 2024-12-20T23:22:58.674Z | [ recovery-image] Dec 20 23:22:57.435 INFO O| Dec 20 23:22:57.435 INFO STEP 173 (remove_files) COMPLETE |
4865 | 2024-12-20T23:22:58.674Z | [ recovery-image] Dec 20 23:22:57.435 INFO O| Dec 20 23:22:57.435 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-12-20T23:22:58.706Z | [ recovery-image] Dec 20 23:22:57.466 INFO O| Dec 20 23:22:57.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4867 | 2024-12-20T23:22:58.707Z | [ recovery-image] Dec 20 23:22:57.466 INFO O| Dec 20 23:22:57.466 INFO STEP 174 (remove_files) COMPLETE |
4868 | 2024-12-20T23:22:58.707Z | [ recovery-image] Dec 20 23:22:57.466 INFO O| Dec 20 23:22:57.466 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-12-20T23:22:58.749Z | [ recovery-image] Dec 20 23:22:57.510 INFO O| Dec 20 23:22:57.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4870 | 2024-12-20T23:22:58.752Z | [ recovery-image] Dec 20 23:22:57.510 INFO O| Dec 20 23:22:57.510 INFO STEP 175 (remove_files) COMPLETE |
4871 | 2024-12-20T23:22:58.752Z | [ recovery-image] Dec 20 23:22:57.510 INFO O| Dec 20 23:22:57.510 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-12-20T23:22:58.772Z | [ recovery-image] Dec 20 23:22:57.532 INFO O| Dec 20 23:22:57.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4873 | 2024-12-20T23:22:58.831Z | [ recovery-image] Dec 20 23:22:57.591 INFO O| Dec 20 23:22:57.591 INFO STEP 176 (remove_files) COMPLETE |
4874 | 2024-12-20T23:22:58.831Z | [ recovery-image] Dec 20 23:22:57.591 INFO O| Dec 20 23:22:57.591 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-12-20T23:22:58.882Z | [ recovery-image] Dec 20 23:22:57.643 INFO O| Dec 20 23:22:57.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4876 | 2024-12-20T23:22:58.885Z | [ recovery-image] Dec 20 23:22:57.643 INFO O| Dec 20 23:22:57.643 INFO STEP 177 (remove_files) COMPLETE |
4877 | 2024-12-20T23:22:58.885Z | [ recovery-image] Dec 20 23:22:57.643 INFO O| Dec 20 23:22:57.643 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-12-20T23:22:58.963Z | [ recovery-image] Dec 20 23:22:57.724 INFO O| Dec 20 23:22:57.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4879 | 2024-12-20T23:22:58.963Z | [ recovery-image] Dec 20 23:22:57.724 INFO O| Dec 20 23:22:57.724 INFO STEP 178 (remove_files) COMPLETE |
4880 | 2024-12-20T23:22:58.966Z | [ recovery-image] Dec 20 23:22:57.724 INFO O| Dec 20 23:22:57.724 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-12-20T23:22:58.986Z | [ recovery-image] Dec 20 23:22:57.747 INFO O| Dec 20 23:22:57.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4882 | 2024-12-20T23:22:58.986Z | [ recovery-image] Dec 20 23:22:57.747 INFO O| Dec 20 23:22:57.747 INFO STEP 179 (remove_files) COMPLETE |
4883 | 2024-12-20T23:22:58.986Z | [ recovery-image] Dec 20 23:22:57.747 INFO O| Dec 20 23:22:57.747 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-12-20T23:22:59.005Z | [ recovery-image] Dec 20 23:22:57.765 INFO O| Dec 20 23:22:57.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4885 | 2024-12-20T23:22:59.005Z | [ recovery-image] Dec 20 23:22:57.766 INFO O| Dec 20 23:22:57.766 INFO STEP 180 (remove_files) COMPLETE |
4886 | 2024-12-20T23:22:59.008Z | [ recovery-image] Dec 20 23:22:57.766 INFO O| Dec 20 23:22:57.766 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-12-20T23:22:59.025Z | [ recovery-image] Dec 20 23:22:57.785 INFO O| Dec 20 23:22:57.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4888 | 2024-12-20T23:22:59.025Z | [ recovery-image] Dec 20 23:22:57.785 INFO O| Dec 20 23:22:57.785 INFO STEP 181 (remove_files) COMPLETE |
4889 | 2024-12-20T23:22:59.025Z | [ recovery-image] Dec 20 23:22:57.785 INFO O| Dec 20 23:22:57.785 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-12-20T23:22:59.063Z | [ recovery-image] Dec 20 23:22:57.824 INFO O| Dec 20 23:22:57.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4891 | 2024-12-20T23:22:59.063Z | [ recovery-image] Dec 20 23:22:57.824 INFO O| Dec 20 23:22:57.824 INFO STEP 182 (remove_files) COMPLETE |
4892 | 2024-12-20T23:22:59.063Z | [ recovery-image] Dec 20 23:22:57.824 INFO O| Dec 20 23:22:57.824 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-12-20T23:22:59.083Z | [ recovery-image] Dec 20 23:22:57.844 INFO O| Dec 20 23:22:57.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4894 | 2024-12-20T23:22:59.097Z | [ recovery-image] Dec 20 23:22:57.857 INFO O| Dec 20 23:22:57.857 INFO STEP 183 (remove_files) COMPLETE |
4895 | 2024-12-20T23:22:59.097Z | [ recovery-image] Dec 20 23:22:57.857 INFO O| Dec 20 23:22:57.857 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-12-20T23:22:59.123Z | [ recovery-image] Dec 20 23:22:57.883 INFO O| Dec 20 23:22:57.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4897 | 2024-12-20T23:22:59.123Z | [ recovery-image] Dec 20 23:22:57.883 INFO O| Dec 20 23:22:57.883 INFO STEP 184 (remove_files) COMPLETE |
4898 | 2024-12-20T23:22:59.126Z | [ recovery-image] Dec 20 23:22:57.883 INFO O| Dec 20 23:22:57.883 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-12-20T23:22:59.158Z | [ recovery-image] Dec 20 23:22:57.919 INFO O| Dec 20 23:22:57.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4900 | 2024-12-20T23:22:59.158Z | [ recovery-image] Dec 20 23:22:57.919 INFO O| Dec 20 23:22:57.919 INFO STEP 185 (remove_files) COMPLETE |
4901 | 2024-12-20T23:22:59.158Z | [ recovery-image] Dec 20 23:22:57.919 INFO O| Dec 20 23:22:57.919 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-12-20T23:22:59.177Z | [ recovery-image] Dec 20 23:22:57.937 INFO O| Dec 20 23:22:57.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4903 | 2024-12-20T23:22:59.177Z | [ recovery-image] Dec 20 23:22:57.937 INFO O| Dec 20 23:22:57.937 INFO STEP 186 (remove_files) COMPLETE |
4904 | 2024-12-20T23:22:59.177Z | [ recovery-image] Dec 20 23:22:57.938 INFO O| Dec 20 23:22:57.937 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-12-20T23:22:59.206Z | [ recovery-image] Dec 20 23:22:57.966 INFO O| Dec 20 23:22:57.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4906 | 2024-12-20T23:22:59.206Z | [ recovery-image] Dec 20 23:22:57.966 INFO O| Dec 20 23:22:57.966 INFO STEP 187 (remove_files) COMPLETE |
4907 | 2024-12-20T23:22:59.208Z | [ recovery-image] Dec 20 23:22:57.966 INFO O| Dec 20 23:22:57.966 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-12-20T23:22:59.238Z | [ recovery-image] Dec 20 23:22:57.998 INFO O| Dec 20 23:22:57.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4909 | 2024-12-20T23:22:59.238Z | [ recovery-image] Dec 20 23:22:57.998 INFO O| Dec 20 23:22:57.998 INFO STEP 188 (remove_files) COMPLETE |
4910 | 2024-12-20T23:22:59.238Z | [ recovery-image] Dec 20 23:22:57.998 INFO O| Dec 20 23:22:57.998 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2024-12-20T23:22:59.266Z | [ recovery-image] Dec 20 23:22:58.022 INFO O| Dec 20 23:22:58.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4912 | 2024-12-20T23:22:59.266Z | [ recovery-image] Dec 20 23:22:58.022 INFO O| Dec 20 23:22:58.022 INFO STEP 189 (remove_files) COMPLETE |
4913 | 2024-12-20T23:22:59.266Z | [ recovery-image] Dec 20 23:22:58.022 INFO O| Dec 20 23:22:58.022 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2024-12-20T23:22:59.280Z | [ recovery-image] Dec 20 23:22:58.041 INFO O| Dec 20 23:22:58.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4915 | 2024-12-20T23:22:59.280Z | [ recovery-image] Dec 20 23:22:58.041 INFO O| Dec 20 23:22:58.041 INFO STEP 190 (remove_files) COMPLETE |
4916 | 2024-12-20T23:22:59.280Z | [ recovery-image] Dec 20 23:22:58.041 INFO O| Dec 20 23:22:58.041 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4917 | 2024-12-20T23:22:59.313Z | [ recovery-image] Dec 20 23:22:58.074 INFO O| Dec 20 23:22:58.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4918 | 2024-12-20T23:22:59.316Z | [ recovery-image] Dec 20 23:22:58.074 INFO O| Dec 20 23:22:58.074 INFO STEP 191 (remove_files) COMPLETE |
4919 | 2024-12-20T23:22:59.316Z | [ recovery-image] Dec 20 23:22:58.074 INFO O| Dec 20 23:22:58.074 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4920 | 2024-12-20T23:22:59.334Z | [ recovery-image] Dec 20 23:22:58.095 INFO O| Dec 20 23:22:58.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4921 | 2024-12-20T23:22:59.338Z | [ recovery-image] Dec 20 23:22:58.095 INFO O| Dec 20 23:22:58.095 INFO STEP 192 (remove_files) COMPLETE |
4922 | 2024-12-20T23:22:59.338Z | [ recovery-image] Dec 20 23:22:58.095 INFO O| Dec 20 23:22:58.095 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4923 | 2024-12-20T23:22:59.383Z | [ recovery-image] Dec 20 23:22:58.143 INFO O| Dec 20 23:22:58.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4924 | 2024-12-20T23:22:59.383Z | [ recovery-image] Dec 20 23:22:58.143 INFO O| Dec 20 23:22:58.143 INFO STEP 193 (remove_files) COMPLETE |
4925 | 2024-12-20T23:22:59.383Z | [ recovery-image] Dec 20 23:22:58.144 INFO O| Dec 20 23:22:58.143 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2024-12-20T23:22:59.402Z | [ recovery-image] Dec 20 23:22:58.163 INFO O| Dec 20 23:22:58.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4927 | 2024-12-20T23:22:59.402Z | [ recovery-image] Dec 20 23:22:58.163 INFO O| Dec 20 23:22:58.163 INFO STEP 194 (remove_files) COMPLETE |
4928 | 2024-12-20T23:22:59.402Z | [ recovery-image] Dec 20 23:22:58.163 INFO O| Dec 20 23:22:58.163 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2024-12-20T23:22:59.440Z | [ recovery-image] Dec 20 23:22:58.201 INFO O| Dec 20 23:22:58.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4930 | 2024-12-20T23:22:59.444Z | [ recovery-image] Dec 20 23:22:58.201 INFO O| Dec 20 23:22:58.201 INFO STEP 195 (remove_files) COMPLETE |
4931 | 2024-12-20T23:22:59.444Z | [ recovery-image] Dec 20 23:22:58.201 INFO O| Dec 20 23:22:58.201 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2024-12-20T23:22:59.463Z | [ recovery-image] Dec 20 23:22:58.224 INFO O| Dec 20 23:22:58.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4933 | 2024-12-20T23:22:59.466Z | [ recovery-image] Dec 20 23:22:58.224 INFO O| Dec 20 23:22:58.224 INFO STEP 196 (remove_files) COMPLETE |
4934 | 2024-12-20T23:22:59.466Z | [ recovery-image] Dec 20 23:22:58.224 INFO O| Dec 20 23:22:58.224 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-12-20T23:22:59.484Z | [ recovery-image] Dec 20 23:22:58.245 INFO O| Dec 20 23:22:58.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4936 | 2024-12-20T23:22:59.487Z | [ recovery-image] Dec 20 23:22:58.245 INFO O| Dec 20 23:22:58.245 INFO STEP 197 (remove_files) COMPLETE |
4937 | 2024-12-20T23:22:59.487Z | [ recovery-image] Dec 20 23:22:58.245 INFO O| Dec 20 23:22:58.245 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-12-20T23:22:59.503Z | [ recovery-image] Dec 20 23:22:58.263 INFO O| Dec 20 23:22:58.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4939 | 2024-12-20T23:22:59.506Z | [ recovery-image] Dec 20 23:22:58.264 INFO O| Dec 20 23:22:58.264 INFO STEP 198 (remove_files) COMPLETE |
4940 | 2024-12-20T23:22:59.506Z | [ recovery-image] Dec 20 23:22:58.264 INFO O| Dec 20 23:22:58.264 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-12-20T23:22:59.521Z | [ recovery-image] Dec 20 23:22:58.282 INFO O| Dec 20 23:22:58.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4942 | 2024-12-20T23:22:59.521Z | [ recovery-image] Dec 20 23:22:58.282 INFO O| Dec 20 23:22:58.282 INFO STEP 199 (remove_files) COMPLETE |
4943 | 2024-12-20T23:22:59.524Z | [ recovery-image] Dec 20 23:22:58.282 INFO O| Dec 20 23:22:58.282 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-12-20T23:22:59.545Z | [ recovery-image] Dec 20 23:22:58.305 INFO O| Dec 20 23:22:58.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4945 | 2024-12-20T23:22:59.545Z | [ recovery-image] Dec 20 23:22:58.305 INFO O| Dec 20 23:22:58.305 INFO STEP 200 (remove_files) COMPLETE |
4946 | 2024-12-20T23:22:59.545Z | [ recovery-image] Dec 20 23:22:58.305 INFO O| Dec 20 23:22:58.305 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-12-20T23:22:59.604Z | [ recovery-image] Dec 20 23:22:58.364 INFO O| Dec 20 23:22:58.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4948 | 2024-12-20T23:22:59.604Z | [ recovery-image] Dec 20 23:22:58.364 INFO O| Dec 20 23:22:58.364 INFO STEP 201 (remove_files) COMPLETE |
4949 | 2024-12-20T23:22:59.604Z | [ recovery-image] Dec 20 23:22:58.364 INFO O| Dec 20 23:22:58.364 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-12-20T23:22:59.626Z | [ recovery-image] Dec 20 23:22:58.385 INFO O| Dec 20 23:22:58.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4951 | 2024-12-20T23:22:59.626Z | [ recovery-image] Dec 20 23:22:58.385 INFO O| Dec 20 23:22:58.385 INFO STEP 202 (remove_files) COMPLETE |
4952 | 2024-12-20T23:22:59.628Z | [ recovery-image] Dec 20 23:22:58.385 INFO O| Dec 20 23:22:58.385 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-12-20T23:22:59.647Z | [ recovery-image] Dec 20 23:22:58.407 INFO O| Dec 20 23:22:58.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4954 | 2024-12-20T23:22:59.647Z | [ recovery-image] Dec 20 23:22:58.407 INFO O| Dec 20 23:22:58.407 INFO STEP 203 (remove_files) COMPLETE |
4955 | 2024-12-20T23:22:59.647Z | [ recovery-image] Dec 20 23:22:58.407 INFO O| Dec 20 23:22:58.407 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-12-20T23:22:59.703Z | [ recovery-image] Dec 20 23:22:58.463 INFO O| Dec 20 23:22:58.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4957 | 2024-12-20T23:22:59.703Z | [ recovery-image] Dec 20 23:22:58.463 INFO O| Dec 20 23:22:58.463 INFO STEP 204 (remove_files) COMPLETE |
4958 | 2024-12-20T23:22:59.703Z | [ recovery-image] Dec 20 23:22:58.463 INFO O| Dec 20 23:22:58.463 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-12-20T23:22:59.755Z | [ recovery-image] Dec 20 23:22:58.516 INFO O| Dec 20 23:22:58.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4960 | 2024-12-20T23:22:59.755Z | [ recovery-image] Dec 20 23:22:58.516 INFO O| Dec 20 23:22:58.516 INFO STEP 205 (remove_files) COMPLETE |
4961 | 2024-12-20T23:22:59.755Z | [ recovery-image] Dec 20 23:22:58.516 INFO O| Dec 20 23:22:58.516 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-12-20T23:22:59.777Z | [ recovery-image] Dec 20 23:22:58.537 INFO O| Dec 20 23:22:58.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4963 | 2024-12-20T23:22:59.777Z | [ recovery-image] Dec 20 23:22:58.538 INFO O| Dec 20 23:22:58.538 INFO STEP 206 (remove_files) COMPLETE |
4964 | 2024-12-20T23:22:59.777Z | [ recovery-image] Dec 20 23:22:58.538 INFO O| Dec 20 23:22:58.538 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-12-20T23:22:59.817Z | [ recovery-image] Dec 20 23:22:58.578 INFO O| Dec 20 23:22:58.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4966 | 2024-12-20T23:22:59.817Z | [ recovery-image] Dec 20 23:22:58.578 INFO O| Dec 20 23:22:58.578 INFO STEP 207 (remove_files) COMPLETE |
4967 | 2024-12-20T23:22:59.820Z | [ recovery-image] Dec 20 23:22:58.578 INFO O| Dec 20 23:22:58.578 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-12-20T23:22:59.837Z | [ recovery-image] Dec 20 23:22:58.597 INFO O| Dec 20 23:22:58.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4969 | 2024-12-20T23:22:59.837Z | [ recovery-image] Dec 20 23:22:58.597 INFO O| Dec 20 23:22:58.597 INFO STEP 208 (remove_files) COMPLETE |
4970 | 2024-12-20T23:22:59.837Z | [ recovery-image] Dec 20 23:22:58.597 INFO O| Dec 20 23:22:58.597 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-12-20T23:22:59.872Z | [ recovery-image] Dec 20 23:22:58.631 INFO O| Dec 20 23:22:58.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4972 | 2024-12-20T23:22:59.875Z | [ recovery-image] Dec 20 23:22:58.631 INFO O| Dec 20 23:22:58.631 INFO STEP 209 (remove_files) COMPLETE |
4973 | 2024-12-20T23:22:59.875Z | [ recovery-image] Dec 20 23:22:58.632 INFO O| Dec 20 23:22:58.632 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-12-20T23:22:59.891Z | [ recovery-image] Dec 20 23:22:58.651 INFO O| Dec 20 23:22:58.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4975 | 2024-12-20T23:22:59.891Z | [ recovery-image] Dec 20 23:22:58.651 INFO O| Dec 20 23:22:58.651 INFO STEP 210 (remove_files) COMPLETE |
4976 | 2024-12-20T23:22:59.891Z | [ recovery-image] Dec 20 23:22:58.651 INFO O| Dec 20 23:22:58.651 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-12-20T23:22:59.927Z | [ recovery-image] Dec 20 23:22:58.687 INFO O| Dec 20 23:22:58.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4978 | 2024-12-20T23:22:59.927Z | [ recovery-image] Dec 20 23:22:58.687 INFO O| Dec 20 23:22:58.687 INFO STEP 211 (remove_files) COMPLETE |
4979 | 2024-12-20T23:22:59.927Z | [ recovery-image] Dec 20 23:22:58.687 INFO O| Dec 20 23:22:58.687 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-12-20T23:22:59.953Z | [ recovery-image] Dec 20 23:22:58.713 INFO O| Dec 20 23:22:58.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4981 | 2024-12-20T23:22:59.953Z | [ recovery-image] Dec 20 23:22:58.713 INFO O| Dec 20 23:22:58.713 INFO STEP 212 (remove_files) COMPLETE |
4982 | 2024-12-20T23:22:59.953Z | [ recovery-image] Dec 20 23:22:58.713 INFO O| Dec 20 23:22:58.713 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-12-20T23:22:59.973Z | [ recovery-image] Dec 20 23:22:58.733 INFO O| Dec 20 23:22:58.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4984 | 2024-12-20T23:22:59.973Z | [ recovery-image] Dec 20 23:22:58.733 INFO O| Dec 20 23:22:58.733 INFO STEP 213 (remove_files) COMPLETE |
4985 | 2024-12-20T23:22:59.973Z | [ recovery-image] Dec 20 23:22:58.733 INFO O| Dec 20 23:22:58.733 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-12-20T23:22:59.991Z | [ recovery-image] Dec 20 23:22:58.751 INFO O| Dec 20 23:22:58.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4987 | 2024-12-20T23:22:59.991Z | [ recovery-image] Dec 20 23:22:58.751 INFO O| Dec 20 23:22:58.751 INFO STEP 214 (remove_files) COMPLETE |
4988 | 2024-12-20T23:22:59.993Z | [ recovery-image] Dec 20 23:22:58.751 INFO O| Dec 20 23:22:58.751 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-12-20T23:23:00.012Z | [ recovery-image] Dec 20 23:22:58.770 INFO O| Dec 20 23:22:58.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4990 | 2024-12-20T23:23:00.012Z | [ recovery-image] Dec 20 23:22:58.770 INFO O| Dec 20 23:22:58.770 INFO STEP 215 (remove_files) COMPLETE |
4991 | 2024-12-20T23:23:00.012Z | [ recovery-image] Dec 20 23:22:58.770 INFO O| Dec 20 23:22:58.770 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-12-20T23:23:00.029Z | [ recovery-image] Dec 20 23:22:58.789 INFO O| Dec 20 23:22:58.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4993 | 2024-12-20T23:23:00.029Z | [ recovery-image] Dec 20 23:22:58.789 INFO O| Dec 20 23:22:58.789 INFO STEP 216 (remove_files) COMPLETE |
4994 | 2024-12-20T23:23:00.030Z | [ recovery-image] Dec 20 23:22:58.789 INFO O| Dec 20 23:22:58.789 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-12-20T23:23:00.048Z | [ recovery-image] Dec 20 23:22:58.808 INFO O| Dec 20 23:22:58.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4996 | 2024-12-20T23:23:00.048Z | [ recovery-image] Dec 20 23:22:58.808 INFO O| Dec 20 23:22:58.808 INFO STEP 217 (remove_files) COMPLETE |
4997 | 2024-12-20T23:23:00.051Z | [ recovery-image] Dec 20 23:22:58.808 INFO O| Dec 20 23:22:58.808 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-12-20T23:23:00.109Z | [ recovery-image] Dec 20 23:22:58.868 INFO O| Dec 20 23:22:58.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4999 | 2024-12-20T23:23:00.109Z | [ recovery-image] Dec 20 23:22:58.868 INFO O| Dec 20 23:22:58.868 INFO STEP 218 (remove_files) COMPLETE |
5000 | 2024-12-20T23:23:00.112Z | [ recovery-image] Dec 20 23:22:58.868 INFO O| Dec 20 23:22:58.868 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-12-20T23:23:00.188Z | [ recovery-image] Dec 20 23:22:58.948 INFO O| Dec 20 23:22:58.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
5002 | 2024-12-20T23:23:00.191Z | [ recovery-image] Dec 20 23:22:58.948 INFO O| Dec 20 23:22:58.948 INFO STEP 219 (remove_files) COMPLETE |
5003 | 2024-12-20T23:23:00.191Z | [ recovery-image] Dec 20 23:22:58.949 INFO O| Dec 20 23:22:58.948 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-12-20T23:23:00.209Z | [ recovery-image] Dec 20 23:22:58.969 INFO O| Dec 20 23:22:58.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5005 | 2024-12-20T23:23:00.211Z | [ recovery-image] Dec 20 23:22:58.969 INFO O| Dec 20 23:22:58.969 INFO STEP 220 (remove_files) COMPLETE |
5006 | 2024-12-20T23:23:00.211Z | [ recovery-image] Dec 20 23:22:58.969 INFO O| Dec 20 23:22:58.969 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-12-20T23:23:00.230Z | [ recovery-image] Dec 20 23:22:58.989 INFO O| Dec 20 23:22:58.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5008 | 2024-12-20T23:23:00.232Z | [ recovery-image] Dec 20 23:22:58.989 INFO O| Dec 20 23:22:58.989 INFO STEP 221 (remove_files) COMPLETE |
5009 | 2024-12-20T23:23:00.232Z | [ recovery-image] Dec 20 23:22:58.989 INFO O| Dec 20 23:22:58.989 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-12-20T23:23:00.271Z | [ recovery-image] Dec 20 23:22:59.026 INFO O| Dec 20 23:22:59.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5011 | 2024-12-20T23:23:00.271Z | [ recovery-image] Dec 20 23:22:59.026 INFO O| Dec 20 23:22:59.026 INFO STEP 222 (remove_files) COMPLETE |
5012 | 2024-12-20T23:23:00.271Z | [ recovery-image] Dec 20 23:22:59.026 INFO O| Dec 20 23:22:59.026 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-12-20T23:23:00.317Z | [ recovery-image] Dec 20 23:22:59.077 INFO O| Dec 20 23:22:59.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5014 | 2024-12-20T23:23:00.317Z | [ recovery-image] Dec 20 23:22:59.077 INFO O| Dec 20 23:22:59.077 INFO STEP 223 (remove_files) COMPLETE |
5015 | 2024-12-20T23:23:00.317Z | [ recovery-image] Dec 20 23:22:59.077 INFO O| Dec 20 23:22:59.077 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-12-20T23:23:00.352Z | [ recovery-image] Dec 20 23:22:59.112 INFO O| Dec 20 23:22:59.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5017 | 2024-12-20T23:23:00.352Z | [ recovery-image] Dec 20 23:22:59.112 INFO O| Dec 20 23:22:59.112 INFO STEP 224 (remove_files) COMPLETE |
5018 | 2024-12-20T23:23:00.352Z | [ recovery-image] Dec 20 23:22:59.112 INFO O| Dec 20 23:22:59.112 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-12-20T23:23:00.373Z | [ recovery-image] Dec 20 23:22:59.134 INFO O| Dec 20 23:22:59.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5020 | 2024-12-20T23:23:00.373Z | [ recovery-image] Dec 20 23:22:59.134 INFO O| Dec 20 23:22:59.134 INFO STEP 225 (remove_files) COMPLETE |
5021 | 2024-12-20T23:23:00.373Z | [ recovery-image] Dec 20 23:22:59.134 INFO O| Dec 20 23:22:59.134 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-12-20T23:23:00.401Z | [ recovery-image] Dec 20 23:22:59.162 INFO O| Dec 20 23:22:59.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5023 | 2024-12-20T23:23:00.401Z | [ recovery-image] Dec 20 23:22:59.162 INFO O| Dec 20 23:22:59.162 INFO STEP 226 (remove_files) COMPLETE |
5024 | 2024-12-20T23:23:00.402Z | [ recovery-image] Dec 20 23:22:59.162 INFO O| Dec 20 23:22:59.162 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-12-20T23:23:00.437Z | [ recovery-image] Dec 20 23:22:59.198 INFO O| Dec 20 23:22:59.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5026 | 2024-12-20T23:23:00.437Z | [ recovery-image] Dec 20 23:22:59.198 INFO O| Dec 20 23:22:59.198 INFO STEP 227 (remove_files) COMPLETE |
5027 | 2024-12-20T23:23:00.437Z | [ recovery-image] Dec 20 23:22:59.198 INFO O| Dec 20 23:22:59.198 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-12-20T23:23:00.500Z | [ recovery-image] Dec 20 23:22:59.261 INFO O| Dec 20 23:22:59.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5029 | 2024-12-20T23:23:00.501Z | [ recovery-image] Dec 20 23:22:59.261 INFO O| Dec 20 23:22:59.261 INFO STEP 228 (remove_files) COMPLETE |
5030 | 2024-12-20T23:23:00.501Z | [ recovery-image] Dec 20 23:22:59.261 INFO O| Dec 20 23:22:59.261 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-12-20T23:23:00.521Z | [ recovery-image] Dec 20 23:22:59.282 INFO O| Dec 20 23:22:59.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5032 | 2024-12-20T23:23:00.521Z | [ recovery-image] Dec 20 23:22:59.282 INFO O| Dec 20 23:22:59.282 INFO STEP 229 (remove_files) COMPLETE |
5033 | 2024-12-20T23:23:00.524Z | [ recovery-image] Dec 20 23:22:59.282 INFO O| Dec 20 23:22:59.282 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-12-20T23:23:00.542Z | [ recovery-image] Dec 20 23:22:59.302 INFO O| Dec 20 23:22:59.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5035 | 2024-12-20T23:23:00.542Z | [ recovery-image] Dec 20 23:22:59.302 INFO O| Dec 20 23:22:59.302 INFO STEP 230 (remove_files) COMPLETE |
5036 | 2024-12-20T23:23:00.545Z | [ recovery-image] Dec 20 23:22:59.302 INFO O| Dec 20 23:22:59.302 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-12-20T23:23:00.579Z | [ recovery-image] Dec 20 23:22:59.339 INFO O| Dec 20 23:22:59.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5038 | 2024-12-20T23:23:00.579Z | [ recovery-image] Dec 20 23:22:59.339 INFO O| Dec 20 23:22:59.339 INFO STEP 231 (remove_files) COMPLETE |
5039 | 2024-12-20T23:23:00.579Z | [ recovery-image] Dec 20 23:22:59.339 INFO O| Dec 20 23:22:59.339 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-12-20T23:23:00.602Z | [ recovery-image] Dec 20 23:22:59.362 INFO O| Dec 20 23:22:59.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5041 | 2024-12-20T23:23:00.602Z | [ recovery-image] Dec 20 23:22:59.362 INFO O| Dec 20 23:22:59.362 INFO STEP 232 (remove_files) COMPLETE |
5042 | 2024-12-20T23:23:00.603Z | [ recovery-image] Dec 20 23:22:59.362 INFO O| Dec 20 23:22:59.362 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-12-20T23:23:00.647Z | [ recovery-image] Dec 20 23:22:59.406 INFO O| Dec 20 23:22:59.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5044 | 2024-12-20T23:23:00.650Z | [ recovery-image] Dec 20 23:22:59.406 INFO O| Dec 20 23:22:59.406 INFO STEP 233 (remove_files) COMPLETE |
5045 | 2024-12-20T23:23:00.650Z | [ recovery-image] Dec 20 23:22:59.406 INFO O| Dec 20 23:22:59.406 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-12-20T23:23:00.668Z | [ recovery-image] Dec 20 23:22:59.428 INFO O| Dec 20 23:22:59.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5047 | 2024-12-20T23:23:00.671Z | [ recovery-image] Dec 20 23:22:59.428 INFO O| Dec 20 23:22:59.428 INFO STEP 234 (remove_files) COMPLETE |
5048 | 2024-12-20T23:23:00.671Z | [ recovery-image] Dec 20 23:22:59.428 INFO O| Dec 20 23:22:59.428 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-12-20T23:23:00.693Z | [ recovery-image] Dec 20 23:22:59.453 INFO O| Dec 20 23:22:59.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5050 | 2024-12-20T23:23:00.693Z | [ recovery-image] Dec 20 23:22:59.453 INFO O| Dec 20 23:22:59.453 INFO STEP 235 (remove_files) COMPLETE |
5051 | 2024-12-20T23:23:00.693Z | [ recovery-image] Dec 20 23:22:59.453 INFO O| Dec 20 23:22:59.453 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-12-20T23:23:00.734Z | [ recovery-image] Dec 20 23:22:59.494 INFO O| Dec 20 23:22:59.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5053 | 2024-12-20T23:23:00.734Z | [ recovery-image] Dec 20 23:22:59.494 INFO O| Dec 20 23:22:59.494 INFO STEP 236 (remove_files) COMPLETE |
5054 | 2024-12-20T23:23:00.734Z | [ recovery-image] Dec 20 23:22:59.494 INFO O| Dec 20 23:22:59.494 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-12-20T23:23:00.756Z | [ recovery-image] Dec 20 23:22:59.516 INFO O| Dec 20 23:22:59.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5056 | 2024-12-20T23:23:00.756Z | [ recovery-image] Dec 20 23:22:59.516 INFO O| Dec 20 23:22:59.516 INFO STEP 237 (remove_files) COMPLETE |
5057 | 2024-12-20T23:23:00.756Z | [ recovery-image] Dec 20 23:22:59.516 INFO O| Dec 20 23:22:59.516 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-12-20T23:23:00.776Z | [ recovery-image] Dec 20 23:22:59.535 INFO O| Dec 20 23:22:59.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5059 | 2024-12-20T23:23:00.776Z | [ recovery-image] Dec 20 23:22:59.535 INFO O| Dec 20 23:22:59.535 INFO STEP 238 (remove_files) COMPLETE |
5060 | 2024-12-20T23:23:00.776Z | [ recovery-image] Dec 20 23:22:59.536 INFO O| Dec 20 23:22:59.535 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-12-20T23:23:00.806Z | [ recovery-image] Dec 20 23:22:59.566 INFO O| Dec 20 23:22:59.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5062 | 2024-12-20T23:23:00.809Z | [ recovery-image] Dec 20 23:22:59.566 INFO O| Dec 20 23:22:59.566 INFO STEP 239 (remove_files) COMPLETE |
5063 | 2024-12-20T23:23:00.809Z | [ recovery-image] Dec 20 23:22:59.567 INFO O| Dec 20 23:22:59.566 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-12-20T23:23:00.827Z | [ recovery-image] Dec 20 23:22:59.588 INFO O| Dec 20 23:22:59.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5065 | 2024-12-20T23:23:00.829Z | [ recovery-image] Dec 20 23:22:59.588 INFO O| Dec 20 23:22:59.588 INFO STEP 240 (remove_files) COMPLETE |
5066 | 2024-12-20T23:23:00.829Z | [ recovery-image] Dec 20 23:22:59.588 INFO O| Dec 20 23:22:59.588 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-12-20T23:23:00.848Z | [ recovery-image] Dec 20 23:22:59.609 INFO O| Dec 20 23:22:59.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5068 | 2024-12-20T23:23:00.851Z | [ recovery-image] Dec 20 23:22:59.609 INFO O| Dec 20 23:22:59.609 INFO STEP 241 (remove_files) COMPLETE |
5069 | 2024-12-20T23:23:00.851Z | [ recovery-image] Dec 20 23:22:59.609 INFO O| Dec 20 23:22:59.609 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-12-20T23:23:00.866Z | [ recovery-image] Dec 20 23:22:59.627 INFO O| Dec 20 23:22:59.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5071 | 2024-12-20T23:23:00.869Z | [ recovery-image] Dec 20 23:22:59.627 INFO O| Dec 20 23:22:59.627 INFO STEP 242 (remove_files) COMPLETE |
5072 | 2024-12-20T23:23:00.869Z | [ recovery-image] Dec 20 23:22:59.627 INFO O| Dec 20 23:22:59.627 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-12-20T23:23:00.884Z | [ recovery-image] Dec 20 23:22:59.645 INFO O| Dec 20 23:22:59.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5074 | 2024-12-20T23:23:00.887Z | [ recovery-image] Dec 20 23:22:59.645 INFO O| Dec 20 23:22:59.645 INFO STEP 243 (remove_files) COMPLETE |
5075 | 2024-12-20T23:23:00.887Z | [ recovery-image] Dec 20 23:22:59.645 INFO O| Dec 20 23:22:59.645 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-12-20T23:23:00.920Z | [ recovery-image] Dec 20 23:22:59.680 INFO O| Dec 20 23:22:59.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5077 | 2024-12-20T23:23:00.923Z | [ recovery-image] Dec 20 23:22:59.680 INFO O| Dec 20 23:22:59.680 INFO STEP 244 (remove_files) COMPLETE |
5078 | 2024-12-20T23:23:00.923Z | [ recovery-image] Dec 20 23:22:59.680 INFO O| Dec 20 23:22:59.680 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2024-12-20T23:23:00.939Z | [ recovery-image] Dec 20 23:22:59.699 INFO O| Dec 20 23:22:59.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5080 | 2024-12-20T23:23:00.939Z | [ recovery-image] Dec 20 23:22:59.699 INFO O| Dec 20 23:22:59.699 INFO STEP 245 (remove_files) COMPLETE |
5081 | 2024-12-20T23:23:00.942Z | [ recovery-image] Dec 20 23:22:59.699 INFO O| Dec 20 23:22:59.699 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-12-20T23:23:00.959Z | [ recovery-image] Dec 20 23:22:59.719 INFO O| Dec 20 23:22:59.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5083 | 2024-12-20T23:23:00.962Z | [ recovery-image] Dec 20 23:22:59.720 INFO O| Dec 20 23:22:59.720 INFO STEP 246 (remove_files) COMPLETE |
5084 | 2024-12-20T23:23:00.962Z | [ recovery-image] Dec 20 23:22:59.720 INFO O| Dec 20 23:22:59.720 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-12-20T23:23:00.986Z | [ recovery-image] Dec 20 23:22:59.745 INFO O| Dec 20 23:22:59.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5086 | 2024-12-20T23:23:00.986Z | [ recovery-image] Dec 20 23:22:59.745 INFO O| Dec 20 23:22:59.745 INFO STEP 247 (remove_files) COMPLETE |
5087 | 2024-12-20T23:23:00.986Z | [ recovery-image] Dec 20 23:22:59.745 INFO O| Dec 20 23:22:59.745 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-12-20T23:23:01.009Z | [ recovery-image] Dec 20 23:22:59.769 INFO O| Dec 20 23:22:59.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5089 | 2024-12-20T23:23:01.009Z | [ recovery-image] Dec 20 23:22:59.769 INFO O| Dec 20 23:22:59.769 INFO STEP 248 (remove_files) COMPLETE |
5090 | 2024-12-20T23:23:01.009Z | [ recovery-image] Dec 20 23:22:59.769 INFO O| Dec 20 23:22:59.769 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-12-20T23:23:01.070Z | [ recovery-image] Dec 20 23:22:59.830 INFO O| Dec 20 23:22:59.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5092 | 2024-12-20T23:23:01.070Z | [ recovery-image] Dec 20 23:22:59.830 INFO O| Dec 20 23:22:59.830 INFO STEP 249 (remove_files) COMPLETE |
5093 | 2024-12-20T23:23:01.073Z | [ recovery-image] Dec 20 23:22:59.830 INFO O| Dec 20 23:22:59.830 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-12-20T23:23:01.092Z | [ recovery-image] Dec 20 23:22:59.851 INFO O| Dec 20 23:22:59.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5095 | 2024-12-20T23:23:01.092Z | [ recovery-image] Dec 20 23:22:59.852 INFO O| Dec 20 23:22:59.851 INFO STEP 250 (remove_files) COMPLETE |
5096 | 2024-12-20T23:23:01.092Z | [ recovery-image] Dec 20 23:22:59.852 INFO O| Dec 20 23:22:59.852 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-12-20T23:23:01.117Z | [ recovery-image] Dec 20 23:22:59.877 INFO O| Dec 20 23:22:59.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5098 | 2024-12-20T23:23:01.137Z | [ recovery-image] Dec 20 23:22:59.897 INFO O| Dec 20 23:22:59.897 INFO STEP 251 (remove_files) COMPLETE |
5099 | 2024-12-20T23:23:01.137Z | [ recovery-image] Dec 20 23:22:59.897 INFO O| Dec 20 23:22:59.897 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-12-20T23:23:01.169Z | [ recovery-image] Dec 20 23:22:59.929 INFO O| Dec 20 23:22:59.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5101 | 2024-12-20T23:23:01.169Z | [ recovery-image] Dec 20 23:22:59.929 INFO O| Dec 20 23:22:59.929 INFO STEP 252 (remove_files) COMPLETE |
5102 | 2024-12-20T23:23:01.169Z | [ recovery-image] Dec 20 23:22:59.929 INFO O| Dec 20 23:22:59.929 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-12-20T23:23:01.208Z | [ recovery-image] Dec 20 23:22:59.968 INFO O| Dec 20 23:22:59.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5104 | 2024-12-20T23:23:01.208Z | [ recovery-image] Dec 20 23:22:59.968 INFO O| Dec 20 23:22:59.968 INFO STEP 253 (remove_files) COMPLETE |
5105 | 2024-12-20T23:23:01.208Z | [ recovery-image] Dec 20 23:22:59.968 INFO O| Dec 20 23:22:59.968 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-12-20T23:23:01.226Z | [ recovery-image] Dec 20 23:22:59.986 INFO O| Dec 20 23:22:59.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5107 | 2024-12-20T23:23:01.226Z | [ recovery-image] Dec 20 23:22:59.986 INFO O| Dec 20 23:22:59.986 INFO STEP 254 (remove_files) COMPLETE |
5108 | 2024-12-20T23:23:01.226Z | [ recovery-image] Dec 20 23:22:59.986 INFO O| Dec 20 23:22:59.986 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-12-20T23:23:01.263Z | [ recovery-image] Dec 20 23:23:00.023 INFO O| Dec 20 23:23:00.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5110 | 2024-12-20T23:23:01.263Z | [ recovery-image] Dec 20 23:23:00.023 INFO O| Dec 20 23:23:00.023 INFO STEP 255 (remove_files) COMPLETE |
5111 | 2024-12-20T23:23:01.263Z | [ recovery-image] Dec 20 23:23:00.023 INFO O| Dec 20 23:23:00.023 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-12-20T23:23:01.284Z | [ recovery-image] Dec 20 23:23:00.043 INFO O| Dec 20 23:23:00.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5113 | 2024-12-20T23:23:01.284Z | [ recovery-image] Dec 20 23:23:00.043 INFO O| Dec 20 23:23:00.043 INFO STEP 256 (remove_files) COMPLETE |
5114 | 2024-12-20T23:23:01.287Z | [ recovery-image] Dec 20 23:23:00.043 INFO O| Dec 20 23:23:00.043 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2024-12-20T23:23:01.302Z | [ recovery-image] Dec 20 23:23:00.062 INFO O| Dec 20 23:23:00.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5116 | 2024-12-20T23:23:01.307Z | [ recovery-image] Dec 20 23:23:00.062 INFO O| Dec 20 23:23:00.062 INFO STEP 257 (remove_files) COMPLETE |
5117 | 2024-12-20T23:23:01.307Z | [ recovery-image] Dec 20 23:23:00.062 INFO O| Dec 20 23:23:00.062 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-12-20T23:23:01.322Z | [ recovery-image] Dec 20 23:23:00.081 INFO O| Dec 20 23:23:00.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5119 | 2024-12-20T23:23:01.325Z | [ recovery-image] Dec 20 23:23:00.081 INFO O| Dec 20 23:23:00.081 INFO STEP 258 (remove_files) COMPLETE |
5120 | 2024-12-20T23:23:01.325Z | [ recovery-image] Dec 20 23:23:00.081 INFO O| Dec 20 23:23:00.081 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-12-20T23:23:01.340Z | [ recovery-image] Dec 20 23:23:00.100 INFO O| Dec 20 23:23:00.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5122 | 2024-12-20T23:23:01.342Z | [ recovery-image] Dec 20 23:23:00.100 INFO O| Dec 20 23:23:00.100 INFO STEP 259 (remove_files) COMPLETE |
5123 | 2024-12-20T23:23:01.342Z | [ recovery-image] Dec 20 23:23:00.100 INFO O| Dec 20 23:23:00.100 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-12-20T23:23:01.359Z | [ recovery-image] Dec 20 23:23:00.119 INFO O| Dec 20 23:23:00.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5125 | 2024-12-20T23:23:01.359Z | [ recovery-image] Dec 20 23:23:00.119 INFO O| Dec 20 23:23:00.119 INFO STEP 260 (remove_files) COMPLETE |
5126 | 2024-12-20T23:23:01.359Z | [ recovery-image] Dec 20 23:23:00.119 INFO O| Dec 20 23:23:00.119 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-12-20T23:23:01.386Z | [ recovery-image] Dec 20 23:23:00.146 INFO O| Dec 20 23:23:00.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5128 | 2024-12-20T23:23:01.386Z | [ recovery-image] Dec 20 23:23:00.146 INFO O| Dec 20 23:23:00.146 INFO STEP 261 (remove_files) COMPLETE |
5129 | 2024-12-20T23:23:01.386Z | [ recovery-image] Dec 20 23:23:00.146 INFO O| Dec 20 23:23:00.146 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-12-20T23:23:01.410Z | [ recovery-image] Dec 20 23:23:00.170 INFO O| Dec 20 23:23:00.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5131 | 2024-12-20T23:23:01.410Z | [ recovery-image] Dec 20 23:23:00.170 INFO O| Dec 20 23:23:00.170 INFO STEP 262 (remove_files) COMPLETE |
5132 | 2024-12-20T23:23:01.414Z | [ recovery-image] Dec 20 23:23:00.170 INFO O| Dec 20 23:23:00.170 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-12-20T23:23:01.430Z | [ recovery-image] Dec 20 23:23:00.190 INFO O| Dec 20 23:23:00.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5134 | 2024-12-20T23:23:01.430Z | [ recovery-image] Dec 20 23:23:00.190 INFO O| Dec 20 23:23:00.190 INFO STEP 263 (remove_files) COMPLETE |
5135 | 2024-12-20T23:23:01.430Z | [ recovery-image] Dec 20 23:23:00.190 INFO O| Dec 20 23:23:00.190 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-12-20T23:23:01.489Z | [ recovery-image] Dec 20 23:23:00.249 INFO O| Dec 20 23:23:00.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5137 | 2024-12-20T23:23:01.489Z | [ recovery-image] Dec 20 23:23:00.250 INFO O| Dec 20 23:23:00.250 INFO STEP 264 (remove_files) COMPLETE |
5138 | 2024-12-20T23:23:01.489Z | [ recovery-image] Dec 20 23:23:00.250 INFO O| Dec 20 23:23:00.250 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-12-20T23:23:01.527Z | [ recovery-image] Dec 20 23:23:00.286 INFO O| Dec 20 23:23:00.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5140 | 2024-12-20T23:23:01.527Z | [ recovery-image] Dec 20 23:23:00.286 INFO O| Dec 20 23:23:00.286 INFO STEP 265 (remove_files) COMPLETE |
5141 | 2024-12-20T23:23:01.527Z | [ recovery-image] Dec 20 23:23:00.286 INFO O| Dec 20 23:23:00.286 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-12-20T23:23:01.546Z | [ recovery-image] Dec 20 23:23:00.306 INFO O| Dec 20 23:23:00.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5143 | 2024-12-20T23:23:01.549Z | [ recovery-image] Dec 20 23:23:00.306 INFO O| Dec 20 23:23:00.306 INFO STEP 266 (remove_files) COMPLETE |
5144 | 2024-12-20T23:23:01.549Z | [ recovery-image] Dec 20 23:23:00.307 INFO O| Dec 20 23:23:00.306 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-12-20T23:23:01.567Z | [ recovery-image] Dec 20 23:23:00.327 INFO O| Dec 20 23:23:00.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5146 | 2024-12-20T23:23:01.570Z | [ recovery-image] Dec 20 23:23:00.327 INFO O| Dec 20 23:23:00.327 INFO STEP 267 (remove_files) COMPLETE |
5147 | 2024-12-20T23:23:01.570Z | [ recovery-image] Dec 20 23:23:00.327 INFO O| Dec 20 23:23:00.327 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-12-20T23:23:01.586Z | [ recovery-image] Dec 20 23:23:00.345 INFO O| Dec 20 23:23:00.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5149 | 2024-12-20T23:23:01.589Z | [ recovery-image] Dec 20 23:23:00.346 INFO O| Dec 20 23:23:00.346 INFO STEP 268 (remove_files) COMPLETE |
5150 | 2024-12-20T23:23:01.590Z | [ recovery-image] Dec 20 23:23:00.346 INFO O| Dec 20 23:23:00.346 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-12-20T23:23:01.605Z | [ recovery-image] Dec 20 23:23:00.365 INFO O| Dec 20 23:23:00.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5152 | 2024-12-20T23:23:01.605Z | [ recovery-image] Dec 20 23:23:00.365 INFO O| Dec 20 23:23:00.365 INFO STEP 269 (remove_files) COMPLETE |
5153 | 2024-12-20T23:23:01.605Z | [ recovery-image] Dec 20 23:23:00.365 INFO O| Dec 20 23:23:00.365 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5154 | 2024-12-20T23:23:01.626Z | [ recovery-image] Dec 20 23:23:00.386 INFO O| Dec 20 23:23:00.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5155 | 2024-12-20T23:23:01.626Z | [ recovery-image] Dec 20 23:23:00.386 INFO O| Dec 20 23:23:00.386 INFO STEP 270 (remove_files) COMPLETE |
5156 | 2024-12-20T23:23:01.626Z | [ recovery-image] Dec 20 23:23:00.386 INFO O| Dec 20 23:23:00.386 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5157 | 2024-12-20T23:23:01.648Z | [ recovery-image] Dec 20 23:23:00.405 INFO O| Dec 20 23:23:00.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5158 | 2024-12-20T23:23:01.648Z | [ recovery-image] Dec 20 23:23:00.405 INFO O| Dec 20 23:23:00.405 INFO STEP 271 (remove_files) COMPLETE |
5159 | 2024-12-20T23:23:01.648Z | [ recovery-image] Dec 20 23:23:00.405 INFO O| Dec 20 23:23:00.405 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5160 | 2024-12-20T23:23:01.680Z | [ recovery-image] Dec 20 23:23:00.425 INFO O| Dec 20 23:23:00.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5161 | 2024-12-20T23:23:01.680Z | [ recovery-image] Dec 20 23:23:00.426 INFO O| Dec 20 23:23:00.425 INFO STEP 272 (remove_files) COMPLETE |
5162 | 2024-12-20T23:23:01.681Z | [ recovery-image] Dec 20 23:23:00.426 INFO O| Dec 20 23:23:00.426 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5163 | 2024-12-20T23:23:01.686Z | [ recovery-image] Dec 20 23:23:00.446 INFO O| Dec 20 23:23:00.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5164 | 2024-12-20T23:23:01.689Z | [ recovery-image] Dec 20 23:23:00.446 INFO O| Dec 20 23:23:00.446 INFO STEP 273 (remove_files) COMPLETE |
5165 | 2024-12-20T23:23:01.689Z | [ recovery-image] Dec 20 23:23:00.446 INFO O| Dec 20 23:23:00.446 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5166 | 2024-12-20T23:23:01.706Z | [ recovery-image] Dec 20 23:23:00.465 INFO O| Dec 20 23:23:00.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5167 | 2024-12-20T23:23:01.709Z | [ recovery-image] Dec 20 23:23:00.465 INFO O| Dec 20 23:23:00.465 INFO STEP 274 (remove_files) COMPLETE |
5168 | 2024-12-20T23:23:01.709Z | [ recovery-image] Dec 20 23:23:00.465 INFO O| Dec 20 23:23:00.465 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5169 | 2024-12-20T23:23:01.726Z | [ recovery-image] Dec 20 23:23:00.487 INFO O| Dec 20 23:23:00.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5170 | 2024-12-20T23:23:01.729Z | [ recovery-image] Dec 20 23:23:00.487 INFO O| Dec 20 23:23:00.487 INFO STEP 275 (remove_files) COMPLETE |
5171 | 2024-12-20T23:23:01.729Z | [ recovery-image] Dec 20 23:23:00.487 INFO O| Dec 20 23:23:00.487 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5172 | 2024-12-20T23:23:01.746Z | [ recovery-image] Dec 20 23:23:00.506 INFO O| Dec 20 23:23:00.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5173 | 2024-12-20T23:23:01.749Z | [ recovery-image] Dec 20 23:23:00.507 INFO O| Dec 20 23:23:00.507 INFO STEP 276 (remove_files) COMPLETE |
5174 | 2024-12-20T23:23:01.749Z | [ recovery-image] Dec 20 23:23:00.507 INFO O| Dec 20 23:23:00.507 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5175 | 2024-12-20T23:23:01.783Z | [ recovery-image] Dec 20 23:23:00.543 INFO O| Dec 20 23:23:00.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5176 | 2024-12-20T23:23:01.783Z | [ recovery-image] Dec 20 23:23:00.543 INFO O| Dec 20 23:23:00.543 INFO STEP 277 (remove_files) COMPLETE |
5177 | 2024-12-20T23:23:01.783Z | [ recovery-image] Dec 20 23:23:00.543 INFO O| Dec 20 23:23:00.543 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5178 | 2024-12-20T23:23:01.842Z | [ recovery-image] Dec 20 23:23:00.602 INFO O| Dec 20 23:23:00.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5179 | 2024-12-20T23:23:01.842Z | [ recovery-image] Dec 20 23:23:00.602 INFO O| Dec 20 23:23:00.602 INFO STEP 278 (remove_files) COMPLETE |
5180 | 2024-12-20T23:23:01.842Z | [ recovery-image] Dec 20 23:23:00.602 INFO O| Dec 20 23:23:00.602 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5181 | 2024-12-20T23:23:01.863Z | [ recovery-image] Dec 20 23:23:00.622 INFO O| Dec 20 23:23:00.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5182 | 2024-12-20T23:23:01.863Z | [ recovery-image] Dec 20 23:23:00.622 INFO O| Dec 20 23:23:00.622 INFO STEP 279 (remove_files) COMPLETE |
5183 | 2024-12-20T23:23:01.866Z | [ recovery-image] Dec 20 23:23:00.622 INFO O| Dec 20 23:23:00.622 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2024-12-20T23:23:01.898Z | [ recovery-image] Dec 20 23:23:00.658 INFO O| Dec 20 23:23:00.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5185 | 2024-12-20T23:23:01.898Z | [ recovery-image] Dec 20 23:23:00.658 INFO O| Dec 20 23:23:00.658 INFO STEP 280 (remove_files) COMPLETE |
5186 | 2024-12-20T23:23:01.898Z | [ recovery-image] Dec 20 23:23:00.658 INFO O| Dec 20 23:23:00.658 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5187 | 2024-12-20T23:23:01.943Z | [ recovery-image] Dec 20 23:23:00.703 INFO O| Dec 20 23:23:00.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5188 | 2024-12-20T23:23:01.943Z | [ recovery-image] Dec 20 23:23:00.703 INFO O| Dec 20 23:23:00.703 INFO STEP 281 (remove_files) COMPLETE |
5189 | 2024-12-20T23:23:01.943Z | [ recovery-image] Dec 20 23:23:00.703 INFO O| Dec 20 23:23:00.703 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5190 | 2024-12-20T23:23:01.967Z | [ recovery-image] Dec 20 23:23:00.727 INFO O| Dec 20 23:23:00.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5191 | 2024-12-20T23:23:01.970Z | [ recovery-image] Dec 20 23:23:00.727 INFO O| Dec 20 23:23:00.727 INFO STEP 282 (remove_files) COMPLETE |
5192 | 2024-12-20T23:23:01.970Z | [ recovery-image] Dec 20 23:23:00.727 INFO O| Dec 20 23:23:00.727 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-12-20T23:23:01.986Z | [ recovery-image] Dec 20 23:23:00.746 INFO O| Dec 20 23:23:00.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5194 | 2024-12-20T23:23:01.989Z | [ recovery-image] Dec 20 23:23:00.747 INFO O| Dec 20 23:23:00.746 INFO STEP 283 (remove_files) COMPLETE |
5195 | 2024-12-20T23:23:01.989Z | [ recovery-image] Dec 20 23:23:00.747 INFO O| Dec 20 23:23:00.747 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-12-20T23:23:02.014Z | [ recovery-image] Dec 20 23:23:00.774 INFO O| Dec 20 23:23:00.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5197 | 2024-12-20T23:23:02.017Z | [ recovery-image] Dec 20 23:23:00.774 INFO O| Dec 20 23:23:00.774 INFO STEP 284 (remove_files) COMPLETE |
5198 | 2024-12-20T23:23:02.017Z | [ recovery-image] Dec 20 23:23:00.774 INFO O| Dec 20 23:23:00.774 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-12-20T23:23:02.046Z | [ recovery-image] Dec 20 23:23:00.806 INFO O| Dec 20 23:23:00.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5200 | 2024-12-20T23:23:02.062Z | [ recovery-image] Dec 20 23:23:00.821 INFO O| Dec 20 23:23:00.821 INFO STEP 285 (remove_files) COMPLETE |
5201 | 2024-12-20T23:23:02.062Z | [ recovery-image] Dec 20 23:23:00.821 INFO O| Dec 20 23:23:00.821 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-12-20T23:23:02.100Z | [ recovery-image] Dec 20 23:23:00.860 INFO O| Dec 20 23:23:00.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5203 | 2024-12-20T23:23:02.100Z | [ recovery-image] Dec 20 23:23:00.860 INFO O| Dec 20 23:23:00.860 INFO STEP 286 (remove_files) COMPLETE |
5204 | 2024-12-20T23:23:02.100Z | [ recovery-image] Dec 20 23:23:00.860 INFO O| Dec 20 23:23:00.860 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-12-20T23:23:02.120Z | [ recovery-image] Dec 20 23:23:00.879 INFO O| Dec 20 23:23:00.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5206 | 2024-12-20T23:23:02.120Z | [ recovery-image] Dec 20 23:23:00.879 INFO O| Dec 20 23:23:00.879 INFO STEP 287 (remove_files) COMPLETE |
5207 | 2024-12-20T23:23:02.120Z | [ recovery-image] Dec 20 23:23:00.879 INFO O| Dec 20 23:23:00.879 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2024-12-20T23:23:02.128Z | [ host-image] Dec 20 23:23:00.888 INFO O| Dec 20 23:23:00.888 INFO O| Planning: Solver setup ... Done |
5209 | 2024-12-20T23:23:02.136Z | [ host-image] Dec 20 23:23:00.896 INFO O| Dec 20 23:23:00.895 INFO O| Planning: Running solver ... Done |
5210 | 2024-12-20T23:23:02.138Z | [ recovery-image] Dec 20 23:23:00.896 INFO O| Dec 20 23:23:00.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5211 | 2024-12-20T23:23:02.138Z | [ recovery-image] Dec 20 23:23:00.896 INFO O| Dec 20 23:23:00.896 INFO STEP 288 (remove_files) COMPLETE |
5212 | 2024-12-20T23:23:02.138Z | [ recovery-image] Dec 20 23:23:00.896 INFO O| Dec 20 23:23:00.896 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5213 | 2024-12-20T23:23:02.156Z | [ recovery-image] Dec 20 23:23:00.916 INFO O| Dec 20 23:23:00.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5214 | 2024-12-20T23:23:02.156Z | [ recovery-image] Dec 20 23:23:00.916 INFO O| Dec 20 23:23:00.916 INFO STEP 289 (remove_files) COMPLETE |
5215 | 2024-12-20T23:23:02.156Z | [ recovery-image] Dec 20 23:23:00.916 INFO O| Dec 20 23:23:00.916 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5216 | 2024-12-20T23:23:02.178Z | [ recovery-image] Dec 20 23:23:00.938 INFO O| Dec 20 23:23:00.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5217 | 2024-12-20T23:23:02.179Z | [ recovery-image] Dec 20 23:23:00.939 INFO O| Dec 20 23:23:00.939 INFO STEP 290 (remove_files) COMPLETE |
5218 | 2024-12-20T23:23:02.182Z | [ recovery-image] Dec 20 23:23:00.939 INFO O| Dec 20 23:23:00.939 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5219 | 2024-12-20T23:23:02.196Z | [ recovery-image] Dec 20 23:23:00.956 INFO O| Dec 20 23:23:00.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5220 | 2024-12-20T23:23:02.198Z | [ recovery-image] Dec 20 23:23:00.956 INFO O| Dec 20 23:23:00.956 INFO STEP 291 (remove_files) COMPLETE |
5221 | 2024-12-20T23:23:02.198Z | [ recovery-image] Dec 20 23:23:00.956 INFO O| Dec 20 23:23:00.956 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5222 | 2024-12-20T23:23:02.214Z | [ recovery-image] Dec 20 23:23:00.974 INFO O| Dec 20 23:23:00.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5223 | 2024-12-20T23:23:02.236Z | [ recovery-image] Dec 20 23:23:00.996 INFO O| Dec 20 23:23:00.996 INFO STEP 292 (remove_files) COMPLETE |
5224 | 2024-12-20T23:23:02.236Z | [ recovery-image] Dec 20 23:23:00.996 INFO O| Dec 20 23:23:00.996 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5225 | 2024-12-20T23:23:02.262Z | [ host-image] Dec 20 23:23:01.022 INFO O| Dec 20 23:23:01.022 INFO O| Planning: Finding local manifests ... Done |
5226 | 2024-12-20T23:23:02.265Z | [ host-image] Dec 20 23:23:01.025 INFO O| Dec 20 23:23:01.024 INFO O| Planning: Fetching manifests: 0/5 0% complete |
5227 | 2024-12-20T23:23:02.267Z | [ recovery-image] Dec 20 23:23:01.028 INFO O| Dec 20 23:23:01.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5228 | 2024-12-20T23:23:02.270Z | [ recovery-image] Dec 20 23:23:01.028 INFO O| Dec 20 23:23:01.028 INFO STEP 293 (remove_files) COMPLETE |
5229 | 2024-12-20T23:23:02.270Z | [ recovery-image] Dec 20 23:23:01.028 INFO O| Dec 20 23:23:01.028 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-12-20T23:23:02.286Z | [ recovery-image] Dec 20 23:23:01.045 INFO O| Dec 20 23:23:01.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5231 | 2024-12-20T23:23:02.291Z | [ recovery-image] Dec 20 23:23:01.046 INFO O| Dec 20 23:23:01.046 INFO STEP 294 (remove_files) COMPLETE |
5232 | 2024-12-20T23:23:02.291Z | [ recovery-image] Dec 20 23:23:01.046 INFO O| Dec 20 23:23:01.046 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-12-20T23:23:02.303Z | [ recovery-image] Dec 20 23:23:01.063 INFO O| Dec 20 23:23:01.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5234 | 2024-12-20T23:23:02.306Z | [ recovery-image] Dec 20 23:23:01.063 INFO O| Dec 20 23:23:01.063 INFO STEP 295 (remove_files) COMPLETE |
5235 | 2024-12-20T23:23:02.306Z | [ recovery-image] Dec 20 23:23:01.063 INFO O| Dec 20 23:23:01.063 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-12-20T23:23:02.339Z | [ recovery-image] Dec 20 23:23:01.099 INFO O| Dec 20 23:23:01.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5237 | 2024-12-20T23:23:02.339Z | [ recovery-image] Dec 20 23:23:01.099 INFO O| Dec 20 23:23:01.099 INFO STEP 296 (remove_files) COMPLETE |
5238 | 2024-12-20T23:23:02.342Z | [ recovery-image] Dec 20 23:23:01.099 INFO O| Dec 20 23:23:01.099 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2024-12-20T23:23:02.372Z | [ recovery-image] Dec 20 23:23:01.132 INFO O| Dec 20 23:23:01.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5240 | 2024-12-20T23:23:02.373Z | [ recovery-image] Dec 20 23:23:01.133 INFO O| Dec 20 23:23:01.133 INFO STEP 297 (remove_files) COMPLETE |
5241 | 2024-12-20T23:23:02.373Z | [ recovery-image] Dec 20 23:23:01.133 INFO O| Dec 20 23:23:01.133 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2024-12-20T23:23:02.392Z | [ recovery-image] Dec 20 23:23:01.152 INFO O| Dec 20 23:23:01.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5243 | 2024-12-20T23:23:02.392Z | [ recovery-image] Dec 20 23:23:01.152 INFO O| Dec 20 23:23:01.152 INFO STEP 298 (remove_files) COMPLETE |
5244 | 2024-12-20T23:23:02.392Z | [ recovery-image] Dec 20 23:23:01.152 INFO O| Dec 20 23:23:01.152 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2024-12-20T23:23:02.415Z | [ recovery-image] Dec 20 23:23:01.175 INFO O| Dec 20 23:23:01.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5246 | 2024-12-20T23:23:02.418Z | [ recovery-image] Dec 20 23:23:01.175 INFO O| Dec 20 23:23:01.175 INFO STEP 299 (remove_files) COMPLETE |
5247 | 2024-12-20T23:23:02.418Z | [ recovery-image] Dec 20 23:23:01.176 INFO O| Dec 20 23:23:01.175 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2024-12-20T23:23:02.435Z | [ recovery-image] Dec 20 23:23:01.195 INFO O| Dec 20 23:23:01.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5249 | 2024-12-20T23:23:02.438Z | [ recovery-image] Dec 20 23:23:01.196 INFO O| Dec 20 23:23:01.195 INFO STEP 300 (remove_files) COMPLETE |
5250 | 2024-12-20T23:23:02.438Z | [ recovery-image] Dec 20 23:23:01.196 INFO O| Dec 20 23:23:01.196 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2024-12-20T23:23:02.454Z | [ recovery-image] Dec 20 23:23:01.214 INFO O| Dec 20 23:23:01.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5252 | 2024-12-20T23:23:02.454Z | [ recovery-image] Dec 20 23:23:01.214 INFO O| Dec 20 23:23:01.214 INFO STEP 301 (remove_files) COMPLETE |
5253 | 2024-12-20T23:23:02.454Z | [ recovery-image] Dec 20 23:23:01.214 INFO O| Dec 20 23:23:01.214 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2024-12-20T23:23:02.472Z | [ recovery-image] Dec 20 23:23:01.232 INFO O| Dec 20 23:23:01.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5255 | 2024-12-20T23:23:02.472Z | [ recovery-image] Dec 20 23:23:01.232 INFO O| Dec 20 23:23:01.232 INFO STEP 302 (remove_files) COMPLETE |
5256 | 2024-12-20T23:23:02.472Z | [ recovery-image] Dec 20 23:23:01.232 INFO O| Dec 20 23:23:01.232 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2024-12-20T23:23:02.491Z | [ recovery-image] Dec 20 23:23:01.251 INFO O| Dec 20 23:23:01.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5258 | 2024-12-20T23:23:02.491Z | [ recovery-image] Dec 20 23:23:01.252 INFO O| Dec 20 23:23:01.251 INFO STEP 303 (remove_files) COMPLETE |
5259 | 2024-12-20T23:23:02.494Z | [ recovery-image] Dec 20 23:23:01.252 INFO O| Dec 20 23:23:01.252 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2024-12-20T23:23:02.534Z | [ recovery-image] Dec 20 23:23:01.294 INFO O| Dec 20 23:23:01.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5261 | 2024-12-20T23:23:02.534Z | [ recovery-image] Dec 20 23:23:01.294 INFO O| Dec 20 23:23:01.294 INFO STEP 304 (remove_files) COMPLETE |
5262 | 2024-12-20T23:23:02.537Z | [ recovery-image] Dec 20 23:23:01.294 INFO O| Dec 20 23:23:01.294 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2024-12-20T23:23:02.574Z | [ recovery-image] Dec 20 23:23:01.335 INFO O| Dec 20 23:23:01.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5264 | 2024-12-20T23:23:02.575Z | [ recovery-image] Dec 20 23:23:01.335 INFO O| Dec 20 23:23:01.335 INFO STEP 305 (remove_files) COMPLETE |
5265 | 2024-12-20T23:23:02.575Z | [ recovery-image] Dec 20 23:23:01.335 INFO O| Dec 20 23:23:01.335 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2024-12-20T23:23:02.586Z | [ host-image] Dec 20 23:23:01.346 INFO O| Dec 20 23:23:01.346 INFO O| Planning: Fetching manifests: 5/5 100% complete |
5267 | 2024-12-20T23:23:02.614Z | [ recovery-image] Dec 20 23:23:01.374 INFO O| Dec 20 23:23:01.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5268 | 2024-12-20T23:23:02.616Z | [ recovery-image] Dec 20 23:23:01.374 INFO O| Dec 20 23:23:01.374 INFO STEP 306 (remove_files) COMPLETE |
5269 | 2024-12-20T23:23:02.616Z | [ recovery-image] Dec 20 23:23:01.374 INFO O| Dec 20 23:23:01.374 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5270 | 2024-12-20T23:23:02.625Z | [ host-image] Dec 20 23:23:01.385 INFO O| Dec 20 23:23:01.385 INFO O| Planning: Package planning ... Done |
5271 | 2024-12-20T23:23:02.632Z | [ host-image] Dec 20 23:23:01.392 INFO O| Dec 20 23:23:01.392 INFO O| Planning: Merging actions ... Done |
5272 | 2024-12-20T23:23:02.667Z | [ recovery-image] Dec 20 23:23:01.427 INFO O| Dec 20 23:23:01.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5273 | 2024-12-20T23:23:02.667Z | [ recovery-image] Dec 20 23:23:01.428 INFO O| Dec 20 23:23:01.428 INFO STEP 307 (remove_files) COMPLETE |
5274 | 2024-12-20T23:23:02.670Z | [ recovery-image] Dec 20 23:23:01.428 INFO O| Dec 20 23:23:01.428 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5275 | 2024-12-20T23:23:02.691Z | [ recovery-image] Dec 20 23:23:01.450 INFO O| Dec 20 23:23:01.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5276 | 2024-12-20T23:23:02.691Z | [ recovery-image] Dec 20 23:23:01.451 INFO O| Dec 20 23:23:01.451 INFO STEP 308 (remove_files) COMPLETE |
5277 | 2024-12-20T23:23:02.691Z | [ recovery-image] Dec 20 23:23:01.451 INFO O| Dec 20 23:23:01.451 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5278 | 2024-12-20T23:23:02.724Z | [ recovery-image] Dec 20 23:23:01.484 INFO O| Dec 20 23:23:01.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5279 | 2024-12-20T23:23:02.724Z | [ recovery-image] Dec 20 23:23:01.484 INFO O| Dec 20 23:23:01.484 INFO STEP 309 (remove_files) COMPLETE |
5280 | 2024-12-20T23:23:02.724Z | [ recovery-image] Dec 20 23:23:01.484 INFO O| Dec 20 23:23:01.484 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5281 | 2024-12-20T23:23:02.749Z | [ recovery-image] Dec 20 23:23:01.509 INFO O| Dec 20 23:23:01.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5282 | 2024-12-20T23:23:02.749Z | [ recovery-image] Dec 20 23:23:01.509 INFO O| Dec 20 23:23:01.509 INFO STEP 310 (remove_files) COMPLETE |
5283 | 2024-12-20T23:23:02.749Z | [ recovery-image] Dec 20 23:23:01.509 INFO O| Dec 20 23:23:01.509 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5284 | 2024-12-20T23:23:02.768Z | [ recovery-image] Dec 20 23:23:01.528 INFO O| Dec 20 23:23:01.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5285 | 2024-12-20T23:23:02.768Z | [ recovery-image] Dec 20 23:23:01.528 INFO O| Dec 20 23:23:01.528 INFO STEP 311 (remove_files) COMPLETE |
5286 | 2024-12-20T23:23:02.770Z | [ recovery-image] Dec 20 23:23:01.528 INFO O| Dec 20 23:23:01.528 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5287 | 2024-12-20T23:23:02.782Z | [ host-image] Dec 20 23:23:01.542 INFO O| Dec 20 23:23:01.542 INFO O| Planning: Checking for conflicting actions ... Done |
5288 | 2024-12-20T23:23:02.784Z | [ host-image] Dec 20 23:23:01.544 INFO O| Dec 20 23:23:01.544 INFO O| Planning: Consolidating action changes ... Done |
5289 | 2024-12-20T23:23:02.784Z | [ recovery-image] Dec 20 23:23:01.544 INFO O| Dec 20 23:23:01.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5290 | 2024-12-20T23:23:02.784Z | [ recovery-image] Dec 20 23:23:01.544 INFO O| Dec 20 23:23:01.544 INFO STEP 312 (remove_files) COMPLETE |
5291 | 2024-12-20T23:23:02.787Z | [ recovery-image] Dec 20 23:23:01.544 INFO O| Dec 20 23:23:01.544 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-12-20T23:23:02.802Z | [ recovery-image] Dec 20 23:23:01.562 INFO O| Dec 20 23:23:01.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5293 | 2024-12-20T23:23:02.802Z | [ recovery-image] Dec 20 23:23:01.562 INFO O| Dec 20 23:23:01.562 INFO STEP 313 (remove_files) COMPLETE |
5294 | 2024-12-20T23:23:02.802Z | [ recovery-image] Dec 20 23:23:01.562 INFO O| Dec 20 23:23:01.562 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-12-20T23:23:02.839Z | [ recovery-image] Dec 20 23:23:01.599 INFO O| Dec 20 23:23:01.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5296 | 2024-12-20T23:23:02.841Z | [ recovery-image] Dec 20 23:23:01.599 INFO O| Dec 20 23:23:01.599 INFO STEP 314 (remove_files) COMPLETE |
5297 | 2024-12-20T23:23:02.841Z | [ recovery-image] Dec 20 23:23:01.599 INFO O| Dec 20 23:23:01.599 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-12-20T23:23:02.859Z | [ recovery-image] Dec 20 23:23:01.619 INFO O| Dec 20 23:23:01.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5299 | 2024-12-20T23:23:02.862Z | [ recovery-image] Dec 20 23:23:01.619 INFO O| Dec 20 23:23:01.619 INFO STEP 315 (remove_files) COMPLETE |
5300 | 2024-12-20T23:23:02.862Z | [ recovery-image] Dec 20 23:23:01.619 INFO O| Dec 20 23:23:01.619 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-12-20T23:23:02.877Z | [ recovery-image] Dec 20 23:23:01.637 INFO O| Dec 20 23:23:01.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5302 | 2024-12-20T23:23:02.880Z | [ recovery-image] Dec 20 23:23:01.638 INFO O| Dec 20 23:23:01.637 INFO STEP 316 (remove_files) COMPLETE |
5303 | 2024-12-20T23:23:02.880Z | [ recovery-image] Dec 20 23:23:01.638 INFO O| Dec 20 23:23:01.638 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-12-20T23:23:02.902Z | [ recovery-image] Dec 20 23:23:01.662 INFO O| Dec 20 23:23:01.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5305 | 2024-12-20T23:23:02.902Z | [ recovery-image] Dec 20 23:23:01.662 INFO O| Dec 20 23:23:01.662 INFO STEP 317 (remove_files) COMPLETE |
5306 | 2024-12-20T23:23:02.905Z | [ recovery-image] Dec 20 23:23:01.662 INFO O| Dec 20 23:23:01.662 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-12-20T23:23:02.938Z | [ recovery-image] Dec 20 23:23:01.698 INFO O| Dec 20 23:23:01.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5308 | 2024-12-20T23:23:02.938Z | [ recovery-image] Dec 20 23:23:01.698 INFO O| Dec 20 23:23:01.698 INFO STEP 318 (remove_files) COMPLETE |
5309 | 2024-12-20T23:23:02.938Z | [ recovery-image] Dec 20 23:23:01.698 INFO O| Dec 20 23:23:01.698 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-12-20T23:23:02.969Z | [ recovery-image] Dec 20 23:23:01.729 INFO O| Dec 20 23:23:01.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5311 | 2024-12-20T23:23:02.969Z | [ recovery-image] Dec 20 23:23:01.729 INFO O| Dec 20 23:23:01.729 INFO STEP 319 (remove_files) COMPLETE |
5312 | 2024-12-20T23:23:02.970Z | [ recovery-image] Dec 20 23:23:01.729 INFO O| Dec 20 23:23:01.729 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-12-20T23:23:03.005Z | [ recovery-image] Dec 20 23:23:01.764 INFO O| Dec 20 23:23:01.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5314 | 2024-12-20T23:23:03.005Z | [ recovery-image] Dec 20 23:23:01.764 INFO O| Dec 20 23:23:01.764 INFO STEP 320 (remove_files) COMPLETE |
5315 | 2024-12-20T23:23:03.005Z | [ recovery-image] Dec 20 23:23:01.764 INFO O| Dec 20 23:23:01.764 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-12-20T23:23:03.046Z | [ recovery-image] Dec 20 23:23:01.805 INFO O| Dec 20 23:23:01.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5317 | 2024-12-20T23:23:03.047Z | [ recovery-image] Dec 20 23:23:01.805 INFO O| Dec 20 23:23:01.805 INFO STEP 321 (remove_files) COMPLETE |
5318 | 2024-12-20T23:23:03.047Z | [ recovery-image] Dec 20 23:23:01.805 INFO O| Dec 20 23:23:01.805 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-12-20T23:23:03.065Z | [ recovery-image] Dec 20 23:23:01.824 INFO O| Dec 20 23:23:01.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5320 | 2024-12-20T23:23:03.065Z | [ recovery-image] Dec 20 23:23:01.824 INFO O| Dec 20 23:23:01.824 INFO STEP 322 (remove_files) COMPLETE |
5321 | 2024-12-20T23:23:03.065Z | [ recovery-image] Dec 20 23:23:01.824 INFO O| Dec 20 23:23:01.824 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-12-20T23:23:03.081Z | [ recovery-image] Dec 20 23:23:01.841 INFO O| Dec 20 23:23:01.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5323 | 2024-12-20T23:23:03.082Z | [ recovery-image] Dec 20 23:23:01.842 INFO O| Dec 20 23:23:01.842 INFO STEP 323 (remove_files) COMPLETE |
5324 | 2024-12-20T23:23:03.085Z | [ recovery-image] Dec 20 23:23:01.842 INFO O| Dec 20 23:23:01.842 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-12-20T23:23:03.114Z | [ recovery-image] Dec 20 23:23:01.873 INFO O| Dec 20 23:23:01.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5326 | 2024-12-20T23:23:03.114Z | [ recovery-image] Dec 20 23:23:01.873 INFO O| Dec 20 23:23:01.873 INFO STEP 324 (remove_files) COMPLETE |
5327 | 2024-12-20T23:23:03.114Z | [ recovery-image] Dec 20 23:23:01.873 INFO O| Dec 20 23:23:01.873 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-12-20T23:23:03.146Z | [ recovery-image] Dec 20 23:23:01.906 INFO O| Dec 20 23:23:01.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5329 | 2024-12-20T23:23:03.146Z | [ recovery-image] Dec 20 23:23:01.906 INFO O| Dec 20 23:23:01.906 INFO STEP 325 (remove_files) COMPLETE |
5330 | 2024-12-20T23:23:03.146Z | [ recovery-image] Dec 20 23:23:01.906 INFO O| Dec 20 23:23:01.906 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-12-20T23:23:03.181Z | [ recovery-image] Dec 20 23:23:01.941 INFO O| Dec 20 23:23:01.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5332 | 2024-12-20T23:23:03.181Z | [ recovery-image] Dec 20 23:23:01.941 INFO O| Dec 20 23:23:01.941 INFO STEP 326 (remove_files) COMPLETE |
5333 | 2024-12-20T23:23:03.181Z | [ recovery-image] Dec 20 23:23:01.941 INFO O| Dec 20 23:23:01.941 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-12-20T23:23:03.212Z | [ recovery-image] Dec 20 23:23:01.971 INFO O| Dec 20 23:23:01.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5335 | 2024-12-20T23:23:03.212Z | [ recovery-image] Dec 20 23:23:01.971 INFO O| Dec 20 23:23:01.971 INFO STEP 327 (remove_files) COMPLETE |
5336 | 2024-12-20T23:23:03.212Z | [ recovery-image] Dec 20 23:23:01.971 INFO O| Dec 20 23:23:01.971 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-12-20T23:23:03.250Z | [ host-image] Dec 20 23:23:02.010 INFO O| Dec 20 23:23:02.009 INFO O| Planning: Evaluating mediators ... Done |
5338 | 2024-12-20T23:23:03.253Z | [ host-image] Dec 20 23:23:02.012 INFO O| Dec 20 23:23:02.012 INFO O| Planning: Planning completed in 6.34 seconds |
5339 | 2024-12-20T23:23:03.255Z | [ host-image] Dec 20 23:23:02.014 INFO O| Dec 20 23:23:02.014 INFO O| Packages to install: 5 |
5340 | 2024-12-20T23:23:03.255Z | [ host-image] Dec 20 23:23:02.014 INFO O| Dec 20 23:23:02.014 INFO O| Services to change: 2 |
5341 | 2024-12-20T23:23:03.276Z | [ host-image] Dec 20 23:23:02.035 INFO O| Dec 20 23:23:02.035 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
5342 | 2024-12-20T23:23:03.286Z | [ recovery-image] Dec 20 23:23:02.044 INFO O| Dec 20 23:23:02.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5343 | 2024-12-20T23:23:03.286Z | [ recovery-image] Dec 20 23:23:02.044 INFO O| Dec 20 23:23:02.044 INFO STEP 328 (remove_files) COMPLETE |
5344 | 2024-12-20T23:23:03.286Z | [ recovery-image] Dec 20 23:23:02.044 INFO O| Dec 20 23:23:02.044 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5345 | 2024-12-20T23:23:03.329Z | [ recovery-image] Dec 20 23:23:02.088 INFO O| Dec 20 23:23:02.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5346 | 2024-12-20T23:23:03.329Z | [ recovery-image] Dec 20 23:23:02.088 INFO O| Dec 20 23:23:02.088 INFO STEP 329 (remove_files) COMPLETE |
5347 | 2024-12-20T23:23:03.329Z | [ recovery-image] Dec 20 23:23:02.088 INFO O| Dec 20 23:23:02.088 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5348 | 2024-12-20T23:23:03.372Z | [ recovery-image] Dec 20 23:23:02.131 INFO O| Dec 20 23:23:02.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5349 | 2024-12-20T23:23:03.372Z | [ recovery-image] Dec 20 23:23:02.131 INFO O| Dec 20 23:23:02.131 INFO STEP 330 (remove_files) COMPLETE |
5350 | 2024-12-20T23:23:03.372Z | [ recovery-image] Dec 20 23:23:02.131 INFO O| Dec 20 23:23:02.131 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5351 | 2024-12-20T23:23:03.394Z | [ recovery-image] Dec 20 23:23:02.154 INFO O| Dec 20 23:23:02.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5352 | 2024-12-20T23:23:03.395Z | [ recovery-image] Dec 20 23:23:02.154 INFO O| Dec 20 23:23:02.154 INFO STEP 331 (remove_files) COMPLETE |
5353 | 2024-12-20T23:23:03.395Z | [ recovery-image] Dec 20 23:23:02.154 INFO O| Dec 20 23:23:02.154 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2024-12-20T23:23:03.462Z | [ recovery-image] Dec 20 23:23:02.221 INFO O| Dec 20 23:23:02.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5355 | 2024-12-20T23:23:03.465Z | [ recovery-image] Dec 20 23:23:02.222 INFO O| Dec 20 23:23:02.221 INFO STEP 332 (remove_files) COMPLETE |
5356 | 2024-12-20T23:23:03.465Z | [ recovery-image] Dec 20 23:23:02.222 INFO O| Dec 20 23:23:02.222 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5357 | 2024-12-20T23:23:03.483Z | [ recovery-image] Dec 20 23:23:02.242 INFO O| Dec 20 23:23:02.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5358 | 2024-12-20T23:23:03.485Z | [ recovery-image] Dec 20 23:23:02.243 INFO O| Dec 20 23:23:02.243 INFO STEP 333 (remove_files) COMPLETE |
5359 | 2024-12-20T23:23:03.485Z | [ recovery-image] Dec 20 23:23:02.243 INFO O| Dec 20 23:23:02.243 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5360 | 2024-12-20T23:23:03.503Z | [ recovery-image] Dec 20 23:23:02.263 INFO O| Dec 20 23:23:02.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5361 | 2024-12-20T23:23:03.505Z | [ recovery-image] Dec 20 23:23:02.263 INFO O| Dec 20 23:23:02.263 INFO STEP 334 (remove_files) COMPLETE |
5362 | 2024-12-20T23:23:03.505Z | [ recovery-image] Dec 20 23:23:02.263 INFO O| Dec 20 23:23:02.263 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5363 | 2024-12-20T23:23:03.523Z | [ recovery-image] Dec 20 23:23:02.283 INFO O| Dec 20 23:23:02.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5364 | 2024-12-20T23:23:03.548Z | [ recovery-image] Dec 20 23:23:02.308 INFO O| Dec 20 23:23:02.308 INFO STEP 335 (remove_files) COMPLETE |
5365 | 2024-12-20T23:23:03.548Z | [ recovery-image] Dec 20 23:23:02.308 INFO O| Dec 20 23:23:02.308 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5366 | 2024-12-20T23:23:03.566Z | [ recovery-image] Dec 20 23:23:02.325 INFO O| Dec 20 23:23:02.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5367 | 2024-12-20T23:23:03.568Z | [ recovery-image] Dec 20 23:23:02.326 INFO O| Dec 20 23:23:02.326 INFO STEP 336 (remove_files) COMPLETE |
5368 | 2024-12-20T23:23:03.568Z | [ recovery-image] Dec 20 23:23:02.326 INFO O| Dec 20 23:23:02.326 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5369 | 2024-12-20T23:23:03.581Z | [ recovery-image] Dec 20 23:23:02.341 INFO O| Dec 20 23:23:02.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5370 | 2024-12-20T23:23:03.585Z | [ recovery-image] Dec 20 23:23:02.342 INFO O| Dec 20 23:23:02.342 INFO STEP 337 (remove_files) COMPLETE |
5371 | 2024-12-20T23:23:03.585Z | [ recovery-image] Dec 20 23:23:02.342 INFO O| Dec 20 23:23:02.342 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5372 | 2024-12-20T23:23:03.598Z | [ recovery-image] Dec 20 23:23:02.357 INFO O| Dec 20 23:23:02.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5373 | 2024-12-20T23:23:03.600Z | [ recovery-image] Dec 20 23:23:02.358 INFO O| Dec 20 23:23:02.358 INFO STEP 338 (remove_files) COMPLETE |
5374 | 2024-12-20T23:23:03.600Z | [ recovery-image] Dec 20 23:23:02.358 INFO O| Dec 20 23:23:02.358 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5375 | 2024-12-20T23:23:03.614Z | [ recovery-image] Dec 20 23:23:02.374 INFO O| Dec 20 23:23:02.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5376 | 2024-12-20T23:23:03.617Z | [ recovery-image] Dec 20 23:23:02.374 INFO O| Dec 20 23:23:02.374 INFO STEP 339 (remove_files) COMPLETE |
5377 | 2024-12-20T23:23:03.617Z | [ recovery-image] Dec 20 23:23:02.375 INFO O| Dec 20 23:23:02.375 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5378 | 2024-12-20T23:23:03.630Z | [ recovery-image] Dec 20 23:23:02.390 INFO O| Dec 20 23:23:02.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5379 | 2024-12-20T23:23:03.633Z | [ recovery-image] Dec 20 23:23:02.391 INFO O| Dec 20 23:23:02.391 INFO STEP 340 (remove_files) COMPLETE |
5380 | 2024-12-20T23:23:03.633Z | [ recovery-image] Dec 20 23:23:02.391 INFO O| Dec 20 23:23:02.391 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5381 | 2024-12-20T23:23:03.647Z | [ recovery-image] Dec 20 23:23:02.407 INFO O| Dec 20 23:23:02.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5382 | 2024-12-20T23:23:03.650Z | [ recovery-image] Dec 20 23:23:02.407 INFO O| Dec 20 23:23:02.407 INFO STEP 341 (remove_files) COMPLETE |
5383 | 2024-12-20T23:23:03.650Z | [ recovery-image] Dec 20 23:23:02.407 INFO O| Dec 20 23:23:02.407 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5384 | 2024-12-20T23:23:03.663Z | [ recovery-image] Dec 20 23:23:02.423 INFO O| Dec 20 23:23:02.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5385 | 2024-12-20T23:23:03.666Z | [ recovery-image] Dec 20 23:23:02.424 INFO O| Dec 20 23:23:02.424 INFO STEP 342 (remove_files) COMPLETE |
5386 | 2024-12-20T23:23:03.666Z | [ recovery-image] Dec 20 23:23:02.424 INFO O| Dec 20 23:23:02.424 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5387 | 2024-12-20T23:23:03.680Z | [ recovery-image] Dec 20 23:23:02.439 INFO O| Dec 20 23:23:02.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5388 | 2024-12-20T23:23:03.683Z | [ recovery-image] Dec 20 23:23:02.440 INFO O| Dec 20 23:23:02.440 INFO STEP 343 (remove_files) COMPLETE |
5389 | 2024-12-20T23:23:03.683Z | [ recovery-image] Dec 20 23:23:02.440 INFO O| Dec 20 23:23:02.440 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5390 | 2024-12-20T23:23:03.696Z | [ recovery-image] Dec 20 23:23:02.456 INFO O| Dec 20 23:23:02.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5391 | 2024-12-20T23:23:03.699Z | [ recovery-image] Dec 20 23:23:02.456 INFO O| Dec 20 23:23:02.456 INFO STEP 344 (remove_files) COMPLETE |
5392 | 2024-12-20T23:23:03.699Z | [ recovery-image] Dec 20 23:23:02.456 INFO O| Dec 20 23:23:02.456 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5393 | 2024-12-20T23:23:03.720Z | [ recovery-image] Dec 20 23:23:02.474 INFO O| Dec 20 23:23:02.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5394 | 2024-12-20T23:23:03.720Z | [ recovery-image] Dec 20 23:23:02.474 INFO O| Dec 20 23:23:02.474 INFO STEP 345 (remove_files) COMPLETE |
5395 | 2024-12-20T23:23:03.720Z | [ recovery-image] Dec 20 23:23:02.474 INFO O| Dec 20 23:23:02.474 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5396 | 2024-12-20T23:23:03.734Z | [ recovery-image] Dec 20 23:23:02.493 INFO O| Dec 20 23:23:02.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5397 | 2024-12-20T23:23:03.736Z | [ recovery-image] Dec 20 23:23:02.494 INFO O| Dec 20 23:23:02.494 INFO STEP 346 (remove_files) COMPLETE |
5398 | 2024-12-20T23:23:03.736Z | [ recovery-image] Dec 20 23:23:02.494 INFO O| Dec 20 23:23:02.494 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5399 | 2024-12-20T23:23:03.753Z | [ recovery-image] Dec 20 23:23:02.513 INFO O| Dec 20 23:23:02.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5400 | 2024-12-20T23:23:03.756Z | [ recovery-image] Dec 20 23:23:02.513 INFO O| Dec 20 23:23:02.513 INFO STEP 347 (remove_files) COMPLETE |
5401 | 2024-12-20T23:23:03.756Z | [ recovery-image] Dec 20 23:23:02.514 INFO O| Dec 20 23:23:02.513 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5402 | 2024-12-20T23:23:03.773Z | [ recovery-image] Dec 20 23:23:02.533 INFO O| Dec 20 23:23:02.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5403 | 2024-12-20T23:23:03.776Z | [ recovery-image] Dec 20 23:23:02.534 INFO O| Dec 20 23:23:02.533 INFO STEP 348 (remove_files) COMPLETE |
5404 | 2024-12-20T23:23:03.776Z | [ recovery-image] Dec 20 23:23:02.534 INFO O| Dec 20 23:23:02.534 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5405 | 2024-12-20T23:23:03.811Z | [ recovery-image] Dec 20 23:23:02.571 INFO O| Dec 20 23:23:02.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5406 | 2024-12-20T23:23:03.811Z | [ recovery-image] Dec 20 23:23:02.571 INFO O| Dec 20 23:23:02.571 INFO STEP 349 (remove_files) COMPLETE |
5407 | 2024-12-20T23:23:03.814Z | [ recovery-image] Dec 20 23:23:02.572 INFO O| Dec 20 23:23:02.571 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5408 | 2024-12-20T23:23:03.873Z | [ recovery-image] Dec 20 23:23:02.632 INFO O| Dec 20 23:23:02.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5409 | 2024-12-20T23:23:03.876Z | [ recovery-image] Dec 20 23:23:02.633 INFO O| Dec 20 23:23:02.633 INFO STEP 350 (remove_files) COMPLETE |
5410 | 2024-12-20T23:23:03.876Z | [ recovery-image] Dec 20 23:23:02.633 INFO O| Dec 20 23:23:02.633 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5411 | 2024-12-20T23:23:03.902Z | [ recovery-image] Dec 20 23:23:02.661 INFO O| Dec 20 23:23:02.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5412 | 2024-12-20T23:23:03.904Z | [ recovery-image] Dec 20 23:23:02.662 INFO O| Dec 20 23:23:02.662 INFO STEP 351 (remove_files) COMPLETE |
5413 | 2024-12-20T23:23:03.904Z | [ recovery-image] Dec 20 23:23:02.662 INFO O| Dec 20 23:23:02.662 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2024-12-20T23:23:03.923Z | [ recovery-image] Dec 20 23:23:02.683 INFO O| Dec 20 23:23:02.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5415 | 2024-12-20T23:23:03.925Z | [ recovery-image] Dec 20 23:23:02.683 INFO O| Dec 20 23:23:02.683 INFO STEP 352 (remove_files) COMPLETE |
5416 | 2024-12-20T23:23:03.925Z | [ recovery-image] Dec 20 23:23:02.683 INFO O| Dec 20 23:23:02.683 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2024-12-20T23:23:03.943Z | [ recovery-image] Dec 20 23:23:02.703 INFO O| Dec 20 23:23:02.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5418 | 2024-12-20T23:23:03.946Z | [ recovery-image] Dec 20 23:23:02.703 INFO O| Dec 20 23:23:02.703 INFO STEP 353 (remove_files) COMPLETE |
5419 | 2024-12-20T23:23:03.946Z | [ recovery-image] Dec 20 23:23:02.703 INFO O| Dec 20 23:23:02.703 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2024-12-20T23:23:03.985Z | [ recovery-image] Dec 20 23:23:02.745 INFO O| Dec 20 23:23:02.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5421 | 2024-12-20T23:23:03.988Z | [ recovery-image] Dec 20 23:23:02.745 INFO O| Dec 20 23:23:02.745 INFO STEP 354 (remove_files) COMPLETE |
5422 | 2024-12-20T23:23:03.988Z | [ recovery-image] Dec 20 23:23:02.745 INFO O| Dec 20 23:23:02.745 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2024-12-20T23:23:04.004Z | [ recovery-image] Dec 20 23:23:02.764 INFO O| Dec 20 23:23:02.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5424 | 2024-12-20T23:23:04.007Z | [ recovery-image] Dec 20 23:23:02.764 INFO O| Dec 20 23:23:02.764 INFO STEP 355 (remove_files) COMPLETE |
5425 | 2024-12-20T23:23:04.007Z | [ recovery-image] Dec 20 23:23:02.764 INFO O| Dec 20 23:23:02.764 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2024-12-20T23:23:04.021Z | [ recovery-image] Dec 20 23:23:02.781 INFO O| Dec 20 23:23:02.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5427 | 2024-12-20T23:23:04.023Z | [ recovery-image] Dec 20 23:23:02.781 INFO O| Dec 20 23:23:02.781 INFO STEP 356 (remove_files) COMPLETE |
5428 | 2024-12-20T23:23:04.023Z | [ recovery-image] Dec 20 23:23:02.781 INFO O| Dec 20 23:23:02.781 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2024-12-20T23:23:04.038Z | [ recovery-image] Dec 20 23:23:02.797 INFO O| Dec 20 23:23:02.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5430 | 2024-12-20T23:23:04.038Z | [ recovery-image] Dec 20 23:23:02.797 INFO O| Dec 20 23:23:02.797 INFO STEP 357 (remove_files) COMPLETE |
5431 | 2024-12-20T23:23:04.038Z | [ recovery-image] Dec 20 23:23:02.797 INFO O| Dec 20 23:23:02.797 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-12-20T23:23:04.057Z | [ recovery-image] Dec 20 23:23:02.815 INFO O| Dec 20 23:23:02.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5433 | 2024-12-20T23:23:04.058Z | [ recovery-image] Dec 20 23:23:02.815 INFO O| Dec 20 23:23:02.815 INFO STEP 358 (remove_files) COMPLETE |
5434 | 2024-12-20T23:23:04.058Z | [ recovery-image] Dec 20 23:23:02.815 INFO O| Dec 20 23:23:02.815 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-12-20T23:23:04.073Z | [ recovery-image] Dec 20 23:23:02.833 INFO O| Dec 20 23:23:02.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5436 | 2024-12-20T23:23:04.073Z | [ recovery-image] Dec 20 23:23:02.833 INFO O| Dec 20 23:23:02.833 INFO STEP 359 (remove_files) COMPLETE |
5437 | 2024-12-20T23:23:04.076Z | [ recovery-image] Dec 20 23:23:02.833 INFO O| Dec 20 23:23:02.833 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-12-20T23:23:04.092Z | [ recovery-image] Dec 20 23:23:02.852 INFO O| Dec 20 23:23:02.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5439 | 2024-12-20T23:23:04.095Z | [ recovery-image] Dec 20 23:23:02.852 INFO O| Dec 20 23:23:02.852 INFO STEP 360 (remove_files) COMPLETE |
5440 | 2024-12-20T23:23:04.095Z | [ recovery-image] Dec 20 23:23:02.852 INFO O| Dec 20 23:23:02.852 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-12-20T23:23:04.110Z | [ recovery-image] Dec 20 23:23:02.869 INFO O| Dec 20 23:23:02.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5442 | 2024-12-20T23:23:04.112Z | [ recovery-image] Dec 20 23:23:02.870 INFO O| Dec 20 23:23:02.870 INFO STEP 361 (remove_files) COMPLETE |
5443 | 2024-12-20T23:23:04.113Z | [ recovery-image] Dec 20 23:23:02.870 INFO O| Dec 20 23:23:02.870 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-12-20T23:23:04.127Z | [ recovery-image] Dec 20 23:23:02.887 INFO O| Dec 20 23:23:02.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5445 | 2024-12-20T23:23:04.130Z | [ recovery-image] Dec 20 23:23:02.887 INFO O| Dec 20 23:23:02.887 INFO STEP 362 (remove_files) COMPLETE |
5446 | 2024-12-20T23:23:04.130Z | [ recovery-image] Dec 20 23:23:02.887 INFO O| Dec 20 23:23:02.887 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-12-20T23:23:04.143Z | [ recovery-image] Dec 20 23:23:02.903 INFO O| Dec 20 23:23:02.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5448 | 2024-12-20T23:23:04.146Z | [ recovery-image] Dec 20 23:23:02.903 INFO O| Dec 20 23:23:02.903 INFO STEP 363 (remove_files) COMPLETE |
5449 | 2024-12-20T23:23:04.146Z | [ recovery-image] Dec 20 23:23:02.903 INFO O| Dec 20 23:23:02.903 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-12-20T23:23:04.177Z | [ recovery-image] Dec 20 23:23:02.937 INFO O| Dec 20 23:23:02.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5451 | 2024-12-20T23:23:04.177Z | [ recovery-image] Dec 20 23:23:02.937 INFO O| Dec 20 23:23:02.937 INFO STEP 364 (remove_files) COMPLETE |
5452 | 2024-12-20T23:23:04.178Z | [ recovery-image] Dec 20 23:23:02.937 INFO O| Dec 20 23:23:02.937 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-12-20T23:23:04.234Z | [ recovery-image] Dec 20 23:23:02.993 INFO O| Dec 20 23:23:02.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5454 | 2024-12-20T23:23:04.234Z | [ recovery-image] Dec 20 23:23:02.993 INFO O| Dec 20 23:23:02.993 INFO STEP 365 (remove_files) COMPLETE |
5455 | 2024-12-20T23:23:04.236Z | [ recovery-image] Dec 20 23:23:02.993 INFO O| Dec 20 23:23:02.993 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-12-20T23:23:04.266Z | [ recovery-image] Dec 20 23:23:03.026 INFO O| Dec 20 23:23:03.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5457 | 2024-12-20T23:23:04.269Z | [ recovery-image] Dec 20 23:23:03.026 INFO O| Dec 20 23:23:03.026 INFO STEP 366 (remove_files) COMPLETE |
5458 | 2024-12-20T23:23:04.269Z | [ recovery-image] Dec 20 23:23:03.026 INFO O| Dec 20 23:23:03.026 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-12-20T23:23:04.283Z | [ recovery-image] Dec 20 23:23:03.043 INFO O| Dec 20 23:23:03.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5460 | 2024-12-20T23:23:04.283Z | [ recovery-image] Dec 20 23:23:03.043 INFO O| Dec 20 23:23:03.043 INFO STEP 367 (remove_files) COMPLETE |
5461 | 2024-12-20T23:23:04.292Z | [ recovery-image] Dec 20 23:23:03.043 INFO O| Dec 20 23:23:03.043 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2024-12-20T23:23:04.302Z | [ recovery-image] Dec 20 23:23:03.061 INFO O| Dec 20 23:23:03.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5463 | 2024-12-20T23:23:04.302Z | [ recovery-image] Dec 20 23:23:03.061 INFO O| Dec 20 23:23:03.061 INFO STEP 368 (remove_files) COMPLETE |
5464 | 2024-12-20T23:23:04.302Z | [ recovery-image] Dec 20 23:23:03.061 INFO O| Dec 20 23:23:03.061 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2024-12-20T23:23:04.320Z | [ recovery-image] Dec 20 23:23:03.079 INFO O| Dec 20 23:23:03.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5466 | 2024-12-20T23:23:04.320Z | [ recovery-image] Dec 20 23:23:03.079 INFO O| Dec 20 23:23:03.079 INFO STEP 369 (remove_files) COMPLETE |
5467 | 2024-12-20T23:23:04.322Z | [ recovery-image] Dec 20 23:23:03.079 INFO O| Dec 20 23:23:03.079 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2024-12-20T23:23:04.338Z | [ recovery-image] Dec 20 23:23:03.098 INFO O| Dec 20 23:23:03.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5469 | 2024-12-20T23:23:04.338Z | [ recovery-image] Dec 20 23:23:03.098 INFO O| Dec 20 23:23:03.098 INFO STEP 370 (remove_files) COMPLETE |
5470 | 2024-12-20T23:23:04.338Z | [ recovery-image] Dec 20 23:23:03.098 INFO O| Dec 20 23:23:03.098 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2024-12-20T23:23:04.359Z | [ recovery-image] Dec 20 23:23:03.117 INFO O| Dec 20 23:23:03.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5472 | 2024-12-20T23:23:04.359Z | [ recovery-image] Dec 20 23:23:03.117 INFO O| Dec 20 23:23:03.117 INFO STEP 371 (remove_files) COMPLETE |
5473 | 2024-12-20T23:23:04.362Z | [ recovery-image] Dec 20 23:23:03.117 INFO O| Dec 20 23:23:03.117 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5474 | 2024-12-20T23:23:04.377Z | [ recovery-image] Dec 20 23:23:03.137 INFO O| Dec 20 23:23:03.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5475 | 2024-12-20T23:23:04.380Z | [ recovery-image] Dec 20 23:23:03.137 INFO O| Dec 20 23:23:03.137 INFO STEP 372 (remove_files) COMPLETE |
5476 | 2024-12-20T23:23:04.380Z | [ recovery-image] Dec 20 23:23:03.137 INFO O| Dec 20 23:23:03.137 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5477 | 2024-12-20T23:23:04.397Z | [ recovery-image] Dec 20 23:23:03.156 INFO O| Dec 20 23:23:03.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5478 | 2024-12-20T23:23:04.400Z | [ recovery-image] Dec 20 23:23:03.157 INFO O| Dec 20 23:23:03.157 INFO STEP 373 (remove_files) COMPLETE |
5479 | 2024-12-20T23:23:04.400Z | [ recovery-image] Dec 20 23:23:03.157 INFO O| Dec 20 23:23:03.157 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5480 | 2024-12-20T23:23:04.431Z | [ recovery-image] Dec 20 23:23:03.190 INFO O| Dec 20 23:23:03.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5481 | 2024-12-20T23:23:04.434Z | [ recovery-image] Dec 20 23:23:03.190 INFO O| Dec 20 23:23:03.190 INFO STEP 374 (remove_files) COMPLETE |
5482 | 2024-12-20T23:23:04.434Z | [ recovery-image] Dec 20 23:23:03.190 INFO O| Dec 20 23:23:03.190 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5483 | 2024-12-20T23:23:04.451Z | [ recovery-image] Dec 20 23:23:03.211 INFO O| Dec 20 23:23:03.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5484 | 2024-12-20T23:23:04.453Z | [ recovery-image] Dec 20 23:23:03.211 INFO O| Dec 20 23:23:03.211 INFO STEP 375 (remove_files) COMPLETE |
5485 | 2024-12-20T23:23:04.453Z | [ recovery-image] Dec 20 23:23:03.211 INFO O| Dec 20 23:23:03.211 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5486 | 2024-12-20T23:23:04.472Z | [ recovery-image] Dec 20 23:23:03.231 INFO O| Dec 20 23:23:03.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5487 | 2024-12-20T23:23:04.475Z | [ recovery-image] Dec 20 23:23:03.232 INFO O| Dec 20 23:23:03.231 INFO STEP 376 (remove_files) COMPLETE |
5488 | 2024-12-20T23:23:04.475Z | [ recovery-image] Dec 20 23:23:03.232 INFO O| Dec 20 23:23:03.232 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5489 | 2024-12-20T23:23:04.492Z | [ recovery-image] Dec 20 23:23:03.252 INFO O| Dec 20 23:23:03.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5490 | 2024-12-20T23:23:04.495Z | [ recovery-image] Dec 20 23:23:03.252 INFO O| Dec 20 23:23:03.252 INFO STEP 377 (remove_files) COMPLETE |
5491 | 2024-12-20T23:23:04.495Z | [ recovery-image] Dec 20 23:23:03.253 INFO O| Dec 20 23:23:03.252 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5492 | 2024-12-20T23:23:04.517Z | [ recovery-image] Dec 20 23:23:03.276 INFO O| Dec 20 23:23:03.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5493 | 2024-12-20T23:23:04.520Z | [ recovery-image] Dec 20 23:23:03.276 INFO O| Dec 20 23:23:03.276 INFO STEP 378 (remove_files) COMPLETE |
5494 | 2024-12-20T23:23:04.520Z | [ recovery-image] Dec 20 23:23:03.277 INFO O| Dec 20 23:23:03.277 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5495 | 2024-12-20T23:23:04.537Z | [ recovery-image] Dec 20 23:23:03.297 INFO O| Dec 20 23:23:03.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5496 | 2024-12-20T23:23:04.541Z | [ recovery-image] Dec 20 23:23:03.297 INFO O| Dec 20 23:23:03.297 INFO STEP 379 (remove_files) COMPLETE |
5497 | 2024-12-20T23:23:04.541Z | [ recovery-image] Dec 20 23:23:03.298 INFO O| Dec 20 23:23:03.297 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5498 | 2024-12-20T23:23:04.558Z | [ recovery-image] Dec 20 23:23:03.317 INFO O| Dec 20 23:23:03.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5499 | 2024-12-20T23:23:04.577Z | [ recovery-image] Dec 20 23:23:03.337 INFO O| Dec 20 23:23:03.337 INFO STEP 380 (remove_files) COMPLETE |
5500 | 2024-12-20T23:23:04.577Z | [ recovery-image] Dec 20 23:23:03.337 INFO O| Dec 20 23:23:03.337 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5501 | 2024-12-20T23:23:04.598Z | [ recovery-image] Dec 20 23:23:03.358 INFO O| Dec 20 23:23:03.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5502 | 2024-12-20T23:23:04.601Z | [ recovery-image] Dec 20 23:23:03.358 INFO O| Dec 20 23:23:03.358 INFO STEP 381 (remove_files) COMPLETE |
5503 | 2024-12-20T23:23:04.601Z | [ recovery-image] Dec 20 23:23:03.358 INFO O| Dec 20 23:23:03.358 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5504 | 2024-12-20T23:23:04.618Z | [ recovery-image] Dec 20 23:23:03.376 INFO O| Dec 20 23:23:03.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5505 | 2024-12-20T23:23:04.618Z | [ recovery-image] Dec 20 23:23:03.376 INFO O| Dec 20 23:23:03.376 INFO STEP 382 (remove_files) COMPLETE |
5506 | 2024-12-20T23:23:04.620Z | [ recovery-image] Dec 20 23:23:03.376 INFO O| Dec 20 23:23:03.376 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5507 | 2024-12-20T23:23:04.636Z | [ recovery-image] Dec 20 23:23:03.395 INFO O| Dec 20 23:23:03.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5508 | 2024-12-20T23:23:04.660Z | [ recovery-image] Dec 20 23:23:03.420 INFO O| Dec 20 23:23:03.420 INFO STEP 383 (remove_files) COMPLETE |
5509 | 2024-12-20T23:23:04.663Z | [ recovery-image] Dec 20 23:23:03.420 INFO O| Dec 20 23:23:03.420 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5510 | 2024-12-20T23:23:04.692Z | [ recovery-image] Dec 20 23:23:03.451 INFO O| Dec 20 23:23:03.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5511 | 2024-12-20T23:23:04.692Z | [ recovery-image] Dec 20 23:23:03.451 INFO O| Dec 20 23:23:03.451 INFO STEP 384 (remove_files) COMPLETE |
5512 | 2024-12-20T23:23:04.692Z | [ recovery-image] Dec 20 23:23:03.451 INFO O| Dec 20 23:23:03.451 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5513 | 2024-12-20T23:23:04.711Z | [ recovery-image] Dec 20 23:23:03.471 INFO O| Dec 20 23:23:03.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5514 | 2024-12-20T23:23:04.711Z | [ recovery-image] Dec 20 23:23:03.471 INFO O| Dec 20 23:23:03.471 INFO STEP 385 (remove_files) COMPLETE |
5515 | 2024-12-20T23:23:04.714Z | [ recovery-image] Dec 20 23:23:03.471 INFO O| Dec 20 23:23:03.471 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5516 | 2024-12-20T23:23:04.731Z | [ recovery-image] Dec 20 23:23:03.490 INFO O| Dec 20 23:23:03.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5517 | 2024-12-20T23:23:04.731Z | [ recovery-image] Dec 20 23:23:03.490 INFO O| Dec 20 23:23:03.490 INFO STEP 386 (remove_files) COMPLETE |
5518 | 2024-12-20T23:23:04.734Z | [ recovery-image] Dec 20 23:23:03.491 INFO O| Dec 20 23:23:03.490 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5519 | 2024-12-20T23:23:04.750Z | [ recovery-image] Dec 20 23:23:03.509 INFO O| Dec 20 23:23:03.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5520 | 2024-12-20T23:23:04.750Z | [ recovery-image] Dec 20 23:23:03.509 INFO O| Dec 20 23:23:03.509 INFO STEP 387 (remove_files) COMPLETE |
5521 | 2024-12-20T23:23:04.750Z | [ recovery-image] Dec 20 23:23:03.509 INFO O| Dec 20 23:23:03.509 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5522 | 2024-12-20T23:23:04.769Z | [ recovery-image] Dec 20 23:23:03.528 INFO O| Dec 20 23:23:03.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5523 | 2024-12-20T23:23:04.769Z | [ recovery-image] Dec 20 23:23:03.528 INFO O| Dec 20 23:23:03.528 INFO STEP 388 (remove_files) COMPLETE |
5524 | 2024-12-20T23:23:04.769Z | [ recovery-image] Dec 20 23:23:03.528 INFO O| Dec 20 23:23:03.528 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5525 | 2024-12-20T23:23:04.772Z | [ host-image] Dec 20 23:23:03.529 INFO O| Dec 20 23:23:03.529 INFO O| Download: Completed 1.45 MB in 1.49 seconds (991k/s) |
5526 | 2024-12-20T23:23:04.808Z | [ recovery-image] Dec 20 23:23:03.567 INFO O| Dec 20 23:23:03.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5527 | 2024-12-20T23:23:04.817Z | [ host-image] Dec 20 23:23:03.574 INFO O| Dec 20 23:23:03.574 INFO O| Actions: 1/305 actions (Installing new actions) |
5528 | 2024-12-20T23:23:04.841Z | [ recovery-image] Dec 20 23:23:03.601 INFO O| Dec 20 23:23:03.601 INFO STEP 389 (remove_files) COMPLETE |
5529 | 2024-12-20T23:23:04.841Z | [ recovery-image] Dec 20 23:23:03.601 INFO O| Dec 20 23:23:03.601 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-12-20T23:23:04.914Z | [ recovery-image] Dec 20 23:23:03.673 INFO O| Dec 20 23:23:03.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5531 | 2024-12-20T23:23:04.914Z | [ recovery-image] Dec 20 23:23:03.673 INFO O| Dec 20 23:23:03.673 INFO STEP 390 (remove_files) COMPLETE |
5532 | 2024-12-20T23:23:04.914Z | [ recovery-image] Dec 20 23:23:03.673 INFO O| Dec 20 23:23:03.673 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-12-20T23:23:04.935Z | [ recovery-image] Dec 20 23:23:03.694 INFO O| Dec 20 23:23:03.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5534 | 2024-12-20T23:23:04.937Z | [ recovery-image] Dec 20 23:23:03.694 INFO O| Dec 20 23:23:03.694 INFO STEP 391 (remove_files) COMPLETE |
5535 | 2024-12-20T23:23:04.937Z | [ recovery-image] Dec 20 23:23:03.694 INFO O| Dec 20 23:23:03.694 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-12-20T23:23:04.956Z | [ recovery-image] Dec 20 23:23:03.716 INFO O| Dec 20 23:23:03.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5537 | 2024-12-20T23:23:04.959Z | [ recovery-image] Dec 20 23:23:03.716 INFO O| Dec 20 23:23:03.716 INFO STEP 392 (remove_files) COMPLETE |
5538 | 2024-12-20T23:23:04.959Z | [ recovery-image] Dec 20 23:23:03.716 INFO O| Dec 20 23:23:03.716 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-12-20T23:23:04.977Z | [ recovery-image] Dec 20 23:23:03.737 INFO O| Dec 20 23:23:03.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5540 | 2024-12-20T23:23:04.977Z | [ recovery-image] Dec 20 23:23:03.737 INFO O| Dec 20 23:23:03.737 INFO STEP 393 (remove_files) COMPLETE |
5541 | 2024-12-20T23:23:04.977Z | [ recovery-image] Dec 20 23:23:03.737 INFO O| Dec 20 23:23:03.737 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-12-20T23:23:04.997Z | [ recovery-image] Dec 20 23:23:03.757 INFO O| Dec 20 23:23:03.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5543 | 2024-12-20T23:23:04.997Z | [ recovery-image] Dec 20 23:23:03.757 INFO O| Dec 20 23:23:03.757 INFO STEP 394 (remove_files) COMPLETE |
5544 | 2024-12-20T23:23:04.997Z | [ recovery-image] Dec 20 23:23:03.757 INFO O| Dec 20 23:23:03.757 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-12-20T23:23:05.003Z | [ host-image] Dec 20 23:23:03.763 INFO O| Dec 20 23:23:03.763 INFO O| Actions: Completed 305 actions in 0.19 seconds. |
5546 | 2024-12-20T23:23:05.017Z | [ recovery-image] Dec 20 23:23:03.777 INFO O| Dec 20 23:23:03.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5547 | 2024-12-20T23:23:05.017Z | [ recovery-image] Dec 20 23:23:03.777 INFO O| Dec 20 23:23:03.777 INFO STEP 395 (remove_files) COMPLETE |
5548 | 2024-12-20T23:23:05.017Z | [ recovery-image] Dec 20 23:23:03.777 INFO O| Dec 20 23:23:03.777 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5549 | 2024-12-20T23:23:05.086Z | [ recovery-image] Dec 20 23:23:03.845 INFO O| Dec 20 23:23:03.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5550 | 2024-12-20T23:23:05.086Z | [ recovery-image] Dec 20 23:23:03.845 INFO O| Dec 20 23:23:03.845 INFO STEP 396 (remove_files) COMPLETE |
5551 | 2024-12-20T23:23:05.086Z | [ recovery-image] Dec 20 23:23:03.846 INFO O| Dec 20 23:23:03.845 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2024-12-20T23:23:05.105Z | [ recovery-image] Dec 20 23:23:03.865 INFO O| Dec 20 23:23:03.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5553 | 2024-12-20T23:23:05.105Z | [ recovery-image] Dec 20 23:23:03.865 INFO O| Dec 20 23:23:03.865 INFO STEP 397 (remove_files) COMPLETE |
5554 | 2024-12-20T23:23:05.108Z | [ recovery-image] Dec 20 23:23:03.865 INFO O| Dec 20 23:23:03.865 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5555 | 2024-12-20T23:23:05.140Z | [ recovery-image] Dec 20 23:23:03.900 INFO O| Dec 20 23:23:03.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5556 | 2024-12-20T23:23:05.140Z | [ recovery-image] Dec 20 23:23:03.900 INFO O| Dec 20 23:23:03.900 INFO STEP 398 (remove_files) COMPLETE |
5557 | 2024-12-20T23:23:05.141Z | [ recovery-image] Dec 20 23:23:03.900 INFO O| Dec 20 23:23:03.900 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5558 | 2024-12-20T23:23:05.171Z | [ recovery-image] Dec 20 23:23:03.930 INFO O| Dec 20 23:23:03.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5559 | 2024-12-20T23:23:05.171Z | [ recovery-image] Dec 20 23:23:03.930 INFO O| Dec 20 23:23:03.930 INFO STEP 399 (remove_files) COMPLETE |
5560 | 2024-12-20T23:23:05.171Z | [ recovery-image] Dec 20 23:23:03.930 INFO O| Dec 20 23:23:03.930 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5561 | 2024-12-20T23:23:05.190Z | [ recovery-image] Dec 20 23:23:03.949 INFO O| Dec 20 23:23:03.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5562 | 2024-12-20T23:23:05.190Z | [ recovery-image] Dec 20 23:23:03.949 INFO O| Dec 20 23:23:03.949 INFO STEP 400 (remove_files) COMPLETE |
5563 | 2024-12-20T23:23:05.190Z | [ recovery-image] Dec 20 23:23:03.949 INFO O| Dec 20 23:23:03.949 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5564 | 2024-12-20T23:23:05.208Z | [ recovery-image] Dec 20 23:23:03.968 INFO O| Dec 20 23:23:03.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5565 | 2024-12-20T23:23:05.208Z | [ recovery-image] Dec 20 23:23:03.968 INFO O| Dec 20 23:23:03.968 INFO STEP 401 (remove_files) COMPLETE |
5566 | 2024-12-20T23:23:05.208Z | [ recovery-image] Dec 20 23:23:03.968 INFO O| Dec 20 23:23:03.968 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2024-12-20T23:23:05.228Z | [ recovery-image] Dec 20 23:23:03.986 INFO O| Dec 20 23:23:03.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5568 | 2024-12-20T23:23:05.228Z | [ recovery-image] Dec 20 23:23:03.986 INFO O| Dec 20 23:23:03.986 INFO STEP 402 (remove_files) COMPLETE |
5569 | 2024-12-20T23:23:05.228Z | [ recovery-image] Dec 20 23:23:03.986 INFO O| Dec 20 23:23:03.986 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2024-12-20T23:23:05.246Z | [ recovery-image] Dec 20 23:23:04.005 INFO O| Dec 20 23:23:04.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5571 | 2024-12-20T23:23:05.246Z | [ recovery-image] Dec 20 23:23:04.005 INFO O| Dec 20 23:23:04.005 INFO STEP 403 (remove_files) COMPLETE |
5572 | 2024-12-20T23:23:05.246Z | [ recovery-image] Dec 20 23:23:04.005 INFO O| Dec 20 23:23:04.005 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2024-12-20T23:23:05.276Z | [ recovery-image] Dec 20 23:23:04.035 INFO O| Dec 20 23:23:04.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5574 | 2024-12-20T23:23:05.276Z | [ recovery-image] Dec 20 23:23:04.035 INFO O| Dec 20 23:23:04.035 INFO STEP 404 (remove_files) COMPLETE |
5575 | 2024-12-20T23:23:05.276Z | [ recovery-image] Dec 20 23:23:04.035 INFO O| Dec 20 23:23:04.035 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2024-12-20T23:23:05.303Z | [ recovery-image] Dec 20 23:23:04.061 INFO O| Dec 20 23:23:04.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5577 | 2024-12-20T23:23:05.303Z | [ recovery-image] Dec 20 23:23:04.061 INFO O| Dec 20 23:23:04.061 INFO STEP 405 (remove_files) COMPLETE |
5578 | 2024-12-20T23:23:05.307Z | [ recovery-image] Dec 20 23:23:04.061 INFO O| Dec 20 23:23:04.061 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5579 | 2024-12-20T23:23:05.323Z | [ recovery-image] Dec 20 23:23:04.082 INFO O| Dec 20 23:23:04.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5580 | 2024-12-20T23:23:05.323Z | [ recovery-image] Dec 20 23:23:04.083 INFO O| Dec 20 23:23:04.082 INFO STEP 406 (remove_files) COMPLETE |
5581 | 2024-12-20T23:23:05.331Z | [ recovery-image] Dec 20 23:23:04.083 INFO O| Dec 20 23:23:04.083 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5582 | 2024-12-20T23:23:05.350Z | [ recovery-image] Dec 20 23:23:04.109 INFO O| Dec 20 23:23:04.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5583 | 2024-12-20T23:23:05.350Z | [ recovery-image] Dec 20 23:23:04.109 INFO O| Dec 20 23:23:04.101 INFO STEP 407 (remove_files) COMPLETE |
5584 | 2024-12-20T23:23:05.353Z | [ recovery-image] Dec 20 23:23:04.109 INFO O| Dec 20 23:23:04.101 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2024-12-20T23:23:05.370Z | [ recovery-image] Dec 20 23:23:04.130 INFO O| Dec 20 23:23:04.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5586 | 2024-12-20T23:23:05.370Z | [ recovery-image] Dec 20 23:23:04.130 INFO O| Dec 20 23:23:04.119 INFO STEP 408 (remove_files) COMPLETE |
5587 | 2024-12-20T23:23:05.370Z | [ recovery-image] Dec 20 23:23:04.130 INFO O| Dec 20 23:23:04.119 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-12-20T23:23:05.387Z | [ recovery-image] Dec 20 23:23:04.146 INFO O| Dec 20 23:23:04.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5589 | 2024-12-20T23:23:05.387Z | [ recovery-image] Dec 20 23:23:04.147 INFO O| Dec 20 23:23:04.147 INFO STEP 409 (remove_files) COMPLETE |
5590 | 2024-12-20T23:23:05.387Z | [ recovery-image] Dec 20 23:23:04.147 INFO O| Dec 20 23:23:04.147 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-12-20T23:23:05.426Z | [ recovery-image] Dec 20 23:23:04.186 INFO O| Dec 20 23:23:04.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5592 | 2024-12-20T23:23:05.427Z | [ recovery-image] Dec 20 23:23:04.186 INFO O| Dec 20 23:23:04.186 INFO STEP 410 (remove_files) COMPLETE |
5593 | 2024-12-20T23:23:05.427Z | [ recovery-image] Dec 20 23:23:04.186 INFO O| Dec 20 23:23:04.186 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-12-20T23:23:05.471Z | [ recovery-image] Dec 20 23:23:04.230 INFO O| Dec 20 23:23:04.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5595 | 2024-12-20T23:23:05.471Z | [ recovery-image] Dec 20 23:23:04.230 INFO O| Dec 20 23:23:04.230 INFO STEP 411 (remove_files) COMPLETE |
5596 | 2024-12-20T23:23:05.473Z | [ recovery-image] Dec 20 23:23:04.230 INFO O| Dec 20 23:23:04.230 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-12-20T23:23:05.504Z | [ recovery-image] Dec 20 23:23:04.263 INFO O| Dec 20 23:23:04.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5598 | 2024-12-20T23:23:05.507Z | [ recovery-image] Dec 20 23:23:04.263 INFO O| Dec 20 23:23:04.263 INFO STEP 412 (remove_files) COMPLETE |
5599 | 2024-12-20T23:23:05.507Z | [ recovery-image] Dec 20 23:23:04.264 INFO O| Dec 20 23:23:04.263 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2024-12-20T23:23:05.527Z | [ recovery-image] Dec 20 23:23:04.287 INFO O| Dec 20 23:23:04.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5601 | 2024-12-20T23:23:05.530Z | [ recovery-image] Dec 20 23:23:04.287 INFO O| Dec 20 23:23:04.287 INFO STEP 413 (remove_files) COMPLETE |
5602 | 2024-12-20T23:23:05.530Z | [ recovery-image] Dec 20 23:23:04.287 INFO O| Dec 20 23:23:04.287 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2024-12-20T23:23:05.564Z | [ recovery-image] Dec 20 23:23:04.324 INFO O| Dec 20 23:23:04.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5604 | 2024-12-20T23:23:05.567Z | [ recovery-image] Dec 20 23:23:04.324 INFO O| Dec 20 23:23:04.324 INFO STEP 414 (remove_files) COMPLETE |
5605 | 2024-12-20T23:23:05.567Z | [ recovery-image] Dec 20 23:23:04.324 INFO O| Dec 20 23:23:04.324 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2024-12-20T23:23:05.585Z | [ recovery-image] Dec 20 23:23:04.345 INFO O| Dec 20 23:23:04.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5607 | 2024-12-20T23:23:05.588Z | [ recovery-image] Dec 20 23:23:04.345 INFO O| Dec 20 23:23:04.345 INFO STEP 415 (remove_files) COMPLETE |
5608 | 2024-12-20T23:23:05.588Z | [ recovery-image] Dec 20 23:23:04.345 INFO O| Dec 20 23:23:04.345 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-12-20T23:23:05.604Z | [ recovery-image] Dec 20 23:23:04.363 INFO O| Dec 20 23:23:04.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5610 | 2024-12-20T23:23:05.606Z | [ recovery-image] Dec 20 23:23:04.364 INFO O| Dec 20 23:23:04.363 INFO STEP 416 (remove_files) COMPLETE |
5611 | 2024-12-20T23:23:05.607Z | [ recovery-image] Dec 20 23:23:04.364 INFO O| Dec 20 23:23:04.364 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2024-12-20T23:23:05.623Z | [ recovery-image] Dec 20 23:23:04.382 INFO O| Dec 20 23:23:04.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5613 | 2024-12-20T23:23:05.625Z | [ recovery-image] Dec 20 23:23:04.382 INFO O| Dec 20 23:23:04.382 INFO STEP 417 (remove_files) COMPLETE |
5614 | 2024-12-20T23:23:05.625Z | [ recovery-image] Dec 20 23:23:04.383 INFO O| Dec 20 23:23:04.382 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2024-12-20T23:23:05.639Z | [ host-image] Dec 20 23:23:04.398 INFO O| Dec 20 23:23:04.398 INFO O| Done |
5616 | 2024-12-20T23:23:05.639Z | [ host-image] Dec 20 23:23:04.399 INFO O| Dec 20 23:23:04.398 INFO O| Done |
5617 | 2024-12-20T23:23:05.642Z | [ recovery-image] Dec 20 23:23:04.401 INFO O| Dec 20 23:23:04.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5618 | 2024-12-20T23:23:05.646Z | [ recovery-image] Dec 20 23:23:04.401 INFO O| Dec 20 23:23:04.401 INFO STEP 418 (remove_files) COMPLETE |
5619 | 2024-12-20T23:23:05.646Z | [ recovery-image] Dec 20 23:23:04.401 INFO O| Dec 20 23:23:04.401 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-12-20T23:23:05.673Z | [ recovery-image] Dec 20 23:23:04.428 INFO O| Dec 20 23:23:04.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5621 | 2024-12-20T23:23:05.673Z | [ recovery-image] Dec 20 23:23:04.429 INFO O| Dec 20 23:23:04.429 INFO STEP 419 (remove_files) COMPLETE |
5622 | 2024-12-20T23:23:05.673Z | [ recovery-image] Dec 20 23:23:04.429 INFO O| Dec 20 23:23:04.429 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-12-20T23:23:05.691Z | [ recovery-image] Dec 20 23:23:04.449 INFO O| Dec 20 23:23:04.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5624 | 2024-12-20T23:23:05.695Z | [ recovery-image] Dec 20 23:23:04.450 INFO O| Dec 20 23:23:04.450 INFO STEP 420 (remove_files) COMPLETE |
5625 | 2024-12-20T23:23:05.695Z | [ recovery-image] Dec 20 23:23:04.450 INFO O| Dec 20 23:23:04.450 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-12-20T23:23:05.711Z | [ recovery-image] Dec 20 23:23:04.470 INFO O| Dec 20 23:23:04.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5627 | 2024-12-20T23:23:05.711Z | [ recovery-image] Dec 20 23:23:04.470 INFO O| Dec 20 23:23:04.470 INFO STEP 421 (remove_files) COMPLETE |
5628 | 2024-12-20T23:23:05.711Z | [ recovery-image] Dec 20 23:23:04.470 INFO O| Dec 20 23:23:04.470 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-12-20T23:23:05.732Z | [ recovery-image] Dec 20 23:23:04.489 INFO O| Dec 20 23:23:04.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5630 | 2024-12-20T23:23:05.732Z | [ recovery-image] Dec 20 23:23:04.490 INFO O| Dec 20 23:23:04.489 INFO STEP 422 (remove_files) COMPLETE |
5631 | 2024-12-20T23:23:05.732Z | [ recovery-image] Dec 20 23:23:04.490 INFO O| Dec 20 23:23:04.490 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-12-20T23:23:05.748Z | [ recovery-image] Dec 20 23:23:04.507 INFO O| Dec 20 23:23:04.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5633 | 2024-12-20T23:23:05.748Z | [ recovery-image] Dec 20 23:23:04.507 INFO O| Dec 20 23:23:04.507 INFO STEP 423 (remove_files) COMPLETE |
5634 | 2024-12-20T23:23:05.748Z | [ recovery-image] Dec 20 23:23:04.507 INFO O| Dec 20 23:23:04.507 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-12-20T23:23:05.771Z | [ recovery-image] Dec 20 23:23:04.528 INFO O| Dec 20 23:23:04.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5636 | 2024-12-20T23:23:05.771Z | [ recovery-image] Dec 20 23:23:04.528 INFO O| Dec 20 23:23:04.528 INFO STEP 424 (remove_files) COMPLETE |
5637 | 2024-12-20T23:23:05.771Z | [ recovery-image] Dec 20 23:23:04.528 INFO O| Dec 20 23:23:04.528 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2024-12-20T23:23:05.787Z | [ recovery-image] Dec 20 23:23:04.546 INFO O| Dec 20 23:23:04.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5639 | 2024-12-20T23:23:05.791Z | [ recovery-image] Dec 20 23:23:04.546 INFO O| Dec 20 23:23:04.546 INFO STEP 425 (remove_files) COMPLETE |
5640 | 2024-12-20T23:23:05.791Z | [ recovery-image] Dec 20 23:23:04.547 INFO O| Dec 20 23:23:04.547 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2024-12-20T23:23:05.813Z | [ recovery-image] Dec 20 23:23:04.564 INFO O| Dec 20 23:23:04.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5642 | 2024-12-20T23:23:05.813Z | [ recovery-image] Dec 20 23:23:04.564 INFO O| Dec 20 23:23:04.564 INFO STEP 426 (remove_files) COMPLETE |
5643 | 2024-12-20T23:23:05.813Z | [ recovery-image] Dec 20 23:23:04.564 INFO O| Dec 20 23:23:04.564 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2024-12-20T23:23:05.840Z | [ recovery-image] Dec 20 23:23:04.599 INFO O| Dec 20 23:23:04.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5645 | 2024-12-20T23:23:05.952Z | [ recovery-image] Dec 20 23:23:04.711 INFO O| Dec 20 23:23:04.711 INFO STEP 427 (remove_files) COMPLETE |
5646 | 2024-12-20T23:23:05.952Z | [ recovery-image] Dec 20 23:23:04.711 INFO O| Dec 20 23:23:04.711 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2024-12-20T23:23:05.969Z | [ recovery-image] Dec 20 23:23:04.728 INFO O| Dec 20 23:23:04.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5648 | 2024-12-20T23:23:05.969Z | [ recovery-image] Dec 20 23:23:04.728 INFO O| Dec 20 23:23:04.728 INFO STEP 428 (remove_files) COMPLETE |
5649 | 2024-12-20T23:23:05.969Z | [ recovery-image] Dec 20 23:23:04.728 INFO O| Dec 20 23:23:04.728 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2024-12-20T23:23:06.027Z | [ recovery-image] Dec 20 23:23:04.786 INFO O| Dec 20 23:23:04.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5651 | 2024-12-20T23:23:06.027Z | [ recovery-image] Dec 20 23:23:04.786 INFO O| Dec 20 23:23:04.786 INFO STEP 429 (remove_files) COMPLETE |
5652 | 2024-12-20T23:23:06.027Z | [ recovery-image] Dec 20 23:23:04.786 INFO O| Dec 20 23:23:04.786 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5653 | 2024-12-20T23:23:06.044Z | [ recovery-image] Dec 20 23:23:04.802 INFO O| Dec 20 23:23:04.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5654 | 2024-12-20T23:23:06.045Z | [ recovery-image] Dec 20 23:23:04.802 INFO O| Dec 20 23:23:04.802 INFO STEP 430 (remove_files) COMPLETE |
5655 | 2024-12-20T23:23:06.045Z | [ recovery-image] Dec 20 23:23:04.802 INFO O| Dec 20 23:23:04.802 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5656 | 2024-12-20T23:23:06.059Z | [ recovery-image] Dec 20 23:23:04.818 INFO O| Dec 20 23:23:04.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5657 | 2024-12-20T23:23:06.059Z | [ recovery-image] Dec 20 23:23:04.818 INFO O| Dec 20 23:23:04.818 INFO STEP 431 (remove_files) COMPLETE |
5658 | 2024-12-20T23:23:06.059Z | [ recovery-image] Dec 20 23:23:04.818 INFO O| Dec 20 23:23:04.818 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5659 | 2024-12-20T23:23:06.076Z | [ recovery-image] Dec 20 23:23:04.836 INFO O| Dec 20 23:23:04.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5660 | 2024-12-20T23:23:06.077Z | [ recovery-image] Dec 20 23:23:04.836 INFO O| Dec 20 23:23:04.836 INFO STEP 432 (remove_files) COMPLETE |
5661 | 2024-12-20T23:23:06.077Z | [ recovery-image] Dec 20 23:23:04.836 INFO O| Dec 20 23:23:04.836 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2024-12-20T23:23:06.094Z | [ recovery-image] Dec 20 23:23:04.853 INFO O| Dec 20 23:23:04.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5663 | 2024-12-20T23:23:06.094Z | [ recovery-image] Dec 20 23:23:04.853 INFO O| Dec 20 23:23:04.853 INFO STEP 433 (remove_files) COMPLETE |
5664 | 2024-12-20T23:23:06.094Z | [ recovery-image] Dec 20 23:23:04.853 INFO O| Dec 20 23:23:04.853 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2024-12-20T23:23:06.111Z | [ recovery-image] Dec 20 23:23:04.870 INFO O| Dec 20 23:23:04.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5666 | 2024-12-20T23:23:06.111Z | [ recovery-image] Dec 20 23:23:04.870 INFO O| Dec 20 23:23:04.870 INFO STEP 434 (remove_files) COMPLETE |
5667 | 2024-12-20T23:23:06.114Z | [ recovery-image] Dec 20 23:23:04.871 INFO O| Dec 20 23:23:04.870 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-12-20T23:23:06.149Z | [ recovery-image] Dec 20 23:23:04.908 INFO O| Dec 20 23:23:04.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5669 | 2024-12-20T23:23:06.149Z | [ recovery-image] Dec 20 23:23:04.908 INFO O| Dec 20 23:23:04.908 INFO STEP 435 (remove_files) COMPLETE |
5670 | 2024-12-20T23:23:06.149Z | [ recovery-image] Dec 20 23:23:04.908 INFO O| Dec 20 23:23:04.908 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-12-20T23:23:06.200Z | [ recovery-image] Dec 20 23:23:04.960 INFO O| Dec 20 23:23:04.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5672 | 2024-12-20T23:23:06.200Z | [ recovery-image] Dec 20 23:23:04.960 INFO O| Dec 20 23:23:04.960 INFO STEP 436 (remove_files) COMPLETE |
5673 | 2024-12-20T23:23:06.201Z | [ recovery-image] Dec 20 23:23:04.960 INFO O| Dec 20 23:23:04.960 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-12-20T23:23:06.219Z | [ recovery-image] Dec 20 23:23:04.978 INFO O| Dec 20 23:23:04.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5675 | 2024-12-20T23:23:06.219Z | [ recovery-image] Dec 20 23:23:04.978 INFO O| Dec 20 23:23:04.978 INFO STEP 437 (remove_files) COMPLETE |
5676 | 2024-12-20T23:23:06.219Z | [ recovery-image] Dec 20 23:23:04.978 INFO O| Dec 20 23:23:04.978 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-12-20T23:23:06.235Z | [ recovery-image] Dec 20 23:23:04.994 INFO O| Dec 20 23:23:04.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5678 | 2024-12-20T23:23:06.235Z | [ recovery-image] Dec 20 23:23:04.994 INFO O| Dec 20 23:23:04.994 INFO STEP 438 (remove_files) COMPLETE |
5679 | 2024-12-20T23:23:06.235Z | [ recovery-image] Dec 20 23:23:04.994 INFO O| Dec 20 23:23:04.994 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-12-20T23:23:06.301Z | [ recovery-image] Dec 20 23:23:05.057 INFO O| Dec 20 23:23:05.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5681 | 2024-12-20T23:23:06.301Z | [ recovery-image] Dec 20 23:23:05.057 INFO O| Dec 20 23:23:05.057 INFO STEP 439 (remove_files) COMPLETE |
5682 | 2024-12-20T23:23:06.301Z | [ recovery-image] Dec 20 23:23:05.057 INFO O| Dec 20 23:23:05.057 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-12-20T23:23:06.321Z | [ recovery-image] Dec 20 23:23:05.080 INFO O| Dec 20 23:23:05.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5684 | 2024-12-20T23:23:06.321Z | [ recovery-image] Dec 20 23:23:05.080 INFO O| Dec 20 23:23:05.080 INFO STEP 440 (remove_files) COMPLETE |
5685 | 2024-12-20T23:23:06.321Z | [ recovery-image] Dec 20 23:23:05.080 INFO O| Dec 20 23:23:05.080 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-12-20T23:23:06.353Z | [ recovery-image] Dec 20 23:23:05.112 INFO O| Dec 20 23:23:05.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5687 | 2024-12-20T23:23:06.353Z | [ recovery-image] Dec 20 23:23:05.112 INFO O| Dec 20 23:23:05.112 INFO STEP 441 (remove_files) COMPLETE |
5688 | 2024-12-20T23:23:06.356Z | [ recovery-image] Dec 20 23:23:05.112 INFO O| Dec 20 23:23:05.112 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2024-12-20T23:23:06.381Z | [ recovery-image] Dec 20 23:23:05.140 INFO O| Dec 20 23:23:05.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5690 | 2024-12-20T23:23:06.381Z | [ recovery-image] Dec 20 23:23:05.140 INFO O| Dec 20 23:23:05.140 INFO STEP 442 (remove_files) COMPLETE |
5691 | 2024-12-20T23:23:06.381Z | [ recovery-image] Dec 20 23:23:05.140 INFO O| Dec 20 23:23:05.140 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2024-12-20T23:23:06.399Z | [ recovery-image] Dec 20 23:23:05.159 INFO O| Dec 20 23:23:05.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5693 | 2024-12-20T23:23:06.399Z | [ recovery-image] Dec 20 23:23:05.159 INFO O| Dec 20 23:23:05.159 INFO STEP 443 (remove_files) COMPLETE |
5694 | 2024-12-20T23:23:06.399Z | [ recovery-image] Dec 20 23:23:05.159 INFO O| Dec 20 23:23:05.159 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2024-12-20T23:23:06.451Z | [ recovery-image] Dec 20 23:23:05.211 INFO O| Dec 20 23:23:05.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5696 | 2024-12-20T23:23:06.452Z | [ recovery-image] Dec 20 23:23:05.211 INFO O| Dec 20 23:23:05.211 INFO STEP 444 (remove_files) COMPLETE |
5697 | 2024-12-20T23:23:06.452Z | [ recovery-image] Dec 20 23:23:05.211 INFO O| Dec 20 23:23:05.211 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2024-12-20T23:23:06.474Z | [ recovery-image] Dec 20 23:23:05.233 INFO O| Dec 20 23:23:05.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5699 | 2024-12-20T23:23:06.474Z | [ recovery-image] Dec 20 23:23:05.233 INFO O| Dec 20 23:23:05.233 INFO STEP 445 (remove_files) COMPLETE |
5700 | 2024-12-20T23:23:06.476Z | [ recovery-image] Dec 20 23:23:05.233 INFO O| Dec 20 23:23:05.233 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2024-12-20T23:23:06.492Z | [ recovery-image] Dec 20 23:23:05.252 INFO O| Dec 20 23:23:05.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5702 | 2024-12-20T23:23:06.513Z | [ recovery-image] Dec 20 23:23:05.272 INFO O| Dec 20 23:23:05.272 INFO STEP 446 (remove_files) COMPLETE |
5703 | 2024-12-20T23:23:06.513Z | [ recovery-image] Dec 20 23:23:05.272 INFO O| Dec 20 23:23:05.272 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2024-12-20T23:23:06.567Z | [ recovery-image] Dec 20 23:23:05.326 INFO O| Dec 20 23:23:05.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5705 | 2024-12-20T23:23:06.567Z | [ recovery-image] Dec 20 23:23:05.327 INFO O| Dec 20 23:23:05.327 INFO STEP 447 (remove_files) COMPLETE |
5706 | 2024-12-20T23:23:06.567Z | [ recovery-image] Dec 20 23:23:05.327 INFO O| Dec 20 23:23:05.327 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2024-12-20T23:23:06.585Z | [ recovery-image] Dec 20 23:23:05.344 INFO O| Dec 20 23:23:05.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5708 | 2024-12-20T23:23:06.585Z | [ recovery-image] Dec 20 23:23:05.344 INFO O| Dec 20 23:23:05.344 INFO STEP 448 (remove_files) COMPLETE |
5709 | 2024-12-20T23:23:06.585Z | [ recovery-image] Dec 20 23:23:05.344 INFO O| Dec 20 23:23:05.344 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2024-12-20T23:23:06.621Z | [ recovery-image] Dec 20 23:23:05.380 INFO O| Dec 20 23:23:05.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5711 | 2024-12-20T23:23:06.621Z | [ recovery-image] Dec 20 23:23:05.380 INFO O| Dec 20 23:23:05.380 INFO STEP 449 (remove_files) COMPLETE |
5712 | 2024-12-20T23:23:06.621Z | [ recovery-image] Dec 20 23:23:05.380 INFO O| Dec 20 23:23:05.380 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2024-12-20T23:23:06.658Z | [ recovery-image] Dec 20 23:23:05.417 INFO O| Dec 20 23:23:05.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5714 | 2024-12-20T23:23:06.658Z | [ recovery-image] Dec 20 23:23:05.417 INFO O| Dec 20 23:23:05.417 INFO STEP 450 (remove_files) COMPLETE |
5715 | 2024-12-20T23:23:06.661Z | [ recovery-image] Dec 20 23:23:05.417 INFO O| Dec 20 23:23:05.417 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2024-12-20T23:23:06.675Z | [ recovery-image] Dec 20 23:23:05.434 INFO O| Dec 20 23:23:05.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5717 | 2024-12-20T23:23:06.675Z | [ recovery-image] Dec 20 23:23:05.434 INFO O| Dec 20 23:23:05.434 INFO STEP 451 (remove_files) COMPLETE |
5718 | 2024-12-20T23:23:06.675Z | [ recovery-image] Dec 20 23:23:05.434 INFO O| Dec 20 23:23:05.434 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-12-20T23:23:06.707Z | [ recovery-image] Dec 20 23:23:05.466 INFO O| Dec 20 23:23:05.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5720 | 2024-12-20T23:23:06.707Z | [ recovery-image] Dec 20 23:23:05.466 INFO O| Dec 20 23:23:05.466 INFO STEP 452 (remove_files) COMPLETE |
5721 | 2024-12-20T23:23:06.707Z | [ recovery-image] Dec 20 23:23:05.466 INFO O| Dec 20 23:23:05.466 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-12-20T23:23:06.725Z | [ recovery-image] Dec 20 23:23:05.484 INFO O| Dec 20 23:23:05.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5723 | 2024-12-20T23:23:06.725Z | [ recovery-image] Dec 20 23:23:05.485 INFO O| Dec 20 23:23:05.484 INFO STEP 453 (remove_files) COMPLETE |
5724 | 2024-12-20T23:23:06.728Z | [ recovery-image] Dec 20 23:23:05.485 INFO O| Dec 20 23:23:05.485 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-12-20T23:23:06.741Z | [ recovery-image] Dec 20 23:23:05.500 INFO O| Dec 20 23:23:05.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5726 | 2024-12-20T23:23:06.741Z | [ recovery-image] Dec 20 23:23:05.500 INFO O| Dec 20 23:23:05.500 INFO STEP 454 (remove_files) COMPLETE |
5727 | 2024-12-20T23:23:06.741Z | [ recovery-image] Dec 20 23:23:05.500 INFO O| Dec 20 23:23:05.500 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-12-20T23:23:06.757Z | [ recovery-image] Dec 20 23:23:05.516 INFO O| Dec 20 23:23:05.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5729 | 2024-12-20T23:23:06.757Z | [ recovery-image] Dec 20 23:23:05.516 INFO O| Dec 20 23:23:05.516 INFO STEP 455 (remove_files) COMPLETE |
5730 | 2024-12-20T23:23:06.759Z | [ recovery-image] Dec 20 23:23:05.516 INFO O| Dec 20 23:23:05.516 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-12-20T23:23:06.788Z | [ recovery-image] Dec 20 23:23:05.547 INFO O| Dec 20 23:23:05.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5732 | 2024-12-20T23:23:06.788Z | [ recovery-image] Dec 20 23:23:05.547 INFO O| Dec 20 23:23:05.547 INFO STEP 456 (remove_files) COMPLETE |
5733 | 2024-12-20T23:23:06.788Z | [ recovery-image] Dec 20 23:23:05.547 INFO O| Dec 20 23:23:05.547 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-12-20T23:23:06.808Z | [ recovery-image] Dec 20 23:23:05.567 INFO O| Dec 20 23:23:05.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5735 | 2024-12-20T23:23:06.808Z | [ recovery-image] Dec 20 23:23:05.567 INFO O| Dec 20 23:23:05.567 INFO STEP 457 (remove_files) COMPLETE |
5736 | 2024-12-20T23:23:06.808Z | [ recovery-image] Dec 20 23:23:05.567 INFO O| Dec 20 23:23:05.567 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-12-20T23:23:06.826Z | [ recovery-image] Dec 20 23:23:05.586 INFO O| Dec 20 23:23:05.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5738 | 2024-12-20T23:23:06.826Z | [ recovery-image] Dec 20 23:23:05.586 INFO O| Dec 20 23:23:05.586 INFO STEP 458 (remove_files) COMPLETE |
5739 | 2024-12-20T23:23:06.826Z | [ recovery-image] Dec 20 23:23:05.586 INFO O| Dec 20 23:23:05.586 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-12-20T23:23:06.846Z | [ recovery-image] Dec 20 23:23:05.606 INFO O| Dec 20 23:23:05.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5741 | 2024-12-20T23:23:06.846Z | [ recovery-image] Dec 20 23:23:05.606 INFO O| Dec 20 23:23:05.606 INFO STEP 459 (remove_files) COMPLETE |
5742 | 2024-12-20T23:23:06.846Z | [ recovery-image] Dec 20 23:23:05.606 INFO O| Dec 20 23:23:05.606 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-12-20T23:23:06.869Z | [ recovery-image] Dec 20 23:23:05.628 INFO O| Dec 20 23:23:05.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5744 | 2024-12-20T23:23:06.882Z | [ recovery-image] Dec 20 23:23:05.642 INFO O| Dec 20 23:23:05.642 INFO STEP 460 (remove_files) COMPLETE |
5745 | 2024-12-20T23:23:06.882Z | [ recovery-image] Dec 20 23:23:05.642 INFO O| Dec 20 23:23:05.642 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-12-20T23:23:06.897Z | [ host-image] Dec 20 23:23:05.656 INFO O| Dec 20 23:23:05.656 INFO O| Done |
5747 | 2024-12-20T23:23:06.921Z | [ recovery-image] Dec 20 23:23:05.680 INFO O| Dec 20 23:23:05.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5748 | 2024-12-20T23:23:06.924Z | [ recovery-image] Dec 20 23:23:05.681 INFO O| Dec 20 23:23:05.681 INFO STEP 461 (remove_files) COMPLETE |
5749 | 2024-12-20T23:23:06.924Z | [ recovery-image] Dec 20 23:23:05.681 INFO O| Dec 20 23:23:05.681 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-12-20T23:23:06.955Z | [ recovery-image] Dec 20 23:23:05.714 INFO O| Dec 20 23:23:05.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5751 | 2024-12-20T23:23:06.955Z | [ recovery-image] Dec 20 23:23:05.714 INFO O| Dec 20 23:23:05.714 INFO STEP 462 (remove_files) COMPLETE |
5752 | 2024-12-20T23:23:06.955Z | [ recovery-image] Dec 20 23:23:05.714 INFO O| Dec 20 23:23:05.714 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-12-20T23:23:06.977Z | [ recovery-image] Dec 20 23:23:05.735 INFO O| Dec 20 23:23:05.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5754 | 2024-12-20T23:23:06.977Z | [ recovery-image] Dec 20 23:23:05.736 INFO O| Dec 20 23:23:05.735 INFO STEP 463 (remove_files) COMPLETE |
5755 | 2024-12-20T23:23:06.977Z | [ recovery-image] Dec 20 23:23:05.736 INFO O| Dec 20 23:23:05.736 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-12-20T23:23:07.014Z | [ recovery-image] Dec 20 23:23:05.773 INFO O| Dec 20 23:23:05.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5757 | 2024-12-20T23:23:07.014Z | [ recovery-image] Dec 20 23:23:05.773 INFO O| Dec 20 23:23:05.773 INFO STEP 464 (remove_files) COMPLETE |
5758 | 2024-12-20T23:23:07.014Z | [ recovery-image] Dec 20 23:23:05.773 INFO O| Dec 20 23:23:05.773 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-12-20T23:23:07.032Z | [ recovery-image] Dec 20 23:23:05.790 INFO O| Dec 20 23:23:05.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5760 | 2024-12-20T23:23:07.032Z | [ recovery-image] Dec 20 23:23:05.790 INFO O| Dec 20 23:23:05.790 INFO STEP 465 (remove_files) COMPLETE |
5761 | 2024-12-20T23:23:07.032Z | [ recovery-image] Dec 20 23:23:05.790 INFO O| Dec 20 23:23:05.790 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-12-20T23:23:07.049Z | [ recovery-image] Dec 20 23:23:05.808 INFO O| Dec 20 23:23:05.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5763 | 2024-12-20T23:23:07.049Z | [ recovery-image] Dec 20 23:23:05.808 INFO O| Dec 20 23:23:05.808 INFO STEP 466 (remove_files) COMPLETE |
5764 | 2024-12-20T23:23:07.049Z | [ recovery-image] Dec 20 23:23:05.808 INFO O| Dec 20 23:23:05.808 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-12-20T23:23:07.090Z | [ recovery-image] Dec 20 23:23:05.848 INFO O| Dec 20 23:23:05.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5766 | 2024-12-20T23:23:07.090Z | [ recovery-image] Dec 20 23:23:05.848 INFO O| Dec 20 23:23:05.848 INFO STEP 467 (remove_files) COMPLETE |
5767 | 2024-12-20T23:23:07.090Z | [ recovery-image] Dec 20 23:23:05.848 INFO O| Dec 20 23:23:05.848 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-12-20T23:23:07.114Z | [ recovery-image] Dec 20 23:23:05.873 INFO O| Dec 20 23:23:05.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5769 | 2024-12-20T23:23:07.117Z | [ recovery-image] Dec 20 23:23:05.873 INFO O| Dec 20 23:23:05.873 INFO STEP 468 (remove_files) COMPLETE |
5770 | 2024-12-20T23:23:07.117Z | [ recovery-image] Dec 20 23:23:05.873 INFO O| Dec 20 23:23:05.873 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-12-20T23:23:07.132Z | [ recovery-image] Dec 20 23:23:05.891 INFO O| Dec 20 23:23:05.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5772 | 2024-12-20T23:23:07.133Z | [ recovery-image] Dec 20 23:23:05.891 INFO O| Dec 20 23:23:05.891 INFO STEP 469 (remove_files) COMPLETE |
5773 | 2024-12-20T23:23:07.133Z | [ recovery-image] Dec 20 23:23:05.891 INFO O| Dec 20 23:23:05.891 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-12-20T23:23:07.148Z | [ recovery-image] Dec 20 23:23:05.908 INFO O| Dec 20 23:23:05.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5775 | 2024-12-20T23:23:07.148Z | [ recovery-image] Dec 20 23:23:05.908 INFO O| Dec 20 23:23:05.908 INFO STEP 470 (remove_files) COMPLETE |
5776 | 2024-12-20T23:23:07.151Z | [ recovery-image] Dec 20 23:23:05.908 INFO O| Dec 20 23:23:05.908 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-12-20T23:23:07.178Z | [ recovery-image] Dec 20 23:23:05.937 INFO O| Dec 20 23:23:05.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5778 | 2024-12-20T23:23:07.178Z | [ recovery-image] Dec 20 23:23:05.937 INFO O| Dec 20 23:23:05.937 INFO STEP 471 (remove_files) COMPLETE |
5779 | 2024-12-20T23:23:07.181Z | [ recovery-image] Dec 20 23:23:05.937 INFO O| Dec 20 23:23:05.937 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-12-20T23:23:07.198Z | [ recovery-image] Dec 20 23:23:05.957 INFO O| Dec 20 23:23:05.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5781 | 2024-12-20T23:23:07.218Z | [ recovery-image] Dec 20 23:23:05.977 INFO O| Dec 20 23:23:05.977 INFO STEP 472 (remove_files) COMPLETE |
5782 | 2024-12-20T23:23:07.218Z | [ recovery-image] Dec 20 23:23:05.977 INFO O| Dec 20 23:23:05.977 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-12-20T23:23:07.255Z | [ recovery-image] Dec 20 23:23:06.014 INFO O| Dec 20 23:23:06.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5784 | 2024-12-20T23:23:07.257Z | [ recovery-image] Dec 20 23:23:06.014 INFO O| Dec 20 23:23:06.014 INFO STEP 473 (remove_files) COMPLETE |
5785 | 2024-12-20T23:23:07.257Z | [ recovery-image] Dec 20 23:23:06.014 INFO O| Dec 20 23:23:06.014 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-12-20T23:23:07.285Z | [ recovery-image] Dec 20 23:23:06.044 INFO O| Dec 20 23:23:06.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5787 | 2024-12-20T23:23:07.285Z | [ recovery-image] Dec 20 23:23:06.044 INFO O| Dec 20 23:23:06.044 INFO STEP 474 (remove_files) COMPLETE |
5788 | 2024-12-20T23:23:07.285Z | [ recovery-image] Dec 20 23:23:06.044 INFO O| Dec 20 23:23:06.044 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-12-20T23:23:07.306Z | [ recovery-image] Dec 20 23:23:06.065 INFO O| Dec 20 23:23:06.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5790 | 2024-12-20T23:23:07.306Z | [ recovery-image] Dec 20 23:23:06.065 INFO O| Dec 20 23:23:06.065 INFO STEP 475 (remove_files) COMPLETE |
5791 | 2024-12-20T23:23:07.306Z | [ recovery-image] Dec 20 23:23:06.065 INFO O| Dec 20 23:23:06.065 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-12-20T23:23:07.324Z | [ recovery-image] Dec 20 23:23:06.083 INFO O| Dec 20 23:23:06.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5793 | 2024-12-20T23:23:07.327Z | [ recovery-image] Dec 20 23:23:06.083 INFO O| Dec 20 23:23:06.083 INFO STEP 476 (remove_files) COMPLETE |
5794 | 2024-12-20T23:23:07.327Z | [ recovery-image] Dec 20 23:23:06.083 INFO O| Dec 20 23:23:06.083 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-12-20T23:23:07.357Z | [ recovery-image] Dec 20 23:23:06.116 INFO O| Dec 20 23:23:06.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5796 | 2024-12-20T23:23:07.357Z | [ recovery-image] Dec 20 23:23:06.116 INFO O| Dec 20 23:23:06.116 INFO STEP 477 (remove_files) COMPLETE |
5797 | 2024-12-20T23:23:07.360Z | [ recovery-image] Dec 20 23:23:06.116 INFO O| Dec 20 23:23:06.116 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-12-20T23:23:07.435Z | [ recovery-image] Dec 20 23:23:06.194 INFO O| Dec 20 23:23:06.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5799 | 2024-12-20T23:23:07.435Z | [ recovery-image] Dec 20 23:23:06.194 INFO O| Dec 20 23:23:06.194 INFO STEP 478 (remove_files) COMPLETE |
5800 | 2024-12-20T23:23:07.435Z | [ recovery-image] Dec 20 23:23:06.194 INFO O| Dec 20 23:23:06.194 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-12-20T23:23:07.456Z | [ recovery-image] Dec 20 23:23:06.215 INFO O| Dec 20 23:23:06.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5802 | 2024-12-20T23:23:07.459Z | [ recovery-image] Dec 20 23:23:06.215 INFO O| Dec 20 23:23:06.215 INFO STEP 479 (remove_files) COMPLETE |
5803 | 2024-12-20T23:23:07.459Z | [ recovery-image] Dec 20 23:23:06.216 INFO O| Dec 20 23:23:06.215 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-12-20T23:23:07.475Z | [ recovery-image] Dec 20 23:23:06.234 INFO O| Dec 20 23:23:06.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5805 | 2024-12-20T23:23:07.478Z | [ recovery-image] Dec 20 23:23:06.234 INFO O| Dec 20 23:23:06.234 INFO STEP 480 (remove_files) COMPLETE |
5806 | 2024-12-20T23:23:07.478Z | [ recovery-image] Dec 20 23:23:06.235 INFO O| Dec 20 23:23:06.234 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-12-20T23:23:07.492Z | [ recovery-image] Dec 20 23:23:06.251 INFO O| Dec 20 23:23:06.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5808 | 2024-12-20T23:23:07.495Z | [ recovery-image] Dec 20 23:23:06.252 INFO O| Dec 20 23:23:06.252 INFO STEP 481 (remove_files) COMPLETE |
5809 | 2024-12-20T23:23:07.495Z | [ recovery-image] Dec 20 23:23:06.252 INFO O| Dec 20 23:23:06.252 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-12-20T23:23:07.517Z | [ recovery-image] Dec 20 23:23:06.276 INFO O| Dec 20 23:23:06.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5811 | 2024-12-20T23:23:07.517Z | [ recovery-image] Dec 20 23:23:06.276 INFO O| Dec 20 23:23:06.276 INFO STEP 482 (remove_files) COMPLETE |
5812 | 2024-12-20T23:23:07.520Z | [ recovery-image] Dec 20 23:23:06.276 INFO O| Dec 20 23:23:06.276 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-12-20T23:23:07.550Z | [ recovery-image] Dec 20 23:23:06.308 INFO O| Dec 20 23:23:06.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5814 | 2024-12-20T23:23:07.550Z | [ recovery-image] Dec 20 23:23:06.308 INFO O| Dec 20 23:23:06.308 INFO STEP 483 (remove_files) COMPLETE |
5815 | 2024-12-20T23:23:07.550Z | [ recovery-image] Dec 20 23:23:06.308 INFO O| Dec 20 23:23:06.308 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-12-20T23:23:07.589Z | [ recovery-image] Dec 20 23:23:06.348 INFO O| Dec 20 23:23:06.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5817 | 2024-12-20T23:23:07.613Z | [ recovery-image] Dec 20 23:23:06.372 INFO O| Dec 20 23:23:06.372 INFO STEP 484 (remove_files) COMPLETE |
5818 | 2024-12-20T23:23:07.613Z | [ recovery-image] Dec 20 23:23:06.372 INFO O| Dec 20 23:23:06.372 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-12-20T23:23:07.666Z | [ recovery-image] Dec 20 23:23:06.425 INFO O| Dec 20 23:23:06.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5820 | 2024-12-20T23:23:07.666Z | [ recovery-image] Dec 20 23:23:06.426 INFO O| Dec 20 23:23:06.425 INFO STEP 485 (remove_files) COMPLETE |
5821 | 2024-12-20T23:23:07.666Z | [ recovery-image] Dec 20 23:23:06.426 INFO O| Dec 20 23:23:06.426 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2024-12-20T23:23:07.699Z | [ recovery-image] Dec 20 23:23:06.458 INFO O| Dec 20 23:23:06.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5823 | 2024-12-20T23:23:07.699Z | [ recovery-image] Dec 20 23:23:06.458 INFO O| Dec 20 23:23:06.458 INFO STEP 486 (remove_files) COMPLETE |
5824 | 2024-12-20T23:23:07.699Z | [ recovery-image] Dec 20 23:23:06.458 INFO O| Dec 20 23:23:06.458 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2024-12-20T23:23:07.720Z | [ recovery-image] Dec 20 23:23:06.479 INFO O| Dec 20 23:23:06.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5826 | 2024-12-20T23:23:07.720Z | [ recovery-image] Dec 20 23:23:06.479 INFO O| Dec 20 23:23:06.479 INFO STEP 487 (remove_files) COMPLETE |
5827 | 2024-12-20T23:23:07.722Z | [ recovery-image] Dec 20 23:23:06.479 INFO O| Dec 20 23:23:06.479 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2024-12-20T23:23:07.739Z | [ recovery-image] Dec 20 23:23:06.499 INFO O| Dec 20 23:23:06.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5829 | 2024-12-20T23:23:07.739Z | [ recovery-image] Dec 20 23:23:06.499 INFO O| Dec 20 23:23:06.499 INFO STEP 488 (remove_files) COMPLETE |
5830 | 2024-12-20T23:23:07.740Z | [ recovery-image] Dec 20 23:23:06.499 INFO O| Dec 20 23:23:06.499 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-12-20T23:23:07.769Z | [ recovery-image] Dec 20 23:23:06.528 INFO O| Dec 20 23:23:06.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5832 | 2024-12-20T23:23:07.769Z | [ recovery-image] Dec 20 23:23:06.528 INFO O| Dec 20 23:23:06.528 INFO STEP 489 (remove_files) COMPLETE |
5833 | 2024-12-20T23:23:07.769Z | [ recovery-image] Dec 20 23:23:06.528 INFO O| Dec 20 23:23:06.528 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-12-20T23:23:07.800Z | [ recovery-image] Dec 20 23:23:06.559 INFO O| Dec 20 23:23:06.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5835 | 2024-12-20T23:23:07.803Z | [ recovery-image] Dec 20 23:23:06.560 INFO O| Dec 20 23:23:06.559 INFO STEP 490 (remove_files) COMPLETE |
5836 | 2024-12-20T23:23:07.803Z | [ recovery-image] Dec 20 23:23:06.560 INFO O| Dec 20 23:23:06.560 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-12-20T23:23:07.821Z | [ recovery-image] Dec 20 23:23:06.580 INFO O| Dec 20 23:23:06.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5838 | 2024-12-20T23:23:07.825Z | [ recovery-image] Dec 20 23:23:06.580 INFO O| Dec 20 23:23:06.580 INFO STEP 491 (remove_files) COMPLETE |
5839 | 2024-12-20T23:23:07.825Z | [ recovery-image] Dec 20 23:23:06.580 INFO O| Dec 20 23:23:06.580 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-12-20T23:23:07.839Z | [ recovery-image] Dec 20 23:23:06.598 INFO O| Dec 20 23:23:06.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5841 | 2024-12-20T23:23:07.842Z | [ recovery-image] Dec 20 23:23:06.599 INFO O| Dec 20 23:23:06.599 INFO STEP 492 (remove_files) COMPLETE |
5842 | 2024-12-20T23:23:07.842Z | [ recovery-image] Dec 20 23:23:06.599 INFO O| Dec 20 23:23:06.599 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-12-20T23:23:07.859Z | [ recovery-image] Dec 20 23:23:06.618 INFO O| Dec 20 23:23:06.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5844 | 2024-12-20T23:23:07.862Z | [ recovery-image] Dec 20 23:23:06.618 INFO O| Dec 20 23:23:06.618 INFO STEP 493 (remove_files) COMPLETE |
5845 | 2024-12-20T23:23:07.862Z | [ recovery-image] Dec 20 23:23:06.618 INFO O| Dec 20 23:23:06.618 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-12-20T23:23:07.889Z | [ recovery-image] Dec 20 23:23:06.648 INFO O| Dec 20 23:23:06.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5847 | 2024-12-20T23:23:07.892Z | [ recovery-image] Dec 20 23:23:06.648 INFO O| Dec 20 23:23:06.648 INFO STEP 494 (remove_files) COMPLETE |
5848 | 2024-12-20T23:23:07.892Z | [ recovery-image] Dec 20 23:23:06.649 INFO O| Dec 20 23:23:06.649 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-12-20T23:23:07.910Z | [ recovery-image] Dec 20 23:23:06.669 INFO O| Dec 20 23:23:06.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5850 | 2024-12-20T23:23:07.913Z | [ recovery-image] Dec 20 23:23:06.669 INFO O| Dec 20 23:23:06.669 INFO STEP 495 (remove_files) COMPLETE |
5851 | 2024-12-20T23:23:07.913Z | [ recovery-image] Dec 20 23:23:06.669 INFO O| Dec 20 23:23:06.669 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-12-20T23:23:07.928Z | [ recovery-image] Dec 20 23:23:06.688 INFO O| Dec 20 23:23:06.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5853 | 2024-12-20T23:23:07.931Z | [ recovery-image] Dec 20 23:23:06.688 INFO O| Dec 20 23:23:06.688 INFO STEP 496 (remove_files) COMPLETE |
5854 | 2024-12-20T23:23:07.931Z | [ recovery-image] Dec 20 23:23:06.688 INFO O| Dec 20 23:23:06.688 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-12-20T23:23:07.967Z | [ recovery-image] Dec 20 23:23:06.726 INFO O| Dec 20 23:23:06.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5856 | 2024-12-20T23:23:07.967Z | [ recovery-image] Dec 20 23:23:06.726 INFO O| Dec 20 23:23:06.726 INFO STEP 497 (remove_files) COMPLETE |
5857 | 2024-12-20T23:23:07.967Z | [ recovery-image] Dec 20 23:23:06.726 INFO O| Dec 20 23:23:06.726 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-12-20T23:23:07.988Z | [ recovery-image] Dec 20 23:23:06.747 INFO O| Dec 20 23:23:06.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5859 | 2024-12-20T23:23:07.991Z | [ recovery-image] Dec 20 23:23:06.747 INFO O| Dec 20 23:23:06.747 INFO STEP 498 (remove_files) COMPLETE |
5860 | 2024-12-20T23:23:07.991Z | [ recovery-image] Dec 20 23:23:06.747 INFO O| Dec 20 23:23:06.747 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-12-20T23:23:08.007Z | [ recovery-image] Dec 20 23:23:06.766 INFO O| Dec 20 23:23:06.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5862 | 2024-12-20T23:23:08.007Z | [ recovery-image] Dec 20 23:23:06.766 INFO O| Dec 20 23:23:06.766 INFO STEP 499 (remove_files) COMPLETE |
5863 | 2024-12-20T23:23:08.009Z | [ recovery-image] Dec 20 23:23:06.766 INFO O| Dec 20 23:23:06.766 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2024-12-20T23:23:08.023Z | [ recovery-image] Dec 20 23:23:06.782 INFO O| Dec 20 23:23:06.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5865 | 2024-12-20T23:23:08.024Z | [ recovery-image] Dec 20 23:23:06.783 INFO O| Dec 20 23:23:06.783 INFO STEP 500 (remove_files) COMPLETE |
5866 | 2024-12-20T23:23:08.024Z | [ recovery-image] Dec 20 23:23:06.783 INFO O| Dec 20 23:23:06.783 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2024-12-20T23:23:08.042Z | [ recovery-image] Dec 20 23:23:06.801 INFO O| Dec 20 23:23:06.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5868 | 2024-12-20T23:23:08.042Z | [ recovery-image] Dec 20 23:23:06.801 INFO O| Dec 20 23:23:06.801 INFO STEP 501 (remove_files) COMPLETE |
5869 | 2024-12-20T23:23:08.042Z | [ recovery-image] Dec 20 23:23:06.801 INFO O| Dec 20 23:23:06.801 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-12-20T23:23:08.080Z | [ recovery-image] Dec 20 23:23:06.839 INFO O| Dec 20 23:23:06.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5871 | 2024-12-20T23:23:08.080Z | [ recovery-image] Dec 20 23:23:06.839 INFO O| Dec 20 23:23:06.839 INFO STEP 502 (remove_files) COMPLETE |
5872 | 2024-12-20T23:23:08.080Z | [ recovery-image] Dec 20 23:23:06.839 INFO O| Dec 20 23:23:06.839 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-12-20T23:23:08.100Z | [ recovery-image] Dec 20 23:23:06.859 INFO O| Dec 20 23:23:06.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5874 | 2024-12-20T23:23:08.100Z | [ recovery-image] Dec 20 23:23:06.859 INFO O| Dec 20 23:23:06.859 INFO STEP 503 (remove_files) COMPLETE |
5875 | 2024-12-20T23:23:08.100Z | [ recovery-image] Dec 20 23:23:06.859 INFO O| Dec 20 23:23:06.859 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-12-20T23:23:08.139Z | [ recovery-image] Dec 20 23:23:06.897 INFO O| Dec 20 23:23:06.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5877 | 2024-12-20T23:23:08.139Z | [ recovery-image] Dec 20 23:23:06.898 INFO O| Dec 20 23:23:06.897 INFO STEP 504 (remove_files) COMPLETE |
5878 | 2024-12-20T23:23:08.139Z | [ recovery-image] Dec 20 23:23:06.898 INFO O| Dec 20 23:23:06.897 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-12-20T23:23:08.158Z | [ recovery-image] Dec 20 23:23:06.917 INFO O| Dec 20 23:23:06.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5880 | 2024-12-20T23:23:08.158Z | [ recovery-image] Dec 20 23:23:06.917 INFO O| Dec 20 23:23:06.917 INFO STEP 505 (remove_files) COMPLETE |
5881 | 2024-12-20T23:23:08.160Z | [ recovery-image] Dec 20 23:23:06.917 INFO O| Dec 20 23:23:06.917 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-12-20T23:23:08.176Z | [ recovery-image] Dec 20 23:23:06.935 INFO O| Dec 20 23:23:06.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5883 | 2024-12-20T23:23:08.201Z | [ recovery-image] Dec 20 23:23:06.960 INFO O| Dec 20 23:23:06.960 INFO STEP 506 (remove_files) COMPLETE |
5884 | 2024-12-20T23:23:08.204Z | [ recovery-image] Dec 20 23:23:06.960 INFO O| Dec 20 23:23:06.960 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-12-20T23:23:08.233Z | [ recovery-image] Dec 20 23:23:06.992 INFO O| Dec 20 23:23:06.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5886 | 2024-12-20T23:23:08.233Z | [ recovery-image] Dec 20 23:23:06.992 INFO O| Dec 20 23:23:06.992 INFO STEP 507 (remove_files) COMPLETE |
5887 | 2024-12-20T23:23:08.233Z | [ recovery-image] Dec 20 23:23:06.992 INFO O| Dec 20 23:23:06.992 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-12-20T23:23:08.258Z | [ recovery-image] Dec 20 23:23:07.017 INFO O| Dec 20 23:23:07.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5889 | 2024-12-20T23:23:08.258Z | [ recovery-image] Dec 20 23:23:07.017 INFO O| Dec 20 23:23:07.017 INFO STEP 508 (remove_files) COMPLETE |
5890 | 2024-12-20T23:23:08.261Z | [ recovery-image] Dec 20 23:23:07.017 INFO O| Dec 20 23:23:07.017 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-12-20T23:23:08.278Z | [ recovery-image] Dec 20 23:23:07.037 INFO O| Dec 20 23:23:07.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5892 | 2024-12-20T23:23:08.278Z | [ recovery-image] Dec 20 23:23:07.037 INFO O| Dec 20 23:23:07.037 INFO STEP 509 (remove_files) COMPLETE |
5893 | 2024-12-20T23:23:08.278Z | [ recovery-image] Dec 20 23:23:07.037 INFO O| Dec 20 23:23:07.037 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-12-20T23:23:08.310Z | [ recovery-image] Dec 20 23:23:07.065 INFO O| Dec 20 23:23:07.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5895 | 2024-12-20T23:23:08.310Z | [ recovery-image] Dec 20 23:23:07.065 INFO O| Dec 20 23:23:07.065 INFO STEP 510 (remove_files) COMPLETE |
5896 | 2024-12-20T23:23:08.314Z | [ recovery-image] Dec 20 23:23:07.065 INFO O| Dec 20 23:23:07.065 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-12-20T23:23:08.380Z | [ recovery-image] Dec 20 23:23:07.139 INFO O| Dec 20 23:23:07.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5898 | 2024-12-20T23:23:08.380Z | [ recovery-image] Dec 20 23:23:07.139 INFO O| Dec 20 23:23:07.139 INFO STEP 511 (remove_files) COMPLETE |
5899 | 2024-12-20T23:23:08.380Z | [ recovery-image] Dec 20 23:23:07.139 INFO O| Dec 20 23:23:07.139 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-12-20T23:23:08.401Z | [ recovery-image] Dec 20 23:23:07.160 INFO O| Dec 20 23:23:07.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5901 | 2024-12-20T23:23:08.401Z | [ recovery-image] Dec 20 23:23:07.160 INFO O| Dec 20 23:23:07.160 INFO STEP 512 (remove_files) COMPLETE |
5902 | 2024-12-20T23:23:08.404Z | [ recovery-image] Dec 20 23:23:07.160 INFO O| Dec 20 23:23:07.160 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-12-20T23:23:08.433Z | [ recovery-image] Dec 20 23:23:07.192 INFO O| Dec 20 23:23:07.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5904 | 2024-12-20T23:23:08.433Z | [ recovery-image] Dec 20 23:23:07.192 INFO O| Dec 20 23:23:07.192 INFO STEP 513 (remove_files) COMPLETE |
5905 | 2024-12-20T23:23:08.436Z | [ recovery-image] Dec 20 23:23:07.193 INFO O| Dec 20 23:23:07.192 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-12-20T23:23:08.454Z | [ recovery-image] Dec 20 23:23:07.213 INFO O| Dec 20 23:23:07.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5907 | 2024-12-20T23:23:08.455Z | [ recovery-image] Dec 20 23:23:07.213 INFO O| Dec 20 23:23:07.213 INFO STEP 514 (remove_files) COMPLETE |
5908 | 2024-12-20T23:23:08.455Z | [ recovery-image] Dec 20 23:23:07.213 INFO O| Dec 20 23:23:07.213 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-12-20T23:23:08.479Z | [ recovery-image] Dec 20 23:23:07.238 INFO O| Dec 20 23:23:07.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5910 | 2024-12-20T23:23:08.479Z | [ recovery-image] Dec 20 23:23:07.238 INFO O| Dec 20 23:23:07.238 INFO STEP 515 (remove_files) COMPLETE |
5911 | 2024-12-20T23:23:08.479Z | [ recovery-image] Dec 20 23:23:07.238 INFO O| Dec 20 23:23:07.238 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-12-20T23:23:08.501Z | [ recovery-image] Dec 20 23:23:07.260 INFO O| Dec 20 23:23:07.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5913 | 2024-12-20T23:23:08.504Z | [ recovery-image] Dec 20 23:23:07.260 INFO O| Dec 20 23:23:07.260 INFO STEP 516 (remove_files) COMPLETE |
5914 | 2024-12-20T23:23:08.504Z | [ recovery-image] Dec 20 23:23:07.260 INFO O| Dec 20 23:23:07.260 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-12-20T23:23:08.522Z | [ recovery-image] Dec 20 23:23:07.281 INFO O| Dec 20 23:23:07.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5916 | 2024-12-20T23:23:08.522Z | [ recovery-image] Dec 20 23:23:07.281 INFO O| Dec 20 23:23:07.281 INFO STEP 517 (remove_files) COMPLETE |
5917 | 2024-12-20T23:23:08.522Z | [ recovery-image] Dec 20 23:23:07.281 INFO O| Dec 20 23:23:07.281 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-12-20T23:23:08.542Z | [ recovery-image] Dec 20 23:23:07.301 INFO O| Dec 20 23:23:07.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5919 | 2024-12-20T23:23:08.542Z | [ recovery-image] Dec 20 23:23:07.301 INFO O| Dec 20 23:23:07.301 INFO STEP 518 (remove_files) COMPLETE |
5920 | 2024-12-20T23:23:08.542Z | [ recovery-image] Dec 20 23:23:07.301 INFO O| Dec 20 23:23:07.301 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-12-20T23:23:08.562Z | [ recovery-image] Dec 20 23:23:07.321 INFO O| Dec 20 23:23:07.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5922 | 2024-12-20T23:23:08.562Z | [ recovery-image] Dec 20 23:23:07.321 INFO O| Dec 20 23:23:07.321 INFO STEP 519 (remove_files) COMPLETE |
5923 | 2024-12-20T23:23:08.562Z | [ recovery-image] Dec 20 23:23:07.321 INFO O| Dec 20 23:23:07.321 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-12-20T23:23:08.601Z | [ recovery-image] Dec 20 23:23:07.360 INFO O| Dec 20 23:23:07.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5925 | 2024-12-20T23:23:08.602Z | [ recovery-image] Dec 20 23:23:07.360 INFO O| Dec 20 23:23:07.360 INFO STEP 520 (remove_files) COMPLETE |
5926 | 2024-12-20T23:23:08.602Z | [ recovery-image] Dec 20 23:23:07.360 INFO O| Dec 20 23:23:07.360 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-12-20T23:23:08.623Z | [ recovery-image] Dec 20 23:23:07.382 INFO O| Dec 20 23:23:07.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5928 | 2024-12-20T23:23:08.658Z | [ recovery-image] Dec 20 23:23:07.417 INFO O| Dec 20 23:23:07.417 INFO STEP 521 (remove_files) COMPLETE |
5929 | 2024-12-20T23:23:08.658Z | [ recovery-image] Dec 20 23:23:07.417 INFO O| Dec 20 23:23:07.417 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-12-20T23:23:08.691Z | [ recovery-image] Dec 20 23:23:07.450 INFO O| Dec 20 23:23:07.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5931 | 2024-12-20T23:23:08.693Z | [ recovery-image] Dec 20 23:23:07.450 INFO O| Dec 20 23:23:07.450 INFO STEP 522 (remove_files) COMPLETE |
5932 | 2024-12-20T23:23:08.693Z | [ recovery-image] Dec 20 23:23:07.450 INFO O| Dec 20 23:23:07.450 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-12-20T23:23:08.725Z | [ recovery-image] Dec 20 23:23:07.484 INFO O| Dec 20 23:23:07.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5934 | 2024-12-20T23:23:08.725Z | [ recovery-image] Dec 20 23:23:07.484 INFO O| Dec 20 23:23:07.484 INFO STEP 523 (remove_files) COMPLETE |
5935 | 2024-12-20T23:23:08.725Z | [ recovery-image] Dec 20 23:23:07.485 INFO O| Dec 20 23:23:07.484 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-12-20T23:23:08.746Z | [ recovery-image] Dec 20 23:23:07.505 INFO O| Dec 20 23:23:07.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5937 | 2024-12-20T23:23:08.746Z | [ recovery-image] Dec 20 23:23:07.505 INFO O| Dec 20 23:23:07.505 INFO STEP 524 (remove_files) COMPLETE |
5938 | 2024-12-20T23:23:08.749Z | [ recovery-image] Dec 20 23:23:07.506 INFO O| Dec 20 23:23:07.505 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-12-20T23:23:08.786Z | [ recovery-image] Dec 20 23:23:07.544 INFO O| Dec 20 23:23:07.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5940 | 2024-12-20T23:23:08.786Z | [ recovery-image] Dec 20 23:23:07.545 INFO O| Dec 20 23:23:07.544 INFO STEP 525 (remove_files) COMPLETE |
5941 | 2024-12-20T23:23:08.786Z | [ recovery-image] Dec 20 23:23:07.545 INFO O| Dec 20 23:23:07.545 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-12-20T23:23:08.805Z | [ recovery-image] Dec 20 23:23:07.563 INFO O| Dec 20 23:23:07.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5943 | 2024-12-20T23:23:08.805Z | [ recovery-image] Dec 20 23:23:07.564 INFO O| Dec 20 23:23:07.563 INFO STEP 526 (remove_files) COMPLETE |
5944 | 2024-12-20T23:23:08.805Z | [ recovery-image] Dec 20 23:23:07.564 INFO O| Dec 20 23:23:07.564 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-12-20T23:23:08.898Z | [ recovery-image] Dec 20 23:23:07.655 INFO O| Dec 20 23:23:07.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5946 | 2024-12-20T23:23:08.898Z | [ recovery-image] Dec 20 23:23:07.655 INFO O| Dec 20 23:23:07.655 INFO STEP 527 (remove_files) COMPLETE |
5947 | 2024-12-20T23:23:08.900Z | [ recovery-image] Dec 20 23:23:07.655 INFO O| Dec 20 23:23:07.655 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-12-20T23:23:08.959Z | [ recovery-image] Dec 20 23:23:07.718 INFO O| Dec 20 23:23:07.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5949 | 2024-12-20T23:23:08.967Z | [ recovery-image] Dec 20 23:23:07.726 INFO O| Dec 20 23:23:07.726 INFO STEP 528 (remove_files) COMPLETE |
5950 | 2024-12-20T23:23:08.967Z | [ recovery-image] Dec 20 23:23:07.726 INFO O| Dec 20 23:23:07.726 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-12-20T23:23:09.005Z | [ recovery-image] Dec 20 23:23:07.764 INFO O| Dec 20 23:23:07.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5952 | 2024-12-20T23:23:09.008Z | [ recovery-image] Dec 20 23:23:07.764 INFO O| Dec 20 23:23:07.764 INFO STEP 529 (remove_files) COMPLETE |
5953 | 2024-12-20T23:23:09.008Z | [ recovery-image] Dec 20 23:23:07.764 INFO O| Dec 20 23:23:07.764 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-12-20T23:23:09.026Z | [ recovery-image] Dec 20 23:23:07.784 INFO O| Dec 20 23:23:07.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5955 | 2024-12-20T23:23:09.028Z | [ recovery-image] Dec 20 23:23:07.784 INFO O| Dec 20 23:23:07.784 INFO STEP 530 (remove_files) COMPLETE |
5956 | 2024-12-20T23:23:09.028Z | [ recovery-image] Dec 20 23:23:07.784 INFO O| Dec 20 23:23:07.784 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-12-20T23:23:09.081Z | [ recovery-image] Dec 20 23:23:07.840 INFO O| Dec 20 23:23:07.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5958 | 2024-12-20T23:23:09.084Z | [ recovery-image] Dec 20 23:23:07.840 INFO O| Dec 20 23:23:07.840 INFO STEP 531 (remove_files) COMPLETE |
5959 | 2024-12-20T23:23:09.084Z | [ recovery-image] Dec 20 23:23:07.840 INFO O| Dec 20 23:23:07.840 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-12-20T23:23:09.102Z | [ recovery-image] Dec 20 23:23:07.860 INFO O| Dec 20 23:23:07.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5961 | 2024-12-20T23:23:09.102Z | [ recovery-image] Dec 20 23:23:07.860 INFO O| Dec 20 23:23:07.860 INFO STEP 532 (remove_files) COMPLETE |
5962 | 2024-12-20T23:23:09.102Z | [ recovery-image] Dec 20 23:23:07.860 INFO O| Dec 20 23:23:07.860 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-12-20T23:23:09.119Z | [ recovery-image] Dec 20 23:23:07.878 INFO O| Dec 20 23:23:07.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5964 | 2024-12-20T23:23:09.119Z | [ recovery-image] Dec 20 23:23:07.878 INFO O| Dec 20 23:23:07.878 INFO STEP 533 (remove_files) COMPLETE |
5965 | 2024-12-20T23:23:09.119Z | [ recovery-image] Dec 20 23:23:07.878 INFO O| Dec 20 23:23:07.878 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-12-20T23:23:09.145Z | [ recovery-image] Dec 20 23:23:07.903 INFO O| Dec 20 23:23:07.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5967 | 2024-12-20T23:23:09.148Z | [ recovery-image] Dec 20 23:23:07.903 INFO O| Dec 20 23:23:07.903 INFO STEP 534 (remove_files) COMPLETE |
5968 | 2024-12-20T23:23:09.148Z | [ recovery-image] Dec 20 23:23:07.903 INFO O| Dec 20 23:23:07.903 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-12-20T23:23:09.177Z | [ recovery-image] Dec 20 23:23:07.936 INFO O| Dec 20 23:23:07.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5970 | 2024-12-20T23:23:09.177Z | [ recovery-image] Dec 20 23:23:07.936 INFO O| Dec 20 23:23:07.936 INFO STEP 535 (remove_files) COMPLETE |
5971 | 2024-12-20T23:23:09.177Z | [ recovery-image] Dec 20 23:23:07.936 INFO O| Dec 20 23:23:07.936 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-12-20T23:23:09.196Z | [ recovery-image] Dec 20 23:23:07.955 INFO O| Dec 20 23:23:07.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5973 | 2024-12-20T23:23:09.196Z | [ recovery-image] Dec 20 23:23:07.955 INFO O| Dec 20 23:23:07.955 INFO STEP 536 (remove_files) COMPLETE |
5974 | 2024-12-20T23:23:09.196Z | [ recovery-image] Dec 20 23:23:07.955 INFO O| Dec 20 23:23:07.955 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-12-20T23:23:09.215Z | [ recovery-image] Dec 20 23:23:07.973 INFO O| Dec 20 23:23:07.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5976 | 2024-12-20T23:23:09.215Z | [ recovery-image] Dec 20 23:23:07.973 INFO O| Dec 20 23:23:07.973 INFO STEP 537 (remove_files) COMPLETE |
5977 | 2024-12-20T23:23:09.215Z | [ recovery-image] Dec 20 23:23:07.974 INFO O| Dec 20 23:23:07.973 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-12-20T23:23:09.234Z | [ recovery-image] Dec 20 23:23:07.992 INFO O| Dec 20 23:23:07.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5979 | 2024-12-20T23:23:09.234Z | [ recovery-image] Dec 20 23:23:07.992 INFO O| Dec 20 23:23:07.992 INFO STEP 538 (remove_files) COMPLETE |
5980 | 2024-12-20T23:23:09.234Z | [ recovery-image] Dec 20 23:23:07.992 INFO O| Dec 20 23:23:07.992 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-12-20T23:23:09.253Z | [ recovery-image] Dec 20 23:23:08.012 INFO O| Dec 20 23:23:08.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5982 | 2024-12-20T23:23:09.253Z | [ recovery-image] Dec 20 23:23:08.012 INFO O| Dec 20 23:23:08.012 INFO STEP 539 (remove_files) COMPLETE |
5983 | 2024-12-20T23:23:09.253Z | [ recovery-image] Dec 20 23:23:08.012 INFO O| Dec 20 23:23:08.012 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2024-12-20T23:23:09.291Z | [ recovery-image] Dec 20 23:23:08.049 INFO O| Dec 20 23:23:08.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5985 | 2024-12-20T23:23:09.291Z | [ recovery-image] Dec 20 23:23:08.049 INFO O| Dec 20 23:23:08.049 INFO STEP 540 (remove_files) COMPLETE |
5986 | 2024-12-20T23:23:09.293Z | [ recovery-image] Dec 20 23:23:08.050 INFO O| Dec 20 23:23:08.049 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2024-12-20T23:23:09.309Z | [ recovery-image] Dec 20 23:23:08.068 INFO O| Dec 20 23:23:08.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5988 | 2024-12-20T23:23:09.309Z | [ recovery-image] Dec 20 23:23:08.068 INFO O| Dec 20 23:23:08.068 INFO STEP 541 (remove_files) COMPLETE |
5989 | 2024-12-20T23:23:09.309Z | [ recovery-image] Dec 20 23:23:08.068 INFO O| Dec 20 23:23:08.068 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2024-12-20T23:23:09.329Z | [ recovery-image] Dec 20 23:23:08.087 INFO O| Dec 20 23:23:08.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5991 | 2024-12-20T23:23:09.329Z | [ recovery-image] Dec 20 23:23:08.087 INFO O| Dec 20 23:23:08.087 INFO STEP 542 (remove_files) COMPLETE |
5992 | 2024-12-20T23:23:09.329Z | [ recovery-image] Dec 20 23:23:08.087 INFO O| Dec 20 23:23:08.087 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5993 | 2024-12-20T23:23:09.376Z | [ recovery-image] Dec 20 23:23:08.135 INFO O| Dec 20 23:23:08.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5994 | 2024-12-20T23:23:09.377Z | [ recovery-image] Dec 20 23:23:08.135 INFO O| Dec 20 23:23:08.135 INFO STEP 543 (remove_files) COMPLETE |
5995 | 2024-12-20T23:23:09.380Z | [ recovery-image] Dec 20 23:23:08.135 INFO O| Dec 20 23:23:08.135 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2024-12-20T23:23:09.395Z | [ recovery-image] Dec 20 23:23:08.154 INFO O| Dec 20 23:23:08.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5997 | 2024-12-20T23:23:09.396Z | [ recovery-image] Dec 20 23:23:08.154 INFO O| Dec 20 23:23:08.154 INFO STEP 544 (remove_files) COMPLETE |
5998 | 2024-12-20T23:23:09.396Z | [ recovery-image] Dec 20 23:23:08.154 INFO O| Dec 20 23:23:08.154 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2024-12-20T23:23:09.431Z | [ recovery-image] Dec 20 23:23:08.190 INFO O| Dec 20 23:23:08.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
6000 | 2024-12-20T23:23:09.435Z | [ recovery-image] Dec 20 23:23:08.190 INFO O| Dec 20 23:23:08.190 INFO STEP 545 (remove_files) COMPLETE |
6001 | 2024-12-20T23:23:09.435Z | [ recovery-image] Dec 20 23:23:08.190 INFO O| Dec 20 23:23:08.190 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2024-12-20T23:23:09.465Z | [ recovery-image] Dec 20 23:23:08.223 INFO O| Dec 20 23:23:08.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
6003 | 2024-12-20T23:23:09.465Z | [ recovery-image] Dec 20 23:23:08.224 INFO O| Dec 20 23:23:08.224 INFO STEP 546 (remove_files) COMPLETE |
6004 | 2024-12-20T23:23:09.468Z | [ recovery-image] Dec 20 23:23:08.224 INFO O| Dec 20 23:23:08.224 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2024-12-20T23:23:09.484Z | [ recovery-image] Dec 20 23:23:08.243 INFO O| Dec 20 23:23:08.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
6006 | 2024-12-20T23:23:09.484Z | [ recovery-image] Dec 20 23:23:08.243 INFO O| Dec 20 23:23:08.243 INFO STEP 547 (remove_files) COMPLETE |
6007 | 2024-12-20T23:23:09.484Z | [ recovery-image] Dec 20 23:23:08.243 INFO O| Dec 20 23:23:08.243 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-12-20T23:23:09.503Z | [ recovery-image] Dec 20 23:23:08.261 INFO O| Dec 20 23:23:08.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
6009 | 2024-12-20T23:23:09.506Z | [ recovery-image] Dec 20 23:23:08.261 INFO O| Dec 20 23:23:08.261 INFO STEP 548 (remove_files) COMPLETE |
6010 | 2024-12-20T23:23:09.506Z | [ recovery-image] Dec 20 23:23:08.262 INFO O| Dec 20 23:23:08.261 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2024-12-20T23:23:09.522Z | [ recovery-image] Dec 20 23:23:08.281 INFO O| Dec 20 23:23:08.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
6012 | 2024-12-20T23:23:09.522Z | [ recovery-image] Dec 20 23:23:08.281 INFO O| Dec 20 23:23:08.281 INFO STEP 549 (remove_files) COMPLETE |
6013 | 2024-12-20T23:23:09.522Z | [ recovery-image] Dec 20 23:23:08.281 INFO O| Dec 20 23:23:08.281 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-12-20T23:23:09.543Z | [ recovery-image] Dec 20 23:23:08.302 INFO O| Dec 20 23:23:08.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
6015 | 2024-12-20T23:23:09.543Z | [ recovery-image] Dec 20 23:23:08.302 INFO O| Dec 20 23:23:08.302 INFO STEP 550 (remove_files) COMPLETE |
6016 | 2024-12-20T23:23:09.543Z | [ recovery-image] Dec 20 23:23:08.302 INFO O| Dec 20 23:23:08.302 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-12-20T23:23:09.554Z | [ host-image] Dec 20 23:23:08.313 INFO O| Dec 20 23:23:08.313 INFO O| Done |
6018 | 2024-12-20T23:23:09.560Z | [ recovery-image] Dec 20 23:23:08.319 INFO O| Dec 20 23:23:08.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
6019 | 2024-12-20T23:23:09.560Z | [ recovery-image] Dec 20 23:23:08.319 INFO O| Dec 20 23:23:08.319 INFO STEP 551 (remove_files) COMPLETE |
6020 | 2024-12-20T23:23:09.560Z | [ recovery-image] Dec 20 23:23:08.319 INFO O| Dec 20 23:23:08.319 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6021 | 2024-12-20T23:23:09.582Z | [ recovery-image] Dec 20 23:23:08.338 INFO O| Dec 20 23:23:08.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6022 | 2024-12-20T23:23:09.582Z | [ recovery-image] Dec 20 23:23:08.338 INFO O| Dec 20 23:23:08.338 INFO STEP 552 (remove_files) COMPLETE |
6023 | 2024-12-20T23:23:09.585Z | [ recovery-image] Dec 20 23:23:08.338 INFO O| Dec 20 23:23:08.338 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6024 | 2024-12-20T23:23:09.610Z | [ host-image] Dec 20 23:23:08.368 INFO O| Dec 20 23:23:08.368 INFO O| Done |
6025 | 2024-12-20T23:23:09.612Z | [ host-image] Dec 20 23:23:08.369 INFO O| Dec 20 23:23:08.368 INFO O| Done |
6026 | 2024-12-20T23:23:09.622Z | [ recovery-image] Dec 20 23:23:08.379 INFO O| Dec 20 23:23:08.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6027 | 2024-12-20T23:23:09.622Z | [ recovery-image] Dec 20 23:23:08.379 INFO O| Dec 20 23:23:08.379 INFO STEP 553 (remove_files) COMPLETE |
6028 | 2024-12-20T23:23:09.625Z | [ recovery-image] Dec 20 23:23:08.379 INFO O| Dec 20 23:23:08.379 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-12-20T23:23:09.633Z | [ host-image] Dec 20 23:23:08.392 INFO O| Dec 20 23:23:08.391 INFO O| Done |
6030 | 2024-12-20T23:23:09.656Z | [ recovery-image] Dec 20 23:23:08.414 INFO O| Dec 20 23:23:08.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6031 | 2024-12-20T23:23:09.660Z | [ recovery-image] Dec 20 23:23:08.415 INFO O| Dec 20 23:23:08.415 INFO STEP 554 (remove_files) COMPLETE |
6032 | 2024-12-20T23:23:09.660Z | [ recovery-image] Dec 20 23:23:08.415 INFO O| Dec 20 23:23:08.415 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6033 | 2024-12-20T23:23:09.697Z | [ recovery-image] Dec 20 23:23:08.455 INFO O| Dec 20 23:23:08.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6034 | 2024-12-20T23:23:09.699Z | [ recovery-image] Dec 20 23:23:08.456 INFO O| Dec 20 23:23:08.456 INFO STEP 555 (remove_files) COMPLETE |
6035 | 2024-12-20T23:23:09.699Z | [ recovery-image] Dec 20 23:23:08.456 INFO O| Dec 20 23:23:08.456 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6036 | 2024-12-20T23:23:09.763Z | [ recovery-image] Dec 20 23:23:08.521 INFO O| Dec 20 23:23:08.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6037 | 2024-12-20T23:23:09.763Z | [ recovery-image] Dec 20 23:23:08.521 INFO O| Dec 20 23:23:08.521 INFO STEP 556 (remove_files) COMPLETE |
6038 | 2024-12-20T23:23:09.763Z | [ recovery-image] Dec 20 23:23:08.521 INFO O| Dec 20 23:23:08.521 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6039 | 2024-12-20T23:23:09.802Z | [ host-image] Dec 20 23:23:08.560 INFO O| Dec 20 23:23:08.560 INFO STEP 12 (pkg_install) COMPLETE |
6040 | 2024-12-20T23:23:09.802Z | [ host-image] Dec 20 23:23:08.561 INFO O| Dec 20 23:23:08.560 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6041 | 2024-12-20T23:23:09.816Z | [ recovery-image] Dec 20 23:23:08.574 INFO O| Dec 20 23:23:08.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6042 | 2024-12-20T23:23:09.816Z | [ recovery-image] Dec 20 23:23:08.574 INFO O| Dec 20 23:23:08.574 INFO STEP 557 (remove_files) COMPLETE |
6043 | 2024-12-20T23:23:09.816Z | [ recovery-image] Dec 20 23:23:08.574 INFO O| Dec 20 23:23:08.574 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-12-20T23:23:09.820Z | [ host-image] Dec 20 23:23:08.579 INFO O| Dec 20 23:23:08.579 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
6045 | 2024-12-20T23:23:09.834Z | [ recovery-image] Dec 20 23:23:08.592 INFO O| Dec 20 23:23:08.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6046 | 2024-12-20T23:23:09.834Z | [ recovery-image] Dec 20 23:23:08.593 INFO O| Dec 20 23:23:08.593 INFO STEP 558 (remove_files) COMPLETE |
6047 | 2024-12-20T23:23:09.837Z | [ recovery-image] Dec 20 23:23:08.593 INFO O| Dec 20 23:23:08.593 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6048 | 2024-12-20T23:23:09.873Z | [ recovery-image] Dec 20 23:23:08.632 INFO O| Dec 20 23:23:08.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6049 | 2024-12-20T23:23:09.873Z | [ recovery-image] Dec 20 23:23:08.632 INFO O| Dec 20 23:23:08.632 INFO STEP 559 (remove_files) COMPLETE |
6050 | 2024-12-20T23:23:09.875Z | [ recovery-image] Dec 20 23:23:08.632 INFO O| Dec 20 23:23:08.632 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6051 | 2024-12-20T23:23:09.934Z | [ recovery-image] Dec 20 23:23:08.693 INFO O| Dec 20 23:23:08.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6052 | 2024-12-20T23:23:09.934Z | [ recovery-image] Dec 20 23:23:08.693 INFO O| Dec 20 23:23:08.693 INFO STEP 560 (remove_files) COMPLETE |
6053 | 2024-12-20T23:23:09.934Z | [ recovery-image] Dec 20 23:23:08.693 INFO O| Dec 20 23:23:08.693 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6054 | 2024-12-20T23:23:09.953Z | [ recovery-image] Dec 20 23:23:08.711 INFO O| Dec 20 23:23:08.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6055 | 2024-12-20T23:23:09.953Z | [ recovery-image] Dec 20 23:23:08.711 INFO O| Dec 20 23:23:08.711 INFO STEP 561 (remove_files) COMPLETE |
6056 | 2024-12-20T23:23:09.953Z | [ recovery-image] Dec 20 23:23:08.711 INFO O| Dec 20 23:23:08.711 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6057 | 2024-12-20T23:23:09.980Z | [ recovery-image] Dec 20 23:23:08.738 INFO O| Dec 20 23:23:08.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6058 | 2024-12-20T23:23:09.980Z | [ recovery-image] Dec 20 23:23:08.738 INFO O| Dec 20 23:23:08.738 INFO STEP 562 (remove_files) COMPLETE |
6059 | 2024-12-20T23:23:09.980Z | [ recovery-image] Dec 20 23:23:08.738 INFO O| Dec 20 23:23:08.738 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6060 | 2024-12-20T23:23:10.001Z | [ recovery-image] Dec 20 23:23:08.758 INFO O| Dec 20 23:23:08.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6061 | 2024-12-20T23:23:10.001Z | [ recovery-image] Dec 20 23:23:08.759 INFO O| Dec 20 23:23:08.759 INFO STEP 563 (remove_files) COMPLETE |
6062 | 2024-12-20T23:23:10.001Z | [ recovery-image] Dec 20 23:23:08.759 INFO O| Dec 20 23:23:08.759 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6063 | 2024-12-20T23:23:10.017Z | [ recovery-image] Dec 20 23:23:08.776 INFO O| Dec 20 23:23:08.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6064 | 2024-12-20T23:23:10.017Z | [ recovery-image] Dec 20 23:23:08.776 INFO O| Dec 20 23:23:08.776 INFO STEP 564 (remove_files) COMPLETE |
6065 | 2024-12-20T23:23:10.020Z | [ recovery-image] Dec 20 23:23:08.776 INFO O| Dec 20 23:23:08.776 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6066 | 2024-12-20T23:23:10.041Z | [ recovery-image] Dec 20 23:23:08.799 INFO O| Dec 20 23:23:08.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6067 | 2024-12-20T23:23:10.041Z | [ recovery-image] Dec 20 23:23:08.799 INFO O| Dec 20 23:23:08.799 INFO STEP 565 (remove_files) COMPLETE |
6068 | 2024-12-20T23:23:10.041Z | [ recovery-image] Dec 20 23:23:08.799 INFO O| Dec 20 23:23:08.799 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6069 | 2024-12-20T23:23:10.061Z | [ recovery-image] Dec 20 23:23:08.819 INFO O| Dec 20 23:23:08.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6070 | 2024-12-20T23:23:10.061Z | [ recovery-image] Dec 20 23:23:08.820 INFO O| Dec 20 23:23:08.820 INFO STEP 566 (remove_files) COMPLETE |
6071 | 2024-12-20T23:23:10.064Z | [ recovery-image] Dec 20 23:23:08.820 INFO O| Dec 20 23:23:08.820 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6072 | 2024-12-20T23:23:10.079Z | [ recovery-image] Dec 20 23:23:08.838 INFO O| Dec 20 23:23:08.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6073 | 2024-12-20T23:23:10.079Z | [ recovery-image] Dec 20 23:23:08.838 INFO O| Dec 20 23:23:08.838 INFO STEP 567 (remove_files) COMPLETE |
6074 | 2024-12-20T23:23:10.082Z | [ recovery-image] Dec 20 23:23:08.838 INFO O| Dec 20 23:23:08.838 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6075 | 2024-12-20T23:23:10.098Z | [ recovery-image] Dec 20 23:23:08.856 INFO O| Dec 20 23:23:08.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6076 | 2024-12-20T23:23:10.098Z | [ recovery-image] Dec 20 23:23:08.856 INFO O| Dec 20 23:23:08.856 INFO STEP 568 (remove_files) COMPLETE |
6077 | 2024-12-20T23:23:10.100Z | [ recovery-image] Dec 20 23:23:08.857 INFO O| Dec 20 23:23:08.856 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6078 | 2024-12-20T23:23:10.115Z | [ recovery-image] Dec 20 23:23:08.874 INFO O| Dec 20 23:23:08.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6079 | 2024-12-20T23:23:10.115Z | [ recovery-image] Dec 20 23:23:08.874 INFO O| Dec 20 23:23:08.874 INFO STEP 569 (remove_files) COMPLETE |
6080 | 2024-12-20T23:23:10.118Z | [ recovery-image] Dec 20 23:23:08.874 INFO O| Dec 20 23:23:08.874 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2024-12-20T23:23:10.135Z | [ recovery-image] Dec 20 23:23:08.893 INFO O| Dec 20 23:23:08.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6082 | 2024-12-20T23:23:10.135Z | [ recovery-image] Dec 20 23:23:08.893 INFO O| Dec 20 23:23:08.893 INFO STEP 570 (remove_files) COMPLETE |
6083 | 2024-12-20T23:23:10.135Z | [ recovery-image] Dec 20 23:23:08.893 INFO O| Dec 20 23:23:08.893 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2024-12-20T23:23:10.153Z | [ recovery-image] Dec 20 23:23:08.912 INFO O| Dec 20 23:23:08.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6085 | 2024-12-20T23:23:10.153Z | [ recovery-image] Dec 20 23:23:08.912 INFO O| Dec 20 23:23:08.912 INFO STEP 571 (remove_files) COMPLETE |
6086 | 2024-12-20T23:23:10.153Z | [ recovery-image] Dec 20 23:23:08.912 INFO O| Dec 20 23:23:08.912 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2024-12-20T23:23:10.171Z | [ recovery-image] Dec 20 23:23:08.930 INFO O| Dec 20 23:23:08.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6088 | 2024-12-20T23:23:10.171Z | [ recovery-image] Dec 20 23:23:08.930 INFO O| Dec 20 23:23:08.930 INFO STEP 572 (remove_files) COMPLETE |
6089 | 2024-12-20T23:23:10.171Z | [ recovery-image] Dec 20 23:23:08.930 INFO O| Dec 20 23:23:08.930 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-12-20T23:23:10.189Z | [ recovery-image] Dec 20 23:23:08.948 INFO O| Dec 20 23:23:08.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6091 | 2024-12-20T23:23:10.189Z | [ recovery-image] Dec 20 23:23:08.948 INFO O| Dec 20 23:23:08.948 INFO STEP 573 (remove_files) COMPLETE |
6092 | 2024-12-20T23:23:10.189Z | [ recovery-image] Dec 20 23:23:08.948 INFO O| Dec 20 23:23:08.948 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-12-20T23:23:10.207Z | [ recovery-image] Dec 20 23:23:08.965 INFO O| Dec 20 23:23:08.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6094 | 2024-12-20T23:23:10.207Z | [ recovery-image] Dec 20 23:23:08.966 INFO O| Dec 20 23:23:08.965 INFO STEP 574 (remove_files) COMPLETE |
6095 | 2024-12-20T23:23:10.208Z | [ recovery-image] Dec 20 23:23:08.966 INFO O| Dec 20 23:23:08.966 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-12-20T23:23:10.227Z | [ recovery-image] Dec 20 23:23:08.985 INFO O| Dec 20 23:23:08.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6097 | 2024-12-20T23:23:10.227Z | [ recovery-image] Dec 20 23:23:08.985 INFO O| Dec 20 23:23:08.985 INFO STEP 575 (remove_files) COMPLETE |
6098 | 2024-12-20T23:23:10.227Z | [ recovery-image] Dec 20 23:23:08.985 INFO O| Dec 20 23:23:08.985 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2024-12-20T23:23:10.255Z | [ recovery-image] Dec 20 23:23:09.013 INFO O| Dec 20 23:23:09.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6100 | 2024-12-20T23:23:10.257Z | [ recovery-image] Dec 20 23:23:09.013 INFO O| Dec 20 23:23:09.013 INFO STEP 576 (remove_files) COMPLETE |
6101 | 2024-12-20T23:23:10.257Z | [ recovery-image] Dec 20 23:23:09.014 INFO O| Dec 20 23:23:09.013 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2024-12-20T23:23:10.275Z | [ recovery-image] Dec 20 23:23:09.034 INFO O| Dec 20 23:23:09.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6103 | 2024-12-20T23:23:10.276Z | [ recovery-image] Dec 20 23:23:09.034 INFO O| Dec 20 23:23:09.034 INFO STEP 577 (remove_files) COMPLETE |
6104 | 2024-12-20T23:23:10.276Z | [ recovery-image] Dec 20 23:23:09.034 INFO O| Dec 20 23:23:09.034 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2024-12-20T23:23:10.295Z | [ recovery-image] Dec 20 23:23:09.053 INFO O| Dec 20 23:23:09.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6106 | 2024-12-20T23:23:10.295Z | [ recovery-image] Dec 20 23:23:09.053 INFO O| Dec 20 23:23:09.053 INFO STEP 578 (remove_files) COMPLETE |
6107 | 2024-12-20T23:23:10.295Z | [ recovery-image] Dec 20 23:23:09.053 INFO O| Dec 20 23:23:09.053 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2024-12-20T23:23:10.315Z | [ recovery-image] Dec 20 23:23:09.073 INFO O| Dec 20 23:23:09.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6109 | 2024-12-20T23:23:10.316Z | [ recovery-image] Dec 20 23:23:09.074 INFO O| Dec 20 23:23:09.073 INFO STEP 579 (remove_files) COMPLETE |
6110 | 2024-12-20T23:23:10.316Z | [ recovery-image] Dec 20 23:23:09.074 INFO O| Dec 20 23:23:09.074 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2024-12-20T23:23:10.351Z | [ recovery-image] Dec 20 23:23:09.109 INFO O| Dec 20 23:23:09.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6112 | 2024-12-20T23:23:10.351Z | [ recovery-image] Dec 20 23:23:09.109 INFO O| Dec 20 23:23:09.109 INFO STEP 580 (remove_files) COMPLETE |
6113 | 2024-12-20T23:23:10.354Z | [ recovery-image] Dec 20 23:23:09.109 INFO O| Dec 20 23:23:09.109 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2024-12-20T23:23:10.387Z | [ recovery-image] Dec 20 23:23:09.146 INFO O| Dec 20 23:23:09.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6115 | 2024-12-20T23:23:10.388Z | [ recovery-image] Dec 20 23:23:09.146 INFO O| Dec 20 23:23:09.146 INFO STEP 581 (remove_files) COMPLETE |
6116 | 2024-12-20T23:23:10.388Z | [ recovery-image] Dec 20 23:23:09.146 INFO O| Dec 20 23:23:09.146 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2024-12-20T23:23:10.408Z | [ recovery-image] Dec 20 23:23:09.165 INFO O| Dec 20 23:23:09.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6118 | 2024-12-20T23:23:10.408Z | [ recovery-image] Dec 20 23:23:09.165 INFO O| Dec 20 23:23:09.165 INFO STEP 582 (remove_files) COMPLETE |
6119 | 2024-12-20T23:23:10.408Z | [ recovery-image] Dec 20 23:23:09.165 INFO O| Dec 20 23:23:09.165 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-12-20T23:23:10.431Z | [ recovery-image] Dec 20 23:23:09.187 INFO O| Dec 20 23:23:09.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6121 | 2024-12-20T23:23:10.433Z | [ recovery-image] Dec 20 23:23:09.187 INFO O| Dec 20 23:23:09.187 INFO STEP 583 (remove_files) COMPLETE |
6122 | 2024-12-20T23:23:10.434Z | [ recovery-image] Dec 20 23:23:09.187 INFO O| Dec 20 23:23:09.187 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6123 | 2024-12-20T23:23:10.449Z | [ recovery-image] Dec 20 23:23:09.208 INFO O| Dec 20 23:23:09.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6124 | 2024-12-20T23:23:10.452Z | [ recovery-image] Dec 20 23:23:09.208 INFO O| Dec 20 23:23:09.208 INFO STEP 584 (remove_files) COMPLETE |
6125 | 2024-12-20T23:23:10.452Z | [ recovery-image] Dec 20 23:23:09.208 INFO O| Dec 20 23:23:09.208 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6126 | 2024-12-20T23:23:10.479Z | [ recovery-image] Dec 20 23:23:09.238 INFO O| Dec 20 23:23:09.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6127 | 2024-12-20T23:23:10.479Z | [ recovery-image] Dec 20 23:23:09.238 INFO O| Dec 20 23:23:09.238 INFO STEP 585 (remove_files) COMPLETE |
6128 | 2024-12-20T23:23:10.482Z | [ recovery-image] Dec 20 23:23:09.238 INFO O| Dec 20 23:23:09.238 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6129 | 2024-12-20T23:23:10.518Z | [ recovery-image] Dec 20 23:23:09.276 INFO O| Dec 20 23:23:09.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6130 | 2024-12-20T23:23:10.518Z | [ recovery-image] Dec 20 23:23:09.277 INFO O| Dec 20 23:23:09.277 INFO STEP 586 (remove_files) COMPLETE |
6131 | 2024-12-20T23:23:10.518Z | [ recovery-image] Dec 20 23:23:09.277 INFO O| Dec 20 23:23:09.277 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6132 | 2024-12-20T23:23:10.539Z | [ recovery-image] Dec 20 23:23:09.296 INFO O| Dec 20 23:23:09.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6133 | 2024-12-20T23:23:10.539Z | [ recovery-image] Dec 20 23:23:09.296 INFO O| Dec 20 23:23:09.296 INFO STEP 587 (remove_files) COMPLETE |
6134 | 2024-12-20T23:23:10.540Z | [ recovery-image] Dec 20 23:23:09.296 INFO O| Dec 20 23:23:09.296 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2024-12-20T23:23:10.557Z | [ recovery-image] Dec 20 23:23:09.316 INFO O| Dec 20 23:23:09.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6136 | 2024-12-20T23:23:10.557Z | [ recovery-image] Dec 20 23:23:09.316 INFO O| Dec 20 23:23:09.316 INFO STEP 588 (remove_files) COMPLETE |
6137 | 2024-12-20T23:23:10.557Z | [ recovery-image] Dec 20 23:23:09.316 INFO O| Dec 20 23:23:09.316 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2024-12-20T23:23:10.576Z | [ recovery-image] Dec 20 23:23:09.335 INFO O| Dec 20 23:23:09.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6139 | 2024-12-20T23:23:10.576Z | [ recovery-image] Dec 20 23:23:09.335 INFO O| Dec 20 23:23:09.335 INFO STEP 589 (remove_files) COMPLETE |
6140 | 2024-12-20T23:23:10.579Z | [ recovery-image] Dec 20 23:23:09.335 INFO O| Dec 20 23:23:09.335 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2024-12-20T23:23:10.595Z | [ recovery-image] Dec 20 23:23:09.354 INFO O| Dec 20 23:23:09.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6142 | 2024-12-20T23:23:10.595Z | [ recovery-image] Dec 20 23:23:09.354 INFO O| Dec 20 23:23:09.354 INFO STEP 590 (remove_files) COMPLETE |
6143 | 2024-12-20T23:23:10.598Z | [ recovery-image] Dec 20 23:23:09.354 INFO O| Dec 20 23:23:09.354 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2024-12-20T23:23:10.632Z | [ recovery-image] Dec 20 23:23:09.390 INFO O| Dec 20 23:23:09.390 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-20T23:23:10.632Z | [ recovery-image] Dec 20 23:23:09.390 INFO O| Dec 20 23:23:09.390 INFO STEP 591 (remove_files) COMPLETE |
6146 | 2024-12-20T23:23:10.635Z | [ recovery-image] Dec 20 23:23:09.391 INFO O| Dec 20 23:23:09.390 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2024-12-20T23:23:10.686Z | [ recovery-image] Dec 20 23:23:09.445 INFO O| Dec 20 23:23:09.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6148 | 2024-12-20T23:23:10.686Z | [ recovery-image] Dec 20 23:23:09.445 INFO O| Dec 20 23:23:09.445 INFO STEP 592 (remove_files) COMPLETE |
6149 | 2024-12-20T23:23:10.686Z | [ recovery-image] Dec 20 23:23:09.445 INFO O| Dec 20 23:23:09.445 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2024-12-20T23:23:10.712Z | [ recovery-image] Dec 20 23:23:09.465 INFO O| Dec 20 23:23:09.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6151 | 2024-12-20T23:23:10.712Z | [ recovery-image] Dec 20 23:23:09.465 INFO O| Dec 20 23:23:09.465 INFO STEP 593 (remove_files) COMPLETE |
6152 | 2024-12-20T23:23:10.722Z | [ recovery-image] Dec 20 23:23:09.465 INFO O| Dec 20 23:23:09.465 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2024-12-20T23:23:10.732Z | [ recovery-image] Dec 20 23:23:09.485 INFO O| Dec 20 23:23:09.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6154 | 2024-12-20T23:23:10.732Z | [ recovery-image] Dec 20 23:23:09.485 INFO O| Dec 20 23:23:09.485 INFO STEP 594 (remove_files) COMPLETE |
6155 | 2024-12-20T23:23:10.732Z | [ recovery-image] Dec 20 23:23:09.485 INFO O| Dec 20 23:23:09.485 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-12-20T23:23:10.767Z | [ recovery-image] Dec 20 23:23:09.524 INFO O| Dec 20 23:23:09.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6157 | 2024-12-20T23:23:10.772Z | [ recovery-image] Dec 20 23:23:09.524 INFO O| Dec 20 23:23:09.524 INFO STEP 595 (remove_files) COMPLETE |
6158 | 2024-12-20T23:23:10.772Z | [ recovery-image] Dec 20 23:23:09.524 INFO O| Dec 20 23:23:09.524 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2024-12-20T23:23:10.786Z | [ recovery-image] Dec 20 23:23:09.544 INFO O| Dec 20 23:23:09.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6160 | 2024-12-20T23:23:10.786Z | [ recovery-image] Dec 20 23:23:09.544 INFO O| Dec 20 23:23:09.544 INFO STEP 596 (remove_files) COMPLETE |
6161 | 2024-12-20T23:23:10.786Z | [ recovery-image] Dec 20 23:23:09.544 INFO O| Dec 20 23:23:09.544 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2024-12-20T23:23:10.805Z | [ recovery-image] Dec 20 23:23:09.564 INFO O| Dec 20 23:23:09.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6163 | 2024-12-20T23:23:10.805Z | [ recovery-image] Dec 20 23:23:09.564 INFO O| Dec 20 23:23:09.564 INFO STEP 597 (remove_files) COMPLETE |
6164 | 2024-12-20T23:23:10.808Z | [ recovery-image] Dec 20 23:23:09.564 INFO O| Dec 20 23:23:09.564 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2024-12-20T23:23:10.824Z | [ recovery-image] Dec 20 23:23:09.583 INFO O| Dec 20 23:23:09.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6166 | 2024-12-20T23:23:10.824Z | [ recovery-image] Dec 20 23:23:09.583 INFO O| Dec 20 23:23:09.583 INFO STEP 598 (remove_files) COMPLETE |
6167 | 2024-12-20T23:23:10.824Z | [ recovery-image] Dec 20 23:23:09.583 INFO O| Dec 20 23:23:09.583 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2024-12-20T23:23:10.864Z | [ recovery-image] Dec 20 23:23:09.622 INFO O| Dec 20 23:23:09.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6169 | 2024-12-20T23:23:10.864Z | [ recovery-image] Dec 20 23:23:09.622 INFO O| Dec 20 23:23:09.622 INFO STEP 599 (remove_files) COMPLETE |
6170 | 2024-12-20T23:23:10.869Z | [ recovery-image] Dec 20 23:23:09.622 INFO O| Dec 20 23:23:09.622 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2024-12-20T23:23:10.903Z | [ recovery-image] Dec 20 23:23:09.662 INFO O| Dec 20 23:23:09.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6172 | 2024-12-20T23:23:10.908Z | [ recovery-image] Dec 20 23:23:09.662 INFO O| Dec 20 23:23:09.662 INFO STEP 600 (remove_files) COMPLETE |
6173 | 2024-12-20T23:23:10.908Z | [ recovery-image] Dec 20 23:23:09.662 INFO O| Dec 20 23:23:09.662 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2024-12-20T23:23:10.925Z | [ recovery-image] Dec 20 23:23:09.683 INFO O| Dec 20 23:23:09.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6175 | 2024-12-20T23:23:10.946Z | [ recovery-image] Dec 20 23:23:09.705 INFO O| Dec 20 23:23:09.705 INFO STEP 601 (remove_files) COMPLETE |
6176 | 2024-12-20T23:23:10.947Z | [ recovery-image] Dec 20 23:23:09.705 INFO O| Dec 20 23:23:09.705 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2024-12-20T23:23:10.964Z | [ recovery-image] Dec 20 23:23:09.723 INFO O| Dec 20 23:23:09.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6178 | 2024-12-20T23:23:10.964Z | [ recovery-image] Dec 20 23:23:09.723 INFO O| Dec 20 23:23:09.723 INFO STEP 602 (remove_files) COMPLETE |
6179 | 2024-12-20T23:23:10.967Z | [ recovery-image] Dec 20 23:23:09.723 INFO O| Dec 20 23:23:09.723 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2024-12-20T23:23:10.967Z | [ host-image] Dec 20 23:23:09.725 INFO O| Dec 20 23:23:09.725 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6181 | 2024-12-20T23:23:10.989Z | [ recovery-image] Dec 20 23:23:09.747 INFO O| Dec 20 23:23:09.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6182 | 2024-12-20T23:23:10.989Z | [ recovery-image] Dec 20 23:23:09.747 INFO O| Dec 20 23:23:09.747 INFO STEP 603 (remove_files) COMPLETE |
6183 | 2024-12-20T23:23:10.992Z | [ recovery-image] Dec 20 23:23:09.747 INFO O| Dec 20 23:23:09.747 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2024-12-20T23:23:11.008Z | [ recovery-image] Dec 20 23:23:09.767 INFO O| Dec 20 23:23:09.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6185 | 2024-12-20T23:23:11.008Z | [ recovery-image] Dec 20 23:23:09.767 INFO O| Dec 20 23:23:09.767 INFO STEP 604 (remove_files) COMPLETE |
6186 | 2024-12-20T23:23:11.008Z | [ recovery-image] Dec 20 23:23:09.767 INFO O| Dec 20 23:23:09.767 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2024-12-20T23:23:11.031Z | [ recovery-image] Dec 20 23:23:09.789 INFO O| Dec 20 23:23:09.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6188 | 2024-12-20T23:23:11.031Z | [ recovery-image] Dec 20 23:23:09.789 INFO O| Dec 20 23:23:09.789 INFO STEP 605 (remove_files) COMPLETE |
6189 | 2024-12-20T23:23:11.031Z | [ recovery-image] Dec 20 23:23:09.789 INFO O| Dec 20 23:23:09.789 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2024-12-20T23:23:11.098Z | [ recovery-image] Dec 20 23:23:09.856 INFO O| Dec 20 23:23:09.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6191 | 2024-12-20T23:23:11.098Z | [ recovery-image] Dec 20 23:23:09.856 INFO O| Dec 20 23:23:09.856 INFO STEP 606 (remove_files) COMPLETE |
6192 | 2024-12-20T23:23:11.098Z | [ recovery-image] Dec 20 23:23:09.856 INFO O| Dec 20 23:23:09.856 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2024-12-20T23:23:11.129Z | [ recovery-image] Dec 20 23:23:09.887 INFO O| Dec 20 23:23:09.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6194 | 2024-12-20T23:23:11.129Z | [ recovery-image] Dec 20 23:23:09.888 INFO O| Dec 20 23:23:09.887 INFO STEP 607 (remove_files) COMPLETE |
6195 | 2024-12-20T23:23:11.129Z | [ recovery-image] Dec 20 23:23:09.888 INFO O| Dec 20 23:23:09.888 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2024-12-20T23:23:11.151Z | [ recovery-image] Dec 20 23:23:09.910 INFO O| Dec 20 23:23:09.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6197 | 2024-12-20T23:23:11.152Z | [ recovery-image] Dec 20 23:23:09.910 INFO O| Dec 20 23:23:09.910 INFO STEP 608 (remove_files) COMPLETE |
6198 | 2024-12-20T23:23:11.154Z | [ recovery-image] Dec 20 23:23:09.910 INFO O| Dec 20 23:23:09.910 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6199 | 2024-12-20T23:23:11.170Z | [ recovery-image] Dec 20 23:23:09.928 INFO O| Dec 20 23:23:09.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6200 | 2024-12-20T23:23:11.172Z | [ recovery-image] Dec 20 23:23:09.928 INFO O| Dec 20 23:23:09.928 INFO STEP 609 (remove_files) COMPLETE |
6201 | 2024-12-20T23:23:11.172Z | [ recovery-image] Dec 20 23:23:09.928 INFO O| Dec 20 23:23:09.928 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2024-12-20T23:23:11.265Z | [ recovery-image] Dec 20 23:23:10.023 INFO O| Dec 20 23:23:10.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6203 | 2024-12-20T23:23:11.265Z | [ recovery-image] Dec 20 23:23:10.023 INFO O| Dec 20 23:23:10.023 INFO STEP 610 (remove_files) COMPLETE |
6204 | 2024-12-20T23:23:11.265Z | [ recovery-image] Dec 20 23:23:10.023 INFO O| Dec 20 23:23:10.023 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2024-12-20T23:23:11.284Z | [ recovery-image] Dec 20 23:23:10.043 INFO O| Dec 20 23:23:10.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6206 | 2024-12-20T23:23:11.285Z | [ recovery-image] Dec 20 23:23:10.043 INFO O| Dec 20 23:23:10.043 INFO STEP 611 (remove_files) COMPLETE |
6207 | 2024-12-20T23:23:11.285Z | [ recovery-image] Dec 20 23:23:10.043 INFO O| Dec 20 23:23:10.043 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6208 | 2024-12-20T23:23:11.313Z | [ recovery-image] Dec 20 23:23:10.071 INFO O| Dec 20 23:23:10.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6209 | 2024-12-20T23:23:11.316Z | [ recovery-image] Dec 20 23:23:10.071 INFO O| Dec 20 23:23:10.071 INFO STEP 612 (remove_files) COMPLETE |
6210 | 2024-12-20T23:23:11.316Z | [ recovery-image] Dec 20 23:23:10.071 INFO O| Dec 20 23:23:10.071 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2024-12-20T23:23:11.345Z | [ recovery-image] Dec 20 23:23:10.102 INFO O| Dec 20 23:23:10.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6212 | 2024-12-20T23:23:11.347Z | [ recovery-image] Dec 20 23:23:10.103 INFO O| Dec 20 23:23:10.102 INFO STEP 613 (remove_files) COMPLETE |
6213 | 2024-12-20T23:23:11.347Z | [ recovery-image] Dec 20 23:23:10.103 INFO O| Dec 20 23:23:10.103 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2024-12-20T23:23:11.367Z | [ recovery-image] Dec 20 23:23:10.125 INFO O| Dec 20 23:23:10.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6215 | 2024-12-20T23:23:11.367Z | [ recovery-image] Dec 20 23:23:10.125 INFO O| Dec 20 23:23:10.125 INFO STEP 614 (remove_files) COMPLETE |
6216 | 2024-12-20T23:23:11.367Z | [ recovery-image] Dec 20 23:23:10.125 INFO O| Dec 20 23:23:10.125 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2024-12-20T23:23:11.388Z | [ recovery-image] Dec 20 23:23:10.146 INFO O| Dec 20 23:23:10.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6218 | 2024-12-20T23:23:11.388Z | [ recovery-image] Dec 20 23:23:10.146 INFO O| Dec 20 23:23:10.146 INFO STEP 615 (remove_files) COMPLETE |
6219 | 2024-12-20T23:23:11.388Z | [ recovery-image] Dec 20 23:23:10.146 INFO O| Dec 20 23:23:10.146 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2024-12-20T23:23:11.441Z | [ recovery-image] Dec 20 23:23:10.199 INFO O| Dec 20 23:23:10.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6221 | 2024-12-20T23:23:11.441Z | [ recovery-image] Dec 20 23:23:10.199 INFO O| Dec 20 23:23:10.199 INFO STEP 616 (remove_files) COMPLETE |
6222 | 2024-12-20T23:23:11.441Z | [ recovery-image] Dec 20 23:23:10.199 INFO O| Dec 20 23:23:10.199 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2024-12-20T23:23:11.496Z | [ recovery-image] Dec 20 23:23:10.254 INFO O| Dec 20 23:23:10.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6224 | 2024-12-20T23:23:11.496Z | [ recovery-image] Dec 20 23:23:10.254 INFO O| Dec 20 23:23:10.254 INFO STEP 617 (remove_files) COMPLETE |
6225 | 2024-12-20T23:23:11.499Z | [ recovery-image] Dec 20 23:23:10.254 INFO O| Dec 20 23:23:10.254 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2024-12-20T23:23:11.521Z | [ recovery-image] Dec 20 23:23:10.279 INFO O| Dec 20 23:23:10.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6227 | 2024-12-20T23:23:11.521Z | [ recovery-image] Dec 20 23:23:10.280 INFO O| Dec 20 23:23:10.280 INFO STEP 618 (remove_files) COMPLETE |
6228 | 2024-12-20T23:23:11.521Z | [ recovery-image] Dec 20 23:23:10.280 INFO O| Dec 20 23:23:10.280 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2024-12-20T23:23:11.563Z | [ recovery-image] Dec 20 23:23:10.322 INFO O| Dec 20 23:23:10.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6230 | 2024-12-20T23:23:11.566Z | [ recovery-image] Dec 20 23:23:10.322 INFO O| Dec 20 23:23:10.322 INFO STEP 619 (remove_files) COMPLETE |
6231 | 2024-12-20T23:23:11.566Z | [ recovery-image] Dec 20 23:23:10.322 INFO O| Dec 20 23:23:10.322 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6232 | 2024-12-20T23:23:11.584Z | [ recovery-image] Dec 20 23:23:10.341 INFO O| Dec 20 23:23:10.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6233 | 2024-12-20T23:23:11.587Z | [ recovery-image] Dec 20 23:23:10.341 INFO O| Dec 20 23:23:10.341 INFO STEP 620 (remove_files) COMPLETE |
6234 | 2024-12-20T23:23:11.587Z | [ recovery-image] Dec 20 23:23:10.341 INFO O| Dec 20 23:23:10.341 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6235 | 2024-12-20T23:23:11.601Z | [ recovery-image] Dec 20 23:23:10.360 INFO O| Dec 20 23:23:10.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6236 | 2024-12-20T23:23:11.605Z | [ recovery-image] Dec 20 23:23:10.360 INFO O| Dec 20 23:23:10.360 INFO STEP 621 (remove_files) COMPLETE |
6237 | 2024-12-20T23:23:11.605Z | [ recovery-image] Dec 20 23:23:10.360 INFO O| Dec 20 23:23:10.360 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6238 | 2024-12-20T23:23:11.621Z | [ recovery-image] Dec 20 23:23:10.380 INFO O| Dec 20 23:23:10.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6239 | 2024-12-20T23:23:11.624Z | [ recovery-image] Dec 20 23:23:10.380 INFO O| Dec 20 23:23:10.380 INFO STEP 622 (remove_files) COMPLETE |
6240 | 2024-12-20T23:23:11.624Z | [ recovery-image] Dec 20 23:23:10.380 INFO O| Dec 20 23:23:10.380 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6241 | 2024-12-20T23:23:11.641Z | [ recovery-image] Dec 20 23:23:10.400 INFO O| Dec 20 23:23:10.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6242 | 2024-12-20T23:23:11.644Z | [ recovery-image] Dec 20 23:23:10.400 INFO O| Dec 20 23:23:10.400 INFO STEP 623 (remove_files) COMPLETE |
6243 | 2024-12-20T23:23:11.644Z | [ recovery-image] Dec 20 23:23:10.400 INFO O| Dec 20 23:23:10.400 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2024-12-20T23:23:11.662Z | [ recovery-image] Dec 20 23:23:10.419 INFO O| Dec 20 23:23:10.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6245 | 2024-12-20T23:23:11.665Z | [ recovery-image] Dec 20 23:23:10.419 INFO O| Dec 20 23:23:10.419 INFO STEP 624 (remove_files) COMPLETE |
6246 | 2024-12-20T23:23:11.665Z | [ recovery-image] Dec 20 23:23:10.419 INFO O| Dec 20 23:23:10.419 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2024-12-20T23:23:11.681Z | [ recovery-image] Dec 20 23:23:10.439 INFO O| Dec 20 23:23:10.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6248 | 2024-12-20T23:23:11.684Z | [ recovery-image] Dec 20 23:23:10.439 INFO O| Dec 20 23:23:10.439 INFO STEP 625 (remove_files) COMPLETE |
6249 | 2024-12-20T23:23:11.684Z | [ recovery-image] Dec 20 23:23:10.440 INFO O| Dec 20 23:23:10.439 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2024-12-20T23:23:11.705Z | [ recovery-image] Dec 20 23:23:10.463 INFO O| Dec 20 23:23:10.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6251 | 2024-12-20T23:23:11.705Z | [ recovery-image] Dec 20 23:23:10.463 INFO O| Dec 20 23:23:10.463 INFO STEP 626 (remove_files) COMPLETE |
6252 | 2024-12-20T23:23:11.708Z | [ recovery-image] Dec 20 23:23:10.463 INFO O| Dec 20 23:23:10.463 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2024-12-20T23:23:11.725Z | [ recovery-image] Dec 20 23:23:10.484 INFO O| Dec 20 23:23:10.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6254 | 2024-12-20T23:23:11.725Z | [ recovery-image] Dec 20 23:23:10.484 INFO O| Dec 20 23:23:10.484 INFO STEP 627 (remove_files) COMPLETE |
6255 | 2024-12-20T23:23:11.725Z | [ recovery-image] Dec 20 23:23:10.484 INFO O| Dec 20 23:23:10.484 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2024-12-20T23:23:11.784Z | [ recovery-image] Dec 20 23:23:10.538 INFO O| Dec 20 23:23:10.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6257 | 2024-12-20T23:23:11.784Z | [ recovery-image] Dec 20 23:23:10.538 INFO O| Dec 20 23:23:10.538 INFO STEP 628 (remove_files) COMPLETE |
6258 | 2024-12-20T23:23:11.784Z | [ recovery-image] Dec 20 23:23:10.538 INFO O| Dec 20 23:23:10.538 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2024-12-20T23:23:11.799Z | [ recovery-image] Dec 20 23:23:10.557 INFO O| Dec 20 23:23:10.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6260 | 2024-12-20T23:23:11.799Z | [ recovery-image] Dec 20 23:23:10.557 INFO O| Dec 20 23:23:10.557 INFO STEP 629 (remove_files) COMPLETE |
6261 | 2024-12-20T23:23:11.805Z | [ recovery-image] Dec 20 23:23:10.558 INFO O| Dec 20 23:23:10.557 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2024-12-20T23:23:11.880Z | [ recovery-image] Dec 20 23:23:10.638 INFO O| Dec 20 23:23:10.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6263 | 2024-12-20T23:23:11.880Z | [ recovery-image] Dec 20 23:23:10.638 INFO O| Dec 20 23:23:10.638 INFO STEP 630 (remove_files) COMPLETE |
6264 | 2024-12-20T23:23:11.883Z | [ recovery-image] Dec 20 23:23:10.639 INFO O| Dec 20 23:23:10.638 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2024-12-20T23:23:11.913Z | [ recovery-image] Dec 20 23:23:10.670 INFO O| Dec 20 23:23:10.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6266 | 2024-12-20T23:23:11.913Z | [ recovery-image] Dec 20 23:23:10.671 INFO O| Dec 20 23:23:10.671 INFO STEP 631 (remove_files) COMPLETE |
6267 | 2024-12-20T23:23:11.913Z | [ recovery-image] Dec 20 23:23:10.671 INFO O| Dec 20 23:23:10.671 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2024-12-20T23:23:11.933Z | [ recovery-image] Dec 20 23:23:10.690 INFO O| Dec 20 23:23:10.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6269 | 2024-12-20T23:23:11.933Z | [ recovery-image] Dec 20 23:23:10.690 INFO O| Dec 20 23:23:10.690 INFO STEP 632 (remove_files) COMPLETE |
6270 | 2024-12-20T23:23:11.933Z | [ recovery-image] Dec 20 23:23:10.690 INFO O| Dec 20 23:23:10.690 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6271 | 2024-12-20T23:23:11.951Z | [ recovery-image] Dec 20 23:23:10.709 INFO O| Dec 20 23:23:10.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6272 | 2024-12-20T23:23:11.951Z | [ recovery-image] Dec 20 23:23:10.709 INFO O| Dec 20 23:23:10.709 INFO STEP 633 (remove_files) COMPLETE |
6273 | 2024-12-20T23:23:11.951Z | [ recovery-image] Dec 20 23:23:10.709 INFO O| Dec 20 23:23:10.709 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2024-12-20T23:23:11.970Z | [ recovery-image] Dec 20 23:23:10.729 INFO O| Dec 20 23:23:10.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6275 | 2024-12-20T23:23:11.970Z | [ recovery-image] Dec 20 23:23:10.729 INFO O| Dec 20 23:23:10.729 INFO STEP 634 (remove_files) COMPLETE |
6276 | 2024-12-20T23:23:11.973Z | [ recovery-image] Dec 20 23:23:10.729 INFO O| Dec 20 23:23:10.729 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2024-12-20T23:23:11.989Z | [ recovery-image] Dec 20 23:23:10.747 INFO O| Dec 20 23:23:10.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6278 | 2024-12-20T23:23:11.989Z | [ recovery-image] Dec 20 23:23:10.747 INFO O| Dec 20 23:23:10.747 INFO STEP 635 (remove_files) COMPLETE |
6279 | 2024-12-20T23:23:11.989Z | [ recovery-image] Dec 20 23:23:10.747 INFO O| Dec 20 23:23:10.747 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2024-12-20T23:23:12.026Z | [ recovery-image] Dec 20 23:23:10.784 INFO O| Dec 20 23:23:10.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6281 | 2024-12-20T23:23:12.026Z | [ recovery-image] Dec 20 23:23:10.784 INFO O| Dec 20 23:23:10.784 INFO STEP 636 (remove_files) COMPLETE |
6282 | 2024-12-20T23:23:12.026Z | [ recovery-image] Dec 20 23:23:10.784 INFO O| Dec 20 23:23:10.784 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2024-12-20T23:23:12.057Z | [ recovery-image] Dec 20 23:23:10.815 INFO O| Dec 20 23:23:10.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6284 | 2024-12-20T23:23:12.057Z | [ recovery-image] Dec 20 23:23:10.815 INFO O| Dec 20 23:23:10.815 INFO STEP 637 (remove_files) COMPLETE |
6285 | 2024-12-20T23:23:12.059Z | [ recovery-image] Dec 20 23:23:10.815 INFO O| Dec 20 23:23:10.815 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6286 | 2024-12-20T23:23:12.117Z | [ recovery-image] Dec 20 23:23:10.874 INFO O| Dec 20 23:23:10.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6287 | 2024-12-20T23:23:12.117Z | [ recovery-image] Dec 20 23:23:10.875 INFO O| Dec 20 23:23:10.875 INFO STEP 638 (remove_files) COMPLETE |
6288 | 2024-12-20T23:23:12.117Z | [ recovery-image] Dec 20 23:23:10.875 INFO O| Dec 20 23:23:10.875 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6289 | 2024-12-20T23:23:12.137Z | [ recovery-image] Dec 20 23:23:10.895 INFO O| Dec 20 23:23:10.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6290 | 2024-12-20T23:23:12.137Z | [ recovery-image] Dec 20 23:23:10.895 INFO O| Dec 20 23:23:10.895 INFO STEP 639 (remove_files) COMPLETE |
6291 | 2024-12-20T23:23:12.137Z | [ recovery-image] Dec 20 23:23:10.895 INFO O| Dec 20 23:23:10.895 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6292 | 2024-12-20T23:23:12.163Z | [ recovery-image] Dec 20 23:23:10.921 INFO O| Dec 20 23:23:10.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6293 | 2024-12-20T23:23:12.163Z | [ recovery-image] Dec 20 23:23:10.921 INFO O| Dec 20 23:23:10.921 INFO STEP 640 (remove_files) COMPLETE |
6294 | 2024-12-20T23:23:12.165Z | [ recovery-image] Dec 20 23:23:10.921 INFO O| Dec 20 23:23:10.921 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6295 | 2024-12-20T23:23:12.186Z | [ recovery-image] Dec 20 23:23:10.944 INFO O| Dec 20 23:23:10.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6296 | 2024-12-20T23:23:12.186Z | [ recovery-image] Dec 20 23:23:10.945 INFO O| Dec 20 23:23:10.945 INFO STEP 641 (remove_files) COMPLETE |
6297 | 2024-12-20T23:23:12.189Z | [ recovery-image] Dec 20 23:23:10.945 INFO O| Dec 20 23:23:10.945 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6298 | 2024-12-20T23:23:12.208Z | [ recovery-image] Dec 20 23:23:10.967 INFO O| Dec 20 23:23:10.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6299 | 2024-12-20T23:23:12.208Z | [ recovery-image] Dec 20 23:23:10.967 INFO O| Dec 20 23:23:10.967 INFO STEP 642 (remove_files) COMPLETE |
6300 | 2024-12-20T23:23:12.208Z | [ recovery-image] Dec 20 23:23:10.967 INFO O| Dec 20 23:23:10.967 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6301 | 2024-12-20T23:23:12.231Z | [ recovery-image] Dec 20 23:23:10.989 INFO O| Dec 20 23:23:10.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6302 | 2024-12-20T23:23:12.231Z | [ recovery-image] Dec 20 23:23:10.989 INFO O| Dec 20 23:23:10.989 INFO STEP 643 (remove_files) COMPLETE |
6303 | 2024-12-20T23:23:12.231Z | [ recovery-image] Dec 20 23:23:10.989 INFO O| Dec 20 23:23:10.989 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6304 | 2024-12-20T23:23:12.253Z | [ recovery-image] Dec 20 23:23:11.010 INFO O| Dec 20 23:23:11.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6305 | 2024-12-20T23:23:12.253Z | [ recovery-image] Dec 20 23:23:11.010 INFO O| Dec 20 23:23:11.010 INFO STEP 644 (remove_files) COMPLETE |
6306 | 2024-12-20T23:23:12.253Z | [ recovery-image] Dec 20 23:23:11.010 INFO O| Dec 20 23:23:11.010 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6307 | 2024-12-20T23:23:12.271Z | [ recovery-image] Dec 20 23:23:11.029 INFO O| Dec 20 23:23:11.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6308 | 2024-12-20T23:23:12.274Z | [ recovery-image] Dec 20 23:23:11.029 INFO O| Dec 20 23:23:11.029 INFO STEP 645 (remove_files) COMPLETE |
6309 | 2024-12-20T23:23:12.274Z | [ recovery-image] Dec 20 23:23:11.029 INFO O| Dec 20 23:23:11.029 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6310 | 2024-12-20T23:23:12.292Z | [ recovery-image] Dec 20 23:23:11.051 INFO O| Dec 20 23:23:11.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6311 | 2024-12-20T23:23:12.292Z | [ recovery-image] Dec 20 23:23:11.051 INFO O| Dec 20 23:23:11.051 INFO STEP 646 (remove_files) COMPLETE |
6312 | 2024-12-20T23:23:12.292Z | [ recovery-image] Dec 20 23:23:11.051 INFO O| Dec 20 23:23:11.051 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6313 | 2024-12-20T23:23:12.312Z | [ recovery-image] Dec 20 23:23:11.071 INFO O| Dec 20 23:23:11.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6314 | 2024-12-20T23:23:12.312Z | [ recovery-image] Dec 20 23:23:11.071 INFO O| Dec 20 23:23:11.071 INFO STEP 647 (remove_files) COMPLETE |
6315 | 2024-12-20T23:23:12.312Z | [ recovery-image] Dec 20 23:23:11.071 INFO O| Dec 20 23:23:11.071 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6316 | 2024-12-20T23:23:12.334Z | [ recovery-image] Dec 20 23:23:11.090 INFO O| Dec 20 23:23:11.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6317 | 2024-12-20T23:23:12.334Z | [ recovery-image] Dec 20 23:23:11.090 INFO O| Dec 20 23:23:11.090 INFO STEP 648 (remove_files) COMPLETE |
6318 | 2024-12-20T23:23:12.334Z | [ recovery-image] Dec 20 23:23:11.090 INFO O| Dec 20 23:23:11.090 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6319 | 2024-12-20T23:23:12.355Z | [ recovery-image] Dec 20 23:23:11.110 INFO O| Dec 20 23:23:11.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6320 | 2024-12-20T23:23:12.355Z | [ recovery-image] Dec 20 23:23:11.110 INFO O| Dec 20 23:23:11.110 INFO STEP 649 (remove_files) COMPLETE |
6321 | 2024-12-20T23:23:12.355Z | [ recovery-image] Dec 20 23:23:11.110 INFO O| Dec 20 23:23:11.110 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2024-12-20T23:23:12.372Z | [ recovery-image] Dec 20 23:23:11.130 INFO O| Dec 20 23:23:11.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6323 | 2024-12-20T23:23:12.372Z | [ recovery-image] Dec 20 23:23:11.130 INFO O| Dec 20 23:23:11.130 INFO STEP 650 (remove_files) COMPLETE |
6324 | 2024-12-20T23:23:12.372Z | [ recovery-image] Dec 20 23:23:11.130 INFO O| Dec 20 23:23:11.130 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2024-12-20T23:23:12.399Z | [ recovery-image] Dec 20 23:23:11.157 INFO O| Dec 20 23:23:11.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6326 | 2024-12-20T23:23:12.399Z | [ recovery-image] Dec 20 23:23:11.157 INFO O| Dec 20 23:23:11.157 INFO STEP 651 (remove_files) COMPLETE |
6327 | 2024-12-20T23:23:12.399Z | [ recovery-image] Dec 20 23:23:11.157 INFO O| Dec 20 23:23:11.157 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2024-12-20T23:23:12.459Z | [ recovery-image] Dec 20 23:23:11.217 INFO O| Dec 20 23:23:11.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6329 | 2024-12-20T23:23:12.459Z | [ recovery-image] Dec 20 23:23:11.217 INFO O| Dec 20 23:23:11.217 INFO STEP 652 (remove_files) COMPLETE |
6330 | 2024-12-20T23:23:12.459Z | [ recovery-image] Dec 20 23:23:11.217 INFO O| Dec 20 23:23:11.217 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2024-12-20T23:23:12.551Z | [ recovery-image] Dec 20 23:23:11.308 INFO O| Dec 20 23:23:11.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6332 | 2024-12-20T23:23:12.551Z | [ recovery-image] Dec 20 23:23:11.308 INFO O| Dec 20 23:23:11.308 INFO STEP 653 (remove_files) COMPLETE |
6333 | 2024-12-20T23:23:12.551Z | [ recovery-image] Dec 20 23:23:11.308 INFO O| Dec 20 23:23:11.308 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2024-12-20T23:23:12.626Z | [ recovery-image] Dec 20 23:23:11.384 INFO O| Dec 20 23:23:11.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6335 | 2024-12-20T23:23:12.648Z | [ recovery-image] Dec 20 23:23:11.407 INFO O| Dec 20 23:23:11.407 INFO STEP 654 (remove_files) COMPLETE |
6336 | 2024-12-20T23:23:12.649Z | [ recovery-image] Dec 20 23:23:11.407 INFO O| Dec 20 23:23:11.407 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2024-12-20T23:23:12.813Z | [ recovery-image] Dec 20 23:23:11.571 INFO O| Dec 20 23:23:11.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6338 | 2024-12-20T23:23:12.813Z | [ recovery-image] Dec 20 23:23:11.571 INFO O| Dec 20 23:23:11.571 INFO STEP 655 (remove_files) COMPLETE |
6339 | 2024-12-20T23:23:12.816Z | [ recovery-image] Dec 20 23:23:11.571 INFO O| Dec 20 23:23:11.571 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2024-12-20T23:23:12.839Z | [ recovery-image] Dec 20 23:23:11.594 INFO O| Dec 20 23:23:11.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6341 | 2024-12-20T23:23:12.861Z | [ recovery-image] Dec 20 23:23:11.619 INFO O| Dec 20 23:23:11.619 INFO STEP 656 (remove_files) COMPLETE |
6342 | 2024-12-20T23:23:12.861Z | [ recovery-image] Dec 20 23:23:11.619 INFO O| Dec 20 23:23:11.619 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2024-12-20T23:23:12.901Z | [ recovery-image] Dec 20 23:23:11.659 INFO O| Dec 20 23:23:11.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6344 | 2024-12-20T23:23:12.904Z | [ recovery-image] Dec 20 23:23:11.660 INFO O| Dec 20 23:23:11.660 INFO STEP 657 (remove_files) COMPLETE |
6345 | 2024-12-20T23:23:12.904Z | [ recovery-image] Dec 20 23:23:11.660 INFO O| Dec 20 23:23:11.660 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2024-12-20T23:23:12.929Z | [ recovery-image] Dec 20 23:23:11.686 INFO O| Dec 20 23:23:11.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6347 | 2024-12-20T23:23:12.931Z | [ recovery-image] Dec 20 23:23:11.687 INFO O| Dec 20 23:23:11.686 INFO STEP 658 (remove_files) COMPLETE |
6348 | 2024-12-20T23:23:12.931Z | [ recovery-image] Dec 20 23:23:11.687 INFO O| Dec 20 23:23:11.686 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2024-12-20T23:23:12.989Z | [ recovery-image] Dec 20 23:23:11.746 INFO O| Dec 20 23:23:11.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6350 | 2024-12-20T23:23:12.994Z | [ recovery-image] Dec 20 23:23:11.746 INFO O| Dec 20 23:23:11.746 INFO STEP 659 (remove_files) COMPLETE |
6351 | 2024-12-20T23:23:12.994Z | [ recovery-image] Dec 20 23:23:11.747 INFO O| Dec 20 23:23:11.746 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2024-12-20T23:23:13.007Z | [ recovery-image] Dec 20 23:23:11.765 INFO O| Dec 20 23:23:11.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6353 | 2024-12-20T23:23:13.007Z | [ recovery-image] Dec 20 23:23:11.765 INFO O| Dec 20 23:23:11.765 INFO STEP 660 (remove_files) COMPLETE |
6354 | 2024-12-20T23:23:13.007Z | [ recovery-image] Dec 20 23:23:11.765 INFO O| Dec 20 23:23:11.765 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6355 | 2024-12-20T23:23:13.042Z | [ recovery-image] Dec 20 23:23:11.800 INFO O| Dec 20 23:23:11.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6356 | 2024-12-20T23:23:13.062Z | [ recovery-image] Dec 20 23:23:11.820 INFO O| Dec 20 23:23:11.820 INFO STEP 661 (remove_files) COMPLETE |
6357 | 2024-12-20T23:23:13.062Z | [ recovery-image] Dec 20 23:23:11.820 INFO O| Dec 20 23:23:11.820 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6358 | 2024-12-20T23:23:13.082Z | [ recovery-image] Dec 20 23:23:11.839 INFO O| Dec 20 23:23:11.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6359 | 2024-12-20T23:23:13.082Z | [ recovery-image] Dec 20 23:23:11.839 INFO O| Dec 20 23:23:11.839 INFO STEP 662 (remove_files) COMPLETE |
6360 | 2024-12-20T23:23:13.082Z | [ recovery-image] Dec 20 23:23:11.839 INFO O| Dec 20 23:23:11.839 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2024-12-20T23:23:13.099Z | [ recovery-image] Dec 20 23:23:11.857 INFO O| Dec 20 23:23:11.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6362 | 2024-12-20T23:23:13.099Z | [ recovery-image] Dec 20 23:23:11.857 INFO O| Dec 20 23:23:11.857 INFO STEP 663 (remove_files) COMPLETE |
6363 | 2024-12-20T23:23:13.099Z | [ recovery-image] Dec 20 23:23:11.857 INFO O| Dec 20 23:23:11.857 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2024-12-20T23:23:13.118Z | [ recovery-image] Dec 20 23:23:11.876 INFO O| Dec 20 23:23:11.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6365 | 2024-12-20T23:23:13.118Z | [ recovery-image] Dec 20 23:23:11.876 INFO O| Dec 20 23:23:11.876 INFO STEP 664 (remove_files) COMPLETE |
6366 | 2024-12-20T23:23:13.118Z | [ recovery-image] Dec 20 23:23:11.876 INFO O| Dec 20 23:23:11.876 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2024-12-20T23:23:13.187Z | [ recovery-image] Dec 20 23:23:11.945 INFO O| Dec 20 23:23:11.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6368 | 2024-12-20T23:23:13.187Z | [ recovery-image] Dec 20 23:23:11.945 INFO O| Dec 20 23:23:11.945 INFO STEP 665 (remove_files) COMPLETE |
6369 | 2024-12-20T23:23:13.187Z | [ recovery-image] Dec 20 23:23:11.945 INFO O| Dec 20 23:23:11.945 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2024-12-20T23:23:13.246Z | [ recovery-image] Dec 20 23:23:12.004 INFO O| Dec 20 23:23:12.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6371 | 2024-12-20T23:23:13.246Z | [ recovery-image] Dec 20 23:23:12.004 INFO O| Dec 20 23:23:12.004 INFO STEP 666 (remove_files) COMPLETE |
6372 | 2024-12-20T23:23:13.246Z | [ recovery-image] Dec 20 23:23:12.004 INFO O| Dec 20 23:23:12.004 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2024-12-20T23:23:13.265Z | [ recovery-image] Dec 20 23:23:12.023 INFO O| Dec 20 23:23:12.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6374 | 2024-12-20T23:23:13.265Z | [ recovery-image] Dec 20 23:23:12.023 INFO O| Dec 20 23:23:12.023 INFO STEP 667 (remove_files) COMPLETE |
6375 | 2024-12-20T23:23:13.265Z | [ recovery-image] Dec 20 23:23:12.023 INFO O| Dec 20 23:23:12.023 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2024-12-20T23:23:13.282Z | [ recovery-image] Dec 20 23:23:12.040 INFO O| Dec 20 23:23:12.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6377 | 2024-12-20T23:23:13.282Z | [ recovery-image] Dec 20 23:23:12.040 INFO O| Dec 20 23:23:12.040 INFO STEP 668 (remove_files) COMPLETE |
6378 | 2024-12-20T23:23:13.284Z | [ recovery-image] Dec 20 23:23:12.040 INFO O| Dec 20 23:23:12.040 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2024-12-20T23:23:13.300Z | [ recovery-image] Dec 20 23:23:12.058 INFO O| Dec 20 23:23:12.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6380 | 2024-12-20T23:23:13.300Z | [ recovery-image] Dec 20 23:23:12.058 INFO O| Dec 20 23:23:12.058 INFO STEP 669 (remove_files) COMPLETE |
6381 | 2024-12-20T23:23:13.300Z | [ recovery-image] Dec 20 23:23:12.058 INFO O| Dec 20 23:23:12.058 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2024-12-20T23:23:13.318Z | [ recovery-image] Dec 20 23:23:12.075 INFO O| Dec 20 23:23:12.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6383 | 2024-12-20T23:23:13.319Z | [ recovery-image] Dec 20 23:23:12.076 INFO O| Dec 20 23:23:12.075 INFO STEP 670 (remove_files) COMPLETE |
6384 | 2024-12-20T23:23:13.319Z | [ recovery-image] Dec 20 23:23:12.076 INFO O| Dec 20 23:23:12.075 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2024-12-20T23:23:13.338Z | [ recovery-image] Dec 20 23:23:12.095 INFO O| Dec 20 23:23:12.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6386 | 2024-12-20T23:23:13.338Z | [ recovery-image] Dec 20 23:23:12.095 INFO O| Dec 20 23:23:12.095 INFO STEP 671 (remove_files) COMPLETE |
6387 | 2024-12-20T23:23:13.338Z | [ recovery-image] Dec 20 23:23:12.095 INFO O| Dec 20 23:23:12.095 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2024-12-20T23:23:13.380Z | [ recovery-image] Dec 20 23:23:12.138 INFO O| Dec 20 23:23:12.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6389 | 2024-12-20T23:23:13.382Z | [ recovery-image] Dec 20 23:23:12.139 INFO O| Dec 20 23:23:12.139 INFO STEP 672 (remove_files) COMPLETE |
6390 | 2024-12-20T23:23:13.382Z | [ recovery-image] Dec 20 23:23:12.139 INFO O| Dec 20 23:23:12.139 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2024-12-20T23:23:13.399Z | [ recovery-image] Dec 20 23:23:12.157 INFO O| Dec 20 23:23:12.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6392 | 2024-12-20T23:23:13.403Z | [ recovery-image] Dec 20 23:23:12.158 INFO O| Dec 20 23:23:12.158 INFO STEP 673 (remove_files) COMPLETE |
6393 | 2024-12-20T23:23:13.403Z | [ recovery-image] Dec 20 23:23:12.158 INFO O| Dec 20 23:23:12.158 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2024-12-20T23:23:13.427Z | [ recovery-image] Dec 20 23:23:12.185 INFO O| Dec 20 23:23:12.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6395 | 2024-12-20T23:23:13.427Z | [ recovery-image] Dec 20 23:23:12.185 INFO O| Dec 20 23:23:12.185 INFO STEP 674 (remove_files) COMPLETE |
6396 | 2024-12-20T23:23:13.430Z | [ recovery-image] Dec 20 23:23:12.186 INFO O| Dec 20 23:23:12.185 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2024-12-20T23:23:13.486Z | [ recovery-image] Dec 20 23:23:12.244 INFO O| Dec 20 23:23:12.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6398 | 2024-12-20T23:23:13.487Z | [ recovery-image] Dec 20 23:23:12.244 INFO O| Dec 20 23:23:12.244 INFO STEP 675 (remove_files) COMPLETE |
6399 | 2024-12-20T23:23:13.487Z | [ recovery-image] Dec 20 23:23:12.244 INFO O| Dec 20 23:23:12.244 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-12-20T23:23:13.504Z | [ recovery-image] Dec 20 23:23:12.261 INFO O| Dec 20 23:23:12.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6401 | 2024-12-20T23:23:13.504Z | [ recovery-image] Dec 20 23:23:12.261 INFO O| Dec 20 23:23:12.261 INFO STEP 676 (remove_files) COMPLETE |
6402 | 2024-12-20T23:23:13.504Z | [ recovery-image] Dec 20 23:23:12.261 INFO O| Dec 20 23:23:12.261 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-12-20T23:23:13.521Z | [ recovery-image] Dec 20 23:23:12.278 INFO O| Dec 20 23:23:12.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6404 | 2024-12-20T23:23:13.521Z | [ recovery-image] Dec 20 23:23:12.278 INFO O| Dec 20 23:23:12.278 INFO STEP 677 (remove_files) COMPLETE |
6405 | 2024-12-20T23:23:13.521Z | [ recovery-image] Dec 20 23:23:12.278 INFO O| Dec 20 23:23:12.278 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-12-20T23:23:13.536Z | [ recovery-image] Dec 20 23:23:12.294 INFO O| Dec 20 23:23:12.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6407 | 2024-12-20T23:23:13.536Z | [ recovery-image] Dec 20 23:23:12.294 INFO O| Dec 20 23:23:12.294 INFO STEP 678 (remove_files) COMPLETE |
6408 | 2024-12-20T23:23:13.536Z | [ recovery-image] Dec 20 23:23:12.294 INFO O| Dec 20 23:23:12.294 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2024-12-20T23:23:13.553Z | [ recovery-image] Dec 20 23:23:12.309 INFO O| Dec 20 23:23:12.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6410 | 2024-12-20T23:23:13.557Z | [ recovery-image] Dec 20 23:23:12.310 INFO O| Dec 20 23:23:12.309 INFO STEP 679 (remove_files) COMPLETE |
6411 | 2024-12-20T23:23:13.557Z | [ recovery-image] Dec 20 23:23:12.310 INFO O| Dec 20 23:23:12.310 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-12-20T23:23:13.568Z | [ recovery-image] Dec 20 23:23:12.325 INFO O| Dec 20 23:23:12.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6413 | 2024-12-20T23:23:13.591Z | [ recovery-image] Dec 20 23:23:12.349 INFO O| Dec 20 23:23:12.349 INFO STEP 680 (remove_files) COMPLETE |
6414 | 2024-12-20T23:23:13.591Z | [ recovery-image] Dec 20 23:23:12.349 INFO O| Dec 20 23:23:12.349 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-12-20T23:23:13.612Z | [ recovery-image] Dec 20 23:23:12.370 INFO O| Dec 20 23:23:12.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6416 | 2024-12-20T23:23:13.613Z | [ recovery-image] Dec 20 23:23:12.370 INFO O| Dec 20 23:23:12.370 INFO STEP 681 (remove_files) COMPLETE |
6417 | 2024-12-20T23:23:13.613Z | [ recovery-image] Dec 20 23:23:12.371 INFO O| Dec 20 23:23:12.370 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-12-20T23:23:13.643Z | [ recovery-image] Dec 20 23:23:12.400 INFO O| Dec 20 23:23:12.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6419 | 2024-12-20T23:23:13.647Z | [ recovery-image] Dec 20 23:23:12.400 INFO O| Dec 20 23:23:12.400 INFO STEP 682 (remove_files) COMPLETE |
6420 | 2024-12-20T23:23:13.647Z | [ recovery-image] Dec 20 23:23:12.401 INFO O| Dec 20 23:23:12.401 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-12-20T23:23:13.663Z | [ recovery-image] Dec 20 23:23:12.421 INFO O| Dec 20 23:23:12.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6422 | 2024-12-20T23:23:13.666Z | [ recovery-image] Dec 20 23:23:12.421 INFO O| Dec 20 23:23:12.421 INFO STEP 683 (remove_files) COMPLETE |
6423 | 2024-12-20T23:23:13.666Z | [ recovery-image] Dec 20 23:23:12.421 INFO O| Dec 20 23:23:12.421 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2024-12-20T23:23:13.683Z | [ recovery-image] Dec 20 23:23:12.441 INFO O| Dec 20 23:23:12.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6425 | 2024-12-20T23:23:13.701Z | [ recovery-image] Dec 20 23:23:12.459 INFO O| Dec 20 23:23:12.459 INFO STEP 684 (remove_files) COMPLETE |
6426 | 2024-12-20T23:23:13.701Z | [ recovery-image] Dec 20 23:23:12.459 INFO O| Dec 20 23:23:12.459 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2024-12-20T23:23:13.723Z | [ recovery-image] Dec 20 23:23:12.481 INFO O| Dec 20 23:23:12.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6428 | 2024-12-20T23:23:13.726Z | [ recovery-image] Dec 20 23:23:12.481 INFO O| Dec 20 23:23:12.481 INFO STEP 685 (remove_files) COMPLETE |
6429 | 2024-12-20T23:23:13.726Z | [ recovery-image] Dec 20 23:23:12.481 INFO O| Dec 20 23:23:12.481 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2024-12-20T23:23:13.744Z | [ recovery-image] Dec 20 23:23:12.501 INFO O| Dec 20 23:23:12.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6431 | 2024-12-20T23:23:13.747Z | [ recovery-image] Dec 20 23:23:12.502 INFO O| Dec 20 23:23:12.502 INFO STEP 686 (remove_files) COMPLETE |
6432 | 2024-12-20T23:23:13.747Z | [ recovery-image] Dec 20 23:23:12.502 INFO O| Dec 20 23:23:12.502 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2024-12-20T23:23:13.787Z | [ recovery-image] Dec 20 23:23:12.545 INFO O| Dec 20 23:23:12.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6434 | 2024-12-20T23:23:13.787Z | [ recovery-image] Dec 20 23:23:12.545 INFO O| Dec 20 23:23:12.545 INFO STEP 687 (remove_files) COMPLETE |
6435 | 2024-12-20T23:23:13.787Z | [ recovery-image] Dec 20 23:23:12.545 INFO O| Dec 20 23:23:12.545 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2024-12-20T23:23:13.857Z | [ recovery-image] Dec 20 23:23:12.615 INFO O| Dec 20 23:23:12.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6437 | 2024-12-20T23:23:13.857Z | [ recovery-image] Dec 20 23:23:12.615 INFO O| Dec 20 23:23:12.615 INFO STEP 688 (remove_files) COMPLETE |
6438 | 2024-12-20T23:23:13.859Z | [ recovery-image] Dec 20 23:23:12.615 INFO O| Dec 20 23:23:12.615 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2024-12-20T23:23:13.877Z | [ recovery-image] Dec 20 23:23:12.634 INFO O| Dec 20 23:23:12.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6440 | 2024-12-20T23:23:13.877Z | [ recovery-image] Dec 20 23:23:12.634 INFO O| Dec 20 23:23:12.634 INFO STEP 689 (remove_files) COMPLETE |
6441 | 2024-12-20T23:23:13.877Z | [ recovery-image] Dec 20 23:23:12.634 INFO O| Dec 20 23:23:12.634 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2024-12-20T23:23:13.895Z | [ recovery-image] Dec 20 23:23:12.653 INFO O| Dec 20 23:23:12.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6443 | 2024-12-20T23:23:13.895Z | [ recovery-image] Dec 20 23:23:12.653 INFO O| Dec 20 23:23:12.653 INFO STEP 690 (remove_files) COMPLETE |
6444 | 2024-12-20T23:23:13.895Z | [ recovery-image] Dec 20 23:23:12.653 INFO O| Dec 20 23:23:12.653 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-12-20T23:23:13.912Z | [ recovery-image] Dec 20 23:23:12.670 INFO O| Dec 20 23:23:12.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6446 | 2024-12-20T23:23:13.912Z | [ recovery-image] Dec 20 23:23:12.670 INFO O| Dec 20 23:23:12.670 INFO STEP 691 (remove_files) COMPLETE |
6447 | 2024-12-20T23:23:13.912Z | [ recovery-image] Dec 20 23:23:12.670 INFO O| Dec 20 23:23:12.670 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-12-20T23:23:13.931Z | [ recovery-image] Dec 20 23:23:12.689 INFO O| Dec 20 23:23:12.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6449 | 2024-12-20T23:23:13.934Z | [ recovery-image] Dec 20 23:23:12.689 INFO O| Dec 20 23:23:12.689 INFO STEP 692 (remove_files) COMPLETE |
6450 | 2024-12-20T23:23:13.934Z | [ recovery-image] Dec 20 23:23:12.689 INFO O| Dec 20 23:23:12.689 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2024-12-20T23:23:13.950Z | [ recovery-image] Dec 20 23:23:12.708 INFO O| Dec 20 23:23:12.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6452 | 2024-12-20T23:23:13.953Z | [ recovery-image] Dec 20 23:23:12.708 INFO O| Dec 20 23:23:12.708 INFO STEP 693 (remove_files) COMPLETE |
6453 | 2024-12-20T23:23:13.953Z | [ recovery-image] Dec 20 23:23:12.709 INFO O| Dec 20 23:23:12.708 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2024-12-20T23:23:13.968Z | [ recovery-image] Dec 20 23:23:12.726 INFO O| Dec 20 23:23:12.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6455 | 2024-12-20T23:23:13.971Z | [ recovery-image] Dec 20 23:23:12.727 INFO O| Dec 20 23:23:12.726 INFO STEP 694 (remove_files) COMPLETE |
6456 | 2024-12-20T23:23:13.971Z | [ recovery-image] Dec 20 23:23:12.727 INFO O| Dec 20 23:23:12.727 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2024-12-20T23:23:13.985Z | [ recovery-image] Dec 20 23:23:12.743 INFO O| Dec 20 23:23:12.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6458 | 2024-12-20T23:23:13.985Z | [ recovery-image] Dec 20 23:23:12.744 INFO O| Dec 20 23:23:12.744 INFO STEP 695 (remove_files) COMPLETE |
6459 | 2024-12-20T23:23:13.988Z | [ recovery-image] Dec 20 23:23:12.744 INFO O| Dec 20 23:23:12.744 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2024-12-20T23:23:14.003Z | [ recovery-image] Dec 20 23:23:12.761 INFO O| Dec 20 23:23:12.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6461 | 2024-12-20T23:23:14.006Z | [ recovery-image] Dec 20 23:23:12.761 INFO O| Dec 20 23:23:12.761 INFO STEP 696 (remove_files) COMPLETE |
6462 | 2024-12-20T23:23:14.006Z | [ recovery-image] Dec 20 23:23:12.761 INFO O| Dec 20 23:23:12.761 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6463 | 2024-12-20T23:23:14.020Z | [ recovery-image] Dec 20 23:23:12.778 INFO O| Dec 20 23:23:12.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6464 | 2024-12-20T23:23:14.039Z | [ recovery-image] Dec 20 23:23:12.797 INFO O| Dec 20 23:23:12.797 INFO STEP 697 (remove_files) COMPLETE |
6465 | 2024-12-20T23:23:14.039Z | [ recovery-image] Dec 20 23:23:12.797 INFO O| Dec 20 23:23:12.797 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6466 | 2024-12-20T23:23:14.098Z | [ recovery-image] Dec 20 23:23:12.856 INFO O| Dec 20 23:23:12.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6467 | 2024-12-20T23:23:14.098Z | [ recovery-image] Dec 20 23:23:12.856 INFO O| Dec 20 23:23:12.856 INFO STEP 698 (remove_files) COMPLETE |
6468 | 2024-12-20T23:23:14.098Z | [ recovery-image] Dec 20 23:23:12.856 INFO O| Dec 20 23:23:12.856 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2024-12-20T23:23:14.138Z | [ recovery-image] Dec 20 23:23:12.896 INFO O| Dec 20 23:23:12.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6470 | 2024-12-20T23:23:14.140Z | [ recovery-image] Dec 20 23:23:12.896 INFO O| Dec 20 23:23:12.896 INFO STEP 699 (remove_files) COMPLETE |
6471 | 2024-12-20T23:23:14.140Z | [ recovery-image] Dec 20 23:23:12.896 INFO O| Dec 20 23:23:12.896 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2024-12-20T23:23:14.159Z | [ recovery-image] Dec 20 23:23:12.917 INFO O| Dec 20 23:23:12.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6473 | 2024-12-20T23:23:14.162Z | [ recovery-image] Dec 20 23:23:12.918 INFO O| Dec 20 23:23:12.917 INFO STEP 700 (remove_files) COMPLETE |
6474 | 2024-12-20T23:23:14.162Z | [ recovery-image] Dec 20 23:23:12.918 INFO O| Dec 20 23:23:12.918 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2024-12-20T23:23:14.178Z | [ recovery-image] Dec 20 23:23:12.936 INFO O| Dec 20 23:23:12.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6476 | 2024-12-20T23:23:14.181Z | [ recovery-image] Dec 20 23:23:12.936 INFO O| Dec 20 23:23:12.936 INFO STEP 701 (remove_files) COMPLETE |
6477 | 2024-12-20T23:23:14.181Z | [ recovery-image] Dec 20 23:23:12.936 INFO O| Dec 20 23:23:12.936 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6478 | 2024-12-20T23:23:14.209Z | [ recovery-image] Dec 20 23:23:12.967 INFO O| Dec 20 23:23:12.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6479 | 2024-12-20T23:23:14.209Z | [ recovery-image] Dec 20 23:23:12.967 INFO O| Dec 20 23:23:12.967 INFO STEP 702 (remove_files) COMPLETE |
6480 | 2024-12-20T23:23:14.209Z | [ recovery-image] Dec 20 23:23:12.967 INFO O| Dec 20 23:23:12.967 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2024-12-20T23:23:14.233Z | [ recovery-image] Dec 20 23:23:12.991 INFO O| Dec 20 23:23:12.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6482 | 2024-12-20T23:23:14.233Z | [ recovery-image] Dec 20 23:23:12.991 INFO O| Dec 20 23:23:12.991 INFO STEP 703 (remove_files) COMPLETE |
6483 | 2024-12-20T23:23:14.235Z | [ recovery-image] Dec 20 23:23:12.991 INFO O| Dec 20 23:23:12.991 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-12-20T23:23:14.275Z | [ recovery-image] Dec 20 23:23:13.032 INFO O| Dec 20 23:23:13.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6485 | 2024-12-20T23:23:14.275Z | [ recovery-image] Dec 20 23:23:13.032 INFO O| Dec 20 23:23:13.032 INFO STEP 704 (remove_files) COMPLETE |
6486 | 2024-12-20T23:23:14.275Z | [ recovery-image] Dec 20 23:23:13.033 INFO O| Dec 20 23:23:13.032 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-12-20T23:23:14.293Z | [ recovery-image] Dec 20 23:23:13.051 INFO O| Dec 20 23:23:13.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6488 | 2024-12-20T23:23:14.293Z | [ recovery-image] Dec 20 23:23:13.051 INFO O| Dec 20 23:23:13.051 INFO STEP 705 (remove_files) COMPLETE |
6489 | 2024-12-20T23:23:14.293Z | [ recovery-image] Dec 20 23:23:13.051 INFO O| Dec 20 23:23:13.051 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-12-20T23:23:14.313Z | [ recovery-image] Dec 20 23:23:13.071 INFO O| Dec 20 23:23:13.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6491 | 2024-12-20T23:23:14.313Z | [ recovery-image] Dec 20 23:23:13.071 INFO O| Dec 20 23:23:13.071 INFO STEP 706 (remove_files) COMPLETE |
6492 | 2024-12-20T23:23:14.315Z | [ recovery-image] Dec 20 23:23:13.071 INFO O| Dec 20 23:23:13.071 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-12-20T23:23:14.342Z | [ recovery-image] Dec 20 23:23:13.098 INFO O| Dec 20 23:23:13.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6494 | 2024-12-20T23:23:14.342Z | [ recovery-image] Dec 20 23:23:13.098 INFO O| Dec 20 23:23:13.098 INFO STEP 707 (remove_files) COMPLETE |
6495 | 2024-12-20T23:23:14.342Z | [ recovery-image] Dec 20 23:23:13.098 INFO O| Dec 20 23:23:13.098 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-12-20T23:23:14.383Z | [ recovery-image] Dec 20 23:23:13.141 INFO O| Dec 20 23:23:13.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6497 | 2024-12-20T23:23:14.384Z | [ recovery-image] Dec 20 23:23:13.142 INFO O| Dec 20 23:23:13.142 INFO STEP 708 (remove_files) COMPLETE |
6498 | 2024-12-20T23:23:14.386Z | [ recovery-image] Dec 20 23:23:13.142 INFO O| Dec 20 23:23:13.142 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-12-20T23:23:14.410Z | [ recovery-image] Dec 20 23:23:13.168 INFO O| Dec 20 23:23:13.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6500 | 2024-12-20T23:23:14.410Z | [ recovery-image] Dec 20 23:23:13.168 INFO O| Dec 20 23:23:13.168 INFO STEP 709 (remove_files) COMPLETE |
6501 | 2024-12-20T23:23:14.410Z | [ recovery-image] Dec 20 23:23:13.168 INFO O| Dec 20 23:23:13.168 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-12-20T23:23:14.453Z | [ recovery-image] Dec 20 23:23:13.211 INFO O| Dec 20 23:23:13.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6503 | 2024-12-20T23:23:14.453Z | [ recovery-image] Dec 20 23:23:13.211 INFO O| Dec 20 23:23:13.211 INFO STEP 710 (remove_files) COMPLETE |
6504 | 2024-12-20T23:23:14.453Z | [ recovery-image] Dec 20 23:23:13.211 INFO O| Dec 20 23:23:13.211 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-12-20T23:23:14.474Z | [ recovery-image] Dec 20 23:23:13.232 INFO O| Dec 20 23:23:13.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6506 | 2024-12-20T23:23:14.476Z | [ recovery-image] Dec 20 23:23:13.232 INFO O| Dec 20 23:23:13.232 INFO STEP 711 (remove_files) COMPLETE |
6507 | 2024-12-20T23:23:14.476Z | [ recovery-image] Dec 20 23:23:13.232 INFO O| Dec 20 23:23:13.232 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-12-20T23:23:14.503Z | [ recovery-image] Dec 20 23:23:13.251 INFO O| Dec 20 23:23:13.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6509 | 2024-12-20T23:23:14.503Z | [ recovery-image] Dec 20 23:23:13.251 INFO O| Dec 20 23:23:13.251 INFO STEP 712 (remove_files) COMPLETE |
6510 | 2024-12-20T23:23:14.506Z | [ recovery-image] Dec 20 23:23:13.251 INFO O| Dec 20 23:23:13.251 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-12-20T23:23:14.514Z | [ recovery-image] Dec 20 23:23:13.272 INFO O| Dec 20 23:23:13.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6512 | 2024-12-20T23:23:14.514Z | [ recovery-image] Dec 20 23:23:13.272 INFO O| Dec 20 23:23:13.272 INFO STEP 713 (remove_files) COMPLETE |
6513 | 2024-12-20T23:23:14.514Z | [ recovery-image] Dec 20 23:23:13.272 INFO O| Dec 20 23:23:13.272 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-12-20T23:23:14.582Z | [ recovery-image] Dec 20 23:23:13.339 INFO O| Dec 20 23:23:13.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6515 | 2024-12-20T23:23:14.582Z | [ recovery-image] Dec 20 23:23:13.339 INFO O| Dec 20 23:23:13.339 INFO STEP 714 (remove_files) COMPLETE |
6516 | 2024-12-20T23:23:14.584Z | [ recovery-image] Dec 20 23:23:13.339 INFO O| Dec 20 23:23:13.339 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-12-20T23:23:14.626Z | [ recovery-image] Dec 20 23:23:13.384 INFO O| Dec 20 23:23:13.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6518 | 2024-12-20T23:23:14.626Z | [ recovery-image] Dec 20 23:23:13.384 INFO O| Dec 20 23:23:13.384 INFO STEP 715 (remove_files) COMPLETE |
6519 | 2024-12-20T23:23:14.626Z | [ recovery-image] Dec 20 23:23:13.384 INFO O| Dec 20 23:23:13.384 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-12-20T23:23:14.647Z | [ recovery-image] Dec 20 23:23:13.404 INFO O| Dec 20 23:23:13.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6521 | 2024-12-20T23:23:14.647Z | [ recovery-image] Dec 20 23:23:13.404 INFO O| Dec 20 23:23:13.404 INFO STEP 716 (remove_files) COMPLETE |
6522 | 2024-12-20T23:23:14.647Z | [ recovery-image] Dec 20 23:23:13.404 INFO O| Dec 20 23:23:13.404 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-12-20T23:23:14.677Z | [ recovery-image] Dec 20 23:23:13.422 INFO O| Dec 20 23:23:13.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6524 | 2024-12-20T23:23:14.677Z | [ recovery-image] Dec 20 23:23:13.423 INFO O| Dec 20 23:23:13.423 INFO STEP 717 (remove_files) COMPLETE |
6525 | 2024-12-20T23:23:14.677Z | [ recovery-image] Dec 20 23:23:13.423 INFO O| Dec 20 23:23:13.423 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2024-12-20T23:23:14.699Z | [ recovery-image] Dec 20 23:23:13.457 INFO O| Dec 20 23:23:13.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6527 | 2024-12-20T23:23:14.699Z | [ recovery-image] Dec 20 23:23:13.457 INFO O| Dec 20 23:23:13.457 INFO STEP 718 (remove_files) COMPLETE |
6528 | 2024-12-20T23:23:14.702Z | [ recovery-image] Dec 20 23:23:13.457 INFO O| Dec 20 23:23:13.457 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-12-20T23:23:14.723Z | [ recovery-image] Dec 20 23:23:13.480 INFO O| Dec 20 23:23:13.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6530 | 2024-12-20T23:23:14.723Z | [ recovery-image] Dec 20 23:23:13.480 INFO O| Dec 20 23:23:13.480 INFO STEP 719 (remove_files) COMPLETE |
6531 | 2024-12-20T23:23:14.723Z | [ recovery-image] Dec 20 23:23:13.480 INFO O| Dec 20 23:23:13.480 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2024-12-20T23:23:14.760Z | [ recovery-image] Dec 20 23:23:13.518 INFO O| Dec 20 23:23:13.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6533 | 2024-12-20T23:23:14.760Z | [ recovery-image] Dec 20 23:23:13.518 INFO O| Dec 20 23:23:13.518 INFO STEP 720 (remove_files) COMPLETE |
6534 | 2024-12-20T23:23:14.760Z | [ recovery-image] Dec 20 23:23:13.518 INFO O| Dec 20 23:23:13.518 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2024-12-20T23:23:14.782Z | [ recovery-image] Dec 20 23:23:13.540 INFO O| Dec 20 23:23:13.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6536 | 2024-12-20T23:23:14.782Z | [ recovery-image] Dec 20 23:23:13.540 INFO O| Dec 20 23:23:13.540 INFO STEP 721 (remove_files) COMPLETE |
6537 | 2024-12-20T23:23:14.782Z | [ recovery-image] Dec 20 23:23:13.540 INFO O| Dec 20 23:23:13.540 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2024-12-20T23:23:14.803Z | [ recovery-image] Dec 20 23:23:13.561 INFO O| Dec 20 23:23:13.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6539 | 2024-12-20T23:23:14.803Z | [ recovery-image] Dec 20 23:23:13.561 INFO O| Dec 20 23:23:13.561 INFO STEP 722 (remove_files) COMPLETE |
6540 | 2024-12-20T23:23:14.803Z | [ recovery-image] Dec 20 23:23:13.561 INFO O| Dec 20 23:23:13.561 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2024-12-20T23:23:14.825Z | [ recovery-image] Dec 20 23:23:13.582 INFO O| Dec 20 23:23:13.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6542 | 2024-12-20T23:23:14.825Z | [ recovery-image] Dec 20 23:23:13.582 INFO O| Dec 20 23:23:13.582 INFO STEP 723 (remove_files) COMPLETE |
6543 | 2024-12-20T23:23:14.825Z | [ recovery-image] Dec 20 23:23:13.583 INFO O| Dec 20 23:23:13.582 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2024-12-20T23:23:14.849Z | [ recovery-image] Dec 20 23:23:13.606 INFO O| Dec 20 23:23:13.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6545 | 2024-12-20T23:23:14.849Z | [ recovery-image] Dec 20 23:23:13.606 INFO O| Dec 20 23:23:13.602 INFO STEP 724 (remove_files) COMPLETE |
6546 | 2024-12-20T23:23:14.849Z | [ recovery-image] Dec 20 23:23:13.606 INFO O| Dec 20 23:23:13.602 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2024-12-20T23:23:14.865Z | [ recovery-image] Dec 20 23:23:13.623 INFO O| Dec 20 23:23:13.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6548 | 2024-12-20T23:23:14.865Z | [ recovery-image] Dec 20 23:23:13.623 INFO O| Dec 20 23:23:13.623 INFO STEP 725 (remove_files) COMPLETE |
6549 | 2024-12-20T23:23:14.865Z | [ recovery-image] Dec 20 23:23:13.623 INFO O| Dec 20 23:23:13.623 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6550 | 2024-12-20T23:23:14.912Z | [ recovery-image] Dec 20 23:23:13.670 INFO O| Dec 20 23:23:13.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6551 | 2024-12-20T23:23:14.912Z | [ recovery-image] Dec 20 23:23:13.670 INFO O| Dec 20 23:23:13.670 INFO STEP 726 (remove_files) COMPLETE |
6552 | 2024-12-20T23:23:14.912Z | [ recovery-image] Dec 20 23:23:13.670 INFO O| Dec 20 23:23:13.670 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6553 | 2024-12-20T23:23:14.968Z | [ recovery-image] Dec 20 23:23:13.726 INFO O| Dec 20 23:23:13.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6554 | 2024-12-20T23:23:14.968Z | [ recovery-image] Dec 20 23:23:13.726 INFO O| Dec 20 23:23:13.726 INFO STEP 727 (remove_files) COMPLETE |
6555 | 2024-12-20T23:23:14.971Z | [ recovery-image] Dec 20 23:23:13.726 INFO O| Dec 20 23:23:13.726 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6556 | 2024-12-20T23:23:14.984Z | [ recovery-image] Dec 20 23:23:13.742 INFO O| Dec 20 23:23:13.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6557 | 2024-12-20T23:23:14.984Z | [ recovery-image] Dec 20 23:23:13.742 INFO O| Dec 20 23:23:13.742 INFO STEP 728 (remove_files) COMPLETE |
6558 | 2024-12-20T23:23:14.984Z | [ recovery-image] Dec 20 23:23:13.742 INFO O| Dec 20 23:23:13.742 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2024-12-20T23:23:15.000Z | [ recovery-image] Dec 20 23:23:13.757 INFO O| Dec 20 23:23:13.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6560 | 2024-12-20T23:23:15.000Z | [ recovery-image] Dec 20 23:23:13.757 INFO O| Dec 20 23:23:13.757 INFO STEP 729 (remove_files) COMPLETE |
6561 | 2024-12-20T23:23:15.000Z | [ recovery-image] Dec 20 23:23:13.757 INFO O| Dec 20 23:23:13.757 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6562 | 2024-12-20T23:23:15.014Z | [ recovery-image] Dec 20 23:23:13.772 INFO O| Dec 20 23:23:13.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6563 | 2024-12-20T23:23:15.015Z | [ recovery-image] Dec 20 23:23:13.772 INFO O| Dec 20 23:23:13.772 INFO STEP 730 (remove_files) COMPLETE |
6564 | 2024-12-20T23:23:15.015Z | [ recovery-image] Dec 20 23:23:13.772 INFO O| Dec 20 23:23:13.772 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6565 | 2024-12-20T23:23:15.098Z | [ recovery-image] Dec 20 23:23:13.856 INFO O| Dec 20 23:23:13.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6566 | 2024-12-20T23:23:15.098Z | [ recovery-image] Dec 20 23:23:13.856 INFO O| Dec 20 23:23:13.856 INFO STEP 731 (remove_files) COMPLETE |
6567 | 2024-12-20T23:23:15.100Z | [ recovery-image] Dec 20 23:23:13.856 INFO O| Dec 20 23:23:13.856 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2024-12-20T23:23:15.117Z | [ recovery-image] Dec 20 23:23:13.875 INFO O| Dec 20 23:23:13.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6569 | 2024-12-20T23:23:15.117Z | [ recovery-image] Dec 20 23:23:13.875 INFO O| Dec 20 23:23:13.875 INFO STEP 732 (remove_files) COMPLETE |
6570 | 2024-12-20T23:23:15.120Z | [ recovery-image] Dec 20 23:23:13.875 INFO O| Dec 20 23:23:13.875 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2024-12-20T23:23:15.137Z | [ recovery-image] Dec 20 23:23:13.895 INFO O| Dec 20 23:23:13.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6572 | 2024-12-20T23:23:15.137Z | [ recovery-image] Dec 20 23:23:13.895 INFO O| Dec 20 23:23:13.895 INFO STEP 733 (remove_files) COMPLETE |
6573 | 2024-12-20T23:23:15.137Z | [ recovery-image] Dec 20 23:23:13.895 INFO O| Dec 20 23:23:13.895 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-12-20T23:23:15.184Z | [ recovery-image] Dec 20 23:23:13.942 INFO O| Dec 20 23:23:13.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6575 | 2024-12-20T23:23:15.184Z | [ recovery-image] Dec 20 23:23:13.942 INFO O| Dec 20 23:23:13.942 INFO STEP 734 (remove_files) COMPLETE |
6576 | 2024-12-20T23:23:15.187Z | [ recovery-image] Dec 20 23:23:13.942 INFO O| Dec 20 23:23:13.942 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-12-20T23:23:15.205Z | [ recovery-image] Dec 20 23:23:13.963 INFO O| Dec 20 23:23:13.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6578 | 2024-12-20T23:23:15.205Z | [ recovery-image] Dec 20 23:23:13.963 INFO O| Dec 20 23:23:13.963 INFO STEP 735 (remove_files) COMPLETE |
6579 | 2024-12-20T23:23:15.207Z | [ recovery-image] Dec 20 23:23:13.963 INFO O| Dec 20 23:23:13.963 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-12-20T23:23:15.223Z | [ recovery-image] Dec 20 23:23:13.981 INFO O| Dec 20 23:23:13.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6581 | 2024-12-20T23:23:15.226Z | [ recovery-image] Dec 20 23:23:13.981 INFO O| Dec 20 23:23:13.981 INFO STEP 736 (remove_files) COMPLETE |
6582 | 2024-12-20T23:23:15.226Z | [ recovery-image] Dec 20 23:23:13.981 INFO O| Dec 20 23:23:13.981 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-12-20T23:23:15.245Z | [ host-image] Dec 20 23:23:14.003 INFO O| Dec 20 23:23:14.002 INFO O| Planning: Solver setup ... Done |
6584 | 2024-12-20T23:23:15.251Z | [ host-image] Dec 20 23:23:14.009 INFO O| Dec 20 23:23:14.009 INFO O| Planning: Running solver ... Done |
6585 | 2024-12-20T23:23:15.258Z | [ recovery-image] Dec 20 23:23:14.016 INFO O| Dec 20 23:23:14.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6586 | 2024-12-20T23:23:15.261Z | [ recovery-image] Dec 20 23:23:14.016 INFO O| Dec 20 23:23:14.016 INFO STEP 737 (remove_files) COMPLETE |
6587 | 2024-12-20T23:23:15.261Z | [ recovery-image] Dec 20 23:23:14.016 INFO O| Dec 20 23:23:14.016 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6588 | 2024-12-20T23:23:15.277Z | [ recovery-image] Dec 20 23:23:14.035 INFO O| Dec 20 23:23:14.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6589 | 2024-12-20T23:23:15.277Z | [ recovery-image] Dec 20 23:23:14.035 INFO O| Dec 20 23:23:14.035 INFO STEP 738 (remove_files) COMPLETE |
6590 | 2024-12-20T23:23:15.277Z | [ recovery-image] Dec 20 23:23:14.035 INFO O| Dec 20 23:23:14.035 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6591 | 2024-12-20T23:23:15.299Z | [ recovery-image] Dec 20 23:23:14.057 INFO O| Dec 20 23:23:14.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6592 | 2024-12-20T23:23:15.302Z | [ recovery-image] Dec 20 23:23:14.057 INFO O| Dec 20 23:23:14.057 INFO STEP 739 (remove_files) COMPLETE |
6593 | 2024-12-20T23:23:15.302Z | [ recovery-image] Dec 20 23:23:14.058 INFO O| Dec 20 23:23:14.058 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2024-12-20T23:23:15.323Z | [ recovery-image] Dec 20 23:23:14.079 INFO O| Dec 20 23:23:14.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6595 | 2024-12-20T23:23:15.325Z | [ recovery-image] Dec 20 23:23:14.082 INFO O| Dec 20 23:23:14.082 INFO STEP 740 (remove_files) COMPLETE |
6596 | 2024-12-20T23:23:15.326Z | [ recovery-image] Dec 20 23:23:14.082 INFO O| Dec 20 23:23:14.082 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2024-12-20T23:23:15.346Z | [ recovery-image] Dec 20 23:23:14.102 INFO O| Dec 20 23:23:14.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6598 | 2024-12-20T23:23:15.349Z | [ recovery-image] Dec 20 23:23:14.102 INFO O| Dec 20 23:23:14.102 INFO STEP 741 (remove_files) COMPLETE |
6599 | 2024-12-20T23:23:15.349Z | [ recovery-image] Dec 20 23:23:14.102 INFO O| Dec 20 23:23:14.102 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2024-12-20T23:23:15.361Z | [ recovery-image] Dec 20 23:23:14.118 INFO O| Dec 20 23:23:14.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6601 | 2024-12-20T23:23:15.365Z | [ recovery-image] Dec 20 23:23:14.119 INFO O| Dec 20 23:23:14.118 INFO STEP 742 (remove_files) COMPLETE |
6602 | 2024-12-20T23:23:15.365Z | [ recovery-image] Dec 20 23:23:14.123 INFO O| Dec 20 23:23:14.119 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2024-12-20T23:23:15.377Z | [ host-image] Dec 20 23:23:14.135 INFO O| Dec 20 23:23:14.135 INFO O| Planning: Finding local manifests ... Done |
6604 | 2024-12-20T23:23:15.380Z | [ host-image] Dec 20 23:23:14.138 INFO O| Dec 20 23:23:14.138 INFO O| Planning: Fetching manifests: 0/6 0% complete |
6605 | 2024-12-20T23:23:15.390Z | [ recovery-image] Dec 20 23:23:14.148 INFO O| Dec 20 23:23:14.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6606 | 2024-12-20T23:23:15.390Z | [ recovery-image] Dec 20 23:23:14.148 INFO O| Dec 20 23:23:14.148 INFO STEP 743 (remove_files) COMPLETE |
6607 | 2024-12-20T23:23:15.390Z | [ recovery-image] Dec 20 23:23:14.148 INFO O| Dec 20 23:23:14.148 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6608 | 2024-12-20T23:23:15.433Z | [ recovery-image] Dec 20 23:23:14.191 INFO O| Dec 20 23:23:14.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6609 | 2024-12-20T23:23:15.433Z | [ recovery-image] Dec 20 23:23:14.191 INFO O| Dec 20 23:23:14.191 INFO STEP 744 (remove_files) COMPLETE |
6610 | 2024-12-20T23:23:15.434Z | [ recovery-image] Dec 20 23:23:14.191 INFO O| Dec 20 23:23:14.191 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6611 | 2024-12-20T23:23:15.471Z | [ recovery-image] Dec 20 23:23:14.229 INFO O| Dec 20 23:23:14.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6612 | 2024-12-20T23:23:15.487Z | [ recovery-image] Dec 20 23:23:14.244 INFO O| Dec 20 23:23:14.244 INFO STEP 745 (remove_files) COMPLETE |
6613 | 2024-12-20T23:23:15.487Z | [ recovery-image] Dec 20 23:23:14.244 INFO O| Dec 20 23:23:14.244 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6614 | 2024-12-20T23:23:15.519Z | [ recovery-image] Dec 20 23:23:14.276 INFO O| Dec 20 23:23:14.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6615 | 2024-12-20T23:23:15.519Z | [ recovery-image] Dec 20 23:23:14.276 INFO O| Dec 20 23:23:14.276 INFO STEP 746 (remove_files) COMPLETE |
6616 | 2024-12-20T23:23:15.519Z | [ recovery-image] Dec 20 23:23:14.276 INFO O| Dec 20 23:23:14.276 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6617 | 2024-12-20T23:23:15.557Z | [ recovery-image] Dec 20 23:23:14.315 INFO O| Dec 20 23:23:14.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6618 | 2024-12-20T23:23:15.561Z | [ recovery-image] Dec 20 23:23:14.315 INFO O| Dec 20 23:23:14.315 INFO STEP 747 (remove_files) COMPLETE |
6619 | 2024-12-20T23:23:15.561Z | [ recovery-image] Dec 20 23:23:14.316 INFO O| Dec 20 23:23:14.315 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6620 | 2024-12-20T23:23:15.579Z | [ recovery-image] Dec 20 23:23:14.334 INFO O| Dec 20 23:23:14.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6621 | 2024-12-20T23:23:15.586Z | [ recovery-image] Dec 20 23:23:14.335 INFO O| Dec 20 23:23:14.335 INFO STEP 748 (remove_files) COMPLETE |
6622 | 2024-12-20T23:23:15.586Z | [ recovery-image] Dec 20 23:23:14.335 INFO O| Dec 20 23:23:14.335 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6623 | 2024-12-20T23:23:15.597Z | [ recovery-image] Dec 20 23:23:14.353 INFO O| Dec 20 23:23:14.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6624 | 2024-12-20T23:23:15.602Z | [ recovery-image] Dec 20 23:23:14.353 INFO O| Dec 20 23:23:14.353 INFO STEP 749 (remove_files) COMPLETE |
6625 | 2024-12-20T23:23:15.603Z | [ recovery-image] Dec 20 23:23:14.354 INFO O| Dec 20 23:23:14.354 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6626 | 2024-12-20T23:23:15.615Z | [ recovery-image] Dec 20 23:23:14.371 INFO O| Dec 20 23:23:14.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6627 | 2024-12-20T23:23:15.621Z | [ recovery-image] Dec 20 23:23:14.372 INFO O| Dec 20 23:23:14.372 INFO STEP 750 (remove_files) COMPLETE |
6628 | 2024-12-20T23:23:15.621Z | [ recovery-image] Dec 20 23:23:14.372 INFO O| Dec 20 23:23:14.372 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2024-12-20T23:23:15.653Z | [ recovery-image] Dec 20 23:23:14.410 INFO O| Dec 20 23:23:14.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6630 | 2024-12-20T23:23:15.656Z | [ recovery-image] Dec 20 23:23:14.410 INFO O| Dec 20 23:23:14.410 INFO STEP 751 (remove_files) COMPLETE |
6631 | 2024-12-20T23:23:15.656Z | [ recovery-image] Dec 20 23:23:14.410 INFO O| Dec 20 23:23:14.410 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2024-12-20T23:23:15.703Z | [ host-image] Dec 20 23:23:14.459 INFO O| Dec 20 23:23:14.459 INFO O| Planning: Fetching manifests: 6/6 100% complete |
6633 | 2024-12-20T23:23:15.750Z | [ recovery-image] Dec 20 23:23:14.507 INFO O| Dec 20 23:23:14.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6634 | 2024-12-20T23:23:15.753Z | [ recovery-image] Dec 20 23:23:14.507 INFO O| Dec 20 23:23:14.507 INFO STEP 752 (remove_files) COMPLETE |
6635 | 2024-12-20T23:23:15.753Z | [ recovery-image] Dec 20 23:23:14.507 INFO O| Dec 20 23:23:14.507 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-12-20T23:23:15.762Z | [ host-image] Dec 20 23:23:14.519 INFO O| Dec 20 23:23:14.519 INFO O| Planning: Package planning ... Done |
6637 | 2024-12-20T23:23:15.770Z | [ recovery-image] Dec 20 23:23:14.527 INFO O| Dec 20 23:23:14.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6638 | 2024-12-20T23:23:15.775Z | [ recovery-image] Dec 20 23:23:14.527 INFO O| Dec 20 23:23:14.527 INFO STEP 753 (remove_files) COMPLETE |
6639 | 2024-12-20T23:23:15.775Z | [ recovery-image] Dec 20 23:23:14.527 INFO O| Dec 20 23:23:14.527 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2024-12-20T23:23:15.788Z | [ recovery-image] Dec 20 23:23:14.545 INFO O| Dec 20 23:23:14.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6641 | 2024-12-20T23:23:15.788Z | [ recovery-image] Dec 20 23:23:14.545 INFO O| Dec 20 23:23:14.545 INFO STEP 754 (remove_files) COMPLETE |
6642 | 2024-12-20T23:23:15.793Z | [ recovery-image] Dec 20 23:23:14.546 INFO O| Dec 20 23:23:14.545 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2024-12-20T23:23:15.808Z | [ host-image] Dec 20 23:23:14.565 INFO O| Dec 20 23:23:14.565 INFO O| Planning: Merging actions ... Done |
6644 | 2024-12-20T23:23:15.824Z | [ recovery-image] Dec 20 23:23:14.581 INFO O| Dec 20 23:23:14.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6645 | 2024-12-20T23:23:15.824Z | [ recovery-image] Dec 20 23:23:14.581 INFO O| Dec 20 23:23:14.581 INFO STEP 755 (remove_files) COMPLETE |
6646 | 2024-12-20T23:23:15.827Z | [ recovery-image] Dec 20 23:23:14.581 INFO O| Dec 20 23:23:14.581 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6647 | 2024-12-20T23:23:15.844Z | [ recovery-image] Dec 20 23:23:14.601 INFO O| Dec 20 23:23:14.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6648 | 2024-12-20T23:23:15.844Z | [ recovery-image] Dec 20 23:23:14.601 INFO O| Dec 20 23:23:14.601 INFO STEP 756 (remove_files) COMPLETE |
6649 | 2024-12-20T23:23:15.845Z | [ recovery-image] Dec 20 23:23:14.601 INFO O| Dec 20 23:23:14.601 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6650 | 2024-12-20T23:23:15.871Z | [ recovery-image] Dec 20 23:23:14.628 INFO O| Dec 20 23:23:14.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6651 | 2024-12-20T23:23:15.871Z | [ recovery-image] Dec 20 23:23:14.628 INFO O| Dec 20 23:23:14.628 INFO STEP 757 (remove_files) COMPLETE |
6652 | 2024-12-20T23:23:15.871Z | [ recovery-image] Dec 20 23:23:14.628 INFO O| Dec 20 23:23:14.628 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2024-12-20T23:23:15.890Z | [ recovery-image] Dec 20 23:23:14.648 INFO O| Dec 20 23:23:14.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6654 | 2024-12-20T23:23:15.891Z | [ recovery-image] Dec 20 23:23:14.648 INFO O| Dec 20 23:23:14.648 INFO STEP 758 (remove_files) COMPLETE |
6655 | 2024-12-20T23:23:15.893Z | [ recovery-image] Dec 20 23:23:14.648 INFO O| Dec 20 23:23:14.648 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2024-12-20T23:23:15.909Z | [ recovery-image] Dec 20 23:23:14.665 INFO O| Dec 20 23:23:14.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6657 | 2024-12-20T23:23:15.909Z | [ recovery-image] Dec 20 23:23:14.665 INFO O| Dec 20 23:23:14.665 INFO STEP 759 (remove_files) COMPLETE |
6658 | 2024-12-20T23:23:15.913Z | [ recovery-image] Dec 20 23:23:14.666 INFO O| Dec 20 23:23:14.665 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2024-12-20T23:23:15.927Z | [ recovery-image] Dec 20 23:23:14.684 INFO O| Dec 20 23:23:14.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6660 | 2024-12-20T23:23:15.927Z | [ recovery-image] Dec 20 23:23:14.684 INFO O| Dec 20 23:23:14.684 INFO STEP 760 (remove_files) COMPLETE |
6661 | 2024-12-20T23:23:15.927Z | [ recovery-image] Dec 20 23:23:14.684 INFO O| Dec 20 23:23:14.684 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-12-20T23:23:15.961Z | [ host-image] Dec 20 23:23:14.717 INFO O| Dec 20 23:23:14.717 INFO O| Planning: Checking for conflicting actions ... Done |
6663 | 2024-12-20T23:23:15.964Z | [ recovery-image] Dec 20 23:23:14.722 INFO O| Dec 20 23:23:14.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6664 | 2024-12-20T23:23:15.969Z | [ recovery-image] Dec 20 23:23:14.722 INFO O| Dec 20 23:23:14.722 INFO STEP 761 (remove_files) COMPLETE |
6665 | 2024-12-20T23:23:15.969Z | [ recovery-image] Dec 20 23:23:14.722 INFO O| Dec 20 23:23:14.722 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-12-20T23:23:15.980Z | [ host-image] Dec 20 23:23:14.737 INFO O| Dec 20 23:23:14.737 INFO O| Planning: Consolidating action changes ... Done |
6667 | 2024-12-20T23:23:15.985Z | [ recovery-image] Dec 20 23:23:14.742 INFO O| Dec 20 23:23:14.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6668 | 2024-12-20T23:23:15.989Z | [ recovery-image] Dec 20 23:23:14.743 INFO O| Dec 20 23:23:14.743 INFO STEP 762 (remove_files) COMPLETE |
6669 | 2024-12-20T23:23:15.989Z | [ recovery-image] Dec 20 23:23:14.743 INFO O| Dec 20 23:23:14.743 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2024-12-20T23:23:16.003Z | [ recovery-image] Dec 20 23:23:14.760 INFO O| Dec 20 23:23:14.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6671 | 2024-12-20T23:23:16.003Z | [ recovery-image] Dec 20 23:23:14.760 INFO O| Dec 20 23:23:14.760 INFO STEP 763 (remove_files) COMPLETE |
6672 | 2024-12-20T23:23:16.003Z | [ recovery-image] Dec 20 23:23:14.760 INFO O| Dec 20 23:23:14.760 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6673 | 2024-12-20T23:23:16.020Z | [ recovery-image] Dec 20 23:23:14.777 INFO O| Dec 20 23:23:14.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6674 | 2024-12-20T23:23:16.020Z | [ recovery-image] Dec 20 23:23:14.777 INFO O| Dec 20 23:23:14.777 INFO STEP 764 (remove_files) COMPLETE |
6675 | 2024-12-20T23:23:16.024Z | [ recovery-image] Dec 20 23:23:14.777 INFO O| Dec 20 23:23:14.777 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6676 | 2024-12-20T23:23:16.053Z | [ recovery-image] Dec 20 23:23:14.809 INFO O| Dec 20 23:23:14.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6677 | 2024-12-20T23:23:16.053Z | [ recovery-image] Dec 20 23:23:14.810 INFO O| Dec 20 23:23:14.810 INFO STEP 765 (remove_files) COMPLETE |
6678 | 2024-12-20T23:23:16.053Z | [ recovery-image] Dec 20 23:23:14.810 INFO O| Dec 20 23:23:14.810 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6679 | 2024-12-20T23:23:16.091Z | [ recovery-image] Dec 20 23:23:14.846 INFO O| Dec 20 23:23:14.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6680 | 2024-12-20T23:23:16.091Z | [ recovery-image] Dec 20 23:23:14.847 INFO O| Dec 20 23:23:14.847 INFO STEP 766 (remove_files) COMPLETE |
6681 | 2024-12-20T23:23:16.091Z | [ recovery-image] Dec 20 23:23:14.847 INFO O| Dec 20 23:23:14.847 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2024-12-20T23:23:16.111Z | [ recovery-image] Dec 20 23:23:14.866 INFO O| Dec 20 23:23:14.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6683 | 2024-12-20T23:23:16.111Z | [ recovery-image] Dec 20 23:23:14.866 INFO O| Dec 20 23:23:14.866 INFO STEP 767 (remove_files) COMPLETE |
6684 | 2024-12-20T23:23:16.112Z | [ recovery-image] Dec 20 23:23:14.866 INFO O| Dec 20 23:23:14.866 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2024-12-20T23:23:16.135Z | [ recovery-image] Dec 20 23:23:14.890 INFO O| Dec 20 23:23:14.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6686 | 2024-12-20T23:23:16.139Z | [ recovery-image] Dec 20 23:23:14.890 INFO O| Dec 20 23:23:14.890 INFO STEP 768 (remove_files) COMPLETE |
6687 | 2024-12-20T23:23:16.139Z | [ recovery-image] Dec 20 23:23:14.891 INFO O| Dec 20 23:23:14.891 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2024-12-20T23:23:16.153Z | [ recovery-image] Dec 20 23:23:14.910 INFO O| Dec 20 23:23:14.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6689 | 2024-12-20T23:23:16.158Z | [ recovery-image] Dec 20 23:23:14.910 INFO O| Dec 20 23:23:14.910 INFO STEP 769 (remove_files) COMPLETE |
6690 | 2024-12-20T23:23:16.158Z | [ recovery-image] Dec 20 23:23:14.910 INFO O| Dec 20 23:23:14.910 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6691 | 2024-12-20T23:23:16.188Z | [ recovery-image] Dec 20 23:23:14.945 INFO O| Dec 20 23:23:14.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6692 | 2024-12-20T23:23:16.189Z | [ recovery-image] Dec 20 23:23:14.946 INFO O| Dec 20 23:23:14.946 INFO STEP 770 (remove_files) COMPLETE |
6693 | 2024-12-20T23:23:16.189Z | [ recovery-image] Dec 20 23:23:14.946 INFO O| Dec 20 23:23:14.946 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2024-12-20T23:23:16.209Z | [ recovery-image] Dec 20 23:23:14.964 INFO O| Dec 20 23:23:14.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6695 | 2024-12-20T23:23:16.209Z | [ recovery-image] Dec 20 23:23:14.964 INFO O| Dec 20 23:23:14.964 INFO STEP 771 (remove_files) COMPLETE |
6696 | 2024-12-20T23:23:16.214Z | [ recovery-image] Dec 20 23:23:14.964 INFO O| Dec 20 23:23:14.964 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2024-12-20T23:23:16.246Z | [ recovery-image] Dec 20 23:23:15.003 INFO O| Dec 20 23:23:15.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6698 | 2024-12-20T23:23:16.246Z | [ recovery-image] Dec 20 23:23:15.003 INFO O| Dec 20 23:23:15.003 INFO STEP 772 (remove_files) COMPLETE |
6699 | 2024-12-20T23:23:16.249Z | [ recovery-image] Dec 20 23:23:15.003 INFO O| Dec 20 23:23:15.003 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2024-12-20T23:23:16.282Z | [ recovery-image] Dec 20 23:23:15.027 INFO O| Dec 20 23:23:15.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6701 | 2024-12-20T23:23:16.282Z | [ recovery-image] Dec 20 23:23:15.027 INFO O| Dec 20 23:23:15.027 INFO STEP 773 (remove_files) COMPLETE |
6702 | 2024-12-20T23:23:16.287Z | [ recovery-image] Dec 20 23:23:15.027 INFO O| Dec 20 23:23:15.027 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-12-20T23:23:16.325Z | [ recovery-image] Dec 20 23:23:15.082 INFO O| Dec 20 23:23:15.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6704 | 2024-12-20T23:23:16.325Z | [ recovery-image] Dec 20 23:23:15.082 INFO O| Dec 20 23:23:15.082 INFO STEP 774 (remove_files) COMPLETE |
6705 | 2024-12-20T23:23:16.327Z | [ recovery-image] Dec 20 23:23:15.083 INFO O| Dec 20 23:23:15.082 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-12-20T23:23:16.375Z | [ recovery-image] Dec 20 23:23:15.114 INFO O| Dec 20 23:23:15.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6707 | 2024-12-20T23:23:16.375Z | [ recovery-image] Dec 20 23:23:15.114 INFO O| Dec 20 23:23:15.114 INFO STEP 775 (remove_files) COMPLETE |
6708 | 2024-12-20T23:23:16.376Z | [ recovery-image] Dec 20 23:23:15.114 INFO O| Dec 20 23:23:15.114 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-12-20T23:23:16.436Z | [ recovery-image] Dec 20 23:23:15.145 INFO O| Dec 20 23:23:15.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6710 | 2024-12-20T23:23:16.437Z | [ recovery-image] Dec 20 23:23:15.145 INFO O| Dec 20 23:23:15.145 INFO STEP 776 (remove_files) COMPLETE |
6711 | 2024-12-20T23:23:16.437Z | [ recovery-image] Dec 20 23:23:15.145 INFO O| Dec 20 23:23:15.145 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-12-20T23:23:16.464Z | [ recovery-image] Dec 20 23:23:15.163 INFO O| Dec 20 23:23:15.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6713 | 2024-12-20T23:23:16.464Z | [ recovery-image] Dec 20 23:23:15.163 INFO O| Dec 20 23:23:15.163 INFO STEP 777 (remove_files) COMPLETE |
6714 | 2024-12-20T23:23:16.464Z | [ recovery-image] Dec 20 23:23:15.163 INFO O| Dec 20 23:23:15.163 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-12-20T23:23:16.465Z | [ host-image] Dec 20 23:23:15.177 INFO O| Dec 20 23:23:15.177 INFO O| Planning: Evaluating mediators ... Done |
6716 | 2024-12-20T23:23:16.465Z | [ host-image] Dec 20 23:23:15.183 INFO O| Dec 20 23:23:15.183 INFO O| Planning: Planning completed in 5.46 seconds |
6717 | 2024-12-20T23:23:16.465Z | [ host-image] Dec 20 23:23:15.186 INFO O| Dec 20 23:23:15.186 INFO O| Packages to install: 6 |
6718 | 2024-12-20T23:23:16.465Z | [ host-image] Dec 20 23:23:15.186 INFO O| Dec 20 23:23:15.186 INFO O| Mediators to change: 1 |
6719 | 2024-12-20T23:23:16.466Z | [ host-image] Dec 20 23:23:15.186 INFO O| Dec 20 23:23:15.186 INFO O| Services to change: 1 |
6720 | 2024-12-20T23:23:16.466Z | [ recovery-image] Dec 20 23:23:15.200 INFO O| Dec 20 23:23:15.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6721 | 2024-12-20T23:23:16.467Z | [ recovery-image] Dec 20 23:23:15.200 INFO O| Dec 20 23:23:15.200 INFO STEP 778 (remove_files) COMPLETE |
6722 | 2024-12-20T23:23:16.467Z | [ recovery-image] Dec 20 23:23:15.200 INFO O| Dec 20 23:23:15.200 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-12-20T23:23:16.493Z | [ recovery-image] Dec 20 23:23:15.220 INFO O| Dec 20 23:23:15.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6724 | 2024-12-20T23:23:16.493Z | [ recovery-image] Dec 20 23:23:15.220 INFO O| Dec 20 23:23:15.220 INFO STEP 779 (remove_files) COMPLETE |
6725 | 2024-12-20T23:23:16.493Z | [ recovery-image] Dec 20 23:23:15.220 INFO O| Dec 20 23:23:15.220 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-12-20T23:23:16.510Z | [ recovery-image] Dec 20 23:23:15.239 INFO O| Dec 20 23:23:15.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6727 | 2024-12-20T23:23:16.510Z | [ recovery-image] Dec 20 23:23:15.239 INFO O| Dec 20 23:23:15.239 INFO STEP 780 (remove_files) COMPLETE |
6728 | 2024-12-20T23:23:16.510Z | [ recovery-image] Dec 20 23:23:15.239 INFO O| Dec 20 23:23:15.239 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-12-20T23:23:16.511Z | [ recovery-image] Dec 20 23:23:15.258 INFO O| Dec 20 23:23:15.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6730 | 2024-12-20T23:23:16.511Z | [ recovery-image] Dec 20 23:23:15.258 INFO O| Dec 20 23:23:15.258 INFO STEP 781 (remove_files) COMPLETE |
6731 | 2024-12-20T23:23:16.511Z | [ recovery-image] Dec 20 23:23:15.258 INFO O| Dec 20 23:23:15.258 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-12-20T23:23:16.545Z | [ host-image] Dec 20 23:23:15.293 INFO O| Dec 20 23:23:15.293 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
6733 | 2024-12-20T23:23:16.573Z | [ recovery-image] Dec 20 23:23:15.304 INFO O| Dec 20 23:23:15.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6734 | 2024-12-20T23:23:16.573Z | [ recovery-image] Dec 20 23:23:15.304 INFO O| Dec 20 23:23:15.304 INFO STEP 782 (remove_files) COMPLETE |
6735 | 2024-12-20T23:23:16.573Z | [ recovery-image] Dec 20 23:23:15.304 INFO O| Dec 20 23:23:15.304 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-12-20T23:23:16.620Z | [ recovery-image] Dec 20 23:23:15.325 INFO O| Dec 20 23:23:15.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6737 | 2024-12-20T23:23:16.620Z | [ recovery-image] Dec 20 23:23:15.325 INFO O| Dec 20 23:23:15.325 INFO STEP 783 (remove_files) COMPLETE |
6738 | 2024-12-20T23:23:16.620Z | [ recovery-image] Dec 20 23:23:15.325 INFO O| Dec 20 23:23:15.325 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-12-20T23:23:16.620Z | [ recovery-image] Dec 20 23:23:15.343 INFO O| Dec 20 23:23:15.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6740 | 2024-12-20T23:23:16.621Z | [ recovery-image] Dec 20 23:23:15.343 INFO O| Dec 20 23:23:15.343 INFO STEP 784 (remove_files) COMPLETE |
6741 | 2024-12-20T23:23:16.621Z | [ recovery-image] Dec 20 23:23:15.343 INFO O| Dec 20 23:23:15.343 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-12-20T23:23:16.651Z | [ recovery-image] Dec 20 23:23:15.362 INFO O| Dec 20 23:23:15.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6743 | 2024-12-20T23:23:16.651Z | [ recovery-image] Dec 20 23:23:15.362 INFO O| Dec 20 23:23:15.362 INFO STEP 785 (remove_files) COMPLETE |
6744 | 2024-12-20T23:23:16.651Z | [ recovery-image] Dec 20 23:23:15.362 INFO O| Dec 20 23:23:15.362 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-12-20T23:23:16.651Z | [ recovery-image] Dec 20 23:23:15.380 INFO O| Dec 20 23:23:15.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6746 | 2024-12-20T23:23:16.652Z | [ recovery-image] Dec 20 23:23:15.380 INFO O| Dec 20 23:23:15.380 INFO STEP 786 (remove_files) COMPLETE |
6747 | 2024-12-20T23:23:16.652Z | [ recovery-image] Dec 20 23:23:15.380 INFO O| Dec 20 23:23:15.380 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-12-20T23:23:16.672Z | [ recovery-image] Dec 20 23:23:15.400 INFO O| Dec 20 23:23:15.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6749 | 2024-12-20T23:23:16.672Z | [ recovery-image] Dec 20 23:23:15.400 INFO O| Dec 20 23:23:15.400 INFO STEP 787 (remove_files) COMPLETE |
6750 | 2024-12-20T23:23:16.672Z | [ recovery-image] Dec 20 23:23:15.400 INFO O| Dec 20 23:23:15.400 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-12-20T23:23:16.672Z | [ recovery-image] Dec 20 23:23:15.419 INFO O| Dec 20 23:23:15.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6752 | 2024-12-20T23:23:16.672Z | [ recovery-image] Dec 20 23:23:15.419 INFO O| Dec 20 23:23:15.419 INFO STEP 788 (remove_files) COMPLETE |
6753 | 2024-12-20T23:23:16.673Z | [ recovery-image] Dec 20 23:23:15.419 INFO O| Dec 20 23:23:15.419 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-12-20T23:23:16.689Z | [ recovery-image] Dec 20 23:23:15.438 INFO O| Dec 20 23:23:15.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6755 | 2024-12-20T23:23:16.689Z | [ recovery-image] Dec 20 23:23:15.438 INFO O| Dec 20 23:23:15.438 INFO STEP 789 (remove_files) COMPLETE |
6756 | 2024-12-20T23:23:16.690Z | [ recovery-image] Dec 20 23:23:15.438 INFO O| Dec 20 23:23:15.438 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-12-20T23:23:16.728Z | [ recovery-image] Dec 20 23:23:15.484 INFO O| Dec 20 23:23:15.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6758 | 2024-12-20T23:23:16.735Z | [ recovery-image] Dec 20 23:23:15.484 INFO O| Dec 20 23:23:15.484 INFO STEP 790 (remove_files) COMPLETE |
6759 | 2024-12-20T23:23:16.735Z | [ recovery-image] Dec 20 23:23:15.484 INFO O| Dec 20 23:23:15.484 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-12-20T23:23:16.750Z | [ recovery-image] Dec 20 23:23:15.504 INFO O| Dec 20 23:23:15.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6761 | 2024-12-20T23:23:16.751Z | [ recovery-image] Dec 20 23:23:15.504 INFO O| Dec 20 23:23:15.504 INFO STEP 791 (remove_files) COMPLETE |
6762 | 2024-12-20T23:23:16.751Z | [ recovery-image] Dec 20 23:23:15.504 INFO O| Dec 20 23:23:15.504 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-12-20T23:23:16.776Z | [ recovery-image] Dec 20 23:23:15.525 INFO O| Dec 20 23:23:15.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6764 | 2024-12-20T23:23:16.777Z | [ recovery-image] Dec 20 23:23:15.525 INFO O| Dec 20 23:23:15.525 INFO STEP 792 (remove_files) COMPLETE |
6765 | 2024-12-20T23:23:16.777Z | [ recovery-image] Dec 20 23:23:15.525 INFO O| Dec 20 23:23:15.525 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-12-20T23:23:16.795Z | [ recovery-image] Dec 20 23:23:15.543 INFO O| Dec 20 23:23:15.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6767 | 2024-12-20T23:23:16.795Z | [ recovery-image] Dec 20 23:23:15.543 INFO O| Dec 20 23:23:15.543 INFO STEP 793 (remove_files) COMPLETE |
6768 | 2024-12-20T23:23:16.795Z | [ recovery-image] Dec 20 23:23:15.543 INFO O| Dec 20 23:23:15.543 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-12-20T23:23:16.809Z | [ recovery-image] Dec 20 23:23:15.561 INFO O| Dec 20 23:23:15.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6770 | 2024-12-20T23:23:16.809Z | [ recovery-image] Dec 20 23:23:15.561 INFO O| Dec 20 23:23:15.561 INFO STEP 794 (remove_files) COMPLETE |
6771 | 2024-12-20T23:23:16.809Z | [ recovery-image] Dec 20 23:23:15.561 INFO O| Dec 20 23:23:15.561 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-12-20T23:23:16.826Z | [ recovery-image] Dec 20 23:23:15.580 INFO O| Dec 20 23:23:15.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6773 | 2024-12-20T23:23:16.826Z | [ recovery-image] Dec 20 23:23:15.580 INFO O| Dec 20 23:23:15.580 INFO STEP 795 (remove_files) COMPLETE |
6774 | 2024-12-20T23:23:16.826Z | [ recovery-image] Dec 20 23:23:15.580 INFO O| Dec 20 23:23:15.580 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-12-20T23:23:16.849Z | [ recovery-image] Dec 20 23:23:15.599 INFO O| Dec 20 23:23:15.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6776 | 2024-12-20T23:23:16.867Z | [ recovery-image] Dec 20 23:23:15.599 INFO O| Dec 20 23:23:15.599 INFO STEP 796 (remove_files) COMPLETE |
6777 | 2024-12-20T23:23:16.868Z | [ recovery-image] Dec 20 23:23:15.599 INFO O| Dec 20 23:23:15.599 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-12-20T23:23:16.876Z | [ recovery-image] Dec 20 23:23:15.617 INFO O| Dec 20 23:23:15.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6779 | 2024-12-20T23:23:16.876Z | [ recovery-image] Dec 20 23:23:15.627 INFO O| Dec 20 23:23:15.627 INFO STEP 797 (remove_files) COMPLETE |
6780 | 2024-12-20T23:23:16.877Z | [ recovery-image] Dec 20 23:23:15.627 INFO O| Dec 20 23:23:15.627 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-12-20T23:23:16.927Z | [ recovery-image] Dec 20 23:23:15.683 INFO O| Dec 20 23:23:15.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6782 | 2024-12-20T23:23:16.931Z | [ recovery-image] Dec 20 23:23:15.683 INFO O| Dec 20 23:23:15.683 INFO STEP 798 (remove_files) COMPLETE |
6783 | 2024-12-20T23:23:16.931Z | [ recovery-image] Dec 20 23:23:15.683 INFO O| Dec 20 23:23:15.683 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-12-20T23:23:16.944Z | [ recovery-image] Dec 20 23:23:15.702 INFO O| Dec 20 23:23:15.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6785 | 2024-12-20T23:23:16.947Z | [ recovery-image] Dec 20 23:23:15.702 INFO O| Dec 20 23:23:15.702 INFO STEP 799 (remove_files) COMPLETE |
6786 | 2024-12-20T23:23:16.947Z | [ recovery-image] Dec 20 23:23:15.702 INFO O| Dec 20 23:23:15.702 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-12-20T23:23:16.963Z | [ recovery-image] Dec 20 23:23:15.721 INFO O| Dec 20 23:23:15.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6788 | 2024-12-20T23:23:16.966Z | [ recovery-image] Dec 20 23:23:15.721 INFO O| Dec 20 23:23:15.721 INFO STEP 800 (remove_files) COMPLETE |
6789 | 2024-12-20T23:23:16.966Z | [ recovery-image] Dec 20 23:23:15.721 INFO O| Dec 20 23:23:15.721 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-12-20T23:23:16.985Z | [ recovery-image] Dec 20 23:23:15.742 INFO O| Dec 20 23:23:15.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6791 | 2024-12-20T23:23:16.987Z | [ recovery-image] Dec 20 23:23:15.742 INFO O| Dec 20 23:23:15.742 INFO STEP 801 (remove_files) COMPLETE |
6792 | 2024-12-20T23:23:16.988Z | [ recovery-image] Dec 20 23:23:15.742 INFO O| Dec 20 23:23:15.742 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-12-20T23:23:17.028Z | [ recovery-image] Dec 20 23:23:15.785 INFO O| Dec 20 23:23:15.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6794 | 2024-12-20T23:23:17.030Z | [ recovery-image] Dec 20 23:23:15.785 INFO O| Dec 20 23:23:15.785 INFO STEP 802 (remove_files) COMPLETE |
6795 | 2024-12-20T23:23:17.030Z | [ recovery-image] Dec 20 23:23:15.785 INFO O| Dec 20 23:23:15.785 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-12-20T23:23:17.046Z | [ recovery-image] Dec 20 23:23:15.804 INFO O| Dec 20 23:23:15.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6797 | 2024-12-20T23:23:17.049Z | [ recovery-image] Dec 20 23:23:15.804 INFO O| Dec 20 23:23:15.804 INFO STEP 803 (remove_files) COMPLETE |
6798 | 2024-12-20T23:23:17.049Z | [ recovery-image] Dec 20 23:23:15.804 INFO O| Dec 20 23:23:15.804 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-12-20T23:23:17.065Z | [ recovery-image] Dec 20 23:23:15.822 INFO O| Dec 20 23:23:15.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6800 | 2024-12-20T23:23:17.067Z | [ recovery-image] Dec 20 23:23:15.822 INFO O| Dec 20 23:23:15.822 INFO STEP 804 (remove_files) COMPLETE |
6801 | 2024-12-20T23:23:17.067Z | [ recovery-image] Dec 20 23:23:15.823 INFO O| Dec 20 23:23:15.822 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-12-20T23:23:17.083Z | [ recovery-image] Dec 20 23:23:15.840 INFO O| Dec 20 23:23:15.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6803 | 2024-12-20T23:23:17.086Z | [ recovery-image] Dec 20 23:23:15.841 INFO O| Dec 20 23:23:15.841 INFO STEP 805 (remove_files) COMPLETE |
6804 | 2024-12-20T23:23:17.086Z | [ recovery-image] Dec 20 23:23:15.841 INFO O| Dec 20 23:23:15.841 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-12-20T23:23:17.101Z | [ recovery-image] Dec 20 23:23:15.858 INFO O| Dec 20 23:23:15.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6806 | 2024-12-20T23:23:17.103Z | [ recovery-image] Dec 20 23:23:15.859 INFO O| Dec 20 23:23:15.859 INFO STEP 806 (remove_files) COMPLETE |
6807 | 2024-12-20T23:23:17.103Z | [ recovery-image] Dec 20 23:23:15.859 INFO O| Dec 20 23:23:15.859 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-12-20T23:23:17.139Z | [ recovery-image] Dec 20 23:23:15.876 INFO O| Dec 20 23:23:15.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6809 | 2024-12-20T23:23:17.139Z | [ recovery-image] Dec 20 23:23:15.876 INFO O| Dec 20 23:23:15.876 INFO STEP 807 (remove_files) COMPLETE |
6810 | 2024-12-20T23:23:17.139Z | [ recovery-image] Dec 20 23:23:15.877 INFO O| Dec 20 23:23:15.877 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-12-20T23:23:17.139Z | [ recovery-image] Dec 20 23:23:15.893 INFO O| Dec 20 23:23:15.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6812 | 2024-12-20T23:23:17.139Z | [ recovery-image] Dec 20 23:23:15.893 INFO O| Dec 20 23:23:15.893 INFO STEP 808 (remove_files) COMPLETE |
6813 | 2024-12-20T23:23:17.139Z | [ recovery-image] Dec 20 23:23:15.893 INFO O| Dec 20 23:23:15.893 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-12-20T23:23:17.153Z | [ recovery-image] Dec 20 23:23:15.911 INFO O| Dec 20 23:23:15.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6815 | 2024-12-20T23:23:17.155Z | [ recovery-image] Dec 20 23:23:15.911 INFO O| Dec 20 23:23:15.911 INFO STEP 809 (remove_files) COMPLETE |
6816 | 2024-12-20T23:23:17.156Z | [ recovery-image] Dec 20 23:23:15.911 INFO O| Dec 20 23:23:15.911 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-12-20T23:23:17.173Z | [ recovery-image] Dec 20 23:23:15.930 INFO O| Dec 20 23:23:15.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6818 | 2024-12-20T23:23:17.176Z | [ recovery-image] Dec 20 23:23:15.931 INFO O| Dec 20 23:23:15.931 INFO STEP 810 (remove_files) COMPLETE |
6819 | 2024-12-20T23:23:17.176Z | [ recovery-image] Dec 20 23:23:15.931 INFO O| Dec 20 23:23:15.931 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-12-20T23:23:17.207Z | [ recovery-image] Dec 20 23:23:15.964 INFO O| Dec 20 23:23:15.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6821 | 2024-12-20T23:23:17.207Z | [ recovery-image] Dec 20 23:23:15.964 INFO O| Dec 20 23:23:15.964 INFO STEP 811 (remove_files) COMPLETE |
6822 | 2024-12-20T23:23:17.210Z | [ recovery-image] Dec 20 23:23:15.964 INFO O| Dec 20 23:23:15.964 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-12-20T23:23:17.230Z | [ recovery-image] Dec 20 23:23:15.987 INFO O| Dec 20 23:23:15.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6824 | 2024-12-20T23:23:17.230Z | [ recovery-image] Dec 20 23:23:15.987 INFO O| Dec 20 23:23:15.987 INFO STEP 812 (remove_files) COMPLETE |
6825 | 2024-12-20T23:23:17.230Z | [ recovery-image] Dec 20 23:23:15.987 INFO O| Dec 20 23:23:15.987 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-12-20T23:23:17.252Z | [ recovery-image] Dec 20 23:23:16.009 INFO O| Dec 20 23:23:16.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6827 | 2024-12-20T23:23:17.252Z | [ recovery-image] Dec 20 23:23:16.009 INFO O| Dec 20 23:23:16.009 INFO STEP 813 (remove_files) COMPLETE |
6828 | 2024-12-20T23:23:17.254Z | [ recovery-image] Dec 20 23:23:16.009 INFO O| Dec 20 23:23:16.009 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-12-20T23:23:17.277Z | [ recovery-image] Dec 20 23:23:16.034 INFO O| Dec 20 23:23:16.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6830 | 2024-12-20T23:23:17.277Z | [ recovery-image] Dec 20 23:23:16.034 INFO O| Dec 20 23:23:16.034 INFO STEP 814 (remove_files) COMPLETE |
6831 | 2024-12-20T23:23:17.279Z | [ recovery-image] Dec 20 23:23:16.034 INFO O| Dec 20 23:23:16.034 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-12-20T23:23:17.306Z | [ recovery-image] Dec 20 23:23:16.063 INFO O| Dec 20 23:23:16.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6833 | 2024-12-20T23:23:17.306Z | [ recovery-image] Dec 20 23:23:16.063 INFO O| Dec 20 23:23:16.063 INFO STEP 815 (remove_files) COMPLETE |
6834 | 2024-12-20T23:23:17.308Z | [ recovery-image] Dec 20 23:23:16.063 INFO O| Dec 20 23:23:16.063 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-12-20T23:23:17.327Z | [ recovery-image] Dec 20 23:23:16.084 INFO O| Dec 20 23:23:16.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6836 | 2024-12-20T23:23:17.327Z | [ recovery-image] Dec 20 23:23:16.084 INFO O| Dec 20 23:23:16.084 INFO STEP 816 (remove_files) COMPLETE |
6837 | 2024-12-20T23:23:17.327Z | [ recovery-image] Dec 20 23:23:16.084 INFO O| Dec 20 23:23:16.084 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-12-20T23:23:17.374Z | [ recovery-image] Dec 20 23:23:16.131 INFO O| Dec 20 23:23:16.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6839 | 2024-12-20T23:23:17.376Z | [ recovery-image] Dec 20 23:23:16.132 INFO O| Dec 20 23:23:16.132 INFO STEP 817 (remove_files) COMPLETE |
6840 | 2024-12-20T23:23:17.377Z | [ recovery-image] Dec 20 23:23:16.132 INFO O| Dec 20 23:23:16.132 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-12-20T23:23:17.403Z | [ recovery-image] Dec 20 23:23:16.160 INFO O| Dec 20 23:23:16.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6842 | 2024-12-20T23:23:17.403Z | [ recovery-image] Dec 20 23:23:16.160 INFO O| Dec 20 23:23:16.160 INFO STEP 818 (remove_files) COMPLETE |
6843 | 2024-12-20T23:23:17.403Z | [ recovery-image] Dec 20 23:23:16.160 INFO O| Dec 20 23:23:16.160 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-12-20T23:23:17.449Z | [ recovery-image] Dec 20 23:23:16.206 INFO O| Dec 20 23:23:16.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6845 | 2024-12-20T23:23:17.449Z | [ recovery-image] Dec 20 23:23:16.206 INFO O| Dec 20 23:23:16.206 INFO STEP 819 (remove_files) COMPLETE |
6846 | 2024-12-20T23:23:17.453Z | [ recovery-image] Dec 20 23:23:16.206 INFO O| Dec 20 23:23:16.206 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-12-20T23:23:17.472Z | [ recovery-image] Dec 20 23:23:16.229 INFO O| Dec 20 23:23:16.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6848 | 2024-12-20T23:23:17.472Z | [ recovery-image] Dec 20 23:23:16.229 INFO O| Dec 20 23:23:16.229 INFO STEP 820 (remove_files) COMPLETE |
6849 | 2024-12-20T23:23:17.472Z | [ recovery-image] Dec 20 23:23:16.230 INFO O| Dec 20 23:23:16.229 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-12-20T23:23:17.493Z | [ recovery-image] Dec 20 23:23:16.250 INFO O| Dec 20 23:23:16.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6851 | 2024-12-20T23:23:17.510Z | [ recovery-image] Dec 20 23:23:16.268 INFO O| Dec 20 23:23:16.268 INFO STEP 821 (remove_files) COMPLETE |
6852 | 2024-12-20T23:23:17.510Z | [ recovery-image] Dec 20 23:23:16.268 INFO O| Dec 20 23:23:16.268 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-12-20T23:23:17.545Z | [ recovery-image] Dec 20 23:23:16.303 INFO O| Dec 20 23:23:16.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6854 | 2024-12-20T23:23:17.564Z | [ recovery-image] Dec 20 23:23:16.322 INFO O| Dec 20 23:23:16.322 INFO STEP 822 (remove_files) COMPLETE |
6855 | 2024-12-20T23:23:17.565Z | [ recovery-image] Dec 20 23:23:16.322 INFO O| Dec 20 23:23:16.322 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-12-20T23:23:17.599Z | [ recovery-image] Dec 20 23:23:16.357 INFO O| Dec 20 23:23:16.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6857 | 2024-12-20T23:23:17.599Z | [ recovery-image] Dec 20 23:23:16.357 INFO O| Dec 20 23:23:16.357 INFO STEP 823 (remove_files) COMPLETE |
6858 | 2024-12-20T23:23:17.599Z | [ recovery-image] Dec 20 23:23:16.357 INFO O| Dec 20 23:23:16.357 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-12-20T23:23:17.634Z | [ recovery-image] Dec 20 23:23:16.392 INFO O| Dec 20 23:23:16.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6860 | 2024-12-20T23:23:17.635Z | [ recovery-image] Dec 20 23:23:16.392 INFO O| Dec 20 23:23:16.392 INFO STEP 824 (remove_files) COMPLETE |
6861 | 2024-12-20T23:23:17.635Z | [ recovery-image] Dec 20 23:23:16.392 INFO O| Dec 20 23:23:16.392 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-12-20T23:23:17.655Z | [ recovery-image] Dec 20 23:23:16.413 INFO O| Dec 20 23:23:16.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6863 | 2024-12-20T23:23:17.676Z | [ recovery-image] Dec 20 23:23:16.432 INFO O| Dec 20 23:23:16.432 INFO STEP 825 (remove_files) COMPLETE |
6864 | 2024-12-20T23:23:17.676Z | [ recovery-image] Dec 20 23:23:16.432 INFO O| Dec 20 23:23:16.432 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-12-20T23:23:17.714Z | [ recovery-image] Dec 20 23:23:16.472 INFO O| Dec 20 23:23:16.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6866 | 2024-12-20T23:23:17.714Z | [ recovery-image] Dec 20 23:23:16.472 INFO O| Dec 20 23:23:16.472 INFO STEP 826 (remove_files) COMPLETE |
6867 | 2024-12-20T23:23:17.714Z | [ recovery-image] Dec 20 23:23:16.472 INFO O| Dec 20 23:23:16.472 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-12-20T23:23:17.732Z | [ recovery-image] Dec 20 23:23:16.490 INFO O| Dec 20 23:23:16.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6869 | 2024-12-20T23:23:17.732Z | [ recovery-image] Dec 20 23:23:16.490 INFO O| Dec 20 23:23:16.490 INFO STEP 827 (remove_files) COMPLETE |
6870 | 2024-12-20T23:23:17.732Z | [ recovery-image] Dec 20 23:23:16.490 INFO O| Dec 20 23:23:16.490 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-12-20T23:23:17.748Z | [ recovery-image] Dec 20 23:23:16.505 INFO O| Dec 20 23:23:16.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6872 | 2024-12-20T23:23:17.748Z | [ recovery-image] Dec 20 23:23:16.505 INFO O| Dec 20 23:23:16.505 INFO STEP 828 (remove_files) COMPLETE |
6873 | 2024-12-20T23:23:17.748Z | [ recovery-image] Dec 20 23:23:16.505 INFO O| Dec 20 23:23:16.505 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-12-20T23:23:17.764Z | [ recovery-image] Dec 20 23:23:16.520 INFO O| Dec 20 23:23:16.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6875 | 2024-12-20T23:23:17.764Z | [ recovery-image] Dec 20 23:23:16.520 INFO O| Dec 20 23:23:16.520 INFO STEP 829 (remove_files) COMPLETE |
6876 | 2024-12-20T23:23:17.764Z | [ recovery-image] Dec 20 23:23:16.520 INFO O| Dec 20 23:23:16.520 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-12-20T23:23:17.779Z | [ recovery-image] Dec 20 23:23:16.536 INFO O| Dec 20 23:23:16.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6878 | 2024-12-20T23:23:17.779Z | [ recovery-image] Dec 20 23:23:16.536 INFO O| Dec 20 23:23:16.536 INFO STEP 830 (remove_files) COMPLETE |
6879 | 2024-12-20T23:23:17.779Z | [ recovery-image] Dec 20 23:23:16.536 INFO O| Dec 20 23:23:16.536 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2024-12-20T23:23:17.797Z | [ recovery-image] Dec 20 23:23:16.554 INFO O| Dec 20 23:23:16.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6881 | 2024-12-20T23:23:17.799Z | [ recovery-image] Dec 20 23:23:16.554 INFO O| Dec 20 23:23:16.554 INFO STEP 831 (remove_files) COMPLETE |
6882 | 2024-12-20T23:23:17.799Z | [ recovery-image] Dec 20 23:23:16.555 INFO O| Dec 20 23:23:16.554 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2024-12-20T23:23:17.817Z | [ recovery-image] Dec 20 23:23:16.574 INFO O| Dec 20 23:23:16.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6884 | 2024-12-20T23:23:17.819Z | [ recovery-image] Dec 20 23:23:16.574 INFO O| Dec 20 23:23:16.574 INFO STEP 832 (remove_files) COMPLETE |
6885 | 2024-12-20T23:23:17.819Z | [ recovery-image] Dec 20 23:23:16.575 INFO O| Dec 20 23:23:16.575 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-12-20T23:23:17.837Z | [ recovery-image] Dec 20 23:23:16.593 INFO O| Dec 20 23:23:16.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6887 | 2024-12-20T23:23:17.840Z | [ recovery-image] Dec 20 23:23:16.593 INFO O| Dec 20 23:23:16.593 INFO STEP 833 (remove_files) COMPLETE |
6888 | 2024-12-20T23:23:17.840Z | [ recovery-image] Dec 20 23:23:16.593 INFO O| Dec 20 23:23:16.593 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-12-20T23:23:17.854Z | [ recovery-image] Dec 20 23:23:16.611 INFO O| Dec 20 23:23:16.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6890 | 2024-12-20T23:23:17.868Z | [ recovery-image] Dec 20 23:23:16.611 INFO O| Dec 20 23:23:16.611 INFO STEP 834 (remove_files) COMPLETE |
6891 | 2024-12-20T23:23:17.868Z | [ recovery-image] Dec 20 23:23:16.611 INFO O| Dec 20 23:23:16.611 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-12-20T23:23:17.872Z | [ recovery-image] Dec 20 23:23:16.629 INFO O| Dec 20 23:23:16.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6893 | 2024-12-20T23:23:17.874Z | [ recovery-image] Dec 20 23:23:16.629 INFO O| Dec 20 23:23:16.629 INFO STEP 835 (remove_files) COMPLETE |
6894 | 2024-12-20T23:23:17.874Z | [ recovery-image] Dec 20 23:23:16.629 INFO O| Dec 20 23:23:16.629 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-12-20T23:23:17.891Z | [ recovery-image] Dec 20 23:23:16.648 INFO O| Dec 20 23:23:16.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6896 | 2024-12-20T23:23:17.891Z | [ recovery-image] Dec 20 23:23:16.648 INFO O| Dec 20 23:23:16.648 INFO STEP 836 (remove_files) COMPLETE |
6897 | 2024-12-20T23:23:17.894Z | [ recovery-image] Dec 20 23:23:16.649 INFO O| Dec 20 23:23:16.648 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-12-20T23:23:17.910Z | [ recovery-image] Dec 20 23:23:16.668 INFO O| Dec 20 23:23:16.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6899 | 2024-12-20T23:23:17.913Z | [ recovery-image] Dec 20 23:23:16.668 INFO O| Dec 20 23:23:16.668 INFO STEP 837 (remove_files) COMPLETE |
6900 | 2024-12-20T23:23:17.913Z | [ recovery-image] Dec 20 23:23:16.668 INFO O| Dec 20 23:23:16.668 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-12-20T23:23:17.928Z | [ recovery-image] Dec 20 23:23:16.685 INFO O| Dec 20 23:23:16.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6902 | 2024-12-20T23:23:17.931Z | [ recovery-image] Dec 20 23:23:16.685 INFO O| Dec 20 23:23:16.685 INFO STEP 838 (remove_files) COMPLETE |
6903 | 2024-12-20T23:23:17.936Z | [ recovery-image] Dec 20 23:23:16.685 INFO O| Dec 20 23:23:16.685 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-12-20T23:23:17.946Z | [ recovery-image] Dec 20 23:23:16.703 INFO O| Dec 20 23:23:16.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6905 | 2024-12-20T23:23:17.948Z | [ recovery-image] Dec 20 23:23:16.703 INFO O| Dec 20 23:23:16.703 INFO STEP 839 (remove_files) COMPLETE |
6906 | 2024-12-20T23:23:17.948Z | [ recovery-image] Dec 20 23:23:16.703 INFO O| Dec 20 23:23:16.703 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-12-20T23:23:17.966Z | [ recovery-image] Dec 20 23:23:16.723 INFO O| Dec 20 23:23:16.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6908 | 2024-12-20T23:23:17.966Z | [ recovery-image] Dec 20 23:23:16.723 INFO O| Dec 20 23:23:16.723 INFO STEP 840 (remove_files) COMPLETE |
6909 | 2024-12-20T23:23:17.968Z | [ recovery-image] Dec 20 23:23:16.723 INFO O| Dec 20 23:23:16.723 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-12-20T23:23:17.985Z | [ recovery-image] Dec 20 23:23:16.742 INFO O| Dec 20 23:23:16.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6911 | 2024-12-20T23:23:17.985Z | [ recovery-image] Dec 20 23:23:16.742 INFO O| Dec 20 23:23:16.742 INFO STEP 841 (remove_files) COMPLETE |
6912 | 2024-12-20T23:23:17.985Z | [ recovery-image] Dec 20 23:23:16.742 INFO O| Dec 20 23:23:16.742 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-12-20T23:23:18.050Z | [ recovery-image] Dec 20 23:23:16.807 INFO O| Dec 20 23:23:16.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6914 | 2024-12-20T23:23:18.050Z | [ recovery-image] Dec 20 23:23:16.807 INFO O| Dec 20 23:23:16.807 INFO STEP 842 (remove_files) COMPLETE |
6915 | 2024-12-20T23:23:18.052Z | [ recovery-image] Dec 20 23:23:16.807 INFO O| Dec 20 23:23:16.807 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-12-20T23:23:18.068Z | [ recovery-image] Dec 20 23:23:16.825 INFO O| Dec 20 23:23:16.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6917 | 2024-12-20T23:23:18.068Z | [ recovery-image] Dec 20 23:23:16.826 INFO O| Dec 20 23:23:16.826 INFO STEP 843 (remove_files) COMPLETE |
6918 | 2024-12-20T23:23:18.068Z | [ recovery-image] Dec 20 23:23:16.826 INFO O| Dec 20 23:23:16.826 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-12-20T23:23:18.087Z | [ recovery-image] Dec 20 23:23:16.843 INFO O| Dec 20 23:23:16.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6920 | 2024-12-20T23:23:18.087Z | [ recovery-image] Dec 20 23:23:16.844 INFO O| Dec 20 23:23:16.844 INFO STEP 844 (remove_files) COMPLETE |
6921 | 2024-12-20T23:23:18.087Z | [ recovery-image] Dec 20 23:23:16.844 INFO O| Dec 20 23:23:16.844 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-12-20T23:23:18.104Z | [ recovery-image] Dec 20 23:23:16.861 INFO O| Dec 20 23:23:16.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6923 | 2024-12-20T23:23:18.105Z | [ recovery-image] Dec 20 23:23:16.861 INFO O| Dec 20 23:23:16.861 INFO STEP 845 (remove_files) COMPLETE |
6924 | 2024-12-20T23:23:18.105Z | [ recovery-image] Dec 20 23:23:16.861 INFO O| Dec 20 23:23:16.861 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-12-20T23:23:18.123Z | [ recovery-image] Dec 20 23:23:16.879 INFO O| Dec 20 23:23:16.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6926 | 2024-12-20T23:23:18.123Z | [ recovery-image] Dec 20 23:23:16.879 INFO O| Dec 20 23:23:16.879 INFO STEP 846 (remove_files) COMPLETE |
6927 | 2024-12-20T23:23:18.123Z | [ recovery-image] Dec 20 23:23:16.879 INFO O| Dec 20 23:23:16.879 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-12-20T23:23:18.139Z | [ recovery-image] Dec 20 23:23:16.897 INFO O| Dec 20 23:23:16.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6929 | 2024-12-20T23:23:18.140Z | [ recovery-image] Dec 20 23:23:16.897 INFO O| Dec 20 23:23:16.897 INFO STEP 847 (remove_files) COMPLETE |
6930 | 2024-12-20T23:23:18.140Z | [ recovery-image] Dec 20 23:23:16.897 INFO O| Dec 20 23:23:16.897 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-12-20T23:23:18.182Z | [ recovery-image] Dec 20 23:23:16.939 INFO O| Dec 20 23:23:16.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6932 | 2024-12-20T23:23:18.184Z | [ recovery-image] Dec 20 23:23:16.939 INFO O| Dec 20 23:23:16.939 INFO STEP 848 (remove_files) COMPLETE |
6933 | 2024-12-20T23:23:18.184Z | [ recovery-image] Dec 20 23:23:16.939 INFO O| Dec 20 23:23:16.939 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-12-20T23:23:18.225Z | [ recovery-image] Dec 20 23:23:16.982 INFO O| Dec 20 23:23:16.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6935 | 2024-12-20T23:23:18.225Z | [ recovery-image] Dec 20 23:23:16.982 INFO O| Dec 20 23:23:16.982 INFO STEP 849 (remove_files) COMPLETE |
6936 | 2024-12-20T23:23:18.225Z | [ recovery-image] Dec 20 23:23:16.983 INFO O| Dec 20 23:23:16.982 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-12-20T23:23:18.244Z | [ recovery-image] Dec 20 23:23:17.001 INFO O| Dec 20 23:23:17.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6938 | 2024-12-20T23:23:18.244Z | [ recovery-image] Dec 20 23:23:17.001 INFO O| Dec 20 23:23:17.001 INFO STEP 850 (remove_files) COMPLETE |
6939 | 2024-12-20T23:23:18.244Z | [ recovery-image] Dec 20 23:23:17.001 INFO O| Dec 20 23:23:17.001 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-12-20T23:23:18.262Z | [ recovery-image] Dec 20 23:23:17.020 INFO O| Dec 20 23:23:17.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6941 | 2024-12-20T23:23:18.262Z | [ recovery-image] Dec 20 23:23:17.020 INFO O| Dec 20 23:23:17.020 INFO STEP 851 (remove_files) COMPLETE |
6942 | 2024-12-20T23:23:18.262Z | [ recovery-image] Dec 20 23:23:17.020 INFO O| Dec 20 23:23:17.020 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-12-20T23:23:18.281Z | [ recovery-image] Dec 20 23:23:17.038 INFO O| Dec 20 23:23:17.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6944 | 2024-12-20T23:23:18.281Z | [ recovery-image] Dec 20 23:23:17.038 INFO O| Dec 20 23:23:17.038 INFO STEP 852 (remove_files) COMPLETE |
6945 | 2024-12-20T23:23:18.284Z | [ recovery-image] Dec 20 23:23:17.038 INFO O| Dec 20 23:23:17.038 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-12-20T23:23:18.299Z | [ recovery-image] Dec 20 23:23:17.056 INFO O| Dec 20 23:23:17.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6947 | 2024-12-20T23:23:18.299Z | [ recovery-image] Dec 20 23:23:17.056 INFO O| Dec 20 23:23:17.056 INFO STEP 853 (remove_files) COMPLETE |
6948 | 2024-12-20T23:23:18.299Z | [ recovery-image] Dec 20 23:23:17.056 INFO O| Dec 20 23:23:17.056 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-12-20T23:23:18.357Z | [ recovery-image] Dec 20 23:23:17.114 INFO O| Dec 20 23:23:17.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6950 | 2024-12-20T23:23:18.357Z | [ recovery-image] Dec 20 23:23:17.114 INFO O| Dec 20 23:23:17.114 INFO STEP 854 (remove_files) COMPLETE |
6951 | 2024-12-20T23:23:18.357Z | [ recovery-image] Dec 20 23:23:17.114 INFO O| Dec 20 23:23:17.114 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-12-20T23:23:18.376Z | [ recovery-image] Dec 20 23:23:17.133 INFO O| Dec 20 23:23:17.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6953 | 2024-12-20T23:23:18.377Z | [ recovery-image] Dec 20 23:23:17.133 INFO O| Dec 20 23:23:17.133 INFO STEP 855 (remove_files) COMPLETE |
6954 | 2024-12-20T23:23:18.379Z | [ recovery-image] Dec 20 23:23:17.133 INFO O| Dec 20 23:23:17.133 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-12-20T23:23:18.414Z | [ recovery-image] Dec 20 23:23:17.171 INFO O| Dec 20 23:23:17.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6956 | 2024-12-20T23:23:18.414Z | [ recovery-image] Dec 20 23:23:17.171 INFO O| Dec 20 23:23:17.171 INFO STEP 856 (remove_files) COMPLETE |
6957 | 2024-12-20T23:23:18.414Z | [ recovery-image] Dec 20 23:23:17.171 INFO O| Dec 20 23:23:17.171 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-12-20T23:23:18.441Z | [ recovery-image] Dec 20 23:23:17.197 INFO O| Dec 20 23:23:17.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6959 | 2024-12-20T23:23:18.441Z | [ recovery-image] Dec 20 23:23:17.198 INFO O| Dec 20 23:23:17.198 INFO STEP 857 (remove_files) COMPLETE |
6960 | 2024-12-20T23:23:18.443Z | [ recovery-image] Dec 20 23:23:17.198 INFO O| Dec 20 23:23:17.198 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-12-20T23:23:18.476Z | [ recovery-image] Dec 20 23:23:17.233 INFO O| Dec 20 23:23:17.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6962 | 2024-12-20T23:23:18.476Z | [ recovery-image] Dec 20 23:23:17.233 INFO O| Dec 20 23:23:17.233 INFO STEP 858 (remove_files) COMPLETE |
6963 | 2024-12-20T23:23:18.476Z | [ recovery-image] Dec 20 23:23:17.233 INFO O| Dec 20 23:23:17.233 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-12-20T23:23:18.494Z | [ recovery-image] Dec 20 23:23:17.251 INFO O| Dec 20 23:23:17.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6965 | 2024-12-20T23:23:18.494Z | [ recovery-image] Dec 20 23:23:17.251 INFO O| Dec 20 23:23:17.251 INFO STEP 859 (remove_files) COMPLETE |
6966 | 2024-12-20T23:23:18.494Z | [ recovery-image] Dec 20 23:23:17.251 INFO O| Dec 20 23:23:17.251 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-12-20T23:23:18.530Z | [ recovery-image] Dec 20 23:23:17.287 INFO O| Dec 20 23:23:17.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6968 | 2024-12-20T23:23:18.530Z | [ recovery-image] Dec 20 23:23:17.287 INFO O| Dec 20 23:23:17.287 INFO STEP 860 (remove_files) COMPLETE |
6969 | 2024-12-20T23:23:18.532Z | [ recovery-image] Dec 20 23:23:17.287 INFO O| Dec 20 23:23:17.287 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-12-20T23:23:18.550Z | [ recovery-image] Dec 20 23:23:17.307 INFO O| Dec 20 23:23:17.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6971 | 2024-12-20T23:23:18.550Z | [ recovery-image] Dec 20 23:23:17.307 INFO O| Dec 20 23:23:17.307 INFO STEP 861 (remove_files) COMPLETE |
6972 | 2024-12-20T23:23:18.550Z | [ recovery-image] Dec 20 23:23:17.307 INFO O| Dec 20 23:23:17.307 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2024-12-20T23:23:18.568Z | [ recovery-image] Dec 20 23:23:17.325 INFO O| Dec 20 23:23:17.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6974 | 2024-12-20T23:23:18.571Z | [ recovery-image] Dec 20 23:23:17.326 INFO O| Dec 20 23:23:17.325 INFO STEP 862 (remove_files) COMPLETE |
6975 | 2024-12-20T23:23:18.571Z | [ recovery-image] Dec 20 23:23:17.326 INFO O| Dec 20 23:23:17.326 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-12-20T23:23:18.594Z | [ recovery-image] Dec 20 23:23:17.351 INFO O| Dec 20 23:23:17.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6977 | 2024-12-20T23:23:18.594Z | [ recovery-image] Dec 20 23:23:17.351 INFO O| Dec 20 23:23:17.351 INFO STEP 863 (remove_files) COMPLETE |
6978 | 2024-12-20T23:23:18.597Z | [ recovery-image] Dec 20 23:23:17.351 INFO O| Dec 20 23:23:17.351 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-12-20T23:23:18.658Z | [ recovery-image] Dec 20 23:23:17.415 INFO O| Dec 20 23:23:17.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6980 | 2024-12-20T23:23:18.658Z | [ recovery-image] Dec 20 23:23:17.415 INFO O| Dec 20 23:23:17.415 INFO STEP 864 (remove_files) COMPLETE |
6981 | 2024-12-20T23:23:18.658Z | [ recovery-image] Dec 20 23:23:17.415 INFO O| Dec 20 23:23:17.415 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-12-20T23:23:18.717Z | [ recovery-image] Dec 20 23:23:17.474 INFO O| Dec 20 23:23:17.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6983 | 2024-12-20T23:23:18.717Z | [ recovery-image] Dec 20 23:23:17.474 INFO O| Dec 20 23:23:17.474 INFO STEP 865 (remove_files) COMPLETE |
6984 | 2024-12-20T23:23:18.717Z | [ recovery-image] Dec 20 23:23:17.474 INFO O| Dec 20 23:23:17.474 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2024-12-20T23:23:18.771Z | [ recovery-image] Dec 20 23:23:17.529 INFO O| Dec 20 23:23:17.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6986 | 2024-12-20T23:23:18.774Z | [ recovery-image] Dec 20 23:23:17.529 INFO O| Dec 20 23:23:17.529 INFO STEP 866 (remove_files) COMPLETE |
6987 | 2024-12-20T23:23:18.774Z | [ recovery-image] Dec 20 23:23:17.529 INFO O| Dec 20 23:23:17.529 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2024-12-20T23:23:18.793Z | [ recovery-image] Dec 20 23:23:17.550 INFO O| Dec 20 23:23:17.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6989 | 2024-12-20T23:23:18.796Z | [ recovery-image] Dec 20 23:23:17.551 INFO O| Dec 20 23:23:17.550 INFO STEP 867 (remove_files) COMPLETE |
6990 | 2024-12-20T23:23:18.796Z | [ recovery-image] Dec 20 23:23:17.551 INFO O| Dec 20 23:23:17.551 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2024-12-20T23:23:18.830Z | [ recovery-image] Dec 20 23:23:17.588 INFO O| Dec 20 23:23:17.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6992 | 2024-12-20T23:23:18.831Z | [ recovery-image] Dec 20 23:23:17.588 INFO O| Dec 20 23:23:17.588 INFO STEP 868 (remove_files) COMPLETE |
6993 | 2024-12-20T23:23:18.833Z | [ recovery-image] Dec 20 23:23:17.588 INFO O| Dec 20 23:23:17.588 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2024-12-20T23:23:18.851Z | [ recovery-image] Dec 20 23:23:17.609 INFO O| Dec 20 23:23:17.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6995 | 2024-12-20T23:23:18.851Z | [ recovery-image] Dec 20 23:23:17.609 INFO O| Dec 20 23:23:17.609 INFO STEP 869 (remove_files) COMPLETE |
6996 | 2024-12-20T23:23:18.851Z | [ recovery-image] Dec 20 23:23:17.609 INFO O| Dec 20 23:23:17.609 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2024-12-20T23:23:18.870Z | [ recovery-image] Dec 20 23:23:17.627 INFO O| Dec 20 23:23:17.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6998 | 2024-12-20T23:23:18.870Z | [ recovery-image] Dec 20 23:23:17.627 INFO O| Dec 20 23:23:17.627 INFO STEP 870 (remove_files) COMPLETE |
6999 | 2024-12-20T23:23:18.872Z | [ recovery-image] Dec 20 23:23:17.627 INFO O| Dec 20 23:23:17.627 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2024-12-20T23:23:18.890Z | [ recovery-image] Dec 20 23:23:17.647 INFO O| Dec 20 23:23:17.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
7001 | 2024-12-20T23:23:18.890Z | [ recovery-image] Dec 20 23:23:17.647 INFO O| Dec 20 23:23:17.647 INFO STEP 871 (remove_files) COMPLETE |
7002 | 2024-12-20T23:23:18.890Z | [ recovery-image] Dec 20 23:23:17.647 INFO O| Dec 20 23:23:17.647 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2024-12-20T23:23:18.910Z | [ recovery-image] Dec 20 23:23:17.667 INFO O| Dec 20 23:23:17.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
7004 | 2024-12-20T23:23:18.910Z | [ recovery-image] Dec 20 23:23:17.667 INFO O| Dec 20 23:23:17.667 INFO STEP 872 (remove_files) COMPLETE |
7005 | 2024-12-20T23:23:18.910Z | [ recovery-image] Dec 20 23:23:17.667 INFO O| Dec 20 23:23:17.667 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-12-20T23:23:18.930Z | [ recovery-image] Dec 20 23:23:17.687 INFO O| Dec 20 23:23:17.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
7007 | 2024-12-20T23:23:18.937Z | [ recovery-image] Dec 20 23:23:17.694 INFO O| Dec 20 23:23:17.694 INFO STEP 873 (remove_files) COMPLETE |
7008 | 2024-12-20T23:23:18.937Z | [ recovery-image] Dec 20 23:23:17.694 INFO O| Dec 20 23:23:17.694 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2024-12-20T23:23:18.963Z | [ recovery-image] Dec 20 23:23:17.720 INFO O| Dec 20 23:23:17.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
7010 | 2024-12-20T23:23:18.965Z | [ recovery-image] Dec 20 23:23:17.720 INFO O| Dec 20 23:23:17.720 INFO STEP 874 (remove_files) COMPLETE |
7011 | 2024-12-20T23:23:18.968Z | [ recovery-image] Dec 20 23:23:17.725 INFO O| Dec 20 23:23:17.720 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-12-20T23:23:18.990Z | [ recovery-image] Dec 20 23:23:17.747 INFO O| Dec 20 23:23:17.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7013 | 2024-12-20T23:23:18.990Z | [ recovery-image] Dec 20 23:23:17.747 INFO O| Dec 20 23:23:17.747 INFO STEP 875 (remove_files) COMPLETE |
7014 | 2024-12-20T23:23:18.990Z | [ recovery-image] Dec 20 23:23:17.747 INFO O| Dec 20 23:23:17.747 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-12-20T23:23:19.009Z | [ recovery-image] Dec 20 23:23:17.766 INFO O| Dec 20 23:23:17.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7016 | 2024-12-20T23:23:19.009Z | [ recovery-image] Dec 20 23:23:17.766 INFO O| Dec 20 23:23:17.766 INFO STEP 876 (remove_files) COMPLETE |
7017 | 2024-12-20T23:23:19.009Z | [ recovery-image] Dec 20 23:23:17.766 INFO O| Dec 20 23:23:17.766 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-12-20T23:23:19.028Z | [ recovery-image] Dec 20 23:23:17.785 INFO O| Dec 20 23:23:17.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7019 | 2024-12-20T23:23:19.028Z | [ recovery-image] Dec 20 23:23:17.785 INFO O| Dec 20 23:23:17.785 INFO STEP 877 (remove_files) COMPLETE |
7020 | 2024-12-20T23:23:19.028Z | [ recovery-image] Dec 20 23:23:17.785 INFO O| Dec 20 23:23:17.785 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-12-20T23:23:19.046Z | [ recovery-image] Dec 20 23:23:17.803 INFO O| Dec 20 23:23:17.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7022 | 2024-12-20T23:23:19.046Z | [ recovery-image] Dec 20 23:23:17.804 INFO O| Dec 20 23:23:17.804 INFO STEP 878 (remove_files) COMPLETE |
7023 | 2024-12-20T23:23:19.049Z | [ recovery-image] Dec 20 23:23:17.804 INFO O| Dec 20 23:23:17.804 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-12-20T23:23:19.074Z | [ recovery-image] Dec 20 23:23:17.831 INFO O| Dec 20 23:23:17.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7025 | 2024-12-20T23:23:19.074Z | [ recovery-image] Dec 20 23:23:17.831 INFO O| Dec 20 23:23:17.831 INFO STEP 879 (remove_files) COMPLETE |
7026 | 2024-12-20T23:23:19.074Z | [ recovery-image] Dec 20 23:23:17.831 INFO O| Dec 20 23:23:17.831 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-12-20T23:23:19.121Z | [ recovery-image] Dec 20 23:23:17.878 INFO O| Dec 20 23:23:17.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7028 | 2024-12-20T23:23:19.121Z | [ recovery-image] Dec 20 23:23:17.878 INFO O| Dec 20 23:23:17.878 INFO STEP 880 (remove_files) COMPLETE |
7029 | 2024-12-20T23:23:19.123Z | [ recovery-image] Dec 20 23:23:17.878 INFO O| Dec 20 23:23:17.878 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-12-20T23:23:19.143Z | [ recovery-image] Dec 20 23:23:17.900 INFO O| Dec 20 23:23:17.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7031 | 2024-12-20T23:23:19.143Z | [ recovery-image] Dec 20 23:23:17.900 INFO O| Dec 20 23:23:17.900 INFO STEP 881 (remove_files) COMPLETE |
7032 | 2024-12-20T23:23:19.143Z | [ recovery-image] Dec 20 23:23:17.900 INFO O| Dec 20 23:23:17.900 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-12-20T23:23:19.186Z | [ recovery-image] Dec 20 23:23:17.943 INFO O| Dec 20 23:23:17.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7034 | 2024-12-20T23:23:19.190Z | [ recovery-image] Dec 20 23:23:17.944 INFO O| Dec 20 23:23:17.943 INFO STEP 882 (remove_files) COMPLETE |
7035 | 2024-12-20T23:23:19.190Z | [ recovery-image] Dec 20 23:23:17.944 INFO O| Dec 20 23:23:17.944 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2024-12-20T23:23:19.227Z | [ recovery-image] Dec 20 23:23:17.984 INFO O| Dec 20 23:23:17.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7037 | 2024-12-20T23:23:19.227Z | [ recovery-image] Dec 20 23:23:17.984 INFO O| Dec 20 23:23:17.984 INFO STEP 883 (remove_files) COMPLETE |
7038 | 2024-12-20T23:23:19.227Z | [ recovery-image] Dec 20 23:23:17.984 INFO O| Dec 20 23:23:17.984 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2024-12-20T23:23:19.247Z | [ recovery-image] Dec 20 23:23:18.004 INFO O| Dec 20 23:23:18.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7040 | 2024-12-20T23:23:19.247Z | [ recovery-image] Dec 20 23:23:18.004 INFO O| Dec 20 23:23:18.004 INFO STEP 884 (remove_files) COMPLETE |
7041 | 2024-12-20T23:23:19.247Z | [ recovery-image] Dec 20 23:23:18.004 INFO O| Dec 20 23:23:18.004 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2024-12-20T23:23:19.267Z | [ recovery-image] Dec 20 23:23:18.024 INFO O| Dec 20 23:23:18.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7043 | 2024-12-20T23:23:19.269Z | [ recovery-image] Dec 20 23:23:18.024 INFO O| Dec 20 23:23:18.024 INFO STEP 885 (remove_files) COMPLETE |
7044 | 2024-12-20T23:23:19.269Z | [ recovery-image] Dec 20 23:23:18.024 INFO O| Dec 20 23:23:18.024 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2024-12-20T23:23:19.325Z | [ recovery-image] Dec 20 23:23:18.082 INFO O| Dec 20 23:23:18.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7046 | 2024-12-20T23:23:19.344Z | [ recovery-image] Dec 20 23:23:18.101 INFO O| Dec 20 23:23:18.101 INFO STEP 886 (remove_files) COMPLETE |
7047 | 2024-12-20T23:23:19.344Z | [ recovery-image] Dec 20 23:23:18.101 INFO O| Dec 20 23:23:18.101 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2024-12-20T23:23:19.391Z | [ recovery-image] Dec 20 23:23:18.148 INFO O| Dec 20 23:23:18.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7049 | 2024-12-20T23:23:19.391Z | [ recovery-image] Dec 20 23:23:18.148 INFO O| Dec 20 23:23:18.148 INFO STEP 887 (remove_files) COMPLETE |
7050 | 2024-12-20T23:23:19.402Z | [ recovery-image] Dec 20 23:23:18.148 INFO O| Dec 20 23:23:18.148 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2024-12-20T23:23:19.411Z | [ recovery-image] Dec 20 23:23:18.168 INFO O| Dec 20 23:23:18.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7052 | 2024-12-20T23:23:19.411Z | [ recovery-image] Dec 20 23:23:18.168 INFO O| Dec 20 23:23:18.168 INFO STEP 888 (remove_files) COMPLETE |
7053 | 2024-12-20T23:23:19.411Z | [ recovery-image] Dec 20 23:23:18.168 INFO O| Dec 20 23:23:18.168 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2024-12-20T23:23:19.459Z | [ recovery-image] Dec 20 23:23:18.216 INFO O| Dec 20 23:23:18.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7055 | 2024-12-20T23:23:19.459Z | [ recovery-image] Dec 20 23:23:18.216 INFO O| Dec 20 23:23:18.216 INFO STEP 889 (remove_files) COMPLETE |
7056 | 2024-12-20T23:23:19.459Z | [ recovery-image] Dec 20 23:23:18.216 INFO O| Dec 20 23:23:18.216 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2024-12-20T23:23:19.514Z | [ recovery-image] Dec 20 23:23:18.271 INFO O| Dec 20 23:23:18.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7058 | 2024-12-20T23:23:19.514Z | [ recovery-image] Dec 20 23:23:18.271 INFO O| Dec 20 23:23:18.271 INFO STEP 890 (remove_files) COMPLETE |
7059 | 2024-12-20T23:23:19.514Z | [ recovery-image] Dec 20 23:23:18.271 INFO O| Dec 20 23:23:18.271 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7060 | 2024-12-20T23:23:19.542Z | [ recovery-image] Dec 20 23:23:18.299 INFO O| Dec 20 23:23:18.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7061 | 2024-12-20T23:23:19.542Z | [ recovery-image] Dec 20 23:23:18.299 INFO O| Dec 20 23:23:18.299 INFO STEP 891 (remove_files) COMPLETE |
7062 | 2024-12-20T23:23:19.545Z | [ recovery-image] Dec 20 23:23:18.299 INFO O| Dec 20 23:23:18.299 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7063 | 2024-12-20T23:23:19.572Z | [ recovery-image] Dec 20 23:23:18.328 INFO O| Dec 20 23:23:18.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7064 | 2024-12-20T23:23:19.572Z | [ recovery-image] Dec 20 23:23:18.328 INFO O| Dec 20 23:23:18.328 INFO STEP 892 (remove_files) COMPLETE |
7065 | 2024-12-20T23:23:19.572Z | [ recovery-image] Dec 20 23:23:18.328 INFO O| Dec 20 23:23:18.328 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7066 | 2024-12-20T23:23:19.596Z | [ recovery-image] Dec 20 23:23:18.351 INFO O| Dec 20 23:23:18.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7067 | 2024-12-20T23:23:19.596Z | [ recovery-image] Dec 20 23:23:18.351 INFO O| Dec 20 23:23:18.351 INFO STEP 893 (remove_files) COMPLETE |
7068 | 2024-12-20T23:23:19.599Z | [ recovery-image] Dec 20 23:23:18.351 INFO O| Dec 20 23:23:18.351 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7069 | 2024-12-20T23:23:19.633Z | [ recovery-image] Dec 20 23:23:18.390 INFO O| Dec 20 23:23:18.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7070 | 2024-12-20T23:23:19.636Z | [ recovery-image] Dec 20 23:23:18.390 INFO O| Dec 20 23:23:18.390 INFO STEP 894 (remove_files) COMPLETE |
7071 | 2024-12-20T23:23:19.636Z | [ recovery-image] Dec 20 23:23:18.390 INFO O| Dec 20 23:23:18.390 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7072 | 2024-12-20T23:23:19.653Z | [ recovery-image] Dec 20 23:23:18.410 INFO O| Dec 20 23:23:18.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7073 | 2024-12-20T23:23:19.656Z | [ recovery-image] Dec 20 23:23:18.411 INFO O| Dec 20 23:23:18.411 INFO STEP 895 (remove_files) COMPLETE |
7074 | 2024-12-20T23:23:19.656Z | [ recovery-image] Dec 20 23:23:18.411 INFO O| Dec 20 23:23:18.411 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7075 | 2024-12-20T23:23:19.673Z | [ recovery-image] Dec 20 23:23:18.429 INFO O| Dec 20 23:23:18.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7076 | 2024-12-20T23:23:19.676Z | [ recovery-image] Dec 20 23:23:18.429 INFO O| Dec 20 23:23:18.429 INFO STEP 896 (remove_files) COMPLETE |
7077 | 2024-12-20T23:23:19.676Z | [ recovery-image] Dec 20 23:23:18.430 INFO O| Dec 20 23:23:18.429 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7078 | 2024-12-20T23:23:19.691Z | [ recovery-image] Dec 20 23:23:18.448 INFO O| Dec 20 23:23:18.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7079 | 2024-12-20T23:23:19.693Z | [ recovery-image] Dec 20 23:23:18.448 INFO O| Dec 20 23:23:18.448 INFO STEP 897 (remove_files) COMPLETE |
7080 | 2024-12-20T23:23:19.693Z | [ recovery-image] Dec 20 23:23:18.448 INFO O| Dec 20 23:23:18.448 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7081 | 2024-12-20T23:23:19.710Z | [ recovery-image] Dec 20 23:23:18.467 INFO O| Dec 20 23:23:18.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7082 | 2024-12-20T23:23:19.713Z | [ recovery-image] Dec 20 23:23:18.467 INFO O| Dec 20 23:23:18.467 INFO STEP 898 (remove_files) COMPLETE |
7083 | 2024-12-20T23:23:19.713Z | [ recovery-image] Dec 20 23:23:18.467 INFO O| Dec 20 23:23:18.467 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7084 | 2024-12-20T23:23:19.729Z | [ recovery-image] Dec 20 23:23:18.486 INFO O| Dec 20 23:23:18.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7085 | 2024-12-20T23:23:19.731Z | [ recovery-image] Dec 20 23:23:18.486 INFO O| Dec 20 23:23:18.486 INFO STEP 899 (remove_files) COMPLETE |
7086 | 2024-12-20T23:23:19.731Z | [ recovery-image] Dec 20 23:23:18.486 INFO O| Dec 20 23:23:18.486 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2024-12-20T23:23:19.756Z | [ recovery-image] Dec 20 23:23:18.513 INFO O| Dec 20 23:23:18.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7088 | 2024-12-20T23:23:19.756Z | [ recovery-image] Dec 20 23:23:18.513 INFO O| Dec 20 23:23:18.513 INFO STEP 900 (remove_files) COMPLETE |
7089 | 2024-12-20T23:23:19.759Z | [ recovery-image] Dec 20 23:23:18.514 INFO O| Dec 20 23:23:18.513 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2024-12-20T23:23:19.775Z | [ recovery-image] Dec 20 23:23:18.532 INFO O| Dec 20 23:23:18.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7091 | 2024-12-20T23:23:19.775Z | [ recovery-image] Dec 20 23:23:18.532 INFO O| Dec 20 23:23:18.532 INFO STEP 901 (remove_files) COMPLETE |
7092 | 2024-12-20T23:23:19.780Z | [ recovery-image] Dec 20 23:23:18.532 INFO O| Dec 20 23:23:18.532 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7093 | 2024-12-20T23:23:19.794Z | [ recovery-image] Dec 20 23:23:18.550 INFO O| Dec 20 23:23:18.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7094 | 2024-12-20T23:23:19.794Z | [ recovery-image] Dec 20 23:23:18.550 INFO O| Dec 20 23:23:18.550 INFO STEP 902 (remove_files) COMPLETE |
7095 | 2024-12-20T23:23:19.794Z | [ recovery-image] Dec 20 23:23:18.550 INFO O| Dec 20 23:23:18.550 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2024-12-20T23:23:19.818Z | [ recovery-image] Dec 20 23:23:18.568 INFO O| Dec 20 23:23:18.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7097 | 2024-12-20T23:23:19.818Z | [ recovery-image] Dec 20 23:23:18.568 INFO O| Dec 20 23:23:18.568 INFO STEP 903 (remove_files) COMPLETE |
7098 | 2024-12-20T23:23:19.818Z | [ recovery-image] Dec 20 23:23:18.568 INFO O| Dec 20 23:23:18.568 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7099 | 2024-12-20T23:23:19.831Z | [ recovery-image] Dec 20 23:23:18.588 INFO O| Dec 20 23:23:18.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7100 | 2024-12-20T23:23:19.831Z | [ recovery-image] Dec 20 23:23:18.588 INFO O| Dec 20 23:23:18.588 INFO STEP 904 (remove_files) COMPLETE |
7101 | 2024-12-20T23:23:19.834Z | [ recovery-image] Dec 20 23:23:18.588 INFO O| Dec 20 23:23:18.588 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7102 | 2024-12-20T23:23:19.850Z | [ recovery-image] Dec 20 23:23:18.606 INFO O| Dec 20 23:23:18.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7103 | 2024-12-20T23:23:19.850Z | [ recovery-image] Dec 20 23:23:18.607 INFO O| Dec 20 23:23:18.607 INFO STEP 905 (remove_files) COMPLETE |
7104 | 2024-12-20T23:23:19.850Z | [ recovery-image] Dec 20 23:23:18.607 INFO O| Dec 20 23:23:18.607 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2024-12-20T23:23:19.869Z | [ recovery-image] Dec 20 23:23:18.626 INFO O| Dec 20 23:23:18.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7106 | 2024-12-20T23:23:19.869Z | [ recovery-image] Dec 20 23:23:18.626 INFO O| Dec 20 23:23:18.626 INFO STEP 906 (remove_files) COMPLETE |
7107 | 2024-12-20T23:23:19.870Z | [ recovery-image] Dec 20 23:23:18.626 INFO O| Dec 20 23:23:18.626 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2024-12-20T23:23:19.889Z | [ recovery-image] Dec 20 23:23:18.646 INFO O| Dec 20 23:23:18.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7109 | 2024-12-20T23:23:19.889Z | [ recovery-image] Dec 20 23:23:18.646 INFO O| Dec 20 23:23:18.646 INFO STEP 907 (remove_files) COMPLETE |
7110 | 2024-12-20T23:23:19.892Z | [ recovery-image] Dec 20 23:23:18.646 INFO O| Dec 20 23:23:18.646 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2024-12-20T23:23:19.909Z | [ recovery-image] Dec 20 23:23:18.665 INFO O| Dec 20 23:23:18.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7112 | 2024-12-20T23:23:19.909Z | [ recovery-image] Dec 20 23:23:18.665 INFO O| Dec 20 23:23:18.665 INFO STEP 908 (remove_files) COMPLETE |
7113 | 2024-12-20T23:23:19.909Z | [ recovery-image] Dec 20 23:23:18.665 INFO O| Dec 20 23:23:18.665 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2024-12-20T23:23:19.928Z | [ recovery-image] Dec 20 23:23:18.684 INFO O| Dec 20 23:23:18.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7115 | 2024-12-20T23:23:19.928Z | [ recovery-image] Dec 20 23:23:18.684 INFO O| Dec 20 23:23:18.684 INFO STEP 909 (remove_files) COMPLETE |
7116 | 2024-12-20T23:23:19.928Z | [ recovery-image] Dec 20 23:23:18.684 INFO O| Dec 20 23:23:18.684 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2024-12-20T23:23:19.946Z | [ recovery-image] Dec 20 23:23:18.702 INFO O| Dec 20 23:23:18.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7118 | 2024-12-20T23:23:19.949Z | [ recovery-image] Dec 20 23:23:18.703 INFO O| Dec 20 23:23:18.703 INFO STEP 910 (remove_files) COMPLETE |
7119 | 2024-12-20T23:23:19.949Z | [ recovery-image] Dec 20 23:23:18.703 INFO O| Dec 20 23:23:18.703 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2024-12-20T23:23:19.965Z | [ recovery-image] Dec 20 23:23:18.722 INFO O| Dec 20 23:23:18.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7121 | 2024-12-20T23:23:19.965Z | [ recovery-image] Dec 20 23:23:18.722 INFO O| Dec 20 23:23:18.722 INFO STEP 911 (remove_files) COMPLETE |
7122 | 2024-12-20T23:23:19.965Z | [ recovery-image] Dec 20 23:23:18.722 INFO O| Dec 20 23:23:18.722 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7123 | 2024-12-20T23:23:19.984Z | [ recovery-image] Dec 20 23:23:18.741 INFO O| Dec 20 23:23:18.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7124 | 2024-12-20T23:23:19.984Z | [ recovery-image] Dec 20 23:23:18.742 INFO O| Dec 20 23:23:18.741 INFO STEP 912 (remove_files) COMPLETE |
7125 | 2024-12-20T23:23:19.984Z | [ recovery-image] Dec 20 23:23:18.742 INFO O| Dec 20 23:23:18.741 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7126 | 2024-12-20T23:23:20.003Z | [ recovery-image] Dec 20 23:23:18.760 INFO O| Dec 20 23:23:18.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7127 | 2024-12-20T23:23:20.003Z | [ recovery-image] Dec 20 23:23:18.760 INFO O| Dec 20 23:23:18.760 INFO STEP 913 (remove_files) COMPLETE |
7128 | 2024-12-20T23:23:20.003Z | [ recovery-image] Dec 20 23:23:18.760 INFO O| Dec 20 23:23:18.760 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2024-12-20T23:23:20.046Z | [ recovery-image] Dec 20 23:23:18.803 INFO O| Dec 20 23:23:18.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7130 | 2024-12-20T23:23:20.046Z | [ recovery-image] Dec 20 23:23:18.803 INFO O| Dec 20 23:23:18.803 INFO STEP 914 (remove_files) COMPLETE |
7131 | 2024-12-20T23:23:20.049Z | [ recovery-image] Dec 20 23:23:18.803 INFO O| Dec 20 23:23:18.803 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2024-12-20T23:23:20.064Z | [ recovery-image] Dec 20 23:23:18.821 INFO O| Dec 20 23:23:18.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7133 | 2024-12-20T23:23:20.064Z | [ recovery-image] Dec 20 23:23:18.821 INFO O| Dec 20 23:23:18.821 INFO STEP 915 (remove_files) COMPLETE |
7134 | 2024-12-20T23:23:20.064Z | [ recovery-image] Dec 20 23:23:18.821 INFO O| Dec 20 23:23:18.821 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2024-12-20T23:23:20.082Z | [ recovery-image] Dec 20 23:23:18.838 INFO O| Dec 20 23:23:18.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7136 | 2024-12-20T23:23:20.082Z | [ recovery-image] Dec 20 23:23:18.838 INFO O| Dec 20 23:23:18.838 INFO STEP 916 (remove_files) COMPLETE |
7137 | 2024-12-20T23:23:20.082Z | [ recovery-image] Dec 20 23:23:18.838 INFO O| Dec 20 23:23:18.838 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2024-12-20T23:23:20.118Z | [ recovery-image] Dec 20 23:23:18.875 INFO O| Dec 20 23:23:18.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7139 | 2024-12-20T23:23:20.118Z | [ recovery-image] Dec 20 23:23:18.875 INFO O| Dec 20 23:23:18.875 INFO STEP 917 (remove_files) COMPLETE |
7140 | 2024-12-20T23:23:20.118Z | [ recovery-image] Dec 20 23:23:18.875 INFO O| Dec 20 23:23:18.875 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2024-12-20T23:23:20.155Z | [ recovery-image] Dec 20 23:23:18.912 INFO O| Dec 20 23:23:18.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7142 | 2024-12-20T23:23:20.155Z | [ recovery-image] Dec 20 23:23:18.912 INFO O| Dec 20 23:23:18.912 INFO STEP 918 (remove_files) COMPLETE |
7143 | 2024-12-20T23:23:20.157Z | [ recovery-image] Dec 20 23:23:18.912 INFO O| Dec 20 23:23:18.912 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2024-12-20T23:23:20.174Z | [ recovery-image] Dec 20 23:23:18.931 INFO O| Dec 20 23:23:18.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7145 | 2024-12-20T23:23:20.174Z | [ recovery-image] Dec 20 23:23:18.931 INFO O| Dec 20 23:23:18.931 INFO STEP 919 (remove_files) COMPLETE |
7146 | 2024-12-20T23:23:20.174Z | [ recovery-image] Dec 20 23:23:18.931 INFO O| Dec 20 23:23:18.931 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2024-12-20T23:23:20.194Z | [ recovery-image] Dec 20 23:23:18.951 INFO O| Dec 20 23:23:18.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7148 | 2024-12-20T23:23:20.194Z | [ recovery-image] Dec 20 23:23:18.951 INFO O| Dec 20 23:23:18.951 INFO STEP 920 (remove_files) COMPLETE |
7149 | 2024-12-20T23:23:20.197Z | [ recovery-image] Dec 20 23:23:18.951 INFO O| Dec 20 23:23:18.951 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2024-12-20T23:23:20.213Z | [ recovery-image] Dec 20 23:23:18.970 INFO O| Dec 20 23:23:18.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7151 | 2024-12-20T23:23:20.214Z | [ recovery-image] Dec 20 23:23:18.970 INFO O| Dec 20 23:23:18.970 INFO STEP 921 (remove_files) COMPLETE |
7152 | 2024-12-20T23:23:20.214Z | [ recovery-image] Dec 20 23:23:18.970 INFO O| Dec 20 23:23:18.970 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2024-12-20T23:23:20.232Z | [ recovery-image] Dec 20 23:23:18.989 INFO O| Dec 20 23:23:18.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7154 | 2024-12-20T23:23:20.232Z | [ recovery-image] Dec 20 23:23:18.989 INFO O| Dec 20 23:23:18.989 INFO STEP 922 (remove_files) COMPLETE |
7155 | 2024-12-20T23:23:20.234Z | [ recovery-image] Dec 20 23:23:18.989 INFO O| Dec 20 23:23:18.989 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2024-12-20T23:23:20.252Z | [ recovery-image] Dec 20 23:23:19.008 INFO O| Dec 20 23:23:19.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7157 | 2024-12-20T23:23:20.252Z | [ recovery-image] Dec 20 23:23:19.008 INFO O| Dec 20 23:23:19.008 INFO STEP 923 (remove_files) COMPLETE |
7158 | 2024-12-20T23:23:20.252Z | [ recovery-image] Dec 20 23:23:19.008 INFO O| Dec 20 23:23:19.008 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2024-12-20T23:23:20.271Z | [ recovery-image] Dec 20 23:23:19.028 INFO O| Dec 20 23:23:19.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7160 | 2024-12-20T23:23:20.276Z | [ recovery-image] Dec 20 23:23:19.033 INFO O| Dec 20 23:23:19.033 INFO STEP 924 (remove_files) COMPLETE |
7161 | 2024-12-20T23:23:20.280Z | [ recovery-image] Dec 20 23:23:19.033 INFO O| Dec 20 23:23:19.033 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2024-12-20T23:23:20.341Z | [ recovery-image] Dec 20 23:23:19.098 INFO O| Dec 20 23:23:19.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7163 | 2024-12-20T23:23:20.341Z | [ recovery-image] Dec 20 23:23:19.098 INFO O| Dec 20 23:23:19.098 INFO STEP 925 (remove_files) COMPLETE |
7164 | 2024-12-20T23:23:20.341Z | [ recovery-image] Dec 20 23:23:19.098 INFO O| Dec 20 23:23:19.098 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2024-12-20T23:23:20.399Z | [ recovery-image] Dec 20 23:23:19.156 INFO O| Dec 20 23:23:19.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7166 | 2024-12-20T23:23:20.402Z | [ recovery-image] Dec 20 23:23:19.156 INFO O| Dec 20 23:23:19.156 INFO STEP 926 (remove_files) COMPLETE |
7167 | 2024-12-20T23:23:20.402Z | [ recovery-image] Dec 20 23:23:19.156 INFO O| Dec 20 23:23:19.156 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-12-20T23:23:20.419Z | [ recovery-image] Dec 20 23:23:19.176 INFO O| Dec 20 23:23:19.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7169 | 2024-12-20T23:23:20.421Z | [ recovery-image] Dec 20 23:23:19.177 INFO O| Dec 20 23:23:19.177 INFO STEP 927 (remove_files) COMPLETE |
7170 | 2024-12-20T23:23:20.422Z | [ recovery-image] Dec 20 23:23:19.177 INFO O| Dec 20 23:23:19.177 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-12-20T23:23:20.451Z | [ recovery-image] Dec 20 23:23:19.208 INFO O| Dec 20 23:23:19.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7172 | 2024-12-20T23:23:20.452Z | [ recovery-image] Dec 20 23:23:19.208 INFO O| Dec 20 23:23:19.208 INFO STEP 928 (remove_files) COMPLETE |
7173 | 2024-12-20T23:23:20.452Z | [ recovery-image] Dec 20 23:23:19.208 INFO O| Dec 20 23:23:19.208 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-12-20T23:23:20.508Z | [ recovery-image] Dec 20 23:23:19.264 INFO O| Dec 20 23:23:19.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7175 | 2024-12-20T23:23:20.508Z | [ recovery-image] Dec 20 23:23:19.265 INFO O| Dec 20 23:23:19.265 INFO STEP 929 (remove_files) COMPLETE |
7176 | 2024-12-20T23:23:20.508Z | [ recovery-image] Dec 20 23:23:19.265 INFO O| Dec 20 23:23:19.265 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-12-20T23:23:20.525Z | [ recovery-image] Dec 20 23:23:19.282 INFO O| Dec 20 23:23:19.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7178 | 2024-12-20T23:23:20.526Z | [ recovery-image] Dec 20 23:23:19.282 INFO O| Dec 20 23:23:19.282 INFO STEP 930 (remove_files) COMPLETE |
7179 | 2024-12-20T23:23:20.526Z | [ recovery-image] Dec 20 23:23:19.282 INFO O| Dec 20 23:23:19.282 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-12-20T23:23:20.542Z | [ recovery-image] Dec 20 23:23:19.299 INFO O| Dec 20 23:23:19.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7181 | 2024-12-20T23:23:20.543Z | [ recovery-image] Dec 20 23:23:19.299 INFO O| Dec 20 23:23:19.299 INFO STEP 931 (remove_files) COMPLETE |
7182 | 2024-12-20T23:23:20.543Z | [ recovery-image] Dec 20 23:23:19.299 INFO O| Dec 20 23:23:19.299 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-12-20T23:23:20.559Z | [ recovery-image] Dec 20 23:23:19.316 INFO O| Dec 20 23:23:19.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7184 | 2024-12-20T23:23:20.559Z | [ recovery-image] Dec 20 23:23:19.316 INFO O| Dec 20 23:23:19.316 INFO STEP 932 (remove_files) COMPLETE |
7185 | 2024-12-20T23:23:20.561Z | [ recovery-image] Dec 20 23:23:19.316 INFO O| Dec 20 23:23:19.316 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-12-20T23:23:20.575Z | [ recovery-image] Dec 20 23:23:19.332 INFO O| Dec 20 23:23:19.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7187 | 2024-12-20T23:23:20.575Z | [ recovery-image] Dec 20 23:23:19.332 INFO O| Dec 20 23:23:19.332 INFO STEP 933 (remove_files) COMPLETE |
7188 | 2024-12-20T23:23:20.575Z | [ recovery-image] Dec 20 23:23:19.332 INFO O| Dec 20 23:23:19.332 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-12-20T23:23:20.594Z | [ recovery-image] Dec 20 23:23:19.350 INFO O| Dec 20 23:23:19.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7190 | 2024-12-20T23:23:20.594Z | [ recovery-image] Dec 20 23:23:19.350 INFO O| Dec 20 23:23:19.350 INFO STEP 934 (remove_files) COMPLETE |
7191 | 2024-12-20T23:23:20.594Z | [ recovery-image] Dec 20 23:23:19.350 INFO O| Dec 20 23:23:19.350 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-12-20T23:23:20.613Z | [ recovery-image] Dec 20 23:23:19.369 INFO O| Dec 20 23:23:19.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7193 | 2024-12-20T23:23:20.613Z | [ recovery-image] Dec 20 23:23:19.369 INFO O| Dec 20 23:23:19.369 INFO STEP 935 (remove_files) COMPLETE |
7194 | 2024-12-20T23:23:20.613Z | [ recovery-image] Dec 20 23:23:19.369 INFO O| Dec 20 23:23:19.369 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-12-20T23:23:20.631Z | [ recovery-image] Dec 20 23:23:19.387 INFO O| Dec 20 23:23:19.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7196 | 2024-12-20T23:23:20.631Z | [ recovery-image] Dec 20 23:23:19.387 INFO O| Dec 20 23:23:19.387 INFO STEP 936 (remove_files) COMPLETE |
7197 | 2024-12-20T23:23:20.631Z | [ recovery-image] Dec 20 23:23:19.387 INFO O| Dec 20 23:23:19.387 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-12-20T23:23:20.650Z | [ recovery-image] Dec 20 23:23:19.406 INFO O| Dec 20 23:23:19.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7199 | 2024-12-20T23:23:20.650Z | [ recovery-image] Dec 20 23:23:19.406 INFO O| Dec 20 23:23:19.406 INFO STEP 937 (remove_files) COMPLETE |
7200 | 2024-12-20T23:23:20.650Z | [ recovery-image] Dec 20 23:23:19.406 INFO O| Dec 20 23:23:19.406 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-12-20T23:23:20.667Z | [ recovery-image] Dec 20 23:23:19.424 INFO O| Dec 20 23:23:19.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7202 | 2024-12-20T23:23:20.670Z | [ recovery-image] Dec 20 23:23:19.424 INFO O| Dec 20 23:23:19.424 INFO STEP 938 (remove_files) COMPLETE |
7203 | 2024-12-20T23:23:20.670Z | [ recovery-image] Dec 20 23:23:19.424 INFO O| Dec 20 23:23:19.424 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-12-20T23:23:20.685Z | [ recovery-image] Dec 20 23:23:19.442 INFO O| Dec 20 23:23:19.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7205 | 2024-12-20T23:23:20.685Z | [ recovery-image] Dec 20 23:23:19.442 INFO O| Dec 20 23:23:19.442 INFO STEP 939 (remove_files) COMPLETE |
7206 | 2024-12-20T23:23:20.689Z | [ recovery-image] Dec 20 23:23:19.442 INFO O| Dec 20 23:23:19.442 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-12-20T23:23:20.708Z | [ recovery-image] Dec 20 23:23:19.462 INFO O| Dec 20 23:23:19.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7208 | 2024-12-20T23:23:20.708Z | [ recovery-image] Dec 20 23:23:19.462 INFO O| Dec 20 23:23:19.462 INFO STEP 940 (remove_files) COMPLETE |
7209 | 2024-12-20T23:23:20.708Z | [ recovery-image] Dec 20 23:23:19.462 INFO O| Dec 20 23:23:19.462 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-12-20T23:23:20.724Z | [ recovery-image] Dec 20 23:23:19.481 INFO O| Dec 20 23:23:19.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7211 | 2024-12-20T23:23:20.724Z | [ recovery-image] Dec 20 23:23:19.481 INFO O| Dec 20 23:23:19.481 INFO STEP 941 (remove_files) COMPLETE |
7212 | 2024-12-20T23:23:20.727Z | [ recovery-image] Dec 20 23:23:19.481 INFO O| Dec 20 23:23:19.481 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-12-20T23:23:20.743Z | [ recovery-image] Dec 20 23:23:19.499 INFO O| Dec 20 23:23:19.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7214 | 2024-12-20T23:23:20.743Z | [ recovery-image] Dec 20 23:23:19.499 INFO O| Dec 20 23:23:19.499 INFO STEP 942 (remove_files) COMPLETE |
7215 | 2024-12-20T23:23:20.743Z | [ recovery-image] Dec 20 23:23:19.499 INFO O| Dec 20 23:23:19.499 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-12-20T23:23:20.761Z | [ recovery-image] Dec 20 23:23:19.518 INFO O| Dec 20 23:23:19.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7217 | 2024-12-20T23:23:20.761Z | [ recovery-image] Dec 20 23:23:19.518 INFO O| Dec 20 23:23:19.518 INFO STEP 943 (remove_files) COMPLETE |
7218 | 2024-12-20T23:23:20.761Z | [ recovery-image] Dec 20 23:23:19.518 INFO O| Dec 20 23:23:19.518 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-12-20T23:23:20.781Z | [ recovery-image] Dec 20 23:23:19.538 INFO O| Dec 20 23:23:19.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7220 | 2024-12-20T23:23:20.781Z | [ recovery-image] Dec 20 23:23:19.538 INFO O| Dec 20 23:23:19.538 INFO STEP 944 (remove_files) COMPLETE |
7221 | 2024-12-20T23:23:20.782Z | [ recovery-image] Dec 20 23:23:19.538 INFO O| Dec 20 23:23:19.538 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-12-20T23:23:20.829Z | [ recovery-image] Dec 20 23:23:19.585 INFO O| Dec 20 23:23:19.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7223 | 2024-12-20T23:23:20.829Z | [ recovery-image] Dec 20 23:23:19.585 INFO O| Dec 20 23:23:19.585 INFO STEP 945 (remove_files) COMPLETE |
7224 | 2024-12-20T23:23:20.829Z | [ recovery-image] Dec 20 23:23:19.585 INFO O| Dec 20 23:23:19.585 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-12-20T23:23:20.850Z | [ recovery-image] Dec 20 23:23:19.606 INFO O| Dec 20 23:23:19.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7226 | 2024-12-20T23:23:20.850Z | [ recovery-image] Dec 20 23:23:19.606 INFO O| Dec 20 23:23:19.606 INFO STEP 946 (remove_files) COMPLETE |
7227 | 2024-12-20T23:23:20.853Z | [ recovery-image] Dec 20 23:23:19.607 INFO O| Dec 20 23:23:19.606 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-12-20T23:23:20.869Z | [ recovery-image] Dec 20 23:23:19.626 INFO O| Dec 20 23:23:19.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7229 | 2024-12-20T23:23:20.872Z | [ recovery-image] Dec 20 23:23:19.626 INFO O| Dec 20 23:23:19.626 INFO STEP 947 (remove_files) COMPLETE |
7230 | 2024-12-20T23:23:20.872Z | [ recovery-image] Dec 20 23:23:19.626 INFO O| Dec 20 23:23:19.626 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-12-20T23:23:20.888Z | [ recovery-image] Dec 20 23:23:19.645 INFO O| Dec 20 23:23:19.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7232 | 2024-12-20T23:23:20.888Z | [ recovery-image] Dec 20 23:23:19.645 INFO O| Dec 20 23:23:19.645 INFO STEP 948 (remove_files) COMPLETE |
7233 | 2024-12-20T23:23:20.891Z | [ recovery-image] Dec 20 23:23:19.645 INFO O| Dec 20 23:23:19.645 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-12-20T23:23:20.907Z | [ recovery-image] Dec 20 23:23:19.664 INFO O| Dec 20 23:23:19.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7235 | 2024-12-20T23:23:20.908Z | [ recovery-image] Dec 20 23:23:19.664 INFO O| Dec 20 23:23:19.664 INFO STEP 949 (remove_files) COMPLETE |
7236 | 2024-12-20T23:23:20.908Z | [ recovery-image] Dec 20 23:23:19.664 INFO O| Dec 20 23:23:19.664 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-12-20T23:23:20.926Z | [ recovery-image] Dec 20 23:23:19.683 INFO O| Dec 20 23:23:19.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7238 | 2024-12-20T23:23:20.926Z | [ recovery-image] Dec 20 23:23:19.683 INFO O| Dec 20 23:23:19.683 INFO STEP 950 (remove_files) COMPLETE |
7239 | 2024-12-20T23:23:20.926Z | [ recovery-image] Dec 20 23:23:19.683 INFO O| Dec 20 23:23:19.683 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-12-20T23:23:20.946Z | [ recovery-image] Dec 20 23:23:19.702 INFO O| Dec 20 23:23:19.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7241 | 2024-12-20T23:23:20.946Z | [ recovery-image] Dec 20 23:23:19.702 INFO O| Dec 20 23:23:19.702 INFO STEP 951 (remove_files) COMPLETE |
7242 | 2024-12-20T23:23:20.946Z | [ recovery-image] Dec 20 23:23:19.702 INFO O| Dec 20 23:23:19.702 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-12-20T23:23:20.967Z | [ recovery-image] Dec 20 23:23:19.724 INFO O| Dec 20 23:23:19.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7244 | 2024-12-20T23:23:20.967Z | [ recovery-image] Dec 20 23:23:19.724 INFO O| Dec 20 23:23:19.724 INFO STEP 952 (remove_files) COMPLETE |
7245 | 2024-12-20T23:23:20.967Z | [ recovery-image] Dec 20 23:23:19.724 INFO O| Dec 20 23:23:19.724 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-12-20T23:23:20.990Z | [ recovery-image] Dec 20 23:23:19.746 INFO O| Dec 20 23:23:19.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7247 | 2024-12-20T23:23:20.990Z | [ recovery-image] Dec 20 23:23:19.746 INFO O| Dec 20 23:23:19.746 INFO STEP 953 (remove_files) COMPLETE |
7248 | 2024-12-20T23:23:20.992Z | [ recovery-image] Dec 20 23:23:19.746 INFO O| Dec 20 23:23:19.746 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-12-20T23:23:21.011Z | [ recovery-image] Dec 20 23:23:19.767 INFO O| Dec 20 23:23:19.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7250 | 2024-12-20T23:23:21.011Z | [ recovery-image] Dec 20 23:23:19.767 INFO O| Dec 20 23:23:19.767 INFO STEP 954 (remove_files) COMPLETE |
7251 | 2024-12-20T23:23:21.012Z | [ recovery-image] Dec 20 23:23:19.767 INFO O| Dec 20 23:23:19.767 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-12-20T23:23:21.032Z | [ recovery-image] Dec 20 23:23:19.788 INFO O| Dec 20 23:23:19.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7253 | 2024-12-20T23:23:21.032Z | [ recovery-image] Dec 20 23:23:19.788 INFO O| Dec 20 23:23:19.788 INFO STEP 955 (remove_files) COMPLETE |
7254 | 2024-12-20T23:23:21.032Z | [ recovery-image] Dec 20 23:23:19.788 INFO O| Dec 20 23:23:19.788 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-12-20T23:23:21.052Z | [ recovery-image] Dec 20 23:23:19.808 INFO O| Dec 20 23:23:19.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7256 | 2024-12-20T23:23:21.052Z | [ recovery-image] Dec 20 23:23:19.808 INFO O| Dec 20 23:23:19.808 INFO STEP 956 (remove_files) COMPLETE |
7257 | 2024-12-20T23:23:21.052Z | [ recovery-image] Dec 20 23:23:19.809 INFO O| Dec 20 23:23:19.808 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-12-20T23:23:21.072Z | [ recovery-image] Dec 20 23:23:19.829 INFO O| Dec 20 23:23:19.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7259 | 2024-12-20T23:23:21.072Z | [ recovery-image] Dec 20 23:23:19.829 INFO O| Dec 20 23:23:19.829 INFO STEP 957 (remove_files) COMPLETE |
7260 | 2024-12-20T23:23:21.072Z | [ recovery-image] Dec 20 23:23:19.829 INFO O| Dec 20 23:23:19.829 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-12-20T23:23:21.092Z | [ recovery-image] Dec 20 23:23:19.849 INFO O| Dec 20 23:23:19.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7262 | 2024-12-20T23:23:21.092Z | [ recovery-image] Dec 20 23:23:19.849 INFO O| Dec 20 23:23:19.849 INFO STEP 958 (remove_files) COMPLETE |
7263 | 2024-12-20T23:23:21.092Z | [ recovery-image] Dec 20 23:23:19.849 INFO O| Dec 20 23:23:19.849 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-12-20T23:23:21.111Z | [ recovery-image] Dec 20 23:23:19.867 INFO O| Dec 20 23:23:19.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7265 | 2024-12-20T23:23:21.111Z | [ recovery-image] Dec 20 23:23:19.868 INFO O| Dec 20 23:23:19.867 INFO STEP 959 (remove_files) COMPLETE |
7266 | 2024-12-20T23:23:21.113Z | [ recovery-image] Dec 20 23:23:19.868 INFO O| Dec 20 23:23:19.868 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-12-20T23:23:21.130Z | [ recovery-image] Dec 20 23:23:19.886 INFO O| Dec 20 23:23:19.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7268 | 2024-12-20T23:23:21.130Z | [ recovery-image] Dec 20 23:23:19.886 INFO O| Dec 20 23:23:19.886 INFO STEP 960 (remove_files) COMPLETE |
7269 | 2024-12-20T23:23:21.132Z | [ recovery-image] Dec 20 23:23:19.886 INFO O| Dec 20 23:23:19.886 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-12-20T23:23:21.148Z | [ recovery-image] Dec 20 23:23:19.905 INFO O| Dec 20 23:23:19.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7271 | 2024-12-20T23:23:21.148Z | [ recovery-image] Dec 20 23:23:19.905 INFO O| Dec 20 23:23:19.905 INFO STEP 961 (remove_files) COMPLETE |
7272 | 2024-12-20T23:23:21.148Z | [ recovery-image] Dec 20 23:23:19.905 INFO O| Dec 20 23:23:19.905 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-12-20T23:23:21.166Z | [ recovery-image] Dec 20 23:23:19.923 INFO O| Dec 20 23:23:19.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7274 | 2024-12-20T23:23:21.166Z | [ recovery-image] Dec 20 23:23:19.923 INFO O| Dec 20 23:23:19.923 INFO STEP 962 (remove_files) COMPLETE |
7275 | 2024-12-20T23:23:21.166Z | [ recovery-image] Dec 20 23:23:19.923 INFO O| Dec 20 23:23:19.923 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-12-20T23:23:21.185Z | [ recovery-image] Dec 20 23:23:19.941 INFO O| Dec 20 23:23:19.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7277 | 2024-12-20T23:23:21.185Z | [ recovery-image] Dec 20 23:23:19.941 INFO O| Dec 20 23:23:19.941 INFO STEP 963 (remove_files) COMPLETE |
7278 | 2024-12-20T23:23:21.185Z | [ recovery-image] Dec 20 23:23:19.941 INFO O| Dec 20 23:23:19.941 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2024-12-20T23:23:21.220Z | [ recovery-image] Dec 20 23:23:19.959 INFO O| Dec 20 23:23:19.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7280 | 2024-12-20T23:23:21.220Z | [ recovery-image] Dec 20 23:23:19.959 INFO O| Dec 20 23:23:19.959 INFO STEP 964 (remove_files) COMPLETE |
7281 | 2024-12-20T23:23:21.220Z | [ recovery-image] Dec 20 23:23:19.960 INFO O| Dec 20 23:23:19.959 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2024-12-20T23:23:21.223Z | [ recovery-image] Dec 20 23:23:19.978 INFO O| Dec 20 23:23:19.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7283 | 2024-12-20T23:23:21.223Z | [ recovery-image] Dec 20 23:23:19.978 INFO O| Dec 20 23:23:19.978 INFO STEP 965 (remove_files) COMPLETE |
7284 | 2024-12-20T23:23:21.223Z | [ recovery-image] Dec 20 23:23:19.978 INFO O| Dec 20 23:23:19.978 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2024-12-20T23:23:21.248Z | [ recovery-image] Dec 20 23:23:19.997 INFO O| Dec 20 23:23:19.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7286 | 2024-12-20T23:23:21.248Z | [ recovery-image] Dec 20 23:23:19.997 INFO O| Dec 20 23:23:19.997 INFO STEP 966 (remove_files) COMPLETE |
7287 | 2024-12-20T23:23:21.248Z | [ recovery-image] Dec 20 23:23:19.997 INFO O| Dec 20 23:23:19.997 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2024-12-20T23:23:21.259Z | [ recovery-image] Dec 20 23:23:20.015 INFO O| Dec 20 23:23:20.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7289 | 2024-12-20T23:23:21.259Z | [ recovery-image] Dec 20 23:23:20.015 INFO O| Dec 20 23:23:20.015 INFO STEP 967 (remove_files) COMPLETE |
7290 | 2024-12-20T23:23:21.259Z | [ recovery-image] Dec 20 23:23:20.015 INFO O| Dec 20 23:23:20.015 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2024-12-20T23:23:21.284Z | [ recovery-image] Dec 20 23:23:20.033 INFO O| Dec 20 23:23:20.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7292 | 2024-12-20T23:23:21.284Z | [ recovery-image] Dec 20 23:23:20.033 INFO O| Dec 20 23:23:20.033 INFO STEP 968 (remove_files) COMPLETE |
7293 | 2024-12-20T23:23:21.284Z | [ recovery-image] Dec 20 23:23:20.033 INFO O| Dec 20 23:23:20.033 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-12-20T23:23:21.295Z | [ recovery-image] Dec 20 23:23:20.051 INFO O| Dec 20 23:23:20.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7295 | 2024-12-20T23:23:21.295Z | [ recovery-image] Dec 20 23:23:20.051 INFO O| Dec 20 23:23:20.051 INFO STEP 969 (remove_files) COMPLETE |
7296 | 2024-12-20T23:23:21.295Z | [ recovery-image] Dec 20 23:23:20.051 INFO O| Dec 20 23:23:20.051 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-12-20T23:23:21.322Z | [ recovery-image] Dec 20 23:23:20.070 INFO O| Dec 20 23:23:20.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7298 | 2024-12-20T23:23:21.322Z | [ recovery-image] Dec 20 23:23:20.070 INFO O| Dec 20 23:23:20.070 INFO STEP 970 (remove_files) COMPLETE |
7299 | 2024-12-20T23:23:21.322Z | [ recovery-image] Dec 20 23:23:20.070 INFO O| Dec 20 23:23:20.070 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2024-12-20T23:23:21.340Z | [ recovery-image] Dec 20 23:23:20.097 INFO O| Dec 20 23:23:20.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7301 | 2024-12-20T23:23:21.340Z | [ recovery-image] Dec 20 23:23:20.097 INFO O| Dec 20 23:23:20.088 INFO STEP 971 (remove_files) COMPLETE |
7302 | 2024-12-20T23:23:21.344Z | [ recovery-image] Dec 20 23:23:20.097 INFO O| Dec 20 23:23:20.088 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2024-12-20T23:23:21.355Z | [ recovery-image] Dec 20 23:23:20.107 INFO O| Dec 20 23:23:20.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7304 | 2024-12-20T23:23:21.355Z | [ recovery-image] Dec 20 23:23:20.107 INFO O| Dec 20 23:23:20.107 INFO STEP 972 (remove_files) COMPLETE |
7305 | 2024-12-20T23:23:21.355Z | [ recovery-image] Dec 20 23:23:20.107 INFO O| Dec 20 23:23:20.107 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-12-20T23:23:21.368Z | [ recovery-image] Dec 20 23:23:20.125 INFO O| Dec 20 23:23:20.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7307 | 2024-12-20T23:23:21.368Z | [ recovery-image] Dec 20 23:23:20.125 INFO O| Dec 20 23:23:20.125 INFO STEP 973 (remove_files) COMPLETE |
7308 | 2024-12-20T23:23:21.371Z | [ recovery-image] Dec 20 23:23:20.125 INFO O| Dec 20 23:23:20.125 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-12-20T23:23:21.404Z | [ recovery-image] Dec 20 23:23:20.161 INFO O| Dec 20 23:23:20.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7310 | 2024-12-20T23:23:21.404Z | [ recovery-image] Dec 20 23:23:20.161 INFO O| Dec 20 23:23:20.161 INFO STEP 974 (remove_files) COMPLETE |
7311 | 2024-12-20T23:23:21.404Z | [ recovery-image] Dec 20 23:23:20.161 INFO O| Dec 20 23:23:20.161 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-12-20T23:23:21.424Z | [ recovery-image] Dec 20 23:23:20.181 INFO O| Dec 20 23:23:20.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7313 | 2024-12-20T23:23:21.424Z | [ recovery-image] Dec 20 23:23:20.181 INFO O| Dec 20 23:23:20.181 INFO STEP 975 (remove_files) COMPLETE |
7314 | 2024-12-20T23:23:21.427Z | [ recovery-image] Dec 20 23:23:20.181 INFO O| Dec 20 23:23:20.181 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-12-20T23:23:21.459Z | [ recovery-image] Dec 20 23:23:20.215 INFO O| Dec 20 23:23:20.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7316 | 2024-12-20T23:23:21.459Z | [ recovery-image] Dec 20 23:23:20.215 INFO O| Dec 20 23:23:20.215 INFO STEP 976 (remove_files) COMPLETE |
7317 | 2024-12-20T23:23:21.462Z | [ recovery-image] Dec 20 23:23:20.216 INFO O| Dec 20 23:23:20.215 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-12-20T23:23:21.477Z | [ recovery-image] Dec 20 23:23:20.234 INFO O| Dec 20 23:23:20.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7319 | 2024-12-20T23:23:21.480Z | [ recovery-image] Dec 20 23:23:20.234 INFO O| Dec 20 23:23:20.234 INFO STEP 977 (remove_files) COMPLETE |
7320 | 2024-12-20T23:23:21.480Z | [ recovery-image] Dec 20 23:23:20.234 INFO O| Dec 20 23:23:20.234 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-12-20T23:23:21.498Z | [ recovery-image] Dec 20 23:23:20.253 INFO O| Dec 20 23:23:20.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7322 | 2024-12-20T23:23:21.500Z | [ recovery-image] Dec 20 23:23:20.253 INFO O| Dec 20 23:23:20.253 INFO STEP 978 (remove_files) COMPLETE |
7323 | 2024-12-20T23:23:21.500Z | [ recovery-image] Dec 20 23:23:20.253 INFO O| Dec 20 23:23:20.253 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-12-20T23:23:21.519Z | [ recovery-image] Dec 20 23:23:20.275 INFO O| Dec 20 23:23:20.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7325 | 2024-12-20T23:23:21.522Z | [ recovery-image] Dec 20 23:23:20.275 INFO O| Dec 20 23:23:20.275 INFO STEP 979 (remove_files) COMPLETE |
7326 | 2024-12-20T23:23:21.522Z | [ recovery-image] Dec 20 23:23:20.276 INFO O| Dec 20 23:23:20.275 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-12-20T23:23:21.538Z | [ host-image] Dec 20 23:23:20.295 INFO O| Dec 20 23:23:20.295 INFO O| Download: 1045/1140 items 3.5/8.4MB 41% complete (720k/s) |
7328 | 2024-12-20T23:23:21.563Z | [ recovery-image] Dec 20 23:23:20.319 INFO O| Dec 20 23:23:20.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7329 | 2024-12-20T23:23:21.566Z | [ recovery-image] Dec 20 23:23:20.320 INFO O| Dec 20 23:23:20.320 INFO STEP 980 (remove_files) COMPLETE |
7330 | 2024-12-20T23:23:21.566Z | [ recovery-image] Dec 20 23:23:20.320 INFO O| Dec 20 23:23:20.320 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-12-20T23:23:21.589Z | [ recovery-image] Dec 20 23:23:20.345 INFO O| Dec 20 23:23:20.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7332 | 2024-12-20T23:23:21.594Z | [ recovery-image] Dec 20 23:23:20.345 INFO O| Dec 20 23:23:20.345 INFO STEP 981 (remove_files) COMPLETE |
7333 | 2024-12-20T23:23:21.594Z | [ recovery-image] Dec 20 23:23:20.345 INFO O| Dec 20 23:23:20.345 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7334 | 2024-12-20T23:23:21.624Z | [ recovery-image] Dec 20 23:23:20.371 INFO O| Dec 20 23:23:20.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7335 | 2024-12-20T23:23:21.624Z | [ recovery-image] Dec 20 23:23:20.371 INFO O| Dec 20 23:23:20.371 INFO STEP 982 (remove_files) COMPLETE |
7336 | 2024-12-20T23:23:21.624Z | [ recovery-image] Dec 20 23:23:20.371 INFO O| Dec 20 23:23:20.371 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-12-20T23:23:21.635Z | [ recovery-image] Dec 20 23:23:20.392 INFO O| Dec 20 23:23:20.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7338 | 2024-12-20T23:23:21.636Z | [ recovery-image] Dec 20 23:23:20.392 INFO O| Dec 20 23:23:20.392 INFO STEP 983 (remove_files) COMPLETE |
7339 | 2024-12-20T23:23:21.636Z | [ recovery-image] Dec 20 23:23:20.392 INFO O| Dec 20 23:23:20.392 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-12-20T23:23:21.660Z | [ recovery-image] Dec 20 23:23:20.415 INFO O| Dec 20 23:23:20.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7341 | 2024-12-20T23:23:21.660Z | [ recovery-image] Dec 20 23:23:20.416 INFO O| Dec 20 23:23:20.415 INFO STEP 984 (remove_files) COMPLETE |
7342 | 2024-12-20T23:23:21.660Z | [ recovery-image] Dec 20 23:23:20.416 INFO O| Dec 20 23:23:20.415 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-12-20T23:23:21.685Z | [ recovery-image] Dec 20 23:23:20.442 INFO O| Dec 20 23:23:20.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7344 | 2024-12-20T23:23:21.685Z | [ recovery-image] Dec 20 23:23:20.442 INFO O| Dec 20 23:23:20.442 INFO STEP 985 (remove_files) COMPLETE |
7345 | 2024-12-20T23:23:21.685Z | [ recovery-image] Dec 20 23:23:20.442 INFO O| Dec 20 23:23:20.442 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-12-20T23:23:21.739Z | [ recovery-image] Dec 20 23:23:20.495 INFO O| Dec 20 23:23:20.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7347 | 2024-12-20T23:23:21.739Z | [ recovery-image] Dec 20 23:23:20.495 INFO O| Dec 20 23:23:20.495 INFO STEP 986 (remove_files) COMPLETE |
7348 | 2024-12-20T23:23:21.739Z | [ recovery-image] Dec 20 23:23:20.495 INFO O| Dec 20 23:23:20.495 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-12-20T23:23:21.779Z | [ recovery-image] Dec 20 23:23:20.534 INFO O| Dec 20 23:23:20.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7350 | 2024-12-20T23:23:21.779Z | [ recovery-image] Dec 20 23:23:20.534 INFO O| Dec 20 23:23:20.534 INFO STEP 987 (remove_files) COMPLETE |
7351 | 2024-12-20T23:23:21.779Z | [ recovery-image] Dec 20 23:23:20.534 INFO O| Dec 20 23:23:20.534 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-12-20T23:23:21.797Z | [ recovery-image] Dec 20 23:23:20.554 INFO O| Dec 20 23:23:20.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7353 | 2024-12-20T23:23:21.797Z | [ recovery-image] Dec 20 23:23:20.554 INFO O| Dec 20 23:23:20.554 INFO STEP 988 (remove_files) COMPLETE |
7354 | 2024-12-20T23:23:21.800Z | [ recovery-image] Dec 20 23:23:20.554 INFO O| Dec 20 23:23:20.554 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-12-20T23:23:21.815Z | [ recovery-image] Dec 20 23:23:20.571 INFO O| Dec 20 23:23:20.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7356 | 2024-12-20T23:23:21.815Z | [ recovery-image] Dec 20 23:23:20.571 INFO O| Dec 20 23:23:20.571 INFO STEP 989 (remove_files) COMPLETE |
7357 | 2024-12-20T23:23:21.817Z | [ recovery-image] Dec 20 23:23:20.571 INFO O| Dec 20 23:23:20.571 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-12-20T23:23:21.833Z | [ recovery-image] Dec 20 23:23:20.590 INFO O| Dec 20 23:23:20.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7359 | 2024-12-20T23:23:21.833Z | [ recovery-image] Dec 20 23:23:20.590 INFO O| Dec 20 23:23:20.590 INFO STEP 990 (remove_files) COMPLETE |
7360 | 2024-12-20T23:23:21.836Z | [ recovery-image] Dec 20 23:23:20.590 INFO O| Dec 20 23:23:20.590 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-12-20T23:23:21.870Z | [ recovery-image] Dec 20 23:23:20.627 INFO O| Dec 20 23:23:20.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7362 | 2024-12-20T23:23:21.870Z | [ recovery-image] Dec 20 23:23:20.627 INFO O| Dec 20 23:23:20.627 INFO STEP 991 (remove_files) COMPLETE |
7363 | 2024-12-20T23:23:21.874Z | [ recovery-image] Dec 20 23:23:20.627 INFO O| Dec 20 23:23:20.627 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-12-20T23:23:21.888Z | [ recovery-image] Dec 20 23:23:20.645 INFO O| Dec 20 23:23:20.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7365 | 2024-12-20T23:23:21.891Z | [ recovery-image] Dec 20 23:23:20.645 INFO O| Dec 20 23:23:20.645 INFO STEP 992 (remove_files) COMPLETE |
7366 | 2024-12-20T23:23:21.891Z | [ recovery-image] Dec 20 23:23:20.645 INFO O| Dec 20 23:23:20.645 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-12-20T23:23:21.940Z | [ recovery-image] Dec 20 23:23:20.671 INFO O| Dec 20 23:23:20.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7368 | 2024-12-20T23:23:21.940Z | [ recovery-image] Dec 20 23:23:20.671 INFO O| Dec 20 23:23:20.663 INFO STEP 993 (remove_files) COMPLETE |
7369 | 2024-12-20T23:23:21.940Z | [ recovery-image] Dec 20 23:23:20.671 INFO O| Dec 20 23:23:20.663 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-12-20T23:23:21.940Z | [ recovery-image] Dec 20 23:23:20.682 INFO O| Dec 20 23:23:20.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7371 | 2024-12-20T23:23:21.940Z | [ recovery-image] Dec 20 23:23:20.682 INFO O| Dec 20 23:23:20.682 INFO STEP 994 (remove_files) COMPLETE |
7372 | 2024-12-20T23:23:21.940Z | [ recovery-image] Dec 20 23:23:20.682 INFO O| Dec 20 23:23:20.682 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-12-20T23:23:21.951Z | [ recovery-image] Dec 20 23:23:20.701 INFO O| Dec 20 23:23:20.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7374 | 2024-12-20T23:23:21.951Z | [ recovery-image] Dec 20 23:23:20.701 INFO O| Dec 20 23:23:20.701 INFO STEP 995 (remove_files) COMPLETE |
7375 | 2024-12-20T23:23:21.951Z | [ recovery-image] Dec 20 23:23:20.701 INFO O| Dec 20 23:23:20.701 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-12-20T23:23:21.964Z | [ recovery-image] Dec 20 23:23:20.719 INFO O| Dec 20 23:23:20.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7377 | 2024-12-20T23:23:21.964Z | [ recovery-image] Dec 20 23:23:20.719 INFO O| Dec 20 23:23:20.719 INFO STEP 996 (remove_files) COMPLETE |
7378 | 2024-12-20T23:23:21.967Z | [ recovery-image] Dec 20 23:23:20.719 INFO O| Dec 20 23:23:20.719 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-12-20T23:23:21.980Z | [ recovery-image] Dec 20 23:23:20.737 INFO O| Dec 20 23:23:20.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7380 | 2024-12-20T23:23:21.983Z | [ recovery-image] Dec 20 23:23:20.737 INFO O| Dec 20 23:23:20.737 INFO STEP 997 (remove_files) COMPLETE |
7381 | 2024-12-20T23:23:21.983Z | [ recovery-image] Dec 20 23:23:20.737 INFO O| Dec 20 23:23:20.737 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-12-20T23:23:21.999Z | [ recovery-image] Dec 20 23:23:20.754 INFO O| Dec 20 23:23:20.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7383 | 2024-12-20T23:23:21.999Z | [ recovery-image] Dec 20 23:23:20.754 INFO O| Dec 20 23:23:20.754 INFO STEP 998 (remove_files) COMPLETE |
7384 | 2024-12-20T23:23:21.999Z | [ recovery-image] Dec 20 23:23:20.754 INFO O| Dec 20 23:23:20.754 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-12-20T23:23:22.016Z | [ recovery-image] Dec 20 23:23:20.772 INFO O| Dec 20 23:23:20.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7386 | 2024-12-20T23:23:22.016Z | [ recovery-image] Dec 20 23:23:20.772 INFO O| Dec 20 23:23:20.772 INFO STEP 999 (remove_files) COMPLETE |
7387 | 2024-12-20T23:23:22.016Z | [ recovery-image] Dec 20 23:23:20.772 INFO O| Dec 20 23:23:20.772 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-12-20T23:23:22.034Z | [ recovery-image] Dec 20 23:23:20.789 INFO O| Dec 20 23:23:20.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7389 | 2024-12-20T23:23:22.034Z | [ recovery-image] Dec 20 23:23:20.789 INFO O| Dec 20 23:23:20.789 INFO STEP 1000 (remove_files) COMPLETE |
7390 | 2024-12-20T23:23:22.034Z | [ recovery-image] Dec 20 23:23:20.789 INFO O| Dec 20 23:23:20.789 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-12-20T23:23:22.051Z | [ recovery-image] Dec 20 23:23:20.807 INFO O| Dec 20 23:23:20.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7392 | 2024-12-20T23:23:22.051Z | [ recovery-image] Dec 20 23:23:20.807 INFO O| Dec 20 23:23:20.807 INFO STEP 1001 (remove_files) COMPLETE |
7393 | 2024-12-20T23:23:22.051Z | [ recovery-image] Dec 20 23:23:20.807 INFO O| Dec 20 23:23:20.807 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-12-20T23:23:22.214Z | [ recovery-image] Dec 20 23:23:20.970 INFO O| Dec 20 23:23:20.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7395 | 2024-12-20T23:23:22.214Z | [ recovery-image] Dec 20 23:23:20.970 INFO O| Dec 20 23:23:20.970 INFO STEP 1002 (remove_files) COMPLETE |
7396 | 2024-12-20T23:23:22.218Z | [ recovery-image] Dec 20 23:23:20.970 INFO O| Dec 20 23:23:20.970 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-12-20T23:23:22.232Z | [ recovery-image] Dec 20 23:23:20.988 INFO O| Dec 20 23:23:20.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7398 | 2024-12-20T23:23:22.232Z | [ recovery-image] Dec 20 23:23:20.988 INFO O| Dec 20 23:23:20.988 INFO STEP 1003 (remove_files) COMPLETE |
7399 | 2024-12-20T23:23:22.232Z | [ recovery-image] Dec 20 23:23:20.988 INFO O| Dec 20 23:23:20.988 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-12-20T23:23:22.249Z | [ recovery-image] Dec 20 23:23:21.005 INFO O| Dec 20 23:23:21.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7401 | 2024-12-20T23:23:22.249Z | [ recovery-image] Dec 20 23:23:21.005 INFO O| Dec 20 23:23:21.005 INFO STEP 1004 (remove_files) COMPLETE |
7402 | 2024-12-20T23:23:22.249Z | [ recovery-image] Dec 20 23:23:21.005 INFO O| Dec 20 23:23:21.005 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-12-20T23:23:22.264Z | [ recovery-image] Dec 20 23:23:21.020 INFO O| Dec 20 23:23:21.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7404 | 2024-12-20T23:23:22.264Z | [ recovery-image] Dec 20 23:23:21.020 INFO O| Dec 20 23:23:21.020 INFO STEP 1005 (remove_files) COMPLETE |
7405 | 2024-12-20T23:23:22.264Z | [ recovery-image] Dec 20 23:23:21.020 INFO O| Dec 20 23:23:21.020 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-12-20T23:23:22.282Z | [ recovery-image] Dec 20 23:23:21.038 INFO O| Dec 20 23:23:21.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7407 | 2024-12-20T23:23:22.282Z | [ recovery-image] Dec 20 23:23:21.038 INFO O| Dec 20 23:23:21.038 INFO STEP 1006 (remove_files) COMPLETE |
7408 | 2024-12-20T23:23:22.282Z | [ recovery-image] Dec 20 23:23:21.038 INFO O| Dec 20 23:23:21.038 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-12-20T23:23:22.308Z | [ recovery-image] Dec 20 23:23:21.056 INFO O| Dec 20 23:23:21.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7410 | 2024-12-20T23:23:22.308Z | [ recovery-image] Dec 20 23:23:21.056 INFO O| Dec 20 23:23:21.056 INFO STEP 1007 (remove_files) COMPLETE |
7411 | 2024-12-20T23:23:22.308Z | [ recovery-image] Dec 20 23:23:21.056 INFO O| Dec 20 23:23:21.056 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-12-20T23:23:22.318Z | [ recovery-image] Dec 20 23:23:21.074 INFO O| Dec 20 23:23:21.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7413 | 2024-12-20T23:23:22.318Z | [ recovery-image] Dec 20 23:23:21.074 INFO O| Dec 20 23:23:21.074 INFO STEP 1008 (remove_files) COMPLETE |
7414 | 2024-12-20T23:23:22.318Z | [ recovery-image] Dec 20 23:23:21.074 INFO O| Dec 20 23:23:21.074 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-12-20T23:23:22.335Z | [ recovery-image] Dec 20 23:23:21.091 INFO O| Dec 20 23:23:21.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7416 | 2024-12-20T23:23:22.335Z | [ recovery-image] Dec 20 23:23:21.091 INFO O| Dec 20 23:23:21.091 INFO STEP 1009 (remove_files) COMPLETE |
7417 | 2024-12-20T23:23:22.335Z | [ recovery-image] Dec 20 23:23:21.091 INFO O| Dec 20 23:23:21.091 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-12-20T23:23:22.375Z | [ recovery-image] Dec 20 23:23:21.131 INFO O| Dec 20 23:23:21.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7419 | 2024-12-20T23:23:22.375Z | [ recovery-image] Dec 20 23:23:21.131 INFO O| Dec 20 23:23:21.131 INFO STEP 1010 (remove_files) COMPLETE |
7420 | 2024-12-20T23:23:22.375Z | [ recovery-image] Dec 20 23:23:21.131 INFO O| Dec 20 23:23:21.131 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-12-20T23:23:22.401Z | [ host-image] Dec 20 23:23:21.157 INFO O| Dec 20 23:23:21.157 INFO O| Download: Completed 8.42 MB in 5.86 seconds (1.4M/s) |
7422 | 2024-12-20T23:23:22.407Z | [ recovery-image] Dec 20 23:23:21.163 INFO O| Dec 20 23:23:21.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7423 | 2024-12-20T23:23:22.409Z | [ recovery-image] Dec 20 23:23:21.164 INFO O| Dec 20 23:23:21.164 INFO STEP 1011 (remove_files) COMPLETE |
7424 | 2024-12-20T23:23:22.409Z | [ recovery-image] Dec 20 23:23:21.164 INFO O| Dec 20 23:23:21.164 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7425 | 2024-12-20T23:23:22.447Z | [ recovery-image] Dec 20 23:23:21.203 INFO O| Dec 20 23:23:21.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7426 | 2024-12-20T23:23:22.447Z | [ recovery-image] Dec 20 23:23:21.203 INFO O| Dec 20 23:23:21.203 INFO STEP 1012 (remove_files) COMPLETE |
7427 | 2024-12-20T23:23:22.447Z | [ recovery-image] Dec 20 23:23:21.203 INFO O| Dec 20 23:23:21.203 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7428 | 2024-12-20T23:23:22.481Z | [ recovery-image] Dec 20 23:23:21.238 INFO O| Dec 20 23:23:21.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7429 | 2024-12-20T23:23:22.481Z | [ recovery-image] Dec 20 23:23:21.238 INFO O| Dec 20 23:23:21.238 INFO STEP 1013 (remove_files) COMPLETE |
7430 | 2024-12-20T23:23:22.484Z | [ recovery-image] Dec 20 23:23:21.238 INFO O| Dec 20 23:23:21.238 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7431 | 2024-12-20T23:23:22.504Z | [ host-image] Dec 20 23:23:21.261 INFO O| Dec 20 23:23:21.261 INFO O| Actions: 1/1361 actions (Installing new actions) |
7432 | 2024-12-20T23:23:22.508Z | [ recovery-image] Dec 20 23:23:21.262 INFO O| Dec 20 23:23:21.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7433 | 2024-12-20T23:23:22.508Z | [ recovery-image] Dec 20 23:23:21.262 INFO O| Dec 20 23:23:21.262 INFO STEP 1014 (remove_files) COMPLETE |
7434 | 2024-12-20T23:23:22.508Z | [ recovery-image] Dec 20 23:23:21.262 INFO O| Dec 20 23:23:21.262 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2024-12-20T23:23:22.525Z | [ recovery-image] Dec 20 23:23:21.281 INFO O| Dec 20 23:23:21.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7436 | 2024-12-20T23:23:22.528Z | [ recovery-image] Dec 20 23:23:21.281 INFO O| Dec 20 23:23:21.281 INFO STEP 1015 (remove_files) COMPLETE |
7437 | 2024-12-20T23:23:22.528Z | [ recovery-image] Dec 20 23:23:21.282 INFO O| Dec 20 23:23:21.281 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2024-12-20T23:23:22.589Z | [ recovery-image] Dec 20 23:23:21.345 INFO O| Dec 20 23:23:21.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7439 | 2024-12-20T23:23:22.591Z | [ recovery-image] Dec 20 23:23:21.345 INFO O| Dec 20 23:23:21.345 INFO STEP 1016 (remove_files) COMPLETE |
7440 | 2024-12-20T23:23:22.592Z | [ recovery-image] Dec 20 23:23:21.345 INFO O| Dec 20 23:23:21.345 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2024-12-20T23:23:22.607Z | [ recovery-image] Dec 20 23:23:21.363 INFO O| Dec 20 23:23:21.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7442 | 2024-12-20T23:23:22.610Z | [ recovery-image] Dec 20 23:23:21.364 INFO O| Dec 20 23:23:21.363 INFO STEP 1017 (remove_files) COMPLETE |
7443 | 2024-12-20T23:23:22.610Z | [ recovery-image] Dec 20 23:23:21.364 INFO O| Dec 20 23:23:21.363 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2024-12-20T23:23:22.625Z | [ recovery-image] Dec 20 23:23:21.381 INFO O| Dec 20 23:23:21.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7445 | 2024-12-20T23:23:22.625Z | [ recovery-image] Dec 20 23:23:21.381 INFO O| Dec 20 23:23:21.381 INFO STEP 1018 (remove_files) COMPLETE |
7446 | 2024-12-20T23:23:22.627Z | [ recovery-image] Dec 20 23:23:21.381 INFO O| Dec 20 23:23:21.381 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2024-12-20T23:23:22.661Z | [ recovery-image] Dec 20 23:23:21.418 INFO O| Dec 20 23:23:21.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7448 | 2024-12-20T23:23:22.661Z | [ recovery-image] Dec 20 23:23:21.418 INFO O| Dec 20 23:23:21.418 INFO STEP 1019 (remove_files) COMPLETE |
7449 | 2024-12-20T23:23:22.664Z | [ recovery-image] Dec 20 23:23:21.418 INFO O| Dec 20 23:23:21.418 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2024-12-20T23:23:22.728Z | [ recovery-image] Dec 20 23:23:21.485 INFO O| Dec 20 23:23:21.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7451 | 2024-12-20T23:23:22.731Z | [ recovery-image] Dec 20 23:23:21.485 INFO O| Dec 20 23:23:21.485 INFO STEP 1020 (remove_files) COMPLETE |
7452 | 2024-12-20T23:23:22.731Z | [ recovery-image] Dec 20 23:23:21.485 INFO O| Dec 20 23:23:21.485 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2024-12-20T23:23:22.768Z | [ recovery-image] Dec 20 23:23:21.525 INFO O| Dec 20 23:23:21.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7454 | 2024-12-20T23:23:22.768Z | [ recovery-image] Dec 20 23:23:21.525 INFO O| Dec 20 23:23:21.525 INFO STEP 1021 (remove_files) COMPLETE |
7455 | 2024-12-20T23:23:22.768Z | [ recovery-image] Dec 20 23:23:21.525 INFO O| Dec 20 23:23:21.525 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2024-12-20T23:23:22.858Z | [ recovery-image] Dec 20 23:23:21.614 INFO O| Dec 20 23:23:21.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7457 | 2024-12-20T23:23:22.858Z | [ recovery-image] Dec 20 23:23:21.614 INFO O| Dec 20 23:23:21.614 INFO STEP 1022 (remove_files) COMPLETE |
7458 | 2024-12-20T23:23:22.858Z | [ recovery-image] Dec 20 23:23:21.614 INFO O| Dec 20 23:23:21.614 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2024-12-20T23:23:22.879Z | [ recovery-image] Dec 20 23:23:21.634 INFO O| Dec 20 23:23:21.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7460 | 2024-12-20T23:23:22.879Z | [ recovery-image] Dec 20 23:23:21.635 INFO O| Dec 20 23:23:21.634 INFO STEP 1023 (remove_files) COMPLETE |
7461 | 2024-12-20T23:23:22.879Z | [ recovery-image] Dec 20 23:23:21.635 INFO O| Dec 20 23:23:21.635 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-12-20T23:23:22.905Z | [ recovery-image] Dec 20 23:23:21.661 INFO O| Dec 20 23:23:21.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7463 | 2024-12-20T23:23:22.905Z | [ recovery-image] Dec 20 23:23:21.661 INFO O| Dec 20 23:23:21.661 INFO STEP 1024 (remove_files) COMPLETE |
7464 | 2024-12-20T23:23:22.905Z | [ recovery-image] Dec 20 23:23:21.661 INFO O| Dec 20 23:23:21.661 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-12-20T23:23:22.928Z | [ recovery-image] Dec 20 23:23:21.684 INFO O| Dec 20 23:23:21.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7466 | 2024-12-20T23:23:22.928Z | [ recovery-image] Dec 20 23:23:21.684 INFO O| Dec 20 23:23:21.684 INFO STEP 1025 (remove_files) COMPLETE |
7467 | 2024-12-20T23:23:22.928Z | [ recovery-image] Dec 20 23:23:21.684 INFO O| Dec 20 23:23:21.684 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2024-12-20T23:23:22.946Z | [ recovery-image] Dec 20 23:23:21.703 INFO O| Dec 20 23:23:21.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7469 | 2024-12-20T23:23:22.946Z | [ recovery-image] Dec 20 23:23:21.703 INFO O| Dec 20 23:23:21.703 INFO STEP 1026 (remove_files) COMPLETE |
7470 | 2024-12-20T23:23:22.946Z | [ recovery-image] Dec 20 23:23:21.703 INFO O| Dec 20 23:23:21.703 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2024-12-20T23:23:22.967Z | [ recovery-image] Dec 20 23:23:21.723 INFO O| Dec 20 23:23:21.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7472 | 2024-12-20T23:23:22.970Z | [ recovery-image] Dec 20 23:23:21.723 INFO O| Dec 20 23:23:21.723 INFO STEP 1027 (remove_files) COMPLETE |
7473 | 2024-12-20T23:23:22.970Z | [ recovery-image] Dec 20 23:23:21.723 INFO O| Dec 20 23:23:21.723 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2024-12-20T23:23:22.986Z | [ recovery-image] Dec 20 23:23:21.742 INFO O| Dec 20 23:23:21.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7475 | 2024-12-20T23:23:22.989Z | [ recovery-image] Dec 20 23:23:21.742 INFO O| Dec 20 23:23:21.742 INFO STEP 1028 (remove_files) COMPLETE |
7476 | 2024-12-20T23:23:22.989Z | [ recovery-image] Dec 20 23:23:21.743 INFO O| Dec 20 23:23:21.743 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2024-12-20T23:23:23.005Z | [ recovery-image] Dec 20 23:23:21.762 INFO O| Dec 20 23:23:21.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7478 | 2024-12-20T23:23:23.009Z | [ recovery-image] Dec 20 23:23:21.762 INFO O| Dec 20 23:23:21.762 INFO STEP 1029 (remove_files) COMPLETE |
7479 | 2024-12-20T23:23:23.009Z | [ recovery-image] Dec 20 23:23:21.762 INFO O| Dec 20 23:23:21.762 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7480 | 2024-12-20T23:23:23.025Z | [ recovery-image] Dec 20 23:23:21.781 INFO O| Dec 20 23:23:21.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7481 | 2024-12-20T23:23:23.028Z | [ recovery-image] Dec 20 23:23:21.782 INFO O| Dec 20 23:23:21.782 INFO STEP 1030 (remove_files) COMPLETE |
7482 | 2024-12-20T23:23:23.028Z | [ recovery-image] Dec 20 23:23:21.782 INFO O| Dec 20 23:23:21.782 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7483 | 2024-12-20T23:23:23.098Z | [ recovery-image] Dec 20 23:23:21.854 INFO O| Dec 20 23:23:21.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7484 | 2024-12-20T23:23:23.101Z | [ recovery-image] Dec 20 23:23:21.855 INFO O| Dec 20 23:23:21.854 INFO STEP 1031 (remove_files) COMPLETE |
7485 | 2024-12-20T23:23:23.101Z | [ recovery-image] Dec 20 23:23:21.855 INFO O| Dec 20 23:23:21.855 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7486 | 2024-12-20T23:23:23.118Z | [ recovery-image] Dec 20 23:23:21.874 INFO O| Dec 20 23:23:21.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7487 | 2024-12-20T23:23:23.121Z | [ recovery-image] Dec 20 23:23:21.874 INFO O| Dec 20 23:23:21.874 INFO STEP 1032 (remove_files) COMPLETE |
7488 | 2024-12-20T23:23:23.121Z | [ recovery-image] Dec 20 23:23:21.875 INFO O| Dec 20 23:23:21.874 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2024-12-20T23:23:23.138Z | [ recovery-image] Dec 20 23:23:21.894 INFO O| Dec 20 23:23:21.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7490 | 2024-12-20T23:23:23.140Z | [ recovery-image] Dec 20 23:23:21.894 INFO O| Dec 20 23:23:21.894 INFO STEP 1033 (remove_files) COMPLETE |
7491 | 2024-12-20T23:23:23.140Z | [ recovery-image] Dec 20 23:23:21.894 INFO O| Dec 20 23:23:21.894 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7492 | 2024-12-20T23:23:23.159Z | [ recovery-image] Dec 20 23:23:21.915 INFO O| Dec 20 23:23:21.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7493 | 2024-12-20T23:23:23.162Z | [ recovery-image] Dec 20 23:23:21.915 INFO O| Dec 20 23:23:21.915 INFO STEP 1034 (remove_files) COMPLETE |
7494 | 2024-12-20T23:23:23.162Z | [ recovery-image] Dec 20 23:23:21.915 INFO O| Dec 20 23:23:21.915 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7495 | 2024-12-20T23:23:23.193Z | [ recovery-image] Dec 20 23:23:21.948 INFO O| Dec 20 23:23:21.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7496 | 2024-12-20T23:23:23.193Z | [ recovery-image] Dec 20 23:23:21.948 INFO O| Dec 20 23:23:21.948 INFO STEP 1035 (remove_files) COMPLETE |
7497 | 2024-12-20T23:23:23.193Z | [ recovery-image] Dec 20 23:23:21.948 INFO O| Dec 20 23:23:21.948 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7498 | 2024-12-20T23:23:23.210Z | [ host-image] Dec 20 23:23:21.966 INFO O| Dec 20 23:23:21.966 INFO O| Actions: Completed 1361 actions in 0.70 seconds. |
7499 | 2024-12-20T23:23:23.212Z | [ recovery-image] Dec 20 23:23:21.968 INFO O| Dec 20 23:23:21.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7500 | 2024-12-20T23:23:23.212Z | [ recovery-image] Dec 20 23:23:21.968 INFO O| Dec 20 23:23:21.968 INFO STEP 1036 (remove_files) COMPLETE |
7501 | 2024-12-20T23:23:23.214Z | [ recovery-image] Dec 20 23:23:21.968 INFO O| Dec 20 23:23:21.968 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7502 | 2024-12-20T23:23:23.247Z | [ recovery-image] Dec 20 23:23:22.003 INFO O| Dec 20 23:23:22.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7503 | 2024-12-20T23:23:23.250Z | [ recovery-image] Dec 20 23:23:22.003 INFO O| Dec 20 23:23:22.003 INFO STEP 1037 (remove_files) COMPLETE |
7504 | 2024-12-20T23:23:23.250Z | [ recovery-image] Dec 20 23:23:22.003 INFO O| Dec 20 23:23:22.003 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7505 | 2024-12-20T23:23:23.298Z | [ recovery-image] Dec 20 23:23:22.054 INFO O| Dec 20 23:23:22.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7506 | 2024-12-20T23:23:23.298Z | [ recovery-image] Dec 20 23:23:22.054 INFO O| Dec 20 23:23:22.054 INFO STEP 1038 (remove_files) COMPLETE |
7507 | 2024-12-20T23:23:23.301Z | [ recovery-image] Dec 20 23:23:22.054 INFO O| Dec 20 23:23:22.054 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7508 | 2024-12-20T23:23:23.319Z | [ recovery-image] Dec 20 23:23:22.075 INFO O| Dec 20 23:23:22.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7509 | 2024-12-20T23:23:23.319Z | [ recovery-image] Dec 20 23:23:22.075 INFO O| Dec 20 23:23:22.075 INFO STEP 1039 (remove_files) COMPLETE |
7510 | 2024-12-20T23:23:23.319Z | [ recovery-image] Dec 20 23:23:22.075 INFO O| Dec 20 23:23:22.075 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2024-12-20T23:23:23.349Z | [ recovery-image] Dec 20 23:23:22.105 INFO O| Dec 20 23:23:22.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7512 | 2024-12-20T23:23:23.349Z | [ recovery-image] Dec 20 23:23:22.105 INFO O| Dec 20 23:23:22.105 INFO STEP 1040 (remove_files) COMPLETE |
7513 | 2024-12-20T23:23:23.349Z | [ recovery-image] Dec 20 23:23:22.105 INFO O| Dec 20 23:23:22.105 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2024-12-20T23:23:23.412Z | [ recovery-image] Dec 20 23:23:22.168 INFO O| Dec 20 23:23:22.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7515 | 2024-12-20T23:23:23.412Z | [ recovery-image] Dec 20 23:23:22.168 INFO O| Dec 20 23:23:22.168 INFO STEP 1041 (remove_files) COMPLETE |
7516 | 2024-12-20T23:23:23.412Z | [ recovery-image] Dec 20 23:23:22.168 INFO O| Dec 20 23:23:22.168 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7517 | 2024-12-20T23:23:23.431Z | [ recovery-image] Dec 20 23:23:22.187 INFO O| Dec 20 23:23:22.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7518 | 2024-12-20T23:23:23.431Z | [ recovery-image] Dec 20 23:23:22.187 INFO O| Dec 20 23:23:22.187 INFO STEP 1042 (remove_files) COMPLETE |
7519 | 2024-12-20T23:23:23.431Z | [ recovery-image] Dec 20 23:23:22.187 INFO O| Dec 20 23:23:22.187 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7520 | 2024-12-20T23:23:23.467Z | [ recovery-image] Dec 20 23:23:22.223 INFO O| Dec 20 23:23:22.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7521 | 2024-12-20T23:23:23.467Z | [ recovery-image] Dec 20 23:23:22.223 INFO O| Dec 20 23:23:22.223 INFO STEP 1043 (remove_files) COMPLETE |
7522 | 2024-12-20T23:23:23.468Z | [ recovery-image] Dec 20 23:23:22.223 INFO O| Dec 20 23:23:22.223 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7523 | 2024-12-20T23:23:23.509Z | [ recovery-image] Dec 20 23:23:22.265 INFO O| Dec 20 23:23:22.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7524 | 2024-12-20T23:23:23.509Z | [ recovery-image] Dec 20 23:23:22.265 INFO O| Dec 20 23:23:22.265 INFO STEP 1044 (remove_files) COMPLETE |
7525 | 2024-12-20T23:23:23.511Z | [ recovery-image] Dec 20 23:23:22.265 INFO O| Dec 20 23:23:22.265 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7526 | 2024-12-20T23:23:23.574Z | [ recovery-image] Dec 20 23:23:22.330 INFO O| Dec 20 23:23:22.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7527 | 2024-12-20T23:23:23.574Z | [ recovery-image] Dec 20 23:23:22.330 INFO O| Dec 20 23:23:22.330 INFO STEP 1045 (remove_files) COMPLETE |
7528 | 2024-12-20T23:23:23.574Z | [ recovery-image] Dec 20 23:23:22.330 INFO O| Dec 20 23:23:22.330 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7529 | 2024-12-20T23:23:23.595Z | [ recovery-image] Dec 20 23:23:22.350 INFO O| Dec 20 23:23:22.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7530 | 2024-12-20T23:23:23.595Z | [ recovery-image] Dec 20 23:23:22.350 INFO O| Dec 20 23:23:22.350 INFO STEP 1046 (remove_files) COMPLETE |
7531 | 2024-12-20T23:23:23.595Z | [ recovery-image] Dec 20 23:23:22.350 INFO O| Dec 20 23:23:22.350 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7532 | 2024-12-20T23:23:23.633Z | [ recovery-image] Dec 20 23:23:22.388 INFO O| Dec 20 23:23:22.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7533 | 2024-12-20T23:23:23.633Z | [ recovery-image] Dec 20 23:23:22.388 INFO O| Dec 20 23:23:22.388 INFO STEP 1047 (remove_files) COMPLETE |
7534 | 2024-12-20T23:23:23.633Z | [ recovery-image] Dec 20 23:23:22.388 INFO O| Dec 20 23:23:22.388 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7535 | 2024-12-20T23:23:23.679Z | [ recovery-image] Dec 20 23:23:22.435 INFO O| Dec 20 23:23:22.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7536 | 2024-12-20T23:23:23.682Z | [ recovery-image] Dec 20 23:23:22.435 INFO O| Dec 20 23:23:22.435 INFO STEP 1048 (remove_files) COMPLETE |
7537 | 2024-12-20T23:23:23.682Z | [ recovery-image] Dec 20 23:23:22.436 INFO O| Dec 20 23:23:22.435 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7538 | 2024-12-20T23:23:23.700Z | [ recovery-image] Dec 20 23:23:22.456 INFO O| Dec 20 23:23:22.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7539 | 2024-12-20T23:23:23.706Z | [ recovery-image] Dec 20 23:23:22.457 INFO O| Dec 20 23:23:22.457 INFO STEP 1049 (remove_files) COMPLETE |
7540 | 2024-12-20T23:23:23.706Z | [ recovery-image] Dec 20 23:23:22.457 INFO O| Dec 20 23:23:22.457 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7541 | 2024-12-20T23:23:23.730Z | [ recovery-image] Dec 20 23:23:22.487 INFO O| Dec 20 23:23:22.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7542 | 2024-12-20T23:23:23.731Z | [ recovery-image] Dec 20 23:23:22.487 INFO O| Dec 20 23:23:22.487 INFO STEP 1050 (remove_files) COMPLETE |
7543 | 2024-12-20T23:23:23.731Z | [ recovery-image] Dec 20 23:23:22.487 INFO O| Dec 20 23:23:22.487 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7544 | 2024-12-20T23:23:23.749Z | [ recovery-image] Dec 20 23:23:22.506 INFO O| Dec 20 23:23:22.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7545 | 2024-12-20T23:23:23.750Z | [ recovery-image] Dec 20 23:23:22.506 INFO O| Dec 20 23:23:22.506 INFO STEP 1051 (remove_files) COMPLETE |
7546 | 2024-12-20T23:23:23.750Z | [ recovery-image] Dec 20 23:23:22.506 INFO O| Dec 20 23:23:22.506 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7547 | 2024-12-20T23:23:23.766Z | [ recovery-image] Dec 20 23:23:22.522 INFO O| Dec 20 23:23:22.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7548 | 2024-12-20T23:23:23.766Z | [ recovery-image] Dec 20 23:23:22.522 INFO O| Dec 20 23:23:22.522 INFO STEP 1052 (remove_files) COMPLETE |
7549 | 2024-12-20T23:23:23.766Z | [ recovery-image] Dec 20 23:23:22.522 INFO O| Dec 20 23:23:22.522 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7550 | 2024-12-20T23:23:23.776Z | [ host-image] Dec 20 23:23:22.532 INFO O| Dec 20 23:23:22.532 INFO O| Done |
7551 | 2024-12-20T23:23:23.776Z | [ host-image] Dec 20 23:23:22.532 INFO O| Dec 20 23:23:22.532 INFO O| Done |
7552 | 2024-12-20T23:23:23.782Z | [ recovery-image] Dec 20 23:23:22.539 INFO O| Dec 20 23:23:22.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7553 | 2024-12-20T23:23:23.783Z | [ recovery-image] Dec 20 23:23:22.539 INFO O| Dec 20 23:23:22.539 INFO STEP 1053 (remove_files) COMPLETE |
7554 | 2024-12-20T23:23:23.785Z | [ recovery-image] Dec 20 23:23:22.539 INFO O| Dec 20 23:23:22.539 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2024-12-20T23:23:23.800Z | [ recovery-image] Dec 20 23:23:22.556 INFO O| Dec 20 23:23:22.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7556 | 2024-12-20T23:23:23.800Z | [ recovery-image] Dec 20 23:23:22.556 INFO O| Dec 20 23:23:22.556 INFO STEP 1054 (remove_files) COMPLETE |
7557 | 2024-12-20T23:23:23.803Z | [ recovery-image] Dec 20 23:23:22.556 INFO O| Dec 20 23:23:22.556 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2024-12-20T23:23:23.871Z | [ recovery-image] Dec 20 23:23:22.626 INFO O| Dec 20 23:23:22.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7559 | 2024-12-20T23:23:23.874Z | [ recovery-image] Dec 20 23:23:22.626 INFO O| Dec 20 23:23:22.626 INFO STEP 1055 (remove_files) COMPLETE |
7560 | 2024-12-20T23:23:23.874Z | [ recovery-image] Dec 20 23:23:22.627 INFO O| Dec 20 23:23:22.627 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2024-12-20T23:23:23.960Z | [ recovery-image] Dec 20 23:23:22.716 INFO O| Dec 20 23:23:22.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7562 | 2024-12-20T23:23:23.989Z | [ recovery-image] Dec 20 23:23:22.745 INFO O| Dec 20 23:23:22.745 INFO STEP 1056 (remove_files) COMPLETE |
7563 | 2024-12-20T23:23:23.989Z | [ recovery-image] Dec 20 23:23:22.745 INFO O| Dec 20 23:23:22.745 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2024-12-20T23:23:24.086Z | [ recovery-image] Dec 20 23:23:22.842 INFO O| Dec 20 23:23:22.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7565 | 2024-12-20T23:23:24.086Z | [ recovery-image] Dec 20 23:23:22.842 INFO O| Dec 20 23:23:22.842 INFO STEP 1057 (remove_files) COMPLETE |
7566 | 2024-12-20T23:23:24.086Z | [ recovery-image] Dec 20 23:23:22.842 INFO O| Dec 20 23:23:22.842 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7567 | 2024-12-20T23:23:24.117Z | [ recovery-image] Dec 20 23:23:22.873 INFO O| Dec 20 23:23:22.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7568 | 2024-12-20T23:23:24.117Z | [ recovery-image] Dec 20 23:23:22.873 INFO O| Dec 20 23:23:22.873 INFO STEP 1058 (remove_files) COMPLETE |
7569 | 2024-12-20T23:23:24.117Z | [ recovery-image] Dec 20 23:23:22.873 INFO O| Dec 20 23:23:22.873 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7570 | 2024-12-20T23:23:24.152Z | [ recovery-image] Dec 20 23:23:22.908 INFO O| Dec 20 23:23:22.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7571 | 2024-12-20T23:23:24.177Z | [ recovery-image] Dec 20 23:23:22.933 INFO O| Dec 20 23:23:22.933 INFO STEP 1059 (remove_files) COMPLETE |
7572 | 2024-12-20T23:23:24.178Z | [ recovery-image] Dec 20 23:23:22.933 INFO O| Dec 20 23:23:22.933 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7573 | 2024-12-20T23:23:24.217Z | [ recovery-image] Dec 20 23:23:22.973 INFO O| Dec 20 23:23:22.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7574 | 2024-12-20T23:23:24.217Z | [ recovery-image] Dec 20 23:23:22.973 INFO O| Dec 20 23:23:22.973 INFO STEP 1060 (remove_files) COMPLETE |
7575 | 2024-12-20T23:23:24.220Z | [ recovery-image] Dec 20 23:23:22.973 INFO O| Dec 20 23:23:22.973 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7576 | 2024-12-20T23:23:24.255Z | [ recovery-image] Dec 20 23:23:23.011 INFO O| Dec 20 23:23:23.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7577 | 2024-12-20T23:23:24.255Z | [ recovery-image] Dec 20 23:23:23.011 INFO O| Dec 20 23:23:23.011 INFO STEP 1061 (remove_files) COMPLETE |
7578 | 2024-12-20T23:23:24.256Z | [ recovery-image] Dec 20 23:23:23.011 INFO O| Dec 20 23:23:23.011 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7579 | 2024-12-20T23:23:24.293Z | [ recovery-image] Dec 20 23:23:23.049 INFO O| Dec 20 23:23:23.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7580 | 2024-12-20T23:23:24.293Z | [ recovery-image] Dec 20 23:23:23.049 INFO O| Dec 20 23:23:23.049 INFO STEP 1062 (remove_files) COMPLETE |
7581 | 2024-12-20T23:23:24.293Z | [ recovery-image] Dec 20 23:23:23.049 INFO O| Dec 20 23:23:23.049 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7582 | 2024-12-20T23:23:24.316Z | [ recovery-image] Dec 20 23:23:23.071 INFO O| Dec 20 23:23:23.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7583 | 2024-12-20T23:23:24.316Z | [ recovery-image] Dec 20 23:23:23.072 INFO O| Dec 20 23:23:23.071 INFO STEP 1063 (remove_files) COMPLETE |
7584 | 2024-12-20T23:23:24.316Z | [ recovery-image] Dec 20 23:23:23.072 INFO O| Dec 20 23:23:23.072 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7585 | 2024-12-20T23:23:24.334Z | [ recovery-image] Dec 20 23:23:23.090 INFO O| Dec 20 23:23:23.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7586 | 2024-12-20T23:23:24.336Z | [ recovery-image] Dec 20 23:23:23.090 INFO O| Dec 20 23:23:23.090 INFO STEP 1064 (remove_files) COMPLETE |
7587 | 2024-12-20T23:23:24.337Z | [ recovery-image] Dec 20 23:23:23.090 INFO O| Dec 20 23:23:23.090 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7588 | 2024-12-20T23:23:24.351Z | [ recovery-image] Dec 20 23:23:23.107 INFO O| Dec 20 23:23:23.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7589 | 2024-12-20T23:23:24.356Z | [ recovery-image] Dec 20 23:23:23.107 INFO O| Dec 20 23:23:23.107 INFO STEP 1065 (remove_files) COMPLETE |
7590 | 2024-12-20T23:23:24.356Z | [ recovery-image] Dec 20 23:23:23.107 INFO O| Dec 20 23:23:23.107 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7591 | 2024-12-20T23:23:24.368Z | [ recovery-image] Dec 20 23:23:23.124 INFO O| Dec 20 23:23:23.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7592 | 2024-12-20T23:23:24.368Z | [ recovery-image] Dec 20 23:23:23.124 INFO O| Dec 20 23:23:23.124 INFO STEP 1066 (remove_files) COMPLETE |
7593 | 2024-12-20T23:23:24.371Z | [ recovery-image] Dec 20 23:23:23.124 INFO O| Dec 20 23:23:23.124 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7594 | 2024-12-20T23:23:24.391Z | [ recovery-image] Dec 20 23:23:23.147 INFO O| Dec 20 23:23:23.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7595 | 2024-12-20T23:23:24.391Z | [ recovery-image] Dec 20 23:23:23.147 INFO O| Dec 20 23:23:23.147 INFO STEP 1067 (remove_files) COMPLETE |
7596 | 2024-12-20T23:23:24.394Z | [ recovery-image] Dec 20 23:23:23.147 INFO O| Dec 20 23:23:23.147 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7597 | 2024-12-20T23:23:24.410Z | [ recovery-image] Dec 20 23:23:23.166 INFO O| Dec 20 23:23:23.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7598 | 2024-12-20T23:23:24.410Z | [ recovery-image] Dec 20 23:23:23.166 INFO O| Dec 20 23:23:23.166 INFO STEP 1068 (remove_files) COMPLETE |
7599 | 2024-12-20T23:23:24.410Z | [ recovery-image] Dec 20 23:23:23.166 INFO O| Dec 20 23:23:23.166 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7600 | 2024-12-20T23:23:24.448Z | [ recovery-image] Dec 20 23:23:23.205 INFO O| Dec 20 23:23:23.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7601 | 2024-12-20T23:23:24.469Z | [ recovery-image] Dec 20 23:23:23.225 INFO O| Dec 20 23:23:23.225 INFO STEP 1069 (remove_files) COMPLETE |
7602 | 2024-12-20T23:23:24.469Z | [ recovery-image] Dec 20 23:23:23.225 INFO O| Dec 20 23:23:23.225 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7603 | 2024-12-20T23:23:24.489Z | [ recovery-image] Dec 20 23:23:23.245 INFO O| Dec 20 23:23:23.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7604 | 2024-12-20T23:23:24.491Z | [ recovery-image] Dec 20 23:23:23.245 INFO O| Dec 20 23:23:23.245 INFO STEP 1070 (remove_files) COMPLETE |
7605 | 2024-12-20T23:23:24.491Z | [ recovery-image] Dec 20 23:23:23.245 INFO O| Dec 20 23:23:23.245 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7606 | 2024-12-20T23:23:24.507Z | [ recovery-image] Dec 20 23:23:23.263 INFO O| Dec 20 23:23:23.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7607 | 2024-12-20T23:23:24.510Z | [ recovery-image] Dec 20 23:23:23.264 INFO O| Dec 20 23:23:23.264 INFO STEP 1071 (remove_files) COMPLETE |
7608 | 2024-12-20T23:23:24.510Z | [ recovery-image] Dec 20 23:23:23.264 INFO O| Dec 20 23:23:23.264 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7609 | 2024-12-20T23:23:24.556Z | [ recovery-image] Dec 20 23:23:23.312 INFO O| Dec 20 23:23:23.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7610 | 2024-12-20T23:23:24.557Z | [ recovery-image] Dec 20 23:23:23.312 INFO O| Dec 20 23:23:23.312 INFO STEP 1072 (remove_files) COMPLETE |
7611 | 2024-12-20T23:23:24.557Z | [ recovery-image] Dec 20 23:23:23.312 INFO O| Dec 20 23:23:23.312 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7612 | 2024-12-20T23:23:24.642Z | [ recovery-image] Dec 20 23:23:23.398 INFO O| Dec 20 23:23:23.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7613 | 2024-12-20T23:23:24.644Z | [ recovery-image] Dec 20 23:23:23.398 INFO O| Dec 20 23:23:23.398 INFO STEP 1073 (remove_files) COMPLETE |
7614 | 2024-12-20T23:23:24.644Z | [ recovery-image] Dec 20 23:23:23.398 INFO O| Dec 20 23:23:23.398 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7615 | 2024-12-20T23:23:24.678Z | [ recovery-image] Dec 20 23:23:23.434 INFO O| Dec 20 23:23:23.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7616 | 2024-12-20T23:23:24.678Z | [ recovery-image] Dec 20 23:23:23.434 INFO O| Dec 20 23:23:23.434 INFO STEP 1074 (remove_files) COMPLETE |
7617 | 2024-12-20T23:23:24.681Z | [ recovery-image] Dec 20 23:23:23.434 INFO O| Dec 20 23:23:23.434 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7618 | 2024-12-20T23:23:24.697Z | [ recovery-image] Dec 20 23:23:23.452 INFO O| Dec 20 23:23:23.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7619 | 2024-12-20T23:23:24.697Z | [ recovery-image] Dec 20 23:23:23.452 INFO O| Dec 20 23:23:23.452 INFO STEP 1075 (remove_files) COMPLETE |
7620 | 2024-12-20T23:23:24.697Z | [ recovery-image] Dec 20 23:23:23.453 INFO O| Dec 20 23:23:23.452 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7621 | 2024-12-20T23:23:24.718Z | [ recovery-image] Dec 20 23:23:23.474 INFO O| Dec 20 23:23:23.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7622 | 2024-12-20T23:23:24.721Z | [ recovery-image] Dec 20 23:23:23.474 INFO O| Dec 20 23:23:23.474 INFO STEP 1076 (remove_files) COMPLETE |
7623 | 2024-12-20T23:23:24.721Z | [ recovery-image] Dec 20 23:23:23.474 INFO O| Dec 20 23:23:23.474 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7624 | 2024-12-20T23:23:24.736Z | [ recovery-image] Dec 20 23:23:23.492 INFO O| Dec 20 23:23:23.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7625 | 2024-12-20T23:23:24.739Z | [ recovery-image] Dec 20 23:23:23.492 INFO O| Dec 20 23:23:23.492 INFO STEP 1077 (remove_files) COMPLETE |
7626 | 2024-12-20T23:23:24.739Z | [ recovery-image] Dec 20 23:23:23.492 INFO O| Dec 20 23:23:23.492 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7627 | 2024-12-20T23:23:24.752Z | [ recovery-image] Dec 20 23:23:23.509 INFO O| Dec 20 23:23:23.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7628 | 2024-12-20T23:23:24.755Z | [ recovery-image] Dec 20 23:23:23.509 INFO O| Dec 20 23:23:23.509 INFO STEP 1078 (remove_files) COMPLETE |
7629 | 2024-12-20T23:23:24.755Z | [ recovery-image] Dec 20 23:23:23.509 INFO O| Dec 20 23:23:23.509 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7630 | 2024-12-20T23:23:24.768Z | [ recovery-image] Dec 20 23:23:23.524 INFO O| Dec 20 23:23:23.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7631 | 2024-12-20T23:23:24.771Z | [ recovery-image] Dec 20 23:23:23.524 INFO O| Dec 20 23:23:23.524 INFO STEP 1079 (remove_files) COMPLETE |
7632 | 2024-12-20T23:23:24.771Z | [ recovery-image] Dec 20 23:23:23.524 INFO O| Dec 20 23:23:23.524 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7633 | 2024-12-20T23:23:24.784Z | [ recovery-image] Dec 20 23:23:23.540 INFO O| Dec 20 23:23:23.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7634 | 2024-12-20T23:23:24.787Z | [ recovery-image] Dec 20 23:23:23.540 INFO O| Dec 20 23:23:23.540 INFO STEP 1080 (remove_files) COMPLETE |
7635 | 2024-12-20T23:23:24.787Z | [ recovery-image] Dec 20 23:23:23.540 INFO O| Dec 20 23:23:23.540 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7636 | 2024-12-20T23:23:24.800Z | [ recovery-image] Dec 20 23:23:23.556 INFO O| Dec 20 23:23:23.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7637 | 2024-12-20T23:23:24.803Z | [ recovery-image] Dec 20 23:23:23.556 INFO O| Dec 20 23:23:23.556 INFO STEP 1081 (remove_files) COMPLETE |
7638 | 2024-12-20T23:23:24.803Z | [ recovery-image] Dec 20 23:23:23.556 INFO O| Dec 20 23:23:23.556 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7639 | 2024-12-20T23:23:24.858Z | [ recovery-image] Dec 20 23:23:23.613 INFO O| Dec 20 23:23:23.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7640 | 2024-12-20T23:23:24.860Z | [ recovery-image] Dec 20 23:23:23.614 INFO O| Dec 20 23:23:23.614 INFO STEP 1082 (remove_files) COMPLETE |
7641 | 2024-12-20T23:23:24.860Z | [ recovery-image] Dec 20 23:23:23.614 INFO O| Dec 20 23:23:23.614 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7642 | 2024-12-20T23:23:24.874Z | [ recovery-image] Dec 20 23:23:23.630 INFO O| Dec 20 23:23:23.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7643 | 2024-12-20T23:23:24.874Z | [ recovery-image] Dec 20 23:23:23.630 INFO O| Dec 20 23:23:23.630 INFO STEP 1083 (remove_files) COMPLETE |
7644 | 2024-12-20T23:23:24.877Z | [ recovery-image] Dec 20 23:23:23.631 INFO O| Dec 20 23:23:23.630 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7645 | 2024-12-20T23:23:24.890Z | [ recovery-image] Dec 20 23:23:23.646 INFO O| Dec 20 23:23:23.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7646 | 2024-12-20T23:23:24.893Z | [ recovery-image] Dec 20 23:23:23.647 INFO O| Dec 20 23:23:23.647 INFO STEP 1084 (remove_files) COMPLETE |
7647 | 2024-12-20T23:23:24.893Z | [ recovery-image] Dec 20 23:23:23.647 INFO O| Dec 20 23:23:23.647 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7648 | 2024-12-20T23:23:24.907Z | [ recovery-image] Dec 20 23:23:23.663 INFO O| Dec 20 23:23:23.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7649 | 2024-12-20T23:23:24.911Z | [ recovery-image] Dec 20 23:23:23.663 INFO O| Dec 20 23:23:23.663 INFO STEP 1085 (remove_files) COMPLETE |
7650 | 2024-12-20T23:23:24.911Z | [ recovery-image] Dec 20 23:23:23.663 INFO O| Dec 20 23:23:23.663 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7651 | 2024-12-20T23:23:24.932Z | [ recovery-image] Dec 20 23:23:23.688 INFO O| Dec 20 23:23:23.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7652 | 2024-12-20T23:23:24.955Z | [ recovery-image] Dec 20 23:23:23.710 INFO O| Dec 20 23:23:23.710 INFO STEP 1086 (remove_files) COMPLETE |
7653 | 2024-12-20T23:23:24.955Z | [ recovery-image] Dec 20 23:23:23.710 INFO O| Dec 20 23:23:23.710 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7654 | 2024-12-20T23:23:25.001Z | [ recovery-image] Dec 20 23:23:23.757 INFO O| Dec 20 23:23:23.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7655 | 2024-12-20T23:23:25.001Z | [ recovery-image] Dec 20 23:23:23.758 INFO O| Dec 20 23:23:23.757 INFO STEP 1087 (remove_files) COMPLETE |
7656 | 2024-12-20T23:23:25.004Z | [ recovery-image] Dec 20 23:23:23.758 INFO O| Dec 20 23:23:23.758 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7657 | 2024-12-20T23:23:25.083Z | [ host-image] Dec 20 23:23:23.839 INFO O| Dec 20 23:23:23.839 INFO O| Done |
7658 | 2024-12-20T23:23:25.088Z | [ recovery-image] Dec 20 23:23:23.844 INFO O| Dec 20 23:23:23.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7659 | 2024-12-20T23:23:25.091Z | [ recovery-image] Dec 20 23:23:23.844 INFO O| Dec 20 23:23:23.844 INFO STEP 1088 (remove_files) COMPLETE |
7660 | 2024-12-20T23:23:25.091Z | [ recovery-image] Dec 20 23:23:23.844 INFO O| Dec 20 23:23:23.844 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7661 | 2024-12-20T23:23:25.111Z | [ recovery-image] Dec 20 23:23:23.865 INFO O| Dec 20 23:23:23.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7662 | 2024-12-20T23:23:25.111Z | [ recovery-image] Dec 20 23:23:23.866 INFO O| Dec 20 23:23:23.866 INFO STEP 1089 (remove_files) COMPLETE |
7663 | 2024-12-20T23:23:25.111Z | [ recovery-image] Dec 20 23:23:23.866 INFO O| Dec 20 23:23:23.866 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7664 | 2024-12-20T23:23:25.130Z | [ recovery-image] Dec 20 23:23:23.886 INFO O| Dec 20 23:23:23.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7665 | 2024-12-20T23:23:25.130Z | [ recovery-image] Dec 20 23:23:23.886 INFO O| Dec 20 23:23:23.886 INFO STEP 1090 (remove_files) COMPLETE |
7666 | 2024-12-20T23:23:25.130Z | [ recovery-image] Dec 20 23:23:23.886 INFO O| Dec 20 23:23:23.886 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7667 | 2024-12-20T23:23:25.148Z | [ recovery-image] Dec 20 23:23:23.904 INFO O| Dec 20 23:23:23.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7668 | 2024-12-20T23:23:25.148Z | [ recovery-image] Dec 20 23:23:23.904 INFO O| Dec 20 23:23:23.904 INFO STEP 1091 (remove_files) COMPLETE |
7669 | 2024-12-20T23:23:25.153Z | [ recovery-image] Dec 20 23:23:23.904 INFO O| Dec 20 23:23:23.904 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7670 | 2024-12-20T23:23:25.186Z | [ recovery-image] Dec 20 23:23:23.940 INFO O| Dec 20 23:23:23.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7671 | 2024-12-20T23:23:25.186Z | [ recovery-image] Dec 20 23:23:23.940 INFO O| Dec 20 23:23:23.940 INFO STEP 1092 (remove_files) COMPLETE |
7672 | 2024-12-20T23:23:25.186Z | [ recovery-image] Dec 20 23:23:23.941 INFO O| Dec 20 23:23:23.940 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7673 | 2024-12-20T23:23:25.210Z | [ recovery-image] Dec 20 23:23:23.966 INFO O| Dec 20 23:23:23.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7674 | 2024-12-20T23:23:25.210Z | [ recovery-image] Dec 20 23:23:23.966 INFO O| Dec 20 23:23:23.966 INFO STEP 1093 (remove_files) COMPLETE |
7675 | 2024-12-20T23:23:25.210Z | [ recovery-image] Dec 20 23:23:23.966 INFO O| Dec 20 23:23:23.966 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7676 | 2024-12-20T23:23:25.231Z | [ recovery-image] Dec 20 23:23:23.987 INFO O| Dec 20 23:23:23.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7677 | 2024-12-20T23:23:25.256Z | [ recovery-image] Dec 20 23:23:24.011 INFO O| Dec 20 23:23:24.011 INFO STEP 1094 (remove_files) COMPLETE |
7678 | 2024-12-20T23:23:25.256Z | [ recovery-image] Dec 20 23:23:24.011 INFO O| Dec 20 23:23:24.011 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7679 | 2024-12-20T23:23:25.315Z | [ recovery-image] Dec 20 23:23:24.071 INFO O| Dec 20 23:23:24.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7680 | 2024-12-20T23:23:25.315Z | [ recovery-image] Dec 20 23:23:24.071 INFO O| Dec 20 23:23:24.071 INFO STEP 1095 (remove_files) COMPLETE |
7681 | 2024-12-20T23:23:25.315Z | [ recovery-image] Dec 20 23:23:24.071 INFO O| Dec 20 23:23:24.071 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7682 | 2024-12-20T23:23:25.337Z | [ recovery-image] Dec 20 23:23:24.092 INFO O| Dec 20 23:23:24.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7683 | 2024-12-20T23:23:25.337Z | [ recovery-image] Dec 20 23:23:24.092 INFO O| Dec 20 23:23:24.092 INFO STEP 1096 (remove_files) COMPLETE |
7684 | 2024-12-20T23:23:25.337Z | [ recovery-image] Dec 20 23:23:24.092 INFO O| Dec 20 23:23:24.092 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7685 | 2024-12-20T23:23:25.385Z | [ recovery-image] Dec 20 23:23:24.140 INFO O| Dec 20 23:23:24.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7686 | 2024-12-20T23:23:25.385Z | [ recovery-image] Dec 20 23:23:24.141 INFO O| Dec 20 23:23:24.140 INFO STEP 1097 (remove_files) COMPLETE |
7687 | 2024-12-20T23:23:25.388Z | [ recovery-image] Dec 20 23:23:24.141 INFO O| Dec 20 23:23:24.140 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7688 | 2024-12-20T23:23:25.405Z | [ recovery-image] Dec 20 23:23:24.159 INFO O| Dec 20 23:23:24.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7689 | 2024-12-20T23:23:25.405Z | [ recovery-image] Dec 20 23:23:24.159 INFO O| Dec 20 23:23:24.159 INFO STEP 1098 (remove_files) COMPLETE |
7690 | 2024-12-20T23:23:25.405Z | [ recovery-image] Dec 20 23:23:24.159 INFO O| Dec 20 23:23:24.159 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7691 | 2024-12-20T23:23:25.449Z | [ recovery-image] Dec 20 23:23:24.205 INFO O| Dec 20 23:23:24.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7692 | 2024-12-20T23:23:25.449Z | [ recovery-image] Dec 20 23:23:24.205 INFO O| Dec 20 23:23:24.205 INFO STEP 1099 (remove_files) COMPLETE |
7693 | 2024-12-20T23:23:25.449Z | [ recovery-image] Dec 20 23:23:24.205 INFO O| Dec 20 23:23:24.205 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7694 | 2024-12-20T23:23:25.468Z | [ recovery-image] Dec 20 23:23:24.224 INFO O| Dec 20 23:23:24.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7695 | 2024-12-20T23:23:25.468Z | [ recovery-image] Dec 20 23:23:24.224 INFO O| Dec 20 23:23:24.224 INFO STEP 1100 (remove_files) COMPLETE |
7696 | 2024-12-20T23:23:25.468Z | [ recovery-image] Dec 20 23:23:24.224 INFO O| Dec 20 23:23:24.224 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7697 | 2024-12-20T23:23:25.485Z | [ recovery-image] Dec 20 23:23:24.241 INFO O| Dec 20 23:23:24.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7698 | 2024-12-20T23:23:25.485Z | [ recovery-image] Dec 20 23:23:24.241 INFO O| Dec 20 23:23:24.241 INFO STEP 1101 (remove_files) COMPLETE |
7699 | 2024-12-20T23:23:25.489Z | [ recovery-image] Dec 20 23:23:24.241 INFO O| Dec 20 23:23:24.241 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7700 | 2024-12-20T23:23:25.504Z | [ recovery-image] Dec 20 23:23:24.260 INFO O| Dec 20 23:23:24.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7701 | 2024-12-20T23:23:25.505Z | [ recovery-image] Dec 20 23:23:24.260 INFO O| Dec 20 23:23:24.260 INFO STEP 1102 (remove_files) COMPLETE |
7702 | 2024-12-20T23:23:25.508Z | [ recovery-image] Dec 20 23:23:24.261 INFO O| Dec 20 23:23:24.260 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7703 | 2024-12-20T23:23:25.583Z | [ recovery-image] Dec 20 23:23:24.339 INFO O| Dec 20 23:23:24.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7704 | 2024-12-20T23:23:25.583Z | [ recovery-image] Dec 20 23:23:24.339 INFO O| Dec 20 23:23:24.339 INFO STEP 1103 (remove_files) COMPLETE |
7705 | 2024-12-20T23:23:25.588Z | [ recovery-image] Dec 20 23:23:24.339 INFO O| Dec 20 23:23:24.339 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7706 | 2024-12-20T23:23:25.603Z | [ recovery-image] Dec 20 23:23:24.358 INFO O| Dec 20 23:23:24.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7707 | 2024-12-20T23:23:25.603Z | [ recovery-image] Dec 20 23:23:24.359 INFO O| Dec 20 23:23:24.359 INFO STEP 1104 (remove_files) COMPLETE |
7708 | 2024-12-20T23:23:25.603Z | [ recovery-image] Dec 20 23:23:24.359 INFO O| Dec 20 23:23:24.359 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7709 | 2024-12-20T23:23:25.621Z | [ recovery-image] Dec 20 23:23:24.376 INFO O| Dec 20 23:23:24.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7710 | 2024-12-20T23:23:25.622Z | [ recovery-image] Dec 20 23:23:24.376 INFO O| Dec 20 23:23:24.376 INFO STEP 1105 (remove_files) COMPLETE |
7711 | 2024-12-20T23:23:25.622Z | [ recovery-image] Dec 20 23:23:24.376 INFO O| Dec 20 23:23:24.376 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7712 | 2024-12-20T23:23:25.637Z | [ recovery-image] Dec 20 23:23:24.391 INFO O| Dec 20 23:23:24.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7713 | 2024-12-20T23:23:25.637Z | [ recovery-image] Dec 20 23:23:24.392 INFO O| Dec 20 23:23:24.392 INFO STEP 1106 (remove_files) COMPLETE |
7714 | 2024-12-20T23:23:25.638Z | [ recovery-image] Dec 20 23:23:24.392 INFO O| Dec 20 23:23:24.392 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7715 | 2024-12-20T23:23:25.655Z | [ recovery-image] Dec 20 23:23:24.409 INFO O| Dec 20 23:23:24.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7716 | 2024-12-20T23:23:25.655Z | [ recovery-image] Dec 20 23:23:24.410 INFO O| Dec 20 23:23:24.410 INFO STEP 1107 (remove_files) COMPLETE |
7717 | 2024-12-20T23:23:25.655Z | [ recovery-image] Dec 20 23:23:24.410 INFO O| Dec 20 23:23:24.410 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7718 | 2024-12-20T23:23:25.685Z | [ recovery-image] Dec 20 23:23:24.439 INFO O| Dec 20 23:23:24.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7719 | 2024-12-20T23:23:25.691Z | [ recovery-image] Dec 20 23:23:24.439 INFO O| Dec 20 23:23:24.439 INFO STEP 1108 (remove_files) COMPLETE |
7720 | 2024-12-20T23:23:25.691Z | [ recovery-image] Dec 20 23:23:24.440 INFO O| Dec 20 23:23:24.440 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7721 | 2024-12-20T23:23:25.719Z | [ recovery-image] Dec 20 23:23:24.471 INFO O| Dec 20 23:23:24.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7722 | 2024-12-20T23:23:25.719Z | [ recovery-image] Dec 20 23:23:24.471 INFO O| Dec 20 23:23:24.471 INFO STEP 1109 (remove_files) COMPLETE |
7723 | 2024-12-20T23:23:25.719Z | [ recovery-image] Dec 20 23:23:24.471 INFO O| Dec 20 23:23:24.471 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7724 | 2024-12-20T23:23:25.775Z | [ recovery-image] Dec 20 23:23:24.527 INFO O| Dec 20 23:23:24.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7725 | 2024-12-20T23:23:25.785Z | [ recovery-image] Dec 20 23:23:24.527 INFO O| Dec 20 23:23:24.527 INFO STEP 1110 (remove_files) COMPLETE |
7726 | 2024-12-20T23:23:25.785Z | [ recovery-image] Dec 20 23:23:24.527 INFO O| Dec 20 23:23:24.527 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7727 | 2024-12-20T23:23:25.791Z | [ recovery-image] Dec 20 23:23:24.545 INFO O| Dec 20 23:23:24.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7728 | 2024-12-20T23:23:25.791Z | [ recovery-image] Dec 20 23:23:24.545 INFO O| Dec 20 23:23:24.545 INFO STEP 1111 (remove_files) COMPLETE |
7729 | 2024-12-20T23:23:25.816Z | [ recovery-image] Dec 20 23:23:24.545 INFO O| Dec 20 23:23:24.545 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7730 | 2024-12-20T23:23:25.822Z | [ recovery-image] Dec 20 23:23:24.563 INFO O| Dec 20 23:23:24.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7731 | 2024-12-20T23:23:25.822Z | [ recovery-image] Dec 20 23:23:24.563 INFO O| Dec 20 23:23:24.563 INFO STEP 1112 (remove_files) COMPLETE |
7732 | 2024-12-20T23:23:25.822Z | [ recovery-image] Dec 20 23:23:24.563 INFO O| Dec 20 23:23:24.563 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7733 | 2024-12-20T23:23:25.847Z | [ recovery-image] Dec 20 23:23:24.602 INFO O| Dec 20 23:23:24.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7734 | 2024-12-20T23:23:25.847Z | [ recovery-image] Dec 20 23:23:24.602 INFO O| Dec 20 23:23:24.602 INFO STEP 1113 (remove_files) COMPLETE |
7735 | 2024-12-20T23:23:25.847Z | [ recovery-image] Dec 20 23:23:24.602 INFO O| Dec 20 23:23:24.602 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7736 | 2024-12-20T23:23:25.898Z | [ recovery-image] Dec 20 23:23:24.649 INFO O| Dec 20 23:23:24.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7737 | 2024-12-20T23:23:25.898Z | [ recovery-image] Dec 20 23:23:24.650 INFO O| Dec 20 23:23:24.650 INFO STEP 1114 (remove_files) COMPLETE |
7738 | 2024-12-20T23:23:25.898Z | [ recovery-image] Dec 20 23:23:24.650 INFO O| Dec 20 23:23:24.650 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7739 | 2024-12-20T23:23:25.955Z | [ recovery-image] Dec 20 23:23:24.709 INFO O| Dec 20 23:23:24.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7740 | 2024-12-20T23:23:25.957Z | [ recovery-image] Dec 20 23:23:24.709 INFO O| Dec 20 23:23:24.709 INFO STEP 1115 (remove_files) COMPLETE |
7741 | 2024-12-20T23:23:25.957Z | [ recovery-image] Dec 20 23:23:24.709 INFO O| Dec 20 23:23:24.709 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7742 | 2024-12-20T23:23:25.974Z | [ recovery-image] Dec 20 23:23:24.728 INFO O| Dec 20 23:23:24.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7743 | 2024-12-20T23:23:25.974Z | [ recovery-image] Dec 20 23:23:24.728 INFO O| Dec 20 23:23:24.728 INFO STEP 1116 (remove_files) COMPLETE |
7744 | 2024-12-20T23:23:25.975Z | [ recovery-image] Dec 20 23:23:24.728 INFO O| Dec 20 23:23:24.728 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7745 | 2024-12-20T23:23:25.997Z | [ recovery-image] Dec 20 23:23:24.746 INFO O| Dec 20 23:23:24.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7746 | 2024-12-20T23:23:25.998Z | [ recovery-image] Dec 20 23:23:24.747 INFO O| Dec 20 23:23:24.747 INFO STEP 1117 (remove_files) COMPLETE |
7747 | 2024-12-20T23:23:25.998Z | [ recovery-image] Dec 20 23:23:24.747 INFO O| Dec 20 23:23:24.747 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7748 | 2024-12-20T23:23:26.033Z | [ recovery-image] Dec 20 23:23:24.786 INFO O| Dec 20 23:23:24.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7749 | 2024-12-20T23:23:26.037Z | [ recovery-image] Dec 20 23:23:24.786 INFO O| Dec 20 23:23:24.786 INFO STEP 1118 (remove_files) COMPLETE |
7750 | 2024-12-20T23:23:26.037Z | [ recovery-image] Dec 20 23:23:24.786 INFO O| Dec 20 23:23:24.786 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7751 | 2024-12-20T23:23:26.062Z | [ recovery-image] Dec 20 23:23:24.814 INFO O| Dec 20 23:23:24.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7752 | 2024-12-20T23:23:26.062Z | [ recovery-image] Dec 20 23:23:24.814 INFO O| Dec 20 23:23:24.814 INFO STEP 1119 (remove_files) COMPLETE |
7753 | 2024-12-20T23:23:26.066Z | [ recovery-image] Dec 20 23:23:24.814 INFO O| Dec 20 23:23:24.814 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7754 | 2024-12-20T23:23:26.083Z | [ recovery-image] Dec 20 23:23:24.833 INFO O| Dec 20 23:23:24.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7755 | 2024-12-20T23:23:26.083Z | [ recovery-image] Dec 20 23:23:24.833 INFO O| Dec 20 23:23:24.833 INFO STEP 1120 (remove_files) COMPLETE |
7756 | 2024-12-20T23:23:26.083Z | [ recovery-image] Dec 20 23:23:24.833 INFO O| Dec 20 23:23:24.833 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7757 | 2024-12-20T23:23:26.106Z | [ recovery-image] Dec 20 23:23:24.850 INFO O| Dec 20 23:23:24.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7758 | 2024-12-20T23:23:26.106Z | [ recovery-image] Dec 20 23:23:24.850 INFO O| Dec 20 23:23:24.850 INFO STEP 1121 (remove_files) COMPLETE |
7759 | 2024-12-20T23:23:26.106Z | [ recovery-image] Dec 20 23:23:24.850 INFO O| Dec 20 23:23:24.850 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7760 | 2024-12-20T23:23:26.126Z | [ recovery-image] Dec 20 23:23:24.868 INFO O| Dec 20 23:23:24.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7761 | 2024-12-20T23:23:26.127Z | [ recovery-image] Dec 20 23:23:24.868 INFO O| Dec 20 23:23:24.868 INFO STEP 1122 (remove_files) COMPLETE |
7762 | 2024-12-20T23:23:26.127Z | [ recovery-image] Dec 20 23:23:24.868 INFO O| Dec 20 23:23:24.868 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7763 | 2024-12-20T23:23:26.149Z | [ recovery-image] Dec 20 23:23:24.896 INFO O| Dec 20 23:23:24.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7764 | 2024-12-20T23:23:26.149Z | [ recovery-image] Dec 20 23:23:24.896 INFO O| Dec 20 23:23:24.896 INFO STEP 1123 (remove_files) COMPLETE |
7765 | 2024-12-20T23:23:26.149Z | [ recovery-image] Dec 20 23:23:24.896 INFO O| Dec 20 23:23:24.896 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7766 | 2024-12-20T23:23:26.167Z | [ recovery-image] Dec 20 23:23:24.922 INFO O| Dec 20 23:23:24.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7767 | 2024-12-20T23:23:26.172Z | [ recovery-image] Dec 20 23:23:24.925 INFO O| Dec 20 23:23:24.925 INFO STEP 1124 (remove_files) COMPLETE |
7768 | 2024-12-20T23:23:26.172Z | [ recovery-image] Dec 20 23:23:24.925 INFO O| Dec 20 23:23:24.925 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7769 | 2024-12-20T23:23:26.194Z | [ recovery-image] Dec 20 23:23:24.944 INFO O| Dec 20 23:23:24.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7770 | 2024-12-20T23:23:26.197Z | [ recovery-image] Dec 20 23:23:24.944 INFO O| Dec 20 23:23:24.944 INFO STEP 1125 (remove_files) COMPLETE |
7771 | 2024-12-20T23:23:26.198Z | [ recovery-image] Dec 20 23:23:24.944 INFO O| Dec 20 23:23:24.944 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7772 | 2024-12-20T23:23:26.210Z | [ recovery-image] Dec 20 23:23:24.962 INFO O| Dec 20 23:23:24.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7773 | 2024-12-20T23:23:26.220Z | [ recovery-image] Dec 20 23:23:24.963 INFO O| Dec 20 23:23:24.963 INFO STEP 1126 (remove_files) COMPLETE |
7774 | 2024-12-20T23:23:26.220Z | [ recovery-image] Dec 20 23:23:24.963 INFO O| Dec 20 23:23:24.963 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7775 | 2024-12-20T23:23:26.232Z | [ recovery-image] Dec 20 23:23:24.985 INFO O| Dec 20 23:23:24.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7776 | 2024-12-20T23:23:26.232Z | [ recovery-image] Dec 20 23:23:24.985 INFO O| Dec 20 23:23:24.985 INFO STEP 1127 (remove_files) COMPLETE |
7777 | 2024-12-20T23:23:26.232Z | [ recovery-image] Dec 20 23:23:24.985 INFO O| Dec 20 23:23:24.985 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7778 | 2024-12-20T23:23:26.295Z | [ recovery-image] Dec 20 23:23:25.023 INFO O| Dec 20 23:23:25.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7779 | 2024-12-20T23:23:26.295Z | [ recovery-image] Dec 20 23:23:25.023 INFO O| Dec 20 23:23:25.023 INFO STEP 1128 (remove_files) COMPLETE |
7780 | 2024-12-20T23:23:26.295Z | [ recovery-image] Dec 20 23:23:25.023 INFO O| Dec 20 23:23:25.023 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7781 | 2024-12-20T23:23:26.321Z | [ recovery-image] Dec 20 23:23:25.064 INFO O| Dec 20 23:23:25.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7782 | 2024-12-20T23:23:26.337Z | [ recovery-image] Dec 20 23:23:25.064 INFO O| Dec 20 23:23:25.064 INFO STEP 1129 (remove_files) COMPLETE |
7783 | 2024-12-20T23:23:26.338Z | [ recovery-image] Dec 20 23:23:25.064 INFO O| Dec 20 23:23:25.064 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7784 | 2024-12-20T23:23:26.350Z | [ recovery-image] Dec 20 23:23:25.098 INFO O| Dec 20 23:23:25.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7785 | 2024-12-20T23:23:26.350Z | [ recovery-image] Dec 20 23:23:25.098 INFO O| Dec 20 23:23:25.098 INFO STEP 1130 (remove_files) COMPLETE |
7786 | 2024-12-20T23:23:26.358Z | [ recovery-image] Dec 20 23:23:25.098 INFO O| Dec 20 23:23:25.098 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7787 | 2024-12-20T23:23:26.392Z | [ recovery-image] Dec 20 23:23:25.142 INFO O| Dec 20 23:23:25.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7788 | 2024-12-20T23:23:26.393Z | [ recovery-image] Dec 20 23:23:25.143 INFO O| Dec 20 23:23:25.142 INFO STEP 1131 (remove_files) COMPLETE |
7789 | 2024-12-20T23:23:26.393Z | [ recovery-image] Dec 20 23:23:25.143 INFO O| Dec 20 23:23:25.143 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7790 | 2024-12-20T23:23:26.408Z | [ recovery-image] Dec 20 23:23:25.161 INFO O| Dec 20 23:23:25.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7791 | 2024-12-20T23:23:26.408Z | [ recovery-image] Dec 20 23:23:25.161 INFO O| Dec 20 23:23:25.161 INFO STEP 1132 (remove_files) COMPLETE |
7792 | 2024-12-20T23:23:26.408Z | [ recovery-image] Dec 20 23:23:25.161 INFO O| Dec 20 23:23:25.161 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7793 | 2024-12-20T23:23:26.441Z | [ recovery-image] Dec 20 23:23:25.190 INFO O| Dec 20 23:23:25.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7794 | 2024-12-20T23:23:26.465Z | [ recovery-image] Dec 20 23:23:25.190 INFO O| Dec 20 23:23:25.190 INFO STEP 1133 (remove_files) COMPLETE |
7795 | 2024-12-20T23:23:26.466Z | [ recovery-image] Dec 20 23:23:25.191 INFO O| Dec 20 23:23:25.190 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7796 | 2024-12-20T23:23:26.492Z | [ recovery-image] Dec 20 23:23:25.246 INFO O| Dec 20 23:23:25.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7797 | 2024-12-20T23:23:26.492Z | [ recovery-image] Dec 20 23:23:25.246 INFO O| Dec 20 23:23:25.246 INFO STEP 1134 (remove_files) COMPLETE |
7798 | 2024-12-20T23:23:26.496Z | [ recovery-image] Dec 20 23:23:25.246 INFO O| Dec 20 23:23:25.246 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7799 | 2024-12-20T23:23:26.553Z | [ recovery-image] Dec 20 23:23:25.308 INFO O| Dec 20 23:23:25.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7800 | 2024-12-20T23:23:26.553Z | [ recovery-image] Dec 20 23:23:25.308 INFO O| Dec 20 23:23:25.308 INFO STEP 1135 (remove_files) COMPLETE |
7801 | 2024-12-20T23:23:26.553Z | [ recovery-image] Dec 20 23:23:25.308 INFO O| Dec 20 23:23:25.308 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7802 | 2024-12-20T23:23:26.601Z | [ recovery-image] Dec 20 23:23:25.349 INFO O| Dec 20 23:23:25.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7803 | 2024-12-20T23:23:26.606Z | [ recovery-image] Dec 20 23:23:25.349 INFO O| Dec 20 23:23:25.349 INFO STEP 1136 (remove_files) COMPLETE |
7804 | 2024-12-20T23:23:26.606Z | [ recovery-image] Dec 20 23:23:25.349 INFO O| Dec 20 23:23:25.349 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7805 | 2024-12-20T23:23:26.618Z | [ recovery-image] Dec 20 23:23:25.372 INFO O| Dec 20 23:23:25.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7806 | 2024-12-20T23:23:26.630Z | [ recovery-image] Dec 20 23:23:25.372 INFO O| Dec 20 23:23:25.372 INFO STEP 1137 (remove_files) COMPLETE |
7807 | 2024-12-20T23:23:26.630Z | [ recovery-image] Dec 20 23:23:25.372 INFO O| Dec 20 23:23:25.372 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7808 | 2024-12-20T23:23:26.658Z | [ recovery-image] Dec 20 23:23:25.412 INFO O| Dec 20 23:23:25.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7809 | 2024-12-20T23:23:26.658Z | [ recovery-image] Dec 20 23:23:25.412 INFO O| Dec 20 23:23:25.412 INFO STEP 1138 (remove_files) COMPLETE |
7810 | 2024-12-20T23:23:26.658Z | [ recovery-image] Dec 20 23:23:25.412 INFO O| Dec 20 23:23:25.412 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7811 | 2024-12-20T23:23:26.683Z | [ recovery-image] Dec 20 23:23:25.437 INFO O| Dec 20 23:23:25.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7812 | 2024-12-20T23:23:26.683Z | [ recovery-image] Dec 20 23:23:25.437 INFO O| Dec 20 23:23:25.437 INFO STEP 1139 (remove_files) COMPLETE |
7813 | 2024-12-20T23:23:26.683Z | [ recovery-image] Dec 20 23:23:25.437 INFO O| Dec 20 23:23:25.437 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7814 | 2024-12-20T23:23:26.703Z | [ recovery-image] Dec 20 23:23:25.458 INFO O| Dec 20 23:23:25.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7815 | 2024-12-20T23:23:26.711Z | [ recovery-image] Dec 20 23:23:25.466 INFO O| Dec 20 23:23:25.466 INFO STEP 1140 (remove_files) COMPLETE |
7816 | 2024-12-20T23:23:26.711Z | [ recovery-image] Dec 20 23:23:25.466 INFO O| Dec 20 23:23:25.466 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7817 | 2024-12-20T23:23:26.735Z | [ recovery-image] Dec 20 23:23:25.486 INFO O| Dec 20 23:23:25.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7818 | 2024-12-20T23:23:26.736Z | [ recovery-image] Dec 20 23:23:25.486 INFO O| Dec 20 23:23:25.486 INFO STEP 1141 (remove_files) COMPLETE |
7819 | 2024-12-20T23:23:26.746Z | [ recovery-image] Dec 20 23:23:25.486 INFO O| Dec 20 23:23:25.486 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7820 | 2024-12-20T23:23:26.751Z | [ recovery-image] Dec 20 23:23:25.504 INFO O| Dec 20 23:23:25.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7821 | 2024-12-20T23:23:26.760Z | [ recovery-image] Dec 20 23:23:25.515 INFO O| Dec 20 23:23:25.515 INFO STEP 1142 (remove_files) COMPLETE |
7822 | 2024-12-20T23:23:26.760Z | [ recovery-image] Dec 20 23:23:25.515 INFO O| Dec 20 23:23:25.515 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7823 | 2024-12-20T23:23:26.862Z | [ recovery-image] Dec 20 23:23:25.605 INFO O| Dec 20 23:23:25.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7824 | 2024-12-20T23:23:26.862Z | [ recovery-image] Dec 20 23:23:25.605 INFO O| Dec 20 23:23:25.605 INFO STEP 1143 (remove_files) COMPLETE |
7825 | 2024-12-20T23:23:26.862Z | [ recovery-image] Dec 20 23:23:25.605 INFO O| Dec 20 23:23:25.605 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7826 | 2024-12-20T23:23:26.895Z | [ recovery-image] Dec 20 23:23:25.651 INFO O| Dec 20 23:23:25.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7827 | 2024-12-20T23:23:26.898Z | [ recovery-image] Dec 20 23:23:25.651 INFO O| Dec 20 23:23:25.651 INFO STEP 1144 (remove_files) COMPLETE |
7828 | 2024-12-20T23:23:26.898Z | [ recovery-image] Dec 20 23:23:25.651 INFO O| Dec 20 23:23:25.651 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7829 | 2024-12-20T23:23:26.915Z | [ recovery-image] Dec 20 23:23:25.670 INFO O| Dec 20 23:23:25.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7830 | 2024-12-20T23:23:26.918Z | [ recovery-image] Dec 20 23:23:25.671 INFO O| Dec 20 23:23:25.671 INFO STEP 1145 (remove_files) COMPLETE |
7831 | 2024-12-20T23:23:26.918Z | [ recovery-image] Dec 20 23:23:25.671 INFO O| Dec 20 23:23:25.671 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7832 | 2024-12-20T23:23:26.952Z | [ recovery-image] Dec 20 23:23:25.707 INFO O| Dec 20 23:23:25.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7833 | 2024-12-20T23:23:26.954Z | [ recovery-image] Dec 20 23:23:25.708 INFO O| Dec 20 23:23:25.707 INFO STEP 1146 (remove_files) COMPLETE |
7834 | 2024-12-20T23:23:26.954Z | [ recovery-image] Dec 20 23:23:25.708 INFO O| Dec 20 23:23:25.708 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7835 | 2024-12-20T23:23:26.972Z | [ recovery-image] Dec 20 23:23:25.727 INFO O| Dec 20 23:23:25.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7836 | 2024-12-20T23:23:26.975Z | [ recovery-image] Dec 20 23:23:25.728 INFO O| Dec 20 23:23:25.727 INFO STEP 1147 (remove_files) COMPLETE |
7837 | 2024-12-20T23:23:26.975Z | [ recovery-image] Dec 20 23:23:25.728 INFO O| Dec 20 23:23:25.728 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7838 | 2024-12-20T23:23:26.997Z | [ recovery-image] Dec 20 23:23:25.752 INFO O| Dec 20 23:23:25.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7839 | 2024-12-20T23:23:26.997Z | [ recovery-image] Dec 20 23:23:25.752 INFO O| Dec 20 23:23:25.752 INFO STEP 1148 (remove_files) COMPLETE |
7840 | 2024-12-20T23:23:27.000Z | [ recovery-image] Dec 20 23:23:25.752 INFO O| Dec 20 23:23:25.752 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7841 | 2024-12-20T23:23:27.028Z | [ recovery-image] Dec 20 23:23:25.784 INFO O| Dec 20 23:23:25.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7842 | 2024-12-20T23:23:27.028Z | [ recovery-image] Dec 20 23:23:25.784 INFO O| Dec 20 23:23:25.784 INFO STEP 1149 (remove_files) COMPLETE |
7843 | 2024-12-20T23:23:27.028Z | [ recovery-image] Dec 20 23:23:25.784 INFO O| Dec 20 23:23:25.784 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7844 | 2024-12-20T23:23:27.058Z | [ recovery-image] Dec 20 23:23:25.813 INFO O| Dec 20 23:23:25.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7845 | 2024-12-20T23:23:27.058Z | [ recovery-image] Dec 20 23:23:25.813 INFO O| Dec 20 23:23:25.813 INFO STEP 1150 (remove_files) COMPLETE |
7846 | 2024-12-20T23:23:27.058Z | [ recovery-image] Dec 20 23:23:25.813 INFO O| Dec 20 23:23:25.813 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7847 | 2024-12-20T23:23:27.075Z | [ recovery-image] Dec 20 23:23:25.831 INFO O| Dec 20 23:23:25.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7848 | 2024-12-20T23:23:27.101Z | [ recovery-image] Dec 20 23:23:25.856 INFO O| Dec 20 23:23:25.856 INFO STEP 1151 (remove_files) COMPLETE |
7849 | 2024-12-20T23:23:27.101Z | [ recovery-image] Dec 20 23:23:25.856 INFO O| Dec 20 23:23:25.856 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7850 | 2024-12-20T23:23:27.132Z | [ recovery-image] Dec 20 23:23:25.888 INFO O| Dec 20 23:23:25.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7851 | 2024-12-20T23:23:27.133Z | [ recovery-image] Dec 20 23:23:25.888 INFO O| Dec 20 23:23:25.888 INFO STEP 1152 (remove_files) COMPLETE |
7852 | 2024-12-20T23:23:27.133Z | [ recovery-image] Dec 20 23:23:25.888 INFO O| Dec 20 23:23:25.888 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7853 | 2024-12-20T23:23:27.150Z | [ recovery-image] Dec 20 23:23:25.906 INFO O| Dec 20 23:23:25.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7854 | 2024-12-20T23:23:27.150Z | [ recovery-image] Dec 20 23:23:25.906 INFO O| Dec 20 23:23:25.906 INFO STEP 1153 (remove_files) COMPLETE |
7855 | 2024-12-20T23:23:27.153Z | [ recovery-image] Dec 20 23:23:25.906 INFO O| Dec 20 23:23:25.906 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7856 | 2024-12-20T23:23:27.170Z | [ recovery-image] Dec 20 23:23:25.925 INFO O| Dec 20 23:23:25.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7857 | 2024-12-20T23:23:27.170Z | [ recovery-image] Dec 20 23:23:25.925 INFO O| Dec 20 23:23:25.925 INFO STEP 1154 (remove_files) COMPLETE |
7858 | 2024-12-20T23:23:27.170Z | [ recovery-image] Dec 20 23:23:25.925 INFO O| Dec 20 23:23:25.925 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7859 | 2024-12-20T23:23:27.208Z | [ recovery-image] Dec 20 23:23:25.964 INFO O| Dec 20 23:23:25.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7860 | 2024-12-20T23:23:27.208Z | [ recovery-image] Dec 20 23:23:25.964 INFO O| Dec 20 23:23:25.964 INFO STEP 1155 (remove_files) COMPLETE |
7861 | 2024-12-20T23:23:27.208Z | [ recovery-image] Dec 20 23:23:25.964 INFO O| Dec 20 23:23:25.964 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7862 | 2024-12-20T23:23:27.270Z | [ recovery-image] Dec 20 23:23:26.025 INFO O| Dec 20 23:23:26.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7863 | 2024-12-20T23:23:27.271Z | [ recovery-image] Dec 20 23:23:26.026 INFO O| Dec 20 23:23:26.025 INFO STEP 1156 (remove_files) COMPLETE |
7864 | 2024-12-20T23:23:27.271Z | [ recovery-image] Dec 20 23:23:26.026 INFO O| Dec 20 23:23:26.026 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7865 | 2024-12-20T23:23:27.312Z | [ recovery-image] Dec 20 23:23:26.068 INFO O| Dec 20 23:23:26.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7866 | 2024-12-20T23:23:27.312Z | [ recovery-image] Dec 20 23:23:26.068 INFO O| Dec 20 23:23:26.068 INFO STEP 1157 (remove_files) COMPLETE |
7867 | 2024-12-20T23:23:27.315Z | [ recovery-image] Dec 20 23:23:26.068 INFO O| Dec 20 23:23:26.068 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7868 | 2024-12-20T23:23:27.330Z | [ recovery-image] Dec 20 23:23:26.086 INFO O| Dec 20 23:23:26.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7869 | 2024-12-20T23:23:27.330Z | [ recovery-image] Dec 20 23:23:26.086 INFO O| Dec 20 23:23:26.086 INFO STEP 1158 (remove_files) COMPLETE |
7870 | 2024-12-20T23:23:27.333Z | [ recovery-image] Dec 20 23:23:26.086 INFO O| Dec 20 23:23:26.086 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7871 | 2024-12-20T23:23:27.353Z | [ recovery-image] Dec 20 23:23:26.108 INFO O| Dec 20 23:23:26.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7872 | 2024-12-20T23:23:27.353Z | [ recovery-image] Dec 20 23:23:26.108 INFO O| Dec 20 23:23:26.108 INFO STEP 1159 (remove_files) COMPLETE |
7873 | 2024-12-20T23:23:27.355Z | [ recovery-image] Dec 20 23:23:26.108 INFO O| Dec 20 23:23:26.108 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7874 | 2024-12-20T23:23:27.376Z | [ recovery-image] Dec 20 23:23:26.131 INFO O| Dec 20 23:23:26.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7875 | 2024-12-20T23:23:27.376Z | [ recovery-image] Dec 20 23:23:26.131 INFO O| Dec 20 23:23:26.131 INFO STEP 1160 (remove_files) COMPLETE |
7876 | 2024-12-20T23:23:27.376Z | [ recovery-image] Dec 20 23:23:26.131 INFO O| Dec 20 23:23:26.131 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7877 | 2024-12-20T23:23:27.393Z | [ recovery-image] Dec 20 23:23:26.148 INFO O| Dec 20 23:23:26.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7878 | 2024-12-20T23:23:27.393Z | [ recovery-image] Dec 20 23:23:26.149 INFO O| Dec 20 23:23:26.148 INFO STEP 1161 (remove_files) COMPLETE |
7879 | 2024-12-20T23:23:27.393Z | [ recovery-image] Dec 20 23:23:26.149 INFO O| Dec 20 23:23:26.148 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7880 | 2024-12-20T23:23:27.428Z | [ recovery-image] Dec 20 23:23:26.183 INFO O| Dec 20 23:23:26.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7881 | 2024-12-20T23:23:27.431Z | [ recovery-image] Dec 20 23:23:26.184 INFO O| Dec 20 23:23:26.183 INFO STEP 1162 (remove_files) COMPLETE |
7882 | 2024-12-20T23:23:27.431Z | [ recovery-image] Dec 20 23:23:26.184 INFO O| Dec 20 23:23:26.184 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7883 | 2024-12-20T23:23:27.448Z | [ recovery-image] Dec 20 23:23:26.203 INFO O| Dec 20 23:23:26.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7884 | 2024-12-20T23:23:27.450Z | [ recovery-image] Dec 20 23:23:26.204 INFO O| Dec 20 23:23:26.204 INFO STEP 1163 (remove_files) COMPLETE |
7885 | 2024-12-20T23:23:27.451Z | [ recovery-image] Dec 20 23:23:26.204 INFO O| Dec 20 23:23:26.204 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7886 | 2024-12-20T23:23:27.486Z | [ recovery-image] Dec 20 23:23:26.242 INFO O| Dec 20 23:23:26.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7887 | 2024-12-20T23:23:27.486Z | [ recovery-image] Dec 20 23:23:26.242 INFO O| Dec 20 23:23:26.242 INFO STEP 1164 (remove_files) COMPLETE |
7888 | 2024-12-20T23:23:27.489Z | [ recovery-image] Dec 20 23:23:26.242 INFO O| Dec 20 23:23:26.242 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7889 | 2024-12-20T23:23:27.508Z | [ recovery-image] Dec 20 23:23:26.263 INFO O| Dec 20 23:23:26.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7890 | 2024-12-20T23:23:27.508Z | [ recovery-image] Dec 20 23:23:26.264 INFO O| Dec 20 23:23:26.263 INFO STEP 1165 (remove_files) COMPLETE |
7891 | 2024-12-20T23:23:27.510Z | [ recovery-image] Dec 20 23:23:26.264 INFO O| Dec 20 23:23:26.263 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7892 | 2024-12-20T23:23:27.540Z | [ recovery-image] Dec 20 23:23:26.295 INFO O| Dec 20 23:23:26.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7893 | 2024-12-20T23:23:27.540Z | [ recovery-image] Dec 20 23:23:26.295 INFO O| Dec 20 23:23:26.295 INFO STEP 1166 (remove_files) COMPLETE |
7894 | 2024-12-20T23:23:27.543Z | [ recovery-image] Dec 20 23:23:26.295 INFO O| Dec 20 23:23:26.295 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7895 | 2024-12-20T23:23:27.572Z | [ recovery-image] Dec 20 23:23:26.327 INFO O| Dec 20 23:23:26.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7896 | 2024-12-20T23:23:27.572Z | [ recovery-image] Dec 20 23:23:26.327 INFO O| Dec 20 23:23:26.327 INFO STEP 1167 (remove_files) COMPLETE |
7897 | 2024-12-20T23:23:27.572Z | [ recovery-image] Dec 20 23:23:26.327 INFO O| Dec 20 23:23:26.327 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7898 | 2024-12-20T23:23:27.609Z | [ recovery-image] Dec 20 23:23:26.364 INFO O| Dec 20 23:23:26.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7899 | 2024-12-20T23:23:27.609Z | [ recovery-image] Dec 20 23:23:26.364 INFO O| Dec 20 23:23:26.364 INFO STEP 1168 (remove_files) COMPLETE |
7900 | 2024-12-20T23:23:27.609Z | [ recovery-image] Dec 20 23:23:26.364 INFO O| Dec 20 23:23:26.364 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7901 | 2024-12-20T23:23:27.638Z | [ recovery-image] Dec 20 23:23:26.393 INFO O| Dec 20 23:23:26.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7902 | 2024-12-20T23:23:27.641Z | [ recovery-image] Dec 20 23:23:26.393 INFO O| Dec 20 23:23:26.393 INFO STEP 1169 (remove_files) COMPLETE |
7903 | 2024-12-20T23:23:27.641Z | [ recovery-image] Dec 20 23:23:26.394 INFO O| Dec 20 23:23:26.393 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7904 | 2024-12-20T23:23:27.658Z | [ recovery-image] Dec 20 23:23:26.413 INFO O| Dec 20 23:23:26.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7905 | 2024-12-20T23:23:27.660Z | [ recovery-image] Dec 20 23:23:26.414 INFO O| Dec 20 23:23:26.414 INFO STEP 1170 (remove_files) COMPLETE |
7906 | 2024-12-20T23:23:27.661Z | [ recovery-image] Dec 20 23:23:26.414 INFO O| Dec 20 23:23:26.414 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7907 | 2024-12-20T23:23:27.678Z | [ recovery-image] Dec 20 23:23:26.434 INFO O| Dec 20 23:23:26.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7908 | 2024-12-20T23:23:27.681Z | [ recovery-image] Dec 20 23:23:26.434 INFO O| Dec 20 23:23:26.434 INFO STEP 1171 (remove_files) COMPLETE |
7909 | 2024-12-20T23:23:27.681Z | [ recovery-image] Dec 20 23:23:26.434 INFO O| Dec 20 23:23:26.434 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7910 | 2024-12-20T23:23:27.697Z | [ recovery-image] Dec 20 23:23:26.452 INFO O| Dec 20 23:23:26.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7911 | 2024-12-20T23:23:27.699Z | [ recovery-image] Dec 20 23:23:26.452 INFO O| Dec 20 23:23:26.452 INFO STEP 1172 (remove_files) COMPLETE |
7912 | 2024-12-20T23:23:27.699Z | [ recovery-image] Dec 20 23:23:26.453 INFO O| Dec 20 23:23:26.452 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7913 | 2024-12-20T23:23:27.726Z | [ recovery-image] Dec 20 23:23:26.481 INFO O| Dec 20 23:23:26.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7914 | 2024-12-20T23:23:27.726Z | [ recovery-image] Dec 20 23:23:26.481 INFO O| Dec 20 23:23:26.481 INFO STEP 1173 (remove_files) COMPLETE |
7915 | 2024-12-20T23:23:27.726Z | [ recovery-image] Dec 20 23:23:26.481 INFO O| Dec 20 23:23:26.481 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7916 | 2024-12-20T23:23:27.747Z | [ recovery-image] Dec 20 23:23:26.501 INFO O| Dec 20 23:23:26.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7917 | 2024-12-20T23:23:27.747Z | [ recovery-image] Dec 20 23:23:26.501 INFO O| Dec 20 23:23:26.501 INFO STEP 1174 (remove_files) COMPLETE |
7918 | 2024-12-20T23:23:27.747Z | [ recovery-image] Dec 20 23:23:26.501 INFO O| Dec 20 23:23:26.501 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7919 | 2024-12-20T23:23:27.760Z | [ host-image] Dec 20 23:23:26.515 INFO O| Dec 20 23:23:26.515 INFO O| Done |
7920 | 2024-12-20T23:23:27.763Z | [ recovery-image] Dec 20 23:23:26.519 INFO O| Dec 20 23:23:26.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7921 | 2024-12-20T23:23:27.768Z | [ recovery-image] Dec 20 23:23:26.519 INFO O| Dec 20 23:23:26.519 INFO STEP 1175 (remove_files) COMPLETE |
7922 | 2024-12-20T23:23:27.768Z | [ recovery-image] Dec 20 23:23:26.519 INFO O| Dec 20 23:23:26.519 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7923 | 2024-12-20T23:23:27.781Z | [ recovery-image] Dec 20 23:23:26.536 INFO O| Dec 20 23:23:26.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7924 | 2024-12-20T23:23:27.781Z | [ recovery-image] Dec 20 23:23:26.536 INFO O| Dec 20 23:23:26.536 INFO STEP 1176 (remove_files) COMPLETE |
7925 | 2024-12-20T23:23:27.781Z | [ recovery-image] Dec 20 23:23:26.536 INFO O| Dec 20 23:23:26.536 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7926 | 2024-12-20T23:23:27.802Z | [ recovery-image] Dec 20 23:23:26.557 INFO O| Dec 20 23:23:26.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7927 | 2024-12-20T23:23:27.802Z | [ recovery-image] Dec 20 23:23:26.557 INFO O| Dec 20 23:23:26.557 INFO STEP 1177 (remove_files) COMPLETE |
7928 | 2024-12-20T23:23:27.805Z | [ recovery-image] Dec 20 23:23:26.557 INFO O| Dec 20 23:23:26.557 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7929 | 2024-12-20T23:23:27.821Z | [ host-image] Dec 20 23:23:26.577 INFO O| Dec 20 23:23:26.577 INFO O| Done |
7930 | 2024-12-20T23:23:27.825Z | [ host-image] Dec 20 23:23:26.577 INFO O| Dec 20 23:23:26.577 INFO O| Done |
7931 | 2024-12-20T23:23:27.840Z | [ recovery-image] Dec 20 23:23:26.594 INFO O| Dec 20 23:23:26.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7932 | 2024-12-20T23:23:27.840Z | [ recovery-image] Dec 20 23:23:26.594 INFO O| Dec 20 23:23:26.594 INFO STEP 1178 (remove_files) COMPLETE |
7933 | 2024-12-20T23:23:27.843Z | [ recovery-image] Dec 20 23:23:26.594 INFO O| Dec 20 23:23:26.594 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7934 | 2024-12-20T23:23:27.897Z | [ host-image] Dec 20 23:23:26.652 INFO O| Dec 20 23:23:26.652 INFO O| Done |
7935 | 2024-12-20T23:23:27.913Z | [ recovery-image] Dec 20 23:23:26.668 INFO O| Dec 20 23:23:26.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7936 | 2024-12-20T23:23:27.913Z | [ recovery-image] Dec 20 23:23:26.668 INFO O| Dec 20 23:23:26.668 INFO STEP 1179 (remove_files) COMPLETE |
7937 | 2024-12-20T23:23:27.913Z | [ recovery-image] Dec 20 23:23:26.668 INFO O| Dec 20 23:23:26.668 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7938 | 2024-12-20T23:23:27.935Z | [ recovery-image] Dec 20 23:23:26.690 INFO O| Dec 20 23:23:26.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7939 | 2024-12-20T23:23:27.953Z | [ recovery-image] Dec 20 23:23:26.708 INFO O| Dec 20 23:23:26.708 INFO STEP 1180 (remove_files) COMPLETE |
7940 | 2024-12-20T23:23:27.953Z | [ recovery-image] Dec 20 23:23:26.708 INFO O| Dec 20 23:23:26.708 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7941 | 2024-12-20T23:23:27.989Z | [ recovery-image] Dec 20 23:23:26.744 INFO O| Dec 20 23:23:26.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7942 | 2024-12-20T23:23:27.989Z | [ recovery-image] Dec 20 23:23:26.744 INFO O| Dec 20 23:23:26.744 INFO STEP 1181 (remove_files) COMPLETE |
7943 | 2024-12-20T23:23:27.989Z | [ recovery-image] Dec 20 23:23:26.744 INFO O| Dec 20 23:23:26.744 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7944 | 2024-12-20T23:23:28.006Z | [ recovery-image] Dec 20 23:23:26.761 INFO O| Dec 20 23:23:26.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7945 | 2024-12-20T23:23:28.006Z | [ recovery-image] Dec 20 23:23:26.761 INFO O| Dec 20 23:23:26.761 INFO STEP 1182 (remove_files) COMPLETE |
7946 | 2024-12-20T23:23:28.006Z | [ recovery-image] Dec 20 23:23:26.761 INFO O| Dec 20 23:23:26.761 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7947 | 2024-12-20T23:23:28.023Z | [ recovery-image] Dec 20 23:23:26.778 INFO O| Dec 20 23:23:26.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7948 | 2024-12-20T23:23:28.023Z | [ recovery-image] Dec 20 23:23:26.778 INFO O| Dec 20 23:23:26.778 INFO STEP 1183 (remove_files) COMPLETE |
7949 | 2024-12-20T23:23:28.023Z | [ recovery-image] Dec 20 23:23:26.778 INFO O| Dec 20 23:23:26.778 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7950 | 2024-12-20T23:23:28.056Z | [ recovery-image] Dec 20 23:23:26.811 INFO O| Dec 20 23:23:26.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7951 | 2024-12-20T23:23:28.059Z | [ recovery-image] Dec 20 23:23:26.811 INFO O| Dec 20 23:23:26.811 INFO STEP 1184 (remove_files) COMPLETE |
7952 | 2024-12-20T23:23:28.059Z | [ recovery-image] Dec 20 23:23:26.811 INFO O| Dec 20 23:23:26.811 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7953 | 2024-12-20T23:23:28.086Z | [ recovery-image] Dec 20 23:23:26.841 INFO O| Dec 20 23:23:26.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7954 | 2024-12-20T23:23:28.086Z | [ recovery-image] Dec 20 23:23:26.841 INFO O| Dec 20 23:23:26.841 INFO STEP 1185 (remove_files) COMPLETE |
7955 | 2024-12-20T23:23:28.086Z | [ recovery-image] Dec 20 23:23:26.841 INFO O| Dec 20 23:23:26.841 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7956 | 2024-12-20T23:23:28.105Z | [ host-image] Dec 20 23:23:26.860 INFO O| Dec 20 23:23:26.860 INFO STEP 13 (pkg_install) COMPLETE |
7957 | 2024-12-20T23:23:28.105Z | [ host-image] Dec 20 23:23:26.860 INFO O| Dec 20 23:23:26.860 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7958 | 2024-12-20T23:23:28.122Z | [ host-image] Dec 20 23:23:26.878 INFO O| Dec 20 23:23:26.878 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
7959 | 2024-12-20T23:23:28.125Z | [ recovery-image] Dec 20 23:23:26.881 INFO O| Dec 20 23:23:26.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7960 | 2024-12-20T23:23:28.129Z | [ recovery-image] Dec 20 23:23:26.884 INFO O| Dec 20 23:23:26.884 INFO STEP 1186 (remove_files) COMPLETE |
7961 | 2024-12-20T23:23:28.129Z | [ recovery-image] Dec 20 23:23:26.884 INFO O| Dec 20 23:23:26.884 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7962 | 2024-12-20T23:23:28.185Z | [ recovery-image] Dec 20 23:23:26.940 INFO O| Dec 20 23:23:26.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7963 | 2024-12-20T23:23:28.185Z | [ recovery-image] Dec 20 23:23:26.940 INFO O| Dec 20 23:23:26.940 INFO STEP 1187 (remove_files) COMPLETE |
7964 | 2024-12-20T23:23:28.188Z | [ recovery-image] Dec 20 23:23:26.941 INFO O| Dec 20 23:23:26.940 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7965 | 2024-12-20T23:23:28.226Z | [ recovery-image] Dec 20 23:23:26.981 INFO O| Dec 20 23:23:26.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7966 | 2024-12-20T23:23:28.226Z | [ recovery-image] Dec 20 23:23:26.981 INFO O| Dec 20 23:23:26.981 INFO STEP 1188 (remove_files) COMPLETE |
7967 | 2024-12-20T23:23:28.226Z | [ recovery-image] Dec 20 23:23:26.981 INFO O| Dec 20 23:23:26.981 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7968 | 2024-12-20T23:23:28.246Z | [ recovery-image] Dec 20 23:23:26.999 INFO O| Dec 20 23:23:26.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7969 | 2024-12-20T23:23:28.246Z | [ recovery-image] Dec 20 23:23:26.999 INFO O| Dec 20 23:23:26.999 INFO STEP 1189 (remove_files) COMPLETE |
7970 | 2024-12-20T23:23:28.246Z | [ recovery-image] Dec 20 23:23:26.999 INFO O| Dec 20 23:23:26.999 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7971 | 2024-12-20T23:23:28.261Z | [ recovery-image] Dec 20 23:23:27.016 INFO O| Dec 20 23:23:27.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7972 | 2024-12-20T23:23:28.261Z | [ recovery-image] Dec 20 23:23:27.016 INFO O| Dec 20 23:23:27.016 INFO STEP 1190 (remove_files) COMPLETE |
7973 | 2024-12-20T23:23:28.261Z | [ recovery-image] Dec 20 23:23:27.016 INFO O| Dec 20 23:23:27.016 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7974 | 2024-12-20T23:23:28.278Z | [ recovery-image] Dec 20 23:23:27.032 INFO O| Dec 20 23:23:27.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7975 | 2024-12-20T23:23:28.278Z | [ recovery-image] Dec 20 23:23:27.032 INFO O| Dec 20 23:23:27.032 INFO STEP 1191 (remove_files) COMPLETE |
7976 | 2024-12-20T23:23:28.281Z | [ recovery-image] Dec 20 23:23:27.032 INFO O| Dec 20 23:23:27.032 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7977 | 2024-12-20T23:23:28.313Z | [ recovery-image] Dec 20 23:23:27.068 INFO O| Dec 20 23:23:27.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7978 | 2024-12-20T23:23:28.316Z | [ recovery-image] Dec 20 23:23:27.068 INFO O| Dec 20 23:23:27.068 INFO STEP 1192 (remove_files) COMPLETE |
7979 | 2024-12-20T23:23:28.316Z | [ recovery-image] Dec 20 23:23:27.068 INFO O| Dec 20 23:23:27.068 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7980 | 2024-12-20T23:23:28.332Z | [ recovery-image] Dec 20 23:23:27.086 INFO O| Dec 20 23:23:27.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7981 | 2024-12-20T23:23:28.335Z | [ recovery-image] Dec 20 23:23:27.086 INFO O| Dec 20 23:23:27.086 INFO STEP 1193 (remove_files) COMPLETE |
7982 | 2024-12-20T23:23:28.335Z | [ recovery-image] Dec 20 23:23:27.086 INFO O| Dec 20 23:23:27.086 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7983 | 2024-12-20T23:23:28.358Z | [ recovery-image] Dec 20 23:23:27.113 INFO O| Dec 20 23:23:27.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7984 | 2024-12-20T23:23:28.358Z | [ recovery-image] Dec 20 23:23:27.113 INFO O| Dec 20 23:23:27.113 INFO STEP 1194 (remove_files) COMPLETE |
7985 | 2024-12-20T23:23:28.361Z | [ recovery-image] Dec 20 23:23:27.113 INFO O| Dec 20 23:23:27.113 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7986 | 2024-12-20T23:23:28.377Z | [ recovery-image] Dec 20 23:23:27.133 INFO O| Dec 20 23:23:27.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7987 | 2024-12-20T23:23:28.378Z | [ recovery-image] Dec 20 23:23:27.133 INFO O| Dec 20 23:23:27.133 INFO STEP 1195 (remove_files) COMPLETE |
7988 | 2024-12-20T23:23:28.378Z | [ recovery-image] Dec 20 23:23:27.133 INFO O| Dec 20 23:23:27.133 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7989 | 2024-12-20T23:23:28.404Z | [ recovery-image] Dec 20 23:23:27.159 INFO O| Dec 20 23:23:27.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7990 | 2024-12-20T23:23:28.404Z | [ recovery-image] Dec 20 23:23:27.159 INFO O| Dec 20 23:23:27.159 INFO STEP 1196 (remove_files) COMPLETE |
7991 | 2024-12-20T23:23:28.404Z | [ recovery-image] Dec 20 23:23:27.159 INFO O| Dec 20 23:23:27.159 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7992 | 2024-12-20T23:23:28.441Z | [ recovery-image] Dec 20 23:23:27.197 INFO O| Dec 20 23:23:27.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7993 | 2024-12-20T23:23:28.441Z | [ recovery-image] Dec 20 23:23:27.197 INFO O| Dec 20 23:23:27.197 INFO STEP 1197 (remove_files) COMPLETE |
7994 | 2024-12-20T23:23:28.441Z | [ recovery-image] Dec 20 23:23:27.197 INFO O| Dec 20 23:23:27.197 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7995 | 2024-12-20T23:23:28.503Z | [ recovery-image] Dec 20 23:23:27.258 INFO O| Dec 20 23:23:27.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7996 | 2024-12-20T23:23:28.503Z | [ recovery-image] Dec 20 23:23:27.259 INFO O| Dec 20 23:23:27.258 INFO STEP 1198 (remove_files) COMPLETE |
7997 | 2024-12-20T23:23:28.503Z | [ recovery-image] Dec 20 23:23:27.259 INFO O| Dec 20 23:23:27.258 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7998 | 2024-12-20T23:23:28.542Z | [ recovery-image] Dec 20 23:23:27.298 INFO O| Dec 20 23:23:27.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7999 | 2024-12-20T23:23:28.542Z | [ recovery-image] Dec 20 23:23:27.298 INFO O| Dec 20 23:23:27.298 INFO STEP 1199 (remove_files) COMPLETE |
8000 | 2024-12-20T23:23:28.545Z | [ recovery-image] Dec 20 23:23:27.298 INFO O| Dec 20 23:23:27.298 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8001 | 2024-12-20T23:23:28.563Z | [ recovery-image] Dec 20 23:23:27.318 INFO O| Dec 20 23:23:27.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
8002 | 2024-12-20T23:23:28.563Z | [ recovery-image] Dec 20 23:23:27.318 INFO O| Dec 20 23:23:27.318 INFO STEP 1200 (remove_files) COMPLETE |
8003 | 2024-12-20T23:23:28.565Z | [ recovery-image] Dec 20 23:23:27.318 INFO O| Dec 20 23:23:27.318 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8004 | 2024-12-20T23:23:28.599Z | [ recovery-image] Dec 20 23:23:27.354 INFO O| Dec 20 23:23:27.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
8005 | 2024-12-20T23:23:28.599Z | [ recovery-image] Dec 20 23:23:27.354 INFO O| Dec 20 23:23:27.354 INFO STEP 1201 (remove_files) COMPLETE |
8006 | 2024-12-20T23:23:28.602Z | [ recovery-image] Dec 20 23:23:27.354 INFO O| Dec 20 23:23:27.354 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8007 | 2024-12-20T23:23:28.619Z | [ recovery-image] Dec 20 23:23:27.374 INFO O| Dec 20 23:23:27.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
8008 | 2024-12-20T23:23:28.619Z | [ recovery-image] Dec 20 23:23:27.374 INFO O| Dec 20 23:23:27.374 INFO STEP 1202 (remove_files) COMPLETE |
8009 | 2024-12-20T23:23:28.619Z | [ recovery-image] Dec 20 23:23:27.374 INFO O| Dec 20 23:23:27.374 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8010 | 2024-12-20T23:23:28.638Z | [ recovery-image] Dec 20 23:23:27.393 INFO O| Dec 20 23:23:27.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
8011 | 2024-12-20T23:23:28.638Z | [ recovery-image] Dec 20 23:23:27.393 INFO O| Dec 20 23:23:27.393 INFO STEP 1203 (remove_files) COMPLETE |
8012 | 2024-12-20T23:23:28.638Z | [ recovery-image] Dec 20 23:23:27.393 INFO O| Dec 20 23:23:27.393 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8013 | 2024-12-20T23:23:28.676Z | [ recovery-image] Dec 20 23:23:27.429 INFO O| Dec 20 23:23:27.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
8014 | 2024-12-20T23:23:28.676Z | [ recovery-image] Dec 20 23:23:27.429 INFO O| Dec 20 23:23:27.429 INFO STEP 1204 (remove_files) COMPLETE |
8015 | 2024-12-20T23:23:28.676Z | [ recovery-image] Dec 20 23:23:27.429 INFO O| Dec 20 23:23:27.429 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8016 | 2024-12-20T23:23:28.753Z | [ recovery-image] Dec 20 23:23:27.508 INFO O| Dec 20 23:23:27.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
8017 | 2024-12-20T23:23:28.753Z | [ recovery-image] Dec 20 23:23:27.509 INFO O| Dec 20 23:23:27.508 INFO STEP 1205 (remove_files) COMPLETE |
8018 | 2024-12-20T23:23:28.753Z | [ recovery-image] Dec 20 23:23:27.509 INFO O| Dec 20 23:23:27.509 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
8019 | 2024-12-20T23:23:28.877Z | [ recovery-image] Dec 20 23:23:27.632 INFO O| Dec 20 23:23:27.632 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
8020 | 2024-12-20T23:23:28.880Z | [ recovery-image] Dec 20 23:23:27.632 INFO O| Dec 20 23:23:27.632 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
8021 | 2024-12-20T23:23:29.226Z | [ host-image] Dec 20 23:23:27.981 INFO O| Dec 20 23:23:27.981 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8022 | 2024-12-20T23:23:30.577Z | [ recovery-image] Dec 20 23:23:29.332 INFO O| Dec 20 23:23:29.332 INFO STEP 1206 (pack_tar) COMPLETE |
8023 | 2024-12-20T23:23:30.577Z | [ recovery-image] Dec 20 23:23:29.332 INFO O| Dec 20 23:23:29.332 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8024 | 2024-12-20T23:23:30.581Z | [ recovery-image] Dec 20 23:23:29.332 INFO O| Dec 20 23:23:29.332 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8025 | 2024-12-20T23:23:30.880Z | [ recovery-image] Dec 20 23:23:29.635 INFO O| Dec 20 23:23:29.634 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8026 | 2024-12-20T23:23:31.005Z | [ recovery-image] Dec 20 23:23:29.760 INFO O| Dec 20 23:23:29.760 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8027 | 2024-12-20T23:23:31.016Z | [ recovery-image] Dec 20 23:23:29.770 INFO image builder template: zfs-recovery... |
8028 | 2024-12-20T23:23:31.016Z | [ recovery-image] Dec 20 23:23:29.770 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/.tmp8ONQdI/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 |
8029 | 2024-12-20T23:23:31.067Z | [ recovery-image] Dec 20 23:23:29.822 INFO O| Dec 20 23:23:29.822 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8030 | 2024-12-20T23:23:31.088Z | [ recovery-image] Dec 20 23:23:29.843 INFO O| Dec 20 23:23:29.843 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8031 | 2024-12-20T23:23:31.180Z | [ recovery-image] Dec 20 23:23:29.934 INFO O| Dec 20 23:23:29.934 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8032 | 2024-12-20T23:23:31.295Z | [ recovery-image] Dec 20 23:23:30.031 INFO O| Dec 20 23:23:30.031 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8033 | 2024-12-20T23:23:31.295Z | [ recovery-image] Dec 20 23:23:30.031 INFO O| Dec 20 23:23:30.031 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8034 | 2024-12-20T23:23:31.310Z | [ recovery-image] Dec 20 23:23:30.038 INFO O| Dec 20 23:23:30.038 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8035 | 2024-12-20T23:23:31.391Z | [ recovery-image] Dec 20 23:23:30.137 INFO O| Dec 20 23:23:30.137 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8036 | 2024-12-20T23:23:31.561Z | [ recovery-image] Dec 20 23:23:30.291 INFO O| Dec 20 23:23:30.291 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8037 | 2024-12-20T23:23:31.594Z | [ recovery-image] Dec 20 23:23:30.308 INFO O| Dec 20 23:23:30.307 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8038 | 2024-12-20T23:23:31.595Z | [ recovery-image] Dec 20 23:23:30.316 INFO O| Dec 20 23:23:30.316 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8039 | 2024-12-20T23:23:31.595Z | [ recovery-image] Dec 20 23:23:30.325 INFO O| Dec 20 23:23:30.325 INFO no lofi found |
8040 | 2024-12-20T23:23:31.595Z | [ recovery-image] Dec 20 23:23:30.325 INFO O| Dec 20 23:23:30.325 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8041 | 2024-12-20T23:23:31.595Z | [ recovery-image] Dec 20 23:23:30.325 INFO O| Dec 20 23:23:30.325 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8042 | 2024-12-20T23:23:33.238Z | [ host-image] Dec 20 23:23:31.993 INFO O| Dec 20 23:23:31.993 INFO O| Planning: Solver setup ... Done |
8043 | 2024-12-20T23:23:33.243Z | [ host-image] Dec 20 23:23:31.997 INFO O| Dec 20 23:23:31.997 INFO O| Planning: Running solver ... Done |
8044 | 2024-12-20T23:23:33.257Z | [ recovery-image] Dec 20 23:23:32.010 INFO O| Dec 20 23:23:32.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
8045 | 2024-12-20T23:23:33.257Z | [ recovery-image] Dec 20 23:23:32.010 INFO O| Dec 20 23:23:32.010 INFO pool device = /dev/dsk/c2t1d0p0 |
8046 | 2024-12-20T23:23:33.257Z | [ recovery-image] Dec 20 23:23:32.011 INFO O| Dec 20 23:23:32.010 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"] |
8047 | 2024-12-20T23:23:33.337Z | [ host-image] Dec 20 23:23:32.092 INFO O| Dec 20 23:23:32.092 INFO O| Planning: Finding local manifests ... Done |
8048 | 2024-12-20T23:23:33.340Z | [ host-image] Dec 20 23:23:32.093 INFO O| Dec 20 23:23:32.093 INFO O| Planning: Fetching manifests: 0/1 0% complete |
8049 | 2024-12-20T23:23:33.361Z | [ recovery-image] Dec 20 23:23:32.115 INFO O| Dec 20 23:23:32.115 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8050 | 2024-12-20T23:23:33.361Z | [ recovery-image] Dec 20 23:23:32.115 INFO O| Dec 20 23:23:32.115 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8051 | 2024-12-20T23:23:33.389Z | [ recovery-image] Dec 20 23:23:32.143 INFO O| Dec 20 23:23:32.143 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8052 | 2024-12-20T23:23:33.468Z | [ host-image] Dec 20 23:23:32.222 INFO O| Dec 20 23:23:32.222 INFO O| Planning: Fetching manifests: 1/1 100% complete |
8053 | 2024-12-20T23:23:33.479Z | [ recovery-image] Dec 20 23:23:32.234 INFO O| Dec 20 23:23:32.234 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8054 | 2024-12-20T23:23:33.493Z | [ host-image] Dec 20 23:23:32.247 INFO O| Dec 20 23:23:32.247 INFO O| Planning: Package planning ... Done |
8055 | 2024-12-20T23:23:33.496Z | [ host-image] Dec 20 23:23:32.248 INFO O| Dec 20 23:23:32.248 INFO O| Planning: Merging actions ... Done |
8056 | 2024-12-20T23:23:33.525Z | [ recovery-image] Dec 20 23:23:32.279 INFO O| Dec 20 23:23:32.279 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8057 | 2024-12-20T23:23:33.544Z | [ recovery-image] Dec 20 23:23:32.299 INFO O| Dec 20 23:23:32.299 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8058 | 2024-12-20T23:23:33.560Z | [ recovery-image] Dec 20 23:23:32.315 INFO O| Dec 20 23:23:32.314 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8059 | 2024-12-20T23:23:33.591Z | [ host-image] Dec 20 23:23:32.344 INFO O| Dec 20 23:23:32.344 INFO O| Planning: Checking for conflicting actions ... Done |
8060 | 2024-12-20T23:23:33.595Z | [ host-image] Dec 20 23:23:32.345 INFO O| Dec 20 23:23:32.344 INFO O| Planning: Consolidating action changes ... Done |
8061 | 2024-12-20T23:23:33.614Z | [ recovery-image] Dec 20 23:23:32.369 INFO O| Dec 20 23:23:32.368 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8062 | 2024-12-20T23:23:33.617Z | [ recovery-image] Dec 20 23:23:32.369 INFO O| Dec 20 23:23:32.369 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8063 | 2024-12-20T23:23:33.617Z | [ recovery-image] Dec 20 23:23:32.369 INFO O| Dec 20 23:23:32.369 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8064 | 2024-12-20T23:23:33.637Z | [ recovery-image] Dec 20 23:23:32.391 INFO O| Dec 20 23:23:32.391 INFO boot environment UUID: 24b5c5e2-afa3-42e8-b4ca-eedb057acfd8 |
8065 | 2024-12-20T23:23:33.637Z | [ recovery-image] Dec 20 23:23:32.392 INFO O| Dec 20 23:23:32.391 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 24b5c5e2-afa3-42e8-b4ca-eedb057acfd8 |
8066 | 2024-12-20T23:23:33.654Z | [ recovery-image] Dec 20 23:23:32.409 INFO O| Dec 20 23:23:32.409 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8067 | 2024-12-20T23:23:33.670Z | [ recovery-image] Dec 20 23:23:32.425 INFO O| Dec 20 23:23:32.425 INFO STEP 0 (create_be) COMPLETE |
8068 | 2024-12-20T23:23:33.670Z | [ recovery-image] Dec 20 23:23:32.425 INFO O| Dec 20 23:23:32.425 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8069 | 2024-12-20T23:23:33.695Z | [ recovery-image] Dec 20 23:23:32.450 INFO O| Dec 20 23:23:32.450 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"] |
8070 | 2024-12-20T23:23:33.835Z | [ host-image] Dec 20 23:23:32.589 INFO O| Dec 20 23:23:32.589 INFO O| Planning: Evaluating mediators ... Done |
8071 | 2024-12-20T23:23:33.838Z | [ host-image] Dec 20 23:23:32.591 INFO O| Dec 20 23:23:32.591 INFO O| Planning: Planning completed in 4.61 seconds |
8072 | 2024-12-20T23:23:33.840Z | [ host-image] Dec 20 23:23:32.595 INFO O| Dec 20 23:23:32.595 INFO O| Packages to install: 1 |
8073 | 2024-12-20T23:23:33.870Z | [ host-image] Dec 20 23:23:32.625 INFO O| Dec 20 23:23:32.625 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
8074 | 2024-12-20T23:23:34.127Z | [ host-image] Dec 20 23:23:32.882 INFO O| Dec 20 23:23:32.881 INFO O| Download: Completed 9.99 MB in 0.26 seconds (38.9M/s) |
8075 | 2024-12-20T23:23:34.252Z | [ host-image] Dec 20 23:23:33.007 INFO O| Dec 20 23:23:33.007 INFO O| Actions: 1/22 actions (Installing new actions) |
8076 | 2024-12-20T23:23:34.688Z | [ host-image] Dec 20 23:23:33.442 INFO O| Dec 20 23:23:33.442 INFO O| Actions: Completed 22 actions in 0.44 seconds. |
8077 | 2024-12-20T23:23:35.823Z | [ host-image] Dec 20 23:23:33.979 INFO O| Dec 20 23:23:33.979 INFO O| Done |
8078 | 2024-12-20T23:23:35.823Z | [ host-image] Dec 20 23:23:33.979 INFO O| Dec 20 23:23:33.979 INFO O| Done |
8079 | 2024-12-20T23:23:36.027Z | [ host-image] Dec 20 23:23:34.781 INFO O| Dec 20 23:23:34.780 INFO O| Done |
8080 | 2024-12-20T23:23:37.131Z | [ recovery-image] Dec 20 23:23:35.885 INFO O| Dec 20 23:23:35.885 INFO STEP 1 (unpack_tar) COMPLETE |
8081 | 2024-12-20T23:23:37.131Z | [ recovery-image] Dec 20 23:23:35.885 INFO O| Dec 20 23:23:35.885 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8082 | 2024-12-20T23:23:37.176Z | [ recovery-image] Dec 20 23:23:35.930 INFO O| Dec 20 23:23:35.930 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8083 | 2024-12-20T23:23:37.524Z | [ recovery-image] Dec 20 23:23:36.277 INFO O| Dec 20 23:23:36.277 INFO STEP 2 (devfsadm) COMPLETE |
8084 | 2024-12-20T23:23:37.524Z | [ recovery-image] Dec 20 23:23:36.277 INFO O| Dec 20 23:23:36.277 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8085 | 2024-12-20T23:23:37.541Z | [ recovery-image] Dec 20 23:23:36.295 INFO O| Dec 20 23:23:36.295 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8086 | 2024-12-20T23:23:37.541Z | [ recovery-image] Dec 20 23:23:36.295 INFO O| Dec 20 23:23:36.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8087 | 2024-12-20T23:23:37.541Z | [ recovery-image] Dec 20 23:23:36.295 INFO O| Dec 20 23:23:36.295 INFO STEP 3 (ensure_dir) COMPLETE |
8088 | 2024-12-20T23:23:37.544Z | [ recovery-image] Dec 20 23:23:36.295 INFO O| Dec 20 23:23:36.295 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8089 | 2024-12-20T23:23:37.558Z | [ recovery-image] Dec 20 23:23:36.312 INFO O| Dec 20 23:23:36.311 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8090 | 2024-12-20T23:23:37.558Z | [ recovery-image] Dec 20 23:23:36.312 INFO O| Dec 20 23:23:36.312 INFO STEP 4 (ensure_dir) COMPLETE |
8091 | 2024-12-20T23:23:37.558Z | [ recovery-image] Dec 20 23:23:36.312 INFO O| Dec 20 23:23:36.312 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8092 | 2024-12-20T23:23:37.574Z | [ recovery-image] Dec 20 23:23:36.328 INFO O| Dec 20 23:23:36.328 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8093 | 2024-12-20T23:23:37.574Z | [ recovery-image] Dec 20 23:23:36.328 INFO O| Dec 20 23:23:36.328 INFO STEP 5 (ensure_dir) COMPLETE |
8094 | 2024-12-20T23:23:37.577Z | [ recovery-image] Dec 20 23:23:36.328 INFO O| Dec 20 23:23:36.328 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8095 | 2024-12-20T23:23:37.590Z | [ recovery-image] Dec 20 23:23:36.344 INFO O| Dec 20 23:23:36.344 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8096 | 2024-12-20T23:23:37.591Z | [ recovery-image] Dec 20 23:23:36.344 INFO O| Dec 20 23:23:36.344 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8097 | 2024-12-20T23:23:37.591Z | [ recovery-image] Dec 20 23:23:36.344 INFO O| Dec 20 23:23:36.344 INFO STEP 6 (ensure_dir) COMPLETE |
8098 | 2024-12-20T23:23:37.593Z | [ recovery-image] Dec 20 23:23:36.344 INFO O| Dec 20 23:23:36.344 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8099 | 2024-12-20T23:23:37.603Z | [ recovery-image] Dec 20 23:23:36.357 INFO O| Dec 20 23:23:36.356 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8100 | 2024-12-20T23:23:37.605Z | [ recovery-image] Dec 20 23:23:36.357 INFO O| Dec 20 23:23:36.357 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8101 | 2024-12-20T23:23:37.605Z | [ recovery-image] Dec 20 23:23:36.357 INFO O| Dec 20 23:23:36.357 INFO STEP 7 (ensure_dir) COMPLETE |
8102 | 2024-12-20T23:23:37.605Z | [ recovery-image] Dec 20 23:23:36.357 INFO O| Dec 20 23:23:36.357 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8103 | 2024-12-20T23:23:37.619Z | [ recovery-image] Dec 20 23:23:36.373 INFO O| Dec 20 23:23:36.373 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8104 | 2024-12-20T23:23:37.622Z | [ recovery-image] Dec 20 23:23:36.373 INFO O| Dec 20 23:23:36.373 INFO STEP 8 (remove_files) COMPLETE |
8105 | 2024-12-20T23:23:37.622Z | [ recovery-image] Dec 20 23:23:36.373 INFO O| Dec 20 23:23:36.373 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8106 | 2024-12-20T23:23:37.636Z | [ recovery-image] Dec 20 23:23:36.389 INFO O| Dec 20 23:23:36.389 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8107 | 2024-12-20T23:23:37.639Z | [ recovery-image] Dec 20 23:23:36.391 INFO O| Dec 20 23:23:36.390 INFO STEP 9 (remove_files) COMPLETE |
8108 | 2024-12-20T23:23:37.639Z | [ recovery-image] Dec 20 23:23:36.391 INFO O| Dec 20 23:23:36.390 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8109 | 2024-12-20T23:23:37.654Z | [ recovery-image] Dec 20 23:23:36.408 INFO O| Dec 20 23:23:36.407 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8110 | 2024-12-20T23:23:37.656Z | [ recovery-image] Dec 20 23:23:36.409 INFO O| Dec 20 23:23:36.409 INFO STEP 10 (remove_files) COMPLETE |
8111 | 2024-12-20T23:23:37.656Z | [ recovery-image] Dec 20 23:23:36.409 INFO O| Dec 20 23:23:36.409 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8112 | 2024-12-20T23:23:37.672Z | [ recovery-image] Dec 20 23:23:36.426 INFO O| Dec 20 23:23:36.426 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8113 | 2024-12-20T23:23:37.672Z | [ recovery-image] Dec 20 23:23:36.426 INFO O| Dec 20 23:23:36.426 INFO STEP 11 (remove_files) COMPLETE |
8114 | 2024-12-20T23:23:37.675Z | [ recovery-image] Dec 20 23:23:36.426 INFO O| Dec 20 23:23:36.426 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8115 | 2024-12-20T23:23:37.690Z | [ recovery-image] Dec 20 23:23:36.444 INFO O| Dec 20 23:23:36.444 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8116 | 2024-12-20T23:23:37.690Z | [ recovery-image] Dec 20 23:23:36.444 INFO O| Dec 20 23:23:36.444 INFO STEP 12 (remove_files) COMPLETE |
8117 | 2024-12-20T23:23:37.690Z | [ recovery-image] Dec 20 23:23:36.444 INFO O| Dec 20 23:23:36.444 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8118 | 2024-12-20T23:23:37.705Z | [ recovery-image] Dec 20 23:23:36.459 INFO O| Dec 20 23:23:36.459 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8119 | 2024-12-20T23:23:37.705Z | [ recovery-image] Dec 20 23:23:36.459 INFO O| Dec 20 23:23:36.459 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8120 | 2024-12-20T23:23:37.708Z | [ recovery-image] Dec 20 23:23:36.459 INFO O| Dec 20 23:23:36.459 INFO STEP 13 (ensure_dir) COMPLETE |
8121 | 2024-12-20T23:23:37.708Z | [ recovery-image] Dec 20 23:23:36.459 INFO O| Dec 20 23:23:36.459 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8122 | 2024-12-20T23:23:37.721Z | [ recovery-image] Dec 20 23:23:36.475 INFO O| Dec 20 23:23:36.475 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8123 | 2024-12-20T23:23:37.721Z | [ recovery-image] Dec 20 23:23:36.475 INFO O| Dec 20 23:23:36.475 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8124 | 2024-12-20T23:23:37.721Z | [ recovery-image] Dec 20 23:23:36.475 INFO O| Dec 20 23:23:36.475 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8125 | 2024-12-20T23:23:37.721Z | [ recovery-image] Dec 20 23:23:36.475 INFO O| Dec 20 23:23:36.475 INFO STEP 14 (ensure_dir) COMPLETE |
8126 | 2024-12-20T23:23:37.724Z | [ recovery-image] Dec 20 23:23:36.475 INFO O| Dec 20 23:23:36.475 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8127 | 2024-12-20T23:23:37.734Z | [ recovery-image] Dec 20 23:23:36.487 INFO O| Dec 20 23:23:36.487 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8128 | 2024-12-20T23:23:37.734Z | [ recovery-image] Dec 20 23:23:36.488 INFO O| Dec 20 23:23:36.487 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8129 | 2024-12-20T23:23:37.736Z | [ recovery-image] Dec 20 23:23:36.488 INFO O| Dec 20 23:23:36.488 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8130 | 2024-12-20T23:23:37.737Z | [ recovery-image] Dec 20 23:23:36.488 INFO O| Dec 20 23:23:36.488 INFO STEP 15 (ensure_dir) COMPLETE |
8131 | 2024-12-20T23:23:37.737Z | [ recovery-image] Dec 20 23:23:36.488 INFO O| Dec 20 23:23:36.488 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8132 | 2024-12-20T23:23:37.749Z | [ recovery-image] Dec 20 23:23:36.503 INFO O| Dec 20 23:23:36.503 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8133 | 2024-12-20T23:23:37.749Z | [ recovery-image] Dec 20 23:23:36.503 INFO O| Dec 20 23:23:36.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8134 | 2024-12-20T23:23:37.749Z | [ recovery-image] Dec 20 23:23:36.503 INFO O| Dec 20 23:23:36.503 INFO STEP 16 (ensure_dir) COMPLETE |
8135 | 2024-12-20T23:23:37.753Z | [ recovery-image] Dec 20 23:23:36.503 INFO O| Dec 20 23:23:36.503 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8136 | 2024-12-20T23:23:37.761Z | [ recovery-image] Dec 20 23:23:36.515 INFO O| Dec 20 23:23:36.515 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8137 | 2024-12-20T23:23:37.761Z | [ recovery-image] Dec 20 23:23:36.515 INFO O| Dec 20 23:23:36.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8138 | 2024-12-20T23:23:37.763Z | [ recovery-image] Dec 20 23:23:36.515 INFO O| Dec 20 23:23:36.515 INFO STEP 17 (ensure_dir) COMPLETE |
8139 | 2024-12-20T23:23:37.763Z | [ recovery-image] Dec 20 23:23:36.515 INFO O| Dec 20 23:23:36.515 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8140 | 2024-12-20T23:23:37.775Z | [ recovery-image] Dec 20 23:23:36.529 INFO O| Dec 20 23:23:36.529 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8141 | 2024-12-20T23:23:37.775Z | [ recovery-image] Dec 20 23:23:36.529 INFO O| Dec 20 23:23:36.529 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8142 | 2024-12-20T23:23:37.775Z | [ recovery-image] Dec 20 23:23:36.529 INFO O| Dec 20 23:23:36.529 INFO ok! |
8143 | 2024-12-20T23:23:37.775Z | [ recovery-image] Dec 20 23:23:36.529 INFO O| Dec 20 23:23:36.529 INFO STEP 18 (ensure_symlink) COMPLETE |
8144 | 2024-12-20T23:23:37.775Z | [ recovery-image] Dec 20 23:23:36.529 INFO O| Dec 20 23:23:36.529 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8145 | 2024-12-20T23:23:37.786Z | [ recovery-image] Dec 20 23:23:36.540 INFO O| Dec 20 23:23:36.540 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8146 | 2024-12-20T23:23:37.786Z | [ recovery-image] Dec 20 23:23:36.540 INFO O| Dec 20 23:23:36.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8147 | 2024-12-20T23:23:37.786Z | [ recovery-image] Dec 20 23:23:36.540 INFO O| Dec 20 23:23:36.540 INFO ok! |
8148 | 2024-12-20T23:23:37.790Z | [ recovery-image] Dec 20 23:23:36.540 INFO O| Dec 20 23:23:36.540 INFO STEP 19 (ensure_file) COMPLETE |
8149 | 2024-12-20T23:23:37.790Z | [ recovery-image] Dec 20 23:23:36.540 INFO O| Dec 20 23:23:36.540 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8150 | 2024-12-20T23:23:37.799Z | [ recovery-image] Dec 20 23:23:36.553 INFO O| Dec 20 23:23:36.553 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8151 | 2024-12-20T23:23:37.800Z | [ recovery-image] Dec 20 23:23:36.553 INFO O| Dec 20 23:23:36.553 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8152 | 2024-12-20T23:23:37.812Z | [ recovery-image] Dec 20 23:23:36.553 INFO O| Dec 20 23:23:36.553 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8153 | 2024-12-20T23:23:37.812Z | [ recovery-image] Dec 20 23:23:36.553 INFO O| Dec 20 23:23:36.553 INFO ok! |
8154 | 2024-12-20T23:23:37.812Z | [ recovery-image] Dec 20 23:23:36.553 INFO O| Dec 20 23:23:36.553 INFO STEP 20 (ensure_symlink) COMPLETE |
8155 | 2024-12-20T23:23:37.812Z | [ recovery-image] Dec 20 23:23:36.553 INFO O| Dec 20 23:23:36.553 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8156 | 2024-12-20T23:23:37.815Z | [ recovery-image] Dec 20 23:23:36.569 INFO O| Dec 20 23:23:36.569 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8157 | 2024-12-20T23:23:37.815Z | [ recovery-image] Dec 20 23:23:36.569 INFO O| Dec 20 23:23:36.569 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8158 | 2024-12-20T23:23:37.818Z | [ recovery-image] Dec 20 23:23:36.569 INFO O| Dec 20 23:23:36.569 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8159 | 2024-12-20T23:23:37.818Z | [ recovery-image] Dec 20 23:23:36.569 INFO O| Dec 20 23:23:36.569 INFO ok! |
8160 | 2024-12-20T23:23:37.818Z | [ recovery-image] Dec 20 23:23:36.569 INFO O| Dec 20 23:23:36.569 INFO STEP 21 (ensure_symlink) COMPLETE |
8161 | 2024-12-20T23:23:37.818Z | [ recovery-image] Dec 20 23:23:36.569 INFO O| Dec 20 23:23:36.569 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8162 | 2024-12-20T23:23:37.830Z | [ recovery-image] Dec 20 23:23:36.583 INFO O| Dec 20 23:23:36.582 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8163 | 2024-12-20T23:23:37.830Z | [ recovery-image] Dec 20 23:23:36.583 INFO O| Dec 20 23:23:36.583 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8164 | 2024-12-20T23:23:37.833Z | [ recovery-image] Dec 20 23:23:36.583 INFO O| Dec 20 23:23:36.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8165 | 2024-12-20T23:23:37.833Z | [ recovery-image] Dec 20 23:23:36.583 INFO O| Dec 20 23:23:36.583 INFO ok! |
8166 | 2024-12-20T23:23:37.833Z | [ recovery-image] Dec 20 23:23:36.583 INFO O| Dec 20 23:23:36.583 INFO STEP 22 (ensure_symlink) COMPLETE |
8167 | 2024-12-20T23:23:37.833Z | [ recovery-image] Dec 20 23:23:36.583 INFO O| Dec 20 23:23:36.583 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8168 | 2024-12-20T23:23:37.842Z | [ recovery-image] Dec 20 23:23:36.596 INFO O| Dec 20 23:23:36.596 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8169 | 2024-12-20T23:23:37.842Z | [ recovery-image] Dec 20 23:23:36.596 INFO O| Dec 20 23:23:36.596 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8170 | 2024-12-20T23:23:37.842Z | [ recovery-image] Dec 20 23:23:36.596 INFO O| Dec 20 23:23:36.596 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8171 | 2024-12-20T23:23:37.845Z | [ recovery-image] Dec 20 23:23:36.596 INFO O| Dec 20 23:23:36.596 INFO ok! |
8172 | 2024-12-20T23:23:37.845Z | [ recovery-image] Dec 20 23:23:36.596 INFO O| Dec 20 23:23:36.596 INFO STEP 23 (ensure_symlink) COMPLETE |
8173 | 2024-12-20T23:23:37.845Z | [ recovery-image] Dec 20 23:23:36.596 INFO O| Dec 20 23:23:36.596 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8174 | 2024-12-20T23:23:37.858Z | [ recovery-image] Dec 20 23:23:36.612 INFO O| Dec 20 23:23:36.612 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8175 | 2024-12-20T23:23:37.858Z | [ recovery-image] Dec 20 23:23:36.612 INFO O| Dec 20 23:23:36.612 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 ... |
8176 | 2024-12-20T23:23:37.866Z | [ recovery-image] Dec 20 23:23:36.612 INFO O| Dec 20 23:23:36.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8177 | 2024-12-20T23:23:37.866Z | [ recovery-image] Dec 20 23:23:36.612 INFO O| Dec 20 23:23:36.612 INFO ok! |
8178 | 2024-12-20T23:23:37.866Z | [ recovery-image] Dec 20 23:23:36.612 INFO O| Dec 20 23:23:36.612 INFO STEP 24 (ensure_file) COMPLETE |
8179 | 2024-12-20T23:23:37.866Z | [ recovery-image] Dec 20 23:23:36.612 INFO O| Dec 20 23:23:36.612 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8180 | 2024-12-20T23:23:37.871Z | [ recovery-image] Dec 20 23:23:36.625 INFO O| Dec 20 23:23:36.625 INFO updating shadow file |
8181 | 2024-12-20T23:23:37.879Z | [ recovery-image] Dec 20 23:23:36.626 INFO O| Dec 20 23:23:36.626 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8182 | 2024-12-20T23:23:37.879Z | [ recovery-image] Dec 20 23:23:36.626 INFO O| Dec 20 23:23:36.626 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8183 | 2024-12-20T23:23:37.879Z | [ recovery-image] Dec 20 23:23:36.626 INFO O| Dec 20 23:23:36.626 INFO STEP 25 (shadow) COMPLETE |
8184 | 2024-12-20T23:23:37.879Z | [ recovery-image] Dec 20 23:23:36.626 INFO O| Dec 20 23:23:36.626 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8185 | 2024-12-20T23:23:37.887Z | [ recovery-image] Dec 20 23:23:36.641 INFO O| Dec 20 23:23:36.641 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8186 | 2024-12-20T23:23:37.887Z | [ recovery-image] Dec 20 23:23:36.641 INFO O| Dec 20 23:23:36.641 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8187 | 2024-12-20T23:23:37.889Z | [ recovery-image] Dec 20 23:23:36.641 INFO O| Dec 20 23:23:36.641 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8188 | 2024-12-20T23:23:37.890Z | [ recovery-image] Dec 20 23:23:36.641 INFO O| Dec 20 23:23:36.641 INFO ok! |
8189 | 2024-12-20T23:23:37.890Z | [ recovery-image] Dec 20 23:23:36.641 INFO O| Dec 20 23:23:36.641 INFO STEP 26 (ensure_file) COMPLETE |
8190 | 2024-12-20T23:23:37.890Z | [ recovery-image] Dec 20 23:23:36.641 INFO O| Dec 20 23:23:36.641 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8191 | 2024-12-20T23:23:37.901Z | [ recovery-image] Dec 20 23:23:36.655 INFO O| Dec 20 23:23:36.655 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8192 | 2024-12-20T23:23:37.901Z | [ recovery-image] Dec 20 23:23:36.655 INFO O| Dec 20 23:23:36.655 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8193 | 2024-12-20T23:23:37.905Z | [ recovery-image] Dec 20 23:23:36.655 INFO O| Dec 20 23:23:36.655 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8194 | 2024-12-20T23:23:37.905Z | [ recovery-image] Dec 20 23:23:36.655 INFO O| Dec 20 23:23:36.655 INFO ok! |
8195 | 2024-12-20T23:23:37.905Z | [ recovery-image] Dec 20 23:23:36.655 INFO O| Dec 20 23:23:36.655 INFO STEP 27 (ensure_file) COMPLETE |
8196 | 2024-12-20T23:23:37.905Z | [ recovery-image] Dec 20 23:23:36.655 INFO O| Dec 20 23:23:36.655 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8197 | 2024-12-20T23:23:37.917Z | [ recovery-image] Dec 20 23:23:36.670 INFO O| Dec 20 23:23:36.670 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8198 | 2024-12-20T23:23:37.917Z | [ recovery-image] Dec 20 23:23:36.670 INFO O| Dec 20 23:23:36.670 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8199 | 2024-12-20T23:23:37.919Z | [ recovery-image] Dec 20 23:23:36.670 INFO O| Dec 20 23:23:36.670 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8200 | 2024-12-20T23:23:37.919Z | [ recovery-image] Dec 20 23:23:36.670 INFO O| Dec 20 23:23:36.670 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8201 | 2024-12-20T23:23:37.919Z | [ recovery-image] Dec 20 23:23:36.670 INFO O| Dec 20 23:23:36.670 INFO ok! |
8202 | 2024-12-20T23:23:37.919Z | [ recovery-image] Dec 20 23:23:36.670 INFO O| Dec 20 23:23:36.670 INFO STEP 28 (ensure_file) COMPLETE |
8203 | 2024-12-20T23:23:37.919Z | [ recovery-image] Dec 20 23:23:36.670 INFO O| Dec 20 23:23:36.670 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8204 | 2024-12-20T23:23:37.933Z | [ recovery-image] Dec 20 23:23:36.686 INFO O| Dec 20 23:23:36.686 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8205 | 2024-12-20T23:23:37.933Z | [ recovery-image] Dec 20 23:23:36.686 INFO O| Dec 20 23:23:36.686 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8206 | 2024-12-20T23:23:37.939Z | [ recovery-image] Dec 20 23:23:36.686 INFO O| Dec 20 23:23:36.686 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8207 | 2024-12-20T23:23:37.939Z | [ recovery-image] Dec 20 23:23:36.686 INFO O| Dec 20 23:23:36.686 INFO ok! |
8208 | 2024-12-20T23:23:37.939Z | [ recovery-image] Dec 20 23:23:36.686 INFO O| Dec 20 23:23:36.686 INFO STEP 29 (ensure_file) COMPLETE |
8209 | 2024-12-20T23:23:37.939Z | [ recovery-image] Dec 20 23:23:36.686 INFO O| Dec 20 23:23:36.686 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8210 | 2024-12-20T23:23:37.945Z | [ recovery-image] Dec 20 23:23:36.699 INFO O| Dec 20 23:23:36.698 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8211 | 2024-12-20T23:23:37.947Z | [ recovery-image] Dec 20 23:23:36.699 INFO O| Dec 20 23:23:36.698 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8212 | 2024-12-20T23:23:37.947Z | [ recovery-image] Dec 20 23:23:36.699 INFO O| Dec 20 23:23:36.699 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8213 | 2024-12-20T23:23:37.947Z | [ recovery-image] Dec 20 23:23:36.699 INFO O| Dec 20 23:23:36.699 INFO ok! |
8214 | 2024-12-20T23:23:37.947Z | [ recovery-image] Dec 20 23:23:36.699 INFO O| Dec 20 23:23:36.699 INFO STEP 30 (ensure_file) COMPLETE |
8215 | 2024-12-20T23:23:37.947Z | [ recovery-image] Dec 20 23:23:36.699 INFO O| Dec 20 23:23:36.699 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8216 | 2024-12-20T23:23:37.961Z | [ recovery-image] Dec 20 23:23:36.715 INFO O| Dec 20 23:23:36.714 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8217 | 2024-12-20T23:23:37.961Z | [ recovery-image] Dec 20 23:23:36.715 INFO O| Dec 20 23:23:36.715 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8218 | 2024-12-20T23:23:37.964Z | [ recovery-image] Dec 20 23:23:36.715 INFO O| Dec 20 23:23:36.715 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8219 | 2024-12-20T23:23:37.964Z | [ recovery-image] Dec 20 23:23:36.715 INFO O| Dec 20 23:23:36.715 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8220 | 2024-12-20T23:23:37.964Z | [ recovery-image] Dec 20 23:23:36.715 INFO O| Dec 20 23:23:36.715 INFO ok! |
8221 | 2024-12-20T23:23:37.964Z | [ recovery-image] Dec 20 23:23:36.715 INFO O| Dec 20 23:23:36.715 INFO STEP 31 (ensure_file) COMPLETE |
8222 | 2024-12-20T23:23:37.964Z | [ recovery-image] Dec 20 23:23:36.715 INFO O| Dec 20 23:23:36.715 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8223 | 2024-12-20T23:23:37.977Z | [ recovery-image] Dec 20 23:23:36.731 INFO O| Dec 20 23:23:36.731 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8224 | 2024-12-20T23:23:37.977Z | [ recovery-image] Dec 20 23:23:36.731 INFO O| Dec 20 23:23:36.731 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8225 | 2024-12-20T23:23:37.977Z | [ recovery-image] Dec 20 23:23:36.731 INFO O| Dec 20 23:23:36.731 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8226 | 2024-12-20T23:23:37.980Z | [ recovery-image] Dec 20 23:23:36.731 INFO O| Dec 20 23:23:36.731 INFO ok! |
8227 | 2024-12-20T23:23:37.980Z | [ recovery-image] Dec 20 23:23:36.731 INFO O| Dec 20 23:23:36.731 INFO STEP 32 (ensure_file) COMPLETE |
8228 | 2024-12-20T23:23:37.980Z | [ recovery-image] Dec 20 23:23:36.731 INFO O| Dec 20 23:23:36.731 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8229 | 2024-12-20T23:23:37.989Z | [ recovery-image] Dec 20 23:23:36.743 INFO O| Dec 20 23:23:36.743 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8230 | 2024-12-20T23:23:37.989Z | [ recovery-image] Dec 20 23:23:36.743 INFO O| Dec 20 23:23:36.743 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8231 | 2024-12-20T23:23:37.993Z | [ recovery-image] Dec 20 23:23:36.743 INFO O| Dec 20 23:23:36.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8232 | 2024-12-20T23:23:37.993Z | [ recovery-image] Dec 20 23:23:36.743 INFO O| Dec 20 23:23:36.743 INFO ok! |
8233 | 2024-12-20T23:23:37.993Z | [ recovery-image] Dec 20 23:23:36.743 INFO O| Dec 20 23:23:36.743 INFO STEP 33 (ensure_file) COMPLETE |
8234 | 2024-12-20T23:23:37.993Z | [ recovery-image] Dec 20 23:23:36.743 INFO O| Dec 20 23:23:36.743 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8235 | 2024-12-20T23:23:38.006Z | [ recovery-image] Dec 20 23:23:36.759 INFO O| Dec 20 23:23:36.759 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8236 | 2024-12-20T23:23:38.006Z | [ recovery-image] Dec 20 23:23:36.759 INFO O| Dec 20 23:23:36.759 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8237 | 2024-12-20T23:23:38.009Z | [ recovery-image] Dec 20 23:23:36.759 INFO O| Dec 20 23:23:36.759 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8238 | 2024-12-20T23:23:38.009Z | [ recovery-image] Dec 20 23:23:36.760 INFO O| Dec 20 23:23:36.759 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8239 | 2024-12-20T23:23:38.009Z | [ recovery-image] Dec 20 23:23:36.760 INFO O| Dec 20 23:23:36.759 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8240 | 2024-12-20T23:23:38.009Z | [ recovery-image] Dec 20 23:23:36.760 INFO O| Dec 20 23:23:36.760 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8241 | 2024-12-20T23:23:38.009Z | [ recovery-image] Dec 20 23:23:36.760 INFO O| Dec 20 23:23:36.760 INFO ok! |
8242 | 2024-12-20T23:23:38.009Z | [ recovery-image] Dec 20 23:23:36.760 INFO O| Dec 20 23:23:36.760 INFO STEP 34 (ensure_file) COMPLETE |
8243 | 2024-12-20T23:23:38.009Z | [ recovery-image] Dec 20 23:23:36.760 INFO O| Dec 20 23:23:36.760 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8244 | 2024-12-20T23:23:38.018Z | [ recovery-image] Dec 20 23:23:36.772 INFO O| Dec 20 23:23:36.772 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8245 | 2024-12-20T23:23:38.021Z | [ recovery-image] Dec 20 23:23:36.772 INFO O| Dec 20 23:23:36.772 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8246 | 2024-12-20T23:23:38.021Z | [ recovery-image] Dec 20 23:23:36.772 INFO O| Dec 20 23:23:36.772 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8247 | 2024-12-20T23:23:38.021Z | [ recovery-image] Dec 20 23:23:36.772 INFO O| Dec 20 23:23:36.772 INFO STEP 35 (ensure_dir) COMPLETE |
8248 | 2024-12-20T23:23:38.021Z | [ recovery-image] Dec 20 23:23:36.772 INFO O| Dec 20 23:23:36.772 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8249 | 2024-12-20T23:23:38.036Z | [ recovery-image] Dec 20 23:23:36.790 INFO O| Dec 20 23:23:36.790 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 |
8250 | 2024-12-20T23:23:38.036Z | [ recovery-image] Dec 20 23:23:36.790 INFO O| Dec 20 23:23:36.790 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 ... |
8251 | 2024-12-20T23:23:38.040Z | [ recovery-image] Dec 20 23:23:36.790 INFO O| Dec 20 23:23:36.790 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 |
8252 | 2024-12-20T23:23:38.040Z | [ recovery-image] Dec 20 23:23:36.790 INFO O| Dec 20 23:23:36.790 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 |
8253 | 2024-12-20T23:23:38.040Z | [ recovery-image] Dec 20 23:23:36.790 INFO O| Dec 20 23:23:36.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/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
8254 | 2024-12-20T23:23:38.040Z | [ recovery-image] Dec 20 23:23:36.790 INFO O| Dec 20 23:23:36.790 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 |
8255 | 2024-12-20T23:23:38.040Z | [ recovery-image] Dec 20 23:23:36.790 INFO O| Dec 20 23:23:36.790 INFO ok! |
8256 | 2024-12-20T23:23:38.040Z | [ recovery-image] Dec 20 23:23:36.790 INFO O| Dec 20 23:23:36.790 INFO STEP 36 (ensure_file) COMPLETE |
8257 | 2024-12-20T23:23:38.040Z | [ recovery-image] Dec 20 23:23:36.790 INFO O| Dec 20 23:23:36.790 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8258 | 2024-12-20T23:23:38.053Z | [ recovery-image] Dec 20 23:23:36.807 INFO O| Dec 20 23:23:36.807 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8259 | 2024-12-20T23:23:38.053Z | [ recovery-image] Dec 20 23:23:36.807 INFO O| Dec 20 23:23:36.807 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 ... |
8260 | 2024-12-20T23:23:38.056Z | [ recovery-image] Dec 20 23:23:36.807 INFO O| Dec 20 23:23:36.807 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8261 | 2024-12-20T23:23:38.056Z | [ recovery-image] Dec 20 23:23:36.807 INFO O| Dec 20 23:23:36.807 INFO ok! |
8262 | 2024-12-20T23:23:38.056Z | [ recovery-image] Dec 20 23:23:36.807 INFO O| Dec 20 23:23:36.807 INFO STEP 37 (ensure_symlink) COMPLETE |
8263 | 2024-12-20T23:23:38.056Z | [ recovery-image] Dec 20 23:23:36.807 INFO O| Dec 20 23:23:36.807 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8264 | 2024-12-20T23:23:38.059Z | [ host-image] Dec 20 23:23:36.812 INFO O| Dec 20 23:23:36.812 INFO O| Done |
8265 | 2024-12-20T23:23:38.070Z | [ recovery-image] Dec 20 23:23:36.824 INFO O| Dec 20 23:23:36.824 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8266 | 2024-12-20T23:23:38.073Z | [ recovery-image] Dec 20 23:23:36.824 INFO O| Dec 20 23:23:36.824 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8267 | 2024-12-20T23:23:38.073Z | [ recovery-image] Dec 20 23:23:36.824 INFO O| Dec 20 23:23:36.824 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8268 | 2024-12-20T23:23:38.073Z | [ recovery-image] Dec 20 23:23:36.824 INFO O| Dec 20 23:23:36.824 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8269 | 2024-12-20T23:23:38.073Z | [ recovery-image] Dec 20 23:23:36.824 INFO O| Dec 20 23:23:36.824 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8270 | 2024-12-20T23:23:38.073Z | [ recovery-image] Dec 20 23:23:36.824 INFO O| Dec 20 23:23:36.824 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8271 | 2024-12-20T23:23:38.073Z | [ recovery-image] Dec 20 23:23:36.825 INFO O| Dec 20 23:23:36.824 INFO ok! |
8272 | 2024-12-20T23:23:38.073Z | [ recovery-image] Dec 20 23:23:36.825 INFO O| Dec 20 23:23:36.825 INFO STEP 38 (ensure_file) COMPLETE |
8273 | 2024-12-20T23:23:38.073Z | [ recovery-image] Dec 20 23:23:36.825 INFO O| Dec 20 23:23:36.825 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8274 | 2024-12-20T23:23:38.084Z | [ recovery-image] Dec 20 23:23:36.838 INFO O| Dec 20 23:23:36.837 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8275 | 2024-12-20T23:23:38.084Z | [ recovery-image] Dec 20 23:23:36.838 INFO O| Dec 20 23:23:36.838 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 ... |
8276 | 2024-12-20T23:23:38.087Z | [ recovery-image] Dec 20 23:23:36.838 INFO O| Dec 20 23:23:36.838 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 |
8277 | 2024-12-20T23:23:38.087Z | [ recovery-image] Dec 20 23:23:36.838 INFO O| Dec 20 23:23:36.838 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8278 | 2024-12-20T23:23:38.087Z | [ recovery-image] Dec 20 23:23:36.838 INFO O| Dec 20 23:23:36.838 INFO ok! |
8279 | 2024-12-20T23:23:38.087Z | [ recovery-image] Dec 20 23:23:36.838 INFO O| Dec 20 23:23:36.838 INFO STEP 39 (ensure_file) COMPLETE |
8280 | 2024-12-20T23:23:38.087Z | [ recovery-image] Dec 20 23:23:36.838 INFO O| Dec 20 23:23:36.838 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8281 | 2024-12-20T23:23:38.090Z | [ host-image] Dec 20 23:23:36.843 INFO O| Dec 20 23:23:36.843 INFO O| Done |
8282 | 2024-12-20T23:23:38.090Z | [ host-image] Dec 20 23:23:36.843 INFO O| Dec 20 23:23:36.843 INFO O| Done |
8283 | 2024-12-20T23:23:38.099Z | [ recovery-image] Dec 20 23:23:36.853 INFO O| Dec 20 23:23:36.853 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8284 | 2024-12-20T23:23:38.099Z | [ recovery-image] Dec 20 23:23:36.853 INFO O| Dec 20 23:23:36.853 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8285 | 2024-12-20T23:23:38.102Z | [ recovery-image] Dec 20 23:23:36.853 INFO O| Dec 20 23:23:36.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8286 | 2024-12-20T23:23:38.102Z | [ recovery-image] Dec 20 23:23:36.853 INFO O| Dec 20 23:23:36.853 INFO ok! |
8287 | 2024-12-20T23:23:38.102Z | [ recovery-image] Dec 20 23:23:36.853 INFO O| Dec 20 23:23:36.853 INFO STEP 40 (ensure_file) COMPLETE |
8288 | 2024-12-20T23:23:38.102Z | [ recovery-image] Dec 20 23:23:36.853 INFO O| Dec 20 23:23:36.853 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8289 | 2024-12-20T23:23:38.102Z | [ host-image] Dec 20 23:23:36.856 INFO O| Dec 20 23:23:36.856 INFO O| Done |
8290 | 2024-12-20T23:23:38.114Z | [ recovery-image] Dec 20 23:23:36.868 INFO O| Dec 20 23:23:36.868 INFO updating shadow file |
8291 | 2024-12-20T23:23:38.115Z | [ recovery-image] Dec 20 23:23:36.868 INFO O| Dec 20 23:23:36.868 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8292 | 2024-12-20T23:23:38.118Z | [ recovery-image] Dec 20 23:23:36.868 INFO O| Dec 20 23:23:36.868 INFO STEP 41 (shadow) COMPLETE |
8293 | 2024-12-20T23:23:38.118Z | [ recovery-image] Dec 20 23:23:36.869 INFO O| Dec 20 23:23:36.868 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8294 | 2024-12-20T23:23:38.128Z | [ recovery-image] Dec 20 23:23:36.881 INFO O| Dec 20 23:23:36.881 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8295 | 2024-12-20T23:23:38.128Z | [ recovery-image] Dec 20 23:23:36.881 INFO O| Dec 20 23:23:36.881 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8296 | 2024-12-20T23:23:38.130Z | [ recovery-image] Dec 20 23:23:36.882 INFO O| Dec 20 23:23:36.882 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8297 | 2024-12-20T23:23:38.130Z | [ recovery-image] Dec 20 23:23:36.882 INFO O| Dec 20 23:23:36.882 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8298 | 2024-12-20T23:23:38.131Z | [ recovery-image] Dec 20 23:23:36.882 INFO O| Dec 20 23:23:36.882 INFO ok! |
8299 | 2024-12-20T23:23:38.131Z | [ recovery-image] Dec 20 23:23:36.882 INFO O| Dec 20 23:23:36.882 INFO STEP 42 (ensure_file) COMPLETE |
8300 | 2024-12-20T23:23:38.131Z | [ recovery-image] Dec 20 23:23:36.882 INFO O| Dec 20 23:23:36.882 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8301 | 2024-12-20T23:23:38.142Z | [ recovery-image] Dec 20 23:23:36.896 INFO O| Dec 20 23:23:36.895 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8302 | 2024-12-20T23:23:38.142Z | [ recovery-image] Dec 20 23:23:36.896 INFO O| Dec 20 23:23:36.896 INFO STEP 43 (ensure_dir) COMPLETE |
8303 | 2024-12-20T23:23:38.144Z | [ recovery-image] Dec 20 23:23:36.896 INFO O| Dec 20 23:23:36.896 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8304 | 2024-12-20T23:23:38.159Z | [ recovery-image] Dec 20 23:23:36.913 INFO O| Dec 20 23:23:36.913 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8305 | 2024-12-20T23:23:38.159Z | [ recovery-image] Dec 20 23:23:36.913 INFO O| Dec 20 23:23:36.913 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8306 | 2024-12-20T23:23:38.162Z | [ recovery-image] Dec 20 23:23:36.913 INFO O| Dec 20 23:23:36.913 INFO STEP 44 (ensure_dir) COMPLETE |
8307 | 2024-12-20T23:23:38.162Z | [ recovery-image] Dec 20 23:23:36.913 INFO O| Dec 20 23:23:36.913 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8308 | 2024-12-20T23:23:38.175Z | [ recovery-image] Dec 20 23:23:36.928 INFO O| Dec 20 23:23:36.928 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8309 | 2024-12-20T23:23:38.175Z | [ recovery-image] Dec 20 23:23:36.929 INFO O| Dec 20 23:23:36.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8310 | 2024-12-20T23:23:38.175Z | [ recovery-image] Dec 20 23:23:36.929 INFO O| Dec 20 23:23:36.929 INFO STEP 45 (ensure_dir) COMPLETE |
8311 | 2024-12-20T23:23:38.178Z | [ recovery-image] Dec 20 23:23:36.929 INFO O| Dec 20 23:23:36.929 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8312 | 2024-12-20T23:23:38.190Z | [ recovery-image] Dec 20 23:23:36.944 INFO O| Dec 20 23:23:36.944 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8313 | 2024-12-20T23:23:38.190Z | [ recovery-image] Dec 20 23:23:36.944 INFO O| Dec 20 23:23:36.944 INFO copying /tmp/.tmp8ONQdI/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8314 | 2024-12-20T23:23:38.225Z | [ recovery-image] Dec 20 23:23:36.979 INFO O| Dec 20 23:23:36.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8315 | 2024-12-20T23:23:38.225Z | [ recovery-image] Dec 20 23:23:36.979 INFO O| Dec 20 23:23:36.979 INFO ok! |
8316 | 2024-12-20T23:23:38.225Z | [ recovery-image] Dec 20 23:23:36.979 INFO O| Dec 20 23:23:36.979 INFO STEP 46 (ensure_file) COMPLETE |
8317 | 2024-12-20T23:23:38.225Z | [ recovery-image] Dec 20 23:23:36.979 INFO O| Dec 20 23:23:36.979 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8318 | 2024-12-20T23:23:38.241Z | [ recovery-image] Dec 20 23:23:36.995 INFO O| Dec 20 23:23:36.995 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8319 | 2024-12-20T23:23:38.245Z | [ recovery-image] Dec 20 23:23:36.995 INFO O| Dec 20 23:23:36.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8320 | 2024-12-20T23:23:38.245Z | [ recovery-image] Dec 20 23:23:36.995 INFO O| Dec 20 23:23:36.995 INFO STEP 47 (ensure_dir) COMPLETE |
8321 | 2024-12-20T23:23:38.246Z | [ recovery-image] Dec 20 23:23:36.995 INFO O| Dec 20 23:23:36.995 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8322 | 2024-12-20T23:23:38.249Z | [ host-image] Dec 20 23:23:37.001 INFO O| Dec 20 23:23:37.001 INFO STEP 14 (pkg_install) COMPLETE |
8323 | 2024-12-20T23:23:38.249Z | [ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.001 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8324 | 2024-12-20T23:23:38.249Z | [ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.001 INFO skip step because feature "mfg" is not enabled |
8325 | 2024-12-20T23:23:38.249Z | [ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.001 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8326 | 2024-12-20T23:23:38.249Z | [ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.001 INFO skip step because feature "compliance" is not enabled |
8327 | 2024-12-20T23:23:38.250Z | [ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.002 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8328 | 2024-12-20T23:23:38.250Z | [ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.002 INFO skip step because feature "stress" is not enabled |
8329 | 2024-12-20T23:23:38.250Z | [ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.002 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8330 | 2024-12-20T23:23:38.250Z | [ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.002 INFO skip step because feature "nfs" is not enabled |
8331 | 2024-12-20T23:23:38.250Z | [ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.002 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8332 | 2024-12-20T23:23:38.250Z | [ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.002 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8333 | 2024-12-20T23:23:38.263Z | [ recovery-image] Dec 20 23:23:37.016 INFO O| Dec 20 23:23:37.016 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8334 | 2024-12-20T23:23:38.263Z | [ recovery-image] Dec 20 23:23:37.017 INFO O| Dec 20 23:23:37.016 INFO copying /tmp/.tmp8ONQdI/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8335 | 2024-12-20T23:23:38.265Z | [ recovery-image] Dec 20 23:23:37.017 INFO O| Dec 20 23:23:37.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8336 | 2024-12-20T23:23:38.266Z | [ recovery-image] Dec 20 23:23:37.017 INFO O| Dec 20 23:23:37.017 INFO ok! |
8337 | 2024-12-20T23:23:38.266Z | [ recovery-image] Dec 20 23:23:37.017 INFO O| Dec 20 23:23:37.017 INFO STEP 48 (ensure_file) COMPLETE |
8338 | 2024-12-20T23:23:38.266Z | [ recovery-image] Dec 20 23:23:37.017 INFO O| Dec 20 23:23:37.017 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8339 | 2024-12-20T23:23:38.280Z | [ recovery-image] Dec 20 23:23:37.034 INFO O| Dec 20 23:23:37.034 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8340 | 2024-12-20T23:23:38.280Z | [ recovery-image] Dec 20 23:23:37.034 INFO O| Dec 20 23:23:37.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8341 | 2024-12-20T23:23:38.283Z | [ recovery-image] Dec 20 23:23:37.034 INFO O| Dec 20 23:23:37.034 INFO STEP 49 (ensure_dir) COMPLETE |
8342 | 2024-12-20T23:23:38.283Z | [ recovery-image] Dec 20 23:23:37.034 INFO O| Dec 20 23:23:37.034 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8343 | 2024-12-20T23:23:38.297Z | [ recovery-image] Dec 20 23:23:37.050 INFO O| Dec 20 23:23:37.050 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8344 | 2024-12-20T23:23:38.297Z | [ recovery-image] Dec 20 23:23:37.051 INFO O| Dec 20 23:23:37.050 INFO copying /tmp/.tmp8ONQdI/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8345 | 2024-12-20T23:23:38.316Z | [ recovery-image] Dec 20 23:23:37.069 INFO O| Dec 20 23:23:37.069 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8346 | 2024-12-20T23:23:38.316Z | [ recovery-image] Dec 20 23:23:37.069 INFO O| Dec 20 23:23:37.069 INFO ok! |
8347 | 2024-12-20T23:23:38.321Z | [ recovery-image] Dec 20 23:23:37.069 INFO O| Dec 20 23:23:37.069 INFO STEP 50 (ensure_file) COMPLETE |
8348 | 2024-12-20T23:23:38.321Z | [ recovery-image] Dec 20 23:23:37.069 INFO O| Dec 20 23:23:37.069 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8349 | 2024-12-20T23:23:38.332Z | [ recovery-image] Dec 20 23:23:37.085 INFO O| Dec 20 23:23:37.085 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8350 | 2024-12-20T23:23:38.332Z | [ recovery-image] Dec 20 23:23:37.086 INFO O| Dec 20 23:23:37.085 INFO copying /tmp/.tmp8ONQdI/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8351 | 2024-12-20T23:23:38.364Z | [ host-image] Dec 20 23:23:37.117 INFO O| Dec 20 23:23:37.117 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8352 | 2024-12-20T23:23:38.492Z | [ host-image] Dec 20 23:23:37.245 INFO O| Dec 20 23:23:37.245 INFO completed processing gimlet/ramdisk-01-os |
8353 | 2024-12-20T23:23:38.496Z | [ host-image] Dec 20 23:23:37.250 INFO omicron1 baseline generation... |
8354 | 2024-12-20T23:23:38.499Z | [ host-image] Dec 20 23:23:37.250 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8355 | 2024-12-20T23:23:39.162Z | [ host-image] Dec 20 23:23:37.915 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z |
8356 | 2024-12-20T23:23:39.473Z | [ recovery-image] Dec 20 23:23:38.226 INFO O| Dec 20 23:23:38.226 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8357 | 2024-12-20T23:23:39.473Z | [ recovery-image] Dec 20 23:23:38.226 INFO O| Dec 20 23:23:38.226 INFO ok! |
8358 | 2024-12-20T23:23:39.475Z | [ recovery-image] Dec 20 23:23:38.226 INFO O| Dec 20 23:23:38.226 INFO STEP 51 (ensure_file) COMPLETE |
8359 | 2024-12-20T23:23:39.475Z | [ recovery-image] Dec 20 23:23:38.226 INFO O| Dec 20 23:23:38.226 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8360 | 2024-12-20T23:23:39.488Z | [ recovery-image] Dec 20 23:23:38.242 INFO O| Dec 20 23:23:38.242 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8361 | 2024-12-20T23:23:39.488Z | [ recovery-image] Dec 20 23:23:38.242 INFO O| Dec 20 23:23:38.242 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8362 | 2024-12-20T23:23:39.491Z | [ recovery-image] Dec 20 23:23:38.242 INFO O| Dec 20 23:23:38.242 INFO STEP 52 (ensure_dir) COMPLETE |
8363 | 2024-12-20T23:23:39.491Z | [ recovery-image] Dec 20 23:23:38.242 INFO O| Dec 20 23:23:38.242 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8364 | 2024-12-20T23:23:39.502Z | [ recovery-image] Dec 20 23:23:38.255 INFO O| Dec 20 23:23:38.255 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8365 | 2024-12-20T23:23:39.502Z | [ recovery-image] Dec 20 23:23:38.255 INFO O| Dec 20 23:23:38.255 INFO copying /tmp/.tmp8ONQdI/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 ... |
8366 | 2024-12-20T23:23:39.505Z | [ recovery-image] Dec 20 23:23:38.255 INFO O| Dec 20 23:23:38.255 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 |
8367 | 2024-12-20T23:23:39.505Z | [ recovery-image] Dec 20 23:23:38.255 INFO O| Dec 20 23:23:38.255 INFO ok! |
8368 | 2024-12-20T23:23:39.505Z | [ recovery-image] Dec 20 23:23:38.255 INFO O| Dec 20 23:23:38.255 INFO STEP 53 (ensure_file) COMPLETE |
8369 | 2024-12-20T23:23:39.505Z | [ recovery-image] Dec 20 23:23:38.255 INFO O| Dec 20 23:23:38.255 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8370 | 2024-12-20T23:23:39.518Z | [ recovery-image] Dec 20 23:23:38.271 INFO O| Dec 20 23:23:38.271 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8371 | 2024-12-20T23:23:39.518Z | [ recovery-image] Dec 20 23:23:38.271 INFO O| Dec 20 23:23:38.271 INFO copying /tmp/.tmp8ONQdI/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 ... |
8372 | 2024-12-20T23:23:39.518Z | [ recovery-image] Dec 20 23:23:38.271 INFO O| Dec 20 23:23:38.271 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 |
8373 | 2024-12-20T23:23:39.518Z | [ recovery-image] Dec 20 23:23:38.271 INFO O| Dec 20 23:23:38.271 INFO ok! |
8374 | 2024-12-20T23:23:39.520Z | [ recovery-image] Dec 20 23:23:38.271 INFO O| Dec 20 23:23:38.271 INFO STEP 54 (ensure_file) COMPLETE |
8375 | 2024-12-20T23:23:39.520Z | [ recovery-image] Dec 20 23:23:38.271 INFO O| Dec 20 23:23:38.271 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8376 | 2024-12-20T23:23:39.533Z | [ recovery-image] Dec 20 23:23:38.286 INFO O| Dec 20 23:23:38.286 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8377 | 2024-12-20T23:23:39.533Z | [ recovery-image] Dec 20 23:23:38.286 INFO O| Dec 20 23:23:38.286 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8378 | 2024-12-20T23:23:39.535Z | [ recovery-image] Dec 20 23:23:38.286 INFO O| Dec 20 23:23:38.286 INFO STEP 55 (ensure_dir) COMPLETE |
8379 | 2024-12-20T23:23:39.535Z | [ recovery-image] Dec 20 23:23:38.286 INFO O| Dec 20 23:23:38.286 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8380 | 2024-12-20T23:23:39.548Z | [ recovery-image] Dec 20 23:23:38.302 INFO O| Dec 20 23:23:38.301 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8381 | 2024-12-20T23:23:39.548Z | [ recovery-image] Dec 20 23:23:38.302 INFO O| Dec 20 23:23:38.301 INFO copying /tmp/.tmp8ONQdI/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 ... |
8382 | 2024-12-20T23:23:39.550Z | [ recovery-image] Dec 20 23:23:38.302 INFO O| Dec 20 23:23:38.302 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8383 | 2024-12-20T23:23:39.550Z | [ recovery-image] Dec 20 23:23:38.302 INFO O| Dec 20 23:23:38.302 INFO ok! |
8384 | 2024-12-20T23:23:39.550Z | [ recovery-image] Dec 20 23:23:38.302 INFO O| Dec 20 23:23:38.302 INFO STEP 56 (ensure_file) COMPLETE |
8385 | 2024-12-20T23:23:39.550Z | [ recovery-image] Dec 20 23:23:38.302 INFO O| Dec 20 23:23:38.302 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8386 | 2024-12-20T23:23:39.561Z | [ recovery-image] Dec 20 23:23:38.314 INFO O| Dec 20 23:23:38.314 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8387 | 2024-12-20T23:23:39.561Z | [ recovery-image] Dec 20 23:23:38.314 INFO O| Dec 20 23:23:38.314 INFO copying /tmp/.tmp8ONQdI/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 ... |
8388 | 2024-12-20T23:23:39.564Z | [ recovery-image] Dec 20 23:23:38.314 INFO O| Dec 20 23:23:38.314 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 |
8389 | 2024-12-20T23:23:39.564Z | [ recovery-image] Dec 20 23:23:38.315 INFO O| Dec 20 23:23:38.314 INFO ok! |
8390 | 2024-12-20T23:23:39.564Z | [ recovery-image] Dec 20 23:23:38.315 INFO O| Dec 20 23:23:38.315 INFO STEP 57 (ensure_file) COMPLETE |
8391 | 2024-12-20T23:23:39.564Z | [ recovery-image] Dec 20 23:23:38.315 INFO O| Dec 20 23:23:38.315 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8392 | 2024-12-20T23:23:39.577Z | [ recovery-image] Dec 20 23:23:38.330 INFO O| Dec 20 23:23:38.330 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8393 | 2024-12-20T23:23:39.577Z | [ recovery-image] Dec 20 23:23:38.330 INFO O| Dec 20 23:23:38.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8394 | 2024-12-20T23:23:39.577Z | [ recovery-image] Dec 20 23:23:38.330 INFO O| Dec 20 23:23:38.330 INFO STEP 58 (ensure_dir) COMPLETE |
8395 | 2024-12-20T23:23:39.580Z | [ recovery-image] Dec 20 23:23:38.330 INFO O| Dec 20 23:23:38.330 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8396 | 2024-12-20T23:23:39.591Z | [ recovery-image] Dec 20 23:23:38.344 INFO O| Dec 20 23:23:38.344 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8397 | 2024-12-20T23:23:39.591Z | [ recovery-image] Dec 20 23:23:38.344 INFO O| Dec 20 23:23:38.344 INFO copying /tmp/.tmp8ONQdI/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 ... |
8398 | 2024-12-20T23:23:39.591Z | [ recovery-image] Dec 20 23:23:38.344 INFO O| Dec 20 23:23:38.344 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8399 | 2024-12-20T23:23:39.593Z | [ recovery-image] Dec 20 23:23:38.344 INFO O| Dec 20 23:23:38.344 INFO ok! |
8400 | 2024-12-20T23:23:39.594Z | [ recovery-image] Dec 20 23:23:38.344 INFO O| Dec 20 23:23:38.344 INFO STEP 59 (ensure_file) COMPLETE |
8401 | 2024-12-20T23:23:39.594Z | [ recovery-image] Dec 20 23:23:38.345 INFO O| Dec 20 23:23:38.344 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8402 | 2024-12-20T23:23:39.607Z | [ recovery-image] Dec 20 23:23:38.361 INFO O| Dec 20 23:23:38.360 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8403 | 2024-12-20T23:23:39.607Z | [ recovery-image] Dec 20 23:23:38.361 INFO O| Dec 20 23:23:38.361 INFO copying /tmp/.tmp8ONQdI/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8404 | 2024-12-20T23:23:39.610Z | [ recovery-image] Dec 20 23:23:38.361 INFO O| Dec 20 23:23:38.361 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8405 | 2024-12-20T23:23:39.610Z | [ recovery-image] Dec 20 23:23:38.361 INFO O| Dec 20 23:23:38.361 INFO ok! |
8406 | 2024-12-20T23:23:39.610Z | [ recovery-image] Dec 20 23:23:38.361 INFO O| Dec 20 23:23:38.361 INFO STEP 60 (ensure_file) COMPLETE |
8407 | 2024-12-20T23:23:39.610Z | [ recovery-image] Dec 20 23:23:38.361 INFO O| Dec 20 23:23:38.361 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8408 | 2024-12-20T23:23:39.622Z | [ recovery-image] Dec 20 23:23:38.376 INFO O| Dec 20 23:23:38.376 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8409 | 2024-12-20T23:23:39.622Z | [ recovery-image] Dec 20 23:23:38.376 INFO O| Dec 20 23:23:38.376 INFO STEP 61 (ensure_dir) COMPLETE |
8410 | 2024-12-20T23:23:39.622Z | [ recovery-image] Dec 20 23:23:38.376 INFO O| Dec 20 23:23:38.376 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8411 | 2024-12-20T23:23:39.638Z | [ recovery-image] Dec 20 23:23:38.391 INFO O| Dec 20 23:23:38.391 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8412 | 2024-12-20T23:23:39.638Z | [ recovery-image] Dec 20 23:23:38.391 INFO O| Dec 20 23:23:38.391 INFO STEP 62 (ensure_dir) COMPLETE |
8413 | 2024-12-20T23:23:39.641Z | [ recovery-image] Dec 20 23:23:38.391 INFO O| Dec 20 23:23:38.391 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8414 | 2024-12-20T23:23:39.654Z | [ recovery-image] Dec 20 23:23:38.408 INFO O| Dec 20 23:23:38.407 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8415 | 2024-12-20T23:23:39.654Z | [ recovery-image] Dec 20 23:23:38.408 INFO O| Dec 20 23:23:38.408 INFO STEP 63 (ensure_dir) COMPLETE |
8416 | 2024-12-20T23:23:39.657Z | [ recovery-image] Dec 20 23:23:38.408 INFO O| Dec 20 23:23:38.408 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8417 | 2024-12-20T23:23:39.667Z | [ recovery-image] Dec 20 23:23:38.420 INFO O| Dec 20 23:23:38.420 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8418 | 2024-12-20T23:23:39.667Z | [ recovery-image] Dec 20 23:23:38.420 INFO O| Dec 20 23:23:38.420 INFO STEP 64 (ensure_dir) COMPLETE |
8419 | 2024-12-20T23:23:39.670Z | [ recovery-image] Dec 20 23:23:38.420 INFO O| Dec 20 23:23:38.420 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8420 | 2024-12-20T23:23:39.678Z | [ recovery-image] Dec 20 23:23:38.432 INFO O| Dec 20 23:23:38.432 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8421 | 2024-12-20T23:23:39.678Z | [ recovery-image] Dec 20 23:23:38.432 INFO O| Dec 20 23:23:38.432 INFO copying /tmp/.tmp8ONQdI/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8422 | 2024-12-20T23:23:39.680Z | [ recovery-image] Dec 20 23:23:38.432 INFO O| Dec 20 23:23:38.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8423 | 2024-12-20T23:23:39.680Z | [ recovery-image] Dec 20 23:23:38.432 INFO O| Dec 20 23:23:38.432 INFO ok! |
8424 | 2024-12-20T23:23:39.681Z | [ recovery-image] Dec 20 23:23:38.432 INFO O| Dec 20 23:23:38.432 INFO STEP 65 (ensure_file) COMPLETE |
8425 | 2024-12-20T23:23:39.681Z | [ recovery-image] Dec 20 23:23:38.432 INFO O| Dec 20 23:23:38.432 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8426 | 2024-12-20T23:23:39.690Z | [ recovery-image] Dec 20 23:23:38.444 INFO O| Dec 20 23:23:38.444 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8427 | 2024-12-20T23:23:39.693Z | [ recovery-image] Dec 20 23:23:38.444 INFO O| Dec 20 23:23:38.444 INFO STEP 66 (remove_files) COMPLETE |
8428 | 2024-12-20T23:23:39.693Z | [ recovery-image] Dec 20 23:23:38.444 INFO O| Dec 20 23:23:38.444 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8429 | 2024-12-20T23:23:39.705Z | [ recovery-image] Dec 20 23:23:38.459 INFO O| Dec 20 23:23:38.459 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8430 | 2024-12-20T23:23:39.708Z | [ recovery-image] Dec 20 23:23:38.459 INFO O| Dec 20 23:23:38.459 INFO STEP 67 (remove_files) COMPLETE |
8431 | 2024-12-20T23:23:39.708Z | [ recovery-image] Dec 20 23:23:38.459 INFO O| Dec 20 23:23:38.459 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8432 | 2024-12-20T23:23:39.722Z | [ recovery-image] Dec 20 23:23:38.476 INFO O| Dec 20 23:23:38.476 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8433 | 2024-12-20T23:23:39.725Z | [ recovery-image] Dec 20 23:23:38.476 INFO O| Dec 20 23:23:38.476 INFO STEP 68 (remove_files) COMPLETE |
8434 | 2024-12-20T23:23:39.725Z | [ recovery-image] Dec 20 23:23:38.476 INFO O| Dec 20 23:23:38.476 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8435 | 2024-12-20T23:23:39.736Z | [ recovery-image] Dec 20 23:23:38.489 INFO O| Dec 20 23:23:38.489 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8436 | 2024-12-20T23:23:39.738Z | [ recovery-image] Dec 20 23:23:38.489 INFO O| Dec 20 23:23:38.489 INFO STEP 69 (remove_files) COMPLETE |
8437 | 2024-12-20T23:23:39.738Z | [ recovery-image] Dec 20 23:23:38.489 INFO O| Dec 20 23:23:38.489 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8438 | 2024-12-20T23:23:39.748Z | [ recovery-image] Dec 20 23:23:38.502 INFO O| Dec 20 23:23:38.502 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8439 | 2024-12-20T23:23:39.751Z | [ recovery-image] Dec 20 23:23:38.502 INFO O| Dec 20 23:23:38.502 INFO STEP 70 (remove_files) COMPLETE |
8440 | 2024-12-20T23:23:39.752Z | [ recovery-image] Dec 20 23:23:38.502 INFO O| Dec 20 23:23:38.502 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8441 | 2024-12-20T23:23:39.763Z | [ recovery-image] Dec 20 23:23:38.517 INFO O| Dec 20 23:23:38.517 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8442 | 2024-12-20T23:23:39.763Z | [ recovery-image] Dec 20 23:23:38.517 INFO O| Dec 20 23:23:38.517 INFO STEP 71 (remove_files) COMPLETE |
8443 | 2024-12-20T23:23:39.766Z | [ recovery-image] Dec 20 23:23:38.517 INFO O| Dec 20 23:23:38.517 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8444 | 2024-12-20T23:23:39.778Z | [ recovery-image] Dec 20 23:23:38.532 INFO O| Dec 20 23:23:38.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8445 | 2024-12-20T23:23:39.778Z | [ recovery-image] Dec 20 23:23:38.532 INFO O| Dec 20 23:23:38.532 INFO STEP 72 (remove_files) COMPLETE |
8446 | 2024-12-20T23:23:39.778Z | [ recovery-image] Dec 20 23:23:38.532 INFO O| Dec 20 23:23:38.532 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8447 | 2024-12-20T23:23:39.793Z | [ recovery-image] Dec 20 23:23:38.547 INFO O| Dec 20 23:23:38.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8448 | 2024-12-20T23:23:39.793Z | [ recovery-image] Dec 20 23:23:38.547 INFO O| Dec 20 23:23:38.547 INFO STEP 73 (remove_files) COMPLETE |
8449 | 2024-12-20T23:23:39.796Z | [ recovery-image] Dec 20 23:23:38.547 INFO O| Dec 20 23:23:38.547 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8450 | 2024-12-20T23:23:39.807Z | [ recovery-image] Dec 20 23:23:38.561 INFO O| Dec 20 23:23:38.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8451 | 2024-12-20T23:23:39.807Z | [ recovery-image] Dec 20 23:23:38.561 INFO O| Dec 20 23:23:38.561 INFO STEP 74 (remove_files) COMPLETE |
8452 | 2024-12-20T23:23:39.807Z | [ recovery-image] Dec 20 23:23:38.561 INFO O| Dec 20 23:23:38.561 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8453 | 2024-12-20T23:23:39.823Z | [ recovery-image] Dec 20 23:23:38.576 INFO O| Dec 20 23:23:38.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8454 | 2024-12-20T23:23:39.823Z | [ recovery-image] Dec 20 23:23:38.576 INFO O| Dec 20 23:23:38.576 INFO STEP 75 (remove_files) COMPLETE |
8455 | 2024-12-20T23:23:39.823Z | [ recovery-image] Dec 20 23:23:38.577 INFO O| Dec 20 23:23:38.576 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8456 | 2024-12-20T23:23:39.840Z | [ recovery-image] Dec 20 23:23:38.592 INFO O| Dec 20 23:23:38.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8457 | 2024-12-20T23:23:39.840Z | [ recovery-image] Dec 20 23:23:38.592 INFO O| Dec 20 23:23:38.592 INFO STEP 76 (remove_files) COMPLETE |
8458 | 2024-12-20T23:23:39.840Z | [ recovery-image] Dec 20 23:23:38.592 INFO O| Dec 20 23:23:38.592 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8459 | 2024-12-20T23:23:39.850Z | [ recovery-image] Dec 20 23:23:38.603 INFO O| Dec 20 23:23:38.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8460 | 2024-12-20T23:23:39.850Z | [ recovery-image] Dec 20 23:23:38.603 INFO O| Dec 20 23:23:38.603 INFO STEP 77 (remove_files) COMPLETE |
8461 | 2024-12-20T23:23:39.854Z | [ recovery-image] Dec 20 23:23:38.603 INFO O| Dec 20 23:23:38.603 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8462 | 2024-12-20T23:23:39.861Z | [ recovery-image] Dec 20 23:23:38.615 INFO O| Dec 20 23:23:38.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8463 | 2024-12-20T23:23:39.861Z | [ recovery-image] Dec 20 23:23:38.615 INFO O| Dec 20 23:23:38.615 INFO STEP 78 (remove_files) COMPLETE |
8464 | 2024-12-20T23:23:39.861Z | [ recovery-image] Dec 20 23:23:38.615 INFO O| Dec 20 23:23:38.615 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8465 | 2024-12-20T23:23:39.877Z | [ recovery-image] Dec 20 23:23:38.630 INFO O| Dec 20 23:23:38.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8466 | 2024-12-20T23:23:39.877Z | [ recovery-image] Dec 20 23:23:38.630 INFO O| Dec 20 23:23:38.630 INFO STEP 79 (remove_files) COMPLETE |
8467 | 2024-12-20T23:23:39.879Z | [ recovery-image] Dec 20 23:23:38.630 INFO O| Dec 20 23:23:38.630 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8468 | 2024-12-20T23:23:39.891Z | [ recovery-image] Dec 20 23:23:38.644 INFO O| Dec 20 23:23:38.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8469 | 2024-12-20T23:23:39.891Z | [ recovery-image] Dec 20 23:23:38.644 INFO O| Dec 20 23:23:38.644 INFO STEP 80 (remove_files) COMPLETE |
8470 | 2024-12-20T23:23:39.891Z | [ recovery-image] Dec 20 23:23:38.644 INFO O| Dec 20 23:23:38.644 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8471 | 2024-12-20T23:23:39.905Z | [ recovery-image] Dec 20 23:23:38.658 INFO O| Dec 20 23:23:38.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8472 | 2024-12-20T23:23:39.905Z | [ recovery-image] Dec 20 23:23:38.658 INFO O| Dec 20 23:23:38.658 INFO STEP 81 (remove_files) COMPLETE |
8473 | 2024-12-20T23:23:39.905Z | [ recovery-image] Dec 20 23:23:38.658 INFO O| Dec 20 23:23:38.658 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8474 | 2024-12-20T23:23:39.917Z | [ recovery-image] Dec 20 23:23:38.670 INFO O| Dec 20 23:23:38.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8475 | 2024-12-20T23:23:39.917Z | [ recovery-image] Dec 20 23:23:38.670 INFO O| Dec 20 23:23:38.670 INFO STEP 82 (remove_files) COMPLETE |
8476 | 2024-12-20T23:23:39.917Z | [ recovery-image] Dec 20 23:23:38.670 INFO O| Dec 20 23:23:38.670 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8477 | 2024-12-20T23:23:39.933Z | [ recovery-image] Dec 20 23:23:38.687 INFO O| Dec 20 23:23:38.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8478 | 2024-12-20T23:23:39.933Z | [ recovery-image] Dec 20 23:23:38.687 INFO O| Dec 20 23:23:38.687 INFO STEP 83 (remove_files) COMPLETE |
8479 | 2024-12-20T23:23:39.933Z | [ recovery-image] Dec 20 23:23:38.687 INFO O| Dec 20 23:23:38.687 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8480 | 2024-12-20T23:23:39.949Z | [ recovery-image] Dec 20 23:23:38.703 INFO O| Dec 20 23:23:38.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8481 | 2024-12-20T23:23:39.949Z | [ recovery-image] Dec 20 23:23:38.703 INFO O| Dec 20 23:23:38.703 INFO STEP 84 (remove_files) COMPLETE |
8482 | 2024-12-20T23:23:39.952Z | [ recovery-image] Dec 20 23:23:38.703 INFO O| Dec 20 23:23:38.703 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8483 | 2024-12-20T23:23:39.965Z | [ recovery-image] Dec 20 23:23:38.719 INFO O| Dec 20 23:23:38.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8484 | 2024-12-20T23:23:39.965Z | [ recovery-image] Dec 20 23:23:38.719 INFO O| Dec 20 23:23:38.719 INFO STEP 85 (remove_files) COMPLETE |
8485 | 2024-12-20T23:23:39.968Z | [ recovery-image] Dec 20 23:23:38.719 INFO O| Dec 20 23:23:38.719 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8486 | 2024-12-20T23:23:39.978Z | [ recovery-image] Dec 20 23:23:38.731 INFO O| Dec 20 23:23:38.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8487 | 2024-12-20T23:23:39.978Z | [ recovery-image] Dec 20 23:23:38.731 INFO O| Dec 20 23:23:38.731 INFO STEP 86 (remove_files) COMPLETE |
8488 | 2024-12-20T23:23:39.981Z | [ recovery-image] Dec 20 23:23:38.731 INFO O| Dec 20 23:23:38.731 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8489 | 2024-12-20T23:23:39.993Z | [ recovery-image] Dec 20 23:23:38.747 INFO O| Dec 20 23:23:38.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8490 | 2024-12-20T23:23:39.993Z | [ recovery-image] Dec 20 23:23:38.747 INFO O| Dec 20 23:23:38.747 INFO STEP 87 (remove_files) COMPLETE |
8491 | 2024-12-20T23:23:39.996Z | [ recovery-image] Dec 20 23:23:38.747 INFO O| Dec 20 23:23:38.747 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8492 | 2024-12-20T23:23:40.007Z | [ recovery-image] Dec 20 23:23:38.760 INFO O| Dec 20 23:23:38.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8493 | 2024-12-20T23:23:40.008Z | [ recovery-image] Dec 20 23:23:38.760 INFO O| Dec 20 23:23:38.760 INFO STEP 88 (remove_files) COMPLETE |
8494 | 2024-12-20T23:23:40.012Z | [ recovery-image] Dec 20 23:23:38.760 INFO O| Dec 20 23:23:38.760 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8495 | 2024-12-20T23:23:40.023Z | [ recovery-image] Dec 20 23:23:38.776 INFO O| Dec 20 23:23:38.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8496 | 2024-12-20T23:23:40.023Z | [ recovery-image] Dec 20 23:23:38.776 INFO O| Dec 20 23:23:38.776 INFO STEP 89 (remove_files) COMPLETE |
8497 | 2024-12-20T23:23:40.025Z | [ recovery-image] Dec 20 23:23:38.776 INFO O| Dec 20 23:23:38.776 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8498 | 2024-12-20T23:23:40.039Z | [ recovery-image] Dec 20 23:23:38.791 INFO O| Dec 20 23:23:38.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8499 | 2024-12-20T23:23:40.039Z | [ recovery-image] Dec 20 23:23:38.791 INFO O| Dec 20 23:23:38.791 INFO STEP 90 (remove_files) COMPLETE |
8500 | 2024-12-20T23:23:40.039Z | [ recovery-image] Dec 20 23:23:38.791 INFO O| Dec 20 23:23:38.791 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8501 | 2024-12-20T23:23:40.053Z | [ recovery-image] Dec 20 23:23:38.806 INFO O| Dec 20 23:23:38.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8502 | 2024-12-20T23:23:40.053Z | [ recovery-image] Dec 20 23:23:38.806 INFO O| Dec 20 23:23:38.806 INFO STEP 91 (remove_files) COMPLETE |
8503 | 2024-12-20T23:23:40.056Z | [ recovery-image] Dec 20 23:23:38.806 INFO O| Dec 20 23:23:38.806 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8504 | 2024-12-20T23:23:40.065Z | [ recovery-image] Dec 20 23:23:38.817 INFO O| Dec 20 23:23:38.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8505 | 2024-12-20T23:23:40.065Z | [ recovery-image] Dec 20 23:23:38.817 INFO O| Dec 20 23:23:38.817 INFO STEP 92 (remove_files) COMPLETE |
8506 | 2024-12-20T23:23:40.067Z | [ recovery-image] Dec 20 23:23:38.817 INFO O| Dec 20 23:23:38.817 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8507 | 2024-12-20T23:23:40.077Z | [ recovery-image] Dec 20 23:23:38.830 INFO O| Dec 20 23:23:38.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8508 | 2024-12-20T23:23:40.077Z | [ recovery-image] Dec 20 23:23:38.830 INFO O| Dec 20 23:23:38.830 INFO STEP 93 (remove_files) COMPLETE |
8509 | 2024-12-20T23:23:40.079Z | [ recovery-image] Dec 20 23:23:38.830 INFO O| Dec 20 23:23:38.830 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8510 | 2024-12-20T23:23:40.090Z | [ recovery-image] Dec 20 23:23:38.843 INFO O| Dec 20 23:23:38.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8511 | 2024-12-20T23:23:40.090Z | [ recovery-image] Dec 20 23:23:38.843 INFO O| Dec 20 23:23:38.843 INFO STEP 94 (remove_files) COMPLETE |
8512 | 2024-12-20T23:23:40.092Z | [ recovery-image] Dec 20 23:23:38.843 INFO O| Dec 20 23:23:38.843 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8513 | 2024-12-20T23:23:40.107Z | [ recovery-image] Dec 20 23:23:38.860 INFO O| Dec 20 23:23:38.860 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8514 | 2024-12-20T23:23:40.110Z | [ recovery-image] Dec 20 23:23:38.861 INFO O| Dec 20 23:23:38.860 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8515 | 2024-12-20T23:23:44.779Z | [ recovery-image] Dec 20 23:23:43.531 INFO O| Dec 20 23:23:43.531 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 |
8516 | 2024-12-20T23:23:44.779Z | [ recovery-image] Dec 20 23:23:43.531 INFO O| Dec 20 23:23:43.531 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8517 | 2024-12-20T23:23:44.797Z | [ recovery-image] Dec 20 23:23:43.549 INFO O| Dec 20 23:23:43.549 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8518 | 2024-12-20T23:23:44.889Z | [ recovery-image] Dec 20 23:23:43.641 INFO O| Dec 20 23:23:43.641 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8519 | 2024-12-20T23:23:44.889Z | [ recovery-image] Dec 20 23:23:43.641 INFO O| Dec 20 23:23:43.641 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 ... |
8520 | 2024-12-20T23:23:44.892Z | [ recovery-image] Dec 20 23:23:43.643 INFO O| Dec 20 23:23:43.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8521 | 2024-12-20T23:23:44.892Z | [ recovery-image] Dec 20 23:23:43.643 INFO O| Dec 20 23:23:43.643 INFO ok! |
8522 | 2024-12-20T23:23:44.892Z | [ recovery-image] Dec 20 23:23:43.643 INFO O| Dec 20 23:23:43.643 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8523 | 2024-12-20T23:23:44.893Z | [ recovery-image] Dec 20 23:23:43.643 INFO O| Dec 20 23:23:43.643 INFO STEP 95 (seed_smf) COMPLETE |
8524 | 2024-12-20T23:23:44.893Z | [ recovery-image] Dec 20 23:23:43.643 INFO O| Dec 20 23:23:43.643 INFO steps complete; finalising image! |
8525 | 2024-12-20T23:23:44.893Z | [ recovery-image] Dec 20 23:23:43.643 INFO O| Dec 20 23:23:43.643 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8526 | 2024-12-20T23:23:44.933Z | [ recovery-image] Dec 20 23:23:43.685 INFO O| Dec 20 23:23:43.685 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Fri Dec 20 23:23:43 2024) |
8527 | 2024-12-20T23:23:45.141Z | [ recovery-image] Dec 20 23:23:43.893 INFO O| Dec 20 23:23:43.893 INFO trim TEMPORARY-gimlet-zfs-recovery: (69% trimmed, started at Fri Dec 20 23:23:43 2024) |
8528 | 2024-12-20T23:23:45.350Z | [ recovery-image] Dec 20 23:23:44.103 INFO O| Dec 20 23:23:44.102 INFO trim TEMPORARY-gimlet-zfs-recovery: (69% trimmed, started at Fri Dec 20 23:23:43 2024) |
8529 | 2024-12-20T23:23:45.577Z | [ recovery-image] Dec 20 23:23:44.330 INFO O| Dec 20 23:23:44.330 INFO temporary pool has 363M used, 1.40G avail, 1.00x compressratio |
8530 | 2024-12-20T23:23:45.577Z | [ recovery-image] Dec 20 23:23:44.330 INFO O| Dec 20 23:23:44.330 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8531 | 2024-12-20T23:23:45.845Z | [ recovery-image] Dec 20 23:23:44.597 INFO O| Dec 20 23:23:44.597 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 |
8532 | 2024-12-20T23:23:45.845Z | [ recovery-image] Dec 20 23:23:44.597 INFO O| Dec 20 23:23:44.597 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8533 | 2024-12-20T23:23:49.011Z | [ recovery-image] Dec 20 23:23:47.762 INFO O| Dec 20 23:23:47.762 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8534 | 2024-12-20T23:23:49.011Z | [ recovery-image] Dec 20 23:23:47.762 INFO O| Dec 20 23:23:47.762 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8535 | 2024-12-20T23:23:49.013Z | [ recovery-image] Dec 20 23:23:47.762 INFO O| Dec 20 23:23:47.762 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8536 | 2024-12-20T23:23:49.013Z | [ recovery-image] Dec 20 23:23:47.762 INFO O| Dec 20 23:23:47.762 INFO completed processing gimlet/zfs-recovery |
8537 | 2024-12-20T23:23:49.013Z | [ recovery-image] Dec 20 23:23:47.762 INFO O| Dec 20 23:23:47.762 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8538 | 2024-12-20T23:23:49.434Z | [ recovery-image] Dec 20 23:23:48.185 INFO O| Dec 20 23:23:48.185 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8539 | 2024-12-20T23:23:49.529Z | [ recovery-image] Dec 20 23:23:48.281 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
8540 | 2024-12-20T23:23:49.531Z | [ recovery-image] Dec 20 23:23:48.282 INFO expanded image name: "recovery 053adca/${os_short_commit} 2024-12-20 22:51" -> "recovery 053adca/37a4469 2024-12-20 22:51" |
8541 | 2024-12-20T23:23:49.532Z | [ recovery-image] Dec 20 23:23:48.282 INFO output artefacts stored in: "/work/os-recovery" |
8542 | 2024-12-20T23:23:49.532Z | [ recovery-image] Dec 20 23:23:48.282 INFO collecting git info from project "pilot"... |
8543 | 2024-12-20T23:23:49.573Z | [ recovery-image] Dec 20 23:23:48.324 INFO collecting git info from project "phbl"... |
8544 | 2024-12-20T23:23:49.580Z | [ recovery-image] Dec 20 23:23:48.332 INFO collecting git info from project "bootserver"... |
8545 | 2024-12-20T23:23:49.589Z | [ recovery-image] Dec 20 23:23:48.341 INFO collecting git info from project "chelsio-t6-roms"... |
8546 | 2024-12-20T23:23:49.621Z | [ recovery-image] Dec 20 23:23:48.373 INFO collecting git info from project "amd-firmware"... |
8547 | 2024-12-20T23:23:49.944Z | [ recovery-image] Dec 20 23:23:48.695 INFO collecting git info from project "image-builder"... |
8548 | 2024-12-20T23:23:49.954Z | [ recovery-image] Dec 20 23:23:48.706 INFO collecting git info from project "pinprick"... |
8549 | 2024-12-20T23:23:49.960Z | [ recovery-image] Dec 20 23:23:48.712 INFO collecting git info from project "amd-host-image-builder"... |
8550 | 2024-12-20T23:23:50.259Z | [ recovery-image] Dec 20 23:23:49.010 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8551 | 2024-12-20T23:23:50.648Z | [ recovery-image] Dec 20 23:23:49.400 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8552 | 2024-12-20T23:23:51.011Z | [ recovery-image] Dec 20 23:23:49.763 INFO creating Oxide boot image... |
8553 | 2024-12-20T23:23:51.014Z | [ recovery-image] Dec 20 23:23:49.763 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 053adca/37a4469 2024-12-20 22:51", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8554 | 2024-12-20T23:24:53.668Z | [ host-image] Dec 20 23:24:52.406 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z |
8555 | 2024-12-20T23:24:53.668Z | [ host-image] Dec 20 23:24:52.406 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z |
8556 | 2024-12-20T23:24:53.672Z | [ host-image] Dec 20 23:24:52.406 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8557 | 2024-12-20T23:24:53.672Z | [ host-image] Dec 20 23:24:52.406 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8558 | 2024-12-20T23:24:53.672Z | [ host-image] Dec 20 23:24:52.407 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8559 | 2024-12-20T23:24:53.672Z | [ host-image] Dec 20 23:24:52.407 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8560 | 2024-12-20T23:24:53.672Z | [ host-image] Dec 20 23:24:52.408 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8561 | 2024-12-20T23:24:53.672Z | [ host-image] Dec 20 23:24:52.408 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8562 | 2024-12-20T23:24:53.672Z | [ host-image] Dec 20 23:24:52.408 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8563 | 2024-12-20T23:24:53.672Z | [ host-image] Dec 20 23:24:52.408 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8564 | 2024-12-20T23:24:53.672Z | [ host-image] Dec 20 23:24:52.409 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z |
8565 | 2024-12-20T23:24:53.672Z | [ host-image] Dec 20 23:24:52.411 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z |
8566 | 2024-12-20T23:24:53.675Z | [ host-image] Dec 20 23:24:52.413 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z |
8567 | 2024-12-20T23:24:53.675Z | [ host-image] Dec 20 23:24:52.413 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z |
8568 | 2024-12-20T23:24:53.675Z | [ host-image] Dec 20 23:24:52.413 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8569 | 2024-12-20T23:24:53.675Z | [ host-image] Dec 20 23:24:52.414 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z |
8570 | 2024-12-20T23:24:53.675Z | [ host-image] Dec 20 23:24:52.415 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z |
8571 | 2024-12-20T23:24:53.675Z | [ host-image] Dec 20 23:24:52.415 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z |
8572 | 2024-12-20T23:24:53.675Z | [ host-image] Dec 20 23:24:52.416 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z |
8573 | 2024-12-20T23:24:53.678Z | [ host-image] Dec 20 23:24:52.416 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z |
8574 | 2024-12-20T23:24:53.678Z | [ host-image] Dec 20 23:24:52.416 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z |
8575 | 2024-12-20T23:24:53.678Z | [ host-image] Dec 20 23:24:52.416 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z |
8576 | 2024-12-20T23:24:53.678Z | [ host-image] Dec 20 23:24:52.416 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z |
8577 | 2024-12-20T23:24:53.678Z | [ host-image] Dec 20 23:24:52.417 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z |
8578 | 2024-12-20T23:24:53.678Z | [ host-image] Dec 20 23:24:52.417 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z |
8579 | 2024-12-20T23:24:53.678Z | [ host-image] Dec 20 23:24:52.417 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z |
8580 | 2024-12-20T23:24:53.678Z | [ host-image] Dec 20 23:24:52.417 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z |
8581 | 2024-12-20T23:24:53.678Z | [ host-image] Dec 20 23:24:52.418 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z |
8582 | 2024-12-20T23:24:53.678Z | [ host-image] Dec 20 23:24:52.418 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z |
8583 | 2024-12-20T23:24:53.678Z | [ host-image] Dec 20 23:24:52.418 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8584 | 2024-12-20T23:24:53.678Z | [ host-image] Dec 20 23:24:52.418 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z |
8585 | 2024-12-20T23:24:53.678Z | [ host-image] Dec 20 23:24:52.418 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z |
8586 | 2024-12-20T23:24:53.678Z | [ host-image] Dec 20 23:24:52.418 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z |
8587 | 2024-12-20T23:24:53.678Z | [ host-image] Dec 20 23:24:52.418 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z |
8588 | 2024-12-20T23:24:53.681Z | [ host-image] Dec 20 23:24:52.420 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z |
8589 | 2024-12-20T23:24:53.681Z | [ host-image] Dec 20 23:24:52.420 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z |
8590 | 2024-12-20T23:24:53.694Z | [ host-image] Dec 20 23:24:52.434 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8591 | 2024-12-20T23:24:53.694Z | [ host-image] Dec 20 23:24:52.434 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z |
8592 | 2024-12-20T23:24:53.696Z | [ host-image] Dec 20 23:24:52.434 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8593 | 2024-12-20T23:24:53.697Z | [ host-image] Dec 20 23:24:52.435 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8594 | 2024-12-20T23:24:53.697Z | [ host-image] Dec 20 23:24:52.435 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8595 | 2024-12-20T23:24:53.697Z | [ host-image] Dec 20 23:24:52.436 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z |
8596 | 2024-12-20T23:24:53.697Z | [ host-image] Dec 20 23:24:52.436 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8597 | 2024-12-20T23:24:53.697Z | [ host-image] Dec 20 23:24:52.437 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8598 | 2024-12-20T23:24:53.699Z | [ host-image] Dec 20 23:24:52.438 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8599 | 2024-12-20T23:24:53.699Z | [ host-image] Dec 20 23:24:52.439 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8600 | 2024-12-20T23:24:53.717Z | [ host-image] Dec 20 23:24:52.457 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8601 | 2024-12-20T23:24:53.717Z | [ host-image] Dec 20 23:24:52.457 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8602 | 2024-12-20T23:24:53.721Z | [ host-image] Dec 20 23:24:52.457 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8603 | 2024-12-20T23:24:53.721Z | [ host-image] Dec 20 23:24:52.458 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8604 | 2024-12-20T23:24:53.721Z | [ host-image] Dec 20 23:24:52.460 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8605 | 2024-12-20T23:24:53.721Z | [ host-image] Dec 20 23:24:52.460 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8606 | 2024-12-20T23:24:53.779Z | [ host-image] Dec 20 23:24:52.519 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8607 | 2024-12-20T23:24:53.782Z | [ host-image] Dec 20 23:24:52.520 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8608 | 2024-12-20T23:24:53.782Z | [ host-image] Dec 20 23:24:52.521 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8609 | 2024-12-20T23:24:53.782Z | [ host-image] Dec 20 23:24:52.522 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z |
8610 | 2024-12-20T23:24:53.782Z | [ host-image] Dec 20 23:24:52.522 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z |
8611 | 2024-12-20T23:24:53.787Z | [ host-image] Dec 20 23:24:52.522 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8612 | 2024-12-20T23:24:53.787Z | [ host-image] Dec 20 23:24:52.522 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z |
8613 | 2024-12-20T23:24:53.787Z | [ host-image] Dec 20 23:24:52.523 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8614 | 2024-12-20T23:24:53.787Z | [ host-image] Dec 20 23:24:52.523 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8615 | 2024-12-20T23:24:53.787Z | [ host-image] Dec 20 23:24:52.523 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8616 | 2024-12-20T23:24:53.787Z | [ host-image] Dec 20 23:24:52.523 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z |
8617 | 2024-12-20T23:24:53.787Z | [ host-image] Dec 20 23:24:52.524 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8618 | 2024-12-20T23:24:53.793Z | [ host-image] Dec 20 23:24:52.531 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8619 | 2024-12-20T23:24:53.795Z | [ host-image] Dec 20 23:24:52.531 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8620 | 2024-12-20T23:24:53.796Z | [ host-image] Dec 20 23:24:52.531 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8621 | 2024-12-20T23:24:53.796Z | [ host-image] Dec 20 23:24:52.532 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z |
8622 | 2024-12-20T23:24:53.796Z | [ host-image] Dec 20 23:24:52.532 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8623 | 2024-12-20T23:24:53.823Z | [ host-image] Dec 20 23:24:52.561 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8624 | 2024-12-20T23:24:53.825Z | [ host-image] Dec 20 23:24:52.561 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z |
8625 | 2024-12-20T23:24:53.825Z | [ host-image] Dec 20 23:24:52.565 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z |
8626 | 2024-12-20T23:24:53.825Z | [ host-image] Dec 20 23:24:52.566 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z |
8627 | 2024-12-20T23:24:53.825Z | [ host-image] Dec 20 23:24:52.566 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8628 | 2024-12-20T23:24:53.828Z | [ host-image] Dec 20 23:24:52.567 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z |
8629 | 2024-12-20T23:24:53.828Z | [ host-image] Dec 20 23:24:52.567 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z |
8630 | 2024-12-20T23:24:53.828Z | [ host-image] Dec 20 23:24:52.567 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z |
8631 | 2024-12-20T23:24:53.828Z | [ host-image] Dec 20 23:24:52.568 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z |
8632 | 2024-12-20T23:24:53.834Z | [ host-image] Dec 20 23:24:52.574 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8633 | 2024-12-20T23:24:53.837Z | [ host-image] Dec 20 23:24:52.575 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z |
8634 | 2024-12-20T23:24:53.837Z | [ host-image] Dec 20 23:24:52.576 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z |
8635 | 2024-12-20T23:24:53.837Z | [ host-image] Dec 20 23:24:52.576 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8636 | 2024-12-20T23:24:53.837Z | [ host-image] Dec 20 23:24:52.576 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z |
8637 | 2024-12-20T23:24:53.837Z | [ host-image] Dec 20 23:24:52.577 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z |
8638 | 2024-12-20T23:24:53.837Z | [ host-image] Dec 20 23:24:52.577 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z |
8639 | 2024-12-20T23:24:53.837Z | [ host-image] Dec 20 23:24:52.578 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z |
8640 | 2024-12-20T23:24:53.849Z | [ host-image] Dec 20 23:24:52.590 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z |
8641 | 2024-12-20T23:24:53.849Z | [ host-image] Dec 20 23:24:52.590 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8642 | 2024-12-20T23:24:53.852Z | [ host-image] Dec 20 23:24:52.593 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z |
8643 | 2024-12-20T23:24:53.855Z | [ host-image] Dec 20 23:24:52.595 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z |
8644 | 2024-12-20T23:24:53.855Z | [ host-image] Dec 20 23:24:52.595 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z |
8645 | 2024-12-20T23:24:53.857Z | [ host-image] Dec 20 23:24:52.596 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z |
8646 | 2024-12-20T23:24:53.857Z | [ host-image] Dec 20 23:24:52.596 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z |
8647 | 2024-12-20T23:24:53.857Z | [ host-image] Dec 20 23:24:52.597 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z |
8648 | 2024-12-20T23:24:53.883Z | [ host-image] Dec 20 23:24:52.623 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z |
8649 | 2024-12-20T23:24:53.886Z | [ host-image] Dec 20 23:24:52.623 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z |
8650 | 2024-12-20T23:24:53.886Z | [ host-image] Dec 20 23:24:52.624 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z |
8651 | 2024-12-20T23:24:53.886Z | [ host-image] Dec 20 23:24:52.625 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z |
8652 | 2024-12-20T23:24:53.902Z | [ host-image] Dec 20 23:24:52.642 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z |
8653 | 2024-12-20T23:24:53.936Z | [ host-image] Dec 20 23:24:52.676 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z |
8654 | 2024-12-20T23:24:53.936Z | [ host-image] Dec 20 23:24:52.676 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z |
8655 | 2024-12-20T23:24:53.939Z | [ host-image] Dec 20 23:24:52.676 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z |
8656 | 2024-12-20T23:24:53.939Z | [ host-image] Dec 20 23:24:52.676 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8657 | 2024-12-20T23:24:53.939Z | [ host-image] Dec 20 23:24:52.677 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8658 | 2024-12-20T23:24:53.981Z | [ host-image] Dec 20 23:24:52.721 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z |
8659 | 2024-12-20T23:24:53.984Z | [ host-image] Dec 20 23:24:52.721 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8660 | 2024-12-20T23:24:53.984Z | [ host-image] Dec 20 23:24:52.722 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z |
8661 | 2024-12-20T23:24:53.984Z | [ host-image] Dec 20 23:24:52.722 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z |
8662 | 2024-12-20T23:24:53.999Z | [ host-image] Dec 20 23:24:52.739 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z |
8663 | 2024-12-20T23:24:54.002Z | [ host-image] Dec 20 23:24:52.740 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8664 | 2024-12-20T23:24:54.002Z | [ host-image] Dec 20 23:24:52.741 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8665 | 2024-12-20T23:24:54.002Z | [ host-image] Dec 20 23:24:52.741 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z |
8666 | 2024-12-20T23:24:54.002Z | [ host-image] Dec 20 23:24:52.741 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z |
8667 | 2024-12-20T23:24:54.002Z | [ host-image] Dec 20 23:24:52.742 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z |
8668 | 2024-12-20T23:24:54.005Z | [ host-image] Dec 20 23:24:52.743 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z |
8669 | 2024-12-20T23:24:54.005Z | [ host-image] Dec 20 23:24:52.743 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z |
8670 | 2024-12-20T23:24:54.005Z | [ host-image] Dec 20 23:24:52.743 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z |
8671 | 2024-12-20T23:24:54.007Z | [ host-image] Dec 20 23:24:52.748 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8672 | 2024-12-20T23:24:54.010Z | [ host-image] Dec 20 23:24:52.748 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z |
8673 | 2024-12-20T23:24:54.012Z | [ host-image] Dec 20 23:24:52.751 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z |
8674 | 2024-12-20T23:24:54.012Z | [ host-image] Dec 20 23:24:52.751 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z |
8675 | 2024-12-20T23:24:54.012Z | [ host-image] Dec 20 23:24:52.751 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z |
8676 | 2024-12-20T23:24:54.012Z | [ host-image] Dec 20 23:24:52.752 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z |
8677 | 2024-12-20T23:24:54.012Z | [ host-image] Dec 20 23:24:52.752 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z |
8678 | 2024-12-20T23:24:54.012Z | [ host-image] Dec 20 23:24:52.752 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8679 | 2024-12-20T23:24:54.015Z | [ host-image] Dec 20 23:24:52.753 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8680 | 2024-12-20T23:24:54.015Z | [ host-image] Dec 20 23:24:52.753 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z |
8681 | 2024-12-20T23:24:54.015Z | [ host-image] Dec 20 23:24:52.754 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z |
8682 | 2024-12-20T23:24:54.015Z | [ host-image] Dec 20 23:24:52.754 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8683 | 2024-12-20T23:24:54.015Z | [ host-image] Dec 20 23:24:52.754 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8684 | 2024-12-20T23:24:54.015Z | [ host-image] Dec 20 23:24:52.754 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8685 | 2024-12-20T23:24:54.015Z | [ host-image] Dec 20 23:24:52.755 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8686 | 2024-12-20T23:24:54.015Z | [ host-image] Dec 20 23:24:52.755 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8687 | 2024-12-20T23:24:54.020Z | [ host-image] Dec 20 23:24:52.756 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8688 | 2024-12-20T23:24:54.023Z | [ host-image] Dec 20 23:24:52.758 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8689 | 2024-12-20T23:24:54.023Z | [ host-image] Dec 20 23:24:52.759 INFO O| tempdir @ "/tmp/.tmpCuYmD8/tmp" |
8690 | 2024-12-20T23:24:54.023Z | [ host-image] Dec 20 23:24:52.759 INFO O| image root @ "/tmp/.tmpCuYmD8/tmp/root" |
8691 | 2024-12-20T23:24:54.023Z | [ host-image] Dec 20 23:24:52.759 INFO O| creating image... |
8692 | 2024-12-20T23:24:54.507Z | [ recovery-image] Dec 20 23:24:53.247 INFO O| ok, image written! |
8693 | 2024-12-20T23:24:54.507Z | [ recovery-image] Dec 20 23:24:53.247 INFO O| ok, boot_image_csum file written! |
8694 | 2024-12-20T23:24:54.514Z | [ recovery-image] Dec 20 23:24:53.254 INFO creating boot archive (CPIO)... |
8695 | 2024-12-20T23:24:54.514Z | [ recovery-image] Dec 20 23:24:53.254 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 |
8696 | 2024-12-20T23:24:54.525Z | [ recovery-image] Dec 20 23:24:53.265 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8697 | 2024-12-20T23:24:54.525Z | [ recovery-image] Dec 20 23:24:53.266 INFO E| + outfile=/work/os-recovery/cpio |
8698 | 2024-12-20T23:24:54.529Z | [ recovery-image] Dec 20 23:24:53.266 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8699 | 2024-12-20T23:24:54.539Z | [ recovery-image] Dec 20 23:24:53.279 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8700 | 2024-12-20T23:24:54.542Z | [ recovery-image] Dec 20 23:24:53.280 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8701 | 2024-12-20T23:24:54.587Z | [ recovery-image] Dec 20 23:24:53.327 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8702 | 2024-12-20T23:24:54.587Z | [ recovery-image] Dec 20 23:24:53.327 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8703 | 2024-12-20T23:24:54.598Z | [ recovery-image] Dec 20 23:24:53.338 INFO creating compressed cpio/unix for nanobl-rs... |
8704 | 2024-12-20T23:24:54.598Z | [ recovery-image] Dec 20 23:24:53.338 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 |
8705 | 2024-12-20T23:24:55.102Z | [ recovery-image] Dec 20 23:24:53.842 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8706 | 2024-12-20T23:24:55.159Z | [ host-image] Dec 20 23:24:53.899 INFO O| copying publishers... |
8707 | 2024-12-20T23:25:01.680Z | [ recovery-image] Dec 20 23:25:00.419 INFO creating reset image... |
8708 | 2024-12-20T23:25:01.680Z | [ recovery-image] Dec 20 23:25:00.419 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8709 | 2024-12-20T23:25:02.385Z | [ recovery-image] Dec 20 23:25:01.124 INFO E| Updating crates.io index |
8710 | 2024-12-20T23:25:02.507Z | [ recovery-image] Dec 20 23:25:01.246 INFO E| Downloading crates ... |
8711 | 2024-12-20T23:25:02.629Z | [ recovery-image] Dec 20 23:25:01.368 INFO E| Downloaded clap_derive v4.5.13 |
8712 | 2024-12-20T23:25:02.665Z | [ recovery-image] Dec 20 23:25:01.403 INFO E| Downloaded shared_child v1.0.1 |
8713 | 2024-12-20T23:25:02.668Z | [ recovery-image] Dec 20 23:25:01.406 INFO E| Downloaded os_pipe v1.2.1 |
8714 | 2024-12-20T23:25:02.670Z | [ recovery-image] Dec 20 23:25:01.408 INFO E| Downloaded duct v0.13.7 |
8715 | 2024-12-20T23:25:02.704Z | [ recovery-image] Dec 20 23:25:01.442 INFO E| Downloaded clap v4.5.17 |
8716 | 2024-12-20T23:25:02.718Z | [ recovery-image] Dec 20 23:25:01.457 INFO E| Downloaded syn v2.0.77 |
8717 | 2024-12-20T23:25:02.773Z | [ recovery-image] Dec 20 23:25:01.512 INFO E| Downloaded clap_builder v4.5.17 |
8718 | 2024-12-20T23:25:02.834Z | [ recovery-image] Dec 20 23:25:01.573 INFO E| Downloaded libc v0.2.158 |
8719 | 2024-12-20T23:25:02.991Z | [ recovery-image] Dec 20 23:25:01.730 INFO E| Compiling proc-macro2 v1.0.86 |
8720 | 2024-12-20T23:25:02.992Z | [ recovery-image] Dec 20 23:25:01.730 INFO E| Compiling libc v0.2.158 |
8721 | 2024-12-20T23:25:02.992Z | [ recovery-image] Dec 20 23:25:01.730 INFO E| Compiling unicode-ident v1.0.13 |
8722 | 2024-12-20T23:25:02.995Z | [ recovery-image] Dec 20 23:25:01.730 INFO E| Compiling utf8parse v0.2.2 |
8723 | 2024-12-20T23:25:02.995Z | [ recovery-image] Dec 20 23:25:01.730 INFO E| Compiling anstyle v1.0.8 |
8724 | 2024-12-20T23:25:02.995Z | [ recovery-image] Dec 20 23:25:01.730 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8725 | 2024-12-20T23:25:02.995Z | [ recovery-image] Dec 20 23:25:01.731 INFO E| Compiling colorchoice v1.0.2 |
8726 | 2024-12-20T23:25:02.995Z | [ recovery-image] Dec 20 23:25:01.731 INFO E| Compiling anstyle-query v1.1.1 |
8727 | 2024-12-20T23:25:03.689Z | [ recovery-image] Dec 20 23:25:02.428 INFO E| Compiling anstyle-parse v0.2.5 |
8728 | 2024-12-20T23:25:03.777Z | [ recovery-image] Dec 20 23:25:02.515 INFO E| Compiling strsim v0.11.1 |
8729 | 2024-12-20T23:25:03.858Z | [ recovery-image] Dec 20 23:25:02.597 INFO E| Compiling heck v0.5.0 |
8730 | 2024-12-20T23:25:03.886Z | [ recovery-image] Dec 20 23:25:02.625 INFO E| Compiling clap_lex v0.7.2 |
8731 | 2024-12-20T23:25:03.903Z | [ recovery-image] Dec 20 23:25:02.641 INFO E| Compiling once_cell v1.19.0 |
8732 | 2024-12-20T23:25:04.420Z | [ recovery-image] Dec 20 23:25:03.159 INFO E| Compiling anstream v0.6.15 |
8733 | 2024-12-20T23:25:05.179Z | [ recovery-image] Dec 20 23:25:03.918 INFO E| Compiling clap_builder v4.5.17 |
8734 | 2024-12-20T23:25:05.576Z | [ recovery-image] Dec 20 23:25:04.314 INFO E| Compiling quote v1.0.37 |
8735 | 2024-12-20T23:25:06.174Z | [ recovery-image] Dec 20 23:25:04.912 INFO E| Compiling syn v2.0.77 |
8736 | 2024-12-20T23:25:06.192Z | [ recovery-image] Dec 20 23:25:04.930 INFO E| Compiling os_pipe v1.2.1 |
8737 | 2024-12-20T23:25:06.193Z | [ recovery-image] Dec 20 23:25:04.931 INFO E| Compiling shared_child v1.0.1 |
8738 | 2024-12-20T23:25:06.463Z | [ recovery-image] Dec 20 23:25:05.200 INFO E| Compiling duct v0.13.7 |
8739 | 2024-12-20T23:25:15.446Z | [ recovery-image] Dec 20 23:25:14.182 INFO E| Compiling clap_derive v4.5.13 |
8740 | 2024-12-20T23:25:20.164Z | [ recovery-image] Dec 20 23:25:18.899 INFO E| Compiling clap v4.5.17 |
8741 | 2024-12-20T23:25:20.247Z | [ recovery-image] Dec 20 23:25:18.982 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8742 | 2024-12-20T23:25:20.862Z | [ host-image] Dec 20 23:25:19.598 INFO O| adding properties... |
8743 | 2024-12-20T23:25:21.762Z | [ recovery-image] Dec 20 23:25:20.497 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.91s |
8744 | 2024-12-20T23:25:21.775Z | [ recovery-image] Dec 20 23:25:20.511 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8745 | 2024-12-20T23:25:21.958Z | [ recovery-image] Dec 20 23:25:20.693 INFO E| Updating crates.io index |
8746 | 2024-12-20T23:25:22.032Z | [ recovery-image] Dec 20 23:25:20.763 INFO E| Downloading crates ... |
8747 | 2024-12-20T23:25:22.102Z | [ recovery-image] Dec 20 23:25:20.837 INFO E| Downloaded bitstruct_derive v0.1.0 |
8748 | 2024-12-20T23:25:22.104Z | [ recovery-image] Dec 20 23:25:20.838 INFO E| Downloaded seq-macro v0.3.5 |
8749 | 2024-12-20T23:25:22.107Z | [ recovery-image] Dec 20 23:25:20.841 INFO E| Downloaded bit_field v0.10.2 |
8750 | 2024-12-20T23:25:22.110Z | [ recovery-image] Dec 20 23:25:20.845 INFO E| Downloaded cpio_reader v0.1.1 |
8751 | 2024-12-20T23:25:22.112Z | [ recovery-image] Dec 20 23:25:20.847 INFO E| Downloaded bitstruct v0.1.1 |
8752 | 2024-12-20T23:25:22.129Z | [ recovery-image] Dec 20 23:25:20.864 INFO E| Downloaded raw-cpuid v10.7.0 |
8753 | 2024-12-20T23:25:22.138Z | [ recovery-image] Dec 20 23:25:20.874 INFO E| Downloaded syn v2.0.85 |
8754 | 2024-12-20T23:25:22.269Z | [ recovery-image] Dec 20 23:25:21.004 INFO E| Downloaded x86 v0.52.0 |
8755 | 2024-12-20T23:25:22.345Z | [ recovery-image] Dec 20 23:25:21.080 INFO E| Updating crates.io index |
8756 | 2024-12-20T23:25:22.356Z | [ host-image] Dec 20 23:25:21.091 INFO O| installing packages... |
8757 | 2024-12-20T23:25:22.423Z | [ recovery-image] Dec 20 23:25:21.158 INFO E| Downloading crates ... |
8758 | 2024-12-20T23:25:22.493Z | [ recovery-image] Dec 20 23:25:21.228 INFO E| Downloaded hashbrown v0.15.0 |
8759 | 2024-12-20T23:25:22.506Z | [ recovery-image] Dec 20 23:25:21.241 INFO E| Downloaded compiler_builtins v0.1.134 |
8760 | 2024-12-20T23:25:22.601Z | [ recovery-image] Dec 20 23:25:21.336 INFO E| Compiling compiler_builtins v0.1.134 |
8761 | 2024-12-20T23:25:22.604Z | [ recovery-image] Dec 20 23:25:21.336 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) |
8762 | 2024-12-20T23:25:22.604Z | [ recovery-image] Dec 20 23:25:21.336 INFO E| Compiling proc-macro2 v1.0.89 |
8763 | 2024-12-20T23:25:22.604Z | [ recovery-image] Dec 20 23:25:21.336 INFO E| Compiling unicode-ident v1.0.13 |
8764 | 2024-12-20T23:25:22.604Z | [ recovery-image] Dec 20 23:25:21.336 INFO E| Compiling syn v1.0.109 |
8765 | 2024-12-20T23:25:22.604Z | [ recovery-image] Dec 20 23:25:21.337 INFO E| Compiling x86 v0.52.0 |
8766 | 2024-12-20T23:25:22.604Z | [ recovery-image] Dec 20 23:25:21.337 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8767 | 2024-12-20T23:25:22.604Z | [ recovery-image] Dec 20 23:25:21.337 INFO E| Compiling seq-macro v0.3.5 |
8768 | 2024-12-20T23:25:24.249Z | [ recovery-image] Dec 20 23:25:22.984 INFO E| Compiling quote v1.0.37 |
8769 | 2024-12-20T23:25:24.705Z | [ recovery-image] Dec 20 23:25:23.439 INFO E| Compiling syn v2.0.85 |
8770 | 2024-12-20T23:25:29.871Z | [ recovery-image] Dec 20 23:25:28.604 INFO E| Compiling scroll_derive v0.12.0 |
8771 | 2024-12-20T23:25:34.700Z | [ recovery-image] Dec 20 23:25:33.433 INFO E| Compiling bitstruct_derive v0.1.0 |
8772 | 2024-12-20T23:25:53.057Z | [ host-image] Dec 20 23:25:51.787 INFO O| seeding SMF database... |
8773 | 2024-12-20T23:25:57.730Z | [ recovery-image] Dec 20 23:25:56.459 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) |
8774 | 2024-12-20T23:26:01.339Z | [ recovery-image] Dec 20 23:26:00.067 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) |
8775 | 2024-12-20T23:26:07.927Z | [ recovery-image] Dec 20 23:26:06.654 INFO E| Compiling bitflags v1.3.2 |
8776 | 2024-12-20T23:26:07.930Z | [ recovery-image] Dec 20 23:26:06.654 INFO E| Compiling log v0.4.22 |
8777 | 2024-12-20T23:26:07.930Z | [ recovery-image] Dec 20 23:26:06.654 INFO E| Compiling adler2 v2.0.0 |
8778 | 2024-12-20T23:26:07.930Z | [ recovery-image] Dec 20 23:26:06.654 INFO E| Compiling bit_field v0.10.2 |
8779 | 2024-12-20T23:26:07.930Z | [ recovery-image] Dec 20 23:26:06.654 INFO E| Compiling scroll v0.12.0 |
8780 | 2024-12-20T23:26:07.930Z | [ recovery-image] Dec 20 23:26:06.654 INFO E| Compiling plain v0.2.3 |
8781 | 2024-12-20T23:26:07.930Z | [ recovery-image] Dec 20 23:26:06.654 INFO E| Compiling bitstruct v0.1.1 |
8782 | 2024-12-20T23:26:08.032Z | [ recovery-image] Dec 20 23:26:06.759 INFO E| Compiling raw-cpuid v10.7.0 |
8783 | 2024-12-20T23:26:08.042Z | [ recovery-image] Dec 20 23:26:06.769 INFO E| Compiling cpio_reader v0.1.1 |
8784 | 2024-12-20T23:26:08.343Z | [ recovery-image] Dec 20 23:26:07.069 INFO E| Compiling miniz_oxide v0.8.0 |
8785 | 2024-12-20T23:26:08.420Z | [ recovery-image] Dec 20 23:26:07.147 INFO E| Compiling static_assertions v1.1.0 |
8786 | 2024-12-20T23:26:09.127Z | [ recovery-image] Dec 20 23:26:07.854 INFO E| Compiling goblin v0.8.2 |
8787 | 2024-12-20T23:26:09.179Z | [ host-image] Dec 20 23:26:07.906 INFO O| configuring SMF profile... |
8788 | 2024-12-20T23:26:09.182Z | [ host-image] Dec 20 23:26:07.906 INFO O| modifying shadow(5)... |
8789 | 2024-12-20T23:26:09.182Z | [ host-image] Dec 20 23:26:07.907 INFO O| loading user and group database... |
8790 | 2024-12-20T23:26:09.182Z | [ host-image] Dec 20 23:26:07.907 INFO O| assessing packaged files... |
8791 | 2024-12-20T23:26:15.757Z | [ host-image] Dec 20 23:26:14.482 INFO O| creating archive... |
8792 | 2024-12-20T23:26:15.831Z | [ host-image] Dec 20 23:26:14.557 INFO O| missing from packaging: |
8793 | 2024-12-20T23:26:15.831Z | [ host-image] Dec 20 23:26:14.557 INFO O| "etc/.pwd.lock" |
8794 | 2024-12-20T23:26:15.831Z | [ host-image] Dec 20 23:26:14.557 INFO O| "etc/bash" |
8795 | 2024-12-20T23:26:15.840Z | [ host-image] Dec 20 23:26:14.566 INFO O| "etc/svc/profile/generic.xml" |
8796 | 2024-12-20T23:26:15.840Z | [ host-image] Dec 20 23:26:14.566 INFO O| "etc/svc/profile/inetd_services.xml" |
8797 | 2024-12-20T23:26:15.843Z | [ host-image] Dec 20 23:26:14.566 INFO O| "etc/svc/profile/name_service.xml" |
8798 | 2024-12-20T23:26:15.843Z | [ host-image] Dec 20 23:26:14.567 INFO O| "etc/svc/profile/platform.xml" |
8799 | 2024-12-20T23:26:15.843Z | [ host-image] Dec 20 23:26:14.567 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8800 | 2024-12-20T23:26:15.843Z | [ host-image] Dec 20 23:26:14.567 INFO O| "etc/svc/repository.db" |
8801 | 2024-12-20T23:26:15.857Z | [ host-image] Dec 20 23:26:14.583 INFO O| "opt/ooce/share" |
8802 | 2024-12-20T23:26:15.857Z | [ host-image] Dec 20 23:26:14.583 INFO O| "opt/ooce/share/man" |
8803 | 2024-12-20T23:26:15.857Z | [ host-image] Dec 20 23:26:14.583 INFO O| "opt/ooce/share/man/man1" |
8804 | 2024-12-20T23:26:15.872Z | [ host-image] Dec 20 23:26:14.597 INFO O| finishing archive... |
8805 | 2024-12-20T23:26:20.345Z | [ host-image] Dec 20 23:26:19.070 INFO O| creating gzonly manifest... |
8806 | 2024-12-20T23:26:20.379Z | [ host-image] Dec 20 23:26:19.103 INFO O| ok |
8807 | 2024-12-20T23:26:20.574Z | [ recovery-image] Dec 20 23:26:19.251 INFO E| Finished `release` profile [optimized] target(s) in 58.72s |
8808 | 2024-12-20T23:26:20.574Z | [ recovery-image] Dec 20 23:26:19.285 INFO building host image... |
8809 | 2024-12-20T23:26:20.574Z | [ recovery-image] Dec 20 23:26:19.286 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") |
8810 | 2024-12-20T23:26:20.576Z | [ host-image] Dec 20 23:26:19.298 INFO image builder template: ramdisk-02-trim... |
8811 | 2024-12-20T23:26:20.576Z | [ host-image] Dec 20 23:26:19.298 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/.tmp8ONQdI/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 |
8812 | 2024-12-20T23:26:20.609Z | [ host-image] Dec 20 23:26:19.334 INFO O| Dec 20 23:26:19.333 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8813 | 2024-12-20T23:26:20.615Z | [ host-image] Dec 20 23:26:19.339 INFO O| Dec 20 23:26:19.339 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8814 | 2024-12-20T23:26:20.734Z | [ host-image] Dec 20 23:26:19.459 INFO O| Dec 20 23:26:19.459 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8815 | 2024-12-20T23:26:20.845Z | [ host-image] Dec 20 23:26:19.570 INFO O| Dec 20 23:26:19.570 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8816 | 2024-12-20T23:26:20.845Z | [ host-image] Dec 20 23:26:19.570 INFO O| Dec 20 23:26:19.570 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8817 | 2024-12-20T23:26:20.855Z | [ host-image] Dec 20 23:26:19.579 INFO O| Dec 20 23:26:19.579 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8818 | 2024-12-20T23:26:20.862Z | [ host-image] Dec 20 23:26:19.586 INFO O| Dec 20 23:26:19.586 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8819 | 2024-12-20T23:26:20.870Z | [ host-image] Dec 20 23:26:19.595 INFO O| Dec 20 23:26:19.595 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8820 | 2024-12-20T23:26:21.376Z | [ recovery-image] Dec 20 23:26:20.101 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8821 | 2024-12-20T23:26:21.393Z | [ host-image] Dec 20 23:26:20.117 INFO O| Dec 20 23:26:20.117 INFO rolled back to input snapshot; work may begin |
8822 | 2024-12-20T23:26:21.393Z | [ host-image] Dec 20 23:26:20.117 INFO O| Dec 20 23:26:20.117 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8823 | 2024-12-20T23:26:21.409Z | [ host-image] Dec 20 23:26:20.134 INFO O| Dec 20 23:26:20.133 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8824 | 2024-12-20T23:26:21.427Z | [ host-image] Dec 20 23:26:20.151 INFO O| Dec 20 23:26:20.151 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8825 | 2024-12-20T23:26:21.607Z | [ host-image] Dec 20 23:26:20.330 INFO O| Dec 20 23:26:20.330 INFO STEP 0 (remove_files) COMPLETE |
8826 | 2024-12-20T23:26:21.607Z | [ host-image] Dec 20 23:26:20.330 INFO O| Dec 20 23:26:20.330 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8827 | 2024-12-20T23:26:21.646Z | [ host-image] Dec 20 23:26:20.369 INFO O| Dec 20 23:26:20.369 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8828 | 2024-12-20T23:26:21.649Z | [ host-image] Dec 20 23:26:20.372 INFO O| Dec 20 23:26:20.372 INFO STEP 1 (remove_files) COMPLETE |
8829 | 2024-12-20T23:26:21.649Z | [ host-image] Dec 20 23:26:20.372 INFO O| Dec 20 23:26:20.372 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8830 | 2024-12-20T23:26:21.672Z | [ host-image] Dec 20 23:26:20.392 INFO O| Dec 20 23:26:20.392 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8831 | 2024-12-20T23:26:21.691Z | [ host-image] Dec 20 23:26:20.415 INFO O| Dec 20 23:26:20.415 INFO STEP 2 (remove_files) COMPLETE |
8832 | 2024-12-20T23:26:21.691Z | [ host-image] Dec 20 23:26:20.415 INFO O| Dec 20 23:26:20.415 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8833 | 2024-12-20T23:26:21.712Z | [ host-image] Dec 20 23:26:20.434 INFO O| Dec 20 23:26:20.434 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8834 | 2024-12-20T23:26:21.715Z | [ host-image] Dec 20 23:26:20.436 INFO O| Dec 20 23:26:20.436 INFO STEP 3 (remove_files) COMPLETE |
8835 | 2024-12-20T23:26:21.715Z | [ host-image] Dec 20 23:26:20.436 INFO O| Dec 20 23:26:20.436 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8836 | 2024-12-20T23:26:21.729Z | [ host-image] Dec 20 23:26:20.454 INFO O| Dec 20 23:26:20.453 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8837 | 2024-12-20T23:26:21.734Z | [ host-image] Dec 20 23:26:20.459 INFO O| Dec 20 23:26:20.459 INFO STEP 4 (remove_files) COMPLETE |
8838 | 2024-12-20T23:26:21.734Z | [ host-image] Dec 20 23:26:20.459 INFO O| Dec 20 23:26:20.459 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8839 | 2024-12-20T23:26:21.749Z | [ host-image] Dec 20 23:26:20.474 INFO O| Dec 20 23:26:20.474 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8840 | 2024-12-20T23:26:21.753Z | [ host-image] Dec 20 23:26:20.477 INFO O| Dec 20 23:26:20.477 INFO STEP 5 (remove_files) COMPLETE |
8841 | 2024-12-20T23:26:21.753Z | [ host-image] Dec 20 23:26:20.477 INFO O| Dec 20 23:26:20.477 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8842 | 2024-12-20T23:26:21.768Z | [ host-image] Dec 20 23:26:20.493 INFO O| Dec 20 23:26:20.492 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8843 | 2024-12-20T23:26:21.787Z | [ host-image] Dec 20 23:26:20.506 INFO O| Dec 20 23:26:20.506 INFO STEP 6 (remove_files) COMPLETE |
8844 | 2024-12-20T23:26:21.787Z | [ host-image] Dec 20 23:26:20.506 INFO O| Dec 20 23:26:20.506 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8845 | 2024-12-20T23:26:21.799Z | [ host-image] Dec 20 23:26:20.523 INFO O| Dec 20 23:26:20.522 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8846 | 2024-12-20T23:26:21.817Z | [ host-image] Dec 20 23:26:20.541 INFO O| Dec 20 23:26:20.541 INFO STEP 7 (remove_files) COMPLETE |
8847 | 2024-12-20T23:26:21.817Z | [ host-image] Dec 20 23:26:20.541 INFO O| Dec 20 23:26:20.541 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8848 | 2024-12-20T23:26:21.835Z | [ host-image] Dec 20 23:26:20.557 INFO O| Dec 20 23:26:20.557 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8849 | 2024-12-20T23:26:22.002Z | [ host-image] Dec 20 23:26:20.726 INFO O| Dec 20 23:26:20.726 INFO STEP 8 (remove_files) COMPLETE |
8850 | 2024-12-20T23:26:22.002Z | [ host-image] Dec 20 23:26:20.726 INFO O| Dec 20 23:26:20.726 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8851 | 2024-12-20T23:26:22.031Z | [ host-image] Dec 20 23:26:20.755 INFO O| Dec 20 23:26:20.755 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8852 | 2024-12-20T23:26:22.201Z | [ host-image] Dec 20 23:26:20.925 INFO O| Dec 20 23:26:20.925 INFO STEP 9 (remove_files) COMPLETE |
8853 | 2024-12-20T23:26:22.201Z | [ host-image] Dec 20 23:26:20.925 INFO O| Dec 20 23:26:20.925 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8854 | 2024-12-20T23:26:22.220Z | [ host-image] Dec 20 23:26:20.944 INFO O| Dec 20 23:26:20.944 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8855 | 2024-12-20T23:26:22.226Z | [ host-image] Dec 20 23:26:20.950 INFO O| Dec 20 23:26:20.950 INFO STEP 10 (remove_files) COMPLETE |
8856 | 2024-12-20T23:26:22.226Z | [ host-image] Dec 20 23:26:20.951 INFO O| Dec 20 23:26:20.950 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8857 | 2024-12-20T23:26:22.250Z | [ host-image] Dec 20 23:26:20.974 INFO O| Dec 20 23:26:20.974 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8858 | 2024-12-20T23:26:22.253Z | [ host-image] Dec 20 23:26:20.976 INFO O| Dec 20 23:26:20.976 INFO STEP 11 (remove_files) COMPLETE |
8859 | 2024-12-20T23:26:22.253Z | [ host-image] Dec 20 23:26:20.976 INFO O| Dec 20 23:26:20.976 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8860 | 2024-12-20T23:26:22.271Z | [ host-image] Dec 20 23:26:20.996 INFO O| Dec 20 23:26:20.995 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8861 | 2024-12-20T23:26:22.297Z | [ host-image] Dec 20 23:26:21.021 INFO O| Dec 20 23:26:21.021 INFO STEP 12 (remove_files) COMPLETE |
8862 | 2024-12-20T23:26:22.297Z | [ host-image] Dec 20 23:26:21.021 INFO O| Dec 20 23:26:21.021 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8863 | 2024-12-20T23:26:22.853Z | [ host-image] Dec 20 23:26:21.577 INFO O| Dec 20 23:26:21.577 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8864 | 2024-12-20T23:26:22.856Z | [ host-image] Dec 20 23:26:21.578 INFO O| Dec 20 23:26:21.577 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8865 | 2024-12-20T23:26:22.864Z | [ host-image] Dec 20 23:26:21.588 INFO O| Dec 20 23:26:21.588 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8866 | 2024-12-20T23:26:22.868Z | [ host-image] Dec 20 23:26:21.591 INFO O| Dec 20 23:26:21.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8867 | 2024-12-20T23:26:23.136Z | [ host-image] Dec 20 23:26:21.860 INFO O| Dec 20 23:26:21.860 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8868 | 2024-12-20T23:26:23.136Z | [ host-image] Dec 20 23:26:21.861 INFO O| Dec 20 23:26:21.860 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8869 | 2024-12-20T23:26:23.139Z | [ host-image] Dec 20 23:26:21.861 INFO O| Dec 20 23:26:21.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8870 | 2024-12-20T23:26:23.139Z | [ host-image] Dec 20 23:26:21.861 INFO O| Dec 20 23:26:21.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8871 | 2024-12-20T23:26:23.139Z | [ host-image] Dec 20 23:26:21.862 INFO O| Dec 20 23:26:21.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8872 | 2024-12-20T23:26:23.139Z | [ host-image] Dec 20 23:26:21.862 INFO O| Dec 20 23:26:21.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8873 | 2024-12-20T23:26:23.139Z | [ host-image] Dec 20 23:26:21.862 INFO O| Dec 20 23:26:21.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8874 | 2024-12-20T23:26:23.139Z | [ host-image] Dec 20 23:26:21.862 INFO O| Dec 20 23:26:21.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8875 | 2024-12-20T23:26:23.139Z | [ host-image] Dec 20 23:26:21.862 INFO O| Dec 20 23:26:21.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8876 | 2024-12-20T23:26:23.139Z | [ host-image] Dec 20 23:26:21.863 INFO O| Dec 20 23:26:21.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8877 | 2024-12-20T23:26:23.139Z | [ host-image] Dec 20 23:26:21.863 INFO O| Dec 20 23:26:21.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8878 | 2024-12-20T23:26:23.139Z | [ host-image] Dec 20 23:26:21.863 INFO O| Dec 20 23:26:21.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8879 | 2024-12-20T23:26:23.139Z | [ host-image] Dec 20 23:26:21.863 INFO O| Dec 20 23:26:21.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8880 | 2024-12-20T23:26:23.140Z | [ host-image] Dec 20 23:26:21.863 INFO O| Dec 20 23:26:21.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8881 | 2024-12-20T23:26:23.140Z | [ host-image] Dec 20 23:26:21.863 INFO O| Dec 20 23:26:21.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8882 | 2024-12-20T23:26:23.140Z | [ host-image] Dec 20 23:26:21.863 INFO O| Dec 20 23:26:21.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8883 | 2024-12-20T23:26:23.143Z | [ host-image] Dec 20 23:26:21.865 INFO O| Dec 20 23:26:21.865 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8884 | 2024-12-20T23:26:23.151Z | [ host-image] Dec 20 23:26:21.875 INFO O| Dec 20 23:26:21.875 INFO STEP 13 (remove_files) COMPLETE |
8885 | 2024-12-20T23:26:23.154Z | [ host-image] Dec 20 23:26:21.875 INFO O| Dec 20 23:26:21.875 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8886 | 2024-12-20T23:26:23.190Z | [ host-image] Dec 20 23:26:21.914 INFO O| Dec 20 23:26:21.914 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8887 | 2024-12-20T23:26:23.197Z | [ host-image] Dec 20 23:26:21.916 INFO O| Dec 20 23:26:21.916 INFO STEP 14 (remove_files) COMPLETE |
8888 | 2024-12-20T23:26:23.197Z | [ host-image] Dec 20 23:26:21.917 INFO O| Dec 20 23:26:21.917 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8889 | 2024-12-20T23:26:23.213Z | [ host-image] Dec 20 23:26:21.934 INFO O| Dec 20 23:26:21.934 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8890 | 2024-12-20T23:26:23.221Z | [ host-image] Dec 20 23:26:21.945 INFO O| Dec 20 23:26:21.945 INFO STEP 15 (remove_files) COMPLETE |
8891 | 2024-12-20T23:26:23.225Z | [ host-image] Dec 20 23:26:21.945 INFO O| Dec 20 23:26:21.945 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8892 | 2024-12-20T23:26:23.259Z | [ host-image] Dec 20 23:26:21.983 INFO O| Dec 20 23:26:21.983 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8893 | 2024-12-20T23:26:23.262Z | [ host-image] Dec 20 23:26:21.984 INFO O| Dec 20 23:26:21.983 INFO STEP 16 (remove_files) COMPLETE |
8894 | 2024-12-20T23:26:23.262Z | [ host-image] Dec 20 23:26:21.984 INFO O| Dec 20 23:26:21.984 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8895 | 2024-12-20T23:26:23.304Z | [ host-image] Dec 20 23:26:22.028 INFO O| Dec 20 23:26:22.028 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8896 | 2024-12-20T23:26:23.310Z | [ host-image] Dec 20 23:26:22.030 INFO O| Dec 20 23:26:22.030 INFO STEP 17 (remove_files) COMPLETE |
8897 | 2024-12-20T23:26:23.310Z | [ host-image] Dec 20 23:26:22.030 INFO O| Dec 20 23:26:22.030 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8898 | 2024-12-20T23:26:23.326Z | [ host-image] Dec 20 23:26:22.050 INFO O| Dec 20 23:26:22.050 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8899 | 2024-12-20T23:26:23.326Z | [ host-image] Dec 20 23:26:22.050 INFO O| Dec 20 23:26:22.050 INFO STEP 18 (remove_files) COMPLETE |
8900 | 2024-12-20T23:26:23.350Z | [ host-image] Dec 20 23:26:22.050 INFO O| Dec 20 23:26:22.050 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8901 | 2024-12-20T23:26:23.377Z | [ host-image] Dec 20 23:26:22.089 INFO O| Dec 20 23:26:22.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8902 | 2024-12-20T23:26:23.381Z | [ host-image] Dec 20 23:26:22.089 INFO O| Dec 20 23:26:22.089 INFO STEP 19 (remove_files) COMPLETE |
8903 | 2024-12-20T23:26:23.381Z | [ host-image] Dec 20 23:26:22.089 INFO O| Dec 20 23:26:22.089 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8904 | 2024-12-20T23:26:23.413Z | [ host-image] Dec 20 23:26:22.137 INFO O| Dec 20 23:26:22.137 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8905 | 2024-12-20T23:26:23.413Z | [ host-image] Dec 20 23:26:22.137 INFO O| Dec 20 23:26:22.137 INFO STEP 20 (remove_files) COMPLETE |
8906 | 2024-12-20T23:26:23.413Z | [ host-image] Dec 20 23:26:22.137 INFO O| Dec 20 23:26:22.137 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8907 | 2024-12-20T23:26:23.434Z | [ host-image] Dec 20 23:26:22.157 INFO O| Dec 20 23:26:22.157 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8908 | 2024-12-20T23:26:23.439Z | [ host-image] Dec 20 23:26:22.157 INFO O| Dec 20 23:26:22.157 INFO STEP 21 (remove_files) COMPLETE |
8909 | 2024-12-20T23:26:23.439Z | [ host-image] Dec 20 23:26:22.157 INFO O| Dec 20 23:26:22.157 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8910 | 2024-12-20T23:26:23.483Z | [ host-image] Dec 20 23:26:22.207 INFO O| Dec 20 23:26:22.207 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8911 | 2024-12-20T23:26:23.483Z | [ host-image] Dec 20 23:26:22.207 INFO O| Dec 20 23:26:22.207 INFO STEP 22 (remove_files) COMPLETE |
8912 | 2024-12-20T23:26:23.483Z | [ host-image] Dec 20 23:26:22.207 INFO O| Dec 20 23:26:22.207 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8913 | 2024-12-20T23:26:23.534Z | [ host-image] Dec 20 23:26:22.258 INFO O| Dec 20 23:26:22.257 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8914 | 2024-12-20T23:26:23.534Z | [ host-image] Dec 20 23:26:22.258 INFO O| Dec 20 23:26:22.258 INFO STEP 23 (remove_files) COMPLETE |
8915 | 2024-12-20T23:26:23.535Z | [ host-image] Dec 20 23:26:22.258 INFO O| Dec 20 23:26:22.258 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8916 | 2024-12-20T23:26:23.555Z | [ host-image] Dec 20 23:26:22.275 INFO O| Dec 20 23:26:22.274 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8917 | 2024-12-20T23:26:23.555Z | [ host-image] Dec 20 23:26:22.275 INFO O| Dec 20 23:26:22.275 INFO STEP 24 (remove_files) COMPLETE |
8918 | 2024-12-20T23:26:23.555Z | [ host-image] Dec 20 23:26:22.275 INFO O| Dec 20 23:26:22.275 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8919 | 2024-12-20T23:26:23.567Z | [ host-image] Dec 20 23:26:22.291 INFO O| Dec 20 23:26:22.291 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8920 | 2024-12-20T23:26:23.567Z | [ host-image] Dec 20 23:26:22.291 INFO O| Dec 20 23:26:22.291 INFO STEP 25 (remove_files) COMPLETE |
8921 | 2024-12-20T23:26:23.567Z | [ host-image] Dec 20 23:26:22.291 INFO O| Dec 20 23:26:22.291 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8922 | 2024-12-20T23:26:23.586Z | [ host-image] Dec 20 23:26:22.310 INFO O| Dec 20 23:26:22.310 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8923 | 2024-12-20T23:26:23.586Z | [ host-image] Dec 20 23:26:22.310 INFO O| Dec 20 23:26:22.310 INFO STEP 26 (remove_files) COMPLETE |
8924 | 2024-12-20T23:26:23.589Z | [ host-image] Dec 20 23:26:22.310 INFO O| Dec 20 23:26:22.310 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8925 | 2024-12-20T23:26:23.609Z | [ host-image] Dec 20 23:26:22.328 INFO O| Dec 20 23:26:22.328 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8926 | 2024-12-20T23:26:23.609Z | [ host-image] Dec 20 23:26:22.328 INFO O| Dec 20 23:26:22.328 INFO STEP 27 (remove_files) COMPLETE |
8927 | 2024-12-20T23:26:23.613Z | [ host-image] Dec 20 23:26:22.328 INFO O| Dec 20 23:26:22.328 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8928 | 2024-12-20T23:26:23.622Z | [ host-image] Dec 20 23:26:22.345 INFO O| Dec 20 23:26:22.345 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8929 | 2024-12-20T23:26:23.622Z | [ host-image] Dec 20 23:26:22.346 INFO O| Dec 20 23:26:22.346 INFO STEP 28 (remove_files) COMPLETE |
8930 | 2024-12-20T23:26:23.622Z | [ host-image] Dec 20 23:26:22.346 INFO O| Dec 20 23:26:22.346 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8931 | 2024-12-20T23:26:23.656Z | [ host-image] Dec 20 23:26:22.380 INFO O| Dec 20 23:26:22.380 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8932 | 2024-12-20T23:26:23.656Z | [ host-image] Dec 20 23:26:22.380 INFO O| Dec 20 23:26:22.380 INFO STEP 29 (remove_files) COMPLETE |
8933 | 2024-12-20T23:26:23.659Z | [ host-image] Dec 20 23:26:22.380 INFO O| Dec 20 23:26:22.380 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8934 | 2024-12-20T23:26:23.690Z | [ host-image] Dec 20 23:26:22.411 INFO O| Dec 20 23:26:22.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8935 | 2024-12-20T23:26:23.693Z | [ host-image] Dec 20 23:26:22.412 INFO O| Dec 20 23:26:22.412 INFO STEP 30 (remove_files) COMPLETE |
8936 | 2024-12-20T23:26:23.693Z | [ host-image] Dec 20 23:26:22.412 INFO O| Dec 20 23:26:22.412 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8937 | 2024-12-20T23:26:23.707Z | [ host-image] Dec 20 23:26:22.429 INFO O| Dec 20 23:26:22.429 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8938 | 2024-12-20T23:26:23.711Z | [ host-image] Dec 20 23:26:22.429 INFO O| Dec 20 23:26:22.429 INFO STEP 31 (remove_files) COMPLETE |
8939 | 2024-12-20T23:26:23.711Z | [ host-image] Dec 20 23:26:22.429 INFO O| Dec 20 23:26:22.429 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8940 | 2024-12-20T23:26:23.746Z | [ host-image] Dec 20 23:26:22.470 INFO O| Dec 20 23:26:22.470 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8941 | 2024-12-20T23:26:23.749Z | [ host-image] Dec 20 23:26:22.470 INFO O| Dec 20 23:26:22.470 INFO STEP 32 (remove_files) COMPLETE |
8942 | 2024-12-20T23:26:23.749Z | [ host-image] Dec 20 23:26:22.471 INFO O| Dec 20 23:26:22.470 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8943 | 2024-12-20T23:26:23.779Z | [ host-image] Dec 20 23:26:22.500 INFO O| Dec 20 23:26:22.500 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8944 | 2024-12-20T23:26:23.779Z | [ host-image] Dec 20 23:26:22.500 INFO O| Dec 20 23:26:22.500 INFO STEP 33 (remove_files) COMPLETE |
8945 | 2024-12-20T23:26:23.779Z | [ host-image] Dec 20 23:26:22.500 INFO O| Dec 20 23:26:22.500 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8946 | 2024-12-20T23:26:23.810Z | [ host-image] Dec 20 23:26:22.534 INFO O| Dec 20 23:26:22.534 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8947 | 2024-12-20T23:26:23.810Z | [ host-image] Dec 20 23:26:22.535 INFO O| Dec 20 23:26:22.534 INFO STEP 34 (remove_files) COMPLETE |
8948 | 2024-12-20T23:26:23.810Z | [ host-image] Dec 20 23:26:22.535 INFO O| Dec 20 23:26:22.534 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8949 | 2024-12-20T23:26:23.815Z | [ recovery-image] Dec 20 23:26:22.535 INFO image complete! materials are in "/work/os-recovery" |
8950 | 2024-12-20T23:26:23.819Z | [ recovery-image] |
8951 | 2024-12-20T23:26:23.819Z | [ recovery-image] real 13:06.802364467 |
8952 | 2024-12-20T23:26:23.819Z | [ recovery-image] user 6:25.015686804 |
8953 | 2024-12-20T23:26:23.819Z | [ recovery-image] sys 59.071735512 |
8954 | 2024-12-20T23:26:23.819Z | [ recovery-image] trap 0.287958029 |
8955 | 2024-12-20T23:26:23.819Z | [ recovery-image] tflt 0.583784178 |
8956 | 2024-12-20T23:26:23.819Z | [ recovery-image] dflt 2.370390323 |
8957 | 2024-12-20T23:26:23.819Z | [ recovery-image] kflt 0.029441884 |
8958 | 2024-12-20T23:26:23.819Z | [ recovery-image] lock 29:33.668986396 |
8959 | 2024-12-20T23:26:23.819Z | [ recovery-image] slp 1:22:21.176786823 |
8960 | 2024-12-20T23:26:23.819Z | [ recovery-image] lat 4:02.313829357 |
8961 | 2024-12-20T23:26:23.819Z | [ recovery-image] stop 6.379599664 |
8962 | 2024-12-20T23:26:23.819Z | Dec 20 23:26:22.541 INFO [recovery-image] process exited with exit status: 0 (786.837290289s) |
8963 | 2024-12-20T23:26:23.848Z | [ host-image] Dec 20 23:26:22.572 INFO O| Dec 20 23:26:22.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8964 | 2024-12-20T23:26:23.848Z | [ host-image] Dec 20 23:26:22.573 INFO O| Dec 20 23:26:22.573 INFO STEP 35 (remove_files) COMPLETE |
8965 | 2024-12-20T23:26:23.851Z | [ host-image] Dec 20 23:26:22.573 INFO O| Dec 20 23:26:22.573 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8966 | 2024-12-20T23:26:23.888Z | [ host-image] Dec 20 23:26:22.611 INFO O| Dec 20 23:26:22.610 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8967 | 2024-12-20T23:26:23.888Z | [ host-image] Dec 20 23:26:22.611 INFO O| Dec 20 23:26:22.611 INFO STEP 36 (remove_files) COMPLETE |
8968 | 2024-12-20T23:26:23.891Z | [ host-image] Dec 20 23:26:22.611 INFO O| Dec 20 23:26:22.611 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8969 | 2024-12-20T23:26:23.945Z | [ host-image] Dec 20 23:26:22.669 INFO O| Dec 20 23:26:22.669 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8970 | 2024-12-20T23:26:23.945Z | [ host-image] Dec 20 23:26:22.669 INFO O| Dec 20 23:26:22.669 INFO STEP 37 (remove_files) COMPLETE |
8971 | 2024-12-20T23:26:23.945Z | [ host-image] Dec 20 23:26:22.670 INFO O| Dec 20 23:26:22.669 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8972 | 2024-12-20T23:26:24.003Z | [ host-image] Dec 20 23:26:22.725 INFO O| Dec 20 23:26:22.725 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8973 | 2024-12-20T23:26:24.003Z | [ host-image] Dec 20 23:26:22.725 INFO O| Dec 20 23:26:22.725 INFO STEP 38 (remove_files) COMPLETE |
8974 | 2024-12-20T23:26:24.003Z | [ host-image] Dec 20 23:26:22.725 INFO O| Dec 20 23:26:22.725 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8975 | 2024-12-20T23:26:24.019Z | [ host-image] Dec 20 23:26:22.743 INFO O| Dec 20 23:26:22.743 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8976 | 2024-12-20T23:26:24.019Z | [ host-image] Dec 20 23:26:22.743 INFO O| Dec 20 23:26:22.743 INFO STEP 39 (remove_files) COMPLETE |
8977 | 2024-12-20T23:26:24.019Z | [ host-image] Dec 20 23:26:22.744 INFO O| Dec 20 23:26:22.743 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8978 | 2024-12-20T23:26:24.035Z | [ host-image] Dec 20 23:26:22.759 INFO O| Dec 20 23:26:22.759 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8979 | 2024-12-20T23:26:24.036Z | [ host-image] Dec 20 23:26:22.759 INFO O| Dec 20 23:26:22.759 INFO STEP 40 (remove_files) COMPLETE |
8980 | 2024-12-20T23:26:24.042Z | [ host-image] Dec 20 23:26:22.760 INFO O| Dec 20 23:26:22.759 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8981 | 2024-12-20T23:26:24.054Z | [ host-image] Dec 20 23:26:22.775 INFO O| Dec 20 23:26:22.775 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8982 | 2024-12-20T23:26:24.057Z | [ host-image] Dec 20 23:26:22.775 INFO O| Dec 20 23:26:22.775 INFO STEP 41 (remove_files) COMPLETE |
8983 | 2024-12-20T23:26:24.057Z | [ host-image] Dec 20 23:26:22.775 INFO O| Dec 20 23:26:22.775 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8984 | 2024-12-20T23:26:24.079Z | [ host-image] Dec 20 23:26:22.801 INFO O| Dec 20 23:26:22.801 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8985 | 2024-12-20T23:26:24.079Z | [ host-image] Dec 20 23:26:22.801 INFO O| Dec 20 23:26:22.801 INFO STEP 42 (remove_files) COMPLETE |
8986 | 2024-12-20T23:26:24.079Z | [ host-image] Dec 20 23:26:22.801 INFO O| Dec 20 23:26:22.801 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8987 | 2024-12-20T23:26:24.096Z | [ host-image] Dec 20 23:26:22.820 INFO O| Dec 20 23:26:22.819 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8988 | 2024-12-20T23:26:24.096Z | [ host-image] Dec 20 23:26:22.820 INFO O| Dec 20 23:26:22.820 INFO STEP 43 (remove_files) COMPLETE |
8989 | 2024-12-20T23:26:24.096Z | [ host-image] Dec 20 23:26:22.820 INFO O| Dec 20 23:26:22.820 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8990 | 2024-12-20T23:26:24.113Z | [ host-image] Dec 20 23:26:22.836 INFO O| Dec 20 23:26:22.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8991 | 2024-12-20T23:26:24.113Z | [ host-image] Dec 20 23:26:22.837 INFO O| Dec 20 23:26:22.836 INFO STEP 44 (remove_files) COMPLETE |
8992 | 2024-12-20T23:26:24.113Z | [ host-image] Dec 20 23:26:22.837 INFO O| Dec 20 23:26:22.837 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8993 | 2024-12-20T23:26:24.129Z | [ host-image] Dec 20 23:26:22.853 INFO O| Dec 20 23:26:22.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8994 | 2024-12-20T23:26:24.129Z | [ host-image] Dec 20 23:26:22.853 INFO O| Dec 20 23:26:22.853 INFO STEP 45 (remove_files) COMPLETE |
8995 | 2024-12-20T23:26:24.129Z | [ host-image] Dec 20 23:26:22.853 INFO O| Dec 20 23:26:22.853 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8996 | 2024-12-20T23:26:24.145Z | [ host-image] Dec 20 23:26:22.869 INFO O| Dec 20 23:26:22.869 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8997 | 2024-12-20T23:26:24.145Z | [ host-image] Dec 20 23:26:22.869 INFO O| Dec 20 23:26:22.869 INFO STEP 46 (remove_files) COMPLETE |
8998 | 2024-12-20T23:26:24.145Z | [ host-image] Dec 20 23:26:22.869 INFO O| Dec 20 23:26:22.869 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8999 | 2024-12-20T23:26:24.177Z | [ host-image] Dec 20 23:26:22.899 INFO O| Dec 20 23:26:22.899 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
9000 | 2024-12-20T23:26:24.177Z | [ host-image] Dec 20 23:26:22.899 INFO O| Dec 20 23:26:22.899 INFO STEP 47 (remove_files) COMPLETE |
9001 | 2024-12-20T23:26:24.185Z | [ host-image] Dec 20 23:26:22.899 INFO O| Dec 20 23:26:22.899 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9002 | 2024-12-20T23:26:24.193Z | [ host-image] Dec 20 23:26:22.917 INFO O| Dec 20 23:26:22.917 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
9003 | 2024-12-20T23:26:24.195Z | [ host-image] Dec 20 23:26:22.917 INFO O| Dec 20 23:26:22.917 INFO STEP 48 (remove_files) COMPLETE |
9004 | 2024-12-20T23:26:24.195Z | [ host-image] Dec 20 23:26:22.917 INFO O| Dec 20 23:26:22.917 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9005 | 2024-12-20T23:26:24.212Z | [ host-image] Dec 20 23:26:22.934 INFO O| Dec 20 23:26:22.934 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
9006 | 2024-12-20T23:26:24.212Z | [ host-image] Dec 20 23:26:22.934 INFO O| Dec 20 23:26:22.934 INFO STEP 49 (remove_files) COMPLETE |
9007 | 2024-12-20T23:26:24.212Z | [ host-image] Dec 20 23:26:22.934 INFO O| Dec 20 23:26:22.934 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9008 | 2024-12-20T23:26:24.227Z | [ host-image] Dec 20 23:26:22.951 INFO O| Dec 20 23:26:22.951 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
9009 | 2024-12-20T23:26:24.227Z | [ host-image] Dec 20 23:26:22.951 INFO O| Dec 20 23:26:22.951 INFO STEP 50 (remove_files) COMPLETE |
9010 | 2024-12-20T23:26:24.228Z | [ host-image] Dec 20 23:26:22.951 INFO O| Dec 20 23:26:22.951 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9011 | 2024-12-20T23:26:24.245Z | [ host-image] Dec 20 23:26:22.968 INFO O| Dec 20 23:26:22.968 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
9012 | 2024-12-20T23:26:24.245Z | [ host-image] Dec 20 23:26:22.968 INFO O| Dec 20 23:26:22.968 INFO STEP 51 (remove_files) COMPLETE |
9013 | 2024-12-20T23:26:24.245Z | [ host-image] Dec 20 23:26:22.968 INFO O| Dec 20 23:26:22.968 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9014 | 2024-12-20T23:26:24.262Z | [ host-image] Dec 20 23:26:22.985 INFO O| Dec 20 23:26:22.985 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
9015 | 2024-12-20T23:26:24.262Z | [ host-image] Dec 20 23:26:22.985 INFO O| Dec 20 23:26:22.985 INFO STEP 52 (remove_files) COMPLETE |
9016 | 2024-12-20T23:26:24.262Z | [ host-image] Dec 20 23:26:22.986 INFO O| Dec 20 23:26:22.985 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9017 | 2024-12-20T23:26:24.292Z | [ host-image] Dec 20 23:26:23.016 INFO O| Dec 20 23:26:23.016 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
9018 | 2024-12-20T23:26:24.292Z | [ host-image] Dec 20 23:26:23.016 INFO O| Dec 20 23:26:23.016 INFO STEP 53 (remove_files) COMPLETE |
9019 | 2024-12-20T23:26:24.292Z | [ host-image] Dec 20 23:26:23.016 INFO O| Dec 20 23:26:23.016 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9020 | 2024-12-20T23:26:24.312Z | [ host-image] Dec 20 23:26:23.036 INFO O| Dec 20 23:26:23.035 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
9021 | 2024-12-20T23:26:24.312Z | [ host-image] Dec 20 23:26:23.036 INFO O| Dec 20 23:26:23.036 INFO STEP 54 (remove_files) COMPLETE |
9022 | 2024-12-20T23:26:24.312Z | [ host-image] Dec 20 23:26:23.036 INFO O| Dec 20 23:26:23.036 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9023 | 2024-12-20T23:26:24.342Z | [ host-image] Dec 20 23:26:23.066 INFO O| Dec 20 23:26:23.066 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
9024 | 2024-12-20T23:26:24.342Z | [ host-image] Dec 20 23:26:23.066 INFO O| Dec 20 23:26:23.066 INFO STEP 55 (remove_files) COMPLETE |
9025 | 2024-12-20T23:26:24.342Z | [ host-image] Dec 20 23:26:23.066 INFO O| Dec 20 23:26:23.066 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9026 | 2024-12-20T23:26:24.360Z | [ host-image] Dec 20 23:26:23.083 INFO O| Dec 20 23:26:23.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
9027 | 2024-12-20T23:26:24.360Z | [ host-image] Dec 20 23:26:23.083 INFO O| Dec 20 23:26:23.083 INFO STEP 56 (remove_files) COMPLETE |
9028 | 2024-12-20T23:26:24.360Z | [ host-image] Dec 20 23:26:23.083 INFO O| Dec 20 23:26:23.083 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9029 | 2024-12-20T23:26:24.377Z | [ host-image] Dec 20 23:26:23.100 INFO O| Dec 20 23:26:23.100 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
9030 | 2024-12-20T23:26:24.377Z | [ host-image] Dec 20 23:26:23.101 INFO O| Dec 20 23:26:23.101 INFO STEP 57 (remove_files) COMPLETE |
9031 | 2024-12-20T23:26:24.377Z | [ host-image] Dec 20 23:26:23.101 INFO O| Dec 20 23:26:23.101 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9032 | 2024-12-20T23:26:24.399Z | [ host-image] Dec 20 23:26:23.123 INFO O| Dec 20 23:26:23.123 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
9033 | 2024-12-20T23:26:24.399Z | [ host-image] Dec 20 23:26:23.123 INFO O| Dec 20 23:26:23.123 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
9034 | 2024-12-20T23:26:24.399Z | [ host-image] Dec 20 23:26:23.123 INFO O| Dec 20 23:26:23.123 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9035 | 2024-12-20T23:26:24.402Z | [ host-image] Dec 20 23:26:23.123 INFO O| Dec 20 23:26:23.123 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9036 | 2024-12-20T23:26:24.402Z | [ host-image] Dec 20 23:26:23.124 INFO O| Dec 20 23:26:23.123 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9037 | 2024-12-20T23:26:24.402Z | [ host-image] Dec 20 23:26:23.124 INFO O| Dec 20 23:26:23.124 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9038 | 2024-12-20T23:26:24.402Z | [ host-image] Dec 20 23:26:23.124 INFO O| Dec 20 23:26:23.124 INFO ok! |
9039 | 2024-12-20T23:26:24.402Z | [ host-image] Dec 20 23:26:23.124 INFO O| Dec 20 23:26:23.124 INFO STEP 58 (ensure_file) COMPLETE |
9040 | 2024-12-20T23:26:24.402Z | [ host-image] Dec 20 23:26:23.124 INFO O| Dec 20 23:26:23.124 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9041 | 2024-12-20T23:26:24.419Z | [ host-image] Dec 20 23:26:23.142 INFO O| Dec 20 23:26:23.142 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
9042 | 2024-12-20T23:26:24.419Z | [ host-image] Dec 20 23:26:23.142 INFO O| Dec 20 23:26:23.142 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
9043 | 2024-12-20T23:26:24.421Z | [ host-image] Dec 20 23:26:23.143 INFO O| Dec 20 23:26:23.143 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9044 | 2024-12-20T23:26:24.421Z | [ host-image] Dec 20 23:26:23.143 INFO O| Dec 20 23:26:23.143 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9045 | 2024-12-20T23:26:24.421Z | [ host-image] Dec 20 23:26:23.143 INFO O| Dec 20 23:26:23.143 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9046 | 2024-12-20T23:26:24.421Z | [ host-image] Dec 20 23:26:23.143 INFO O| Dec 20 23:26:23.143 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9047 | 2024-12-20T23:26:24.421Z | [ host-image] Dec 20 23:26:23.143 INFO O| Dec 20 23:26:23.143 INFO ok! |
9048 | 2024-12-20T23:26:24.421Z | [ host-image] Dec 20 23:26:23.143 INFO O| Dec 20 23:26:23.143 INFO STEP 59 (ensure_file) COMPLETE |
9049 | 2024-12-20T23:26:24.421Z | [ host-image] Dec 20 23:26:23.143 INFO O| Dec 20 23:26:23.143 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9050 | 2024-12-20T23:26:24.462Z | [ host-image] Dec 20 23:26:23.186 INFO O| Dec 20 23:26:23.186 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
9051 | 2024-12-20T23:26:24.462Z | [ host-image] Dec 20 23:26:23.186 INFO O| Dec 20 23:26:23.186 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
9052 | 2024-12-20T23:26:24.462Z | [ host-image] Dec 20 23:26:23.186 INFO O| Dec 20 23:26:23.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
9053 | 2024-12-20T23:26:24.462Z | [ host-image] Dec 20 23:26:23.186 INFO O| Dec 20 23:26:23.186 INFO ok! |
9054 | 2024-12-20T23:26:24.465Z | [ host-image] Dec 20 23:26:23.186 INFO O| Dec 20 23:26:23.186 INFO STEP 60 (ensure_file) COMPLETE |
9055 | 2024-12-20T23:26:24.465Z | [ host-image] Dec 20 23:26:23.186 INFO O| Dec 20 23:26:23.186 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9056 | 2024-12-20T23:26:24.507Z | [ host-image] Dec 20 23:26:23.231 INFO O| Dec 20 23:26:23.231 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
9057 | 2024-12-20T23:26:24.510Z | [ host-image] Dec 20 23:26:23.231 INFO O| Dec 20 23:26:23.231 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
9058 | 2024-12-20T23:26:24.510Z | [ host-image] Dec 20 23:26:23.231 INFO O| Dec 20 23:26:23.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
9059 | 2024-12-20T23:26:24.510Z | [ host-image] Dec 20 23:26:23.231 INFO O| Dec 20 23:26:23.231 INFO ok! |
9060 | 2024-12-20T23:26:24.510Z | [ host-image] Dec 20 23:26:23.232 INFO O| Dec 20 23:26:23.231 INFO STEP 61 (ensure_file) COMPLETE |
9061 | 2024-12-20T23:26:24.510Z | [ host-image] Dec 20 23:26:23.232 INFO O| Dec 20 23:26:23.232 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9062 | 2024-12-20T23:26:24.526Z | [ host-image] Dec 20 23:26:23.250 INFO O| Dec 20 23:26:23.250 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
9063 | 2024-12-20T23:26:24.528Z | [ host-image] Dec 20 23:26:23.250 INFO O| Dec 20 23:26:23.250 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
9064 | 2024-12-20T23:26:24.528Z | [ host-image] Dec 20 23:26:23.250 INFO O| Dec 20 23:26:23.250 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9065 | 2024-12-20T23:26:24.528Z | [ host-image] Dec 20 23:26:23.250 INFO O| Dec 20 23:26:23.250 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9066 | 2024-12-20T23:26:24.529Z | [ host-image] Dec 20 23:26:23.250 INFO O| Dec 20 23:26:23.250 INFO ok! |
9067 | 2024-12-20T23:26:24.529Z | [ host-image] Dec 20 23:26:23.251 INFO O| Dec 20 23:26:23.250 INFO STEP 62 (ensure_file) COMPLETE |
9068 | 2024-12-20T23:26:24.529Z | [ host-image] Dec 20 23:26:23.251 INFO O| Dec 20 23:26:23.251 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9069 | 2024-12-20T23:26:24.544Z | [ host-image] Dec 20 23:26:23.268 INFO O| Dec 20 23:26:23.268 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9070 | 2024-12-20T23:26:24.544Z | [ host-image] Dec 20 23:26:23.268 INFO O| Dec 20 23:26:23.268 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
9071 | 2024-12-20T23:26:24.549Z | [ host-image] Dec 20 23:26:23.269 INFO O| Dec 20 23:26:23.269 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9072 | 2024-12-20T23:26:24.549Z | [ host-image] Dec 20 23:26:23.269 INFO O| Dec 20 23:26:23.269 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9073 | 2024-12-20T23:26:24.549Z | [ host-image] Dec 20 23:26:23.269 INFO O| Dec 20 23:26:23.269 INFO ok! |
9074 | 2024-12-20T23:26:24.549Z | [ host-image] Dec 20 23:26:23.269 INFO O| Dec 20 23:26:23.269 INFO STEP 63 (ensure_file) COMPLETE |
9075 | 2024-12-20T23:26:24.549Z | [ host-image] Dec 20 23:26:23.269 INFO O| Dec 20 23:26:23.269 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9076 | 2024-12-20T23:26:24.563Z | [ host-image] Dec 20 23:26:23.286 INFO O| Dec 20 23:26:23.286 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9077 | 2024-12-20T23:26:24.563Z | [ host-image] Dec 20 23:26:23.286 INFO O| Dec 20 23:26:23.286 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9078 | 2024-12-20T23:26:24.567Z | [ host-image] Dec 20 23:26:23.287 INFO O| Dec 20 23:26:23.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9079 | 2024-12-20T23:26:24.567Z | [ host-image] Dec 20 23:26:23.287 INFO O| Dec 20 23:26:23.287 INFO ok! |
9080 | 2024-12-20T23:26:24.567Z | [ host-image] Dec 20 23:26:23.287 INFO O| Dec 20 23:26:23.287 INFO STEP 64 (assemble_files) COMPLETE |
9081 | 2024-12-20T23:26:24.567Z | [ host-image] Dec 20 23:26:23.287 INFO O| Dec 20 23:26:23.287 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9082 | 2024-12-20T23:26:24.581Z | [ host-image] Dec 20 23:26:23.304 INFO O| Dec 20 23:26:23.304 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9083 | 2024-12-20T23:26:24.581Z | [ host-image] Dec 20 23:26:23.305 INFO O| Dec 20 23:26:23.305 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9084 | 2024-12-20T23:26:24.603Z | [ host-image] Dec 20 23:26:23.305 INFO O| Dec 20 23:26:23.305 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9085 | 2024-12-20T23:26:24.603Z | [ host-image] Dec 20 23:26:23.305 INFO O| Dec 20 23:26:23.305 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9086 | 2024-12-20T23:26:24.603Z | [ host-image] Dec 20 23:26:23.305 INFO O| Dec 20 23:26:23.305 INFO ok! |
9087 | 2024-12-20T23:26:24.603Z | [ host-image] Dec 20 23:26:23.305 INFO O| Dec 20 23:26:23.305 INFO STEP 65 (ensure_file) COMPLETE |
9088 | 2024-12-20T23:26:24.603Z | [ host-image] Dec 20 23:26:23.305 INFO O| Dec 20 23:26:23.305 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9089 | 2024-12-20T23:26:24.622Z | [ host-image] Dec 20 23:26:23.345 INFO O| Dec 20 23:26:23.345 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9090 | 2024-12-20T23:26:24.655Z | [ host-image] Dec 20 23:26:23.345 INFO O| Dec 20 23:26:23.345 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9091 | 2024-12-20T23:26:24.655Z | [ host-image] Dec 20 23:26:23.345 INFO O| Dec 20 23:26:23.345 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9092 | 2024-12-20T23:26:24.655Z | [ host-image] Dec 20 23:26:23.345 INFO O| Dec 20 23:26:23.345 INFO STEP 66 (ensure_dir) COMPLETE |
9093 | 2024-12-20T23:26:24.655Z | [ host-image] Dec 20 23:26:23.345 INFO O| Dec 20 23:26:23.345 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9094 | 2024-12-20T23:26:24.660Z | [ host-image] Dec 20 23:26:23.384 INFO O| Dec 20 23:26:23.384 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9095 | 2024-12-20T23:26:24.660Z | [ host-image] Dec 20 23:26:23.384 INFO O| Dec 20 23:26:23.384 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 ... |
9096 | 2024-12-20T23:26:24.671Z | [ host-image] Dec 20 23:26:23.394 INFO O| Dec 20 23:26:23.394 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 |
9097 | 2024-12-20T23:26:24.671Z | [ host-image] Dec 20 23:26:23.395 INFO O| Dec 20 23:26:23.394 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9098 | 2024-12-20T23:26:24.673Z | [ host-image] Dec 20 23:26:23.395 INFO O| Dec 20 23:26:23.394 INFO ok! |
9099 | 2024-12-20T23:26:24.673Z | [ host-image] Dec 20 23:26:23.395 INFO O| Dec 20 23:26:23.395 INFO STEP 67 (ensure_file) COMPLETE |
9100 | 2024-12-20T23:26:24.673Z | [ host-image] Dec 20 23:26:23.395 INFO O| Dec 20 23:26:23.395 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9101 | 2024-12-20T23:26:24.689Z | [ host-image] Dec 20 23:26:23.413 INFO O| Dec 20 23:26:23.412 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9102 | 2024-12-20T23:26:24.689Z | [ host-image] Dec 20 23:26:23.413 INFO O| Dec 20 23:26:23.413 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 ... |
9103 | 2024-12-20T23:26:24.695Z | [ host-image] Dec 20 23:26:23.413 INFO O| Dec 20 23:26:23.413 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 |
9104 | 2024-12-20T23:26:24.695Z | [ host-image] Dec 20 23:26:23.413 INFO O| Dec 20 23:26:23.413 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9105 | 2024-12-20T23:26:24.695Z | [ host-image] Dec 20 23:26:23.413 INFO O| Dec 20 23:26:23.413 INFO ok! |
9106 | 2024-12-20T23:26:24.695Z | [ host-image] Dec 20 23:26:23.413 INFO O| Dec 20 23:26:23.413 INFO STEP 68 (ensure_file) COMPLETE |
9107 | 2024-12-20T23:26:24.695Z | [ host-image] Dec 20 23:26:23.413 INFO O| Dec 20 23:26:23.413 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9108 | 2024-12-20T23:26:24.730Z | [ host-image] Dec 20 23:26:23.454 INFO O| Dec 20 23:26:23.454 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9109 | 2024-12-20T23:26:24.730Z | [ host-image] Dec 20 23:26:23.454 INFO O| Dec 20 23:26:23.454 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9110 | 2024-12-20T23:26:28.079Z | [ host-image] Dec 20 23:26:26.802 INFO O| Dec 20 23:26:26.802 INFO STEP 69 (pack_tar) COMPLETE |
9111 | 2024-12-20T23:26:28.079Z | [ host-image] Dec 20 23:26:26.802 INFO O| Dec 20 23:26:26.802 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9112 | 2024-12-20T23:26:28.082Z | [ host-image] Dec 20 23:26:26.802 INFO O| Dec 20 23:26:26.802 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9113 | 2024-12-20T23:26:28.486Z | [ host-image] Dec 20 23:26:27.207 INFO O| Dec 20 23:26:27.207 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9114 | 2024-12-20T23:26:28.582Z | [ host-image] Dec 20 23:26:27.305 INFO O| Dec 20 23:26:27.304 INFO completed processing gimlet/ramdisk-02-trim |
9115 | 2024-12-20T23:26:28.587Z | [ host-image] Dec 20 23:26:27.308 INFO image builder template: zfs... |
9116 | 2024-12-20T23:26:28.587Z | [ host-image] Dec 20 23:26:27.308 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/.tmp8ONQdI/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 |
9117 | 2024-12-20T23:26:28.605Z | [ host-image] Dec 20 23:26:27.328 INFO O| Dec 20 23:26:27.328 INFO skip include "stress" because feature "stress" is not enabled |
9118 | 2024-12-20T23:26:28.656Z | [ host-image] Dec 20 23:26:27.378 INFO O| Dec 20 23:26:27.378 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9119 | 2024-12-20T23:26:28.667Z | [ host-image] Dec 20 23:26:27.385 INFO O| Dec 20 23:26:27.385 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9120 | 2024-12-20T23:26:28.762Z | [ host-image] Dec 20 23:26:27.484 INFO O| Dec 20 23:26:27.484 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9121 | 2024-12-20T23:26:28.842Z | [ host-image] Dec 20 23:26:27.563 INFO O| Dec 20 23:26:27.563 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9122 | 2024-12-20T23:26:28.845Z | [ host-image] Dec 20 23:26:27.564 INFO O| Dec 20 23:26:27.563 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9123 | 2024-12-20T23:26:28.847Z | [ host-image] Dec 20 23:26:27.570 INFO O| Dec 20 23:26:27.570 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9124 | 2024-12-20T23:26:28.946Z | [ host-image] Dec 20 23:26:27.669 INFO O| Dec 20 23:26:27.668 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9125 | 2024-12-20T23:26:29.018Z | [ host-image] Dec 20 23:26:27.741 INFO O| Dec 20 23:26:27.741 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9126 | 2024-12-20T23:26:29.034Z | [ host-image] Dec 20 23:26:27.757 INFO O| Dec 20 23:26:27.757 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9127 | 2024-12-20T23:26:29.041Z | [ host-image] Dec 20 23:26:27.765 INFO O| Dec 20 23:26:27.765 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9128 | 2024-12-20T23:26:29.042Z | [ host-image] Dec 20 23:26:27.765 INFO O| Dec 20 23:26:27.765 INFO no lofi found |
9129 | 2024-12-20T23:26:29.042Z | [ host-image] Dec 20 23:26:27.765 INFO O| Dec 20 23:26:27.765 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9130 | 2024-12-20T23:26:29.045Z | [ host-image] Dec 20 23:26:27.765 INFO O| Dec 20 23:26:27.765 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9131 | 2024-12-20T23:26:31.287Z | [ host-image] Dec 20 23:26:30.010 INFO O| Dec 20 23:26:30.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
9132 | 2024-12-20T23:26:31.287Z | [ host-image] Dec 20 23:26:30.010 INFO O| Dec 20 23:26:30.010 INFO pool device = /dev/dsk/c2t1d0p0 |
9133 | 2024-12-20T23:26:31.293Z | [ host-image] Dec 20 23:26:30.010 INFO O| Dec 20 23:26:30.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
9134 | 2024-12-20T23:26:31.471Z | [ host-image] Dec 20 23:26:30.193 INFO O| Dec 20 23:26:30.193 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9135 | 2024-12-20T23:26:31.471Z | [ host-image] Dec 20 23:26:30.193 INFO O| Dec 20 23:26:30.193 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9136 | 2024-12-20T23:26:31.509Z | [ host-image] Dec 20 23:26:30.232 INFO O| Dec 20 23:26:30.231 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9137 | 2024-12-20T23:26:31.593Z | [ host-image] Dec 20 23:26:30.315 INFO O| Dec 20 23:26:30.315 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9138 | 2024-12-20T23:26:31.714Z | [ host-image] Dec 20 23:26:30.436 INFO O| Dec 20 23:26:30.436 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9139 | 2024-12-20T23:26:31.738Z | [ host-image] Dec 20 23:26:30.461 INFO O| Dec 20 23:26:30.461 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9140 | 2024-12-20T23:26:31.758Z | [ host-image] Dec 20 23:26:30.481 INFO O| Dec 20 23:26:30.481 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9141 | 2024-12-20T23:26:31.827Z | [ host-image] Dec 20 23:26:30.550 INFO O| Dec 20 23:26:30.549 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9142 | 2024-12-20T23:26:31.827Z | [ host-image] Dec 20 23:26:30.550 INFO O| Dec 20 23:26:30.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9143 | 2024-12-20T23:26:31.830Z | [ host-image] Dec 20 23:26:30.550 INFO O| Dec 20 23:26:30.550 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9144 | 2024-12-20T23:26:31.844Z | [ host-image] Dec 20 23:26:30.566 INFO O| Dec 20 23:26:30.566 INFO boot environment UUID: 0e8c673f-ed43-44f6-83a7-60807314f115 |
9145 | 2024-12-20T23:26:31.844Z | [ host-image] Dec 20 23:26:30.566 INFO O| Dec 20 23:26:30.566 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 0e8c673f-ed43-44f6-83a7-60807314f115 |
9146 | 2024-12-20T23:26:31.865Z | [ host-image] Dec 20 23:26:30.588 INFO O| Dec 20 23:26:30.587 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9147 | 2024-12-20T23:26:31.884Z | [ host-image] Dec 20 23:26:30.607 INFO O| Dec 20 23:26:30.607 INFO STEP 0 (create_be) COMPLETE |
9148 | 2024-12-20T23:26:31.884Z | [ host-image] Dec 20 23:26:30.607 INFO O| Dec 20 23:26:30.607 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9149 | 2024-12-20T23:26:31.904Z | [ host-image] Dec 20 23:26:30.626 INFO O| Dec 20 23:26:30.626 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9150 | 2024-12-20T23:26:54.457Z | [ host-image] Dec 20 23:26:53.174 INFO O| Dec 20 23:26:53.174 INFO STEP 1 (unpack_tar) COMPLETE |
9151 | 2024-12-20T23:26:54.457Z | [ host-image] Dec 20 23:26:53.174 INFO O| Dec 20 23:26:53.174 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9152 | 2024-12-20T23:26:54.472Z | [ host-image] Dec 20 23:26:53.191 INFO O| Dec 20 23:26:53.191 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9153 | 2024-12-20T23:26:55.807Z | [ host-image] Dec 20 23:26:54.518 INFO O| Dec 20 23:26:54.518 INFO STEP 2 (devfsadm) COMPLETE |
9154 | 2024-12-20T23:26:55.807Z | [ host-image] Dec 20 23:26:54.518 INFO O| Dec 20 23:26:54.518 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9155 | 2024-12-20T23:26:55.817Z | [ host-image] Dec 20 23:26:54.535 INFO O| Dec 20 23:26:54.534 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9156 | 2024-12-20T23:26:55.824Z | [ host-image] Dec 20 23:26:54.535 INFO O| Dec 20 23:26:54.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9157 | 2024-12-20T23:26:55.824Z | [ host-image] Dec 20 23:26:54.535 INFO O| Dec 20 23:26:54.535 INFO STEP 3 (ensure_dir) COMPLETE |
9158 | 2024-12-20T23:26:55.824Z | [ host-image] Dec 20 23:26:54.535 INFO O| Dec 20 23:26:54.535 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9159 | 2024-12-20T23:26:55.832Z | [ host-image] Dec 20 23:26:54.547 INFO O| Dec 20 23:26:54.547 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9160 | 2024-12-20T23:26:55.832Z | [ host-image] Dec 20 23:26:54.547 INFO O| Dec 20 23:26:54.547 INFO STEP 4 (ensure_dir) COMPLETE |
9161 | 2024-12-20T23:26:55.832Z | [ host-image] Dec 20 23:26:54.547 INFO O| Dec 20 23:26:54.547 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9162 | 2024-12-20T23:26:55.845Z | [ host-image] Dec 20 23:26:54.558 INFO O| Dec 20 23:26:54.558 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9163 | 2024-12-20T23:26:55.846Z | [ host-image] Dec 20 23:26:54.559 INFO O| Dec 20 23:26:54.558 INFO STEP 5 (ensure_dir) COMPLETE |
9164 | 2024-12-20T23:26:55.846Z | [ host-image] Dec 20 23:26:54.559 INFO O| Dec 20 23:26:54.558 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9165 | 2024-12-20T23:26:55.856Z | [ host-image] Dec 20 23:26:54.570 INFO O| Dec 20 23:26:54.570 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9166 | 2024-12-20T23:26:55.856Z | [ host-image] Dec 20 23:26:54.570 INFO O| Dec 20 23:26:54.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9167 | 2024-12-20T23:26:55.856Z | [ host-image] Dec 20 23:26:54.570 INFO O| Dec 20 23:26:54.570 INFO STEP 6 (ensure_dir) COMPLETE |
9168 | 2024-12-20T23:26:55.856Z | [ host-image] Dec 20 23:26:54.570 INFO O| Dec 20 23:26:54.570 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9169 | 2024-12-20T23:26:55.865Z | [ host-image] Dec 20 23:26:54.581 INFO O| Dec 20 23:26:54.581 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9170 | 2024-12-20T23:26:55.865Z | [ host-image] Dec 20 23:26:54.581 INFO O| Dec 20 23:26:54.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9171 | 2024-12-20T23:26:55.865Z | [ host-image] Dec 20 23:26:54.581 INFO O| Dec 20 23:26:54.581 INFO STEP 7 (ensure_dir) COMPLETE |
9172 | 2024-12-20T23:26:55.865Z | [ host-image] Dec 20 23:26:54.581 INFO O| Dec 20 23:26:54.581 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9173 | 2024-12-20T23:26:55.877Z | [ host-image] Dec 20 23:26:54.591 INFO O| Dec 20 23:26:54.591 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9174 | 2024-12-20T23:26:55.877Z | [ host-image] Dec 20 23:26:54.591 INFO O| Dec 20 23:26:54.591 INFO STEP 8 (remove_files) COMPLETE |
9175 | 2024-12-20T23:26:55.877Z | [ host-image] Dec 20 23:26:54.591 INFO O| Dec 20 23:26:54.591 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9176 | 2024-12-20T23:26:55.896Z | [ host-image] Dec 20 23:26:54.607 INFO O| Dec 20 23:26:54.607 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9177 | 2024-12-20T23:26:55.896Z | [ host-image] Dec 20 23:26:54.608 INFO O| Dec 20 23:26:54.608 INFO STEP 9 (remove_files) COMPLETE |
9178 | 2024-12-20T23:26:55.901Z | [ host-image] Dec 20 23:26:54.608 INFO O| Dec 20 23:26:54.608 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9179 | 2024-12-20T23:26:55.913Z | [ host-image] Dec 20 23:26:54.623 INFO O| Dec 20 23:26:54.623 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9180 | 2024-12-20T23:26:55.913Z | [ host-image] Dec 20 23:26:54.625 INFO O| Dec 20 23:26:54.625 INFO STEP 10 (remove_files) COMPLETE |
9181 | 2024-12-20T23:26:55.913Z | [ host-image] Dec 20 23:26:54.625 INFO O| Dec 20 23:26:54.625 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9182 | 2024-12-20T23:26:55.930Z | [ host-image] Dec 20 23:26:54.640 INFO O| Dec 20 23:26:54.640 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9183 | 2024-12-20T23:26:55.941Z | [ host-image] Dec 20 23:26:54.640 INFO O| Dec 20 23:26:54.640 INFO STEP 11 (remove_files) COMPLETE |
9184 | 2024-12-20T23:26:55.941Z | [ host-image] Dec 20 23:26:54.640 INFO O| Dec 20 23:26:54.640 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9185 | 2024-12-20T23:26:55.941Z | [ host-image] Dec 20 23:26:54.656 INFO O| Dec 20 23:26:54.656 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9186 | 2024-12-20T23:26:55.941Z | [ host-image] Dec 20 23:26:54.656 INFO O| Dec 20 23:26:54.656 INFO STEP 12 (remove_files) COMPLETE |
9187 | 2024-12-20T23:26:55.941Z | [ host-image] Dec 20 23:26:54.656 INFO O| Dec 20 23:26:54.656 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9188 | 2024-12-20T23:26:55.959Z | [ host-image] Dec 20 23:26:54.671 INFO O| Dec 20 23:26:54.671 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9189 | 2024-12-20T23:26:56.001Z | [ host-image] Dec 20 23:26:54.671 INFO O| Dec 20 23:26:54.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9190 | 2024-12-20T23:26:56.002Z | [ host-image] Dec 20 23:26:54.671 INFO O| Dec 20 23:26:54.671 INFO STEP 13 (ensure_dir) COMPLETE |
9191 | 2024-12-20T23:26:56.002Z | [ host-image] Dec 20 23:26:54.671 INFO O| Dec 20 23:26:54.671 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9192 | 2024-12-20T23:26:56.002Z | [ host-image] Dec 20 23:26:54.687 INFO O| Dec 20 23:26:54.687 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9193 | 2024-12-20T23:26:56.002Z | [ host-image] Dec 20 23:26:54.687 INFO O| Dec 20 23:26:54.687 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9194 | 2024-12-20T23:26:56.002Z | [ host-image] Dec 20 23:26:54.687 INFO O| Dec 20 23:26:54.687 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9195 | 2024-12-20T23:26:56.002Z | [ host-image] Dec 20 23:26:54.687 INFO O| Dec 20 23:26:54.687 INFO STEP 14 (ensure_dir) COMPLETE |
9196 | 2024-12-20T23:26:56.002Z | [ host-image] Dec 20 23:26:54.687 INFO O| Dec 20 23:26:54.687 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9197 | 2024-12-20T23:26:56.015Z | [ host-image] Dec 20 23:26:54.702 INFO O| Dec 20 23:26:54.702 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9198 | 2024-12-20T23:26:56.015Z | [ host-image] Dec 20 23:26:54.702 INFO O| Dec 20 23:26:54.702 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9199 | 2024-12-20T23:26:56.015Z | [ host-image] Dec 20 23:26:54.702 INFO O| Dec 20 23:26:54.702 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9200 | 2024-12-20T23:26:56.015Z | [ host-image] Dec 20 23:26:54.702 INFO O| Dec 20 23:26:54.702 INFO STEP 15 (ensure_dir) COMPLETE |
9201 | 2024-12-20T23:26:56.015Z | [ host-image] Dec 20 23:26:54.702 INFO O| Dec 20 23:26:54.702 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9202 | 2024-12-20T23:26:56.016Z | [ host-image] Dec 20 23:26:54.716 INFO O| Dec 20 23:26:54.716 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9203 | 2024-12-20T23:26:56.016Z | [ host-image] Dec 20 23:26:54.716 INFO O| Dec 20 23:26:54.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9204 | 2024-12-20T23:26:56.016Z | [ host-image] Dec 20 23:26:54.716 INFO O| Dec 20 23:26:54.716 INFO STEP 16 (ensure_dir) COMPLETE |
9205 | 2024-12-20T23:26:56.016Z | [ host-image] Dec 20 23:26:54.716 INFO O| Dec 20 23:26:54.716 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9206 | 2024-12-20T23:26:56.034Z | [ host-image] Dec 20 23:26:54.730 INFO O| Dec 20 23:26:54.729 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9207 | 2024-12-20T23:26:56.034Z | [ host-image] Dec 20 23:26:54.730 INFO O| Dec 20 23:26:54.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9208 | 2024-12-20T23:26:56.034Z | [ host-image] Dec 20 23:26:54.730 INFO O| Dec 20 23:26:54.730 INFO STEP 17 (ensure_dir) COMPLETE |
9209 | 2024-12-20T23:26:56.034Z | [ host-image] Dec 20 23:26:54.730 INFO O| Dec 20 23:26:54.730 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9210 | 2024-12-20T23:26:56.034Z | [ host-image] Dec 20 23:26:54.744 INFO O| Dec 20 23:26:54.744 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9211 | 2024-12-20T23:26:56.034Z | [ host-image] Dec 20 23:26:54.744 INFO O| Dec 20 23:26:54.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9212 | 2024-12-20T23:26:56.035Z | [ host-image] Dec 20 23:26:54.744 INFO O| Dec 20 23:26:54.744 INFO ok! |
9213 | 2024-12-20T23:26:56.035Z | [ host-image] Dec 20 23:26:54.744 INFO O| Dec 20 23:26:54.744 INFO STEP 18 (ensure_symlink) COMPLETE |
9214 | 2024-12-20T23:26:56.035Z | [ host-image] Dec 20 23:26:54.744 INFO O| Dec 20 23:26:54.744 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9215 | 2024-12-20T23:26:56.043Z | [ host-image] Dec 20 23:26:54.759 INFO O| Dec 20 23:26:54.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9216 | 2024-12-20T23:26:56.043Z | [ host-image] Dec 20 23:26:54.759 INFO O| Dec 20 23:26:54.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9217 | 2024-12-20T23:26:56.043Z | [ host-image] Dec 20 23:26:54.759 INFO O| Dec 20 23:26:54.759 INFO ok! |
9218 | 2024-12-20T23:26:56.043Z | [ host-image] Dec 20 23:26:54.759 INFO O| Dec 20 23:26:54.759 INFO STEP 19 (ensure_file) COMPLETE |
9219 | 2024-12-20T23:26:56.043Z | [ host-image] Dec 20 23:26:54.759 INFO O| Dec 20 23:26:54.759 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9220 | 2024-12-20T23:26:56.055Z | [ host-image] Dec 20 23:26:54.773 INFO O| Dec 20 23:26:54.773 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9221 | 2024-12-20T23:26:56.055Z | [ host-image] Dec 20 23:26:54.773 INFO O| Dec 20 23:26:54.773 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9222 | 2024-12-20T23:26:56.062Z | [ host-image] Dec 20 23:26:54.773 INFO O| Dec 20 23:26:54.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9223 | 2024-12-20T23:26:56.062Z | [ host-image] Dec 20 23:26:54.773 INFO O| Dec 20 23:26:54.773 INFO ok! |
9224 | 2024-12-20T23:26:56.062Z | [ host-image] Dec 20 23:26:54.773 INFO O| Dec 20 23:26:54.773 INFO STEP 20 (ensure_symlink) COMPLETE |
9225 | 2024-12-20T23:26:56.062Z | [ host-image] Dec 20 23:26:54.773 INFO O| Dec 20 23:26:54.773 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9226 | 2024-12-20T23:26:56.074Z | [ host-image] Dec 20 23:26:54.784 INFO O| Dec 20 23:26:54.784 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9227 | 2024-12-20T23:26:56.074Z | [ host-image] Dec 20 23:26:54.784 INFO O| Dec 20 23:26:54.784 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9228 | 2024-12-20T23:26:56.074Z | [ host-image] Dec 20 23:26:54.784 INFO O| Dec 20 23:26:54.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9229 | 2024-12-20T23:26:56.074Z | [ host-image] Dec 20 23:26:54.784 INFO O| Dec 20 23:26:54.784 INFO ok! |
9230 | 2024-12-20T23:26:56.074Z | [ host-image] Dec 20 23:26:54.784 INFO O| Dec 20 23:26:54.784 INFO STEP 21 (ensure_symlink) COMPLETE |
9231 | 2024-12-20T23:26:56.074Z | [ host-image] Dec 20 23:26:54.784 INFO O| Dec 20 23:26:54.784 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9232 | 2024-12-20T23:26:56.082Z | [ host-image] Dec 20 23:26:54.799 INFO O| Dec 20 23:26:54.799 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9233 | 2024-12-20T23:26:56.082Z | [ host-image] Dec 20 23:26:54.799 INFO O| Dec 20 23:26:54.799 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9234 | 2024-12-20T23:26:56.082Z | [ host-image] Dec 20 23:26:54.799 INFO O| Dec 20 23:26:54.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9235 | 2024-12-20T23:26:56.082Z | [ host-image] Dec 20 23:26:54.799 INFO O| Dec 20 23:26:54.799 INFO ok! |
9236 | 2024-12-20T23:26:56.082Z | [ host-image] Dec 20 23:26:54.799 INFO O| Dec 20 23:26:54.799 INFO STEP 22 (ensure_symlink) COMPLETE |
9237 | 2024-12-20T23:26:56.082Z | [ host-image] Dec 20 23:26:54.799 INFO O| Dec 20 23:26:54.799 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9238 | 2024-12-20T23:26:56.095Z | [ host-image] Dec 20 23:26:54.814 INFO O| Dec 20 23:26:54.813 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9239 | 2024-12-20T23:26:56.095Z | [ host-image] Dec 20 23:26:54.814 INFO O| Dec 20 23:26:54.814 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9240 | 2024-12-20T23:26:56.123Z | [ host-image] Dec 20 23:26:54.814 INFO O| Dec 20 23:26:54.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9241 | 2024-12-20T23:26:56.123Z | [ host-image] Dec 20 23:26:54.814 INFO O| Dec 20 23:26:54.814 INFO ok! |
9242 | 2024-12-20T23:26:56.123Z | [ host-image] Dec 20 23:26:54.814 INFO O| Dec 20 23:26:54.814 INFO STEP 23 (ensure_symlink) COMPLETE |
9243 | 2024-12-20T23:26:56.124Z | [ host-image] Dec 20 23:26:54.814 INFO O| Dec 20 23:26:54.814 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9244 | 2024-12-20T23:26:56.146Z | [ host-image] Dec 20 23:26:54.828 INFO O| Dec 20 23:26:54.828 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9245 | 2024-12-20T23:26:56.146Z | [ host-image] Dec 20 23:26:54.828 INFO O| Dec 20 23:26:54.828 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9246 | 2024-12-20T23:26:56.146Z | [ host-image] Dec 20 23:26:54.828 INFO O| Dec 20 23:26:54.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9247 | 2024-12-20T23:26:56.146Z | [ host-image] Dec 20 23:26:54.828 INFO O| Dec 20 23:26:54.828 INFO ok! |
9248 | 2024-12-20T23:26:56.146Z | [ host-image] Dec 20 23:26:54.828 INFO O| Dec 20 23:26:54.828 INFO STEP 24 (ensure_file) COMPLETE |
9249 | 2024-12-20T23:26:56.146Z | [ host-image] Dec 20 23:26:54.829 INFO O| Dec 20 23:26:54.828 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9250 | 2024-12-20T23:26:56.146Z | [ host-image] Dec 20 23:26:54.843 INFO O| Dec 20 23:26:54.843 INFO updating shadow file |
9251 | 2024-12-20T23:26:56.146Z | [ host-image] Dec 20 23:26:54.843 INFO O| Dec 20 23:26:54.843 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9252 | 2024-12-20T23:26:56.146Z | [ host-image] Dec 20 23:26:54.843 INFO O| Dec 20 23:26:54.843 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9253 | 2024-12-20T23:26:56.146Z | [ host-image] Dec 20 23:26:54.843 INFO O| Dec 20 23:26:54.843 INFO STEP 25 (shadow) COMPLETE |
9254 | 2024-12-20T23:26:56.146Z | [ host-image] Dec 20 23:26:54.843 INFO O| Dec 20 23:26:54.843 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9255 | 2024-12-20T23:26:56.189Z | [ host-image] Dec 20 23:26:54.858 INFO O| Dec 20 23:26:54.858 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9256 | 2024-12-20T23:26:56.189Z | [ host-image] Dec 20 23:26:54.858 INFO O| Dec 20 23:26:54.858 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9257 | 2024-12-20T23:26:56.189Z | [ host-image] Dec 20 23:26:54.858 INFO O| Dec 20 23:26:54.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9258 | 2024-12-20T23:26:56.189Z | [ host-image] Dec 20 23:26:54.858 INFO O| Dec 20 23:26:54.858 INFO ok! |
9259 | 2024-12-20T23:26:56.189Z | [ host-image] Dec 20 23:26:54.858 INFO O| Dec 20 23:26:54.858 INFO STEP 26 (ensure_file) COMPLETE |
9260 | 2024-12-20T23:26:56.190Z | [ host-image] Dec 20 23:26:54.858 INFO O| Dec 20 23:26:54.858 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9261 | 2024-12-20T23:26:56.190Z | [ host-image] Dec 20 23:26:54.872 INFO O| Dec 20 23:26:54.872 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9262 | 2024-12-20T23:26:56.190Z | [ host-image] Dec 20 23:26:54.872 INFO O| Dec 20 23:26:54.872 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9263 | 2024-12-20T23:26:56.190Z | [ host-image] Dec 20 23:26:54.873 INFO O| Dec 20 23:26:54.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9264 | 2024-12-20T23:26:56.190Z | [ host-image] Dec 20 23:26:54.873 INFO O| Dec 20 23:26:54.873 INFO ok! |
9265 | 2024-12-20T23:26:56.190Z | [ host-image] Dec 20 23:26:54.873 INFO O| Dec 20 23:26:54.873 INFO STEP 27 (ensure_file) COMPLETE |
9266 | 2024-12-20T23:26:56.190Z | [ host-image] Dec 20 23:26:54.873 INFO O| Dec 20 23:26:54.873 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9267 | 2024-12-20T23:26:56.207Z | [ host-image] Dec 20 23:26:54.886 INFO O| Dec 20 23:26:54.886 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9268 | 2024-12-20T23:26:56.207Z | [ host-image] Dec 20 23:26:54.886 INFO O| Dec 20 23:26:54.886 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9269 | 2024-12-20T23:26:56.207Z | [ host-image] Dec 20 23:26:54.886 INFO O| Dec 20 23:26:54.886 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9270 | 2024-12-20T23:26:56.207Z | [ host-image] Dec 20 23:26:54.886 INFO O| Dec 20 23:26:54.886 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9271 | 2024-12-20T23:26:56.208Z | [ host-image] Dec 20 23:26:54.886 INFO O| Dec 20 23:26:54.886 INFO ok! |
9272 | 2024-12-20T23:26:56.208Z | [ host-image] Dec 20 23:26:54.886 INFO O| Dec 20 23:26:54.886 INFO STEP 28 (ensure_file) COMPLETE |
9273 | 2024-12-20T23:26:56.208Z | [ host-image] Dec 20 23:26:54.886 INFO O| Dec 20 23:26:54.886 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9274 | 2024-12-20T23:26:56.208Z | [ host-image] Dec 20 23:26:54.898 INFO O| Dec 20 23:26:54.898 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9275 | 2024-12-20T23:26:56.208Z | [ host-image] Dec 20 23:26:54.898 INFO O| Dec 20 23:26:54.898 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9276 | 2024-12-20T23:26:56.208Z | [ host-image] Dec 20 23:26:54.898 INFO O| Dec 20 23:26:54.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9277 | 2024-12-20T23:26:56.208Z | [ host-image] Dec 20 23:26:54.898 INFO O| Dec 20 23:26:54.898 INFO ok! |
9278 | 2024-12-20T23:26:56.208Z | [ host-image] Dec 20 23:26:54.898 INFO O| Dec 20 23:26:54.898 INFO STEP 29 (ensure_file) COMPLETE |
9279 | 2024-12-20T23:26:56.208Z | [ host-image] Dec 20 23:26:54.898 INFO O| Dec 20 23:26:54.898 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9280 | 2024-12-20T23:26:56.208Z | [ host-image] Dec 20 23:26:54.913 INFO O| Dec 20 23:26:54.912 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9281 | 2024-12-20T23:26:56.208Z | [ host-image] Dec 20 23:26:54.913 INFO O| Dec 20 23:26:54.912 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9282 | 2024-12-20T23:26:56.208Z | [ host-image] Dec 20 23:26:54.913 INFO O| Dec 20 23:26:54.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9283 | 2024-12-20T23:26:56.208Z | [ host-image] Dec 20 23:26:54.913 INFO O| Dec 20 23:26:54.913 INFO ok! |
9284 | 2024-12-20T23:26:56.208Z | [ host-image] Dec 20 23:26:54.913 INFO O| Dec 20 23:26:54.913 INFO STEP 30 (ensure_file) COMPLETE |
9285 | 2024-12-20T23:26:56.208Z | [ host-image] Dec 20 23:26:54.913 INFO O| Dec 20 23:26:54.913 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9286 | 2024-12-20T23:26:56.217Z | [ host-image] Dec 20 23:26:54.927 INFO O| Dec 20 23:26:54.927 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9287 | 2024-12-20T23:26:56.217Z | [ host-image] Dec 20 23:26:54.927 INFO O| Dec 20 23:26:54.927 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9288 | 2024-12-20T23:26:56.217Z | [ host-image] Dec 20 23:26:54.928 INFO O| Dec 20 23:26:54.927 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9289 | 2024-12-20T23:26:56.217Z | [ host-image] Dec 20 23:26:54.928 INFO O| Dec 20 23:26:54.928 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9290 | 2024-12-20T23:26:56.217Z | [ host-image] Dec 20 23:26:54.928 INFO O| Dec 20 23:26:54.928 INFO ok! |
9291 | 2024-12-20T23:26:56.217Z | [ host-image] Dec 20 23:26:54.928 INFO O| Dec 20 23:26:54.928 INFO STEP 31 (ensure_file) COMPLETE |
9292 | 2024-12-20T23:26:56.217Z | [ host-image] Dec 20 23:26:54.928 INFO O| Dec 20 23:26:54.928 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9293 | 2024-12-20T23:26:56.229Z | [ host-image] Dec 20 23:26:54.939 INFO O| Dec 20 23:26:54.939 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9294 | 2024-12-20T23:26:56.229Z | [ host-image] Dec 20 23:26:54.939 INFO O| Dec 20 23:26:54.939 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9295 | 2024-12-20T23:26:56.229Z | [ host-image] Dec 20 23:26:54.939 INFO O| Dec 20 23:26:54.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9296 | 2024-12-20T23:26:56.229Z | [ host-image] Dec 20 23:26:54.939 INFO O| Dec 20 23:26:54.939 INFO ok! |
9297 | 2024-12-20T23:26:56.230Z | [ host-image] Dec 20 23:26:54.939 INFO O| Dec 20 23:26:54.939 INFO STEP 32 (ensure_file) COMPLETE |
9298 | 2024-12-20T23:26:56.230Z | [ host-image] Dec 20 23:26:54.939 INFO O| Dec 20 23:26:54.939 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9299 | 2024-12-20T23:26:56.238Z | [ host-image] Dec 20 23:26:54.950 INFO O| Dec 20 23:26:54.950 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9300 | 2024-12-20T23:26:56.239Z | [ host-image] Dec 20 23:26:54.950 INFO O| Dec 20 23:26:54.950 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9301 | 2024-12-20T23:26:56.239Z | [ host-image] Dec 20 23:26:54.950 INFO O| Dec 20 23:26:54.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9302 | 2024-12-20T23:26:56.239Z | [ host-image] Dec 20 23:26:54.950 INFO O| Dec 20 23:26:54.950 INFO ok! |
9303 | 2024-12-20T23:26:56.239Z | [ host-image] Dec 20 23:26:54.950 INFO O| Dec 20 23:26:54.950 INFO STEP 33 (ensure_file) COMPLETE |
9304 | 2024-12-20T23:26:56.239Z | [ host-image] Dec 20 23:26:54.950 INFO O| Dec 20 23:26:54.950 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9305 | 2024-12-20T23:26:56.262Z | [ host-image] Dec 20 23:26:54.965 INFO O| Dec 20 23:26:54.965 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9306 | 2024-12-20T23:26:56.262Z | [ host-image] Dec 20 23:26:54.965 INFO O| Dec 20 23:26:54.965 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9307 | 2024-12-20T23:26:56.262Z | [ host-image] Dec 20 23:26:54.965 INFO O| Dec 20 23:26:54.965 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9308 | 2024-12-20T23:26:56.262Z | [ host-image] Dec 20 23:26:54.965 INFO O| Dec 20 23:26:54.965 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9309 | 2024-12-20T23:26:56.262Z | [ host-image] Dec 20 23:26:54.965 INFO O| Dec 20 23:26:54.965 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9310 | 2024-12-20T23:26:56.262Z | [ host-image] Dec 20 23:26:54.965 INFO O| Dec 20 23:26:54.965 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9311 | 2024-12-20T23:26:56.262Z | [ host-image] Dec 20 23:26:54.965 INFO O| Dec 20 23:26:54.965 INFO ok! |
9312 | 2024-12-20T23:26:56.262Z | [ host-image] Dec 20 23:26:54.965 INFO O| Dec 20 23:26:54.965 INFO STEP 34 (ensure_file) COMPLETE |
9313 | 2024-12-20T23:26:56.262Z | [ host-image] Dec 20 23:26:54.965 INFO O| Dec 20 23:26:54.965 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9314 | 2024-12-20T23:26:56.283Z | [ host-image] Dec 20 23:26:54.979 INFO O| Dec 20 23:26:54.979 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9315 | 2024-12-20T23:26:56.285Z | [ host-image] Dec 20 23:26:54.980 INFO O| Dec 20 23:26:54.980 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9316 | 2024-12-20T23:26:56.286Z | [ host-image] Dec 20 23:26:54.980 INFO O| Dec 20 23:26:54.980 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9317 | 2024-12-20T23:26:56.286Z | [ host-image] Dec 20 23:26:54.980 INFO O| Dec 20 23:26:54.980 INFO STEP 35 (ensure_dir) COMPLETE |
9318 | 2024-12-20T23:26:56.286Z | [ host-image] Dec 20 23:26:54.980 INFO O| Dec 20 23:26:54.980 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9319 | 2024-12-20T23:26:56.302Z | [ host-image] Dec 20 23:26:54.994 INFO O| Dec 20 23:26:54.994 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 |
9320 | 2024-12-20T23:26:56.302Z | [ host-image] Dec 20 23:26:54.994 INFO O| Dec 20 23:26:54.994 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 ... |
9321 | 2024-12-20T23:26:56.302Z | [ host-image] Dec 20 23:26:54.995 INFO O| Dec 20 23:26:54.995 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 |
9322 | 2024-12-20T23:26:56.302Z | [ host-image] Dec 20 23:26:54.995 INFO O| Dec 20 23:26:54.995 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 |
9323 | 2024-12-20T23:26:56.302Z | [ host-image] Dec 20 23:26:54.995 INFO O| Dec 20 23:26:54.995 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 |
9324 | 2024-12-20T23:26:56.302Z | [ host-image] Dec 20 23:26:54.995 INFO O| Dec 20 23:26:54.995 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 |
9325 | 2024-12-20T23:26:56.302Z | [ host-image] Dec 20 23:26:54.995 INFO O| Dec 20 23:26:54.995 INFO ok! |
9326 | 2024-12-20T23:26:56.302Z | [ host-image] Dec 20 23:26:54.995 INFO O| Dec 20 23:26:54.995 INFO STEP 36 (ensure_file) COMPLETE |
9327 | 2024-12-20T23:26:56.305Z | [ host-image] Dec 20 23:26:54.995 INFO O| Dec 20 23:26:54.995 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9328 | 2024-12-20T23:26:56.306Z | [ host-image] Dec 20 23:26:55.010 INFO O| Dec 20 23:26:55.009 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9329 | 2024-12-20T23:26:56.306Z | [ host-image] Dec 20 23:26:55.010 INFO O| Dec 20 23:26:55.010 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 ... |
9330 | 2024-12-20T23:26:56.306Z | [ host-image] Dec 20 23:26:55.010 INFO O| Dec 20 23:26:55.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9331 | 2024-12-20T23:26:56.306Z | [ host-image] Dec 20 23:26:55.010 INFO O| Dec 20 23:26:55.010 INFO ok! |
9332 | 2024-12-20T23:26:56.306Z | [ host-image] Dec 20 23:26:55.010 INFO O| Dec 20 23:26:55.010 INFO STEP 37 (ensure_symlink) COMPLETE |
9333 | 2024-12-20T23:26:56.306Z | [ host-image] Dec 20 23:26:55.010 INFO O| Dec 20 23:26:55.010 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9334 | 2024-12-20T23:26:56.337Z | [ host-image] Dec 20 23:26:55.022 INFO O| Dec 20 23:26:55.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9335 | 2024-12-20T23:26:56.337Z | [ host-image] Dec 20 23:26:55.022 INFO O| Dec 20 23:26:55.022 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9336 | 2024-12-20T23:26:56.337Z | [ host-image] Dec 20 23:26:55.022 INFO O| Dec 20 23:26:55.022 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9337 | 2024-12-20T23:26:56.337Z | [ host-image] Dec 20 23:26:55.022 INFO O| Dec 20 23:26:55.022 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9338 | 2024-12-20T23:26:56.337Z | [ host-image] Dec 20 23:26:55.022 INFO O| Dec 20 23:26:55.022 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9339 | 2024-12-20T23:26:56.338Z | [ host-image] Dec 20 23:26:55.022 INFO O| Dec 20 23:26:55.022 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9340 | 2024-12-20T23:26:56.338Z | [ host-image] Dec 20 23:26:55.022 INFO O| Dec 20 23:26:55.022 INFO ok! |
9341 | 2024-12-20T23:26:56.338Z | [ host-image] Dec 20 23:26:55.022 INFO O| Dec 20 23:26:55.022 INFO STEP 38 (ensure_file) COMPLETE |
9342 | 2024-12-20T23:26:56.338Z | [ host-image] Dec 20 23:26:55.022 INFO O| Dec 20 23:26:55.022 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9343 | 2024-12-20T23:26:56.346Z | [ host-image] Dec 20 23:26:55.035 INFO O| Dec 20 23:26:55.035 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9344 | 2024-12-20T23:26:56.346Z | [ host-image] Dec 20 23:26:55.035 INFO O| Dec 20 23:26:55.035 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 ... |
9345 | 2024-12-20T23:26:56.346Z | [ host-image] Dec 20 23:26:55.035 INFO O| Dec 20 23:26:55.035 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 |
9346 | 2024-12-20T23:26:56.346Z | [ host-image] Dec 20 23:26:55.035 INFO O| Dec 20 23:26:55.035 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9347 | 2024-12-20T23:26:56.346Z | [ host-image] Dec 20 23:26:55.035 INFO O| Dec 20 23:26:55.035 INFO ok! |
9348 | 2024-12-20T23:26:56.346Z | [ host-image] Dec 20 23:26:55.035 INFO O| Dec 20 23:26:55.035 INFO STEP 39 (ensure_file) COMPLETE |
9349 | 2024-12-20T23:26:56.346Z | [ host-image] Dec 20 23:26:55.035 INFO O| Dec 20 23:26:55.035 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9350 | 2024-12-20T23:26:56.346Z | [ host-image] Dec 20 23:26:55.050 INFO O| Dec 20 23:26:55.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9351 | 2024-12-20T23:26:56.346Z | [ host-image] Dec 20 23:26:55.051 INFO O| Dec 20 23:26:55.050 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9352 | 2024-12-20T23:26:56.347Z | [ host-image] Dec 20 23:26:55.051 INFO O| Dec 20 23:26:55.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9353 | 2024-12-20T23:26:56.347Z | [ host-image] Dec 20 23:26:55.051 INFO O| Dec 20 23:26:55.051 INFO ok! |
9354 | 2024-12-20T23:26:56.347Z | [ host-image] Dec 20 23:26:55.051 INFO O| Dec 20 23:26:55.051 INFO STEP 40 (ensure_file) COMPLETE |
9355 | 2024-12-20T23:26:56.347Z | [ host-image] Dec 20 23:26:55.051 INFO O| Dec 20 23:26:55.051 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9356 | 2024-12-20T23:26:56.359Z | [ host-image] Dec 20 23:26:55.061 INFO O| Dec 20 23:26:55.061 INFO updating shadow file |
9357 | 2024-12-20T23:26:56.359Z | [ host-image] Dec 20 23:26:55.061 INFO O| Dec 20 23:26:55.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9358 | 2024-12-20T23:26:56.359Z | [ host-image] Dec 20 23:26:55.062 INFO O| Dec 20 23:26:55.062 INFO STEP 41 (shadow) COMPLETE |
9359 | 2024-12-20T23:26:56.359Z | [ host-image] Dec 20 23:26:55.062 INFO O| Dec 20 23:26:55.062 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9360 | 2024-12-20T23:26:56.359Z | [ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9361 | 2024-12-20T23:26:56.359Z | [ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9362 | 2024-12-20T23:26:56.359Z | [ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9363 | 2024-12-20T23:26:56.359Z | [ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9364 | 2024-12-20T23:26:56.359Z | [ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO ok! |
9365 | 2024-12-20T23:26:56.359Z | [ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO STEP 42 (ensure_file) COMPLETE |
9366 | 2024-12-20T23:26:56.359Z | [ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9367 | 2024-12-20T23:26:56.359Z | [ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO skip step because feature "mfg" is not enabled |
9368 | 2024-12-20T23:26:56.359Z | [ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9369 | 2024-12-20T23:26:56.359Z | [ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO skip step because feature "mfg" is not enabled |
9370 | 2024-12-20T23:26:56.359Z | [ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9371 | 2024-12-20T23:26:56.367Z | [ host-image] Dec 20 23:26:55.084 INFO O| Dec 20 23:26:55.084 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9372 | 2024-12-20T23:26:56.368Z | [ host-image] Dec 20 23:26:55.084 INFO O| Dec 20 23:26:55.084 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9373 | 2024-12-20T23:26:57.105Z | [ host-image] Dec 20 23:26:55.822 INFO O| Dec 20 23:26:55.822 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9374 | 2024-12-20T23:26:57.105Z | [ host-image] Dec 20 23:26:55.822 INFO O| Dec 20 23:26:55.822 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9375 | 2024-12-20T23:26:57.126Z | [ host-image] Dec 20 23:26:55.822 INFO O| Dec 20 23:26:55.822 INFO ok! |
9376 | 2024-12-20T23:26:57.127Z | [ host-image] Dec 20 23:26:55.822 INFO O| Dec 20 23:26:55.822 INFO STEP 45 (ensure_file) COMPLETE |
9377 | 2024-12-20T23:26:57.127Z | [ host-image] Dec 20 23:26:55.822 INFO O| Dec 20 23:26:55.822 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9378 | 2024-12-20T23:26:57.127Z | [ host-image] Dec 20 23:26:55.840 INFO O| Dec 20 23:26:55.840 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9379 | 2024-12-20T23:26:57.127Z | [ host-image] Dec 20 23:26:55.840 INFO O| Dec 20 23:26:55.840 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9380 | 2024-12-20T23:26:57.127Z | [ host-image] Dec 20 23:26:55.840 INFO O| Dec 20 23:26:55.840 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9381 | 2024-12-20T23:26:57.127Z | [ host-image] Dec 20 23:26:55.840 INFO O| Dec 20 23:26:55.840 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9382 | 2024-12-20T23:26:57.127Z | [ host-image] Dec 20 23:26:55.840 INFO O| Dec 20 23:26:55.840 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9383 | 2024-12-20T23:26:57.127Z | [ host-image] Dec 20 23:26:55.840 INFO O| Dec 20 23:26:55.840 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9384 | 2024-12-20T23:26:57.127Z | [ host-image] Dec 20 23:26:55.840 INFO O| Dec 20 23:26:55.840 INFO ok! |
9385 | 2024-12-20T23:26:57.127Z | [ host-image] Dec 20 23:26:55.840 INFO O| Dec 20 23:26:55.840 INFO STEP 46 (ensure_file) COMPLETE |
9386 | 2024-12-20T23:26:57.127Z | [ host-image] Dec 20 23:26:55.840 INFO O| Dec 20 23:26:55.840 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9387 | 2024-12-20T23:26:57.143Z | [ host-image] Dec 20 23:26:55.856 INFO O| Dec 20 23:26:55.856 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9388 | 2024-12-20T23:26:57.143Z | [ host-image] Dec 20 23:26:55.856 INFO O| Dec 20 23:26:55.856 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 ... |
9389 | 2024-12-20T23:26:57.174Z | [ host-image] Dec 20 23:26:55.857 INFO O| Dec 20 23:26:55.857 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 |
9390 | 2024-12-20T23:26:57.174Z | [ host-image] Dec 20 23:26:55.857 INFO O| Dec 20 23:26:55.857 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9391 | 2024-12-20T23:26:57.174Z | [ host-image] Dec 20 23:26:55.857 INFO O| Dec 20 23:26:55.857 INFO ok! |
9392 | 2024-12-20T23:26:57.174Z | [ host-image] Dec 20 23:26:55.857 INFO O| Dec 20 23:26:55.857 INFO STEP 47 (ensure_file) COMPLETE |
9393 | 2024-12-20T23:26:57.174Z | [ host-image] Dec 20 23:26:55.857 INFO O| Dec 20 23:26:55.857 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9394 | 2024-12-20T23:26:57.185Z | [ host-image] Dec 20 23:26:55.872 INFO O| Dec 20 23:26:55.872 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9395 | 2024-12-20T23:26:57.186Z | [ host-image] Dec 20 23:26:55.872 INFO O| Dec 20 23:26:55.872 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9396 | 2024-12-20T23:26:57.186Z | [ host-image] Dec 20 23:26:55.872 INFO O| Dec 20 23:26:55.872 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9397 | 2024-12-20T23:26:57.186Z | [ host-image] Dec 20 23:26:55.872 INFO O| Dec 20 23:26:55.872 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9398 | 2024-12-20T23:26:57.186Z | [ host-image] Dec 20 23:26:55.872 INFO O| Dec 20 23:26:55.872 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9399 | 2024-12-20T23:26:57.186Z | [ host-image] Dec 20 23:26:55.872 INFO O| Dec 20 23:26:55.872 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9400 | 2024-12-20T23:26:57.186Z | [ host-image] Dec 20 23:26:55.872 INFO O| Dec 20 23:26:55.872 INFO ok! |
9401 | 2024-12-20T23:26:57.186Z | [ host-image] Dec 20 23:26:55.872 INFO O| Dec 20 23:26:55.872 INFO STEP 48 (ensure_file) COMPLETE |
9402 | 2024-12-20T23:26:57.186Z | [ host-image] Dec 20 23:26:55.872 INFO O| Dec 20 23:26:55.872 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9403 | 2024-12-20T23:26:57.186Z | [ host-image] Dec 20 23:26:55.884 INFO O| Dec 20 23:26:55.884 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9404 | 2024-12-20T23:26:57.186Z | [ host-image] Dec 20 23:26:55.884 INFO O| Dec 20 23:26:55.884 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 ... |
9405 | 2024-12-20T23:26:57.186Z | [ host-image] Dec 20 23:26:55.884 INFO O| Dec 20 23:26:55.884 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 |
9406 | 2024-12-20T23:26:57.191Z | [ host-image] Dec 20 23:26:55.884 INFO O| Dec 20 23:26:55.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9407 | 2024-12-20T23:26:57.191Z | [ host-image] Dec 20 23:26:55.884 INFO O| Dec 20 23:26:55.884 INFO ok! |
9408 | 2024-12-20T23:26:57.191Z | [ host-image] Dec 20 23:26:55.884 INFO O| Dec 20 23:26:55.884 INFO STEP 49 (ensure_file) COMPLETE |
9409 | 2024-12-20T23:26:57.191Z | [ host-image] Dec 20 23:26:55.884 INFO O| Dec 20 23:26:55.884 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9410 | 2024-12-20T23:26:57.191Z | [ host-image] Dec 20 23:26:55.895 INFO O| Dec 20 23:26:55.895 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9411 | 2024-12-20T23:26:57.191Z | [ host-image] Dec 20 23:26:55.895 INFO O| Dec 20 23:26:55.895 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9412 | 2024-12-20T23:26:57.191Z | [ host-image] Dec 20 23:26:55.895 INFO O| Dec 20 23:26:55.895 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9413 | 2024-12-20T23:26:57.191Z | [ host-image] Dec 20 23:26:55.895 INFO O| Dec 20 23:26:55.895 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9414 | 2024-12-20T23:26:57.191Z | [ host-image] Dec 20 23:26:55.895 INFO O| Dec 20 23:26:55.895 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9415 | 2024-12-20T23:26:57.191Z | [ host-image] Dec 20 23:26:55.895 INFO O| Dec 20 23:26:55.895 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9416 | 2024-12-20T23:26:57.191Z | [ host-image] Dec 20 23:26:55.895 INFO O| Dec 20 23:26:55.895 INFO ok! |
9417 | 2024-12-20T23:26:57.191Z | [ host-image] Dec 20 23:26:55.895 INFO O| Dec 20 23:26:55.895 INFO STEP 50 (ensure_file) COMPLETE |
9418 | 2024-12-20T23:26:57.191Z | [ host-image] Dec 20 23:26:55.895 INFO O| Dec 20 23:26:55.895 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9419 | 2024-12-20T23:26:57.202Z | [ host-image] Dec 20 23:26:55.907 INFO O| Dec 20 23:26:55.907 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9420 | 2024-12-20T23:26:57.202Z | [ host-image] Dec 20 23:26:55.908 INFO O| Dec 20 23:26:55.907 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 ... |
9421 | 2024-12-20T23:26:57.202Z | [ host-image] Dec 20 23:26:55.908 INFO O| Dec 20 23:26:55.908 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 |
9422 | 2024-12-20T23:26:57.202Z | [ host-image] Dec 20 23:26:55.908 INFO O| Dec 20 23:26:55.908 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9423 | 2024-12-20T23:26:57.202Z | [ host-image] Dec 20 23:26:55.908 INFO O| Dec 20 23:26:55.908 INFO ok! |
9424 | 2024-12-20T23:26:57.202Z | [ host-image] Dec 20 23:26:55.908 INFO O| Dec 20 23:26:55.908 INFO STEP 51 (ensure_file) COMPLETE |
9425 | 2024-12-20T23:26:57.202Z | [ host-image] Dec 20 23:26:55.908 INFO O| Dec 20 23:26:55.908 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9426 | 2024-12-20T23:26:57.216Z | [ host-image] Dec 20 23:26:55.919 INFO O| Dec 20 23:26:55.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9427 | 2024-12-20T23:26:57.217Z | [ host-image] Dec 20 23:26:55.919 INFO O| Dec 20 23:26:55.919 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 ... |
9428 | 2024-12-20T23:26:57.217Z | [ host-image] Dec 20 23:26:55.919 INFO O| Dec 20 23:26:55.919 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 |
9429 | 2024-12-20T23:26:57.217Z | [ host-image] Dec 20 23:26:55.919 INFO O| Dec 20 23:26:55.919 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9430 | 2024-12-20T23:26:57.217Z | [ host-image] Dec 20 23:26:55.919 INFO O| Dec 20 23:26:55.919 INFO ok! |
9431 | 2024-12-20T23:26:57.217Z | [ host-image] Dec 20 23:26:55.919 INFO O| Dec 20 23:26:55.919 INFO STEP 52 (ensure_file) COMPLETE |
9432 | 2024-12-20T23:26:57.217Z | [ host-image] Dec 20 23:26:55.919 INFO O| Dec 20 23:26:55.919 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9433 | 2024-12-20T23:26:57.217Z | [ host-image] Dec 20 23:26:55.930 INFO O| Dec 20 23:26:55.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9434 | 2024-12-20T23:26:57.217Z | [ host-image] Dec 20 23:26:55.930 INFO O| Dec 20 23:26:55.929 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 ... |
9435 | 2024-12-20T23:26:57.221Z | [ host-image] Dec 20 23:26:55.930 INFO O| Dec 20 23:26:55.930 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 |
9436 | 2024-12-20T23:26:57.221Z | [ host-image] Dec 20 23:26:55.930 INFO O| Dec 20 23:26:55.930 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9437 | 2024-12-20T23:26:57.221Z | [ host-image] Dec 20 23:26:55.930 INFO O| Dec 20 23:26:55.930 INFO ok! |
9438 | 2024-12-20T23:26:57.221Z | [ host-image] Dec 20 23:26:55.930 INFO O| Dec 20 23:26:55.930 INFO STEP 53 (ensure_file) COMPLETE |
9439 | 2024-12-20T23:26:57.221Z | [ host-image] Dec 20 23:26:55.930 INFO O| Dec 20 23:26:55.930 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9440 | 2024-12-20T23:26:57.250Z | [ host-image] Dec 20 23:26:55.941 INFO O| Dec 20 23:26:55.941 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9441 | 2024-12-20T23:26:57.250Z | [ host-image] Dec 20 23:26:55.941 INFO O| Dec 20 23:26:55.941 INFO STEP 54 (ensure_dir) COMPLETE |
9442 | 2024-12-20T23:26:57.250Z | [ host-image] Dec 20 23:26:55.941 INFO O| Dec 20 23:26:55.941 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9443 | 2024-12-20T23:26:57.280Z | [ host-image] Dec 20 23:26:55.952 INFO O| Dec 20 23:26:55.952 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9444 | 2024-12-20T23:26:57.280Z | [ host-image] Dec 20 23:26:55.952 INFO O| Dec 20 23:26:55.952 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9445 | 2024-12-20T23:26:57.280Z | [ host-image] Dec 20 23:26:55.952 INFO O| Dec 20 23:26:55.952 INFO STEP 55 (ensure_dir) COMPLETE |
9446 | 2024-12-20T23:26:57.280Z | [ host-image] Dec 20 23:26:55.952 INFO O| Dec 20 23:26:55.952 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9447 | 2024-12-20T23:26:57.280Z | [ host-image] Dec 20 23:26:55.962 INFO O| Dec 20 23:26:55.962 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9448 | 2024-12-20T23:26:57.280Z | [ host-image] Dec 20 23:26:55.963 INFO O| Dec 20 23:26:55.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9449 | 2024-12-20T23:26:57.280Z | [ host-image] Dec 20 23:26:55.963 INFO O| Dec 20 23:26:55.963 INFO STEP 56 (ensure_dir) COMPLETE |
9450 | 2024-12-20T23:26:57.280Z | [ host-image] Dec 20 23:26:55.963 INFO O| Dec 20 23:26:55.963 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9451 | 2024-12-20T23:26:57.280Z | [ host-image] Dec 20 23:26:55.973 INFO O| Dec 20 23:26:55.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9452 | 2024-12-20T23:26:57.280Z | [ host-image] Dec 20 23:26:55.973 INFO O| Dec 20 23:26:55.973 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9453 | 2024-12-20T23:26:57.299Z | [ host-image] Dec 20 23:26:55.989 INFO O| Dec 20 23:26:55.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9454 | 2024-12-20T23:26:57.299Z | [ host-image] Dec 20 23:26:55.989 INFO O| Dec 20 23:26:55.989 INFO ok! |
9455 | 2024-12-20T23:26:57.299Z | [ host-image] Dec 20 23:26:55.989 INFO O| Dec 20 23:26:55.989 INFO STEP 57 (ensure_file) COMPLETE |
9456 | 2024-12-20T23:26:57.299Z | [ host-image] Dec 20 23:26:55.989 INFO O| Dec 20 23:26:55.989 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9457 | 2024-12-20T23:26:57.299Z | [ host-image] Dec 20 23:26:56.005 INFO O| Dec 20 23:26:56.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9458 | 2024-12-20T23:26:57.299Z | [ host-image] Dec 20 23:26:56.005 INFO O| Dec 20 23:26:56.005 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9459 | 2024-12-20T23:26:58.598Z | [ host-image] Dec 20 23:26:57.306 INFO O| Dec 20 23:26:57.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9460 | 2024-12-20T23:26:58.598Z | [ host-image] Dec 20 23:26:57.307 INFO O| Dec 20 23:26:57.306 INFO ok! |
9461 | 2024-12-20T23:26:58.608Z | [ host-image] Dec 20 23:26:57.307 INFO O| Dec 20 23:26:57.306 INFO STEP 58 (ensure_file) COMPLETE |
9462 | 2024-12-20T23:26:58.608Z | [ host-image] Dec 20 23:26:57.307 INFO O| Dec 20 23:26:57.306 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9463 | 2024-12-20T23:26:58.609Z | [ host-image] Dec 20 23:26:57.319 INFO O| Dec 20 23:26:57.319 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9464 | 2024-12-20T23:26:58.609Z | [ host-image] Dec 20 23:26:57.319 INFO O| Dec 20 23:26:57.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9465 | 2024-12-20T23:26:58.609Z | [ host-image] Dec 20 23:26:57.319 INFO O| Dec 20 23:26:57.319 INFO STEP 59 (ensure_dir) COMPLETE |
9466 | 2024-12-20T23:26:58.609Z | [ host-image] Dec 20 23:26:57.319 INFO O| Dec 20 23:26:57.319 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9467 | 2024-12-20T23:26:58.620Z | [ host-image] Dec 20 23:26:57.330 INFO O| Dec 20 23:26:57.330 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9468 | 2024-12-20T23:26:58.620Z | [ host-image] Dec 20 23:26:57.330 INFO O| Dec 20 23:26:57.330 INFO copying /tmp/.tmp8ONQdI/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 ... |
9469 | 2024-12-20T23:26:58.620Z | [ host-image] Dec 20 23:26:57.330 INFO O| Dec 20 23:26:57.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9470 | 2024-12-20T23:26:58.620Z | [ host-image] Dec 20 23:26:57.330 INFO O| Dec 20 23:26:57.330 INFO ok! |
9471 | 2024-12-20T23:26:58.620Z | [ host-image] Dec 20 23:26:57.330 INFO O| Dec 20 23:26:57.330 INFO STEP 60 (ensure_file) COMPLETE |
9472 | 2024-12-20T23:26:58.620Z | [ host-image] Dec 20 23:26:57.330 INFO O| Dec 20 23:26:57.330 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9473 | 2024-12-20T23:26:58.635Z | [ host-image] Dec 20 23:26:57.340 INFO O| Dec 20 23:26:57.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9474 | 2024-12-20T23:26:58.635Z | [ host-image] Dec 20 23:26:57.340 INFO O| Dec 20 23:26:57.340 INFO copying /tmp/.tmp8ONQdI/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 ... |
9475 | 2024-12-20T23:26:58.635Z | [ host-image] Dec 20 23:26:57.340 INFO O| Dec 20 23:26:57.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9476 | 2024-12-20T23:26:58.635Z | [ host-image] Dec 20 23:26:57.340 INFO O| Dec 20 23:26:57.340 INFO ok! |
9477 | 2024-12-20T23:26:58.636Z | [ host-image] Dec 20 23:26:57.340 INFO O| Dec 20 23:26:57.340 INFO STEP 61 (ensure_file) COMPLETE |
9478 | 2024-12-20T23:26:58.636Z | [ host-image] Dec 20 23:26:57.340 INFO O| Dec 20 23:26:57.340 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9479 | 2024-12-20T23:26:58.654Z | [ host-image] Dec 20 23:26:57.351 INFO O| Dec 20 23:26:57.351 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9480 | 2024-12-20T23:26:58.655Z | [ host-image] Dec 20 23:26:57.351 INFO O| Dec 20 23:26:57.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9481 | 2024-12-20T23:26:58.655Z | [ host-image] Dec 20 23:26:57.351 INFO O| Dec 20 23:26:57.351 INFO STEP 62 (ensure_dir) COMPLETE |
9482 | 2024-12-20T23:26:58.655Z | [ host-image] Dec 20 23:26:57.351 INFO O| Dec 20 23:26:57.351 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9483 | 2024-12-20T23:26:58.655Z | [ host-image] Dec 20 23:26:57.366 INFO O| Dec 20 23:26:57.366 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9484 | 2024-12-20T23:26:58.655Z | [ host-image] Dec 20 23:26:57.366 INFO O| Dec 20 23:26:57.366 INFO copying /tmp/.tmp8ONQdI/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 ... |
9485 | 2024-12-20T23:26:58.655Z | [ host-image] Dec 20 23:26:57.366 INFO O| Dec 20 23:26:57.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9486 | 2024-12-20T23:26:58.655Z | [ host-image] Dec 20 23:26:57.366 INFO O| Dec 20 23:26:57.366 INFO ok! |
9487 | 2024-12-20T23:26:58.655Z | [ host-image] Dec 20 23:26:57.366 INFO O| Dec 20 23:26:57.366 INFO STEP 63 (ensure_file) COMPLETE |
9488 | 2024-12-20T23:26:58.655Z | [ host-image] Dec 20 23:26:57.366 INFO O| Dec 20 23:26:57.366 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9489 | 2024-12-20T23:26:58.667Z | [ host-image] Dec 20 23:26:57.377 INFO O| Dec 20 23:26:57.377 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9490 | 2024-12-20T23:26:58.667Z | [ host-image] Dec 20 23:26:57.377 INFO O| Dec 20 23:26:57.377 INFO copying /tmp/.tmp8ONQdI/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 ... |
9491 | 2024-12-20T23:26:58.667Z | [ host-image] Dec 20 23:26:57.377 INFO O| Dec 20 23:26:57.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9492 | 2024-12-20T23:26:58.667Z | [ host-image] Dec 20 23:26:57.377 INFO O| Dec 20 23:26:57.377 INFO ok! |
9493 | 2024-12-20T23:26:58.667Z | [ host-image] Dec 20 23:26:57.377 INFO O| Dec 20 23:26:57.377 INFO STEP 64 (ensure_file) COMPLETE |
9494 | 2024-12-20T23:26:58.667Z | [ host-image] Dec 20 23:26:57.377 INFO O| Dec 20 23:26:57.377 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9495 | 2024-12-20T23:26:58.706Z | [ host-image] Dec 20 23:26:57.392 INFO O| Dec 20 23:26:57.391 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9496 | 2024-12-20T23:26:58.714Z | [ host-image] Dec 20 23:26:57.392 INFO O| Dec 20 23:26:57.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9497 | 2024-12-20T23:26:58.714Z | [ host-image] Dec 20 23:26:57.392 INFO O| Dec 20 23:26:57.392 INFO STEP 65 (ensure_dir) COMPLETE |
9498 | 2024-12-20T23:26:58.714Z | [ host-image] Dec 20 23:26:57.392 INFO O| Dec 20 23:26:57.392 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9499 | 2024-12-20T23:26:58.721Z | [ host-image] Dec 20 23:26:57.406 INFO O| Dec 20 23:26:57.406 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9500 | 2024-12-20T23:26:58.721Z | [ host-image] Dec 20 23:26:57.406 INFO O| Dec 20 23:26:57.406 INFO copying /tmp/.tmp8ONQdI/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 ... |
9501 | 2024-12-20T23:26:58.721Z | [ host-image] Dec 20 23:26:57.407 INFO O| Dec 20 23:26:57.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9502 | 2024-12-20T23:26:58.721Z | [ host-image] Dec 20 23:26:57.407 INFO O| Dec 20 23:26:57.406 INFO ok! |
9503 | 2024-12-20T23:26:58.721Z | [ host-image] Dec 20 23:26:57.407 INFO O| Dec 20 23:26:57.407 INFO STEP 66 (ensure_file) COMPLETE |
9504 | 2024-12-20T23:26:58.722Z | [ host-image] Dec 20 23:26:57.407 INFO O| Dec 20 23:26:57.407 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9505 | 2024-12-20T23:26:58.722Z | [ host-image] Dec 20 23:26:57.417 INFO O| Dec 20 23:26:57.417 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9506 | 2024-12-20T23:26:58.722Z | [ host-image] Dec 20 23:26:57.417 INFO O| Dec 20 23:26:57.417 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9507 | 2024-12-20T23:26:58.722Z | [ host-image] Dec 20 23:26:57.417 INFO O| Dec 20 23:26:57.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9508 | 2024-12-20T23:26:58.722Z | [ host-image] Dec 20 23:26:57.417 INFO O| Dec 20 23:26:57.417 INFO ok! |
9509 | 2024-12-20T23:26:58.722Z | [ host-image] Dec 20 23:26:57.417 INFO O| Dec 20 23:26:57.417 INFO STEP 67 (ensure_file) COMPLETE |
9510 | 2024-12-20T23:26:58.722Z | [ host-image] Dec 20 23:26:57.417 INFO O| Dec 20 23:26:57.417 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9511 | 2024-12-20T23:26:58.722Z | [ host-image] Dec 20 23:26:57.432 INFO O| Dec 20 23:26:57.432 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9512 | 2024-12-20T23:26:58.722Z | [ host-image] Dec 20 23:26:57.432 INFO O| Dec 20 23:26:57.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9513 | 2024-12-20T23:26:58.722Z | [ host-image] Dec 20 23:26:57.432 INFO O| Dec 20 23:26:57.432 INFO STEP 68 (ensure_dir) COMPLETE |
9514 | 2024-12-20T23:26:58.722Z | [ host-image] Dec 20 23:26:57.432 INFO O| Dec 20 23:26:57.432 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9515 | 2024-12-20T23:26:58.733Z | [ host-image] Dec 20 23:26:57.446 INFO O| Dec 20 23:26:57.446 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9516 | 2024-12-20T23:26:58.733Z | [ host-image] Dec 20 23:26:57.446 INFO O| Dec 20 23:26:57.446 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9517 | 2024-12-20T23:27:02.988Z | [ host-image] Dec 20 23:26:58.744 INFO O| Dec 20 23:26:58.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9518 | 2024-12-20T23:27:02.988Z | [ host-image] Dec 20 23:26:58.744 INFO O| Dec 20 23:26:58.744 INFO ok! |
9519 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:26:58.744 INFO O| Dec 20 23:26:58.744 INFO STEP 69 (ensure_file) COMPLETE |
9520 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:26:58.744 INFO O| Dec 20 23:26:58.744 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9521 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:26:58.759 INFO O| Dec 20 23:26:58.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9522 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:26:58.759 INFO O| Dec 20 23:26:58.759 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9523 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.566 INFO O| Dec 20 23:27:00.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9524 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.566 INFO O| Dec 20 23:27:00.566 INFO ok! |
9525 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.567 INFO O| Dec 20 23:27:00.566 INFO STEP 70 (ensure_file) COMPLETE |
9526 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.567 INFO O| Dec 20 23:27:00.566 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9527 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.583 INFO O| Dec 20 23:27:00.583 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9528 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.583 INFO O| Dec 20 23:27:00.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9529 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.583 INFO O| Dec 20 23:27:00.583 INFO STEP 71 (ensure_dir) COMPLETE |
9530 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.583 INFO O| Dec 20 23:27:00.583 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9531 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.597 INFO O| Dec 20 23:27:00.597 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9532 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.597 INFO O| Dec 20 23:27:00.597 INFO copying /tmp/.tmp8ONQdI/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 ... |
9533 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.598 INFO O| Dec 20 23:27:00.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9534 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.598 INFO O| Dec 20 23:27:00.598 INFO ok! |
9535 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.598 INFO O| Dec 20 23:27:00.598 INFO STEP 72 (ensure_file) COMPLETE |
9536 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.598 INFO O| Dec 20 23:27:00.598 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9537 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.610 INFO O| Dec 20 23:27:00.610 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9538 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.610 INFO O| Dec 20 23:27:00.610 INFO copying /tmp/.tmp8ONQdI/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 ... |
9539 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.610 INFO O| Dec 20 23:27:00.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9540 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.610 INFO O| Dec 20 23:27:00.610 INFO ok! |
9541 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.610 INFO O| Dec 20 23:27:00.610 INFO STEP 73 (ensure_file) COMPLETE |
9542 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.610 INFO O| Dec 20 23:27:00.610 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9543 | 2024-12-20T23:27:03.057Z | [ host-image] Dec 20 23:27:00.621 INFO O| Dec 20 23:27:00.621 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9544 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.621 INFO O| Dec 20 23:27:00.621 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9545 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.621 INFO O| Dec 20 23:27:00.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9546 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.621 INFO O| Dec 20 23:27:00.621 INFO ok! |
9547 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.621 INFO O| Dec 20 23:27:00.621 INFO STEP 74 (ensure_file) COMPLETE |
9548 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.621 INFO O| Dec 20 23:27:00.621 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9549 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.635 INFO O| Dec 20 23:27:00.634 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9550 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.635 INFO O| Dec 20 23:27:00.635 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9551 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.635 INFO O| Dec 20 23:27:00.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9552 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.635 INFO O| Dec 20 23:27:00.635 INFO ok! |
9553 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.635 INFO O| Dec 20 23:27:00.635 INFO STEP 75 (ensure_file) COMPLETE |
9554 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.635 INFO O| Dec 20 23:27:00.635 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9555 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.648 INFO O| Dec 20 23:27:00.648 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9556 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.648 INFO O| Dec 20 23:27:00.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9557 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.648 INFO O| Dec 20 23:27:00.648 INFO STEP 76 (ensure_dir) COMPLETE |
9558 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.648 INFO O| Dec 20 23:27:00.648 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9559 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.660 INFO O| Dec 20 23:27:00.660 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9560 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.661 INFO O| Dec 20 23:27:00.660 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9561 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.663 INFO O| Dec 20 23:27:00.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9562 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.663 INFO O| Dec 20 23:27:00.663 INFO ok! |
9563 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.663 INFO O| Dec 20 23:27:00.663 INFO STEP 77 (ensure_file) COMPLETE |
9564 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.663 INFO O| Dec 20 23:27:00.663 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9565 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.674 INFO O| Dec 20 23:27:00.674 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9566 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.674 INFO O| Dec 20 23:27:00.674 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9567 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.674 INFO O| Dec 20 23:27:00.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9568 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.674 INFO O| Dec 20 23:27:00.674 INFO ok! |
9569 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.674 INFO O| Dec 20 23:27:00.674 INFO STEP 78 (ensure_file) COMPLETE |
9570 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.674 INFO O| Dec 20 23:27:00.674 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9571 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.687 INFO O| Dec 20 23:27:00.687 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9572 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:00.687 INFO O| Dec 20 23:27:00.687 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9573 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:01.687 INFO O| Dec 20 23:27:01.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9574 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:01.687 INFO O| Dec 20 23:27:01.687 INFO ok! |
9575 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:01.687 INFO O| Dec 20 23:27:01.687 INFO STEP 79 (ensure_file) COMPLETE |
9576 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:01.687 INFO O| Dec 20 23:27:01.687 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9577 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:01.703 INFO O| Dec 20 23:27:01.703 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9578 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:01.703 INFO O| Dec 20 23:27:01.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9579 | 2024-12-20T23:27:03.058Z | [ host-image] Dec 20 23:27:01.703 INFO O| Dec 20 23:27:01.703 INFO STEP 80 (ensure_dir) COMPLETE |
9580 | 2024-12-20T23:27:03.059Z | [ host-image] Dec 20 23:27:01.703 INFO O| Dec 20 23:27:01.703 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9581 | 2024-12-20T23:27:03.081Z | [ host-image] Dec 20 23:27:01.716 INFO O| Dec 20 23:27:01.716 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9582 | 2024-12-20T23:27:03.081Z | [ host-image] Dec 20 23:27:01.717 INFO O| Dec 20 23:27:01.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9583 | 2024-12-20T23:27:03.081Z | [ host-image] Dec 20 23:27:01.717 INFO O| Dec 20 23:27:01.717 INFO STEP 81 (ensure_dir) COMPLETE |
9584 | 2024-12-20T23:27:03.081Z | [ host-image] Dec 20 23:27:01.717 INFO O| Dec 20 23:27:01.717 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9585 | 2024-12-20T23:27:03.081Z | [ host-image] Dec 20 23:27:01.729 INFO O| Dec 20 23:27:01.729 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9586 | 2024-12-20T23:27:03.081Z | [ host-image] Dec 20 23:27:01.729 INFO O| Dec 20 23:27:01.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9587 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.730 INFO O| Dec 20 23:27:01.729 INFO STEP 82 (ensure_dir) COMPLETE |
9588 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.730 INFO O| Dec 20 23:27:01.730 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9589 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.741 INFO O| Dec 20 23:27:01.741 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9590 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.741 INFO O| Dec 20 23:27:01.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9591 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.741 INFO O| Dec 20 23:27:01.741 INFO STEP 83 (ensure_dir) COMPLETE |
9592 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.741 INFO O| Dec 20 23:27:01.741 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9593 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.751 INFO O| Dec 20 23:27:01.751 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9594 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.751 INFO O| Dec 20 23:27:01.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9595 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.751 INFO O| Dec 20 23:27:01.751 INFO STEP 84 (ensure_dir) COMPLETE |
9596 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.751 INFO O| Dec 20 23:27:01.751 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9597 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.762 INFO O| Dec 20 23:27:01.761 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9598 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.762 INFO O| Dec 20 23:27:01.762 INFO copying /tmp/.tmp8ONQdI/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 ... |
9599 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.762 INFO O| Dec 20 23:27:01.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9600 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.762 INFO O| Dec 20 23:27:01.762 INFO ok! |
9601 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.762 INFO O| Dec 20 23:27:01.762 INFO STEP 85 (ensure_file) COMPLETE |
9602 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.762 INFO O| Dec 20 23:27:01.762 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9603 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.772 INFO O| Dec 20 23:27:01.772 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9604 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.772 INFO O| Dec 20 23:27:01.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9605 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.772 INFO O| Dec 20 23:27:01.772 INFO STEP 86 (ensure_dir) COMPLETE |
9606 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.772 INFO O| Dec 20 23:27:01.772 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9607 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.782 INFO O| Dec 20 23:27:01.782 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9608 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.782 INFO O| Dec 20 23:27:01.782 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9609 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.782 INFO O| Dec 20 23:27:01.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9610 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.782 INFO O| Dec 20 23:27:01.782 INFO ok! |
9611 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.782 INFO O| Dec 20 23:27:01.782 INFO STEP 87 (ensure_file) COMPLETE |
9612 | 2024-12-20T23:27:03.082Z | [ host-image] Dec 20 23:27:01.782 INFO O| Dec 20 23:27:01.782 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9613 | 2024-12-20T23:27:03.103Z | [ host-image] Dec 20 23:27:01.793 INFO O| Dec 20 23:27:01.793 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9614 | 2024-12-20T23:27:03.103Z | [ host-image] Dec 20 23:27:01.793 INFO O| Dec 20 23:27:01.793 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9615 | 2024-12-20T23:27:03.438Z | [ host-image] Dec 20 23:27:02.155 INFO O| Dec 20 23:27:02.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9616 | 2024-12-20T23:27:03.438Z | [ host-image] Dec 20 23:27:02.155 INFO O| Dec 20 23:27:02.155 INFO ok! |
9617 | 2024-12-20T23:27:03.438Z | [ host-image] Dec 20 23:27:02.155 INFO O| Dec 20 23:27:02.155 INFO STEP 88 (ensure_file) COMPLETE |
9618 | 2024-12-20T23:27:03.442Z | [ host-image] Dec 20 23:27:02.155 INFO O| Dec 20 23:27:02.155 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9619 | 2024-12-20T23:27:03.451Z | [ host-image] Dec 20 23:27:02.168 INFO O| Dec 20 23:27:02.168 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9620 | 2024-12-20T23:27:03.451Z | [ host-image] Dec 20 23:27:02.168 INFO O| Dec 20 23:27:02.168 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9621 | 2024-12-20T23:27:04.032Z | [ host-image] Dec 20 23:27:02.747 INFO O| Dec 20 23:27:02.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9622 | 2024-12-20T23:27:04.032Z | [ host-image] Dec 20 23:27:02.747 INFO O| Dec 20 23:27:02.747 INFO ok! |
9623 | 2024-12-20T23:27:04.039Z | [ host-image] Dec 20 23:27:02.747 INFO O| Dec 20 23:27:02.747 INFO STEP 89 (ensure_file) COMPLETE |
9624 | 2024-12-20T23:27:04.039Z | [ host-image] Dec 20 23:27:02.747 INFO O| Dec 20 23:27:02.747 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9625 | 2024-12-20T23:27:04.043Z | [ host-image] Dec 20 23:27:02.760 INFO O| Dec 20 23:27:02.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9626 | 2024-12-20T23:27:04.043Z | [ host-image] Dec 20 23:27:02.760 INFO O| Dec 20 23:27:02.760 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9627 | 2024-12-20T23:27:04.046Z | [ host-image] Dec 20 23:27:02.760 INFO O| Dec 20 23:27:02.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9628 | 2024-12-20T23:27:04.046Z | [ host-image] Dec 20 23:27:02.760 INFO O| Dec 20 23:27:02.760 INFO ok! |
9629 | 2024-12-20T23:27:04.046Z | [ host-image] Dec 20 23:27:02.760 INFO O| Dec 20 23:27:02.760 INFO STEP 90 (ensure_file) COMPLETE |
9630 | 2024-12-20T23:27:04.047Z | [ host-image] Dec 20 23:27:02.760 INFO O| Dec 20 23:27:02.760 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9631 | 2024-12-20T23:27:04.056Z | [ host-image] Dec 20 23:27:02.772 INFO O| Dec 20 23:27:02.772 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9632 | 2024-12-20T23:27:04.056Z | [ host-image] Dec 20 23:27:02.772 INFO O| Dec 20 23:27:02.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9633 | 2024-12-20T23:27:04.062Z | [ host-image] Dec 20 23:27:02.772 INFO O| Dec 20 23:27:02.772 INFO STEP 91 (ensure_dir) COMPLETE |
9634 | 2024-12-20T23:27:04.063Z | [ host-image] Dec 20 23:27:02.772 INFO O| Dec 20 23:27:02.772 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9635 | 2024-12-20T23:27:04.066Z | [ host-image] Dec 20 23:27:02.782 INFO O| Dec 20 23:27:02.782 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9636 | 2024-12-20T23:27:04.066Z | [ host-image] Dec 20 23:27:02.783 INFO O| Dec 20 23:27:02.782 INFO copying /tmp/.tmp8ONQdI/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 ... |
9637 | 2024-12-20T23:27:04.066Z | [ host-image] Dec 20 23:27:02.783 INFO O| Dec 20 23:27:02.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9638 | 2024-12-20T23:27:04.066Z | [ host-image] Dec 20 23:27:02.783 INFO O| Dec 20 23:27:02.783 INFO ok! |
9639 | 2024-12-20T23:27:04.066Z | [ host-image] Dec 20 23:27:02.783 INFO O| Dec 20 23:27:02.783 INFO STEP 92 (ensure_file) COMPLETE |
9640 | 2024-12-20T23:27:04.067Z | [ host-image] Dec 20 23:27:02.783 INFO O| Dec 20 23:27:02.783 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9641 | 2024-12-20T23:27:04.079Z | [ host-image] Dec 20 23:27:02.793 INFO O| Dec 20 23:27:02.793 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9642 | 2024-12-20T23:27:04.079Z | [ host-image] Dec 20 23:27:02.793 INFO O| Dec 20 23:27:02.793 INFO copying /tmp/.tmp8ONQdI/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 ... |
9643 | 2024-12-20T23:27:04.079Z | [ host-image] Dec 20 23:27:02.793 INFO O| Dec 20 23:27:02.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9644 | 2024-12-20T23:27:04.082Z | [ host-image] Dec 20 23:27:02.793 INFO O| Dec 20 23:27:02.793 INFO ok! |
9645 | 2024-12-20T23:27:04.082Z | [ host-image] Dec 20 23:27:02.793 INFO O| Dec 20 23:27:02.793 INFO STEP 93 (ensure_file) COMPLETE |
9646 | 2024-12-20T23:27:04.083Z | [ host-image] Dec 20 23:27:02.793 INFO O| Dec 20 23:27:02.793 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9647 | 2024-12-20T23:27:04.091Z | [ host-image] Dec 20 23:27:02.804 INFO O| Dec 20 23:27:02.804 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9648 | 2024-12-20T23:27:04.091Z | [ host-image] Dec 20 23:27:02.804 INFO O| Dec 20 23:27:02.804 INFO copying /tmp/.tmp8ONQdI/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 ... |
9649 | 2024-12-20T23:27:04.091Z | [ host-image] Dec 20 23:27:02.804 INFO O| Dec 20 23:27:02.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9650 | 2024-12-20T23:27:04.103Z | [ host-image] Dec 20 23:27:02.804 INFO O| Dec 20 23:27:02.804 INFO ok! |
9651 | 2024-12-20T23:27:04.103Z | [ host-image] Dec 20 23:27:02.804 INFO O| Dec 20 23:27:02.804 INFO STEP 94 (ensure_file) COMPLETE |
9652 | 2024-12-20T23:27:04.103Z | [ host-image] Dec 20 23:27:02.804 INFO O| Dec 20 23:27:02.804 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9653 | 2024-12-20T23:27:04.107Z | [ host-image] Dec 20 23:27:02.815 INFO O| Dec 20 23:27:02.815 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9654 | 2024-12-20T23:27:04.107Z | [ host-image] Dec 20 23:27:02.815 INFO O| Dec 20 23:27:02.815 INFO copying /tmp/.tmp8ONQdI/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 ... |
9655 | 2024-12-20T23:27:04.107Z | [ host-image] Dec 20 23:27:02.815 INFO O| Dec 20 23:27:02.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9656 | 2024-12-20T23:27:04.107Z | [ host-image] Dec 20 23:27:02.815 INFO O| Dec 20 23:27:02.815 INFO ok! |
9657 | 2024-12-20T23:27:04.107Z | [ host-image] Dec 20 23:27:02.815 INFO O| Dec 20 23:27:02.815 INFO STEP 95 (ensure_file) COMPLETE |
9658 | 2024-12-20T23:27:04.107Z | [ host-image] Dec 20 23:27:02.815 INFO O| Dec 20 23:27:02.815 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9659 | 2024-12-20T23:27:04.111Z | [ host-image] Dec 20 23:27:02.826 INFO O| Dec 20 23:27:02.826 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9660 | 2024-12-20T23:27:04.111Z | [ host-image] Dec 20 23:27:02.826 INFO O| Dec 20 23:27:02.826 INFO copying /tmp/.tmp8ONQdI/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 ... |
9661 | 2024-12-20T23:27:04.111Z | [ host-image] Dec 20 23:27:02.826 INFO O| Dec 20 23:27:02.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9662 | 2024-12-20T23:27:04.111Z | [ host-image] Dec 20 23:27:02.826 INFO O| Dec 20 23:27:02.826 INFO ok! |
9663 | 2024-12-20T23:27:04.111Z | [ host-image] Dec 20 23:27:02.826 INFO O| Dec 20 23:27:02.826 INFO STEP 96 (ensure_file) COMPLETE |
9664 | 2024-12-20T23:27:04.111Z | [ host-image] Dec 20 23:27:02.826 INFO O| Dec 20 23:27:02.826 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9665 | 2024-12-20T23:27:04.120Z | [ host-image] Dec 20 23:27:02.837 INFO O| Dec 20 23:27:02.837 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9666 | 2024-12-20T23:27:04.120Z | [ host-image] Dec 20 23:27:02.837 INFO O| Dec 20 23:27:02.837 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9667 | 2024-12-20T23:27:04.127Z | [ host-image] Dec 20 23:27:02.837 INFO O| Dec 20 23:27:02.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9668 | 2024-12-20T23:27:04.128Z | [ host-image] Dec 20 23:27:02.837 INFO O| Dec 20 23:27:02.837 INFO ok! |
9669 | 2024-12-20T23:27:04.128Z | [ host-image] Dec 20 23:27:02.837 INFO O| Dec 20 23:27:02.837 INFO STEP 97 (ensure_file) COMPLETE |
9670 | 2024-12-20T23:27:04.128Z | [ host-image] Dec 20 23:27:02.837 INFO O| Dec 20 23:27:02.837 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9671 | 2024-12-20T23:27:04.133Z | [ host-image] Dec 20 23:27:02.848 INFO O| Dec 20 23:27:02.848 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9672 | 2024-12-20T23:27:04.133Z | [ host-image] Dec 20 23:27:02.848 INFO O| Dec 20 23:27:02.848 INFO copying /tmp/.tmp8ONQdI/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 ... |
9673 | 2024-12-20T23:27:04.133Z | [ host-image] Dec 20 23:27:02.848 INFO O| Dec 20 23:27:02.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9674 | 2024-12-20T23:27:04.133Z | [ host-image] Dec 20 23:27:02.848 INFO O| Dec 20 23:27:02.848 INFO ok! |
9675 | 2024-12-20T23:27:04.134Z | [ host-image] Dec 20 23:27:02.848 INFO O| Dec 20 23:27:02.848 INFO STEP 98 (ensure_file) COMPLETE |
9676 | 2024-12-20T23:27:04.134Z | [ host-image] Dec 20 23:27:02.848 INFO O| Dec 20 23:27:02.848 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9677 | 2024-12-20T23:27:04.141Z | [ host-image] Dec 20 23:27:02.858 INFO O| Dec 20 23:27:02.858 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9678 | 2024-12-20T23:27:04.141Z | [ host-image] Dec 20 23:27:02.858 INFO O| Dec 20 23:27:02.858 INFO copying /tmp/.tmp8ONQdI/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 ... |
9679 | 2024-12-20T23:27:04.144Z | [ host-image] Dec 20 23:27:02.858 INFO O| Dec 20 23:27:02.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9680 | 2024-12-20T23:27:04.144Z | [ host-image] Dec 20 23:27:02.858 INFO O| Dec 20 23:27:02.858 INFO ok! |
9681 | 2024-12-20T23:27:04.144Z | [ host-image] Dec 20 23:27:02.858 INFO O| Dec 20 23:27:02.858 INFO STEP 99 (ensure_file) COMPLETE |
9682 | 2024-12-20T23:27:04.144Z | [ host-image] Dec 20 23:27:02.858 INFO O| Dec 20 23:27:02.858 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9683 | 2024-12-20T23:27:04.151Z | [ host-image] Dec 20 23:27:02.869 INFO O| Dec 20 23:27:02.868 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9684 | 2024-12-20T23:27:04.151Z | [ host-image] Dec 20 23:27:02.869 INFO O| Dec 20 23:27:02.868 INFO copying /tmp/.tmp8ONQdI/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 ... |
9685 | 2024-12-20T23:27:04.156Z | [ host-image] Dec 20 23:27:02.869 INFO O| Dec 20 23:27:02.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9686 | 2024-12-20T23:27:04.156Z | [ host-image] Dec 20 23:27:02.869 INFO O| Dec 20 23:27:02.869 INFO ok! |
9687 | 2024-12-20T23:27:04.156Z | [ host-image] Dec 20 23:27:02.869 INFO O| Dec 20 23:27:02.869 INFO STEP 100 (ensure_file) COMPLETE |
9688 | 2024-12-20T23:27:04.156Z | [ host-image] Dec 20 23:27:02.869 INFO O| Dec 20 23:27:02.869 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9689 | 2024-12-20T23:27:04.164Z | [ host-image] Dec 20 23:27:02.879 INFO O| Dec 20 23:27:02.879 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9690 | 2024-12-20T23:27:04.164Z | [ host-image] Dec 20 23:27:02.879 INFO O| Dec 20 23:27:02.879 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9691 | 2024-12-20T23:27:04.170Z | [ host-image] Dec 20 23:27:02.879 INFO O| Dec 20 23:27:02.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9692 | 2024-12-20T23:27:04.170Z | [ host-image] Dec 20 23:27:02.879 INFO O| Dec 20 23:27:02.879 INFO ok! |
9693 | 2024-12-20T23:27:04.170Z | [ host-image] Dec 20 23:27:02.879 INFO O| Dec 20 23:27:02.879 INFO STEP 101 (ensure_file) COMPLETE |
9694 | 2024-12-20T23:27:04.170Z | [ host-image] Dec 20 23:27:02.880 INFO O| Dec 20 23:27:02.879 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9695 | 2024-12-20T23:27:04.173Z | [ host-image] Dec 20 23:27:02.890 INFO O| Dec 20 23:27:02.890 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9696 | 2024-12-20T23:27:04.174Z | [ host-image] Dec 20 23:27:02.890 INFO O| Dec 20 23:27:02.890 INFO copying /tmp/.tmp8ONQdI/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 ... |
9697 | 2024-12-20T23:27:04.174Z | [ host-image] Dec 20 23:27:02.890 INFO O| Dec 20 23:27:02.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9698 | 2024-12-20T23:27:04.174Z | [ host-image] Dec 20 23:27:02.890 INFO O| Dec 20 23:27:02.890 INFO ok! |
9699 | 2024-12-20T23:27:04.174Z | [ host-image] Dec 20 23:27:02.890 INFO O| Dec 20 23:27:02.890 INFO STEP 102 (ensure_file) COMPLETE |
9700 | 2024-12-20T23:27:04.174Z | [ host-image] Dec 20 23:27:02.890 INFO O| Dec 20 23:27:02.890 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9701 | 2024-12-20T23:27:04.185Z | [ host-image] Dec 20 23:27:02.900 INFO O| Dec 20 23:27:02.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9702 | 2024-12-20T23:27:04.185Z | [ host-image] Dec 20 23:27:02.900 INFO O| Dec 20 23:27:02.900 INFO copying /tmp/.tmp8ONQdI/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 ... |
9703 | 2024-12-20T23:27:04.189Z | [ host-image] Dec 20 23:27:02.900 INFO O| Dec 20 23:27:02.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9704 | 2024-12-20T23:27:04.189Z | [ host-image] Dec 20 23:27:02.900 INFO O| Dec 20 23:27:02.900 INFO ok! |
9705 | 2024-12-20T23:27:04.189Z | [ host-image] Dec 20 23:27:02.900 INFO O| Dec 20 23:27:02.900 INFO STEP 103 (ensure_file) COMPLETE |
9706 | 2024-12-20T23:27:04.189Z | [ host-image] Dec 20 23:27:02.900 INFO O| Dec 20 23:27:02.900 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9707 | 2024-12-20T23:27:04.194Z | [ host-image] Dec 20 23:27:02.911 INFO O| Dec 20 23:27:02.911 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9708 | 2024-12-20T23:27:04.194Z | [ host-image] Dec 20 23:27:02.911 INFO O| Dec 20 23:27:02.911 INFO copying /tmp/.tmp8ONQdI/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 ... |
9709 | 2024-12-20T23:27:04.198Z | [ host-image] Dec 20 23:27:02.911 INFO O| Dec 20 23:27:02.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9710 | 2024-12-20T23:27:04.198Z | [ host-image] Dec 20 23:27:02.911 INFO O| Dec 20 23:27:02.911 INFO ok! |
9711 | 2024-12-20T23:27:04.199Z | [ host-image] Dec 20 23:27:02.911 INFO O| Dec 20 23:27:02.911 INFO STEP 104 (ensure_file) COMPLETE |
9712 | 2024-12-20T23:27:04.199Z | [ host-image] Dec 20 23:27:02.911 INFO O| Dec 20 23:27:02.911 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9713 | 2024-12-20T23:27:04.204Z | [ host-image] Dec 20 23:27:02.921 INFO O| Dec 20 23:27:02.921 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9714 | 2024-12-20T23:27:04.204Z | [ host-image] Dec 20 23:27:02.921 INFO O| Dec 20 23:27:02.921 INFO copying /tmp/.tmp8ONQdI/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 ... |
9715 | 2024-12-20T23:27:04.204Z | [ host-image] Dec 20 23:27:02.921 INFO O| Dec 20 23:27:02.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9716 | 2024-12-20T23:27:04.204Z | [ host-image] Dec 20 23:27:02.921 INFO O| Dec 20 23:27:02.921 INFO ok! |
9717 | 2024-12-20T23:27:04.207Z | [ host-image] Dec 20 23:27:02.921 INFO O| Dec 20 23:27:02.921 INFO STEP 105 (ensure_file) COMPLETE |
9718 | 2024-12-20T23:27:04.207Z | [ host-image] Dec 20 23:27:02.921 INFO O| Dec 20 23:27:02.921 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9719 | 2024-12-20T23:27:04.217Z | [ host-image] Dec 20 23:27:02.934 INFO O| Dec 20 23:27:02.934 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9720 | 2024-12-20T23:27:04.217Z | [ host-image] Dec 20 23:27:02.934 INFO O| Dec 20 23:27:02.934 INFO copying /tmp/.tmp8ONQdI/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 ... |
9721 | 2024-12-20T23:27:04.217Z | [ host-image] Dec 20 23:27:02.934 INFO O| Dec 20 23:27:02.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9722 | 2024-12-20T23:27:04.217Z | [ host-image] Dec 20 23:27:02.934 INFO O| Dec 20 23:27:02.934 INFO ok! |
9723 | 2024-12-20T23:27:04.220Z | [ host-image] Dec 20 23:27:02.934 INFO O| Dec 20 23:27:02.934 INFO STEP 106 (ensure_file) COMPLETE |
9724 | 2024-12-20T23:27:04.220Z | [ host-image] Dec 20 23:27:02.934 INFO O| Dec 20 23:27:02.934 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9725 | 2024-12-20T23:27:04.230Z | [ host-image] Dec 20 23:27:02.947 INFO O| Dec 20 23:27:02.947 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9726 | 2024-12-20T23:27:04.230Z | [ host-image] Dec 20 23:27:02.947 INFO O| Dec 20 23:27:02.947 INFO copying /tmp/.tmp8ONQdI/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 ... |
9727 | 2024-12-20T23:27:04.235Z | [ host-image] Dec 20 23:27:02.948 INFO O| Dec 20 23:27:02.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9728 | 2024-12-20T23:27:04.235Z | [ host-image] Dec 20 23:27:02.948 INFO O| Dec 20 23:27:02.947 INFO ok! |
9729 | 2024-12-20T23:27:04.235Z | [ host-image] Dec 20 23:27:02.948 INFO O| Dec 20 23:27:02.948 INFO STEP 107 (ensure_file) COMPLETE |
9730 | 2024-12-20T23:27:04.235Z | [ host-image] Dec 20 23:27:02.948 INFO O| Dec 20 23:27:02.948 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9731 | 2024-12-20T23:27:04.242Z | [ host-image] Dec 20 23:27:02.958 INFO O| Dec 20 23:27:02.958 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9732 | 2024-12-20T23:27:04.242Z | [ host-image] Dec 20 23:27:02.958 INFO O| Dec 20 23:27:02.958 INFO copying /tmp/.tmp8ONQdI/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 ... |
9733 | 2024-12-20T23:27:04.246Z | [ host-image] Dec 20 23:27:02.958 INFO O| Dec 20 23:27:02.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9734 | 2024-12-20T23:27:04.246Z | [ host-image] Dec 20 23:27:02.958 INFO O| Dec 20 23:27:02.958 INFO ok! |
9735 | 2024-12-20T23:27:04.247Z | [ host-image] Dec 20 23:27:02.958 INFO O| Dec 20 23:27:02.958 INFO STEP 108 (ensure_file) COMPLETE |
9736 | 2024-12-20T23:27:04.247Z | [ host-image] Dec 20 23:27:02.958 INFO O| Dec 20 23:27:02.958 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9737 | 2024-12-20T23:27:04.252Z | [ host-image] Dec 20 23:27:02.969 INFO O| Dec 20 23:27:02.969 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9738 | 2024-12-20T23:27:04.252Z | [ host-image] Dec 20 23:27:02.969 INFO O| Dec 20 23:27:02.969 INFO copying /tmp/.tmp8ONQdI/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 ... |
9739 | 2024-12-20T23:27:04.252Z | [ host-image] Dec 20 23:27:02.969 INFO O| Dec 20 23:27:02.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9740 | 2024-12-20T23:27:04.257Z | [ host-image] Dec 20 23:27:02.969 INFO O| Dec 20 23:27:02.969 INFO ok! |
9741 | 2024-12-20T23:27:04.257Z | [ host-image] Dec 20 23:27:02.969 INFO O| Dec 20 23:27:02.969 INFO STEP 109 (ensure_file) COMPLETE |
9742 | 2024-12-20T23:27:04.257Z | [ host-image] Dec 20 23:27:02.969 INFO O| Dec 20 23:27:02.969 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9743 | 2024-12-20T23:27:04.263Z | [ host-image] Dec 20 23:27:02.980 INFO O| Dec 20 23:27:02.980 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9744 | 2024-12-20T23:27:04.266Z | [ host-image] Dec 20 23:27:02.980 INFO O| Dec 20 23:27:02.980 INFO copying /tmp/.tmp8ONQdI/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 ... |
9745 | 2024-12-20T23:27:04.266Z | [ host-image] Dec 20 23:27:02.980 INFO O| Dec 20 23:27:02.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9746 | 2024-12-20T23:27:04.266Z | [ host-image] Dec 20 23:27:02.980 INFO O| Dec 20 23:27:02.980 INFO ok! |
9747 | 2024-12-20T23:27:04.266Z | [ host-image] Dec 20 23:27:02.980 INFO O| Dec 20 23:27:02.980 INFO STEP 110 (ensure_file) COMPLETE |
9748 | 2024-12-20T23:27:04.266Z | [ host-image] Dec 20 23:27:02.980 INFO O| Dec 20 23:27:02.980 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9749 | 2024-12-20T23:27:04.274Z | [ host-image] Dec 20 23:27:02.991 INFO O| Dec 20 23:27:02.991 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9750 | 2024-12-20T23:27:04.274Z | [ host-image] Dec 20 23:27:02.991 INFO O| Dec 20 23:27:02.991 INFO copying /tmp/.tmp8ONQdI/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 ... |
9751 | 2024-12-20T23:27:04.274Z | [ host-image] Dec 20 23:27:02.991 INFO O| Dec 20 23:27:02.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9752 | 2024-12-20T23:27:04.281Z | [ host-image] Dec 20 23:27:02.991 INFO O| Dec 20 23:27:02.991 INFO ok! |
9753 | 2024-12-20T23:27:04.281Z | [ host-image] Dec 20 23:27:02.991 INFO O| Dec 20 23:27:02.991 INFO STEP 111 (ensure_file) COMPLETE |
9754 | 2024-12-20T23:27:04.281Z | [ host-image] Dec 20 23:27:02.991 INFO O| Dec 20 23:27:02.991 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9755 | 2024-12-20T23:27:04.287Z | [ host-image] Dec 20 23:27:03.002 INFO O| Dec 20 23:27:03.002 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9756 | 2024-12-20T23:27:04.287Z | [ host-image] Dec 20 23:27:03.002 INFO O| Dec 20 23:27:03.002 INFO copying /tmp/.tmp8ONQdI/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 ... |
9757 | 2024-12-20T23:27:04.287Z | [ host-image] Dec 20 23:27:03.002 INFO O| Dec 20 23:27:03.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9758 | 2024-12-20T23:27:04.287Z | [ host-image] Dec 20 23:27:03.002 INFO O| Dec 20 23:27:03.002 INFO ok! |
9759 | 2024-12-20T23:27:04.287Z | [ host-image] Dec 20 23:27:03.002 INFO O| Dec 20 23:27:03.002 INFO STEP 112 (ensure_file) COMPLETE |
9760 | 2024-12-20T23:27:04.287Z | [ host-image] Dec 20 23:27:03.002 INFO O| Dec 20 23:27:03.002 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9761 | 2024-12-20T23:27:04.298Z | [ host-image] Dec 20 23:27:03.015 INFO O| Dec 20 23:27:03.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9762 | 2024-12-20T23:27:04.298Z | [ host-image] Dec 20 23:27:03.015 INFO O| Dec 20 23:27:03.015 INFO copying /tmp/.tmp8ONQdI/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 ... |
9763 | 2024-12-20T23:27:04.302Z | [ host-image] Dec 20 23:27:03.015 INFO O| Dec 20 23:27:03.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9764 | 2024-12-20T23:27:04.302Z | [ host-image] Dec 20 23:27:03.015 INFO O| Dec 20 23:27:03.015 INFO ok! |
9765 | 2024-12-20T23:27:04.302Z | [ host-image] Dec 20 23:27:03.015 INFO O| Dec 20 23:27:03.015 INFO STEP 113 (ensure_file) COMPLETE |
9766 | 2024-12-20T23:27:04.302Z | [ host-image] Dec 20 23:27:03.015 INFO O| Dec 20 23:27:03.015 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9767 | 2024-12-20T23:27:04.311Z | [ host-image] Dec 20 23:27:03.028 INFO O| Dec 20 23:27:03.028 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9768 | 2024-12-20T23:27:04.311Z | [ host-image] Dec 20 23:27:03.028 INFO O| Dec 20 23:27:03.028 INFO copying /tmp/.tmp8ONQdI/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 ... |
9769 | 2024-12-20T23:27:04.314Z | [ host-image] Dec 20 23:27:03.028 INFO O| Dec 20 23:27:03.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9770 | 2024-12-20T23:27:04.314Z | [ host-image] Dec 20 23:27:03.028 INFO O| Dec 20 23:27:03.028 INFO ok! |
9771 | 2024-12-20T23:27:04.314Z | [ host-image] Dec 20 23:27:03.028 INFO O| Dec 20 23:27:03.028 INFO STEP 114 (ensure_file) COMPLETE |
9772 | 2024-12-20T23:27:04.314Z | [ host-image] Dec 20 23:27:03.028 INFO O| Dec 20 23:27:03.028 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9773 | 2024-12-20T23:27:04.322Z | [ host-image] Dec 20 23:27:03.039 INFO O| Dec 20 23:27:03.039 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9774 | 2024-12-20T23:27:04.322Z | [ host-image] Dec 20 23:27:03.039 INFO O| Dec 20 23:27:03.039 INFO copying /tmp/.tmp8ONQdI/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 ... |
9775 | 2024-12-20T23:27:04.322Z | [ host-image] Dec 20 23:27:03.039 INFO O| Dec 20 23:27:03.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9776 | 2024-12-20T23:27:04.322Z | [ host-image] Dec 20 23:27:03.039 INFO O| Dec 20 23:27:03.039 INFO ok! |
9777 | 2024-12-20T23:27:04.325Z | [ host-image] Dec 20 23:27:03.039 INFO O| Dec 20 23:27:03.039 INFO STEP 115 (ensure_file) COMPLETE |
9778 | 2024-12-20T23:27:04.325Z | [ host-image] Dec 20 23:27:03.039 INFO O| Dec 20 23:27:03.039 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9779 | 2024-12-20T23:27:04.333Z | [ host-image] Dec 20 23:27:03.050 INFO O| Dec 20 23:27:03.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9780 | 2024-12-20T23:27:04.333Z | [ host-image] Dec 20 23:27:03.050 INFO O| Dec 20 23:27:03.050 INFO copying /tmp/.tmp8ONQdI/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 ... |
9781 | 2024-12-20T23:27:04.335Z | [ host-image] Dec 20 23:27:03.050 INFO O| Dec 20 23:27:03.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9782 | 2024-12-20T23:27:04.335Z | [ host-image] Dec 20 23:27:03.050 INFO O| Dec 20 23:27:03.050 INFO ok! |
9783 | 2024-12-20T23:27:04.335Z | [ host-image] Dec 20 23:27:03.050 INFO O| Dec 20 23:27:03.050 INFO STEP 116 (ensure_file) COMPLETE |
9784 | 2024-12-20T23:27:04.335Z | [ host-image] Dec 20 23:27:03.050 INFO O| Dec 20 23:27:03.050 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9785 | 2024-12-20T23:27:04.344Z | [ host-image] Dec 20 23:27:03.060 INFO O| Dec 20 23:27:03.060 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9786 | 2024-12-20T23:27:04.347Z | [ host-image] Dec 20 23:27:03.060 INFO O| Dec 20 23:27:03.060 INFO copying /tmp/.tmp8ONQdI/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 ... |
9787 | 2024-12-20T23:27:04.347Z | [ host-image] Dec 20 23:27:03.060 INFO O| Dec 20 23:27:03.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9788 | 2024-12-20T23:27:04.347Z | [ host-image] Dec 20 23:27:03.060 INFO O| Dec 20 23:27:03.060 INFO ok! |
9789 | 2024-12-20T23:27:04.347Z | [ host-image] Dec 20 23:27:03.060 INFO O| Dec 20 23:27:03.060 INFO STEP 117 (ensure_file) COMPLETE |
9790 | 2024-12-20T23:27:04.348Z | [ host-image] Dec 20 23:27:03.060 INFO O| Dec 20 23:27:03.060 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9791 | 2024-12-20T23:27:04.353Z | [ host-image] Dec 20 23:27:03.070 INFO O| Dec 20 23:27:03.070 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9792 | 2024-12-20T23:27:04.353Z | [ host-image] Dec 20 23:27:03.070 INFO O| Dec 20 23:27:03.070 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9793 | 2024-12-20T23:27:04.356Z | [ host-image] Dec 20 23:27:03.070 INFO O| Dec 20 23:27:03.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9794 | 2024-12-20T23:27:04.356Z | [ host-image] Dec 20 23:27:03.070 INFO O| Dec 20 23:27:03.070 INFO ok! |
9795 | 2024-12-20T23:27:04.356Z | [ host-image] Dec 20 23:27:03.070 INFO O| Dec 20 23:27:03.070 INFO STEP 118 (ensure_file) COMPLETE |
9796 | 2024-12-20T23:27:04.356Z | [ host-image] Dec 20 23:27:03.070 INFO O| Dec 20 23:27:03.070 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9797 | 2024-12-20T23:27:04.373Z | [ host-image] Dec 20 23:27:03.089 INFO O| Dec 20 23:27:03.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9798 | 2024-12-20T23:27:04.373Z | [ host-image] Dec 20 23:27:03.089 INFO O| Dec 20 23:27:03.089 INFO copying /tmp/.tmp8ONQdI/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 ... |
9799 | 2024-12-20T23:27:04.373Z | [ host-image] Dec 20 23:27:03.089 INFO O| Dec 20 23:27:03.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9800 | 2024-12-20T23:27:05.381Z | [ host-image] Dec 20 23:27:03.089 INFO O| Dec 20 23:27:03.089 INFO ok! |
9801 | 2024-12-20T23:27:05.381Z | [ host-image] Dec 20 23:27:03.089 INFO O| Dec 20 23:27:03.089 INFO STEP 119 (ensure_file) COMPLETE |
9802 | 2024-12-20T23:27:05.381Z | [ host-image] Dec 20 23:27:03.089 INFO O| Dec 20 23:27:03.089 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9803 | 2024-12-20T23:27:05.388Z | [ host-image] Dec 20 23:27:03.103 INFO O| Dec 20 23:27:03.103 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9804 | 2024-12-20T23:27:05.388Z | [ host-image] Dec 20 23:27:03.104 INFO O| Dec 20 23:27:03.103 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9805 | 2024-12-20T23:27:05.388Z | [ host-image] Dec 20 23:27:03.104 INFO O| Dec 20 23:27:03.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9806 | 2024-12-20T23:27:05.388Z | [ host-image] Dec 20 23:27:03.104 INFO O| Dec 20 23:27:03.104 INFO ok! |
9807 | 2024-12-20T23:27:05.388Z | [ host-image] Dec 20 23:27:03.104 INFO O| Dec 20 23:27:03.104 INFO STEP 120 (ensure_file) COMPLETE |
9808 | 2024-12-20T23:27:05.388Z | [ host-image] Dec 20 23:27:03.104 INFO O| Dec 20 23:27:03.104 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9809 | 2024-12-20T23:27:05.388Z | [ host-image] Dec 20 23:27:03.115 INFO O| Dec 20 23:27:03.115 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9810 | 2024-12-20T23:27:05.388Z | [ host-image] Dec 20 23:27:03.115 INFO O| Dec 20 23:27:03.115 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9811 | 2024-12-20T23:27:10.310Z | [ host-image] Dec 20 23:27:09.026 INFO O| Dec 20 23:27:09.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9812 | 2024-12-20T23:27:10.310Z | [ host-image] Dec 20 23:27:09.026 INFO O| Dec 20 23:27:09.026 INFO ok! |
9813 | 2024-12-20T23:27:10.310Z | [ host-image] Dec 20 23:27:09.026 INFO O| Dec 20 23:27:09.026 INFO STEP 121 (ensure_file) COMPLETE |
9814 | 2024-12-20T23:27:10.313Z | [ host-image] Dec 20 23:27:09.026 INFO O| Dec 20 23:27:09.026 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9815 | 2024-12-20T23:27:10.329Z | [ host-image] Dec 20 23:27:09.043 INFO O| Dec 20 23:27:09.043 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9816 | 2024-12-20T23:27:10.332Z | [ host-image] Dec 20 23:27:09.043 INFO O| Dec 20 23:27:09.043 INFO STEP 122 (ensure_dir) COMPLETE |
9817 | 2024-12-20T23:27:10.332Z | [ host-image] Dec 20 23:27:09.043 INFO O| Dec 20 23:27:09.043 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9818 | 2024-12-20T23:27:10.338Z | [ host-image] Dec 20 23:27:09.054 INFO O| Dec 20 23:27:09.053 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9819 | 2024-12-20T23:27:10.338Z | [ host-image] Dec 20 23:27:09.054 INFO O| Dec 20 23:27:09.054 INFO STEP 123 (ensure_dir) COMPLETE |
9820 | 2024-12-20T23:27:10.344Z | [ host-image] Dec 20 23:27:09.054 INFO O| Dec 20 23:27:09.054 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9821 | 2024-12-20T23:27:10.350Z | [ host-image] Dec 20 23:27:09.064 INFO O| Dec 20 23:27:09.064 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9822 | 2024-12-20T23:27:10.350Z | [ host-image] Dec 20 23:27:09.064 INFO O| Dec 20 23:27:09.064 INFO STEP 124 (ensure_dir) COMPLETE |
9823 | 2024-12-20T23:27:10.353Z | [ host-image] Dec 20 23:27:09.064 INFO O| Dec 20 23:27:09.064 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9824 | 2024-12-20T23:27:10.359Z | [ host-image] Dec 20 23:27:09.075 INFO O| Dec 20 23:27:09.075 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9825 | 2024-12-20T23:27:10.359Z | [ host-image] Dec 20 23:27:09.075 INFO O| Dec 20 23:27:09.075 INFO STEP 125 (ensure_dir) COMPLETE |
9826 | 2024-12-20T23:27:10.365Z | [ host-image] Dec 20 23:27:09.075 INFO O| Dec 20 23:27:09.075 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9827 | 2024-12-20T23:27:10.370Z | [ host-image] Dec 20 23:27:09.086 INFO O| Dec 20 23:27:09.086 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9828 | 2024-12-20T23:27:10.370Z | [ host-image] Dec 20 23:27:09.086 INFO O| Dec 20 23:27:09.086 INFO copying /tmp/.tmp8ONQdI/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 ... |
9829 | 2024-12-20T23:27:10.374Z | [ host-image] Dec 20 23:27:09.086 INFO O| Dec 20 23:27:09.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9830 | 2024-12-20T23:27:10.374Z | [ host-image] Dec 20 23:27:09.086 INFO O| Dec 20 23:27:09.086 INFO ok! |
9831 | 2024-12-20T23:27:10.374Z | [ host-image] Dec 20 23:27:09.086 INFO O| Dec 20 23:27:09.086 INFO STEP 126 (ensure_file) COMPLETE |
9832 | 2024-12-20T23:27:10.374Z | [ host-image] Dec 20 23:27:09.086 INFO O| Dec 20 23:27:09.086 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9833 | 2024-12-20T23:27:10.383Z | [ host-image] Dec 20 23:27:09.098 INFO O| Dec 20 23:27:09.098 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9834 | 2024-12-20T23:27:10.383Z | [ host-image] Dec 20 23:27:09.099 INFO O| Dec 20 23:27:09.098 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9835 | 2024-12-20T23:27:10.383Z | [ host-image] Dec 20 23:27:09.099 INFO O| Dec 20 23:27:09.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9836 | 2024-12-20T23:27:10.387Z | [ host-image] Dec 20 23:27:09.099 INFO O| Dec 20 23:27:09.099 INFO STEP 127 (ensure_dir) COMPLETE |
9837 | 2024-12-20T23:27:10.387Z | [ host-image] Dec 20 23:27:09.099 INFO O| Dec 20 23:27:09.099 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9838 | 2024-12-20T23:27:10.394Z | [ host-image] Dec 20 23:27:09.110 INFO O| Dec 20 23:27:09.110 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9839 | 2024-12-20T23:27:10.394Z | [ host-image] Dec 20 23:27:09.110 INFO O| Dec 20 23:27:09.110 INFO copying /tmp/.tmp8ONQdI/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9840 | 2024-12-20T23:27:10.400Z | [ host-image] Dec 20 23:27:09.110 INFO O| Dec 20 23:27:09.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9841 | 2024-12-20T23:27:10.400Z | [ host-image] Dec 20 23:27:09.110 INFO O| Dec 20 23:27:09.110 INFO ok! |
9842 | 2024-12-20T23:27:10.400Z | [ host-image] Dec 20 23:27:09.110 INFO O| Dec 20 23:27:09.110 INFO STEP 128 (ensure_file) COMPLETE |
9843 | 2024-12-20T23:27:10.400Z | [ host-image] Dec 20 23:27:09.110 INFO O| Dec 20 23:27:09.110 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9844 | 2024-12-20T23:27:10.407Z | [ host-image] Dec 20 23:27:09.121 INFO O| Dec 20 23:27:09.121 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9845 | 2024-12-20T23:27:10.411Z | [ host-image] Dec 20 23:27:09.121 INFO O| Dec 20 23:27:09.121 INFO STEP 129 (remove_files) COMPLETE |
9846 | 2024-12-20T23:27:10.411Z | [ host-image] Dec 20 23:27:09.121 INFO O| Dec 20 23:27:09.121 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9847 | 2024-12-20T23:27:10.426Z | [ host-image] Dec 20 23:27:09.133 INFO O| Dec 20 23:27:09.132 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9848 | 2024-12-20T23:27:10.435Z | [ host-image] Dec 20 23:27:09.133 INFO O| Dec 20 23:27:09.133 INFO STEP 130 (remove_files) COMPLETE |
9849 | 2024-12-20T23:27:10.435Z | [ host-image] Dec 20 23:27:09.133 INFO O| Dec 20 23:27:09.133 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9850 | 2024-12-20T23:27:10.435Z | [ host-image] Dec 20 23:27:09.145 INFO O| Dec 20 23:27:09.145 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9851 | 2024-12-20T23:27:10.435Z | [ host-image] Dec 20 23:27:09.145 INFO O| Dec 20 23:27:09.145 INFO STEP 131 (remove_files) COMPLETE |
9852 | 2024-12-20T23:27:10.435Z | [ host-image] Dec 20 23:27:09.145 INFO O| Dec 20 23:27:09.145 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9853 | 2024-12-20T23:27:10.441Z | [ host-image] Dec 20 23:27:09.156 INFO O| Dec 20 23:27:09.156 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9854 | 2024-12-20T23:27:10.446Z | [ host-image] Dec 20 23:27:09.156 INFO O| Dec 20 23:27:09.156 INFO STEP 132 (remove_files) COMPLETE |
9855 | 2024-12-20T23:27:10.446Z | [ host-image] Dec 20 23:27:09.156 INFO O| Dec 20 23:27:09.156 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9856 | 2024-12-20T23:27:10.453Z | [ host-image] Dec 20 23:27:09.167 INFO O| Dec 20 23:27:09.167 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9857 | 2024-12-20T23:27:10.458Z | [ host-image] Dec 20 23:27:09.168 INFO O| Dec 20 23:27:09.167 INFO STEP 133 (remove_files) COMPLETE |
9858 | 2024-12-20T23:27:10.458Z | [ host-image] Dec 20 23:27:09.168 INFO O| Dec 20 23:27:09.168 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9859 | 2024-12-20T23:27:10.463Z | [ host-image] Dec 20 23:27:09.179 INFO O| Dec 20 23:27:09.179 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9860 | 2024-12-20T23:27:10.466Z | [ host-image] Dec 20 23:27:09.179 INFO O| Dec 20 23:27:09.179 INFO STEP 134 (remove_files) COMPLETE |
9861 | 2024-12-20T23:27:10.466Z | [ host-image] Dec 20 23:27:09.180 INFO O| Dec 20 23:27:09.179 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9862 | 2024-12-20T23:27:10.478Z | [ host-image] Dec 20 23:27:09.190 INFO O| Dec 20 23:27:09.190 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9863 | 2024-12-20T23:27:10.481Z | [ host-image] Dec 20 23:27:09.190 INFO O| Dec 20 23:27:09.190 INFO STEP 135 (remove_files) COMPLETE |
9864 | 2024-12-20T23:27:10.481Z | [ host-image] Dec 20 23:27:09.190 INFO O| Dec 20 23:27:09.190 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9865 | 2024-12-20T23:27:10.486Z | [ host-image] Dec 20 23:27:09.202 INFO O| Dec 20 23:27:09.202 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9866 | 2024-12-20T23:27:10.487Z | [ host-image] Dec 20 23:27:09.203 INFO O| Dec 20 23:27:09.203 INFO STEP 136 (remove_files) COMPLETE |
9867 | 2024-12-20T23:27:10.489Z | [ host-image] Dec 20 23:27:09.203 INFO O| Dec 20 23:27:09.203 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9868 | 2024-12-20T23:27:10.497Z | [ host-image] Dec 20 23:27:09.213 INFO O| Dec 20 23:27:09.213 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9869 | 2024-12-20T23:27:10.502Z | [ host-image] Dec 20 23:27:09.213 INFO O| Dec 20 23:27:09.213 INFO STEP 137 (remove_files) COMPLETE |
9870 | 2024-12-20T23:27:10.503Z | [ host-image] Dec 20 23:27:09.213 INFO O| Dec 20 23:27:09.213 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9871 | 2024-12-20T23:27:10.512Z | [ host-image] Dec 20 23:27:09.228 INFO O| Dec 20 23:27:09.227 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9872 | 2024-12-20T23:27:10.512Z | [ host-image] Dec 20 23:27:09.228 INFO O| Dec 20 23:27:09.228 INFO STEP 138 (remove_files) COMPLETE |
9873 | 2024-12-20T23:27:10.517Z | [ host-image] Dec 20 23:27:09.228 INFO O| Dec 20 23:27:09.228 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9874 | 2024-12-20T23:27:10.523Z | [ host-image] Dec 20 23:27:09.239 INFO O| Dec 20 23:27:09.239 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9875 | 2024-12-20T23:27:10.523Z | [ host-image] Dec 20 23:27:09.239 INFO O| Dec 20 23:27:09.239 INFO STEP 139 (remove_files) COMPLETE |
9876 | 2024-12-20T23:27:10.526Z | [ host-image] Dec 20 23:27:09.239 INFO O| Dec 20 23:27:09.239 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9877 | 2024-12-20T23:27:10.533Z | [ host-image] Dec 20 23:27:09.249 INFO O| Dec 20 23:27:09.249 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9878 | 2024-12-20T23:27:10.534Z | [ host-image] Dec 20 23:27:09.249 INFO O| Dec 20 23:27:09.249 INFO STEP 140 (remove_files) COMPLETE |
9879 | 2024-12-20T23:27:10.536Z | [ host-image] Dec 20 23:27:09.249 INFO O| Dec 20 23:27:09.249 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9880 | 2024-12-20T23:27:10.544Z | [ host-image] Dec 20 23:27:09.260 INFO O| Dec 20 23:27:09.260 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9881 | 2024-12-20T23:27:10.550Z | [ host-image] Dec 20 23:27:09.260 INFO O| Dec 20 23:27:09.260 INFO STEP 141 (remove_files) COMPLETE |
9882 | 2024-12-20T23:27:10.550Z | [ host-image] Dec 20 23:27:09.260 INFO O| Dec 20 23:27:09.260 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9883 | 2024-12-20T23:27:10.559Z | [ host-image] Dec 20 23:27:09.274 INFO O| Dec 20 23:27:09.274 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9884 | 2024-12-20T23:27:10.559Z | [ host-image] Dec 20 23:27:09.274 INFO O| Dec 20 23:27:09.274 INFO STEP 142 (remove_files) COMPLETE |
9885 | 2024-12-20T23:27:10.562Z | [ host-image] Dec 20 23:27:09.274 INFO O| Dec 20 23:27:09.274 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9886 | 2024-12-20T23:27:10.575Z | [ host-image] Dec 20 23:27:09.284 INFO O| Dec 20 23:27:09.284 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9887 | 2024-12-20T23:27:10.579Z | [ host-image] Dec 20 23:27:09.285 INFO O| Dec 20 23:27:09.285 INFO STEP 143 (remove_files) COMPLETE |
9888 | 2024-12-20T23:27:10.579Z | [ host-image] Dec 20 23:27:09.285 INFO O| Dec 20 23:27:09.285 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9889 | 2024-12-20T23:27:10.590Z | [ host-image] Dec 20 23:27:09.295 INFO O| Dec 20 23:27:09.295 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9890 | 2024-12-20T23:27:10.591Z | [ host-image] Dec 20 23:27:09.295 INFO O| Dec 20 23:27:09.295 INFO STEP 144 (remove_files) COMPLETE |
9891 | 2024-12-20T23:27:10.591Z | [ host-image] Dec 20 23:27:09.295 INFO O| Dec 20 23:27:09.295 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9892 | 2024-12-20T23:27:10.593Z | [ host-image] Dec 20 23:27:09.306 INFO O| Dec 20 23:27:09.306 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9893 | 2024-12-20T23:27:10.593Z | [ host-image] Dec 20 23:27:09.306 INFO O| Dec 20 23:27:09.306 INFO STEP 145 (remove_files) COMPLETE |
9894 | 2024-12-20T23:27:10.593Z | [ host-image] Dec 20 23:27:09.306 INFO O| Dec 20 23:27:09.306 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9895 | 2024-12-20T23:27:10.601Z | [ host-image] Dec 20 23:27:09.317 INFO O| Dec 20 23:27:09.316 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9896 | 2024-12-20T23:27:10.601Z | [ host-image] Dec 20 23:27:09.317 INFO O| Dec 20 23:27:09.317 INFO STEP 146 (remove_files) COMPLETE |
9897 | 2024-12-20T23:27:10.607Z | [ host-image] Dec 20 23:27:09.317 INFO O| Dec 20 23:27:09.317 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9898 | 2024-12-20T23:27:10.611Z | [ host-image] Dec 20 23:27:09.327 INFO O| Dec 20 23:27:09.327 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9899 | 2024-12-20T23:27:10.611Z | [ host-image] Dec 20 23:27:09.327 INFO O| Dec 20 23:27:09.327 INFO STEP 147 (remove_files) COMPLETE |
9900 | 2024-12-20T23:27:10.611Z | [ host-image] Dec 20 23:27:09.327 INFO O| Dec 20 23:27:09.327 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9901 | 2024-12-20T23:27:10.623Z | [ host-image] Dec 20 23:27:09.338 INFO O| Dec 20 23:27:09.338 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9902 | 2024-12-20T23:27:10.623Z | [ host-image] Dec 20 23:27:09.338 INFO O| Dec 20 23:27:09.338 INFO STEP 148 (remove_files) COMPLETE |
9903 | 2024-12-20T23:27:10.624Z | [ host-image] Dec 20 23:27:09.338 INFO O| Dec 20 23:27:09.338 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9904 | 2024-12-20T23:27:10.636Z | [ host-image] Dec 20 23:27:09.349 INFO O| Dec 20 23:27:09.349 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9905 | 2024-12-20T23:27:10.639Z | [ host-image] Dec 20 23:27:09.349 INFO O| Dec 20 23:27:09.349 INFO STEP 149 (remove_files) COMPLETE |
9906 | 2024-12-20T23:27:10.639Z | [ host-image] Dec 20 23:27:09.349 INFO O| Dec 20 23:27:09.349 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9907 | 2024-12-20T23:27:10.650Z | [ host-image] Dec 20 23:27:09.364 INFO O| Dec 20 23:27:09.364 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9908 | 2024-12-20T23:27:10.654Z | [ host-image] Dec 20 23:27:09.364 INFO O| Dec 20 23:27:09.364 INFO STEP 150 (remove_files) COMPLETE |
9909 | 2024-12-20T23:27:10.654Z | [ host-image] Dec 20 23:27:09.364 INFO O| Dec 20 23:27:09.364 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9910 | 2024-12-20T23:27:10.666Z | [ host-image] Dec 20 23:27:09.376 INFO O| Dec 20 23:27:09.376 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9911 | 2024-12-20T23:27:10.666Z | [ host-image] Dec 20 23:27:09.377 INFO O| Dec 20 23:27:09.377 INFO STEP 151 (remove_files) COMPLETE |
9912 | 2024-12-20T23:27:10.666Z | [ host-image] Dec 20 23:27:09.377 INFO O| Dec 20 23:27:09.377 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9913 | 2024-12-20T23:27:10.675Z | [ host-image] Dec 20 23:27:09.387 INFO O| Dec 20 23:27:09.387 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9914 | 2024-12-20T23:27:10.691Z | [ host-image] Dec 20 23:27:09.387 INFO O| Dec 20 23:27:09.387 INFO STEP 152 (remove_files) COMPLETE |
9915 | 2024-12-20T23:27:10.691Z | [ host-image] Dec 20 23:27:09.387 INFO O| Dec 20 23:27:09.387 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9916 | 2024-12-20T23:27:10.691Z | [ host-image] Dec 20 23:27:09.400 INFO O| Dec 20 23:27:09.400 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9917 | 2024-12-20T23:27:10.691Z | [ host-image] Dec 20 23:27:09.400 INFO O| Dec 20 23:27:09.400 INFO STEP 153 (remove_files) COMPLETE |
9918 | 2024-12-20T23:27:10.696Z | [ host-image] Dec 20 23:27:09.400 INFO O| Dec 20 23:27:09.400 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9919 | 2024-12-20T23:27:10.704Z | [ host-image] Dec 20 23:27:09.413 INFO O| Dec 20 23:27:09.413 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9920 | 2024-12-20T23:27:10.705Z | [ host-image] Dec 20 23:27:09.413 INFO O| Dec 20 23:27:09.413 INFO STEP 154 (remove_files) COMPLETE |
9921 | 2024-12-20T23:27:10.705Z | [ host-image] Dec 20 23:27:09.413 INFO O| Dec 20 23:27:09.413 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9922 | 2024-12-20T23:27:10.708Z | [ host-image] Dec 20 23:27:09.424 INFO O| Dec 20 23:27:09.424 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9923 | 2024-12-20T23:27:10.712Z | [ host-image] Dec 20 23:27:09.424 INFO O| Dec 20 23:27:09.424 INFO STEP 155 (remove_files) COMPLETE |
9924 | 2024-12-20T23:27:10.712Z | [ host-image] Dec 20 23:27:09.424 INFO O| Dec 20 23:27:09.424 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9925 | 2024-12-20T23:27:10.724Z | [ host-image] Dec 20 23:27:09.435 INFO O| Dec 20 23:27:09.435 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9926 | 2024-12-20T23:27:10.724Z | [ host-image] Dec 20 23:27:09.435 INFO O| Dec 20 23:27:09.435 INFO STEP 156 (remove_files) COMPLETE |
9927 | 2024-12-20T23:27:10.727Z | [ host-image] Dec 20 23:27:09.435 INFO O| Dec 20 23:27:09.435 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9928 | 2024-12-20T23:27:10.733Z | [ host-image] Dec 20 23:27:09.446 INFO O| Dec 20 23:27:09.446 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9929 | 2024-12-20T23:27:10.733Z | [ host-image] Dec 20 23:27:09.446 INFO O| Dec 20 23:27:09.446 INFO STEP 157 (remove_files) COMPLETE |
9930 | 2024-12-20T23:27:10.733Z | [ host-image] Dec 20 23:27:09.446 INFO O| Dec 20 23:27:09.446 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9931 | 2024-12-20T23:27:10.749Z | [ host-image] Dec 20 23:27:09.465 INFO O| Dec 20 23:27:09.465 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9932 | 2024-12-20T23:27:10.749Z | [ host-image] Dec 20 23:27:09.465 INFO O| Dec 20 23:27:09.465 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9933 | 2024-12-20T23:27:18.472Z | [ host-image] Dec 20 23:27:17.186 INFO O| Dec 20 23:27:17.186 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 |
9934 | 2024-12-20T23:27:18.472Z | [ host-image] Dec 20 23:27:17.186 INFO O| Dec 20 23:27:17.186 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9935 | 2024-12-20T23:27:18.487Z | [ host-image] Dec 20 23:27:17.202 INFO O| Dec 20 23:27:17.202 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9936 | 2024-12-20T23:27:18.570Z | [ host-image] Dec 20 23:27:17.283 INFO O| Dec 20 23:27:17.283 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9937 | 2024-12-20T23:27:18.570Z | [ host-image] Dec 20 23:27:17.283 INFO O| Dec 20 23:27:17.283 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9938 | 2024-12-20T23:27:18.573Z | [ host-image] Dec 20 23:27:17.286 INFO O| Dec 20 23:27:17.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9939 | 2024-12-20T23:27:18.573Z | [ host-image] Dec 20 23:27:17.286 INFO O| Dec 20 23:27:17.286 INFO ok! |
9940 | 2024-12-20T23:27:18.573Z | [ host-image] Dec 20 23:27:17.286 INFO O| Dec 20 23:27:17.286 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9941 | 2024-12-20T23:27:18.573Z | [ host-image] Dec 20 23:27:17.286 INFO O| Dec 20 23:27:17.286 INFO STEP 158 (seed_smf) COMPLETE |
9942 | 2024-12-20T23:27:18.573Z | [ host-image] Dec 20 23:27:17.286 INFO O| Dec 20 23:27:17.286 INFO steps complete; finalising image! |
9943 | 2024-12-20T23:27:18.573Z | [ host-image] Dec 20 23:27:17.286 INFO O| Dec 20 23:27:17.286 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9944 | 2024-12-20T23:27:18.721Z | [ host-image] Dec 20 23:27:17.432 INFO O| Dec 20 23:27:17.432 INFO trim TEMPORARY-gimlet-zfs: (3% trimmed, started at Fri Dec 20 23:27:17 2024) |
9945 | 2024-12-20T23:27:18.929Z | [ host-image] Dec 20 23:27:17.642 INFO O| Dec 20 23:27:17.642 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Fri Dec 20 23:27:17 2024) |
9946 | 2024-12-20T23:27:19.208Z | [ host-image] Dec 20 23:27:17.866 INFO O| Dec 20 23:27:17.866 INFO temporary pool has 690M used, 142M avail, 1.82x compressratio |
9947 | 2024-12-20T23:27:19.209Z | [ host-image] Dec 20 23:27:17.866 INFO O| Dec 20 23:27:17.866 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9948 | 2024-12-20T23:27:19.479Z | [ host-image] Dec 20 23:27:18.190 INFO O| Dec 20 23:27:18.190 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9949 | 2024-12-20T23:27:19.479Z | [ host-image] Dec 20 23:27:18.190 INFO O| Dec 20 23:27:18.190 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9950 | 2024-12-20T23:27:20.508Z | [ host-image] Dec 20 23:27:19.215 INFO O| Dec 20 23:27:19.215 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9951 | 2024-12-20T23:27:20.508Z | [ host-image] Dec 20 23:27:19.215 INFO O| Dec 20 23:27:19.215 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9952 | 2024-12-20T23:27:20.523Z | [ host-image] Dec 20 23:27:19.215 INFO O| Dec 20 23:27:19.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9953 | 2024-12-20T23:27:20.523Z | [ host-image] Dec 20 23:27:19.215 INFO O| Dec 20 23:27:19.215 INFO completed processing gimlet/zfs |
9954 | 2024-12-20T23:27:20.523Z | [ host-image] Dec 20 23:27:19.215 INFO O| Dec 20 23:27:19.215 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9955 | 2024-12-20T23:27:29.661Z | [ host-image] Dec 20 23:27:28.373 INFO O| Dec 20 23:27:28.373 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9956 | 2024-12-20T23:27:29.794Z | [ host-image] Dec 20 23:27:28.503 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
9957 | 2024-12-20T23:27:29.800Z | [ host-image] Dec 20 23:27:28.503 INFO expanded image name: "ci 053adca/${os_short_commit} 2024-12-20 22:51" -> "ci 053adca/37a4469 2024-12-20 22:51" |
9958 | 2024-12-20T23:27:29.809Z | [ host-image] Dec 20 23:27:28.503 INFO output artefacts stored in: "/work/os-host" |
9959 | 2024-12-20T23:27:29.809Z | [ host-image] Dec 20 23:27:28.503 INFO collecting git info from project "pilot"... |
9960 | 2024-12-20T23:27:29.809Z | [ host-image] Dec 20 23:27:28.512 INFO collecting git info from project "phbl"... |
9961 | 2024-12-20T23:27:29.809Z | [ host-image] Dec 20 23:27:28.520 INFO collecting git info from project "bootserver"... |
9962 | 2024-12-20T23:27:29.815Z | [ host-image] Dec 20 23:27:28.527 INFO collecting git info from project "chelsio-t6-roms"... |
9963 | 2024-12-20T23:27:29.823Z | [ host-image] Dec 20 23:27:28.535 INFO collecting git info from project "amd-firmware"... |
9964 | 2024-12-20T23:27:29.837Z | [ host-image] Dec 20 23:27:28.549 INFO collecting git info from project "image-builder"... |
9965 | 2024-12-20T23:27:29.861Z | [ host-image] Dec 20 23:27:28.570 INFO collecting git info from project "pinprick"... |
9966 | 2024-12-20T23:27:29.878Z | [ host-image] Dec 20 23:27:28.591 INFO collecting git info from project "amd-host-image-builder"... |
9967 | 2024-12-20T23:27:29.932Z | [ host-image] Dec 20 23:27:28.644 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9968 | 2024-12-20T23:27:30.523Z | [ host-image] Dec 20 23:27:29.233 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9969 | 2024-12-20T23:27:30.972Z | [ host-image] Dec 20 23:27:29.681 INFO creating Oxide boot image... |
9970 | 2024-12-20T23:27:30.972Z | [ host-image] Dec 20 23:27:29.681 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 053adca/37a4469 2024-12-20 22:51", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9971 | 2024-12-20T23:27:32.338Z | [ host-image] Dec 20 23:27:31.050 INFO O| ok, image written! |
9972 | 2024-12-20T23:27:32.338Z | [ host-image] Dec 20 23:27:31.050 INFO O| ok, boot_image_csum file written! |
9973 | 2024-12-20T23:27:32.345Z | [ host-image] Dec 20 23:27:31.055 INFO creating boot archive (CPIO)... |
9974 | 2024-12-20T23:27:32.345Z | [ host-image] Dec 20 23:27:31.055 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 |
9975 | 2024-12-20T23:27:32.376Z | [ host-image] Dec 20 23:27:31.088 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9976 | 2024-12-20T23:27:32.376Z | [ host-image] Dec 20 23:27:31.088 INFO E| + outfile=/work/os-host/cpio |
9977 | 2024-12-20T23:27:32.391Z | [ host-image] Dec 20 23:27:31.088 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9978 | 2024-12-20T23:27:32.391Z | [ host-image] Dec 20 23:27:31.090 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9979 | 2024-12-20T23:27:32.391Z | [ host-image] Dec 20 23:27:31.091 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9980 | 2024-12-20T23:27:32.422Z | [ host-image] Dec 20 23:27:31.134 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9981 | 2024-12-20T23:27:32.422Z | [ host-image] Dec 20 23:27:31.134 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9982 | 2024-12-20T23:27:32.434Z | [ host-image] Dec 20 23:27:31.144 INFO creating compressed cpio/unix for nanobl-rs... |
9983 | 2024-12-20T23:27:32.434Z | [ host-image] Dec 20 23:27:31.144 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 |
9984 | 2024-12-20T23:27:32.831Z | [ host-image] Dec 20 23:27:31.543 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9985 | 2024-12-20T23:27:38.244Z | [ host-image] Dec 20 23:27:36.952 INFO creating reset image... |
9986 | 2024-12-20T23:27:38.270Z | [ host-image] Dec 20 23:27:36.952 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9987 | 2024-12-20T23:27:38.418Z | [ host-image] Dec 20 23:27:37.126 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
9988 | 2024-12-20T23:27:38.427Z | [ host-image] Dec 20 23:27:37.128 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9989 | 2024-12-20T23:27:38.553Z | [ host-image] Dec 20 23:27:37.264 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9990 | 2024-12-20T23:27:42.479Z | [ host-image] Dec 20 23:27:41.181 INFO E| Finished `release` profile [optimized] target(s) in 3.99s |
9991 | 2024-12-20T23:27:42.489Z | [ host-image] Dec 20 23:27:41.198 INFO building host image... |
9992 | 2024-12-20T23:27:42.515Z | [ host-image] Dec 20 23:27:41.198 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") |
9993 | 2024-12-20T23:27:43.285Z | [ host-image] Dec 20 23:27:41.995 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9994 | 2024-12-20T23:28:27.846Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 07s |
9995 | 2024-12-20T23:28:28.239Z | Dec 20 23:28:26.941 INFO [verify-libraries] process exited with exit status: 0 (911.578682738s) |
9996 | 2024-12-20T23:28:45.317Z | [ host-image] Dec 20 23:28:44.015 INFO image complete! materials are in "/work/os-host" |
9997 | 2024-12-20T23:28:45.320Z | [ host-image] |
9998 | 2024-12-20T23:28:45.320Z | [ host-image] real 15:41.978016749 |
9999 | 2024-12-20T23:28:45.320Z | [ host-image] user 6:24.045322164 |
10000 | 2024-12-20T23:28:45.321Z | [ host-image] sys 1:03.651861871 |
10001 | 2024-12-20T23:28:45.321Z | [ host-image] trap 0.291378262 |
10002 | 2024-12-20T23:28:45.321Z | [ host-image] tflt 0.115772259 |
10003 | 2024-12-20T23:28:45.321Z | [ host-image] dflt 0.250562259 |
10004 | 2024-12-20T23:28:45.321Z | [ host-image] kflt 0.000058650 |
10005 | 2024-12-20T23:28:45.321Z | [ host-image] lock 10:57.137431098 |
10006 | 2024-12-20T23:28:45.321Z | [ host-image] slp 1:29:13.020868268 |
10007 | 2024-12-20T23:28:45.321Z | [ host-image] lat 2:38.655100516 |
10008 | 2024-12-20T23:28:45.321Z | Dec 20 23:28:44.019[ host-image] stop 0.912910832 |
10009 | 2024-12-20T23:28:45.321Z | INFO [host-image] process exited with exit status: 0 (941.993382835s) |
10010 | 2024-12-20T23:28:45.321Z | Dec 20 23:28:44.019 INFO [tuf-repo] running task |
10011 | 2024-12-20T23:28:53.094Z | Dec 20 23:28:51.791 INFO assembling repository in `/tmp/tufaceousmf2gMp`, component: OmicronRepoAssembler |
10012 | 2024-12-20T23:28:57.843Z | Dec 20 23:28:56.539 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
10013 | 2024-12-20T23:28:58.165Z | Dec 20 23:28:56.861 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
10014 | 2024-12-20T23:29:10.777Z | Dec 20 23:29:09.467 INFO [tuf-repo] task succeeded (25.448121849s) |
10015 | 2024-12-20T23:29:10.777Z | Dec 20 23:29:09.467 INFO all jobs completed in 2286.487481481s |
10016 | 2024-12-20T23:29:11.404Z | process exited: duration 2965771 ms, exit code 0 |
|
10017 | 2024-12-20T23:29:11.426Z | found 33 output files |
10018 | 2024-12-20T23:29:11.426Z | uploading: /work/manifest.toml (8404 bytes) |
10019 | 2024-12-20T23:29:12.448Z | uploaded: /work/manifest.toml |
10020 | 2024-12-20T23:29:12.448Z | uploading: /work/repo.zip (1957273924 bytes) |
10021 | 2024-12-20T23:29:47.485Z | uploaded: /work/repo.zip |
10022 | 2024-12-20T23:29:47.485Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
10023 | 2024-12-20T23:29:48.499Z | uploaded: /work/repo.zip.sha256.txt |
10024 | 2024-12-20T23:29:48.499Z | uploading: /work/helios-setup.log (66237 bytes) |
10025 | 2024-12-20T23:29:49.517Z | uploaded: /work/helios-setup.log |
10026 | 2024-12-20T23:29:49.521Z | uploading: /work/host-image.log (200757 bytes) |
10027 | 2024-12-20T23:29:50.553Z | uploaded: /work/host-image.log |
10028 | 2024-12-20T23:29:50.559Z | uploading: /work/host-package.log (22440 bytes) |
10029 | 2024-12-20T23:29:51.579Z | uploaded: /work/host-package.log |
10030 | 2024-12-20T23:29:51.579Z | uploading: /work/host-target.log (101 bytes) |
10031 | 2024-12-20T23:29:52.609Z | uploaded: /work/host-target.log |
10032 | 2024-12-20T23:29:52.628Z | uploading: /work/omicron-package.log (5666 bytes) |
10033 | 2024-12-20T23:29:53.679Z | uploaded: /work/omicron-package.log |
10034 | 2024-12-20T23:29:53.689Z | uploading: /work/phbl-toolchain.log (881 bytes) |
10035 | 2024-12-20T23:29:54.761Z | uploaded: /work/phbl-toolchain.log |
10036 | 2024-12-20T23:29:54.761Z | uploading: /work/recovery-image.log (595180 bytes) |
10037 | 2024-12-20T23:29:55.803Z | uploaded: /work/recovery-image.log |
10038 | 2024-12-20T23:29:55.803Z | uploading: /work/recovery-package.log (321 bytes) |
10039 | 2024-12-20T23:29:56.949Z | uploaded: /work/recovery-package.log |
10040 | 2024-12-20T23:29:56.949Z | uploading: /work/recovery-target.log (57 bytes) |
10041 | 2024-12-20T23:29:57.995Z | uploaded: /work/recovery-target.log |
10042 | 2024-12-20T23:29:57.995Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10043 | 2024-12-20T23:29:59.013Z | uploaded: /work/stamp-clickhouse.log |
10044 | 2024-12-20T23:29:59.013Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10045 | 2024-12-20T23:30:00.037Z | uploaded: /work/stamp-clickhouse_keeper.log |
10046 | 2024-12-20T23:30:00.038Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10047 | 2024-12-20T23:30:03.676Z | uploaded: /work/stamp-cockroachdb.log |
10048 | 2024-12-20T23:30:03.676Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10049 | 2024-12-20T23:30:04.716Z | uploaded: /work/stamp-crucible-dtrace.log |
10050 | 2024-12-20T23:30:04.716Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10051 | 2024-12-20T23:30:05.729Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10052 | 2024-12-20T23:30:05.729Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10053 | 2024-12-20T23:30:06.740Z | uploaded: /work/stamp-crucible-zone.log |
10054 | 2024-12-20T23:30:06.740Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10055 | 2024-12-20T23:30:07.752Z | uploaded: /work/stamp-external-dns.log |
10056 | 2024-12-20T23:30:07.752Z | uploading: /work/stamp-installinator.log (103 bytes) |
10057 | 2024-12-20T23:30:08.761Z | uploaded: /work/stamp-installinator.log |
10058 | 2024-12-20T23:30:08.766Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10059 | 2024-12-20T23:30:09.774Z | uploaded: /work/stamp-internal-dns.log |
10060 | 2024-12-20T23:30:09.774Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10061 | 2024-12-20T23:30:10.785Z | uploaded: /work/stamp-mg-ddm-gz.log |
10062 | 2024-12-20T23:30:10.789Z | uploading: /work/stamp-nexus.log (112 bytes) |
10063 | 2024-12-20T23:30:11.796Z | uploaded: /work/stamp-nexus.log |
10064 | 2024-12-20T23:30:11.796Z | uploading: /work/stamp-ntp.log (110 bytes) |
10065 | 2024-12-20T23:30:12.807Z | uploaded: /work/stamp-ntp.log |
10066 | 2024-12-20T23:30:12.810Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10067 | 2024-12-20T23:30:13.819Z | uploaded: /work/stamp-omicron-sled-agent.log |
10068 | 2024-12-20T23:30:13.819Z | uploading: /work/stamp-overlay.log (114 bytes) |
10069 | 2024-12-20T23:30:14.829Z | uploaded: /work/stamp-overlay.log |
10070 | 2024-12-20T23:30:14.829Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10071 | 2024-12-20T23:30:15.841Z | uploaded: /work/stamp-oximeter.log |
10072 | 2024-12-20T23:30:15.841Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10073 | 2024-12-20T23:30:16.931Z | uploaded: /work/stamp-oxlog.log |
10074 | 2024-12-20T23:30:16.931Z | uploading: /work/stamp-probe.log (112 bytes) |
10075 | 2024-12-20T23:30:17.946Z | uploaded: /work/stamp-probe.log |
10076 | 2024-12-20T23:30:17.946Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10077 | 2024-12-20T23:30:18.959Z | uploaded: /work/stamp-propolis-server.log |
10078 | 2024-12-20T23:30:18.959Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10079 | 2024-12-20T23:30:19.971Z | uploaded: /work/stamp-pumpkind-gz.log |
10080 | 2024-12-20T23:30:19.971Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10081 | 2024-12-20T23:30:20.981Z | uploaded: /work/stamp-switch-asic.log |
10082 | 2024-12-20T23:30:20.981Z | uploading: /work/verify-libraries.log (5735 bytes) |
10083 | 2024-12-20T23:30:21.993Z | uploaded: /work/verify-libraries.log |