|
|
|
1 | 2024-12-12T21:45:25.531Z | job assigned to worker 01JEYD910ZEAV7BM70WJKBGAF1 [factory aws, i-00645ade6592e31c4] (queued for 1 m 0 s) |
|
2 | 2024-12-12T21:45:33.209Z | starting task 0: "setup" |
3 | 2024-12-12T21:45:33.217Z | ++ uname -s |
4 | 2024-12-12T21:45:33.220Z | + kern=SunOS |
5 | 2024-12-12T21:45:33.220Z | + case "$kern" in |
6 | 2024-12-12T21:45:33.220Z | + groupadd -g 12345 build |
7 | 2024-12-12T21:45:33.222Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-12T21:45:35.227Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-12T21:45:35.330Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-12T21:45:35.333Z | + home_fs=zfs |
11 | 2024-12-12T21:45:35.333Z | + [[ zfs == autofs ]] |
12 | 2024-12-12T21:45:35.333Z | + mkdir -p /home/build |
13 | 2024-12-12T21:45:35.335Z | + chown build:build /home/build /work |
14 | 2024-12-12T21:45:37.336Z | + chmod 0700 /home/build /work |
15 | 2024-12-12T21:45:37.338Z | process exited: duration 4131 ms, exit code 0 |
|
16 | 2024-12-12T21:45:37.343Z | starting task 1: "rust-toolchain" |
17 | 2024-12-12T21:45:37.348Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-12T21:45:37.348Z | * toolchain channel = "1.81.0" |
19 | 2024-12-12T21:45:37.348Z | ' 1.81.0 |
20 | 2024-12-12T21:45:37.349Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-12T21:45:37.349Z | ' default |
22 | 2024-12-12T21:45:37.349Z | * toolchain profile = "default" |
23 | 2024-12-12T21:45:37.351Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-12T21:45:37.351Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-12T21:45:37.459Z | info: downloading installer |
26 | 2024-12-12T21:45:39.143Z | info: profile set to 'default' |
27 | 2024-12-12T21:45:39.143Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-12T21:45:39.146Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-12T21:45:39.318Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-12T21:45:39.318Z | info: downloading component 'cargo' |
31 | 2024-12-12T21:45:40.329Z | info: downloading component 'clippy' |
32 | 2024-12-12T21:45:40.704Z | info: downloading component 'rust-docs' |
33 | 2024-12-12T21:45:42.112Z | info: downloading component 'rust-std' |
34 | 2024-12-12T21:45:44.303Z | info: downloading component 'rustc' |
35 | 2024-12-12T21:45:52.159Z | info: downloading component 'rustfmt' |
36 | 2024-12-12T21:45:52.453Z | info: installing component 'cargo' |
37 | 2024-12-12T21:45:53.278Z | info: installing component 'clippy' |
38 | 2024-12-12T21:45:53.652Z | info: installing component 'rust-docs' |
39 | 2024-12-12T21:45:55.259Z | info: installing component 'rust-std' |
40 | 2024-12-12T21:45:57.008Z | info: installing component 'rustc' |
41 | 2024-12-12T21:46:02.749Z | info: installing component 'rustfmt' |
42 | 2024-12-12T21:46:03.068Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-12T21:46:03.068Z | |
44 | 2024-12-12T21:46:03.432Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-12T21:46:03.432Z | |
46 | 2024-12-12T21:46:03.434Z | |
47 | 2024-12-12T21:46:03.434Z | Rust is installed now. Great! |
48 | 2024-12-12T21:46:03.434Z | |
49 | 2024-12-12T21:46:03.434Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-12T21:46:03.434Z | environment variable. This has not been done automatically. |
51 | 2024-12-12T21:46:03.434Z | |
52 | 2024-12-12T21:46:03.434Z | To configure your current shell, you need to source |
53 | 2024-12-12T21:46:03.434Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-12T21:46:03.434Z | |
55 | 2024-12-12T21:46:03.434Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-12T21:46:03.435Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-12T21:46:03.435Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-12T21:46:03.502Z | + rustc --version |
59 | 2024-12-12T21:46:03.566Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-12T21:46:03.569Z | process exited: duration 26226 ms, exit code 0 |
|
61 | 2024-12-12T21:46:03.574Z | starting task 2: "authentication" |
62 | 2024-12-12T21:46:03.594Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-12T21:46:03.599Z | starting task 3: "clone repository" |
64 | 2024-12-12T21:46:03.604Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-12T21:46:03.607Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-12T21:46:05.469Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-12T21:46:12.548Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-12T21:46:12.548Z | + git fetch origin b354f8b06a437f4be8373e68c76e234c8ffa7e98 |
69 | 2024-12-12T21:46:12.886Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-12T21:46:12.886Z | * branch b354f8b06a437f4be8373e68c76e234c8ffa7e98 -> FETCH_HEAD |
71 | 2024-12-12T21:46:12.897Z | + [[ -n '' ]] |
72 | 2024-12-12T21:46:12.897Z | + git reset --hard b354f8b06a437f4be8373e68c76e234c8ffa7e98 |
73 | 2024-12-12T21:46:13.080Z | HEAD is now at b354f8b06 [spr] initial version |
74 | 2024-12-12T21:46:13.083Z | process exited: duration 9482 ms, exit code 0 |
|
75 | 2024-12-12T21:46:13.089Z | starting task 4: "build" |
76 | 2024-12-12T21:46:13.093Z | + source .github/buildomat/ci-env.sh |
77 | 2024-12-12T21:46:13.097Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-12-12T21:46:13.097Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-12-12T21:46:13.097Z | + cargo --version |
80 | 2024-12-12T21:46:13.151Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-12-12T21:46:13.153Z | + rustc --version |
82 | 2024-12-12T21:46:13.213Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-12-12T21:46:13.216Z | + cargo tree --locked |
84 | 2024-12-12T21:46:13.473Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
85 | 2024-12-12T21:46:13.833Z | Updating crates.io index |
86 | 2024-12-12T21:46:13.835Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
87 | 2024-12-12T21:46:14.439Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
88 | 2024-12-12T21:46:14.728Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
89 | 2024-12-12T21:46:15.031Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
90 | 2024-12-12T21:46:15.361Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
91 | 2024-12-12T21:46:16.275Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
92 | 2024-12-12T21:46:17.850Z | Updating git repository `https://github.com/oxidecomputer/opte` |
93 | 2024-12-12T21:46:19.024Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
94 | 2024-12-12T21:46:19.820Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
95 | 2024-12-12T21:46:20.123Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
96 | 2024-12-12T21:46:20.425Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
97 | 2024-12-12T21:46:21.148Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
98 | 2024-12-12T21:46:21.453Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
99 | 2024-12-12T21:46:21.723Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
100 | 2024-12-12T21:46:21.999Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
101 | 2024-12-12T21:46:22.249Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
102 | 2024-12-12T21:46:23.344Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
103 | 2024-12-12T21:46:23.695Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
104 | 2024-12-12T21:46:24.626Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
105 | 2024-12-12T21:46:25.007Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
106 | 2024-12-12T21:46:25.247Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
107 | 2024-12-12T21:46:25.724Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
108 | 2024-12-12T21:46:26.070Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
109 | 2024-12-12T21:46:26.526Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
110 | 2024-12-12T21:46:26.925Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
111 | 2024-12-12T21:46:27.222Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
112 | 2024-12-12T21:46:27.523Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
113 | 2024-12-12T21:46:27.843Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
114 | 2024-12-12T21:46:29.113Z | Downloading crates ... |
115 | 2024-12-12T21:46:29.225Z | Downloaded adler2 v2.0.0 |
116 | 2024-12-12T21:46:29.227Z | Downloaded aead v0.5.2 |
117 | 2024-12-12T21:46:29.231Z | Downloaded addr2line v0.24.2 |
118 | 2024-12-12T21:46:29.253Z | Downloaded async-stream-impl v0.3.6 |
119 | 2024-12-12T21:46:29.261Z | Downloaded ciborium v0.2.2 |
120 | 2024-12-12T21:46:29.267Z | Downloaded atomicwrites v0.4.4 |
121 | 2024-12-12T21:46:29.269Z | Downloaded escape8259 v0.5.3 |
122 | 2024-12-12T21:46:29.281Z | Downloaded expectorate v1.1.0 |
123 | 2024-12-12T21:46:29.284Z | Downloaded fastrand v2.1.1 |
124 | 2024-12-12T21:46:29.286Z | Downloaded atty v0.2.14 |
125 | 2024-12-12T21:46:29.286Z | Downloaded async-object-pool v0.1.5 |
126 | 2024-12-12T21:46:29.289Z | Downloaded fallible-iterator v0.3.0 |
127 | 2024-12-12T21:46:29.289Z | Downloaded event-listener-strategy v0.5.2 |
128 | 2024-12-12T21:46:29.292Z | Downloaded fallible-streaming-iterator v0.1.9 |
129 | 2024-12-12T21:46:29.294Z | Downloaded event-listener v2.5.3 |
130 | 2024-12-12T21:46:29.296Z | Downloaded fallible-iterator v0.2.0 |
131 | 2024-12-12T21:46:29.296Z | Downloaded event-listener v5.3.1 |
132 | 2024-12-12T21:46:29.299Z | Downloaded cfg_aliases v0.2.1 |
133 | 2024-12-12T21:46:29.301Z | Downloaded cfg_aliases v0.1.1 |
134 | 2024-12-12T21:46:29.304Z | Downloaded fatfs v0.3.6 |
135 | 2024-12-12T21:46:29.306Z | Downloaded fd-lock v4.0.2 |
136 | 2024-12-12T21:46:29.309Z | Downloaded float-ord v0.3.2 |
137 | 2024-12-12T21:46:29.309Z | Downloaded buf-list v1.0.3 |
138 | 2024-12-12T21:46:29.311Z | Downloaded autocfg v1.4.0 |
139 | 2024-12-12T21:46:29.313Z | Downloaded async-stream v0.3.6 |
140 | 2024-12-12T21:46:29.315Z | Downloaded flate2 v1.0.34 |
141 | 2024-12-12T21:46:29.320Z | Downloaded foreign-types v0.3.2 |
142 | 2024-12-12T21:46:29.322Z | Downloaded float-cmp v0.9.0 |
143 | 2024-12-12T21:46:29.322Z | Downloaded fixedbitset v0.4.2 |
144 | 2024-12-12T21:46:29.324Z | Downloaded blowfish v0.9.1 |
145 | 2024-12-12T21:46:29.326Z | Downloaded foreign-types-shared v0.3.1 |
146 | 2024-12-12T21:46:29.326Z | Downloaded foreign-types-shared v0.1.1 |
147 | 2024-12-12T21:46:29.328Z | Downloaded futures-core v0.3.31 |
148 | 2024-12-12T21:46:29.328Z | Downloaded fragile v2.0.0 |
149 | 2024-12-12T21:46:29.331Z | Downloaded approx v0.5.1 |
150 | 2024-12-12T21:46:29.332Z | Downloaded anstyle-query v1.1.1 |
151 | 2024-12-12T21:46:29.334Z | Downloaded form_urlencoded v1.2.1 |
152 | 2024-12-12T21:46:29.334Z | Downloaded foreign-types-macros v0.2.3 |
153 | 2024-12-12T21:46:29.337Z | Downloaded fxhash v0.2.1 |
154 | 2024-12-12T21:46:29.337Z | Downloaded flume v0.11.1 |
155 | 2024-12-12T21:46:29.340Z | Downloaded futures v0.3.31 |
156 | 2024-12-12T21:46:29.344Z | Downloaded cargo-platform v0.1.8 |
157 | 2024-12-12T21:46:29.347Z | Downloaded guppy-workspace-hack v0.1.0 |
158 | 2024-12-12T21:46:29.347Z | Downloaded anstyle v1.0.10 |
159 | 2024-12-12T21:46:29.349Z | Downloaded bytecount v0.6.8 |
160 | 2024-12-12T21:46:29.351Z | Downloaded chacha20 v0.9.1 |
161 | 2024-12-12T21:46:29.353Z | Downloaded bcrypt-pbkdf v0.10.0 |
162 | 2024-12-12T21:46:29.355Z | Downloaded bb8 v0.8.5 |
163 | 2024-12-12T21:46:29.355Z | Downloaded base16ct v0.2.0 |
164 | 2024-12-12T21:46:29.358Z | Downloaded cassowary v0.3.0 |
165 | 2024-12-12T21:46:29.360Z | Downloaded headers-core v0.3.0 |
166 | 2024-12-12T21:46:29.360Z | Downloaded camino-tempfile v1.1.1 |
167 | 2024-12-12T21:46:29.362Z | Downloaded block-padding v0.3.3 |
168 | 2024-12-12T21:46:29.362Z | Downloaded bit-set v0.5.3 |
169 | 2024-12-12T21:46:29.368Z | Downloaded async-attributes v1.1.2 |
170 | 2024-12-12T21:46:29.368Z | Downloaded arrayref v0.3.9 |
171 | 2024-12-12T21:46:29.368Z | Downloaded foreign-types v0.5.0 |
172 | 2024-12-12T21:46:29.368Z | Downloaded chrono-tz-build v0.4.0 |
173 | 2024-12-12T21:46:29.368Z | Downloaded http-body v1.0.1 |
174 | 2024-12-12T21:46:29.372Z | Downloaded byteorder v1.5.0 |
175 | 2024-12-12T21:46:29.372Z | Downloaded block-buffer v0.10.4 |
176 | 2024-12-12T21:46:29.372Z | Downloaded async-channel v2.3.1 |
177 | 2024-12-12T21:46:29.375Z | Downloaded async-channel v1.9.0 |
178 | 2024-12-12T21:46:29.375Z | Downloaded blocking v1.6.1 |
179 | 2024-12-12T21:46:29.377Z | Downloaded fnv v1.0.7 |
180 | 2024-12-12T21:46:29.377Z | Downloaded hubpack_derive v0.1.1 |
181 | 2024-12-12T21:46:29.377Z | Downloaded flagset v0.4.6 |
182 | 2024-12-12T21:46:29.380Z | Downloaded futures-timer v3.0.3 |
183 | 2024-12-12T21:46:29.382Z | Downloaded futures-macro v0.3.31 |
184 | 2024-12-12T21:46:29.382Z | Downloaded funty v2.0.0 |
185 | 2024-12-12T21:46:29.385Z | Downloaded bitfield-struct v0.6.2 |
186 | 2024-12-12T21:46:29.385Z | Downloaded cfg-if v1.0.0 |
187 | 2024-12-12T21:46:29.387Z | Downloaded cexpr v0.6.0 |
188 | 2024-12-12T21:46:29.389Z | Downloaded glob v0.3.1 |
189 | 2024-12-12T21:46:29.389Z | Downloaded path-slash v0.1.5 |
190 | 2024-12-12T21:46:29.391Z | Downloaded gethostname v0.5.0 |
191 | 2024-12-12T21:46:29.392Z | Downloaded futures-lite v2.3.0 |
192 | 2024-12-12T21:46:29.394Z | Downloaded ghash v0.5.1 |
193 | 2024-12-12T21:46:29.396Z | Downloaded generic-array v0.14.7 |
194 | 2024-12-12T21:46:29.396Z | Downloaded futures-task v0.3.31 |
195 | 2024-12-12T21:46:29.399Z | Downloaded futures-sink v0.3.31 |
196 | 2024-12-12T21:46:29.399Z | Downloaded futures-io v0.3.31 |
197 | 2024-12-12T21:46:29.399Z | Downloaded cast v0.3.0 |
198 | 2024-12-12T21:46:29.402Z | Downloaded async-process v2.3.0 |
199 | 2024-12-12T21:46:29.404Z | Downloaded num-iter v0.1.45 |
200 | 2024-12-12T21:46:29.405Z | Downloaded cargo_metadata v0.18.1 |
201 | 2024-12-12T21:46:29.407Z | Downloaded anstream v0.6.15 |
202 | 2024-12-12T21:46:29.410Z | Downloaded filetime v0.2.25 |
203 | 2024-12-12T21:46:29.411Z | Downloaded heck v0.4.1 |
204 | 2024-12-12T21:46:29.414Z | Downloaded hash32 v0.3.1 |
205 | 2024-12-12T21:46:29.414Z | Downloaded blake2b_simd v1.0.2 |
206 | 2024-12-12T21:46:29.416Z | Downloaded bitfield v0.14.0 |
207 | 2024-12-12T21:46:29.416Z | Downloaded async-trait v0.1.83 |
208 | 2024-12-12T21:46:29.418Z | Downloaded hex v0.4.3 |
209 | 2024-12-12T21:46:29.421Z | Downloaded bcs v0.1.6 |
210 | 2024-12-12T21:46:29.423Z | Downloaded hostname v0.4.0 |
211 | 2024-12-12T21:46:29.426Z | Downloaded bzip2 v0.4.4 |
212 | 2024-12-12T21:46:29.426Z | Downloaded backoff v0.4.0 |
213 | 2024-12-12T21:46:29.428Z | Downloaded hex-literal v0.4.1 |
214 | 2024-12-12T21:46:29.431Z | Downloaded home v0.5.9 |
215 | 2024-12-12T21:46:29.431Z | Downloaded async-lock v3.4.0 |
216 | 2024-12-12T21:46:29.433Z | Downloaded httpdate v1.0.3 |
217 | 2024-12-12T21:46:29.435Z | Downloaded async-task v4.7.1 |
218 | 2024-12-12T21:46:29.438Z | Downloaded assert_matches v1.5.0 |
219 | 2024-12-12T21:46:29.438Z | Downloaded arrayvec v0.7.6 |
220 | 2024-12-12T21:46:29.440Z | Downloaded humantime v2.1.0 |
221 | 2024-12-12T21:46:29.443Z | Downloaded base64ct v1.6.0 |
222 | 2024-12-12T21:46:29.445Z | Downloaded ascii-canvas v3.0.0 |
223 | 2024-12-12T21:46:29.445Z | Downloaded ahash v0.8.11 |
224 | 2024-12-12T21:46:29.447Z | Downloaded hubpack v0.1.2 |
225 | 2024-12-12T21:46:29.449Z | Downloaded http-range v0.1.5 |
226 | 2024-12-12T21:46:29.452Z | Downloaded getrandom v0.2.15 |
227 | 2024-12-12T21:46:29.455Z | Downloaded errno v0.3.9 |
228 | 2024-12-12T21:46:29.455Z | Downloaded take_mut v0.2.2 |
229 | 2024-12-12T21:46:29.460Z | Downloaded thread_local v1.1.8 |
230 | 2024-12-12T21:46:29.460Z | Downloaded fs_extra v1.3.0 |
231 | 2024-12-12T21:46:29.462Z | Downloaded http-body-util v0.1.2 |
232 | 2024-12-12T21:46:29.462Z | Downloaded hash32 v0.2.1 |
233 | 2024-12-12T21:46:29.462Z | Downloaded futures-executor v0.3.31 |
234 | 2024-12-12T21:46:29.464Z | Downloaded olpc-cjson v0.1.4 |
235 | 2024-12-12T21:46:29.464Z | Downloaded group v0.13.0 |
236 | 2024-12-12T21:46:29.467Z | Downloaded plotters-backend v0.3.7 |
237 | 2024-12-12T21:46:29.467Z | Downloaded path-tree v0.8.1 |
238 | 2024-12-12T21:46:29.469Z | Downloaded r2d2 v0.8.10 |
239 | 2024-12-12T21:46:29.472Z | Downloaded pest_generator v2.7.14 |
240 | 2024-12-12T21:46:29.472Z | Downloaded powerfmt v0.2.0 |
241 | 2024-12-12T21:46:29.474Z | Downloaded phf_shared v0.11.2 |
242 | 2024-12-12T21:46:29.474Z | Downloaded proc-macro-error-attr v1.0.4 |
243 | 2024-12-12T21:46:29.477Z | Downloaded rfc6979 v0.4.0 |
244 | 2024-12-12T21:46:29.477Z | Downloaded resolv-conf v0.7.0 |
245 | 2024-12-12T21:46:29.479Z | Downloaded quinn-udp v0.5.5 |
246 | 2024-12-12T21:46:29.479Z | Downloaded predicates-tree v1.0.11 |
247 | 2024-12-12T21:46:29.482Z | Downloaded hickory-client v0.24.1 |
248 | 2024-12-12T21:46:29.484Z | Downloaded globset v0.4.15 |
249 | 2024-12-12T21:46:29.486Z | Downloaded ff v0.13.0 |
250 | 2024-12-12T21:46:29.489Z | Downloaded async-io v2.3.4 |
251 | 2024-12-12T21:46:29.491Z | Downloaded async-bb8-diesel v0.2.1 |
252 | 2024-12-12T21:46:29.494Z | Downloaded predicates-core v1.0.8 |
253 | 2024-12-12T21:46:29.494Z | Downloaded futures-channel v0.3.31 |
254 | 2024-12-12T21:46:29.496Z | Downloaded hostname v0.3.1 |
255 | 2024-12-12T21:46:29.498Z | Downloaded anyhow v1.0.93 |
256 | 2024-12-12T21:46:29.501Z | Downloaded highway v1.2.0 |
257 | 2024-12-12T21:46:29.504Z | Downloaded zerofrom v0.1.4 |
258 | 2024-12-12T21:46:29.504Z | Downloaded bitflags v2.6.0 |
259 | 2024-12-12T21:46:29.508Z | Downloaded rpassword v7.3.1 |
260 | 2024-12-12T21:46:29.511Z | Downloaded camino v1.1.9 |
261 | 2024-12-12T21:46:29.511Z | Downloaded allocator-api2 v0.2.18 |
262 | 2024-12-12T21:46:29.514Z | Downloaded crunchy v0.2.2 |
263 | 2024-12-12T21:46:29.517Z | Downloaded zerofrom-derive v0.1.4 |
264 | 2024-12-12T21:46:29.517Z | Downloaded crucible-workspace-hack v0.1.0 |
265 | 2024-12-12T21:46:29.519Z | Downloaded hyper-staticfile v0.10.1 |
266 | 2024-12-12T21:46:29.519Z | Downloaded hyper-rustls v0.27.3 |
267 | 2024-12-12T21:46:29.522Z | Downloaded slog-envlogger v2.2.0 |
268 | 2024-12-12T21:46:29.524Z | Downloaded serde_repr v0.1.19 |
269 | 2024-12-12T21:46:29.527Z | Downloaded parking_lot v0.11.2 |
270 | 2024-12-12T21:46:29.529Z | Downloaded threadpool v1.8.1 |
271 | 2024-12-12T21:46:29.529Z | Downloaded thread-id v4.2.2 |
272 | 2024-12-12T21:46:29.531Z | Downloaded thiserror-no-std v2.0.2 |
273 | 2024-12-12T21:46:29.534Z | Downloaded unicase v2.7.0 |
274 | 2024-12-12T21:46:29.537Z | Downloaded derive_builder_macro v0.20.2 |
275 | 2024-12-12T21:46:29.537Z | Downloaded termcolor v1.4.1 |
276 | 2024-12-12T21:46:29.539Z | Downloaded matches v0.1.10 |
277 | 2024-12-12T21:46:29.539Z | Downloaded pkcs1 v0.7.5 |
278 | 2024-12-12T21:46:29.542Z | Downloaded stringmetrics v2.2.2 |
279 | 2024-12-12T21:46:29.544Z | Downloaded icu_provider_macros v1.5.0 |
280 | 2024-12-12T21:46:29.544Z | Downloaded match_cfg v0.1.0 |
281 | 2024-12-12T21:46:29.547Z | Downloaded keccak v0.1.5 |
282 | 2024-12-12T21:46:29.547Z | Downloaded endian-type v0.1.2 |
283 | 2024-12-12T21:46:29.549Z | Downloaded unarray v0.1.4 |
284 | 2024-12-12T21:46:29.549Z | Downloaded xattr v1.3.1 |
285 | 2024-12-12T21:46:29.552Z | Downloaded utf16_iter v1.0.5 |
286 | 2024-12-12T21:46:29.552Z | Downloaded utf-8 v0.7.6 |
287 | 2024-12-12T21:46:29.554Z | Downloaded quote v1.0.37 |
288 | 2024-12-12T21:46:29.557Z | Downloaded proc-macro-error v1.0.4 |
289 | 2024-12-12T21:46:29.559Z | Downloaded topological-sort v0.2.2 |
290 | 2024-12-12T21:46:29.559Z | Downloaded blake2 v0.10.6 |
291 | 2024-12-12T21:46:29.561Z | Downloaded parking v2.2.1 |
292 | 2024-12-12T21:46:29.563Z | Downloaded thiserror v1.0.69 |
293 | 2024-12-12T21:46:29.567Z | Downloaded hmac v0.12.1 |
294 | 2024-12-12T21:46:29.569Z | Downloaded bytes v1.8.0 |
295 | 2024-12-12T21:46:29.573Z | Downloaded tabwriter v1.4.0 |
296 | 2024-12-12T21:46:29.575Z | Downloaded untrusted v0.9.0 |
297 | 2024-12-12T21:46:29.578Z | Downloaded arc-swap v1.7.1 |
298 | 2024-12-12T21:46:29.580Z | Downloaded openssl-probe v0.1.5 |
299 | 2024-12-12T21:46:29.583Z | Downloaded stable_deref_trait v1.2.0 |
300 | 2024-12-12T21:46:29.583Z | Downloaded ssh-encoding v0.2.0 |
301 | 2024-12-12T21:46:29.585Z | Downloaded httparse v1.9.5 |
302 | 2024-12-12T21:46:29.588Z | Downloaded zeroize_derive v1.4.2 |
303 | 2024-12-12T21:46:29.588Z | Downloaded zeroize v1.8.1 |
304 | 2024-12-12T21:46:29.590Z | Downloaded pathdiff v0.2.2 |
305 | 2024-12-12T21:46:29.590Z | Downloaded wyz v0.5.1 |
306 | 2024-12-12T21:46:29.592Z | Downloaded number_prefix v0.4.0 |
307 | 2024-12-12T21:46:29.592Z | Downloaded num_enum_derive v0.5.11 |
308 | 2024-12-12T21:46:29.595Z | Downloaded crypto-common v0.1.6 |
309 | 2024-12-12T21:46:29.595Z | Downloaded hashlink v0.9.1 |
310 | 2024-12-12T21:46:29.602Z | Downloaded constant_time_eq v0.3.1 |
311 | 2024-12-12T21:46:29.602Z | Downloaded serde_path_to_error v0.1.16 |
312 | 2024-12-12T21:46:29.602Z | Downloaded russh-cryptovec v0.7.3 |
313 | 2024-12-12T21:46:29.602Z | Downloaded tui-tree-widget v0.22.0 |
314 | 2024-12-12T21:46:29.602Z | Downloaded string_cache v0.8.7 |
315 | 2024-12-12T21:46:29.611Z | Downloaded static_assertions v1.1.0 |
316 | 2024-12-12T21:46:29.611Z | Downloaded progenitor-client v0.8.0 |
317 | 2024-12-12T21:46:29.611Z | Downloaded parking_lot v0.12.3 |
318 | 2024-12-12T21:46:29.611Z | Downloaded snafu-derive v0.8.5 |
319 | 2024-12-12T21:46:29.611Z | Downloaded pest_meta v2.7.14 |
320 | 2024-12-12T21:46:29.619Z | Downloaded proc-macro2 v1.0.89 |
321 | 2024-12-12T21:46:29.619Z | Downloaded serde_regex v1.1.0 |
322 | 2024-12-12T21:46:29.619Z | Downloaded serde_plain v1.0.2 |
323 | 2024-12-12T21:46:29.619Z | Downloaded dsl_auto_type v0.1.2 |
324 | 2024-12-12T21:46:29.621Z | Downloaded serde_derive_internals v0.29.1 |
325 | 2024-12-12T21:46:29.627Z | Downloaded enum-as-inner v0.6.1 |
326 | 2024-12-12T21:46:29.627Z | Downloaded nodrop v0.1.14 |
327 | 2024-12-12T21:46:29.627Z | Downloaded indent_write v2.2.0 |
328 | 2024-12-12T21:46:29.627Z | Downloaded impl-trait-for-tuples v0.2.2 |
329 | 2024-12-12T21:46:29.627Z | Downloaded enum-as-inner v0.5.1 |
330 | 2024-12-12T21:46:29.631Z | Downloaded libefi-sys v0.1.0 |
331 | 2024-12-12T21:46:29.631Z | Downloaded ipnetwork v0.20.0 |
332 | 2024-12-12T21:46:29.634Z | Downloaded schemars_derive v0.8.21 |
333 | 2024-12-12T21:46:29.634Z | Downloaded base64 v0.21.7 |
334 | 2024-12-12T21:46:29.636Z | Downloaded scheduled-thread-pool v0.2.7 |
335 | 2024-12-12T21:46:29.638Z | Downloaded mockall v0.13.0 |
336 | 2024-12-12T21:46:29.641Z | Downloaded bumpalo v3.16.0 |
337 | 2024-12-12T21:46:29.643Z | Downloaded base64 v0.13.1 |
338 | 2024-12-12T21:46:29.646Z | Downloaded tokio-stream v0.1.16 |
339 | 2024-12-12T21:46:29.649Z | Downloaded headers v0.4.0 |
340 | 2024-12-12T21:46:29.654Z | Downloaded usdt-macro v0.5.0 |
341 | 2024-12-12T21:46:29.657Z | Downloaded usdt-attr-macro v0.5.0 |
342 | 2024-12-12T21:46:29.657Z | Downloaded try-lock v0.2.5 |
343 | 2024-12-12T21:46:29.659Z | Downloaded termtree v0.4.1 |
344 | 2024-12-12T21:46:29.659Z | Downloaded tower-service v0.3.3 |
345 | 2024-12-12T21:46:29.659Z | Downloaded utf8parse v0.2.2 |
346 | 2024-12-12T21:46:29.662Z | Downloaded utf8_iter v1.0.4 |
347 | 2024-12-12T21:46:29.662Z | Downloaded rstest v0.23.0 |
348 | 2024-12-12T21:46:29.667Z | Downloaded piper v0.2.4 |
349 | 2024-12-12T21:46:29.669Z | Downloaded pin-utils v0.1.0 |
350 | 2024-12-12T21:46:29.672Z | Downloaded rand_core v0.6.4 |
351 | 2024-12-12T21:46:29.672Z | Downloaded rand_chacha v0.3.1 |
352 | 2024-12-12T21:46:29.674Z | Downloaded zerovec-derive v0.10.3 |
353 | 2024-12-12T21:46:29.674Z | Downloaded ron v0.7.1 |
354 | 2024-12-12T21:46:29.678Z | Downloaded const_format_proc_macros v0.2.33 |
355 | 2024-12-12T21:46:29.681Z | Downloaded swrite v0.1.0 |
356 | 2024-12-12T21:46:29.683Z | Downloaded pbkdf2 v0.11.0 |
357 | 2024-12-12T21:46:29.685Z | Downloaded des v0.8.1 |
358 | 2024-12-12T21:46:29.687Z | Downloaded openssl-sys v0.9.103 |
359 | 2024-12-12T21:46:29.691Z | Downloaded slog-json v2.6.1 |
360 | 2024-12-12T21:46:29.693Z | Downloaded shlex v1.3.0 |
361 | 2024-12-12T21:46:29.695Z | Downloaded slog-bunyan v2.5.0 |
362 | 2024-12-12T21:46:29.695Z | Downloaded semver v0.1.20 |
363 | 2024-12-12T21:46:29.697Z | Downloaded progenitor v0.8.0 |
364 | 2024-12-12T21:46:29.700Z | Downloaded proc-macro-crate v3.2.0 |
365 | 2024-12-12T21:46:29.700Z | Downloaded ppv-lite86 v0.2.20 |
366 | 2024-12-12T21:46:29.702Z | Downloaded slog-scope v4.4.0 |
367 | 2024-12-12T21:46:29.702Z | Downloaded signal-hook-mio v0.2.4 |
368 | 2024-12-12T21:46:29.705Z | Downloaded derive_builder_core v0.20.2 |
369 | 2024-12-12T21:46:29.707Z | Downloaded maybe-uninit v2.0.0 |
370 | 2024-12-12T21:46:29.707Z | Downloaded jobserver v0.1.32 |
371 | 2024-12-12T21:46:29.710Z | Downloaded ipnet v2.10.1 |
372 | 2024-12-12T21:46:29.713Z | Downloaded structmeta-derive v0.3.0 |
373 | 2024-12-12T21:46:29.713Z | Downloaded libloading v0.8.5 |
374 | 2024-12-12T21:46:29.715Z | Downloaded multer v3.1.0 |
375 | 2024-12-12T21:46:29.717Z | Downloaded ron v0.8.1 |
376 | 2024-12-12T21:46:29.721Z | Downloaded backtrace v0.3.74 |
377 | 2024-12-12T21:46:29.726Z | Downloaded heapless v0.7.17 |
378 | 2024-12-12T21:46:29.730Z | Downloaded smallvec v0.6.14 |
379 | 2024-12-12T21:46:29.732Z | Downloaded uuid v1.11.0 |
380 | 2024-12-12T21:46:29.735Z | Downloaded hickory-server v0.24.1 |
381 | 2024-12-12T21:46:29.739Z | Downloaded cc v1.1.30 |
382 | 2024-12-12T21:46:29.743Z | Downloaded termios v0.3.3 |
383 | 2024-12-12T21:46:29.745Z | Downloaded terminal_size v0.4.0 |
384 | 2024-12-12T21:46:29.747Z | Downloaded pest_derive v2.7.14 |
385 | 2024-12-12T21:46:29.749Z | Downloaded parking_lot_core v0.9.10 |
386 | 2024-12-12T21:46:29.752Z | Downloaded half v2.4.1 |
387 | 2024-12-12T21:46:29.754Z | Downloaded usdt-impl v0.5.0 |
388 | 2024-12-12T21:46:29.756Z | Downloaded schemars v0.8.21 |
389 | 2024-12-12T21:46:29.766Z | Downloaded pretty-hex v0.2.1 |
390 | 2024-12-12T21:46:29.768Z | Downloaded phf_shared v0.10.0 |
391 | 2024-12-12T21:46:29.770Z | Downloaded scroll v0.12.0 |
392 | 2024-12-12T21:46:29.770Z | Downloaded rustls-pemfile v2.2.0 |
393 | 2024-12-12T21:46:29.773Z | Downloaded serde_derive v1.0.215 |
394 | 2024-12-12T21:46:29.775Z | Downloaded postgres-types v0.2.8 |
395 | 2024-12-12T21:46:29.777Z | Downloaded concurrent-queue v2.5.0 |
396 | 2024-12-12T21:46:29.779Z | Downloaded colored v2.1.0 |
397 | 2024-12-12T21:46:29.782Z | Downloaded poly1305 v0.8.0 |
398 | 2024-12-12T21:46:29.784Z | Downloaded dtrace-parser v0.2.0 |
399 | 2024-12-12T21:46:29.784Z | Downloaded digest v0.10.7 |
400 | 2024-12-12T21:46:29.787Z | Downloaded slog-stdlog v4.1.1 |
401 | 2024-12-12T21:46:29.789Z | Downloaded idna_adapter v1.2.0 |
402 | 2024-12-12T21:46:29.789Z | Downloaded icu_locid_transform_data v1.5.0 |
403 | 2024-12-12T21:46:29.791Z | Downloaded dropshot_endpoint v0.13.0 |
404 | 2024-12-12T21:46:29.794Z | Downloaded slog-term v2.9.1 |
405 | 2024-12-12T21:46:29.796Z | Downloaded icu_provider v1.5.0 |
406 | 2024-12-12T21:46:29.799Z | Downloaded difflib v0.4.0 |
407 | 2024-12-12T21:46:29.801Z | Downloaded tokio-rustls v0.24.1 |
408 | 2024-12-12T21:46:29.804Z | Downloaded heapless v0.8.0 |
409 | 2024-12-12T21:46:29.806Z | Downloaded hickory-resolver v0.24.1 |
410 | 2024-12-12T21:46:29.811Z | Downloaded hashbrown v0.12.3 |
411 | 2024-12-12T21:46:29.815Z | Downloaded lazycell v1.3.0 |
412 | 2024-12-12T21:46:29.817Z | Downloaded tungstenite v0.21.0 |
413 | 2024-12-12T21:46:29.820Z | Downloaded sqlparser_derive v0.2.2 |
414 | 2024-12-12T21:46:29.822Z | Downloaded tempfile v3.13.0 |
415 | 2024-12-12T21:46:29.824Z | Downloaded lru v0.12.5 |
416 | 2024-12-12T21:46:29.824Z | Downloaded lockfree-object-pool v0.1.6 |
417 | 2024-12-12T21:46:29.827Z | Downloaded tokio-rustls v0.26.0 |
418 | 2024-12-12T21:46:29.829Z | Downloaded rsa v0.9.6 |
419 | 2024-12-12T21:46:29.833Z | Downloaded mime v0.3.17 |
420 | 2024-12-12T21:46:29.835Z | Downloaded memoffset v0.9.1 |
421 | 2024-12-12T21:46:29.838Z | Downloaded whoami v1.5.2 |
422 | 2024-12-12T21:46:29.838Z | Downloaded tokio-rustls v0.25.0 |
423 | 2024-12-12T21:46:29.841Z | Downloaded waitgroup v0.1.2 |
424 | 2024-12-12T21:46:29.844Z | Downloaded oorandom v11.1.4 |
425 | 2024-12-12T21:46:29.844Z | Downloaded num-complex v0.4.6 |
426 | 2024-12-12T21:46:29.846Z | Downloaded zerocopy-derive v0.7.35 |
427 | 2024-12-12T21:46:29.849Z | Downloaded uzers v0.12.1 |
428 | 2024-12-12T21:46:29.852Z | Downloaded phf_generator v0.11.2 |
429 | 2024-12-12T21:46:29.854Z | Downloaded crc32fast v1.4.2 |
430 | 2024-12-12T21:46:29.854Z | Downloaded signal-hook v0.3.17 |
431 | 2024-12-12T21:46:29.857Z | Downloaded cipher v0.4.4 |
432 | 2024-12-12T21:46:29.859Z | Downloaded derive_more v0.99.18 |
433 | 2024-12-12T21:46:29.862Z | Downloaded partial-io v0.5.4 |
434 | 2024-12-12T21:46:29.865Z | Downloaded rustls-pki-types v1.9.0 |
435 | 2024-12-12T21:46:29.868Z | Downloaded darling_macro v0.20.10 |
436 | 2024-12-12T21:46:29.870Z | Downloaded derive_builder v0.20.2 |
437 | 2024-12-12T21:46:29.873Z | Downloaded diesel_table_macro_syntax v0.2.0 |
438 | 2024-12-12T21:46:29.876Z | Downloaded aes v0.8.4 |
439 | 2024-12-12T21:46:29.879Z | Downloaded mockall_derive v0.13.0 |
440 | 2024-12-12T21:46:29.881Z | Downloaded serde_urlencoded v0.7.1 |
441 | 2024-12-12T21:46:29.884Z | Downloaded structmeta v0.2.0 |
442 | 2024-12-12T21:46:29.884Z | Downloaded num-bigint v0.4.6 |
443 | 2024-12-12T21:46:29.888Z | Downloaded ident_case v1.0.1 |
444 | 2024-12-12T21:46:29.890Z | Downloaded thiserror-impl-no-std v2.0.2 |
445 | 2024-12-12T21:46:29.890Z | Downloaded thiserror-impl v2.0.3 |
446 | 2024-12-12T21:46:29.892Z | Downloaded subtle v2.6.1 |
447 | 2024-12-12T21:46:29.893Z | Downloaded trybuild v1.0.101 |
448 | 2024-12-12T21:46:29.896Z | Downloaded http v1.1.0 |
449 | 2024-12-12T21:46:29.900Z | Downloaded tokio-macros v2.4.0 |
450 | 2024-12-12T21:46:29.903Z | Downloaded test-strategy v0.3.1 |
451 | 2024-12-12T21:46:29.906Z | Downloaded is_ci v1.2.0 |
452 | 2024-12-12T21:46:29.906Z | Downloaded rtoolbox v0.0.2 |
453 | 2024-12-12T21:46:29.908Z | Downloaded itoa v1.0.11 |
454 | 2024-12-12T21:46:29.911Z | Downloaded normalize-line-endings v0.3.0 |
455 | 2024-12-12T21:46:29.911Z | Downloaded newtype_derive v0.1.6 |
456 | 2024-12-12T21:46:29.911Z | Downloaded term v0.7.0 |
457 | 2024-12-12T21:46:29.914Z | Downloaded precomputed-hash v0.1.1 |
458 | 2024-12-12T21:46:29.916Z | Downloaded tls_codec v0.4.1 |
459 | 2024-12-12T21:46:29.919Z | Downloaded universal-hash v0.5.1 |
460 | 2024-12-12T21:46:29.919Z | Downloaded unicode-linebreak v0.1.5 |
461 | 2024-12-12T21:46:29.919Z | Downloaded colorchoice v1.0.2 |
462 | 2024-12-12T21:46:29.922Z | Downloaded zone v0.1.8 |
463 | 2024-12-12T21:46:29.922Z | Downloaded tls_codec_derive v0.4.1 |
464 | 2024-12-12T21:46:29.924Z | Downloaded wait-timeout v0.2.0 |
465 | 2024-12-12T21:46:29.926Z | Downloaded mime_guess v2.0.5 |
466 | 2024-12-12T21:46:29.926Z | Downloaded predicates v3.1.2 |
467 | 2024-12-12T21:46:29.929Z | Downloaded der v0.7.9 |
468 | 2024-12-12T21:46:29.933Z | Downloaded owo-colors v4.1.0 |
469 | 2024-12-12T21:46:29.936Z | Downloaded clang-sys v1.8.1 |
470 | 2024-12-12T21:46:29.938Z | Downloaded strum_macros v0.25.3 |
471 | 2024-12-12T21:46:29.940Z | Downloaded rustc-demangle v0.1.24 |
472 | 2024-12-12T21:46:29.943Z | Downloaded slab v0.4.9 |
473 | 2024-12-12T21:46:29.945Z | Downloaded data-encoding v2.6.0 |
474 | 2024-12-12T21:46:29.945Z | Downloaded parse-size v1.1.0 |
475 | 2024-12-12T21:46:29.948Z | Downloaded openssl-macros v0.1.1 |
476 | 2024-12-12T21:46:29.948Z | Downloaded vte_generate_state_changes v0.1.2 |
477 | 2024-12-12T21:46:29.948Z | Downloaded password-hash v0.4.2 |
478 | 2024-12-12T21:46:29.950Z | Downloaded icu_normalizer_data v1.5.0 |
479 | 2024-12-12T21:46:29.953Z | Downloaded shell-words v1.1.0 |
480 | 2024-12-12T21:46:29.953Z | Downloaded hashbrown v0.13.2 |
481 | 2024-12-12T21:46:29.957Z | Downloaded time-core v0.1.2 |
482 | 2024-12-12T21:46:29.960Z | Downloaded crc-catalog v2.4.0 |
483 | 2024-12-12T21:46:29.960Z | Downloaded tokio-native-tls v0.3.1 |
484 | 2024-12-12T21:46:29.963Z | Downloaded num-traits v0.2.19 |
485 | 2024-12-12T21:46:29.965Z | Downloaded log v0.4.22 |
486 | 2024-12-12T21:46:29.968Z | Downloaded linear-map v1.2.0 |
487 | 2024-12-12T21:46:29.968Z | Downloaded scrypt v0.11.0 |
488 | 2024-12-12T21:46:29.971Z | Downloaded rustc-hash v1.1.0 |
489 | 2024-12-12T21:46:29.971Z | Downloaded tracing-core v0.1.32 |
490 | 2024-12-12T21:46:29.973Z | Downloaded crossbeam-deque v0.8.5 |
491 | 2024-12-12T21:46:29.975Z | Downloaded compact_str v0.8.0 |
492 | 2024-12-12T21:46:29.978Z | Downloaded rust-argon2 v2.1.0 |
493 | 2024-12-12T21:46:29.980Z | Downloaded aes-gcm v0.10.3 |
494 | 2024-12-12T21:46:29.983Z | Downloaded unicode-truncate v1.1.0 |
495 | 2024-12-12T21:46:29.985Z | Downloaded nibble_vec v0.1.0 |
496 | 2024-12-12T21:46:29.987Z | Downloaded aho-corasick v1.1.3 |
497 | 2024-12-12T21:46:29.991Z | Downloaded rand_seeder v0.3.0 |
498 | 2024-12-12T21:46:29.994Z | Downloaded strum_macros v0.26.4 |
499 | 2024-12-12T21:46:29.996Z | Downloaded ref-cast-impl v1.0.23 |
500 | 2024-12-12T21:46:29.999Z | Downloaded is_terminal_polyfill v1.70.1 |
501 | 2024-12-12T21:46:29.999Z | Downloaded nanorand v0.7.0 |
502 | 2024-12-12T21:46:30.002Z | Downloaded dunce v1.0.5 |
503 | 2024-12-12T21:46:30.002Z | Downloaded internet-checksum v0.2.1 |
504 | 2024-12-12T21:46:30.002Z | Downloaded ena v0.14.3 |
505 | 2024-12-12T21:46:30.004Z | Downloaded tracing-attributes v0.1.27 |
506 | 2024-12-12T21:46:30.006Z | Downloaded cstr-argument v0.1.2 |
507 | 2024-12-12T21:46:30.009Z | Downloaded hyper-util v0.1.10 |
508 | 2024-12-12T21:46:30.011Z | Downloaded serde_yaml v0.9.34+deprecated |
509 | 2024-12-12T21:46:30.014Z | Downloaded slog v2.7.0 |
510 | 2024-12-12T21:46:30.017Z | Downloaded dhcproto-macros v0.1.0 |
511 | 2024-12-12T21:46:30.020Z | Downloaded paste v1.0.15 |
512 | 2024-12-12T21:46:30.022Z | Downloaded yoke-derive v0.7.4 |
513 | 2024-12-12T21:46:30.022Z | Downloaded smawk v0.3.2 |
514 | 2024-12-12T21:46:30.024Z | Downloaded signature v2.2.0 |
515 | 2024-12-12T21:46:30.026Z | Downloaded rustfmt-wrapper v0.2.1 |
516 | 2024-12-12T21:46:30.026Z | Downloaded indexmap v1.9.3 |
517 | 2024-12-12T21:46:30.029Z | Downloaded steno v0.4.1 |
518 | 2024-12-12T21:46:30.033Z | Downloaded rand v0.8.5 |
519 | 2024-12-12T21:46:30.036Z | Downloaded hashbrown v0.14.5 |
520 | 2024-12-12T21:46:30.041Z | Downloaded quinn v0.11.5 |
521 | 2024-12-12T21:46:30.045Z | Downloaded time-macros v0.2.18 |
522 | 2024-12-12T21:46:30.047Z | Downloaded dropshot_endpoint v0.12.0 |
523 | 2024-12-12T21:46:30.050Z | Downloaded rustversion v1.0.17 |
524 | 2024-12-12T21:46:30.052Z | Downloaded libtest-mimic v0.7.3 |
525 | 2024-12-12T21:46:30.054Z | Downloaded typify-macro v0.2.0 |
526 | 2024-12-12T21:46:30.057Z | Downloaded tracing v0.1.40 |
527 | 2024-12-12T21:46:30.060Z | Downloaded rustls-pemfile v1.0.4 |
528 | 2024-12-12T21:46:30.063Z | Downloaded criterion-plot v0.5.0 |
529 | 2024-12-12T21:46:30.065Z | Downloaded opaque-debug v0.3.1 |
530 | 2024-12-12T21:46:30.065Z | Downloaded semver v1.0.23 |
531 | 2024-12-12T21:46:30.068Z | Downloaded newline-converter v0.3.0 |
532 | 2024-12-12T21:46:30.068Z | Downloaded dhcproto v0.12.0 |
533 | 2024-12-12T21:46:30.071Z | Downloaded peg-runtime v0.8.3 |
534 | 2024-12-12T21:46:30.073Z | Downloaded structmeta-derive v0.2.0 |
535 | 2024-12-12T21:46:30.073Z | Downloaded structmeta v0.3.0 |
536 | 2024-12-12T21:46:30.076Z | Downloaded clap_lex v0.7.2 |
537 | 2024-12-12T21:46:30.076Z | Downloaded strsim v0.11.1 |
538 | 2024-12-12T21:46:30.079Z | Downloaded snafu v0.8.5 |
539 | 2024-12-12T21:46:30.082Z | Downloaded subprocess v0.2.9 |
540 | 2024-12-12T21:46:30.085Z | Downloaded pin-project-internal v1.1.6 |
541 | 2024-12-12T21:46:30.088Z | Downloaded p256 v0.13.2 |
542 | 2024-12-12T21:46:30.090Z | Downloaded x509-cert v0.2.5 |
543 | 2024-12-12T21:46:30.096Z | Downloaded strum v0.26.3 |
544 | 2024-12-12T21:46:30.098Z | Downloaded icu_normalizer v1.5.0 |
545 | 2024-12-12T21:46:30.100Z | Downloaded ssh-key v0.6.6 |
546 | 2024-12-12T21:46:30.107Z | Downloaded ed25519 v2.2.3 |
547 | 2024-12-12T21:46:30.109Z | Downloaded dyn-clone v1.0.17 |
548 | 2024-12-12T21:46:30.111Z | Downloaded dirs-sys-next v0.1.2 |
549 | 2024-12-12T21:46:30.114Z | Downloaded postgres-protocol v0.6.7 |
550 | 2024-12-12T21:46:30.114Z | Downloaded polling v3.7.3 |
551 | 2024-12-12T21:46:30.117Z | Downloaded diff v0.1.13 |
552 | 2024-12-12T21:46:30.120Z | Downloaded cookie v0.18.1 |
553 | 2024-12-12T21:46:30.123Z | Downloaded guppy v0.17.8 |
554 | 2024-12-12T21:46:30.128Z | Downloaded sqlformat v0.2.6 |
555 | 2024-12-12T21:46:30.131Z | Downloaded smallvec v1.13.2 |
556 | 2024-12-12T21:46:30.133Z | Downloaded linked-hash-map v0.5.6 |
557 | 2024-12-12T21:46:30.135Z | Downloaded md-5 v0.10.6 |
558 | 2024-12-12T21:46:30.135Z | Downloaded managed v0.8.0 |
559 | 2024-12-12T21:46:30.138Z | Downloaded rusty-fork v0.3.0 |
560 | 2024-12-12T21:46:30.138Z | Downloaded password-hash v0.5.0 |
561 | 2024-12-12T21:46:30.140Z | Downloaded crypto-bigint v0.5.5 |
562 | 2024-12-12T21:46:30.146Z | Downloaded percent-encoding v2.3.1 |
563 | 2024-12-12T21:46:30.148Z | Downloaded pem v3.0.4 |
564 | 2024-12-12T21:46:30.148Z | Downloaded num-conv v0.1.0 |
565 | 2024-12-12T21:46:30.151Z | Downloaded psl-types v2.0.11 |
566 | 2024-12-12T21:46:30.151Z | Downloaded unsafe-libyaml v0.2.11 |
567 | 2024-12-12T21:46:30.154Z | Downloaded oso-derive v0.27.3 |
568 | 2024-12-12T21:46:30.156Z | Downloaded thiserror-impl v1.0.69 |
569 | 2024-12-12T21:46:30.156Z | Downloaded thiserror v2.0.3 |
570 | 2024-12-12T21:46:30.161Z | Downloaded similar-asserts v1.6.0 |
571 | 2024-12-12T21:46:30.164Z | Downloaded progenitor-macro v0.8.0 |
572 | 2024-12-12T21:46:30.166Z | Downloaded vte v0.11.1 |
573 | 2024-12-12T21:46:30.169Z | Downloaded vsss-rs v3.3.4 |
574 | 2024-12-12T21:46:30.171Z | Downloaded pin-project v1.1.6 |
575 | 2024-12-12T21:46:30.180Z | Downloaded ryu v1.0.18 |
576 | 2024-12-12T21:46:30.183Z | Downloaded postcard v1.0.10 |
577 | 2024-12-12T21:46:30.185Z | Downloaded tap v1.0.1 |
578 | 2024-12-12T21:46:30.189Z | Downloaded tabled_derive v0.7.0 |
579 | 2024-12-12T21:46:30.189Z | Downloaded ecdsa v0.16.9 |
580 | 2024-12-12T21:46:30.191Z | Downloaded synstructure v0.13.1 |
581 | 2024-12-12T21:46:30.191Z | Downloaded rayon-core v1.12.1 |
582 | 2024-12-12T21:46:30.195Z | Downloaded crossbeam-channel v0.5.13 |
583 | 2024-12-12T21:46:30.198Z | Downloaded tough v0.19.0 |
584 | 2024-12-12T21:46:30.206Z | Downloaded libm v0.2.8 |
585 | 2024-12-12T21:46:30.214Z | Downloaded defmt-macros v0.3.9 |
586 | 2024-12-12T21:46:30.217Z | Downloaded target-triple v0.1.3 |
587 | 2024-12-12T21:46:30.219Z | Downloaded darling_core v0.20.10 |
588 | 2024-12-12T21:46:30.222Z | Downloaded embedded-io v0.6.1 |
589 | 2024-12-12T21:46:30.224Z | Downloaded hashbrown v0.15.1 |
590 | 2024-12-12T21:46:30.229Z | Downloaded macaddr v1.0.1 |
591 | 2024-12-12T21:46:30.231Z | Downloaded md5 v0.7.0 |
592 | 2024-12-12T21:46:30.233Z | Downloaded futures-util v0.3.31 |
593 | 2024-12-12T21:46:30.242Z | Downloaded new_debug_unreachable v1.0.6 |
594 | 2024-12-12T21:46:30.244Z | Downloaded packed_struct_codegen v0.10.1 |
595 | 2024-12-12T21:46:30.247Z | Downloaded packed_struct v0.10.1 |
596 | 2024-12-12T21:46:30.247Z | Downloaded num-derive v0.4.2 |
597 | 2024-12-12T21:46:30.249Z | Downloaded nested v0.1.1 |
598 | 2024-12-12T21:46:30.251Z | Downloaded russh v0.45.0 |
599 | 2024-12-12T21:46:30.254Z | Downloaded downcast v0.11.0 |
600 | 2024-12-12T21:46:30.257Z | Downloaded parse-zoneinfo v0.3.1 |
601 | 2024-12-12T21:46:30.259Z | Downloaded polyval v0.6.2 |
602 | 2024-12-12T21:46:30.261Z | Downloaded sha2 v0.10.8 |
603 | 2024-12-12T21:46:30.263Z | Downloaded rand_xorshift v0.3.0 |
604 | 2024-12-12T21:46:30.263Z | Downloaded sigpipe v0.1.3 |
605 | 2024-12-12T21:46:30.266Z | Downloaded crossbeam-utils v0.8.20 |
606 | 2024-12-12T21:46:30.268Z | Downloaded crossbeam-epoch v0.9.18 |
607 | 2024-12-12T21:46:30.271Z | Downloaded pretty-hex v0.4.1 |
608 | 2024-12-12T21:46:30.271Z | Downloaded sha1 v0.10.6 |
609 | 2024-12-12T21:46:30.273Z | Downloaded yasna v0.5.2 |
610 | 2024-12-12T21:46:30.276Z | Downloaded version_check v0.9.5 |
611 | 2024-12-12T21:46:30.276Z | Downloaded typify v0.2.0 |
612 | 2024-12-12T21:46:30.279Z | Downloaded icu_collections v1.5.0 |
613 | 2024-12-12T21:46:30.285Z | Downloaded hkdf v0.12.4 |
614 | 2024-12-12T21:46:30.287Z | Downloaded plotters v0.3.7 |
615 | 2024-12-12T21:46:30.295Z | Downloaded spin v0.5.2 |
616 | 2024-12-12T21:46:30.298Z | Downloaded siphasher v0.3.11 |
617 | 2024-12-12T21:46:30.298Z | Downloaded tinystr v0.7.6 |
618 | 2024-12-12T21:46:30.300Z | Downloaded tiny-keccak v2.0.2 |
619 | 2024-12-12T21:46:30.303Z | Downloaded zip v2.1.3 |
620 | 2024-12-12T21:46:30.306Z | Downloaded walkdir v2.5.0 |
621 | 2024-12-12T21:46:30.309Z | Downloaded icu_locid_transform v1.5.0 |
622 | 2024-12-12T21:46:30.311Z | Downloaded want v0.3.1 |
623 | 2024-12-12T21:46:30.313Z | Downloaded sync_wrapper v1.0.1 |
624 | 2024-12-12T21:46:30.313Z | Downloaded target-spec v3.2.2 |
625 | 2024-12-12T21:46:30.316Z | Downloaded peg-macros v0.8.4 |
626 | 2024-12-12T21:46:30.318Z | Downloaded crc v3.2.1 |
627 | 2024-12-12T21:46:30.321Z | Downloaded console v0.15.8 |
628 | 2024-12-12T21:46:30.324Z | Downloaded once_cell v1.20.2 |
629 | 2024-12-12T21:46:30.326Z | Downloaded either v1.13.0 |
630 | 2024-12-12T21:46:30.326Z | Downloaded strum_macros v0.24.3 |
631 | 2024-12-12T21:46:30.329Z | Downloaded spin v0.9.8 |
632 | 2024-12-12T21:46:30.331Z | Downloaded ed25519-dalek v2.1.1 |
633 | 2024-12-12T21:46:30.334Z | Downloaded dof v0.3.0 |
634 | 2024-12-12T21:46:30.336Z | Downloaded cpufeatures v0.2.14 |
635 | 2024-12-12T21:46:30.336Z | Downloaded serde_json v1.0.132 |
636 | 2024-12-12T21:46:30.343Z | Downloaded defmt-parser v0.3.4 |
637 | 2024-12-12T21:46:30.345Z | Downloaded rustls-native-certs v0.7.3 |
638 | 2024-12-12T21:46:30.348Z | Downloaded pem-rfc7468 v0.7.0 |
639 | 2024-12-12T21:46:30.351Z | Downloaded sync-ptr v0.1.1 |
640 | 2024-12-12T21:46:30.351Z | Downloaded typenum v1.17.0 |
641 | 2024-12-12T21:46:30.353Z | Downloaded plotters-svg v0.3.7 |
642 | 2024-12-12T21:46:30.353Z | Downloaded aws-lc-rs v1.10.0 |
643 | 2024-12-12T21:46:30.361Z | Downloaded rustc-hash v2.0.0 |
644 | 2024-12-12T21:46:30.363Z | Downloaded same-file v1.0.6 |
645 | 2024-12-12T21:46:30.366Z | Downloaded vergen v8.3.2 |
646 | 2024-12-12T21:46:30.368Z | Downloaded h2 v0.4.6 |
647 | 2024-12-12T21:46:30.373Z | Downloaded phf v0.11.2 |
648 | 2024-12-12T21:46:30.376Z | Downloaded zopfli v0.8.1 |
649 | 2024-12-12T21:46:30.378Z | Downloaded ref-cast v1.0.23 |
650 | 2024-12-12T21:46:30.381Z | Downloaded convert_case v0.4.0 |
651 | 2024-12-12T21:46:30.383Z | Downloaded cobs v0.2.3 |
652 | 2024-12-12T21:46:30.383Z | Downloaded native-tls v0.2.12 |
653 | 2024-12-12T21:46:30.386Z | Downloaded const-oid v0.9.6 |
654 | 2024-12-12T21:46:30.388Z | Downloaded scroll_derive v0.12.0 |
655 | 2024-12-12T21:46:30.388Z | Downloaded mirai-annotations v1.12.0 |
656 | 2024-12-12T21:46:30.390Z | Downloaded xz2 v0.1.7 |
657 | 2024-12-12T21:46:30.390Z | Downloaded deranged v0.3.11 |
658 | 2024-12-12T21:46:30.393Z | Downloaded yoke v0.7.4 |
659 | 2024-12-12T21:46:30.396Z | Downloaded clap_derive v4.5.18 |
660 | 2024-12-12T21:46:30.396Z | Downloaded progenitor-impl v0.8.0 |
661 | 2024-12-12T21:46:30.399Z | Downloaded nom v7.1.3 |
662 | 2024-12-12T21:46:30.403Z | Downloaded env_filter v0.1.2 |
663 | 2024-12-12T21:46:30.405Z | Downloaded rusqlite v0.32.1 |
664 | 2024-12-12T21:46:30.411Z | Downloaded doc-comment v0.3.3 |
665 | 2024-12-12T21:46:30.413Z | Downloaded lru-cache v0.1.2 |
666 | 2024-12-12T21:46:30.413Z | Downloaded lock_api v0.4.12 |
667 | 2024-12-12T21:46:30.416Z | Downloaded pbkdf2 v0.12.2 |
668 | 2024-12-12T21:46:30.418Z | Downloaded libsw v3.3.1 |
669 | 2024-12-12T21:46:30.418Z | Downloaded num-integer v0.1.46 |
670 | 2024-12-12T21:46:30.421Z | Downloaded const_format v0.2.33 |
671 | 2024-12-12T21:46:30.425Z | Downloaded lazy_static v1.5.0 |
672 | 2024-12-12T21:46:30.427Z | Downloaded lalrpop-util v0.19.12 |
673 | 2024-12-12T21:46:30.427Z | Downloaded is-terminal v0.4.13 |
674 | 2024-12-12T21:46:30.429Z | Downloaded samael v0.0.17 |
675 | 2024-12-12T21:46:30.433Z | Downloaded peg v0.8.4 |
676 | 2024-12-12T21:46:30.437Z | Downloaded criterion v0.5.1 |
677 | 2024-12-12T21:46:30.444Z | Downloaded supports-color v3.0.1 |
678 | 2024-12-12T21:46:30.446Z | Downloaded serde-big-array v0.5.1 |
679 | 2024-12-12T21:46:30.449Z | Downloaded serde_tokenstream v0.2.2 |
680 | 2024-12-12T21:46:30.450Z | Downloaded serde_spanned v0.6.8 |
681 | 2024-12-12T21:46:30.453Z | Downloaded bitvec v1.0.1 |
682 | 2024-12-12T21:46:30.467Z | Downloaded tinyvec_macros v0.1.1 |
683 | 2024-12-12T21:46:30.469Z | Downloaded async-std v1.13.0 |
684 | 2024-12-12T21:46:30.485Z | Downloaded datatest-stable v0.2.9 |
685 | 2024-12-12T21:46:30.488Z | Downloaded equivalent v1.0.1 |
686 | 2024-12-12T21:46:30.490Z | Downloaded zone_cfg_derive v0.3.0 |
687 | 2024-12-12T21:46:30.490Z | Downloaded crc-any v2.5.0 |
688 | 2024-12-12T21:46:30.493Z | Downloaded diesel_derives v2.2.3 |
689 | 2024-12-12T21:46:30.495Z | Downloaded git2 v0.19.0 |
690 | 2024-12-12T21:46:30.504Z | Downloaded ciborium-ll v0.2.2 |
691 | 2024-12-12T21:46:30.506Z | Downloaded untrusted v0.7.1 |
692 | 2024-12-12T21:46:30.506Z | Downloaded unicode-xid v0.2.6 |
693 | 2024-12-12T21:46:30.509Z | Downloaded slog-async v2.8.0 |
694 | 2024-12-12T21:46:30.509Z | Downloaded quinn-proto v0.11.8 |
695 | 2024-12-12T21:46:30.515Z | Downloaded der_derive v0.7.3 |
696 | 2024-12-12T21:46:30.517Z | Downloaded defmt v0.3.8 |
697 | 2024-12-12T21:46:30.519Z | Downloaded zone_cfg_derive v0.1.2 |
698 | 2024-12-12T21:46:30.522Z | Downloaded rustc_version v0.4.1 |
699 | 2024-12-12T21:46:30.522Z | Downloaded papergrid v0.11.0 |
700 | 2024-12-12T21:46:30.526Z | Downloaded scopeguard v1.2.0 |
701 | 2024-12-12T21:46:30.528Z | Downloaded num v0.4.3 |
702 | 2024-12-12T21:46:30.528Z | Downloaded multimap v0.10.0 |
703 | 2024-12-12T21:46:30.530Z | Downloaded rustc_version v0.1.7 |
704 | 2024-12-12T21:46:30.530Z | Downloaded quick-error v1.2.3 |
705 | 2024-12-12T21:46:30.534Z | Downloaded phf_codegen v0.11.2 |
706 | 2024-12-12T21:46:30.534Z | Downloaded memmap v0.7.0 |
707 | 2024-12-12T21:46:30.534Z | Downloaded inout v0.1.3 |
708 | 2024-12-12T21:46:30.537Z | Downloaded writeable v0.5.5 |
709 | 2024-12-12T21:46:30.539Z | Downloaded stringprep v0.1.5 |
710 | 2024-12-12T21:46:30.539Z | Downloaded indexmap v2.6.0 |
711 | 2024-12-12T21:46:30.542Z | Downloaded toolchain_find v0.4.0 |
712 | 2024-12-12T21:46:30.544Z | Downloaded display-error-chain v0.2.2 |
713 | 2024-12-12T21:46:30.545Z | Downloaded dirs-next v2.0.0 |
714 | 2024-12-12T21:46:30.547Z | Downloaded debug-ignore v1.0.5 |
715 | 2024-12-12T21:46:30.547Z | Downloaded darling v0.20.10 |
716 | 2024-12-12T21:46:30.551Z | Downloaded instant v0.1.13 |
717 | 2024-12-12T21:46:30.553Z | Downloaded unicode-segmentation v1.12.0 |
718 | 2024-12-12T21:46:30.556Z | Downloaded libxml v0.3.3 |
719 | 2024-12-12T21:46:30.561Z | Downloaded pkcs8 v0.10.2 |
720 | 2024-12-12T21:46:30.563Z | Downloaded chrono v0.4.38 |
721 | 2024-12-12T21:46:30.570Z | Downloaded ctr v0.9.2 |
722 | 2024-12-12T21:46:30.575Z | Downloaded ciborium-io v0.2.2 |
723 | 2024-12-12T21:46:30.575Z | Downloaded strip-ansi-escapes v0.2.0 |
724 | 2024-12-12T21:46:30.575Z | Downloaded ssh-cipher v0.2.0 |
725 | 2024-12-12T21:46:30.575Z | Downloaded spki v0.7.3 |
726 | 2024-12-12T21:46:30.579Z | Downloaded twox-hash v1.6.3 |
727 | 2024-12-12T21:46:30.579Z | Downloaded target-lexicon v0.12.16 |
728 | 2024-12-12T21:46:30.582Z | Downloaded kstat-rs v0.2.4 |
729 | 2024-12-12T21:46:30.582Z | Downloaded relative-path v1.9.3 |
730 | 2024-12-12T21:46:30.584Z | Downloaded derive-where v1.2.7 |
731 | 2024-12-12T21:46:30.588Z | Downloaded toml_edit v0.19.15 |
732 | 2024-12-12T21:46:30.601Z | Downloaded signal-hook-tokio v0.3.1 |
733 | 2024-12-12T21:46:30.603Z | Downloaded num_threads v0.1.7 |
734 | 2024-12-12T21:46:30.603Z | Downloaded signal-hook-registry v1.4.2 |
735 | 2024-12-12T21:46:30.606Z | Downloaded plain v0.2.3 |
736 | 2024-12-12T21:46:30.606Z | Downloaded winnow v0.6.20 |
737 | 2024-12-12T21:46:30.614Z | Downloaded num_cpus v1.16.0 |
738 | 2024-12-12T21:46:30.616Z | Downloaded pkg-config v0.3.31 |
739 | 2024-12-12T21:46:30.619Z | Downloaded socket2 v0.5.7 |
740 | 2024-12-12T21:46:30.621Z | Downloaded winnow v0.5.40 |
741 | 2024-12-12T21:46:30.627Z | Downloaded secrecy v0.8.0 |
742 | 2024-12-12T21:46:30.630Z | Downloaded memmap2 v0.9.5 |
743 | 2024-12-12T21:46:30.630Z | Downloaded tungstenite v0.24.0 |
744 | 2024-12-12T21:46:30.633Z | Downloaded write16 v1.0.0 |
745 | 2024-12-12T21:46:30.636Z | Downloaded primeorder v0.13.6 |
746 | 2024-12-12T21:46:30.638Z | Downloaded radium v0.7.0 |
747 | 2024-12-12T21:46:30.638Z | Downloaded zone v0.3.0 |
748 | 2024-12-12T21:46:30.638Z | Downloaded proc-macro-crate v1.3.1 |
749 | 2024-12-12T21:46:30.643Z | Downloaded instability v0.3.2 |
750 | 2024-12-12T21:46:30.643Z | Downloaded csv-core v0.1.11 |
751 | 2024-12-12T21:46:30.643Z | Downloaded unicode_categories v0.1.1 |
752 | 2024-12-12T21:46:30.643Z | Downloaded tungstenite v0.23.0 |
753 | 2024-12-12T21:46:30.647Z | Downloaded tokio-tungstenite v0.23.1 |
754 | 2024-12-12T21:46:30.650Z | Downloaded tokio-tungstenite v0.21.0 |
755 | 2024-12-12T21:46:30.652Z | Downloaded elliptic-curve v0.13.8 |
756 | 2024-12-12T21:46:30.655Z | Downloaded parking_lot_core v0.8.6 |
757 | 2024-12-12T21:46:30.659Z | Downloaded toml v0.7.8 |
758 | 2024-12-12T21:46:30.661Z | Downloaded similar v2.6.0 |
759 | 2024-12-12T21:46:30.663Z | Downloaded indoc v1.0.9 |
760 | 2024-12-12T21:46:30.666Z | Downloaded toml_datetime v0.6.8 |
761 | 2024-12-12T21:46:30.668Z | Downloaded litemap v0.7.3 |
762 | 2024-12-12T21:46:30.670Z | Downloaded rustls-webpki v0.101.7 |
763 | 2024-12-12T21:46:30.682Z | Downloaded sec1 v0.7.3 |
764 | 2024-12-12T21:46:30.685Z | Downloaded hyper-tls v0.6.0 |
765 | 2024-12-12T21:46:30.688Z | Downloaded icu_locid v1.5.0 |
766 | 2024-12-12T21:46:30.690Z | Downloaded prettyplease v0.2.25 |
767 | 2024-12-12T21:46:30.693Z | Downloaded num_enum v0.5.11 |
768 | 2024-12-12T21:46:30.697Z | Downloaded rustyline v14.0.0 |
769 | 2024-12-12T21:46:30.702Z | Downloaded displaydoc v0.2.5 |
770 | 2024-12-12T21:46:30.704Z | Downloaded time v0.3.36 |
771 | 2024-12-12T21:46:30.712Z | Downloaded env_logger v0.11.5 |
772 | 2024-12-12T21:46:30.717Z | Downloaded simd-adler32 v0.3.7 |
773 | 2024-12-12T21:46:30.720Z | Downloaded unicode-ident v1.0.13 |
774 | 2024-12-12T21:46:30.723Z | Downloaded cmake v0.1.51 |
775 | 2024-12-12T21:46:30.726Z | Downloaded which v4.4.2 |
776 | 2024-12-12T21:46:30.729Z | Downloaded parse-display-derive v0.10.0 |
777 | 2024-12-12T21:46:30.731Z | Downloaded clap_builder v4.5.21 |
778 | 2024-12-12T21:46:30.740Z | Downloaded smf v0.2.3 |
779 | 2024-12-12T21:46:30.742Z | Downloaded sct v0.7.1 |
780 | 2024-12-12T21:46:30.746Z | Downloaded num-rational v0.4.2 |
781 | 2024-12-12T21:46:30.749Z | Downloaded pin-project-lite v0.2.14 |
782 | 2024-12-12T21:46:30.756Z | Downloaded pretty_assertions v1.4.1 |
783 | 2024-12-12T21:46:30.760Z | Downloaded pkcs5 v0.7.1 |
784 | 2024-12-12T21:46:30.765Z | Downloaded iana-time-zone v0.1.61 |
785 | 2024-12-12T21:46:30.769Z | Downloaded omicron-zone-package v0.11.1 |
786 | 2024-12-12T21:46:30.772Z | Downloaded rand_distr v0.4.3 |
787 | 2024-12-12T21:46:30.775Z | Downloaded typed-path v0.9.3 |
788 | 2024-12-12T21:46:30.782Z | Downloaded tokio-tungstenite v0.24.0 |
789 | 2024-12-12T21:46:30.784Z | Downloaded clap v4.5.21 |
790 | 2024-12-12T21:46:30.795Z | Downloaded value-bag v1.9.0 |
791 | 2024-12-12T21:46:30.797Z | Downloaded tinytemplate v1.2.1 |
792 | 2024-12-12T21:46:30.800Z | Downloaded yansi v1.0.1 |
793 | 2024-12-12T21:46:30.802Z | Downloaded qorb v0.2.1 |
794 | 2024-12-12T21:46:30.807Z | Downloaded idna v1.0.3 |
795 | 2024-12-12T21:46:30.812Z | Downloaded indicatif v0.17.9 |
796 | 2024-12-12T21:46:30.816Z | Downloaded crossterm v0.28.1 |
797 | 2024-12-12T21:46:30.823Z | Downloaded unicode-properties v0.1.3 |
798 | 2024-12-12T21:46:30.825Z | Downloaded serde_with_macros v3.11.0 |
799 | 2024-12-12T21:46:30.828Z | Downloaded parse-display v0.10.0 |
800 | 2024-12-12T21:46:30.830Z | Downloaded cookie_store v0.21.0 |
801 | 2024-12-12T21:46:30.830Z | Downloaded quick-xml v0.33.0 |
802 | 2024-12-12T21:46:30.836Z | Downloaded rayon v1.10.0 |
803 | 2024-12-12T21:46:30.846Z | Downloaded rcgen v0.12.1 |
804 | 2024-12-12T21:46:30.849Z | Downloaded toml v0.8.19 |
805 | 2024-12-12T21:46:30.853Z | Downloaded p384 v0.13.0 |
806 | 2024-12-12T21:46:30.859Z | Downloaded proptest v1.5.0 |
807 | 2024-12-12T21:46:30.868Z | Downloaded tinyvec v1.8.0 |
808 | 2024-12-12T21:46:30.871Z | Downloaded gimli v0.31.1 |
809 | 2024-12-12T21:46:30.880Z | Downloaded unicode-bidi v0.3.17 |
810 | 2024-12-12T21:46:30.883Z | Downloaded portable-atomic v1.9.0 |
811 | 2024-12-12T21:46:30.890Z | Downloaded salty v0.3.0 |
812 | 2024-12-12T21:46:30.897Z | Downloaded zerocopy v0.7.35 |
813 | 2024-12-12T21:46:30.914Z | Downloaded publicsuffix v2.2.3 |
814 | 2024-12-12T21:46:30.917Z | Downloaded serde v1.0.215 |
815 | 2024-12-12T21:46:30.919Z | Downloaded object v0.30.4 |
816 | 2024-12-12T21:46:30.928Z | Downloaded mio v1.0.2 |
817 | 2024-12-12T21:46:30.933Z | Downloaded icu_properties v1.5.1 |
818 | 2024-12-12T21:46:30.936Z | Downloaded url v2.5.3 |
819 | 2024-12-12T21:46:30.939Z | Downloaded memchr v2.7.4 |
820 | 2024-12-12T21:46:30.943Z | Downloaded tokio-util v0.7.12 |
821 | 2024-12-12T21:46:30.950Z | Downloaded rustls-webpki v0.102.8 |
822 | 2024-12-12T21:46:30.966Z | Downloaded reqwest v0.12.9 |
823 | 2024-12-12T21:46:30.974Z | Downloaded syn v1.0.109 |
824 | 2024-12-12T21:46:30.984Z | Downloaded zip v0.6.6 |
825 | 2024-12-12T21:46:30.988Z | Downloaded usdt v0.5.0 |
826 | 2024-12-12T21:46:30.991Z | Downloaded miniz_oxide v0.8.0 |
827 | 2024-12-12T21:46:30.993Z | Downloaded tar v0.4.42 |
828 | 2024-12-12T21:46:30.996Z | Downloaded bindgen v0.69.5 |
829 | 2024-12-12T21:46:31.001Z | Downloaded unicode-normalization v0.1.24 |
830 | 2024-12-12T21:46:31.005Z | Downloaded minimal-lexical v0.2.1 |
831 | 2024-12-12T21:46:31.010Z | Downloaded toml_edit v0.22.22 |
832 | 2024-12-12T21:46:31.033Z | Downloaded tabled v0.15.0 |
833 | 2024-12-12T21:46:31.048Z | Downloaded syn v2.0.87 |
834 | 2024-12-12T21:46:31.059Z | Downloaded pest v2.7.14 |
835 | 2024-12-12T21:46:31.064Z | Downloaded reedline v0.35.0 |
836 | 2024-12-12T21:46:31.072Z | Downloaded regex-syntax v0.8.5 |
837 | 2024-12-12T21:46:31.080Z | Downloaded nix v0.28.0 |
838 | 2024-12-12T21:46:31.093Z | Downloaded itertools v0.10.5 |
839 | 2024-12-12T21:46:31.100Z | Downloaded num-bigint-dig v0.8.4 |
840 | 2024-12-12T21:46:31.104Z | Downloaded serde_with v3.11.0 |
841 | 2024-12-12T21:46:31.113Z | Downloaded idna v0.2.3 |
842 | 2024-12-12T21:46:31.120Z | Downloaded idna v0.5.0 |
843 | 2024-12-12T21:46:31.127Z | Downloaded itertools v0.12.1 |
844 | 2024-12-12T21:46:31.134Z | Downloaded idna v0.4.0 |
845 | 2024-12-12T21:46:31.141Z | Downloaded openssl v0.10.66 |
846 | 2024-12-12T21:46:31.151Z | Downloaded unicode-width v0.1.14 |
847 | 2024-12-12T21:46:31.156Z | Downloaded bstr v1.10.0 |
848 | 2024-12-12T21:46:31.167Z | Downloaded sqlparser v0.45.0 |
849 | 2024-12-12T21:46:31.173Z | Downloaded nix v0.29.0 |
850 | 2024-12-12T21:46:31.185Z | Downloaded smoltcp v0.9.1 |
851 | 2024-12-12T21:46:31.196Z | Downloaded polar-core v0.27.3 |
852 | 2024-12-12T21:46:31.206Z | Downloaded vcpkg v0.2.15 |
853 | 2024-12-12T21:46:31.243Z | Downloaded webpki-roots v0.26.6 |
854 | 2024-12-12T21:46:31.247Z | Downloaded radix_trie v0.2.1 |
855 | 2024-12-12T21:46:31.252Z | Downloaded rustls v0.21.12 |
856 | 2024-12-12T21:46:31.262Z | Downloaded regress v0.10.1 |
857 | 2024-12-12T21:46:31.270Z | Downloaded dropshot v0.12.0 |
858 | 2024-12-12T21:46:31.289Z | Downloaded dropshot v0.13.0 |
859 | 2024-12-12T21:46:31.312Z | Downloaded smoltcp v0.11.0 |
860 | 2024-12-12T21:46:31.323Z | Downloaded icu_properties_data v1.5.0 |
861 | 2024-12-12T21:46:31.333Z | Downloaded openapiv3 v2.0.0 |
862 | 2024-12-12T21:46:31.343Z | Downloaded regex-syntax v0.6.29 |
863 | 2024-12-12T21:46:31.350Z | Downloaded petname v2.0.2 |
864 | 2024-12-12T21:46:31.356Z | Downloaded nix v0.27.1 |
865 | 2024-12-12T21:46:31.367Z | Downloaded hickory-proto v0.24.1 |
866 | 2024-12-12T21:46:31.383Z | Downloaded curve25519-dalek v4.1.3 |
867 | 2024-12-12T21:46:31.391Z | Downloaded typify-impl v0.2.0 |
868 | 2024-12-12T21:46:31.406Z | Downloaded unicode-width v0.2.0 |
869 | 2024-12-12T21:46:31.411Z | Downloaded diesel v2.2.6 |
870 | 2024-12-12T21:46:31.431Z | Downloaded rustls v0.23.14 |
871 | 2024-12-12T21:46:31.442Z | Downloaded object v0.36.5 |
872 | 2024-12-12T21:46:31.453Z | Downloaded rustls v0.22.4 |
873 | 2024-12-12T21:46:31.467Z | Downloaded rustix v0.38.37 |
874 | 2024-12-12T21:46:31.489Z | Downloaded sled v0.34.7 |
875 | 2024-12-12T21:46:31.499Z | Downloaded ratatui v0.28.1 |
876 | 2024-12-12T21:46:31.518Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
877 | 2024-12-12T21:46:31.530Z | Downloaded zerocopy-derive v0.6.6 |
878 | 2024-12-12T21:46:31.539Z | Downloaded itertools v0.13.0 |
879 | 2024-12-12T21:46:31.547Z | Downloaded trust-dns-proto v0.22.0 |
880 | 2024-12-12T21:46:31.559Z | Downloaded zerocopy v0.8.10 |
881 | 2024-12-12T21:46:31.584Z | Downloaded libc v0.2.162 |
882 | 2024-12-12T21:46:31.610Z | Downloaded regex v1.11.1 |
883 | 2024-12-12T21:46:31.622Z | Downloaded regress v0.9.1 |
884 | 2024-12-12T21:46:31.630Z | Downloaded lalrpop v0.19.12 |
885 | 2024-12-12T21:46:31.641Z | Downloaded petgraph v0.6.5 |
886 | 2024-12-12T21:46:31.659Z | Downloaded idna v0.3.0 |
887 | 2024-12-12T21:46:31.664Z | Downloaded chrono-tz v0.10.0 |
888 | 2024-12-12T21:46:31.671Z | Downloaded tokio-postgres v0.7.12 |
889 | 2024-12-12T21:46:31.677Z | Downloaded lzma-sys v0.1.20 |
890 | 2024-12-12T21:46:31.707Z | Downloaded regex-automata v0.4.8 |
891 | 2024-12-12T21:46:31.724Z | Downloaded libz-sys v1.1.20 |
892 | 2024-12-12T21:46:31.742Z | Downloaded tokio v1.40.0 |
893 | 2024-12-12T21:46:31.777Z | Downloaded csv v1.3.0 |
894 | 2024-12-12T21:46:31.795Z | Downloaded goblin v0.8.2 |
895 | 2024-12-12T21:46:31.802Z | Downloaded textwrap v0.16.1 |
896 | 2024-12-12T21:46:31.805Z | Downloaded kv-log-macro v1.0.7 |
897 | 2024-12-12T21:46:31.807Z | Downloaded indoc v2.0.5 |
898 | 2024-12-12T21:46:31.810Z | Downloaded embedded-io v0.4.0 |
899 | 2024-12-12T21:46:31.813Z | Downloaded diesel-dtrace v0.4.0 |
900 | 2024-12-12T21:46:31.813Z | Downloaded nu-ansi-term v0.50.1 |
901 | 2024-12-12T21:46:31.815Z | Downloaded zerovec v0.10.4 |
902 | 2024-12-12T21:46:31.820Z | Downloaded hyper v1.5.0 |
903 | 2024-12-12T21:46:31.826Z | Downloaded curve25519-dalek-derive v0.1.1 |
904 | 2024-12-12T21:46:31.829Z | Downloaded maplit v1.0.2 |
905 | 2024-12-12T21:46:31.829Z | Downloaded blake3 v1.5.4 |
906 | 2024-12-12T21:46:31.835Z | Downloaded sha3 v0.10.8 |
907 | 2024-12-12T21:46:31.840Z | Downloaded p521 v0.13.3 |
908 | 2024-12-12T21:46:31.844Z | Downloaded oso v0.27.3 |
909 | 2024-12-12T21:46:31.847Z | Downloaded salsa20 v0.10.2 |
910 | 2024-12-12T21:46:31.849Z | Downloaded zerocopy v0.6.6 |
911 | 2024-12-12T21:46:31.852Z | Downloaded newtype-uuid v1.1.3 |
912 | 2024-12-12T21:46:31.852Z | Downloaded russh-keys v0.45.0 |
913 | 2024-12-12T21:46:31.855Z | Downloaded rstest_macros v0.23.0 |
914 | 2024-12-12T21:46:31.857Z | Downloaded zerocopy-derive v0.8.10 |
915 | 2024-12-12T21:46:31.862Z | Downloaded env_logger v0.10.2 |
916 | 2024-12-12T21:46:31.865Z | Downloaded ucd-trie v0.1.7 |
917 | 2024-12-12T21:46:31.869Z | Downloaded chacha20poly1305 v0.10.1 |
918 | 2024-12-12T21:46:31.869Z | Downloaded base64 v0.22.1 |
919 | 2024-12-12T21:46:31.873Z | Downloaded slog-dtrace v0.3.0 |
920 | 2024-12-12T21:46:31.876Z | Downloaded serde-hex v0.1.0 |
921 | 2024-12-12T21:46:31.876Z | Downloaded hyper-rustls v0.26.0 |
922 | 2024-12-12T21:46:31.879Z | Downloaded httptest v0.16.1 |
923 | 2024-12-12T21:46:31.879Z | Downloaded cancel-safe-futures v0.1.5 |
924 | 2024-12-12T21:46:31.882Z | Downloaded cfg-expr v0.17.0 |
925 | 2024-12-12T21:46:31.885Z | Downloaded assert_cmd v2.0.16 |
926 | 2024-12-12T21:46:31.888Z | Downloaded fs-err v2.11.0 |
927 | 2024-12-12T21:46:31.888Z | Downloaded heck v0.5.0 |
928 | 2024-12-12T21:46:31.890Z | Downloaded heck v0.3.3 |
929 | 2024-12-12T21:46:31.890Z | Downloaded async-executor v1.13.1 |
930 | 2024-12-12T21:46:31.893Z | Downloaded array-init v0.0.4 |
931 | 2024-12-12T21:46:31.893Z | Downloaded argon2 v0.5.3 |
932 | 2024-12-12T21:46:31.896Z | Downloaded anes v0.1.6 |
933 | 2024-12-12T21:46:31.898Z | Downloaded assert-json-diff v2.0.2 |
934 | 2024-12-12T21:46:31.898Z | Downloaded foldhash v0.1.3 |
935 | 2024-12-12T21:46:31.901Z | Downloaded bitflags v1.3.2 |
936 | 2024-12-12T21:46:31.903Z | Downloaded bit-vec v0.6.3 |
937 | 2024-12-12T21:46:31.906Z | Downloaded atomic-waker v1.1.2 |
938 | 2024-12-12T21:46:31.906Z | Downloaded async-signal v0.2.10 |
939 | 2024-12-12T21:46:31.906Z | Downloaded async-recursion v1.1.1 |
940 | 2024-12-12T21:46:31.909Z | Downloaded async-global-executor v2.4.1 |
941 | 2024-12-12T21:46:31.913Z | Downloaded anstyle-parse v0.2.5 |
942 | 2024-12-12T21:46:31.913Z | Downloaded fancy-regex v0.13.0 |
943 | 2024-12-12T21:46:31.916Z | Downloaded cbc v0.1.2 |
944 | 2024-12-12T21:46:31.918Z | Downloaded httpmock v0.8.0-alpha.1 |
945 | 2024-12-12T21:46:31.935Z | Downloaded castaway v0.2.3 |
946 | 2024-12-12T21:46:31.952Z | Downloaded encoding_rs v0.8.34 |
947 | 2024-12-12T21:46:32.014Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
948 | 2024-12-12T21:46:32.328Z | Downloaded libsqlite3-sys v0.30.1 |
949 | 2024-12-12T21:46:32.739Z | Downloaded ring v0.17.8 |
950 | 2024-12-12T21:46:32.960Z | Downloaded ring v0.16.20 |
951 | 2024-12-12T21:46:33.257Z | Downloaded aws-lc-sys v0.22.0 |
952 | 2024-12-12T21:46:33.738Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
953 | 2024-12-12T21:46:55.149Z | Startup: Refreshing catalog 'helios-dev' ... Done |
954 | 2024-12-12T21:46:59.368Z | Startup: Caching catalogs ... Done |
955 | 2024-12-12T21:47:09.599Z | Planning: Solver setup ... Done (9.363s) |
956 | 2024-12-12T21:47:09.724Z | Planning: Running solver ... Done (0.126s) |
957 | 2024-12-12T21:47:10.099Z | Planning: Finding local manifests ... Done (0.282s) |
958 | 2024-12-12T21:47:10.112Z | Planning: Fetching manifests: 0/5 0% complete |
959 | 2024-12-12T21:47:10.333Z | Planning: Fetching manifests: 5/5 100% complete |
960 | 2024-12-12T21:47:10.690Z | Planning: Package planning ... Done (0.357s) |
961 | 2024-12-12T21:47:10.747Z | Planning: Merging actions ... Done (0.057s) |
962 | 2024-12-12T21:47:12.190Z | Planning: Checking for conflicting actions ... Done (1.440s) |
963 | 2024-12-12T21:47:23.819Z | Planning: Consolidating action changes ... Done (11.631s) |
964 | 2024-12-12T21:47:24.245Z | Planning: Evaluating mediators ... Done (0.426s) |
965 | 2024-12-12T21:47:24.452Z | Planning: Planning completed in 24.99 seconds |
966 | 2024-12-12T21:47:25.748Z | Packages to install: 4 |
967 | 2024-12-12T21:47:25.748Z | Packages to update: 1 |
968 | 2024-12-12T21:47:25.748Z | Mediators to change: 2 |
969 | 2024-12-12T21:47:25.748Z | Services to change: 1 |
970 | 2024-12-12T21:47:25.751Z | Estimated space available: 155.37 GB |
971 | 2024-12-12T21:47:25.751Z | Estimated space to be consumed: 1.61 GB |
972 | 2024-12-12T21:47:25.751Z | Create boot environment: No |
973 | 2024-12-12T21:47:25.751Z | Create backup boot environment: Yes |
974 | 2024-12-12T21:47:25.751Z | Rebuild boot archive: No |
975 | 2024-12-12T21:47:25.751Z | |
976 | 2024-12-12T21:47:25.751Z | Changed mediators: |
977 | 2024-12-12T21:47:25.751Z | mediator clang: |
978 | 2024-12-12T21:47:25.751Z | version: None -> 15 (system default) |
979 | 2024-12-12T21:47:25.751Z | |
980 | 2024-12-12T21:47:25.751Z | mediator llvm: |
981 | 2024-12-12T21:47:25.751Z | version: 14 (system default) -> 15 (system default) |
982 | 2024-12-12T21:47:25.752Z | |
983 | 2024-12-12T21:47:25.752Z | Changed packages: |
984 | 2024-12-12T21:47:25.752Z | helios-dev |
985 | 2024-12-12T21:47:25.752Z | developer/build-essential |
986 | 2024-12-12T21:47:25.752Z | None -> 11-2.0 |
987 | 2024-12-12T21:47:25.752Z | library/libxmlsec1 |
988 | 2024-12-12T21:47:25.752Z | None -> 1.2.35-2.0 |
989 | 2024-12-12T21:47:25.752Z | ooce/developer/clang-15 |
990 | 2024-12-12T21:47:25.752Z | None -> 15.0.7-2.0 |
991 | 2024-12-12T21:47:25.752Z | ooce/developer/llvm-15 |
992 | 2024-12-12T21:47:25.752Z | None -> 15.0.7-2.0 |
993 | 2024-12-12T21:47:25.752Z | package/pkg |
994 | 2024-12-12T21:47:25.752Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
995 | 2024-12-12T21:47:25.752Z | |
996 | 2024-12-12T21:47:25.752Z | Services: |
997 | 2024-12-12T21:47:25.752Z | restart_fmri: |
998 | 2024-12-12T21:47:25.752Z | svc:/system/update-man-index:default |
999 | 2024-12-12T21:47:25.752Z | |
1000 | 2024-12-12T21:47:25.752Z | Editable files to change: |
1001 | 2024-12-12T21:47:25.752Z | Update: |
1002 | 2024-12-12T21:47:25.752Z | usr/share/lib/pkg/web/config.shtml |
1003 | 2024-12-12T21:47:26.388Z | |
1004 | 2024-12-12T21:47:26.388Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1005 | 2024-12-12T21:47:32.007Z | Download: 1198/4281 items 67.8/220.6MB 30% complete (15.6M/s) |
1006 | 2024-12-12T21:47:37.008Z | Download: 2929/4281 items 121.2/220.6MB 54% complete (12.1M/s) |
1007 | 2024-12-12T21:47:42.050Z | Download: 4199/4281 items 220.5/220.6MB 99% complete (15.4M/s) |
1008 | 2024-12-12T21:47:42.787Z | Download: Completed 220.60 MB in 16.40 seconds (13.4M/s) |
1009 | 2024-12-12T21:47:45.152Z | Actions: 1/5063 actions (Removing old actions) |
1010 | 2024-12-12T21:47:45.167Z | Actions: 194/5063 actions (Installing new actions) |
1011 | 2024-12-12T21:47:50.303Z | Actions: 4114/5063 actions (Installing new actions) |
1012 | 2024-12-12T21:47:51.331Z | Actions: 4226/5063 actions (Updating modified actions) |
1013 | 2024-12-12T21:47:51.768Z | Actions: Completed 5063 actions in 6.62 seconds. |
1014 | 2024-12-12T21:47:51.992Z | Done (0.216s) |
1015 | 2024-12-12T21:47:51.995Z | Done (0.000s) |
1016 | 2024-12-12T21:47:52.551Z | Done (0.558s) |
1017 | 2024-12-12T21:48:00.603Z | Done (7.838s) |
1018 | 2024-12-12T21:48:01.300Z | Done (0.629s) |
1019 | 2024-12-12T21:48:01.302Z | Done (0.000s) |
1020 | 2024-12-12T21:48:01.455Z | Done (0.000s) |
1021 | 2024-12-12T21:48:02.155Z | Planning: Evaluating mediator changes ... Done |
1022 | 2024-12-12T21:48:02.326Z | Planning: Checking for conflicting actions ... Done |
1023 | 2024-12-12T21:48:02.328Z | Planning: Consolidating action changes ... Done |
1024 | 2024-12-12T21:48:02.602Z | Planning: Evaluating mediators ... Done |
1025 | 2024-12-12T21:48:02.607Z | Planning: Planning completed in 0.45 seconds |
1026 | 2024-12-12T21:48:02.641Z | Mediators to change: 2 |
1027 | 2024-12-12T21:48:02.644Z | Create boot environment: No |
1028 | 2024-12-12T21:48:02.644Z | Create backup boot environment: No |
1029 | 2024-12-12T21:48:02.730Z | Done |
1030 | 2024-12-12T21:48:02.730Z | Done |
1031 | 2024-12-12T21:48:03.091Z | Done |
1032 | 2024-12-12T21:48:06.747Z | Done |
1033 | 2024-12-12T21:48:06.841Z | Done |
1034 | 2024-12-12T21:48:06.844Z | Done |
1035 | 2024-12-12T21:48:06.963Z | Done |
1036 | 2024-12-12T21:48:07.589Z | Planning: Evaluating mediator changes ... Done |
1037 | 2024-12-12T21:48:07.591Z | Planning: Merging actions ... Done |
1038 | 2024-12-12T21:48:07.785Z | Planning: Checking for conflicting actions ... Done |
1039 | 2024-12-12T21:48:07.788Z | Planning: Consolidating action changes ... Done |
1040 | 2024-12-12T21:48:08.058Z | Planning: Evaluating mediators ... Done |
1041 | 2024-12-12T21:48:08.114Z | Planning: Planning completed in 0.77 seconds |
1042 | 2024-12-12T21:48:08.153Z | Packages to change: 1 |
1043 | 2024-12-12T21:48:08.153Z | Mediators to change: 1 |
1044 | 2024-12-12T21:48:08.155Z | Services to change: 1 |
1045 | 2024-12-12T21:48:08.155Z | Create boot environment: No |
1046 | 2024-12-12T21:48:08.155Z | Create backup boot environment: Yes |
1047 | 2024-12-12T21:48:10.254Z | Actions: 1/6 actions (Updating modified actions) |
1048 | 2024-12-12T21:48:10.415Z | Actions: Completed 6 actions in 0.16 seconds. |
1049 | 2024-12-12T21:48:10.418Z | Done |
1050 | 2024-12-12T21:48:10.418Z | Done |
1051 | 2024-12-12T21:48:10.529Z | Done |
1052 | 2024-12-12T21:48:14.242Z | Done |
1053 | 2024-12-12T21:48:14.333Z | Done |
1054 | 2024-12-12T21:48:14.335Z | Done |
1055 | 2024-12-12T21:48:14.462Z | Done |
1056 | 2024-12-12T21:48:14.906Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1057 | 2024-12-12T21:48:14.906Z | clang system 15 system |
1058 | 2024-12-12T21:48:14.906Z | csh system system illumos |
1059 | 2024-12-12T21:48:14.906Z | ctags system system illumos |
1060 | 2024-12-12T21:48:14.906Z | gcc vendor 12 vendor |
1061 | 2024-12-12T21:48:14.906Z | gcc system 10 system |
1062 | 2024-12-12T21:48:14.906Z | gcc system 7 system |
1063 | 2024-12-12T21:48:14.906Z | go system 1.20 system |
1064 | 2024-12-12T21:48:14.906Z | go system 1.19 system |
1065 | 2024-12-12T21:48:14.906Z | llvm system 15 system |
1066 | 2024-12-12T21:48:14.906Z | llvm system 14 system |
1067 | 2024-12-12T21:48:14.906Z | mariadb system 10.6 system |
1068 | 2024-12-12T21:48:14.906Z | mta vendor vendor dma |
1069 | 2024-12-12T21:48:14.906Z | openjdk system 17 system |
1070 | 2024-12-12T21:48:14.906Z | openjdk system 11 system |
1071 | 2024-12-12T21:48:14.906Z | openjdk system 1.8 system |
1072 | 2024-12-12T21:48:14.907Z | openssl vendor 3 vendor |
1073 | 2024-12-12T21:48:14.907Z | perl system 5.36 system |
1074 | 2024-12-12T21:48:14.907Z | postgresql system 15 system |
1075 | 2024-12-12T21:48:14.907Z | postgresql system 13 system |
1076 | 2024-12-12T21:48:14.907Z | python vendor 3 vendor |
1077 | 2024-12-12T21:48:14.907Z | python system 2 system |
1078 | 2024-12-12T21:48:14.907Z | python3 system 3.11 system |
1079 | 2024-12-12T21:48:14.907Z | ruby system 3.0 system |
1080 | 2024-12-12T21:48:14.907Z | words vendor vendor american-english |
1081 | 2024-12-12T21:48:14.907Z | words system system australian-english |
1082 | 2024-12-12T21:48:14.907Z | words system system british-english |
1083 | 2024-12-12T21:48:14.907Z | words system system canadian-english |
1084 | 2024-12-12T21:48:14.907Z | words system system french |
1085 | 2024-12-12T21:48:14.908Z | words system system italian |
1086 | 2024-12-12T21:48:14.908Z | words system system ngerman |
1087 | 2024-12-12T21:48:14.908Z | words system system ogerman |
1088 | 2024-12-12T21:48:14.908Z | words system system spanish |
1089 | 2024-12-12T21:48:15.240Z | PUBLISHER TYPE STATUS P LOCATION |
1090 | 2024-12-12T21:48:15.240Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1091 | 2024-12-12T21:48:17.935Z | FMRI IFO |
1092 | 2024-12-12T21:48:17.935Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1093 | 2024-12-12T21:48:17.935Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1094 | 2024-12-12T21:48:17.935Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1095 | 2024-12-12T21:48:17.935Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1096 | 2024-12-12T21:48:17.935Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1097 | 2024-12-12T21:48:17.935Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1098 | 2024-12-12T21:48:17.935Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1099 | 2024-12-12T21:48:17.935Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1100 | 2024-12-12T21:48:17.936Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1101 | 2024-12-12T21:48:17.936Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1102 | 2024-12-12T21:48:17.936Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1103 | 2024-12-12T21:48:17.936Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1104 | 2024-12-12T21:48:17.936Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1105 | 2024-12-12T21:48:17.936Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1106 | 2024-12-12T21:48:17.936Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1107 | 2024-12-12T21:48:18.967Z | Downloading crates ... |
1108 | 2024-12-12T21:48:19.064Z | Downloaded cargo_toml v0.20.5 |
1109 | 2024-12-12T21:48:19.199Z | Compiling proc-macro2 v1.0.89 |
1110 | 2024-12-12T21:48:19.199Z | Compiling unicode-ident v1.0.13 |
1111 | 2024-12-12T21:48:19.201Z | Compiling version_check v0.9.5 |
1112 | 2024-12-12T21:48:19.201Z | Compiling serde v1.0.215 |
1113 | 2024-12-12T21:48:19.201Z | Compiling thiserror v1.0.69 |
1114 | 2024-12-12T21:48:19.202Z | Compiling memchr v2.7.4 |
1115 | 2024-12-12T21:48:19.202Z | Compiling libc v0.2.162 |
1116 | 2024-12-12T21:48:19.202Z | Compiling itoa v1.0.11 |
1117 | 2024-12-12T21:48:19.456Z | Compiling ucd-trie v0.1.7 |
1118 | 2024-12-12T21:48:19.469Z | Compiling ryu v1.0.18 |
1119 | 2024-12-12T21:48:19.797Z | Compiling once_cell v1.20.2 |
1120 | 2024-12-12T21:48:20.011Z | Compiling byteorder v1.5.0 |
1121 | 2024-12-12T21:48:20.148Z | Compiling rustix v0.38.37 |
1122 | 2024-12-12T21:48:20.602Z | Compiling serde_json v1.0.132 |
1123 | 2024-12-12T21:48:21.448Z | Compiling bitflags v2.6.0 |
1124 | 2024-12-12T21:48:21.481Z | Compiling usdt-impl v0.5.0 |
1125 | 2024-12-12T21:48:21.496Z | Compiling proc-macro-error-attr v1.0.4 |
1126 | 2024-12-12T21:48:21.691Z | Compiling syn v1.0.109 |
1127 | 2024-12-12T21:48:21.751Z | Compiling proc-macro-error v1.0.4 |
1128 | 2024-12-12T21:48:21.796Z | Compiling plain v0.2.3 |
1129 | 2024-12-12T21:48:21.823Z | Compiling equivalent v1.0.1 |
1130 | 2024-12-12T21:48:21.885Z | Compiling utf8parse v0.2.2 |
1131 | 2024-12-12T21:48:21.918Z | Compiling camino v1.1.9 |
1132 | 2024-12-12T21:48:21.933Z | Compiling hashbrown v0.15.1 |
1133 | 2024-12-12T21:48:22.005Z | Compiling log v0.4.22 |
1134 | 2024-12-12T21:48:22.165Z | Compiling thread-id v4.2.2 |
1135 | 2024-12-12T21:48:22.185Z | Compiling anstyle-parse v0.2.5 |
1136 | 2024-12-12T21:48:22.353Z | Compiling semver v1.0.23 |
1137 | 2024-12-12T21:48:22.390Z | Compiling unicode-width v0.1.14 |
1138 | 2024-12-12T21:48:22.499Z | Compiling quote v1.0.37 |
1139 | 2024-12-12T21:48:22.561Z | Compiling winnow v0.6.20 |
1140 | 2024-12-12T21:48:22.594Z | Compiling is_terminal_polyfill v1.70.1 |
1141 | 2024-12-12T21:48:22.707Z | Compiling errno v0.3.9 |
1142 | 2024-12-12T21:48:22.878Z | Compiling syn v2.0.87 |
1143 | 2024-12-12T21:48:22.983Z | Compiling anstyle-query v1.1.1 |
1144 | 2024-12-12T21:48:23.128Z | Compiling indexmap v2.6.0 |
1145 | 2024-12-12T21:48:23.211Z | Compiling pretty-hex v0.4.1 |
1146 | 2024-12-12T21:48:23.226Z | Compiling anstyle v1.0.10 |
1147 | 2024-12-12T21:48:23.409Z | Compiling autocfg v1.4.0 |
1148 | 2024-12-12T21:48:23.656Z | Compiling colorchoice v1.0.2 |
1149 | 2024-12-12T21:48:23.811Z | Compiling anstream v0.6.15 |
1150 | 2024-12-12T21:48:24.603Z | Compiling fs-err v2.11.0 |
1151 | 2024-12-12T21:48:24.680Z | Compiling cfg-if v1.0.0 |
1152 | 2024-12-12T21:48:24.750Z | Compiling strsim v0.11.1 |
1153 | 2024-12-12T21:48:24.766Z | Compiling heck v0.5.0 |
1154 | 2024-12-12T21:48:24.816Z | Compiling anyhow v1.0.93 |
1155 | 2024-12-12T21:48:24.863Z | Compiling fnv v1.0.7 |
1156 | 2024-12-12T21:48:24.978Z | Compiling terminal_size v0.4.0 |
1157 | 2024-12-12T21:48:25.178Z | Compiling heck v0.4.1 |
1158 | 2024-12-12T21:48:25.278Z | Compiling fastrand v2.1.1 |
1159 | 2024-12-12T21:48:25.414Z | Compiling bytecount v0.6.8 |
1160 | 2024-12-12T21:48:25.658Z | Compiling clap_lex v0.7.2 |
1161 | 2024-12-12T21:48:25.671Z | Compiling papergrid v0.11.0 |
1162 | 2024-12-12T21:48:25.991Z | Compiling tempfile v3.13.0 |
1163 | 2024-12-12T21:48:26.032Z | Compiling clap_builder v4.5.21 |
1164 | 2024-12-12T21:48:26.296Z | Compiling memmap v0.7.0 |
1165 | 2024-12-12T21:48:26.418Z | Compiling smawk v0.3.2 |
1166 | 2024-12-12T21:48:26.497Z | Compiling unicode-linebreak v0.1.5 |
1167 | 2024-12-12T21:48:26.877Z | Compiling textwrap v0.16.1 |
1168 | 2024-12-12T21:48:26.971Z | Compiling swrite v0.1.0 |
1169 | 2024-12-12T21:48:28.423Z | Compiling tabled_derive v0.7.0 |
1170 | 2024-12-12T21:48:29.874Z | Compiling tabled v0.15.0 |
1171 | 2024-12-12T21:48:31.680Z | Compiling serde_derive v1.0.215 |
1172 | 2024-12-12T21:48:31.680Z | Compiling thiserror-impl v1.0.69 |
1173 | 2024-12-12T21:48:31.684Z | Compiling zerocopy-derive v0.7.35 |
1174 | 2024-12-12T21:48:31.684Z | Compiling scroll_derive v0.12.0 |
1175 | 2024-12-12T21:48:31.684Z | Compiling clap_derive v4.5.18 |
1176 | 2024-12-12T21:48:32.972Z | Compiling scroll v0.12.0 |
1177 | 2024-12-12T21:48:33.395Z | Compiling zerocopy v0.7.35 |
1178 | 2024-12-12T21:48:33.483Z | Compiling goblin v0.8.2 |
1179 | 2024-12-12T21:48:34.753Z | Compiling pest v2.7.14 |
1180 | 2024-12-12T21:48:35.809Z | Compiling clap v4.5.21 |
1181 | 2024-12-12T21:48:36.715Z | Compiling pest_meta v2.7.14 |
1182 | 2024-12-12T21:48:37.553Z | Compiling pest_generator v2.7.14 |
1183 | 2024-12-12T21:48:39.542Z | Compiling pest_derive v2.7.14 |
1184 | 2024-12-12T21:48:40.261Z | Compiling dtrace-parser v0.2.0 |
1185 | 2024-12-12T21:48:41.661Z | Compiling serde_tokenstream v0.2.2 |
1186 | 2024-12-12T21:48:41.856Z | Compiling toml_datetime v0.6.8 |
1187 | 2024-12-12T21:48:41.856Z | Compiling serde_spanned v0.6.8 |
1188 | 2024-12-12T21:48:41.918Z | Compiling cargo-platform v0.1.8 |
1189 | 2024-12-12T21:48:42.281Z | Compiling macaddr v1.0.1 |
1190 | 2024-12-12T21:48:42.320Z | Compiling toml_edit v0.22.22 |
1191 | 2024-12-12T21:48:42.479Z | Compiling camino-tempfile v1.1.1 |
1192 | 2024-12-12T21:48:43.103Z | Compiling dof v0.3.0 |
1193 | 2024-12-12T21:48:43.347Z | Compiling cargo_metadata v0.18.1 |
1194 | 2024-12-12T21:48:44.854Z | Compiling usdt-attr-macro v0.5.0 |
1195 | 2024-12-12T21:48:44.856Z | Compiling usdt-macro v0.5.0 |
1196 | 2024-12-12T21:48:45.172Z | Compiling toml v0.8.19 |
1197 | 2024-12-12T21:48:45.982Z | Compiling cargo_toml v0.20.5 |
1198 | 2024-12-12T21:48:46.176Z | Compiling usdt v0.5.0 |
1199 | 2024-12-12T21:48:49.406Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1200 | 2024-12-12T21:48:53.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.09s |
1201 | 2024-12-12T21:48:53.613Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1202 | 2024-12-12T21:48:54.479Z | Compiling serde v1.0.215 |
1203 | 2024-12-12T21:48:54.482Z | Compiling lock_api v0.4.12 |
1204 | 2024-12-12T21:48:54.482Z | Compiling scopeguard v1.2.0 |
1205 | 2024-12-12T21:48:54.482Z | Compiling value-bag v1.9.0 |
1206 | 2024-12-12T21:48:54.482Z | Compiling typenum v1.17.0 |
1207 | 2024-12-12T21:48:54.482Z | Compiling generic-array v0.14.7 |
1208 | 2024-12-12T21:48:54.619Z | Compiling syn v2.0.87 |
1209 | 2024-12-12T21:48:54.629Z | Compiling getrandom v0.2.15 |
1210 | 2024-12-12T21:48:54.730Z | Compiling subtle v2.6.1 |
1211 | 2024-12-12T21:48:54.964Z | Compiling rand_core v0.6.4 |
1212 | 2024-12-12T21:48:55.057Z | Compiling log v0.4.22 |
1213 | 2024-12-12T21:48:55.141Z | Compiling shlex v1.3.0 |
1214 | 2024-12-12T21:48:55.161Z | Compiling jobserver v0.1.32 |
1215 | 2024-12-12T21:48:55.177Z | Compiling const-oid v0.9.6 |
1216 | 2024-12-12T21:48:55.498Z | Compiling cc v1.1.30 |
1217 | 2024-12-12T21:48:55.517Z | Compiling smallvec v1.13.2 |
1218 | 2024-12-12T21:48:55.561Z | Compiling spin v0.9.8 |
1219 | 2024-12-12T21:48:55.919Z | Compiling pin-project-lite v0.2.14 |
1220 | 2024-12-12T21:48:55.946Z | Compiling rustix v0.38.37 |
1221 | 2024-12-12T21:48:55.976Z | Compiling parking_lot_core v0.9.10 |
1222 | 2024-12-12T21:48:56.050Z | Compiling futures-core v0.3.31 |
1223 | 2024-12-12T21:48:56.086Z | Compiling signal-hook-registry v1.4.2 |
1224 | 2024-12-12T21:48:56.330Z | Compiling mio v1.0.2 |
1225 | 2024-12-12T21:48:56.893Z | Compiling parking_lot v0.12.3 |
1226 | 2024-12-12T21:48:56.951Z | Compiling aho-corasick v1.1.3 |
1227 | 2024-12-12T21:48:57.076Z | Compiling either v1.13.0 |
1228 | 2024-12-12T21:48:57.097Z | Compiling regex-syntax v0.8.5 |
1229 | 2024-12-12T21:48:57.289Z | Compiling cpufeatures v0.2.14 |
1230 | 2024-12-12T21:48:57.397Z | Compiling lazy_static v1.5.0 |
1231 | 2024-12-12T21:48:57.496Z | Compiling stable_deref_trait v1.2.0 |
1232 | 2024-12-12T21:48:57.514Z | Compiling glob v0.3.1 |
1233 | 2024-12-12T21:48:57.532Z | Compiling futures-sink v0.3.31 |
1234 | 2024-12-12T21:48:57.608Z | Compiling socket2 v0.5.7 |
1235 | 2024-12-12T21:48:57.684Z | Compiling slab v0.4.9 |
1236 | 2024-12-12T21:48:57.819Z | Compiling prettyplease v0.2.25 |
1237 | 2024-12-12T21:48:58.151Z | Compiling minimal-lexical v0.2.1 |
1238 | 2024-12-12T21:48:58.465Z | Compiling libloading v0.8.5 |
1239 | 2024-12-12T21:48:58.487Z | Compiling clang-sys v1.8.1 |
1240 | 2024-12-12T21:48:58.546Z | Compiling nom v7.1.3 |
1241 | 2024-12-12T21:48:58.653Z | Compiling serde_json v1.0.132 |
1242 | 2024-12-12T21:48:58.865Z | Compiling bindgen v0.69.5 |
1243 | 2024-12-12T21:48:58.972Z | Compiling home v0.5.9 |
1244 | 2024-12-12T21:48:59.280Z | Compiling futures-channel v0.3.31 |
1245 | 2024-12-12T21:48:59.664Z | Compiling itertools v0.12.1 |
1246 | 2024-12-12T21:48:59.743Z | Compiling allocator-api2 v0.2.18 |
1247 | 2024-12-12T21:48:59.804Z | Compiling futures-io v0.3.31 |
1248 | 2024-12-12T21:49:00.144Z | Compiling futures-task v0.3.31 |
1249 | 2024-12-12T21:49:00.429Z | Compiling lazycell v1.3.0 |
1250 | 2024-12-12T21:49:00.544Z | Compiling pin-utils v0.1.0 |
1251 | 2024-12-12T21:49:00.610Z | Compiling rustc-hash v1.1.0 |
1252 | 2024-12-12T21:49:00.645Z | Compiling foldhash v0.1.3 |
1253 | 2024-12-12T21:49:00.767Z | Compiling regex-automata v0.4.8 |
1254 | 2024-12-12T21:49:00.953Z | Compiling hashbrown v0.15.1 |
1255 | 2024-12-12T21:49:02.323Z | Compiling synstructure v0.13.1 |
1256 | 2024-12-12T21:49:02.554Z | Compiling cexpr v0.6.0 |
1257 | 2024-12-12T21:49:02.860Z | Compiling cmake v0.1.51 |
1258 | 2024-12-12T21:49:03.948Z | Compiling fs_extra v1.3.0 |
1259 | 2024-12-12T21:49:03.969Z | Compiling tinyvec_macros v0.1.1 |
1260 | 2024-12-12T21:49:04.024Z | Compiling libm v0.2.8 |
1261 | 2024-12-12T21:49:04.064Z | Compiling dunce v1.0.5 |
1262 | 2024-12-12T21:49:04.202Z | Compiling pkg-config v0.3.31 |
1263 | 2024-12-12T21:49:04.391Z | Compiling tinyvec v1.8.0 |
1264 | 2024-12-12T21:49:04.431Z | Compiling num-traits v0.2.19 |
1265 | 2024-12-12T21:49:04.956Z | Compiling ring v0.17.8 |
1266 | 2024-12-12T21:49:05.512Z | Compiling paste v1.0.15 |
1267 | 2024-12-12T21:49:05.794Z | Compiling base64ct v1.6.0 |
1268 | 2024-12-12T21:49:05.934Z | Compiling unicode-normalization v0.1.24 |
1269 | 2024-12-12T21:49:05.994Z | Compiling litemap v0.7.3 |
1270 | 2024-12-12T21:49:06.021Z | Compiling unicode-bidi v0.3.17 |
1271 | 2024-12-12T21:49:06.116Z | Compiling writeable v0.5.5 |
1272 | 2024-12-12T21:49:06.381Z | Compiling pem-rfc7468 v0.7.0 |
1273 | 2024-12-12T21:49:06.718Z | Compiling regex v1.11.1 |
1274 | 2024-12-12T21:49:07.120Z | Compiling httparse v1.9.5 |
1275 | 2024-12-12T21:49:07.515Z | Compiling aws-lc-rs v1.10.0 |
1276 | 2024-12-12T21:49:07.742Z | Compiling flagset v0.4.6 |
1277 | 2024-12-12T21:49:07.972Z | Compiling tracing-core v0.1.32 |
1278 | 2024-12-12T21:49:08.004Z | Compiling crossbeam-utils v0.8.20 |
1279 | 2024-12-12T21:49:08.553Z | Compiling percent-encoding v2.3.1 |
1280 | 2024-12-12T21:49:08.934Z | Compiling rustls-pki-types v1.9.0 |
1281 | 2024-12-12T21:49:08.968Z | Compiling serde_derive v1.0.215 |
1282 | 2024-12-12T21:49:09.019Z | Compiling zeroize_derive v1.4.2 |
1283 | 2024-12-12T21:49:09.041Z | Compiling zerocopy-derive v0.7.35 |
1284 | 2024-12-12T21:49:09.339Z | Compiling tokio-macros v2.4.0 |
1285 | 2024-12-12T21:49:10.000Z | Compiling zerofrom-derive v0.1.4 |
1286 | 2024-12-12T21:49:10.582Z | Compiling zeroize v1.8.1 |
1287 | 2024-12-12T21:49:10.984Z | Compiling thiserror-impl v1.0.69 |
1288 | 2024-12-12T21:49:11.022Z | Compiling yoke-derive v0.7.4 |
1289 | 2024-12-12T21:49:11.343Z | Compiling zerocopy v0.7.35 |
1290 | 2024-12-12T21:49:12.164Z | Compiling crypto-common v0.1.6 |
1291 | 2024-12-12T21:49:12.405Z | Compiling block-buffer v0.10.4 |
1292 | 2024-12-12T21:49:12.641Z | Compiling digest v0.10.7 |
1293 | 2024-12-12T21:49:12.941Z | Compiling futures-macro v0.3.31 |
1294 | 2024-12-12T21:49:13.120Z | Compiling hmac v0.12.1 |
1295 | 2024-12-12T21:49:13.351Z | Compiling zerovec-derive v0.10.3 |
1296 | 2024-12-12T21:49:13.534Z | Compiling block-padding v0.3.3 |
1297 | 2024-12-12T21:49:13.764Z | Compiling displaydoc v0.2.5 |
1298 | 2024-12-12T21:49:13.979Z | Compiling inout v0.1.3 |
1299 | 2024-12-12T21:49:14.008Z | Compiling zerofrom v0.1.4 |
1300 | 2024-12-12T21:49:14.215Z | Compiling yoke v0.7.4 |
1301 | 2024-12-12T21:49:14.236Z | Compiling cipher v0.4.4 |
1302 | 2024-12-12T21:49:14.259Z | Compiling thiserror v1.0.69 |
1303 | 2024-12-12T21:49:14.407Z | Compiling sha2 v0.10.8 |
1304 | 2024-12-12T21:49:14.586Z | Compiling ppv-lite86 v0.2.20 |
1305 | 2024-12-12T21:49:14.759Z | Compiling der_derive v0.7.3 |
1306 | 2024-12-12T21:49:14.886Z | Compiling futures-util v0.3.31 |
1307 | 2024-12-12T21:49:15.385Z | Compiling icu_provider_macros v1.5.0 |
1308 | 2024-12-12T21:49:15.454Z | Compiling rand_chacha v0.3.1 |
1309 | 2024-12-12T21:49:15.997Z | Compiling zerovec v0.10.4 |
1310 | 2024-12-12T21:49:16.557Z | Compiling tracing-attributes v0.1.27 |
1311 | 2024-12-12T21:49:17.265Z | Compiling der v0.7.9 |
1312 | 2024-12-12T21:49:17.605Z | Compiling icu_locid_transform_data v1.5.0 |
1313 | 2024-12-12T21:49:17.705Z | Compiling tinystr v0.7.6 |
1314 | 2024-12-12T21:49:17.749Z | Compiling icu_collections v1.5.0 |
1315 | 2024-12-12T21:49:18.006Z | Compiling rand v0.8.5 |
1316 | 2024-12-12T21:49:18.154Z | Compiling icu_locid v1.5.0 |
1317 | 2024-12-12T21:49:19.140Z | Compiling salsa20 v0.10.2 |
1318 | 2024-12-12T21:49:19.346Z | Compiling icu_provider v1.5.0 |
1319 | 2024-12-12T21:49:20.120Z | Compiling icu_locid_transform v1.5.0 |
1320 | 2024-12-12T21:49:20.147Z | Compiling tracing v0.1.40 |
1321 | 2024-12-12T21:49:20.502Z | Compiling spki v0.7.3 |
1322 | 2024-12-12T21:49:20.521Z | Compiling pest v2.7.14 |
1323 | 2024-12-12T21:49:20.541Z | Compiling pbkdf2 v0.12.2 |
1324 | 2024-12-12T21:49:20.698Z | Compiling vcpkg v0.2.15 |
1325 | 2024-12-12T21:49:20.757Z | Compiling mirai-annotations v1.12.0 |
1326 | 2024-12-12T21:49:20.864Z | Compiling powerfmt v0.2.0 |
1327 | 2024-12-12T21:49:20.956Z | Compiling untrusted v0.9.0 |
1328 | 2024-12-12T21:49:21.100Z | Compiling icu_properties_data v1.5.0 |
1329 | 2024-12-12T21:49:21.210Z | Compiling untrusted v0.7.1 |
1330 | 2024-12-12T21:49:21.342Z | Compiling num-conv v0.1.0 |
1331 | 2024-12-12T21:49:21.361Z | Compiling time-core v0.1.2 |
1332 | 2024-12-12T21:49:21.399Z | Compiling icu_properties v1.5.1 |
1333 | 2024-12-12T21:49:21.524Z | Compiling deranged v0.3.11 |
1334 | 2024-12-12T21:49:21.609Z | Compiling time-macros v0.2.18 |
1335 | 2024-12-12T21:49:22.709Z | Compiling bitflags v2.6.0 |
1336 | 2024-12-12T21:49:22.865Z | Compiling bytes v1.8.0 |
1337 | 2024-12-12T21:49:23.345Z | Compiling indexmap v2.6.0 |
1338 | 2024-12-12T21:49:23.447Z | Compiling semver v1.0.23 |
1339 | 2024-12-12T21:49:24.198Z | Compiling tokio v1.40.0 |
1340 | 2024-12-12T21:49:24.250Z | Compiling http v1.1.0 |
1341 | 2024-12-12T21:49:24.849Z | Compiling rustc_version v0.4.1 |
1342 | 2024-12-12T21:49:24.877Z | Compiling pest_meta v2.7.14 |
1343 | 2024-12-12T21:49:25.647Z | Compiling openssl-sys v0.9.103 |
1344 | 2024-12-12T21:49:26.241Z | Compiling scrypt v0.11.0 |
1345 | 2024-12-12T21:49:26.750Z | Compiling aes v0.8.4 |
1346 | 2024-12-12T21:49:26.785Z | Compiling cbc v0.1.2 |
1347 | 2024-12-12T21:49:26.822Z | Compiling scroll_derive v0.12.0 |
1348 | 2024-12-12T21:49:27.026Z | Compiling which v4.4.2 |
1349 | 2024-12-12T21:49:27.629Z | Compiling num_threads v0.1.7 |
1350 | 2024-12-12T21:49:27.646Z | Compiling write16 v1.0.0 |
1351 | 2024-12-12T21:49:27.761Z | Compiling atomic-waker v1.1.2 |
1352 | 2024-12-12T21:49:27.777Z | Compiling icu_normalizer_data v1.5.0 |
1353 | 2024-12-12T21:49:27.880Z | Compiling utf16_iter v1.0.5 |
1354 | 2024-12-12T21:49:27.947Z | Compiling utf8_iter v1.0.4 |
1355 | 2024-12-12T21:49:28.090Z | Compiling time v0.3.36 |
1356 | 2024-12-12T21:49:28.210Z | Compiling icu_normalizer v1.5.0 |
1357 | 2024-12-12T21:49:28.326Z | Compiling scroll v0.12.0 |
1358 | 2024-12-12T21:49:28.361Z | Compiling pkcs5 v0.7.1 |
1359 | 2024-12-12T21:49:29.216Z | Compiling pest_generator v2.7.14 |
1360 | 2024-12-12T21:49:29.597Z | Compiling http-body v1.0.1 |
1361 | 2024-12-12T21:49:29.619Z | Compiling form_urlencoded v1.2.1 |
1362 | 2024-12-12T21:49:29.843Z | Compiling try-lock v0.2.5 |
1363 | 2024-12-12T21:49:29.953Z | Compiling slog v2.7.0 |
1364 | 2024-12-12T21:49:29.999Z | Compiling want v0.3.1 |
1365 | 2024-12-12T21:49:30.115Z | Compiling goblin v0.8.2 |
1366 | 2024-12-12T21:49:30.279Z | Compiling idna_adapter v1.2.0 |
1367 | 2024-12-12T21:49:30.300Z | Compiling pkcs8 v0.10.2 |
1368 | 2024-12-12T21:49:30.505Z | Compiling httpdate v1.0.3 |
1369 | 2024-12-12T21:49:30.986Z | Compiling idna v1.0.3 |
1370 | 2024-12-12T21:49:31.004Z | Compiling serde_spanned v0.6.8 |
1371 | 2024-12-12T21:49:31.244Z | Compiling serde_tokenstream v0.2.2 |
1372 | 2024-12-12T21:49:31.271Z | Compiling pest_derive v2.7.14 |
1373 | 2024-12-12T21:49:31.386Z | Compiling uuid v1.11.0 |
1374 | 2024-12-12T21:49:31.887Z | Compiling toml_datetime v0.6.8 |
1375 | 2024-12-12T21:49:32.075Z | Compiling dtrace-parser v0.2.0 |
1376 | 2024-12-12T21:49:32.430Z | Compiling openssl v0.10.66 |
1377 | 2024-12-12T21:49:32.826Z | Compiling tokio-util v0.7.12 |
1378 | 2024-12-12T21:49:32.859Z | Compiling iana-time-zone v0.1.61 |
1379 | 2024-12-12T21:49:32.862Z | Compiling rustversion v1.0.17 |
1380 | 2024-12-12T21:49:33.334Z | Compiling match_cfg v0.1.0 |
1381 | 2024-12-12T21:49:33.403Z | Compiling tower-service v0.3.3 |
1382 | 2024-12-12T21:49:33.436Z | Compiling foreign-types-shared v0.1.1 |
1383 | 2024-12-12T21:49:33.534Z | Compiling adler2 v2.0.0 |
1384 | 2024-12-12T21:49:33.554Z | Compiling base64 v0.22.1 |
1385 | 2024-12-12T21:49:33.693Z | Compiling miniz_oxide v0.8.0 |
1386 | 2024-12-12T21:49:33.746Z | Compiling foreign-types v0.3.2 |
1387 | 2024-12-12T21:49:33.845Z | Compiling hostname v0.3.1 |
1388 | 2024-12-12T21:49:34.112Z | Compiling h2 v0.4.6 |
1389 | 2024-12-12T21:49:34.290Z | Compiling chrono v0.4.38 |
1390 | 2024-12-12T21:49:34.341Z | Compiling url v2.5.3 |
1391 | 2024-12-12T21:49:35.351Z | Compiling async-trait v0.1.83 |
1392 | 2024-12-12T21:49:35.813Z | Compiling openssl-macros v0.1.1 |
1393 | 2024-12-12T21:49:36.441Z | Compiling dof v0.3.0 |
1394 | 2024-12-12T21:49:36.596Z | Compiling dirs-sys-next v0.1.2 |
1395 | 2024-12-12T21:49:37.275Z | Compiling usdt-impl v0.5.0 |
1396 | 2024-12-12T21:49:38.217Z | Compiling data-encoding v2.6.0 |
1397 | 2024-12-12T21:49:38.220Z | Compiling rustls v0.22.4 |
1398 | 2024-12-12T21:49:38.504Z | Compiling native-tls v0.2.12 |
1399 | 2024-12-12T21:49:38.679Z | Compiling syn v1.0.109 |
1400 | 2024-12-12T21:49:38.826Z | Compiling rustls v0.23.14 |
1401 | 2024-12-12T21:49:38.895Z | Compiling siphasher v0.3.11 |
1402 | 2024-12-12T21:49:39.160Z | Compiling dirs-next v2.0.0 |
1403 | 2024-12-12T21:49:39.406Z | Compiling http-body-util v0.1.2 |
1404 | 2024-12-12T21:49:40.006Z | Compiling crossbeam-epoch v0.9.18 |
1405 | 2024-12-12T21:49:40.044Z | Compiling heapless v0.7.17 |
1406 | 2024-12-12T21:49:40.485Z | Compiling sha1 v0.10.6 |
1407 | 2024-12-12T21:49:40.574Z | Compiling signature v2.2.0 |
1408 | 2024-12-12T21:49:40.609Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1409 | 2024-12-12T21:49:40.762Z | Compiling serde_derive_internals v0.29.1 |
1410 | 2024-12-12T21:49:40.793Z | Compiling thread_local v1.1.8 |
1411 | 2024-12-12T21:49:40.868Z | Compiling cookie v0.18.1 |
1412 | 2024-12-12T21:49:40.897Z | Compiling encoding_rs v0.8.34 |
1413 | 2024-12-12T21:49:41.068Z | Compiling multer v3.1.0 |
1414 | 2024-12-12T21:49:41.159Z | Compiling hyper v1.5.0 |
1415 | 2024-12-12T21:49:41.350Z | Compiling mime v0.3.17 |
1416 | 2024-12-12T21:49:41.385Z | Compiling gimli v0.31.1 |
1417 | 2024-12-12T21:49:41.925Z | Compiling schemars v0.8.21 |
1418 | 2024-12-12T21:49:42.264Z | Compiling signal-hook v0.3.17 |
1419 | 2024-12-12T21:49:42.534Z | Compiling ipnet v2.10.1 |
1420 | 2024-12-12T21:49:43.526Z | Compiling slog-async v2.8.0 |
1421 | 2024-12-12T21:49:43.820Z | Compiling hyper-util v0.1.10 |
1422 | 2024-12-12T21:49:44.062Z | Compiling rayon-core v1.12.1 |
1423 | 2024-12-12T21:49:44.339Z | Compiling unicode-properties v0.1.3 |
1424 | 2024-12-12T21:49:44.795Z | Compiling openssl-probe v0.1.5 |
1425 | 2024-12-12T21:49:44.991Z | Compiling toml_edit v0.22.22 |
1426 | 2024-12-12T21:49:45.177Z | Compiling stringprep v0.1.5 |
1427 | 2024-12-12T21:49:45.575Z | Compiling schemars_derive v0.8.21 |
1428 | 2024-12-12T21:49:46.062Z | Compiling addr2line v0.24.2 |
1429 | 2024-12-12T21:49:46.741Z | Compiling usdt-attr-macro v0.5.0 |
1430 | 2024-12-12T21:49:46.773Z | Compiling usdt-macro v0.5.0 |
1431 | 2024-12-12T21:49:47.088Z | Compiling crossbeam-deque v0.8.5 |
1432 | 2024-12-12T21:49:48.154Z | Compiling term v0.7.0 |
1433 | 2024-12-12T21:49:48.180Z | Compiling slog-json v2.6.1 |
1434 | 2024-12-12T21:49:48.200Z | Compiling serde_urlencoded v0.7.1 |
1435 | 2024-12-12T21:49:48.325Z | Compiling crossbeam-channel v0.5.13 |
1436 | 2024-12-12T21:49:48.564Z | Compiling curve25519-dalek v4.1.3 |
1437 | 2024-12-12T21:49:48.697Z | Compiling enum-as-inner v0.6.1 |
1438 | 2024-12-12T21:49:48.885Z | Compiling futures-executor v0.3.31 |
1439 | 2024-12-12T21:49:49.182Z | Compiling md-5 v0.10.6 |
1440 | 2024-12-12T21:49:49.453Z | Compiling rustls-pemfile v2.2.0 |
1441 | 2024-12-12T21:49:49.495Z | Compiling async-stream-impl v0.3.6 |
1442 | 2024-12-12T21:49:49.515Z | Compiling num-integer v0.1.46 |
1443 | 2024-12-12T21:49:49.746Z | Compiling idna v0.4.0 |
1444 | 2024-12-12T21:49:49.781Z | Compiling idna v0.3.0 |
1445 | 2024-12-12T21:49:49.834Z | Compiling hash32 v0.2.1 |
1446 | 2024-12-12T21:49:50.241Z | Compiling ff v0.13.0 |
1447 | 2024-12-12T21:49:50.337Z | Compiling is-terminal v0.4.13 |
1448 | 2024-12-12T21:49:50.463Z | Compiling object v0.36.5 |
1449 | 2024-12-12T21:49:50.466Z | Compiling dropshot v0.12.0 |
1450 | 2024-12-12T21:49:50.756Z | Compiling linked-hash-map v0.5.6 |
1451 | 2024-12-12T21:49:50.920Z | Compiling fallible-iterator v0.2.0 |
1452 | 2024-12-12T21:49:51.127Z | Compiling num-bigint-dig v0.8.4 |
1453 | 2024-12-12T21:49:51.417Z | Compiling psl-types v2.0.11 |
1454 | 2024-12-12T21:49:51.442Z | Compiling anyhow v1.0.93 |
1455 | 2024-12-12T21:49:51.460Z | Compiling take_mut v0.2.2 |
1456 | 2024-12-12T21:49:51.601Z | Compiling utf-8 v0.7.6 |
1457 | 2024-12-12T21:49:51.618Z | Compiling rustc-demangle v0.1.24 |
1458 | 2024-12-12T21:49:51.621Z | Compiling portable-atomic v1.9.0 |
1459 | 2024-12-12T21:49:51.952Z | Compiling base16ct v0.2.0 |
1460 | 2024-12-12T21:49:52.076Z | Compiling dyn-clone v1.0.17 |
1461 | 2024-12-12T21:49:52.291Z | Compiling smoltcp v0.9.1 |
1462 | 2024-12-12T21:49:52.293Z | Compiling quick-error v1.2.3 |
1463 | 2024-12-12T21:49:52.454Z | Compiling resolv-conf v0.7.0 |
1464 | 2024-12-12T21:49:52.776Z | Compiling sec1 v0.7.3 |
1465 | 2024-12-12T21:49:53.223Z | Compiling tungstenite v0.24.0 |
1466 | 2024-12-12T21:49:53.346Z | Compiling publicsuffix v2.2.3 |
1467 | 2024-12-12T21:49:53.446Z | Compiling postgres-protocol v0.6.7 |
1468 | 2024-12-12T21:49:53.630Z | Compiling lru-cache v0.1.2 |
1469 | 2024-12-12T21:49:53.830Z | Compiling async-stream v0.3.6 |
1470 | 2024-12-12T21:49:54.210Z | Compiling hickory-proto v0.24.1 |
1471 | 2024-12-12T21:49:54.686Z | Compiling slog-term v2.9.1 |
1472 | 2024-12-12T21:49:54.787Z | Compiling group v0.13.0 |
1473 | 2024-12-12T21:49:55.119Z | Compiling usdt v0.5.0 |
1474 | 2024-12-12T21:49:55.716Z | Compiling num-iter v0.1.45 |
1475 | 2024-12-12T21:49:55.950Z | Compiling futures v0.3.31 |
1476 | 2024-12-12T21:49:56.030Z | Compiling slog-bunyan v2.5.0 |
1477 | 2024-12-12T21:49:56.217Z | Compiling toml v0.8.19 |
1478 | 2024-12-12T21:49:57.970Z | Compiling backtrace v0.3.74 |
1479 | 2024-12-12T21:49:57.970Z | Compiling camino v1.1.9 |
1480 | 2024-12-12T21:49:58.012Z | Compiling tokio-native-tls v0.3.1 |
1481 | 2024-12-12T21:49:58.295Z | Compiling phf_shared v0.11.2 |
1482 | 2024-12-12T21:49:58.568Z | Compiling dropshot_endpoint v0.12.0 |
1483 | 2024-12-12T21:49:58.616Z | Compiling waitgroup v0.1.2 |
1484 | 2024-12-12T21:49:58.700Z | Compiling terminal_size v0.4.0 |
1485 | 2024-12-12T21:49:58.846Z | Compiling openapiv3 v2.0.0 |
1486 | 2024-12-12T21:49:58.909Z | Compiling serde_path_to_error v0.1.16 |
1487 | 2024-12-12T21:49:58.964Z | Compiling hkdf v0.12.4 |
1488 | 2024-12-12T21:49:59.218Z | Compiling crypto-bigint v0.5.5 |
1489 | 2024-12-12T21:49:59.822Z | Compiling webpki-roots v0.26.6 |
1490 | 2024-12-12T21:50:00.049Z | Compiling curve25519-dalek-derive v0.1.1 |
1491 | 2024-12-12T21:50:01.666Z | Compiling zerocopy-derive v0.6.6 |
1492 | 2024-12-12T21:50:01.762Z | Compiling idna v0.5.0 |
1493 | 2024-12-12T21:50:01.849Z | Compiling hubpack_derive v0.1.1 |
1494 | 2024-12-12T21:50:02.798Z | Compiling hostname v0.4.0 |
1495 | 2024-12-12T21:50:03.070Z | Compiling ahash v0.8.11 |
1496 | 2024-12-12T21:50:03.306Z | Compiling crc32fast v1.4.2 |
1497 | 2024-12-12T21:50:03.390Z | Compiling fs-err v2.11.0 |
1498 | 2024-12-12T21:50:03.416Z | Compiling bitflags v1.3.2 |
1499 | 2024-12-12T21:50:03.441Z | Compiling winnow v0.5.40 |
1500 | 2024-12-12T21:50:03.528Z | Compiling managed v0.8.0 |
1501 | 2024-12-12T21:50:03.638Z | Compiling debug-ignore v1.0.5 |
1502 | 2024-12-12T21:50:03.674Z | Compiling strum_macros v0.25.3 |
1503 | 2024-12-12T21:50:03.783Z | Compiling console v0.15.8 |
1504 | 2024-12-12T21:50:03.930Z | Compiling zerocopy v0.6.6 |
1505 | 2024-12-12T21:50:04.894Z | Compiling flate2 v1.0.34 |
1506 | 2024-12-12T21:50:04.994Z | Compiling clap_builder v4.5.21 |
1507 | 2024-12-12T21:50:05.471Z | Compiling hubpack v0.1.2 |
1508 | 2024-12-12T21:50:05.523Z | Compiling cookie_store v0.21.0 |
1509 | 2024-12-12T21:50:05.923Z | Compiling elliptic-curve v0.13.8 |
1510 | 2024-12-12T21:50:06.200Z | Compiling hickory-resolver v0.24.1 |
1511 | 2024-12-12T21:50:07.236Z | Compiling toml_edit v0.19.15 |
1512 | 2024-12-12T21:50:07.499Z | Compiling phf v0.11.2 |
1513 | 2024-12-12T21:50:07.750Z | Compiling hyper-tls v0.6.0 |
1514 | 2024-12-12T21:50:07.836Z | Compiling signal-hook-mio v0.2.4 |
1515 | 2024-12-12T21:50:07.934Z | Compiling rayon v1.10.0 |
1516 | 2024-12-12T21:50:08.014Z | Compiling bzip2 v0.4.4 |
1517 | 2024-12-12T21:50:08.372Z | Compiling tokio-tungstenite v0.24.0 |
1518 | 2024-12-12T21:50:08.896Z | Compiling postgres-types v0.2.8 |
1519 | 2024-12-12T21:50:11.877Z | Compiling ed25519 v2.2.3 |
1520 | 2024-12-12T21:50:12.845Z | Compiling phf_shared v0.10.0 |
1521 | 2024-12-12T21:50:13.113Z | Compiling tokio-stream v0.1.16 |
1522 | 2024-12-12T21:50:13.248Z | Compiling pkcs1 v0.7.5 |
1523 | 2024-12-12T21:50:13.799Z | Compiling serde-big-array v0.5.1 |
1524 | 2024-12-12T21:50:14.044Z | Compiling clap_derive v4.5.18 |
1525 | 2024-12-12T21:50:14.205Z | Compiling rfc6979 v0.4.0 |
1526 | 2024-12-12T21:50:14.224Z | Compiling derive-where v1.2.7 |
1527 | 2024-12-12T21:50:14.262Z | Compiling serde_repr v0.1.19 |
1528 | 2024-12-12T21:50:14.415Z | Compiling float-cmp v0.9.0 |
1529 | 2024-12-12T21:50:14.622Z | Compiling bstr v1.10.0 |
1530 | 2024-12-12T21:50:14.652Z | Compiling sync_wrapper v1.0.1 |
1531 | 2024-12-12T21:50:14.810Z | Compiling whoami v1.5.2 |
1532 | 2024-12-12T21:50:15.325Z | Compiling static_assertions v1.1.0 |
1533 | 2024-12-12T21:50:15.436Z | Compiling precomputed-hash v0.1.1 |
1534 | 2024-12-12T21:50:15.473Z | Compiling bit-vec v0.6.3 |
1535 | 2024-12-12T21:50:15.493Z | Compiling fixedbitset v0.4.2 |
1536 | 2024-12-12T21:50:15.548Z | Compiling predicates-core v1.0.8 |
1537 | 2024-12-12T21:50:15.913Z | Compiling normalize-line-endings v0.3.0 |
1538 | 2024-12-12T21:50:15.932Z | Compiling unicode-width v0.2.0 |
1539 | 2024-12-12T21:50:15.954Z | Compiling difflib v0.4.0 |
1540 | 2024-12-12T21:50:16.035Z | Compiling number_prefix v0.4.0 |
1541 | 2024-12-12T21:50:16.259Z | Compiling new_debug_unreachable v1.0.6 |
1542 | 2024-12-12T21:50:16.361Z | Compiling unicode-segmentation v1.12.0 |
1543 | 2024-12-12T21:50:16.439Z | Compiling indicatif v0.17.9 |
1544 | 2024-12-12T21:50:16.466Z | Compiling predicates v3.1.2 |
1545 | 2024-12-12T21:50:17.279Z | Compiling similar v2.6.0 |
1546 | 2024-12-12T21:50:17.612Z | Compiling string_cache v0.8.7 |
1547 | 2024-12-12T21:50:17.914Z | Compiling bit-set v0.5.3 |
1548 | 2024-12-12T21:50:18.101Z | Compiling petgraph v0.6.5 |
1549 | 2024-12-12T21:50:18.207Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1550 | 2024-12-12T21:50:18.224Z | Compiling tokio-postgres v0.7.12 |
1551 | 2024-12-12T21:50:18.700Z | Compiling ecdsa v0.16.9 |
1552 | 2024-12-12T21:50:19.266Z | Compiling clap v4.5.21 |
1553 | 2024-12-12T21:50:19.403Z | Compiling rsa v0.9.6 |
1554 | 2024-12-12T21:50:19.610Z | Compiling ed25519-dalek v2.1.1 |
1555 | 2024-12-12T21:50:19.764Z | Compiling toml v0.7.8 |
1556 | 2024-12-12T21:50:20.948Z | Compiling zip v0.6.6 |
1557 | 2024-12-12T21:50:21.500Z | Compiling crossterm v0.28.1 |
1558 | 2024-12-12T21:50:22.646Z | Compiling hex v0.4.3 |
1559 | 2024-12-12T21:50:22.885Z | Compiling x509-cert v0.2.5 |
1560 | 2024-12-12T21:50:23.285Z | Compiling itertools v0.10.5 |
1561 | 2024-12-12T21:50:23.287Z | Compiling peg-runtime v0.8.3 |
1562 | 2024-12-12T21:50:23.970Z | Compiling lalrpop-util v0.19.12 |
1563 | 2024-12-12T21:50:23.986Z | Compiling unicode-xid v0.2.6 |
1564 | 2024-12-12T21:50:24.170Z | Compiling strum_macros v0.26.4 |
1565 | 2024-12-12T21:50:24.310Z | Compiling xattr v1.3.1 |
1566 | 2024-12-12T21:50:24.608Z | Compiling filetime v0.2.25 |
1567 | 2024-12-12T21:50:24.936Z | Compiling tar v0.4.42 |
1568 | 2024-12-12T21:50:29.378Z | Compiling strum v0.26.3 |
1569 | 2024-12-12T21:50:31.705Z | Compiling aws-lc-sys v0.22.0 |
1570 | 2024-12-12T21:51:09.909Z | Compiling rustls-webpki v0.102.8 |
1571 | 2024-12-12T21:51:13.290Z | Compiling tokio-rustls v0.25.0 |
1572 | 2024-12-12T21:51:15.135Z | Compiling tokio-rustls v0.26.0 |
1573 | 2024-12-12T21:51:15.521Z | Compiling hyper-rustls v0.27.3 |
1574 | 2024-12-12T21:51:15.804Z | Compiling reqwest v0.12.9 |
1575 | 2024-12-12T21:51:16.631Z | Compiling qorb v0.2.1 |
1576 | 2024-12-12T21:51:21.764Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1577 | 2024-12-12T21:51:21.990Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1578 | 2024-12-12T21:51:27.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
1579 | 2024-12-12T21:51:27.881Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1580 | 2024-12-12T21:51:27.923Z | Dec 12 21:51:27.172 INFO Starting download, target: Clickhouse |
1581 | 2024-12-12T21:51:27.923Z | Dec 12 21:51:27.172 INFO Starting download, target: Console |
1582 | 2024-12-12T21:51:27.923Z | Dec 12 21:51:27.172 INFO Starting download, target: Cockroach |
1583 | 2024-12-12T21:51:27.926Z | Dec 12 21:51:27.172 INFO Starting download, target: DendriteOpenapi |
1584 | 2024-12-12T21:51:27.926Z | Dec 12 21:51:27.172 INFO Starting download, target: DendriteStub |
1585 | 2024-12-12T21:51:27.927Z | Dec 12 21:51:27.172 INFO Starting download, target: MaghemiteMgd |
1586 | 2024-12-12T21:51:27.927Z | Dec 12 21:51:27.172 INFO Starting download, target: TransceiverControl |
1587 | 2024-12-12T21:51:27.927Z | Dec 12 21:51:27.173 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1588 | 2024-12-12T21:51:27.927Z | Dec 12 21:51:27.173 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1589 | 2024-12-12T21:51:27.927Z | Dec 12 21:51:27.173 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1590 | 2024-12-12T21:51:27.927Z | Dec 12 21:51:27.173 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1591 | 2024-12-12T21:51:27.927Z | Dec 12 21:51:27.173 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1592 | 2024-12-12T21:51:27.927Z | Dec 12 21:51:27.173 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1593 | 2024-12-12T21:51:27.927Z | Dec 12 21:51:27.173 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1594 | 2024-12-12T21:51:28.193Z | Dec 12 21:51:27.434 INFO Download complete, target: DendriteOpenapi |
1595 | 2024-12-12T21:51:28.255Z | Dec 12 21:51:27.503 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1596 | 2024-12-12T21:51:28.530Z | Dec 12 21:51:27.768 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1597 | 2024-12-12T21:51:28.889Z | Dec 12 21:51:28.137 INFO Download complete, target: Console |
1598 | 2024-12-12T21:51:28.902Z | Dec 12 21:51:28.150 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1599 | 2024-12-12T21:51:28.928Z | Dec 12 21:51:28.177 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1600 | 2024-12-12T21:51:28.992Z | Dec 12 21:51:28.241 INFO Download complete, target: TransceiverControl |
1601 | 2024-12-12T21:51:29.773Z | Dec 12 21:51:29.022 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1602 | 2024-12-12T21:51:29.773Z | Dec 12 21:51:29.022 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1603 | 2024-12-12T21:51:29.939Z | Dec 12 21:51:29.189 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1604 | 2024-12-12T21:51:31.954Z | Dec 12 21:51:31.203 INFO Download complete, target: DendriteStub |
1605 | 2024-12-12T21:51:32.010Z | Dec 12 21:51:31.259 INFO Download complete, target: MaghemiteMgd |
1606 | 2024-12-12T21:51:37.530Z | Dec 12 21:51:36.779 INFO Checking that binary works, target: Cockroach |
1607 | 2024-12-12T21:51:37.684Z | Dec 12 21:51:36.934 INFO Download complete, target: Cockroach |
1608 | 2024-12-12T21:51:43.012Z | Dec 12 21:51:42.262 INFO Checking that binary works, target: Clickhouse |
1609 | 2024-12-12T21:51:44.082Z | Dec 12 21:51:43.332 INFO Download complete, target: Clickhouse |
1610 | 2024-12-12T21:51:44.089Z | All prerequisites installed successfully |
1611 | 2024-12-12T21:51:44.092Z | |
1612 | 2024-12-12T21:51:44.092Z | real 5:10.354105171 |
1613 | 2024-12-12T21:51:44.092Z | user 16:26.538956742 |
1614 | 2024-12-12T21:51:44.092Z | sys 3:09.555619804 |
1615 | 2024-12-12T21:51:44.093Z | trap 0.511047277 |
1616 | 2024-12-12T21:51:44.093Z | tflt 9.952864894 |
1617 | 2024-12-12T21:51:44.093Z | dflt 9.660180882 |
1618 | 2024-12-12T21:51:44.093Z | kflt 0.644123323 |
1619 | 2024-12-12T21:51:44.093Z | lock 32:51.623745111 |
1620 | 2024-12-12T21:51:44.093Z | slp 1:04:20.513680129 |
1621 | 2024-12-12T21:51:44.093Z | lat 50.133855290 |
1622 | 2024-12-12T21:51:44.093Z | stop 2:02.511481464 |
1623 | 2024-12-12T21:51:44.093Z | + source ./tools/include/force-git-over-https.sh |
1624 | 2024-12-12T21:51:44.093Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1625 | 2024-12-12T21:51:44.093Z | ++ (( i = 0 )) |
1626 | 2024-12-12T21:51:44.093Z | ++ (( i < 5 )) |
1627 | 2024-12-12T21:51:44.093Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1628 | 2024-12-12T21:51:44.096Z | ++ (( i++ )) |
1629 | 2024-12-12T21:51:44.096Z | ++ (( i < 5 )) |
1630 | 2024-12-12T21:51:44.096Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1631 | 2024-12-12T21:51:44.098Z | ++ (( i++ )) |
1632 | 2024-12-12T21:51:44.098Z | ++ (( i < 5 )) |
1633 | 2024-12-12T21:51:44.098Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1634 | 2024-12-12T21:51:44.101Z | ++ (( i++ )) |
1635 | 2024-12-12T21:51:44.101Z | ++ (( i < 5 )) |
1636 | 2024-12-12T21:51:44.101Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1637 | 2024-12-12T21:51:44.103Z | ++ (( i++ )) |
1638 | 2024-12-12T21:51:44.103Z | ++ (( i < 5 )) |
1639 | 2024-12-12T21:51:44.103Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1640 | 2024-12-12T21:51:44.106Z | ++ (( i++ )) |
1641 | 2024-12-12T21:51:44.106Z | ++ (( i < 5 )) |
1642 | 2024-12-12T21:51:44.106Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1643 | 2024-12-12T21:51:44.106Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1644 | 2024-12-12T21:51:44.106Z | + rc=0 |
1645 | 2024-12-12T21:51:44.106Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1646 | 2024-12-12T21:52:14.760Z | + case $rc in |
1647 | 2024-12-12T21:52:14.760Z | + pfexec zfs create -p rpool/images/build/host |
1648 | 2024-12-12T21:52:14.935Z | + pfexec zfs create -p rpool/images/build/recovery |
1649 | 2024-12-12T21:52:15.001Z | + cargo xtask releng --output-dir /work |
1650 | 2024-12-12T21:52:15.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1651 | 2024-12-12T21:52:15.533Z | Running `target/debug/xtask releng --output-dir /work` |
1652 | 2024-12-12T21:52:16.418Z | Compiling proc-macro2 v1.0.89 |
1653 | 2024-12-12T21:52:16.418Z | Compiling unicode-ident v1.0.13 |
1654 | 2024-12-12T21:52:16.419Z | Compiling libc v0.2.162 |
1655 | 2024-12-12T21:52:16.422Z | Compiling serde v1.0.215 |
1656 | 2024-12-12T21:52:16.422Z | Compiling autocfg v1.4.0 |
1657 | 2024-12-12T21:52:16.422Z | Compiling version_check v0.9.5 |
1658 | 2024-12-12T21:52:16.422Z | Compiling cfg-if v1.0.0 |
1659 | 2024-12-12T21:52:16.728Z | Compiling memchr v2.7.4 |
1660 | 2024-12-12T21:52:16.728Z | Compiling typenum v1.17.0 |
1661 | 2024-12-12T21:52:16.768Z | Compiling shlex v1.3.0 |
1662 | 2024-12-12T21:52:17.194Z | Compiling value-bag v1.9.0 |
1663 | 2024-12-12T21:52:17.273Z | Compiling generic-array v0.14.7 |
1664 | 2024-12-12T21:52:17.567Z | Compiling scopeguard v1.2.0 |
1665 | 2024-12-12T21:52:17.586Z | Compiling lock_api v0.4.12 |
1666 | 2024-12-12T21:52:17.690Z | Compiling log v0.4.22 |
1667 | 2024-12-12T21:52:17.727Z | Compiling parking_lot_core v0.9.10 |
1668 | 2024-12-12T21:52:17.771Z | Compiling rustix v0.38.37 |
1669 | 2024-12-12T21:52:18.183Z | Compiling serde_json v1.0.132 |
1670 | 2024-12-12T21:52:18.438Z | Compiling quote v1.0.37 |
1671 | 2024-12-12T21:52:18.468Z | Compiling libm v0.2.8 |
1672 | 2024-12-12T21:52:18.489Z | Compiling num-traits v0.2.19 |
1673 | 2024-12-12T21:52:18.529Z | Compiling jobserver v0.1.32 |
1674 | 2024-12-12T21:52:18.767Z | Compiling getrandom v0.2.15 |
1675 | 2024-12-12T21:52:18.806Z | Compiling thiserror v1.0.69 |
1676 | 2024-12-12T21:52:18.939Z | Compiling syn v2.0.87 |
1677 | 2024-12-12T21:52:19.079Z | Compiling cc v1.1.30 |
1678 | 2024-12-12T21:52:19.099Z | Compiling once_cell v1.20.2 |
1679 | 2024-12-12T21:52:19.120Z | Compiling spin v0.9.8 |
1680 | 2024-12-12T21:52:19.256Z | Compiling itoa v1.0.11 |
1681 | 2024-12-12T21:52:19.284Z | Compiling aho-corasick v1.1.3 |
1682 | 2024-12-12T21:52:19.486Z | Compiling regex-syntax v0.8.5 |
1683 | 2024-12-12T21:52:19.508Z | Compiling slab v0.4.9 |
1684 | 2024-12-12T21:52:19.528Z | Compiling errno v0.3.9 |
1685 | 2024-12-12T21:52:20.197Z | Compiling byteorder v1.5.0 |
1686 | 2024-12-12T21:52:20.745Z | Compiling either v1.13.0 |
1687 | 2024-12-12T21:52:20.854Z | Compiling lazy_static v1.5.0 |
1688 | 2024-12-12T21:52:20.966Z | Compiling rand_core v0.6.4 |
1689 | 2024-12-12T21:52:21.073Z | Compiling glob v0.3.1 |
1690 | 2024-12-12T21:52:21.352Z | Compiling subtle v2.6.1 |
1691 | 2024-12-12T21:52:21.616Z | Compiling prettyplease v0.2.25 |
1692 | 2024-12-12T21:52:21.773Z | Compiling minimal-lexical v0.2.1 |
1693 | 2024-12-12T21:52:21.865Z | Compiling clang-sys v1.8.1 |
1694 | 2024-12-12T21:52:22.086Z | Compiling libloading v0.8.5 |
1695 | 2024-12-12T21:52:22.254Z | Compiling nom v7.1.3 |
1696 | 2024-12-12T21:52:22.622Z | Compiling bindgen v0.69.5 |
1697 | 2024-12-12T21:52:22.645Z | Compiling home v0.5.9 |
1698 | 2024-12-12T21:52:22.991Z | Compiling itertools v0.12.1 |
1699 | 2024-12-12T21:52:23.291Z | Compiling regex-automata v0.4.8 |
1700 | 2024-12-12T21:52:23.495Z | Compiling rustc-hash v1.1.0 |
1701 | 2024-12-12T21:52:23.658Z | Compiling lazycell v1.3.0 |
1702 | 2024-12-12T21:52:24.454Z | Compiling cmake v0.1.51 |
1703 | 2024-12-12T21:52:25.518Z | Compiling smallvec v1.13.2 |
1704 | 2024-12-12T21:52:25.640Z | Compiling dunce v1.0.5 |
1705 | 2024-12-12T21:52:25.785Z | Compiling cexpr v0.6.0 |
1706 | 2024-12-12T21:52:26.031Z | Compiling semver v1.0.23 |
1707 | 2024-12-12T21:52:26.052Z | Compiling pkg-config v0.3.31 |
1708 | 2024-12-12T21:52:26.054Z | Compiling fs_extra v1.3.0 |
1709 | 2024-12-12T21:52:26.245Z | Compiling ring v0.17.8 |
1710 | 2024-12-12T21:52:26.756Z | Compiling heck v0.5.0 |
1711 | 2024-12-12T21:52:26.863Z | Compiling synstructure v0.13.1 |
1712 | 2024-12-12T21:52:27.356Z | Compiling paste v1.0.15 |
1713 | 2024-12-12T21:52:27.446Z | Compiling ryu v1.0.18 |
1714 | 2024-12-12T21:52:27.483Z | Compiling httparse v1.9.5 |
1715 | 2024-12-12T21:52:27.751Z | Compiling aws-lc-rs v1.10.0 |
1716 | 2024-12-12T21:52:27.957Z | Compiling const-oid v0.9.6 |
1717 | 2024-12-12T21:52:28.539Z | Compiling pin-project-lite v0.2.14 |
1718 | 2024-12-12T21:52:28.764Z | Compiling allocator-api2 v0.2.18 |
1719 | 2024-12-12T21:52:29.514Z | Compiling regex v1.11.1 |
1720 | 2024-12-12T21:52:29.728Z | Compiling futures-core v0.3.31 |
1721 | 2024-12-12T21:52:30.258Z | Compiling signal-hook-registry v1.4.2 |
1722 | 2024-12-12T21:52:30.289Z | Compiling num-conv v0.1.0 |
1723 | 2024-12-12T21:52:30.621Z | Compiling crossbeam-utils v0.8.20 |
1724 | 2024-12-12T21:52:30.735Z | Compiling time-core v0.1.2 |
1725 | 2024-12-12T21:52:31.210Z | Compiling time-macros v0.2.18 |
1726 | 2024-12-12T21:52:31.290Z | Compiling parking_lot v0.12.3 |
1727 | 2024-12-12T21:52:31.676Z | Compiling mio v1.0.2 |
1728 | 2024-12-12T21:52:32.008Z | Compiling vcpkg v0.2.15 |
1729 | 2024-12-12T21:52:32.564Z | Compiling fnv v1.0.7 |
1730 | 2024-12-12T21:52:32.588Z | Compiling serde_derive v1.0.215 |
1731 | 2024-12-12T21:52:32.718Z | Compiling zeroize_derive v1.4.2 |
1732 | 2024-12-12T21:52:33.495Z | Compiling zerocopy-derive v0.7.35 |
1733 | 2024-12-12T21:52:33.607Z | Compiling tokio-macros v2.4.0 |
1734 | 2024-12-12T21:52:33.762Z | Compiling thiserror-impl v1.0.69 |
1735 | 2024-12-12T21:52:33.975Z | Compiling zerofrom-derive v0.1.4 |
1736 | 2024-12-12T21:52:34.401Z | Compiling zeroize v1.8.1 |
1737 | 2024-12-12T21:52:34.883Z | Compiling yoke-derive v0.7.4 |
1738 | 2024-12-12T21:52:34.906Z | Compiling futures-macro v0.3.31 |
1739 | 2024-12-12T21:52:34.951Z | Compiling zerovec-derive v0.10.3 |
1740 | 2024-12-12T21:52:35.697Z | Compiling displaydoc v0.2.5 |
1741 | 2024-12-12T21:52:36.749Z | Compiling zerocopy v0.7.35 |
1742 | 2024-12-12T21:52:37.338Z | Compiling crypto-common v0.1.6 |
1743 | 2024-12-12T21:52:37.375Z | Compiling icu_provider_macros v1.5.0 |
1744 | 2024-12-12T21:52:37.612Z | Compiling tracing-attributes v0.1.27 |
1745 | 2024-12-12T21:52:37.668Z | Compiling block-buffer v0.10.4 |
1746 | 2024-12-12T21:52:37.955Z | Compiling digest v0.10.7 |
1747 | 2024-12-12T21:52:37.983Z | Compiling der_derive v0.7.3 |
1748 | 2024-12-12T21:52:38.427Z | Compiling openssl-sys v0.9.103 |
1749 | 2024-12-12T21:52:38.522Z | Compiling schemars v0.8.21 |
1750 | 2024-12-12T21:52:39.525Z | Compiling serde_derive_internals v0.29.1 |
1751 | 2024-12-12T21:52:40.313Z | Compiling socket2 v0.5.7 |
1752 | 2024-12-12T21:52:40.496Z | Compiling ahash v0.8.11 |
1753 | 2024-12-12T21:52:41.958Z | Compiling schemars_derive v0.8.21 |
1754 | 2024-12-12T21:52:42.090Z | Compiling equivalent v1.0.1 |
1755 | 2024-12-12T21:52:42.260Z | Compiling futures-sink v0.3.31 |
1756 | 2024-12-12T21:52:42.384Z | Compiling foldhash v0.1.3 |
1757 | 2024-12-12T21:52:42.559Z | Compiling cpufeatures v0.2.14 |
1758 | 2024-12-12T21:52:42.708Z | Compiling hashbrown v0.15.1 |
1759 | 2024-12-12T21:52:42.971Z | Compiling stable_deref_trait v1.2.0 |
1760 | 2024-12-12T21:52:43.107Z | Compiling slog v2.7.0 |
1761 | 2024-12-12T21:52:44.191Z | Compiling futures-channel v0.3.31 |
1762 | 2024-12-12T21:52:44.526Z | Compiling zerofrom v0.1.4 |
1763 | 2024-12-12T21:52:44.723Z | Compiling scroll_derive v0.12.0 |
1764 | 2024-12-12T21:52:44.726Z | Compiling futures-io v0.3.31 |
1765 | 2024-12-12T21:52:44.838Z | Compiling ucd-trie v0.1.7 |
1766 | 2024-12-12T21:52:44.890Z | Compiling futures-task v0.3.31 |
1767 | 2024-12-12T21:52:45.199Z | Compiling pin-utils v0.1.0 |
1768 | 2024-12-12T21:52:45.235Z | Compiling openssl v0.10.66 |
1769 | 2024-12-12T21:52:45.236Z | Compiling pest v2.7.14 |
1770 | 2024-12-12T21:52:45.292Z | Compiling yoke v0.7.4 |
1771 | 2024-12-12T21:52:45.355Z | Compiling futures-util v0.3.31 |
1772 | 2024-12-12T21:52:45.736Z | Compiling hmac v0.12.1 |
1773 | 2024-12-12T21:52:45.871Z | Compiling tinyvec_macros v0.1.1 |
1774 | 2024-12-12T21:52:46.398Z | Compiling tinyvec v1.8.0 |
1775 | 2024-12-12T21:52:46.435Z | Compiling zerovec v0.10.4 |
1776 | 2024-12-12T21:52:47.147Z | Compiling bitflags v2.6.0 |
1777 | 2024-12-12T21:52:48.114Z | Compiling bytes v1.8.0 |
1778 | 2024-12-12T21:52:49.641Z | Compiling tokio v1.40.0 |
1779 | 2024-12-12T21:52:50.192Z | Compiling serde_tokenstream v0.2.2 |
1780 | 2024-12-12T21:52:50.660Z | Compiling indexmap v2.6.0 |
1781 | 2024-12-12T21:52:52.414Z | Compiling which v4.4.2 |
1782 | 2024-12-12T21:52:53.106Z | Compiling http v1.1.0 |
1783 | 2024-12-12T21:52:53.284Z | Compiling rustc_version v0.4.1 |
1784 | 2024-12-12T21:52:53.999Z | Compiling pest_meta v2.7.14 |
1785 | 2024-12-12T21:52:54.071Z | Compiling uuid v1.11.0 |
1786 | 2024-12-12T21:52:55.032Z | Compiling block-padding v0.3.3 |
1787 | 2024-12-12T21:52:55.309Z | Compiling openssl-macros v0.1.1 |
1788 | 2024-12-12T21:52:55.876Z | Compiling rustls v0.23.14 |
1789 | 2024-12-12T21:52:56.313Z | Compiling native-tls v0.2.12 |
1790 | 2024-12-12T21:52:56.357Z | Compiling iana-time-zone v0.1.61 |
1791 | 2024-12-12T21:52:56.694Z | Compiling chrono v0.4.38 |
1792 | 2024-12-12T21:52:56.874Z | Compiling pest_generator v2.7.14 |
1793 | 2024-12-12T21:52:58.442Z | Compiling inout v0.1.3 |
1794 | 2024-12-12T21:52:58.591Z | Compiling unicode-normalization v0.1.24 |
1795 | 2024-12-12T21:52:58.721Z | Compiling cipher v0.4.4 |
1796 | 2024-12-12T21:52:58.879Z | Compiling pest_derive v2.7.14 |
1797 | 2024-12-12T21:52:59.246Z | Compiling tinystr v0.7.6 |
1798 | 2024-12-12T21:52:59.836Z | Compiling sha2 v0.10.8 |
1799 | 2024-12-12T21:53:00.038Z | Compiling async-trait v0.1.83 |
1800 | 2024-12-12T21:53:00.375Z | Compiling cookie v0.18.1 |
1801 | 2024-12-12T21:53:00.448Z | Compiling usdt-impl v0.5.0 |
1802 | 2024-12-12T21:53:00.797Z | Compiling writeable v0.5.5 |
1803 | 2024-12-12T21:53:00.840Z | Compiling unicode-bidi v0.3.17 |
1804 | 2024-12-12T21:53:02.403Z | Compiling litemap v0.7.3 |
1805 | 2024-12-12T21:53:02.923Z | Compiling base64ct v1.6.0 |
1806 | 2024-12-12T21:53:03.251Z | Compiling icu_locid v1.5.0 |
1807 | 2024-12-12T21:53:03.498Z | Compiling pem-rfc7468 v0.7.0 |
1808 | 2024-12-12T21:53:04.233Z | Compiling scroll v0.12.0 |
1809 | 2024-12-12T21:53:05.415Z | Compiling ppv-lite86 v0.2.20 |
1810 | 2024-12-12T21:53:06.011Z | Compiling tracing-core v0.1.32 |
1811 | 2024-12-12T21:53:06.541Z | Compiling flagset v0.4.6 |
1812 | 2024-12-12T21:53:06.763Z | Compiling camino v1.1.9 |
1813 | 2024-12-12T21:53:07.389Z | Compiling dyn-clone v1.0.17 |
1814 | 2024-12-12T21:53:07.666Z | Compiling rustls-pki-types v1.9.0 |
1815 | 2024-12-12T21:53:07.974Z | Compiling aws-lc-sys v0.22.0 |
1816 | 2024-12-12T21:53:08.338Z | Compiling percent-encoding v2.3.1 |
1817 | 2024-12-12T21:53:08.847Z | Compiling untrusted v0.7.1 |
1818 | 2024-12-12T21:53:09.050Z | Compiling plain v0.2.3 |
1819 | 2024-12-12T21:53:09.219Z | Compiling syn v1.0.109 |
1820 | 2024-12-12T21:53:09.364Z | Compiling goblin v0.8.2 |
1821 | 2024-12-12T21:53:11.051Z | Compiling tracing v0.1.40 |
1822 | 2024-12-12T21:53:12.032Z | Compiling der v0.7.9 |
1823 | 2024-12-12T21:53:13.127Z | Compiling rand_chacha v0.3.1 |
1824 | 2024-12-12T21:53:14.527Z | Compiling icu_provider v1.5.0 |
1825 | 2024-12-12T21:53:15.130Z | Compiling tokio-util v0.7.12 |
1826 | 2024-12-12T21:53:17.126Z | Compiling icu_locid_transform_data v1.5.0 |
1827 | 2024-12-12T21:53:17.308Z | Compiling untrusted v0.9.0 |
1828 | 2024-12-12T21:53:17.367Z | Compiling powerfmt v0.2.0 |
1829 | 2024-12-12T21:53:17.370Z | Compiling rustls v0.22.4 |
1830 | 2024-12-12T21:53:17.554Z | Compiling mirai-annotations v1.12.0 |
1831 | 2024-12-12T21:53:17.788Z | Compiling rayon-core v1.12.1 |
1832 | 2024-12-12T21:53:17.830Z | Compiling pretty-hex v0.4.1 |
1833 | 2024-12-12T21:53:17.875Z | Compiling deranged v0.3.11 |
1834 | 2024-12-12T21:53:18.099Z | Compiling dof v0.3.0 |
1835 | 2024-12-12T21:53:18.159Z | Compiling icu_locid_transform v1.5.0 |
1836 | 2024-12-12T21:53:20.295Z | Compiling spki v0.7.3 |
1837 | 2024-12-12T21:53:20.356Z | Compiling rand v0.8.5 |
1838 | 2024-12-12T21:53:20.964Z | Compiling dtrace-parser v0.2.0 |
1839 | 2024-12-12T21:53:22.121Z | Compiling salsa20 v0.10.2 |
1840 | 2024-12-12T21:53:22.374Z | Compiling icu_collections v1.5.0 |
1841 | 2024-12-12T21:53:22.948Z | Compiling pbkdf2 v0.12.2 |
1842 | 2024-12-12T21:53:24.251Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1843 | 2024-12-12T21:53:24.901Z | Compiling thread-id v4.2.2 |
1844 | 2024-12-12T21:53:24.901Z | Compiling num_threads v0.1.7 |
1845 | 2024-12-12T21:53:25.050Z | Compiling icu_properties_data v1.5.0 |
1846 | 2024-12-12T21:53:25.362Z | Compiling atomic-waker v1.1.2 |
1847 | 2024-12-12T21:53:26.356Z | Compiling icu_properties v1.5.1 |
1848 | 2024-12-12T21:53:26.401Z | Compiling time v0.3.36 |
1849 | 2024-12-12T21:53:31.536Z | Compiling scrypt v0.11.0 |
1850 | 2024-12-12T21:53:31.802Z | Compiling form_urlencoded v1.2.1 |
1851 | 2024-12-12T21:53:31.990Z | Compiling aes v0.8.4 |
1852 | 2024-12-12T21:53:32.297Z | Compiling cbc v0.1.2 |
1853 | 2024-12-12T21:53:32.392Z | Compiling http-body v1.0.1 |
1854 | 2024-12-12T21:53:32.907Z | Compiling multer v3.1.0 |
1855 | 2024-12-12T21:53:33.229Z | Compiling slog-async v2.8.0 |
1856 | 2024-12-12T21:53:33.312Z | Compiling utf16_iter v1.0.5 |
1857 | 2024-12-12T21:53:33.459Z | Compiling icu_normalizer_data v1.5.0 |
1858 | 2024-12-12T21:53:33.590Z | Compiling try-lock v0.2.5 |
1859 | 2024-12-12T21:53:33.630Z | Compiling write16 v1.0.0 |
1860 | 2024-12-12T21:53:33.783Z | Compiling utf8_iter v1.0.4 |
1861 | 2024-12-12T21:53:34.419Z | Compiling icu_normalizer v1.5.0 |
1862 | 2024-12-12T21:53:34.537Z | Compiling want v0.3.1 |
1863 | 2024-12-12T21:53:34.933Z | Compiling pkcs5 v0.7.1 |
1864 | 2024-12-12T21:53:38.735Z | Compiling h2 v0.4.6 |
1865 | 2024-12-12T21:53:40.397Z | Compiling heapless v0.7.17 |
1866 | 2024-12-12T21:53:40.629Z | Compiling zerocopy-derive v0.6.6 |
1867 | 2024-12-12T21:53:40.976Z | Compiling httpdate v1.0.3 |
1868 | 2024-12-12T21:53:41.147Z | Compiling base64 v0.22.1 |
1869 | 2024-12-12T21:53:41.813Z | Compiling signal-hook v0.3.17 |
1870 | 2024-12-12T21:53:42.283Z | Compiling num-bigint-dig v0.8.4 |
1871 | 2024-12-12T21:53:42.355Z | Compiling anyhow v1.0.93 |
1872 | 2024-12-12T21:53:43.848Z | Compiling pkcs8 v0.10.2 |
1873 | 2024-12-12T21:53:44.630Z | Compiling idna_adapter v1.2.0 |
1874 | 2024-12-12T21:53:45.086Z | Compiling usdt-macro v0.5.0 |
1875 | 2024-12-12T21:53:45.654Z | Compiling usdt-attr-macro v0.5.0 |
1876 | 2024-12-12T21:53:47.176Z | Compiling async-stream-impl v0.3.6 |
1877 | 2024-12-12T21:53:47.213Z | Compiling rustversion v1.0.17 |
1878 | 2024-12-12T21:53:47.834Z | Compiling hyper v1.5.0 |
1879 | 2024-12-12T21:53:47.857Z | Compiling strsim v0.11.1 |
1880 | 2024-12-12T21:53:48.473Z | Compiling tower-service v0.3.3 |
1881 | 2024-12-12T21:53:49.679Z | Compiling idna v1.0.3 |
1882 | 2024-12-12T21:53:51.187Z | Compiling hyper-util v0.1.10 |
1883 | 2024-12-12T21:53:58.147Z | Compiling curve25519-dalek v4.1.3 |
1884 | 2024-12-12T21:53:58.225Z | Compiling openapiv3 v2.0.0 |
1885 | 2024-12-12T21:53:58.332Z | Compiling serde_spanned v0.6.8 |
1886 | 2024-12-12T21:53:58.600Z | Compiling toml_datetime v0.6.8 |
1887 | 2024-12-12T21:53:58.759Z | Compiling enum-as-inner v0.6.1 |
1888 | 2024-12-12T21:53:59.209Z | Compiling dropshot v0.12.0 |
1889 | 2024-12-12T21:53:59.631Z | Compiling match_cfg v0.1.0 |
1890 | 2024-12-12T21:53:59.839Z | Compiling foreign-types-shared v0.1.1 |
1891 | 2024-12-12T21:54:00.091Z | Compiling portable-atomic v1.9.0 |
1892 | 2024-12-12T21:54:00.398Z | Compiling adler2 v2.0.0 |
1893 | 2024-12-12T21:54:00.551Z | Compiling smoltcp v0.9.1 |
1894 | 2024-12-12T21:54:00.642Z | Compiling miniz_oxide v0.8.0 |
1895 | 2024-12-12T21:54:01.466Z | Compiling foreign-types v0.3.2 |
1896 | 2024-12-12T21:54:01.900Z | Compiling hostname v0.3.1 |
1897 | 2024-12-12T21:54:03.136Z | Compiling url v2.5.3 |
1898 | 2024-12-12T21:54:11.217Z | Compiling http-body-util v0.1.2 |
1899 | 2024-12-12T21:54:11.533Z | Compiling clap_derive v4.5.18 |
1900 | 2024-12-12T21:54:11.864Z | Compiling dirs-sys-next v0.1.2 |
1901 | 2024-12-12T21:54:12.555Z | Compiling encoding_rs v0.8.34 |
1902 | 2024-12-12T21:54:14.684Z | Compiling data-encoding v2.6.0 |
1903 | 2024-12-12T21:54:16.653Z | Compiling mime v0.3.17 |
1904 | 2024-12-12T21:54:16.902Z | Compiling siphasher v0.3.11 |
1905 | 2024-12-12T21:54:17.928Z | Compiling dirs-next v2.0.0 |
1906 | 2024-12-12T21:54:23.725Z | Compiling hubpack_derive v0.1.1 |
1907 | 2024-12-12T21:54:23.819Z | Compiling serde_urlencoded v0.7.1 |
1908 | 2024-12-12T21:54:24.389Z | Compiling crossbeam-epoch v0.9.18 |
1909 | 2024-12-12T21:54:24.605Z | Compiling hashbrown v0.14.5 |
1910 | 2024-12-12T21:54:25.124Z | Compiling rustls-pemfile v2.2.0 |
1911 | 2024-12-12T21:54:25.590Z | Compiling dropshot_endpoint v0.12.0 |
1912 | 2024-12-12T21:54:26.135Z | Compiling rustls-webpki v0.102.8 |
1913 | 2024-12-12T21:54:26.898Z | Compiling sha1 v0.10.6 |
1914 | 2024-12-12T21:54:27.309Z | Compiling signature v2.2.0 |
1915 | 2024-12-12T21:54:27.455Z | Compiling curve25519-dalek-derive v0.1.1 |
1916 | 2024-12-12T21:54:27.618Z | Compiling thread_local v1.1.8 |
1917 | 2024-12-12T21:54:28.018Z | Compiling fs-err v2.11.0 |
1918 | 2024-12-12T21:54:28.319Z | Compiling winnow v0.6.20 |
1919 | 2024-12-12T21:54:28.861Z | Compiling unicode-properties v0.1.3 |
1920 | 2024-12-12T21:54:29.254Z | Compiling ipnet v2.10.1 |
1921 | 2024-12-12T21:54:29.663Z | Compiling utf8parse v0.2.2 |
1922 | 2024-12-12T21:54:29.845Z | Compiling openssl-probe v0.1.5 |
1923 | 2024-12-12T21:54:30.710Z | Compiling gimli v0.31.1 |
1924 | 2024-12-12T21:54:31.530Z | Compiling anstyle v1.0.10 |
1925 | 2024-12-12T21:54:32.489Z | Compiling toml_edit v0.22.22 |
1926 | 2024-12-12T21:54:33.418Z | Compiling anstyle-parse v0.2.5 |
1927 | 2024-12-12T21:54:33.625Z | Compiling stringprep v0.1.5 |
1928 | 2024-12-12T21:54:35.254Z | Compiling addr2line v0.24.2 |
1929 | 2024-12-12T21:54:35.788Z | Compiling regress v0.10.1 |
1930 | 2024-12-12T21:54:35.930Z | Compiling crossbeam-deque v0.8.5 |
1931 | 2024-12-12T21:54:36.255Z | Compiling term v0.7.0 |
1932 | 2024-12-12T21:54:37.491Z | Compiling slog-json v2.6.1 |
1933 | 2024-12-12T21:54:38.652Z | Compiling crossbeam-channel v0.5.13 |
1934 | 2024-12-12T21:54:40.488Z | Compiling idna v0.3.0 |
1935 | 2024-12-12T21:54:40.519Z | Compiling idna v0.4.0 |
1936 | 2024-12-12T21:54:42.010Z | Compiling futures-executor v0.3.31 |
1937 | 2024-12-12T21:54:42.062Z | Compiling num-integer v0.1.46 |
1938 | 2024-12-12T21:54:42.530Z | Compiling md-5 v0.10.6 |
1939 | 2024-12-12T21:54:42.787Z | Compiling ff v0.13.0 |
1940 | 2024-12-12T21:54:42.790Z | Compiling hash32 v0.2.1 |
1941 | 2024-12-12T21:54:43.060Z | Compiling is-terminal v0.4.13 |
1942 | 2024-12-12T21:54:43.174Z | Compiling memmap v0.7.0 |
1943 | 2024-12-12T21:54:43.195Z | Compiling object v0.36.5 |
1944 | 2024-12-12T21:54:43.361Z | Compiling quick-error v1.2.3 |
1945 | 2024-12-12T21:54:43.507Z | Compiling take_mut v0.2.2 |
1946 | 2024-12-12T21:54:43.528Z | Compiling is_terminal_polyfill v1.70.1 |
1947 | 2024-12-12T21:54:43.661Z | Compiling fallible-iterator v0.2.0 |
1948 | 2024-12-12T21:54:43.683Z | Compiling psl-types v2.0.11 |
1949 | 2024-12-12T21:54:43.913Z | Compiling anstyle-query v1.1.1 |
1950 | 2024-12-12T21:54:44.071Z | Compiling heck v0.4.1 |
1951 | 2024-12-12T21:54:44.409Z | Compiling colorchoice v1.0.2 |
1952 | 2024-12-12T21:54:44.487Z | Compiling base16ct v0.2.0 |
1953 | 2024-12-12T21:54:44.579Z | Compiling utf-8 v0.7.6 |
1954 | 2024-12-12T21:54:44.794Z | Compiling linked-hash-map v0.5.6 |
1955 | 2024-12-12T21:54:44.889Z | Compiling rustc-demangle v0.1.24 |
1956 | 2024-12-12T21:54:45.188Z | Compiling lru-cache v0.1.2 |
1957 | 2024-12-12T21:54:45.280Z | Compiling publicsuffix v2.2.3 |
1958 | 2024-12-12T21:54:45.398Z | Compiling tungstenite v0.24.0 |
1959 | 2024-12-12T21:54:45.548Z | Compiling sec1 v0.7.3 |
1960 | 2024-12-12T21:54:45.773Z | Compiling anstream v0.6.15 |
1961 | 2024-12-12T21:54:46.103Z | Compiling strum_macros v0.25.3 |
1962 | 2024-12-12T21:54:46.450Z | Compiling postgres-protocol v0.6.7 |
1963 | 2024-12-12T21:54:47.693Z | Compiling resolv-conf v0.7.0 |
1964 | 2024-12-12T21:54:47.755Z | Compiling usdt v0.5.0 |
1965 | 2024-12-12T21:54:48.218Z | Compiling slog-term v2.9.1 |
1966 | 2024-12-12T21:54:48.647Z | Compiling group v0.13.0 |
1967 | 2024-12-12T21:54:48.954Z | Compiling num-iter v0.1.45 |
1968 | 2024-12-12T21:54:49.160Z | Compiling futures v0.3.31 |
1969 | 2024-12-12T21:54:49.407Z | Compiling hickory-proto v0.24.1 |
1970 | 2024-12-12T21:54:49.653Z | Compiling tokio-rustls v0.26.0 |
1971 | 2024-12-12T21:54:50.296Z | Compiling typify-impl v0.2.0 |
1972 | 2024-12-12T21:54:50.683Z | Compiling backtrace v0.3.74 |
1973 | 2024-12-12T21:54:51.185Z | Compiling tokio-rustls v0.25.0 |
1974 | 2024-12-12T21:54:51.894Z | Compiling slog-bunyan v2.5.0 |
1975 | 2024-12-12T21:54:52.103Z | Compiling toml v0.8.19 |
1976 | 2024-12-12T21:54:52.473Z | Compiling tokio-native-tls v0.3.1 |
1977 | 2024-12-12T21:54:52.770Z | Compiling phf_shared v0.11.2 |
1978 | 2024-12-12T21:54:53.148Z | Compiling async-stream v0.3.6 |
1979 | 2024-12-12T21:54:53.460Z | Compiling waitgroup v0.1.2 |
1980 | 2024-12-12T21:54:53.547Z | Compiling webpki-roots v0.26.6 |
1981 | 2024-12-12T21:54:53.673Z | Compiling idna v0.5.0 |
1982 | 2024-12-12T21:54:53.768Z | Compiling terminal_size v0.4.0 |
1983 | 2024-12-12T21:54:53.788Z | Compiling serde_path_to_error v0.1.16 |
1984 | 2024-12-12T21:54:54.582Z | Compiling hkdf v0.12.4 |
1985 | 2024-12-12T21:54:54.641Z | Compiling crypto-bigint v0.5.5 |
1986 | 2024-12-12T21:54:54.820Z | Compiling serde_repr v0.1.19 |
1987 | 2024-12-12T21:54:55.091Z | Compiling derive-where v1.2.7 |
1988 | 2024-12-12T21:54:56.059Z | Compiling hostname v0.4.0 |
1989 | 2024-12-12T21:54:56.287Z | Compiling crc32fast v1.4.2 |
1990 | 2024-12-12T21:54:57.128Z | Compiling unicode-width v0.1.14 |
1991 | 2024-12-12T21:54:58.195Z | Compiling managed v0.8.0 |
1992 | 2024-12-12T21:54:58.347Z | Compiling bitflags v1.3.2 |
1993 | 2024-12-12T21:54:58.466Z | Compiling debug-ignore v1.0.5 |
1994 | 2024-12-12T21:54:58.487Z | Compiling winnow v0.5.40 |
1995 | 2024-12-12T21:54:58.490Z | Compiling clap_lex v0.7.2 |
1996 | 2024-12-12T21:54:58.884Z | Compiling clap_builder v4.5.21 |
1997 | 2024-12-12T21:55:00.715Z | Compiling console v0.15.8 |
1998 | 2024-12-12T21:55:02.062Z | Compiling toml_edit v0.19.15 |
1999 | 2024-12-12T21:55:02.066Z | Compiling typify-macro v0.2.0 |
2000 | 2024-12-12T21:55:02.388Z | Compiling elliptic-curve v0.13.8 |
2001 | 2024-12-12T21:55:03.133Z | Compiling flate2 v1.0.34 |
2002 | 2024-12-12T21:55:03.158Z | Compiling hickory-resolver v0.24.1 |
2003 | 2024-12-12T21:55:04.093Z | Compiling cookie_store v0.21.0 |
2004 | 2024-12-12T21:55:06.680Z | Compiling hyper-rustls v0.27.3 |
2005 | 2024-12-12T21:55:08.592Z | Compiling phf v0.11.2 |
2006 | 2024-12-12T21:55:09.125Z | Compiling hyper-tls v0.6.0 |
2007 | 2024-12-12T21:55:09.539Z | Compiling signal-hook-mio v0.2.4 |
2008 | 2024-12-12T21:55:09.560Z | Compiling rayon v1.10.0 |
2009 | 2024-12-12T21:55:09.719Z | Compiling bzip2 v0.4.4 |
2010 | 2024-12-12T21:55:10.130Z | Compiling postgres-types v0.2.8 |
2011 | 2024-12-12T21:55:10.301Z | Compiling tokio-tungstenite v0.24.0 |
2012 | 2024-12-12T21:55:10.582Z | Compiling ed25519 v2.2.3 |
2013 | 2024-12-12T21:55:10.857Z | Compiling hubpack v0.1.2 |
2014 | 2024-12-12T21:55:11.036Z | Compiling phf_shared v0.10.0 |
2015 | 2024-12-12T21:55:11.300Z | Compiling pkcs1 v0.7.5 |
2016 | 2024-12-12T21:55:11.518Z | Compiling zerocopy v0.6.6 |
2017 | 2024-12-12T21:55:11.570Z | Compiling tokio-stream v0.1.16 |
2018 | 2024-12-12T21:55:12.611Z | Compiling serde-big-array v0.5.1 |
2019 | 2024-12-12T21:55:12.650Z | Compiling rfc6979 v0.4.0 |
2020 | 2024-12-12T21:55:12.843Z | Compiling float-cmp v0.9.0 |
2021 | 2024-12-12T21:55:13.021Z | Compiling sync_wrapper v1.0.1 |
2022 | 2024-12-12T21:55:13.142Z | Compiling bstr v1.10.0 |
2023 | 2024-12-12T21:55:13.338Z | Compiling new_debug_unreachable v1.0.6 |
2024 | 2024-12-12T21:55:13.468Z | Compiling unicode-segmentation v1.12.0 |
2025 | 2024-12-12T21:55:13.643Z | Compiling precomputed-hash v0.1.1 |
2026 | 2024-12-12T21:55:13.770Z | Compiling static_assertions v1.1.0 |
2027 | 2024-12-12T21:55:13.889Z | Compiling number_prefix v0.4.0 |
2028 | 2024-12-12T21:55:14.327Z | Compiling unicode-width v0.2.0 |
2029 | 2024-12-12T21:55:14.389Z | Compiling whoami v1.5.2 |
2030 | 2024-12-12T21:55:14.779Z | Compiling bit-vec v0.6.3 |
2031 | 2024-12-12T21:55:14.845Z | Compiling fixedbitset v0.4.2 |
2032 | 2024-12-12T21:55:14.929Z | Compiling difflib v0.4.0 |
2033 | 2024-12-12T21:55:15.233Z | Compiling predicates-core v1.0.8 |
2034 | 2024-12-12T21:55:15.279Z | Compiling normalize-line-endings v0.3.0 |
2035 | 2024-12-12T21:55:15.419Z | Compiling petgraph v0.6.5 |
2036 | 2024-12-12T21:55:15.554Z | Compiling reqwest v0.12.9 |
2037 | 2024-12-12T21:55:16.222Z | Compiling predicates v3.1.2 |
2038 | 2024-12-12T21:55:16.525Z | Compiling bit-set v0.5.3 |
2039 | 2024-12-12T21:55:16.830Z | Compiling indicatif v0.17.9 |
2040 | 2024-12-12T21:55:17.836Z | Compiling tokio-postgres v0.7.12 |
2041 | 2024-12-12T21:55:18.694Z | Compiling similar v2.6.0 |
2042 | 2024-12-12T21:55:19.594Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2043 | 2024-12-12T21:55:20.239Z | Compiling string_cache v0.8.7 |
2044 | 2024-12-12T21:55:21.265Z | Compiling ecdsa v0.16.9 |
2045 | 2024-12-12T21:55:22.295Z | Compiling qorb v0.2.1 |
2046 | 2024-12-12T21:55:23.562Z | Compiling rsa v0.9.6 |
2047 | 2024-12-12T21:55:23.634Z | Compiling ed25519-dalek v2.1.1 |
2048 | 2024-12-12T21:55:25.083Z | Compiling zip v0.6.6 |
2049 | 2024-12-12T21:55:25.240Z | Compiling crossterm v0.28.1 |
2050 | 2024-12-12T21:55:26.364Z | Compiling toml v0.7.8 |
2051 | 2024-12-12T21:55:26.509Z | Compiling clap v4.5.21 |
2052 | 2024-12-12T21:55:28.751Z | Compiling x509-cert v0.2.5 |
2053 | 2024-12-12T21:55:28.982Z | Compiling hex v0.4.3 |
2054 | 2024-12-12T21:55:31.195Z | Compiling itertools v0.10.5 |
2055 | 2024-12-12T21:55:31.441Z | Compiling radium v0.7.0 |
2056 | 2024-12-12T21:55:33.105Z | Compiling unicode-xid v0.2.6 |
2057 | 2024-12-12T21:55:34.136Z | Compiling lalrpop-util v0.19.12 |
2058 | 2024-12-12T21:55:34.508Z | Compiling peg-runtime v0.8.3 |
2059 | 2024-12-12T21:55:35.072Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2060 | 2024-12-12T21:55:52.133Z | Compiling maybe-uninit v2.0.0 |
2061 | 2024-12-12T21:55:52.932Z | Compiling tap v1.0.1 |
2062 | 2024-12-12T21:55:53.315Z | Compiling ident_case v1.0.1 |
2063 | 2024-12-12T21:55:53.503Z | Compiling darling_core v0.20.10 |
2064 | 2024-12-12T21:55:57.033Z | Compiling wyz v0.5.1 |
2065 | 2024-12-12T21:56:03.266Z | Compiling typify v0.2.0 |
2066 | 2024-12-12T21:56:07.307Z | Compiling packed_struct v0.10.1 |
2067 | 2024-12-12T21:56:07.644Z | Compiling funty v2.0.0 |
2068 | 2024-12-12T21:56:07.761Z | Compiling unsafe-libyaml v0.2.11 |
2069 | 2024-12-12T21:56:08.815Z | Compiling bitvec v1.0.1 |
2070 | 2024-12-12T21:56:09.549Z | Compiling serde_yaml v0.9.34+deprecated |
2071 | 2024-12-12T21:56:13.479Z | Compiling progenitor-impl v0.8.0 |
2072 | 2024-12-12T21:56:13.767Z | Compiling darling_macro v0.20.10 |
2073 | 2024-12-12T21:56:15.716Z | Compiling packed_struct_codegen v0.10.1 |
2074 | 2024-12-12T21:56:18.530Z | Compiling structmeta-derive v0.3.0 |
2075 | 2024-12-12T21:56:19.043Z | Compiling indexmap v1.9.3 |
2076 | 2024-12-12T21:56:19.360Z | Compiling nodrop v0.1.14 |
2077 | 2024-12-12T21:56:19.921Z | Compiling crc-catalog v2.4.0 |
2078 | 2024-12-12T21:56:20.128Z | Compiling fastrand v2.1.1 |
2079 | 2024-12-12T21:56:20.386Z | Compiling newtype-uuid v1.1.3 |
2080 | 2024-12-12T21:56:20.722Z | Compiling tempfile v3.13.0 |
2081 | 2024-12-12T21:56:20.813Z | Compiling progenitor-macro v0.8.0 |
2082 | 2024-12-12T21:56:21.183Z | Compiling structmeta v0.3.0 |
2083 | 2024-12-12T21:56:22.440Z | Compiling crc v3.2.1 |
2084 | 2024-12-12T21:56:23.480Z | Compiling array-init v0.0.4 |
2085 | 2024-12-12T21:56:29.202Z | Compiling darling v0.20.10 |
2086 | 2024-12-12T21:56:29.542Z | Compiling smallvec v0.6.14 |
2087 | 2024-12-12T21:56:35.216Z | Compiling progenitor-client v0.8.0 |
2088 | 2024-12-12T21:56:38.004Z | Compiling pin-project-internal v1.1.6 |
2089 | 2024-12-12T21:56:38.119Z | Compiling dropshot v0.13.0 |
2090 | 2024-12-12T21:56:38.649Z | Compiling bitfield v0.14.0 |
2091 | 2024-12-12T21:56:38.946Z | Compiling termcolor v1.4.1 |
2092 | 2024-12-12T21:56:39.649Z | Compiling base64 v0.21.7 |
2093 | 2024-12-12T21:56:40.730Z | Compiling hashbrown v0.12.3 |
2094 | 2024-12-12T21:56:40.823Z | Compiling same-file v1.0.6 |
2095 | 2024-12-12T21:56:47.736Z | Compiling walkdir v2.5.0 |
2096 | 2024-12-12T21:56:49.376Z | Compiling pin-project v1.1.6 |
2097 | 2024-12-12T21:56:49.525Z | Compiling ron v0.8.1 |
2098 | 2024-12-12T21:56:51.488Z | Compiling env_logger v0.10.2 |
2099 | 2024-12-12T21:56:53.883Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2100 | 2024-12-12T21:56:56.739Z | Compiling progenitor v0.8.0 |
2101 | 2024-12-12T21:56:57.165Z | Compiling serde-hex v0.1.0 |
2102 | 2024-12-12T21:56:59.202Z | Compiling serde_with_macros v3.11.0 |
2103 | 2024-12-12T21:57:00.460Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2104 | 2024-12-12T21:57:00.799Z | Compiling parse-display-derive v0.10.0 |
2105 | 2024-12-12T21:57:02.487Z | Compiling strum_macros v0.26.4 |
2106 | 2024-12-12T21:57:04.779Z | Compiling hashbrown v0.13.2 |
2107 | 2024-12-12T21:57:05.076Z | Compiling ipnetwork v0.20.0 |
2108 | 2024-12-12T21:57:05.079Z | Compiling xattr v1.3.1 |
2109 | 2024-12-12T21:57:05.407Z | Compiling dropshot_endpoint v0.13.0 |
2110 | 2024-12-12T21:57:06.281Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2111 | 2024-12-12T21:57:06.786Z | Compiling snafu-derive v0.8.5 |
2112 | 2024-12-12T21:57:07.034Z | Compiling blake3 v1.5.4 |
2113 | 2024-12-12T21:57:07.116Z | Compiling ring v0.16.20 |
2114 | 2024-12-12T21:57:07.143Z | Compiling filetime v0.2.25 |
2115 | 2024-12-12T21:57:07.513Z | Compiling instant v0.1.13 |
2116 | 2024-12-12T21:57:07.664Z | Compiling crc-any v2.5.0 |
2117 | 2024-12-12T21:57:08.128Z | Compiling lockfree-object-pool v0.1.6 |
2118 | 2024-12-12T21:57:08.457Z | Compiling bumpalo v3.16.0 |
2119 | 2024-12-12T21:57:08.964Z | Compiling buf-list v1.0.3 |
2120 | 2024-12-12T21:57:09.046Z | Compiling simd-adler32 v0.3.7 |
2121 | 2024-12-12T21:57:09.067Z | Compiling zip v2.1.3 |
2122 | 2024-12-12T21:57:09.417Z | Compiling zopfli v0.8.1 |
2123 | 2024-12-12T21:57:09.588Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2124 | 2024-12-12T21:57:10.835Z | Compiling backoff v0.4.0 |
2125 | 2024-12-12T21:57:11.226Z | Compiling tar v0.4.42 |
2126 | 2024-12-12T21:57:11.600Z | Compiling snafu v0.8.5 |
2127 | 2024-12-12T21:57:12.963Z | Compiling strum v0.26.3 |
2128 | 2024-12-12T21:57:13.175Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2129 | 2024-12-12T21:57:13.400Z | Compiling object v0.30.4 |
2130 | 2024-12-12T21:57:13.658Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2131 | 2024-12-12T21:57:15.104Z | Compiling parse-display v0.10.0 |
2132 | 2024-12-12T21:57:16.969Z | Compiling serde_with v3.11.0 |
2133 | 2024-12-12T21:57:17.045Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2134 | 2024-12-12T21:57:17.359Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2135 | 2024-12-12T21:57:17.638Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2136 | 2024-12-12T21:57:18.346Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2137 | 2024-12-12T21:57:18.942Z | Compiling camino-tempfile v1.1.1 |
2138 | 2024-12-12T21:57:19.691Z | Compiling globset v0.4.15 |
2139 | 2024-12-12T21:57:21.458Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2140 | 2024-12-12T21:57:21.647Z | Compiling regress v0.9.1 |
2141 | 2024-12-12T21:57:24.651Z | Compiling pem v3.0.4 |
2142 | 2024-12-12T21:57:26.118Z | Compiling olpc-cjson v0.1.4 |
2143 | 2024-12-12T21:57:26.410Z | Compiling macaddr v1.0.1 |
2144 | 2024-12-12T21:57:26.461Z | Compiling serde_plain v1.0.2 |
2145 | 2024-12-12T21:57:27.002Z | Compiling async-recursion v1.1.1 |
2146 | 2024-12-12T21:57:27.041Z | Compiling memmap2 v0.9.5 |
2147 | 2024-12-12T21:57:27.231Z | Compiling path-slash v0.1.5 |
2148 | 2024-12-12T21:57:27.336Z | Compiling spin v0.5.2 |
2149 | 2024-12-12T21:57:27.487Z | Compiling typed-path v0.9.3 |
2150 | 2024-12-12T21:57:27.613Z | Compiling constant_time_eq v0.3.1 |
2151 | 2024-12-12T21:57:27.642Z | Compiling arrayref v0.3.9 |
2152 | 2024-12-12T21:57:27.707Z | Compiling arrayvec v0.7.6 |
2153 | 2024-12-12T21:57:27.790Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2154 | 2024-12-12T21:57:28.434Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2155 | 2024-12-12T21:57:30.325Z | Compiling tough v0.19.0 |
2156 | 2024-12-12T21:57:35.042Z | Compiling itertools v0.13.0 |
2157 | 2024-12-12T21:57:35.074Z | Compiling cargo-platform v0.1.8 |
2158 | 2024-12-12T21:57:35.720Z | Compiling parse-size v1.1.0 |
2159 | 2024-12-12T21:57:36.039Z | Compiling topological-sort v0.2.2 |
2160 | 2024-12-12T21:57:36.183Z | Compiling cargo_metadata v0.18.1 |
2161 | 2024-12-12T21:57:36.316Z | Compiling omicron-zone-package v0.11.1 |
2162 | 2024-12-12T21:57:37.143Z | Compiling shell-words v1.1.0 |
2163 | 2024-12-12T21:57:42.600Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2164 | 2024-12-12T21:57:55.722Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2165 | 2024-12-12T21:58:10.846Z | Finished `release` profile [optimized] target(s) in 5m 55s |
2166 | 2024-12-12T21:58:11.010Z | Running `target/release/omicron-releng --output-dir /work` |
2167 | 2024-12-12T21:58:11.057Z | Dec 12 21:58:10.314 DEBG changing working directory to /work/oxidecomputer/omicron |
2168 | 2024-12-12T21:58:11.158Z | Dec 12 21:58:10.416 DEBG running: git rev-parse HEAD |
2169 | 2024-12-12T21:58:11.165Z | Dec 12 21:58:10.423 DEBG process exited with exit status: 0 (6.657472ms) |
2170 | 2024-12-12T21:58:11.165Z | Dec 12 21:58:10.423 INFO version: 12.0.0-0.ci+gitb354f8b06a4 |
2171 | 2024-12-12T21:58:11.205Z | Dec 12 21:58:10.463 INFO cloning helios to /work/oxidecomputer/helios |
2172 | 2024-12-12T21:58:11.205Z | Dec 12 21:58:10.464 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2173 | 2024-12-12T21:58:11.211Z | Cloning into '/work/oxidecomputer/helios'... |
2174 | 2024-12-12T21:58:11.720Z | Dec 12 21:58:10.978 DEBG process exited with exit status: 0 (514.215763ms) |
2175 | 2024-12-12T21:58:11.721Z | Dec 12 21:58:10.978 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2176 | 2024-12-12T21:58:11.727Z | # branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b |
2177 | 2024-12-12T21:58:11.728Z | # branch.head master |
2178 | 2024-12-12T21:58:11.728Z | # branch.upstream origin/master |
2179 | 2024-12-12T21:58:11.728Z | # branch.ab +0 -0 |
2180 | 2024-12-12T21:58:11.730Z | Dec 12 21:58:10.986 DEBG process exited with exit status: 0 (8.313071ms) |
2181 | 2024-12-12T21:58:11.730Z | Dec 12 21:58:10.986 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2182 | 2024-12-12T21:58:12.599Z | Dec 12 21:58:11.857 DEBG process exited with exit status: 0 (870.907856ms) |
2183 | 2024-12-12T21:58:12.599Z | Dec 12 21:58:11.857 DEBG running: zfs list rpool/images/build/host |
2184 | 2024-12-12T21:58:12.606Z | NAME USED AVAIL REFER MOUNTPOINT |
2185 | 2024-12-12T21:58:12.606Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2186 | 2024-12-12T21:58:12.609Z | Dec 12 21:58:11.865 DEBG process exited with exit status: 0 (7.632082ms) |
2187 | 2024-12-12T21:58:12.609Z | Dec 12 21:58:11.865 DEBG running: zfs list rpool/images/build/recovery |
2188 | 2024-12-12T21:58:12.613Z | NAME USED AVAIL REFER MOUNTPOINT |
2189 | 2024-12-12T21:58:12.613Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2190 | 2024-12-12T21:58:12.615Z | Dec 12 21:58:11.871 DEBG process exited with exit status: 0 (6.383631ms) |
2191 | 2024-12-12T21:58:12.615Z | Dec 12 21:58:11.872 INFO [hubris-staging] running task |
2192 | 2024-12-12T21:58:12.615Z | Dec 12 21:58:11.872 INFO [hubris-production] running task |
2193 | 2024-12-12T21:58:12.615Z | Dec 12 21:58:11.873 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2194 | 2024-12-12T21:58:12.618Z | Dec 12 21:58:11.876 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 |
2195 | 2024-12-12T21:58:12.684Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2196 | 2024-12-12T21:58:13.084Z | [ omicron-package] Blocking waiting for file lock on package cache |
2197 | 2024-12-12T21:58:13.922Z | [ omicron-package] Blocking waiting for file lock on package cache |
2198 | 2024-12-12T21:58:14.191Z | [ omicron-package] Blocking waiting for file lock on package cache |
2199 | 2024-12-12T21:58:14.407Z | Dec 12 21:58:13.665 INFO [hubris-production] task succeeded (1.792641155s) |
2200 | 2024-12-12T21:58:15.024Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2201 | 2024-12-12T21:58:15.026Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2202 | 2024-12-12T21:58:15.027Z | [ omicron-package] Compiling itertools v0.13.0 |
2203 | 2024-12-12T21:58:15.027Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2204 | 2024-12-12T21:58:15.027Z | [ omicron-package] Compiling heapless v0.8.0 |
2205 | 2024-12-12T21:58:15.027Z | [ omicron-package] Compiling hash32 v0.3.1 |
2206 | 2024-12-12T21:58:15.027Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2207 | 2024-12-12T21:58:15.027Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2208 | 2024-12-12T21:58:15.907Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2209 | 2024-12-12T21:58:16.588Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2210 | 2024-12-12T21:58:16.737Z | [ omicron-package] Compiling cobs v0.2.3 |
2211 | 2024-12-12T21:58:17.126Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2212 | 2024-12-12T21:58:17.256Z | [ omicron-package] Compiling postcard v1.0.10 |
2213 | 2024-12-12T21:58:17.452Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2214 | 2024-12-12T21:58:17.792Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2215 | 2024-12-12T21:58:17.795Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2216 | 2024-12-12T21:58:18.591Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2217 | 2024-12-12T21:58:18.615Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2218 | 2024-12-12T21:58:19.553Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2219 | 2024-12-12T21:58:20.286Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2220 | 2024-12-12T21:58:20.444Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2221 | 2024-12-12T21:58:20.884Z | [ omicron-package] Compiling num_enum v0.5.11 |
2222 | 2024-12-12T21:58:20.990Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2223 | 2024-12-12T21:58:21.112Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2224 | 2024-12-12T21:58:21.290Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2225 | 2024-12-12T21:58:21.364Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2226 | 2024-12-12T21:58:21.367Z | [ omicron-package] Compiling thiserror v2.0.3 |
2227 | 2024-12-12T21:58:21.590Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2228 | 2024-12-12T21:58:22.019Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2229 | 2024-12-12T21:58:22.271Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2230 | 2024-12-12T21:58:22.504Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2231 | 2024-12-12T21:58:22.864Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2232 | 2024-12-12T21:58:23.306Z | [ omicron-package] Compiling colored v2.1.0 |
2233 | 2024-12-12T21:58:23.309Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2234 | 2024-12-12T21:58:23.790Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2235 | 2024-12-12T21:58:24.786Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2236 | 2024-12-12T21:58:25.334Z | Dec 12 21:58:24.593 INFO [hubris-staging] task succeeded (12.720214371s) |
2237 | 2024-12-12T21:58:25.337Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2238 | 2024-12-12T21:58:25.625Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2239 | 2024-12-12T21:58:26.001Z | [ omicron-package] Compiling num-derive v0.4.2 |
2240 | 2024-12-12T21:58:26.455Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2241 | 2024-12-12T21:58:27.568Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2242 | 2024-12-12T21:58:27.642Z | [ omicron-package] Compiling zone v0.3.0 |
2243 | 2024-12-12T21:58:27.784Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2244 | 2024-12-12T21:58:28.249Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2245 | 2024-12-12T21:58:29.097Z | [ omicron-package] Compiling smf v0.2.3 |
2246 | 2024-12-12T21:58:30.030Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2247 | 2024-12-12T21:58:30.329Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2248 | 2024-12-12T21:58:30.968Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2249 | 2024-12-12T21:58:33.017Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2250 | 2024-12-12T21:58:33.112Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2251 | 2024-12-12T21:58:33.148Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2252 | 2024-12-12T21:58:33.205Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2253 | 2024-12-12T21:58:33.248Z | [ omicron-package] Compiling gethostname v0.5.0 |
2254 | 2024-12-12T21:58:33.492Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2255 | 2024-12-12T21:58:33.994Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2256 | 2024-12-12T21:58:34.027Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2257 | 2024-12-12T21:58:36.427Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2258 | 2024-12-12T21:58:37.564Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2259 | 2024-12-12T21:58:39.063Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2260 | 2024-12-12T21:58:42.152Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2261 | 2024-12-12T21:58:42.884Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2262 | 2024-12-12T21:58:44.550Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2263 | 2024-12-12T21:58:55.362Z | [ helios-setup] Dec 12 21:58:54.620 INFO helios repository root is: /work/oxidecomputer/helios |
2264 | 2024-12-12T21:58:55.365Z | [ helios-setup] Dec 12 21:58:54.623 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 |
2265 | 2024-12-12T21:58:55.365Z | [ helios-setup] Dec 12 21:58:54.623 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2266 | 2024-12-12T21:58:55.369Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2267 | 2024-12-12T21:58:56.292Z | [ helios-setup] Dec 12 21:58:55.551 INFO clone ok!, project: phbl |
2268 | 2024-12-12T21:58:56.295Z | [ helios-setup] Dec 12 21:58:55.552 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 |
2269 | 2024-12-12T21:58:56.295Z | [ helios-setup] Dec 12 21:58:55.552 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2270 | 2024-12-12T21:58:56.297Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2271 | 2024-12-12T21:58:57.209Z | [ helios-setup] Dec 12 21:58:56.468 INFO clone ok!, project: pilot |
2272 | 2024-12-12T21:58:57.213Z | [ helios-setup] Dec 12 21:58:56.468 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 |
2273 | 2024-12-12T21:58:57.213Z | [ helios-setup] Dec 12 21:58:56.468 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2274 | 2024-12-12T21:58:57.216Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2275 | 2024-12-12T21:58:57.797Z | [ helios-setup] Dec 12 21:58:57.056 INFO clone ok!, project: pinprick |
2276 | 2024-12-12T21:58:57.799Z | [ helios-setup] Dec 12 21:58:57.056 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 |
2277 | 2024-12-12T21:58:57.799Z | [ helios-setup] Dec 12 21:58:57.057 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2278 | 2024-12-12T21:58:57.801Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2279 | 2024-12-12T21:58:58.800Z | [ helios-setup] Dec 12 21:58:58.059 INFO clone ok!, project: chelsio-t6-roms |
2280 | 2024-12-12T21:58:58.803Z | [ helios-setup] Dec 12 21:58:58.059 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 |
2281 | 2024-12-12T21:58:58.803Z | [ helios-setup] Dec 12 21:58:58.059 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2282 | 2024-12-12T21:58:58.806Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2283 | 2024-12-12T21:58:59.646Z | [ helios-setup] Dec 12 21:58:58.904 INFO clone ok!, project: image-builder |
2284 | 2024-12-12T21:58:59.649Z | [ helios-setup] Dec 12 21:58:58.905 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2285 | 2024-12-12T21:58:59.649Z | [ helios-setup] Dec 12 21:58:58.905 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 |
2286 | 2024-12-12T21:58:59.649Z | [ helios-setup] Dec 12 21:58:58.905 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 |
2287 | 2024-12-12T21:58:59.651Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2288 | 2024-12-12T21:59:00.836Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2289 | 2024-12-12T21:59:00.858Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2290 | 2024-12-12T21:59:03.519Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 50.89s |
2291 | 2024-12-12T21:59:03.755Z | [ omicron-package] |
2292 | 2024-12-12T21:59:03.755Z | [ omicron-package] real 51.092081223 |
2293 | 2024-12-12T21:59:03.755Z | [ omicron-package] user 2:59.391438104 |
2294 | 2024-12-12T21:59:03.758Z | [ omicron-package] sys 26.398297141 |
2295 | 2024-12-12T21:59:03.758Z | [ omicron-package] trap 0.188734665 |
2296 | 2024-12-12T21:59:03.758Z | [ omicron-package] tflt 0.352391411 |
2297 | 2024-12-12T21:59:03.758Z | [ omicron-package] dflt 0.835062941 |
2298 | 2024-12-12T21:59:03.758Z | [ omicron-package] kflt 0.000114464 |
2299 | 2024-12-12T21:59:03.758Z | [ omicron-package] lock 5:44.943835673 |
2300 | 2024-12-12T21:59:03.758Z | [ omicron-package] slp 10:17.745528551 |
2301 | 2024-12-12T21:59:03.758Z | [ omicron-package] lat 1:38.454973064 |
2302 | 2024-12-12T21:59:03.758Z | Dec 12 21:59:03.015 INFO [omicron-package] process exited with exit status: 0 (51.1391372s) |
2303 | 2024-12-12T21:59:03.758Z | [ omicron-package] stop 57.086382545 |
2304 | 2024-12-12T21:59:03.758Z | Dec 12 21:59:03.015 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2305 | 2024-12-12T21:59:03.845Z | Dec 12 21:59:03.104 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled |
2306 | 2024-12-12T21:59:03.856Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2307 | 2024-12-12T21:59:03.859Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2308 | 2024-12-12T21:59:03.862Z | Dec 12 21:59:03.118 INFO [recovery-target] process exited with exit status: 0 (102.767428ms) |
2309 | 2024-12-12T21:59:03.866Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2310 | 2024-12-12T21:59:03.868Z | [ host-target] Created new build target 'host' and set it as active |
2311 | 2024-12-12T21:59:03.868Z | Dec 12 21:59:03.127 INFO [host-target] process exited with exit status: 0 (22.939599ms) |
2312 | 2024-12-12T21:59:03.868Z | Dec 12 21:59:03.127 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2313 | 2024-12-12T21:59:03.887Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2314 | 2024-12-12T21:59:05.071Z | [ host-package] Compiling convert_case v0.4.0 |
2315 | 2024-12-12T21:59:05.071Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2316 | 2024-12-12T21:59:05.074Z | [ host-package] Compiling newline-converter v0.3.0 |
2317 | 2024-12-12T21:59:05.074Z | [ host-package] Compiling password-hash v0.5.0 |
2318 | 2024-12-12T21:59:05.074Z | [ host-package] Compiling progenitor-client v0.8.0 |
2319 | 2024-12-12T21:59:05.074Z | [ host-package] Compiling blake2 v0.10.6 |
2320 | 2024-12-12T21:59:05.074Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2321 | 2024-12-12T21:59:05.254Z | [ host-package] Compiling owo-colors v4.1.0 |
2322 | 2024-12-12T21:59:05.453Z | [ host-package] Compiling expectorate v1.1.0 |
2323 | 2024-12-12T21:59:05.479Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2324 | 2024-12-12T21:59:05.612Z | [ host-package] Compiling progenitor v0.8.0 |
2325 | 2024-12-12T21:59:05.663Z | [ host-package] Compiling num-rational v0.4.2 |
2326 | 2024-12-12T21:59:05.686Z | [ host-package] Compiling num-complex v0.4.6 |
2327 | 2024-12-12T21:59:05.882Z | [ host-package] Compiling argon2 v0.5.3 |
2328 | 2024-12-12T21:59:06.030Z | [ host-package] Compiling derive_more v0.99.18 |
2329 | 2024-12-12T21:59:06.471Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2330 | 2024-12-12T21:59:06.486Z | [ helios-setup] Dec 12 21:59:05.744 INFO clone ok!, project: amd-host-image-builder |
2331 | 2024-12-12T21:59:06.488Z | [ helios-setup] Dec 12 21:59:05.745 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 |
2332 | 2024-12-12T21:59:06.488Z | [ helios-setup] Dec 12 21:59:05.745 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2333 | 2024-12-12T21:59:06.491Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2334 | 2024-12-12T21:59:06.701Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2335 | 2024-12-12T21:59:07.024Z | [ host-package] Compiling num v0.4.3 |
2336 | 2024-12-12T21:59:07.153Z | [ host-package] Compiling atomicwrites v0.4.4 |
2337 | 2024-12-12T21:59:07.191Z | [ helios-setup] Dec 12 21:59:06.451 INFO clone ok!, project: bootserver |
2338 | 2024-12-12T21:59:07.194Z | [ helios-setup] Dec 12 21:59:06.451 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2339 | 2024-12-12T21:59:07.195Z | [ helios-setup] Dec 12 21:59:06.451 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2340 | 2024-12-12T21:59:07.195Z | [ helios-setup] Dec 12 21:59:06.451 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 |
2341 | 2024-12-12T21:59:07.195Z | [ helios-setup] Dec 12 21:59:06.451 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2342 | 2024-12-12T21:59:07.197Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2343 | 2024-12-12T21:59:07.283Z | [ host-package] Compiling libsw v3.3.1 |
2344 | 2024-12-12T21:59:07.332Z | [ host-package] Compiling float-ord v0.3.2 |
2345 | 2024-12-12T21:59:07.525Z | [ host-package] Compiling indent_write v2.2.0 |
2346 | 2024-12-12T21:59:07.556Z | [ host-package] Compiling linear-map v1.2.0 |
2347 | 2024-12-12T21:59:07.649Z | [ host-package] Compiling swrite v0.1.0 |
2348 | 2024-12-12T21:59:07.679Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2349 | 2024-12-12T21:59:07.775Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2350 | 2024-12-12T21:59:07.800Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2351 | 2024-12-12T21:59:07.996Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2352 | 2024-12-12T21:59:08.032Z | [ host-package] Compiling highway v1.2.0 |
2353 | 2024-12-12T21:59:08.407Z | [ host-package] Compiling semver v0.1.20 |
2354 | 2024-12-12T21:59:09.026Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2355 | 2024-12-12T21:59:09.449Z | [ host-package] Compiling rustc_version v0.1.7 |
2356 | 2024-12-12T21:59:09.538Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2357 | 2024-12-12T21:59:09.894Z | [ host-package] Compiling newtype_derive v0.1.6 |
2358 | 2024-12-12T21:59:09.939Z | [ host-package] Compiling dropshot v0.13.0 |
2359 | 2024-12-12T21:59:10.052Z | [ host-package] Compiling ipnetwork v0.20.0 |
2360 | 2024-12-12T21:59:10.315Z | [ host-package] Compiling instant v0.1.13 |
2361 | 2024-12-12T21:59:10.487Z | [ host-package] Compiling humantime v2.1.0 |
2362 | 2024-12-12T21:59:10.949Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2363 | 2024-12-12T21:59:11.373Z | [ host-package] Compiling backoff v0.4.0 |
2364 | 2024-12-12T21:59:11.864Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2365 | 2024-12-12T21:59:12.275Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2366 | 2024-12-12T21:59:13.066Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2367 | 2024-12-12T21:59:15.482Z | [ helios-setup] Dec 12 21:59:14.741 INFO clone ok!, project: amd-firmware |
2368 | 2024-12-12T21:59:15.484Z | [ helios-setup] Dec 12 21:59:14.741 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2369 | 2024-12-12T21:59:16.401Z | [ helios-setup] Dec 12 21:59:15.660 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2370 | 2024-12-12T21:59:16.615Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2371 | 2024-12-12T21:59:16.926Z | [ helios-setup] Dec 12 21:59:16.185 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2372 | 2024-12-12T21:59:16.929Z | [ helios-setup] Dec 12 21:59:16.185 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2373 | 2024-12-12T21:59:17.467Z | [ helios-setup] Dec 12 21:59:16.726 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2374 | 2024-12-12T21:59:17.587Z | [ host-package] Compiling parse-display v0.10.0 |
2375 | 2024-12-12T21:59:17.978Z | [ helios-setup] Dec 12 21:59:17.238 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2376 | 2024-12-12T21:59:17.981Z | [ helios-setup] Dec 12 21:59:17.238 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2377 | 2024-12-12T21:59:18.112Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2378 | 2024-12-12T21:59:18.279Z | [ host-package] Compiling serde_with v3.11.0 |
2379 | 2024-12-12T21:59:18.364Z | [ host-package] Compiling strum v0.26.3 |
2380 | 2024-12-12T21:59:18.556Z | [ helios-setup] Dec 12 21:59:17.815 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2381 | 2024-12-12T21:59:18.579Z | [ host-package] Compiling regress v0.9.1 |
2382 | 2024-12-12T21:59:19.084Z | [ helios-setup] Dec 12 21:59:18.343 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2383 | 2024-12-12T21:59:19.086Z | [ helios-setup] Dec 12 21:59:18.343 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2384 | 2024-12-12T21:59:19.086Z | [ helios-setup] Dec 12 21:59:18.343 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2385 | 2024-12-12T21:59:19.086Z | [ helios-setup] Dec 12 21:59:18.344 INFO ok! |
2386 | 2024-12-12T21:59:19.086Z | [ helios-setup] Dec 12 21:59:18.344 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2387 | 2024-12-12T21:59:19.086Z | [ helios-setup] Dec 12 21:59:18.344 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2388 | 2024-12-12T21:59:19.086Z | [ helios-setup] Dec 12 21:59:18.344 INFO ok! |
2389 | 2024-12-12T21:59:19.086Z | [ helios-setup] Dec 12 21:59:18.344 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2390 | 2024-12-12T21:59:19.086Z | [ helios-setup] Dec 12 21:59:18.344 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2391 | 2024-12-12T21:59:19.086Z | [ helios-setup] Dec 12 21:59:18.344 INFO ok! |
2392 | 2024-12-12T21:59:19.086Z | [ helios-setup] Dec 12 21:59:18.344 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2393 | 2024-12-12T21:59:19.087Z | [ helios-setup] Dec 12 21:59:18.344 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2394 | 2024-12-12T21:59:19.373Z | [ helios-setup] Dec 12 21:59:18.632 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2395 | 2024-12-12T21:59:20.698Z | [ helios-setup] Dec 12 21:59:19.958 INFO E| From https://github.com/oxidecomputer/progenitor |
2396 | 2024-12-12T21:59:20.698Z | [ helios-setup] Dec 12 21:59:19.958 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2397 | 2024-12-12T21:59:20.734Z | [ helios-setup] Dec 12 21:59:19.993 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2398 | 2024-12-12T21:59:20.734Z | [ helios-setup] Dec 12 21:59:19.993 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2399 | 2024-12-12T21:59:20.858Z | [ helios-setup] Dec 12 21:59:20.117 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2400 | 2024-12-12T21:59:21.215Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2401 | 2024-12-12T21:59:21.399Z | [ helios-setup] Dec 12 21:59:20.657 INFO E| From https://github.com/jclulow/hiercmd |
2402 | 2024-12-12T21:59:21.399Z | [ helios-setup] Dec 12 21:59:20.657 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2403 | 2024-12-12T21:59:21.416Z | [ helios-setup] Dec 12 21:59:20.676 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2404 | 2024-12-12T21:59:21.991Z | [ helios-setup] Dec 12 21:59:21.250 INFO E| From https://github.com/jclulow/network-interface |
2405 | 2024-12-12T21:59:21.991Z | [ helios-setup] Dec 12 21:59:21.250 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2406 | 2024-12-12T21:59:22.028Z | [ helios-setup] Dec 12 21:59:21.287 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2407 | 2024-12-12T21:59:22.531Z | [ helios-setup] Dec 12 21:59:21.790 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2408 | 2024-12-12T21:59:22.531Z | [ helios-setup] Dec 12 21:59:21.790 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2409 | 2024-12-12T21:59:22.565Z | [ helios-setup] Dec 12 21:59:21.825 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2410 | 2024-12-12T21:59:22.598Z | [ host-package] Compiling macaddr v1.0.1 |
2411 | 2024-12-12T21:59:22.966Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2412 | 2024-12-12T21:59:23.063Z | [ host-package] Compiling steno v0.4.1 |
2413 | 2024-12-12T21:59:23.363Z | [ host-package] Compiling prettyplease v0.2.25 |
2414 | 2024-12-12T21:59:23.399Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2415 | 2024-12-12T21:59:23.452Z | [ helios-setup] Dec 12 21:59:22.712 INFO E| From https://github.com/oxidecomputer/facade |
2416 | 2024-12-12T21:59:23.452Z | [ helios-setup] Dec 12 21:59:22.712 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2417 | 2024-12-12T21:59:23.493Z | [ helios-setup] Dec 12 21:59:22.752 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2418 | 2024-12-12T21:59:23.837Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2419 | 2024-12-12T21:59:24.522Z | [ helios-setup] Dec 12 21:59:23.782 INFO E| From https://github.com/oxidecomputer/dropshot |
2420 | 2024-12-12T21:59:24.522Z | [ helios-setup] Dec 12 21:59:23.782 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2421 | 2024-12-12T21:59:24.559Z | [ helios-setup] Dec 12 21:59:23.818 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2422 | 2024-12-12T21:59:24.559Z | [ helios-setup] Dec 12 21:59:23.818 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2423 | 2024-12-12T21:59:24.562Z | [ helios-setup] Dec 12 21:59:23.818 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2424 | 2024-12-12T21:59:24.562Z | [ helios-setup] Dec 12 21:59:23.819 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2425 | 2024-12-12T21:59:24.562Z | [ helios-setup] Dec 12 21:59:23.819 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2426 | 2024-12-12T21:59:24.562Z | [ helios-setup] Dec 12 21:59:23.819 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2427 | 2024-12-12T21:59:24.562Z | [ helios-setup] Dec 12 21:59:23.819 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2428 | 2024-12-12T21:59:24.562Z | [ helios-setup] Dec 12 21:59:23.819 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2429 | 2024-12-12T21:59:24.619Z | [ helios-setup] Dec 12 21:59:23.871 INFO E| Updating crates.io index |
2430 | 2024-12-12T21:59:24.802Z | [ helios-setup] Dec 12 21:59:24.061 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2431 | 2024-12-12T21:59:25.059Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2432 | 2024-12-12T21:59:25.410Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2433 | 2024-12-12T21:59:25.600Z | [ helios-setup] Dec 12 21:59:24.860 INFO E| From https://github.com/oxidecomputer/typify |
2434 | 2024-12-12T21:59:25.600Z | [ helios-setup] Dec 12 21:59:24.860 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2435 | 2024-12-12T21:59:25.633Z | [ helios-setup] Dec 12 21:59:24.893 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2436 | 2024-12-12T21:59:25.633Z | [ helios-setup] Dec 12 21:59:24.893 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2437 | 2024-12-12T21:59:25.636Z | [ helios-setup] Dec 12 21:59:24.893 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2438 | 2024-12-12T21:59:25.636Z | [ helios-setup] Dec 12 21:59:24.893 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2439 | 2024-12-12T21:59:25.636Z | [ helios-setup] Dec 12 21:59:24.893 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2440 | 2024-12-12T21:59:25.636Z | [ helios-setup] Dec 12 21:59:24.893 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2441 | 2024-12-12T21:59:25.636Z | [ helios-setup] Dec 12 21:59:24.894 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2442 | 2024-12-12T21:59:26.112Z | [ helios-setup] Dec 12 21:59:25.371 INFO E| Downloading crates ... |
2443 | 2024-12-12T21:59:26.291Z | [ helios-setup] Dec 12 21:59:25.551 INFO E| Downloaded async-stream-impl v0.3.5 |
2444 | 2024-12-12T21:59:26.334Z | [ helios-setup] Dec 12 21:59:25.593 INFO E| Downloaded const-random v0.1.15 |
2445 | 2024-12-12T21:59:26.336Z | [ helios-setup] Dec 12 21:59:25.595 INFO E| Downloaded async-trait v0.1.68 |
2446 | 2024-12-12T21:59:26.357Z | [ helios-setup] Dec 12 21:59:25.617 INFO E| Downloaded project-root v0.2.2 |
2447 | 2024-12-12T21:59:26.360Z | [ helios-setup] Dec 12 21:59:25.618 INFO E| Downloaded concolor-override v1.0.0 |
2448 | 2024-12-12T21:59:26.372Z | [ helios-setup] Dec 12 21:59:25.632 INFO E| Downloaded byteorder v1.4.3 |
2449 | 2024-12-12T21:59:26.375Z | [ helios-setup] Dec 12 21:59:25.634 INFO E| Downloaded block-buffer v0.10.3 |
2450 | 2024-12-12T21:59:26.377Z | [ helios-setup] Dec 12 21:59:25.636 INFO E| Downloaded httpdate v1.0.2 |
2451 | 2024-12-12T21:59:26.380Z | [ helios-setup] Dec 12 21:59:25.638 INFO E| Downloaded const-random-macro v0.1.15 |
2452 | 2024-12-12T21:59:26.382Z | [ helios-setup] Dec 12 21:59:25.640 INFO E| Downloaded async-stream v0.3.5 |
2453 | 2024-12-12T21:59:26.385Z | [ helios-setup] Dec 12 21:59:25.642 INFO E| Downloaded anstyle-parse v0.1.1 |
2454 | 2024-12-12T21:59:26.405Z | [ helios-setup] Dec 12 21:59:25.664 INFO E| Downloaded lazy_static v1.4.0 |
2455 | 2024-12-12T21:59:26.409Z | [ helios-setup] Dec 12 21:59:25.667 INFO E| Downloaded scopeguard v1.1.0 |
2456 | 2024-12-12T21:59:26.411Z | [ helios-setup] Dec 12 21:59:25.669 INFO E| Downloaded futures-executor v0.3.28 |
2457 | 2024-12-12T21:59:26.411Z | [ helios-setup] Dec 12 21:59:25.671 INFO E| Downloaded futures-core v0.3.28 |
2458 | 2024-12-12T21:59:26.414Z | [ helios-setup] Dec 12 21:59:25.673 INFO E| Downloaded percent-encoding v2.2.0 |
2459 | 2024-12-12T21:59:26.417Z | [ helios-setup] Dec 12 21:59:25.674 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2460 | 2024-12-12T21:59:26.419Z | [ helios-setup] Dec 12 21:59:25.678 INFO E| Downloaded proc-macro-crate v1.2.1 |
2461 | 2024-12-12T21:59:26.422Z | [ helios-setup] Dec 12 21:59:25.680 INFO E| Downloaded schemars_derive v0.8.12 |
2462 | 2024-12-12T21:59:26.425Z | [ helios-setup] Dec 12 21:59:25.684 INFO E| Downloaded paste v1.0.12 |
2463 | 2024-12-12T21:59:26.431Z | [ helios-setup] Dec 12 21:59:25.691 INFO E| Downloaded schemars v0.8.12 |
2464 | 2024-12-12T21:59:26.463Z | [ helios-setup] Dec 12 21:59:25.723 INFO E| Downloaded try-lock v0.2.4 |
2465 | 2024-12-12T21:59:26.465Z | [ helios-setup] Dec 12 21:59:25.724 INFO E| Downloaded semver v0.11.0 |
2466 | 2024-12-12T21:59:26.468Z | [ helios-setup] Dec 12 21:59:25.727 INFO E| Downloaded bincode v1.3.3 |
2467 | 2024-12-12T21:59:26.471Z | [ helios-setup] Dec 12 21:59:25.731 INFO E| Downloaded num_cpus v1.15.0 |
2468 | 2024-12-12T21:59:26.475Z | [ helios-setup] Dec 12 21:59:25.735 INFO E| Downloaded want v0.3.0 |
2469 | 2024-12-12T21:59:26.478Z | [ helios-setup] Dec 12 21:59:25.737 INFO E| Downloaded ppv-lite86 v0.2.17 |
2470 | 2024-12-12T21:59:26.480Z | [ helios-setup] Dec 12 21:59:25.739 INFO E| Downloaded num_enum_derive v0.5.7 |
2471 | 2024-12-12T21:59:26.482Z | [ helios-setup] Dec 12 21:59:25.741 INFO E| Downloaded parking_lot_core v0.9.6 |
2472 | 2024-12-12T21:59:26.485Z | [ helios-setup] Dec 12 21:59:25.745 INFO E| Downloaded strsim v0.10.0 |
2473 | 2024-12-12T21:59:26.487Z | [ helios-setup] Dec 12 21:59:25.747 INFO E| Downloaded slog-bunyan v2.4.0 |
2474 | 2024-12-12T21:59:26.490Z | [ helios-setup] Dec 12 21:59:25.748 INFO E| Downloaded digest v0.10.6 |
2475 | 2024-12-12T21:59:26.493Z | [ helios-setup] Dec 12 21:59:25.751 INFO E| Downloaded itoa v1.0.6 |
2476 | 2024-12-12T21:59:26.495Z | [ helios-setup] Dec 12 21:59:25.753 INFO E| Downloaded httparse v1.8.0 |
2477 | 2024-12-12T21:59:26.498Z | [ helios-setup] Dec 12 21:59:25.756 INFO E| Downloaded thiserror-impl v1.0.38 |
2478 | 2024-12-12T21:59:26.498Z | [ helios-setup] Dec 12 21:59:25.758 INFO E| Downloaded quote v1.0.36 |
2479 | 2024-12-12T21:59:26.502Z | [ helios-setup] Dec 12 21:59:25.761 INFO E| Downloaded log v0.4.17 |
2480 | 2024-12-12T21:59:26.505Z | [ helios-setup] Dec 12 21:59:25.765 INFO E| Downloaded rustls-webpki v0.100.1 |
2481 | 2024-12-12T21:59:26.514Z | [ helios-setup] Dec 12 21:59:25.774 INFO E| Downloaded utf8parse v0.2.1 |
2482 | 2024-12-12T21:59:26.517Z | [ helios-setup] Dec 12 21:59:25.776 INFO E| Downloaded thiserror v1.0.38 |
2483 | 2024-12-12T21:59:26.523Z | [ helios-setup] Dec 12 21:59:25.783 INFO E| Downloaded pin-project-lite v0.2.9 |
2484 | 2024-12-12T21:59:26.531Z | [ helios-setup] Dec 12 21:59:25.791 INFO E| Downloaded walkdir v2.3.3 |
2485 | 2024-12-12T21:59:26.534Z | [ helios-setup] Dec 12 21:59:25.794 INFO E| Downloaded smartstring v1.0.1 |
2486 | 2024-12-12T21:59:26.538Z | [ helios-setup] Dec 12 21:59:25.798 INFO E| Downloaded time v0.1.45 |
2487 | 2024-12-12T21:59:26.541Z | [ helios-setup] Dec 12 21:59:25.800 INFO E| Downloaded regress v0.5.0 |
2488 | 2024-12-12T21:59:26.551Z | [ helios-setup] Dec 12 21:59:25.811 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2489 | 2024-12-12T21:59:26.554Z | [ helios-setup] Dec 12 21:59:25.813 INFO E| Downloaded unicode-width v0.1.10 |
2490 | 2024-12-12T21:59:26.557Z | [ helios-setup] Dec 12 21:59:25.816 INFO E| Downloaded crossbeam-utils v0.8.14 |
2491 | 2024-12-12T21:59:26.573Z | [ helios-setup] Dec 12 21:59:25.833 INFO E| Downloaded serde_derive v1.0.204 |
2492 | 2024-12-12T21:59:26.578Z | [ helios-setup] Dec 12 21:59:25.838 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2493 | 2024-12-12T21:59:26.583Z | [ helios-setup] Dec 12 21:59:25.842 INFO E| Downloaded num-traits v0.2.15 |
2494 | 2024-12-12T21:59:26.587Z | [ helios-setup] Dec 12 21:59:25.847 INFO E| Downloaded rhai_codegen v1.5.0 |
2495 | 2024-12-12T21:59:26.603Z | [ helios-setup] Dec 12 21:59:25.863 INFO E| Downloaded ucd-trie v0.1.5 |
2496 | 2024-12-12T21:59:26.606Z | [ helios-setup] Dec 12 21:59:25.865 INFO E| Downloaded serde_yaml v0.9.21 |
2497 | 2024-12-12T21:59:26.613Z | [ helios-setup] Dec 12 21:59:25.872 INFO E| Downloaded unicode-ident v1.0.8 |
2498 | 2024-12-12T21:59:26.618Z | [ helios-setup] Dec 12 21:59:25.877 INFO E| Downloaded uuid v1.3.0 |
2499 | 2024-12-12T21:59:26.625Z | [ helios-setup] Dec 12 21:59:25.885 INFO E| Downloaded socket2 v0.4.9 |
2500 | 2024-12-12T21:59:26.629Z | [ helios-setup] Dec 12 21:59:25.889 INFO E| Downloaded toml v0.5.11 |
2501 | 2024-12-12T21:59:26.634Z | [ helios-setup] Dec 12 21:59:25.894 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2502 | 2024-12-12T21:59:26.641Z | [ helios-setup] Dec 12 21:59:25.901 INFO E| Downloaded url v2.3.1 |
2503 | 2024-12-12T21:59:26.646Z | [ helios-setup] Dec 12 21:59:25.905 INFO E| Downloaded http v0.2.9 |
2504 | 2024-12-12T21:59:26.652Z | [ helios-setup] Dec 12 21:59:25.912 INFO E| Downloaded unicode-linebreak v0.1.4 |
2505 | 2024-12-12T21:59:26.655Z | [ helios-setup] Dec 12 21:59:25.915 INFO E| Downloaded unicode-bidi v0.3.13 |
2506 | 2024-12-12T21:59:26.659Z | [ helios-setup] Dec 12 21:59:25.919 INFO E| Downloaded mio v0.8.5 |
2507 | 2024-12-12T21:59:26.667Z | [ helios-setup] Dec 12 21:59:25.927 INFO E| Downloaded toml_edit v0.19.8 |
2508 | 2024-12-12T21:59:26.701Z | [ helios-setup] Dec 12 21:59:25.960 INFO E| Downloaded tracing-core v0.1.30 |
2509 | 2024-12-12T21:59:26.705Z | [ helios-setup] Dec 12 21:59:25.965 INFO E| Downloaded unicode-normalization v0.1.22 |
2510 | 2024-12-12T21:59:26.711Z | [ helios-setup] Dec 12 21:59:25.971 INFO E| Downloaded tokio-util v0.7.7 |
2511 | 2024-12-12T21:59:26.723Z | [ helios-setup] Dec 12 21:59:25.983 INFO E| Downloaded winnow v0.4.1 |
2512 | 2024-12-12T21:59:26.739Z | [ helios-setup] Dec 12 21:59:25.999 INFO E| Downloaded reqwest v0.11.16 |
2513 | 2024-12-12T21:59:26.753Z | [ helios-setup] Dec 12 21:59:26.013 INFO E| Downloaded futures-util v0.3.28 |
2514 | 2024-12-12T21:59:26.791Z | [ helios-setup] Dec 12 21:59:26.050 INFO E| Downloaded rayon v1.6.1 |
2515 | 2024-12-12T21:59:26.806Z | [ helios-setup] Dec 12 21:59:26.066 INFO E| Downloaded hyper v0.14.25 |
2516 | 2024-12-12T21:59:26.820Z | [ helios-setup] Dec 12 21:59:26.080 INFO E| Downloaded syn v1.0.107 |
2517 | 2024-12-12T21:59:26.838Z | [ helios-setup] Dec 12 21:59:26.098 INFO E| Downloaded git2 v0.16.1 |
2518 | 2024-12-12T21:59:26.850Z | [ helios-setup] Dec 12 21:59:26.110 INFO E| Downloaded syn v2.0.72 |
2519 | 2024-12-12T21:59:26.870Z | [ helios-setup] Dec 12 21:59:26.130 INFO E| Downloaded regex v1.7.3 |
2520 | 2024-12-12T21:59:26.883Z | [ helios-setup] Dec 12 21:59:26.143 INFO E| Downloaded chrono v0.4.24 |
2521 | 2024-12-12T21:59:26.894Z | [ helios-setup] Dec 12 21:59:26.153 INFO E| Downloaded clap_builder v4.2.1 |
2522 | 2024-12-12T21:59:26.904Z | [ helios-setup] Dec 12 21:59:26.164 INFO E| Downloaded rustls v0.21.0 |
2523 | 2024-12-12T21:59:26.923Z | [ helios-setup] Dec 12 21:59:26.183 INFO E| Downloaded rustix v0.37.3 |
2524 | 2024-12-12T21:59:26.953Z | [ helios-setup] Dec 12 21:59:26.212 INFO E| Downloaded rhai v1.14.0 |
2525 | 2024-12-12T21:59:26.973Z | [ helios-setup] Dec 12 21:59:26.232 INFO E| Downloaded h2 v0.3.16 |
2526 | 2024-12-12T21:59:26.982Z | [ helios-setup] Dec 12 21:59:26.242 INFO E| Downloaded serde_json v1.0.95 |
2527 | 2024-12-12T21:59:26.994Z | [ helios-setup] Dec 12 21:59:26.254 INFO E| Downloaded openapiv3 v1.0.2 |
2528 | 2024-12-12T21:59:27.014Z | [ helios-setup] Dec 12 21:59:26.274 INFO E| Downloaded tracing v0.1.37 |
2529 | 2024-12-12T21:59:27.019Z | [ helios-setup] Dec 12 21:59:26.279 INFO E| Downloaded pest v2.5.7 |
2530 | 2024-12-12T21:59:27.026Z | [ helios-setup] Dec 12 21:59:26.286 INFO E| Downloaded aho-corasick v0.7.20 |
2531 | 2024-12-12T21:59:27.033Z | [ helios-setup] Dec 12 21:59:26.292 INFO E| Downloaded rayon-core v1.10.2 |
2532 | 2024-12-12T21:59:27.039Z | [ helios-setup] Dec 12 21:59:26.298 INFO E| Downloaded crossbeam-channel v0.5.6 |
2533 | 2024-12-12T21:59:27.045Z | [ helios-setup] Dec 12 21:59:26.305 INFO E| Downloaded serde v1.0.204 |
2534 | 2024-12-12T21:59:27.051Z | [ helios-setup] Dec 12 21:59:26.311 INFO E| Downloaded flate2 v1.0.25 |
2535 | 2024-12-12T21:59:27.058Z | [ helios-setup] Dec 12 21:59:26.318 INFO E| Downloaded tungstenite v0.18.0 |
2536 | 2024-12-12T21:59:27.084Z | [ helios-setup] Dec 12 21:59:26.344 INFO E| Downloaded toml v0.7.3 |
2537 | 2024-12-12T21:59:27.089Z | [ helios-setup] Dec 12 21:59:26.349 INFO E| Downloaded typenum v1.16.0 |
2538 | 2024-12-12T21:59:27.093Z | [ helios-setup] Dec 12 21:59:26.353 INFO E| Downloaded futures v0.3.28 |
2539 | 2024-12-12T21:59:27.102Z | [ helios-setup] Dec 12 21:59:26.361 INFO E| Downloaded textwrap v0.16.0 |
2540 | 2024-12-12T21:59:27.105Z | [ helios-setup] Dec 12 21:59:26.364 INFO E| Downloaded tempfile v3.5.0 |
2541 | 2024-12-12T21:59:27.108Z | [ helios-setup] Dec 12 21:59:26.368 INFO E| Downloaded memchr v2.5.0 |
2542 | 2024-12-12T21:59:27.114Z | [ helios-setup] Dec 12 21:59:26.374 INFO E| Downloaded bytes v1.4.0 |
2543 | 2024-12-12T21:59:27.121Z | [ helios-setup] Dec 12 21:59:26.381 INFO E| Downloaded tokio-rustls v0.24.0 |
2544 | 2024-12-12T21:59:27.124Z | [ helios-setup] Dec 12 21:59:26.384 INFO E| Downloaded tinyvec v1.6.0 |
2545 | 2024-12-12T21:59:27.129Z | [ helios-setup] Dec 12 21:59:26.389 INFO E| Downloaded tokio v1.27.0 |
2546 | 2024-12-12T21:59:27.181Z | [ helios-setup] Dec 12 21:59:26.440 INFO E| Downloaded smallvec v1.10.0 |
2547 | 2024-12-12T21:59:27.184Z | [ helios-setup] Dec 12 21:59:26.444 INFO E| Downloaded miniz_oxide v0.6.2 |
2548 | 2024-12-12T21:59:27.188Z | [ helios-setup] Dec 12 21:59:26.448 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2549 | 2024-12-12T21:59:27.193Z | [ helios-setup] Dec 12 21:59:26.452 INFO E| Downloaded libc v0.2.139 |
2550 | 2024-12-12T21:59:27.230Z | [ helios-setup] Dec 12 21:59:26.490 INFO E| Downloaded cc v1.0.78 |
2551 | 2024-12-12T21:59:27.233Z | [ helios-setup] Dec 12 21:59:26.493 INFO E| Downloaded base64 v0.21.0 |
2552 | 2024-12-12T21:59:27.239Z | [ helios-setup] Dec 12 21:59:26.498 INFO E| Downloaded rustls-pemfile v1.0.2 |
2553 | 2024-12-12T21:59:27.241Z | [ helios-setup] Dec 12 21:59:26.501 INFO E| Downloaded iana-time-zone v0.1.56 |
2554 | 2024-12-12T21:59:27.244Z | [ helios-setup] Dec 12 21:59:26.504 INFO E| Downloaded clap v4.2.1 |
2555 | 2024-12-12T21:59:27.268Z | [ helios-setup] Dec 12 21:59:26.527 INFO E| Downloaded camino v1.1.4 |
2556 | 2024-12-12T21:59:27.271Z | [ helios-setup] Dec 12 21:59:26.530 INFO E| Downloaded toml_datetime v0.6.1 |
2557 | 2024-12-12T21:59:27.274Z | [ helios-setup] Dec 12 21:59:26.532 INFO E| Downloaded tokio-macros v2.0.0 |
2558 | 2024-12-12T21:59:27.274Z | [ helios-setup] Dec 12 21:59:26.533 INFO E| Downloaded proc-macro2 v1.0.86 |
2559 | 2024-12-12T21:59:27.285Z | [ helios-setup] Dec 12 21:59:26.538 INFO E| Downloaded parking_lot v0.12.1 |
2560 | 2024-12-12T21:59:27.285Z | [ helios-setup] Dec 12 21:59:26.541 INFO E| Downloaded ahash v0.8.3 |
2561 | 2024-12-12T21:59:27.285Z | [ helios-setup] Dec 12 21:59:26.544 INFO E| Downloaded anyhow v1.0.68 |
2562 | 2024-12-12T21:59:27.290Z | [ helios-setup] Dec 12 21:59:26.549 INFO E| Downloaded toolchain_find v0.2.0 |
2563 | 2024-12-12T21:59:27.292Z | [ helios-setup] Dec 12 21:59:26.551 INFO E| Downloaded terminal_size v0.2.6 |
2564 | 2024-12-12T21:59:27.295Z | [ helios-setup] Dec 12 21:59:26.553 INFO E| Downloaded serde_derive_internals v0.26.0 |
2565 | 2024-12-12T21:59:27.298Z | [ helios-setup] Dec 12 21:59:26.555 INFO E| Downloaded semver v1.0.17 |
2566 | 2024-12-12T21:59:27.300Z | [ helios-setup] Dec 12 21:59:26.558 INFO E| Downloaded sct v0.7.0 |
2567 | 2024-12-12T21:59:27.303Z | [ helios-setup] Dec 12 21:59:26.563 INFO E| Downloaded once_cell v1.17.0 |
2568 | 2024-12-12T21:59:27.307Z | [ helios-setup] Dec 12 21:59:26.567 INFO E| Downloaded getrandom v0.2.8 |
2569 | 2024-12-12T21:59:27.311Z | [ helios-setup] Dec 12 21:59:26.570 INFO E| Downloaded clap_derive v4.2.0 |
2570 | 2024-12-12T21:59:27.314Z | [ helios-setup] Dec 12 21:59:26.573 INFO E| Downloaded io-lifetimes v1.0.10 |
2571 | 2024-12-12T21:59:27.319Z | [ helios-setup] Dec 12 21:59:26.578 INFO E| Downloaded ahash v0.7.6 |
2572 | 2024-12-12T21:59:27.322Z | [ helios-setup] Dec 12 21:59:26.582 INFO E| Downloaded futures-channel v0.3.28 |
2573 | 2024-12-12T21:59:27.330Z | [ helios-setup] Dec 12 21:59:26.589 INFO E| Downloaded cargo-lock v8.0.3 |
2574 | 2024-12-12T21:59:27.334Z | [ helios-setup] Dec 12 21:59:26.594 INFO E| Downloaded smawk v0.3.1 |
2575 | 2024-12-12T21:59:27.336Z | [ helios-setup] Dec 12 21:59:26.596 INFO E| Downloaded slog-async v2.7.0 |
2576 | 2024-12-12T21:59:27.338Z | [ helios-setup] Dec 12 21:59:26.598 INFO E| Downloaded slab v0.4.7 |
2577 | 2024-12-12T21:59:27.341Z | [ helios-setup] Dec 12 21:59:26.599 INFO E| Downloaded sha2 v0.10.6 |
2578 | 2024-12-12T21:59:27.343Z | [ helios-setup] Dec 12 21:59:26.603 INFO E| Downloaded anstyle v0.3.5 |
2579 | 2024-12-12T21:59:27.345Z | [ helios-setup] Dec 12 21:59:26.604 INFO E| Downloaded memoffset v0.7.1 |
2580 | 2024-12-12T21:59:27.348Z | [ helios-setup] Dec 12 21:59:26.606 INFO E| Downloaded lock_api v0.4.9 |
2581 | 2024-12-12T21:59:27.350Z | [ helios-setup] Dec 12 21:59:26.608 INFO E| Downloaded ipnet v2.7.2 |
2582 | 2024-12-12T21:59:27.353Z | [ helios-setup] Dec 12 21:59:26.611 INFO E| Downloaded home v0.5.4 |
2583 | 2024-12-12T21:59:27.353Z | [ helios-setup] Dec 12 21:59:26.612 INFO E| Downloaded generic-array v0.14.6 |
2584 | 2024-12-12T21:59:27.355Z | [ helios-setup] Dec 12 21:59:26.614 INFO E| Downloaded clap_lex v0.4.1 |
2585 | 2024-12-12T21:59:27.358Z | [ helios-setup] Dec 12 21:59:26.615 INFO E| Downloaded cpufeatures v0.2.5 |
2586 | 2024-12-12T21:59:27.358Z | [ helios-setup] Dec 12 21:59:26.617 INFO E| Downloaded concolor-query v0.3.3 |
2587 | 2024-12-12T21:59:27.360Z | [ helios-setup] Dec 12 21:59:26.619 INFO E| Downloaded tower-service v0.3.2 |
2588 | 2024-12-12T21:59:27.360Z | [ helios-setup] Dec 12 21:59:26.620 INFO E| Downloaded signal-hook-registry v1.4.0 |
2589 | 2024-12-12T21:59:27.363Z | [ helios-setup] Dec 12 21:59:26.621 INFO E| Downloaded sha1 v0.10.5 |
2590 | 2024-12-12T21:59:27.366Z | [ helios-setup] Dec 12 21:59:26.623 INFO E| Downloaded serde_tokenstream v0.2.0 |
2591 | 2024-12-12T21:59:27.370Z | [ helios-setup] Dec 12 21:59:26.629 INFO E| Downloaded serde_spanned v0.6.1 |
2592 | 2024-12-12T21:59:27.372Z | [ helios-setup] Dec 12 21:59:26.631 INFO E| Downloaded serde_path_to_error v0.1.11 |
2593 | 2024-12-12T21:59:27.374Z | [ helios-setup] Dec 12 21:59:26.634 INFO E| Downloaded semver-parser v0.10.2 |
2594 | 2024-12-12T21:59:27.377Z | [ helios-setup] Dec 12 21:59:26.636 INFO E| Downloaded pkg-config v0.3.26 |
2595 | 2024-12-12T21:59:27.379Z | [ helios-setup] Dec 12 21:59:26.639 INFO E| Downloaded num_enum v0.5.7 |
2596 | 2024-12-12T21:59:27.383Z | [ helios-setup] Dec 12 21:59:26.643 INFO E| Downloaded is-terminal v0.4.7 |
2597 | 2024-12-12T21:59:27.386Z | [ helios-setup] Dec 12 21:59:26.645 INFO E| Downloaded http-body v0.4.5 |
2598 | 2024-12-12T21:59:27.389Z | [ helios-setup] Dec 12 21:59:26.647 INFO E| Downloaded futures-task v0.3.28 |
2599 | 2024-12-12T21:59:27.391Z | [ helios-setup] Dec 12 21:59:26.649 INFO E| Downloaded futures-io v0.3.28 |
2600 | 2024-12-12T21:59:27.392Z | [ helios-setup] Dec 12 21:59:26.650 INFO E| Downloaded either v1.8.0 |
2601 | 2024-12-12T21:59:27.394Z | [ helios-setup] Dec 12 21:59:26.652 INFO E| Downloaded crossbeam-deque v0.8.2 |
2602 | 2024-12-12T21:59:27.396Z | [ helios-setup] Dec 12 21:59:26.656 INFO E| Downloaded num-integer v0.1.45 |
2603 | 2024-12-12T21:59:27.399Z | [ helios-setup] Dec 12 21:59:26.659 INFO E| Downloaded jobserver v0.1.26 |
2604 | 2024-12-12T21:59:27.402Z | [ helios-setup] Dec 12 21:59:26.661 INFO E| Downloaded futures-sink v0.3.28 |
2605 | 2024-12-12T21:59:27.404Z | [ helios-setup] Dec 12 21:59:26.662 INFO E| Downloaded form_urlencoded v1.1.0 |
2606 | 2024-12-12T21:59:27.404Z | [ helios-setup] Dec 12 21:59:26.663 INFO E| Downloaded ryu v1.0.13 |
2607 | 2024-12-12T21:59:27.408Z | [ helios-setup] Dec 12 21:59:26.668 INFO E| Downloaded encoding_rs v0.8.32 |
2608 | 2024-12-12T21:59:27.507Z | [ helios-setup] Dec 12 21:59:26.766 INFO E| Downloaded futures-macro v0.3.28 |
2609 | 2024-12-12T21:59:27.510Z | [ helios-setup] Dec 12 21:59:26.768 INFO E| Downloaded errno v0.3.1 |
2610 | 2024-12-12T21:59:27.513Z | [ helios-setup] Dec 12 21:59:26.770 INFO E| Downloaded fastrand v1.9.0 |
2611 | 2024-12-12T21:59:27.513Z | [ helios-setup] Dec 12 21:59:26.772 INFO E| Downloaded dyn-clone v1.0.11 |
2612 | 2024-12-12T21:59:27.515Z | [ helios-setup] Dec 12 21:59:26.775 INFO E| Downloaded built v0.6.0 |
2613 | 2024-12-12T21:59:27.517Z | [ helios-setup] Dec 12 21:59:26.777 INFO E| Downloaded autocfg v1.1.0 |
2614 | 2024-12-12T21:59:27.520Z | [ helios-setup] Dec 12 21:59:26.779 INFO E| Downloaded anstream v0.2.6 |
2615 | 2024-12-12T21:59:27.578Z | [ helios-setup] Dec 12 21:59:26.838 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2616 | 2024-12-12T21:59:27.738Z | [ helios-setup] Dec 12 21:59:26.997 INFO E| Downloaded libz-sys v1.1.8 |
2617 | 2024-12-12T21:59:28.082Z | [ helios-setup] Dec 12 21:59:27.341 INFO E| Compiling proc-macro2 v1.0.86 |
2618 | 2024-12-12T21:59:28.082Z | [ helios-setup] Dec 12 21:59:27.341 INFO E| Compiling libc v0.2.139 |
2619 | 2024-12-12T21:59:28.082Z | [ helios-setup] Dec 12 21:59:27.341 INFO E| Compiling unicode-ident v1.0.8 |
2620 | 2024-12-12T21:59:28.084Z | [ helios-setup] Dec 12 21:59:27.341 INFO E| Compiling autocfg v1.1.0 |
2621 | 2024-12-12T21:59:28.084Z | [ helios-setup] Dec 12 21:59:27.341 INFO E| Compiling cfg-if v1.0.0 |
2622 | 2024-12-12T21:59:28.084Z | [ helios-setup] Dec 12 21:59:27.342 INFO E| Compiling version_check v0.9.4 |
2623 | 2024-12-12T21:59:28.085Z | [ helios-setup] Dec 12 21:59:27.342 INFO E| Compiling serde v1.0.204 |
2624 | 2024-12-12T21:59:28.085Z | [ helios-setup] Dec 12 21:59:27.342 INFO E| Compiling syn v1.0.107 |
2625 | 2024-12-12T21:59:28.707Z | [ helios-setup] Dec 12 21:59:27.967 INFO E| Compiling memchr v2.5.0 |
2626 | 2024-12-12T21:59:29.364Z | [ helios-setup] Dec 12 21:59:28.623 INFO E| Compiling once_cell v1.17.0 |
2627 | 2024-12-12T21:59:29.816Z | [ helios-setup] Dec 12 21:59:29.071 INFO E| Compiling thiserror v1.0.38 |
2628 | 2024-12-12T21:59:29.816Z | [ helios-setup] Dec 12 21:59:29.072 INFO E| Compiling log v0.4.17 |
2629 | 2024-12-12T21:59:30.357Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2630 | 2024-12-12T21:59:30.439Z | [ helios-setup] Dec 12 21:59:29.699 INFO E| Compiling itoa v1.0.6 |
2631 | 2024-12-12T21:59:30.979Z | [ helios-setup] Dec 12 21:59:30.239 INFO E| Compiling serde_json v1.0.95 |
2632 | 2024-12-12T21:59:31.655Z | [ helios-setup] Dec 12 21:59:30.914 INFO E| Compiling indexmap v1.9.3 |
2633 | 2024-12-12T21:59:31.832Z | [ helios-setup] Dec 12 21:59:31.091 INFO E| Compiling pin-project-lite v0.2.9 |
2634 | 2024-12-12T21:59:31.992Z | [ helios-setup] Dec 12 21:59:31.251 INFO E| Compiling scopeguard v1.1.0 |
2635 | 2024-12-12T21:59:32.392Z | [ helios-setup] Dec 12 21:59:31.651 INFO E| Compiling num-integer v0.1.45 |
2636 | 2024-12-12T21:59:32.395Z | [ helios-setup] Dec 12 21:59:31.652 INFO E| Compiling futures-core v0.3.28 |
2637 | 2024-12-12T21:59:32.500Z | [ helios-setup] Dec 12 21:59:31.760 INFO E| Compiling getrandom v0.2.8 |
2638 | 2024-12-12T21:59:32.598Z | [ helios-setup] Dec 12 21:59:31.858 INFO E| Compiling jobserver v0.1.26 |
2639 | 2024-12-12T21:59:33.209Z | [ helios-setup] Dec 12 21:59:32.468 INFO E| Compiling quote v1.0.36 |
2640 | 2024-12-12T21:59:33.441Z | [ helios-setup] Dec 12 21:59:32.700 INFO E| Compiling cc v1.0.78 |
2641 | 2024-12-12T21:59:33.444Z | [ helios-setup] Dec 12 21:59:32.701 INFO E| Compiling bytes v1.4.0 |
2642 | 2024-12-12T21:59:34.378Z | [ helios-setup] Dec 12 21:59:33.635 INFO E| Compiling syn v2.0.72 |
2643 | 2024-12-12T21:59:34.511Z | [ helios-setup] Dec 12 21:59:33.771 INFO E| Compiling ryu v1.0.13 |
2644 | 2024-12-12T21:59:35.678Z | [ helios-setup] Dec 12 21:59:34.937 INFO E| Compiling lock_api v0.4.9 |
2645 | 2024-12-12T21:59:36.134Z | [ helios-setup] Dec 12 21:59:35.393 INFO E| Compiling typenum v1.16.0 |
2646 | 2024-12-12T21:59:36.297Z | [ helios-setup] Dec 12 21:59:35.555 INFO E| Compiling parking_lot_core v0.9.6 |
2647 | 2024-12-12T21:59:36.421Z | [ helios-setup] Dec 12 21:59:35.681 INFO E| Compiling bitflags v1.3.2 |
2648 | 2024-12-12T21:59:36.443Z | [ host-package] Compiling half v2.4.1 |
2649 | 2024-12-12T21:59:36.980Z | [ helios-setup] Dec 12 21:59:36.239 INFO E| Compiling num_cpus v1.15.0 |
2650 | 2024-12-12T21:59:37.334Z | [ helios-setup] Dec 12 21:59:36.593 INFO E| Compiling slab v0.4.7 |
2651 | 2024-12-12T21:59:37.477Z | [ helios-setup] Dec 12 21:59:36.737 INFO E| Compiling generic-array v0.14.6 |
2652 | 2024-12-12T21:59:37.480Z | [ helios-setup] Dec 12 21:59:36.737 INFO E| Compiling futures-task v0.3.28 |
2653 | 2024-12-12T21:59:37.670Z | [ helios-setup] Dec 12 21:59:36.930 INFO E| Compiling futures-channel v0.3.28 |
2654 | 2024-12-12T21:59:37.814Z | [ helios-setup] Dec 12 21:59:37.073 INFO E| Compiling futures-sink v0.3.28 |
2655 | 2024-12-12T21:59:37.872Z | [ host-package] Compiling ciborium-io v0.2.2 |
2656 | 2024-12-12T21:59:38.187Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2657 | 2024-12-12T21:59:38.802Z | [ helios-setup] Dec 12 21:59:38.061 INFO E| Compiling tokio v1.27.0 |
2658 | 2024-12-12T21:59:38.864Z | [ helios-setup] Dec 12 21:59:38.124 INFO E| Compiling futures-util v0.3.28 |
2659 | 2024-12-12T21:59:38.944Z | [ helios-setup] Dec 12 21:59:38.204 INFO E| Compiling schemars v0.8.12 |
2660 | 2024-12-12T21:59:39.107Z | [ host-package] Compiling tungstenite v0.21.0 |
2661 | 2024-12-12T21:59:39.637Z | [ host-package] Compiling ciborium v0.2.2 |
2662 | 2024-12-12T21:59:39.883Z | [ helios-setup] Dec 12 21:59:39.143 INFO E| Compiling mio v0.8.5 |
2663 | 2024-12-12T21:59:40.002Z | [ helios-setup] Dec 12 21:59:39.260 INFO E| Compiling signal-hook-registry v1.4.0 |
2664 | 2024-12-12T21:59:40.301Z | [ helios-setup] Dec 12 21:59:39.561 INFO E| Compiling socket2 v0.4.9 |
2665 | 2024-12-12T21:59:40.695Z | [ helios-setup] Dec 12 21:59:39.953 INFO E| Compiling num-traits v0.2.15 |
2666 | 2024-12-12T21:59:40.749Z | [ helios-setup] Dec 12 21:59:40.009 INFO E| Compiling ahash v0.7.6 |
2667 | 2024-12-12T21:59:41.495Z | [ helios-setup] Dec 12 21:59:40.755 INFO E| Compiling futures-io v0.3.28 |
2668 | 2024-12-12T21:59:41.629Z | [ helios-setup] Dec 12 21:59:40.887 INFO E| Compiling pin-utils v0.1.0 |
2669 | 2024-12-12T21:59:42.157Z | [ helios-setup] Dec 12 21:59:41.416 INFO E| Compiling crunchy v0.2.2 |
2670 | 2024-12-12T21:59:42.452Z | [ helios-setup] Dec 12 21:59:41.712 INFO E| Compiling io-lifetimes v1.0.10 |
2671 | 2024-12-12T21:59:43.464Z | [ helios-setup] Dec 12 21:59:42.723 INFO E| Compiling ahash v0.8.3 |
2672 | 2024-12-12T21:59:43.562Z | [ helios-setup] Dec 12 21:59:42.822 INFO E| Compiling hashbrown v0.12.3 |
2673 | 2024-12-12T21:59:44.192Z | [ helios-setup] Dec 12 21:59:43.452 INFO E| Compiling tiny-keccak v2.0.2 |
2674 | 2024-12-12T21:59:44.243Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2675 | 2024-12-12T21:59:44.533Z | [ helios-setup] Dec 12 21:59:43.793 INFO E| Compiling rustix v0.37.3 |
2676 | 2024-12-12T21:59:44.850Z | [ helios-setup] Dec 12 21:59:44.110 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2677 | 2024-12-12T21:59:45.504Z | [ helios-setup] Dec 12 21:59:44.764 INFO E| Compiling block-buffer v0.10.3 |
2678 | 2024-12-12T21:59:45.823Z | [ helios-setup] Dec 12 21:59:45.083 INFO E| Compiling crypto-common v0.1.6 |
2679 | 2024-12-12T21:59:46.101Z | [ helios-setup] Dec 12 21:59:45.343 INFO E| Compiling serde_derive_internals v0.26.0 |
2680 | 2024-12-12T21:59:46.735Z | [ helios-setup] Dec 12 21:59:45.995 INFO E| Compiling errno v0.3.1 |
2681 | 2024-12-12T21:59:47.255Z | [ helios-setup] Dec 12 21:59:46.515 INFO E| Compiling slog v2.7.0 |
2682 | 2024-12-12T21:59:47.379Z | [ helios-setup] Dec 12 21:59:46.639 INFO E| Compiling crossbeam-utils v0.8.14 |
2683 | 2024-12-12T21:59:47.476Z | [ helios-setup] Dec 12 21:59:46.736 INFO E| Compiling pkg-config v0.3.26 |
2684 | 2024-12-12T21:59:47.971Z | [ helios-setup] Dec 12 21:59:47.231 INFO E| Compiling fnv v1.0.7 |
2685 | 2024-12-12T21:59:47.983Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2686 | 2024-12-12T21:59:48.392Z | [ helios-setup] Dec 12 21:59:47.652 INFO E| Compiling http v0.2.9 |
2687 | 2024-12-12T21:59:48.950Z | [ host-package] Compiling display-error-chain v0.2.2 |
2688 | 2024-12-12T21:59:49.417Z | [ host-package] Compiling fastrand v2.1.1 |
2689 | 2024-12-12T21:59:51.164Z | [ host-package] Compiling same-file v1.0.6 |
2690 | 2024-12-12T21:59:51.473Z | [ helios-setup] Dec 12 21:59:50.733 INFO E| Compiling digest v0.10.6 |
2691 | 2024-12-12T21:59:51.555Z | [ helios-setup] Dec 12 21:59:50.815 INFO E| Compiling aho-corasick v0.7.20 |
2692 | 2024-12-12T21:59:51.641Z | [ host-package] Compiling walkdir v2.5.0 |
2693 | 2024-12-12T21:59:51.790Z | [ helios-setup] Dec 12 21:59:51.050 INFO E| Compiling anyhow v1.0.68 |
2694 | 2024-12-12T21:59:52.380Z | [ helios-setup] Dec 12 21:59:51.640 INFO E| Compiling cpufeatures v0.2.5 |
2695 | 2024-12-12T21:59:52.630Z | [ helios-setup] Dec 12 21:59:51.890 INFO E| Compiling tinyvec_macros v0.1.1 |
2696 | 2024-12-12T21:59:52.928Z | [ helios-setup] Dec 12 21:59:52.187 INFO E| Compiling httparse v1.8.0 |
2697 | 2024-12-12T21:59:53.213Z | [ helios-setup] Dec 12 21:59:52.473 INFO E| Compiling unicode-width v0.1.10 |
2698 | 2024-12-12T21:59:53.227Z | [ host-package] Compiling tempfile v3.13.0 |
2699 | 2024-12-12T21:59:53.853Z | [ helios-setup] Dec 12 21:59:53.113 INFO E| Compiling heck v0.4.1 |
2700 | 2024-12-12T21:59:53.949Z | [ helios-setup] Dec 12 21:59:53.209 INFO E| Compiling regex-syntax v0.6.29 |
2701 | 2024-12-12T21:59:54.468Z | [ helios-setup] Dec 12 21:59:53.728 INFO E| Compiling percent-encoding v2.2.0 |
2702 | 2024-12-12T21:59:55.148Z | [ helios-setup] Dec 12 21:59:54.408 INFO E| Compiling form_urlencoded v1.1.0 |
2703 | 2024-12-12T21:59:55.223Z | [ helios-setup] Dec 12 21:59:54.483 INFO E| Compiling tinyvec v1.6.0 |
2704 | 2024-12-12T21:59:55.608Z | [ helios-setup] Dec 12 21:59:54.868 INFO E| Compiling const-random-macro v0.1.15 |
2705 | 2024-12-12T21:59:55.694Z | [ host-package] Compiling ring v0.16.20 |
2706 | 2024-12-12T21:59:56.812Z | [ helios-setup] Dec 12 21:59:56.073 INFO E| Compiling hashbrown v0.13.2 |
2707 | 2024-12-12T21:59:57.020Z | [ helios-setup] Dec 12 21:59:56.280 INFO E| Compiling thiserror-impl v1.0.38 |
2708 | 2024-12-12T21:59:57.405Z | [ helios-setup] Dec 12 21:59:56.665 INFO E| Compiling schemars_derive v0.8.12 |
2709 | 2024-12-12T21:59:57.848Z | [ helios-setup] Dec 12 21:59:57.108 INFO E| Compiling serde_derive v1.0.204 |
2710 | 2024-12-12T21:59:58.422Z | [ host-package] Compiling blake3 v1.5.4 |
2711 | 2024-12-12T21:59:59.015Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2712 | 2024-12-12T21:59:59.028Z | [ helios-setup] Dec 12 21:59:58.288 INFO E| Compiling futures-macro v0.3.28 |
2713 | 2024-12-12T21:59:59.141Z | [ helios-setup] Dec 12 21:59:58.401 INFO E| Compiling tokio-macros v2.0.0 |
2714 | 2024-12-12T21:59:59.255Z | [ helios-setup] Dec 12 21:59:58.515 INFO E| Compiling libz-sys v1.1.8 |
2715 | 2024-12-12T22:00:00.172Z | [ host-package] Compiling xattr v1.3.1 |
2716 | 2024-12-12T22:00:00.332Z | [ host-package] Compiling memmap2 v0.9.5 |
2717 | 2024-12-12T22:00:00.699Z | [ host-package] Compiling filetime v0.2.25 |
2718 | 2024-12-12T22:00:00.979Z | [ helios-setup] Dec 12 22:00:00.239 INFO E| Compiling regex v1.7.3 |
2719 | 2024-12-12T22:00:01.215Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2720 | 2024-12-12T22:00:01.290Z | [ host-package] Compiling keccak v0.1.5 |
2721 | 2024-12-12T22:00:01.293Z | [ host-package] Compiling arrayvec v0.7.6 |
2722 | 2024-12-12T22:00:01.433Z | [ host-package] Compiling spin v0.5.2 |
2723 | 2024-12-12T22:00:01.775Z | [ host-package] Compiling arrayref v0.3.9 |
2724 | 2024-12-12T22:00:01.880Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2725 | 2024-12-12T22:00:02.113Z | [ helios-setup] Dec 12 22:00:01.373 INFO E| Compiling chrono v0.4.24 |
2726 | 2024-12-12T22:00:02.472Z | [ host-package] Compiling sha3 v0.10.8 |
2727 | 2024-12-12T22:00:03.159Z | [ host-package] Compiling tar v0.4.42 |
2728 | 2024-12-12T22:00:03.344Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2729 | 2024-12-12T22:00:04.317Z | [ helios-setup] Dec 12 22:00:03.577 INFO E| Compiling uuid v1.3.0 |
2730 | 2024-12-12T22:00:04.480Z | [ helios-setup] Dec 12 22:00:03.740 INFO E| Compiling dyn-clone v1.0.11 |
2731 | 2024-12-12T22:00:04.486Z | [ host-package] Compiling toolchain_find v0.4.0 |
2732 | 2024-12-12T22:00:04.660Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2733 | 2024-12-12T22:00:04.804Z | [ host-package] Compiling maplit v1.0.2 |
2734 | 2024-12-12T22:00:04.862Z | [ helios-setup] Dec 12 22:00:04.122 INFO E| Compiling unicode-normalization v0.1.22 |
2735 | 2024-12-12T22:00:04.999Z | [ helios-setup] Dec 12 22:00:04.259 INFO E| Compiling regress v0.5.0 |
2736 | 2024-12-12T22:00:05.328Z | [ host-package] Compiling topological-sort v0.2.2 |
2737 | 2024-12-12T22:00:05.760Z | [ helios-setup] Dec 12 22:00:05.020 INFO E| Compiling const-random v0.1.15 |
2738 | 2024-12-12T22:00:05.817Z | [ host-package] Compiling crunchy v0.2.2 |
2739 | 2024-12-12T22:00:06.122Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2740 | 2024-12-12T22:00:06.725Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2741 | 2024-12-12T22:00:06.956Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2742 | 2024-12-12T22:00:07.184Z | [ helios-setup] Dec 12 22:00:06.443 INFO E| Compiling getopts v0.2.21 |
2743 | 2024-12-12T22:00:07.768Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2744 | 2024-12-12T22:00:07.815Z | [ host-package] Compiling phf_generator v0.11.2 |
2745 | 2024-12-12T22:00:08.256Z | [ helios-setup] Dec 12 22:00:07.516 INFO E| Compiling tracing-core v0.1.30 |
2746 | 2024-12-12T22:00:08.369Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2747 | 2024-12-12T22:00:08.450Z | [ host-package] Compiling const_format v0.2.33 |
2748 | 2024-12-12T22:00:08.453Z | [ host-package] Compiling secrecy v0.8.0 |
2749 | 2024-12-12T22:00:09.345Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2750 | 2024-12-12T22:00:09.363Z | [ helios-setup] Dec 12 22:00:08.624 INFO E| Compiling memoffset v0.7.1 |
2751 | 2024-12-12T22:00:09.647Z | [ helios-setup] Dec 12 22:00:08.907 INFO E| Compiling unicode-bidi v0.3.13 |
2752 | 2024-12-12T22:00:10.370Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2753 | 2024-12-12T22:00:10.437Z | [ helios-setup] Dec 12 22:00:09.697 INFO E| Compiling num-conv v0.1.0 |
2754 | 2024-12-12T22:00:10.614Z | [ host-package] Compiling arc-swap v1.7.1 |
2755 | 2024-12-12T22:00:10.655Z | [ host-package] Compiling diesel_derives v2.2.3 |
2756 | 2024-12-12T22:00:10.864Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2757 | 2024-12-12T22:00:11.231Z | [ host-package] Compiling r2d2 v0.8.10 |
2758 | 2024-12-12T22:00:11.658Z | [ host-package] Compiling phf_codegen v0.11.2 |
2759 | 2024-12-12T22:00:11.898Z | [ helios-setup] Dec 12 22:00:11.159 INFO E| Compiling time-core v0.1.2 |
2760 | 2024-12-12T22:00:11.902Z | [ host-package] Compiling slog-scope v4.4.0 |
2761 | 2024-12-12T22:00:12.286Z | [ helios-setup] Dec 12 22:00:11.546 INFO E| Compiling ucd-trie v0.1.5 |
2762 | 2024-12-12T22:00:12.368Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2763 | 2024-12-12T22:00:12.478Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2764 | 2024-12-12T22:00:12.720Z | [ helios-setup] Dec 12 22:00:11.980 INFO E| Compiling powerfmt v0.2.0 |
2765 | 2024-12-12T22:00:12.910Z | [ helios-setup] Dec 12 22:00:12.170 INFO E| Compiling pest v2.5.7 |
2766 | 2024-12-12T22:00:13.379Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2767 | 2024-12-12T22:00:13.461Z | [ host-package] Compiling universal-hash v0.5.1 |
2768 | 2024-12-12T22:00:13.566Z | [ helios-setup] Dec 12 22:00:12.827 INFO E| Compiling deranged v0.3.11 |
2769 | 2024-12-12T22:00:13.737Z | [ helios-setup] Dec 12 22:00:12.998 INFO E| Compiling time-macros v0.2.18 |
2770 | 2024-12-12T22:00:13.945Z | [ helios-setup] Dec 12 22:00:13.205 INFO E| Compiling idna v0.3.0 |
2771 | 2024-12-12T22:00:14.366Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2772 | 2024-12-12T22:00:14.525Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2773 | 2024-12-12T22:00:17.532Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2774 | 2024-12-12T22:00:17.827Z | [ host-package] Compiling ena v0.14.3 |
2775 | 2024-12-12T22:00:18.360Z | [ helios-setup] Dec 12 22:00:17.620 INFO E| Compiling tracing v0.1.37 |
2776 | 2024-12-12T22:00:18.681Z | [ host-package] Compiling diff v0.1.13 |
2777 | 2024-12-12T22:00:19.423Z | [ host-package] Compiling opaque-debug v0.3.1 |
2778 | 2024-12-12T22:00:19.652Z | [ helios-setup] Dec 12 22:00:18.912 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2779 | 2024-12-12T22:00:19.763Z | [ host-package] Compiling regex-syntax v0.6.29 |
2780 | 2024-12-12T22:00:19.847Z | [ host-package] Compiling poly1305 v0.8.0 |
2781 | 2024-12-12T22:00:19.863Z | [ helios-setup] Dec 12 22:00:19.124 INFO E| Compiling time v0.1.45 |
2782 | 2024-12-12T22:00:20.318Z | [ helios-setup] Dec 12 22:00:19.578 INFO E| Compiling crossbeam-epoch v0.9.13 |
2783 | 2024-12-12T22:00:21.979Z | [ helios-setup] Dec 12 22:00:21.240 INFO E| Compiling num_threads v0.1.6 |
2784 | 2024-12-12T22:00:22.369Z | [ helios-setup] Dec 12 22:00:21.629 INFO E| Compiling semver v1.0.17 |
2785 | 2024-12-12T22:00:22.897Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2786 | 2024-12-12T22:00:23.322Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2787 | 2024-12-12T22:00:23.327Z | [ helios-setup] Dec 12 22:00:22.588 INFO E| Compiling iana-time-zone v0.1.56 |
2788 | 2024-12-12T22:00:23.696Z | [ helios-setup] Dec 12 22:00:22.957 INFO E| Compiling time v0.3.36 |
2789 | 2024-12-12T22:00:24.960Z | [ helios-setup] Dec 12 22:00:24.220 INFO E| Compiling url v2.3.1 |
2790 | 2024-12-12T22:00:25.320Z | [ helios-setup] Dec 12 22:00:24.581 INFO E| Compiling semver-parser v0.10.2 |
2791 | 2024-12-12T22:00:25.534Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2792 | 2024-12-12T22:00:26.126Z | [ helios-setup] Dec 12 22:00:25.386 INFO E| Compiling toml v0.5.11 |
2793 | 2024-12-12T22:00:27.583Z | [ helios-setup] Dec 12 22:00:26.844 INFO E| Compiling smallvec v1.10.0 |
2794 | 2024-12-12T22:00:27.600Z | [ host-package] Compiling lalrpop v0.19.12 |
2795 | 2024-12-12T22:00:30.628Z | [ helios-setup] Dec 12 22:00:29.889 INFO E| Compiling parking_lot v0.12.1 |
2796 | 2024-12-12T22:00:31.943Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2797 | 2024-12-12T22:00:32.593Z | [ helios-setup] Dec 12 22:00:31.854 INFO E| Compiling serde_tokenstream v0.2.0 |
2798 | 2024-12-12T22:00:33.065Z | [ host-package] Compiling diesel v2.2.6 |
2799 | 2024-12-12T22:00:34.236Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2800 | 2024-12-12T22:00:34.915Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2801 | 2024-12-12T22:00:34.959Z | [ helios-setup] Dec 12 22:00:34.220 INFO E| Compiling crossbeam-channel v0.5.6 |
2802 | 2024-12-12T22:00:35.435Z | [ helios-setup] Dec 12 22:00:34.695 INFO E| Compiling dirs-sys-next v0.1.2 |
2803 | 2024-12-12T22:00:35.518Z | [ host-package] Compiling chacha20 v0.9.1 |
2804 | 2024-12-12T22:00:36.508Z | [ host-package] Compiling aead v0.5.2 |
2805 | 2024-12-12T22:00:37.383Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2806 | 2024-12-12T22:00:37.546Z | [ helios-setup] Dec 12 22:00:36.807 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2807 | 2024-12-12T22:00:38.956Z | [ helios-setup] Dec 12 22:00:38.217 INFO E| Compiling same-file v1.0.6 |
2808 | 2024-12-12T22:00:39.070Z | [ host-package] Compiling ref-cast v1.0.23 |
2809 | 2024-12-12T22:00:39.233Z | [ helios-setup] Dec 12 22:00:38.494 INFO E| Compiling crc32fast v1.3.2 |
2810 | 2024-12-12T22:00:39.444Z | [ helios-setup] Dec 12 22:00:38.704 INFO E| Compiling try-lock v0.2.4 |
2811 | 2024-12-12T22:00:40.715Z | [ host-package] Compiling vte v0.11.1 |
2812 | 2024-12-12T22:00:40.777Z | [ helios-setup] Dec 12 22:00:40.039 INFO E| Compiling want v0.3.0 |
2813 | 2024-12-12T22:00:41.052Z | [ helios-setup] Dec 12 22:00:40.313 INFO E| Compiling walkdir v2.3.3 |
2814 | 2024-12-12T22:00:42.539Z | [ helios-setup] Dec 12 22:00:41.801 INFO E| Compiling dirs-next v2.0.0 |
2815 | 2024-12-12T22:00:43.944Z | [ helios-setup] Dec 12 22:00:43.205 INFO E| Compiling proc-macro-crate v1.2.1 |
2816 | 2024-12-12T22:00:44.201Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2817 | 2024-12-12T22:00:45.002Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2818 | 2024-12-12T22:00:45.537Z | [ helios-setup] Dec 12 22:00:44.799 INFO E| Compiling semver v0.11.0 |
2819 | 2024-12-12T22:00:46.518Z | [ host-package] Compiling chrono-tz v0.10.0 |
2820 | 2024-12-12T22:00:47.825Z | [ host-package] Compiling vsss-rs v3.3.4 |
2821 | 2024-12-12T22:00:49.172Z | [ helios-setup] Dec 12 22:00:48.433 INFO E| Compiling futures-executor v0.3.28 |
2822 | 2024-12-12T22:00:50.098Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2823 | 2024-12-12T22:00:50.499Z | [ helios-setup] Dec 12 22:00:49.761 INFO E| Compiling tokio-util v0.7.7 |
2824 | 2024-12-12T22:00:51.090Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2825 | 2024-12-12T22:00:51.662Z | [ helios-setup] Dec 12 22:00:50.924 INFO E| Compiling http-body v0.4.5 |
2826 | 2024-12-12T22:00:51.852Z | [ helios-setup] Dec 12 22:00:51.113 INFO E| Compiling ring v0.16.20 |
2827 | 2024-12-12T22:00:52.638Z | [ helios-setup] Dec 12 22:00:51.895 INFO E| Compiling rand_core v0.6.4 |
2828 | 2024-12-12T22:00:53.714Z | [ helios-setup] Dec 12 22:00:52.945 INFO E| Compiling h2 v0.3.16 |
2829 | 2024-12-12T22:00:54.434Z | [ helios-setup] Dec 12 22:00:53.693 INFO E| Compiling thread_local v1.1.7 |
2830 | 2024-12-12T22:00:55.135Z | [ helios-setup] Dec 12 22:00:54.328 INFO E| Compiling adler v1.0.2 |
2831 | 2024-12-12T22:00:55.646Z | [ host-package] Compiling headers-core v0.3.0 |
2832 | 2024-12-12T22:00:56.009Z | [ helios-setup] Dec 12 22:00:55.270 INFO E| Compiling tower-service v0.3.2 |
2833 | 2024-12-12T22:00:56.050Z | [ helios-setup] Dec 12 22:00:55.311 INFO E| Compiling utf8parse v0.2.1 |
2834 | 2024-12-12T22:00:56.168Z | [ host-package] Compiling fxhash v0.2.1 |
2835 | 2024-12-12T22:00:56.182Z | [ helios-setup] Dec 12 22:00:55.437 INFO E| Compiling fastrand v1.9.0 |
2836 | 2024-12-12T22:00:56.247Z | [ helios-setup] Dec 12 22:00:55.497 INFO E| Compiling base64 v0.21.0 |
2837 | 2024-12-12T22:00:56.397Z | [ helios-setup] Dec 12 22:00:55.659 INFO E| Compiling lazy_static v1.4.0 |
2838 | 2024-12-12T22:00:56.537Z | [ helios-setup] Dec 12 22:00:55.798 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2839 | 2024-12-12T22:00:56.946Z | [ host-package] Compiling libxml v0.3.3 |
2840 | 2024-12-12T22:00:57.007Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2841 | 2024-12-12T22:00:57.405Z | [ helios-setup] Dec 12 22:00:56.666 INFO E| Compiling httpdate v1.0.2 |
2842 | 2024-12-12T22:00:57.814Z | [ host-package] Compiling bytecount v0.6.8 |
2843 | 2024-12-12T22:00:58.374Z | [ host-package] Compiling papergrid v0.11.0 |
2844 | 2024-12-12T22:00:59.019Z | [ helios-setup] Dec 12 22:00:58.280 INFO E| Compiling ppv-lite86 v0.2.17 |
2845 | 2024-12-12T22:00:59.342Z | [ helios-setup] Dec 12 22:00:58.603 INFO E| Compiling rayon-core v1.10.2 |
2846 | 2024-12-12T22:01:00.445Z | [ helios-setup] Dec 12 22:00:59.706 INFO E| Compiling home v0.5.4 |
2847 | 2024-12-12T22:01:00.914Z | [ helios-setup] Dec 12 22:01:00.175 INFO E| Compiling rand_chacha v0.3.1 |
2848 | 2024-12-12T22:01:00.919Z | [ helios-setup] Dec 12 22:01:00.181 INFO E| Compiling toolchain_find v0.2.0 |
2849 | 2024-12-12T22:01:03.180Z | [ helios-setup] Dec 12 22:01:02.442 INFO E| Compiling tempfile v3.5.0 |
2850 | 2024-12-12T22:01:04.589Z | [ helios-setup] Dec 12 22:01:03.851 INFO E| Compiling hyper v0.14.25 |
2851 | 2024-12-12T22:01:04.648Z | [ helios-setup] Dec 12 22:01:03.909 INFO E| Compiling anstyle-parse v0.1.1 |
2852 | 2024-12-12T22:01:05.324Z | [ helios-setup] Dec 12 22:01:04.585 INFO E| Compiling miniz_oxide v0.6.2 |
2853 | 2024-12-12T22:01:11.855Z | [ helios-setup] Dec 12 22:01:11.116 INFO E| Compiling futures v0.3.28 |
2854 | 2024-12-12T22:01:20.675Z | [ host-package] Compiling polar-core v0.27.3 |
2855 | 2024-12-12T22:01:22.077Z | [ helios-setup] Dec 12 22:01:21.339 INFO E| Compiling crossbeam-deque v0.8.2 |
2856 | 2024-12-12T22:01:22.409Z | [ helios-setup] Dec 12 22:01:21.671 INFO E| Compiling cargo-lock v8.0.3 |
2857 | 2024-12-12T22:01:23.302Z | [ helios-setup] Dec 12 22:01:22.564 INFO E| Compiling num_enum_derive v0.5.7 |
2858 | 2024-12-12T22:01:25.026Z | [ helios-setup] Dec 12 22:01:24.287 INFO E| Compiling term v0.7.0 |
2859 | 2024-12-12T22:01:26.578Z | [ host-package] Compiling headers v0.4.0 |
2860 | 2024-12-12T22:01:28.301Z | [ helios-setup] Dec 12 22:01:27.562 INFO E| Compiling serde_urlencoded v0.7.1 |
2861 | 2024-12-12T22:01:28.746Z | [ helios-setup] Dec 12 22:01:28.008 INFO E| Compiling is-terminal v0.4.7 |
2862 | 2024-12-12T22:01:29.073Z | [ helios-setup] Dec 12 22:01:28.335 INFO E| Compiling sha1 v0.10.5 |
2863 | 2024-12-12T22:01:29.191Z | [ helios-setup] Dec 12 22:01:28.454 INFO E| Compiling sha2 v0.10.6 |
2864 | 2024-12-12T22:01:29.275Z | [ helios-setup] Dec 12 22:01:28.537 INFO E| Compiling atty v0.2.14 |
2865 | 2024-12-12T22:01:30.107Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2866 | 2024-12-12T22:01:30.511Z | [ helios-setup] Dec 12 22:01:29.772 INFO E| Compiling concolor-override v1.0.0 |
2867 | 2024-12-12T22:01:31.012Z | [ helios-setup] Dec 12 22:01:30.274 INFO E| Compiling anstyle v0.3.5 |
2868 | 2024-12-12T22:01:32.427Z | [ helios-setup] Dec 12 22:01:31.689 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2869 | 2024-12-12T22:01:32.430Z | [ helios-setup] Dec 12 22:01:31.691 INFO E| Compiling concolor-query v0.3.3 |
2870 | 2024-12-12T22:01:32.980Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2871 | 2024-12-12T22:01:33.258Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2872 | 2024-12-12T22:01:33.367Z | [ helios-setup] Dec 12 22:01:32.630 INFO E| Compiling anstream v0.2.6 |
2873 | 2024-12-12T22:01:33.714Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2874 | 2024-12-12T22:01:34.223Z | [ host-package] Compiling tabled_derive v0.7.0 |
2875 | 2024-12-12T22:01:34.597Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2876 | 2024-12-12T22:01:35.244Z | [ helios-setup] Dec 12 22:01:34.502 INFO E| Compiling slog-term v2.9.0 |
2877 | 2024-12-12T22:01:36.394Z | [ helios-setup] Dec 12 22:01:35.656 INFO E| Compiling flate2 v1.0.25 |
2878 | 2024-12-12T22:01:36.754Z | [ helios-setup] Dec 12 22:01:36.016 INFO E| Compiling num_enum v0.5.7 |
2879 | 2024-12-12T22:01:37.501Z | [ helios-setup] Dec 12 22:01:36.763 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2880 | 2024-12-12T22:01:37.697Z | [ helios-setup] Dec 12 22:01:36.959 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2881 | 2024-12-12T22:01:38.566Z | [ host-package] Compiling fd-lock v4.0.2 |
2882 | 2024-12-12T22:01:39.081Z | [ helios-setup] Dec 12 22:01:38.340 INFO E| Compiling rand v0.8.5 |
2883 | 2024-12-12T22:01:39.258Z | [ helios-setup] Dec 12 22:01:38.520 INFO E| Compiling openapiv3 v1.0.2 |
2884 | 2024-12-12T22:01:39.365Z | [ host-package] Compiling peg-macros v0.8.4 |
2885 | 2024-12-12T22:01:39.494Z | [ host-package] Compiling strum_macros v0.24.3 |
2886 | 2024-12-12T22:01:41.188Z | [ helios-setup] Dec 12 22:01:40.450 INFO E| Compiling encoding_rs v0.8.32 |
2887 | 2024-12-12T22:01:42.981Z | [ helios-setup] Dec 12 22:01:42.244 INFO E| Compiling byteorder v1.4.3 |
2888 | 2024-12-12T22:01:43.760Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2889 | 2024-12-12T22:01:44.286Z | [ helios-setup] Dec 12 22:01:43.548 INFO E| Compiling utf-8 v0.7.6 |
2890 | 2024-12-12T22:01:45.227Z | [ helios-setup] Dec 12 22:01:44.489 INFO E| Compiling base64 v0.13.1 |
2891 | 2024-12-12T22:01:45.732Z | [ host-package] Compiling kstat-rs v0.2.4 |
2892 | 2024-12-12T22:01:45.754Z | [ host-package] Compiling samael v0.0.17 |
2893 | 2024-12-12T22:01:46.448Z | [ host-package] Compiling unicase v2.7.0 |
2894 | 2024-12-12T22:01:46.795Z | [ helios-setup] Dec 12 22:01:46.057 INFO E| Compiling mime v0.3.17 |
2895 | 2024-12-12T22:01:47.322Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2896 | 2024-12-12T22:01:47.422Z | [ host-package] Compiling indoc v1.0.9 |
2897 | 2024-12-12T22:01:48.144Z | [ helios-setup] Dec 12 22:01:47.407 INFO E| Compiling project-root v0.2.2 |
2898 | 2024-12-12T22:01:48.310Z | [ host-package] Compiling peg v0.8.4 |
2899 | 2024-12-12T22:01:48.863Z | [ helios-setup] Dec 12 22:01:48.125 INFO E| Compiling either v1.8.0 |
2900 | 2024-12-12T22:01:48.981Z | [ helios-setup] Dec 12 22:01:48.243 INFO E| Compiling spin v0.5.2 |
2901 | 2024-12-12T22:01:49.088Z | [ helios-setup] Dec 12 22:01:48.351 INFO E| Compiling unsafe-libyaml v0.2.8 |
2902 | 2024-12-12T22:01:49.091Z | [ host-package] Compiling reedline v0.35.0 |
2903 | 2024-12-12T22:01:49.372Z | [ helios-setup] Dec 12 22:01:48.634 INFO E| Compiling untrusted v0.7.1 |
2904 | 2024-12-12T22:01:49.455Z | [ helios-setup] Dec 12 22:01:48.717 INFO E| Compiling clap_lex v0.4.1 |
2905 | 2024-12-12T22:01:49.670Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2906 | 2024-12-12T22:01:50.274Z | [ helios-setup] Dec 12 22:01:49.536 INFO E| Compiling strsim v0.10.0 |
2907 | 2024-12-12T22:01:51.207Z | [ helios-setup] Dec 12 22:01:50.470 INFO E| Compiling ipnet v2.7.2 |
2908 | 2024-12-12T22:01:51.547Z | [ helios-setup] Dec 12 22:01:50.810 INFO E| Compiling clap_builder v4.2.1 |
2909 | 2024-12-12T22:01:52.767Z | [ helios-setup] Dec 12 22:01:52.029 INFO E| Compiling reqwest v0.11.16 |
2910 | 2024-12-12T22:01:52.858Z | [ host-package] Compiling tabled v0.15.0 |
2911 | 2024-12-12T22:01:53.710Z | [ helios-setup] Dec 12 22:01:52.973 INFO E| Compiling serde_yaml v0.9.21 |
2912 | 2024-12-12T22:01:53.751Z | [ helios-setup] Dec 12 22:01:53.014 INFO E| Compiling rayon v1.6.1 |
2913 | 2024-12-12T22:01:56.716Z | [ helios-setup] Dec 12 22:01:55.978 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2914 | 2024-12-12T22:02:00.969Z | [ helios-setup] Dec 12 22:02:00.232 INFO E| Compiling tungstenite v0.18.0 |
2915 | 2024-12-12T22:02:02.458Z | [ helios-setup] Dec 12 22:02:01.720 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2916 | 2024-12-12T22:02:04.264Z | [ helios-setup] Dec 12 22:02:03.527 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2917 | 2024-12-12T22:02:06.776Z | [ helios-setup] Dec 12 22:02:06.039 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2918 | 2024-12-12T22:02:07.951Z | [ helios-setup] Dec 12 22:02:07.212 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2919 | 2024-12-12T22:02:08.801Z | [ helios-setup] Dec 12 22:02:08.061 INFO E| Compiling clap_derive v4.2.0 |
2920 | 2024-12-12T22:02:13.258Z | [ helios-setup] Dec 12 22:02:12.521 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2921 | 2024-12-12T22:02:18.800Z | [ helios-setup] Dec 12 22:02:18.064 INFO E| Compiling clap v4.2.1 |
2922 | 2024-12-12T22:02:19.343Z | [ helios-setup] Dec 12 22:02:18.606 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2923 | 2024-12-12T22:02:25.670Z | [ host-package] Compiling derive_builder v0.20.2 |
2924 | 2024-12-12T22:02:26.278Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2925 | 2024-12-12T22:02:29.372Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2926 | 2024-12-12T22:02:30.838Z | [ helios-setup] Dec 12 22:02:30.101 INFO E| Compiling tokio-tungstenite v0.18.0 |
2927 | 2024-12-12T22:02:32.335Z | [ helios-setup] Dec 12 22:02:31.598 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2928 | 2024-12-12T22:02:33.113Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2929 | 2024-12-12T22:02:35.879Z | [ helios-setup] Dec 12 22:02:35.141 INFO E| Compiling smartstring v1.0.1 |
2930 | 2024-12-12T22:02:36.928Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2931 | 2024-12-12T22:02:37.067Z | [ helios-setup] Dec 12 22:02:36.331 INFO E| Compiling rustls v0.21.0 |
2932 | 2024-12-12T22:02:37.196Z | [ host-package] Compiling bcs v0.1.6 |
2933 | 2024-12-12T22:02:37.864Z | [ host-package] Compiling oso-derive v0.27.3 |
2934 | 2024-12-12T22:02:38.905Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2935 | 2024-12-12T22:02:39.047Z | [ helios-setup] Dec 12 22:02:38.310 INFO E| Compiling toml_datetime v0.6.1 |
2936 | 2024-12-12T22:02:39.867Z | [ host-package] Compiling libz-sys v1.1.20 |
2937 | 2024-12-12T22:02:40.509Z | [ helios-setup] Dec 12 22:02:39.771 INFO E| Compiling serde_spanned v0.6.1 |
2938 | 2024-12-12T22:02:41.382Z | [ helios-setup] Dec 12 22:02:40.645 INFO E| Compiling match_cfg v0.1.0 |
2939 | 2024-12-12T22:02:41.433Z | [ host-package] Compiling quick-xml v0.33.0 |
2940 | 2024-12-12T22:02:41.753Z | [ helios-setup] Dec 12 22:02:41.016 INFO E| Compiling static_assertions v1.1.0 |
2941 | 2024-12-12T22:02:42.310Z | [ helios-setup] Dec 12 22:02:41.573 INFO E| Compiling async-trait v0.1.68 |
2942 | 2024-12-12T22:02:43.961Z | [ helios-setup] Dec 12 22:02:43.224 INFO E| Compiling slog-async v2.7.0 |
2943 | 2024-12-12T22:02:44.602Z | [ host-package] Compiling diesel-dtrace v0.4.0 |
2944 | 2024-12-12T22:02:44.622Z | [ helios-setup] Dec 12 22:02:43.877 INFO E| Compiling camino v1.1.4 |
2945 | 2024-12-12T22:02:45.255Z | [ helios-setup] Dec 12 22:02:44.518 INFO E| Compiling winnow v0.4.1 |
2946 | 2024-12-12T22:02:45.375Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2947 | 2024-12-12T22:02:46.157Z | [ helios-setup] Dec 12 22:02:45.420 INFO E| Compiling paste v1.0.12 |
2948 | 2024-12-12T22:02:49.382Z | [ helios-setup] Dec 12 22:02:48.645 INFO E| Compiling hostname v0.3.1 |
2949 | 2024-12-12T22:02:50.174Z | [ helios-setup] Dec 12 22:02:49.438 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2950 | 2024-12-12T22:02:52.038Z | [ host-package] Compiling oso v0.27.3 |
2951 | 2024-12-12T22:02:52.873Z | [ helios-setup] Dec 12 22:02:52.137 INFO E| Compiling toml_edit v0.19.8 |
2952 | 2024-12-12T22:02:53.618Z | [ helios-setup] Dec 12 22:02:52.882 INFO E| Compiling slog-json v2.6.1 |
2953 | 2024-12-12T22:02:54.510Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2954 | 2024-12-12T22:02:54.612Z | [ helios-setup] Dec 12 22:02:53.872 INFO E| Compiling unicode-linebreak v0.1.4 |
2955 | 2024-12-12T22:02:57.918Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2956 | 2024-12-12T22:02:59.820Z | [ helios-setup] Dec 12 22:02:59.084 INFO E| Compiling async-stream-impl v0.3.5 |
2957 | 2024-12-12T22:03:00.955Z | [ helios-setup] Dec 12 22:03:00.219 INFO E| Compiling rhai_codegen v1.5.0 |
2958 | 2024-12-12T22:03:02.778Z | [ helios-setup] Dec 12 22:03:02.042 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2959 | 2024-12-12T22:03:03.513Z | [ helios-setup] Dec 12 22:03:02.777 INFO E| Compiling take_mut v0.2.2 |
2960 | 2024-12-12T22:03:06.407Z | [ helios-setup] Dec 12 22:03:05.671 INFO E| Compiling rhai v1.14.0 |
2961 | 2024-12-12T22:03:07.219Z | [ helios-setup] Dec 12 22:03:06.483 INFO E| Compiling async-stream v0.3.5 |
2962 | 2024-12-12T22:03:07.340Z | [ helios-setup] Dec 12 22:03:06.604 INFO E| Compiling toml v0.7.3 |
2963 | 2024-12-12T22:03:08.451Z | [ helios-setup] Dec 12 22:03:07.715 INFO E| Compiling slog-bunyan v2.4.0 |
2964 | 2024-12-12T22:03:08.533Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2965 | 2024-12-12T22:03:14.507Z | [ helios-setup] Dec 12 22:03:13.771 INFO E| Compiling rustls-pemfile v1.0.2 |
2966 | 2024-12-12T22:03:14.810Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2967 | 2024-12-12T22:03:15.400Z | [ host-package] Compiling bb8 v0.8.5 |
2968 | 2024-12-12T22:03:15.574Z | [ helios-setup] Dec 12 22:03:14.838 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2969 | 2024-12-12T22:03:15.987Z | [ helios-setup] Dec 12 22:03:15.251 INFO E| Compiling bincode v1.3.3 |
2970 | 2024-12-12T22:03:16.060Z | [ helios-setup] Dec 12 22:03:15.324 INFO E| Compiling serde_path_to_error v0.1.11 |
2971 | 2024-12-12T22:03:16.548Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2972 | 2024-12-12T22:03:18.366Z | [ helios-setup] Dec 12 22:03:17.630 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2973 | 2024-12-12T22:03:18.645Z | [ helios-setup] Dec 12 22:03:17.910 INFO E| Compiling terminal_size v0.2.6 |
2974 | 2024-12-12T22:03:19.247Z | [ helios-setup] Dec 12 22:03:18.511 INFO E| Compiling smawk v0.3.1 |
2975 | 2024-12-12T22:03:19.902Z | [ helios-setup] Dec 12 22:03:19.166 INFO E| Compiling textwrap v0.16.0 |
2976 | 2024-12-12T22:03:22.472Z | [ host-package] Compiling nibble_vec v0.1.0 |
2977 | 2024-12-12T22:03:23.257Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2978 | 2024-12-12T22:03:25.329Z | [ host-package] Compiling atty v0.2.14 |
2979 | 2024-12-12T22:03:25.962Z | [ host-package] Compiling endian-type v0.1.2 |
2980 | 2024-12-12T22:03:26.468Z | [ host-package] Compiling salty v0.3.0 |
2981 | 2024-12-12T22:03:26.528Z | [ host-package] Compiling radix_trie v0.2.1 |
2982 | 2024-12-12T22:03:29.378Z | [ host-package] Compiling parking_lot v0.11.2 |
2983 | 2024-12-12T22:03:30.879Z | [ helios-setup] Dec 12 22:03:30.144 INFO E| Compiling sct v0.7.0 |
2984 | 2024-12-12T22:03:31.037Z | [ helios-setup] Dec 12 22:03:30.301 INFO E| Compiling rustls-webpki v0.100.1 |
2985 | 2024-12-12T22:03:34.375Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2986 | 2024-12-12T22:03:37.815Z | [ helios-setup] Dec 12 22:03:37.050 INFO E| Compiling git2 v0.16.1 |
2987 | 2024-12-12T22:03:39.772Z | [ helios-setup] Dec 12 22:03:39.036 INFO E| Compiling tokio-rustls v0.24.0 |
2988 | 2024-12-12T22:03:42.346Z | [ host-package] Compiling sled v0.34.7 |
2989 | 2024-12-12T22:03:45.892Z | [ helios-setup] Dec 12 22:03:45.148 INFO E| Compiling built v0.6.0 |
2990 | 2024-12-12T22:03:49.872Z | [ helios-setup] Dec 12 22:03:49.137 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2991 | 2024-12-12T22:03:52.695Z | [ helios-setup] Dec 12 22:03:51.960 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2992 | 2024-12-12T22:03:53.460Z | [ helios-setup] Dec 12 22:03:52.725 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2993 | 2024-12-12T22:04:06.162Z | [ helios-setup] Dec 12 22:04:05.427 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
2994 | 2024-12-12T22:04:17.329Z | [ helios-setup] Dec 12 22:04:16.594 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
2995 | 2024-12-12T22:04:27.358Z | [ host-package] Compiling mime_guess v2.0.5 |
2996 | 2024-12-12T22:04:29.491Z | [ host-package] Compiling hickory-client v0.24.1 |
2997 | 2024-12-12T22:04:32.315Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2998 | 2024-12-12T22:04:32.412Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2999 | 2024-12-12T22:04:33.644Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3000 | 2024-12-12T22:04:37.053Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3001 | 2024-12-12T22:04:38.967Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3002 | 2024-12-12T22:04:39.474Z | [ host-package] Compiling hickory-server v0.24.1 |
3003 | 2024-12-12T22:04:42.421Z | [ host-package] Compiling primeorder v0.13.6 |
3004 | 2024-12-12T22:04:43.389Z | [ host-package] Compiling vergen v8.3.2 |
3005 | 2024-12-12T22:04:43.895Z | [ host-package] Compiling env_filter v0.1.2 |
3006 | 2024-12-12T22:04:44.312Z | [ host-package] Compiling cargo-platform v0.1.8 |
3007 | 2024-12-12T22:04:45.502Z | [ host-package] Compiling nanorand v0.7.0 |
3008 | 2024-12-12T22:04:46.892Z | [ host-package] Compiling memoffset v0.9.1 |
3009 | 2024-12-12T22:04:47.482Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3010 | 2024-12-12T22:04:47.545Z | [ host-package] Compiling flume v0.11.1 |
3011 | 2024-12-12T22:04:48.362Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3012 | 2024-12-12T22:04:49.294Z | [ host-package] Compiling env_logger v0.11.5 |
3013 | 2024-12-12T22:04:52.061Z | [ host-package] Compiling p384 v0.13.0 |
3014 | 2024-12-12T22:04:52.964Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3015 | 2024-12-12T22:04:54.587Z | [ host-package] Compiling git2 v0.19.0 |
3016 | 2024-12-12T22:04:55.518Z | [ helios-setup] Dec 12 22:04:54.785 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3017 | 2024-12-12T22:04:59.122Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3018 | 2024-12-12T22:05:00.087Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3019 | 2024-12-12T22:05:01.579Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3020 | 2024-12-12T22:05:05.168Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3021 | 2024-12-12T22:05:05.315Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3022 | 2024-12-12T22:05:05.765Z | [ host-package] Compiling rand_seeder v0.3.0 |
3023 | 2024-12-12T22:05:06.339Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3024 | 2024-12-12T22:05:07.143Z | [ host-package] Compiling lzma-sys v0.1.20 |
3025 | 2024-12-12T22:05:08.117Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3026 | 2024-12-12T22:05:08.498Z | [ host-package] Compiling http-range v0.1.5 |
3027 | 2024-12-12T22:05:08.559Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3028 | 2024-12-12T22:05:08.749Z | [ host-package] Compiling rustls v0.21.12 |
3029 | 2024-12-12T22:05:09.270Z | [ host-package] Compiling nix v0.29.0 |
3030 | 2024-12-12T22:05:09.701Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3031 | 2024-12-12T22:05:12.318Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3032 | 2024-12-12T22:05:12.601Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3033 | 2024-12-12T22:05:12.856Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3034 | 2024-12-12T22:05:13.719Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3035 | 2024-12-12T22:05:14.090Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3036 | 2024-12-12T22:05:14.501Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3037 | 2024-12-12T22:05:19.376Z | [ host-package] Compiling sct v0.7.1 |
3038 | 2024-12-12T22:05:20.388Z | [ host-package] Compiling heck v0.3.3 |
3039 | 2024-12-12T22:05:20.745Z | [ host-package] Compiling castaway v0.2.3 |
3040 | 2024-12-12T22:05:21.159Z | [ host-package] Compiling csv-core v0.1.11 |
3041 | 2024-12-12T22:05:21.250Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3042 | 2024-12-12T22:05:21.429Z | [ host-package] Compiling glob v0.3.1 |
3043 | 2024-12-12T22:05:21.433Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3044 | 2024-12-12T22:05:22.323Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3045 | 2024-12-12T22:05:22.595Z | [ host-package] Compiling csv v1.3.0 |
3046 | 2024-12-12T22:05:22.679Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3047 | 2024-12-12T22:05:24.832Z | [ host-package] Compiling compact_str v0.8.0 |
3048 | 2024-12-12T22:05:26.544Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3049 | 2024-12-12T22:05:32.983Z | [ host-package] Compiling nix v0.27.1 |
3050 | 2024-12-12T22:05:38.654Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3051 | 2024-12-12T22:05:41.384Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3052 | 2024-12-12T22:05:43.271Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3053 | 2024-12-12T22:05:48.365Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3054 | 2024-12-12T22:05:48.982Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3055 | 2024-12-12T22:05:51.811Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3056 | 2024-12-12T22:05:52.404Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3057 | 2024-12-12T22:05:54.380Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3058 | 2024-12-12T22:05:57.649Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3059 | 2024-12-12T22:05:58.084Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3060 | 2024-12-12T22:05:58.318Z | [ helios-setup] Dec 12 22:05:57.585 INFO E| Finished `release` profile [optimized] target(s) in 6m 39s |
3061 | 2024-12-12T22:05:58.447Z | [ helios-setup] Dec 12 22:05:57.714 INFO building project "pilot" ok (399 seconds) |
3062 | 2024-12-12T22:05:58.450Z | [ helios-setup] Dec 12 22:05:57.715 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3063 | 2024-12-12T22:05:58.450Z | [ helios-setup] Dec 12 22:05:57.715 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3064 | 2024-12-12T22:05:58.450Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3065 | 2024-12-12T22:05:58.784Z | [ helios-setup] Dec 12 22:05:58.051 INFO E| Downloading crates ... |
3066 | 2024-12-12T22:05:58.833Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3067 | 2024-12-12T22:05:58.945Z | [ helios-setup] Dec 12 22:05:58.213 INFO E| Downloaded miniz_oxide v0.7.2 |
3068 | 2024-12-12T22:05:59.006Z | [ helios-setup] Dec 12 22:05:58.273 INFO E| Compiling adler v1.0.2 |
3069 | 2024-12-12T22:05:59.169Z | [ helios-setup] Dec 12 22:05:58.437 INFO E| Compiling miniz_oxide v0.7.2 |
3070 | 2024-12-12T22:05:59.172Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3071 | 2024-12-12T22:06:01.989Z | [ helios-setup] Dec 12 22:06:01.256 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3072 | 2024-12-12T22:06:02.918Z | [ helios-setup] Dec 12 22:06:02.186 INFO E| Finished `release` profile [optimized] target(s) in 4.38s |
3073 | 2024-12-12T22:06:02.929Z | [ helios-setup] Dec 12 22:06:02.197 INFO building project "pinprick" ok (4 seconds) |
3074 | 2024-12-12T22:06:02.929Z | [ helios-setup] Dec 12 22:06:02.197 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
3075 | 2024-12-12T22:06:02.932Z | [ helios-setup] Dec 12 22:06:02.197 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
3076 | 2024-12-12T22:06:03.089Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3077 | 2024-12-12T22:06:03.255Z | [ helios-setup] Dec 12 22:06:02.522 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
3078 | 2024-12-12T22:06:03.879Z | [ helios-setup] Dec 12 22:06:03.146 INFO E| From https://github.com/jclulow/rust-jmclib |
3079 | 2024-12-12T22:06:03.879Z | [ helios-setup] Dec 12 22:06:03.147 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
3080 | 2024-12-12T22:06:03.899Z | [ helios-setup] Dec 12 22:06:03.166 INFO E| Updating crates.io index |
3081 | 2024-12-12T22:06:04.085Z | [ helios-setup] Dec 12 22:06:03.353 INFO E| Downloading crates ... |
3082 | 2024-12-12T22:06:04.178Z | [ helios-setup] Dec 12 22:06:03.445 INFO E| Downloaded opaque-debug v0.3.0 |
3083 | 2024-12-12T22:06:04.210Z | [ helios-setup] Dec 12 22:06:03.478 INFO E| Downloaded libdevinfo-sys v1.0.0 |
3084 | 2024-12-12T22:06:04.213Z | [ helios-setup] Dec 12 22:06:03.479 INFO E| Downloaded block-buffer v0.9.0 |
3085 | 2024-12-12T22:06:04.213Z | [ helios-setup] Dec 12 22:06:03.480 INFO E| Downloaded anyhow v1.0.72 |
3086 | 2024-12-12T22:06:04.246Z | [ helios-setup] Dec 12 22:06:03.514 INFO E| Downloaded sha-1 v0.9.8 |
3087 | 2024-12-12T22:06:04.249Z | [ helios-setup] Dec 12 22:06:03.517 INFO E| Downloaded md-5 v0.9.1 |
3088 | 2024-12-12T22:06:04.252Z | [ helios-setup] Dec 12 22:06:03.519 INFO E| Downloaded itoa v1.0.9 |
3089 | 2024-12-12T22:06:04.255Z | [ helios-setup] Dec 12 22:06:03.521 INFO E| Downloaded digest v0.9.0 |
3090 | 2024-12-12T22:06:04.255Z | [ helios-setup] Dec 12 22:06:03.523 INFO E| Downloaded cpufeatures v0.2.9 |
3091 | 2024-12-12T22:06:04.258Z | [ helios-setup] Dec 12 22:06:03.526 INFO E| Downloaded quote v1.0.31 |
3092 | 2024-12-12T22:06:04.262Z | [ helios-setup] Dec 12 22:06:03.530 INFO E| Downloaded fastrand v2.0.0 |
3093 | 2024-12-12T22:06:04.264Z | [ helios-setup] Dec 12 22:06:03.532 INFO E| Downloaded getrandom v0.2.10 |
3094 | 2024-12-12T22:06:04.270Z | [ helios-setup] Dec 12 22:06:03.538 INFO E| Downloaded uuid v0.8.2 |
3095 | 2024-12-12T22:06:04.275Z | [ helios-setup] Dec 12 22:06:03.543 INFO E| Downloaded once_cell v1.18.0 |
3096 | 2024-12-12T22:06:04.279Z | [ helios-setup] Dec 12 22:06:03.547 INFO E| Downloaded unicode-ident v1.0.11 |
3097 | 2024-12-12T22:06:04.283Z | [ helios-setup] Dec 12 22:06:03.551 INFO E| Downloaded ryu v1.0.15 |
3098 | 2024-12-12T22:06:04.288Z | [ helios-setup] Dec 12 22:06:03.556 INFO E| Downloaded serde v1.0.193 |
3099 | 2024-12-12T22:06:04.294Z | [ helios-setup] Dec 12 22:06:03.562 INFO E| Downloaded proc-macro2 v1.0.66 |
3100 | 2024-12-12T22:06:04.299Z | [ helios-setup] Dec 12 22:06:03.566 INFO E| Downloaded bitflags v2.3.3 |
3101 | 2024-12-12T22:06:04.335Z | [ helios-setup] Dec 12 22:06:03.602 INFO E| Downloaded tempfile v3.7.0 |
3102 | 2024-12-12T22:06:04.345Z | [ helios-setup] Dec 12 22:06:03.613 INFO E| Downloaded serde_derive v1.0.193 |
3103 | 2024-12-12T22:06:04.354Z | [ helios-setup] Dec 12 22:06:03.622 INFO E| Downloaded serde_json v1.0.103 |
3104 | 2024-12-12T22:06:04.378Z | [ helios-setup] Dec 12 22:06:03.646 INFO E| Downloaded syn v2.0.32 |
3105 | 2024-12-12T22:06:04.430Z | [ helios-setup] Dec 12 22:06:03.698 INFO E| Downloaded rustix v0.38.4 |
3106 | 2024-12-12T22:06:04.477Z | [ helios-setup] Dec 12 22:06:03.745 INFO E| Downloaded libc v0.2.147 |
3107 | 2024-12-12T22:06:04.605Z | [ helios-setup] Dec 12 22:06:03.873 INFO E| Compiling libc v0.2.147 |
3108 | 2024-12-12T22:06:04.605Z | [ helios-setup] Dec 12 22:06:03.873 INFO E| Compiling proc-macro2 v1.0.66 |
3109 | 2024-12-12T22:06:04.605Z | [ helios-setup] Dec 12 22:06:03.873 INFO E| Compiling unicode-ident v1.0.11 |
3110 | 2024-12-12T22:06:04.608Z | [ helios-setup] Dec 12 22:06:03.873 INFO E| Compiling cfg-if v1.0.0 |
3111 | 2024-12-12T22:06:04.608Z | [ helios-setup] Dec 12 22:06:03.873 INFO E| Compiling typenum v1.16.0 |
3112 | 2024-12-12T22:06:04.608Z | [ helios-setup] Dec 12 22:06:03.873 INFO E| Compiling version_check v0.9.4 |
3113 | 2024-12-12T22:06:04.609Z | [ helios-setup] Dec 12 22:06:03.873 INFO E| Compiling serde v1.0.193 |
3114 | 2024-12-12T22:06:04.609Z | [ helios-setup] Dec 12 22:06:03.874 INFO E| Compiling num-conv v0.1.0 |
3115 | 2024-12-12T22:06:04.805Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3116 | 2024-12-12T22:06:05.485Z | [ helios-setup] Dec 12 22:06:04.753 INFO E| Compiling itoa v1.0.9 |
3117 | 2024-12-12T22:06:05.702Z | [ helios-setup] Dec 12 22:06:04.964 INFO E| Compiling slog v2.7.0 |
3118 | 2024-12-12T22:06:05.786Z | [ helios-setup] Dec 12 22:06:05.054 INFO E| Compiling time-core v0.1.2 |
3119 | 2024-12-12T22:06:05.800Z | [ host-package] Compiling hashlink v0.9.1 |
3120 | 2024-12-12T22:06:05.923Z | [ helios-setup] Dec 12 22:06:05.190 INFO E| Compiling rustix v0.38.4 |
3121 | 2024-12-12T22:06:05.992Z | [ helios-setup] Dec 12 22:06:05.260 INFO E| Compiling powerfmt v0.2.0 |
3122 | 2024-12-12T22:06:06.148Z | [ helios-setup] Dec 12 22:06:05.415 INFO E| Compiling time-macros v0.2.18 |
3123 | 2024-12-12T22:06:06.574Z | [ helios-setup] Dec 12 22:06:05.842 INFO E| Compiling generic-array v0.14.7 |
3124 | 2024-12-12T22:06:06.977Z | [ helios-setup] Dec 12 22:06:06.245 INFO E| Compiling deranged v0.3.11 |
3125 | 2024-12-12T22:06:07.096Z | [ host-package] Compiling tungstenite v0.23.0 |
3126 | 2024-12-12T22:06:07.148Z | [ helios-setup] Dec 12 22:06:06.416 INFO E| Compiling bitflags v2.3.3 |
3127 | 2024-12-12T22:06:07.314Z | [ helios-setup] Dec 12 22:06:06.581 INFO E| Compiling num_threads v0.1.6 |
3128 | 2024-12-12T22:06:07.503Z | [ helios-setup] Dec 12 22:06:06.771 INFO E| Compiling once_cell v1.18.0 |
3129 | 2024-12-12T22:06:07.904Z | [ host-package] Compiling lru v0.12.5 |
3130 | 2024-12-12T22:06:08.223Z | [ helios-setup] Dec 12 22:06:07.491 INFO E| Compiling quote v1.0.31 |
3131 | 2024-12-12T22:06:08.489Z | [ helios-setup] Dec 12 22:06:07.757 INFO E| Compiling dirs-sys-next v0.1.2 |
3132 | 2024-12-12T22:06:08.661Z | [ host-package] Compiling instability v0.3.2 |
3133 | 2024-12-12T22:06:08.846Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3134 | 2024-12-12T22:06:08.938Z | [ helios-setup] Dec 12 22:06:08.206 INFO E| Compiling syn v2.0.32 |
3135 | 2024-12-12T22:06:09.036Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3136 | 2024-12-12T22:06:09.237Z | [ helios-setup] Dec 12 22:06:08.505 INFO E| Compiling dirs-next v2.0.0 |
3137 | 2024-12-12T22:06:09.377Z | [ helios-setup] Dec 12 22:06:08.645 INFO E| Compiling errno v0.3.1 |
3138 | 2024-12-12T22:06:09.507Z | [ helios-setup] Dec 12 22:06:08.775 INFO E| Compiling term v0.7.0 |
3139 | 2024-12-12T22:06:09.764Z | [ host-package] Compiling cassowary v0.3.0 |
3140 | 2024-12-12T22:06:10.079Z | [ helios-setup] Dec 12 22:06:09.347 INFO E| Compiling atty v0.2.14 |
3141 | 2024-12-12T22:06:10.331Z | [ helios-setup] Dec 12 22:06:09.599 INFO E| Compiling thread_local v1.1.7 |
3142 | 2024-12-12T22:06:10.394Z | [ helios-setup] Dec 12 22:06:09.662 INFO E| Compiling serde_json v1.0.103 |
3143 | 2024-12-12T22:06:10.527Z | [ host-package] Compiling base64 v0.13.1 |
3144 | 2024-12-12T22:06:10.673Z | [ host-package] Compiling rusqlite v0.32.1 |
3145 | 2024-12-12T22:06:11.050Z | [ helios-setup] Dec 12 22:06:10.318 INFO E| Compiling opaque-debug v0.3.0 |
3146 | 2024-12-12T22:06:11.198Z | [ helios-setup] Dec 12 22:06:10.466 INFO E| Compiling anyhow v1.0.72 |
3147 | 2024-12-12T22:06:11.474Z | [ helios-setup] Dec 12 22:06:10.742 INFO E| Compiling fastrand v2.0.0 |
3148 | 2024-12-12T22:06:11.886Z | [ helios-setup] Dec 12 22:06:11.154 INFO E| Compiling getrandom v0.2.10 |
3149 | 2024-12-12T22:06:12.096Z | [ helios-setup] Dec 12 22:06:11.364 INFO E| Compiling block-buffer v0.9.0 |
3150 | 2024-12-12T22:06:12.156Z | [ helios-setup] Dec 12 22:06:11.424 INFO E| Compiling time v0.3.36 |
3151 | 2024-12-12T22:06:12.393Z | [ helios-setup] Dec 12 22:06:11.658 INFO E| Compiling digest v0.9.0 |
3152 | 2024-12-12T22:06:12.602Z | [ helios-setup] Dec 12 22:06:11.870 INFO E| Compiling cpufeatures v0.2.9 |
3153 | 2024-12-12T22:06:12.635Z | [ host-package] Compiling ron v0.7.1 |
3154 | 2024-12-12T22:06:12.698Z | [ helios-setup] Dec 12 22:06:11.966 INFO E| Compiling same-file v1.0.6 |
3155 | 2024-12-12T22:06:12.872Z | [ helios-setup] Dec 12 22:06:12.140 INFO E| Compiling tempfile v3.7.0 |
3156 | 2024-12-12T22:06:12.928Z | [ helios-setup] Dec 12 22:06:12.196 INFO E| Compiling unicode-width v0.1.10 |
3157 | 2024-12-12T22:06:13.242Z | [ helios-setup] Dec 12 22:06:12.510 INFO E| Compiling ryu v1.0.15 |
3158 | 2024-12-12T22:06:13.591Z | [ helios-setup] Dec 12 22:06:12.859 INFO E| Compiling walkdir v2.3.3 |
3159 | 2024-12-12T22:06:13.836Z | [ helios-setup] Dec 12 22:06:13.104 INFO E| Compiling getopts v0.2.21 |
3160 | 2024-12-12T22:06:14.191Z | [ helios-setup] Dec 12 22:06:13.458 INFO E| Compiling sha-1 v0.9.8 |
3161 | 2024-12-12T22:06:14.322Z | [ helios-setup] Dec 12 22:06:13.590 INFO E| Compiling md-5 v0.9.1 |
3162 | 2024-12-12T22:06:15.062Z | [ helios-setup] Dec 12 22:06:14.330 INFO E| Compiling libdevinfo-sys v1.0.0 |
3163 | 2024-12-12T22:06:15.226Z | [ helios-setup] Dec 12 22:06:14.494 INFO E| Compiling glob v0.3.1 |
3164 | 2024-12-12T22:06:15.960Z | [ helios-setup] Dec 12 22:06:15.228 INFO E| Compiling slog-term v2.9.0 |
3165 | 2024-12-12T22:06:16.361Z | [ host-package] Compiling ratatui v0.28.1 |
3166 | 2024-12-12T22:06:17.702Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3167 | 2024-12-12T22:06:17.867Z | [ helios-setup] Dec 12 22:06:17.135 INFO E| Compiling serde_derive v1.0.193 |
3168 | 2024-12-12T22:06:18.381Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3169 | 2024-12-12T22:06:18.801Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3170 | 2024-12-12T22:06:19.353Z | [ host-package] Compiling xz2 v0.1.7 |
3171 | 2024-12-12T22:06:20.826Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3172 | 2024-12-12T22:06:21.309Z | [ host-package] Compiling zone v0.1.8 |
3173 | 2024-12-12T22:06:25.141Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3174 | 2024-12-12T22:06:30.737Z | [ helios-setup] Dec 12 22:06:30.005 INFO E| Compiling toml v0.5.11 |
3175 | 2024-12-12T22:06:30.737Z | [ helios-setup] Dec 12 22:06:30.005 INFO E| Compiling uuid v0.8.2 |
3176 | 2024-12-12T22:06:31.738Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3177 | 2024-12-12T22:06:32.766Z | [ helios-setup] Dec 12 22:06:32.035 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3178 | 2024-12-12T22:06:36.188Z | [ helios-setup] Dec 12 22:06:35.456 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3179 | 2024-12-12T22:06:36.689Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3180 | 2024-12-12T22:06:38.807Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3181 | 2024-12-12T22:06:38.975Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3182 | 2024-12-12T22:06:45.517Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3183 | 2024-12-12T22:06:49.151Z | [ helios-setup] Dec 12 22:06:48.416 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.11s |
3184 | 2024-12-12T22:06:49.184Z | [ helios-setup] Dec 12 22:06:48.449 INFO building project "image-builder" ok (46 seconds) |
3185 | 2024-12-12T22:06:49.187Z | [ helios-setup] Dec 12 22:06:48.449 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
3186 | 2024-12-12T22:06:49.187Z | [ helios-setup] Dec 12 22:06:48.449 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
3187 | 2024-12-12T22:06:49.191Z | [ helios-setup] Dec 12 22:06:48.460 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
3188 | 2024-12-12T22:06:49.465Z | [ helios-setup] Dec 12 22:06:48.734 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
3189 | 2024-12-12T22:06:49.465Z | [ helios-setup] Dec 12 22:06:48.734 INFO E| info: downloading component 'cargo' |
3190 | 2024-12-12T22:06:50.412Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3191 | 2024-12-12T22:06:50.577Z | [ helios-setup] Dec 12 22:06:49.845 INFO E| info: downloading component 'clippy' |
3192 | 2024-12-12T22:06:50.813Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3193 | 2024-12-12T22:06:50.855Z | [ helios-setup] Dec 12 22:06:50.124 INFO E| info: downloading component 'rust-docs' |
3194 | 2024-12-12T22:06:51.685Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3195 | 2024-12-12T22:06:51.940Z | [ helios-setup] Dec 12 22:06:51.209 INFO E| info: downloading component 'rust-src' |
3196 | 2024-12-12T22:06:52.028Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3197 | 2024-12-12T22:06:52.127Z | [ helios-setup] Dec 12 22:06:51.396 INFO E| info: downloading component 'rust-std' |
3198 | 2024-12-12T22:06:53.943Z | [ helios-setup] Dec 12 22:06:53.212 INFO E| info: downloading component 'rustc' |
3199 | 2024-12-12T22:06:54.169Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3200 | 2024-12-12T22:06:54.370Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3201 | 2024-12-12T22:06:54.636Z | [ host-package] Compiling twox-hash v1.6.3 |
3202 | 2024-12-12T22:06:55.760Z | [ host-package] Compiling yasna v0.5.2 |
3203 | 2024-12-12T22:06:57.340Z | [ host-package] Compiling smawk v0.3.2 |
3204 | 2024-12-12T22:06:57.659Z | [ host-package] Compiling is_ci v1.2.0 |
3205 | 2024-12-12T22:06:57.990Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3206 | 2024-12-12T22:06:58.575Z | [ host-package] Compiling textwrap v0.16.1 |
3207 | 2024-12-12T22:06:58.808Z | [ helios-setup] Dec 12 22:06:58.075 INFO E| info: downloading component 'rustfmt' |
3208 | 2024-12-12T22:06:59.042Z | [ helios-setup] Dec 12 22:06:58.311 INFO E| info: installing component 'cargo' |
3209 | 2024-12-12T22:06:59.325Z | [ host-package] Compiling supports-color v3.0.1 |
3210 | 2024-12-12T22:06:59.747Z | [ host-package] Compiling rcgen v0.12.1 |
3211 | 2024-12-12T22:07:00.074Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3212 | 2024-12-12T22:07:00.309Z | [ helios-setup] Dec 12 22:06:59.579 INFO E| info: installing component 'clippy' |
3213 | 2024-12-12T22:07:00.722Z | [ helios-setup] Dec 12 22:06:59.991 INFO E| info: installing component 'rust-docs' |
3214 | 2024-12-12T22:07:02.449Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3215 | 2024-12-12T22:07:06.281Z | [ helios-setup] Dec 12 22:07:05.550 INFO E| info: installing component 'rust-src' |
3216 | 2024-12-12T22:07:06.944Z | [ helios-setup] Dec 12 22:07:06.213 INFO E| info: installing component 'rust-std' |
3217 | 2024-12-12T22:07:09.400Z | [ helios-setup] Dec 12 22:07:08.669 INFO E| info: installing component 'rustc' |
3218 | 2024-12-12T22:07:11.923Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3219 | 2024-12-12T22:07:12.424Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3220 | 2024-12-12T22:07:15.641Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3221 | 2024-12-12T22:07:15.725Z | [ helios-setup] Dec 12 22:07:14.995 INFO E| info: installing component 'rustfmt' |
3222 | 2024-12-12T22:07:16.613Z | [ helios-setup] Dec 12 22:07:15.882 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
3223 | 2024-12-12T22:07:17.568Z | [ helios-setup] Dec 12 22:07:16.837 INFO E| From https://github.com/oxidecomputer/amd-apcb |
3224 | 2024-12-12T22:07:17.568Z | [ helios-setup] Dec 12 22:07:16.837 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
3225 | 2024-12-12T22:07:17.568Z | [ helios-setup] Dec 12 22:07:16.837 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3226 | 2024-12-12T22:07:17.600Z | [ helios-setup] Dec 12 22:07:16.869 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
3227 | 2024-12-12T22:07:17.600Z | [ helios-setup] Dec 12 22:07:16.869 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
3228 | 2024-12-12T22:07:17.600Z | [ helios-setup] Dec 12 22:07:16.869 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
3229 | 2024-12-12T22:07:17.603Z | [ helios-setup] Dec 12 22:07:16.870 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3230 | 2024-12-12T22:07:17.603Z | [ helios-setup] Dec 12 22:07:16.870 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3231 | 2024-12-12T22:07:17.604Z | [ helios-setup] Dec 12 22:07:16.870 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3232 | 2024-12-12T22:07:17.604Z | [ helios-setup] Dec 12 22:07:16.870 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
3233 | 2024-12-12T22:07:17.604Z | [ helios-setup] Dec 12 22:07:16.870 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
3234 | 2024-12-12T22:07:17.604Z | [ helios-setup] Dec 12 22:07:16.870 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3235 | 2024-12-12T22:07:17.604Z | [ helios-setup] Dec 12 22:07:16.870 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3236 | 2024-12-12T22:07:17.604Z | [ helios-setup] Dec 12 22:07:16.870 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3237 | 2024-12-12T22:07:17.654Z | [ helios-setup] Dec 12 22:07:16.924 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
3238 | 2024-12-12T22:07:18.675Z | [ helios-setup] Dec 12 22:07:17.944 INFO E| From https://github.com/oxidecomputer/amd-efs |
3239 | 2024-12-12T22:07:18.675Z | [ helios-setup] Dec 12 22:07:17.944 INFO E| * [new branch] empty -> origin/empty |
3240 | 2024-12-12T22:07:18.678Z | [ helios-setup] Dec 12 22:07:17.944 INFO E| * [new branch] issue-99 -> origin/issue-99 |
3241 | 2024-12-12T22:07:18.678Z | [ helios-setup] Dec 12 22:07:17.945 INFO E| * [new branch] main -> origin/main |
3242 | 2024-12-12T22:07:18.678Z | [ helios-setup] Dec 12 22:07:17.945 INFO E| * [new branch] review -> origin/review |
3243 | 2024-12-12T22:07:18.678Z | [ helios-setup] Dec 12 22:07:17.945 INFO E| * [new ref] -> origin/HEAD |
3244 | 2024-12-12T22:07:18.678Z | [ helios-setup] Dec 12 22:07:17.945 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3245 | 2024-12-12T22:07:18.678Z | [ helios-setup] Dec 12 22:07:17.946 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
3246 | 2024-12-12T22:07:18.678Z | [ helios-setup] Dec 12 22:07:17.946 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
3247 | 2024-12-12T22:07:18.678Z | [ helios-setup] Dec 12 22:07:17.946 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
3248 | 2024-12-12T22:07:18.678Z | [ helios-setup] Dec 12 22:07:17.946 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
3249 | 2024-12-12T22:07:18.678Z | [ helios-setup] Dec 12 22:07:17.946 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
3250 | 2024-12-12T22:07:18.678Z | [ helios-setup] Dec 12 22:07:17.946 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
3251 | 2024-12-12T22:07:18.678Z | [ helios-setup] Dec 12 22:07:17.946 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
3252 | 2024-12-12T22:07:18.678Z | [ helios-setup] Dec 12 22:07:17.946 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3253 | 2024-12-12T22:07:18.678Z | [ helios-setup] Dec 12 22:07:17.946 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3254 | 2024-12-12T22:07:18.678Z | [ helios-setup] Dec 12 22:07:17.947 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3255 | 2024-12-12T22:07:18.678Z | [ helios-setup] Dec 12 22:07:17.947 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3256 | 2024-12-12T22:07:18.678Z | [ helios-setup] Dec 12 22:07:17.947 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3257 | 2024-12-12T22:07:18.678Z | [ helios-setup] Dec 12 22:07:17.947 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3258 | 2024-12-12T22:07:18.703Z | [ helios-setup] Dec 12 22:07:17.972 INFO E| Updating crates.io index |
3259 | 2024-12-12T22:07:18.980Z | [ helios-setup] Dec 12 22:07:18.249 INFO E| Downloading crates ... |
3260 | 2024-12-12T22:07:19.146Z | [ helios-setup] Dec 12 22:07:18.414 INFO E| Downloaded unic-char-range v0.9.0 |
3261 | 2024-12-12T22:07:19.149Z | [ helios-setup] Dec 12 22:07:18.417 INFO E| Downloaded parse_int v0.6.0 |
3262 | 2024-12-12T22:07:19.149Z | [ helios-setup] Dec 12 22:07:18.418 INFO E| Downloaded memoffset v0.5.6 |
3263 | 2024-12-12T22:07:19.152Z | [ helios-setup] Dec 12 22:07:18.419 INFO E| Downloaded cfg-if v0.1.10 |
3264 | 2024-12-12T22:07:19.155Z | [ helios-setup] Dec 12 22:07:18.425 INFO E| Downloaded unic-ucd-version v0.9.0 |
3265 | 2024-12-12T22:07:19.160Z | [ helios-setup] Dec 12 22:07:18.429 INFO E| Downloaded scroll_derive v0.10.5 |
3266 | 2024-12-12T22:07:19.162Z | [ helios-setup] Dec 12 22:07:18.430 INFO E| Downloaded unic-char-property v0.9.0 |
3267 | 2024-12-12T22:07:19.199Z | [ helios-setup] Dec 12 22:07:18.432 INFO E| Downloaded unic-common v0.9.0 |
3268 | 2024-12-12T22:07:19.199Z | [ helios-setup] Dec 12 22:07:18.433 INFO E| Downloaded strum v0.23.0 |
3269 | 2024-12-12T22:07:19.205Z | [ helios-setup] Dec 12 22:07:18.470 INFO E| Downloaded vec_map v0.8.2 |
3270 | 2024-12-12T22:07:19.209Z | [ helios-setup] Dec 12 22:07:18.477 INFO E| Downloaded thiserror-impl v1.0.64 |
3271 | 2024-12-12T22:07:19.211Z | [ helios-setup] Dec 12 22:07:18.479 INFO E| Downloaded strum_macros v0.23.1 |
3272 | 2024-12-12T22:07:19.214Z | [ helios-setup] Dec 12 22:07:18.482 INFO E| Downloaded thiserror v1.0.64 |
3273 | 2024-12-12T22:07:19.222Z | [ helios-setup] Dec 12 22:07:18.491 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3274 | 2024-12-12T22:07:19.225Z | [ helios-setup] Dec 12 22:07:18.495 INFO E| Downloaded pest_derive v2.7.13 |
3275 | 2024-12-12T22:07:19.230Z | [ helios-setup] Dec 12 22:07:18.499 INFO E| Downloaded textwrap v0.11.0 |
3276 | 2024-12-12T22:07:19.233Z | [ helios-setup] Dec 12 22:07:18.502 INFO E| Downloaded scroll v0.10.2 |
3277 | 2024-12-12T22:07:19.236Z | [ helios-setup] Dec 12 22:07:18.505 INFO E| Downloaded pest_meta v2.7.13 |
3278 | 2024-12-12T22:07:19.240Z | [ helios-setup] Dec 12 22:07:18.509 INFO E| Downloaded goblin v0.4.3 |
3279 | 2024-12-12T22:07:19.247Z | [ helios-setup] Dec 12 22:07:18.517 INFO E| Downloaded structopt v0.3.26 |
3280 | 2024-12-12T22:07:19.258Z | [ helios-setup] Dec 12 22:07:18.527 INFO E| Downloaded serde v1.0.210 |
3281 | 2024-12-12T22:07:19.262Z | [ helios-setup] Dec 12 22:07:18.532 INFO E| Downloaded fletcher v0.1.0 |
3282 | 2024-12-12T22:07:19.265Z | [ helios-setup] Dec 12 22:07:18.533 INFO E| Downloaded serde_derive v1.0.210 |
3283 | 2024-12-12T22:07:19.269Z | [ helios-setup] Dec 12 22:07:18.537 INFO E| Downloaded modular-bitfield v0.11.2 |
3284 | 2024-12-12T22:07:19.282Z | [ helios-setup] Dec 12 22:07:18.551 INFO E| Downloaded serde_json v1.0.128 |
3285 | 2024-12-12T22:07:19.295Z | [ helios-setup] Dec 12 22:07:18.564 INFO E| Downloaded pest v2.7.13 |
3286 | 2024-12-12T22:07:19.304Z | [ helios-setup] Dec 12 22:07:18.573 INFO E| Downloaded syn v2.0.79 |
3287 | 2024-12-12T22:07:19.324Z | [ helios-setup] Dec 12 22:07:18.593 INFO E| Downloaded clap v2.34.0 |
3288 | 2024-12-12T22:07:19.335Z | [ helios-setup] Dec 12 22:07:18.604 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3289 | 2024-12-12T22:07:19.337Z | [ helios-setup] Dec 12 22:07:18.607 INFO E| Downloaded once_cell v1.20.1 |
3290 | 2024-12-12T22:07:19.342Z | [ helios-setup] Dec 12 22:07:18.611 INFO E| Downloaded semver v0.9.0 |
3291 | 2024-12-12T22:07:19.344Z | [ helios-setup] Dec 12 22:07:18.613 INFO E| Downloaded libc v0.2.159 |
3292 | 2024-12-12T22:07:19.384Z | [ helios-setup] Dec 12 22:07:18.653 INFO E| Downloaded proc-macro-crate v0.1.5 |
3293 | 2024-12-12T22:07:19.386Z | [ helios-setup] Dec 12 22:07:18.655 INFO E| Downloaded pre-proc-macro v0.2.1 |
3294 | 2024-12-12T22:07:19.389Z | [ helios-setup] Dec 12 22:07:18.657 INFO E| Downloaded pre v0.2.1 |
3295 | 2024-12-12T22:07:19.389Z | [ helios-setup] Dec 12 22:07:18.659 INFO E| Downloaded ansi_term v0.12.1 |
3296 | 2024-12-12T22:07:19.392Z | [ helios-setup] Dec 12 22:07:18.661 INFO E| Downloaded semver-parser v0.7.0 |
3297 | 2024-12-12T22:07:19.395Z | [ helios-setup] Dec 12 22:07:18.663 INFO E| Downloaded rustc_version v0.2.3 |
3298 | 2024-12-12T22:07:19.397Z | [ helios-setup] Dec 12 22:07:18.664 INFO E| Downloaded bytesize v1.3.0 |
3299 | 2024-12-12T22:07:19.398Z | [ helios-setup] Dec 12 22:07:18.666 INFO E| Downloaded structopt-derive v0.4.18 |
3300 | 2024-12-12T22:07:19.400Z | [ helios-setup] Dec 12 22:07:18.668 INFO E| Downloaded strsim v0.8.0 |
3301 | 2024-12-12T22:07:19.401Z | [ helios-setup] Dec 12 22:07:18.670 INFO E| Downloaded pest_generator v2.7.13 |
3302 | 2024-12-12T22:07:19.403Z | [ helios-setup] Dec 12 22:07:18.672 INFO E| Downloaded four-cc v0.3.0 |
3303 | 2024-12-12T22:07:19.617Z | [ helios-setup] Dec 12 22:07:18.886 INFO E| Compiling proc-macro2 v1.0.86 |
3304 | 2024-12-12T22:07:19.619Z | [ helios-setup] Dec 12 22:07:18.886 INFO E| Compiling unicode-ident v1.0.13 |
3305 | 2024-12-12T22:07:19.619Z | [ helios-setup] Dec 12 22:07:18.886 INFO E| Compiling syn v1.0.109 |
3306 | 2024-12-12T22:07:19.619Z | [ helios-setup] Dec 12 22:07:18.886 INFO E| Compiling version_check v0.9.5 |
3307 | 2024-12-12T22:07:19.619Z | [ helios-setup] Dec 12 22:07:18.887 INFO E| Compiling memchr v2.7.4 |
3308 | 2024-12-12T22:07:19.619Z | [ helios-setup] Dec 12 22:07:18.887 INFO E| Compiling thiserror v1.0.64 |
3309 | 2024-12-12T22:07:19.619Z | [ helios-setup] Dec 12 22:07:18.887 INFO E| Compiling autocfg v1.4.0 |
3310 | 2024-12-12T22:07:19.619Z | [ helios-setup] Dec 12 22:07:18.887 INFO E| Compiling semver-parser v0.7.0 |
3311 | 2024-12-12T22:07:20.242Z | [ helios-setup] Dec 12 22:07:19.511 INFO E| Compiling serde v1.0.210 |
3312 | 2024-12-12T22:07:20.937Z | [ helios-setup] Dec 12 22:07:20.207 INFO E| Compiling semver v0.9.0 |
3313 | 2024-12-12T22:07:20.979Z | [ helios-setup] Dec 12 22:07:20.248 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3314 | 2024-12-12T22:07:21.579Z | [ helios-setup] Dec 12 22:07:20.848 INFO E| Compiling rustc_version v0.2.3 |
3315 | 2024-12-12T22:07:21.762Z | [ helios-setup] Dec 12 22:07:21.031 INFO E| Compiling proc-macro-error v1.0.4 |
3316 | 2024-12-12T22:07:22.126Z | [ helios-setup] Dec 12 22:07:21.396 INFO E| Compiling serde_json v1.0.128 |
3317 | 2024-12-12T22:07:22.273Z | [ helios-setup] Dec 12 22:07:21.542 INFO E| Compiling num-traits v0.2.19 |
3318 | 2024-12-12T22:07:22.292Z | [ helios-setup] Dec 12 22:07:21.562 INFO E| Compiling schemars v0.8.21 |
3319 | 2024-12-12T22:07:22.530Z | [ helios-setup] Dec 12 22:07:21.800 INFO E| Compiling itoa v1.0.11 |
3320 | 2024-12-12T22:07:22.995Z | [ helios-setup] Dec 12 22:07:22.265 INFO E| Compiling ryu v1.0.18 |
3321 | 2024-12-12T22:07:23.004Z | [ helios-setup] Dec 12 22:07:22.274 INFO E| Compiling unicode-segmentation v1.12.0 |
3322 | 2024-12-12T22:07:23.200Z | [ helios-setup] Dec 12 22:07:22.470 INFO E| Compiling pre-proc-macro v0.2.1 |
3323 | 2024-12-12T22:07:23.217Z | [ helios-setup] Dec 12 22:07:22.487 INFO E| Compiling memoffset v0.5.6 |
3324 | 2024-12-12T22:07:23.303Z | [ helios-setup] Dec 12 22:07:22.573 INFO E| Compiling lazy_static v1.5.0 |
3325 | 2024-12-12T22:07:23.718Z | [ helios-setup] Dec 12 22:07:22.987 INFO E| Compiling quote v1.0.37 |
3326 | 2024-12-12T22:07:23.793Z | [ helios-setup] Dec 12 22:07:23.063 INFO E| Compiling libc v0.2.159 |
3327 | 2024-12-12T22:07:23.822Z | [ helios-setup] Dec 12 22:07:23.091 INFO E| Compiling dyn-clone v1.0.17 |
3328 | 2024-12-12T22:07:23.920Z | [ helios-setup] Dec 12 22:07:23.189 INFO E| Compiling paste v1.0.15 |
3329 | 2024-12-12T22:07:24.365Z | [ helios-setup] Dec 12 22:07:23.635 INFO E| Compiling ucd-trie v0.1.7 |
3330 | 2024-12-12T22:07:24.377Z | [ helios-setup] Dec 12 22:07:23.646 INFO E| Compiling rustversion v1.0.17 |
3331 | 2024-12-12T22:07:24.743Z | [ helios-setup] Dec 12 22:07:24.012 INFO E| Compiling syn v2.0.79 |
3332 | 2024-12-12T22:07:25.208Z | [ helios-setup] Dec 12 22:07:24.477 INFO E| Compiling heck v0.3.3 |
3333 | 2024-12-12T22:07:26.025Z | [ helios-setup] Dec 12 22:07:25.295 INFO E| Compiling pre v0.2.1 |
3334 | 2024-12-12T22:07:26.116Z | [ helios-setup] Dec 12 22:07:25.385 INFO E| Compiling static_assertions v1.1.0 |
3335 | 2024-12-12T22:07:26.214Z | [ helios-setup] Dec 12 22:07:25.483 INFO E| Compiling once_cell v1.20.1 |
3336 | 2024-12-12T22:07:26.251Z | [ helios-setup] Dec 12 22:07:25.520 INFO E| Compiling cfg-if v0.1.10 |
3337 | 2024-12-12T22:07:26.368Z | [ helios-setup] Dec 12 22:07:25.637 INFO E| Compiling byteorder v1.5.0 |
3338 | 2024-12-12T22:07:27.452Z | [ helios-setup] Dec 12 22:07:26.721 INFO E| Compiling unicode-width v0.1.14 |
3339 | 2024-12-12T22:07:28.469Z | [ helios-setup] Dec 12 22:07:27.738 INFO E| Compiling textwrap v0.11.0 |
3340 | 2024-12-12T22:07:29.380Z | [ helios-setup] Dec 12 22:07:28.649 INFO E| Compiling atty v0.2.14 |
3341 | 2024-12-12T22:07:29.672Z | [ helios-setup] Dec 12 22:07:28.941 INFO E| Compiling unic-char-range v0.9.0 |
3342 | 2024-12-12T22:07:29.800Z | [ helios-setup] Dec 12 22:07:29.070 INFO E| Compiling unic-common v0.9.0 |
3343 | 2024-12-12T22:07:29.888Z | [ helios-setup] Dec 12 22:07:29.157 INFO E| Compiling bitflags v1.3.2 |
3344 | 2024-12-12T22:07:30.033Z | [ helios-setup] Dec 12 22:07:29.302 INFO E| Compiling parse_int v0.6.0 |
3345 | 2024-12-12T22:07:30.052Z | [ helios-setup] Dec 12 22:07:29.322 INFO E| Compiling strum v0.23.0 |
3346 | 2024-12-12T22:07:30.106Z | [ helios-setup] Dec 12 22:07:29.376 INFO E| Compiling vec_map v0.8.2 |
3347 | 2024-12-12T22:07:30.180Z | [ helios-setup] Dec 12 22:07:29.450 INFO E| Compiling ansi_term v0.12.1 |
3348 | 2024-12-12T22:07:30.231Z | [ helios-setup] Dec 12 22:07:29.491 INFO E| Compiling fletcher v0.1.0 |
3349 | 2024-12-12T22:07:30.353Z | [ helios-setup] Dec 12 22:07:29.623 INFO E| Compiling strsim v0.8.0 |
3350 | 2024-12-12T22:07:30.379Z | [ helios-setup] Dec 12 22:07:29.649 INFO E| Compiling unic-ucd-version v0.9.0 |
3351 | 2024-12-12T22:07:30.426Z | [ helios-setup] Dec 12 22:07:29.696 INFO E| Compiling unic-char-property v0.9.0 |
3352 | 2024-12-12T22:07:30.640Z | [ helios-setup] Dec 12 22:07:29.910 INFO E| Compiling plain v0.2.3 |
3353 | 2024-12-12T22:07:30.761Z | [ helios-setup] Dec 12 22:07:30.031 INFO E| Compiling clap v2.34.0 |
3354 | 2024-12-12T22:07:30.827Z | [ helios-setup] Dec 12 22:07:30.097 INFO E| Compiling log v0.4.22 |
3355 | 2024-12-12T22:07:30.966Z | [ helios-setup] Dec 12 22:07:30.236 INFO E| Compiling unic-ucd-ident v0.9.0 |
3356 | 2024-12-12T22:07:31.457Z | [ helios-setup] Dec 12 22:07:30.726 INFO E| Compiling bytesize v1.3.0 |
3357 | 2024-12-12T22:07:33.658Z | [ helios-setup] Dec 12 22:07:32.928 INFO E| Compiling serde_derive_internals v0.29.1 |
3358 | 2024-12-12T22:07:35.033Z | [ helios-setup] Dec 12 22:07:34.303 INFO E| Compiling toml v0.5.11 |
3359 | 2024-12-12T22:07:38.185Z | [ helios-setup] Dec 12 22:07:37.453 INFO E| Compiling proc-macro-crate v0.1.5 |
3360 | 2024-12-12T22:07:40.673Z | [ helios-setup] Dec 12 22:07:39.943 INFO E| Compiling thiserror-impl v1.0.64 |
3361 | 2024-12-12T22:07:40.675Z | [ helios-setup] Dec 12 22:07:39.943 INFO E| Compiling serde_derive v1.0.210 |
3362 | 2024-12-12T22:07:40.756Z | [ helios-setup] Dec 12 22:07:40.026 INFO E| Compiling schemars_derive v0.8.21 |
3363 | 2024-12-12T22:07:40.963Z | [ helios-setup] Dec 12 22:07:40.233 INFO E| Compiling zerocopy-derive v0.6.6 |
3364 | 2024-12-12T22:07:40.999Z | [ helios-setup] Dec 12 22:07:40.268 INFO E| Compiling num-derive v0.4.2 |
3365 | 2024-12-12T22:07:43.482Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3366 | 2024-12-12T22:07:44.574Z | [ helios-setup] Dec 12 22:07:43.844 INFO E| Compiling zerocopy v0.6.6 |
3367 | 2024-12-12T22:07:45.533Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3368 | 2024-12-12T22:07:46.539Z | [ helios-setup] Dec 12 22:07:45.809 INFO E| Compiling pest v2.7.13 |
3369 | 2024-12-12T22:07:47.225Z | [ helios-setup] Dec 12 22:07:46.496 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3370 | 2024-12-12T22:07:47.226Z | [ helios-setup] Dec 12 22:07:46.496 INFO E| Compiling strum_macros v0.23.1 |
3371 | 2024-12-12T22:07:49.801Z | [ helios-setup] Dec 12 22:07:49.072 INFO E| Compiling scroll_derive v0.10.5 |
3372 | 2024-12-12T22:07:50.353Z | [ helios-setup] Dec 12 22:07:49.623 INFO E| Compiling structopt-derive v0.4.18 |
3373 | 2024-12-12T22:07:51.418Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3374 | 2024-12-12T22:07:51.735Z | [ helios-setup] Dec 12 22:07:51.005 INFO E| Compiling pest_meta v2.7.13 |
3375 | 2024-12-12T22:07:52.755Z | [ helios-setup] Dec 12 22:07:52.025 INFO E| Compiling modular-bitfield v0.11.2 |
3376 | 2024-12-12T22:07:53.060Z | [ helios-setup] Dec 12 22:07:52.330 INFO E| Compiling scroll v0.10.2 |
3377 | 2024-12-12T22:07:53.284Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3378 | 2024-12-12T22:07:53.912Z | [ helios-setup] Dec 12 22:07:53.182 INFO E| Compiling pest_generator v2.7.13 |
3379 | 2024-12-12T22:07:54.230Z | [ helios-setup] Dec 12 22:07:53.500 INFO E| Compiling goblin v0.4.3 |
3380 | 2024-12-12T22:07:55.465Z | [ helios-setup] Dec 12 22:07:54.735 INFO E| Compiling structopt v0.3.26 |
3381 | 2024-12-12T22:07:58.787Z | [ helios-setup] Dec 12 22:07:58.057 INFO E| Compiling pest_derive v2.7.13 |
3382 | 2024-12-12T22:08:02.511Z | [ helios-setup] Dec 12 22:08:01.781 INFO E| Compiling json5 v0.4.1 |
3383 | 2024-12-12T22:08:06.721Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3384 | 2024-12-12T22:08:07.406Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3385 | 2024-12-12T22:08:08.545Z | [ helios-setup] Dec 12 22:08:07.815 INFO E| Compiling four-cc v0.3.0 |
3386 | 2024-12-12T22:08:08.545Z | [ helios-setup] Dec 12 22:08:07.815 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
3387 | 2024-12-12T22:08:08.764Z | [ helios-setup] Dec 12 22:08:08.034 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
3388 | 2024-12-12T22:08:09.589Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3389 | 2024-12-12T22:08:16.794Z | [ host-package] Compiling fatfs v0.3.6 |
3390 | 2024-12-12T22:08:20.100Z | [ host-package] Compiling rtoolbox v0.0.2 |
3391 | 2024-12-12T22:08:20.627Z | [ host-package] Compiling subprocess v0.2.9 |
3392 | 2024-12-12T22:08:20.757Z | [ host-package] Compiling assert_matches v1.5.0 |
3393 | 2024-12-12T22:08:20.800Z | [ host-package] Compiling rpassword v7.3.1 |
3394 | 2024-12-12T22:08:21.325Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3395 | 2024-12-12T22:08:22.168Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3396 | 2024-12-12T22:08:26.226Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3397 | 2024-12-12T22:08:27.991Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3398 | 2024-12-12T22:08:28.534Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3399 | 2024-12-12T22:08:31.013Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3400 | 2024-12-12T22:08:34.447Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3401 | 2024-12-12T22:08:34.868Z | [ host-package] Compiling uzers v0.12.1 |
3402 | 2024-12-12T22:08:38.664Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3403 | 2024-12-12T22:08:46.503Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3404 | 2024-12-12T22:08:48.829Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3405 | 2024-12-12T22:08:53.476Z | [ helios-setup] Dec 12 22:08:52.747 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3406 | 2024-12-12T22:09:13.409Z | [ helios-setup] Dec 12 22:09:12.680 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3407 | 2024-12-12T22:09:19.080Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3408 | 2024-12-12T22:09:24.773Z | [ host-package] Compiling multimap v0.10.0 |
3409 | 2024-12-12T22:10:05.812Z | [ helios-setup] Dec 12 22:10:05.085 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 49s |
3410 | 2024-12-12T22:10:05.851Z | [ helios-setup] Dec 12 22:10:05.124 INFO building project "amd-host-image-builder" ok (196 seconds) |
3411 | 2024-12-12T22:10:05.854Z | [ helios-setup] Dec 12 22:10:05.124 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3412 | 2024-12-12T22:10:05.854Z | [ helios-setup] Dec 12 22:10:05.124 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3413 | 2024-12-12T22:10:06.255Z | [ helios-setup] Dec 12 22:10:05.528 INFO E| Downloading crates ... |
3414 | 2024-12-12T22:10:06.393Z | [ helios-setup] Dec 12 22:10:05.666 INFO E| Downloaded digest v0.10.3 |
3415 | 2024-12-12T22:10:06.401Z | [ helios-setup] Dec 12 22:10:05.674 INFO E| Downloaded anyhow v1.0.62 |
3416 | 2024-12-12T22:10:06.408Z | [ helios-setup] Dec 12 22:10:05.681 INFO E| Downloaded bytes v1.2.1 |
3417 | 2024-12-12T22:10:06.414Z | [ helios-setup] Dec 12 22:10:05.687 INFO E| Downloaded typenum v1.15.0 |
3418 | 2024-12-12T22:10:06.417Z | [ helios-setup] Dec 12 22:10:05.691 INFO E| Downloaded sha2 v0.10.5 |
3419 | 2024-12-12T22:10:06.516Z | [ helios-setup] Dec 12 22:10:05.789 INFO E| Compiling typenum v1.15.0 |
3420 | 2024-12-12T22:10:06.516Z | [ helios-setup] Dec 12 22:10:05.789 INFO E| Compiling version_check v0.9.4 |
3421 | 2024-12-12T22:10:06.519Z | [ helios-setup] Dec 12 22:10:05.790 INFO E| Compiling cfg-if v1.0.0 |
3422 | 2024-12-12T22:10:06.519Z | [ helios-setup] Dec 12 22:10:05.790 INFO E| Compiling crc32fast v1.3.2 |
3423 | 2024-12-12T22:10:06.519Z | [ helios-setup] Dec 12 22:10:05.790 INFO E| Compiling adler v1.0.2 |
3424 | 2024-12-12T22:10:06.519Z | [ helios-setup] Dec 12 22:10:05.790 INFO E| Compiling anyhow v1.0.62 |
3425 | 2024-12-12T22:10:06.519Z | [ helios-setup] Dec 12 22:10:05.790 INFO E| Compiling unicode-width v0.1.10 |
3426 | 2024-12-12T22:10:06.519Z | [ helios-setup] Dec 12 22:10:05.790 INFO E| Compiling cpufeatures v0.2.5 |
3427 | 2024-12-12T22:10:07.335Z | [ helios-setup] Dec 12 22:10:06.608 INFO E| Compiling miniz_oxide v0.6.2 |
3428 | 2024-12-12T22:10:07.370Z | [ helios-setup] Dec 12 22:10:06.643 INFO E| Compiling getopts v0.2.21 |
3429 | 2024-12-12T22:10:07.418Z | [ helios-setup] Dec 12 22:10:06.691 INFO E| Compiling bytes v1.2.1 |
3430 | 2024-12-12T22:10:07.518Z | [ helios-setup] Dec 12 22:10:06.791 INFO E| Compiling bitflags v1.3.2 |
3431 | 2024-12-12T22:10:08.622Z | [ helios-setup] Dec 12 22:10:07.895 INFO E| Compiling generic-array v0.14.6 |
3432 | 2024-12-12T22:10:09.441Z | [ helios-setup] Dec 12 22:10:08.714 INFO E| Compiling flate2 v1.0.25 |
3433 | 2024-12-12T22:10:12.672Z | [ helios-setup] Dec 12 22:10:11.945 INFO E| Compiling crypto-common v0.1.6 |
3434 | 2024-12-12T22:10:12.672Z | [ helios-setup] Dec 12 22:10:11.945 INFO E| Compiling block-buffer v0.10.3 |
3435 | 2024-12-12T22:10:12.872Z | [ helios-setup] Dec 12 22:10:12.145 INFO E| Compiling digest v0.10.3 |
3436 | 2024-12-12T22:10:13.296Z | [ helios-setup] Dec 12 22:10:12.569 INFO E| Compiling sha2 v0.10.5 |
3437 | 2024-12-12T22:10:13.897Z | [ helios-setup] Dec 12 22:10:13.170 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3438 | 2024-12-12T22:10:19.390Z | [ helios-setup] Dec 12 22:10:18.663 INFO E| Finished `release` profile [optimized] target(s) in 13.42s |
3439 | 2024-12-12T22:10:19.406Z | [ helios-setup] Dec 12 22:10:18.679 INFO building project "bootserver" ok (13 seconds) |
3440 | 2024-12-12T22:10:19.410Z | [ helios-setup] rm -f helios-build |
3441 | 2024-12-12T22:10:19.412Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3442 | 2024-12-12T22:10:19.416Z | [ helios-setup] |
3443 | 2024-12-12T22:10:19.419Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3444 | 2024-12-12T22:10:19.421Z | [ helios-setup] |
3445 | 2024-12-12T22:10:19.424Z | [ helios-setup] |
3446 | 2024-12-12T22:10:19.424Z | [ helios-setup] real 12:06.816796111 |
3447 | 2024-12-12T22:10:19.424Z | [ helios-setup] user 29:11.631470001 |
3448 | 2024-12-12T22:10:19.424Z | [ helios-setup] sys 3:34.539210102 |
3449 | 2024-12-12T22:10:19.424Z | [ helios-setup] trap 1.693854201 |
3450 | 2024-12-12T22:10:19.424Z | [ helios-setup] tflt 7.192857442 |
3451 | 2024-12-12T22:10:19.424Z | [ helios-setup] dflt 37.910715483 |
3452 | 2024-12-12T22:10:19.424Z | [ helios-setup] kflt 0.037411396 |
3453 | 2024-12-12T22:10:19.424Z | [ helios-setup] lock 2:04:44.022911759 |
3454 | 2024-12-12T22:10:19.424Z | [ helios-setup] slp 3:47:37.773941571 |
3455 | 2024-12-12T22:10:19.424Z | [ helios-setup] lat 33:25.942001085 |
3456 | 2024-12-12T22:10:19.424Z | [ helios-setup] stop 4:51.821734619 |
3457 | 2024-12-12T22:10:19.424Z | Dec 12 22:10:18.695 INFO [helios-setup] process exited with exit status: 0 (726.822463923s) |
3458 | 2024-12-12T22:10:19.425Z | Dec 12 22:10:18.695 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3459 | 2024-12-12T22:10:19.453Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3460 | 2024-12-12T22:10:19.707Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3461 | 2024-12-12T22:10:19.710Z | [ phbl-toolchain] info: downloading component 'cargo' |
3462 | 2024-12-12T22:10:21.251Z | [ phbl-toolchain] info: downloading component 'clippy' |
3463 | 2024-12-12T22:10:21.626Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3464 | 2024-12-12T22:10:26.307Z | [ phbl-toolchain] info: downloading component 'miri' |
3465 | 2024-12-12T22:10:26.491Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3466 | 2024-12-12T22:10:27.760Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3467 | 2024-12-12T22:10:27.981Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3468 | 2024-12-12T22:10:29.808Z | [ phbl-toolchain] info: downloading component 'rustc' |
3469 | 2024-12-12T22:10:39.484Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3470 | 2024-12-12T22:10:39.750Z | [ phbl-toolchain] info: installing component 'cargo' |
3471 | 2024-12-12T22:10:41.003Z | [ phbl-toolchain] info: installing component 'clippy' |
3472 | 2024-12-12T22:10:41.579Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3473 | 2024-12-12T22:10:47.122Z | [ phbl-toolchain] info: installing component 'miri' |
3474 | 2024-12-12T22:10:47.457Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3475 | 2024-12-12T22:10:54.862Z | [ phbl-toolchain] info: installing component 'rust-src' |
3476 | 2024-12-12T22:10:55.764Z | [ phbl-toolchain] info: installing component 'rust-std' |
3477 | 2024-12-12T22:10:58.332Z | [ phbl-toolchain] info: installing component 'rustc' |
3478 | 2024-12-12T22:11:07.587Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3479 | 2024-12-12T22:11:08.412Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3480 | 2024-12-12T22:11:08.415Z | Dec 12 22:11:07.689 INFO [phbl-toolchain] process exited with exit status: 0 (48.993656332s) |
3481 | 2024-12-12T22:12:03.121Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3482 | 2024-12-12T22:12:10.577Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3483 | 2024-12-12T22:18:58.393Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 54s |
3484 | 2024-12-12T22:20:05.628Z | Dec 12 22:20:04.914 INFO [host-package] process exited with exit status: 0 (1261.787164809s) |
3485 | 2024-12-12T22:20:05.632Z | Dec 12 22:20:04.914 INFO [host-stamp] running task |
3486 | 2024-12-12T22:20:05.632Z | Dec 12 22:20:04.915 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3487 | 2024-12-12T22:20:05.638Z | Dec 12 22:20:04.924 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+gitb354f8b06a4 |
3488 | 2024-12-12T22:20:05.647Z | Dec 12 22:20:04.933 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+gitb354f8b06a4 |
3489 | 2024-12-12T22:20:05.652Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3490 | 2024-12-12T22:20:05.655Z | Dec 12 22:20:04.941 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+gitb354f8b06a4 |
3491 | 2024-12-12T22:20:05.664Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3492 | 2024-12-12T22:20:05.664Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3493 | 2024-12-12T22:20:05.668Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3494 | 2024-12-12T22:20:05.672Z | Dec 12 22:20:04.954 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+gitb354f8b06a4 |
3495 | 2024-12-12T22:20:05.679Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3496 | 2024-12-12T22:20:05.684Z | Dec 12 22:20:04.970 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+gitb354f8b06a4 |
3497 | 2024-12-12T22:20:05.703Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3498 | 2024-12-12T22:20:05.707Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3499 | 2024-12-12T22:20:05.707Z | Dec 12 22:20:04.989 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+gitb354f8b06a4 |
3500 | 2024-12-12T22:20:05.722Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3501 | 2024-12-12T22:20:05.722Z | Dec 12 22:20:05.008 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+gitb354f8b06a4 |
3502 | 2024-12-12T22:20:05.740Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3503 | 2024-12-12T22:20:05.743Z | Dec 12 22:20:05.026 INFO [stamp-overlay] process exited with exit status: 0 (102.006006ms) |
3504 | 2024-12-12T22:20:05.743Z | Dec 12 22:20:05.026 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+gitb354f8b06a4 |
3505 | 2024-12-12T22:20:05.755Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3506 | 2024-12-12T22:20:05.760Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3507 | 2024-12-12T22:20:05.764Z | Dec 12 22:20:05.046 INFO [stamp-oxlog] process exited with exit status: 0 (92.163343ms) |
3508 | 2024-12-12T22:20:05.764Z | Dec 12 22:20:05.046 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (38.467585ms) |
3509 | 2024-12-12T22:20:05.773Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3510 | 2024-12-12T22:20:05.823Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3511 | 2024-12-12T22:20:05.826Z | Dec 12 22:20:05.112 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (122.436143ms) |
3512 | 2024-12-12T22:20:05.880Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3513 | 2024-12-12T22:20:05.884Z | Dec 12 22:20:05.169 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (228.349829ms) |
3514 | 2024-12-12T22:20:06.135Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3515 | 2024-12-12T22:20:06.139Z | Dec 12 22:20:05.425 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (398.36944ms) |
3516 | 2024-12-12T22:20:06.888Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3517 | 2024-12-12T22:20:06.900Z | Dec 12 22:20:06.166 INFO [stamp-propolis-server] process exited with exit status: 0 (1.233322005s) |
3518 | 2024-12-12T22:20:06.942Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3519 | 2024-12-12T22:20:09.180Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3520 | 2024-12-12T22:20:16.572Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3521 | 2024-12-12T22:20:16.576Z | Dec 12 22:20:15.861 INFO [stamp-switch-asic] process exited with exit status: 0 (10.890844314s) |
3522 | 2024-12-12T22:20:16.576Z | Dec 12 22:20:15.861 INFO [host-stamp] task succeeded (10.946760794s) |
3523 | 2024-12-12T22:20:16.576Z | Dec 12 22:20:15.861 INFO [host-proto] running task |
3524 | 2024-12-12T22:20:16.989Z | Dec 12 22:20:16.275 INFO [host-proto] task succeeded (413.402166ms) |
3525 | 2024-12-12T22:20:16.989Z | Dec 12 22:20:16.275 INFO [host-profile] running task |
3526 | 2024-12-12T22:20:16.993Z | Dec 12 22:20:16.275 INFO [host-profile] task succeeded (348.405µs) |
3527 | 2024-12-12T22:20:16.993Z | Dec 12 22:20:16.275 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/.tmpDFpJbY/proto/host/root -N 'ci b354f8b/${os_short_commit} 2024-12-12 21:58' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3528 | 2024-12-12T22:20:17.010Z | [ host-image] Dec 12 22:20:16.296 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3529 | 2024-12-12T22:20:17.010Z | [ host-image] Dec 12 22:20:16.296 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3530 | 2024-12-12T22:20:17.025Z | [ host-image] Dec 12 22:20:16.311 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpDFpJbY/proto/host/root" |
3531 | 2024-12-12T22:20:17.025Z | [ host-image] Dec 12 22:20:16.311 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3532 | 2024-12-12T22:20:17.027Z | [ host-image] Dec 12 22:20:16.311 INFO image builder template: ramdisk-01-os... |
3533 | 2024-12-12T22:20:17.027Z | [ host-image] Dec 12 22:20:16.311 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/.tmpDFpJbY/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 |
3534 | 2024-12-12T22:20:17.045Z | [ host-image] Dec 12 22:20:16.331 INFO O| Dec 12 22:20:16.331 INFO CREATE DATASET: rpool/images/build/host/output |
3535 | 2024-12-12T22:20:17.213Z | [ host-image] Dec 12 22:20:16.499 INFO O| Dec 12 22:20:16.498 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3536 | 2024-12-12T22:20:17.219Z | [ host-image] Dec 12 22:20:16.505 INFO O| Dec 12 22:20:16.505 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3537 | 2024-12-12T22:20:17.415Z | [ host-image] Dec 12 22:20:16.700 INFO O| Dec 12 22:20:16.700 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3538 | 2024-12-12T22:20:17.471Z | [ host-image] Dec 12 22:20:16.756 INFO O| Dec 12 22:20:16.756 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3539 | 2024-12-12T22:20:17.474Z | [ host-image] Dec 12 22:20:16.757 INFO O| Dec 12 22:20:16.757 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3540 | 2024-12-12T22:20:17.474Z | [ host-image] Dec 12 22:20:16.757 INFO O| Dec 12 22:20:16.757 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3541 | 2024-12-12T22:20:17.474Z | [ host-image] Dec 12 22:20:16.757 INFO O| Dec 12 22:20:16.757 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3542 | 2024-12-12T22:20:17.484Z | [ host-image] Dec 12 22:20:16.770 INFO O| Dec 12 22:20:16.770 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3543 | 2024-12-12T22:20:17.717Z | [ host-image] Dec 12 22:20:17.003 INFO O| Dec 12 22:20:17.003 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3544 | 2024-12-12T22:20:17.733Z | [ host-image] Dec 12 22:20:17.019 INFO O| Dec 12 22:20:17.019 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3545 | 2024-12-12T22:20:18.328Z | [ host-image] Dec 12 22:20:17.614 INFO O| Dec 12 22:20:17.614 INFO O| Caching catalogs ... Done |
3546 | 2024-12-12T22:20:18.455Z | [ host-image] Dec 12 22:20:17.741 INFO O| Dec 12 22:20:17.740 INFO STEP 0 (pkg_image_create) COMPLETE |
3547 | 2024-12-12T22:20:18.455Z | [ host-image] Dec 12 22:20:17.741 INFO O| Dec 12 22:20:17.741 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3548 | 2024-12-12T22:20:18.458Z | [ host-image] Dec 12 22:20:17.741 INFO O| Dec 12 22:20:17.741 INFO skip step because feature "repo_redist" is not enabled |
3549 | 2024-12-12T22:20:18.458Z | [ host-image] Dec 12 22:20:17.741 INFO O| Dec 12 22:20:17.741 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3550 | 2024-12-12T22:20:18.473Z | [ host-image] Dec 12 22:20:17.758 INFO O| Dec 12 22:20:17.758 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"] |
3551 | 2024-12-12T22:20:19.055Z | [ host-image] Dec 12 22:20:18.341 INFO O| Dec 12 22:20:18.341 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3552 | 2024-12-12T22:20:19.058Z | [ host-image] Dec 12 22:20:18.341 INFO O| Dec 12 22:20:18.341 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3553 | 2024-12-12T22:20:19.073Z | [ host-image] Dec 12 22:20:18.359 INFO O| Dec 12 22:20:18.359 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"] |
3554 | 2024-12-12T22:20:19.624Z | [ host-image] Dec 12 22:20:18.910 INFO O| Dec 12 22:20:18.910 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3555 | 2024-12-12T22:20:19.624Z | [ host-image] Dec 12 22:20:18.910 INFO O| Dec 12 22:20:18.910 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3556 | 2024-12-12T22:20:19.627Z | [ host-image] Dec 12 22:20:18.910 INFO O| Dec 12 22:20:18.910 INFO skip step because feature "repo_redist" is not enabled |
3557 | 2024-12-12T22:20:19.627Z | [ host-image] Dec 12 22:20:18.910 INFO O| Dec 12 22:20:18.910 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3558 | 2024-12-12T22:20:20.157Z | [ host-image] Dec 12 22:20:19.444 INFO O| Dec 12 22:20:19.443 INFO variant opensolaris.zone is already global |
3559 | 2024-12-12T22:20:20.158Z | [ host-image] Dec 12 22:20:19.444 INFO O| Dec 12 22:20:19.444 INFO STEP 5 (pkg_change_variant) COMPLETE |
3560 | 2024-12-12T22:20:20.160Z | [ host-image] Dec 12 22:20:19.444 INFO O| Dec 12 22:20:19.444 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3561 | 2024-12-12T22:20:20.722Z | [ host-image] Dec 12 22:20:20.008 INFO O| Dec 12 22:20:20.008 INFO variant opensolaris.imagetype is full; changing to partial |
3562 | 2024-12-12T22:20:20.722Z | [ host-image] Dec 12 22:20:20.008 INFO O| Dec 12 22:20:20.008 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3563 | 2024-12-12T22:20:28.870Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.98s |
3564 | 2024-12-12T22:20:29.114Z | [ host-image] Dec 12 22:20:28.400 INFO O| Dec 12 22:20:28.400 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3565 | 2024-12-12T22:20:30.877Z | Dec 12 22:20:30.163 INFO [recovery-package] process exited with exit status: 0 (25.248604769s) |
3566 | 2024-12-12T22:20:30.877Z | Dec 12 22:20:30.164 INFO [recovery-stamp] running task |
3567 | 2024-12-12T22:20:30.880Z | Dec 12 22:20:30.164 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3568 | 2024-12-12T22:20:30.880Z | Dec 12 22:20:30.164 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+gitb354f8b06a4 |
3569 | 2024-12-12T22:20:30.901Z | Dec 12 22:20:30.188 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitb354f8b06a4 |
3570 | 2024-12-12T22:20:30.913Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3571 | 2024-12-12T22:20:30.929Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3572 | 2024-12-12T22:20:31.019Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3573 | 2024-12-12T22:20:31.022Z | Dec 12 22:20:30.309 INFO [stamp-installinator] process exited with exit status: 0 (121.321597ms) |
3574 | 2024-12-12T22:20:31.033Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3575 | 2024-12-12T22:20:31.036Z | Dec 12 22:20:30.323 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (158.942408ms) |
3576 | 2024-12-12T22:20:31.039Z | Dec 12 22:20:30.323 INFO [recovery-stamp] task succeeded (159.414457ms) |
3577 | 2024-12-12T22:20:31.039Z | Dec 12 22:20:30.323 INFO [recovery-proto] running task |
3578 | 2024-12-12T22:20:31.039Z | Dec 12 22:20:30.323 INFO [tuf-stamp] running task |
3579 | 2024-12-12T22:20:31.039Z | Dec 12 22:20:30.324 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+gitb354f8b06a4 |
3580 | 2024-12-12T22:20:31.055Z | Dec 12 22:20:30.342 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+gitb354f8b06a4 |
3581 | 2024-12-12T22:20:31.072Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3582 | 2024-12-12T22:20:31.078Z | Dec 12 22:20:30.359 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+gitb354f8b06a4 |
3583 | 2024-12-12T22:20:31.089Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3584 | 2024-12-12T22:20:31.091Z | Dec 12 22:20:30.375 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+gitb354f8b06a4 |
3585 | 2024-12-12T22:20:31.102Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3586 | 2024-12-12T22:20:31.107Z | Dec 12 22:20:30.393 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+gitb354f8b06a4 |
3587 | 2024-12-12T22:20:31.130Z | Dec 12 22:20:30.416 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+gitb354f8b06a4 |
3588 | 2024-12-12T22:20:31.149Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3589 | 2024-12-12T22:20:31.169Z | Dec 12 22:20:30.455 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+gitb354f8b06a4 |
3590 | 2024-12-12T22:20:32.255Z | Dec 12 22:20:30.539 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+gitb354f8b06a4 |
3591 | 2024-12-12T22:20:32.258Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3592 | 2024-12-12T22:20:32.258Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3593 | 2024-12-12T22:20:32.258Z | Dec 12 22:20:30.665 INFO [recovery-proto] task succeeded (342.012403ms) |
3594 | 2024-12-12T22:20:32.258Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3595 | 2024-12-12T22:20:32.258Z | Dec 12 22:20:30.666 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/.tmpDFpJbY/proto/recovery/root -N 'recovery b354f8b/${os_short_commit} 2024-12-12 21:58' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3596 | 2024-12-12T22:20:32.258Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3597 | 2024-12-12T22:20:32.258Z | Dec 12 22:20:30.679 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+gitb354f8b06a4 |
3598 | 2024-12-12T22:20:32.258Z | [ recovery-image] Dec 12 22:20:30.693 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3599 | 2024-12-12T22:20:32.259Z | [ recovery-image] Dec 12 22:20:30.693 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3600 | 2024-12-12T22:20:32.259Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3601 | 2024-12-12T22:20:32.259Z | Dec 12 22:20:30.699 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+gitb354f8b06a4 |
3602 | 2024-12-12T22:20:32.259Z | [ recovery-image] Dec 12 22:20:30.711 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpDFpJbY/proto/recovery/root" |
3603 | 2024-12-12T22:20:32.259Z | [ recovery-image] Dec 12 22:20:30.711 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3604 | 2024-12-12T22:20:32.259Z | [ recovery-image] Dec 12 22:20:30.711 INFO image builder template: ramdisk-01-os... |
3605 | 2024-12-12T22:20:32.259Z | [ recovery-image] Dec 12 22:20:30.711 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/.tmpDFpJbY/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 |
3606 | 2024-12-12T22:20:32.259Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3607 | 2024-12-12T22:20:32.259Z | Dec 12 22:20:30.720 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+gitb354f8b06a4 |
3608 | 2024-12-12T22:20:32.259Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3609 | 2024-12-12T22:20:32.259Z | [ recovery-image] Dec 12 22:20:30.762 INFO O| Dec 12 22:20:30.762 INFO CREATE DATASET: rpool/images/build/recovery/output |
3610 | 2024-12-12T22:20:32.259Z | Dec 12 22:20:30.789 INFO [stamp-probe] process exited with exit status: 0 (372.803833ms) |
3611 | 2024-12-12T22:20:32.259Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3612 | 2024-12-12T22:20:32.259Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
3613 | 2024-12-12T22:20:32.259Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3614 | 2024-12-12T22:20:32.259Z | [ recovery-image] Dec 12 22:20:31.382 INFO O| Dec 12 22:20:31.382 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3615 | 2024-12-12T22:20:32.259Z | [ recovery-image] Dec 12 22:20:31.389 INFO O| Dec 12 22:20:31.389 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3616 | 2024-12-12T22:20:32.259Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3617 | 2024-12-12T22:20:32.285Z | Dec 12 22:20:31.571 INFO [stamp-ntp] process exited with exit status: 0 (851.146588ms) |
3618 | 2024-12-12T22:20:32.451Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3619 | 2024-12-12T22:20:32.471Z | Dec 12 22:20:31.757 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.415192921s) |
3620 | 2024-12-12T22:20:32.606Z | [ recovery-image] Dec 12 22:20:31.892 INFO O| Dec 12 22:20:31.892 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3621 | 2024-12-12T22:20:32.706Z | [ recovery-image] Dec 12 22:20:31.993 INFO O| Dec 12 22:20:31.992 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3622 | 2024-12-12T22:20:32.706Z | [ recovery-image] Dec 12 22:20:31.993 INFO O| Dec 12 22:20:31.993 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3623 | 2024-12-12T22:20:32.709Z | [ recovery-image] Dec 12 22:20:31.993 INFO O| Dec 12 22:20:31.993 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3624 | 2024-12-12T22:20:32.709Z | [ recovery-image] Dec 12 22:20:31.993 INFO O| Dec 12 22:20:31.993 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3625 | 2024-12-12T22:20:32.720Z | [ recovery-image] Dec 12 22:20:32.005 INFO O| Dec 12 22:20:32.005 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3626 | 2024-12-12T22:20:33.004Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3627 | 2024-12-12T22:20:33.034Z | Dec 12 22:20:32.321 INFO [stamp-external-dns] process exited with exit status: 0 (1.927731145s) |
3628 | 2024-12-12T22:20:33.119Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3629 | 2024-12-12T22:20:33.168Z | Dec 12 22:20:32.455 INFO [stamp-internal-dns] process exited with exit status: 0 (1.999600617s) |
3630 | 2024-12-12T22:20:33.240Z | [ recovery-image] Dec 12 22:20:32.527 INFO O| Dec 12 22:20:32.527 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3631 | 2024-12-12T22:20:33.256Z | [ recovery-image] Dec 12 22:20:32.542 INFO O| Dec 12 22:20:32.542 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3632 | 2024-12-12T22:20:33.277Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3633 | 2024-12-12T22:20:33.295Z | Dec 12 22:20:32.582 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.042859039s) |
3634 | 2024-12-12T22:20:33.411Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3635 | 2024-12-12T22:20:33.415Z | Dec 12 22:20:32.702 INFO [stamp-oximeter] process exited with exit status: 0 (2.377827182s) |
3636 | 2024-12-12T22:20:33.762Z | [ recovery-image] Dec 12 22:20:33.048 INFO O| Dec 12 22:20:33.048 INFO O| Caching catalogs ... Done |
3637 | 2024-12-12T22:20:33.878Z | [ recovery-image] Dec 12 22:20:33.164 INFO O| Dec 12 22:20:33.164 INFO STEP 0 (pkg_image_create) COMPLETE |
3638 | 2024-12-12T22:20:33.878Z | [ recovery-image] Dec 12 22:20:33.164 INFO O| Dec 12 22:20:33.164 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3639 | 2024-12-12T22:20:33.878Z | [ recovery-image] Dec 12 22:20:33.164 INFO O| Dec 12 22:20:33.164 INFO skip step because feature "repo_redist" is not enabled |
3640 | 2024-12-12T22:20:33.878Z | [ recovery-image] Dec 12 22:20:33.164 INFO O| Dec 12 22:20:33.164 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3641 | 2024-12-12T22:20:33.894Z | [ recovery-image] Dec 12 22:20:33.181 INFO O| Dec 12 22:20:33.181 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"] |
3642 | 2024-12-12T22:20:34.375Z | [ recovery-image] Dec 12 22:20:33.660 INFO O| Dec 12 22:20:33.660 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3643 | 2024-12-12T22:20:34.375Z | [ recovery-image] Dec 12 22:20:33.660 INFO O| Dec 12 22:20:33.660 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3644 | 2024-12-12T22:20:34.388Z | [ recovery-image] Dec 12 22:20:33.674 INFO O| Dec 12 22:20:33.674 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"] |
3645 | 2024-12-12T22:20:34.668Z | [ host-image] Dec 12 22:20:33.955 INFO O| Dec 12 22:20:33.955 INFO O| Startup: Caching catalogs ... Done |
3646 | 2024-12-12T22:20:34.767Z | [ host-image] Dec 12 22:20:34.054 INFO O| Dec 12 22:20:34.054 INFO O| Planning: Planning completed in 0.00 seconds |
3647 | 2024-12-12T22:20:34.771Z | [ host-image] Dec 12 22:20:34.055 INFO O| Dec 12 22:20:34.055 INFO O| Planning: Consolidating action changes ... Done |
3648 | 2024-12-12T22:20:34.771Z | [ host-image] Dec 12 22:20:34.055 INFO O| Dec 12 22:20:34.055 INFO O| Planning: Evaluating mediators ... Done |
3649 | 2024-12-12T22:20:34.771Z | [ host-image] Dec 12 22:20:34.055 INFO O| Dec 12 22:20:34.055 INFO O| Planning: Planning completed in 0.00 seconds |
3650 | 2024-12-12T22:20:34.771Z | [ host-image] Dec 12 22:20:34.056 INFO O| Dec 12 22:20:34.056 INFO O| Variants/Facets to change: 1 |
3651 | 2024-12-12T22:20:34.794Z | [ host-image] Dec 12 22:20:34.080 INFO O| Dec 12 22:20:34.080 INFO O| Done |
3652 | 2024-12-12T22:20:34.794Z | [ host-image] Dec 12 22:20:34.080 INFO O| Dec 12 22:20:34.080 INFO O| Done |
3653 | 2024-12-12T22:20:34.877Z | [ recovery-image] Dec 12 22:20:34.163 INFO O| Dec 12 22:20:34.163 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3654 | 2024-12-12T22:20:34.877Z | [ recovery-image] Dec 12 22:20:34.163 INFO O| Dec 12 22:20:34.163 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3655 | 2024-12-12T22:20:34.877Z | [ recovery-image] Dec 12 22:20:34.163 INFO O| Dec 12 22:20:34.163 INFO skip step because feature "repo_redist" is not enabled |
3656 | 2024-12-12T22:20:34.877Z | [ recovery-image] Dec 12 22:20:34.163 INFO O| Dec 12 22:20:34.163 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3657 | 2024-12-12T22:20:35.324Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3658 | 2024-12-12T22:20:35.329Z | Dec 12 22:20:34.615 INFO [stamp-nexus] process exited with exit status: 0 (4.240167521s) |
3659 | 2024-12-12T22:20:35.392Z | [ recovery-image] Dec 12 22:20:34.679 INFO O| Dec 12 22:20:34.678 INFO variant opensolaris.zone is already global |
3660 | 2024-12-12T22:20:35.392Z | [ recovery-image] Dec 12 22:20:34.679 INFO O| Dec 12 22:20:34.679 INFO STEP 5 (pkg_change_variant) COMPLETE |
3661 | 2024-12-12T22:20:35.392Z | [ recovery-image] Dec 12 22:20:34.679 INFO O| Dec 12 22:20:34.679 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3662 | 2024-12-12T22:20:35.605Z | [ host-image] Dec 12 22:20:34.891 INFO O| Dec 12 22:20:34.891 INFO O| Done |
3663 | 2024-12-12T22:20:35.650Z | [ host-image] Dec 12 22:20:34.937 INFO O| Dec 12 22:20:34.936 INFO O| Done |
3664 | 2024-12-12T22:20:35.652Z | [ host-image] Dec 12 22:20:34.938 INFO O| Dec 12 22:20:34.938 INFO O| Done |
3665 | 2024-12-12T22:20:35.653Z | [ host-image] Dec 12 22:20:34.938 INFO O| Dec 12 22:20:34.938 INFO O| Done |
3666 | 2024-12-12T22:20:35.653Z | [ host-image] Dec 12 22:20:34.939 INFO O| Dec 12 22:20:34.939 INFO O| Done |
3667 | 2024-12-12T22:20:35.851Z | [ recovery-image] Dec 12 22:20:35.137 INFO O| Dec 12 22:20:35.137 INFO variant opensolaris.imagetype is full; changing to partial |
3668 | 2024-12-12T22:20:35.851Z | [ recovery-image] Dec 12 22:20:35.137 INFO O| Dec 12 22:20:35.137 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3669 | 2024-12-12T22:20:36.120Z | [ host-image] Dec 12 22:20:35.406 INFO O| Dec 12 22:20:35.406 INFO STEP 6 (pkg_change_variant) COMPLETE |
3670 | 2024-12-12T22:20:36.120Z | [ host-image] Dec 12 22:20:35.406 INFO O| Dec 12 22:20:35.406 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3671 | 2024-12-12T22:20:36.120Z | [ host-image] Dec 12 22:20:35.406 INFO O| Dec 12 22:20:35.406 INFO skip step because feature "debug_variant" is not enabled |
3672 | 2024-12-12T22:20:36.120Z | [ host-image] Dec 12 22:20:35.406 INFO O| Dec 12 22:20:35.406 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3673 | 2024-12-12T22:20:36.206Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3674 | 2024-12-12T22:20:36.210Z | [verify-libraries] Compiling home v0.5.9 |
3675 | 2024-12-12T22:20:36.408Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3676 | 2024-12-12T22:20:36.429Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3677 | 2024-12-12T22:20:36.460Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3678 | 2024-12-12T22:20:36.464Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3679 | 2024-12-12T22:20:36.567Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3680 | 2024-12-12T22:20:36.571Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3681 | 2024-12-12T22:20:36.609Z | [ host-image] Dec 12 22:20:35.895 INFO O| Dec 12 22:20:35.895 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3682 | 2024-12-12T22:20:36.761Z | [verify-libraries] Compiling nix v0.28.0 |
3683 | 2024-12-12T22:20:36.860Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3684 | 2024-12-12T22:20:36.980Z | [verify-libraries] Compiling polyval v0.6.2 |
3685 | 2024-12-12T22:20:37.211Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3686 | 2024-12-12T22:20:37.233Z | Dec 12 22:20:36.519 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.820748073s) |
3687 | 2024-12-12T22:20:37.390Z | [verify-libraries] Compiling ghash v0.5.1 |
3688 | 2024-12-12T22:20:37.648Z | [ host-image] Dec 12 22:20:36.935 INFO O| Dec 12 22:20:36.934 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3689 | 2024-12-12T22:20:37.653Z | [ host-image] Dec 12 22:20:36.940 INFO O| Dec 12 22:20:36.939 INFO O| Planning: Planning completed in 0.00 seconds |
3690 | 2024-12-12T22:20:37.665Z | [ host-image] Dec 12 22:20:36.951 INFO O| Dec 12 22:20:36.951 INFO O| Planning: Consolidating action changes ... Done |
3691 | 2024-12-12T22:20:37.667Z | [ host-image] Dec 12 22:20:36.951 INFO O| Dec 12 22:20:36.951 INFO O| Planning: Evaluating mediators ... Done |
3692 | 2024-12-12T22:20:37.667Z | [ host-image] Dec 12 22:20:36.952 INFO O| Dec 12 22:20:36.952 INFO O| Planning: Planning completed in 0.02 seconds |
3693 | 2024-12-12T22:20:37.667Z | [ host-image] Dec 12 22:20:36.953 INFO O| Dec 12 22:20:36.953 INFO O| Variants/Facets to change: 1 |
3694 | 2024-12-12T22:20:37.816Z | [verify-libraries] Compiling ctr v0.9.2 |
3695 | 2024-12-12T22:20:37.872Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3696 | 2024-12-12T22:20:37.901Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3697 | 2024-12-12T22:20:38.034Z | [verify-libraries] Compiling blowfish v0.9.1 |
3698 | 2024-12-12T22:20:38.341Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3699 | 2024-12-12T22:20:38.787Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3700 | 2024-12-12T22:20:38.836Z | [ host-image] Dec 12 22:20:38.122 INFO O| Dec 12 22:20:38.122 INFO O| Done |
3701 | 2024-12-12T22:20:38.836Z | [ host-image] Dec 12 22:20:38.122 INFO O| Dec 12 22:20:38.122 INFO O| Done |
3702 | 2024-12-12T22:20:39.434Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3703 | 2024-12-12T22:20:39.859Z | [ host-image] Dec 12 22:20:39.146 INFO O| Dec 12 22:20:39.146 INFO O| Done |
3704 | 2024-12-12T22:20:39.964Z | [ host-image] Dec 12 22:20:39.249 INFO O| Dec 12 22:20:39.249 INFO O| Done |
3705 | 2024-12-12T22:20:39.993Z | [ host-image] Dec 12 22:20:39.278 INFO O| Dec 12 22:20:39.278 INFO O| Done |
3706 | 2024-12-12T22:20:39.993Z | [ host-image] Dec 12 22:20:39.279 INFO O| Dec 12 22:20:39.279 INFO O| Done |
3707 | 2024-12-12T22:20:39.996Z | [ host-image] Dec 12 22:20:39.281 INFO O| Dec 12 22:20:39.281 INFO O| Done |
3708 | 2024-12-12T22:20:40.109Z | [ host-image] Dec 12 22:20:39.395 INFO O| Dec 12 22:20:39.395 INFO STEP 8 (pkg_change_facet) COMPLETE |
3709 | 2024-12-12T22:20:40.109Z | [ host-image] Dec 12 22:20:39.396 INFO O| Dec 12 22:20:39.395 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3710 | 2024-12-12T22:20:40.109Z | [ host-image] Dec 12 22:20:39.396 INFO O| Dec 12 22:20:39.395 INFO skip step because feature "recovery" is not enabled |
3711 | 2024-12-12T22:20:40.109Z | [ host-image] Dec 12 22:20:39.396 INFO O| Dec 12 22:20:39.395 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3712 | 2024-12-12T22:20:40.112Z | [ host-image] Dec 12 22:20:39.396 INFO O| Dec 12 22:20:39.395 INFO skip step because feature "recovery" is not enabled |
3713 | 2024-12-12T22:20:40.112Z | [ host-image] Dec 12 22:20:39.396 INFO O| Dec 12 22:20:39.395 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3714 | 2024-12-12T22:20:40.130Z | [ host-image] Dec 12 22:20:39.417 INFO O| Dec 12 22:20:39.416 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"] |
3715 | 2024-12-12T22:20:40.140Z | [verify-libraries] Compiling password-hash v0.4.2 |
3716 | 2024-12-12T22:20:41.284Z | [ host-image] Dec 12 22:20:40.571 INFO O| Dec 12 22:20:40.571 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3717 | 2024-12-12T22:20:42.875Z | [verify-libraries] Compiling rustyline v14.0.0 |
3718 | 2024-12-12T22:20:44.450Z | [verify-libraries] Compiling matches v0.1.10 |
3719 | 2024-12-12T22:20:44.660Z | [verify-libraries] Compiling idna v0.2.3 |
3720 | 2024-12-12T22:20:44.723Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3721 | 2024-12-12T22:20:44.748Z | Dec 12 22:20:44.035 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.67518194s) |
3722 | 2024-12-12T22:20:45.209Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3723 | 2024-12-12T22:20:45.252Z | Dec 12 22:20:44.539 INFO [stamp-clickhouse] process exited with exit status: 0 (13.860620943s) |
3724 | 2024-12-12T22:20:45.252Z | Dec 12 22:20:44.539 INFO [tuf-stamp] task succeeded (14.216101657s) |
3725 | 2024-12-12T22:20:46.802Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3726 | 2024-12-12T22:20:46.857Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3727 | 2024-12-12T22:20:47.349Z | [verify-libraries] Compiling p256 v0.13.2 |
3728 | 2024-12-12T22:20:49.495Z | [verify-libraries] Compiling p521 v0.13.3 |
3729 | 2024-12-12T22:20:49.722Z | [ recovery-image] Dec 12 22:20:49.009 INFO O| Dec 12 22:20:49.009 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3730 | 2024-12-12T22:20:50.149Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3731 | 2024-12-12T22:20:51.355Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3732 | 2024-12-12T22:20:51.875Z | [verify-libraries] Compiling md5 v0.7.0 |
3733 | 2024-12-12T22:20:52.370Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3734 | 2024-12-12T22:20:52.512Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3735 | 2024-12-12T22:20:58.410Z | [ recovery-image] Dec 12 22:20:57.697 INFO O| Dec 12 22:20:57.697 INFO O| Startup: Caching catalogs ... Done |
3736 | 2024-12-12T22:20:58.528Z | [ recovery-image] Dec 12 22:20:57.815 INFO O| Dec 12 22:20:57.815 INFO O| Planning: Planning completed in 0.00 seconds |
3737 | 2024-12-12T22:20:58.532Z | [ recovery-image] Dec 12 22:20:57.816 INFO O| Dec 12 22:20:57.816 INFO O| Planning: Consolidating action changes ... Done |
3738 | 2024-12-12T22:20:58.532Z | [ recovery-image] Dec 12 22:20:57.816 INFO O| Dec 12 22:20:57.816 INFO O| Planning: Evaluating mediators ... Done |
3739 | 2024-12-12T22:20:58.532Z | [ recovery-image] Dec 12 22:20:57.817 INFO O| Dec 12 22:20:57.817 INFO O| Planning: Planning completed in 0.00 seconds |
3740 | 2024-12-12T22:20:58.532Z | [ recovery-image] Dec 12 22:20:57.817 INFO O| Dec 12 22:20:57.817 INFO O| Variants/Facets to change: 1 |
3741 | 2024-12-12T22:20:58.616Z | [ recovery-image] Dec 12 22:20:57.902 INFO O| Dec 12 22:20:57.902 INFO O| Done |
3742 | 2024-12-12T22:20:58.616Z | [ recovery-image] Dec 12 22:20:57.902 INFO O| Dec 12 22:20:57.902 INFO O| Done |
3743 | 2024-12-12T22:20:59.577Z | [ recovery-image] Dec 12 22:20:58.864 INFO O| Dec 12 22:20:58.864 INFO O| Done |
3744 | 2024-12-12T22:20:59.664Z | [ recovery-image] Dec 12 22:20:58.951 INFO O| Dec 12 22:20:58.950 INFO O| Done |
3745 | 2024-12-12T22:20:59.666Z | [ recovery-image] Dec 12 22:20:58.952 INFO O| Dec 12 22:20:58.952 INFO O| Done |
3746 | 2024-12-12T22:20:59.666Z | [ recovery-image] Dec 12 22:20:58.952 INFO O| Dec 12 22:20:58.952 INFO O| Done |
3747 | 2024-12-12T22:20:59.668Z | [ recovery-image] Dec 12 22:20:58.954 INFO O| Dec 12 22:20:58.954 INFO O| Done |
3748 | 2024-12-12T22:21:00.445Z | [ recovery-image] Dec 12 22:20:59.732 INFO O| Dec 12 22:20:59.732 INFO STEP 6 (pkg_change_variant) COMPLETE |
3749 | 2024-12-12T22:21:00.446Z | [ recovery-image] Dec 12 22:20:59.732 INFO O| Dec 12 22:20:59.732 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3750 | 2024-12-12T22:21:00.448Z | [ recovery-image] Dec 12 22:20:59.732 INFO O| Dec 12 22:20:59.732 INFO skip step because feature "debug_variant" is not enabled |
3751 | 2024-12-12T22:21:00.448Z | [ recovery-image] Dec 12 22:20:59.732 INFO O| Dec 12 22:20:59.732 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3752 | 2024-12-12T22:21:01.197Z | [ recovery-image] Dec 12 22:21:00.484 INFO O| Dec 12 22:21:00.484 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3753 | 2024-12-12T22:21:02.299Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3754 | 2024-12-12T22:21:02.334Z | [ recovery-image] Dec 12 22:21:01.621 INFO O| Dec 12 22:21:01.621 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3755 | 2024-12-12T22:21:02.337Z | [ recovery-image] Dec 12 22:21:01.623 INFO O| Dec 12 22:21:01.623 INFO O| Planning: Planning completed in 0.00 seconds |
3756 | 2024-12-12T22:21:02.347Z | [ recovery-image] Dec 12 22:21:01.634 INFO O| Dec 12 22:21:01.634 INFO O| Planning: Consolidating action changes ... Done |
3757 | 2024-12-12T22:21:02.347Z | [ recovery-image] Dec 12 22:21:01.634 INFO O| Dec 12 22:21:01.634 INFO O| Planning: Evaluating mediators ... Done |
3758 | 2024-12-12T22:21:02.350Z | [ recovery-image] Dec 12 22:21:01.635 INFO O| Dec 12 22:21:01.635 INFO O| Planning: Planning completed in 0.01 seconds |
3759 | 2024-12-12T22:21:02.350Z | [ recovery-image] Dec 12 22:21:01.635 INFO O| Dec 12 22:21:01.635 INFO O| Variants/Facets to change: 1 |
3760 | 2024-12-12T22:21:02.390Z | [ recovery-image] Dec 12 22:21:01.675 INFO O| Dec 12 22:21:01.675 INFO O| Done |
3761 | 2024-12-12T22:21:02.390Z | [ recovery-image] Dec 12 22:21:01.675 INFO O| Dec 12 22:21:01.675 INFO O| Done |
3762 | 2024-12-12T22:21:03.238Z | [ recovery-image] Dec 12 22:21:02.525 INFO O| Dec 12 22:21:02.525 INFO O| Done |
3763 | 2024-12-12T22:21:03.335Z | [ recovery-image] Dec 12 22:21:02.622 INFO O| Dec 12 22:21:02.622 INFO O| Done |
3764 | 2024-12-12T22:21:03.337Z | [ recovery-image] Dec 12 22:21:02.625 INFO O| Dec 12 22:21:02.625 INFO O| Done |
3765 | 2024-12-12T22:21:03.337Z | [ recovery-image] Dec 12 22:21:02.625 INFO O| Dec 12 22:21:02.625 INFO O| Done |
3766 | 2024-12-12T22:21:03.340Z | [ recovery-image] Dec 12 22:21:02.625 INFO O| Dec 12 22:21:02.625 INFO O| Done |
3767 | 2024-12-12T22:21:03.433Z | [ recovery-image] Dec 12 22:21:02.720 INFO O| Dec 12 22:21:02.720 INFO STEP 8 (pkg_change_facet) COMPLETE |
3768 | 2024-12-12T22:21:03.433Z | [ recovery-image] Dec 12 22:21:02.720 INFO O| Dec 12 22:21:02.720 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3769 | 2024-12-12T22:21:04.219Z | [ recovery-image] Dec 12 22:21:03.506 INFO O| Dec 12 22:21:03.506 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3770 | 2024-12-12T22:21:05.418Z | [ recovery-image] Dec 12 22:21:04.705 INFO O| Dec 12 22:21:04.705 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3771 | 2024-12-12T22:21:05.422Z | [ recovery-image] Dec 12 22:21:04.707 INFO O| Dec 12 22:21:04.707 INFO O| Planning: Planning completed in 0.00 seconds |
3772 | 2024-12-12T22:21:05.426Z | [ recovery-image] Dec 12 22:21:04.708 INFO O| Dec 12 22:21:04.708 INFO O| Planning: Consolidating action changes ... Done |
3773 | 2024-12-12T22:21:05.426Z | [ recovery-image] Dec 12 22:21:04.708 INFO O| Dec 12 22:21:04.708 INFO O| Planning: Evaluating mediators ... Done |
3774 | 2024-12-12T22:21:05.426Z | [ recovery-image] Dec 12 22:21:04.709 INFO O| Dec 12 22:21:04.709 INFO O| Planning: Planning completed in 0.00 seconds |
3775 | 2024-12-12T22:21:05.426Z | [ recovery-image] Dec 12 22:21:04.709 INFO O| Dec 12 22:21:04.709 INFO O| Variants/Facets to change: 1 |
3776 | 2024-12-12T22:21:05.529Z | [ recovery-image] Dec 12 22:21:04.816 INFO O| Dec 12 22:21:04.816 INFO O| Done |
3777 | 2024-12-12T22:21:05.529Z | [ recovery-image] Dec 12 22:21:04.816 INFO O| Dec 12 22:21:04.816 INFO O| Done |
3778 | 2024-12-12T22:21:06.370Z | [ recovery-image] Dec 12 22:21:05.657 INFO O| Dec 12 22:21:05.657 INFO O| Done |
3779 | 2024-12-12T22:21:06.471Z | [ recovery-image] Dec 12 22:21:05.758 INFO O| Dec 12 22:21:05.758 INFO O| Done |
3780 | 2024-12-12T22:21:06.473Z | [ recovery-image] Dec 12 22:21:05.759 INFO O| Dec 12 22:21:05.759 INFO O| Done |
3781 | 2024-12-12T22:21:06.473Z | [ recovery-image] Dec 12 22:21:05.759 INFO O| Dec 12 22:21:05.759 INFO O| Done |
3782 | 2024-12-12T22:21:06.476Z | [ recovery-image] Dec 12 22:21:05.761 INFO O| Dec 12 22:21:05.761 INFO O| Done |
3783 | 2024-12-12T22:21:06.597Z | [ recovery-image] Dec 12 22:21:05.883 INFO O| Dec 12 22:21:05.883 INFO STEP 9 (pkg_change_facet) COMPLETE |
3784 | 2024-12-12T22:21:06.597Z | [ recovery-image] Dec 12 22:21:05.883 INFO O| Dec 12 22:21:05.883 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3785 | 2024-12-12T22:21:07.305Z | [ recovery-image] Dec 12 22:21:06.592 INFO O| Dec 12 22:21:06.592 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3786 | 2024-12-12T22:21:08.507Z | [ recovery-image] Dec 12 22:21:07.794 INFO O| Dec 12 22:21:07.794 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3787 | 2024-12-12T22:21:08.510Z | [ recovery-image] Dec 12 22:21:07.796 INFO O| Dec 12 22:21:07.796 INFO O| Planning: Planning completed in 0.00 seconds |
3788 | 2024-12-12T22:21:08.513Z | [ recovery-image] Dec 12 22:21:07.797 INFO O| Dec 12 22:21:07.797 INFO O| Planning: Consolidating action changes ... Done |
3789 | 2024-12-12T22:21:08.513Z | [ recovery-image] Dec 12 22:21:07.797 INFO O| Dec 12 22:21:07.797 INFO O| Planning: Evaluating mediators ... Done |
3790 | 2024-12-12T22:21:08.513Z | [ recovery-image] Dec 12 22:21:07.798 INFO O| Dec 12 22:21:07.798 INFO O| Planning: Planning completed in 0.00 seconds |
3791 | 2024-12-12T22:21:08.513Z | [ recovery-image] Dec 12 22:21:07.798 INFO O| Dec 12 22:21:07.798 INFO O| Variants/Facets to change: 1 |
3792 | 2024-12-12T22:21:08.585Z | [ recovery-image] Dec 12 22:21:07.872 INFO O| Dec 12 22:21:07.872 INFO O| Done |
3793 | 2024-12-12T22:21:08.585Z | [ recovery-image] Dec 12 22:21:07.872 INFO O| Dec 12 22:21:07.872 INFO O| Done |
3794 | 2024-12-12T22:21:09.400Z | [ recovery-image] Dec 12 22:21:08.686 INFO O| Dec 12 22:21:08.686 INFO O| Done |
3795 | 2024-12-12T22:21:09.510Z | [ recovery-image] Dec 12 22:21:08.797 INFO O| Dec 12 22:21:08.797 INFO O| Done |
3796 | 2024-12-12T22:21:09.513Z | [ recovery-image] Dec 12 22:21:08.798 INFO O| Dec 12 22:21:08.798 INFO O| Done |
3797 | 2024-12-12T22:21:09.513Z | [ recovery-image] Dec 12 22:21:08.799 INFO O| Dec 12 22:21:08.798 INFO O| Done |
3798 | 2024-12-12T22:21:09.515Z | [ recovery-image] Dec 12 22:21:08.801 INFO O| Dec 12 22:21:08.801 INFO O| Done |
3799 | 2024-12-12T22:21:09.696Z | [ recovery-image] Dec 12 22:21:08.983 INFO O| Dec 12 22:21:08.983 INFO STEP 10 (pkg_change_facet) COMPLETE |
3800 | 2024-12-12T22:21:09.696Z | [ recovery-image] Dec 12 22:21:08.983 INFO O| Dec 12 22:21:08.983 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3801 | 2024-12-12T22:21:09.716Z | [ recovery-image] Dec 12 22:21:09.003 INFO O| Dec 12 22:21:09.003 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"] |
3802 | 2024-12-12T22:21:09.978Z | [verify-libraries] Compiling des v0.8.1 |
3803 | 2024-12-12T22:21:10.596Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3804 | 2024-12-12T22:21:10.697Z | [ recovery-image] Dec 12 22:21:09.984 INFO O| Dec 12 22:21:09.984 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3805 | 2024-12-12T22:21:11.854Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3806 | 2024-12-12T22:21:12.182Z | [verify-libraries] Compiling russh v0.45.0 |
3807 | 2024-12-12T22:21:12.959Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3808 | 2024-12-12T22:21:16.565Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3809 | 2024-12-12T22:21:18.823Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3810 | 2024-12-12T22:21:24.496Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3811 | 2024-12-12T22:21:32.069Z | [verify-libraries] Compiling petname v2.0.2 |
3812 | 2024-12-12T22:21:33.604Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3813 | 2024-12-12T22:21:34.401Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3814 | 2024-12-12T22:21:35.582Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3815 | 2024-12-12T22:21:40.219Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3816 | 2024-12-12T22:21:43.522Z | [ host-image] Dec 12 22:21:42.810 INFO O| Dec 12 22:21:42.810 INFO O| Planning: Solver setup ... Done |
3817 | 2024-12-12T22:21:45.685Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3818 | 2024-12-12T22:21:49.529Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3819 | 2024-12-12T22:21:56.557Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3820 | 2024-12-12T22:22:12.027Z | [ recovery-image] Dec 12 22:22:11.315 INFO O| Dec 12 22:22:11.315 INFO O| Planning: Solver setup ... Done |
3821 | 2024-12-12T22:22:22.127Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3822 | 2024-12-12T22:22:24.536Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3823 | 2024-12-12T22:22:28.342Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3824 | 2024-12-12T22:22:53.203Z | [verify-libraries] Compiling heck v0.4.1 |
3825 | 2024-12-12T22:22:54.967Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3826 | 2024-12-12T22:22:58.624Z | [ host-image] Dec 12 22:22:57.914 INFO O| Dec 12 22:22:57.913 INFO O| Planning: Running solver ... Done |
3827 | 2024-12-12T22:22:59.181Z | [ host-image] Dec 12 22:22:58.470 INFO O| Dec 12 22:22:58.470 INFO O| Planning: Finding local manifests ... Done |
3828 | 2024-12-12T22:22:59.202Z | [ host-image] Dec 12 22:22:58.491 INFO O| Dec 12 22:22:58.491 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3829 | 2024-12-12T22:23:00.558Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3830 | 2024-12-12T22:23:03.273Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3831 | 2024-12-12T22:23:03.695Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3832 | 2024-12-12T22:23:04.203Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3833 | 2024-12-12T22:23:04.272Z | [ host-image] Dec 12 22:23:03.561 INFO O| Dec 12 22:23:03.561 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3834 | 2024-12-12T22:23:04.639Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3835 | 2024-12-12T22:23:05.142Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3836 | 2024-12-12T22:23:05.556Z | [ host-image] Dec 12 22:23:04.846 INFO O| Dec 12 22:23:04.846 INFO O| Planning: Package planning ... Done |
3837 | 2024-12-12T22:23:05.562Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3838 | 2024-12-12T22:23:05.816Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3839 | 2024-12-12T22:23:07.073Z | [ host-image] Dec 12 22:23:06.362 INFO O| Dec 12 22:23:06.362 INFO O| Planning: Merging actions ... Done |
3840 | 2024-12-12T22:23:07.594Z | [ host-image] Dec 12 22:23:06.884 INFO O| Dec 12 22:23:06.884 INFO O| Planning: Checking for conflicting actions ... Done |
3841 | 2024-12-12T22:23:08.011Z | [ host-image] Dec 12 22:23:07.301 INFO O| Dec 12 22:23:07.301 INFO O| Planning: Consolidating action changes ... Done |
3842 | 2024-12-12T22:23:08.703Z | [ host-image] Dec 12 22:23:07.991 INFO O| Dec 12 22:23:07.991 INFO O| Planning: Evaluating mediators ... Done |
3843 | 2024-12-12T22:23:08.887Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3844 | 2024-12-12T22:23:15.218Z | [ host-image] Dec 12 22:23:14.508 INFO O| Dec 12 22:23:14.507 INFO O| Planning: Planning completed in 153.94 seconds |
3845 | 2024-12-12T22:23:15.229Z | [ host-image] Dec 12 22:23:14.519 INFO O| Dec 12 22:23:14.519 INFO O| Packages to install: 124 |
3846 | 2024-12-12T22:23:15.232Z | [ host-image] Dec 12 22:23:14.519 INFO O| Dec 12 22:23:14.519 INFO O| Mediators to change: 4 |
3847 | 2024-12-12T22:23:15.232Z | [ host-image] Dec 12 22:23:14.519 INFO O| Dec 12 22:23:14.519 INFO O| Services to change: 6 |
3848 | 2024-12-12T22:23:15.331Z | [ host-image] Dec 12 22:23:14.620 INFO O| Dec 12 22:23:14.620 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete |
3849 | 2024-12-12T22:23:15.519Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3850 | 2024-12-12T22:23:20.331Z | [ host-image] Dec 12 22:23:19.621 INFO O| Dec 12 22:23:19.621 INFO O| Download: 1185/22774 items 6.6/199.6MB 3% complete (1.3M/s) |
3851 | 2024-12-12T22:23:23.194Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3852 | 2024-12-12T22:23:25.350Z | [ host-image] Dec 12 22:23:24.640 INFO O| Dec 12 22:23:24.639 INFO O| Download: 1792/22774 items 12.5/199.6MB 6% complete (1.3M/s) |
3853 | 2024-12-12T22:23:27.026Z | [ recovery-image] Dec 12 22:23:26.316 INFO O| Dec 12 22:23:26.316 INFO O| Planning: Running solver ... Done |
3854 | 2024-12-12T22:23:27.537Z | [ recovery-image] Dec 12 22:23:26.826 INFO O| Dec 12 22:23:26.826 INFO O| Planning: Finding local manifests ... Done |
3855 | 2024-12-12T22:23:27.553Z | [ recovery-image] Dec 12 22:23:26.843 INFO O| Dec 12 22:23:26.843 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3856 | 2024-12-12T22:23:28.339Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3857 | 2024-12-12T22:23:30.350Z | [ host-image] Dec 12 22:23:29.640 INFO O| Dec 12 22:23:29.640 INFO O| Download: 2253/22774 items 24.8/199.6MB 12% complete (1.9M/s) |
3858 | 2024-12-12T22:23:32.435Z | [ recovery-image] Dec 12 22:23:31.726 INFO O| Dec 12 22:23:31.725 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3859 | 2024-12-12T22:23:33.735Z | [ recovery-image] Dec 12 22:23:33.025 INFO O| Dec 12 22:23:33.025 INFO O| Planning: Package planning ... Done |
3860 | 2024-12-12T22:23:34.457Z | [ recovery-image] Dec 12 22:23:33.748 INFO O| Dec 12 22:23:33.748 INFO O| Planning: Merging actions ... Done |
3861 | 2024-12-12T22:23:34.904Z | [ recovery-image] Dec 12 22:23:34.195 INFO O| Dec 12 22:23:34.194 INFO O| Planning: Checking for conflicting actions ... Done |
3862 | 2024-12-12T22:23:35.035Z | [ recovery-image] Dec 12 22:23:34.325 INFO O| Dec 12 22:23:34.325 INFO O| Planning: Consolidating action changes ... Done |
3863 | 2024-12-12T22:23:35.351Z | [ host-image] Dec 12 22:23:34.641 INFO O| Dec 12 22:23:34.641 INFO O| Download: 3326/22774 items 34.2/199.6MB 17% complete (2.2M/s) |
3864 | 2024-12-12T22:23:35.442Z | [ recovery-image] Dec 12 22:23:34.732 INFO O| Dec 12 22:23:34.732 INFO O| Planning: Evaluating mediators ... Done |
3865 | 2024-12-12T22:23:40.374Z | [ host-image] Dec 12 22:23:39.665 INFO O| Dec 12 22:23:39.665 INFO O| Download: 4489/22774 items 41.8/199.6MB 20% complete (1.7M/s) |
3866 | 2024-12-12T22:23:41.593Z | [ recovery-image] Dec 12 22:23:40.884 INFO O| Dec 12 22:23:40.884 INFO O| Planning: Planning completed in 150.90 seconds |
3867 | 2024-12-12T22:23:41.600Z | [ recovery-image] Dec 12 22:23:40.891 INFO O| Dec 12 22:23:40.891 INFO O| Packages to install: 124 |
3868 | 2024-12-12T22:23:41.600Z | [ recovery-image] Dec 12 22:23:40.891 INFO O| Dec 12 22:23:40.891 INFO O| Mediators to change: 4 |
3869 | 2024-12-12T22:23:41.600Z | [ recovery-image] Dec 12 22:23:40.891 INFO O| Dec 12 22:23:40.891 INFO O| Services to change: 5 |
3870 | 2024-12-12T22:23:41.690Z | [ recovery-image] Dec 12 22:23:40.980 INFO O| Dec 12 22:23:40.980 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete |
3871 | 2024-12-12T22:23:45.380Z | [ host-image] Dec 12 22:23:44.670 INFO O| Dec 12 22:23:44.670 INFO O| Download: 4908/22774 items 45.8/199.6MB 22% complete (1.2M/s) |
3872 | 2024-12-12T22:23:47.298Z | [ recovery-image] Dec 12 22:23:46.588 INFO O| Dec 12 22:23:46.588 INFO O| Download: 1006/15848 items 7.9/176.3MB 4% complete (1.7M/s) |
3873 | 2024-12-12T22:23:49.235Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3874 | 2024-12-12T22:23:50.435Z | [ host-image] Dec 12 22:23:49.726 INFO O| Dec 12 22:23:49.726 INFO O| Download: 5939/22774 items 46.4/199.6MB 23% complete (481k/s) |
3875 | 2024-12-12T22:23:55.691Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3876 | 2024-12-12T22:23:56.005Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3877 | 2024-12-12T22:23:56.179Z | [ host-image] Dec 12 22:23:55.468 INFO O| Dec 12 22:23:55.468 INFO O| Download: 6762/22774 items 47.9/199.6MB 23% complete (274k/s) |
3878 | 2024-12-12T22:23:56.184Z | [ recovery-image] Dec 12 22:23:55.475 INFO O| Dec 12 22:23:55.475 INFO O| Download: 1163/15848 items 10.0/176.3MB 5% complete (1.1M/s) |
3879 | 2024-12-12T22:23:56.346Z | [verify-libraries] Compiling termios v0.3.3 |
3880 | 2024-12-12T22:23:56.797Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3881 | 2024-12-12T22:24:01.190Z | [ recovery-image] Dec 12 22:24:00.481 INFO O| Dec 12 22:24:00.481 INFO O| Download: 1550/15848 items 22.5/176.3MB 12% complete (1.3M/s) |
3882 | 2024-12-12T22:24:01.246Z | [ host-image] Dec 12 22:24:00.537 INFO O| Dec 12 22:24:00.537 INFO O| Download: 7540/22774 items 58.2/199.6MB 29% complete (1.2M/s) |
3883 | 2024-12-12T22:24:06.202Z | [ recovery-image] Dec 12 22:24:05.493 INFO O| Dec 12 22:24:05.493 INFO O| Download: 2474/15848 items 31.4/176.3MB 17% complete (2.2M/s) |
3884 | 2024-12-12T22:24:06.482Z | [ host-image] Dec 12 22:24:05.773 INFO O| Dec 12 22:24:05.773 INFO O| Download: 8230/22774 items 62.7/199.6MB 31% complete (1.4M/s) |
3885 | 2024-12-12T22:24:11.212Z | [ recovery-image] Dec 12 22:24:10.503 INFO O| Dec 12 22:24:10.503 INFO O| Download: 3434/15848 items 38.2/176.3MB 21% complete (1.6M/s) |
3886 | 2024-12-12T22:24:11.483Z | [ host-image] Dec 12 22:24:10.774 INFO O| Dec 12 22:24:10.774 INFO O| Download: 8756/22774 items 71.3/199.6MB 35% complete (1.2M/s) |
3887 | 2024-12-12T22:24:16.228Z | [ recovery-image] Dec 12 22:24:15.519 INFO O| Dec 12 22:24:15.519 INFO O| Download: 3915/15848 items 42.5/176.3MB 24% complete (1.1M/s) |
3888 | 2024-12-12T22:24:16.575Z | [ host-image] Dec 12 22:24:15.866 INFO O| Dec 12 22:24:15.866 INFO O| Download: 9765/22774 items 83.5/199.6MB 41% complete (2.1M/s) |
3889 | 2024-12-12T22:24:21.228Z | [ recovery-image] Dec 12 22:24:20.519 INFO O| Dec 12 22:24:20.519 INFO O| Download: 4856/15848 items 43.0/176.3MB 24% complete (506k/s) |
3890 | 2024-12-12T22:24:21.602Z | [ host-image] Dec 12 22:24:20.893 INFO O| Dec 12 22:24:20.893 INFO O| Download: 10520/22774 items 88.6/199.6MB 44% complete (1.7M/s) |
3891 | 2024-12-12T22:24:22.630Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3892 | 2024-12-12T22:24:25.368Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3893 | 2024-12-12T22:24:26.347Z | [ recovery-image] Dec 12 22:24:25.638 INFO O| Dec 12 22:24:25.638 INFO O| Download: 5731/15848 items 46.3/176.3MB 26% complete (339k/s) |
3894 | 2024-12-12T22:24:26.704Z | [ host-image] Dec 12 22:24:25.995 INFO O| Dec 12 22:24:25.995 INFO O| Download: 11138/22774 items 93.3/199.6MB 46% complete (966k/s) |
3895 | 2024-12-12T22:24:31.347Z | [ recovery-image] Dec 12 22:24:30.638 INFO O| Dec 12 22:24:30.638 INFO O| Download: 6164/15848 items 61.5/176.3MB 34% complete (1.8M/s) |
3896 | 2024-12-12T22:24:31.704Z | [ host-image] Dec 12 22:24:30.995 INFO O| Dec 12 22:24:30.995 INFO O| Download: 11981/22774 items 98.2/199.6MB 49% complete (976k/s) |
3897 | 2024-12-12T22:24:36.347Z | [ recovery-image] Dec 12 22:24:35.638 INFO O| Dec 12 22:24:35.638 INFO O| Download: 7107/15848 items 73.0/176.3MB 41% complete (2.6M/s) |
3898 | 2024-12-12T22:24:36.714Z | [ host-image] Dec 12 22:24:36.006 INFO O| Dec 12 22:24:36.006 INFO O| Download: 12349/22774 items 109.5/199.6MB 54% complete (1.6M/s) |
3899 | 2024-12-12T22:24:41.348Z | [ recovery-image] Dec 12 22:24:40.640 INFO O| Dec 12 22:24:40.639 INFO O| Download: 7828/15848 items 75.5/176.3MB 42% complete (1.4M/s) |
3900 | 2024-12-12T22:24:42.125Z | [ host-image] Dec 12 22:24:41.416 INFO O| Dec 12 22:24:41.416 INFO O| Download: 13314/22774 items 110.0/199.6MB 55% complete (1.4M/s) |
3901 | 2024-12-12T22:24:46.368Z | [ recovery-image] Dec 12 22:24:45.657 INFO O| Dec 12 22:24:45.657 INFO O| Download: 7977/15848 items 78.9/176.3MB 44% complete (642k/s) |
3902 | 2024-12-12T22:24:47.553Z | [ host-image] Dec 12 22:24:46.844 INFO O| Dec 12 22:24:46.844 INFO O| Download: 14270/22774 items 110.7/199.6MB 55% complete (106k/s) |
3903 | 2024-12-12T22:24:51.492Z | [ recovery-image] Dec 12 22:24:50.784 INFO O| Dec 12 22:24:50.784 INFO O| Download: 8681/15848 items 83.7/176.3MB 47% complete (817k/s) |
3904 | 2024-12-12T22:24:52.581Z | [ host-image] Dec 12 22:24:51.872 INFO O| Dec 12 22:24:51.872 INFO O| Download: 14909/22774 items 119.9/199.6MB 60% complete (1007k/s) |
3905 | 2024-12-12T22:24:56.498Z | [ recovery-image] Dec 12 22:24:55.789 INFO O| Dec 12 22:24:55.789 INFO O| Download: 9144/15848 items 92.7/176.3MB 52% complete (1.4M/s) |
3906 | 2024-12-12T22:24:57.632Z | [ host-image] Dec 12 22:24:56.924 INFO O| Dec 12 22:24:56.924 INFO O| Download: 15732/22774 items 125.9/199.6MB 63% complete (1.6M/s) |
3907 | 2024-12-12T22:25:01.501Z | [ recovery-image] Dec 12 22:25:00.793 INFO O| Dec 12 22:25:00.793 INFO O| Download: 10181/15848 items 93.3/176.3MB 52% complete (997k/s) |
3908 | 2024-12-12T22:25:02.642Z | [ host-image] Dec 12 22:25:01.934 INFO O| Dec 12 22:25:01.934 INFO O| Download: 16529/22774 items 137.6/199.6MB 68% complete (1.8M/s) |
3909 | 2024-12-12T22:25:06.502Z | [ recovery-image] Dec 12 22:25:05.794 INFO O| Dec 12 22:25:05.794 INFO O| Download: 10810/15848 items 93.6/176.3MB 53% complete (83.8k/s) |
3910 | 2024-12-12T22:25:07.677Z | [ host-image] Dec 12 22:25:06.970 INFO O| Dec 12 22:25:06.970 INFO O| Download: 17301/22774 items 143.7/199.6MB 72% complete (1.8M/s) |
3911 | 2024-12-12T22:25:11.509Z | [ recovery-image] Dec 12 22:25:10.802 INFO O| Dec 12 22:25:10.802 INFO O| Download: 11183/15848 items 100.8/176.3MB 57% complete (762k/s) |
3912 | 2024-12-12T22:25:13.140Z | [ host-image] Dec 12 22:25:12.417 INFO O| Dec 12 22:25:12.417 INFO O| Download: 17957/22774 items 161.6/199.6MB 80% complete (2.4M/s) |
3913 | 2024-12-12T22:25:16.511Z | [ recovery-image] Dec 12 22:25:15.804 INFO O| Dec 12 22:25:15.803 INFO O| Download: 11676/15848 items 118.7/176.3MB 67% complete (2.5M/s) |
3914 | 2024-12-12T22:25:18.148Z | [ host-image] Dec 12 22:25:17.441 INFO O| Dec 12 22:25:17.441 INFO O| Download: 18983/22774 items 165.7/199.6MB 83% complete (2.0M/s) |
3915 | 2024-12-12T22:25:21.512Z | [ recovery-image] Dec 12 22:25:20.805 INFO O| Dec 12 22:25:20.804 INFO O| Download: 12227/15848 items 140.7/176.3MB 79% complete (4.0M/s) |
3916 | 2024-12-12T22:25:23.161Z | [ host-image] Dec 12 22:25:22.450 INFO O| Dec 12 22:25:22.450 INFO O| Download: 19788/22774 items 169.6/199.6MB 85% complete (802k/s) |
3917 | 2024-12-12T22:25:26.513Z | [ recovery-image] Dec 12 22:25:25.806 INFO O| Dec 12 22:25:25.806 INFO O| Download: 13115/15848 items 144.2/176.3MB 81% complete (2.8M/s) |
3918 | 2024-12-12T22:25:28.165Z | [ host-image] Dec 12 22:25:27.457 INFO O| Dec 12 22:25:27.457 INFO O| Download: 20451/22774 items 171.8/199.6MB 86% complete (629k/s) |
3919 | 2024-12-12T22:25:31.541Z | [ recovery-image] Dec 12 22:25:30.834 INFO O| Dec 12 22:25:30.834 INFO O| Download: 14045/15848 items 148.6/176.3MB 84% complete (874k/s) |
3920 | 2024-12-12T22:25:33.487Z | [ host-image] Dec 12 22:25:32.780 INFO O| Dec 12 22:25:32.780 INFO O| Download: 20958/22774 items 178.7/199.6MB 89% complete (946k/s) |
3921 | 2024-12-12T22:25:36.763Z | [ recovery-image] Dec 12 22:25:36.055 INFO O| Dec 12 22:25:36.055 INFO O| Download: 14755/15848 items 156.2/176.3MB 88% complete (1.1M/s) |
3922 | 2024-12-12T22:25:38.488Z | [ host-image] Dec 12 22:25:37.780 INFO O| Dec 12 22:25:37.780 INFO O| Download: 21591/22774 items 183.5/199.6MB 91% complete (1.1M/s) |
3923 | 2024-12-12T22:25:41.804Z | [ recovery-image] Dec 12 22:25:41.097 INFO O| Dec 12 22:25:41.097 INFO O| Download: 15402/15848 items 163.0/176.3MB 92% complete (1.4M/s) |
3924 | 2024-12-12T22:25:43.488Z | [ host-image] Dec 12 22:25:42.781 INFO O| Dec 12 22:25:42.781 INFO O| Download: 22168/22774 items 197.2/199.6MB 98% complete (1.8M/s) |
3925 | 2024-12-12T22:25:47.133Z | [ recovery-image] Dec 12 22:25:46.426 INFO O| Dec 12 22:25:46.426 INFO O| Download: 15839/15848 items 175.8/176.3MB 99% complete (1.9M/s) |
3926 | 2024-12-12T22:25:47.183Z | [ recovery-image] Dec 12 22:25:46.476 INFO O| Dec 12 22:25:46.476 INFO O| Download: Completed 176.29 MB in 125.50 seconds (1.4M/s) |
3927 | 2024-12-12T22:25:48.091Z | [ host-image] Dec 12 22:25:47.384 INFO O| Dec 12 22:25:47.384 INFO O| Download: Completed 199.56 MB in 152.76 seconds (1.3M/s) |
3928 | 2024-12-12T22:25:48.336Z | [ recovery-image] Dec 12 22:25:47.603 INFO O| Dec 12 22:25:47.603 INFO O| Actions: 1/25014 actions (Installing new actions) |
3929 | 2024-12-12T22:25:49.671Z | [ host-image] Dec 12 22:25:48.963 INFO O| Dec 12 22:25:48.963 INFO O| Actions: 1/49471 actions (Installing new actions) |
3930 | 2024-12-12T22:25:53.212Z | [ recovery-image] Dec 12 22:25:52.505 INFO O| Dec 12 22:25:52.505 INFO O| Actions: 7978/25014 actions (Installing new actions) |
3931 | 2024-12-12T22:25:54.671Z | [ host-image] Dec 12 22:25:53.964 INFO O| Dec 12 22:25:53.964 INFO O| Actions: 8795/49471 actions (Installing new actions) |
3932 | 2024-12-12T22:25:58.212Z | [ recovery-image] Dec 12 22:25:57.505 INFO O| Dec 12 22:25:57.505 INFO O| Actions: 12878/25014 actions (Installing new actions) |
3933 | 2024-12-12T22:25:59.706Z | [ host-image] Dec 12 22:25:58.999 INFO O| Dec 12 22:25:58.999 INFO O| Actions: 14823/49471 actions (Installing new actions) |
3934 | 2024-12-12T22:26:03.214Z | [ recovery-image] Dec 12 22:26:02.508 INFO O| Dec 12 22:26:02.508 INFO O| Actions: 18646/25014 actions (Installing new actions) |
3935 | 2024-12-12T22:26:04.727Z | [ host-image] Dec 12 22:26:04.020 INFO O| Dec 12 22:26:04.020 INFO O| Actions: 20137/49471 actions (Installing new actions) |
3936 | 2024-12-12T22:26:06.134Z | [ recovery-image] Dec 12 22:26:05.428 INFO O| Dec 12 22:26:05.428 INFO O| Actions: Completed 25014 actions in 17.92 seconds. |
3937 | 2024-12-12T22:26:06.886Z | [ recovery-image] Dec 12 22:26:06.180 INFO O| Dec 12 22:26:06.180 INFO O| Done |
3938 | 2024-12-12T22:26:06.887Z | [ recovery-image] Dec 12 22:26:06.180 INFO O| Dec 12 22:26:06.180 INFO O| Done |
3939 | 2024-12-12T22:26:09.204Z | [ recovery-image] Dec 12 22:26:08.497 INFO O| Dec 12 22:26:08.497 INFO O| Done |
3940 | 2024-12-12T22:26:09.728Z | [ host-image] Dec 12 22:26:09.021 INFO O| Dec 12 22:26:09.020 INFO O| Actions: 25840/49471 actions (Installing new actions) |
3941 | 2024-12-12T22:26:11.600Z | [ recovery-image] Dec 12 22:26:10.894 INFO O| Dec 12 22:26:10.894 INFO O| Done |
3942 | 2024-12-12T22:26:11.634Z | [ recovery-image] Dec 12 22:26:10.927 INFO O| Dec 12 22:26:10.927 INFO O| Done |
3943 | 2024-12-12T22:26:14.729Z | [ host-image] Dec 12 22:26:14.022 INFO O| Dec 12 22:26:14.022 INFO O| Actions: 49029/49471 actions (Installing new actions) |
3944 | 2024-12-12T22:26:15.419Z | [ host-image] Dec 12 22:26:14.713 INFO O| Dec 12 22:26:14.713 INFO O| Actions: Completed 49471 actions in 25.74 seconds. |
3945 | 2024-12-12T22:26:16.360Z | [ host-image] Dec 12 22:26:15.653 INFO O| Dec 12 22:26:15.653 INFO O| Done |
3946 | 2024-12-12T22:26:16.360Z | [ host-image] Dec 12 22:26:15.653 INFO O| Dec 12 22:26:15.653 INFO O| Done |
3947 | 2024-12-12T22:26:16.808Z | [ recovery-image] Dec 12 22:26:16.102 INFO O| Dec 12 22:26:16.102 INFO O| Done |
3948 | 2024-12-12T22:26:17.568Z | [ recovery-image] Dec 12 22:26:16.862 INFO O| Dec 12 22:26:16.862 INFO O| Done |
3949 | 2024-12-12T22:26:17.966Z | [ host-image] Dec 12 22:26:17.259 INFO O| Dec 12 22:26:17.259 INFO O| Done |
3950 | 2024-12-12T22:26:18.468Z | [ recovery-image] Dec 12 22:26:17.762 INFO O| Dec 12 22:26:17.762 INFO STEP 11 (pkg_install) COMPLETE |
3951 | 2024-12-12T22:26:18.468Z | [ recovery-image] Dec 12 22:26:17.762 INFO O| Dec 12 22:26:17.762 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3952 | 2024-12-12T22:26:18.472Z | [ recovery-image] Dec 12 22:26:17.762 INFO O| Dec 12 22:26:17.762 INFO skip step because feature "recovery" is enabled |
3953 | 2024-12-12T22:26:18.472Z | [ recovery-image] Dec 12 22:26:17.762 INFO O| Dec 12 22:26:17.762 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3954 | 2024-12-12T22:26:18.473Z | [ recovery-image] Dec 12 22:26:17.762 INFO O| Dec 12 22:26:17.762 INFO skip step because feature "omicron1" is not enabled |
3955 | 2024-12-12T22:26:18.473Z | [ recovery-image] Dec 12 22:26:17.762 INFO O| Dec 12 22:26:17.762 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3956 | 2024-12-12T22:26:18.494Z | [ recovery-image] Dec 12 22:26:17.787 INFO O| Dec 12 22:26:17.787 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
3957 | 2024-12-12T22:26:21.632Z | [ host-image] Dec 12 22:26:20.926 INFO O| Dec 12 22:26:20.926 INFO O| Done |
3958 | 2024-12-12T22:26:21.673Z | [ host-image] Dec 12 22:26:20.966 INFO O| Dec 12 22:26:20.966 INFO O| Done |
3959 | 2024-12-12T22:26:21.676Z | [ recovery-image] Dec 12 22:26:20.968 INFO O| Dec 12 22:26:20.968 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3960 | 2024-12-12T22:26:26.160Z | [ recovery-image] Dec 12 22:26:25.299 INFO O| Dec 12 22:26:25.298 INFO O| Planning: Solver setup ... Done |
3961 | 2024-12-12T22:26:26.164Z | [ recovery-image] Dec 12 22:26:25.305 INFO O| Dec 12 22:26:25.305 INFO O| Planning: Running solver ... Done |
3962 | 2024-12-12T22:26:26.164Z | [ recovery-image] Dec 12 22:26:25.406 INFO O| Dec 12 22:26:25.406 INFO O| Planning: Finding local manifests ... Done |
3963 | 2024-12-12T22:26:26.164Z | [ recovery-image] Dec 12 22:26:25.407 INFO O| Dec 12 22:26:25.407 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3964 | 2024-12-12T22:26:26.281Z | [ recovery-image] Dec 12 22:26:25.575 INFO O| Dec 12 22:26:25.575 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3965 | 2024-12-12T22:26:26.335Z | [ recovery-image] Dec 12 22:26:25.623 INFO O| Dec 12 22:26:25.623 INFO O| Planning: Package planning ... Done |
3966 | 2024-12-12T22:26:26.346Z | [ recovery-image] Dec 12 22:26:25.623 INFO O| Dec 12 22:26:25.623 INFO O| Planning: Merging actions ... Done |
3967 | 2024-12-12T22:26:26.395Z | [ recovery-image] Dec 12 22:26:25.688 INFO O| Dec 12 22:26:25.688 INFO O| Planning: Checking for conflicting actions ... Done |
3968 | 2024-12-12T22:26:26.398Z | [ recovery-image] Dec 12 22:26:25.689 INFO O| Dec 12 22:26:25.689 INFO O| Planning: Consolidating action changes ... Done |
3969 | 2024-12-12T22:26:26.763Z | [ recovery-image] Dec 12 22:26:26.057 INFO O| Dec 12 22:26:26.057 INFO O| Planning: Evaluating mediators ... Done |
3970 | 2024-12-12T22:26:26.766Z | [ recovery-image] Dec 12 22:26:26.058 INFO O| Dec 12 22:26:26.058 INFO O| Planning: Planning completed in 5.09 seconds |
3971 | 2024-12-12T22:26:26.767Z | [ recovery-image] Dec 12 22:26:26.061 INFO O| Dec 12 22:26:26.061 INFO O| Packages to install: 1 |
3972 | 2024-12-12T22:26:26.788Z | [ recovery-image] Dec 12 22:26:26.081 INFO O| Dec 12 22:26:26.081 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
3973 | 2024-12-12T22:26:27.230Z | [ recovery-image] Dec 12 22:26:26.523 INFO O| Dec 12 22:26:26.523 INFO O| Download: Completed 9.99 MB in 0.44 seconds (22.6M/s) |
3974 | 2024-12-12T22:26:27.326Z | [ recovery-image] Dec 12 22:26:26.617 INFO O| Dec 12 22:26:26.617 INFO O| Actions: 1/22 actions (Installing new actions) |
3975 | 2024-12-12T22:26:27.798Z | [ recovery-image] Dec 12 22:26:27.091 INFO O| Dec 12 22:26:27.091 INFO O| Actions: Completed 22 actions in 0.47 seconds. |
3976 | 2024-12-12T22:26:28.238Z | [ recovery-image] Dec 12 22:26:27.532 INFO O| Dec 12 22:26:27.532 INFO O| Done |
3977 | 2024-12-12T22:26:28.238Z | [ recovery-image] Dec 12 22:26:27.532 INFO O| Dec 12 22:26:27.532 INFO O| Done |
3978 | 2024-12-12T22:26:29.373Z | [ host-image] Dec 12 22:26:28.667 INFO O| Dec 12 22:26:28.667 INFO O| Done |
3979 | 2024-12-12T22:26:29.506Z | [ recovery-image] Dec 12 22:26:28.800 INFO O| Dec 12 22:26:28.800 INFO O| Done |
3980 | 2024-12-12T22:26:30.261Z | [ host-image] Dec 12 22:26:29.555 INFO O| Dec 12 22:26:29.555 INFO O| Done |
3981 | 2024-12-12T22:26:30.876Z | [ host-image] Dec 12 22:26:30.170 INFO O| Dec 12 22:26:30.170 INFO STEP 11 (pkg_install) COMPLETE |
3982 | 2024-12-12T22:26:30.876Z | [ host-image] Dec 12 22:26:30.170 INFO O| Dec 12 22:26:30.170 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3983 | 2024-12-12T22:26:30.896Z | [ host-image] Dec 12 22:26:30.190 INFO O| Dec 12 22:26:30.190 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"] |
3984 | 2024-12-12T22:26:31.414Z | [ recovery-image] Dec 12 22:26:30.708 INFO O| Dec 12 22:26:30.708 INFO O| Done |
3985 | 2024-12-12T22:26:31.440Z | [ recovery-image] Dec 12 22:26:30.735 INFO O| Dec 12 22:26:30.734 INFO O| Done |
3986 | 2024-12-12T22:26:31.441Z | [ recovery-image] Dec 12 22:26:30.735 INFO O| Dec 12 22:26:30.735 INFO O| Done |
3987 | 2024-12-12T22:26:31.459Z | [ recovery-image] Dec 12 22:26:30.753 INFO O| Dec 12 22:26:30.753 INFO O| Done |
3988 | 2024-12-12T22:26:31.619Z | [ recovery-image] Dec 12 22:26:30.913 INFO O| Dec 12 22:26:30.913 INFO STEP 14 (pkg_install) COMPLETE |
3989 | 2024-12-12T22:26:31.619Z | [ recovery-image] Dec 12 22:26:30.914 INFO O| Dec 12 22:26:30.913 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3990 | 2024-12-12T22:26:31.620Z | [ recovery-image] Dec 12 22:26:30.914 INFO O| Dec 12 22:26:30.913 INFO skip step because feature "mfg" is not enabled |
3991 | 2024-12-12T22:26:31.622Z | [ recovery-image] Dec 12 22:26:30.914 INFO O| Dec 12 22:26:30.913 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3992 | 2024-12-12T22:26:31.623Z | [ recovery-image] Dec 12 22:26:30.914 INFO O| Dec 12 22:26:30.913 INFO skip step because feature "compliance" is not enabled |
3993 | 2024-12-12T22:26:31.623Z | [ recovery-image] Dec 12 22:26:30.914 INFO O| Dec 12 22:26:30.913 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3994 | 2024-12-12T22:26:31.623Z | [ recovery-image] Dec 12 22:26:30.914 INFO O| Dec 12 22:26:30.913 INFO skip step because feature "stress" is not enabled |
3995 | 2024-12-12T22:26:31.623Z | [ recovery-image] Dec 12 22:26:30.914 INFO O| Dec 12 22:26:30.913 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3996 | 2024-12-12T22:26:31.623Z | [ recovery-image] Dec 12 22:26:30.914 INFO O| Dec 12 22:26:30.914 INFO skip step because feature "nfs" is not enabled |
3997 | 2024-12-12T22:26:31.623Z | [ recovery-image] Dec 12 22:26:30.914 INFO O| Dec 12 22:26:30.914 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3998 | 2024-12-12T22:26:31.623Z | [ recovery-image] Dec 12 22:26:30.914 INFO O| Dec 12 22:26:30.914 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3999 | 2024-12-12T22:26:31.883Z | [ recovery-image] Dec 12 22:26:31.177 INFO O| Dec 12 22:26:31.176 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4000 | 2024-12-12T22:26:32.040Z | [ recovery-image] Dec 12 22:26:31.334 INFO O| Dec 12 22:26:31.333 INFO completed processing gimlet/ramdisk-01-os |
4001 | 2024-12-12T22:26:32.043Z | [ recovery-image] Dec 12 22:26:31.337 INFO image builder template: ramdisk-02-trim... |
4002 | 2024-12-12T22:26:32.043Z | [ recovery-image] Dec 12 22:26:31.337 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/.tmpDFpJbY/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 |
4003 | 2024-12-12T22:26:32.090Z | [ recovery-image] Dec 12 22:26:31.384 INFO O| Dec 12 22:26:31.383 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4004 | 2024-12-12T22:26:32.111Z | [ recovery-image] Dec 12 22:26:31.405 INFO O| Dec 12 22:26:31.405 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4005 | 2024-12-12T22:26:32.399Z | [ recovery-image] Dec 12 22:26:31.690 INFO O| Dec 12 22:26:31.690 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4006 | 2024-12-12T22:26:32.454Z | [ recovery-image] Dec 12 22:26:31.746 INFO O| Dec 12 22:26:31.746 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4007 | 2024-12-12T22:26:32.458Z | [ recovery-image] Dec 12 22:26:31.747 INFO O| Dec 12 22:26:31.746 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4008 | 2024-12-12T22:26:32.465Z | [ recovery-image] Dec 12 22:26:31.757 INFO O| Dec 12 22:26:31.757 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4009 | 2024-12-12T22:26:32.472Z | [ recovery-image] Dec 12 22:26:31.765 INFO O| Dec 12 22:26:31.765 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4010 | 2024-12-12T22:26:32.486Z | [ recovery-image] Dec 12 22:26:31.776 INFO O| Dec 12 22:26:31.776 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4011 | 2024-12-12T22:26:32.915Z | [ host-image] Dec 12 22:26:32.209 INFO O| Dec 12 22:26:32.209 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4012 | 2024-12-12T22:26:33.000Z | [ recovery-image] Dec 12 22:26:32.294 INFO O| Dec 12 22:26:32.294 INFO rolled back to input snapshot; work may begin |
4013 | 2024-12-12T22:26:33.000Z | [ recovery-image] Dec 12 22:26:32.294 INFO O| Dec 12 22:26:32.294 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4014 | 2024-12-12T22:26:33.043Z | [ recovery-image] Dec 12 22:26:32.336 INFO O| Dec 12 22:26:32.336 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4015 | 2024-12-12T22:26:33.067Z | [ recovery-image] Dec 12 22:26:32.360 INFO O| Dec 12 22:26:32.360 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4016 | 2024-12-12T22:26:33.376Z | [ recovery-image] Dec 12 22:26:32.670 INFO O| Dec 12 22:26:32.670 INFO STEP 0 (remove_files) COMPLETE |
4017 | 2024-12-12T22:26:33.377Z | [ recovery-image] Dec 12 22:26:32.670 INFO O| Dec 12 22:26:32.670 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4018 | 2024-12-12T22:26:33.678Z | [ recovery-image] Dec 12 22:26:32.972 INFO O| Dec 12 22:26:32.972 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4019 | 2024-12-12T22:26:33.681Z | [ recovery-image] Dec 12 22:26:32.975 INFO O| Dec 12 22:26:32.975 INFO STEP 1 (remove_files) COMPLETE |
4020 | 2024-12-12T22:26:33.681Z | [ recovery-image] Dec 12 22:26:32.975 INFO O| Dec 12 22:26:32.975 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4021 | 2024-12-12T22:26:33.727Z | [ recovery-image] Dec 12 22:26:33.020 INFO O| Dec 12 22:26:33.020 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4022 | 2024-12-12T22:26:33.777Z | [ recovery-image] Dec 12 22:26:33.071 INFO O| Dec 12 22:26:33.071 INFO STEP 2 (remove_files) COMPLETE |
4023 | 2024-12-12T22:26:33.777Z | [ recovery-image] Dec 12 22:26:33.071 INFO O| Dec 12 22:26:33.071 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4024 | 2024-12-12T22:26:33.835Z | [ recovery-image] Dec 12 22:26:33.130 INFO O| Dec 12 22:26:33.129 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4025 | 2024-12-12T22:26:33.838Z | [ recovery-image] Dec 12 22:26:33.133 INFO O| Dec 12 22:26:33.132 INFO STEP 3 (remove_files) COMPLETE |
4026 | 2024-12-12T22:26:33.838Z | [ recovery-image] Dec 12 22:26:33.133 INFO O| Dec 12 22:26:33.133 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4027 | 2024-12-12T22:26:33.892Z | [ recovery-image] Dec 12 22:26:33.187 INFO O| Dec 12 22:26:33.186 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4028 | 2024-12-12T22:26:33.900Z | [ recovery-image] Dec 12 22:26:33.194 INFO O| Dec 12 22:26:33.194 INFO STEP 4 (remove_files) COMPLETE |
4029 | 2024-12-12T22:26:33.900Z | [ recovery-image] Dec 12 22:26:33.194 INFO O| Dec 12 22:26:33.194 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4030 | 2024-12-12T22:26:33.922Z | [ recovery-image] Dec 12 22:26:33.216 INFO O| Dec 12 22:26:33.216 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4031 | 2024-12-12T22:26:33.924Z | [ recovery-image] Dec 12 22:26:33.216 INFO O| Dec 12 22:26:33.216 INFO STEP 5 (remove_files) COMPLETE |
4032 | 2024-12-12T22:26:33.925Z | [ recovery-image] Dec 12 22:26:33.216 INFO O| Dec 12 22:26:33.216 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4033 | 2024-12-12T22:26:33.960Z | [ recovery-image] Dec 12 22:26:33.254 INFO O| Dec 12 22:26:33.254 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4034 | 2024-12-12T22:26:33.979Z | [ recovery-image] Dec 12 22:26:33.273 INFO O| Dec 12 22:26:33.272 INFO STEP 6 (remove_files) COMPLETE |
4035 | 2024-12-12T22:26:33.979Z | [ recovery-image] Dec 12 22:26:33.273 INFO O| Dec 12 22:26:33.273 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4036 | 2024-12-12T22:26:33.979Z | [ recovery-image] Dec 12 22:26:33.273 INFO O| Dec 12 22:26:33.273 INFO skip step because feature "recovery" is enabled |
4037 | 2024-12-12T22:26:33.981Z | [ recovery-image] Dec 12 22:26:33.273 INFO O| Dec 12 22:26:33.273 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4038 | 2024-12-12T22:26:33.981Z | [ recovery-image] Dec 12 22:26:33.273 INFO O| Dec 12 22:26:33.273 INFO skip step because feature "recovery" is enabled |
4039 | 2024-12-12T22:26:33.981Z | [ recovery-image] Dec 12 22:26:33.273 INFO O| Dec 12 22:26:33.273 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4040 | 2024-12-12T22:26:33.981Z | [ recovery-image] Dec 12 22:26:33.273 INFO O| Dec 12 22:26:33.273 INFO skip step because feature "recovery" is enabled |
4041 | 2024-12-12T22:26:33.981Z | [ recovery-image] Dec 12 22:26:33.273 INFO O| Dec 12 22:26:33.273 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4042 | 2024-12-12T22:26:33.998Z | [ recovery-image] Dec 12 22:26:33.292 INFO O| Dec 12 22:26:33.292 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4043 | 2024-12-12T22:26:34.004Z | [ recovery-image] Dec 12 22:26:33.299 INFO O| Dec 12 22:26:33.299 INFO STEP 10 (remove_files) COMPLETE |
4044 | 2024-12-12T22:26:34.004Z | [ recovery-image] Dec 12 22:26:33.299 INFO O| Dec 12 22:26:33.299 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4045 | 2024-12-12T22:26:34.049Z | [ recovery-image] Dec 12 22:26:33.332 INFO O| Dec 12 22:26:33.332 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4046 | 2024-12-12T22:26:34.050Z | [ recovery-image] Dec 12 22:26:33.334 INFO O| Dec 12 22:26:33.334 INFO STEP 11 (remove_files) COMPLETE |
4047 | 2024-12-12T22:26:34.052Z | [ recovery-image] Dec 12 22:26:33.334 INFO O| Dec 12 22:26:33.334 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4048 | 2024-12-12T22:26:34.065Z | [ recovery-image] Dec 12 22:26:33.359 INFO O| Dec 12 22:26:33.359 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4049 | 2024-12-12T22:26:34.069Z | [ recovery-image] Dec 12 22:26:33.362 INFO O| Dec 12 22:26:33.362 INFO STEP 12 (remove_files) COMPLETE |
4050 | 2024-12-12T22:26:34.069Z | [ recovery-image] Dec 12 22:26:33.362 INFO O| Dec 12 22:26:33.362 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4051 | 2024-12-12T22:26:34.396Z | [ recovery-image] Dec 12 22:26:33.688 INFO O| Dec 12 22:26:33.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4052 | 2024-12-12T22:26:34.409Z | [ recovery-image] Dec 12 22:26:33.701 INFO O| Dec 12 22:26:33.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4053 | 2024-12-12T22:26:34.412Z | [ recovery-image] Dec 12 22:26:33.704 INFO O| Dec 12 22:26:33.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4054 | 2024-12-12T22:26:34.412Z | [ recovery-image] Dec 12 22:26:33.704 INFO O| Dec 12 22:26:33.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4055 | 2024-12-12T22:26:34.575Z | [ recovery-image] Dec 12 22:26:33.869 INFO O| Dec 12 22:26:33.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4056 | 2024-12-12T22:26:34.578Z | [ recovery-image] Dec 12 22:26:33.870 INFO O| Dec 12 22:26:33.870 INFO STEP 13 (remove_files) COMPLETE |
4057 | 2024-12-12T22:26:34.578Z | [ recovery-image] Dec 12 22:26:33.870 INFO O| Dec 12 22:26:33.870 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4058 | 2024-12-12T22:26:34.635Z | [ recovery-image] Dec 12 22:26:33.930 INFO O| Dec 12 22:26:33.929 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4059 | 2024-12-12T22:26:34.638Z | [ recovery-image] Dec 12 22:26:33.932 INFO O| Dec 12 22:26:33.932 INFO STEP 14 (remove_files) COMPLETE |
4060 | 2024-12-12T22:26:34.638Z | [ recovery-image] Dec 12 22:26:33.932 INFO O| Dec 12 22:26:33.932 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4061 | 2024-12-12T22:26:34.657Z | [ recovery-image] Dec 12 22:26:33.951 INFO O| Dec 12 22:26:33.951 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4062 | 2024-12-12T22:26:34.668Z | [ recovery-image] Dec 12 22:26:33.962 INFO O| Dec 12 22:26:33.962 INFO STEP 15 (remove_files) COMPLETE |
4063 | 2024-12-12T22:26:34.668Z | [ recovery-image] Dec 12 22:26:33.962 INFO O| Dec 12 22:26:33.962 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4064 | 2024-12-12T22:26:34.720Z | [ recovery-image] Dec 12 22:26:34.014 INFO O| Dec 12 22:26:34.014 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4065 | 2024-12-12T22:26:34.723Z | [ recovery-image] Dec 12 22:26:34.015 INFO O| Dec 12 22:26:34.015 INFO STEP 16 (remove_files) COMPLETE |
4066 | 2024-12-12T22:26:34.723Z | [ recovery-image] Dec 12 22:26:34.015 INFO O| Dec 12 22:26:34.015 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4067 | 2024-12-12T22:26:34.742Z | [ recovery-image] Dec 12 22:26:34.036 INFO O| Dec 12 22:26:34.036 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4068 | 2024-12-12T22:26:34.745Z | [ recovery-image] Dec 12 22:26:34.038 INFO O| Dec 12 22:26:34.038 INFO STEP 17 (remove_files) COMPLETE |
4069 | 2024-12-12T22:26:34.745Z | [ recovery-image] Dec 12 22:26:34.038 INFO O| Dec 12 22:26:34.038 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4070 | 2024-12-12T22:26:34.765Z | [ recovery-image] Dec 12 22:26:34.059 INFO O| Dec 12 22:26:34.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4071 | 2024-12-12T22:26:34.765Z | [ recovery-image] Dec 12 22:26:34.059 INFO O| Dec 12 22:26:34.059 INFO STEP 18 (remove_files) COMPLETE |
4072 | 2024-12-12T22:26:34.765Z | [ recovery-image] Dec 12 22:26:34.059 INFO O| Dec 12 22:26:34.059 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4073 | 2024-12-12T22:26:34.785Z | [ recovery-image] Dec 12 22:26:34.079 INFO O| Dec 12 22:26:34.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4074 | 2024-12-12T22:26:34.785Z | [ recovery-image] Dec 12 22:26:34.079 INFO O| Dec 12 22:26:34.079 INFO STEP 19 (remove_files) COMPLETE |
4075 | 2024-12-12T22:26:34.789Z | [ recovery-image] Dec 12 22:26:34.079 INFO O| Dec 12 22:26:34.079 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4076 | 2024-12-12T22:26:34.807Z | [ recovery-image] Dec 12 22:26:34.101 INFO O| Dec 12 22:26:34.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4077 | 2024-12-12T22:26:34.807Z | [ recovery-image] Dec 12 22:26:34.101 INFO O| Dec 12 22:26:34.101 INFO STEP 20 (remove_files) COMPLETE |
4078 | 2024-12-12T22:26:34.810Z | [ recovery-image] Dec 12 22:26:34.102 INFO O| Dec 12 22:26:34.101 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4079 | 2024-12-12T22:26:34.830Z | [ recovery-image] Dec 12 22:26:34.124 INFO O| Dec 12 22:26:34.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4080 | 2024-12-12T22:26:34.830Z | [ recovery-image] Dec 12 22:26:34.124 INFO O| Dec 12 22:26:34.124 INFO STEP 21 (remove_files) COMPLETE |
4081 | 2024-12-12T22:26:34.830Z | [ recovery-image] Dec 12 22:26:34.124 INFO O| Dec 12 22:26:34.124 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4082 | 2024-12-12T22:26:34.872Z | [ recovery-image] Dec 12 22:26:34.166 INFO O| Dec 12 22:26:34.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4083 | 2024-12-12T22:26:34.872Z | [ recovery-image] Dec 12 22:26:34.166 INFO O| Dec 12 22:26:34.166 INFO STEP 22 (remove_files) COMPLETE |
4084 | 2024-12-12T22:26:34.874Z | [ recovery-image] Dec 12 22:26:34.166 INFO O| Dec 12 22:26:34.166 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4085 | 2024-12-12T22:26:34.992Z | [ recovery-image] Dec 12 22:26:34.286 INFO O| Dec 12 22:26:34.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4086 | 2024-12-12T22:26:34.992Z | [ recovery-image] Dec 12 22:26:34.286 INFO O| Dec 12 22:26:34.286 INFO STEP 23 (remove_files) COMPLETE |
4087 | 2024-12-12T22:26:34.992Z | [ recovery-image] Dec 12 22:26:34.286 INFO O| Dec 12 22:26:34.286 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4088 | 2024-12-12T22:26:35.026Z | [ recovery-image] Dec 12 22:26:34.320 INFO O| Dec 12 22:26:34.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4089 | 2024-12-12T22:26:35.026Z | [ recovery-image] Dec 12 22:26:34.320 INFO O| Dec 12 22:26:34.320 INFO STEP 24 (remove_files) COMPLETE |
4090 | 2024-12-12T22:26:35.030Z | [ recovery-image] Dec 12 22:26:34.320 INFO O| Dec 12 22:26:34.320 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4091 | 2024-12-12T22:26:35.078Z | [ recovery-image] Dec 12 22:26:34.372 INFO O| Dec 12 22:26:34.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4092 | 2024-12-12T22:26:35.078Z | [ recovery-image] Dec 12 22:26:34.372 INFO O| Dec 12 22:26:34.372 INFO STEP 25 (remove_files) COMPLETE |
4093 | 2024-12-12T22:26:35.081Z | [ recovery-image] Dec 12 22:26:34.372 INFO O| Dec 12 22:26:34.372 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4094 | 2024-12-12T22:26:35.099Z | [ recovery-image] Dec 12 22:26:34.393 INFO O| Dec 12 22:26:34.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4095 | 2024-12-12T22:26:35.102Z | [ recovery-image] Dec 12 22:26:34.393 INFO O| Dec 12 22:26:34.393 INFO STEP 26 (remove_files) COMPLETE |
4096 | 2024-12-12T22:26:35.102Z | [ recovery-image] Dec 12 22:26:34.393 INFO O| Dec 12 22:26:34.393 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4097 | 2024-12-12T22:26:35.120Z | [ recovery-image] Dec 12 22:26:34.414 INFO O| Dec 12 22:26:34.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4098 | 2024-12-12T22:26:35.120Z | [ recovery-image] Dec 12 22:26:34.414 INFO O| Dec 12 22:26:34.414 INFO STEP 27 (remove_files) COMPLETE |
4099 | 2024-12-12T22:26:35.120Z | [ recovery-image] Dec 12 22:26:34.414 INFO O| Dec 12 22:26:34.414 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4100 | 2024-12-12T22:26:35.139Z | [ recovery-image] Dec 12 22:26:34.433 INFO O| Dec 12 22:26:34.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4101 | 2024-12-12T22:26:35.139Z | [ recovery-image] Dec 12 22:26:34.433 INFO O| Dec 12 22:26:34.433 INFO STEP 28 (remove_files) COMPLETE |
4102 | 2024-12-12T22:26:35.139Z | [ recovery-image] Dec 12 22:26:34.433 INFO O| Dec 12 22:26:34.433 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4103 | 2024-12-12T22:26:35.200Z | [ recovery-image] Dec 12 22:26:34.494 INFO O| Dec 12 22:26:34.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4104 | 2024-12-12T22:26:35.200Z | [ recovery-image] Dec 12 22:26:34.495 INFO O| Dec 12 22:26:34.495 INFO STEP 29 (remove_files) COMPLETE |
4105 | 2024-12-12T22:26:35.200Z | [ recovery-image] Dec 12 22:26:34.495 INFO O| Dec 12 22:26:34.495 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4106 | 2024-12-12T22:26:35.223Z | [ recovery-image] Dec 12 22:26:34.517 INFO O| Dec 12 22:26:34.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4107 | 2024-12-12T22:26:35.223Z | [ recovery-image] Dec 12 22:26:34.517 INFO O| Dec 12 22:26:34.517 INFO STEP 30 (remove_files) COMPLETE |
4108 | 2024-12-12T22:26:35.223Z | [ recovery-image] Dec 12 22:26:34.517 INFO O| Dec 12 22:26:34.517 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4109 | 2024-12-12T22:26:35.245Z | [ recovery-image] Dec 12 22:26:34.540 INFO O| Dec 12 22:26:34.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4110 | 2024-12-12T22:26:35.246Z | [ recovery-image] Dec 12 22:26:34.540 INFO O| Dec 12 22:26:34.540 INFO STEP 31 (remove_files) COMPLETE |
4111 | 2024-12-12T22:26:35.248Z | [ recovery-image] Dec 12 22:26:34.540 INFO O| Dec 12 22:26:34.540 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4112 | 2024-12-12T22:26:35.267Z | [ recovery-image] Dec 12 22:26:34.561 INFO O| Dec 12 22:26:34.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4113 | 2024-12-12T22:26:35.267Z | [ recovery-image] Dec 12 22:26:34.561 INFO O| Dec 12 22:26:34.561 INFO STEP 32 (remove_files) COMPLETE |
4114 | 2024-12-12T22:26:35.267Z | [ recovery-image] Dec 12 22:26:34.561 INFO O| Dec 12 22:26:34.561 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4115 | 2024-12-12T22:26:35.288Z | [ recovery-image] Dec 12 22:26:34.583 INFO O| Dec 12 22:26:34.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4116 | 2024-12-12T22:26:35.288Z | [ recovery-image] Dec 12 22:26:34.583 INFO O| Dec 12 22:26:34.583 INFO STEP 33 (remove_files) COMPLETE |
4117 | 2024-12-12T22:26:35.289Z | [ recovery-image] Dec 12 22:26:34.583 INFO O| Dec 12 22:26:34.583 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4118 | 2024-12-12T22:26:35.312Z | [ recovery-image] Dec 12 22:26:34.606 INFO O| Dec 12 22:26:34.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4119 | 2024-12-12T22:26:35.312Z | [ recovery-image] Dec 12 22:26:34.606 INFO O| Dec 12 22:26:34.606 INFO STEP 34 (remove_files) COMPLETE |
4120 | 2024-12-12T22:26:35.312Z | [ recovery-image] Dec 12 22:26:34.606 INFO O| Dec 12 22:26:34.606 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4121 | 2024-12-12T22:26:35.334Z | [ recovery-image] Dec 12 22:26:34.628 INFO O| Dec 12 22:26:34.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4122 | 2024-12-12T22:26:35.334Z | [ recovery-image] Dec 12 22:26:34.628 INFO O| Dec 12 22:26:34.628 INFO STEP 35 (remove_files) COMPLETE |
4123 | 2024-12-12T22:26:35.334Z | [ recovery-image] Dec 12 22:26:34.628 INFO O| Dec 12 22:26:34.628 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4124 | 2024-12-12T22:26:35.360Z | [ recovery-image] Dec 12 22:26:34.654 INFO O| Dec 12 22:26:34.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4125 | 2024-12-12T22:26:35.360Z | [ recovery-image] Dec 12 22:26:34.654 INFO O| Dec 12 22:26:34.654 INFO STEP 36 (remove_files) COMPLETE |
4126 | 2024-12-12T22:26:35.360Z | [ recovery-image] Dec 12 22:26:34.654 INFO O| Dec 12 22:26:34.654 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4127 | 2024-12-12T22:26:35.392Z | [ recovery-image] Dec 12 22:26:34.686 INFO O| Dec 12 22:26:34.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4128 | 2024-12-12T22:26:35.392Z | [ recovery-image] Dec 12 22:26:34.686 INFO O| Dec 12 22:26:34.686 INFO STEP 37 (remove_files) COMPLETE |
4129 | 2024-12-12T22:26:35.392Z | [ recovery-image] Dec 12 22:26:34.686 INFO O| Dec 12 22:26:34.686 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4130 | 2024-12-12T22:26:35.451Z | [ recovery-image] Dec 12 22:26:34.745 INFO O| Dec 12 22:26:34.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4131 | 2024-12-12T22:26:35.451Z | [ recovery-image] Dec 12 22:26:34.745 INFO O| Dec 12 22:26:34.745 INFO STEP 38 (remove_files) COMPLETE |
4132 | 2024-12-12T22:26:35.451Z | [ recovery-image] Dec 12 22:26:34.745 INFO O| Dec 12 22:26:34.745 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4133 | 2024-12-12T22:26:35.492Z | [ recovery-image] Dec 12 22:26:34.786 INFO O| Dec 12 22:26:34.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4134 | 2024-12-12T22:26:35.494Z | [ recovery-image] Dec 12 22:26:34.786 INFO O| Dec 12 22:26:34.786 INFO STEP 39 (remove_files) COMPLETE |
4135 | 2024-12-12T22:26:35.494Z | [ recovery-image] Dec 12 22:26:34.786 INFO O| Dec 12 22:26:34.786 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4136 | 2024-12-12T22:26:35.513Z | [ recovery-image] Dec 12 22:26:34.808 INFO O| Dec 12 22:26:34.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4137 | 2024-12-12T22:26:35.514Z | [ recovery-image] Dec 12 22:26:34.808 INFO O| Dec 12 22:26:34.808 INFO STEP 40 (remove_files) COMPLETE |
4138 | 2024-12-12T22:26:35.514Z | [ recovery-image] Dec 12 22:26:34.808 INFO O| Dec 12 22:26:34.808 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4139 | 2024-12-12T22:26:35.533Z | [ recovery-image] Dec 12 22:26:34.827 INFO O| Dec 12 22:26:34.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4140 | 2024-12-12T22:26:35.533Z | [ recovery-image] Dec 12 22:26:34.828 INFO O| Dec 12 22:26:34.828 INFO STEP 41 (remove_files) COMPLETE |
4141 | 2024-12-12T22:26:35.533Z | [ recovery-image] Dec 12 22:26:34.828 INFO O| Dec 12 22:26:34.828 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4142 | 2024-12-12T22:26:35.550Z | [ recovery-image] Dec 12 22:26:34.844 INFO O| Dec 12 22:26:34.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4143 | 2024-12-12T22:26:35.550Z | [ recovery-image] Dec 12 22:26:34.844 INFO O| Dec 12 22:26:34.844 INFO STEP 42 (remove_files) COMPLETE |
4144 | 2024-12-12T22:26:35.550Z | [ recovery-image] Dec 12 22:26:34.844 INFO O| Dec 12 22:26:34.844 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4145 | 2024-12-12T22:26:35.612Z | [ recovery-image] Dec 12 22:26:34.906 INFO O| Dec 12 22:26:34.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4146 | 2024-12-12T22:26:35.612Z | [ recovery-image] Dec 12 22:26:34.906 INFO O| Dec 12 22:26:34.906 INFO STEP 43 (remove_files) COMPLETE |
4147 | 2024-12-12T22:26:35.615Z | [ recovery-image] Dec 12 22:26:34.906 INFO O| Dec 12 22:26:34.906 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4148 | 2024-12-12T22:26:35.640Z | [ recovery-image] Dec 12 22:26:34.934 INFO O| Dec 12 22:26:34.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4149 | 2024-12-12T22:26:35.643Z | [ recovery-image] Dec 12 22:26:34.934 INFO O| Dec 12 22:26:34.934 INFO STEP 44 (remove_files) COMPLETE |
4150 | 2024-12-12T22:26:35.643Z | [ recovery-image] Dec 12 22:26:34.934 INFO O| Dec 12 22:26:34.934 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4151 | 2024-12-12T22:26:35.661Z | [ recovery-image] Dec 12 22:26:34.955 INFO O| Dec 12 22:26:34.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4152 | 2024-12-12T22:26:35.661Z | [ recovery-image] Dec 12 22:26:34.955 INFO O| Dec 12 22:26:34.955 INFO STEP 45 (remove_files) COMPLETE |
4153 | 2024-12-12T22:26:35.664Z | [ recovery-image] Dec 12 22:26:34.955 INFO O| Dec 12 22:26:34.955 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4154 | 2024-12-12T22:26:35.682Z | [ recovery-image] Dec 12 22:26:34.976 INFO O| Dec 12 22:26:34.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4155 | 2024-12-12T22:26:35.682Z | [ recovery-image] Dec 12 22:26:34.976 INFO O| Dec 12 22:26:34.976 INFO STEP 46 (remove_files) COMPLETE |
4156 | 2024-12-12T22:26:35.682Z | [ recovery-image] Dec 12 22:26:34.976 INFO O| Dec 12 22:26:34.976 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4157 | 2024-12-12T22:26:35.704Z | [ recovery-image] Dec 12 22:26:34.998 INFO O| Dec 12 22:26:34.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4158 | 2024-12-12T22:26:35.704Z | [ recovery-image] Dec 12 22:26:34.998 INFO O| Dec 12 22:26:34.998 INFO STEP 47 (remove_files) COMPLETE |
4159 | 2024-12-12T22:26:35.704Z | [ recovery-image] Dec 12 22:26:34.998 INFO O| Dec 12 22:26:34.998 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4160 | 2024-12-12T22:26:35.724Z | [ recovery-image] Dec 12 22:26:35.018 INFO O| Dec 12 22:26:35.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4161 | 2024-12-12T22:26:35.727Z | [ recovery-image] Dec 12 22:26:35.018 INFO O| Dec 12 22:26:35.018 INFO STEP 48 (remove_files) COMPLETE |
4162 | 2024-12-12T22:26:35.727Z | [ recovery-image] Dec 12 22:26:35.018 INFO O| Dec 12 22:26:35.018 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4163 | 2024-12-12T22:26:35.747Z | [ recovery-image] Dec 12 22:26:35.041 INFO O| Dec 12 22:26:35.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4164 | 2024-12-12T22:26:35.750Z | [ recovery-image] Dec 12 22:26:35.041 INFO O| Dec 12 22:26:35.041 INFO STEP 49 (remove_files) COMPLETE |
4165 | 2024-12-12T22:26:35.750Z | [ recovery-image] Dec 12 22:26:35.041 INFO O| Dec 12 22:26:35.041 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4166 | 2024-12-12T22:26:35.840Z | [ recovery-image] Dec 12 22:26:35.134 INFO O| Dec 12 22:26:35.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4167 | 2024-12-12T22:26:35.843Z | [ recovery-image] Dec 12 22:26:35.134 INFO O| Dec 12 22:26:35.134 INFO STEP 50 (remove_files) COMPLETE |
4168 | 2024-12-12T22:26:35.844Z | [ recovery-image] Dec 12 22:26:35.134 INFO O| Dec 12 22:26:35.134 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4169 | 2024-12-12T22:26:35.861Z | [ recovery-image] Dec 12 22:26:35.156 INFO O| Dec 12 22:26:35.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4170 | 2024-12-12T22:26:35.861Z | [ recovery-image] Dec 12 22:26:35.156 INFO O| Dec 12 22:26:35.156 INFO STEP 51 (remove_files) COMPLETE |
4171 | 2024-12-12T22:26:35.861Z | [ recovery-image] Dec 12 22:26:35.156 INFO O| Dec 12 22:26:35.156 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4172 | 2024-12-12T22:26:35.904Z | [ recovery-image] Dec 12 22:26:35.198 INFO O| Dec 12 22:26:35.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4173 | 2024-12-12T22:26:35.907Z | [ recovery-image] Dec 12 22:26:35.198 INFO O| Dec 12 22:26:35.198 INFO STEP 52 (remove_files) COMPLETE |
4174 | 2024-12-12T22:26:35.907Z | [ recovery-image] Dec 12 22:26:35.198 INFO O| Dec 12 22:26:35.198 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4175 | 2024-12-12T22:26:35.927Z | [ recovery-image] Dec 12 22:26:35.221 INFO O| Dec 12 22:26:35.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4176 | 2024-12-12T22:26:35.927Z | [ recovery-image] Dec 12 22:26:35.222 INFO O| Dec 12 22:26:35.221 INFO STEP 53 (remove_files) COMPLETE |
4177 | 2024-12-12T22:26:35.927Z | [ recovery-image] Dec 12 22:26:35.222 INFO O| Dec 12 22:26:35.222 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4178 | 2024-12-12T22:26:35.949Z | [ recovery-image] Dec 12 22:26:35.243 INFO O| Dec 12 22:26:35.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4179 | 2024-12-12T22:26:35.949Z | [ recovery-image] Dec 12 22:26:35.243 INFO O| Dec 12 22:26:35.243 INFO STEP 54 (remove_files) COMPLETE |
4180 | 2024-12-12T22:26:35.949Z | [ recovery-image] Dec 12 22:26:35.243 INFO O| Dec 12 22:26:35.243 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4181 | 2024-12-12T22:26:35.969Z | [ recovery-image] Dec 12 22:26:35.263 INFO O| Dec 12 22:26:35.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4182 | 2024-12-12T22:26:35.969Z | [ recovery-image] Dec 12 22:26:35.263 INFO O| Dec 12 22:26:35.263 INFO STEP 55 (remove_files) COMPLETE |
4183 | 2024-12-12T22:26:35.971Z | [ recovery-image] Dec 12 22:26:35.263 INFO O| Dec 12 22:26:35.263 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4184 | 2024-12-12T22:26:35.988Z | [ recovery-image] Dec 12 22:26:35.282 INFO O| Dec 12 22:26:35.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4185 | 2024-12-12T22:26:35.988Z | [ recovery-image] Dec 12 22:26:35.282 INFO O| Dec 12 22:26:35.282 INFO STEP 56 (remove_files) COMPLETE |
4186 | 2024-12-12T22:26:35.992Z | [ recovery-image] Dec 12 22:26:35.282 INFO O| Dec 12 22:26:35.282 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4187 | 2024-12-12T22:26:36.041Z | [ recovery-image] Dec 12 22:26:35.334 INFO O| Dec 12 22:26:35.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4188 | 2024-12-12T22:26:36.041Z | [ recovery-image] Dec 12 22:26:35.334 INFO O| Dec 12 22:26:35.334 INFO STEP 57 (remove_files) COMPLETE |
4189 | 2024-12-12T22:26:36.041Z | [ recovery-image] Dec 12 22:26:35.334 INFO O| Dec 12 22:26:35.334 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4190 | 2024-12-12T22:26:36.064Z | [ recovery-image] Dec 12 22:26:35.356 INFO O| Dec 12 22:26:35.355 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4191 | 2024-12-12T22:26:36.084Z | [ recovery-image] Dec 12 22:26:35.356 INFO O| Dec 12 22:26:35.356 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4192 | 2024-12-12T22:26:36.085Z | [ recovery-image] Dec 12 22:26:35.356 INFO O| Dec 12 22:26:35.356 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4193 | 2024-12-12T22:26:36.085Z | [ recovery-image] Dec 12 22:26:35.356 INFO O| Dec 12 22:26:35.356 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4194 | 2024-12-12T22:26:36.088Z | [ recovery-image] Dec 12 22:26:35.356 INFO O| Dec 12 22:26:35.356 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4195 | 2024-12-12T22:26:36.088Z | [ recovery-image] Dec 12 22:26:35.356 INFO O| Dec 12 22:26:35.356 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4196 | 2024-12-12T22:26:36.088Z | [ recovery-image] Dec 12 22:26:35.356 INFO O| Dec 12 22:26:35.356 INFO ok! |
4197 | 2024-12-12T22:26:36.088Z | [ recovery-image] Dec 12 22:26:35.356 INFO O| Dec 12 22:26:35.356 INFO STEP 58 (ensure_file) COMPLETE |
4198 | 2024-12-12T22:26:36.088Z | [ recovery-image] Dec 12 22:26:35.356 INFO O| Dec 12 22:26:35.356 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4199 | 2024-12-12T22:26:36.088Z | [ recovery-image] Dec 12 22:26:35.379 INFO O| Dec 12 22:26:35.379 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4200 | 2024-12-12T22:26:36.088Z | [ recovery-image] Dec 12 22:26:35.379 INFO O| Dec 12 22:26:35.379 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4201 | 2024-12-12T22:26:36.088Z | [ recovery-image] Dec 12 22:26:35.380 INFO O| Dec 12 22:26:35.380 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4202 | 2024-12-12T22:26:36.088Z | [ recovery-image] Dec 12 22:26:35.380 INFO O| Dec 12 22:26:35.380 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4203 | 2024-12-12T22:26:36.088Z | [ recovery-image] Dec 12 22:26:35.380 INFO O| Dec 12 22:26:35.380 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4204 | 2024-12-12T22:26:36.088Z | [ recovery-image] Dec 12 22:26:35.380 INFO O| Dec 12 22:26:35.380 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4205 | 2024-12-12T22:26:36.088Z | [ recovery-image] Dec 12 22:26:35.380 INFO O| Dec 12 22:26:35.380 INFO ok! |
4206 | 2024-12-12T22:26:36.088Z | [ recovery-image] Dec 12 22:26:35.380 INFO O| Dec 12 22:26:35.380 INFO STEP 59 (ensure_file) COMPLETE |
4207 | 2024-12-12T22:26:36.088Z | [ recovery-image] Dec 12 22:26:35.380 INFO O| Dec 12 22:26:35.380 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4208 | 2024-12-12T22:26:36.107Z | [ recovery-image] Dec 12 22:26:35.402 INFO O| Dec 12 22:26:35.401 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4209 | 2024-12-12T22:26:36.107Z | [ recovery-image] Dec 12 22:26:35.402 INFO O| Dec 12 22:26:35.402 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4210 | 2024-12-12T22:26:36.110Z | [ recovery-image] Dec 12 22:26:35.402 INFO O| Dec 12 22:26:35.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4211 | 2024-12-12T22:26:36.110Z | [ recovery-image] Dec 12 22:26:35.402 INFO O| Dec 12 22:26:35.402 INFO ok! |
4212 | 2024-12-12T22:26:36.110Z | [ recovery-image] Dec 12 22:26:35.402 INFO O| Dec 12 22:26:35.402 INFO STEP 60 (ensure_file) COMPLETE |
4213 | 2024-12-12T22:26:36.110Z | [ recovery-image] Dec 12 22:26:35.402 INFO O| Dec 12 22:26:35.402 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4214 | 2024-12-12T22:26:36.131Z | [ recovery-image] Dec 12 22:26:35.426 INFO O| Dec 12 22:26:35.425 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4215 | 2024-12-12T22:26:36.131Z | [ recovery-image] Dec 12 22:26:35.426 INFO O| Dec 12 22:26:35.426 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4216 | 2024-12-12T22:26:36.134Z | [ recovery-image] Dec 12 22:26:35.426 INFO O| Dec 12 22:26:35.426 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4217 | 2024-12-12T22:26:36.135Z | [ recovery-image] Dec 12 22:26:35.426 INFO O| Dec 12 22:26:35.426 INFO ok! |
4218 | 2024-12-12T22:26:36.135Z | [ recovery-image] Dec 12 22:26:35.426 INFO O| Dec 12 22:26:35.426 INFO STEP 61 (ensure_file) COMPLETE |
4219 | 2024-12-12T22:26:36.135Z | [ recovery-image] Dec 12 22:26:35.426 INFO O| Dec 12 22:26:35.426 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4220 | 2024-12-12T22:26:36.154Z | [ recovery-image] Dec 12 22:26:35.449 INFO O| Dec 12 22:26:35.448 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4221 | 2024-12-12T22:26:36.154Z | [ recovery-image] Dec 12 22:26:35.449 INFO O| Dec 12 22:26:35.449 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4222 | 2024-12-12T22:26:36.158Z | [ recovery-image] Dec 12 22:26:35.449 INFO O| Dec 12 22:26:35.449 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4223 | 2024-12-12T22:26:36.158Z | [ recovery-image] Dec 12 22:26:35.449 INFO O| Dec 12 22:26:35.449 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4224 | 2024-12-12T22:26:36.158Z | [ recovery-image] Dec 12 22:26:35.449 INFO O| Dec 12 22:26:35.449 INFO ok! |
4225 | 2024-12-12T22:26:36.158Z | [ recovery-image] Dec 12 22:26:35.449 INFO O| Dec 12 22:26:35.449 INFO STEP 62 (ensure_file) COMPLETE |
4226 | 2024-12-12T22:26:36.158Z | [ recovery-image] Dec 12 22:26:35.449 INFO O| Dec 12 22:26:35.449 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4227 | 2024-12-12T22:26:36.189Z | [ recovery-image] Dec 12 22:26:35.483 INFO O| Dec 12 22:26:35.483 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4228 | 2024-12-12T22:26:36.190Z | [ recovery-image] Dec 12 22:26:35.484 INFO O| Dec 12 22:26:35.483 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4229 | 2024-12-12T22:26:36.192Z | [ recovery-image] Dec 12 22:26:35.484 INFO O| Dec 12 22:26:35.484 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4230 | 2024-12-12T22:26:36.192Z | [ recovery-image] Dec 12 22:26:35.484 INFO O| Dec 12 22:26:35.484 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4231 | 2024-12-12T22:26:36.192Z | [ recovery-image] Dec 12 22:26:35.484 INFO O| Dec 12 22:26:35.484 INFO ok! |
4232 | 2024-12-12T22:26:36.192Z | [ recovery-image] Dec 12 22:26:35.484 INFO O| Dec 12 22:26:35.484 INFO STEP 63 (ensure_file) COMPLETE |
4233 | 2024-12-12T22:26:36.192Z | [ recovery-image] Dec 12 22:26:35.484 INFO O| Dec 12 22:26:35.484 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4234 | 2024-12-12T22:26:36.226Z | [ recovery-image] Dec 12 22:26:35.520 INFO O| Dec 12 22:26:35.520 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4235 | 2024-12-12T22:26:36.226Z | [ recovery-image] Dec 12 22:26:35.520 INFO O| Dec 12 22:26:35.520 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4236 | 2024-12-12T22:26:36.230Z | [ recovery-image] Dec 12 22:26:35.521 INFO O| Dec 12 22:26:35.520 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4237 | 2024-12-12T22:26:36.230Z | [ recovery-image] Dec 12 22:26:35.521 INFO O| Dec 12 22:26:35.521 INFO ok! |
4238 | 2024-12-12T22:26:36.230Z | [ recovery-image] Dec 12 22:26:35.521 INFO O| Dec 12 22:26:35.521 INFO STEP 64 (assemble_files) COMPLETE |
4239 | 2024-12-12T22:26:36.232Z | [ recovery-image] Dec 12 22:26:35.521 INFO O| Dec 12 22:26:35.521 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4240 | 2024-12-12T22:26:36.249Z | [ recovery-image] Dec 12 22:26:35.543 INFO O| Dec 12 22:26:35.543 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4241 | 2024-12-12T22:26:36.249Z | [ recovery-image] Dec 12 22:26:35.543 INFO O| Dec 12 22:26:35.543 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4242 | 2024-12-12T22:26:36.249Z | [ recovery-image] Dec 12 22:26:35.543 INFO O| Dec 12 22:26:35.543 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4243 | 2024-12-12T22:26:36.252Z | [ recovery-image] Dec 12 22:26:35.543 INFO O| Dec 12 22:26:35.543 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4244 | 2024-12-12T22:26:36.252Z | [ recovery-image] Dec 12 22:26:35.543 INFO O| Dec 12 22:26:35.543 INFO ok! |
4245 | 2024-12-12T22:26:36.252Z | [ recovery-image] Dec 12 22:26:35.543 INFO O| Dec 12 22:26:35.543 INFO STEP 65 (ensure_file) COMPLETE |
4246 | 2024-12-12T22:26:36.252Z | [ recovery-image] Dec 12 22:26:35.544 INFO O| Dec 12 22:26:35.544 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4247 | 2024-12-12T22:26:36.253Z | [ recovery-image] Dec 12 22:26:35.544 INFO O| Dec 12 22:26:35.544 INFO skip step because feature "omicron1" is not enabled |
4248 | 2024-12-12T22:26:36.253Z | [ recovery-image] Dec 12 22:26:35.544 INFO O| Dec 12 22:26:35.544 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4249 | 2024-12-12T22:26:36.253Z | [ recovery-image] Dec 12 22:26:35.544 INFO O| Dec 12 22:26:35.544 INFO skip step because feature "omicron1" is not enabled |
4250 | 2024-12-12T22:26:36.253Z | [ recovery-image] Dec 12 22:26:35.544 INFO O| Dec 12 22:26:35.544 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4251 | 2024-12-12T22:26:36.253Z | [ recovery-image] Dec 12 22:26:35.544 INFO O| Dec 12 22:26:35.544 INFO skip step because feature "omicron1" is not enabled |
4252 | 2024-12-12T22:26:36.253Z | [ recovery-image] Dec 12 22:26:35.544 INFO O| Dec 12 22:26:35.544 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4253 | 2024-12-12T22:26:36.289Z | [ recovery-image] Dec 12 22:26:35.583 INFO O| Dec 12 22:26:35.583 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4254 | 2024-12-12T22:26:36.289Z | [ recovery-image] Dec 12 22:26:35.584 INFO O| Dec 12 22:26:35.583 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4255 | 2024-12-12T22:26:36.762Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
4256 | 2024-12-12T22:26:38.305Z | [ host-image] Dec 12 22:26:37.599 INFO O| Dec 12 22:26:37.599 INFO O| Planning: Solver setup ... Done |
4257 | 2024-12-12T22:26:38.318Z | [ host-image] Dec 12 22:26:37.612 INFO O| Dec 12 22:26:37.612 INFO O| Planning: Running solver ... Done |
4258 | 2024-12-12T22:26:38.466Z | [ host-image] Dec 12 22:26:37.760 INFO O| Dec 12 22:26:37.760 INFO O| Planning: Finding local manifests ... Done |
4259 | 2024-12-12T22:26:38.470Z | [ host-image] Dec 12 22:26:37.762 INFO O| Dec 12 22:26:37.762 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4260 | 2024-12-12T22:26:38.799Z | [ host-image] Dec 12 22:26:38.093 INFO O| Dec 12 22:26:38.093 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4261 | 2024-12-12T22:26:38.842Z | [ host-image] Dec 12 22:26:38.136 INFO O| Dec 12 22:26:38.136 INFO O| Planning: Package planning ... Done |
4262 | 2024-12-12T22:26:38.849Z | [ host-image] Dec 12 22:26:38.144 INFO O| Dec 12 22:26:38.144 INFO O| Planning: Merging actions ... Done |
4263 | 2024-12-12T22:26:39.056Z | [ host-image] Dec 12 22:26:38.350 INFO O| Dec 12 22:26:38.350 INFO O| Planning: Checking for conflicting actions ... Done |
4264 | 2024-12-12T22:26:39.058Z | [ host-image] Dec 12 22:26:38.352 INFO O| Dec 12 22:26:38.352 INFO O| Planning: Consolidating action changes ... Done |
4265 | 2024-12-12T22:26:39.227Z | [ recovery-image] Dec 12 22:26:38.521 INFO O| Dec 12 22:26:38.521 INFO STEP 69 (pack_tar) COMPLETE |
4266 | 2024-12-12T22:26:39.230Z | [ recovery-image] Dec 12 22:26:38.521 INFO O| Dec 12 22:26:38.521 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4267 | 2024-12-12T22:26:39.230Z | [ recovery-image] Dec 12 22:26:38.521 INFO O| Dec 12 22:26:38.521 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4268 | 2024-12-12T22:26:39.568Z | [ recovery-image] Dec 12 22:26:38.862 INFO O| Dec 12 22:26:38.862 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4269 | 2024-12-12T22:26:39.634Z | [ host-image] Dec 12 22:26:38.929 INFO O| Dec 12 22:26:38.928 INFO O| Planning: Evaluating mediators ... Done |
4270 | 2024-12-12T22:26:39.638Z | [ host-image] Dec 12 22:26:38.931 INFO O| Dec 12 22:26:38.931 INFO O| Planning: Planning completed in 6.72 seconds |
4271 | 2024-12-12T22:26:39.640Z | [ host-image] Dec 12 22:26:38.933 INFO O| Dec 12 22:26:38.933 INFO O| Packages to install: 5 |
4272 | 2024-12-12T22:26:39.640Z | [ host-image] Dec 12 22:26:38.933 INFO O| Dec 12 22:26:38.933 INFO O| Services to change: 2 |
4273 | 2024-12-12T22:26:39.660Z | [ host-image] Dec 12 22:26:38.954 INFO O| Dec 12 22:26:38.954 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
4274 | 2024-12-12T22:26:39.670Z | [ recovery-image] Dec 12 22:26:38.964 INFO O| Dec 12 22:26:38.964 INFO completed processing gimlet/ramdisk-02-trim |
4275 | 2024-12-12T22:26:39.674Z | [ recovery-image] Dec 12 22:26:38.968 INFO image builder template: ramdisk-03-recovery-trim... |
4276 | 2024-12-12T22:26:39.676Z | [ recovery-image] Dec 12 22:26:38.968 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/.tmpDFpJbY/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 |
4277 | 2024-12-12T22:26:39.877Z | [ recovery-image] Dec 12 22:26:39.171 INFO O| Dec 12 22:26:39.171 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4278 | 2024-12-12T22:26:39.886Z | [ recovery-image] Dec 12 22:26:39.180 INFO O| Dec 12 22:26:39.180 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4279 | 2024-12-12T22:26:39.973Z | [ recovery-image] Dec 12 22:26:39.266 INFO O| Dec 12 22:26:39.266 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4280 | 2024-12-12T22:26:40.068Z | [ recovery-image] Dec 12 22:26:39.362 INFO O| Dec 12 22:26:39.362 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4281 | 2024-12-12T22:26:40.071Z | [ recovery-image] Dec 12 22:26:39.362 INFO O| Dec 12 22:26:39.362 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4282 | 2024-12-12T22:26:40.086Z | [ recovery-image] Dec 12 22:26:39.380 INFO O| Dec 12 22:26:39.380 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4283 | 2024-12-12T22:26:40.096Z | [ recovery-image] Dec 12 22:26:39.390 INFO O| Dec 12 22:26:39.390 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4284 | 2024-12-12T22:26:40.124Z | [ recovery-image] Dec 12 22:26:39.418 INFO O| Dec 12 22:26:39.418 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4285 | 2024-12-12T22:26:40.946Z | [ recovery-image] Dec 12 22:26:40.240 INFO O| Dec 12 22:26:40.240 INFO rolled back to input snapshot; work may begin |
4286 | 2024-12-12T22:26:40.946Z | [ recovery-image] Dec 12 22:26:40.240 INFO O| Dec 12 22:26:40.240 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4287 | 2024-12-12T22:26:40.955Z | [ recovery-image] Dec 12 22:26:40.250 INFO O| Dec 12 22:26:40.249 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4288 | 2024-12-12T22:26:40.974Z | [ recovery-image] Dec 12 22:26:40.268 INFO O| Dec 12 22:26:40.268 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4289 | 2024-12-12T22:26:40.979Z | [ recovery-image] Dec 12 22:26:40.273 INFO O| Dec 12 22:26:40.273 INFO STEP 0 (remove_files) COMPLETE |
4290 | 2024-12-12T22:26:40.979Z | [ recovery-image] Dec 12 22:26:40.273 INFO O| Dec 12 22:26:40.273 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4291 | 2024-12-12T22:26:41.014Z | [ recovery-image] Dec 12 22:26:40.308 INFO O| Dec 12 22:26:40.308 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4292 | 2024-12-12T22:26:41.241Z | [ host-image] Dec 12 22:26:40.536 INFO O| Dec 12 22:26:40.536 INFO O| Download: Completed 1.44 MB in 1.58 seconds (932k/s) |
4293 | 2024-12-12T22:26:41.343Z | [ recovery-image] Dec 12 22:26:40.637 INFO O| Dec 12 22:26:40.637 INFO STEP 1 (remove_files) COMPLETE |
4294 | 2024-12-12T22:26:41.343Z | [ recovery-image] Dec 12 22:26:40.637 INFO O| Dec 12 22:26:40.637 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4295 | 2024-12-12T22:26:41.346Z | [ host-image] Dec 12 22:26:40.640 INFO O| Dec 12 22:26:40.640 INFO O| Actions: 1/305 actions (Installing new actions) |
4296 | 2024-12-12T22:26:41.384Z | [ recovery-image] Dec 12 22:26:40.679 INFO O| Dec 12 22:26:40.679 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4297 | 2024-12-12T22:26:41.387Z | [ recovery-image] Dec 12 22:26:40.681 INFO O| Dec 12 22:26:40.681 INFO STEP 2 (remove_files) COMPLETE |
4298 | 2024-12-12T22:26:41.387Z | [ recovery-image] Dec 12 22:26:40.681 INFO O| Dec 12 22:26:40.681 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4299 | 2024-12-12T22:26:41.488Z | [ recovery-image] Dec 12 22:26:40.782 INFO O| Dec 12 22:26:40.782 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4300 | 2024-12-12T22:26:41.534Z | [ host-image] Dec 12 22:26:40.828 INFO O| Dec 12 22:26:40.828 INFO O| Actions: Completed 305 actions in 0.19 seconds. |
4301 | 2024-12-12T22:26:41.711Z | [ recovery-image] Dec 12 22:26:41.006 INFO O| Dec 12 22:26:41.006 INFO STEP 3 (remove_files) COMPLETE |
4302 | 2024-12-12T22:26:41.714Z | [ recovery-image] Dec 12 22:26:41.006 INFO O| Dec 12 22:26:41.006 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4303 | 2024-12-12T22:26:41.775Z | [ recovery-image] Dec 12 22:26:41.067 INFO O| Dec 12 22:26:41.067 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4304 | 2024-12-12T22:26:42.010Z | [ host-image] Dec 12 22:26:41.304 INFO O| Dec 12 22:26:41.304 INFO O| Done |
4305 | 2024-12-12T22:26:42.010Z | [ host-image] Dec 12 22:26:41.304 INFO O| Dec 12 22:26:41.304 INFO O| Done |
4306 | 2024-12-12T22:26:42.072Z | [ recovery-image] Dec 12 22:26:41.347 INFO O| Dec 12 22:26:41.347 INFO STEP 4 (remove_files) COMPLETE |
4307 | 2024-12-12T22:26:42.072Z | [ recovery-image] Dec 12 22:26:41.347 INFO O| Dec 12 22:26:41.347 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4308 | 2024-12-12T22:26:42.075Z | [ recovery-image] Dec 12 22:26:41.368 INFO O| Dec 12 22:26:41.368 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4309 | 2024-12-12T22:26:42.188Z | [ recovery-image] Dec 12 22:26:41.482 INFO O| Dec 12 22:26:41.482 INFO STEP 5 (remove_files) COMPLETE |
4310 | 2024-12-12T22:26:42.188Z | [ recovery-image] Dec 12 22:26:41.482 INFO O| Dec 12 22:26:41.482 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4311 | 2024-12-12T22:26:42.223Z | [ recovery-image] Dec 12 22:26:41.517 INFO O| Dec 12 22:26:41.517 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4312 | 2024-12-12T22:26:42.248Z | [ recovery-image] Dec 12 22:26:41.542 INFO O| Dec 12 22:26:41.542 INFO STEP 6 (remove_files) COMPLETE |
4313 | 2024-12-12T22:26:42.248Z | [ recovery-image] Dec 12 22:26:41.542 INFO O| Dec 12 22:26:41.542 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4314 | 2024-12-12T22:26:42.284Z | [ recovery-image] Dec 12 22:26:41.578 INFO O| Dec 12 22:26:41.578 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4315 | 2024-12-12T22:26:42.294Z | [ recovery-image] Dec 12 22:26:41.588 INFO O| Dec 12 22:26:41.588 INFO STEP 7 (remove_files) COMPLETE |
4316 | 2024-12-12T22:26:42.294Z | [ recovery-image] Dec 12 22:26:41.588 INFO O| Dec 12 22:26:41.588 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4317 | 2024-12-12T22:26:42.332Z | [ recovery-image] Dec 12 22:26:41.626 INFO O| Dec 12 22:26:41.626 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4318 | 2024-12-12T22:26:42.335Z | [ recovery-image] Dec 12 22:26:41.630 INFO O| Dec 12 22:26:41.630 INFO STEP 8 (remove_files) COMPLETE |
4319 | 2024-12-12T22:26:42.335Z | [ recovery-image] Dec 12 22:26:41.630 INFO O| Dec 12 22:26:41.630 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4320 | 2024-12-12T22:26:42.356Z | [ recovery-image] Dec 12 22:26:41.650 INFO O| Dec 12 22:26:41.650 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4321 | 2024-12-12T22:26:42.356Z | [ recovery-image] Dec 12 22:26:41.650 INFO O| Dec 12 22:26:41.650 INFO STEP 9 (remove_files) COMPLETE |
4322 | 2024-12-12T22:26:42.356Z | [ recovery-image] Dec 12 22:26:41.650 INFO O| Dec 12 22:26:41.650 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4323 | 2024-12-12T22:26:42.398Z | [ recovery-image] Dec 12 22:26:41.692 INFO O| Dec 12 22:26:41.692 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4324 | 2024-12-12T22:26:42.465Z | [ recovery-image] Dec 12 22:26:41.759 INFO O| Dec 12 22:26:41.759 INFO STEP 10 (remove_files) COMPLETE |
4325 | 2024-12-12T22:26:42.467Z | [ recovery-image] Dec 12 22:26:41.759 INFO O| Dec 12 22:26:41.759 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4326 | 2024-12-12T22:26:42.497Z | [ recovery-image] Dec 12 22:26:41.792 INFO O| Dec 12 22:26:41.792 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4327 | 2024-12-12T22:26:43.191Z | [ recovery-image] Dec 12 22:26:42.486 INFO O| Dec 12 22:26:42.486 INFO STEP 11 (remove_files) COMPLETE |
4328 | 2024-12-12T22:26:43.194Z | [ recovery-image] Dec 12 22:26:42.486 INFO O| Dec 12 22:26:42.486 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4329 | 2024-12-12T22:26:43.205Z | [ host-image] Dec 12 22:26:42.500 INFO O| Dec 12 22:26:42.500 INFO O| Done |
4330 | 2024-12-12T22:26:43.233Z | [ recovery-image] Dec 12 22:26:42.527 INFO O| Dec 12 22:26:42.527 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4331 | 2024-12-12T22:26:43.267Z | [ recovery-image] Dec 12 22:26:42.561 INFO O| Dec 12 22:26:42.561 INFO STEP 12 (remove_files) COMPLETE |
4332 | 2024-12-12T22:26:43.267Z | [ recovery-image] Dec 12 22:26:42.561 INFO O| Dec 12 22:26:42.561 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4333 | 2024-12-12T22:26:43.290Z | [ recovery-image] Dec 12 22:26:42.584 INFO O| Dec 12 22:26:42.584 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4334 | 2024-12-12T22:26:43.294Z | [ recovery-image] Dec 12 22:26:42.588 INFO O| Dec 12 22:26:42.588 INFO STEP 13 (remove_files) COMPLETE |
4335 | 2024-12-12T22:26:43.297Z | [ recovery-image] Dec 12 22:26:42.588 INFO O| Dec 12 22:26:42.588 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4336 | 2024-12-12T22:26:43.329Z | [ recovery-image] Dec 12 22:26:42.621 INFO O| Dec 12 22:26:42.621 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4337 | 2024-12-12T22:26:43.332Z | [ recovery-image] Dec 12 22:26:42.622 INFO O| Dec 12 22:26:42.622 INFO STEP 14 (remove_files) COMPLETE |
4338 | 2024-12-12T22:26:43.332Z | [ recovery-image] Dec 12 22:26:42.622 INFO O| Dec 12 22:26:42.622 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4339 | 2024-12-12T22:26:43.349Z | [ recovery-image] Dec 12 22:26:42.643 INFO O| Dec 12 22:26:42.643 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4340 | 2024-12-12T22:26:43.352Z | [ recovery-image] Dec 12 22:26:42.644 INFO O| Dec 12 22:26:42.644 INFO STEP 15 (remove_files) COMPLETE |
4341 | 2024-12-12T22:26:43.353Z | [ recovery-image] Dec 12 22:26:42.644 INFO O| Dec 12 22:26:42.644 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4342 | 2024-12-12T22:26:43.375Z | [ recovery-image] Dec 12 22:26:42.669 INFO O| Dec 12 22:26:42.669 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4343 | 2024-12-12T22:26:43.399Z | [ recovery-image] Dec 12 22:26:42.694 INFO O| Dec 12 22:26:42.693 INFO STEP 16 (remove_files) COMPLETE |
4344 | 2024-12-12T22:26:43.399Z | [ recovery-image] Dec 12 22:26:42.694 INFO O| Dec 12 22:26:42.694 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4345 | 2024-12-12T22:26:43.467Z | [ recovery-image] Dec 12 22:26:42.761 INFO O| Dec 12 22:26:42.761 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4346 | 2024-12-12T22:26:43.470Z | [ recovery-image] Dec 12 22:26:42.762 INFO O| Dec 12 22:26:42.762 INFO STEP 17 (remove_files) COMPLETE |
4347 | 2024-12-12T22:26:43.470Z | [ recovery-image] Dec 12 22:26:42.762 INFO O| Dec 12 22:26:42.762 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4348 | 2024-12-12T22:26:43.491Z | [ recovery-image] Dec 12 22:26:42.784 INFO O| Dec 12 22:26:42.784 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4349 | 2024-12-12T22:26:43.493Z | [ recovery-image] Dec 12 22:26:42.785 INFO O| Dec 12 22:26:42.785 INFO STEP 18 (remove_files) COMPLETE |
4350 | 2024-12-12T22:26:43.494Z | [ recovery-image] Dec 12 22:26:42.785 INFO O| Dec 12 22:26:42.785 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4351 | 2024-12-12T22:26:43.512Z | [ recovery-image] Dec 12 22:26:42.806 INFO O| Dec 12 22:26:42.806 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4352 | 2024-12-12T22:26:43.726Z | [ recovery-image] Dec 12 22:26:43.020 INFO O| Dec 12 22:26:43.020 INFO STEP 19 (remove_files) COMPLETE |
4353 | 2024-12-12T22:26:43.726Z | [ recovery-image] Dec 12 22:26:43.020 INFO O| Dec 12 22:26:43.020 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4354 | 2024-12-12T22:26:43.747Z | [ recovery-image] Dec 12 22:26:43.042 INFO O| Dec 12 22:26:43.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4355 | 2024-12-12T22:26:43.814Z | [ recovery-image] Dec 12 22:26:43.108 INFO O| Dec 12 22:26:43.108 INFO STEP 20 (remove_files) COMPLETE |
4356 | 2024-12-12T22:26:43.814Z | [ recovery-image] Dec 12 22:26:43.108 INFO O| Dec 12 22:26:43.108 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4357 | 2024-12-12T22:26:43.906Z | [ recovery-image] Dec 12 22:26:43.200 INFO O| Dec 12 22:26:43.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4358 | 2024-12-12T22:26:43.908Z | [ recovery-image] Dec 12 22:26:43.201 INFO O| Dec 12 22:26:43.200 INFO STEP 21 (remove_files) COMPLETE |
4359 | 2024-12-12T22:26:43.909Z | [ recovery-image] Dec 12 22:26:43.201 INFO O| Dec 12 22:26:43.201 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4360 | 2024-12-12T22:26:43.969Z | [ recovery-image] Dec 12 22:26:43.263 INFO O| Dec 12 22:26:43.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4361 | 2024-12-12T22:26:43.985Z | [ recovery-image] Dec 12 22:26:43.279 INFO O| Dec 12 22:26:43.279 INFO STEP 22 (remove_files) COMPLETE |
4362 | 2024-12-12T22:26:43.985Z | [ recovery-image] Dec 12 22:26:43.279 INFO O| Dec 12 22:26:43.279 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4363 | 2024-12-12T22:26:44.014Z | [ recovery-image] Dec 12 22:26:43.308 INFO O| Dec 12 22:26:43.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4364 | 2024-12-12T22:26:44.014Z | [ recovery-image] Dec 12 22:26:43.308 INFO O| Dec 12 22:26:43.308 INFO STEP 23 (remove_files) COMPLETE |
4365 | 2024-12-12T22:26:44.014Z | [ recovery-image] Dec 12 22:26:43.308 INFO O| Dec 12 22:26:43.308 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4366 | 2024-12-12T22:26:44.068Z | [ recovery-image] Dec 12 22:26:43.363 INFO O| Dec 12 22:26:43.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4367 | 2024-12-12T22:26:44.092Z | [ recovery-image] Dec 12 22:26:43.386 INFO O| Dec 12 22:26:43.386 INFO STEP 24 (remove_files) COMPLETE |
4368 | 2024-12-12T22:26:44.092Z | [ recovery-image] Dec 12 22:26:43.386 INFO O| Dec 12 22:26:43.386 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4369 | 2024-12-12T22:26:44.176Z | [ recovery-image] Dec 12 22:26:43.470 INFO O| Dec 12 22:26:43.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4370 | 2024-12-12T22:26:44.179Z | [ recovery-image] Dec 12 22:26:43.470 INFO O| Dec 12 22:26:43.470 INFO STEP 25 (remove_files) COMPLETE |
4371 | 2024-12-12T22:26:44.179Z | [ recovery-image] Dec 12 22:26:43.471 INFO O| Dec 12 22:26:43.471 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4372 | 2024-12-12T22:26:44.199Z | [ recovery-image] Dec 12 22:26:43.493 INFO O| Dec 12 22:26:43.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4373 | 2024-12-12T22:26:44.203Z | [ recovery-image] Dec 12 22:26:43.494 INFO O| Dec 12 22:26:43.494 INFO STEP 26 (remove_files) COMPLETE |
4374 | 2024-12-12T22:26:44.203Z | [ recovery-image] Dec 12 22:26:43.494 INFO O| Dec 12 22:26:43.494 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4375 | 2024-12-12T22:26:44.223Z | [ recovery-image] Dec 12 22:26:43.515 INFO O| Dec 12 22:26:43.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4376 | 2024-12-12T22:26:44.230Z | [ recovery-image] Dec 12 22:26:43.525 INFO O| Dec 12 22:26:43.525 INFO STEP 27 (remove_files) COMPLETE |
4377 | 2024-12-12T22:26:44.230Z | [ recovery-image] Dec 12 22:26:43.525 INFO O| Dec 12 22:26:43.525 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4378 | 2024-12-12T22:26:44.256Z | [ recovery-image] Dec 12 22:26:43.550 INFO O| Dec 12 22:26:43.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4379 | 2024-12-12T22:26:44.282Z | [ recovery-image] Dec 12 22:26:43.576 INFO O| Dec 12 22:26:43.576 INFO STEP 28 (remove_files) COMPLETE |
4380 | 2024-12-12T22:26:44.282Z | [ recovery-image] Dec 12 22:26:43.576 INFO O| Dec 12 22:26:43.576 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4381 | 2024-12-12T22:26:44.302Z | [ recovery-image] Dec 12 22:26:43.596 INFO O| Dec 12 22:26:43.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4382 | 2024-12-12T22:26:44.302Z | [ recovery-image] Dec 12 22:26:43.596 INFO O| Dec 12 22:26:43.596 INFO STEP 29 (remove_files) COMPLETE |
4383 | 2024-12-12T22:26:44.302Z | [ recovery-image] Dec 12 22:26:43.596 INFO O| Dec 12 22:26:43.596 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4384 | 2024-12-12T22:26:44.322Z | [ recovery-image] Dec 12 22:26:43.616 INFO O| Dec 12 22:26:43.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4385 | 2024-12-12T22:26:44.322Z | [ recovery-image] Dec 12 22:26:43.616 INFO O| Dec 12 22:26:43.616 INFO STEP 30 (remove_files) COMPLETE |
4386 | 2024-12-12T22:26:44.324Z | [ recovery-image] Dec 12 22:26:43.616 INFO O| Dec 12 22:26:43.616 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4387 | 2024-12-12T22:26:44.345Z | [ recovery-image] Dec 12 22:26:43.639 INFO O| Dec 12 22:26:43.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4388 | 2024-12-12T22:26:44.345Z | [ recovery-image] Dec 12 22:26:43.639 INFO O| Dec 12 22:26:43.639 INFO STEP 31 (remove_files) COMPLETE |
4389 | 2024-12-12T22:26:44.349Z | [ recovery-image] Dec 12 22:26:43.639 INFO O| Dec 12 22:26:43.639 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4390 | 2024-12-12T22:26:44.395Z | [ recovery-image] Dec 12 22:26:43.688 INFO O| Dec 12 22:26:43.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4391 | 2024-12-12T22:26:44.413Z | [ recovery-image] Dec 12 22:26:43.708 INFO O| Dec 12 22:26:43.708 INFO STEP 32 (remove_files) COMPLETE |
4392 | 2024-12-12T22:26:44.414Z | [ recovery-image] Dec 12 22:26:43.708 INFO O| Dec 12 22:26:43.708 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4393 | 2024-12-12T22:26:44.437Z | [ recovery-image] Dec 12 22:26:43.732 INFO O| Dec 12 22:26:43.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4394 | 2024-12-12T22:26:44.458Z | [ recovery-image] Dec 12 22:26:43.753 INFO O| Dec 12 22:26:43.753 INFO STEP 33 (remove_files) COMPLETE |
4395 | 2024-12-12T22:26:44.463Z | [ recovery-image] Dec 12 22:26:43.753 INFO O| Dec 12 22:26:43.753 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4396 | 2024-12-12T22:26:44.517Z | [ recovery-image] Dec 12 22:26:43.811 INFO O| Dec 12 22:26:43.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4397 | 2024-12-12T22:26:44.517Z | [ recovery-image] Dec 12 22:26:43.811 INFO O| Dec 12 22:26:43.811 INFO STEP 34 (remove_files) COMPLETE |
4398 | 2024-12-12T22:26:44.517Z | [ recovery-image] Dec 12 22:26:43.812 INFO O| Dec 12 22:26:43.811 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4399 | 2024-12-12T22:26:44.540Z | [ recovery-image] Dec 12 22:26:43.833 INFO O| Dec 12 22:26:43.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4400 | 2024-12-12T22:26:44.540Z | [ recovery-image] Dec 12 22:26:43.834 INFO O| Dec 12 22:26:43.834 INFO STEP 35 (remove_files) COMPLETE |
4401 | 2024-12-12T22:26:44.543Z | [ recovery-image] Dec 12 22:26:43.834 INFO O| Dec 12 22:26:43.834 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4402 | 2024-12-12T22:26:44.560Z | [ recovery-image] Dec 12 22:26:43.855 INFO O| Dec 12 22:26:43.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4403 | 2024-12-12T22:26:44.564Z | [ recovery-image] Dec 12 22:26:43.855 INFO O| Dec 12 22:26:43.855 INFO STEP 36 (remove_files) COMPLETE |
4404 | 2024-12-12T22:26:44.564Z | [ recovery-image] Dec 12 22:26:43.855 INFO O| Dec 12 22:26:43.855 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4405 | 2024-12-12T22:26:44.593Z | [ recovery-image] Dec 12 22:26:43.887 INFO O| Dec 12 22:26:43.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4406 | 2024-12-12T22:26:44.614Z | [ recovery-image] Dec 12 22:26:43.908 INFO O| Dec 12 22:26:43.908 INFO STEP 37 (remove_files) COMPLETE |
4407 | 2024-12-12T22:26:44.614Z | [ recovery-image] Dec 12 22:26:43.908 INFO O| Dec 12 22:26:43.908 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4408 | 2024-12-12T22:26:44.671Z | [ recovery-image] Dec 12 22:26:43.966 INFO O| Dec 12 22:26:43.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4409 | 2024-12-12T22:26:44.671Z | [ recovery-image] Dec 12 22:26:43.966 INFO O| Dec 12 22:26:43.966 INFO STEP 38 (remove_files) COMPLETE |
4410 | 2024-12-12T22:26:44.674Z | [ recovery-image] Dec 12 22:26:43.966 INFO O| Dec 12 22:26:43.966 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4411 | 2024-12-12T22:26:44.692Z | [ recovery-image] Dec 12 22:26:43.986 INFO O| Dec 12 22:26:43.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4412 | 2024-12-12T22:26:44.694Z | [ recovery-image] Dec 12 22:26:43.986 INFO O| Dec 12 22:26:43.986 INFO STEP 39 (remove_files) COMPLETE |
4413 | 2024-12-12T22:26:44.694Z | [ recovery-image] Dec 12 22:26:43.986 INFO O| Dec 12 22:26:43.986 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4414 | 2024-12-12T22:26:44.732Z | [ recovery-image] Dec 12 22:26:44.027 INFO O| Dec 12 22:26:44.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4415 | 2024-12-12T22:26:44.732Z | [ recovery-image] Dec 12 22:26:44.027 INFO O| Dec 12 22:26:44.027 INFO STEP 40 (remove_files) COMPLETE |
4416 | 2024-12-12T22:26:44.735Z | [ recovery-image] Dec 12 22:26:44.027 INFO O| Dec 12 22:26:44.027 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-12-12T22:26:44.755Z | [ recovery-image] Dec 12 22:26:44.049 INFO O| Dec 12 22:26:44.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4418 | 2024-12-12T22:26:44.755Z | [ recovery-image] Dec 12 22:26:44.049 INFO O| Dec 12 22:26:44.049 INFO STEP 41 (remove_files) COMPLETE |
4419 | 2024-12-12T22:26:44.755Z | [ recovery-image] Dec 12 22:26:44.049 INFO O| Dec 12 22:26:44.049 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-12-12T22:26:44.775Z | [ recovery-image] Dec 12 22:26:44.069 INFO O| Dec 12 22:26:44.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4421 | 2024-12-12T22:26:44.775Z | [ recovery-image] Dec 12 22:26:44.069 INFO O| Dec 12 22:26:44.069 INFO STEP 42 (remove_files) COMPLETE |
4422 | 2024-12-12T22:26:44.777Z | [ recovery-image] Dec 12 22:26:44.069 INFO O| Dec 12 22:26:44.069 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4423 | 2024-12-12T22:26:44.796Z | [ recovery-image] Dec 12 22:26:44.090 INFO O| Dec 12 22:26:44.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4424 | 2024-12-12T22:26:44.798Z | [ recovery-image] Dec 12 22:26:44.090 INFO O| Dec 12 22:26:44.090 INFO STEP 43 (remove_files) COMPLETE |
4425 | 2024-12-12T22:26:44.798Z | [ recovery-image] Dec 12 22:26:44.090 INFO O| Dec 12 22:26:44.090 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4426 | 2024-12-12T22:26:44.817Z | [ recovery-image] Dec 12 22:26:44.112 INFO O| Dec 12 22:26:44.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4427 | 2024-12-12T22:26:44.820Z | [ recovery-image] Dec 12 22:26:44.112 INFO O| Dec 12 22:26:44.112 INFO STEP 44 (remove_files) COMPLETE |
4428 | 2024-12-12T22:26:44.820Z | [ recovery-image] Dec 12 22:26:44.112 INFO O| Dec 12 22:26:44.112 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-12-12T22:26:44.839Z | [ recovery-image] Dec 12 22:26:44.133 INFO O| Dec 12 22:26:44.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4430 | 2024-12-12T22:26:44.842Z | [ recovery-image] Dec 12 22:26:44.134 INFO O| Dec 12 22:26:44.133 INFO STEP 45 (remove_files) COMPLETE |
4431 | 2024-12-12T22:26:44.842Z | [ recovery-image] Dec 12 22:26:44.134 INFO O| Dec 12 22:26:44.134 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-12-12T22:26:44.862Z | [ recovery-image] Dec 12 22:26:44.156 INFO O| Dec 12 22:26:44.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4433 | 2024-12-12T22:26:44.862Z | [ recovery-image] Dec 12 22:26:44.156 INFO O| Dec 12 22:26:44.156 INFO STEP 46 (remove_files) COMPLETE |
4434 | 2024-12-12T22:26:44.865Z | [ recovery-image] Dec 12 22:26:44.156 INFO O| Dec 12 22:26:44.156 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-12-12T22:26:44.896Z | [ recovery-image] Dec 12 22:26:44.189 INFO O| Dec 12 22:26:44.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4436 | 2024-12-12T22:26:44.902Z | [ recovery-image] Dec 12 22:26:44.196 INFO O| Dec 12 22:26:44.196 INFO STEP 47 (remove_files) COMPLETE |
4437 | 2024-12-12T22:26:44.905Z | [ recovery-image] Dec 12 22:26:44.196 INFO O| Dec 12 22:26:44.196 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-12-12T22:26:44.940Z | [ recovery-image] Dec 12 22:26:44.233 INFO O| Dec 12 22:26:44.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4439 | 2024-12-12T22:26:44.940Z | [ recovery-image] Dec 12 22:26:44.234 INFO O| Dec 12 22:26:44.234 INFO STEP 48 (remove_files) COMPLETE |
4440 | 2024-12-12T22:26:44.943Z | [ recovery-image] Dec 12 22:26:44.234 INFO O| Dec 12 22:26:44.234 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-12-12T22:26:44.959Z | [ recovery-image] Dec 12 22:26:44.253 INFO O| Dec 12 22:26:44.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4442 | 2024-12-12T22:26:44.959Z | [ recovery-image] Dec 12 22:26:44.254 INFO O| Dec 12 22:26:44.253 INFO STEP 49 (remove_files) COMPLETE |
4443 | 2024-12-12T22:26:44.962Z | [ recovery-image] Dec 12 22:26:44.254 INFO O| Dec 12 22:26:44.254 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-12-12T22:26:44.982Z | [ recovery-image] Dec 12 22:26:44.276 INFO O| Dec 12 22:26:44.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4445 | 2024-12-12T22:26:44.982Z | [ recovery-image] Dec 12 22:26:44.276 INFO O| Dec 12 22:26:44.276 INFO STEP 50 (remove_files) COMPLETE |
4446 | 2024-12-12T22:26:44.984Z | [ recovery-image] Dec 12 22:26:44.276 INFO O| Dec 12 22:26:44.276 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-12-12T22:26:45.013Z | [ recovery-image] Dec 12 22:26:44.307 INFO O| Dec 12 22:26:44.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4448 | 2024-12-12T22:26:45.013Z | [ recovery-image] Dec 12 22:26:44.307 INFO O| Dec 12 22:26:44.307 INFO STEP 51 (remove_files) COMPLETE |
4449 | 2024-12-12T22:26:45.013Z | [ recovery-image] Dec 12 22:26:44.307 INFO O| Dec 12 22:26:44.307 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-12-12T22:26:45.074Z | [ recovery-image] Dec 12 22:26:44.368 INFO O| Dec 12 22:26:44.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4451 | 2024-12-12T22:26:45.074Z | [ recovery-image] Dec 12 22:26:44.368 INFO O| Dec 12 22:26:44.368 INFO STEP 52 (remove_files) COMPLETE |
4452 | 2024-12-12T22:26:45.074Z | [ recovery-image] Dec 12 22:26:44.368 INFO O| Dec 12 22:26:44.368 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-12-12T22:26:45.093Z | [ recovery-image] Dec 12 22:26:44.387 INFO O| Dec 12 22:26:44.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4454 | 2024-12-12T22:26:45.100Z | [ recovery-image] Dec 12 22:26:44.394 INFO O| Dec 12 22:26:44.394 INFO STEP 53 (remove_files) COMPLETE |
4455 | 2024-12-12T22:26:45.100Z | [ recovery-image] Dec 12 22:26:44.394 INFO O| Dec 12 22:26:44.394 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-12-12T22:26:45.159Z | [ recovery-image] Dec 12 22:26:44.453 INFO O| Dec 12 22:26:44.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4457 | 2024-12-12T22:26:45.162Z | [ recovery-image] Dec 12 22:26:44.453 INFO O| Dec 12 22:26:44.453 INFO STEP 54 (remove_files) COMPLETE |
4458 | 2024-12-12T22:26:45.162Z | [ recovery-image] Dec 12 22:26:44.453 INFO O| Dec 12 22:26:44.453 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-12-12T22:26:45.180Z | [ recovery-image] Dec 12 22:26:44.474 INFO O| Dec 12 22:26:44.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4460 | 2024-12-12T22:26:45.183Z | [ recovery-image] Dec 12 22:26:44.474 INFO O| Dec 12 22:26:44.474 INFO STEP 55 (remove_files) COMPLETE |
4461 | 2024-12-12T22:26:45.183Z | [ recovery-image] Dec 12 22:26:44.474 INFO O| Dec 12 22:26:44.474 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-12-12T22:26:45.199Z | [ recovery-image] Dec 12 22:26:44.494 INFO O| Dec 12 22:26:44.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4463 | 2024-12-12T22:26:45.202Z | [ recovery-image] Dec 12 22:26:44.494 INFO O| Dec 12 22:26:44.494 INFO STEP 56 (remove_files) COMPLETE |
4464 | 2024-12-12T22:26:45.202Z | [ recovery-image] Dec 12 22:26:44.494 INFO O| Dec 12 22:26:44.494 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4465 | 2024-12-12T22:26:45.227Z | [ recovery-image] Dec 12 22:26:44.522 INFO O| Dec 12 22:26:44.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4466 | 2024-12-12T22:26:45.228Z | [ recovery-image] Dec 12 22:26:44.522 INFO O| Dec 12 22:26:44.522 INFO STEP 57 (remove_files) COMPLETE |
4467 | 2024-12-12T22:26:45.228Z | [ recovery-image] Dec 12 22:26:44.522 INFO O| Dec 12 22:26:44.522 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4468 | 2024-12-12T22:26:45.255Z | [ recovery-image] Dec 12 22:26:44.549 INFO O| Dec 12 22:26:44.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4469 | 2024-12-12T22:26:45.259Z | [ recovery-image] Dec 12 22:26:44.549 INFO O| Dec 12 22:26:44.549 INFO STEP 58 (remove_files) COMPLETE |
4470 | 2024-12-12T22:26:45.259Z | [ recovery-image] Dec 12 22:26:44.550 INFO O| Dec 12 22:26:44.549 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-12-12T22:26:45.277Z | [ recovery-image] Dec 12 22:26:44.570 INFO O| Dec 12 22:26:44.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4472 | 2024-12-12T22:26:45.280Z | [ recovery-image] Dec 12 22:26:44.571 INFO O| Dec 12 22:26:44.571 INFO STEP 59 (remove_files) COMPLETE |
4473 | 2024-12-12T22:26:45.280Z | [ recovery-image] Dec 12 22:26:44.571 INFO O| Dec 12 22:26:44.571 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-12-12T22:26:45.298Z | [ recovery-image] Dec 12 22:26:44.593 INFO O| Dec 12 22:26:44.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4475 | 2024-12-12T22:26:45.302Z | [ recovery-image] Dec 12 22:26:44.593 INFO O| Dec 12 22:26:44.593 INFO STEP 60 (remove_files) COMPLETE |
4476 | 2024-12-12T22:26:45.302Z | [ recovery-image] Dec 12 22:26:44.593 INFO O| Dec 12 22:26:44.593 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-12-12T22:26:45.321Z | [ recovery-image] Dec 12 22:26:44.615 INFO O| Dec 12 22:26:44.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4478 | 2024-12-12T22:26:45.321Z | [ recovery-image] Dec 12 22:26:44.615 INFO O| Dec 12 22:26:44.615 INFO STEP 61 (remove_files) COMPLETE |
4479 | 2024-12-12T22:26:45.324Z | [ recovery-image] Dec 12 22:26:44.615 INFO O| Dec 12 22:26:44.615 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-12-12T22:26:45.344Z | [ recovery-image] Dec 12 22:26:44.638 INFO O| Dec 12 22:26:44.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4481 | 2024-12-12T22:26:45.347Z | [ recovery-image] Dec 12 22:26:44.638 INFO O| Dec 12 22:26:44.638 INFO STEP 62 (remove_files) COMPLETE |
4482 | 2024-12-12T22:26:45.347Z | [ recovery-image] Dec 12 22:26:44.638 INFO O| Dec 12 22:26:44.638 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-12-12T22:26:45.386Z | [ recovery-image] Dec 12 22:26:44.680 INFO O| Dec 12 22:26:44.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4484 | 2024-12-12T22:26:45.386Z | [ recovery-image] Dec 12 22:26:44.680 INFO O| Dec 12 22:26:44.680 INFO STEP 63 (remove_files) COMPLETE |
4485 | 2024-12-12T22:26:45.386Z | [ recovery-image] Dec 12 22:26:44.680 INFO O| Dec 12 22:26:44.680 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-12-12T22:26:45.441Z | [ recovery-image] Dec 12 22:26:44.735 INFO O| Dec 12 22:26:44.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4487 | 2024-12-12T22:26:45.441Z | [ recovery-image] Dec 12 22:26:44.735 INFO O| Dec 12 22:26:44.735 INFO STEP 64 (remove_files) COMPLETE |
4488 | 2024-12-12T22:26:45.441Z | [ recovery-image] Dec 12 22:26:44.735 INFO O| Dec 12 22:26:44.735 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-12-12T22:26:45.460Z | [ recovery-image] Dec 12 22:26:44.755 INFO O| Dec 12 22:26:44.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4490 | 2024-12-12T22:26:45.460Z | [ recovery-image] Dec 12 22:26:44.755 INFO O| Dec 12 22:26:44.755 INFO STEP 65 (remove_files) COMPLETE |
4491 | 2024-12-12T22:26:45.463Z | [ recovery-image] Dec 12 22:26:44.755 INFO O| Dec 12 22:26:44.755 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-12-12T22:26:45.480Z | [ recovery-image] Dec 12 22:26:44.774 INFO O| Dec 12 22:26:44.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4493 | 2024-12-12T22:26:45.480Z | [ recovery-image] Dec 12 22:26:44.774 INFO O| Dec 12 22:26:44.774 INFO STEP 66 (remove_files) COMPLETE |
4494 | 2024-12-12T22:26:45.480Z | [ recovery-image] Dec 12 22:26:44.774 INFO O| Dec 12 22:26:44.774 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-12-12T22:26:45.499Z | [ recovery-image] Dec 12 22:26:44.794 INFO O| Dec 12 22:26:44.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4496 | 2024-12-12T22:26:45.499Z | [ recovery-image] Dec 12 22:26:44.794 INFO O| Dec 12 22:26:44.794 INFO STEP 67 (remove_files) COMPLETE |
4497 | 2024-12-12T22:26:45.503Z | [ recovery-image] Dec 12 22:26:44.794 INFO O| Dec 12 22:26:44.794 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-12-12T22:26:45.519Z | [ recovery-image] Dec 12 22:26:44.814 INFO O| Dec 12 22:26:44.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4499 | 2024-12-12T22:26:45.519Z | [ recovery-image] Dec 12 22:26:44.814 INFO O| Dec 12 22:26:44.814 INFO STEP 68 (remove_files) COMPLETE |
4500 | 2024-12-12T22:26:45.519Z | [ recovery-image] Dec 12 22:26:44.814 INFO O| Dec 12 22:26:44.814 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2024-12-12T22:26:45.551Z | [ recovery-image] Dec 12 22:26:44.845 INFO O| Dec 12 22:26:44.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4502 | 2024-12-12T22:26:45.551Z | [ recovery-image] Dec 12 22:26:44.845 INFO O| Dec 12 22:26:44.845 INFO STEP 69 (remove_files) COMPLETE |
4503 | 2024-12-12T22:26:45.554Z | [ recovery-image] Dec 12 22:26:44.845 INFO O| Dec 12 22:26:44.845 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4504 | 2024-12-12T22:26:45.595Z | [ recovery-image] Dec 12 22:26:44.888 INFO O| Dec 12 22:26:44.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4505 | 2024-12-12T22:26:45.595Z | [ recovery-image] Dec 12 22:26:44.888 INFO O| Dec 12 22:26:44.888 INFO STEP 70 (remove_files) COMPLETE |
4506 | 2024-12-12T22:26:45.595Z | [ recovery-image] Dec 12 22:26:44.888 INFO O| Dec 12 22:26:44.888 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4507 | 2024-12-12T22:26:45.615Z | [ recovery-image] Dec 12 22:26:44.909 INFO O| Dec 12 22:26:44.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4508 | 2024-12-12T22:26:45.615Z | [ recovery-image] Dec 12 22:26:44.909 INFO O| Dec 12 22:26:44.909 INFO STEP 71 (remove_files) COMPLETE |
4509 | 2024-12-12T22:26:45.615Z | [ recovery-image] Dec 12 22:26:44.909 INFO O| Dec 12 22:26:44.909 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4510 | 2024-12-12T22:26:45.649Z | [ recovery-image] Dec 12 22:26:44.944 INFO O| Dec 12 22:26:44.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4511 | 2024-12-12T22:26:45.650Z | [ recovery-image] Dec 12 22:26:44.944 INFO O| Dec 12 22:26:44.944 INFO STEP 72 (remove_files) COMPLETE |
4512 | 2024-12-12T22:26:45.654Z | [ recovery-image] Dec 12 22:26:44.944 INFO O| Dec 12 22:26:44.944 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4513 | 2024-12-12T22:26:45.671Z | [ recovery-image] Dec 12 22:26:44.965 INFO O| Dec 12 22:26:44.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4514 | 2024-12-12T22:26:45.671Z | [ recovery-image] Dec 12 22:26:44.965 INFO O| Dec 12 22:26:44.965 INFO STEP 73 (remove_files) COMPLETE |
4515 | 2024-12-12T22:26:45.673Z | [ recovery-image] Dec 12 22:26:44.965 INFO O| Dec 12 22:26:44.965 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4516 | 2024-12-12T22:26:45.696Z | [ recovery-image] Dec 12 22:26:44.990 INFO O| Dec 12 22:26:44.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4517 | 2024-12-12T22:26:45.696Z | [ recovery-image] Dec 12 22:26:44.990 INFO O| Dec 12 22:26:44.990 INFO STEP 74 (remove_files) COMPLETE |
4518 | 2024-12-12T22:26:45.699Z | [ recovery-image] Dec 12 22:26:44.990 INFO O| Dec 12 22:26:44.990 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4519 | 2024-12-12T22:26:45.723Z | [ recovery-image] Dec 12 22:26:45.017 INFO O| Dec 12 22:26:45.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4520 | 2024-12-12T22:26:45.726Z | [ recovery-image] Dec 12 22:26:45.017 INFO O| Dec 12 22:26:45.017 INFO STEP 75 (remove_files) COMPLETE |
4521 | 2024-12-12T22:26:45.726Z | [ recovery-image] Dec 12 22:26:45.018 INFO O| Dec 12 22:26:45.018 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4522 | 2024-12-12T22:26:45.764Z | [ recovery-image] Dec 12 22:26:45.058 INFO O| Dec 12 22:26:45.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4523 | 2024-12-12T22:26:45.767Z | [ recovery-image] Dec 12 22:26:45.059 INFO O| Dec 12 22:26:45.059 INFO STEP 76 (remove_files) COMPLETE |
4524 | 2024-12-12T22:26:45.767Z | [ recovery-image] Dec 12 22:26:45.059 INFO O| Dec 12 22:26:45.059 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4525 | 2024-12-12T22:26:45.793Z | [ recovery-image] Dec 12 22:26:45.088 INFO O| Dec 12 22:26:45.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4526 | 2024-12-12T22:26:45.796Z | [ recovery-image] Dec 12 22:26:45.088 INFO O| Dec 12 22:26:45.088 INFO STEP 77 (remove_files) COMPLETE |
4527 | 2024-12-12T22:26:45.796Z | [ recovery-image] Dec 12 22:26:45.088 INFO O| Dec 12 22:26:45.088 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2024-12-12T22:26:45.821Z | [ recovery-image] Dec 12 22:26:45.115 INFO O| Dec 12 22:26:45.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4529 | 2024-12-12T22:26:45.823Z | [ recovery-image] Dec 12 22:26:45.116 INFO O| Dec 12 22:26:45.115 INFO STEP 78 (remove_files) COMPLETE |
4530 | 2024-12-12T22:26:45.823Z | [ recovery-image] Dec 12 22:26:45.116 INFO O| Dec 12 22:26:45.116 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4531 | 2024-12-12T22:26:45.842Z | [ recovery-image] Dec 12 22:26:45.136 INFO O| Dec 12 22:26:45.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4532 | 2024-12-12T22:26:45.845Z | [ recovery-image] Dec 12 22:26:45.137 INFO O| Dec 12 22:26:45.137 INFO STEP 79 (remove_files) COMPLETE |
4533 | 2024-12-12T22:26:45.845Z | [ recovery-image] Dec 12 22:26:45.137 INFO O| Dec 12 22:26:45.137 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4534 | 2024-12-12T22:26:45.863Z | [ recovery-image] Dec 12 22:26:45.157 INFO O| Dec 12 22:26:45.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4535 | 2024-12-12T22:26:45.866Z | [ recovery-image] Dec 12 22:26:45.157 INFO O| Dec 12 22:26:45.157 INFO STEP 80 (remove_files) COMPLETE |
4536 | 2024-12-12T22:26:45.866Z | [ recovery-image] Dec 12 22:26:45.158 INFO O| Dec 12 22:26:45.158 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4537 | 2024-12-12T22:26:45.882Z | [ recovery-image] Dec 12 22:26:45.176 INFO O| Dec 12 22:26:45.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4538 | 2024-12-12T22:26:45.884Z | [ recovery-image] Dec 12 22:26:45.176 INFO O| Dec 12 22:26:45.176 INFO STEP 81 (remove_files) COMPLETE |
4539 | 2024-12-12T22:26:45.884Z | [ recovery-image] Dec 12 22:26:45.177 INFO O| Dec 12 22:26:45.177 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4540 | 2024-12-12T22:26:45.902Z | [ recovery-image] Dec 12 22:26:45.196 INFO O| Dec 12 22:26:45.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4541 | 2024-12-12T22:26:45.905Z | [ recovery-image] Dec 12 22:26:45.197 INFO O| Dec 12 22:26:45.197 INFO STEP 82 (remove_files) COMPLETE |
4542 | 2024-12-12T22:26:45.905Z | [ recovery-image] Dec 12 22:26:45.197 INFO O| Dec 12 22:26:45.197 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4543 | 2024-12-12T22:26:45.923Z | [ recovery-image] Dec 12 22:26:45.217 INFO O| Dec 12 22:26:45.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4544 | 2024-12-12T22:26:45.926Z | [ recovery-image] Dec 12 22:26:45.218 INFO O| Dec 12 22:26:45.218 INFO STEP 83 (remove_files) COMPLETE |
4545 | 2024-12-12T22:26:45.926Z | [ recovery-image] Dec 12 22:26:45.218 INFO O| Dec 12 22:26:45.218 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4546 | 2024-12-12T22:26:45.944Z | [ recovery-image] Dec 12 22:26:45.238 INFO O| Dec 12 22:26:45.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4547 | 2024-12-12T22:26:45.947Z | [ recovery-image] Dec 12 22:26:45.239 INFO O| Dec 12 22:26:45.239 INFO STEP 84 (remove_files) COMPLETE |
4548 | 2024-12-12T22:26:45.947Z | [ recovery-image] Dec 12 22:26:45.239 INFO O| Dec 12 22:26:45.239 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4549 | 2024-12-12T22:26:45.965Z | [ recovery-image] Dec 12 22:26:45.259 INFO O| Dec 12 22:26:45.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4550 | 2024-12-12T22:26:45.967Z | [ recovery-image] Dec 12 22:26:45.259 INFO O| Dec 12 22:26:45.259 INFO STEP 85 (remove_files) COMPLETE |
4551 | 2024-12-12T22:26:45.967Z | [ recovery-image] Dec 12 22:26:45.259 INFO O| Dec 12 22:26:45.259 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4552 | 2024-12-12T22:26:45.985Z | [ recovery-image] Dec 12 22:26:45.279 INFO O| Dec 12 22:26:45.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4553 | 2024-12-12T22:26:45.988Z | [ recovery-image] Dec 12 22:26:45.280 INFO O| Dec 12 22:26:45.280 INFO STEP 86 (remove_files) COMPLETE |
4554 | 2024-12-12T22:26:45.988Z | [ recovery-image] Dec 12 22:26:45.280 INFO O| Dec 12 22:26:45.280 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4555 | 2024-12-12T22:26:46.005Z | [ recovery-image] Dec 12 22:26:45.299 INFO O| Dec 12 22:26:45.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4556 | 2024-12-12T22:26:46.008Z | [ recovery-image] Dec 12 22:26:45.299 INFO O| Dec 12 22:26:45.299 INFO STEP 87 (remove_files) COMPLETE |
4557 | 2024-12-12T22:26:46.008Z | [ recovery-image] Dec 12 22:26:45.300 INFO O| Dec 12 22:26:45.300 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4558 | 2024-12-12T22:26:46.025Z | [ recovery-image] Dec 12 22:26:45.319 INFO O| Dec 12 22:26:45.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4559 | 2024-12-12T22:26:46.029Z | [ recovery-image] Dec 12 22:26:45.319 INFO O| Dec 12 22:26:45.319 INFO STEP 88 (remove_files) COMPLETE |
4560 | 2024-12-12T22:26:46.029Z | [ recovery-image] Dec 12 22:26:45.319 INFO O| Dec 12 22:26:45.319 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4561 | 2024-12-12T22:26:46.044Z | [ recovery-image] Dec 12 22:26:45.339 INFO O| Dec 12 22:26:45.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4562 | 2024-12-12T22:26:46.062Z | [ recovery-image] Dec 12 22:26:45.357 INFO O| Dec 12 22:26:45.357 INFO STEP 89 (remove_files) COMPLETE |
4563 | 2024-12-12T22:26:46.065Z | [ recovery-image] Dec 12 22:26:45.357 INFO O| Dec 12 22:26:45.357 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4564 | 2024-12-12T22:26:46.085Z | [ recovery-image] Dec 12 22:26:45.380 INFO O| Dec 12 22:26:45.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4565 | 2024-12-12T22:26:46.088Z | [ recovery-image] Dec 12 22:26:45.380 INFO O| Dec 12 22:26:45.380 INFO STEP 90 (remove_files) COMPLETE |
4566 | 2024-12-12T22:26:46.088Z | [ recovery-image] Dec 12 22:26:45.380 INFO O| Dec 12 22:26:45.380 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2024-12-12T22:26:46.108Z | [ recovery-image] Dec 12 22:26:45.403 INFO O| Dec 12 22:26:45.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4568 | 2024-12-12T22:26:46.111Z | [ recovery-image] Dec 12 22:26:45.403 INFO O| Dec 12 22:26:45.403 INFO STEP 91 (remove_files) COMPLETE |
4569 | 2024-12-12T22:26:46.111Z | [ recovery-image] Dec 12 22:26:45.403 INFO O| Dec 12 22:26:45.403 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4570 | 2024-12-12T22:26:46.131Z | [ recovery-image] Dec 12 22:26:45.426 INFO O| Dec 12 22:26:45.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4571 | 2024-12-12T22:26:46.134Z | [ recovery-image] Dec 12 22:26:45.426 INFO O| Dec 12 22:26:45.426 INFO STEP 92 (remove_files) COMPLETE |
4572 | 2024-12-12T22:26:46.134Z | [ recovery-image] Dec 12 22:26:45.426 INFO O| Dec 12 22:26:45.426 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4573 | 2024-12-12T22:26:46.147Z | [ host-image] Dec 12 22:26:45.441 INFO O| Dec 12 22:26:45.441 INFO O| Done |
4574 | 2024-12-12T22:26:46.230Z | [ host-image] Dec 12 22:26:45.524 INFO O| Dec 12 22:26:45.524 INFO O| Done |
4575 | 2024-12-12T22:26:46.230Z | [ host-image] Dec 12 22:26:45.524 INFO O| Dec 12 22:26:45.524 INFO O| Done |
4576 | 2024-12-12T22:26:46.287Z | [ host-image] Dec 12 22:26:45.581 INFO O| Dec 12 22:26:45.581 INFO O| Done |
4577 | 2024-12-12T22:26:46.360Z | [ recovery-image] Dec 12 22:26:45.654 INFO O| Dec 12 22:26:45.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4578 | 2024-12-12T22:26:46.360Z | [ recovery-image] Dec 12 22:26:45.654 INFO O| Dec 12 22:26:45.652 INFO STEP 93 (remove_files) COMPLETE |
4579 | 2024-12-12T22:26:46.364Z | [ recovery-image] Dec 12 22:26:45.654 INFO O| Dec 12 22:26:45.652 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-12-12T22:26:46.379Z | [ recovery-image] Dec 12 22:26:45.673 INFO O| Dec 12 22:26:45.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4581 | 2024-12-12T22:26:46.379Z | [ recovery-image] Dec 12 22:26:45.673 INFO O| Dec 12 22:26:45.673 INFO STEP 94 (remove_files) COMPLETE |
4582 | 2024-12-12T22:26:46.381Z | [ recovery-image] Dec 12 22:26:45.673 INFO O| Dec 12 22:26:45.673 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-12-12T22:26:46.410Z | [ recovery-image] Dec 12 22:26:45.704 INFO O| Dec 12 22:26:45.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4584 | 2024-12-12T22:26:46.413Z | [ recovery-image] Dec 12 22:26:45.705 INFO O| Dec 12 22:26:45.705 INFO STEP 95 (remove_files) COMPLETE |
4585 | 2024-12-12T22:26:46.414Z | [ recovery-image] Dec 12 22:26:45.705 INFO O| Dec 12 22:26:45.705 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-12-12T22:26:46.461Z | [ recovery-image] Dec 12 22:26:45.756 INFO O| Dec 12 22:26:45.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4587 | 2024-12-12T22:26:46.461Z | [ recovery-image] Dec 12 22:26:45.756 INFO O| Dec 12 22:26:45.756 INFO STEP 96 (remove_files) COMPLETE |
4588 | 2024-12-12T22:26:46.464Z | [ recovery-image] Dec 12 22:26:45.756 INFO O| Dec 12 22:26:45.756 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-12-12T22:26:46.530Z | [ host-image] Dec 12 22:26:45.824 INFO O| Dec 12 22:26:45.824 INFO STEP 12 (pkg_install) COMPLETE |
4590 | 2024-12-12T22:26:46.530Z | [ host-image] Dec 12 22:26:45.824 INFO O| Dec 12 22:26:45.824 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4591 | 2024-12-12T22:26:46.532Z | [ recovery-image] Dec 12 22:26:45.826 INFO O| Dec 12 22:26:45.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4592 | 2024-12-12T22:26:46.532Z | [ recovery-image] Dec 12 22:26:45.826 INFO O| Dec 12 22:26:45.826 INFO STEP 97 (remove_files) COMPLETE |
4593 | 2024-12-12T22:26:46.532Z | [ recovery-image] Dec 12 22:26:45.826 INFO O| Dec 12 22:26:45.826 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4594 | 2024-12-12T22:26:46.549Z | [ host-image] Dec 12 22:26:45.843 INFO O| Dec 12 22:26:45.843 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4595 | 2024-12-12T22:26:46.615Z | [ recovery-image] Dec 12 22:26:45.909 INFO O| Dec 12 22:26:45.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4596 | 2024-12-12T22:26:46.617Z | [ recovery-image] Dec 12 22:26:45.909 INFO O| Dec 12 22:26:45.909 INFO STEP 98 (remove_files) COMPLETE |
4597 | 2024-12-12T22:26:46.617Z | [ recovery-image] Dec 12 22:26:45.909 INFO O| Dec 12 22:26:45.909 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-12-12T22:26:46.636Z | [ recovery-image] Dec 12 22:26:45.930 INFO O| Dec 12 22:26:45.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4599 | 2024-12-12T22:26:46.636Z | [ recovery-image] Dec 12 22:26:45.930 INFO O| Dec 12 22:26:45.930 INFO STEP 99 (remove_files) COMPLETE |
4600 | 2024-12-12T22:26:46.638Z | [ recovery-image] Dec 12 22:26:45.930 INFO O| Dec 12 22:26:45.930 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-12-12T22:26:46.689Z | [ recovery-image] Dec 12 22:26:45.983 INFO O| Dec 12 22:26:45.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4602 | 2024-12-12T22:26:46.691Z | [ recovery-image] Dec 12 22:26:45.983 INFO O| Dec 12 22:26:45.983 INFO STEP 100 (remove_files) COMPLETE |
4603 | 2024-12-12T22:26:46.691Z | [ recovery-image] Dec 12 22:26:45.983 INFO O| Dec 12 22:26:45.983 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-12-12T22:26:46.710Z | [ recovery-image] Dec 12 22:26:46.004 INFO O| Dec 12 22:26:46.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4605 | 2024-12-12T22:26:46.710Z | [ recovery-image] Dec 12 22:26:46.004 INFO O| Dec 12 22:26:46.004 INFO STEP 101 (remove_files) COMPLETE |
4606 | 2024-12-12T22:26:46.710Z | [ recovery-image] Dec 12 22:26:46.004 INFO O| Dec 12 22:26:46.004 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-12-12T22:26:46.752Z | [ recovery-image] Dec 12 22:26:46.047 INFO O| Dec 12 22:26:46.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4608 | 2024-12-12T22:26:46.755Z | [ recovery-image] Dec 12 22:26:46.047 INFO O| Dec 12 22:26:46.047 INFO STEP 102 (remove_files) COMPLETE |
4609 | 2024-12-12T22:26:46.755Z | [ recovery-image] Dec 12 22:26:46.047 INFO O| Dec 12 22:26:46.047 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-12-12T22:26:46.838Z | [ recovery-image] Dec 12 22:26:46.133 INFO O| Dec 12 22:26:46.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4611 | 2024-12-12T22:26:46.841Z | [ recovery-image] Dec 12 22:26:46.133 INFO O| Dec 12 22:26:46.133 INFO STEP 103 (remove_files) COMPLETE |
4612 | 2024-12-12T22:26:46.841Z | [ recovery-image] Dec 12 22:26:46.133 INFO O| Dec 12 22:26:46.133 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-12-12T22:26:46.876Z | [ recovery-image] Dec 12 22:26:46.170 INFO O| Dec 12 22:26:46.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4614 | 2024-12-12T22:26:46.876Z | [ recovery-image] Dec 12 22:26:46.170 INFO O| Dec 12 22:26:46.170 INFO STEP 104 (remove_files) COMPLETE |
4615 | 2024-12-12T22:26:46.876Z | [ recovery-image] Dec 12 22:26:46.170 INFO O| Dec 12 22:26:46.170 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-12-12T22:26:46.894Z | [ recovery-image] Dec 12 22:26:46.189 INFO O| Dec 12 22:26:46.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4617 | 2024-12-12T22:26:46.895Z | [ recovery-image] Dec 12 22:26:46.189 INFO O| Dec 12 22:26:46.189 INFO STEP 105 (remove_files) COMPLETE |
4618 | 2024-12-12T22:26:46.897Z | [ recovery-image] Dec 12 22:26:46.189 INFO O| Dec 12 22:26:46.189 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-12-12T22:26:46.913Z | [ recovery-image] Dec 12 22:26:46.207 INFO O| Dec 12 22:26:46.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4620 | 2024-12-12T22:26:46.913Z | [ recovery-image] Dec 12 22:26:46.208 INFO O| Dec 12 22:26:46.208 INFO STEP 106 (remove_files) COMPLETE |
4621 | 2024-12-12T22:26:46.913Z | [ recovery-image] Dec 12 22:26:46.208 INFO O| Dec 12 22:26:46.208 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-12-12T22:26:46.945Z | [ recovery-image] Dec 12 22:26:46.239 INFO O| Dec 12 22:26:46.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4623 | 2024-12-12T22:26:46.948Z | [ recovery-image] Dec 12 22:26:46.239 INFO O| Dec 12 22:26:46.239 INFO STEP 107 (remove_files) COMPLETE |
4624 | 2024-12-12T22:26:46.948Z | [ recovery-image] Dec 12 22:26:46.239 INFO O| Dec 12 22:26:46.239 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-12-12T22:26:46.966Z | [ recovery-image] Dec 12 22:26:46.260 INFO O| Dec 12 22:26:46.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4626 | 2024-12-12T22:26:46.966Z | [ recovery-image] Dec 12 22:26:46.260 INFO O| Dec 12 22:26:46.260 INFO STEP 108 (remove_files) COMPLETE |
4627 | 2024-12-12T22:26:46.968Z | [ recovery-image] Dec 12 22:26:46.260 INFO O| Dec 12 22:26:46.260 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-12-12T22:26:46.986Z | [ recovery-image] Dec 12 22:26:46.280 INFO O| Dec 12 22:26:46.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4629 | 2024-12-12T22:26:46.986Z | [ recovery-image] Dec 12 22:26:46.280 INFO O| Dec 12 22:26:46.280 INFO STEP 109 (remove_files) COMPLETE |
4630 | 2024-12-12T22:26:46.986Z | [ recovery-image] Dec 12 22:26:46.280 INFO O| Dec 12 22:26:46.280 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-12-12T22:26:47.020Z | [ recovery-image] Dec 12 22:26:46.314 INFO O| Dec 12 22:26:46.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4632 | 2024-12-12T22:26:47.020Z | [ recovery-image] Dec 12 22:26:46.315 INFO O| Dec 12 22:26:46.315 INFO STEP 110 (remove_files) COMPLETE |
4633 | 2024-12-12T22:26:47.023Z | [ recovery-image] Dec 12 22:26:46.315 INFO O| Dec 12 22:26:46.315 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-12-12T22:26:47.046Z | [ recovery-image] Dec 12 22:26:46.340 INFO O| Dec 12 22:26:46.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4635 | 2024-12-12T22:26:47.049Z | [ recovery-image] Dec 12 22:26:46.340 INFO O| Dec 12 22:26:46.340 INFO STEP 111 (remove_files) COMPLETE |
4636 | 2024-12-12T22:26:47.049Z | [ recovery-image] Dec 12 22:26:46.341 INFO O| Dec 12 22:26:46.340 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-12-12T22:26:47.066Z | [ recovery-image] Dec 12 22:26:46.360 INFO O| Dec 12 22:26:46.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4638 | 2024-12-12T22:26:47.069Z | [ recovery-image] Dec 12 22:26:46.361 INFO O| Dec 12 22:26:46.361 INFO STEP 112 (remove_files) COMPLETE |
4639 | 2024-12-12T22:26:47.069Z | [ recovery-image] Dec 12 22:26:46.361 INFO O| Dec 12 22:26:46.361 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-12-12T22:26:47.129Z | [ recovery-image] Dec 12 22:26:46.424 INFO O| Dec 12 22:26:46.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4641 | 2024-12-12T22:26:47.132Z | [ recovery-image] Dec 12 22:26:46.424 INFO O| Dec 12 22:26:46.424 INFO STEP 113 (remove_files) COMPLETE |
4642 | 2024-12-12T22:26:47.132Z | [ recovery-image] Dec 12 22:26:46.424 INFO O| Dec 12 22:26:46.424 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-12-12T22:26:47.173Z | [ recovery-image] Dec 12 22:26:46.467 INFO O| Dec 12 22:26:46.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4644 | 2024-12-12T22:26:47.176Z | [ recovery-image] Dec 12 22:26:46.467 INFO O| Dec 12 22:26:46.467 INFO STEP 114 (remove_files) COMPLETE |
4645 | 2024-12-12T22:26:47.176Z | [ recovery-image] Dec 12 22:26:46.467 INFO O| Dec 12 22:26:46.467 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-12-12T22:26:47.271Z | [ recovery-image] Dec 12 22:26:46.565 INFO O| Dec 12 22:26:46.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4647 | 2024-12-12T22:26:47.271Z | [ recovery-image] Dec 12 22:26:46.565 INFO O| Dec 12 22:26:46.565 INFO STEP 115 (remove_files) COMPLETE |
4648 | 2024-12-12T22:26:47.274Z | [ recovery-image] Dec 12 22:26:46.565 INFO O| Dec 12 22:26:46.565 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-12-12T22:26:47.304Z | [ recovery-image] Dec 12 22:26:46.598 INFO O| Dec 12 22:26:46.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4650 | 2024-12-12T22:26:47.304Z | [ recovery-image] Dec 12 22:26:46.598 INFO O| Dec 12 22:26:46.598 INFO STEP 116 (remove_files) COMPLETE |
4651 | 2024-12-12T22:26:47.304Z | [ recovery-image] Dec 12 22:26:46.598 INFO O| Dec 12 22:26:46.598 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-12-12T22:26:47.332Z | [ recovery-image] Dec 12 22:26:46.627 INFO O| Dec 12 22:26:46.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4653 | 2024-12-12T22:26:47.332Z | [ recovery-image] Dec 12 22:26:46.627 INFO O| Dec 12 22:26:46.627 INFO STEP 117 (remove_files) COMPLETE |
4654 | 2024-12-12T22:26:47.335Z | [ recovery-image] Dec 12 22:26:46.627 INFO O| Dec 12 22:26:46.627 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-12-12T22:26:47.375Z | [ recovery-image] Dec 12 22:26:46.669 INFO O| Dec 12 22:26:46.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4656 | 2024-12-12T22:26:47.375Z | [ recovery-image] Dec 12 22:26:46.669 INFO O| Dec 12 22:26:46.669 INFO STEP 118 (remove_files) COMPLETE |
4657 | 2024-12-12T22:26:47.375Z | [ recovery-image] Dec 12 22:26:46.669 INFO O| Dec 12 22:26:46.669 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-12-12T22:26:47.453Z | [ recovery-image] Dec 12 22:26:46.747 INFO O| Dec 12 22:26:46.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4659 | 2024-12-12T22:26:47.453Z | [ recovery-image] Dec 12 22:26:46.747 INFO O| Dec 12 22:26:46.747 INFO STEP 119 (remove_files) COMPLETE |
4660 | 2024-12-12T22:26:47.453Z | [ recovery-image] Dec 12 22:26:46.747 INFO O| Dec 12 22:26:46.747 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-12-12T22:26:47.473Z | [ recovery-image] Dec 12 22:26:46.767 INFO O| Dec 12 22:26:46.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4662 | 2024-12-12T22:26:47.473Z | [ recovery-image] Dec 12 22:26:46.768 INFO O| Dec 12 22:26:46.767 INFO STEP 120 (remove_files) COMPLETE |
4663 | 2024-12-12T22:26:47.475Z | [ recovery-image] Dec 12 22:26:46.768 INFO O| Dec 12 22:26:46.768 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-12-12T22:26:47.494Z | [ recovery-image] Dec 12 22:26:46.788 INFO O| Dec 12 22:26:46.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4665 | 2024-12-12T22:26:47.494Z | [ recovery-image] Dec 12 22:26:46.788 INFO O| Dec 12 22:26:46.788 INFO STEP 121 (remove_files) COMPLETE |
4666 | 2024-12-12T22:26:47.494Z | [ recovery-image] Dec 12 22:26:46.788 INFO O| Dec 12 22:26:46.788 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-12-12T22:26:47.513Z | [ recovery-image] Dec 12 22:26:46.807 INFO O| Dec 12 22:26:46.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4668 | 2024-12-12T22:26:47.513Z | [ recovery-image] Dec 12 22:26:46.807 INFO O| Dec 12 22:26:46.807 INFO STEP 122 (remove_files) COMPLETE |
4669 | 2024-12-12T22:26:47.513Z | [ recovery-image] Dec 12 22:26:46.807 INFO O| Dec 12 22:26:46.807 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-12-12T22:26:47.532Z | [ recovery-image] Dec 12 22:26:46.827 INFO O| Dec 12 22:26:46.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4671 | 2024-12-12T22:26:47.532Z | [ recovery-image] Dec 12 22:26:46.827 INFO O| Dec 12 22:26:46.827 INFO STEP 123 (remove_files) COMPLETE |
4672 | 2024-12-12T22:26:47.532Z | [ recovery-image] Dec 12 22:26:46.827 INFO O| Dec 12 22:26:46.827 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-12-12T22:26:47.566Z | [ recovery-image] Dec 12 22:26:46.860 INFO O| Dec 12 22:26:46.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4674 | 2024-12-12T22:26:47.566Z | [ recovery-image] Dec 12 22:26:46.860 INFO O| Dec 12 22:26:46.860 INFO STEP 124 (remove_files) COMPLETE |
4675 | 2024-12-12T22:26:47.566Z | [ recovery-image] Dec 12 22:26:46.860 INFO O| Dec 12 22:26:46.860 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-12-12T22:26:47.597Z | [ host-image] Dec 12 22:26:46.891 INFO O| Dec 12 22:26:46.891 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4677 | 2024-12-12T22:26:47.625Z | [ recovery-image] Dec 12 22:26:46.920 INFO O| Dec 12 22:26:46.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4678 | 2024-12-12T22:26:47.626Z | [ recovery-image] Dec 12 22:26:46.920 INFO O| Dec 12 22:26:46.920 INFO STEP 125 (remove_files) COMPLETE |
4679 | 2024-12-12T22:26:47.629Z | [ recovery-image] Dec 12 22:26:46.920 INFO O| Dec 12 22:26:46.920 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4680 | 2024-12-12T22:26:47.673Z | [ recovery-image] Dec 12 22:26:46.967 INFO O| Dec 12 22:26:46.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4681 | 2024-12-12T22:26:47.673Z | [ recovery-image] Dec 12 22:26:46.967 INFO O| Dec 12 22:26:46.967 INFO STEP 126 (remove_files) COMPLETE |
4682 | 2024-12-12T22:26:47.673Z | [ recovery-image] Dec 12 22:26:46.967 INFO O| Dec 12 22:26:46.967 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4683 | 2024-12-12T22:26:47.713Z | [ recovery-image] Dec 12 22:26:47.007 INFO O| Dec 12 22:26:47.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4684 | 2024-12-12T22:26:47.713Z | [ recovery-image] Dec 12 22:26:47.007 INFO O| Dec 12 22:26:47.007 INFO STEP 127 (remove_files) COMPLETE |
4685 | 2024-12-12T22:26:47.713Z | [ recovery-image] Dec 12 22:26:47.007 INFO O| Dec 12 22:26:47.007 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4686 | 2024-12-12T22:26:47.736Z | [ recovery-image] Dec 12 22:26:47.030 INFO O| Dec 12 22:26:47.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4687 | 2024-12-12T22:26:47.736Z | [ recovery-image] Dec 12 22:26:47.030 INFO O| Dec 12 22:26:47.030 INFO STEP 128 (remove_files) COMPLETE |
4688 | 2024-12-12T22:26:47.736Z | [ recovery-image] Dec 12 22:26:47.030 INFO O| Dec 12 22:26:47.030 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2024-12-12T22:26:47.758Z | [ recovery-image] Dec 12 22:26:47.053 INFO O| Dec 12 22:26:47.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4690 | 2024-12-12T22:26:47.758Z | [ recovery-image] Dec 12 22:26:47.053 INFO O| Dec 12 22:26:47.053 INFO STEP 129 (remove_files) COMPLETE |
4691 | 2024-12-12T22:26:47.758Z | [ recovery-image] Dec 12 22:26:47.053 INFO O| Dec 12 22:26:47.053 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2024-12-12T22:26:47.804Z | [ recovery-image] Dec 12 22:26:47.099 INFO O| Dec 12 22:26:47.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4693 | 2024-12-12T22:26:47.804Z | [ recovery-image] Dec 12 22:26:47.099 INFO O| Dec 12 22:26:47.099 INFO STEP 130 (remove_files) COMPLETE |
4694 | 2024-12-12T22:26:47.804Z | [ recovery-image] Dec 12 22:26:47.099 INFO O| Dec 12 22:26:47.099 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2024-12-12T22:26:47.844Z | [ recovery-image] Dec 12 22:26:47.138 INFO O| Dec 12 22:26:47.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4696 | 2024-12-12T22:26:47.844Z | [ recovery-image] Dec 12 22:26:47.138 INFO O| Dec 12 22:26:47.138 INFO STEP 131 (remove_files) COMPLETE |
4697 | 2024-12-12T22:26:47.846Z | [ recovery-image] Dec 12 22:26:47.138 INFO O| Dec 12 22:26:47.138 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-12-12T22:26:47.878Z | [ recovery-image] Dec 12 22:26:47.173 INFO O| Dec 12 22:26:47.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4699 | 2024-12-12T22:26:47.878Z | [ recovery-image] Dec 12 22:26:47.173 INFO O| Dec 12 22:26:47.173 INFO STEP 132 (remove_files) COMPLETE |
4700 | 2024-12-12T22:26:47.881Z | [ recovery-image] Dec 12 22:26:47.173 INFO O| Dec 12 22:26:47.173 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-12-12T22:26:47.897Z | [ recovery-image] Dec 12 22:26:47.192 INFO O| Dec 12 22:26:47.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4702 | 2024-12-12T22:26:47.897Z | [ recovery-image] Dec 12 22:26:47.192 INFO O| Dec 12 22:26:47.192 INFO STEP 133 (remove_files) COMPLETE |
4703 | 2024-12-12T22:26:47.897Z | [ recovery-image] Dec 12 22:26:47.192 INFO O| Dec 12 22:26:47.192 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-12-12T22:26:47.915Z | [ recovery-image] Dec 12 22:26:47.210 INFO O| Dec 12 22:26:47.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4705 | 2024-12-12T22:26:47.915Z | [ recovery-image] Dec 12 22:26:47.210 INFO O| Dec 12 22:26:47.210 INFO STEP 134 (remove_files) COMPLETE |
4706 | 2024-12-12T22:26:47.915Z | [ recovery-image] Dec 12 22:26:47.210 INFO O| Dec 12 22:26:47.210 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-12-12T22:26:47.942Z | [ recovery-image] Dec 12 22:26:47.236 INFO O| Dec 12 22:26:47.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4708 | 2024-12-12T22:26:47.942Z | [ recovery-image] Dec 12 22:26:47.236 INFO O| Dec 12 22:26:47.236 INFO STEP 135 (remove_files) COMPLETE |
4709 | 2024-12-12T22:26:47.942Z | [ recovery-image] Dec 12 22:26:47.236 INFO O| Dec 12 22:26:47.236 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-12-12T22:26:47.960Z | [ recovery-image] Dec 12 22:26:47.255 INFO O| Dec 12 22:26:47.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4711 | 2024-12-12T22:26:47.960Z | [ recovery-image] Dec 12 22:26:47.255 INFO O| Dec 12 22:26:47.255 INFO STEP 136 (remove_files) COMPLETE |
4712 | 2024-12-12T22:26:47.963Z | [ recovery-image] Dec 12 22:26:47.255 INFO O| Dec 12 22:26:47.255 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-12-12T22:26:47.986Z | [ recovery-image] Dec 12 22:26:47.280 INFO O| Dec 12 22:26:47.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4714 | 2024-12-12T22:26:47.986Z | [ recovery-image] Dec 12 22:26:47.280 INFO O| Dec 12 22:26:47.280 INFO STEP 137 (remove_files) COMPLETE |
4715 | 2024-12-12T22:26:47.989Z | [ recovery-image] Dec 12 22:26:47.281 INFO O| Dec 12 22:26:47.281 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-12-12T22:26:48.017Z | [ recovery-image] Dec 12 22:26:47.311 INFO O| Dec 12 22:26:47.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4717 | 2024-12-12T22:26:48.017Z | [ recovery-image] Dec 12 22:26:47.311 INFO O| Dec 12 22:26:47.311 INFO STEP 138 (remove_files) COMPLETE |
4718 | 2024-12-12T22:26:48.017Z | [ recovery-image] Dec 12 22:26:47.311 INFO O| Dec 12 22:26:47.311 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-12-12T22:26:48.058Z | [ recovery-image] Dec 12 22:26:47.352 INFO O| Dec 12 22:26:47.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4720 | 2024-12-12T22:26:48.060Z | [ recovery-image] Dec 12 22:26:47.352 INFO O| Dec 12 22:26:47.352 INFO STEP 139 (remove_files) COMPLETE |
4721 | 2024-12-12T22:26:48.060Z | [ recovery-image] Dec 12 22:26:47.353 INFO O| Dec 12 22:26:47.352 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-12-12T22:26:48.109Z | [ recovery-image] Dec 12 22:26:47.404 INFO O| Dec 12 22:26:47.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4723 | 2024-12-12T22:26:48.109Z | [ recovery-image] Dec 12 22:26:47.404 INFO O| Dec 12 22:26:47.404 INFO STEP 140 (remove_files) COMPLETE |
4724 | 2024-12-12T22:26:48.112Z | [ recovery-image] Dec 12 22:26:47.404 INFO O| Dec 12 22:26:47.404 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-12-12T22:26:48.170Z | [ recovery-image] Dec 12 22:26:47.465 INFO O| Dec 12 22:26:47.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4726 | 2024-12-12T22:26:48.170Z | [ recovery-image] Dec 12 22:26:47.465 INFO O| Dec 12 22:26:47.465 INFO STEP 141 (remove_files) COMPLETE |
4727 | 2024-12-12T22:26:48.170Z | [ recovery-image] Dec 12 22:26:47.465 INFO O| Dec 12 22:26:47.465 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-12-12T22:26:48.206Z | [ recovery-image] Dec 12 22:26:47.500 INFO O| Dec 12 22:26:47.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4729 | 2024-12-12T22:26:48.206Z | [ recovery-image] Dec 12 22:26:47.501 INFO O| Dec 12 22:26:47.500 INFO STEP 142 (remove_files) COMPLETE |
4730 | 2024-12-12T22:26:48.206Z | [ recovery-image] Dec 12 22:26:47.501 INFO O| Dec 12 22:26:47.501 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-12-12T22:26:48.225Z | [ recovery-image] Dec 12 22:26:47.520 INFO O| Dec 12 22:26:47.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4732 | 2024-12-12T22:26:48.225Z | [ recovery-image] Dec 12 22:26:47.520 INFO O| Dec 12 22:26:47.520 INFO STEP 143 (remove_files) COMPLETE |
4733 | 2024-12-12T22:26:48.228Z | [ recovery-image] Dec 12 22:26:47.520 INFO O| Dec 12 22:26:47.520 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2024-12-12T22:26:48.246Z | [ recovery-image] Dec 12 22:26:47.540 INFO O| Dec 12 22:26:47.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4735 | 2024-12-12T22:26:48.249Z | [ recovery-image] Dec 12 22:26:47.540 INFO O| Dec 12 22:26:47.540 INFO STEP 144 (remove_files) COMPLETE |
4736 | 2024-12-12T22:26:48.250Z | [ recovery-image] Dec 12 22:26:47.540 INFO O| Dec 12 22:26:47.540 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-12-12T22:26:48.268Z | [ recovery-image] Dec 12 22:26:47.562 INFO O| Dec 12 22:26:47.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4738 | 2024-12-12T22:26:48.268Z | [ recovery-image] Dec 12 22:26:47.562 INFO O| Dec 12 22:26:47.562 INFO STEP 145 (remove_files) COMPLETE |
4739 | 2024-12-12T22:26:48.268Z | [ recovery-image] Dec 12 22:26:47.562 INFO O| Dec 12 22:26:47.562 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-12-12T22:26:48.308Z | [ recovery-image] Dec 12 22:26:47.603 INFO O| Dec 12 22:26:47.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4741 | 2024-12-12T22:26:48.309Z | [ recovery-image] Dec 12 22:26:47.603 INFO O| Dec 12 22:26:47.603 INFO STEP 146 (remove_files) COMPLETE |
4742 | 2024-12-12T22:26:48.312Z | [ recovery-image] Dec 12 22:26:47.603 INFO O| Dec 12 22:26:47.603 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-12-12T22:26:48.346Z | [ recovery-image] Dec 12 22:26:47.640 INFO O| Dec 12 22:26:47.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4744 | 2024-12-12T22:26:48.346Z | [ recovery-image] Dec 12 22:26:47.640 INFO O| Dec 12 22:26:47.640 INFO STEP 147 (remove_files) COMPLETE |
4745 | 2024-12-12T22:26:48.346Z | [ recovery-image] Dec 12 22:26:47.640 INFO O| Dec 12 22:26:47.640 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-12-12T22:26:48.379Z | [ recovery-image] Dec 12 22:26:47.673 INFO O| Dec 12 22:26:47.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4747 | 2024-12-12T22:26:48.379Z | [ recovery-image] Dec 12 22:26:47.673 INFO O| Dec 12 22:26:47.673 INFO STEP 148 (remove_files) COMPLETE |
4748 | 2024-12-12T22:26:48.379Z | [ recovery-image] Dec 12 22:26:47.673 INFO O| Dec 12 22:26:47.673 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-12-12T22:26:48.419Z | [ recovery-image] Dec 12 22:26:47.713 INFO O| Dec 12 22:26:47.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4750 | 2024-12-12T22:26:48.423Z | [ recovery-image] Dec 12 22:26:47.714 INFO O| Dec 12 22:26:47.713 INFO STEP 149 (remove_files) COMPLETE |
4751 | 2024-12-12T22:26:48.423Z | [ recovery-image] Dec 12 22:26:47.714 INFO O| Dec 12 22:26:47.714 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-12-12T22:26:48.442Z | [ recovery-image] Dec 12 22:26:47.736 INFO O| Dec 12 22:26:47.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4753 | 2024-12-12T22:26:48.444Z | [ recovery-image] Dec 12 22:26:47.736 INFO O| Dec 12 22:26:47.736 INFO STEP 150 (remove_files) COMPLETE |
4754 | 2024-12-12T22:26:48.444Z | [ recovery-image] Dec 12 22:26:47.736 INFO O| Dec 12 22:26:47.736 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-12-12T22:26:48.464Z | [ recovery-image] Dec 12 22:26:47.758 INFO O| Dec 12 22:26:47.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4756 | 2024-12-12T22:26:48.467Z | [ recovery-image] Dec 12 22:26:47.759 INFO O| Dec 12 22:26:47.759 INFO STEP 151 (remove_files) COMPLETE |
4757 | 2024-12-12T22:26:48.467Z | [ recovery-image] Dec 12 22:26:47.759 INFO O| Dec 12 22:26:47.759 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-12-12T22:26:48.511Z | [ recovery-image] Dec 12 22:26:47.804 INFO O| Dec 12 22:26:47.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4759 | 2024-12-12T22:26:48.511Z | [ recovery-image] Dec 12 22:26:47.804 INFO O| Dec 12 22:26:47.804 INFO STEP 152 (remove_files) COMPLETE |
4760 | 2024-12-12T22:26:48.511Z | [ recovery-image] Dec 12 22:26:47.804 INFO O| Dec 12 22:26:47.804 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-12-12T22:26:48.570Z | [ recovery-image] Dec 12 22:26:47.864 INFO O| Dec 12 22:26:47.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4762 | 2024-12-12T22:26:48.570Z | [ recovery-image] Dec 12 22:26:47.864 INFO O| Dec 12 22:26:47.864 INFO STEP 153 (remove_files) COMPLETE |
4763 | 2024-12-12T22:26:48.572Z | [ recovery-image] Dec 12 22:26:47.864 INFO O| Dec 12 22:26:47.864 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-12-12T22:26:48.614Z | [ recovery-image] Dec 12 22:26:47.901 INFO O| Dec 12 22:26:47.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4765 | 2024-12-12T22:26:48.614Z | [ recovery-image] Dec 12 22:26:47.901 INFO O| Dec 12 22:26:47.899 INFO STEP 154 (remove_files) COMPLETE |
4766 | 2024-12-12T22:26:48.614Z | [ recovery-image] Dec 12 22:26:47.901 INFO O| Dec 12 22:26:47.899 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-12-12T22:26:48.659Z | [ recovery-image] Dec 12 22:26:47.952 INFO O| Dec 12 22:26:47.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4768 | 2024-12-12T22:26:48.659Z | [ recovery-image] Dec 12 22:26:47.952 INFO O| Dec 12 22:26:47.939 INFO STEP 155 (remove_files) COMPLETE |
4769 | 2024-12-12T22:26:48.661Z | [ recovery-image] Dec 12 22:26:47.952 INFO O| Dec 12 22:26:47.939 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-12-12T22:26:48.667Z | [ recovery-image] Dec 12 22:26:47.962 INFO O| Dec 12 22:26:47.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4771 | 2024-12-12T22:26:48.670Z | [ recovery-image] Dec 12 22:26:47.962 INFO O| Dec 12 22:26:47.962 INFO STEP 156 (remove_files) COMPLETE |
4772 | 2024-12-12T22:26:48.670Z | [ recovery-image] Dec 12 22:26:47.962 INFO O| Dec 12 22:26:47.962 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-12-12T22:26:48.797Z | [ recovery-image] Dec 12 22:26:48.024 INFO O| Dec 12 22:26:48.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4774 | 2024-12-12T22:26:48.797Z | [ recovery-image] Dec 12 22:26:48.024 INFO O| Dec 12 22:26:48.024 INFO STEP 157 (remove_files) COMPLETE |
4775 | 2024-12-12T22:26:48.797Z | [ recovery-image] Dec 12 22:26:48.024 INFO O| Dec 12 22:26:48.024 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-12-12T22:26:48.797Z | [ recovery-image] Dec 12 22:26:48.042 INFO O| Dec 12 22:26:48.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4777 | 2024-12-12T22:26:48.797Z | [ recovery-image] Dec 12 22:26:48.042 INFO O| Dec 12 22:26:48.042 INFO STEP 158 (remove_files) COMPLETE |
4778 | 2024-12-12T22:26:48.797Z | [ recovery-image] Dec 12 22:26:48.042 INFO O| Dec 12 22:26:48.042 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2024-12-12T22:26:48.797Z | [ recovery-image] Dec 12 22:26:48.074 INFO O| Dec 12 22:26:48.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4780 | 2024-12-12T22:26:48.797Z | [ recovery-image] Dec 12 22:26:48.074 INFO O| Dec 12 22:26:48.074 INFO STEP 159 (remove_files) COMPLETE |
4781 | 2024-12-12T22:26:48.797Z | [ recovery-image] Dec 12 22:26:48.074 INFO O| Dec 12 22:26:48.074 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2024-12-12T22:26:48.802Z | [ recovery-image] Dec 12 22:26:48.095 INFO O| Dec 12 22:26:48.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4783 | 2024-12-12T22:26:48.805Z | [ recovery-image] Dec 12 22:26:48.095 INFO O| Dec 12 22:26:48.095 INFO STEP 160 (remove_files) COMPLETE |
4784 | 2024-12-12T22:26:48.805Z | [ recovery-image] Dec 12 22:26:48.096 INFO O| Dec 12 22:26:48.095 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2024-12-12T22:26:48.838Z | [ recovery-image] Dec 12 22:26:48.117 INFO O| Dec 12 22:26:48.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4786 | 2024-12-12T22:26:48.838Z | [ recovery-image] Dec 12 22:26:48.117 INFO O| Dec 12 22:26:48.117 INFO STEP 161 (remove_files) COMPLETE |
4787 | 2024-12-12T22:26:48.838Z | [ recovery-image] Dec 12 22:26:48.117 INFO O| Dec 12 22:26:48.117 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2024-12-12T22:26:48.844Z | [ recovery-image] Dec 12 22:26:48.137 INFO O| Dec 12 22:26:48.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4789 | 2024-12-12T22:26:48.846Z | [ recovery-image] Dec 12 22:26:48.138 INFO O| Dec 12 22:26:48.138 INFO STEP 162 (remove_files) COMPLETE |
4790 | 2024-12-12T22:26:48.846Z | [ recovery-image] Dec 12 22:26:48.138 INFO O| Dec 12 22:26:48.138 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2024-12-12T22:26:48.862Z | [ recovery-image] Dec 12 22:26:48.157 INFO O| Dec 12 22:26:48.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4792 | 2024-12-12T22:26:48.865Z | [ recovery-image] Dec 12 22:26:48.157 INFO O| Dec 12 22:26:48.157 INFO STEP 163 (remove_files) COMPLETE |
4793 | 2024-12-12T22:26:48.865Z | [ recovery-image] Dec 12 22:26:48.157 INFO O| Dec 12 22:26:48.157 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2024-12-12T22:26:48.971Z | [ recovery-image] Dec 12 22:26:48.265 INFO O| Dec 12 22:26:48.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4795 | 2024-12-12T22:26:48.971Z | [ recovery-image] Dec 12 22:26:48.265 INFO O| Dec 12 22:26:48.265 INFO STEP 164 (remove_files) COMPLETE |
4796 | 2024-12-12T22:26:48.974Z | [ recovery-image] Dec 12 22:26:48.265 INFO O| Dec 12 22:26:48.265 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-12-12T22:26:49.005Z | [ recovery-image] Dec 12 22:26:48.299 INFO O| Dec 12 22:26:48.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4798 | 2024-12-12T22:26:49.005Z | [ recovery-image] Dec 12 22:26:48.299 INFO O| Dec 12 22:26:48.299 INFO STEP 165 (remove_files) COMPLETE |
4799 | 2024-12-12T22:26:49.008Z | [ recovery-image] Dec 12 22:26:48.300 INFO O| Dec 12 22:26:48.299 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2024-12-12T22:26:49.022Z | [ recovery-image] Dec 12 22:26:48.317 INFO O| Dec 12 22:26:48.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4801 | 2024-12-12T22:26:49.025Z | [ recovery-image] Dec 12 22:26:48.317 INFO O| Dec 12 22:26:48.317 INFO STEP 166 (remove_files) COMPLETE |
4802 | 2024-12-12T22:26:49.025Z | [ recovery-image] Dec 12 22:26:48.317 INFO O| Dec 12 22:26:48.317 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-12-12T22:26:49.081Z | [ recovery-image] Dec 12 22:26:48.374 INFO O| Dec 12 22:26:48.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4804 | 2024-12-12T22:26:49.103Z | [ recovery-image] Dec 12 22:26:48.398 INFO O| Dec 12 22:26:48.398 INFO STEP 167 (remove_files) COMPLETE |
4805 | 2024-12-12T22:26:49.103Z | [ recovery-image] Dec 12 22:26:48.398 INFO O| Dec 12 22:26:48.398 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2024-12-12T22:26:49.165Z | [ recovery-image] Dec 12 22:26:48.451 INFO O| Dec 12 22:26:48.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4807 | 2024-12-12T22:26:49.165Z | [ recovery-image] Dec 12 22:26:48.452 INFO O| Dec 12 22:26:48.452 INFO STEP 168 (remove_files) COMPLETE |
4808 | 2024-12-12T22:26:49.165Z | [ recovery-image] Dec 12 22:26:48.452 INFO O| Dec 12 22:26:48.452 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2024-12-12T22:26:49.177Z | [ recovery-image] Dec 12 22:26:48.471 INFO O| Dec 12 22:26:48.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4810 | 2024-12-12T22:26:49.179Z | [ recovery-image] Dec 12 22:26:48.471 INFO O| Dec 12 22:26:48.471 INFO STEP 169 (remove_files) COMPLETE |
4811 | 2024-12-12T22:26:49.179Z | [ recovery-image] Dec 12 22:26:48.471 INFO O| Dec 12 22:26:48.471 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2024-12-12T22:26:49.197Z | [ recovery-image] Dec 12 22:26:48.491 INFO O| Dec 12 22:26:48.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4813 | 2024-12-12T22:26:49.201Z | [ recovery-image] Dec 12 22:26:48.492 INFO O| Dec 12 22:26:48.492 INFO STEP 170 (remove_files) COMPLETE |
4814 | 2024-12-12T22:26:49.201Z | [ recovery-image] Dec 12 22:26:48.492 INFO O| Dec 12 22:26:48.492 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-12-12T22:26:49.217Z | [ recovery-image] Dec 12 22:26:48.511 INFO O| Dec 12 22:26:48.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4816 | 2024-12-12T22:26:49.220Z | [ recovery-image] Dec 12 22:26:48.512 INFO O| Dec 12 22:26:48.512 INFO STEP 171 (remove_files) COMPLETE |
4817 | 2024-12-12T22:26:49.220Z | [ recovery-image] Dec 12 22:26:48.512 INFO O| Dec 12 22:26:48.512 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2024-12-12T22:26:49.238Z | [ recovery-image] Dec 12 22:26:48.532 INFO O| Dec 12 22:26:48.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4819 | 2024-12-12T22:26:49.241Z | [ recovery-image] Dec 12 22:26:48.532 INFO O| Dec 12 22:26:48.532 INFO STEP 172 (remove_files) COMPLETE |
4820 | 2024-12-12T22:26:49.241Z | [ recovery-image] Dec 12 22:26:48.532 INFO O| Dec 12 22:26:48.532 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-12-12T22:26:49.255Z | [ recovery-image] Dec 12 22:26:48.549 INFO O| Dec 12 22:26:48.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4822 | 2024-12-12T22:26:49.258Z | [ recovery-image] Dec 12 22:26:48.550 INFO O| Dec 12 22:26:48.549 INFO STEP 173 (remove_files) COMPLETE |
4823 | 2024-12-12T22:26:49.258Z | [ recovery-image] Dec 12 22:26:48.550 INFO O| Dec 12 22:26:48.550 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-12-12T22:26:49.272Z | [ recovery-image] Dec 12 22:26:48.567 INFO O| Dec 12 22:26:48.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4825 | 2024-12-12T22:26:49.276Z | [ recovery-image] Dec 12 22:26:48.567 INFO O| Dec 12 22:26:48.567 INFO STEP 174 (remove_files) COMPLETE |
4826 | 2024-12-12T22:26:49.277Z | [ recovery-image] Dec 12 22:26:48.567 INFO O| Dec 12 22:26:48.567 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-12-12T22:26:49.290Z | [ recovery-image] Dec 12 22:26:48.584 INFO O| Dec 12 22:26:48.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4828 | 2024-12-12T22:26:49.290Z | [ recovery-image] Dec 12 22:26:48.584 INFO O| Dec 12 22:26:48.584 INFO STEP 175 (remove_files) COMPLETE |
4829 | 2024-12-12T22:26:49.294Z | [ recovery-image] Dec 12 22:26:48.584 INFO O| Dec 12 22:26:48.584 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2024-12-12T22:26:49.315Z | [ recovery-image] Dec 12 22:26:48.601 INFO O| Dec 12 22:26:48.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4831 | 2024-12-12T22:26:49.315Z | [ recovery-image] Dec 12 22:26:48.605 INFO O| Dec 12 22:26:48.602 INFO STEP 176 (remove_files) COMPLETE |
4832 | 2024-12-12T22:26:49.315Z | [ recovery-image] Dec 12 22:26:48.605 INFO O| Dec 12 22:26:48.602 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2024-12-12T22:26:49.334Z | [ recovery-image] Dec 12 22:26:48.628 INFO O| Dec 12 22:26:48.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4834 | 2024-12-12T22:26:49.334Z | [ recovery-image] Dec 12 22:26:48.628 INFO O| Dec 12 22:26:48.628 INFO STEP 177 (remove_files) COMPLETE |
4835 | 2024-12-12T22:26:49.334Z | [ recovery-image] Dec 12 22:26:48.628 INFO O| Dec 12 22:26:48.628 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2024-12-12T22:26:49.386Z | [ recovery-image] Dec 12 22:26:48.681 INFO O| Dec 12 22:26:48.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4837 | 2024-12-12T22:26:49.387Z | [ recovery-image] Dec 12 22:26:48.681 INFO O| Dec 12 22:26:48.681 INFO STEP 178 (remove_files) COMPLETE |
4838 | 2024-12-12T22:26:49.387Z | [ recovery-image] Dec 12 22:26:48.681 INFO O| Dec 12 22:26:48.681 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-12-12T22:26:49.408Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4840 | 2024-12-12T22:26:49.452Z | [ recovery-image] Dec 12 22:26:48.746 INFO O| Dec 12 22:26:48.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4841 | 2024-12-12T22:26:49.452Z | [ recovery-image] Dec 12 22:26:48.746 INFO O| Dec 12 22:26:48.728 INFO STEP 179 (remove_files) COMPLETE |
4842 | 2024-12-12T22:26:49.455Z | [ recovery-image] Dec 12 22:26:48.746 INFO O| Dec 12 22:26:48.728 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2024-12-12T22:26:49.455Z | [ recovery-image] Dec 12 22:26:48.748 INFO O| Dec 12 22:26:48.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4844 | 2024-12-12T22:26:49.455Z | [ recovery-image] Dec 12 22:26:48.748 INFO O| Dec 12 22:26:48.748 INFO STEP 180 (remove_files) COMPLETE |
4845 | 2024-12-12T22:26:49.455Z | [ recovery-image] Dec 12 22:26:48.748 INFO O| Dec 12 22:26:48.748 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2024-12-12T22:26:49.469Z | [ recovery-image] Dec 12 22:26:48.764 INFO O| Dec 12 22:26:48.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4847 | 2024-12-12T22:26:49.498Z | [ recovery-image] Dec 12 22:26:48.793 INFO O| Dec 12 22:26:48.787 INFO STEP 181 (remove_files) COMPLETE |
4848 | 2024-12-12T22:26:49.498Z | [ recovery-image] Dec 12 22:26:48.793 INFO O| Dec 12 22:26:48.787 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2024-12-12T22:26:49.511Z | [ recovery-image] Dec 12 22:26:48.805 INFO O| Dec 12 22:26:48.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4850 | 2024-12-12T22:26:49.511Z | [ recovery-image] Dec 12 22:26:48.805 INFO O| Dec 12 22:26:48.805 INFO STEP 182 (remove_files) COMPLETE |
4851 | 2024-12-12T22:26:49.511Z | [ recovery-image] Dec 12 22:26:48.805 INFO O| Dec 12 22:26:48.805 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2024-12-12T22:26:49.548Z | [ recovery-image] Dec 12 22:26:48.842 INFO O| Dec 12 22:26:48.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4853 | 2024-12-12T22:26:49.550Z | [ recovery-image] Dec 12 22:26:48.842 INFO O| Dec 12 22:26:48.842 INFO STEP 183 (remove_files) COMPLETE |
4854 | 2024-12-12T22:26:49.551Z | [ recovery-image] Dec 12 22:26:48.842 INFO O| Dec 12 22:26:48.842 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2024-12-12T22:26:49.575Z | [ recovery-image] Dec 12 22:26:48.869 INFO O| Dec 12 22:26:48.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4856 | 2024-12-12T22:26:49.575Z | [ recovery-image] Dec 12 22:26:48.869 INFO O| Dec 12 22:26:48.869 INFO STEP 184 (remove_files) COMPLETE |
4857 | 2024-12-12T22:26:49.575Z | [ recovery-image] Dec 12 22:26:48.869 INFO O| Dec 12 22:26:48.869 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2024-12-12T22:26:49.657Z | [ recovery-image] Dec 12 22:26:48.949 INFO O| Dec 12 22:26:48.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4859 | 2024-12-12T22:26:49.658Z | [ recovery-image] Dec 12 22:26:48.949 INFO O| Dec 12 22:26:48.949 INFO STEP 185 (remove_files) COMPLETE |
4860 | 2024-12-12T22:26:49.660Z | [ recovery-image] Dec 12 22:26:48.949 INFO O| Dec 12 22:26:48.949 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2024-12-12T22:26:49.751Z | [ recovery-image] Dec 12 22:26:49.046 INFO O| Dec 12 22:26:49.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4862 | 2024-12-12T22:26:49.751Z | [ recovery-image] Dec 12 22:26:49.046 INFO O| Dec 12 22:26:49.046 INFO STEP 186 (remove_files) COMPLETE |
4863 | 2024-12-12T22:26:49.754Z | [ recovery-image] Dec 12 22:26:49.046 INFO O| Dec 12 22:26:49.046 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2024-12-12T22:26:49.849Z | [ recovery-image] Dec 12 22:26:49.144 INFO O| Dec 12 22:26:49.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4865 | 2024-12-12T22:26:49.849Z | [ recovery-image] Dec 12 22:26:49.144 INFO O| Dec 12 22:26:49.144 INFO STEP 187 (remove_files) COMPLETE |
4866 | 2024-12-12T22:26:49.849Z | [ recovery-image] Dec 12 22:26:49.144 INFO O| Dec 12 22:26:49.144 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2024-12-12T22:26:49.875Z | [ recovery-image] Dec 12 22:26:49.164 INFO O| Dec 12 22:26:49.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4868 | 2024-12-12T22:26:49.876Z | [ recovery-image] Dec 12 22:26:49.164 INFO O| Dec 12 22:26:49.164 INFO STEP 188 (remove_files) COMPLETE |
4869 | 2024-12-12T22:26:49.879Z | [ recovery-image] Dec 12 22:26:49.164 INFO O| Dec 12 22:26:49.164 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2024-12-12T22:26:49.889Z | [ recovery-image] Dec 12 22:26:49.183 INFO O| Dec 12 22:26:49.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4871 | 2024-12-12T22:26:49.889Z | [ recovery-image] Dec 12 22:26:49.183 INFO O| Dec 12 22:26:49.183 INFO STEP 189 (remove_files) COMPLETE |
4872 | 2024-12-12T22:26:49.889Z | [ recovery-image] Dec 12 22:26:49.183 INFO O| Dec 12 22:26:49.183 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2024-12-12T22:26:49.914Z | [ recovery-image] Dec 12 22:26:49.202 INFO O| Dec 12 22:26:49.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4874 | 2024-12-12T22:26:49.914Z | [ recovery-image] Dec 12 22:26:49.203 INFO O| Dec 12 22:26:49.203 INFO STEP 190 (remove_files) COMPLETE |
4875 | 2024-12-12T22:26:49.918Z | [ recovery-image] Dec 12 22:26:49.203 INFO O| Dec 12 22:26:49.203 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2024-12-12T22:26:49.929Z | [ recovery-image] Dec 12 22:26:49.223 INFO O| Dec 12 22:26:49.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4877 | 2024-12-12T22:26:49.931Z | [ recovery-image] Dec 12 22:26:49.223 INFO O| Dec 12 22:26:49.223 INFO STEP 191 (remove_files) COMPLETE |
4878 | 2024-12-12T22:26:49.931Z | [ recovery-image] Dec 12 22:26:49.224 INFO O| Dec 12 22:26:49.223 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2024-12-12T22:26:49.953Z | [ recovery-image] Dec 12 22:26:49.247 INFO O| Dec 12 22:26:49.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4880 | 2024-12-12T22:26:49.956Z | [ recovery-image] Dec 12 22:26:49.248 INFO O| Dec 12 22:26:49.248 INFO STEP 192 (remove_files) COMPLETE |
4881 | 2024-12-12T22:26:49.956Z | [ recovery-image] Dec 12 22:26:49.248 INFO O| Dec 12 22:26:49.248 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2024-12-12T22:26:49.986Z | [ recovery-image] Dec 12 22:26:49.271 INFO O| Dec 12 22:26:49.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4883 | 2024-12-12T22:26:49.986Z | [ recovery-image] Dec 12 22:26:49.271 INFO O| Dec 12 22:26:49.271 INFO STEP 193 (remove_files) COMPLETE |
4884 | 2024-12-12T22:26:49.986Z | [ recovery-image] Dec 12 22:26:49.271 INFO O| Dec 12 22:26:49.271 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4885 | 2024-12-12T22:26:50.006Z | [ recovery-image] Dec 12 22:26:49.299 INFO O| Dec 12 22:26:49.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4886 | 2024-12-12T22:26:50.006Z | [ recovery-image] Dec 12 22:26:49.300 INFO O| Dec 12 22:26:49.300 INFO STEP 194 (remove_files) COMPLETE |
4887 | 2024-12-12T22:26:50.006Z | [ recovery-image] Dec 12 22:26:49.300 INFO O| Dec 12 22:26:49.300 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4888 | 2024-12-12T22:26:50.036Z | [ recovery-image] Dec 12 22:26:49.322 INFO O| Dec 12 22:26:49.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4889 | 2024-12-12T22:26:50.036Z | [ recovery-image] Dec 12 22:26:49.322 INFO O| Dec 12 22:26:49.322 INFO STEP 195 (remove_files) COMPLETE |
4890 | 2024-12-12T22:26:50.036Z | [ recovery-image] Dec 12 22:26:49.322 INFO O| Dec 12 22:26:49.322 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4891 | 2024-12-12T22:26:50.049Z | [ recovery-image] Dec 12 22:26:49.343 INFO O| Dec 12 22:26:49.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4892 | 2024-12-12T22:26:50.072Z | [ recovery-image] Dec 12 22:26:49.367 INFO O| Dec 12 22:26:49.367 INFO STEP 196 (remove_files) COMPLETE |
4893 | 2024-12-12T22:26:50.072Z | [ recovery-image] Dec 12 22:26:49.367 INFO O| Dec 12 22:26:49.367 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2024-12-12T22:26:50.096Z | [ recovery-image] Dec 12 22:26:49.390 INFO O| Dec 12 22:26:49.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4895 | 2024-12-12T22:26:50.099Z | [ recovery-image] Dec 12 22:26:49.390 INFO O| Dec 12 22:26:49.390 INFO STEP 197 (remove_files) COMPLETE |
4896 | 2024-12-12T22:26:50.099Z | [ recovery-image] Dec 12 22:26:49.391 INFO O| Dec 12 22:26:49.390 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4897 | 2024-12-12T22:26:50.117Z | [ recovery-image] Dec 12 22:26:49.412 INFO O| Dec 12 22:26:49.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4898 | 2024-12-12T22:26:50.120Z | [ recovery-image] Dec 12 22:26:49.412 INFO O| Dec 12 22:26:49.412 INFO STEP 198 (remove_files) COMPLETE |
4899 | 2024-12-12T22:26:50.120Z | [ recovery-image] Dec 12 22:26:49.412 INFO O| Dec 12 22:26:49.412 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4900 | 2024-12-12T22:26:50.139Z | [ recovery-image] Dec 12 22:26:49.434 INFO O| Dec 12 22:26:49.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4901 | 2024-12-12T22:26:50.140Z | [ recovery-image] Dec 12 22:26:49.434 INFO O| Dec 12 22:26:49.434 INFO STEP 199 (remove_files) COMPLETE |
4902 | 2024-12-12T22:26:50.143Z | [ recovery-image] Dec 12 22:26:49.434 INFO O| Dec 12 22:26:49.434 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4903 | 2024-12-12T22:26:50.160Z | [ recovery-image] Dec 12 22:26:49.455 INFO O| Dec 12 22:26:49.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4904 | 2024-12-12T22:26:50.163Z | [ recovery-image] Dec 12 22:26:49.455 INFO O| Dec 12 22:26:49.455 INFO STEP 200 (remove_files) COMPLETE |
4905 | 2024-12-12T22:26:50.163Z | [ recovery-image] Dec 12 22:26:49.455 INFO O| Dec 12 22:26:49.455 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4906 | 2024-12-12T22:26:50.181Z | [ recovery-image] Dec 12 22:26:49.475 INFO O| Dec 12 22:26:49.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4907 | 2024-12-12T22:26:50.183Z | [ recovery-image] Dec 12 22:26:49.475 INFO O| Dec 12 22:26:49.475 INFO STEP 201 (remove_files) COMPLETE |
4908 | 2024-12-12T22:26:50.183Z | [ recovery-image] Dec 12 22:26:49.476 INFO O| Dec 12 22:26:49.475 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4909 | 2024-12-12T22:26:50.203Z | [ recovery-image] Dec 12 22:26:49.497 INFO O| Dec 12 22:26:49.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4910 | 2024-12-12T22:26:50.203Z | [ recovery-image] Dec 12 22:26:49.497 INFO O| Dec 12 22:26:49.497 INFO STEP 202 (remove_files) COMPLETE |
4911 | 2024-12-12T22:26:50.206Z | [ recovery-image] Dec 12 22:26:49.497 INFO O| Dec 12 22:26:49.497 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2024-12-12T22:26:50.224Z | [ recovery-image] Dec 12 22:26:49.518 INFO O| Dec 12 22:26:49.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4913 | 2024-12-12T22:26:50.224Z | [ recovery-image] Dec 12 22:26:49.518 INFO O| Dec 12 22:26:49.518 INFO STEP 203 (remove_files) COMPLETE |
4914 | 2024-12-12T22:26:50.224Z | [ recovery-image] Dec 12 22:26:49.518 INFO O| Dec 12 22:26:49.518 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2024-12-12T22:26:50.275Z | [ recovery-image] Dec 12 22:26:49.569 INFO O| Dec 12 22:26:49.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4916 | 2024-12-12T22:26:50.275Z | [ recovery-image] Dec 12 22:26:49.569 INFO O| Dec 12 22:26:49.569 INFO STEP 204 (remove_files) COMPLETE |
4917 | 2024-12-12T22:26:50.275Z | [ recovery-image] Dec 12 22:26:49.569 INFO O| Dec 12 22:26:49.569 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2024-12-12T22:26:50.294Z | [ recovery-image] Dec 12 22:26:49.589 INFO O| Dec 12 22:26:49.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4919 | 2024-12-12T22:26:50.294Z | [ recovery-image] Dec 12 22:26:49.589 INFO O| Dec 12 22:26:49.589 INFO STEP 205 (remove_files) COMPLETE |
4920 | 2024-12-12T22:26:50.294Z | [ recovery-image] Dec 12 22:26:49.589 INFO O| Dec 12 22:26:49.589 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4921 | 2024-12-12T22:26:50.314Z | [ recovery-image] Dec 12 22:26:49.608 INFO O| Dec 12 22:26:49.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4922 | 2024-12-12T22:26:50.314Z | [ recovery-image] Dec 12 22:26:49.609 INFO O| Dec 12 22:26:49.609 INFO STEP 206 (remove_files) COMPLETE |
4923 | 2024-12-12T22:26:50.314Z | [ recovery-image] Dec 12 22:26:49.609 INFO O| Dec 12 22:26:49.609 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4924 | 2024-12-12T22:26:50.349Z | [ recovery-image] Dec 12 22:26:49.643 INFO O| Dec 12 22:26:49.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4925 | 2024-12-12T22:26:50.349Z | [ recovery-image] Dec 12 22:26:49.643 INFO O| Dec 12 22:26:49.643 INFO STEP 207 (remove_files) COMPLETE |
4926 | 2024-12-12T22:26:50.353Z | [ recovery-image] Dec 12 22:26:49.643 INFO O| Dec 12 22:26:49.643 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4927 | 2024-12-12T22:26:50.391Z | [ recovery-image] Dec 12 22:26:49.685 INFO O| Dec 12 22:26:49.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4928 | 2024-12-12T22:26:50.394Z | [ recovery-image] Dec 12 22:26:49.685 INFO O| Dec 12 22:26:49.685 INFO STEP 208 (remove_files) COMPLETE |
4929 | 2024-12-12T22:26:50.394Z | [ recovery-image] Dec 12 22:26:49.685 INFO O| Dec 12 22:26:49.685 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4930 | 2024-12-12T22:26:50.429Z | [ recovery-image] Dec 12 22:26:49.724 INFO O| Dec 12 22:26:49.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4931 | 2024-12-12T22:26:50.434Z | [ recovery-image] Dec 12 22:26:49.724 INFO O| Dec 12 22:26:49.724 INFO STEP 209 (remove_files) COMPLETE |
4932 | 2024-12-12T22:26:50.434Z | [ recovery-image] Dec 12 22:26:49.724 INFO O| Dec 12 22:26:49.724 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4933 | 2024-12-12T22:26:50.452Z | [ recovery-image] Dec 12 22:26:49.746 INFO O| Dec 12 22:26:49.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4934 | 2024-12-12T22:26:50.455Z | [ recovery-image] Dec 12 22:26:49.746 INFO O| Dec 12 22:26:49.746 INFO STEP 210 (remove_files) COMPLETE |
4935 | 2024-12-12T22:26:50.455Z | [ recovery-image] Dec 12 22:26:49.746 INFO O| Dec 12 22:26:49.746 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4936 | 2024-12-12T22:26:50.483Z | [ recovery-image] Dec 12 22:26:49.777 INFO O| Dec 12 22:26:49.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4937 | 2024-12-12T22:26:50.483Z | [ recovery-image] Dec 12 22:26:49.777 INFO O| Dec 12 22:26:49.777 INFO STEP 211 (remove_files) COMPLETE |
4938 | 2024-12-12T22:26:50.483Z | [ recovery-image] Dec 12 22:26:49.777 INFO O| Dec 12 22:26:49.777 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4939 | 2024-12-12T22:26:50.523Z | [ recovery-image] Dec 12 22:26:49.801 INFO O| Dec 12 22:26:49.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4940 | 2024-12-12T22:26:50.523Z | [ recovery-image] Dec 12 22:26:49.801 INFO O| Dec 12 22:26:49.801 INFO STEP 212 (remove_files) COMPLETE |
4941 | 2024-12-12T22:26:50.523Z | [ recovery-image] Dec 12 22:26:49.801 INFO O| Dec 12 22:26:49.801 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4942 | 2024-12-12T22:26:50.555Z | [ recovery-image] Dec 12 22:26:49.850 INFO O| Dec 12 22:26:49.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4943 | 2024-12-12T22:26:50.555Z | [ recovery-image] Dec 12 22:26:49.850 INFO O| Dec 12 22:26:49.850 INFO STEP 213 (remove_files) COMPLETE |
4944 | 2024-12-12T22:26:50.555Z | [ recovery-image] Dec 12 22:26:49.850 INFO O| Dec 12 22:26:49.850 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4945 | 2024-12-12T22:26:50.576Z | [ recovery-image] Dec 12 22:26:49.869 INFO O| Dec 12 22:26:49.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4946 | 2024-12-12T22:26:50.576Z | [ recovery-image] Dec 12 22:26:49.870 INFO O| Dec 12 22:26:49.869 INFO STEP 214 (remove_files) COMPLETE |
4947 | 2024-12-12T22:26:50.576Z | [ recovery-image] Dec 12 22:26:49.870 INFO O| Dec 12 22:26:49.870 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4948 | 2024-12-12T22:26:50.601Z | [ recovery-image] Dec 12 22:26:49.887 INFO O| Dec 12 22:26:49.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4949 | 2024-12-12T22:26:50.601Z | [ recovery-image] Dec 12 22:26:49.887 INFO O| Dec 12 22:26:49.887 INFO STEP 215 (remove_files) COMPLETE |
4950 | 2024-12-12T22:26:50.604Z | [ recovery-image] Dec 12 22:26:49.887 INFO O| Dec 12 22:26:49.887 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4951 | 2024-12-12T22:26:50.612Z | [ recovery-image] Dec 12 22:26:49.906 INFO O| Dec 12 22:26:49.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4952 | 2024-12-12T22:26:50.612Z | [ recovery-image] Dec 12 22:26:49.906 INFO O| Dec 12 22:26:49.906 INFO STEP 216 (remove_files) COMPLETE |
4953 | 2024-12-12T22:26:50.612Z | [ recovery-image] Dec 12 22:26:49.906 INFO O| Dec 12 22:26:49.906 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4954 | 2024-12-12T22:26:50.628Z | [ recovery-image] Dec 12 22:26:49.923 INFO O| Dec 12 22:26:49.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4955 | 2024-12-12T22:26:50.628Z | [ recovery-image] Dec 12 22:26:49.923 INFO O| Dec 12 22:26:49.923 INFO STEP 217 (remove_files) COMPLETE |
4956 | 2024-12-12T22:26:50.628Z | [ recovery-image] Dec 12 22:26:49.923 INFO O| Dec 12 22:26:49.923 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4957 | 2024-12-12T22:26:50.646Z | [ recovery-image] Dec 12 22:26:49.940 INFO O| Dec 12 22:26:49.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4958 | 2024-12-12T22:26:50.646Z | [ recovery-image] Dec 12 22:26:49.940 INFO O| Dec 12 22:26:49.940 INFO STEP 218 (remove_files) COMPLETE |
4959 | 2024-12-12T22:26:50.646Z | [ recovery-image] Dec 12 22:26:49.940 INFO O| Dec 12 22:26:49.940 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4960 | 2024-12-12T22:26:50.666Z | [ recovery-image] Dec 12 22:26:49.957 INFO O| Dec 12 22:26:49.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4961 | 2024-12-12T22:26:50.666Z | [ recovery-image] Dec 12 22:26:49.957 INFO O| Dec 12 22:26:49.957 INFO STEP 219 (remove_files) COMPLETE |
4962 | 2024-12-12T22:26:50.666Z | [ recovery-image] Dec 12 22:26:49.957 INFO O| Dec 12 22:26:49.957 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4963 | 2024-12-12T22:26:50.680Z | [ recovery-image] Dec 12 22:26:49.974 INFO O| Dec 12 22:26:49.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4964 | 2024-12-12T22:26:50.680Z | [ recovery-image] Dec 12 22:26:49.974 INFO O| Dec 12 22:26:49.974 INFO STEP 220 (remove_files) COMPLETE |
4965 | 2024-12-12T22:26:50.684Z | [ recovery-image] Dec 12 22:26:49.974 INFO O| Dec 12 22:26:49.974 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4966 | 2024-12-12T22:26:50.697Z | [ recovery-image] Dec 12 22:26:49.992 INFO O| Dec 12 22:26:49.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4967 | 2024-12-12T22:26:50.697Z | [ recovery-image] Dec 12 22:26:49.992 INFO O| Dec 12 22:26:49.992 INFO STEP 221 (remove_files) COMPLETE |
4968 | 2024-12-12T22:26:50.697Z | [ recovery-image] Dec 12 22:26:49.992 INFO O| Dec 12 22:26:49.992 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4969 | 2024-12-12T22:26:50.721Z | [ recovery-image] Dec 12 22:26:50.015 INFO O| Dec 12 22:26:50.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4970 | 2024-12-12T22:26:50.721Z | [ recovery-image] Dec 12 22:26:50.015 INFO O| Dec 12 22:26:50.015 INFO STEP 222 (remove_files) COMPLETE |
4971 | 2024-12-12T22:26:50.721Z | [ recovery-image] Dec 12 22:26:50.015 INFO O| Dec 12 22:26:50.015 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4972 | 2024-12-12T22:26:50.761Z | [ recovery-image] Dec 12 22:26:50.056 INFO O| Dec 12 22:26:50.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4973 | 2024-12-12T22:26:50.764Z | [ recovery-image] Dec 12 22:26:50.056 INFO O| Dec 12 22:26:50.056 INFO STEP 223 (remove_files) COMPLETE |
4974 | 2024-12-12T22:26:50.764Z | [ recovery-image] Dec 12 22:26:50.056 INFO O| Dec 12 22:26:50.056 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4975 | 2024-12-12T22:26:50.816Z | [ recovery-image] Dec 12 22:26:50.110 INFO O| Dec 12 22:26:50.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4976 | 2024-12-12T22:26:50.816Z | [ recovery-image] Dec 12 22:26:50.110 INFO O| Dec 12 22:26:50.110 INFO STEP 224 (remove_files) COMPLETE |
4977 | 2024-12-12T22:26:50.816Z | [ recovery-image] Dec 12 22:26:50.110 INFO O| Dec 12 22:26:50.110 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2024-12-12T22:26:50.840Z | [ recovery-image] Dec 12 22:26:50.133 INFO O| Dec 12 22:26:50.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4979 | 2024-12-12T22:26:50.840Z | [ recovery-image] Dec 12 22:26:50.133 INFO O| Dec 12 22:26:50.133 INFO STEP 225 (remove_files) COMPLETE |
4980 | 2024-12-12T22:26:50.840Z | [ recovery-image] Dec 12 22:26:50.133 INFO O| Dec 12 22:26:50.133 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2024-12-12T22:26:50.862Z | [ recovery-image] Dec 12 22:26:50.157 INFO O| Dec 12 22:26:50.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4982 | 2024-12-12T22:26:50.862Z | [ recovery-image] Dec 12 22:26:50.157 INFO O| Dec 12 22:26:50.157 INFO STEP 226 (remove_files) COMPLETE |
4983 | 2024-12-12T22:26:50.862Z | [ recovery-image] Dec 12 22:26:50.157 INFO O| Dec 12 22:26:50.157 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2024-12-12T22:26:50.885Z | [ recovery-image] Dec 12 22:26:50.179 INFO O| Dec 12 22:26:50.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4985 | 2024-12-12T22:26:50.885Z | [ recovery-image] Dec 12 22:26:50.179 INFO O| Dec 12 22:26:50.179 INFO STEP 227 (remove_files) COMPLETE |
4986 | 2024-12-12T22:26:50.885Z | [ recovery-image] Dec 12 22:26:50.179 INFO O| Dec 12 22:26:50.179 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4987 | 2024-12-12T22:26:50.905Z | [ recovery-image] Dec 12 22:26:50.199 INFO O| Dec 12 22:26:50.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4988 | 2024-12-12T22:26:50.905Z | [ recovery-image] Dec 12 22:26:50.199 INFO O| Dec 12 22:26:50.199 INFO STEP 228 (remove_files) COMPLETE |
4989 | 2024-12-12T22:26:50.908Z | [ recovery-image] Dec 12 22:26:50.199 INFO O| Dec 12 22:26:50.199 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4990 | 2024-12-12T22:26:50.926Z | [ recovery-image] Dec 12 22:26:50.221 INFO O| Dec 12 22:26:50.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4991 | 2024-12-12T22:26:50.937Z | [ recovery-image] Dec 12 22:26:50.221 INFO O| Dec 12 22:26:50.221 INFO STEP 229 (remove_files) COMPLETE |
4992 | 2024-12-12T22:26:50.937Z | [ recovery-image] Dec 12 22:26:50.221 INFO O| Dec 12 22:26:50.221 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4993 | 2024-12-12T22:26:50.946Z | [ recovery-image] Dec 12 22:26:50.240 INFO O| Dec 12 22:26:50.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4994 | 2024-12-12T22:26:50.946Z | [ recovery-image] Dec 12 22:26:50.240 INFO O| Dec 12 22:26:50.240 INFO STEP 230 (remove_files) COMPLETE |
4995 | 2024-12-12T22:26:50.948Z | [ recovery-image] Dec 12 22:26:50.240 INFO O| Dec 12 22:26:50.240 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4996 | 2024-12-12T22:26:51.097Z | [ recovery-image] Dec 12 22:26:50.391 INFO O| Dec 12 22:26:50.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4997 | 2024-12-12T22:26:51.097Z | [ recovery-image] Dec 12 22:26:50.391 INFO O| Dec 12 22:26:50.391 INFO STEP 231 (remove_files) COMPLETE |
4998 | 2024-12-12T22:26:51.100Z | [ recovery-image] Dec 12 22:26:50.391 INFO O| Dec 12 22:26:50.391 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4999 | 2024-12-12T22:26:51.223Z | [ recovery-image] Dec 12 22:26:50.518 INFO O| Dec 12 22:26:50.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5000 | 2024-12-12T22:26:51.223Z | [ recovery-image] Dec 12 22:26:50.518 INFO O| Dec 12 22:26:50.518 INFO STEP 232 (remove_files) COMPLETE |
5001 | 2024-12-12T22:26:51.223Z | [ recovery-image] Dec 12 22:26:50.518 INFO O| Dec 12 22:26:50.518 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5002 | 2024-12-12T22:26:51.256Z | [ recovery-image] Dec 12 22:26:50.551 INFO O| Dec 12 22:26:50.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5003 | 2024-12-12T22:26:51.256Z | [ recovery-image] Dec 12 22:26:50.551 INFO O| Dec 12 22:26:50.551 INFO STEP 233 (remove_files) COMPLETE |
5004 | 2024-12-12T22:26:51.257Z | [ recovery-image] Dec 12 22:26:50.551 INFO O| Dec 12 22:26:50.551 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5005 | 2024-12-12T22:26:51.277Z | [ recovery-image] Dec 12 22:26:50.571 INFO O| Dec 12 22:26:50.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5006 | 2024-12-12T22:26:51.277Z | [ recovery-image] Dec 12 22:26:50.571 INFO O| Dec 12 22:26:50.571 INFO STEP 234 (remove_files) COMPLETE |
5007 | 2024-12-12T22:26:51.277Z | [ recovery-image] Dec 12 22:26:50.571 INFO O| Dec 12 22:26:50.571 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5008 | 2024-12-12T22:26:51.297Z | [ recovery-image] Dec 12 22:26:50.591 INFO O| Dec 12 22:26:50.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5009 | 2024-12-12T22:26:51.297Z | [ recovery-image] Dec 12 22:26:50.591 INFO O| Dec 12 22:26:50.591 INFO STEP 235 (remove_files) COMPLETE |
5010 | 2024-12-12T22:26:51.300Z | [ recovery-image] Dec 12 22:26:50.591 INFO O| Dec 12 22:26:50.591 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5011 | 2024-12-12T22:26:51.334Z | [ recovery-image] Dec 12 22:26:50.629 INFO O| Dec 12 22:26:50.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5012 | 2024-12-12T22:26:51.334Z | [ recovery-image] Dec 12 22:26:50.629 INFO O| Dec 12 22:26:50.629 INFO STEP 236 (remove_files) COMPLETE |
5013 | 2024-12-12T22:26:51.334Z | [ recovery-image] Dec 12 22:26:50.629 INFO O| Dec 12 22:26:50.629 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5014 | 2024-12-12T22:26:51.354Z | [ recovery-image] Dec 12 22:26:50.649 INFO O| Dec 12 22:26:50.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5015 | 2024-12-12T22:26:51.354Z | [ recovery-image] Dec 12 22:26:50.649 INFO O| Dec 12 22:26:50.649 INFO STEP 237 (remove_files) COMPLETE |
5016 | 2024-12-12T22:26:51.354Z | [ recovery-image] Dec 12 22:26:50.649 INFO O| Dec 12 22:26:50.649 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5017 | 2024-12-12T22:26:51.396Z | [ recovery-image] Dec 12 22:26:50.690 INFO O| Dec 12 22:26:50.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5018 | 2024-12-12T22:26:51.396Z | [ recovery-image] Dec 12 22:26:50.690 INFO O| Dec 12 22:26:50.690 INFO STEP 238 (remove_files) COMPLETE |
5019 | 2024-12-12T22:26:51.396Z | [ recovery-image] Dec 12 22:26:50.690 INFO O| Dec 12 22:26:50.690 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5020 | 2024-12-12T22:26:51.417Z | [ recovery-image] Dec 12 22:26:50.711 INFO O| Dec 12 22:26:50.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5021 | 2024-12-12T22:26:51.417Z | [ recovery-image] Dec 12 22:26:50.711 INFO O| Dec 12 22:26:50.711 INFO STEP 239 (remove_files) COMPLETE |
5022 | 2024-12-12T22:26:51.417Z | [ recovery-image] Dec 12 22:26:50.711 INFO O| Dec 12 22:26:50.711 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5023 | 2024-12-12T22:26:51.434Z | [ recovery-image] Dec 12 22:26:50.729 INFO O| Dec 12 22:26:50.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5024 | 2024-12-12T22:26:51.434Z | [ recovery-image] Dec 12 22:26:50.729 INFO O| Dec 12 22:26:50.729 INFO STEP 240 (remove_files) COMPLETE |
5025 | 2024-12-12T22:26:51.434Z | [ recovery-image] Dec 12 22:26:50.729 INFO O| Dec 12 22:26:50.729 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5026 | 2024-12-12T22:26:51.462Z | [ recovery-image] Dec 12 22:26:50.756 INFO O| Dec 12 22:26:50.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5027 | 2024-12-12T22:26:51.465Z | [ recovery-image] Dec 12 22:26:50.756 INFO O| Dec 12 22:26:50.756 INFO STEP 241 (remove_files) COMPLETE |
5028 | 2024-12-12T22:26:51.465Z | [ recovery-image] Dec 12 22:26:50.757 INFO O| Dec 12 22:26:50.757 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5029 | 2024-12-12T22:26:51.477Z | [ host-image] Dec 12 22:26:50.771 INFO O| Dec 12 22:26:50.771 INFO O| Planning: Solver setup ... Done |
5030 | 2024-12-12T22:26:51.484Z | [ host-image] Dec 12 22:26:50.778 INFO O| Dec 12 22:26:50.778 INFO O| Planning: Running solver ... Done |
5031 | 2024-12-12T22:26:51.487Z | [ recovery-image] Dec 12 22:26:50.779 INFO O| Dec 12 22:26:50.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5032 | 2024-12-12T22:26:51.487Z | [ recovery-image] Dec 12 22:26:50.779 INFO O| Dec 12 22:26:50.779 INFO STEP 242 (remove_files) COMPLETE |
5033 | 2024-12-12T22:26:51.487Z | [ recovery-image] Dec 12 22:26:50.779 INFO O| Dec 12 22:26:50.779 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-12-12T22:26:51.527Z | [ recovery-image] Dec 12 22:26:50.821 INFO O| Dec 12 22:26:50.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5035 | 2024-12-12T22:26:51.548Z | [ recovery-image] Dec 12 22:26:50.843 INFO O| Dec 12 22:26:50.843 INFO STEP 243 (remove_files) COMPLETE |
5036 | 2024-12-12T22:26:51.548Z | [ recovery-image] Dec 12 22:26:50.843 INFO O| Dec 12 22:26:50.843 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-12-12T22:26:51.568Z | [ recovery-image] Dec 12 22:26:50.862 INFO O| Dec 12 22:26:50.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5038 | 2024-12-12T22:26:51.571Z | [ recovery-image] Dec 12 22:26:50.862 INFO O| Dec 12 22:26:50.862 INFO STEP 244 (remove_files) COMPLETE |
5039 | 2024-12-12T22:26:51.571Z | [ recovery-image] Dec 12 22:26:50.862 INFO O| Dec 12 22:26:50.862 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-12-12T22:26:51.602Z | [ host-image] Dec 12 22:26:50.896 INFO O| Dec 12 22:26:50.896 INFO O| Planning: Finding local manifests ... Done |
5041 | 2024-12-12T22:26:51.605Z | [ host-image] Dec 12 22:26:50.898 INFO O| Dec 12 22:26:50.898 INFO O| Planning: Fetching manifests: 0/6 0% complete |
5042 | 2024-12-12T22:26:51.605Z | [ recovery-image] Dec 12 22:26:50.900 INFO O| Dec 12 22:26:50.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5043 | 2024-12-12T22:26:51.605Z | [ recovery-image] Dec 12 22:26:50.900 INFO O| Dec 12 22:26:50.900 INFO STEP 245 (remove_files) COMPLETE |
5044 | 2024-12-12T22:26:51.609Z | [ recovery-image] Dec 12 22:26:50.900 INFO O| Dec 12 22:26:50.900 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5045 | 2024-12-12T22:26:51.628Z | [ recovery-image] Dec 12 22:26:50.922 INFO O| Dec 12 22:26:50.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5046 | 2024-12-12T22:26:51.632Z | [ recovery-image] Dec 12 22:26:50.922 INFO O| Dec 12 22:26:50.922 INFO STEP 246 (remove_files) COMPLETE |
5047 | 2024-12-12T22:26:51.632Z | [ recovery-image] Dec 12 22:26:50.922 INFO O| Dec 12 22:26:50.922 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5048 | 2024-12-12T22:26:51.661Z | [ recovery-image] Dec 12 22:26:50.955 INFO O| Dec 12 22:26:50.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5049 | 2024-12-12T22:26:51.661Z | [ recovery-image] Dec 12 22:26:50.956 INFO O| Dec 12 22:26:50.956 INFO STEP 247 (remove_files) COMPLETE |
5050 | 2024-12-12T22:26:51.664Z | [ recovery-image] Dec 12 22:26:50.956 INFO O| Dec 12 22:26:50.956 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5051 | 2024-12-12T22:26:51.683Z | [ recovery-image] Dec 12 22:26:50.976 INFO O| Dec 12 22:26:50.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5052 | 2024-12-12T22:26:51.683Z | [ recovery-image] Dec 12 22:26:50.976 INFO O| Dec 12 22:26:50.976 INFO STEP 248 (remove_files) COMPLETE |
5053 | 2024-12-12T22:26:51.686Z | [ recovery-image] Dec 12 22:26:50.976 INFO O| Dec 12 22:26:50.976 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5054 | 2024-12-12T22:26:51.701Z | [ recovery-image] Dec 12 22:26:50.995 INFO O| Dec 12 22:26:50.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5055 | 2024-12-12T22:26:51.701Z | [ recovery-image] Dec 12 22:26:50.995 INFO O| Dec 12 22:26:50.995 INFO STEP 249 (remove_files) COMPLETE |
5056 | 2024-12-12T22:26:51.701Z | [ recovery-image] Dec 12 22:26:50.995 INFO O| Dec 12 22:26:50.995 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5057 | 2024-12-12T22:26:51.725Z | [ recovery-image] Dec 12 22:26:51.019 INFO O| Dec 12 22:26:51.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5058 | 2024-12-12T22:26:51.727Z | [ recovery-image] Dec 12 22:26:51.019 INFO O| Dec 12 22:26:51.019 INFO STEP 250 (remove_files) COMPLETE |
5059 | 2024-12-12T22:26:51.727Z | [ recovery-image] Dec 12 22:26:51.020 INFO O| Dec 12 22:26:51.020 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5060 | 2024-12-12T22:26:51.746Z | [ recovery-image] Dec 12 22:26:51.041 INFO O| Dec 12 22:26:51.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5061 | 2024-12-12T22:26:51.749Z | [ recovery-image] Dec 12 22:26:51.041 INFO O| Dec 12 22:26:51.041 INFO STEP 251 (remove_files) COMPLETE |
5062 | 2024-12-12T22:26:51.749Z | [ recovery-image] Dec 12 22:26:51.041 INFO O| Dec 12 22:26:51.041 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5063 | 2024-12-12T22:26:51.767Z | [ recovery-image] Dec 12 22:26:51.061 INFO O| Dec 12 22:26:51.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5064 | 2024-12-12T22:26:51.767Z | [ recovery-image] Dec 12 22:26:51.061 INFO O| Dec 12 22:26:51.061 INFO STEP 252 (remove_files) COMPLETE |
5065 | 2024-12-12T22:26:51.770Z | [ recovery-image] Dec 12 22:26:51.061 INFO O| Dec 12 22:26:51.061 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5066 | 2024-12-12T22:26:51.791Z | [ recovery-image] Dec 12 22:26:51.085 INFO O| Dec 12 22:26:51.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5067 | 2024-12-12T22:26:51.791Z | [ recovery-image] Dec 12 22:26:51.085 INFO O| Dec 12 22:26:51.085 INFO STEP 253 (remove_files) COMPLETE |
5068 | 2024-12-12T22:26:51.791Z | [ recovery-image] Dec 12 22:26:51.085 INFO O| Dec 12 22:26:51.085 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5069 | 2024-12-12T22:26:51.830Z | [ recovery-image] Dec 12 22:26:51.125 INFO O| Dec 12 22:26:51.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5070 | 2024-12-12T22:26:51.830Z | [ recovery-image] Dec 12 22:26:51.125 INFO O| Dec 12 22:26:51.125 INFO STEP 254 (remove_files) COMPLETE |
5071 | 2024-12-12T22:26:51.830Z | [ recovery-image] Dec 12 22:26:51.125 INFO O| Dec 12 22:26:51.125 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5072 | 2024-12-12T22:26:51.851Z | [ recovery-image] Dec 12 22:26:51.146 INFO O| Dec 12 22:26:51.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5073 | 2024-12-12T22:26:51.851Z | [ recovery-image] Dec 12 22:26:51.146 INFO O| Dec 12 22:26:51.146 INFO STEP 255 (remove_files) COMPLETE |
5074 | 2024-12-12T22:26:51.851Z | [ recovery-image] Dec 12 22:26:51.146 INFO O| Dec 12 22:26:51.146 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2024-12-12T22:26:51.919Z | [ recovery-image] Dec 12 22:26:51.214 INFO O| Dec 12 22:26:51.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5076 | 2024-12-12T22:26:51.919Z | [ recovery-image] Dec 12 22:26:51.214 INFO O| Dec 12 22:26:51.214 INFO STEP 256 (remove_files) COMPLETE |
5077 | 2024-12-12T22:26:51.919Z | [ recovery-image] Dec 12 22:26:51.214 INFO O| Dec 12 22:26:51.214 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2024-12-12T22:26:51.941Z | [ recovery-image] Dec 12 22:26:51.236 INFO O| Dec 12 22:26:51.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5079 | 2024-12-12T22:26:51.941Z | [ recovery-image] Dec 12 22:26:51.236 INFO O| Dec 12 22:26:51.236 INFO STEP 257 (remove_files) COMPLETE |
5080 | 2024-12-12T22:26:51.942Z | [ recovery-image] Dec 12 22:26:51.236 INFO O| Dec 12 22:26:51.236 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2024-12-12T22:26:51.961Z | [ recovery-image] Dec 12 22:26:51.255 INFO O| Dec 12 22:26:51.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5082 | 2024-12-12T22:26:51.961Z | [ recovery-image] Dec 12 22:26:51.255 INFO O| Dec 12 22:26:51.255 INFO STEP 258 (remove_files) COMPLETE |
5083 | 2024-12-12T22:26:51.961Z | [ recovery-image] Dec 12 22:26:51.255 INFO O| Dec 12 22:26:51.255 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2024-12-12T22:26:51.980Z | [ host-image] Dec 12 22:26:51.274 INFO O| Dec 12 22:26:51.274 INFO O| Planning: Fetching manifests: 6/6 100% complete |
5085 | 2024-12-12T22:26:52.026Z | [ recovery-image] Dec 12 22:26:51.309 INFO O| Dec 12 22:26:51.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5086 | 2024-12-12T22:26:52.026Z | [ recovery-image] Dec 12 22:26:51.309 INFO O| Dec 12 22:26:51.309 INFO STEP 259 (remove_files) COMPLETE |
5087 | 2024-12-12T22:26:52.026Z | [ recovery-image] Dec 12 22:26:51.309 INFO O| Dec 12 22:26:51.309 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-12-12T22:26:52.035Z | [ host-image] Dec 12 22:26:51.329 INFO O| Dec 12 22:26:51.329 INFO O| Planning: Package planning ... Done |
5089 | 2024-12-12T22:26:52.056Z | [ recovery-image] Dec 12 22:26:51.351 INFO O| Dec 12 22:26:51.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5090 | 2024-12-12T22:26:52.059Z | [ recovery-image] Dec 12 22:26:51.351 INFO O| Dec 12 22:26:51.351 INFO STEP 260 (remove_files) COMPLETE |
5091 | 2024-12-12T22:26:52.059Z | [ recovery-image] Dec 12 22:26:51.351 INFO O| Dec 12 22:26:51.351 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2024-12-12T22:26:52.071Z | [ host-image] Dec 12 22:26:51.366 INFO O| Dec 12 22:26:51.366 INFO O| Planning: Merging actions ... Done |
5093 | 2024-12-12T22:26:52.093Z | [ recovery-image] Dec 12 22:26:51.388 INFO O| Dec 12 22:26:51.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5094 | 2024-12-12T22:26:52.093Z | [ recovery-image] Dec 12 22:26:51.388 INFO O| Dec 12 22:26:51.388 INFO STEP 261 (remove_files) COMPLETE |
5095 | 2024-12-12T22:26:52.096Z | [ recovery-image] Dec 12 22:26:51.388 INFO O| Dec 12 22:26:51.388 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2024-12-12T22:26:52.112Z | [ recovery-image] Dec 12 22:26:51.407 INFO O| Dec 12 22:26:51.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5097 | 2024-12-12T22:26:52.132Z | [ recovery-image] Dec 12 22:26:51.427 INFO O| Dec 12 22:26:51.427 INFO STEP 262 (remove_files) COMPLETE |
5098 | 2024-12-12T22:26:52.132Z | [ recovery-image] Dec 12 22:26:51.427 INFO O| Dec 12 22:26:51.427 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2024-12-12T22:26:52.152Z | [ recovery-image] Dec 12 22:26:51.447 INFO O| Dec 12 22:26:51.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5100 | 2024-12-12T22:26:52.152Z | [ recovery-image] Dec 12 22:26:51.447 INFO O| Dec 12 22:26:51.447 INFO STEP 263 (remove_files) COMPLETE |
5101 | 2024-12-12T22:26:52.155Z | [ recovery-image] Dec 12 22:26:51.447 INFO O| Dec 12 22:26:51.447 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-12-12T22:26:52.172Z | [ recovery-image] Dec 12 22:26:51.467 INFO O| Dec 12 22:26:51.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5103 | 2024-12-12T22:26:52.175Z | [ recovery-image] Dec 12 22:26:51.467 INFO O| Dec 12 22:26:51.467 INFO STEP 264 (remove_files) COMPLETE |
5104 | 2024-12-12T22:26:52.175Z | [ recovery-image] Dec 12 22:26:51.467 INFO O| Dec 12 22:26:51.467 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-12-12T22:26:52.215Z | [ recovery-image] Dec 12 22:26:51.509 INFO O| Dec 12 22:26:51.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5106 | 2024-12-12T22:26:52.215Z | [ host-image] Dec 12 22:26:51.509 INFO O| Dec 12 22:26:51.509 INFO O| Planning: Checking for conflicting actions ... Done |
5107 | 2024-12-12T22:26:52.215Z | [ recovery-image] Dec 12 22:26:51.509 INFO O| Dec 12 22:26:51.509 INFO STEP 265 (remove_files) COMPLETE |
5108 | 2024-12-12T22:26:52.218Z | [ recovery-image] Dec 12 22:26:51.510 INFO O| Dec 12 22:26:51.509 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-12-12T22:26:52.222Z | [ host-image] Dec 12 22:26:51.517 INFO O| Dec 12 22:26:51.517 INFO O| Planning: Consolidating action changes ... Done |
5110 | 2024-12-12T22:26:52.239Z | [ recovery-image] Dec 12 22:26:51.532 INFO O| Dec 12 22:26:51.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5111 | 2024-12-12T22:26:52.239Z | [ recovery-image] Dec 12 22:26:51.532 INFO O| Dec 12 22:26:51.532 INFO STEP 266 (remove_files) COMPLETE |
5112 | 2024-12-12T22:26:52.239Z | [ recovery-image] Dec 12 22:26:51.532 INFO O| Dec 12 22:26:51.532 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5113 | 2024-12-12T22:26:52.273Z | [ recovery-image] Dec 12 22:26:51.567 INFO O| Dec 12 22:26:51.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5114 | 2024-12-12T22:26:52.273Z | [ recovery-image] Dec 12 22:26:51.567 INFO O| Dec 12 22:26:51.567 INFO STEP 267 (remove_files) COMPLETE |
5115 | 2024-12-12T22:26:52.276Z | [ recovery-image] Dec 12 22:26:51.567 INFO O| Dec 12 22:26:51.567 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5116 | 2024-12-12T22:26:52.310Z | [ recovery-image] Dec 12 22:26:51.604 INFO O| Dec 12 22:26:51.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5117 | 2024-12-12T22:26:52.310Z | [ recovery-image] Dec 12 22:26:51.604 INFO O| Dec 12 22:26:51.604 INFO STEP 268 (remove_files) COMPLETE |
5118 | 2024-12-12T22:26:52.310Z | [ recovery-image] Dec 12 22:26:51.604 INFO O| Dec 12 22:26:51.604 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2024-12-12T22:26:52.330Z | [ recovery-image] Dec 12 22:26:51.624 INFO O| Dec 12 22:26:51.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5120 | 2024-12-12T22:26:52.330Z | [ recovery-image] Dec 12 22:26:51.624 INFO O| Dec 12 22:26:51.624 INFO STEP 269 (remove_files) COMPLETE |
5121 | 2024-12-12T22:26:52.330Z | [ recovery-image] Dec 12 22:26:51.624 INFO O| Dec 12 22:26:51.624 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2024-12-12T22:26:52.359Z | [ recovery-image] Dec 12 22:26:51.653 INFO O| Dec 12 22:26:51.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5123 | 2024-12-12T22:26:52.362Z | [ recovery-image] Dec 12 22:26:51.653 INFO O| Dec 12 22:26:51.653 INFO STEP 270 (remove_files) COMPLETE |
5124 | 2024-12-12T22:26:52.362Z | [ recovery-image] Dec 12 22:26:51.654 INFO O| Dec 12 22:26:51.654 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2024-12-12T22:26:52.410Z | [ recovery-image] Dec 12 22:26:51.704 INFO O| Dec 12 22:26:51.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5126 | 2024-12-12T22:26:52.413Z | [ recovery-image] Dec 12 22:26:51.705 INFO O| Dec 12 22:26:51.705 INFO STEP 271 (remove_files) COMPLETE |
5127 | 2024-12-12T22:26:52.413Z | [ recovery-image] Dec 12 22:26:51.705 INFO O| Dec 12 22:26:51.705 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2024-12-12T22:26:52.430Z | [ recovery-image] Dec 12 22:26:51.725 INFO O| Dec 12 22:26:51.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5129 | 2024-12-12T22:26:52.433Z | [ recovery-image] Dec 12 22:26:51.725 INFO O| Dec 12 22:26:51.725 INFO STEP 272 (remove_files) COMPLETE |
5130 | 2024-12-12T22:26:52.433Z | [ recovery-image] Dec 12 22:26:51.725 INFO O| Dec 12 22:26:51.725 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2024-12-12T22:26:52.452Z | [ recovery-image] Dec 12 22:26:51.747 INFO O| Dec 12 22:26:51.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5132 | 2024-12-12T22:26:52.455Z | [ recovery-image] Dec 12 22:26:51.747 INFO O| Dec 12 22:26:51.747 INFO STEP 273 (remove_files) COMPLETE |
5133 | 2024-12-12T22:26:52.455Z | [ recovery-image] Dec 12 22:26:51.747 INFO O| Dec 12 22:26:51.747 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5134 | 2024-12-12T22:26:52.473Z | [ recovery-image] Dec 12 22:26:51.768 INFO O| Dec 12 22:26:51.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5135 | 2024-12-12T22:26:52.476Z | [ recovery-image] Dec 12 22:26:51.768 INFO O| Dec 12 22:26:51.768 INFO STEP 274 (remove_files) COMPLETE |
5136 | 2024-12-12T22:26:52.476Z | [ recovery-image] Dec 12 22:26:51.768 INFO O| Dec 12 22:26:51.768 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5137 | 2024-12-12T22:26:52.506Z | [ recovery-image] Dec 12 22:26:51.800 INFO O| Dec 12 22:26:51.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5138 | 2024-12-12T22:26:52.506Z | [ recovery-image] Dec 12 22:26:51.800 INFO O| Dec 12 22:26:51.800 INFO STEP 275 (remove_files) COMPLETE |
5139 | 2024-12-12T22:26:52.508Z | [ recovery-image] Dec 12 22:26:51.800 INFO O| Dec 12 22:26:51.800 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2024-12-12T22:26:52.531Z | [ recovery-image] Dec 12 22:26:51.825 INFO O| Dec 12 22:26:51.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5141 | 2024-12-12T22:26:52.531Z | [ recovery-image] Dec 12 22:26:51.825 INFO O| Dec 12 22:26:51.825 INFO STEP 276 (remove_files) COMPLETE |
5142 | 2024-12-12T22:26:52.531Z | [ recovery-image] Dec 12 22:26:51.825 INFO O| Dec 12 22:26:51.825 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2024-12-12T22:26:52.588Z | [ recovery-image] Dec 12 22:26:51.882 INFO O| Dec 12 22:26:51.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5144 | 2024-12-12T22:26:52.588Z | [ recovery-image] Dec 12 22:26:51.882 INFO O| Dec 12 22:26:51.882 INFO STEP 277 (remove_files) COMPLETE |
5145 | 2024-12-12T22:26:52.588Z | [ recovery-image] Dec 12 22:26:51.882 INFO O| Dec 12 22:26:51.882 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2024-12-12T22:26:52.614Z | [ recovery-image] Dec 12 22:26:51.908 INFO O| Dec 12 22:26:51.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5147 | 2024-12-12T22:26:52.616Z | [ recovery-image] Dec 12 22:26:51.908 INFO O| Dec 12 22:26:51.908 INFO STEP 278 (remove_files) COMPLETE |
5148 | 2024-12-12T22:26:52.617Z | [ recovery-image] Dec 12 22:26:51.909 INFO O| Dec 12 22:26:51.908 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2024-12-12T22:26:52.637Z | [ recovery-image] Dec 12 22:26:51.931 INFO O| Dec 12 22:26:51.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5150 | 2024-12-12T22:26:52.639Z | [ recovery-image] Dec 12 22:26:51.931 INFO O| Dec 12 22:26:51.931 INFO STEP 279 (remove_files) COMPLETE |
5151 | 2024-12-12T22:26:52.639Z | [ recovery-image] Dec 12 22:26:51.931 INFO O| Dec 12 22:26:51.931 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2024-12-12T22:26:52.679Z | [ recovery-image] Dec 12 22:26:51.974 INFO O| Dec 12 22:26:51.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5153 | 2024-12-12T22:26:52.682Z | [ recovery-image] Dec 12 22:26:51.974 INFO O| Dec 12 22:26:51.974 INFO STEP 280 (remove_files) COMPLETE |
5154 | 2024-12-12T22:26:52.682Z | [ recovery-image] Dec 12 22:26:51.974 INFO O| Dec 12 22:26:51.974 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2024-12-12T22:26:52.715Z | [ recovery-image] Dec 12 22:26:52.009 INFO O| Dec 12 22:26:52.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5156 | 2024-12-12T22:26:52.715Z | [ recovery-image] Dec 12 22:26:52.009 INFO O| Dec 12 22:26:52.009 INFO STEP 281 (remove_files) COMPLETE |
5157 | 2024-12-12T22:26:52.717Z | [ recovery-image] Dec 12 22:26:52.009 INFO O| Dec 12 22:26:52.009 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-12-12T22:26:52.772Z | [ recovery-image] Dec 12 22:26:52.066 INFO O| Dec 12 22:26:52.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5159 | 2024-12-12T22:26:52.772Z | [ recovery-image] Dec 12 22:26:52.066 INFO O| Dec 12 22:26:52.066 INFO STEP 282 (remove_files) COMPLETE |
5160 | 2024-12-12T22:26:52.772Z | [ recovery-image] Dec 12 22:26:52.066 INFO O| Dec 12 22:26:52.066 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-12-12T22:26:52.779Z | [ host-image] Dec 12 22:26:52.074 INFO O| Dec 12 22:26:52.073 INFO O| Planning: Evaluating mediators ... Done |
5162 | 2024-12-12T22:26:52.784Z | [ host-image] Dec 12 22:26:52.079 INFO O| Dec 12 22:26:52.079 INFO O| Planning: Planning completed in 5.19 seconds |
5163 | 2024-12-12T22:26:52.787Z | [ host-image] Dec 12 22:26:52.081 INFO O| Dec 12 22:26:52.081 INFO O| Packages to install: 6 |
5164 | 2024-12-12T22:26:52.787Z | [ host-image] Dec 12 22:26:52.081 INFO O| Dec 12 22:26:52.081 INFO O| Mediators to change: 1 |
5165 | 2024-12-12T22:26:52.789Z | [ host-image] Dec 12 22:26:52.082 INFO O| Dec 12 22:26:52.081 INFO O| Services to change: 1 |
5166 | 2024-12-12T22:26:52.818Z | [ recovery-image] Dec 12 22:26:52.112 INFO O| Dec 12 22:26:52.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5167 | 2024-12-12T22:26:52.818Z | [ recovery-image] Dec 12 22:26:52.112 INFO O| Dec 12 22:26:52.112 INFO STEP 283 (remove_files) COMPLETE |
5168 | 2024-12-12T22:26:52.818Z | [ recovery-image] Dec 12 22:26:52.112 INFO O| Dec 12 22:26:52.112 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5169 | 2024-12-12T22:26:52.832Z | [ host-image] Dec 12 22:26:52.126 INFO O| Dec 12 22:26:52.126 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
5170 | 2024-12-12T22:26:52.847Z | [ recovery-image] Dec 12 22:26:52.141 INFO O| Dec 12 22:26:52.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5171 | 2024-12-12T22:26:52.847Z | [ recovery-image] Dec 12 22:26:52.141 INFO O| Dec 12 22:26:52.141 INFO STEP 284 (remove_files) COMPLETE |
5172 | 2024-12-12T22:26:52.849Z | [ recovery-image] Dec 12 22:26:52.141 INFO O| Dec 12 22:26:52.141 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-12-12T22:26:52.865Z | [ recovery-image] Dec 12 22:26:52.159 INFO O| Dec 12 22:26:52.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5174 | 2024-12-12T22:26:52.867Z | [ recovery-image] Dec 12 22:26:52.160 INFO O| Dec 12 22:26:52.159 INFO STEP 285 (remove_files) COMPLETE |
5175 | 2024-12-12T22:26:52.867Z | [ recovery-image] Dec 12 22:26:52.160 INFO O| Dec 12 22:26:52.160 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-12-12T22:26:52.883Z | [ recovery-image] Dec 12 22:26:52.177 INFO O| Dec 12 22:26:52.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5177 | 2024-12-12T22:26:52.883Z | [ recovery-image] Dec 12 22:26:52.178 INFO O| Dec 12 22:26:52.177 INFO STEP 286 (remove_files) COMPLETE |
5178 | 2024-12-12T22:26:52.886Z | [ recovery-image] Dec 12 22:26:52.178 INFO O| Dec 12 22:26:52.177 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-12-12T22:26:52.905Z | [ recovery-image] Dec 12 22:26:52.199 INFO O| Dec 12 22:26:52.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5180 | 2024-12-12T22:26:52.905Z | [ recovery-image] Dec 12 22:26:52.199 INFO O| Dec 12 22:26:52.199 INFO STEP 287 (remove_files) COMPLETE |
5181 | 2024-12-12T22:26:52.905Z | [ recovery-image] Dec 12 22:26:52.199 INFO O| Dec 12 22:26:52.199 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-12-12T22:26:52.925Z | [ recovery-image] Dec 12 22:26:52.219 INFO O| Dec 12 22:26:52.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5183 | 2024-12-12T22:26:52.925Z | [ recovery-image] Dec 12 22:26:52.219 INFO O| Dec 12 22:26:52.219 INFO STEP 288 (remove_files) COMPLETE |
5184 | 2024-12-12T22:26:52.925Z | [ recovery-image] Dec 12 22:26:52.219 INFO O| Dec 12 22:26:52.219 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-12-12T22:26:52.945Z | [ recovery-image] Dec 12 22:26:52.238 INFO O| Dec 12 22:26:52.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5186 | 2024-12-12T22:26:52.945Z | [ recovery-image] Dec 12 22:26:52.238 INFO O| Dec 12 22:26:52.238 INFO STEP 289 (remove_files) COMPLETE |
5187 | 2024-12-12T22:26:52.945Z | [ recovery-image] Dec 12 22:26:52.238 INFO O| Dec 12 22:26:52.238 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-12-12T22:26:52.963Z | [ recovery-image] Dec 12 22:26:52.257 INFO O| Dec 12 22:26:52.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5189 | 2024-12-12T22:26:52.966Z | [ recovery-image] Dec 12 22:26:52.257 INFO O| Dec 12 22:26:52.257 INFO STEP 290 (remove_files) COMPLETE |
5190 | 2024-12-12T22:26:52.966Z | [ recovery-image] Dec 12 22:26:52.257 INFO O| Dec 12 22:26:52.257 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-12-12T22:26:53.005Z | [ recovery-image] Dec 12 22:26:52.299 INFO O| Dec 12 22:26:52.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5192 | 2024-12-12T22:26:53.005Z | [ recovery-image] Dec 12 22:26:52.299 INFO O| Dec 12 22:26:52.299 INFO STEP 291 (remove_files) COMPLETE |
5193 | 2024-12-12T22:26:53.008Z | [ recovery-image] Dec 12 22:26:52.299 INFO O| Dec 12 22:26:52.299 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-12-12T22:26:53.027Z | [ recovery-image] Dec 12 22:26:52.321 INFO O| Dec 12 22:26:52.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5195 | 2024-12-12T22:26:53.027Z | [ recovery-image] Dec 12 22:26:52.322 INFO O| Dec 12 22:26:52.321 INFO STEP 292 (remove_files) COMPLETE |
5196 | 2024-12-12T22:26:53.027Z | [ recovery-image] Dec 12 22:26:52.322 INFO O| Dec 12 22:26:52.322 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-12-12T22:26:53.085Z | [ recovery-image] Dec 12 22:26:52.373 INFO O| Dec 12 22:26:52.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5198 | 2024-12-12T22:26:53.085Z | [ recovery-image] Dec 12 22:26:52.373 INFO O| Dec 12 22:26:52.373 INFO STEP 293 (remove_files) COMPLETE |
5199 | 2024-12-12T22:26:53.088Z | [ recovery-image] Dec 12 22:26:52.373 INFO O| Dec 12 22:26:52.373 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-12-12T22:26:53.164Z | [ recovery-image] Dec 12 22:26:52.459 INFO O| Dec 12 22:26:52.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5201 | 2024-12-12T22:26:53.165Z | [ recovery-image] Dec 12 22:26:52.459 INFO O| Dec 12 22:26:52.459 INFO STEP 294 (remove_files) COMPLETE |
5202 | 2024-12-12T22:26:53.165Z | [ recovery-image] Dec 12 22:26:52.459 INFO O| Dec 12 22:26:52.459 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2024-12-12T22:26:53.193Z | [ recovery-image] Dec 12 22:26:52.487 INFO O| Dec 12 22:26:52.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5204 | 2024-12-12T22:26:53.193Z | [ recovery-image] Dec 12 22:26:52.487 INFO O| Dec 12 22:26:52.487 INFO STEP 295 (remove_files) COMPLETE |
5205 | 2024-12-12T22:26:53.195Z | [ recovery-image] Dec 12 22:26:52.488 INFO O| Dec 12 22:26:52.487 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-12-12T22:26:53.217Z | [ recovery-image] Dec 12 22:26:52.511 INFO O| Dec 12 22:26:52.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5207 | 2024-12-12T22:26:53.217Z | [ recovery-image] Dec 12 22:26:52.511 INFO O| Dec 12 22:26:52.511 INFO STEP 296 (remove_files) COMPLETE |
5208 | 2024-12-12T22:26:53.219Z | [ recovery-image] Dec 12 22:26:52.511 INFO O| Dec 12 22:26:52.511 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-12-12T22:26:53.241Z | [ recovery-image] Dec 12 22:26:52.535 INFO O| Dec 12 22:26:52.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5210 | 2024-12-12T22:26:53.241Z | [ recovery-image] Dec 12 22:26:52.535 INFO O| Dec 12 22:26:52.535 INFO STEP 297 (remove_files) COMPLETE |
5211 | 2024-12-12T22:26:53.241Z | [ recovery-image] Dec 12 22:26:52.535 INFO O| Dec 12 22:26:52.535 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-12-12T22:26:53.262Z | [ recovery-image] Dec 12 22:26:52.556 INFO O| Dec 12 22:26:52.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5213 | 2024-12-12T22:26:53.262Z | [ recovery-image] Dec 12 22:26:52.556 INFO O| Dec 12 22:26:52.556 INFO STEP 298 (remove_files) COMPLETE |
5214 | 2024-12-12T22:26:53.262Z | [ recovery-image] Dec 12 22:26:52.556 INFO O| Dec 12 22:26:52.556 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-12-12T22:26:53.284Z | [ recovery-image] Dec 12 22:26:52.578 INFO O| Dec 12 22:26:52.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5216 | 2024-12-12T22:26:53.287Z | [ recovery-image] Dec 12 22:26:52.578 INFO O| Dec 12 22:26:52.578 INFO STEP 299 (remove_files) COMPLETE |
5217 | 2024-12-12T22:26:53.287Z | [ recovery-image] Dec 12 22:26:52.578 INFO O| Dec 12 22:26:52.578 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-12-12T22:26:53.307Z | [ recovery-image] Dec 12 22:26:52.601 INFO O| Dec 12 22:26:52.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5219 | 2024-12-12T22:26:53.307Z | [ recovery-image] Dec 12 22:26:52.601 INFO O| Dec 12 22:26:52.601 INFO STEP 300 (remove_files) COMPLETE |
5220 | 2024-12-12T22:26:53.307Z | [ recovery-image] Dec 12 22:26:52.601 INFO O| Dec 12 22:26:52.601 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-12-12T22:26:53.347Z | [ recovery-image] Dec 12 22:26:52.641 INFO O| Dec 12 22:26:52.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5222 | 2024-12-12T22:26:53.347Z | [ recovery-image] Dec 12 22:26:52.641 INFO O| Dec 12 22:26:52.621 INFO STEP 301 (remove_files) COMPLETE |
5223 | 2024-12-12T22:26:53.347Z | [ recovery-image] Dec 12 22:26:52.641 INFO O| Dec 12 22:26:52.621 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2024-12-12T22:26:53.372Z | [ recovery-image] Dec 12 22:26:52.663 INFO O| Dec 12 22:26:52.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5225 | 2024-12-12T22:26:53.372Z | [ recovery-image] Dec 12 22:26:52.663 INFO O| Dec 12 22:26:52.663 INFO STEP 302 (remove_files) COMPLETE |
5226 | 2024-12-12T22:26:53.375Z | [ recovery-image] Dec 12 22:26:52.663 INFO O| Dec 12 22:26:52.663 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-12-12T22:26:53.392Z | [ recovery-image] Dec 12 22:26:52.685 INFO O| Dec 12 22:26:52.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5228 | 2024-12-12T22:26:53.392Z | [ recovery-image] Dec 12 22:26:52.685 INFO O| Dec 12 22:26:52.685 INFO STEP 303 (remove_files) COMPLETE |
5229 | 2024-12-12T22:26:53.392Z | [ recovery-image] Dec 12 22:26:52.685 INFO O| Dec 12 22:26:52.685 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-12-12T22:26:53.411Z | [ recovery-image] Dec 12 22:26:52.705 INFO O| Dec 12 22:26:52.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5231 | 2024-12-12T22:26:53.414Z | [ recovery-image] Dec 12 22:26:52.705 INFO O| Dec 12 22:26:52.705 INFO STEP 304 (remove_files) COMPLETE |
5232 | 2024-12-12T22:26:53.414Z | [ recovery-image] Dec 12 22:26:52.706 INFO O| Dec 12 22:26:52.705 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-12-12T22:26:53.432Z | [ recovery-image] Dec 12 22:26:52.726 INFO O| Dec 12 22:26:52.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5234 | 2024-12-12T22:26:53.434Z | [ recovery-image] Dec 12 22:26:52.726 INFO O| Dec 12 22:26:52.726 INFO STEP 305 (remove_files) COMPLETE |
5235 | 2024-12-12T22:26:53.434Z | [ recovery-image] Dec 12 22:26:52.726 INFO O| Dec 12 22:26:52.726 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-12-12T22:26:53.452Z | [ recovery-image] Dec 12 22:26:52.746 INFO O| Dec 12 22:26:52.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5237 | 2024-12-12T22:26:53.456Z | [ recovery-image] Dec 12 22:26:52.747 INFO O| Dec 12 22:26:52.747 INFO STEP 306 (remove_files) COMPLETE |
5238 | 2024-12-12T22:26:53.456Z | [ recovery-image] Dec 12 22:26:52.747 INFO O| Dec 12 22:26:52.747 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2024-12-12T22:26:53.472Z | [ recovery-image] Dec 12 22:26:52.766 INFO O| Dec 12 22:26:52.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5240 | 2024-12-12T22:26:53.472Z | [ recovery-image] Dec 12 22:26:52.767 INFO O| Dec 12 22:26:52.766 INFO STEP 307 (remove_files) COMPLETE |
5241 | 2024-12-12T22:26:53.475Z | [ recovery-image] Dec 12 22:26:52.767 INFO O| Dec 12 22:26:52.767 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2024-12-12T22:26:53.491Z | [ recovery-image] Dec 12 22:26:52.785 INFO O| Dec 12 22:26:52.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5243 | 2024-12-12T22:26:53.493Z | [ recovery-image] Dec 12 22:26:52.785 INFO O| Dec 12 22:26:52.785 INFO STEP 308 (remove_files) COMPLETE |
5244 | 2024-12-12T22:26:53.493Z | [ recovery-image] Dec 12 22:26:52.786 INFO O| Dec 12 22:26:52.785 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2024-12-12T22:26:53.510Z | [ recovery-image] Dec 12 22:26:52.804 INFO O| Dec 12 22:26:52.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5246 | 2024-12-12T22:26:53.510Z | [ recovery-image] Dec 12 22:26:52.804 INFO O| Dec 12 22:26:52.804 INFO STEP 309 (remove_files) COMPLETE |
5247 | 2024-12-12T22:26:53.513Z | [ recovery-image] Dec 12 22:26:52.804 INFO O| Dec 12 22:26:52.804 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2024-12-12T22:26:53.544Z | [ recovery-image] Dec 12 22:26:52.839 INFO O| Dec 12 22:26:52.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5249 | 2024-12-12T22:26:53.544Z | [ recovery-image] Dec 12 22:26:52.839 INFO O| Dec 12 22:26:52.839 INFO STEP 310 (remove_files) COMPLETE |
5250 | 2024-12-12T22:26:53.547Z | [ recovery-image] Dec 12 22:26:52.839 INFO O| Dec 12 22:26:52.839 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2024-12-12T22:26:53.562Z | [ recovery-image] Dec 12 22:26:52.855 INFO O| Dec 12 22:26:52.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5252 | 2024-12-12T22:26:53.562Z | [ recovery-image] Dec 12 22:26:52.855 INFO O| Dec 12 22:26:52.855 INFO STEP 311 (remove_files) COMPLETE |
5253 | 2024-12-12T22:26:53.562Z | [ recovery-image] Dec 12 22:26:52.856 INFO O| Dec 12 22:26:52.855 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2024-12-12T22:26:53.612Z | [ recovery-image] Dec 12 22:26:52.907 INFO O| Dec 12 22:26:52.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5255 | 2024-12-12T22:26:53.612Z | [ recovery-image] Dec 12 22:26:52.907 INFO O| Dec 12 22:26:52.907 INFO STEP 312 (remove_files) COMPLETE |
5256 | 2024-12-12T22:26:53.612Z | [ recovery-image] Dec 12 22:26:52.907 INFO O| Dec 12 22:26:52.907 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2024-12-12T22:26:53.633Z | [ recovery-image] Dec 12 22:26:52.927 INFO O| Dec 12 22:26:52.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5258 | 2024-12-12T22:26:53.633Z | [ recovery-image] Dec 12 22:26:52.927 INFO O| Dec 12 22:26:52.927 INFO STEP 313 (remove_files) COMPLETE |
5259 | 2024-12-12T22:26:53.636Z | [ recovery-image] Dec 12 22:26:52.927 INFO O| Dec 12 22:26:52.927 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2024-12-12T22:26:53.653Z | [ recovery-image] Dec 12 22:26:52.947 INFO O| Dec 12 22:26:52.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5261 | 2024-12-12T22:26:53.653Z | [ recovery-image] Dec 12 22:26:52.948 INFO O| Dec 12 22:26:52.947 INFO STEP 314 (remove_files) COMPLETE |
5262 | 2024-12-12T22:26:53.656Z | [ recovery-image] Dec 12 22:26:52.948 INFO O| Dec 12 22:26:52.948 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2024-12-12T22:26:53.673Z | [ recovery-image] Dec 12 22:26:52.966 INFO O| Dec 12 22:26:52.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5264 | 2024-12-12T22:26:53.673Z | [ recovery-image] Dec 12 22:26:52.966 INFO O| Dec 12 22:26:52.966 INFO STEP 315 (remove_files) COMPLETE |
5265 | 2024-12-12T22:26:53.673Z | [ recovery-image] Dec 12 22:26:52.966 INFO O| Dec 12 22:26:52.966 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2024-12-12T22:26:53.692Z | [ recovery-image] Dec 12 22:26:52.987 INFO O| Dec 12 22:26:52.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5267 | 2024-12-12T22:26:53.693Z | [ recovery-image] Dec 12 22:26:52.987 INFO O| Dec 12 22:26:52.987 INFO STEP 316 (remove_files) COMPLETE |
5268 | 2024-12-12T22:26:53.693Z | [ recovery-image] Dec 12 22:26:52.987 INFO O| Dec 12 22:26:52.987 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5269 | 2024-12-12T22:26:53.714Z | [ recovery-image] Dec 12 22:26:53.009 INFO O| Dec 12 22:26:53.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5270 | 2024-12-12T22:26:53.714Z | [ recovery-image] Dec 12 22:26:53.009 INFO O| Dec 12 22:26:53.009 INFO STEP 317 (remove_files) COMPLETE |
5271 | 2024-12-12T22:26:53.715Z | [ recovery-image] Dec 12 22:26:53.009 INFO O| Dec 12 22:26:53.009 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5272 | 2024-12-12T22:26:53.737Z | [ recovery-image] Dec 12 22:26:53.031 INFO O| Dec 12 22:26:53.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5273 | 2024-12-12T22:26:53.739Z | [ recovery-image] Dec 12 22:26:53.032 INFO O| Dec 12 22:26:53.032 INFO STEP 318 (remove_files) COMPLETE |
5274 | 2024-12-12T22:26:53.739Z | [ recovery-image] Dec 12 22:26:53.032 INFO O| Dec 12 22:26:53.032 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5275 | 2024-12-12T22:26:53.803Z | [ recovery-image] Dec 12 22:26:53.097 INFO O| Dec 12 22:26:53.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5276 | 2024-12-12T22:26:53.803Z | [ recovery-image] Dec 12 22:26:53.097 INFO O| Dec 12 22:26:53.097 INFO STEP 319 (remove_files) COMPLETE |
5277 | 2024-12-12T22:26:53.803Z | [ recovery-image] Dec 12 22:26:53.097 INFO O| Dec 12 22:26:53.097 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5278 | 2024-12-12T22:26:53.822Z | [ recovery-image] Dec 12 22:26:53.116 INFO O| Dec 12 22:26:53.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5279 | 2024-12-12T22:26:53.822Z | [ recovery-image] Dec 12 22:26:53.116 INFO O| Dec 12 22:26:53.116 INFO STEP 320 (remove_files) COMPLETE |
5280 | 2024-12-12T22:26:53.825Z | [ recovery-image] Dec 12 22:26:53.117 INFO O| Dec 12 22:26:53.116 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5281 | 2024-12-12T22:26:53.841Z | [ recovery-image] Dec 12 22:26:53.136 INFO O| Dec 12 22:26:53.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5282 | 2024-12-12T22:26:53.841Z | [ recovery-image] Dec 12 22:26:53.136 INFO O| Dec 12 22:26:53.136 INFO STEP 321 (remove_files) COMPLETE |
5283 | 2024-12-12T22:26:53.841Z | [ recovery-image] Dec 12 22:26:53.136 INFO O| Dec 12 22:26:53.136 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5284 | 2024-12-12T22:26:53.861Z | [ recovery-image] Dec 12 22:26:53.155 INFO O| Dec 12 22:26:53.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5285 | 2024-12-12T22:26:53.861Z | [ recovery-image] Dec 12 22:26:53.156 INFO O| Dec 12 22:26:53.156 INFO STEP 322 (remove_files) COMPLETE |
5286 | 2024-12-12T22:26:53.861Z | [ recovery-image] Dec 12 22:26:53.156 INFO O| Dec 12 22:26:53.156 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5287 | 2024-12-12T22:26:53.881Z | [ recovery-image] Dec 12 22:26:53.176 INFO O| Dec 12 22:26:53.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5288 | 2024-12-12T22:26:53.881Z | [ recovery-image] Dec 12 22:26:53.176 INFO O| Dec 12 22:26:53.176 INFO STEP 323 (remove_files) COMPLETE |
5289 | 2024-12-12T22:26:53.881Z | [ recovery-image] Dec 12 22:26:53.176 INFO O| Dec 12 22:26:53.176 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5290 | 2024-12-12T22:26:53.925Z | [ recovery-image] Dec 12 22:26:53.219 INFO O| Dec 12 22:26:53.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5291 | 2024-12-12T22:26:53.925Z | [ recovery-image] Dec 12 22:26:53.219 INFO O| Dec 12 22:26:53.219 INFO STEP 324 (remove_files) COMPLETE |
5292 | 2024-12-12T22:26:53.925Z | [ recovery-image] Dec 12 22:26:53.220 INFO O| Dec 12 22:26:53.219 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5293 | 2024-12-12T22:26:54.003Z | [ recovery-image] Dec 12 22:26:53.297 INFO O| Dec 12 22:26:53.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5294 | 2024-12-12T22:26:54.003Z | [ recovery-image] Dec 12 22:26:53.297 INFO O| Dec 12 22:26:53.297 INFO STEP 325 (remove_files) COMPLETE |
5295 | 2024-12-12T22:26:54.006Z | [ recovery-image] Dec 12 22:26:53.297 INFO O| Dec 12 22:26:53.297 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5296 | 2024-12-12T22:26:54.021Z | [ recovery-image] Dec 12 22:26:53.316 INFO O| Dec 12 22:26:53.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5297 | 2024-12-12T22:26:54.021Z | [ recovery-image] Dec 12 22:26:53.316 INFO O| Dec 12 22:26:53.316 INFO STEP 326 (remove_files) COMPLETE |
5298 | 2024-12-12T22:26:54.024Z | [ recovery-image] Dec 12 22:26:53.316 INFO O| Dec 12 22:26:53.316 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5299 | 2024-12-12T22:26:54.041Z | [ recovery-image] Dec 12 22:26:53.335 INFO O| Dec 12 22:26:53.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5300 | 2024-12-12T22:26:54.041Z | [ recovery-image] Dec 12 22:26:53.336 INFO O| Dec 12 22:26:53.335 INFO STEP 327 (remove_files) COMPLETE |
5301 | 2024-12-12T22:26:54.041Z | [ recovery-image] Dec 12 22:26:53.336 INFO O| Dec 12 22:26:53.336 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5302 | 2024-12-12T22:26:54.062Z | [ recovery-image] Dec 12 22:26:53.355 INFO O| Dec 12 22:26:53.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5303 | 2024-12-12T22:26:54.062Z | [ recovery-image] Dec 12 22:26:53.355 INFO O| Dec 12 22:26:53.355 INFO STEP 328 (remove_files) COMPLETE |
5304 | 2024-12-12T22:26:54.062Z | [ recovery-image] Dec 12 22:26:53.355 INFO O| Dec 12 22:26:53.355 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5305 | 2024-12-12T22:26:54.079Z | [ recovery-image] Dec 12 22:26:53.374 INFO O| Dec 12 22:26:53.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5306 | 2024-12-12T22:26:54.079Z | [ recovery-image] Dec 12 22:26:53.374 INFO O| Dec 12 22:26:53.374 INFO STEP 329 (remove_files) COMPLETE |
5307 | 2024-12-12T22:26:54.082Z | [ recovery-image] Dec 12 22:26:53.374 INFO O| Dec 12 22:26:53.374 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5308 | 2024-12-12T22:26:54.117Z | [ recovery-image] Dec 12 22:26:53.411 INFO O| Dec 12 22:26:53.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5309 | 2024-12-12T22:26:54.117Z | [ recovery-image] Dec 12 22:26:53.411 INFO O| Dec 12 22:26:53.411 INFO STEP 330 (remove_files) COMPLETE |
5310 | 2024-12-12T22:26:54.120Z | [ recovery-image] Dec 12 22:26:53.411 INFO O| Dec 12 22:26:53.411 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5311 | 2024-12-12T22:26:54.178Z | [ recovery-image] Dec 12 22:26:53.471 INFO O| Dec 12 22:26:53.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5312 | 2024-12-12T22:26:54.178Z | [ recovery-image] Dec 12 22:26:53.471 INFO O| Dec 12 22:26:53.471 INFO STEP 331 (remove_files) COMPLETE |
5313 | 2024-12-12T22:26:54.178Z | [ recovery-image] Dec 12 22:26:53.471 INFO O| Dec 12 22:26:53.471 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5314 | 2024-12-12T22:26:54.227Z | [ recovery-image] Dec 12 22:26:53.521 INFO O| Dec 12 22:26:53.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5315 | 2024-12-12T22:26:54.227Z | [ recovery-image] Dec 12 22:26:53.521 INFO O| Dec 12 22:26:53.521 INFO STEP 332 (remove_files) COMPLETE |
5316 | 2024-12-12T22:26:54.227Z | [ recovery-image] Dec 12 22:26:53.521 INFO O| Dec 12 22:26:53.521 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5317 | 2024-12-12T22:26:54.249Z | [ recovery-image] Dec 12 22:26:53.543 INFO O| Dec 12 22:26:53.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5318 | 2024-12-12T22:26:54.249Z | [ recovery-image] Dec 12 22:26:53.543 INFO O| Dec 12 22:26:53.543 INFO STEP 333 (remove_files) COMPLETE |
5319 | 2024-12-12T22:26:54.249Z | [ recovery-image] Dec 12 22:26:53.543 INFO O| Dec 12 22:26:53.543 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5320 | 2024-12-12T22:26:54.268Z | [ recovery-image] Dec 12 22:26:53.563 INFO O| Dec 12 22:26:53.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5321 | 2024-12-12T22:26:54.268Z | [ recovery-image] Dec 12 22:26:53.563 INFO O| Dec 12 22:26:53.563 INFO STEP 334 (remove_files) COMPLETE |
5322 | 2024-12-12T22:26:54.268Z | [ recovery-image] Dec 12 22:26:53.563 INFO O| Dec 12 22:26:53.563 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5323 | 2024-12-12T22:26:54.288Z | [ recovery-image] Dec 12 22:26:53.583 INFO O| Dec 12 22:26:53.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5324 | 2024-12-12T22:26:54.288Z | [ recovery-image] Dec 12 22:26:53.583 INFO O| Dec 12 22:26:53.583 INFO STEP 335 (remove_files) COMPLETE |
5325 | 2024-12-12T22:26:54.288Z | [ recovery-image] Dec 12 22:26:53.583 INFO O| Dec 12 22:26:53.583 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5326 | 2024-12-12T22:26:54.319Z | [ recovery-image] Dec 12 22:26:53.613 INFO O| Dec 12 22:26:53.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5327 | 2024-12-12T22:26:54.319Z | [ recovery-image] Dec 12 22:26:53.613 INFO O| Dec 12 22:26:53.613 INFO STEP 336 (remove_files) COMPLETE |
5328 | 2024-12-12T22:26:54.319Z | [ recovery-image] Dec 12 22:26:53.613 INFO O| Dec 12 22:26:53.613 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5329 | 2024-12-12T22:26:54.346Z | [ recovery-image] Dec 12 22:26:53.640 INFO O| Dec 12 22:26:53.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5330 | 2024-12-12T22:26:54.349Z | [ recovery-image] Dec 12 22:26:53.641 INFO O| Dec 12 22:26:53.641 INFO STEP 337 (remove_files) COMPLETE |
5331 | 2024-12-12T22:26:54.349Z | [ recovery-image] Dec 12 22:26:53.641 INFO O| Dec 12 22:26:53.641 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5332 | 2024-12-12T22:26:54.395Z | [ recovery-image] Dec 12 22:26:53.689 INFO O| Dec 12 22:26:53.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5333 | 2024-12-12T22:26:54.395Z | [ recovery-image] Dec 12 22:26:53.689 INFO O| Dec 12 22:26:53.689 INFO STEP 338 (remove_files) COMPLETE |
5334 | 2024-12-12T22:26:54.395Z | [ recovery-image] Dec 12 22:26:53.689 INFO O| Dec 12 22:26:53.689 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5335 | 2024-12-12T22:26:54.414Z | [ recovery-image] Dec 12 22:26:53.709 INFO O| Dec 12 22:26:53.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5336 | 2024-12-12T22:26:54.414Z | [ recovery-image] Dec 12 22:26:53.709 INFO O| Dec 12 22:26:53.709 INFO STEP 339 (remove_files) COMPLETE |
5337 | 2024-12-12T22:26:54.414Z | [ recovery-image] Dec 12 22:26:53.709 INFO O| Dec 12 22:26:53.709 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5338 | 2024-12-12T22:26:54.433Z | [ recovery-image] Dec 12 22:26:53.727 INFO O| Dec 12 22:26:53.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5339 | 2024-12-12T22:26:54.433Z | [ recovery-image] Dec 12 22:26:53.727 INFO O| Dec 12 22:26:53.727 INFO STEP 340 (remove_files) COMPLETE |
5340 | 2024-12-12T22:26:54.433Z | [ recovery-image] Dec 12 22:26:53.727 INFO O| Dec 12 22:26:53.727 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5341 | 2024-12-12T22:26:54.452Z | [ recovery-image] Dec 12 22:26:53.746 INFO O| Dec 12 22:26:53.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5342 | 2024-12-12T22:26:54.452Z | [ recovery-image] Dec 12 22:26:53.747 INFO O| Dec 12 22:26:53.747 INFO STEP 341 (remove_files) COMPLETE |
5343 | 2024-12-12T22:26:54.455Z | [ recovery-image] Dec 12 22:26:53.747 INFO O| Dec 12 22:26:53.747 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5344 | 2024-12-12T22:26:54.471Z | [ recovery-image] Dec 12 22:26:53.766 INFO O| Dec 12 22:26:53.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5345 | 2024-12-12T22:26:54.471Z | [ recovery-image] Dec 12 22:26:53.766 INFO O| Dec 12 22:26:53.766 INFO STEP 342 (remove_files) COMPLETE |
5346 | 2024-12-12T22:26:54.474Z | [ recovery-image] Dec 12 22:26:53.766 INFO O| Dec 12 22:26:53.766 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5347 | 2024-12-12T22:26:54.524Z | [ recovery-image] Dec 12 22:26:53.819 INFO O| Dec 12 22:26:53.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5348 | 2024-12-12T22:26:54.524Z | [ recovery-image] Dec 12 22:26:53.819 INFO O| Dec 12 22:26:53.819 INFO STEP 343 (remove_files) COMPLETE |
5349 | 2024-12-12T22:26:54.524Z | [ recovery-image] Dec 12 22:26:53.819 INFO O| Dec 12 22:26:53.819 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2024-12-12T22:26:54.546Z | [ recovery-image] Dec 12 22:26:53.840 INFO O| Dec 12 22:26:53.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5351 | 2024-12-12T22:26:54.546Z | [ recovery-image] Dec 12 22:26:53.841 INFO O| Dec 12 22:26:53.841 INFO STEP 344 (remove_files) COMPLETE |
5352 | 2024-12-12T22:26:54.546Z | [ recovery-image] Dec 12 22:26:53.841 INFO O| Dec 12 22:26:53.841 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2024-12-12T22:26:54.575Z | [ recovery-image] Dec 12 22:26:53.869 INFO O| Dec 12 22:26:53.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5354 | 2024-12-12T22:26:54.575Z | [ recovery-image] Dec 12 22:26:53.869 INFO O| Dec 12 22:26:53.869 INFO STEP 345 (remove_files) COMPLETE |
5355 | 2024-12-12T22:26:54.578Z | [ recovery-image] Dec 12 22:26:53.870 INFO O| Dec 12 22:26:53.869 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2024-12-12T22:26:54.595Z | [ recovery-image] Dec 12 22:26:53.888 INFO O| Dec 12 22:26:53.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5357 | 2024-12-12T22:26:54.595Z | [ recovery-image] Dec 12 22:26:53.888 INFO O| Dec 12 22:26:53.888 INFO STEP 346 (remove_files) COMPLETE |
5358 | 2024-12-12T22:26:54.595Z | [ recovery-image] Dec 12 22:26:53.888 INFO O| Dec 12 22:26:53.888 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2024-12-12T22:26:54.612Z | [ recovery-image] Dec 12 22:26:53.906 INFO O| Dec 12 22:26:53.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5360 | 2024-12-12T22:26:54.612Z | [ recovery-image] Dec 12 22:26:53.906 INFO O| Dec 12 22:26:53.906 INFO STEP 347 (remove_files) COMPLETE |
5361 | 2024-12-12T22:26:54.612Z | [ recovery-image] Dec 12 22:26:53.906 INFO O| Dec 12 22:26:53.906 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2024-12-12T22:26:54.630Z | [ recovery-image] Dec 12 22:26:53.924 INFO O| Dec 12 22:26:53.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5363 | 2024-12-12T22:26:54.630Z | [ recovery-image] Dec 12 22:26:53.925 INFO O| Dec 12 22:26:53.925 INFO STEP 348 (remove_files) COMPLETE |
5364 | 2024-12-12T22:26:54.630Z | [ recovery-image] Dec 12 22:26:53.925 INFO O| Dec 12 22:26:53.925 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2024-12-12T22:26:54.649Z | [ recovery-image] Dec 12 22:26:53.943 INFO O| Dec 12 22:26:53.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5366 | 2024-12-12T22:26:54.649Z | [ recovery-image] Dec 12 22:26:53.944 INFO O| Dec 12 22:26:53.943 INFO STEP 349 (remove_files) COMPLETE |
5367 | 2024-12-12T22:26:54.652Z | [ recovery-image] Dec 12 22:26:53.944 INFO O| Dec 12 22:26:53.944 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2024-12-12T22:26:54.667Z | [ recovery-image] Dec 12 22:26:53.961 INFO O| Dec 12 22:26:53.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5369 | 2024-12-12T22:26:54.670Z | [ recovery-image] Dec 12 22:26:53.961 INFO O| Dec 12 22:26:53.961 INFO STEP 350 (remove_files) COMPLETE |
5370 | 2024-12-12T22:26:54.670Z | [ recovery-image] Dec 12 22:26:53.961 INFO O| Dec 12 22:26:53.961 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2024-12-12T22:26:54.686Z | [ recovery-image] Dec 12 22:26:53.981 INFO O| Dec 12 22:26:53.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5372 | 2024-12-12T22:26:54.686Z | [ recovery-image] Dec 12 22:26:53.981 INFO O| Dec 12 22:26:53.981 INFO STEP 351 (remove_files) COMPLETE |
5373 | 2024-12-12T22:26:54.686Z | [ recovery-image] Dec 12 22:26:53.981 INFO O| Dec 12 22:26:53.981 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2024-12-12T22:26:54.706Z | [ recovery-image] Dec 12 22:26:54.000 INFO O| Dec 12 22:26:54.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5375 | 2024-12-12T22:26:54.706Z | [ recovery-image] Dec 12 22:26:54.000 INFO O| Dec 12 22:26:54.000 INFO STEP 352 (remove_files) COMPLETE |
5376 | 2024-12-12T22:26:54.706Z | [ recovery-image] Dec 12 22:26:54.000 INFO O| Dec 12 22:26:54.000 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2024-12-12T22:26:54.725Z | [ recovery-image] Dec 12 22:26:54.019 INFO O| Dec 12 22:26:54.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5378 | 2024-12-12T22:26:54.725Z | [ recovery-image] Dec 12 22:26:54.019 INFO O| Dec 12 22:26:54.019 INFO STEP 353 (remove_files) COMPLETE |
5379 | 2024-12-12T22:26:54.728Z | [ recovery-image] Dec 12 22:26:54.019 INFO O| Dec 12 22:26:54.019 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2024-12-12T22:26:54.744Z | [ recovery-image] Dec 12 22:26:54.039 INFO O| Dec 12 22:26:54.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5381 | 2024-12-12T22:26:54.744Z | [ recovery-image] Dec 12 22:26:54.039 INFO O| Dec 12 22:26:54.039 INFO STEP 354 (remove_files) COMPLETE |
5382 | 2024-12-12T22:26:54.744Z | [ recovery-image] Dec 12 22:26:54.039 INFO O| Dec 12 22:26:54.039 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2024-12-12T22:26:54.764Z | [ recovery-image] Dec 12 22:26:54.059 INFO O| Dec 12 22:26:54.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5384 | 2024-12-12T22:26:54.764Z | [ recovery-image] Dec 12 22:26:54.059 INFO O| Dec 12 22:26:54.059 INFO STEP 355 (remove_files) COMPLETE |
5385 | 2024-12-12T22:26:54.764Z | [ recovery-image] Dec 12 22:26:54.059 INFO O| Dec 12 22:26:54.059 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5386 | 2024-12-12T22:26:54.783Z | [ recovery-image] Dec 12 22:26:54.078 INFO O| Dec 12 22:26:54.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5387 | 2024-12-12T22:26:54.783Z | [ recovery-image] Dec 12 22:26:54.078 INFO O| Dec 12 22:26:54.078 INFO STEP 356 (remove_files) COMPLETE |
5388 | 2024-12-12T22:26:54.783Z | [ recovery-image] Dec 12 22:26:54.078 INFO O| Dec 12 22:26:54.078 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2024-12-12T22:26:54.803Z | [ recovery-image] Dec 12 22:26:54.098 INFO O| Dec 12 22:26:54.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5390 | 2024-12-12T22:26:54.803Z | [ recovery-image] Dec 12 22:26:54.098 INFO O| Dec 12 22:26:54.098 INFO STEP 357 (remove_files) COMPLETE |
5391 | 2024-12-12T22:26:54.803Z | [ recovery-image] Dec 12 22:26:54.098 INFO O| Dec 12 22:26:54.098 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2024-12-12T22:26:54.844Z | [ recovery-image] Dec 12 22:26:54.139 INFO O| Dec 12 22:26:54.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5393 | 2024-12-12T22:26:54.847Z | [ recovery-image] Dec 12 22:26:54.139 INFO O| Dec 12 22:26:54.139 INFO STEP 358 (remove_files) COMPLETE |
5394 | 2024-12-12T22:26:54.847Z | [ recovery-image] Dec 12 22:26:54.139 INFO O| Dec 12 22:26:54.139 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2024-12-12T22:26:54.864Z | [ recovery-image] Dec 12 22:26:54.159 INFO O| Dec 12 22:26:54.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5396 | 2024-12-12T22:26:54.867Z | [ recovery-image] Dec 12 22:26:54.159 INFO O| Dec 12 22:26:54.159 INFO STEP 359 (remove_files) COMPLETE |
5397 | 2024-12-12T22:26:54.867Z | [ recovery-image] Dec 12 22:26:54.159 INFO O| Dec 12 22:26:54.159 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2024-12-12T22:26:54.884Z | [ recovery-image] Dec 12 22:26:54.178 INFO O| Dec 12 22:26:54.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5399 | 2024-12-12T22:26:54.886Z | [ recovery-image] Dec 12 22:26:54.179 INFO O| Dec 12 22:26:54.178 INFO STEP 360 (remove_files) COMPLETE |
5400 | 2024-12-12T22:26:54.886Z | [ recovery-image] Dec 12 22:26:54.179 INFO O| Dec 12 22:26:54.179 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2024-12-12T22:26:54.904Z | [ recovery-image] Dec 12 22:26:54.199 INFO O| Dec 12 22:26:54.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5402 | 2024-12-12T22:26:54.905Z | [ recovery-image] Dec 12 22:26:54.199 INFO O| Dec 12 22:26:54.199 INFO STEP 361 (remove_files) COMPLETE |
5403 | 2024-12-12T22:26:54.905Z | [ recovery-image] Dec 12 22:26:54.199 INFO O| Dec 12 22:26:54.199 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2024-12-12T22:26:54.926Z | [ recovery-image] Dec 12 22:26:54.220 INFO O| Dec 12 22:26:54.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5405 | 2024-12-12T22:26:54.926Z | [ recovery-image] Dec 12 22:26:54.220 INFO O| Dec 12 22:26:54.220 INFO STEP 362 (remove_files) COMPLETE |
5406 | 2024-12-12T22:26:54.926Z | [ recovery-image] Dec 12 22:26:54.220 INFO O| Dec 12 22:26:54.220 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2024-12-12T22:26:54.985Z | [ recovery-image] Dec 12 22:26:54.279 INFO O| Dec 12 22:26:54.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5408 | 2024-12-12T22:26:54.988Z | [ recovery-image] Dec 12 22:26:54.279 INFO O| Dec 12 22:26:54.279 INFO STEP 363 (remove_files) COMPLETE |
5409 | 2024-12-12T22:26:54.988Z | [ recovery-image] Dec 12 22:26:54.279 INFO O| Dec 12 22:26:54.279 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2024-12-12T22:26:55.019Z | [ recovery-image] Dec 12 22:26:54.313 INFO O| Dec 12 22:26:54.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5411 | 2024-12-12T22:26:55.019Z | [ recovery-image] Dec 12 22:26:54.313 INFO O| Dec 12 22:26:54.313 INFO STEP 364 (remove_files) COMPLETE |
5412 | 2024-12-12T22:26:55.019Z | [ recovery-image] Dec 12 22:26:54.313 INFO O| Dec 12 22:26:54.313 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5413 | 2024-12-12T22:26:55.039Z | [ recovery-image] Dec 12 22:26:54.333 INFO O| Dec 12 22:26:54.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5414 | 2024-12-12T22:26:55.039Z | [ recovery-image] Dec 12 22:26:54.333 INFO O| Dec 12 22:26:54.333 INFO STEP 365 (remove_files) COMPLETE |
5415 | 2024-12-12T22:26:55.039Z | [ recovery-image] Dec 12 22:26:54.333 INFO O| Dec 12 22:26:54.333 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5416 | 2024-12-12T22:26:55.059Z | [ recovery-image] Dec 12 22:26:54.352 INFO O| Dec 12 22:26:54.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5417 | 2024-12-12T22:26:55.059Z | [ recovery-image] Dec 12 22:26:54.353 INFO O| Dec 12 22:26:54.353 INFO STEP 366 (remove_files) COMPLETE |
5418 | 2024-12-12T22:26:55.059Z | [ recovery-image] Dec 12 22:26:54.353 INFO O| Dec 12 22:26:54.353 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2024-12-12T22:26:55.078Z | [ recovery-image] Dec 12 22:26:54.372 INFO O| Dec 12 22:26:54.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5420 | 2024-12-12T22:26:55.078Z | [ recovery-image] Dec 12 22:26:54.372 INFO O| Dec 12 22:26:54.372 INFO STEP 367 (remove_files) COMPLETE |
5421 | 2024-12-12T22:26:55.078Z | [ recovery-image] Dec 12 22:26:54.372 INFO O| Dec 12 22:26:54.372 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5422 | 2024-12-12T22:26:55.096Z | [ recovery-image] Dec 12 22:26:54.391 INFO O| Dec 12 22:26:54.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5423 | 2024-12-12T22:26:55.097Z | [ recovery-image] Dec 12 22:26:54.391 INFO O| Dec 12 22:26:54.391 INFO STEP 368 (remove_files) COMPLETE |
5424 | 2024-12-12T22:26:55.097Z | [ recovery-image] Dec 12 22:26:54.391 INFO O| Dec 12 22:26:54.391 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2024-12-12T22:26:55.116Z | [ recovery-image] Dec 12 22:26:54.410 INFO O| Dec 12 22:26:54.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5426 | 2024-12-12T22:26:55.116Z | [ recovery-image] Dec 12 22:26:54.410 INFO O| Dec 12 22:26:54.410 INFO STEP 369 (remove_files) COMPLETE |
5427 | 2024-12-12T22:26:55.116Z | [ recovery-image] Dec 12 22:26:54.410 INFO O| Dec 12 22:26:54.410 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2024-12-12T22:26:55.137Z | [ recovery-image] Dec 12 22:26:54.432 INFO O| Dec 12 22:26:54.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5429 | 2024-12-12T22:26:55.138Z | [ recovery-image] Dec 12 22:26:54.432 INFO O| Dec 12 22:26:54.432 INFO STEP 370 (remove_files) COMPLETE |
5430 | 2024-12-12T22:26:55.140Z | [ recovery-image] Dec 12 22:26:54.432 INFO O| Dec 12 22:26:54.432 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2024-12-12T22:26:55.158Z | [ recovery-image] Dec 12 22:26:54.452 INFO O| Dec 12 22:26:54.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5432 | 2024-12-12T22:26:55.161Z | [ recovery-image] Dec 12 22:26:54.452 INFO O| Dec 12 22:26:54.452 INFO STEP 371 (remove_files) COMPLETE |
5433 | 2024-12-12T22:26:55.161Z | [ recovery-image] Dec 12 22:26:54.452 INFO O| Dec 12 22:26:54.452 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5434 | 2024-12-12T22:26:55.191Z | [ recovery-image] Dec 12 22:26:54.485 INFO O| Dec 12 22:26:54.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5435 | 2024-12-12T22:26:55.191Z | [ recovery-image] Dec 12 22:26:54.485 INFO O| Dec 12 22:26:54.485 INFO STEP 372 (remove_files) COMPLETE |
5436 | 2024-12-12T22:26:55.191Z | [ recovery-image] Dec 12 22:26:54.485 INFO O| Dec 12 22:26:54.485 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5437 | 2024-12-12T22:26:55.214Z | [ recovery-image] Dec 12 22:26:54.509 INFO O| Dec 12 22:26:54.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5438 | 2024-12-12T22:26:55.214Z | [ recovery-image] Dec 12 22:26:54.509 INFO O| Dec 12 22:26:54.509 INFO STEP 373 (remove_files) COMPLETE |
5439 | 2024-12-12T22:26:55.214Z | [ recovery-image] Dec 12 22:26:54.509 INFO O| Dec 12 22:26:54.509 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5440 | 2024-12-12T22:26:55.237Z | [ recovery-image] Dec 12 22:26:54.531 INFO O| Dec 12 22:26:54.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5441 | 2024-12-12T22:26:55.237Z | [ recovery-image] Dec 12 22:26:54.531 INFO O| Dec 12 22:26:54.531 INFO STEP 374 (remove_files) COMPLETE |
5442 | 2024-12-12T22:26:55.237Z | [ recovery-image] Dec 12 22:26:54.531 INFO O| Dec 12 22:26:54.531 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2024-12-12T22:26:55.257Z | [ recovery-image] Dec 12 22:26:54.551 INFO O| Dec 12 22:26:54.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5444 | 2024-12-12T22:26:55.257Z | [ recovery-image] Dec 12 22:26:54.551 INFO O| Dec 12 22:26:54.551 INFO STEP 375 (remove_files) COMPLETE |
5445 | 2024-12-12T22:26:55.257Z | [ recovery-image] Dec 12 22:26:54.551 INFO O| Dec 12 22:26:54.551 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5446 | 2024-12-12T22:26:55.275Z | [ recovery-image] Dec 12 22:26:54.569 INFO O| Dec 12 22:26:54.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5447 | 2024-12-12T22:26:55.275Z | [ recovery-image] Dec 12 22:26:54.569 INFO O| Dec 12 22:26:54.569 INFO STEP 376 (remove_files) COMPLETE |
5448 | 2024-12-12T22:26:55.275Z | [ recovery-image] Dec 12 22:26:54.569 INFO O| Dec 12 22:26:54.569 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2024-12-12T22:26:55.293Z | [ recovery-image] Dec 12 22:26:54.587 INFO O| Dec 12 22:26:54.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5450 | 2024-12-12T22:26:55.293Z | [ recovery-image] Dec 12 22:26:54.587 INFO O| Dec 12 22:26:54.587 INFO STEP 377 (remove_files) COMPLETE |
5451 | 2024-12-12T22:26:55.293Z | [ recovery-image] Dec 12 22:26:54.587 INFO O| Dec 12 22:26:54.587 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5452 | 2024-12-12T22:26:55.322Z | [ recovery-image] Dec 12 22:26:54.616 INFO O| Dec 12 22:26:54.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5453 | 2024-12-12T22:26:55.322Z | [ recovery-image] Dec 12 22:26:54.616 INFO O| Dec 12 22:26:54.616 INFO STEP 378 (remove_files) COMPLETE |
5454 | 2024-12-12T22:26:55.325Z | [ recovery-image] Dec 12 22:26:54.616 INFO O| Dec 12 22:26:54.616 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5455 | 2024-12-12T22:26:55.340Z | [ recovery-image] Dec 12 22:26:54.635 INFO O| Dec 12 22:26:54.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5456 | 2024-12-12T22:26:55.340Z | [ recovery-image] Dec 12 22:26:54.635 INFO O| Dec 12 22:26:54.635 INFO STEP 379 (remove_files) COMPLETE |
5457 | 2024-12-12T22:26:55.340Z | [ recovery-image] Dec 12 22:26:54.635 INFO O| Dec 12 22:26:54.635 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5458 | 2024-12-12T22:26:55.371Z | [ recovery-image] Dec 12 22:26:54.665 INFO O| Dec 12 22:26:54.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5459 | 2024-12-12T22:26:55.371Z | [ recovery-image] Dec 12 22:26:54.665 INFO O| Dec 12 22:26:54.665 INFO STEP 380 (remove_files) COMPLETE |
5460 | 2024-12-12T22:26:55.371Z | [ recovery-image] Dec 12 22:26:54.665 INFO O| Dec 12 22:26:54.665 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2024-12-12T22:26:55.463Z | [ recovery-image] Dec 12 22:26:54.757 INFO O| Dec 12 22:26:54.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5462 | 2024-12-12T22:26:55.463Z | [ recovery-image] Dec 12 22:26:54.757 INFO O| Dec 12 22:26:54.757 INFO STEP 381 (remove_files) COMPLETE |
5463 | 2024-12-12T22:26:55.463Z | [ recovery-image] Dec 12 22:26:54.758 INFO O| Dec 12 22:26:54.757 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2024-12-12T22:26:55.485Z | [ recovery-image] Dec 12 22:26:54.779 INFO O| Dec 12 22:26:54.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5465 | 2024-12-12T22:26:55.485Z | [ recovery-image] Dec 12 22:26:54.779 INFO O| Dec 12 22:26:54.779 INFO STEP 382 (remove_files) COMPLETE |
5466 | 2024-12-12T22:26:55.485Z | [ recovery-image] Dec 12 22:26:54.779 INFO O| Dec 12 22:26:54.779 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2024-12-12T22:26:55.507Z | [ recovery-image] Dec 12 22:26:54.801 INFO O| Dec 12 22:26:54.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5468 | 2024-12-12T22:26:55.507Z | [ recovery-image] Dec 12 22:26:54.801 INFO O| Dec 12 22:26:54.801 INFO STEP 383 (remove_files) COMPLETE |
5469 | 2024-12-12T22:26:55.507Z | [ recovery-image] Dec 12 22:26:54.801 INFO O| Dec 12 22:26:54.801 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2024-12-12T22:26:55.527Z | [ recovery-image] Dec 12 22:26:54.821 INFO O| Dec 12 22:26:54.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5471 | 2024-12-12T22:26:55.527Z | [ recovery-image] Dec 12 22:26:54.821 INFO O| Dec 12 22:26:54.821 INFO STEP 384 (remove_files) COMPLETE |
5472 | 2024-12-12T22:26:55.532Z | [ recovery-image] Dec 12 22:26:54.821 INFO O| Dec 12 22:26:54.821 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2024-12-12T22:26:55.546Z | [ recovery-image] Dec 12 22:26:54.840 INFO O| Dec 12 22:26:54.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5474 | 2024-12-12T22:26:55.546Z | [ recovery-image] Dec 12 22:26:54.841 INFO O| Dec 12 22:26:54.841 INFO STEP 385 (remove_files) COMPLETE |
5475 | 2024-12-12T22:26:55.549Z | [ recovery-image] Dec 12 22:26:54.841 INFO O| Dec 12 22:26:54.841 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2024-12-12T22:26:55.567Z | [ recovery-image] Dec 12 22:26:54.860 INFO O| Dec 12 22:26:54.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5477 | 2024-12-12T22:26:55.567Z | [ recovery-image] Dec 12 22:26:54.861 INFO O| Dec 12 22:26:54.861 INFO STEP 386 (remove_files) COMPLETE |
5478 | 2024-12-12T22:26:55.567Z | [ recovery-image] Dec 12 22:26:54.861 INFO O| Dec 12 22:26:54.861 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2024-12-12T22:26:55.587Z | [ recovery-image] Dec 12 22:26:54.880 INFO O| Dec 12 22:26:54.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5480 | 2024-12-12T22:26:55.587Z | [ recovery-image] Dec 12 22:26:54.880 INFO O| Dec 12 22:26:54.880 INFO STEP 387 (remove_files) COMPLETE |
5481 | 2024-12-12T22:26:55.587Z | [ recovery-image] Dec 12 22:26:54.880 INFO O| Dec 12 22:26:54.880 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2024-12-12T22:26:55.606Z | [ recovery-image] Dec 12 22:26:54.900 INFO O| Dec 12 22:26:54.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5483 | 2024-12-12T22:26:55.606Z | [ recovery-image] Dec 12 22:26:54.900 INFO O| Dec 12 22:26:54.900 INFO STEP 388 (remove_files) COMPLETE |
5484 | 2024-12-12T22:26:55.606Z | [ recovery-image] Dec 12 22:26:54.900 INFO O| Dec 12 22:26:54.900 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2024-12-12T22:26:55.626Z | [ recovery-image] Dec 12 22:26:54.921 INFO O| Dec 12 22:26:54.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5486 | 2024-12-12T22:26:55.626Z | [ recovery-image] Dec 12 22:26:54.921 INFO O| Dec 12 22:26:54.921 INFO STEP 389 (remove_files) COMPLETE |
5487 | 2024-12-12T22:26:55.626Z | [ recovery-image] Dec 12 22:26:54.921 INFO O| Dec 12 22:26:54.921 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2024-12-12T22:26:55.648Z | [ recovery-image] Dec 12 22:26:54.942 INFO O| Dec 12 22:26:54.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5489 | 2024-12-12T22:26:55.648Z | [ recovery-image] Dec 12 22:26:54.942 INFO O| Dec 12 22:26:54.942 INFO STEP 390 (remove_files) COMPLETE |
5490 | 2024-12-12T22:26:55.648Z | [ recovery-image] Dec 12 22:26:54.942 INFO O| Dec 12 22:26:54.942 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2024-12-12T22:26:55.668Z | [ recovery-image] Dec 12 22:26:54.962 INFO O| Dec 12 22:26:54.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5492 | 2024-12-12T22:26:55.668Z | [ recovery-image] Dec 12 22:26:54.962 INFO O| Dec 12 22:26:54.962 INFO STEP 391 (remove_files) COMPLETE |
5493 | 2024-12-12T22:26:55.668Z | [ recovery-image] Dec 12 22:26:54.962 INFO O| Dec 12 22:26:54.962 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2024-12-12T22:26:55.687Z | [ recovery-image] Dec 12 22:26:54.981 INFO O| Dec 12 22:26:54.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5495 | 2024-12-12T22:26:55.687Z | [ recovery-image] Dec 12 22:26:54.981 INFO O| Dec 12 22:26:54.981 INFO STEP 392 (remove_files) COMPLETE |
5496 | 2024-12-12T22:26:55.689Z | [ recovery-image] Dec 12 22:26:54.982 INFO O| Dec 12 22:26:54.981 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2024-12-12T22:26:55.709Z | [ recovery-image] Dec 12 22:26:55.004 INFO O| Dec 12 22:26:55.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5498 | 2024-12-12T22:26:55.709Z | [ recovery-image] Dec 12 22:26:55.004 INFO O| Dec 12 22:26:55.004 INFO STEP 393 (remove_files) COMPLETE |
5499 | 2024-12-12T22:26:55.709Z | [ recovery-image] Dec 12 22:26:55.004 INFO O| Dec 12 22:26:55.004 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2024-12-12T22:26:55.728Z | [ recovery-image] Dec 12 22:26:55.022 INFO O| Dec 12 22:26:55.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5501 | 2024-12-12T22:26:55.728Z | [ recovery-image] Dec 12 22:26:55.022 INFO O| Dec 12 22:26:55.022 INFO STEP 394 (remove_files) COMPLETE |
5502 | 2024-12-12T22:26:55.728Z | [ recovery-image] Dec 12 22:26:55.022 INFO O| Dec 12 22:26:55.022 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2024-12-12T22:26:55.791Z | [ recovery-image] Dec 12 22:26:55.085 INFO O| Dec 12 22:26:55.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5504 | 2024-12-12T22:26:55.791Z | [ recovery-image] Dec 12 22:26:55.085 INFO O| Dec 12 22:26:55.085 INFO STEP 395 (remove_files) COMPLETE |
5505 | 2024-12-12T22:26:55.795Z | [ recovery-image] Dec 12 22:26:55.085 INFO O| Dec 12 22:26:55.085 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2024-12-12T22:26:55.815Z | [ recovery-image] Dec 12 22:26:55.105 INFO O| Dec 12 22:26:55.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5507 | 2024-12-12T22:26:55.815Z | [ recovery-image] Dec 12 22:26:55.105 INFO O| Dec 12 22:26:55.105 INFO STEP 396 (remove_files) COMPLETE |
5508 | 2024-12-12T22:26:55.816Z | [ recovery-image] Dec 12 22:26:55.105 INFO O| Dec 12 22:26:55.105 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2024-12-12T22:26:55.837Z | [ recovery-image] Dec 12 22:26:55.125 INFO O| Dec 12 22:26:55.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5510 | 2024-12-12T22:26:55.837Z | [ recovery-image] Dec 12 22:26:55.125 INFO O| Dec 12 22:26:55.125 INFO STEP 397 (remove_files) COMPLETE |
5511 | 2024-12-12T22:26:55.837Z | [ recovery-image] Dec 12 22:26:55.125 INFO O| Dec 12 22:26:55.125 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2024-12-12T22:26:55.862Z | [ recovery-image] Dec 12 22:26:55.145 INFO O| Dec 12 22:26:55.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5513 | 2024-12-12T22:26:55.863Z | [ recovery-image] Dec 12 22:26:55.145 INFO O| Dec 12 22:26:55.145 INFO STEP 398 (remove_files) COMPLETE |
5514 | 2024-12-12T22:26:55.863Z | [ recovery-image] Dec 12 22:26:55.145 INFO O| Dec 12 22:26:55.145 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2024-12-12T22:26:55.885Z | [ recovery-image] Dec 12 22:26:55.165 INFO O| Dec 12 22:26:55.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5516 | 2024-12-12T22:26:55.886Z | [ recovery-image] Dec 12 22:26:55.165 INFO O| Dec 12 22:26:55.165 INFO STEP 399 (remove_files) COMPLETE |
5517 | 2024-12-12T22:26:55.898Z | [ recovery-image] Dec 12 22:26:55.165 INFO O| Dec 12 22:26:55.165 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2024-12-12T22:26:55.908Z | [ recovery-image] Dec 12 22:26:55.202 INFO O| Dec 12 22:26:55.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5519 | 2024-12-12T22:26:55.908Z | [ recovery-image] Dec 12 22:26:55.202 INFO O| Dec 12 22:26:55.202 INFO STEP 400 (remove_files) COMPLETE |
5520 | 2024-12-12T22:26:55.908Z | [ recovery-image] Dec 12 22:26:55.202 INFO O| Dec 12 22:26:55.202 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2024-12-12T22:26:55.986Z | [ recovery-image] Dec 12 22:26:55.274 INFO O| Dec 12 22:26:55.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5522 | 2024-12-12T22:26:56.003Z | [ recovery-image] Dec 12 22:26:55.275 INFO O| Dec 12 22:26:55.275 INFO STEP 401 (remove_files) COMPLETE |
5523 | 2024-12-12T22:26:56.004Z | [ recovery-image] Dec 12 22:26:55.275 INFO O| Dec 12 22:26:55.275 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-12-12T22:26:56.010Z | [ recovery-image] Dec 12 22:26:55.295 INFO O| Dec 12 22:26:55.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5525 | 2024-12-12T22:26:56.010Z | [ recovery-image] Dec 12 22:26:55.296 INFO O| Dec 12 22:26:55.296 INFO STEP 402 (remove_files) COMPLETE |
5526 | 2024-12-12T22:26:56.011Z | [ recovery-image] Dec 12 22:26:55.296 INFO O| Dec 12 22:26:55.296 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-12-12T22:26:56.024Z | [ recovery-image] Dec 12 22:26:55.317 INFO O| Dec 12 22:26:55.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5528 | 2024-12-12T22:26:56.028Z | [ recovery-image] Dec 12 22:26:55.317 INFO O| Dec 12 22:26:55.317 INFO STEP 403 (remove_files) COMPLETE |
5529 | 2024-12-12T22:26:56.028Z | [ recovery-image] Dec 12 22:26:55.317 INFO O| Dec 12 22:26:55.317 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-12-12T22:26:56.044Z | [ recovery-image] Dec 12 22:26:55.336 INFO O| Dec 12 22:26:55.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5531 | 2024-12-12T22:26:56.044Z | [ recovery-image] Dec 12 22:26:55.336 INFO O| Dec 12 22:26:55.336 INFO STEP 404 (remove_files) COMPLETE |
5532 | 2024-12-12T22:26:56.047Z | [ recovery-image] Dec 12 22:26:55.336 INFO O| Dec 12 22:26:55.336 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-12-12T22:26:56.063Z | [ recovery-image] Dec 12 22:26:55.357 INFO O| Dec 12 22:26:55.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5534 | 2024-12-12T22:26:56.063Z | [ recovery-image] Dec 12 22:26:55.357 INFO O| Dec 12 22:26:55.357 INFO STEP 405 (remove_files) COMPLETE |
5535 | 2024-12-12T22:26:56.068Z | [ recovery-image] Dec 12 22:26:55.357 INFO O| Dec 12 22:26:55.357 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-12-12T22:26:56.092Z | [ recovery-image] Dec 12 22:26:55.377 INFO O| Dec 12 22:26:55.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5537 | 2024-12-12T22:26:56.092Z | [ recovery-image] Dec 12 22:26:55.377 INFO O| Dec 12 22:26:55.377 INFO STEP 406 (remove_files) COMPLETE |
5538 | 2024-12-12T22:26:56.100Z | [ recovery-image] Dec 12 22:26:55.377 INFO O| Dec 12 22:26:55.377 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-12-12T22:26:56.108Z | [ recovery-image] Dec 12 22:26:55.398 INFO O| Dec 12 22:26:55.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5540 | 2024-12-12T22:26:56.108Z | [ recovery-image] Dec 12 22:26:55.398 INFO O| Dec 12 22:26:55.398 INFO STEP 407 (remove_files) COMPLETE |
5541 | 2024-12-12T22:26:56.108Z | [ recovery-image] Dec 12 22:26:55.398 INFO O| Dec 12 22:26:55.398 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-12-12T22:26:56.139Z | [ recovery-image] Dec 12 22:26:55.433 INFO O| Dec 12 22:26:55.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5543 | 2024-12-12T22:26:56.139Z | [ recovery-image] Dec 12 22:26:55.433 INFO O| Dec 12 22:26:55.433 INFO STEP 408 (remove_files) COMPLETE |
5544 | 2024-12-12T22:26:56.139Z | [ recovery-image] Dec 12 22:26:55.433 INFO O| Dec 12 22:26:55.433 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-12-12T22:26:56.211Z | [ recovery-image] Dec 12 22:26:55.502 INFO O| Dec 12 22:26:55.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5546 | 2024-12-12T22:26:56.211Z | [ recovery-image] Dec 12 22:26:55.502 INFO O| Dec 12 22:26:55.502 INFO STEP 409 (remove_files) COMPLETE |
5547 | 2024-12-12T22:26:56.211Z | [ recovery-image] Dec 12 22:26:55.502 INFO O| Dec 12 22:26:55.502 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-12-12T22:26:56.232Z | [ recovery-image] Dec 12 22:26:55.523 INFO O| Dec 12 22:26:55.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5549 | 2024-12-12T22:26:56.232Z | [ recovery-image] Dec 12 22:26:55.523 INFO O| Dec 12 22:26:55.523 INFO STEP 410 (remove_files) COMPLETE |
5550 | 2024-12-12T22:26:56.236Z | [ recovery-image] Dec 12 22:26:55.523 INFO O| Dec 12 22:26:55.523 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2024-12-12T22:26:56.252Z | [ recovery-image] Dec 12 22:26:55.543 INFO O| Dec 12 22:26:55.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5552 | 2024-12-12T22:26:56.252Z | [ recovery-image] Dec 12 22:26:55.543 INFO O| Dec 12 22:26:55.543 INFO STEP 411 (remove_files) COMPLETE |
5553 | 2024-12-12T22:26:56.257Z | [ recovery-image] Dec 12 22:26:55.544 INFO O| Dec 12 22:26:55.543 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2024-12-12T22:26:56.270Z | [ recovery-image] Dec 12 22:26:55.563 INFO O| Dec 12 22:26:55.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5555 | 2024-12-12T22:26:56.275Z | [ recovery-image] Dec 12 22:26:55.565 INFO O| Dec 12 22:26:55.565 INFO STEP 412 (remove_files) COMPLETE |
5556 | 2024-12-12T22:26:56.275Z | [ recovery-image] Dec 12 22:26:55.565 INFO O| Dec 12 22:26:55.565 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5557 | 2024-12-12T22:26:56.293Z | [ recovery-image] Dec 12 22:26:55.584 INFO O| Dec 12 22:26:55.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5558 | 2024-12-12T22:26:56.293Z | [ recovery-image] Dec 12 22:26:55.585 INFO O| Dec 12 22:26:55.584 INFO STEP 413 (remove_files) COMPLETE |
5559 | 2024-12-12T22:26:56.293Z | [ recovery-image] Dec 12 22:26:55.585 INFO O| Dec 12 22:26:55.585 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2024-12-12T22:26:56.309Z | [ recovery-image] Dec 12 22:26:55.604 INFO O| Dec 12 22:26:55.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5561 | 2024-12-12T22:26:56.309Z | [ recovery-image] Dec 12 22:26:55.604 INFO O| Dec 12 22:26:55.604 INFO STEP 414 (remove_files) COMPLETE |
5562 | 2024-12-12T22:26:56.309Z | [ recovery-image] Dec 12 22:26:55.604 INFO O| Dec 12 22:26:55.604 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2024-12-12T22:26:56.330Z | [ recovery-image] Dec 12 22:26:55.623 INFO O| Dec 12 22:26:55.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5564 | 2024-12-12T22:26:56.330Z | [ recovery-image] Dec 12 22:26:55.623 INFO O| Dec 12 22:26:55.623 INFO STEP 415 (remove_files) COMPLETE |
5565 | 2024-12-12T22:26:56.333Z | [ recovery-image] Dec 12 22:26:55.623 INFO O| Dec 12 22:26:55.623 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5566 | 2024-12-12T22:26:56.362Z | [ recovery-image] Dec 12 22:26:55.656 INFO O| Dec 12 22:26:55.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5567 | 2024-12-12T22:26:56.364Z | [ recovery-image] Dec 12 22:26:55.656 INFO O| Dec 12 22:26:55.656 INFO STEP 416 (remove_files) COMPLETE |
5568 | 2024-12-12T22:26:56.364Z | [ recovery-image] Dec 12 22:26:55.656 INFO O| Dec 12 22:26:55.656 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5569 | 2024-12-12T22:26:56.390Z | [ recovery-image] Dec 12 22:26:55.684 INFO O| Dec 12 22:26:55.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5570 | 2024-12-12T22:26:56.390Z | [ recovery-image] Dec 12 22:26:55.684 INFO O| Dec 12 22:26:55.684 INFO STEP 417 (remove_files) COMPLETE |
5571 | 2024-12-12T22:26:56.390Z | [ recovery-image] Dec 12 22:26:55.684 INFO O| Dec 12 22:26:55.684 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5572 | 2024-12-12T22:26:56.408Z | [ recovery-image] Dec 12 22:26:55.702 INFO O| Dec 12 22:26:55.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5573 | 2024-12-12T22:26:56.408Z | [ recovery-image] Dec 12 22:26:55.702 INFO O| Dec 12 22:26:55.702 INFO STEP 418 (remove_files) COMPLETE |
5574 | 2024-12-12T22:26:56.411Z | [ recovery-image] Dec 12 22:26:55.702 INFO O| Dec 12 22:26:55.702 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5575 | 2024-12-12T22:26:56.425Z | [ recovery-image] Dec 12 22:26:55.720 INFO O| Dec 12 22:26:55.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5576 | 2024-12-12T22:26:56.428Z | [ recovery-image] Dec 12 22:26:55.720 INFO O| Dec 12 22:26:55.720 INFO STEP 419 (remove_files) COMPLETE |
5577 | 2024-12-12T22:26:56.428Z | [ recovery-image] Dec 12 22:26:55.720 INFO O| Dec 12 22:26:55.720 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5578 | 2024-12-12T22:26:56.443Z | [ recovery-image] Dec 12 22:26:55.738 INFO O| Dec 12 22:26:55.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5579 | 2024-12-12T22:26:56.446Z | [ recovery-image] Dec 12 22:26:55.738 INFO O| Dec 12 22:26:55.738 INFO STEP 420 (remove_files) COMPLETE |
5580 | 2024-12-12T22:26:56.446Z | [ recovery-image] Dec 12 22:26:55.738 INFO O| Dec 12 22:26:55.738 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5581 | 2024-12-12T22:26:56.464Z | [ recovery-image] Dec 12 22:26:55.758 INFO O| Dec 12 22:26:55.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5582 | 2024-12-12T22:26:56.467Z | [ recovery-image] Dec 12 22:26:55.759 INFO O| Dec 12 22:26:55.759 INFO STEP 421 (remove_files) COMPLETE |
5583 | 2024-12-12T22:26:56.467Z | [ recovery-image] Dec 12 22:26:55.759 INFO O| Dec 12 22:26:55.759 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5584 | 2024-12-12T22:26:56.505Z | [ recovery-image] Dec 12 22:26:55.799 INFO O| Dec 12 22:26:55.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5585 | 2024-12-12T22:26:56.505Z | [ recovery-image] Dec 12 22:26:55.799 INFO O| Dec 12 22:26:55.799 INFO STEP 422 (remove_files) COMPLETE |
5586 | 2024-12-12T22:26:56.508Z | [ recovery-image] Dec 12 22:26:55.799 INFO O| Dec 12 22:26:55.799 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5587 | 2024-12-12T22:26:56.523Z | [ recovery-image] Dec 12 22:26:55.818 INFO O| Dec 12 22:26:55.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5588 | 2024-12-12T22:26:56.526Z | [ recovery-image] Dec 12 22:26:55.818 INFO O| Dec 12 22:26:55.818 INFO STEP 423 (remove_files) COMPLETE |
5589 | 2024-12-12T22:26:56.526Z | [ recovery-image] Dec 12 22:26:55.818 INFO O| Dec 12 22:26:55.818 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5590 | 2024-12-12T22:26:56.544Z | [ recovery-image] Dec 12 22:26:55.838 INFO O| Dec 12 22:26:55.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5591 | 2024-12-12T22:26:56.547Z | [ recovery-image] Dec 12 22:26:55.839 INFO O| Dec 12 22:26:55.839 INFO STEP 424 (remove_files) COMPLETE |
5592 | 2024-12-12T22:26:56.547Z | [ recovery-image] Dec 12 22:26:55.839 INFO O| Dec 12 22:26:55.839 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2024-12-12T22:26:56.634Z | [ recovery-image] Dec 12 22:26:55.929 INFO O| Dec 12 22:26:55.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5594 | 2024-12-12T22:26:56.637Z | [ recovery-image] Dec 12 22:26:55.929 INFO O| Dec 12 22:26:55.929 INFO STEP 425 (remove_files) COMPLETE |
5595 | 2024-12-12T22:26:56.637Z | [ recovery-image] Dec 12 22:26:55.929 INFO O| Dec 12 22:26:55.929 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2024-12-12T22:26:56.657Z | [ recovery-image] Dec 12 22:26:55.952 INFO O| Dec 12 22:26:55.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5597 | 2024-12-12T22:26:56.660Z | [ recovery-image] Dec 12 22:26:55.952 INFO O| Dec 12 22:26:55.952 INFO STEP 426 (remove_files) COMPLETE |
5598 | 2024-12-12T22:26:56.660Z | [ recovery-image] Dec 12 22:26:55.952 INFO O| Dec 12 22:26:55.952 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2024-12-12T22:26:56.689Z | [ recovery-image] Dec 12 22:26:55.983 INFO O| Dec 12 22:26:55.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5600 | 2024-12-12T22:26:56.689Z | [ recovery-image] Dec 12 22:26:55.983 INFO O| Dec 12 22:26:55.983 INFO STEP 427 (remove_files) COMPLETE |
5601 | 2024-12-12T22:26:56.689Z | [ recovery-image] Dec 12 22:26:55.983 INFO O| Dec 12 22:26:55.983 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2024-12-12T22:26:56.709Z | [ recovery-image] Dec 12 22:26:56.003 INFO O| Dec 12 22:26:56.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5603 | 2024-12-12T22:26:56.709Z | [ recovery-image] Dec 12 22:26:56.003 INFO O| Dec 12 22:26:56.003 INFO STEP 428 (remove_files) COMPLETE |
5604 | 2024-12-12T22:26:56.711Z | [ recovery-image] Dec 12 22:26:56.003 INFO O| Dec 12 22:26:56.003 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2024-12-12T22:26:56.735Z | [ recovery-image] Dec 12 22:26:56.029 INFO O| Dec 12 22:26:56.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5606 | 2024-12-12T22:26:56.735Z | [ recovery-image] Dec 12 22:26:56.029 INFO O| Dec 12 22:26:56.029 INFO STEP 429 (remove_files) COMPLETE |
5607 | 2024-12-12T22:26:56.737Z | [ recovery-image] Dec 12 22:26:56.029 INFO O| Dec 12 22:26:56.029 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5608 | 2024-12-12T22:26:56.779Z | [ recovery-image] Dec 12 22:26:56.073 INFO O| Dec 12 22:26:56.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5609 | 2024-12-12T22:26:56.779Z | [ recovery-image] Dec 12 22:26:56.073 INFO O| Dec 12 22:26:56.073 INFO STEP 430 (remove_files) COMPLETE |
5610 | 2024-12-12T22:26:56.779Z | [ recovery-image] Dec 12 22:26:56.073 INFO O| Dec 12 22:26:56.073 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5611 | 2024-12-12T22:26:56.837Z | [ recovery-image] Dec 12 22:26:56.131 INFO O| Dec 12 22:26:56.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5612 | 2024-12-12T22:26:56.837Z | [ recovery-image] Dec 12 22:26:56.131 INFO O| Dec 12 22:26:56.131 INFO STEP 431 (remove_files) COMPLETE |
5613 | 2024-12-12T22:26:56.837Z | [ recovery-image] Dec 12 22:26:56.131 INFO O| Dec 12 22:26:56.131 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5614 | 2024-12-12T22:26:56.857Z | [ recovery-image] Dec 12 22:26:56.152 INFO O| Dec 12 22:26:56.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5615 | 2024-12-12T22:26:56.857Z | [ recovery-image] Dec 12 22:26:56.152 INFO O| Dec 12 22:26:56.152 INFO STEP 432 (remove_files) COMPLETE |
5616 | 2024-12-12T22:26:56.857Z | [ recovery-image] Dec 12 22:26:56.152 INFO O| Dec 12 22:26:56.152 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5617 | 2024-12-12T22:26:56.878Z | [ recovery-image] Dec 12 22:26:56.172 INFO O| Dec 12 22:26:56.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5618 | 2024-12-12T22:26:56.881Z | [ recovery-image] Dec 12 22:26:56.172 INFO O| Dec 12 22:26:56.172 INFO STEP 433 (remove_files) COMPLETE |
5619 | 2024-12-12T22:26:56.881Z | [ recovery-image] Dec 12 22:26:56.173 INFO O| Dec 12 22:26:56.172 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-12-12T22:26:56.897Z | [ recovery-image] Dec 12 22:26:56.192 INFO O| Dec 12 22:26:56.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5621 | 2024-12-12T22:26:56.898Z | [ recovery-image] Dec 12 22:26:56.192 INFO O| Dec 12 22:26:56.192 INFO STEP 434 (remove_files) COMPLETE |
5622 | 2024-12-12T22:26:56.898Z | [ recovery-image] Dec 12 22:26:56.192 INFO O| Dec 12 22:26:56.192 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-12-12T22:26:56.961Z | [ recovery-image] Dec 12 22:26:56.256 INFO O| Dec 12 22:26:56.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5624 | 2024-12-12T22:26:56.961Z | [ recovery-image] Dec 12 22:26:56.256 INFO O| Dec 12 22:26:56.256 INFO STEP 435 (remove_files) COMPLETE |
5625 | 2024-12-12T22:26:56.964Z | [ recovery-image] Dec 12 22:26:56.256 INFO O| Dec 12 22:26:56.256 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-12-12T22:26:56.982Z | [ recovery-image] Dec 12 22:26:56.276 INFO O| Dec 12 22:26:56.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5627 | 2024-12-12T22:26:56.984Z | [ recovery-image] Dec 12 22:26:56.277 INFO O| Dec 12 22:26:56.276 INFO STEP 436 (remove_files) COMPLETE |
5628 | 2024-12-12T22:26:56.984Z | [ recovery-image] Dec 12 22:26:56.277 INFO O| Dec 12 22:26:56.277 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-12-12T22:26:57.014Z | [ recovery-image] Dec 12 22:26:56.306 INFO O| Dec 12 22:26:56.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5630 | 2024-12-12T22:26:57.014Z | [ recovery-image] Dec 12 22:26:56.306 INFO O| Dec 12 22:26:56.306 INFO STEP 437 (remove_files) COMPLETE |
5631 | 2024-12-12T22:26:57.014Z | [ recovery-image] Dec 12 22:26:56.306 INFO O| Dec 12 22:26:56.306 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-12-12T22:26:57.049Z | [ recovery-image] Dec 12 22:26:56.344 INFO O| Dec 12 22:26:56.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5633 | 2024-12-12T22:26:57.049Z | [ recovery-image] Dec 12 22:26:56.344 INFO O| Dec 12 22:26:56.344 INFO STEP 438 (remove_files) COMPLETE |
5634 | 2024-12-12T22:26:57.052Z | [ recovery-image] Dec 12 22:26:56.344 INFO O| Dec 12 22:26:56.344 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-12-12T22:26:57.110Z | [ recovery-image] Dec 12 22:26:56.405 INFO O| Dec 12 22:26:56.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5636 | 2024-12-12T22:26:57.111Z | [ recovery-image] Dec 12 22:26:56.405 INFO O| Dec 12 22:26:56.405 INFO STEP 439 (remove_files) COMPLETE |
5637 | 2024-12-12T22:26:57.111Z | [ recovery-image] Dec 12 22:26:56.405 INFO O| Dec 12 22:26:56.405 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2024-12-12T22:26:57.148Z | [ recovery-image] Dec 12 22:26:56.443 INFO O| Dec 12 22:26:56.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5639 | 2024-12-12T22:26:57.148Z | [ recovery-image] Dec 12 22:26:56.443 INFO O| Dec 12 22:26:56.443 INFO STEP 440 (remove_files) COMPLETE |
5640 | 2024-12-12T22:26:57.152Z | [ recovery-image] Dec 12 22:26:56.443 INFO O| Dec 12 22:26:56.443 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2024-12-12T22:26:57.169Z | [ recovery-image] Dec 12 22:26:56.463 INFO O| Dec 12 22:26:56.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5642 | 2024-12-12T22:26:57.169Z | [ recovery-image] Dec 12 22:26:56.463 INFO O| Dec 12 22:26:56.463 INFO STEP 441 (remove_files) COMPLETE |
5643 | 2024-12-12T22:26:57.171Z | [ recovery-image] Dec 12 22:26:56.463 INFO O| Dec 12 22:26:56.463 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2024-12-12T22:26:57.200Z | [ recovery-image] Dec 12 22:26:56.494 INFO O| Dec 12 22:26:56.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5645 | 2024-12-12T22:26:57.200Z | [ recovery-image] Dec 12 22:26:56.494 INFO O| Dec 12 22:26:56.494 INFO STEP 442 (remove_files) COMPLETE |
5646 | 2024-12-12T22:26:57.200Z | [ recovery-image] Dec 12 22:26:56.494 INFO O| Dec 12 22:26:56.494 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2024-12-12T22:26:57.222Z | [ recovery-image] Dec 12 22:26:56.516 INFO O| Dec 12 22:26:56.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5648 | 2024-12-12T22:26:57.222Z | [ recovery-image] Dec 12 22:26:56.516 INFO O| Dec 12 22:26:56.516 INFO STEP 443 (remove_files) COMPLETE |
5649 | 2024-12-12T22:26:57.222Z | [ recovery-image] Dec 12 22:26:56.516 INFO O| Dec 12 22:26:56.516 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2024-12-12T22:26:57.246Z | [ recovery-image] Dec 12 22:26:56.541 INFO O| Dec 12 22:26:56.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5651 | 2024-12-12T22:26:57.246Z | [ recovery-image] Dec 12 22:26:56.541 INFO O| Dec 12 22:26:56.541 INFO STEP 444 (remove_files) COMPLETE |
5652 | 2024-12-12T22:26:57.246Z | [ recovery-image] Dec 12 22:26:56.541 INFO O| Dec 12 22:26:56.541 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5653 | 2024-12-12T22:26:57.270Z | [ recovery-image] Dec 12 22:26:56.564 INFO O| Dec 12 22:26:56.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5654 | 2024-12-12T22:26:57.270Z | [ recovery-image] Dec 12 22:26:56.564 INFO O| Dec 12 22:26:56.564 INFO STEP 445 (remove_files) COMPLETE |
5655 | 2024-12-12T22:26:57.270Z | [ recovery-image] Dec 12 22:26:56.564 INFO O| Dec 12 22:26:56.564 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5656 | 2024-12-12T22:26:57.291Z | [ recovery-image] Dec 12 22:26:56.585 INFO O| Dec 12 22:26:56.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5657 | 2024-12-12T22:26:57.291Z | [ recovery-image] Dec 12 22:26:56.585 INFO O| Dec 12 22:26:56.585 INFO STEP 446 (remove_files) COMPLETE |
5658 | 2024-12-12T22:26:57.291Z | [ recovery-image] Dec 12 22:26:56.585 INFO O| Dec 12 22:26:56.585 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5659 | 2024-12-12T22:26:57.312Z | [ recovery-image] Dec 12 22:26:56.606 INFO O| Dec 12 22:26:56.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5660 | 2024-12-12T22:26:57.312Z | [ recovery-image] Dec 12 22:26:56.606 INFO O| Dec 12 22:26:56.606 INFO STEP 447 (remove_files) COMPLETE |
5661 | 2024-12-12T22:26:57.312Z | [ recovery-image] Dec 12 22:26:56.606 INFO O| Dec 12 22:26:56.606 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2024-12-12T22:26:57.348Z | [ recovery-image] Dec 12 22:26:56.642 INFO O| Dec 12 22:26:56.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5663 | 2024-12-12T22:26:57.348Z | [ recovery-image] Dec 12 22:26:56.642 INFO O| Dec 12 22:26:56.642 INFO STEP 448 (remove_files) COMPLETE |
5664 | 2024-12-12T22:26:57.348Z | [ recovery-image] Dec 12 22:26:56.642 INFO O| Dec 12 22:26:56.642 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2024-12-12T22:26:57.369Z | [ recovery-image] Dec 12 22:26:56.664 INFO O| Dec 12 22:26:56.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5666 | 2024-12-12T22:26:57.370Z | [ recovery-image] Dec 12 22:26:56.664 INFO O| Dec 12 22:26:56.664 INFO STEP 449 (remove_files) COMPLETE |
5667 | 2024-12-12T22:26:57.370Z | [ recovery-image] Dec 12 22:26:56.664 INFO O| Dec 12 22:26:56.664 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-12-12T22:26:57.434Z | [ recovery-image] Dec 12 22:26:56.728 INFO O| Dec 12 22:26:56.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5669 | 2024-12-12T22:26:57.434Z | [ recovery-image] Dec 12 22:26:56.728 INFO O| Dec 12 22:26:56.728 INFO STEP 450 (remove_files) COMPLETE |
5670 | 2024-12-12T22:26:57.434Z | [ recovery-image] Dec 12 22:26:56.728 INFO O| Dec 12 22:26:56.728 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-12-12T22:26:57.455Z | [ recovery-image] Dec 12 22:26:56.749 INFO O| Dec 12 22:26:56.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5672 | 2024-12-12T22:26:57.455Z | [ recovery-image] Dec 12 22:26:56.749 INFO O| Dec 12 22:26:56.749 INFO STEP 451 (remove_files) COMPLETE |
5673 | 2024-12-12T22:26:57.455Z | [ recovery-image] Dec 12 22:26:56.749 INFO O| Dec 12 22:26:56.749 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-12-12T22:26:57.474Z | [ recovery-image] Dec 12 22:26:56.769 INFO O| Dec 12 22:26:56.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5675 | 2024-12-12T22:26:57.475Z | [ recovery-image] Dec 12 22:26:56.769 INFO O| Dec 12 22:26:56.769 INFO STEP 452 (remove_files) COMPLETE |
5676 | 2024-12-12T22:26:57.475Z | [ recovery-image] Dec 12 22:26:56.769 INFO O| Dec 12 22:26:56.769 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-12-12T22:26:57.495Z | [ recovery-image] Dec 12 22:26:56.789 INFO O| Dec 12 22:26:56.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5678 | 2024-12-12T22:26:57.496Z | [ recovery-image] Dec 12 22:26:56.790 INFO O| Dec 12 22:26:56.790 INFO STEP 453 (remove_files) COMPLETE |
5679 | 2024-12-12T22:26:57.497Z | [ recovery-image] Dec 12 22:26:56.790 INFO O| Dec 12 22:26:56.790 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-12-12T22:26:57.518Z | [ recovery-image] Dec 12 22:26:56.812 INFO O| Dec 12 22:26:56.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5681 | 2024-12-12T22:26:57.520Z | [ recovery-image] Dec 12 22:26:56.812 INFO O| Dec 12 22:26:56.812 INFO STEP 454 (remove_files) COMPLETE |
5682 | 2024-12-12T22:26:57.520Z | [ recovery-image] Dec 12 22:26:56.813 INFO O| Dec 12 22:26:56.813 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-12-12T22:26:57.539Z | [ recovery-image] Dec 12 22:26:56.834 INFO O| Dec 12 22:26:56.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5684 | 2024-12-12T22:26:57.541Z | [ recovery-image] Dec 12 22:26:56.834 INFO O| Dec 12 22:26:56.834 INFO STEP 455 (remove_files) COMPLETE |
5685 | 2024-12-12T22:26:57.541Z | [ recovery-image] Dec 12 22:26:56.834 INFO O| Dec 12 22:26:56.834 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-12-12T22:26:57.560Z | [ recovery-image] Dec 12 22:26:56.855 INFO O| Dec 12 22:26:56.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5687 | 2024-12-12T22:26:57.562Z | [ recovery-image] Dec 12 22:26:56.855 INFO O| Dec 12 22:26:56.855 INFO STEP 456 (remove_files) COMPLETE |
5688 | 2024-12-12T22:26:57.562Z | [ recovery-image] Dec 12 22:26:56.855 INFO O| Dec 12 22:26:56.855 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2024-12-12T22:26:57.580Z | [ recovery-image] Dec 12 22:26:56.875 INFO O| Dec 12 22:26:56.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5690 | 2024-12-12T22:26:57.584Z | [ recovery-image] Dec 12 22:26:56.875 INFO O| Dec 12 22:26:56.875 INFO STEP 457 (remove_files) COMPLETE |
5691 | 2024-12-12T22:26:57.584Z | [ recovery-image] Dec 12 22:26:56.875 INFO O| Dec 12 22:26:56.875 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2024-12-12T22:26:57.600Z | [ recovery-image] Dec 12 22:26:56.895 INFO O| Dec 12 22:26:56.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5693 | 2024-12-12T22:26:57.603Z | [ recovery-image] Dec 12 22:26:56.895 INFO O| Dec 12 22:26:56.895 INFO STEP 458 (remove_files) COMPLETE |
5694 | 2024-12-12T22:26:57.603Z | [ recovery-image] Dec 12 22:26:56.895 INFO O| Dec 12 22:26:56.895 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2024-12-12T22:26:57.619Z | [ recovery-image] Dec 12 22:26:56.914 INFO O| Dec 12 22:26:56.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5696 | 2024-12-12T22:26:57.622Z | [ recovery-image] Dec 12 22:26:56.914 INFO O| Dec 12 22:26:56.914 INFO STEP 459 (remove_files) COMPLETE |
5697 | 2024-12-12T22:26:57.622Z | [ recovery-image] Dec 12 22:26:56.914 INFO O| Dec 12 22:26:56.914 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2024-12-12T22:26:57.638Z | [ recovery-image] Dec 12 22:26:56.933 INFO O| Dec 12 22:26:56.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5699 | 2024-12-12T22:26:57.641Z | [ recovery-image] Dec 12 22:26:56.933 INFO O| Dec 12 22:26:56.933 INFO STEP 460 (remove_files) COMPLETE |
5700 | 2024-12-12T22:26:57.641Z | [ recovery-image] Dec 12 22:26:56.933 INFO O| Dec 12 22:26:56.933 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2024-12-12T22:26:57.658Z | [ recovery-image] Dec 12 22:26:56.953 INFO O| Dec 12 22:26:56.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5702 | 2024-12-12T22:26:57.661Z | [ recovery-image] Dec 12 22:26:56.953 INFO O| Dec 12 22:26:56.953 INFO STEP 461 (remove_files) COMPLETE |
5703 | 2024-12-12T22:26:57.661Z | [ recovery-image] Dec 12 22:26:56.953 INFO O| Dec 12 22:26:56.953 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2024-12-12T22:26:57.678Z | [ recovery-image] Dec 12 22:26:56.973 INFO O| Dec 12 22:26:56.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5705 | 2024-12-12T22:26:57.681Z | [ recovery-image] Dec 12 22:26:56.973 INFO O| Dec 12 22:26:56.973 INFO STEP 462 (remove_files) COMPLETE |
5706 | 2024-12-12T22:26:57.681Z | [ recovery-image] Dec 12 22:26:56.973 INFO O| Dec 12 22:26:56.973 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2024-12-12T22:26:57.699Z | [ recovery-image] Dec 12 22:26:56.993 INFO O| Dec 12 22:26:56.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5708 | 2024-12-12T22:26:57.702Z | [ recovery-image] Dec 12 22:26:56.994 INFO O| Dec 12 22:26:56.994 INFO STEP 463 (remove_files) COMPLETE |
5709 | 2024-12-12T22:26:57.702Z | [ recovery-image] Dec 12 22:26:56.994 INFO O| Dec 12 22:26:56.994 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2024-12-12T22:26:57.719Z | [ recovery-image] Dec 12 22:26:57.014 INFO O| Dec 12 22:26:57.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5711 | 2024-12-12T22:26:57.722Z | [ recovery-image] Dec 12 22:26:57.014 INFO O| Dec 12 22:26:57.014 INFO STEP 464 (remove_files) COMPLETE |
5712 | 2024-12-12T22:26:57.722Z | [ recovery-image] Dec 12 22:26:57.014 INFO O| Dec 12 22:26:57.014 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2024-12-12T22:26:57.740Z | [ recovery-image] Dec 12 22:26:57.035 INFO O| Dec 12 22:26:57.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5714 | 2024-12-12T22:26:57.740Z | [ recovery-image] Dec 12 22:26:57.035 INFO O| Dec 12 22:26:57.035 INFO STEP 465 (remove_files) COMPLETE |
5715 | 2024-12-12T22:26:57.743Z | [ recovery-image] Dec 12 22:26:57.035 INFO O| Dec 12 22:26:57.035 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2024-12-12T22:26:57.767Z | [ recovery-image] Dec 12 22:26:57.054 INFO O| Dec 12 22:26:57.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5717 | 2024-12-12T22:26:57.770Z | [ recovery-image] Dec 12 22:26:57.054 INFO O| Dec 12 22:26:57.054 INFO STEP 466 (remove_files) COMPLETE |
5718 | 2024-12-12T22:26:57.770Z | [ recovery-image] Dec 12 22:26:57.054 INFO O| Dec 12 22:26:57.054 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-12-12T22:26:57.779Z | [ recovery-image] Dec 12 22:26:57.074 INFO O| Dec 12 22:26:57.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5720 | 2024-12-12T22:26:57.782Z | [ recovery-image] Dec 12 22:26:57.074 INFO O| Dec 12 22:26:57.074 INFO STEP 467 (remove_files) COMPLETE |
5721 | 2024-12-12T22:26:57.782Z | [ recovery-image] Dec 12 22:26:57.074 INFO O| Dec 12 22:26:57.074 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-12-12T22:26:57.801Z | [ recovery-image] Dec 12 22:26:57.095 INFO O| Dec 12 22:26:57.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5723 | 2024-12-12T22:26:57.803Z | [ recovery-image] Dec 12 22:26:57.095 INFO O| Dec 12 22:26:57.095 INFO STEP 468 (remove_files) COMPLETE |
5724 | 2024-12-12T22:26:57.803Z | [ recovery-image] Dec 12 22:26:57.096 INFO O| Dec 12 22:26:57.095 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-12-12T22:26:57.819Z | [ recovery-image] Dec 12 22:26:57.114 INFO O| Dec 12 22:26:57.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5726 | 2024-12-12T22:26:57.823Z | [ recovery-image] Dec 12 22:26:57.114 INFO O| Dec 12 22:26:57.114 INFO STEP 469 (remove_files) COMPLETE |
5727 | 2024-12-12T22:26:57.823Z | [ recovery-image] Dec 12 22:26:57.114 INFO O| Dec 12 22:26:57.114 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-12-12T22:26:57.838Z | [ recovery-image] Dec 12 22:26:57.133 INFO O| Dec 12 22:26:57.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5729 | 2024-12-12T22:26:57.841Z | [ recovery-image] Dec 12 22:26:57.133 INFO O| Dec 12 22:26:57.133 INFO STEP 470 (remove_files) COMPLETE |
5730 | 2024-12-12T22:26:57.841Z | [ recovery-image] Dec 12 22:26:57.133 INFO O| Dec 12 22:26:57.133 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-12-12T22:26:57.856Z | [ host-image] Dec 12 22:26:57.150 INFO O| Dec 12 22:26:57.150 INFO O| Download: 1027/1140 items 3.5/8.4MB 41% complete (719k/s) |
5732 | 2024-12-12T22:26:57.859Z | [ recovery-image] Dec 12 22:26:57.153 INFO O| Dec 12 22:26:57.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5733 | 2024-12-12T22:26:57.859Z | [ recovery-image] Dec 12 22:26:57.153 INFO O| Dec 12 22:26:57.153 INFO STEP 471 (remove_files) COMPLETE |
5734 | 2024-12-12T22:26:57.859Z | [ recovery-image] Dec 12 22:26:57.153 INFO O| Dec 12 22:26:57.153 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2024-12-12T22:26:57.878Z | [ recovery-image] Dec 12 22:26:57.172 INFO O| Dec 12 22:26:57.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5736 | 2024-12-12T22:26:57.884Z | [ recovery-image] Dec 12 22:26:57.172 INFO O| Dec 12 22:26:57.172 INFO STEP 472 (remove_files) COMPLETE |
5737 | 2024-12-12T22:26:57.884Z | [ recovery-image] Dec 12 22:26:57.173 INFO O| Dec 12 22:26:57.172 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5738 | 2024-12-12T22:26:57.899Z | [ recovery-image] Dec 12 22:26:57.193 INFO O| Dec 12 22:26:57.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5739 | 2024-12-12T22:26:57.903Z | [ recovery-image] Dec 12 22:26:57.194 INFO O| Dec 12 22:26:57.194 INFO STEP 473 (remove_files) COMPLETE |
5740 | 2024-12-12T22:26:57.903Z | [ recovery-image] Dec 12 22:26:57.194 INFO O| Dec 12 22:26:57.194 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2024-12-12T22:26:57.920Z | [ recovery-image] Dec 12 22:26:57.214 INFO O| Dec 12 22:26:57.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5742 | 2024-12-12T22:26:57.923Z | [ recovery-image] Dec 12 22:26:57.215 INFO O| Dec 12 22:26:57.215 INFO STEP 474 (remove_files) COMPLETE |
5743 | 2024-12-12T22:26:57.923Z | [ recovery-image] Dec 12 22:26:57.215 INFO O| Dec 12 22:26:57.215 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2024-12-12T22:26:57.941Z | [ recovery-image] Dec 12 22:26:57.236 INFO O| Dec 12 22:26:57.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5745 | 2024-12-12T22:26:57.946Z | [ recovery-image] Dec 12 22:26:57.236 INFO O| Dec 12 22:26:57.236 INFO STEP 475 (remove_files) COMPLETE |
5746 | 2024-12-12T22:26:57.946Z | [ recovery-image] Dec 12 22:26:57.236 INFO O| Dec 12 22:26:57.236 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2024-12-12T22:26:57.961Z | [ recovery-image] Dec 12 22:26:57.256 INFO O| Dec 12 22:26:57.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5748 | 2024-12-12T22:26:57.965Z | [ recovery-image] Dec 12 22:26:57.256 INFO O| Dec 12 22:26:57.256 INFO STEP 476 (remove_files) COMPLETE |
5749 | 2024-12-12T22:26:57.965Z | [ recovery-image] Dec 12 22:26:57.257 INFO O| Dec 12 22:26:57.256 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-12-12T22:26:57.982Z | [ recovery-image] Dec 12 22:26:57.276 INFO O| Dec 12 22:26:57.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5751 | 2024-12-12T22:26:57.984Z | [ recovery-image] Dec 12 22:26:57.277 INFO O| Dec 12 22:26:57.277 INFO STEP 477 (remove_files) COMPLETE |
5752 | 2024-12-12T22:26:57.984Z | [ recovery-image] Dec 12 22:26:57.277 INFO O| Dec 12 22:26:57.277 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-12-12T22:26:58.002Z | [ recovery-image] Dec 12 22:26:57.296 INFO O| Dec 12 22:26:57.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5754 | 2024-12-12T22:26:58.007Z | [ recovery-image] Dec 12 22:26:57.297 INFO O| Dec 12 22:26:57.297 INFO STEP 478 (remove_files) COMPLETE |
5755 | 2024-12-12T22:26:58.007Z | [ recovery-image] Dec 12 22:26:57.297 INFO O| Dec 12 22:26:57.297 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-12-12T22:26:58.023Z | [ recovery-image] Dec 12 22:26:57.317 INFO O| Dec 12 22:26:57.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5757 | 2024-12-12T22:26:58.025Z | [ recovery-image] Dec 12 22:26:57.318 INFO O| Dec 12 22:26:57.317 INFO STEP 479 (remove_files) COMPLETE |
5758 | 2024-12-12T22:26:58.025Z | [ recovery-image] Dec 12 22:26:57.318 INFO O| Dec 12 22:26:57.318 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-12-12T22:26:58.043Z | [ recovery-image] Dec 12 22:26:57.338 INFO O| Dec 12 22:26:57.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5760 | 2024-12-12T22:26:58.046Z | [ recovery-image] Dec 12 22:26:57.338 INFO O| Dec 12 22:26:57.338 INFO STEP 480 (remove_files) COMPLETE |
5761 | 2024-12-12T22:26:58.046Z | [ recovery-image] Dec 12 22:26:57.338 INFO O| Dec 12 22:26:57.338 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-12-12T22:26:58.065Z | [ recovery-image] Dec 12 22:26:57.359 INFO O| Dec 12 22:26:57.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5763 | 2024-12-12T22:26:58.067Z | [ recovery-image] Dec 12 22:26:57.360 INFO O| Dec 12 22:26:57.360 INFO STEP 481 (remove_files) COMPLETE |
5764 | 2024-12-12T22:26:58.067Z | [ recovery-image] Dec 12 22:26:57.360 INFO O| Dec 12 22:26:57.360 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-12-12T22:26:58.087Z | [ recovery-image] Dec 12 22:26:57.382 INFO O| Dec 12 22:26:57.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5766 | 2024-12-12T22:26:58.089Z | [ recovery-image] Dec 12 22:26:57.382 INFO O| Dec 12 22:26:57.382 INFO STEP 482 (remove_files) COMPLETE |
5767 | 2024-12-12T22:26:58.089Z | [ recovery-image] Dec 12 22:26:57.382 INFO O| Dec 12 22:26:57.382 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-12-12T22:26:58.110Z | [ recovery-image] Dec 12 22:26:57.405 INFO O| Dec 12 22:26:57.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5769 | 2024-12-12T22:26:58.113Z | [ recovery-image] Dec 12 22:26:57.405 INFO O| Dec 12 22:26:57.405 INFO STEP 483 (remove_files) COMPLETE |
5770 | 2024-12-12T22:26:58.113Z | [ recovery-image] Dec 12 22:26:57.405 INFO O| Dec 12 22:26:57.405 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-12-12T22:26:58.133Z | [ recovery-image] Dec 12 22:26:57.428 INFO O| Dec 12 22:26:57.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5772 | 2024-12-12T22:26:58.136Z | [ recovery-image] Dec 12 22:26:57.428 INFO O| Dec 12 22:26:57.428 INFO STEP 484 (remove_files) COMPLETE |
5773 | 2024-12-12T22:26:58.136Z | [ recovery-image] Dec 12 22:26:57.428 INFO O| Dec 12 22:26:57.428 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-12-12T22:26:58.158Z | [ recovery-image] Dec 12 22:26:57.453 INFO O| Dec 12 22:26:57.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5775 | 2024-12-12T22:26:58.187Z | [ recovery-image] Dec 12 22:26:57.481 INFO O| Dec 12 22:26:57.481 INFO STEP 485 (remove_files) COMPLETE |
5776 | 2024-12-12T22:26:58.187Z | [ recovery-image] Dec 12 22:26:57.481 INFO O| Dec 12 22:26:57.481 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-12-12T22:26:58.220Z | [ recovery-image] Dec 12 22:26:57.514 INFO O| Dec 12 22:26:57.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5778 | 2024-12-12T22:26:58.222Z | [ recovery-image] Dec 12 22:26:57.515 INFO O| Dec 12 22:26:57.514 INFO STEP 486 (remove_files) COMPLETE |
5779 | 2024-12-12T22:26:58.222Z | [ recovery-image] Dec 12 22:26:57.515 INFO O| Dec 12 22:26:57.515 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-12-12T22:26:58.242Z | [ recovery-image] Dec 12 22:26:57.537 INFO O| Dec 12 22:26:57.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5781 | 2024-12-12T22:26:58.242Z | [ recovery-image] Dec 12 22:26:57.537 INFO O| Dec 12 22:26:57.537 INFO STEP 487 (remove_files) COMPLETE |
5782 | 2024-12-12T22:26:58.242Z | [ recovery-image] Dec 12 22:26:57.537 INFO O| Dec 12 22:26:57.537 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-12-12T22:26:58.264Z | [ recovery-image] Dec 12 22:26:57.558 INFO O| Dec 12 22:26:57.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5784 | 2024-12-12T22:26:58.266Z | [ recovery-image] Dec 12 22:26:57.559 INFO O| Dec 12 22:26:57.559 INFO STEP 488 (remove_files) COMPLETE |
5785 | 2024-12-12T22:26:58.266Z | [ recovery-image] Dec 12 22:26:57.559 INFO O| Dec 12 22:26:57.559 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-12-12T22:26:58.284Z | [ recovery-image] Dec 12 22:26:57.579 INFO O| Dec 12 22:26:57.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5787 | 2024-12-12T22:26:58.284Z | [ recovery-image] Dec 12 22:26:57.579 INFO O| Dec 12 22:26:57.579 INFO STEP 489 (remove_files) COMPLETE |
5788 | 2024-12-12T22:26:58.284Z | [ recovery-image] Dec 12 22:26:57.579 INFO O| Dec 12 22:26:57.579 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-12-12T22:26:58.309Z | [ recovery-image] Dec 12 22:26:57.604 INFO O| Dec 12 22:26:57.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5790 | 2024-12-12T22:26:58.309Z | [ recovery-image] Dec 12 22:26:57.604 INFO O| Dec 12 22:26:57.604 INFO STEP 490 (remove_files) COMPLETE |
5791 | 2024-12-12T22:26:58.310Z | [ recovery-image] Dec 12 22:26:57.604 INFO O| Dec 12 22:26:57.604 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-12-12T22:26:58.336Z | [ recovery-image] Dec 12 22:26:57.630 INFO O| Dec 12 22:26:57.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5793 | 2024-12-12T22:26:58.336Z | [ recovery-image] Dec 12 22:26:57.630 INFO O| Dec 12 22:26:57.630 INFO STEP 491 (remove_files) COMPLETE |
5794 | 2024-12-12T22:26:58.336Z | [ recovery-image] Dec 12 22:26:57.630 INFO O| Dec 12 22:26:57.630 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-12-12T22:26:58.355Z | [ recovery-image] Dec 12 22:26:57.650 INFO O| Dec 12 22:26:57.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5796 | 2024-12-12T22:26:58.356Z | [ recovery-image] Dec 12 22:26:57.650 INFO O| Dec 12 22:26:57.650 INFO STEP 492 (remove_files) COMPLETE |
5797 | 2024-12-12T22:26:58.358Z | [ recovery-image] Dec 12 22:26:57.650 INFO O| Dec 12 22:26:57.650 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-12-12T22:26:58.400Z | [ recovery-image] Dec 12 22:26:57.695 INFO O| Dec 12 22:26:57.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5799 | 2024-12-12T22:26:58.400Z | [ recovery-image] Dec 12 22:26:57.695 INFO O| Dec 12 22:26:57.695 INFO STEP 493 (remove_files) COMPLETE |
5800 | 2024-12-12T22:26:58.400Z | [ recovery-image] Dec 12 22:26:57.695 INFO O| Dec 12 22:26:57.695 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-12-12T22:26:58.422Z | [ recovery-image] Dec 12 22:26:57.717 INFO O| Dec 12 22:26:57.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5802 | 2024-12-12T22:26:58.422Z | [ recovery-image] Dec 12 22:26:57.717 INFO O| Dec 12 22:26:57.717 INFO STEP 494 (remove_files) COMPLETE |
5803 | 2024-12-12T22:26:58.422Z | [ recovery-image] Dec 12 22:26:57.717 INFO O| Dec 12 22:26:57.717 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-12-12T22:26:58.443Z | [ recovery-image] Dec 12 22:26:57.737 INFO O| Dec 12 22:26:57.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5805 | 2024-12-12T22:26:58.443Z | [ recovery-image] Dec 12 22:26:57.737 INFO O| Dec 12 22:26:57.737 INFO STEP 495 (remove_files) COMPLETE |
5806 | 2024-12-12T22:26:58.448Z | [ recovery-image] Dec 12 22:26:57.737 INFO O| Dec 12 22:26:57.737 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-12-12T22:26:58.462Z | [ recovery-image] Dec 12 22:26:57.757 INFO O| Dec 12 22:26:57.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5808 | 2024-12-12T22:26:58.462Z | [ recovery-image] Dec 12 22:26:57.757 INFO O| Dec 12 22:26:57.757 INFO STEP 496 (remove_files) COMPLETE |
5809 | 2024-12-12T22:26:58.462Z | [ recovery-image] Dec 12 22:26:57.757 INFO O| Dec 12 22:26:57.757 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-12-12T22:26:58.505Z | [ recovery-image] Dec 12 22:26:57.800 INFO O| Dec 12 22:26:57.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5811 | 2024-12-12T22:26:58.508Z | [ recovery-image] Dec 12 22:26:57.800 INFO O| Dec 12 22:26:57.800 INFO STEP 497 (remove_files) COMPLETE |
5812 | 2024-12-12T22:26:58.508Z | [ recovery-image] Dec 12 22:26:57.800 INFO O| Dec 12 22:26:57.800 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-12-12T22:26:58.526Z | [ recovery-image] Dec 12 22:26:57.821 INFO O| Dec 12 22:26:57.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5814 | 2024-12-12T22:26:58.526Z | [ recovery-image] Dec 12 22:26:57.821 INFO O| Dec 12 22:26:57.821 INFO STEP 498 (remove_files) COMPLETE |
5815 | 2024-12-12T22:26:58.527Z | [ recovery-image] Dec 12 22:26:57.821 INFO O| Dec 12 22:26:57.821 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-12-12T22:26:58.546Z | [ recovery-image] Dec 12 22:26:57.841 INFO O| Dec 12 22:26:57.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5817 | 2024-12-12T22:26:58.546Z | [ recovery-image] Dec 12 22:26:57.841 INFO O| Dec 12 22:26:57.841 INFO STEP 499 (remove_files) COMPLETE |
5818 | 2024-12-12T22:26:58.546Z | [ recovery-image] Dec 12 22:26:57.841 INFO O| Dec 12 22:26:57.841 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-12-12T22:26:58.564Z | [ recovery-image] Dec 12 22:26:57.858 INFO O| Dec 12 22:26:57.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5820 | 2024-12-12T22:26:58.564Z | [ recovery-image] Dec 12 22:26:57.859 INFO O| Dec 12 22:26:57.859 INFO STEP 500 (remove_files) COMPLETE |
5821 | 2024-12-12T22:26:58.567Z | [ recovery-image] Dec 12 22:26:57.859 INFO O| Dec 12 22:26:57.859 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2024-12-12T22:26:58.582Z | [ recovery-image] Dec 12 22:26:57.876 INFO O| Dec 12 22:26:57.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5823 | 2024-12-12T22:26:58.582Z | [ recovery-image] Dec 12 22:26:57.876 INFO O| Dec 12 22:26:57.876 INFO STEP 501 (remove_files) COMPLETE |
5824 | 2024-12-12T22:26:58.584Z | [ recovery-image] Dec 12 22:26:57.876 INFO O| Dec 12 22:26:57.876 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2024-12-12T22:26:58.600Z | [ recovery-image] Dec 12 22:26:57.894 INFO O| Dec 12 22:26:57.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5826 | 2024-12-12T22:26:58.600Z | [ recovery-image] Dec 12 22:26:57.894 INFO O| Dec 12 22:26:57.894 INFO STEP 502 (remove_files) COMPLETE |
5827 | 2024-12-12T22:26:58.600Z | [ recovery-image] Dec 12 22:26:57.894 INFO O| Dec 12 22:26:57.894 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2024-12-12T22:26:58.618Z | [ recovery-image] Dec 12 22:26:57.912 INFO O| Dec 12 22:26:57.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5829 | 2024-12-12T22:26:58.618Z | [ recovery-image] Dec 12 22:26:57.912 INFO O| Dec 12 22:26:57.912 INFO STEP 503 (remove_files) COMPLETE |
5830 | 2024-12-12T22:26:58.618Z | [ recovery-image] Dec 12 22:26:57.912 INFO O| Dec 12 22:26:57.912 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-12-12T22:26:58.773Z | [ recovery-image] Dec 12 22:26:58.067 INFO O| Dec 12 22:26:58.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5832 | 2024-12-12T22:26:58.773Z | [ recovery-image] Dec 12 22:26:58.067 INFO O| Dec 12 22:26:58.067 INFO STEP 504 (remove_files) COMPLETE |
5833 | 2024-12-12T22:26:58.773Z | [ recovery-image] Dec 12 22:26:58.067 INFO O| Dec 12 22:26:58.067 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-12-12T22:26:58.797Z | [ recovery-image] Dec 12 22:26:58.091 INFO O| Dec 12 22:26:58.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5835 | 2024-12-12T22:26:58.797Z | [ recovery-image] Dec 12 22:26:58.091 INFO O| Dec 12 22:26:58.091 INFO STEP 505 (remove_files) COMPLETE |
5836 | 2024-12-12T22:26:58.797Z | [ recovery-image] Dec 12 22:26:58.091 INFO O| Dec 12 22:26:58.091 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-12-12T22:26:58.819Z | [ recovery-image] Dec 12 22:26:58.114 INFO O| Dec 12 22:26:58.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5838 | 2024-12-12T22:26:58.822Z | [ recovery-image] Dec 12 22:26:58.114 INFO O| Dec 12 22:26:58.114 INFO STEP 506 (remove_files) COMPLETE |
5839 | 2024-12-12T22:26:58.822Z | [ recovery-image] Dec 12 22:26:58.114 INFO O| Dec 12 22:26:58.114 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-12-12T22:26:58.839Z | [ recovery-image] Dec 12 22:26:58.134 INFO O| Dec 12 22:26:58.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5841 | 2024-12-12T22:26:58.842Z | [ recovery-image] Dec 12 22:26:58.134 INFO O| Dec 12 22:26:58.134 INFO STEP 507 (remove_files) COMPLETE |
5842 | 2024-12-12T22:26:58.842Z | [ recovery-image] Dec 12 22:26:58.134 INFO O| Dec 12 22:26:58.134 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-12-12T22:26:58.856Z | [ recovery-image] Dec 12 22:26:58.151 INFO O| Dec 12 22:26:58.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5844 | 2024-12-12T22:26:58.856Z | [ recovery-image] Dec 12 22:26:58.151 INFO O| Dec 12 22:26:58.151 INFO STEP 508 (remove_files) COMPLETE |
5845 | 2024-12-12T22:26:58.857Z | [ recovery-image] Dec 12 22:26:58.151 INFO O| Dec 12 22:26:58.151 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-12-12T22:26:58.893Z | [ recovery-image] Dec 12 22:26:58.188 INFO O| Dec 12 22:26:58.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5847 | 2024-12-12T22:26:58.917Z | [ recovery-image] Dec 12 22:26:58.211 INFO O| Dec 12 22:26:58.211 INFO STEP 509 (remove_files) COMPLETE |
5848 | 2024-12-12T22:26:58.917Z | [ recovery-image] Dec 12 22:26:58.211 INFO O| Dec 12 22:26:58.211 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-12-12T22:26:58.975Z | [ recovery-image] Dec 12 22:26:58.270 INFO O| Dec 12 22:26:58.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5850 | 2024-12-12T22:26:58.977Z | [ recovery-image] Dec 12 22:26:58.270 INFO O| Dec 12 22:26:58.270 INFO STEP 510 (remove_files) COMPLETE |
5851 | 2024-12-12T22:26:58.977Z | [ recovery-image] Dec 12 22:26:58.270 INFO O| Dec 12 22:26:58.270 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-12-12T22:26:58.999Z | [ recovery-image] Dec 12 22:26:58.294 INFO O| Dec 12 22:26:58.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5853 | 2024-12-12T22:26:59.002Z | [ recovery-image] Dec 12 22:26:58.294 INFO O| Dec 12 22:26:58.294 INFO STEP 511 (remove_files) COMPLETE |
5854 | 2024-12-12T22:26:59.002Z | [ recovery-image] Dec 12 22:26:58.294 INFO O| Dec 12 22:26:58.294 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-12-12T22:26:59.021Z | [ recovery-image] Dec 12 22:26:58.316 INFO O| Dec 12 22:26:58.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5856 | 2024-12-12T22:26:59.023Z | [ recovery-image] Dec 12 22:26:58.316 INFO O| Dec 12 22:26:58.316 INFO STEP 512 (remove_files) COMPLETE |
5857 | 2024-12-12T22:26:59.023Z | [ recovery-image] Dec 12 22:26:58.316 INFO O| Dec 12 22:26:58.316 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-12-12T22:26:59.042Z | [ recovery-image] Dec 12 22:26:58.337 INFO O| Dec 12 22:26:58.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5859 | 2024-12-12T22:26:59.045Z | [ recovery-image] Dec 12 22:26:58.337 INFO O| Dec 12 22:26:58.337 INFO STEP 513 (remove_files) COMPLETE |
5860 | 2024-12-12T22:26:59.045Z | [ recovery-image] Dec 12 22:26:58.338 INFO O| Dec 12 22:26:58.337 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-12-12T22:26:59.058Z | [ host-image] Dec 12 22:26:58.353 INFO O| Dec 12 22:26:58.353 INFO O| Download: Completed 8.42 MB in 6.23 seconds (1.4M/s) |
5862 | 2024-12-12T22:26:59.092Z | [ recovery-image] Dec 12 22:26:58.385 INFO O| Dec 12 22:26:58.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5863 | 2024-12-12T22:26:59.092Z | [ recovery-image] Dec 12 22:26:58.386 INFO O| Dec 12 22:26:58.386 INFO STEP 514 (remove_files) COMPLETE |
5864 | 2024-12-12T22:26:59.092Z | [ recovery-image] Dec 12 22:26:58.386 INFO O| Dec 12 22:26:58.386 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5865 | 2024-12-12T22:26:59.141Z | [ recovery-image] Dec 12 22:26:58.436 INFO O| Dec 12 22:26:58.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5866 | 2024-12-12T22:26:59.141Z | [ recovery-image] Dec 12 22:26:58.436 INFO O| Dec 12 22:26:58.436 INFO STEP 515 (remove_files) COMPLETE |
5867 | 2024-12-12T22:26:59.145Z | [ recovery-image] Dec 12 22:26:58.436 INFO O| Dec 12 22:26:58.436 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5868 | 2024-12-12T22:26:59.175Z | [ host-image] Dec 12 22:26:58.469 INFO O| Dec 12 22:26:58.469 INFO O| Actions: 1/1361 actions (Installing new actions) |
5869 | 2024-12-12T22:26:59.184Z | [ recovery-image] Dec 12 22:26:58.478 INFO O| Dec 12 22:26:58.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5870 | 2024-12-12T22:26:59.195Z | [ recovery-image] Dec 12 22:26:58.489 INFO O| Dec 12 22:26:58.489 INFO STEP 516 (remove_files) COMPLETE |
5871 | 2024-12-12T22:26:59.195Z | [ recovery-image] Dec 12 22:26:58.489 INFO O| Dec 12 22:26:58.489 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2024-12-12T22:26:59.318Z | [ recovery-image] Dec 12 22:26:58.613 INFO O| Dec 12 22:26:58.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5873 | 2024-12-12T22:26:59.318Z | [ recovery-image] Dec 12 22:26:58.613 INFO O| Dec 12 22:26:58.613 INFO STEP 517 (remove_files) COMPLETE |
5874 | 2024-12-12T22:26:59.318Z | [ recovery-image] Dec 12 22:26:58.613 INFO O| Dec 12 22:26:58.613 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2024-12-12T22:26:59.344Z | [ recovery-image] Dec 12 22:26:58.639 INFO O| Dec 12 22:26:58.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5876 | 2024-12-12T22:26:59.347Z | [ recovery-image] Dec 12 22:26:58.639 INFO O| Dec 12 22:26:58.639 INFO STEP 518 (remove_files) COMPLETE |
5877 | 2024-12-12T22:26:59.347Z | [ recovery-image] Dec 12 22:26:58.639 INFO O| Dec 12 22:26:58.639 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2024-12-12T22:26:59.394Z | [ recovery-image] Dec 12 22:26:58.688 INFO O| Dec 12 22:26:58.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5879 | 2024-12-12T22:26:59.394Z | [ recovery-image] Dec 12 22:26:58.688 INFO O| Dec 12 22:26:58.688 INFO STEP 519 (remove_files) COMPLETE |
5880 | 2024-12-12T22:26:59.396Z | [ recovery-image] Dec 12 22:26:58.688 INFO O| Dec 12 22:26:58.688 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2024-12-12T22:26:59.446Z | [ recovery-image] Dec 12 22:26:58.741 INFO O| Dec 12 22:26:58.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5882 | 2024-12-12T22:26:59.446Z | [ recovery-image] Dec 12 22:26:58.741 INFO O| Dec 12 22:26:58.741 INFO STEP 520 (remove_files) COMPLETE |
5883 | 2024-12-12T22:26:59.446Z | [ recovery-image] Dec 12 22:26:58.741 INFO O| Dec 12 22:26:58.741 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2024-12-12T22:26:59.491Z | [ recovery-image] Dec 12 22:26:58.785 INFO O| Dec 12 22:26:58.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5885 | 2024-12-12T22:26:59.491Z | [ recovery-image] Dec 12 22:26:58.785 INFO O| Dec 12 22:26:58.785 INFO STEP 521 (remove_files) COMPLETE |
5886 | 2024-12-12T22:26:59.491Z | [ recovery-image] Dec 12 22:26:58.785 INFO O| Dec 12 22:26:58.785 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2024-12-12T22:26:59.510Z | [ recovery-image] Dec 12 22:26:58.805 INFO O| Dec 12 22:26:58.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5888 | 2024-12-12T22:26:59.511Z | [ recovery-image] Dec 12 22:26:58.805 INFO O| Dec 12 22:26:58.805 INFO STEP 522 (remove_files) COMPLETE |
5889 | 2024-12-12T22:26:59.511Z | [ recovery-image] Dec 12 22:26:58.805 INFO O| Dec 12 22:26:58.805 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2024-12-12T22:26:59.588Z | [ recovery-image] Dec 12 22:26:58.883 INFO O| Dec 12 22:26:58.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5891 | 2024-12-12T22:26:59.588Z | [ recovery-image] Dec 12 22:26:58.883 INFO O| Dec 12 22:26:58.883 INFO STEP 523 (remove_files) COMPLETE |
5892 | 2024-12-12T22:26:59.600Z | [ recovery-image] Dec 12 22:26:58.883 INFO O| Dec 12 22:26:58.883 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2024-12-12T22:26:59.611Z | [ recovery-image] Dec 12 22:26:58.905 INFO O| Dec 12 22:26:58.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5894 | 2024-12-12T22:26:59.611Z | [ recovery-image] Dec 12 22:26:58.905 INFO O| Dec 12 22:26:58.905 INFO STEP 524 (remove_files) COMPLETE |
5895 | 2024-12-12T22:26:59.611Z | [ recovery-image] Dec 12 22:26:58.905 INFO O| Dec 12 22:26:58.905 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2024-12-12T22:26:59.630Z | [ recovery-image] Dec 12 22:26:58.924 INFO O| Dec 12 22:26:58.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5897 | 2024-12-12T22:26:59.630Z | [ recovery-image] Dec 12 22:26:58.924 INFO O| Dec 12 22:26:58.924 INFO STEP 525 (remove_files) COMPLETE |
5898 | 2024-12-12T22:26:59.630Z | [ recovery-image] Dec 12 22:26:58.924 INFO O| Dec 12 22:26:58.924 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2024-12-12T22:26:59.649Z | [ recovery-image] Dec 12 22:26:58.942 INFO O| Dec 12 22:26:58.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5900 | 2024-12-12T22:26:59.649Z | [ recovery-image] Dec 12 22:26:58.942 INFO O| Dec 12 22:26:58.942 INFO STEP 526 (remove_files) COMPLETE |
5901 | 2024-12-12T22:26:59.649Z | [ recovery-image] Dec 12 22:26:58.942 INFO O| Dec 12 22:26:58.942 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2024-12-12T22:26:59.666Z | [ recovery-image] Dec 12 22:26:58.960 INFO O| Dec 12 22:26:58.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5903 | 2024-12-12T22:26:59.666Z | [ recovery-image] Dec 12 22:26:58.960 INFO O| Dec 12 22:26:58.960 INFO STEP 527 (remove_files) COMPLETE |
5904 | 2024-12-12T22:26:59.666Z | [ recovery-image] Dec 12 22:26:58.960 INFO O| Dec 12 22:26:58.960 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2024-12-12T22:26:59.856Z | [ host-image] Dec 12 22:26:59.150 INFO O| Dec 12 22:26:59.150 INFO O| Actions: Completed 1361 actions in 0.68 seconds. |
5906 | 2024-12-12T22:26:59.870Z | [ recovery-image] Dec 12 22:26:59.164 INFO O| Dec 12 22:26:59.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5907 | 2024-12-12T22:26:59.870Z | [ recovery-image] Dec 12 22:26:59.164 INFO O| Dec 12 22:26:59.164 INFO STEP 528 (remove_files) COMPLETE |
5908 | 2024-12-12T22:26:59.873Z | [ recovery-image] Dec 12 22:26:59.165 INFO O| Dec 12 22:26:59.164 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-12-12T22:26:59.890Z | [ recovery-image] Dec 12 22:26:59.183 INFO O| Dec 12 22:26:59.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5910 | 2024-12-12T22:26:59.890Z | [ recovery-image] Dec 12 22:26:59.183 INFO O| Dec 12 22:26:59.183 INFO STEP 529 (remove_files) COMPLETE |
5911 | 2024-12-12T22:26:59.890Z | [ recovery-image] Dec 12 22:26:59.183 INFO O| Dec 12 22:26:59.183 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-12-12T22:26:59.907Z | [ recovery-image] Dec 12 22:26:59.201 INFO O| Dec 12 22:26:59.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5913 | 2024-12-12T22:26:59.907Z | [ recovery-image] Dec 12 22:26:59.201 INFO O| Dec 12 22:26:59.201 INFO STEP 530 (remove_files) COMPLETE |
5914 | 2024-12-12T22:26:59.909Z | [ recovery-image] Dec 12 22:26:59.201 INFO O| Dec 12 22:26:59.201 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-12-12T22:26:59.924Z | [ recovery-image] Dec 12 22:26:59.219 INFO O| Dec 12 22:26:59.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5916 | 2024-12-12T22:26:59.925Z | [ recovery-image] Dec 12 22:26:59.219 INFO O| Dec 12 22:26:59.219 INFO STEP 531 (remove_files) COMPLETE |
5917 | 2024-12-12T22:26:59.927Z | [ recovery-image] Dec 12 22:26:59.219 INFO O| Dec 12 22:26:59.219 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-12-12T22:27:00.006Z | [ recovery-image] Dec 12 22:26:59.300 INFO O| Dec 12 22:26:59.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5919 | 2024-12-12T22:27:00.008Z | [ recovery-image] Dec 12 22:26:59.300 INFO O| Dec 12 22:26:59.300 INFO STEP 532 (remove_files) COMPLETE |
5920 | 2024-12-12T22:27:00.008Z | [ recovery-image] Dec 12 22:26:59.300 INFO O| Dec 12 22:26:59.300 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-12-12T22:27:00.065Z | [ recovery-image] Dec 12 22:26:59.359 INFO O| Dec 12 22:26:59.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5922 | 2024-12-12T22:27:00.065Z | [ recovery-image] Dec 12 22:26:59.359 INFO O| Dec 12 22:26:59.359 INFO STEP 533 (remove_files) COMPLETE |
5923 | 2024-12-12T22:27:00.067Z | [ recovery-image] Dec 12 22:26:59.359 INFO O| Dec 12 22:26:59.359 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-12-12T22:27:00.083Z | [ recovery-image] Dec 12 22:26:59.378 INFO O| Dec 12 22:26:59.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5925 | 2024-12-12T22:27:00.085Z | [ recovery-image] Dec 12 22:26:59.378 INFO O| Dec 12 22:26:59.378 INFO STEP 534 (remove_files) COMPLETE |
5926 | 2024-12-12T22:27:00.085Z | [ recovery-image] Dec 12 22:26:59.378 INFO O| Dec 12 22:26:59.378 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-12-12T22:27:00.103Z | [ recovery-image] Dec 12 22:26:59.398 INFO O| Dec 12 22:26:59.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5928 | 2024-12-12T22:27:00.103Z | [ recovery-image] Dec 12 22:26:59.398 INFO O| Dec 12 22:26:59.398 INFO STEP 535 (remove_files) COMPLETE |
5929 | 2024-12-12T22:27:00.103Z | [ recovery-image] Dec 12 22:26:59.398 INFO O| Dec 12 22:26:59.398 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-12-12T22:27:00.138Z | [ recovery-image] Dec 12 22:26:59.432 INFO O| Dec 12 22:26:59.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5931 | 2024-12-12T22:27:00.138Z | [ recovery-image] Dec 12 22:26:59.433 INFO O| Dec 12 22:26:59.432 INFO STEP 536 (remove_files) COMPLETE |
5932 | 2024-12-12T22:27:00.140Z | [ recovery-image] Dec 12 22:26:59.433 INFO O| Dec 12 22:26:59.432 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-12-12T22:27:00.160Z | [ recovery-image] Dec 12 22:26:59.453 INFO O| Dec 12 22:26:59.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5934 | 2024-12-12T22:27:00.160Z | [ recovery-image] Dec 12 22:26:59.454 INFO O| Dec 12 22:26:59.454 INFO STEP 537 (remove_files) COMPLETE |
5935 | 2024-12-12T22:27:00.160Z | [ recovery-image] Dec 12 22:26:59.454 INFO O| Dec 12 22:26:59.454 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-12-12T22:27:00.205Z | [ recovery-image] Dec 12 22:26:59.500 INFO O| Dec 12 22:26:59.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5937 | 2024-12-12T22:27:00.205Z | [ recovery-image] Dec 12 22:26:59.500 INFO O| Dec 12 22:26:59.500 INFO STEP 538 (remove_files) COMPLETE |
5938 | 2024-12-12T22:27:00.205Z | [ recovery-image] Dec 12 22:26:59.500 INFO O| Dec 12 22:26:59.500 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-12-12T22:27:00.266Z | [ recovery-image] Dec 12 22:26:59.560 INFO O| Dec 12 22:26:59.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5940 | 2024-12-12T22:27:00.266Z | [ recovery-image] Dec 12 22:26:59.560 INFO O| Dec 12 22:26:59.560 INFO STEP 539 (remove_files) COMPLETE |
5941 | 2024-12-12T22:27:00.269Z | [ recovery-image] Dec 12 22:26:59.560 INFO O| Dec 12 22:26:59.560 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-12-12T22:27:00.290Z | [ recovery-image] Dec 12 22:26:59.585 INFO O| Dec 12 22:26:59.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5943 | 2024-12-12T22:27:00.290Z | [ recovery-image] Dec 12 22:26:59.585 INFO O| Dec 12 22:26:59.585 INFO STEP 540 (remove_files) COMPLETE |
5944 | 2024-12-12T22:27:00.293Z | [ recovery-image] Dec 12 22:26:59.585 INFO O| Dec 12 22:26:59.585 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-12-12T22:27:00.313Z | [ recovery-image] Dec 12 22:26:59.608 INFO O| Dec 12 22:26:59.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5946 | 2024-12-12T22:27:00.313Z | [ recovery-image] Dec 12 22:26:59.608 INFO O| Dec 12 22:26:59.608 INFO STEP 541 (remove_files) COMPLETE |
5947 | 2024-12-12T22:27:00.317Z | [ recovery-image] Dec 12 22:26:59.608 INFO O| Dec 12 22:26:59.608 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-12-12T22:27:00.333Z | [ recovery-image] Dec 12 22:26:59.627 INFO O| Dec 12 22:26:59.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5949 | 2024-12-12T22:27:00.334Z | [ recovery-image] Dec 12 22:26:59.628 INFO O| Dec 12 22:26:59.627 INFO STEP 542 (remove_files) COMPLETE |
5950 | 2024-12-12T22:27:00.334Z | [ recovery-image] Dec 12 22:26:59.628 INFO O| Dec 12 22:26:59.628 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-12-12T22:27:00.358Z | [ recovery-image] Dec 12 22:26:59.652 INFO O| Dec 12 22:26:59.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5952 | 2024-12-12T22:27:00.358Z | [ recovery-image] Dec 12 22:26:59.652 INFO O| Dec 12 22:26:59.652 INFO STEP 543 (remove_files) COMPLETE |
5953 | 2024-12-12T22:27:00.358Z | [ recovery-image] Dec 12 22:26:59.652 INFO O| Dec 12 22:26:59.652 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-12-12T22:27:00.401Z | [ recovery-image] Dec 12 22:26:59.696 INFO O| Dec 12 22:26:59.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5955 | 2024-12-12T22:27:00.401Z | [ recovery-image] Dec 12 22:26:59.696 INFO O| Dec 12 22:26:59.696 INFO STEP 544 (remove_files) COMPLETE |
5956 | 2024-12-12T22:27:00.401Z | [ recovery-image] Dec 12 22:26:59.696 INFO O| Dec 12 22:26:59.696 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-12-12T22:27:00.419Z | [ recovery-image] Dec 12 22:26:59.714 INFO O| Dec 12 22:26:59.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5958 | 2024-12-12T22:27:00.419Z | [ recovery-image] Dec 12 22:26:59.714 INFO O| Dec 12 22:26:59.714 INFO STEP 545 (remove_files) COMPLETE |
5959 | 2024-12-12T22:27:00.420Z | [ recovery-image] Dec 12 22:26:59.714 INFO O| Dec 12 22:26:59.714 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-12-12T22:27:00.438Z | [ recovery-image] Dec 12 22:26:59.733 INFO O| Dec 12 22:26:59.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5961 | 2024-12-12T22:27:00.438Z | [ recovery-image] Dec 12 22:26:59.733 INFO O| Dec 12 22:26:59.733 INFO STEP 546 (remove_files) COMPLETE |
5962 | 2024-12-12T22:27:00.439Z | [ recovery-image] Dec 12 22:26:59.733 INFO O| Dec 12 22:26:59.733 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-12-12T22:27:00.457Z | [ recovery-image] Dec 12 22:26:59.752 INFO O| Dec 12 22:26:59.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5964 | 2024-12-12T22:27:00.457Z | [ recovery-image] Dec 12 22:26:59.752 INFO O| Dec 12 22:26:59.752 INFO STEP 547 (remove_files) COMPLETE |
5965 | 2024-12-12T22:27:00.457Z | [ recovery-image] Dec 12 22:26:59.752 INFO O| Dec 12 22:26:59.752 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-12-12T22:27:00.486Z | [ host-image] Dec 12 22:26:59.781 INFO O| Dec 12 22:26:59.781 INFO O| Done |
5967 | 2024-12-12T22:27:00.486Z | [ host-image] Dec 12 22:26:59.781 INFO O| Dec 12 22:26:59.781 INFO O| Done |
5968 | 2024-12-12T22:27:00.512Z | [ recovery-image] Dec 12 22:26:59.807 INFO O| Dec 12 22:26:59.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5969 | 2024-12-12T22:27:00.515Z | [ recovery-image] Dec 12 22:26:59.807 INFO O| Dec 12 22:26:59.807 INFO STEP 548 (remove_files) COMPLETE |
5970 | 2024-12-12T22:27:00.515Z | [ recovery-image] Dec 12 22:26:59.807 INFO O| Dec 12 22:26:59.807 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2024-12-12T22:27:00.579Z | [ recovery-image] Dec 12 22:26:59.873 INFO O| Dec 12 22:26:59.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5972 | 2024-12-12T22:27:00.579Z | [ recovery-image] Dec 12 22:26:59.873 INFO O| Dec 12 22:26:59.873 INFO STEP 549 (remove_files) COMPLETE |
5973 | 2024-12-12T22:27:00.582Z | [ recovery-image] Dec 12 22:26:59.874 INFO O| Dec 12 22:26:59.873 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2024-12-12T22:27:00.685Z | [ recovery-image] Dec 12 22:26:59.980 INFO O| Dec 12 22:26:59.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5975 | 2024-12-12T22:27:00.685Z | [ recovery-image] Dec 12 22:26:59.980 INFO O| Dec 12 22:26:59.980 INFO STEP 550 (remove_files) COMPLETE |
5976 | 2024-12-12T22:27:00.685Z | [ recovery-image] Dec 12 22:26:59.980 INFO O| Dec 12 22:26:59.980 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2024-12-12T22:27:00.717Z | [ recovery-image] Dec 12 22:27:00.012 INFO O| Dec 12 22:27:00.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5978 | 2024-12-12T22:27:00.718Z | [ recovery-image] Dec 12 22:27:00.012 INFO O| Dec 12 22:27:00.012 INFO STEP 551 (remove_files) COMPLETE |
5979 | 2024-12-12T22:27:00.718Z | [ recovery-image] Dec 12 22:27:00.012 INFO O| Dec 12 22:27:00.012 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2024-12-12T22:27:00.736Z | [ recovery-image] Dec 12 22:27:00.030 INFO O| Dec 12 22:27:00.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5981 | 2024-12-12T22:27:00.736Z | [ recovery-image] Dec 12 22:27:00.030 INFO O| Dec 12 22:27:00.030 INFO STEP 552 (remove_files) COMPLETE |
5982 | 2024-12-12T22:27:00.736Z | [ recovery-image] Dec 12 22:27:00.030 INFO O| Dec 12 22:27:00.030 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-12-12T22:27:00.891Z | [ recovery-image] Dec 12 22:27:00.186 INFO O| Dec 12 22:27:00.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5984 | 2024-12-12T22:27:00.891Z | [ recovery-image] Dec 12 22:27:00.186 INFO O| Dec 12 22:27:00.184 INFO STEP 553 (remove_files) COMPLETE |
5985 | 2024-12-12T22:27:00.894Z | [ recovery-image] Dec 12 22:27:00.186 INFO O| Dec 12 22:27:00.184 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-12-12T22:27:00.909Z | [ recovery-image] Dec 12 22:27:00.203 INFO O| Dec 12 22:27:00.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5987 | 2024-12-12T22:27:00.912Z | [ recovery-image] Dec 12 22:27:00.204 INFO O| Dec 12 22:27:00.203 INFO STEP 554 (remove_files) COMPLETE |
5988 | 2024-12-12T22:27:00.912Z | [ recovery-image] Dec 12 22:27:00.204 INFO O| Dec 12 22:27:00.204 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-12-12T22:27:00.927Z | [ recovery-image] Dec 12 22:27:00.221 INFO O| Dec 12 22:27:00.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5990 | 2024-12-12T22:27:00.927Z | [ recovery-image] Dec 12 22:27:00.222 INFO O| Dec 12 22:27:00.221 INFO STEP 555 (remove_files) COMPLETE |
5991 | 2024-12-12T22:27:00.927Z | [ recovery-image] Dec 12 22:27:00.222 INFO O| Dec 12 22:27:00.221 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-12-12T22:27:00.945Z | [ recovery-image] Dec 12 22:27:00.239 INFO O| Dec 12 22:27:00.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5993 | 2024-12-12T22:27:00.946Z | [ recovery-image] Dec 12 22:27:00.239 INFO O| Dec 12 22:27:00.239 INFO STEP 556 (remove_files) COMPLETE |
5994 | 2024-12-12T22:27:00.946Z | [ recovery-image] Dec 12 22:27:00.239 INFO O| Dec 12 22:27:00.239 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-12-12T22:27:00.963Z | [ recovery-image] Dec 12 22:27:00.257 INFO O| Dec 12 22:27:00.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5996 | 2024-12-12T22:27:00.963Z | [ recovery-image] Dec 12 22:27:00.257 INFO O| Dec 12 22:27:00.257 INFO STEP 557 (remove_files) COMPLETE |
5997 | 2024-12-12T22:27:00.963Z | [ recovery-image] Dec 12 22:27:00.257 INFO O| Dec 12 22:27:00.257 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-12-12T22:27:00.992Z | [ recovery-image] Dec 12 22:27:00.287 INFO O| Dec 12 22:27:00.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5999 | 2024-12-12T22:27:00.996Z | [ recovery-image] Dec 12 22:27:00.287 INFO O| Dec 12 22:27:00.287 INFO STEP 558 (remove_files) COMPLETE |
6000 | 2024-12-12T22:27:00.996Z | [ recovery-image] Dec 12 22:27:00.287 INFO O| Dec 12 22:27:00.287 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2024-12-12T22:27:01.021Z | [ recovery-image] Dec 12 22:27:00.316 INFO O| Dec 12 22:27:00.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6002 | 2024-12-12T22:27:01.021Z | [ recovery-image] Dec 12 22:27:00.316 INFO O| Dec 12 22:27:00.316 INFO STEP 559 (remove_files) COMPLETE |
6003 | 2024-12-12T22:27:01.024Z | [ recovery-image] Dec 12 22:27:00.316 INFO O| Dec 12 22:27:00.316 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-12-12T22:27:01.039Z | [ recovery-image] Dec 12 22:27:00.334 INFO O| Dec 12 22:27:00.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6005 | 2024-12-12T22:27:01.039Z | [ recovery-image] Dec 12 22:27:00.334 INFO O| Dec 12 22:27:00.334 INFO STEP 560 (remove_files) COMPLETE |
6006 | 2024-12-12T22:27:01.042Z | [ recovery-image] Dec 12 22:27:00.334 INFO O| Dec 12 22:27:00.334 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-12-12T22:27:01.056Z | [ recovery-image] Dec 12 22:27:00.351 INFO O| Dec 12 22:27:00.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6008 | 2024-12-12T22:27:01.056Z | [ recovery-image] Dec 12 22:27:00.351 INFO O| Dec 12 22:27:00.351 INFO STEP 561 (remove_files) COMPLETE |
6009 | 2024-12-12T22:27:01.059Z | [ recovery-image] Dec 12 22:27:00.351 INFO O| Dec 12 22:27:00.351 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-12-12T22:27:01.075Z | [ recovery-image] Dec 12 22:27:00.370 INFO O| Dec 12 22:27:00.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6011 | 2024-12-12T22:27:01.075Z | [ recovery-image] Dec 12 22:27:00.370 INFO O| Dec 12 22:27:00.370 INFO STEP 562 (remove_files) COMPLETE |
6012 | 2024-12-12T22:27:01.075Z | [ recovery-image] Dec 12 22:27:00.370 INFO O| Dec 12 22:27:00.370 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-12-12T22:27:01.095Z | [ recovery-image] Dec 12 22:27:00.389 INFO O| Dec 12 22:27:00.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6014 | 2024-12-12T22:27:01.095Z | [ recovery-image] Dec 12 22:27:00.390 INFO O| Dec 12 22:27:00.390 INFO STEP 563 (remove_files) COMPLETE |
6015 | 2024-12-12T22:27:01.095Z | [ recovery-image] Dec 12 22:27:00.390 INFO O| Dec 12 22:27:00.390 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-12-12T22:27:01.114Z | [ recovery-image] Dec 12 22:27:00.408 INFO O| Dec 12 22:27:00.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6017 | 2024-12-12T22:27:01.114Z | [ recovery-image] Dec 12 22:27:00.408 INFO O| Dec 12 22:27:00.408 INFO STEP 564 (remove_files) COMPLETE |
6018 | 2024-12-12T22:27:01.116Z | [ recovery-image] Dec 12 22:27:00.408 INFO O| Dec 12 22:27:00.408 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-12-12T22:27:01.134Z | [ recovery-image] Dec 12 22:27:00.429 INFO O| Dec 12 22:27:00.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6020 | 2024-12-12T22:27:01.134Z | [ recovery-image] Dec 12 22:27:00.429 INFO O| Dec 12 22:27:00.429 INFO STEP 565 (remove_files) COMPLETE |
6021 | 2024-12-12T22:27:01.134Z | [ recovery-image] Dec 12 22:27:00.429 INFO O| Dec 12 22:27:00.429 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-12-12T22:27:01.154Z | [ recovery-image] Dec 12 22:27:00.449 INFO O| Dec 12 22:27:00.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6023 | 2024-12-12T22:27:01.154Z | [ recovery-image] Dec 12 22:27:00.449 INFO O| Dec 12 22:27:00.449 INFO STEP 566 (remove_files) COMPLETE |
6024 | 2024-12-12T22:27:01.157Z | [ recovery-image] Dec 12 22:27:00.449 INFO O| Dec 12 22:27:00.449 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-12-12T22:27:01.174Z | [ recovery-image] Dec 12 22:27:00.469 INFO O| Dec 12 22:27:00.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6026 | 2024-12-12T22:27:01.174Z | [ recovery-image] Dec 12 22:27:00.469 INFO O| Dec 12 22:27:00.469 INFO STEP 567 (remove_files) COMPLETE |
6027 | 2024-12-12T22:27:01.174Z | [ recovery-image] Dec 12 22:27:00.469 INFO O| Dec 12 22:27:00.469 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2024-12-12T22:27:01.194Z | [ recovery-image] Dec 12 22:27:00.489 INFO O| Dec 12 22:27:00.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6029 | 2024-12-12T22:27:01.194Z | [ recovery-image] Dec 12 22:27:00.489 INFO O| Dec 12 22:27:00.489 INFO STEP 568 (remove_files) COMPLETE |
6030 | 2024-12-12T22:27:01.194Z | [ recovery-image] Dec 12 22:27:00.489 INFO O| Dec 12 22:27:00.489 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2024-12-12T22:27:01.215Z | [ recovery-image] Dec 12 22:27:00.510 INFO O| Dec 12 22:27:00.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6032 | 2024-12-12T22:27:01.215Z | [ recovery-image] Dec 12 22:27:00.510 INFO O| Dec 12 22:27:00.510 INFO STEP 569 (remove_files) COMPLETE |
6033 | 2024-12-12T22:27:01.215Z | [ recovery-image] Dec 12 22:27:00.510 INFO O| Dec 12 22:27:00.510 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2024-12-12T22:27:01.254Z | [ recovery-image] Dec 12 22:27:00.549 INFO O| Dec 12 22:27:00.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6035 | 2024-12-12T22:27:01.254Z | [ recovery-image] Dec 12 22:27:00.549 INFO O| Dec 12 22:27:00.549 INFO STEP 570 (remove_files) COMPLETE |
6036 | 2024-12-12T22:27:01.254Z | [ recovery-image] Dec 12 22:27:00.549 INFO O| Dec 12 22:27:00.549 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2024-12-12T22:27:01.277Z | [ recovery-image] Dec 12 22:27:00.572 INFO O| Dec 12 22:27:00.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6038 | 2024-12-12T22:27:01.277Z | [ recovery-image] Dec 12 22:27:00.572 INFO O| Dec 12 22:27:00.572 INFO STEP 571 (remove_files) COMPLETE |
6039 | 2024-12-12T22:27:01.277Z | [ recovery-image] Dec 12 22:27:00.572 INFO O| Dec 12 22:27:00.572 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2024-12-12T22:27:01.312Z | [ recovery-image] Dec 12 22:27:00.607 INFO O| Dec 12 22:27:00.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6041 | 2024-12-12T22:27:01.312Z | [ recovery-image] Dec 12 22:27:00.607 INFO O| Dec 12 22:27:00.607 INFO STEP 572 (remove_files) COMPLETE |
6042 | 2024-12-12T22:27:01.314Z | [ recovery-image] Dec 12 22:27:00.607 INFO O| Dec 12 22:27:00.607 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2024-12-12T22:27:01.333Z | [ recovery-image] Dec 12 22:27:00.627 INFO O| Dec 12 22:27:00.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6044 | 2024-12-12T22:27:01.333Z | [ recovery-image] Dec 12 22:27:00.627 INFO O| Dec 12 22:27:00.627 INFO STEP 573 (remove_files) COMPLETE |
6045 | 2024-12-12T22:27:01.336Z | [ recovery-image] Dec 12 22:27:00.627 INFO O| Dec 12 22:27:00.627 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2024-12-12T22:27:01.364Z | [ recovery-image] Dec 12 22:27:00.659 INFO O| Dec 12 22:27:00.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6047 | 2024-12-12T22:27:01.365Z | [ recovery-image] Dec 12 22:27:00.659 INFO O| Dec 12 22:27:00.659 INFO STEP 574 (remove_files) COMPLETE |
6048 | 2024-12-12T22:27:01.365Z | [ recovery-image] Dec 12 22:27:00.659 INFO O| Dec 12 22:27:00.659 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2024-12-12T22:27:01.388Z | [ recovery-image] Dec 12 22:27:00.682 INFO O| Dec 12 22:27:00.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6050 | 2024-12-12T22:27:01.388Z | [ recovery-image] Dec 12 22:27:00.682 INFO O| Dec 12 22:27:00.682 INFO STEP 575 (remove_files) COMPLETE |
6051 | 2024-12-12T22:27:01.390Z | [ recovery-image] Dec 12 22:27:00.683 INFO O| Dec 12 22:27:00.682 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2024-12-12T22:27:01.422Z | [ recovery-image] Dec 12 22:27:00.717 INFO O| Dec 12 22:27:00.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6053 | 2024-12-12T22:27:01.422Z | [ recovery-image] Dec 12 22:27:00.717 INFO O| Dec 12 22:27:00.717 INFO STEP 576 (remove_files) COMPLETE |
6054 | 2024-12-12T22:27:01.422Z | [ recovery-image] Dec 12 22:27:00.717 INFO O| Dec 12 22:27:00.717 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2024-12-12T22:27:01.457Z | [ recovery-image] Dec 12 22:27:00.752 INFO O| Dec 12 22:27:00.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6056 | 2024-12-12T22:27:01.457Z | [ recovery-image] Dec 12 22:27:00.752 INFO O| Dec 12 22:27:00.752 INFO STEP 577 (remove_files) COMPLETE |
6057 | 2024-12-12T22:27:01.457Z | [ recovery-image] Dec 12 22:27:00.752 INFO O| Dec 12 22:27:00.752 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2024-12-12T22:27:01.512Z | [ recovery-image] Dec 12 22:27:00.807 INFO O| Dec 12 22:27:00.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6059 | 2024-12-12T22:27:01.513Z | [ recovery-image] Dec 12 22:27:00.807 INFO O| Dec 12 22:27:00.807 INFO STEP 578 (remove_files) COMPLETE |
6060 | 2024-12-12T22:27:01.513Z | [ recovery-image] Dec 12 22:27:00.807 INFO O| Dec 12 22:27:00.807 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2024-12-12T22:27:01.538Z | [ recovery-image] Dec 12 22:27:00.832 INFO O| Dec 12 22:27:00.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6062 | 2024-12-12T22:27:01.538Z | [ recovery-image] Dec 12 22:27:00.832 INFO O| Dec 12 22:27:00.832 INFO STEP 579 (remove_files) COMPLETE |
6063 | 2024-12-12T22:27:01.538Z | [ recovery-image] Dec 12 22:27:00.832 INFO O| Dec 12 22:27:00.832 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2024-12-12T22:27:01.572Z | [ recovery-image] Dec 12 22:27:00.866 INFO O| Dec 12 22:27:00.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6065 | 2024-12-12T22:27:01.572Z | [ recovery-image] Dec 12 22:27:00.866 INFO O| Dec 12 22:27:00.866 INFO STEP 580 (remove_files) COMPLETE |
6066 | 2024-12-12T22:27:01.572Z | [ recovery-image] Dec 12 22:27:00.866 INFO O| Dec 12 22:27:00.866 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2024-12-12T22:27:01.613Z | [ recovery-image] Dec 12 22:27:00.907 INFO O| Dec 12 22:27:00.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6068 | 2024-12-12T22:27:01.613Z | [ recovery-image] Dec 12 22:27:00.907 INFO O| Dec 12 22:27:00.907 INFO STEP 581 (remove_files) COMPLETE |
6069 | 2024-12-12T22:27:01.613Z | [ recovery-image] Dec 12 22:27:00.907 INFO O| Dec 12 22:27:00.907 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2024-12-12T22:27:01.647Z | [ recovery-image] Dec 12 22:27:00.941 INFO O| Dec 12 22:27:00.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6071 | 2024-12-12T22:27:01.669Z | [ recovery-image] Dec 12 22:27:00.964 INFO O| Dec 12 22:27:00.964 INFO STEP 582 (remove_files) COMPLETE |
6072 | 2024-12-12T22:27:01.671Z | [ recovery-image] Dec 12 22:27:00.964 INFO O| Dec 12 22:27:00.964 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2024-12-12T22:27:01.691Z | [ recovery-image] Dec 12 22:27:00.986 INFO O| Dec 12 22:27:00.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6074 | 2024-12-12T22:27:01.694Z | [ recovery-image] Dec 12 22:27:00.986 INFO O| Dec 12 22:27:00.986 INFO STEP 583 (remove_files) COMPLETE |
6075 | 2024-12-12T22:27:01.694Z | [ recovery-image] Dec 12 22:27:00.986 INFO O| Dec 12 22:27:00.986 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2024-12-12T22:27:01.710Z | [ recovery-image] Dec 12 22:27:01.005 INFO O| Dec 12 22:27:01.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6077 | 2024-12-12T22:27:01.713Z | [ recovery-image] Dec 12 22:27:01.005 INFO O| Dec 12 22:27:01.005 INFO STEP 584 (remove_files) COMPLETE |
6078 | 2024-12-12T22:27:01.713Z | [ recovery-image] Dec 12 22:27:01.005 INFO O| Dec 12 22:27:01.005 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6079 | 2024-12-12T22:27:01.733Z | [ recovery-image] Dec 12 22:27:01.027 INFO O| Dec 12 22:27:01.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6080 | 2024-12-12T22:27:01.736Z | [ recovery-image] Dec 12 22:27:01.028 INFO O| Dec 12 22:27:01.028 INFO STEP 585 (remove_files) COMPLETE |
6081 | 2024-12-12T22:27:01.736Z | [ recovery-image] Dec 12 22:27:01.028 INFO O| Dec 12 22:27:01.028 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6082 | 2024-12-12T22:27:01.752Z | [ host-image] Dec 12 22:27:01.047 INFO O| Dec 12 22:27:01.047 INFO O| Done |
6083 | 2024-12-12T22:27:01.781Z | [ recovery-image] Dec 12 22:27:01.076 INFO O| Dec 12 22:27:01.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6084 | 2024-12-12T22:27:01.781Z | [ recovery-image] Dec 12 22:27:01.076 INFO O| Dec 12 22:27:01.076 INFO STEP 586 (remove_files) COMPLETE |
6085 | 2024-12-12T22:27:01.781Z | [ recovery-image] Dec 12 22:27:01.076 INFO O| Dec 12 22:27:01.076 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-12-12T22:27:01.819Z | [ recovery-image] Dec 12 22:27:01.113 INFO O| Dec 12 22:27:01.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6087 | 2024-12-12T22:27:01.822Z | [ recovery-image] Dec 12 22:27:01.114 INFO O| Dec 12 22:27:01.114 INFO STEP 587 (remove_files) COMPLETE |
6088 | 2024-12-12T22:27:01.822Z | [ recovery-image] Dec 12 22:27:01.114 INFO O| Dec 12 22:27:01.114 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-12-12T22:27:01.843Z | [ recovery-image] Dec 12 22:27:01.137 INFO O| Dec 12 22:27:01.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6090 | 2024-12-12T22:27:01.845Z | [ recovery-image] Dec 12 22:27:01.137 INFO O| Dec 12 22:27:01.137 INFO STEP 588 (remove_files) COMPLETE |
6091 | 2024-12-12T22:27:01.845Z | [ recovery-image] Dec 12 22:27:01.138 INFO O| Dec 12 22:27:01.137 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-12-12T22:27:01.876Z | [ recovery-image] Dec 12 22:27:01.169 INFO O| Dec 12 22:27:01.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6093 | 2024-12-12T22:27:01.876Z | [ recovery-image] Dec 12 22:27:01.169 INFO O| Dec 12 22:27:01.169 INFO STEP 589 (remove_files) COMPLETE |
6094 | 2024-12-12T22:27:01.876Z | [ recovery-image] Dec 12 22:27:01.169 INFO O| Dec 12 22:27:01.169 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-12-12T22:27:01.922Z | [ recovery-image] Dec 12 22:27:01.217 INFO O| Dec 12 22:27:01.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6096 | 2024-12-12T22:27:01.922Z | [ recovery-image] Dec 12 22:27:01.217 INFO O| Dec 12 22:27:01.217 INFO STEP 590 (remove_files) COMPLETE |
6097 | 2024-12-12T22:27:01.925Z | [ recovery-image] Dec 12 22:27:01.217 INFO O| Dec 12 22:27:01.217 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-12-12T22:27:01.946Z | [ recovery-image] Dec 12 22:27:01.241 INFO O| Dec 12 22:27:01.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6099 | 2024-12-12T22:27:01.946Z | [ recovery-image] Dec 12 22:27:01.241 INFO O| Dec 12 22:27:01.241 INFO STEP 591 (remove_files) COMPLETE |
6100 | 2024-12-12T22:27:01.946Z | [ recovery-image] Dec 12 22:27:01.241 INFO O| Dec 12 22:27:01.241 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-12-12T22:27:01.967Z | [ recovery-image] Dec 12 22:27:01.261 INFO O| Dec 12 22:27:01.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6102 | 2024-12-12T22:27:01.981Z | [ recovery-image] Dec 12 22:27:01.275 INFO O| Dec 12 22:27:01.275 INFO STEP 592 (remove_files) COMPLETE |
6103 | 2024-12-12T22:27:01.981Z | [ recovery-image] Dec 12 22:27:01.275 INFO O| Dec 12 22:27:01.275 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-12-12T22:27:02.022Z | [ recovery-image] Dec 12 22:27:01.317 INFO O| Dec 12 22:27:01.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6105 | 2024-12-12T22:27:02.025Z | [ recovery-image] Dec 12 22:27:01.317 INFO O| Dec 12 22:27:01.317 INFO STEP 593 (remove_files) COMPLETE |
6106 | 2024-12-12T22:27:02.026Z | [ recovery-image] Dec 12 22:27:01.317 INFO O| Dec 12 22:27:01.317 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-12-12T22:27:02.044Z | [ recovery-image] Dec 12 22:27:01.339 INFO O| Dec 12 22:27:01.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6108 | 2024-12-12T22:27:02.046Z | [ recovery-image] Dec 12 22:27:01.339 INFO O| Dec 12 22:27:01.339 INFO STEP 594 (remove_files) COMPLETE |
6109 | 2024-12-12T22:27:02.046Z | [ recovery-image] Dec 12 22:27:01.339 INFO O| Dec 12 22:27:01.339 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-12-12T22:27:02.065Z | [ recovery-image] Dec 12 22:27:01.360 INFO O| Dec 12 22:27:01.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6111 | 2024-12-12T22:27:02.067Z | [ recovery-image] Dec 12 22:27:01.360 INFO O| Dec 12 22:27:01.360 INFO STEP 595 (remove_files) COMPLETE |
6112 | 2024-12-12T22:27:02.067Z | [ recovery-image] Dec 12 22:27:01.360 INFO O| Dec 12 22:27:01.360 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-12-12T22:27:02.098Z | [ recovery-image] Dec 12 22:27:01.391 INFO O| Dec 12 22:27:01.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6114 | 2024-12-12T22:27:02.098Z | [ recovery-image] Dec 12 22:27:01.392 INFO O| Dec 12 22:27:01.391 INFO STEP 596 (remove_files) COMPLETE |
6115 | 2024-12-12T22:27:02.101Z | [ recovery-image] Dec 12 22:27:01.392 INFO O| Dec 12 22:27:01.391 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-12-12T22:27:02.139Z | [ recovery-image] Dec 12 22:27:01.434 INFO O| Dec 12 22:27:01.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6117 | 2024-12-12T22:27:02.139Z | [ recovery-image] Dec 12 22:27:01.434 INFO O| Dec 12 22:27:01.434 INFO STEP 597 (remove_files) COMPLETE |
6118 | 2024-12-12T22:27:02.139Z | [ recovery-image] Dec 12 22:27:01.434 INFO O| Dec 12 22:27:01.434 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-12-12T22:27:02.160Z | [ recovery-image] Dec 12 22:27:01.455 INFO O| Dec 12 22:27:01.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6120 | 2024-12-12T22:27:02.160Z | [ recovery-image] Dec 12 22:27:01.455 INFO O| Dec 12 22:27:01.455 INFO STEP 598 (remove_files) COMPLETE |
6121 | 2024-12-12T22:27:02.163Z | [ recovery-image] Dec 12 22:27:01.455 INFO O| Dec 12 22:27:01.455 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-12-12T22:27:02.241Z | [ recovery-image] Dec 12 22:27:01.536 INFO O| Dec 12 22:27:01.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6123 | 2024-12-12T22:27:02.242Z | [ recovery-image] Dec 12 22:27:01.536 INFO O| Dec 12 22:27:01.536 INFO STEP 599 (remove_files) COMPLETE |
6124 | 2024-12-12T22:27:02.242Z | [ recovery-image] Dec 12 22:27:01.536 INFO O| Dec 12 22:27:01.536 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-12-12T22:27:02.267Z | [ recovery-image] Dec 12 22:27:01.561 INFO O| Dec 12 22:27:01.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6126 | 2024-12-12T22:27:02.267Z | [ recovery-image] Dec 12 22:27:01.561 INFO O| Dec 12 22:27:01.561 INFO STEP 600 (remove_files) COMPLETE |
6127 | 2024-12-12T22:27:02.267Z | [ recovery-image] Dec 12 22:27:01.561 INFO O| Dec 12 22:27:01.561 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-12-12T22:27:02.326Z | [ recovery-image] Dec 12 22:27:01.620 INFO O| Dec 12 22:27:01.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6129 | 2024-12-12T22:27:02.326Z | [ recovery-image] Dec 12 22:27:01.621 INFO O| Dec 12 22:27:01.621 INFO STEP 601 (remove_files) COMPLETE |
6130 | 2024-12-12T22:27:02.326Z | [ recovery-image] Dec 12 22:27:01.621 INFO O| Dec 12 22:27:01.621 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-12-12T22:27:02.346Z | [ recovery-image] Dec 12 22:27:01.641 INFO O| Dec 12 22:27:01.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6132 | 2024-12-12T22:27:02.346Z | [ recovery-image] Dec 12 22:27:01.641 INFO O| Dec 12 22:27:01.641 INFO STEP 602 (remove_files) COMPLETE |
6133 | 2024-12-12T22:27:02.349Z | [ recovery-image] Dec 12 22:27:01.641 INFO O| Dec 12 22:27:01.641 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-12-12T22:27:02.397Z | [ recovery-image] Dec 12 22:27:01.691 INFO O| Dec 12 22:27:01.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6135 | 2024-12-12T22:27:02.397Z | [ recovery-image] Dec 12 22:27:01.691 INFO O| Dec 12 22:27:01.691 INFO STEP 603 (remove_files) COMPLETE |
6136 | 2024-12-12T22:27:02.397Z | [ recovery-image] Dec 12 22:27:01.691 INFO O| Dec 12 22:27:01.691 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-12-12T22:27:02.420Z | [ recovery-image] Dec 12 22:27:01.715 INFO O| Dec 12 22:27:01.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6138 | 2024-12-12T22:27:02.420Z | [ recovery-image] Dec 12 22:27:01.715 INFO O| Dec 12 22:27:01.715 INFO STEP 604 (remove_files) COMPLETE |
6139 | 2024-12-12T22:27:02.420Z | [ recovery-image] Dec 12 22:27:01.715 INFO O| Dec 12 22:27:01.715 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-12-12T22:27:02.460Z | [ recovery-image] Dec 12 22:27:01.755 INFO O| Dec 12 22:27:01.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6141 | 2024-12-12T22:27:02.463Z | [ recovery-image] Dec 12 22:27:01.755 INFO O| Dec 12 22:27:01.755 INFO STEP 605 (remove_files) COMPLETE |
6142 | 2024-12-12T22:27:02.463Z | [ recovery-image] Dec 12 22:27:01.755 INFO O| Dec 12 22:27:01.755 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-12-12T22:27:02.483Z | [ recovery-image] Dec 12 22:27:01.778 INFO O| Dec 12 22:27:01.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6144 | 2024-12-12T22:27:02.486Z | [ recovery-image] Dec 12 22:27:01.778 INFO O| Dec 12 22:27:01.778 INFO STEP 606 (remove_files) COMPLETE |
6145 | 2024-12-12T22:27:02.486Z | [ recovery-image] Dec 12 22:27:01.778 INFO O| Dec 12 22:27:01.778 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-12-12T22:27:02.572Z | [ recovery-image] Dec 12 22:27:01.867 INFO O| Dec 12 22:27:01.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6147 | 2024-12-12T22:27:02.572Z | [ recovery-image] Dec 12 22:27:01.867 INFO O| Dec 12 22:27:01.867 INFO STEP 607 (remove_files) COMPLETE |
6148 | 2024-12-12T22:27:02.575Z | [ recovery-image] Dec 12 22:27:01.867 INFO O| Dec 12 22:27:01.867 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2024-12-12T22:27:02.595Z | [ recovery-image] Dec 12 22:27:01.889 INFO O| Dec 12 22:27:01.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6150 | 2024-12-12T22:27:02.595Z | [ recovery-image] Dec 12 22:27:01.890 INFO O| Dec 12 22:27:01.889 INFO STEP 608 (remove_files) COMPLETE |
6151 | 2024-12-12T22:27:02.595Z | [ recovery-image] Dec 12 22:27:01.890 INFO O| Dec 12 22:27:01.890 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2024-12-12T22:27:02.631Z | [ recovery-image] Dec 12 22:27:01.924 INFO O| Dec 12 22:27:01.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6153 | 2024-12-12T22:27:02.633Z | [ recovery-image] Dec 12 22:27:01.924 INFO O| Dec 12 22:27:01.924 INFO STEP 609 (remove_files) COMPLETE |
6154 | 2024-12-12T22:27:02.633Z | [ recovery-image] Dec 12 22:27:01.925 INFO O| Dec 12 22:27:01.924 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2024-12-12T22:27:02.651Z | [ recovery-image] Dec 12 22:27:01.946 INFO O| Dec 12 22:27:01.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6156 | 2024-12-12T22:27:02.671Z | [ recovery-image] Dec 12 22:27:01.966 INFO O| Dec 12 22:27:01.966 INFO STEP 610 (remove_files) COMPLETE |
6157 | 2024-12-12T22:27:02.671Z | [ recovery-image] Dec 12 22:27:01.966 INFO O| Dec 12 22:27:01.966 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2024-12-12T22:27:02.710Z | [ recovery-image] Dec 12 22:27:02.003 INFO O| Dec 12 22:27:02.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6159 | 2024-12-12T22:27:02.710Z | [ recovery-image] Dec 12 22:27:02.004 INFO O| Dec 12 22:27:02.004 INFO STEP 611 (remove_files) COMPLETE |
6160 | 2024-12-12T22:27:02.710Z | [ recovery-image] Dec 12 22:27:02.004 INFO O| Dec 12 22:27:02.004 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2024-12-12T22:27:02.733Z | [ recovery-image] Dec 12 22:27:02.028 INFO O| Dec 12 22:27:02.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6162 | 2024-12-12T22:27:02.733Z | [ recovery-image] Dec 12 22:27:02.028 INFO O| Dec 12 22:27:02.028 INFO STEP 612 (remove_files) COMPLETE |
6163 | 2024-12-12T22:27:02.733Z | [ recovery-image] Dec 12 22:27:02.028 INFO O| Dec 12 22:27:02.028 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-12-12T22:27:02.774Z | [ recovery-image] Dec 12 22:27:02.069 INFO O| Dec 12 22:27:02.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6165 | 2024-12-12T22:27:02.774Z | [ recovery-image] Dec 12 22:27:02.069 INFO O| Dec 12 22:27:02.069 INFO STEP 613 (remove_files) COMPLETE |
6166 | 2024-12-12T22:27:02.774Z | [ recovery-image] Dec 12 22:27:02.069 INFO O| Dec 12 22:27:02.069 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-12-12T22:27:02.796Z | [ recovery-image] Dec 12 22:27:02.091 INFO O| Dec 12 22:27:02.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6168 | 2024-12-12T22:27:02.796Z | [ recovery-image] Dec 12 22:27:02.091 INFO O| Dec 12 22:27:02.091 INFO STEP 614 (remove_files) COMPLETE |
6169 | 2024-12-12T22:27:02.798Z | [ recovery-image] Dec 12 22:27:02.091 INFO O| Dec 12 22:27:02.091 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6170 | 2024-12-12T22:27:02.835Z | [ recovery-image] Dec 12 22:27:02.130 INFO O| Dec 12 22:27:02.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6171 | 2024-12-12T22:27:02.838Z | [ recovery-image] Dec 12 22:27:02.130 INFO O| Dec 12 22:27:02.130 INFO STEP 615 (remove_files) COMPLETE |
6172 | 2024-12-12T22:27:02.838Z | [ recovery-image] Dec 12 22:27:02.130 INFO O| Dec 12 22:27:02.130 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6173 | 2024-12-12T22:27:02.859Z | [ recovery-image] Dec 12 22:27:02.153 INFO O| Dec 12 22:27:02.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6174 | 2024-12-12T22:27:02.859Z | [ recovery-image] Dec 12 22:27:02.154 INFO O| Dec 12 22:27:02.154 INFO STEP 616 (remove_files) COMPLETE |
6175 | 2024-12-12T22:27:02.862Z | [ recovery-image] Dec 12 22:27:02.154 INFO O| Dec 12 22:27:02.154 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6176 | 2024-12-12T22:27:02.902Z | [ recovery-image] Dec 12 22:27:02.197 INFO O| Dec 12 22:27:02.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6177 | 2024-12-12T22:27:02.902Z | [ recovery-image] Dec 12 22:27:02.197 INFO O| Dec 12 22:27:02.197 INFO STEP 617 (remove_files) COMPLETE |
6178 | 2024-12-12T22:27:02.902Z | [ recovery-image] Dec 12 22:27:02.197 INFO O| Dec 12 22:27:02.197 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6179 | 2024-12-12T22:27:02.926Z | [ recovery-image] Dec 12 22:27:02.220 INFO O| Dec 12 22:27:02.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6180 | 2024-12-12T22:27:02.926Z | [ recovery-image] Dec 12 22:27:02.221 INFO O| Dec 12 22:27:02.220 INFO STEP 618 (remove_files) COMPLETE |
6181 | 2024-12-12T22:27:02.928Z | [ recovery-image] Dec 12 22:27:02.221 INFO O| Dec 12 22:27:02.221 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2024-12-12T22:27:02.986Z | [ recovery-image] Dec 12 22:27:02.281 INFO O| Dec 12 22:27:02.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6183 | 2024-12-12T22:27:02.986Z | [ recovery-image] Dec 12 22:27:02.281 INFO O| Dec 12 22:27:02.281 INFO STEP 619 (remove_files) COMPLETE |
6184 | 2024-12-12T22:27:02.986Z | [ recovery-image] Dec 12 22:27:02.281 INFO O| Dec 12 22:27:02.281 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6185 | 2024-12-12T22:27:03.007Z | [ recovery-image] Dec 12 22:27:02.300 INFO O| Dec 12 22:27:02.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6186 | 2024-12-12T22:27:03.007Z | [ recovery-image] Dec 12 22:27:02.300 INFO O| Dec 12 22:27:02.300 INFO STEP 620 (remove_files) COMPLETE |
6187 | 2024-12-12T22:27:03.007Z | [ recovery-image] Dec 12 22:27:02.300 INFO O| Dec 12 22:27:02.300 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6188 | 2024-12-12T22:27:03.043Z | [ recovery-image] Dec 12 22:27:02.337 INFO O| Dec 12 22:27:02.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6189 | 2024-12-12T22:27:03.043Z | [ recovery-image] Dec 12 22:27:02.338 INFO O| Dec 12 22:27:02.338 INFO STEP 621 (remove_files) COMPLETE |
6190 | 2024-12-12T22:27:03.046Z | [ recovery-image] Dec 12 22:27:02.338 INFO O| Dec 12 22:27:02.338 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6191 | 2024-12-12T22:27:03.064Z | [ recovery-image] Dec 12 22:27:02.358 INFO O| Dec 12 22:27:02.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6192 | 2024-12-12T22:27:03.064Z | [ recovery-image] Dec 12 22:27:02.358 INFO O| Dec 12 22:27:02.358 INFO STEP 622 (remove_files) COMPLETE |
6193 | 2024-12-12T22:27:03.064Z | [ recovery-image] Dec 12 22:27:02.359 INFO O| Dec 12 22:27:02.358 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-12-12T22:27:03.090Z | [ recovery-image] Dec 12 22:27:02.384 INFO O| Dec 12 22:27:02.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6195 | 2024-12-12T22:27:03.090Z | [ recovery-image] Dec 12 22:27:02.385 INFO O| Dec 12 22:27:02.385 INFO STEP 623 (remove_files) COMPLETE |
6196 | 2024-12-12T22:27:03.093Z | [ recovery-image] Dec 12 22:27:02.385 INFO O| Dec 12 22:27:02.385 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2024-12-12T22:27:03.111Z | [ recovery-image] Dec 12 22:27:02.406 INFO O| Dec 12 22:27:02.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6198 | 2024-12-12T22:27:03.113Z | [ recovery-image] Dec 12 22:27:02.406 INFO O| Dec 12 22:27:02.406 INFO STEP 624 (remove_files) COMPLETE |
6199 | 2024-12-12T22:27:03.113Z | [ recovery-image] Dec 12 22:27:02.406 INFO O| Dec 12 22:27:02.406 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2024-12-12T22:27:03.134Z | [ recovery-image] Dec 12 22:27:02.427 INFO O| Dec 12 22:27:02.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6201 | 2024-12-12T22:27:03.134Z | [ recovery-image] Dec 12 22:27:02.427 INFO O| Dec 12 22:27:02.427 INFO STEP 625 (remove_files) COMPLETE |
6202 | 2024-12-12T22:27:03.134Z | [ recovery-image] Dec 12 22:27:02.427 INFO O| Dec 12 22:27:02.427 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2024-12-12T22:27:03.154Z | [ recovery-image] Dec 12 22:27:02.449 INFO O| Dec 12 22:27:02.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6204 | 2024-12-12T22:27:03.154Z | [ recovery-image] Dec 12 22:27:02.449 INFO O| Dec 12 22:27:02.449 INFO STEP 626 (remove_files) COMPLETE |
6205 | 2024-12-12T22:27:03.154Z | [ recovery-image] Dec 12 22:27:02.449 INFO O| Dec 12 22:27:02.449 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-12-12T22:27:03.175Z | [ recovery-image] Dec 12 22:27:02.470 INFO O| Dec 12 22:27:02.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6207 | 2024-12-12T22:27:03.178Z | [ recovery-image] Dec 12 22:27:02.470 INFO O| Dec 12 22:27:02.470 INFO STEP 627 (remove_files) COMPLETE |
6208 | 2024-12-12T22:27:03.178Z | [ recovery-image] Dec 12 22:27:02.470 INFO O| Dec 12 22:27:02.470 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-12-12T22:27:03.213Z | [ recovery-image] Dec 12 22:27:02.508 INFO O| Dec 12 22:27:02.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6210 | 2024-12-12T22:27:03.214Z | [ recovery-image] Dec 12 22:27:02.508 INFO O| Dec 12 22:27:02.508 INFO STEP 628 (remove_files) COMPLETE |
6211 | 2024-12-12T22:27:03.214Z | [ recovery-image] Dec 12 22:27:02.508 INFO O| Dec 12 22:27:02.508 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2024-12-12T22:27:03.234Z | [ recovery-image] Dec 12 22:27:02.528 INFO O| Dec 12 22:27:02.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6213 | 2024-12-12T22:27:03.234Z | [ recovery-image] Dec 12 22:27:02.529 INFO O| Dec 12 22:27:02.529 INFO STEP 629 (remove_files) COMPLETE |
6214 | 2024-12-12T22:27:03.236Z | [ recovery-image] Dec 12 22:27:02.529 INFO O| Dec 12 22:27:02.529 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-12-12T22:27:03.335Z | [ recovery-image] Dec 12 22:27:02.629 INFO O| Dec 12 22:27:02.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6216 | 2024-12-12T22:27:03.335Z | [ recovery-image] Dec 12 22:27:02.629 INFO O| Dec 12 22:27:02.629 INFO STEP 630 (remove_files) COMPLETE |
6217 | 2024-12-12T22:27:03.335Z | [ recovery-image] Dec 12 22:27:02.630 INFO O| Dec 12 22:27:02.629 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-12-12T22:27:03.355Z | [ recovery-image] Dec 12 22:27:02.650 INFO O| Dec 12 22:27:02.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6219 | 2024-12-12T22:27:03.355Z | [ recovery-image] Dec 12 22:27:02.650 INFO O| Dec 12 22:27:02.650 INFO STEP 631 (remove_files) COMPLETE |
6220 | 2024-12-12T22:27:03.355Z | [ recovery-image] Dec 12 22:27:02.650 INFO O| Dec 12 22:27:02.650 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-12-12T22:27:03.394Z | [ recovery-image] Dec 12 22:27:02.689 INFO O| Dec 12 22:27:02.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6222 | 2024-12-12T22:27:03.394Z | [ recovery-image] Dec 12 22:27:02.689 INFO O| Dec 12 22:27:02.689 INFO STEP 632 (remove_files) COMPLETE |
6223 | 2024-12-12T22:27:03.397Z | [ recovery-image] Dec 12 22:27:02.689 INFO O| Dec 12 22:27:02.689 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-12-12T22:27:03.453Z | [ recovery-image] Dec 12 22:27:02.747 INFO O| Dec 12 22:27:02.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6225 | 2024-12-12T22:27:03.454Z | [ recovery-image] Dec 12 22:27:02.748 INFO O| Dec 12 22:27:02.748 INFO STEP 633 (remove_files) COMPLETE |
6226 | 2024-12-12T22:27:03.454Z | [ recovery-image] Dec 12 22:27:02.748 INFO O| Dec 12 22:27:02.748 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-12-12T22:27:03.512Z | [ recovery-image] Dec 12 22:27:02.805 INFO O| Dec 12 22:27:02.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6228 | 2024-12-12T22:27:03.512Z | [ recovery-image] Dec 12 22:27:02.806 INFO O| Dec 12 22:27:02.806 INFO STEP 634 (remove_files) COMPLETE |
6229 | 2024-12-12T22:27:03.512Z | [ recovery-image] Dec 12 22:27:02.806 INFO O| Dec 12 22:27:02.806 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-12-12T22:27:03.554Z | [ recovery-image] Dec 12 22:27:02.849 INFO O| Dec 12 22:27:02.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6231 | 2024-12-12T22:27:03.575Z | [ recovery-image] Dec 12 22:27:02.870 INFO O| Dec 12 22:27:02.870 INFO STEP 635 (remove_files) COMPLETE |
6232 | 2024-12-12T22:27:03.575Z | [ recovery-image] Dec 12 22:27:02.870 INFO O| Dec 12 22:27:02.870 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-12-12T22:27:03.635Z | [ recovery-image] Dec 12 22:27:02.930 INFO O| Dec 12 22:27:02.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6234 | 2024-12-12T22:27:03.637Z | [ recovery-image] Dec 12 22:27:02.930 INFO O| Dec 12 22:27:02.930 INFO STEP 636 (remove_files) COMPLETE |
6235 | 2024-12-12T22:27:03.637Z | [ recovery-image] Dec 12 22:27:02.930 INFO O| Dec 12 22:27:02.930 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-12-12T22:27:03.670Z | [ recovery-image] Dec 12 22:27:02.965 INFO O| Dec 12 22:27:02.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6237 | 2024-12-12T22:27:03.673Z | [ recovery-image] Dec 12 22:27:02.965 INFO O| Dec 12 22:27:02.965 INFO STEP 637 (remove_files) COMPLETE |
6238 | 2024-12-12T22:27:03.673Z | [ recovery-image] Dec 12 22:27:02.966 INFO O| Dec 12 22:27:02.966 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-12-12T22:27:03.693Z | [ recovery-image] Dec 12 22:27:02.987 INFO O| Dec 12 22:27:02.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6240 | 2024-12-12T22:27:03.696Z | [ recovery-image] Dec 12 22:27:02.988 INFO O| Dec 12 22:27:02.988 INFO STEP 638 (remove_files) COMPLETE |
6241 | 2024-12-12T22:27:03.696Z | [ recovery-image] Dec 12 22:27:02.988 INFO O| Dec 12 22:27:02.988 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-12-12T22:27:03.716Z | [ recovery-image] Dec 12 22:27:03.010 INFO O| Dec 12 22:27:03.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6243 | 2024-12-12T22:27:03.727Z | [ recovery-image] Dec 12 22:27:03.010 INFO O| Dec 12 22:27:03.010 INFO STEP 639 (remove_files) COMPLETE |
6244 | 2024-12-12T22:27:03.727Z | [ recovery-image] Dec 12 22:27:03.010 INFO O| Dec 12 22:27:03.010 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-12-12T22:27:03.737Z | [ recovery-image] Dec 12 22:27:03.031 INFO O| Dec 12 22:27:03.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6246 | 2024-12-12T22:27:03.739Z | [ recovery-image] Dec 12 22:27:03.031 INFO O| Dec 12 22:27:03.031 INFO STEP 640 (remove_files) COMPLETE |
6247 | 2024-12-12T22:27:03.739Z | [ recovery-image] Dec 12 22:27:03.032 INFO O| Dec 12 22:27:03.032 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-12-12T22:27:03.759Z | [ recovery-image] Dec 12 22:27:03.054 INFO O| Dec 12 22:27:03.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6249 | 2024-12-12T22:27:03.763Z | [ recovery-image] Dec 12 22:27:03.054 INFO O| Dec 12 22:27:03.054 INFO STEP 641 (remove_files) COMPLETE |
6250 | 2024-12-12T22:27:03.763Z | [ recovery-image] Dec 12 22:27:03.055 INFO O| Dec 12 22:27:03.054 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-12-12T22:27:03.780Z | [ recovery-image] Dec 12 22:27:03.075 INFO O| Dec 12 22:27:03.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6252 | 2024-12-12T22:27:03.783Z | [ recovery-image] Dec 12 22:27:03.075 INFO O| Dec 12 22:27:03.075 INFO STEP 642 (remove_files) COMPLETE |
6253 | 2024-12-12T22:27:03.783Z | [ recovery-image] Dec 12 22:27:03.075 INFO O| Dec 12 22:27:03.075 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-12-12T22:27:03.799Z | [ recovery-image] Dec 12 22:27:03.093 INFO O| Dec 12 22:27:03.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6255 | 2024-12-12T22:27:03.802Z | [ recovery-image] Dec 12 22:27:03.094 INFO O| Dec 12 22:27:03.094 INFO STEP 643 (remove_files) COMPLETE |
6256 | 2024-12-12T22:27:03.802Z | [ recovery-image] Dec 12 22:27:03.094 INFO O| Dec 12 22:27:03.094 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-12-12T22:27:03.818Z | [ recovery-image] Dec 12 22:27:03.113 INFO O| Dec 12 22:27:03.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6258 | 2024-12-12T22:27:03.820Z | [ recovery-image] Dec 12 22:27:03.113 INFO O| Dec 12 22:27:03.113 INFO STEP 644 (remove_files) COMPLETE |
6259 | 2024-12-12T22:27:03.820Z | [ recovery-image] Dec 12 22:27:03.113 INFO O| Dec 12 22:27:03.113 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-12-12T22:27:03.838Z | [ recovery-image] Dec 12 22:27:03.133 INFO O| Dec 12 22:27:03.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6261 | 2024-12-12T22:27:03.841Z | [ recovery-image] Dec 12 22:27:03.133 INFO O| Dec 12 22:27:03.133 INFO STEP 645 (remove_files) COMPLETE |
6262 | 2024-12-12T22:27:03.841Z | [ recovery-image] Dec 12 22:27:03.133 INFO O| Dec 12 22:27:03.133 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-12-12T22:27:03.860Z | [ recovery-image] Dec 12 22:27:03.154 INFO O| Dec 12 22:27:03.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6264 | 2024-12-12T22:27:03.862Z | [ recovery-image] Dec 12 22:27:03.155 INFO O| Dec 12 22:27:03.155 INFO STEP 646 (remove_files) COMPLETE |
6265 | 2024-12-12T22:27:03.862Z | [ recovery-image] Dec 12 22:27:03.155 INFO O| Dec 12 22:27:03.155 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2024-12-12T22:27:03.991Z | [ recovery-image] Dec 12 22:27:03.265 INFO O| Dec 12 22:27:03.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6267 | 2024-12-12T22:27:03.991Z | [ recovery-image] Dec 12 22:27:03.265 INFO O| Dec 12 22:27:03.265 INFO STEP 647 (remove_files) COMPLETE |
6268 | 2024-12-12T22:27:03.991Z | [ recovery-image] Dec 12 22:27:03.265 INFO O| Dec 12 22:27:03.265 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-12-12T22:27:04.018Z | [ recovery-image] Dec 12 22:27:03.306 INFO O| Dec 12 22:27:03.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6270 | 2024-12-12T22:27:04.018Z | [ recovery-image] Dec 12 22:27:03.306 INFO O| Dec 12 22:27:03.306 INFO STEP 648 (remove_files) COMPLETE |
6271 | 2024-12-12T22:27:04.018Z | [ recovery-image] Dec 12 22:27:03.306 INFO O| Dec 12 22:27:03.306 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-12-12T22:27:04.038Z | [ recovery-image] Dec 12 22:27:03.330 INFO O| Dec 12 22:27:03.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6273 | 2024-12-12T22:27:04.038Z | [ recovery-image] Dec 12 22:27:03.330 INFO O| Dec 12 22:27:03.330 INFO STEP 649 (remove_files) COMPLETE |
6274 | 2024-12-12T22:27:04.038Z | [ recovery-image] Dec 12 22:27:03.330 INFO O| Dec 12 22:27:03.330 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2024-12-12T22:27:04.061Z | [ recovery-image] Dec 12 22:27:03.352 INFO O| Dec 12 22:27:03.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6276 | 2024-12-12T22:27:04.062Z | [ recovery-image] Dec 12 22:27:03.352 INFO O| Dec 12 22:27:03.352 INFO STEP 650 (remove_files) COMPLETE |
6277 | 2024-12-12T22:27:04.069Z | [ recovery-image] Dec 12 22:27:03.352 INFO O| Dec 12 22:27:03.352 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6278 | 2024-12-12T22:27:04.083Z | [ recovery-image] Dec 12 22:27:03.374 INFO O| Dec 12 22:27:03.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6279 | 2024-12-12T22:27:04.084Z | [ recovery-image] Dec 12 22:27:03.374 INFO O| Dec 12 22:27:03.374 INFO STEP 651 (remove_files) COMPLETE |
6280 | 2024-12-12T22:27:04.084Z | [ recovery-image] Dec 12 22:27:03.374 INFO O| Dec 12 22:27:03.374 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6281 | 2024-12-12T22:27:04.140Z | [ recovery-image] Dec 12 22:27:03.433 INFO O| Dec 12 22:27:03.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6282 | 2024-12-12T22:27:04.140Z | [ recovery-image] Dec 12 22:27:03.433 INFO O| Dec 12 22:27:03.433 INFO STEP 652 (remove_files) COMPLETE |
6283 | 2024-12-12T22:27:04.140Z | [ recovery-image] Dec 12 22:27:03.433 INFO O| Dec 12 22:27:03.433 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6284 | 2024-12-12T22:27:04.176Z | [ recovery-image] Dec 12 22:27:03.467 INFO O| Dec 12 22:27:03.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6285 | 2024-12-12T22:27:04.182Z | [ recovery-image] Dec 12 22:27:03.468 INFO O| Dec 12 22:27:03.467 INFO STEP 653 (remove_files) COMPLETE |
6286 | 2024-12-12T22:27:04.182Z | [ recovery-image] Dec 12 22:27:03.468 INFO O| Dec 12 22:27:03.467 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2024-12-12T22:27:04.203Z | [ recovery-image] Dec 12 22:27:03.488 INFO O| Dec 12 22:27:03.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6288 | 2024-12-12T22:27:04.203Z | [ recovery-image] Dec 12 22:27:03.488 INFO O| Dec 12 22:27:03.488 INFO STEP 654 (remove_files) COMPLETE |
6289 | 2024-12-12T22:27:04.203Z | [ recovery-image] Dec 12 22:27:03.488 INFO O| Dec 12 22:27:03.488 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2024-12-12T22:27:04.217Z | [ recovery-image] Dec 12 22:27:03.508 INFO O| Dec 12 22:27:03.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6291 | 2024-12-12T22:27:04.224Z | [ recovery-image] Dec 12 22:27:03.509 INFO O| Dec 12 22:27:03.509 INFO STEP 655 (remove_files) COMPLETE |
6292 | 2024-12-12T22:27:04.224Z | [ recovery-image] Dec 12 22:27:03.509 INFO O| Dec 12 22:27:03.509 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6293 | 2024-12-12T22:27:04.237Z | [ recovery-image] Dec 12 22:27:03.528 INFO O| Dec 12 22:27:03.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6294 | 2024-12-12T22:27:04.246Z | [ recovery-image] Dec 12 22:27:03.529 INFO O| Dec 12 22:27:03.528 INFO STEP 656 (remove_files) COMPLETE |
6295 | 2024-12-12T22:27:04.246Z | [ recovery-image] Dec 12 22:27:03.529 INFO O| Dec 12 22:27:03.529 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2024-12-12T22:27:04.256Z | [ recovery-image] Dec 12 22:27:03.547 INFO O| Dec 12 22:27:03.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6297 | 2024-12-12T22:27:04.264Z | [ recovery-image] Dec 12 22:27:03.548 INFO O| Dec 12 22:27:03.547 INFO STEP 657 (remove_files) COMPLETE |
6298 | 2024-12-12T22:27:04.264Z | [ recovery-image] Dec 12 22:27:03.548 INFO O| Dec 12 22:27:03.548 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6299 | 2024-12-12T22:27:04.298Z | [ recovery-image] Dec 12 22:27:03.584 INFO O| Dec 12 22:27:03.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6300 | 2024-12-12T22:27:04.310Z | [ recovery-image] Dec 12 22:27:03.584 INFO O| Dec 12 22:27:03.584 INFO STEP 658 (remove_files) COMPLETE |
6301 | 2024-12-12T22:27:04.311Z | [ recovery-image] Dec 12 22:27:03.584 INFO O| Dec 12 22:27:03.584 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6302 | 2024-12-12T22:27:04.317Z | [ recovery-image] Dec 12 22:27:03.611 INFO O| Dec 12 22:27:03.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6303 | 2024-12-12T22:27:04.317Z | [ recovery-image] Dec 12 22:27:03.611 INFO O| Dec 12 22:27:03.611 INFO STEP 659 (remove_files) COMPLETE |
6304 | 2024-12-12T22:27:04.317Z | [ recovery-image] Dec 12 22:27:03.611 INFO O| Dec 12 22:27:03.611 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6305 | 2024-12-12T22:27:04.342Z | [ recovery-image] Dec 12 22:27:03.633 INFO O| Dec 12 22:27:03.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6306 | 2024-12-12T22:27:04.343Z | [ recovery-image] Dec 12 22:27:03.633 INFO O| Dec 12 22:27:03.633 INFO STEP 660 (remove_files) COMPLETE |
6307 | 2024-12-12T22:27:04.348Z | [ recovery-image] Dec 12 22:27:03.633 INFO O| Dec 12 22:27:03.633 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6308 | 2024-12-12T22:27:04.360Z | [ recovery-image] Dec 12 22:27:03.654 INFO O| Dec 12 22:27:03.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6309 | 2024-12-12T22:27:04.371Z | [ recovery-image] Dec 12 22:27:03.655 INFO O| Dec 12 22:27:03.654 INFO STEP 661 (remove_files) COMPLETE |
6310 | 2024-12-12T22:27:04.371Z | [ recovery-image] Dec 12 22:27:03.655 INFO O| Dec 12 22:27:03.654 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6311 | 2024-12-12T22:27:04.449Z | [ host-image] Dec 12 22:27:03.742 INFO O| Dec 12 22:27:03.742 INFO O| Done |
6312 | 2024-12-12T22:27:04.504Z | [ recovery-image] Dec 12 22:27:03.788 INFO O| Dec 12 22:27:03.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6313 | 2024-12-12T22:27:04.517Z | [ recovery-image] Dec 12 22:27:03.788 INFO O| Dec 12 22:27:03.788 INFO STEP 662 (remove_files) COMPLETE |
6314 | 2024-12-12T22:27:04.517Z | [ recovery-image] Dec 12 22:27:03.788 INFO O| Dec 12 22:27:03.788 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-12-12T22:27:04.535Z | [ recovery-image] Dec 12 22:27:03.812 INFO O| Dec 12 22:27:03.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6316 | 2024-12-12T22:27:04.535Z | [ recovery-image] Dec 12 22:27:03.812 INFO O| Dec 12 22:27:03.812 INFO STEP 663 (remove_files) COMPLETE |
6317 | 2024-12-12T22:27:04.536Z | [ recovery-image] Dec 12 22:27:03.812 INFO O| Dec 12 22:27:03.812 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-12-12T22:27:04.542Z | [ host-image] Dec 12 22:27:03.826 INFO O| Dec 12 22:27:03.826 INFO O| Done |
6319 | 2024-12-12T22:27:04.542Z | [ host-image] Dec 12 22:27:03.827 INFO O| Dec 12 22:27:03.827 INFO O| Done |
6320 | 2024-12-12T22:27:04.561Z | [ recovery-image] Dec 12 22:27:03.851 INFO O| Dec 12 22:27:03.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6321 | 2024-12-12T22:27:04.561Z | [ recovery-image] Dec 12 22:27:03.851 INFO O| Dec 12 22:27:03.851 INFO STEP 664 (remove_files) COMPLETE |
6322 | 2024-12-12T22:27:04.562Z | [ recovery-image] Dec 12 22:27:03.851 INFO O| Dec 12 22:27:03.851 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6323 | 2024-12-12T22:27:04.582Z | [ recovery-image] Dec 12 22:27:03.874 INFO O| Dec 12 22:27:03.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6324 | 2024-12-12T22:27:04.582Z | [ recovery-image] Dec 12 22:27:03.874 INFO O| Dec 12 22:27:03.874 INFO STEP 665 (remove_files) COMPLETE |
6325 | 2024-12-12T22:27:04.585Z | [ recovery-image] Dec 12 22:27:03.874 INFO O| Dec 12 22:27:03.874 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6326 | 2024-12-12T22:27:04.618Z | [ host-image] Dec 12 22:27:03.912 INFO O| Dec 12 22:27:03.912 INFO O| Done |
6327 | 2024-12-12T22:27:04.644Z | [ recovery-image] Dec 12 22:27:03.938 INFO O| Dec 12 22:27:03.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6328 | 2024-12-12T22:27:04.650Z | [ recovery-image] Dec 12 22:27:03.938 INFO O| Dec 12 22:27:03.938 INFO STEP 666 (remove_files) COMPLETE |
6329 | 2024-12-12T22:27:04.650Z | [ recovery-image] Dec 12 22:27:03.939 INFO O| Dec 12 22:27:03.938 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-12-12T22:27:04.667Z | [ recovery-image] Dec 12 22:27:03.961 INFO O| Dec 12 22:27:03.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6331 | 2024-12-12T22:27:04.667Z | [ recovery-image] Dec 12 22:27:03.961 INFO O| Dec 12 22:27:03.961 INFO STEP 667 (remove_files) COMPLETE |
6332 | 2024-12-12T22:27:04.672Z | [ recovery-image] Dec 12 22:27:03.962 INFO O| Dec 12 22:27:03.961 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-12-12T22:27:04.695Z | [ recovery-image] Dec 12 22:27:03.987 INFO O| Dec 12 22:27:03.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6334 | 2024-12-12T22:27:04.695Z | [ recovery-image] Dec 12 22:27:03.987 INFO O| Dec 12 22:27:03.987 INFO STEP 668 (remove_files) COMPLETE |
6335 | 2024-12-12T22:27:04.714Z | [ recovery-image] Dec 12 22:27:03.988 INFO O| Dec 12 22:27:03.987 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-12-12T22:27:04.761Z | [ recovery-image] Dec 12 22:27:04.054 INFO O| Dec 12 22:27:04.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6337 | 2024-12-12T22:27:04.762Z | [ recovery-image] Dec 12 22:27:04.054 INFO O| Dec 12 22:27:04.054 INFO STEP 669 (remove_files) COMPLETE |
6338 | 2024-12-12T22:27:04.762Z | [ recovery-image] Dec 12 22:27:04.054 INFO O| Dec 12 22:27:04.054 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-12-12T22:27:04.804Z | [ recovery-image] Dec 12 22:27:04.097 INFO O| Dec 12 22:27:04.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6340 | 2024-12-12T22:27:04.807Z | [ recovery-image] Dec 12 22:27:04.097 INFO O| Dec 12 22:27:04.097 INFO STEP 670 (remove_files) COMPLETE |
6341 | 2024-12-12T22:27:04.808Z | [ recovery-image] Dec 12 22:27:04.097 INFO O| Dec 12 22:27:04.097 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-12-12T22:27:04.834Z | [ host-image] Dec 12 22:27:04.125 INFO O| Dec 12 22:27:04.125 INFO STEP 13 (pkg_install) COMPLETE |
6343 | 2024-12-12T22:27:04.834Z | [ host-image] Dec 12 22:27:04.125 INFO O| Dec 12 22:27:04.125 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6344 | 2024-12-12T22:27:04.851Z | [ host-image] Dec 12 22:27:04.145 INFO O| Dec 12 22:27:04.145 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
6345 | 2024-12-12T22:27:04.931Z | [ recovery-image] Dec 12 22:27:04.225 INFO O| Dec 12 22:27:04.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6346 | 2024-12-12T22:27:04.931Z | [ recovery-image] Dec 12 22:27:04.225 INFO O| Dec 12 22:27:04.225 INFO STEP 671 (remove_files) COMPLETE |
6347 | 2024-12-12T22:27:04.931Z | [ recovery-image] Dec 12 22:27:04.225 INFO O| Dec 12 22:27:04.225 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-12-12T22:27:04.955Z | [ recovery-image] Dec 12 22:27:04.249 INFO O| Dec 12 22:27:04.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6349 | 2024-12-12T22:27:04.962Z | [ recovery-image] Dec 12 22:27:04.249 INFO O| Dec 12 22:27:04.249 INFO STEP 672 (remove_files) COMPLETE |
6350 | 2024-12-12T22:27:04.963Z | [ recovery-image] Dec 12 22:27:04.249 INFO O| Dec 12 22:27:04.249 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-12-12T22:27:04.981Z | [ recovery-image] Dec 12 22:27:04.270 INFO O| Dec 12 22:27:04.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6352 | 2024-12-12T22:27:04.981Z | [ recovery-image] Dec 12 22:27:04.270 INFO O| Dec 12 22:27:04.270 INFO STEP 673 (remove_files) COMPLETE |
6353 | 2024-12-12T22:27:04.982Z | [ recovery-image] Dec 12 22:27:04.270 INFO O| Dec 12 22:27:04.270 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-12-12T22:27:05.010Z | [ recovery-image] Dec 12 22:27:04.290 INFO O| Dec 12 22:27:04.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6355 | 2024-12-12T22:27:05.010Z | [ recovery-image] Dec 12 22:27:04.290 INFO O| Dec 12 22:27:04.290 INFO STEP 674 (remove_files) COMPLETE |
6356 | 2024-12-12T22:27:05.029Z | [ recovery-image] Dec 12 22:27:04.290 INFO O| Dec 12 22:27:04.290 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-12-12T22:27:05.029Z | [ recovery-image] Dec 12 22:27:04.311 INFO O| Dec 12 22:27:04.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6358 | 2024-12-12T22:27:05.029Z | [ recovery-image] Dec 12 22:27:04.311 INFO O| Dec 12 22:27:04.311 INFO STEP 675 (remove_files) COMPLETE |
6359 | 2024-12-12T22:27:05.029Z | [ recovery-image] Dec 12 22:27:04.312 INFO O| Dec 12 22:27:04.311 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6360 | 2024-12-12T22:27:05.053Z | [ recovery-image] Dec 12 22:27:04.337 INFO O| Dec 12 22:27:04.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6361 | 2024-12-12T22:27:05.053Z | [ recovery-image] Dec 12 22:27:04.337 INFO O| Dec 12 22:27:04.337 INFO STEP 676 (remove_files) COMPLETE |
6362 | 2024-12-12T22:27:05.053Z | [ recovery-image] Dec 12 22:27:04.337 INFO O| Dec 12 22:27:04.337 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6363 | 2024-12-12T22:27:05.075Z | [ recovery-image] Dec 12 22:27:04.366 INFO O| Dec 12 22:27:04.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6364 | 2024-12-12T22:27:05.076Z | [ recovery-image] Dec 12 22:27:04.366 INFO O| Dec 12 22:27:04.366 INFO STEP 677 (remove_files) COMPLETE |
6365 | 2024-12-12T22:27:05.076Z | [ recovery-image] Dec 12 22:27:04.366 INFO O| Dec 12 22:27:04.366 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6366 | 2024-12-12T22:27:05.097Z | [ recovery-image] Dec 12 22:27:04.391 INFO O| Dec 12 22:27:04.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6367 | 2024-12-12T22:27:05.097Z | [ recovery-image] Dec 12 22:27:04.391 INFO O| Dec 12 22:27:04.391 INFO STEP 678 (remove_files) COMPLETE |
6368 | 2024-12-12T22:27:05.104Z | [ recovery-image] Dec 12 22:27:04.391 INFO O| Dec 12 22:27:04.391 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2024-12-12T22:27:05.118Z | [ recovery-image] Dec 12 22:27:04.412 INFO O| Dec 12 22:27:04.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6370 | 2024-12-12T22:27:05.118Z | [ recovery-image] Dec 12 22:27:04.412 INFO O| Dec 12 22:27:04.412 INFO STEP 679 (remove_files) COMPLETE |
6371 | 2024-12-12T22:27:05.118Z | [ recovery-image] Dec 12 22:27:04.412 INFO O| Dec 12 22:27:04.412 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6372 | 2024-12-12T22:27:05.139Z | [ recovery-image] Dec 12 22:27:04.432 INFO O| Dec 12 22:27:04.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6373 | 2024-12-12T22:27:05.140Z | [ recovery-image] Dec 12 22:27:04.432 INFO O| Dec 12 22:27:04.432 INFO STEP 680 (remove_files) COMPLETE |
6374 | 2024-12-12T22:27:05.140Z | [ recovery-image] Dec 12 22:27:04.432 INFO O| Dec 12 22:27:04.432 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6375 | 2024-12-12T22:27:05.187Z | [ recovery-image] Dec 12 22:27:04.482 INFO O| Dec 12 22:27:04.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6376 | 2024-12-12T22:27:05.187Z | [ recovery-image] Dec 12 22:27:04.482 INFO O| Dec 12 22:27:04.482 INFO STEP 681 (remove_files) COMPLETE |
6377 | 2024-12-12T22:27:05.187Z | [ recovery-image] Dec 12 22:27:04.482 INFO O| Dec 12 22:27:04.482 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6378 | 2024-12-12T22:27:05.209Z | [ recovery-image] Dec 12 22:27:04.503 INFO O| Dec 12 22:27:04.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6379 | 2024-12-12T22:27:05.209Z | [ recovery-image] Dec 12 22:27:04.503 INFO O| Dec 12 22:27:04.503 INFO STEP 682 (remove_files) COMPLETE |
6380 | 2024-12-12T22:27:05.209Z | [ recovery-image] Dec 12 22:27:04.503 INFO O| Dec 12 22:27:04.503 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6381 | 2024-12-12T22:27:05.249Z | [ recovery-image] Dec 12 22:27:04.543 INFO O| Dec 12 22:27:04.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6382 | 2024-12-12T22:27:05.253Z | [ recovery-image] Dec 12 22:27:04.543 INFO O| Dec 12 22:27:04.543 INFO STEP 683 (remove_files) COMPLETE |
6383 | 2024-12-12T22:27:05.253Z | [ recovery-image] Dec 12 22:27:04.543 INFO O| Dec 12 22:27:04.543 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2024-12-12T22:27:05.269Z | [ recovery-image] Dec 12 22:27:04.564 INFO O| Dec 12 22:27:04.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6385 | 2024-12-12T22:27:05.272Z | [ recovery-image] Dec 12 22:27:04.564 INFO O| Dec 12 22:27:04.564 INFO STEP 684 (remove_files) COMPLETE |
6386 | 2024-12-12T22:27:05.272Z | [ recovery-image] Dec 12 22:27:04.564 INFO O| Dec 12 22:27:04.564 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2024-12-12T22:27:05.289Z | [ recovery-image] Dec 12 22:27:04.583 INFO O| Dec 12 22:27:04.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6388 | 2024-12-12T22:27:05.294Z | [ recovery-image] Dec 12 22:27:04.583 INFO O| Dec 12 22:27:04.583 INFO STEP 685 (remove_files) COMPLETE |
6389 | 2024-12-12T22:27:05.294Z | [ recovery-image] Dec 12 22:27:04.583 INFO O| Dec 12 22:27:04.583 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2024-12-12T22:27:05.309Z | [ recovery-image] Dec 12 22:27:04.603 INFO O| Dec 12 22:27:04.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6391 | 2024-12-12T22:27:05.309Z | [ recovery-image] Dec 12 22:27:04.603 INFO O| Dec 12 22:27:04.603 INFO STEP 686 (remove_files) COMPLETE |
6392 | 2024-12-12T22:27:05.314Z | [ recovery-image] Dec 12 22:27:04.603 INFO O| Dec 12 22:27:04.603 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2024-12-12T22:27:05.336Z | [ recovery-image] Dec 12 22:27:04.630 INFO O| Dec 12 22:27:04.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6394 | 2024-12-12T22:27:05.336Z | [ recovery-image] Dec 12 22:27:04.630 INFO O| Dec 12 22:27:04.630 INFO STEP 687 (remove_files) COMPLETE |
6395 | 2024-12-12T22:27:05.336Z | [ recovery-image] Dec 12 22:27:04.631 INFO O| Dec 12 22:27:04.630 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2024-12-12T22:27:05.370Z | [ recovery-image] Dec 12 22:27:04.665 INFO O| Dec 12 22:27:04.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6397 | 2024-12-12T22:27:05.371Z | [ recovery-image] Dec 12 22:27:04.665 INFO O| Dec 12 22:27:04.665 INFO STEP 688 (remove_files) COMPLETE |
6398 | 2024-12-12T22:27:05.371Z | [ recovery-image] Dec 12 22:27:04.665 INFO O| Dec 12 22:27:04.665 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6399 | 2024-12-12T22:27:05.438Z | [ recovery-image] Dec 12 22:27:04.733 INFO O| Dec 12 22:27:04.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6400 | 2024-12-12T22:27:05.438Z | [ recovery-image] Dec 12 22:27:04.733 INFO O| Dec 12 22:27:04.733 INFO STEP 689 (remove_files) COMPLETE |
6401 | 2024-12-12T22:27:05.441Z | [ recovery-image] Dec 12 22:27:04.733 INFO O| Dec 12 22:27:04.733 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6402 | 2024-12-12T22:27:05.485Z | [ recovery-image] Dec 12 22:27:04.780 INFO O| Dec 12 22:27:04.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6403 | 2024-12-12T22:27:05.491Z | [ recovery-image] Dec 12 22:27:04.786 INFO O| Dec 12 22:27:04.786 INFO STEP 690 (remove_files) COMPLETE |
6404 | 2024-12-12T22:27:05.491Z | [ recovery-image] Dec 12 22:27:04.786 INFO O| Dec 12 22:27:04.786 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6405 | 2024-12-12T22:27:05.523Z | [ recovery-image] Dec 12 22:27:04.818 INFO O| Dec 12 22:27:04.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6406 | 2024-12-12T22:27:05.523Z | [ recovery-image] Dec 12 22:27:04.818 INFO O| Dec 12 22:27:04.818 INFO STEP 691 (remove_files) COMPLETE |
6407 | 2024-12-12T22:27:05.527Z | [ recovery-image] Dec 12 22:27:04.818 INFO O| Dec 12 22:27:04.818 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6408 | 2024-12-12T22:27:05.563Z | [ recovery-image] Dec 12 22:27:04.858 INFO O| Dec 12 22:27:04.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6409 | 2024-12-12T22:27:05.563Z | [ recovery-image] Dec 12 22:27:04.858 INFO O| Dec 12 22:27:04.858 INFO STEP 692 (remove_files) COMPLETE |
6410 | 2024-12-12T22:27:05.563Z | [ recovery-image] Dec 12 22:27:04.858 INFO O| Dec 12 22:27:04.858 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6411 | 2024-12-12T22:27:05.604Z | [ recovery-image] Dec 12 22:27:04.899 INFO O| Dec 12 22:27:04.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6412 | 2024-12-12T22:27:05.604Z | [ recovery-image] Dec 12 22:27:04.899 INFO O| Dec 12 22:27:04.899 INFO STEP 693 (remove_files) COMPLETE |
6413 | 2024-12-12T22:27:05.604Z | [ recovery-image] Dec 12 22:27:04.899 INFO O| Dec 12 22:27:04.899 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6414 | 2024-12-12T22:27:05.636Z | [ recovery-image] Dec 12 22:27:04.929 INFO O| Dec 12 22:27:04.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6415 | 2024-12-12T22:27:05.636Z | [ recovery-image] Dec 12 22:27:04.929 INFO O| Dec 12 22:27:04.929 INFO STEP 694 (remove_files) COMPLETE |
6416 | 2024-12-12T22:27:05.647Z | [ recovery-image] Dec 12 22:27:04.930 INFO O| Dec 12 22:27:04.929 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6417 | 2024-12-12T22:27:05.664Z | [ recovery-image] Dec 12 22:27:04.951 INFO O| Dec 12 22:27:04.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6418 | 2024-12-12T22:27:05.664Z | [ recovery-image] Dec 12 22:27:04.952 INFO O| Dec 12 22:27:04.952 INFO STEP 695 (remove_files) COMPLETE |
6419 | 2024-12-12T22:27:05.665Z | [ recovery-image] Dec 12 22:27:04.952 INFO O| Dec 12 22:27:04.952 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6420 | 2024-12-12T22:27:05.680Z | [ recovery-image] Dec 12 22:27:04.974 INFO O| Dec 12 22:27:04.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6421 | 2024-12-12T22:27:05.680Z | [ recovery-image] Dec 12 22:27:04.974 INFO O| Dec 12 22:27:04.974 INFO STEP 696 (remove_files) COMPLETE |
6422 | 2024-12-12T22:27:05.691Z | [ recovery-image] Dec 12 22:27:04.974 INFO O| Dec 12 22:27:04.974 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2024-12-12T22:27:05.724Z | [ recovery-image] Dec 12 22:27:05.015 INFO O| Dec 12 22:27:05.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6424 | 2024-12-12T22:27:05.724Z | [ recovery-image] Dec 12 22:27:05.015 INFO O| Dec 12 22:27:05.015 INFO STEP 697 (remove_files) COMPLETE |
6425 | 2024-12-12T22:27:05.724Z | [ recovery-image] Dec 12 22:27:05.015 INFO O| Dec 12 22:27:05.015 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2024-12-12T22:27:05.765Z | [ recovery-image] Dec 12 22:27:05.050 INFO O| Dec 12 22:27:05.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6427 | 2024-12-12T22:27:05.778Z | [ recovery-image] Dec 12 22:27:05.050 INFO O| Dec 12 22:27:05.050 INFO STEP 698 (remove_files) COMPLETE |
6428 | 2024-12-12T22:27:05.778Z | [ recovery-image] Dec 12 22:27:05.050 INFO O| Dec 12 22:27:05.050 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2024-12-12T22:27:05.804Z | [ recovery-image] Dec 12 22:27:05.077 INFO O| Dec 12 22:27:05.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6430 | 2024-12-12T22:27:05.804Z | [ recovery-image] Dec 12 22:27:05.078 INFO O| Dec 12 22:27:05.077 INFO STEP 699 (remove_files) COMPLETE |
6431 | 2024-12-12T22:27:05.804Z | [ recovery-image] Dec 12 22:27:05.078 INFO O| Dec 12 22:27:05.078 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2024-12-12T22:27:05.814Z | [ recovery-image] Dec 12 22:27:05.100 INFO O| Dec 12 22:27:05.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6433 | 2024-12-12T22:27:05.814Z | [ recovery-image] Dec 12 22:27:05.100 INFO O| Dec 12 22:27:05.100 INFO STEP 700 (remove_files) COMPLETE |
6434 | 2024-12-12T22:27:05.814Z | [ recovery-image] Dec 12 22:27:05.100 INFO O| Dec 12 22:27:05.100 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2024-12-12T22:27:05.848Z | [ recovery-image] Dec 12 22:27:05.141 INFO O| Dec 12 22:27:05.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6436 | 2024-12-12T22:27:05.848Z | [ recovery-image] Dec 12 22:27:05.141 INFO O| Dec 12 22:27:05.141 INFO STEP 701 (remove_files) COMPLETE |
6437 | 2024-12-12T22:27:05.848Z | [ recovery-image] Dec 12 22:27:05.141 INFO O| Dec 12 22:27:05.141 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2024-12-12T22:27:05.870Z | [ recovery-image] Dec 12 22:27:05.165 INFO O| Dec 12 22:27:05.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6439 | 2024-12-12T22:27:05.870Z | [ recovery-image] Dec 12 22:27:05.165 INFO O| Dec 12 22:27:05.165 INFO STEP 702 (remove_files) COMPLETE |
6440 | 2024-12-12T22:27:05.874Z | [ recovery-image] Dec 12 22:27:05.165 INFO O| Dec 12 22:27:05.165 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2024-12-12T22:27:05.878Z | [ host-image] Dec 12 22:27:05.169 INFO O| Dec 12 22:27:05.169 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6442 | 2024-12-12T22:27:05.893Z | [ recovery-image] Dec 12 22:27:05.187 INFO O| Dec 12 22:27:05.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6443 | 2024-12-12T22:27:05.893Z | [ recovery-image] Dec 12 22:27:05.187 INFO O| Dec 12 22:27:05.187 INFO STEP 703 (remove_files) COMPLETE |
6444 | 2024-12-12T22:27:05.893Z | [ recovery-image] Dec 12 22:27:05.187 INFO O| Dec 12 22:27:05.187 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-12-12T22:27:05.913Z | [ recovery-image] Dec 12 22:27:05.208 INFO O| Dec 12 22:27:05.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6446 | 2024-12-12T22:27:05.914Z | [ recovery-image] Dec 12 22:27:05.208 INFO O| Dec 12 22:27:05.208 INFO STEP 704 (remove_files) COMPLETE |
6447 | 2024-12-12T22:27:05.914Z | [ recovery-image] Dec 12 22:27:05.208 INFO O| Dec 12 22:27:05.208 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-12-12T22:27:05.934Z | [ recovery-image] Dec 12 22:27:05.229 INFO O| Dec 12 22:27:05.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6449 | 2024-12-12T22:27:05.934Z | [ recovery-image] Dec 12 22:27:05.229 INFO O| Dec 12 22:27:05.229 INFO STEP 705 (remove_files) COMPLETE |
6450 | 2024-12-12T22:27:05.943Z | [ recovery-image] Dec 12 22:27:05.229 INFO O| Dec 12 22:27:05.229 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2024-12-12T22:27:05.956Z | [ recovery-image] Dec 12 22:27:05.249 INFO O| Dec 12 22:27:05.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6452 | 2024-12-12T22:27:05.957Z | [ recovery-image] Dec 12 22:27:05.249 INFO O| Dec 12 22:27:05.249 INFO STEP 706 (remove_files) COMPLETE |
6453 | 2024-12-12T22:27:05.960Z | [ recovery-image] Dec 12 22:27:05.249 INFO O| Dec 12 22:27:05.249 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2024-12-12T22:27:05.977Z | [ recovery-image] Dec 12 22:27:05.269 INFO O| Dec 12 22:27:05.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6455 | 2024-12-12T22:27:05.977Z | [ recovery-image] Dec 12 22:27:05.269 INFO O| Dec 12 22:27:05.269 INFO STEP 707 (remove_files) COMPLETE |
6456 | 2024-12-12T22:27:05.977Z | [ recovery-image] Dec 12 22:27:05.269 INFO O| Dec 12 22:27:05.269 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2024-12-12T22:27:06.000Z | [ recovery-image] Dec 12 22:27:05.294 INFO O| Dec 12 22:27:05.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6458 | 2024-12-12T22:27:06.001Z | [ recovery-image] Dec 12 22:27:05.294 INFO O| Dec 12 22:27:05.294 INFO STEP 708 (remove_files) COMPLETE |
6459 | 2024-12-12T22:27:06.004Z | [ recovery-image] Dec 12 22:27:05.294 INFO O| Dec 12 22:27:05.294 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2024-12-12T22:27:06.020Z | [ recovery-image] Dec 12 22:27:05.315 INFO O| Dec 12 22:27:05.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6461 | 2024-12-12T22:27:06.023Z | [ recovery-image] Dec 12 22:27:05.315 INFO O| Dec 12 22:27:05.315 INFO STEP 709 (remove_files) COMPLETE |
6462 | 2024-12-12T22:27:06.023Z | [ recovery-image] Dec 12 22:27:05.315 INFO O| Dec 12 22:27:05.315 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6463 | 2024-12-12T22:27:06.050Z | [ recovery-image] Dec 12 22:27:05.345 INFO O| Dec 12 22:27:05.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6464 | 2024-12-12T22:27:06.050Z | [ recovery-image] Dec 12 22:27:05.345 INFO O| Dec 12 22:27:05.345 INFO STEP 710 (remove_files) COMPLETE |
6465 | 2024-12-12T22:27:06.050Z | [ recovery-image] Dec 12 22:27:05.345 INFO O| Dec 12 22:27:05.345 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6466 | 2024-12-12T22:27:06.071Z | [ recovery-image] Dec 12 22:27:05.366 INFO O| Dec 12 22:27:05.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6467 | 2024-12-12T22:27:06.072Z | [ recovery-image] Dec 12 22:27:05.366 INFO O| Dec 12 22:27:05.366 INFO STEP 711 (remove_files) COMPLETE |
6468 | 2024-12-12T22:27:06.072Z | [ recovery-image] Dec 12 22:27:05.367 INFO O| Dec 12 22:27:05.366 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2024-12-12T22:27:06.094Z | [ recovery-image] Dec 12 22:27:05.389 INFO O| Dec 12 22:27:05.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6470 | 2024-12-12T22:27:06.094Z | [ recovery-image] Dec 12 22:27:05.389 INFO O| Dec 12 22:27:05.389 INFO STEP 712 (remove_files) COMPLETE |
6471 | 2024-12-12T22:27:06.097Z | [ recovery-image] Dec 12 22:27:05.389 INFO O| Dec 12 22:27:05.389 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2024-12-12T22:27:06.116Z | [ recovery-image] Dec 12 22:27:05.411 INFO O| Dec 12 22:27:05.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6473 | 2024-12-12T22:27:06.116Z | [ recovery-image] Dec 12 22:27:05.411 INFO O| Dec 12 22:27:05.411 INFO STEP 713 (remove_files) COMPLETE |
6474 | 2024-12-12T22:27:06.119Z | [ recovery-image] Dec 12 22:27:05.411 INFO O| Dec 12 22:27:05.411 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2024-12-12T22:27:06.139Z | [ recovery-image] Dec 12 22:27:05.433 INFO O| Dec 12 22:27:05.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6476 | 2024-12-12T22:27:06.139Z | [ recovery-image] Dec 12 22:27:05.434 INFO O| Dec 12 22:27:05.434 INFO STEP 714 (remove_files) COMPLETE |
6477 | 2024-12-12T22:27:06.139Z | [ recovery-image] Dec 12 22:27:05.434 INFO O| Dec 12 22:27:05.434 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6478 | 2024-12-12T22:27:06.161Z | [ recovery-image] Dec 12 22:27:05.456 INFO O| Dec 12 22:27:05.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6479 | 2024-12-12T22:27:06.161Z | [ recovery-image] Dec 12 22:27:05.456 INFO O| Dec 12 22:27:05.456 INFO STEP 715 (remove_files) COMPLETE |
6480 | 2024-12-12T22:27:06.161Z | [ recovery-image] Dec 12 22:27:05.456 INFO O| Dec 12 22:27:05.456 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2024-12-12T22:27:06.200Z | [ recovery-image] Dec 12 22:27:05.495 INFO O| Dec 12 22:27:05.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6482 | 2024-12-12T22:27:06.200Z | [ recovery-image] Dec 12 22:27:05.495 INFO O| Dec 12 22:27:05.495 INFO STEP 716 (remove_files) COMPLETE |
6483 | 2024-12-12T22:27:06.200Z | [ recovery-image] Dec 12 22:27:05.495 INFO O| Dec 12 22:27:05.495 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-12-12T22:27:06.227Z | [ recovery-image] Dec 12 22:27:05.520 INFO O| Dec 12 22:27:05.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6485 | 2024-12-12T22:27:06.227Z | [ recovery-image] Dec 12 22:27:05.520 INFO O| Dec 12 22:27:05.520 INFO STEP 717 (remove_files) COMPLETE |
6486 | 2024-12-12T22:27:06.227Z | [ recovery-image] Dec 12 22:27:05.520 INFO O| Dec 12 22:27:05.520 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-12-12T22:27:06.246Z | [ recovery-image] Dec 12 22:27:05.541 INFO O| Dec 12 22:27:05.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6488 | 2024-12-12T22:27:06.246Z | [ recovery-image] Dec 12 22:27:05.541 INFO O| Dec 12 22:27:05.541 INFO STEP 718 (remove_files) COMPLETE |
6489 | 2024-12-12T22:27:06.249Z | [ recovery-image] Dec 12 22:27:05.541 INFO O| Dec 12 22:27:05.541 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-12-12T22:27:06.267Z | [ recovery-image] Dec 12 22:27:05.562 INFO O| Dec 12 22:27:05.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6491 | 2024-12-12T22:27:06.267Z | [ recovery-image] Dec 12 22:27:05.562 INFO O| Dec 12 22:27:05.562 INFO STEP 719 (remove_files) COMPLETE |
6492 | 2024-12-12T22:27:06.267Z | [ recovery-image] Dec 12 22:27:05.562 INFO O| Dec 12 22:27:05.562 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-12-12T22:27:06.288Z | [ recovery-image] Dec 12 22:27:05.583 INFO O| Dec 12 22:27:05.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6494 | 2024-12-12T22:27:06.288Z | [ recovery-image] Dec 12 22:27:05.583 INFO O| Dec 12 22:27:05.583 INFO STEP 720 (remove_files) COMPLETE |
6495 | 2024-12-12T22:27:06.288Z | [ recovery-image] Dec 12 22:27:05.583 INFO O| Dec 12 22:27:05.583 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-12-12T22:27:06.341Z | [ recovery-image] Dec 12 22:27:05.636 INFO O| Dec 12 22:27:05.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6497 | 2024-12-12T22:27:06.343Z | [ recovery-image] Dec 12 22:27:05.636 INFO O| Dec 12 22:27:05.636 INFO STEP 721 (remove_files) COMPLETE |
6498 | 2024-12-12T22:27:06.343Z | [ recovery-image] Dec 12 22:27:05.636 INFO O| Dec 12 22:27:05.636 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-12-12T22:27:06.363Z | [ recovery-image] Dec 12 22:27:05.658 INFO O| Dec 12 22:27:05.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6500 | 2024-12-12T22:27:06.366Z | [ recovery-image] Dec 12 22:27:05.658 INFO O| Dec 12 22:27:05.658 INFO STEP 722 (remove_files) COMPLETE |
6501 | 2024-12-12T22:27:06.366Z | [ recovery-image] Dec 12 22:27:05.658 INFO O| Dec 12 22:27:05.658 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-12-12T22:27:06.422Z | [ recovery-image] Dec 12 22:27:05.717 INFO O| Dec 12 22:27:05.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6503 | 2024-12-12T22:27:06.422Z | [ recovery-image] Dec 12 22:27:05.717 INFO O| Dec 12 22:27:05.717 INFO STEP 723 (remove_files) COMPLETE |
6504 | 2024-12-12T22:27:06.425Z | [ recovery-image] Dec 12 22:27:05.717 INFO O| Dec 12 22:27:05.717 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-12-12T22:27:06.447Z | [ recovery-image] Dec 12 22:27:05.742 INFO O| Dec 12 22:27:05.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6506 | 2024-12-12T22:27:06.447Z | [ recovery-image] Dec 12 22:27:05.742 INFO O| Dec 12 22:27:05.742 INFO STEP 724 (remove_files) COMPLETE |
6507 | 2024-12-12T22:27:06.447Z | [ recovery-image] Dec 12 22:27:05.742 INFO O| Dec 12 22:27:05.742 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-12-12T22:27:06.469Z | [ recovery-image] Dec 12 22:27:05.764 INFO O| Dec 12 22:27:05.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6509 | 2024-12-12T22:27:06.469Z | [ recovery-image] Dec 12 22:27:05.764 INFO O| Dec 12 22:27:05.764 INFO STEP 725 (remove_files) COMPLETE |
6510 | 2024-12-12T22:27:06.469Z | [ recovery-image] Dec 12 22:27:05.764 INFO O| Dec 12 22:27:05.764 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-12-12T22:27:06.512Z | [ recovery-image] Dec 12 22:27:05.807 INFO O| Dec 12 22:27:05.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6512 | 2024-12-12T22:27:06.518Z | [ recovery-image] Dec 12 22:27:05.807 INFO O| Dec 12 22:27:05.807 INFO STEP 726 (remove_files) COMPLETE |
6513 | 2024-12-12T22:27:06.518Z | [ recovery-image] Dec 12 22:27:05.807 INFO O| Dec 12 22:27:05.807 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-12-12T22:27:06.535Z | [ recovery-image] Dec 12 22:27:05.830 INFO O| Dec 12 22:27:05.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6515 | 2024-12-12T22:27:06.538Z | [ recovery-image] Dec 12 22:27:05.831 INFO O| Dec 12 22:27:05.831 INFO STEP 727 (remove_files) COMPLETE |
6516 | 2024-12-12T22:27:06.538Z | [ recovery-image] Dec 12 22:27:05.831 INFO O| Dec 12 22:27:05.831 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-12-12T22:27:06.560Z | [ recovery-image] Dec 12 22:27:05.855 INFO O| Dec 12 22:27:05.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6518 | 2024-12-12T22:27:06.562Z | [ recovery-image] Dec 12 22:27:05.855 INFO O| Dec 12 22:27:05.855 INFO STEP 728 (remove_files) COMPLETE |
6519 | 2024-12-12T22:27:06.562Z | [ recovery-image] Dec 12 22:27:05.855 INFO O| Dec 12 22:27:05.855 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-12-12T22:27:06.582Z | [ recovery-image] Dec 12 22:27:05.877 INFO O| Dec 12 22:27:05.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6521 | 2024-12-12T22:27:06.585Z | [ recovery-image] Dec 12 22:27:05.877 INFO O| Dec 12 22:27:05.877 INFO STEP 729 (remove_files) COMPLETE |
6522 | 2024-12-12T22:27:06.585Z | [ recovery-image] Dec 12 22:27:05.878 INFO O| Dec 12 22:27:05.878 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-12-12T22:27:06.619Z | [ recovery-image] Dec 12 22:27:05.914 INFO O| Dec 12 22:27:05.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6524 | 2024-12-12T22:27:06.619Z | [ recovery-image] Dec 12 22:27:05.914 INFO O| Dec 12 22:27:05.914 INFO STEP 730 (remove_files) COMPLETE |
6525 | 2024-12-12T22:27:06.619Z | [ recovery-image] Dec 12 22:27:05.914 INFO O| Dec 12 22:27:05.914 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2024-12-12T22:27:06.642Z | [ recovery-image] Dec 12 22:27:05.936 INFO O| Dec 12 22:27:05.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6527 | 2024-12-12T22:27:06.642Z | [ recovery-image] Dec 12 22:27:05.936 INFO O| Dec 12 22:27:05.936 INFO STEP 731 (remove_files) COMPLETE |
6528 | 2024-12-12T22:27:06.642Z | [ recovery-image] Dec 12 22:27:05.936 INFO O| Dec 12 22:27:05.936 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-12-12T22:27:06.679Z | [ recovery-image] Dec 12 22:27:05.973 INFO O| Dec 12 22:27:05.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6530 | 2024-12-12T22:27:06.679Z | [ recovery-image] Dec 12 22:27:05.974 INFO O| Dec 12 22:27:05.974 INFO STEP 732 (remove_files) COMPLETE |
6531 | 2024-12-12T22:27:06.679Z | [ recovery-image] Dec 12 22:27:05.974 INFO O| Dec 12 22:27:05.974 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2024-12-12T22:27:06.720Z | [ recovery-image] Dec 12 22:27:06.015 INFO O| Dec 12 22:27:06.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6533 | 2024-12-12T22:27:06.720Z | [ recovery-image] Dec 12 22:27:06.015 INFO O| Dec 12 22:27:06.015 INFO STEP 733 (remove_files) COMPLETE |
6534 | 2024-12-12T22:27:06.720Z | [ recovery-image] Dec 12 22:27:06.015 INFO O| Dec 12 22:27:06.015 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2024-12-12T22:27:06.778Z | [ recovery-image] Dec 12 22:27:06.072 INFO O| Dec 12 22:27:06.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6536 | 2024-12-12T22:27:06.780Z | [ recovery-image] Dec 12 22:27:06.073 INFO O| Dec 12 22:27:06.073 INFO STEP 734 (remove_files) COMPLETE |
6537 | 2024-12-12T22:27:06.780Z | [ recovery-image] Dec 12 22:27:06.073 INFO O| Dec 12 22:27:06.073 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2024-12-12T22:27:06.800Z | [ recovery-image] Dec 12 22:27:06.095 INFO O| Dec 12 22:27:06.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6539 | 2024-12-12T22:27:06.802Z | [ recovery-image] Dec 12 22:27:06.095 INFO O| Dec 12 22:27:06.095 INFO STEP 735 (remove_files) COMPLETE |
6540 | 2024-12-12T22:27:06.802Z | [ recovery-image] Dec 12 22:27:06.095 INFO O| Dec 12 22:27:06.095 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2024-12-12T22:27:06.826Z | [ recovery-image] Dec 12 22:27:06.120 INFO O| Dec 12 22:27:06.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6542 | 2024-12-12T22:27:06.826Z | [ recovery-image] Dec 12 22:27:06.120 INFO O| Dec 12 22:27:06.120 INFO STEP 736 (remove_files) COMPLETE |
6543 | 2024-12-12T22:27:06.826Z | [ recovery-image] Dec 12 22:27:06.120 INFO O| Dec 12 22:27:06.120 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2024-12-12T22:27:06.885Z | [ recovery-image] Dec 12 22:27:06.179 INFO O| Dec 12 22:27:06.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6545 | 2024-12-12T22:27:06.885Z | [ recovery-image] Dec 12 22:27:06.179 INFO O| Dec 12 22:27:06.179 INFO STEP 737 (remove_files) COMPLETE |
6546 | 2024-12-12T22:27:06.885Z | [ recovery-image] Dec 12 22:27:06.180 INFO O| Dec 12 22:27:06.179 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2024-12-12T22:27:06.987Z | [ recovery-image] Dec 12 22:27:06.282 INFO O| Dec 12 22:27:06.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6548 | 2024-12-12T22:27:06.987Z | [ recovery-image] Dec 12 22:27:06.282 INFO O| Dec 12 22:27:06.282 INFO STEP 738 (remove_files) COMPLETE |
6549 | 2024-12-12T22:27:06.987Z | [ recovery-image] Dec 12 22:27:06.282 INFO O| Dec 12 22:27:06.282 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6550 | 2024-12-12T22:27:07.008Z | [ recovery-image] Dec 12 22:27:06.303 INFO O| Dec 12 22:27:06.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6551 | 2024-12-12T22:27:07.008Z | [ recovery-image] Dec 12 22:27:06.303 INFO O| Dec 12 22:27:06.303 INFO STEP 739 (remove_files) COMPLETE |
6552 | 2024-12-12T22:27:07.011Z | [ recovery-image] Dec 12 22:27:06.304 INFO O| Dec 12 22:27:06.303 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6553 | 2024-12-12T22:27:07.029Z | [ recovery-image] Dec 12 22:27:06.324 INFO O| Dec 12 22:27:06.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6554 | 2024-12-12T22:27:07.029Z | [ recovery-image] Dec 12 22:27:06.324 INFO O| Dec 12 22:27:06.324 INFO STEP 740 (remove_files) COMPLETE |
6555 | 2024-12-12T22:27:07.029Z | [ recovery-image] Dec 12 22:27:06.324 INFO O| Dec 12 22:27:06.324 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6556 | 2024-12-12T22:27:07.050Z | [ recovery-image] Dec 12 22:27:06.345 INFO O| Dec 12 22:27:06.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6557 | 2024-12-12T22:27:07.050Z | [ recovery-image] Dec 12 22:27:06.345 INFO O| Dec 12 22:27:06.345 INFO STEP 741 (remove_files) COMPLETE |
6558 | 2024-12-12T22:27:07.053Z | [ recovery-image] Dec 12 22:27:06.345 INFO O| Dec 12 22:27:06.345 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2024-12-12T22:27:07.070Z | [ recovery-image] Dec 12 22:27:06.365 INFO O| Dec 12 22:27:06.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6560 | 2024-12-12T22:27:07.070Z | [ recovery-image] Dec 12 22:27:06.365 INFO O| Dec 12 22:27:06.365 INFO STEP 742 (remove_files) COMPLETE |
6561 | 2024-12-12T22:27:07.073Z | [ recovery-image] Dec 12 22:27:06.365 INFO O| Dec 12 22:27:06.365 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6562 | 2024-12-12T22:27:07.090Z | [ recovery-image] Dec 12 22:27:06.385 INFO O| Dec 12 22:27:06.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6563 | 2024-12-12T22:27:07.091Z | [ recovery-image] Dec 12 22:27:06.385 INFO O| Dec 12 22:27:06.385 INFO STEP 743 (remove_files) COMPLETE |
6564 | 2024-12-12T22:27:07.091Z | [ recovery-image] Dec 12 22:27:06.385 INFO O| Dec 12 22:27:06.385 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6565 | 2024-12-12T22:27:07.119Z | [ recovery-image] Dec 12 22:27:06.414 INFO O| Dec 12 22:27:06.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6566 | 2024-12-12T22:27:07.119Z | [ recovery-image] Dec 12 22:27:06.414 INFO O| Dec 12 22:27:06.414 INFO STEP 744 (remove_files) COMPLETE |
6567 | 2024-12-12T22:27:07.122Z | [ recovery-image] Dec 12 22:27:06.414 INFO O| Dec 12 22:27:06.414 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2024-12-12T22:27:07.142Z | [ recovery-image] Dec 12 22:27:06.437 INFO O| Dec 12 22:27:06.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6569 | 2024-12-12T22:27:07.142Z | [ recovery-image] Dec 12 22:27:06.437 INFO O| Dec 12 22:27:06.437 INFO STEP 745 (remove_files) COMPLETE |
6570 | 2024-12-12T22:27:07.144Z | [ recovery-image] Dec 12 22:27:06.437 INFO O| Dec 12 22:27:06.437 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2024-12-12T22:27:07.163Z | [ recovery-image] Dec 12 22:27:06.458 INFO O| Dec 12 22:27:06.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6572 | 2024-12-12T22:27:07.163Z | [ recovery-image] Dec 12 22:27:06.458 INFO O| Dec 12 22:27:06.458 INFO STEP 746 (remove_files) COMPLETE |
6573 | 2024-12-12T22:27:07.166Z | [ recovery-image] Dec 12 22:27:06.458 INFO O| Dec 12 22:27:06.458 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-12-12T22:27:07.189Z | [ recovery-image] Dec 12 22:27:06.484 INFO O| Dec 12 22:27:06.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6575 | 2024-12-12T22:27:07.189Z | [ recovery-image] Dec 12 22:27:06.484 INFO O| Dec 12 22:27:06.484 INFO STEP 747 (remove_files) COMPLETE |
6576 | 2024-12-12T22:27:07.193Z | [ recovery-image] Dec 12 22:27:06.485 INFO O| Dec 12 22:27:06.484 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-12-12T22:27:07.213Z | [ recovery-image] Dec 12 22:27:06.508 INFO O| Dec 12 22:27:06.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6578 | 2024-12-12T22:27:07.239Z | [ recovery-image] Dec 12 22:27:06.534 INFO O| Dec 12 22:27:06.534 INFO STEP 748 (remove_files) COMPLETE |
6579 | 2024-12-12T22:27:07.239Z | [ recovery-image] Dec 12 22:27:06.534 INFO O| Dec 12 22:27:06.534 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-12-12T22:27:07.295Z | [ recovery-image] Dec 12 22:27:06.590 INFO O| Dec 12 22:27:06.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6581 | 2024-12-12T22:27:07.295Z | [ recovery-image] Dec 12 22:27:06.590 INFO O| Dec 12 22:27:06.590 INFO STEP 749 (remove_files) COMPLETE |
6582 | 2024-12-12T22:27:07.298Z | [ recovery-image] Dec 12 22:27:06.590 INFO O| Dec 12 22:27:06.590 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-12-12T22:27:07.315Z | [ recovery-image] Dec 12 22:27:06.609 INFO O| Dec 12 22:27:06.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6584 | 2024-12-12T22:27:07.315Z | [ recovery-image] Dec 12 22:27:06.609 INFO O| Dec 12 22:27:06.609 INFO STEP 750 (remove_files) COMPLETE |
6585 | 2024-12-12T22:27:07.315Z | [ recovery-image] Dec 12 22:27:06.609 INFO O| Dec 12 22:27:06.609 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2024-12-12T22:27:07.356Z | [ recovery-image] Dec 12 22:27:06.650 INFO O| Dec 12 22:27:06.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6587 | 2024-12-12T22:27:07.356Z | [ recovery-image] Dec 12 22:27:06.651 INFO O| Dec 12 22:27:06.650 INFO STEP 751 (remove_files) COMPLETE |
6588 | 2024-12-12T22:27:07.356Z | [ recovery-image] Dec 12 22:27:06.651 INFO O| Dec 12 22:27:06.651 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2024-12-12T22:27:07.393Z | [ recovery-image] Dec 12 22:27:06.688 INFO O| Dec 12 22:27:06.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6590 | 2024-12-12T22:27:07.393Z | [ recovery-image] Dec 12 22:27:06.688 INFO O| Dec 12 22:27:06.688 INFO STEP 752 (remove_files) COMPLETE |
6591 | 2024-12-12T22:27:07.393Z | [ recovery-image] Dec 12 22:27:06.688 INFO O| Dec 12 22:27:06.688 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2024-12-12T22:27:07.449Z | [ recovery-image] Dec 12 22:27:06.744 INFO O| Dec 12 22:27:06.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6593 | 2024-12-12T22:27:07.453Z | [ recovery-image] Dec 12 22:27:06.744 INFO O| Dec 12 22:27:06.744 INFO STEP 753 (remove_files) COMPLETE |
6594 | 2024-12-12T22:27:07.453Z | [ recovery-image] Dec 12 22:27:06.744 INFO O| Dec 12 22:27:06.744 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2024-12-12T22:27:07.486Z | [ recovery-image] Dec 12 22:27:06.781 INFO O| Dec 12 22:27:06.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6596 | 2024-12-12T22:27:07.486Z | [ recovery-image] Dec 12 22:27:06.781 INFO O| Dec 12 22:27:06.781 INFO STEP 754 (remove_files) COMPLETE |
6597 | 2024-12-12T22:27:07.486Z | [ recovery-image] Dec 12 22:27:06.781 INFO O| Dec 12 22:27:06.781 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2024-12-12T22:27:07.508Z | [ recovery-image] Dec 12 22:27:06.803 INFO O| Dec 12 22:27:06.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6599 | 2024-12-12T22:27:07.511Z | [ recovery-image] Dec 12 22:27:06.803 INFO O| Dec 12 22:27:06.803 INFO STEP 755 (remove_files) COMPLETE |
6600 | 2024-12-12T22:27:07.511Z | [ recovery-image] Dec 12 22:27:06.803 INFO O| Dec 12 22:27:06.803 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2024-12-12T22:27:07.530Z | [ recovery-image] Dec 12 22:27:06.824 INFO O| Dec 12 22:27:06.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6602 | 2024-12-12T22:27:07.533Z | [ recovery-image] Dec 12 22:27:06.825 INFO O| Dec 12 22:27:06.825 INFO STEP 756 (remove_files) COMPLETE |
6603 | 2024-12-12T22:27:07.533Z | [ recovery-image] Dec 12 22:27:06.825 INFO O| Dec 12 22:27:06.825 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2024-12-12T22:27:07.552Z | [ recovery-image] Dec 12 22:27:06.847 INFO O| Dec 12 22:27:06.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6605 | 2024-12-12T22:27:07.555Z | [ recovery-image] Dec 12 22:27:06.847 INFO O| Dec 12 22:27:06.847 INFO STEP 757 (remove_files) COMPLETE |
6606 | 2024-12-12T22:27:07.555Z | [ recovery-image] Dec 12 22:27:06.847 INFO O| Dec 12 22:27:06.847 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-12-12T22:27:07.575Z | [ recovery-image] Dec 12 22:27:06.870 INFO O| Dec 12 22:27:06.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6608 | 2024-12-12T22:27:07.575Z | [ recovery-image] Dec 12 22:27:06.870 INFO O| Dec 12 22:27:06.870 INFO STEP 758 (remove_files) COMPLETE |
6609 | 2024-12-12T22:27:07.577Z | [ recovery-image] Dec 12 22:27:06.870 INFO O| Dec 12 22:27:06.870 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-12-12T22:27:07.595Z | [ recovery-image] Dec 12 22:27:06.890 INFO O| Dec 12 22:27:06.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6611 | 2024-12-12T22:27:07.682Z | [ recovery-image] Dec 12 22:27:06.977 INFO O| Dec 12 22:27:06.977 INFO STEP 759 (remove_files) COMPLETE |
6612 | 2024-12-12T22:27:07.682Z | [ recovery-image] Dec 12 22:27:06.977 INFO O| Dec 12 22:27:06.977 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-12-12T22:27:07.751Z | [ recovery-image] Dec 12 22:27:07.046 INFO O| Dec 12 22:27:07.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6614 | 2024-12-12T22:27:07.751Z | [ recovery-image] Dec 12 22:27:07.046 INFO O| Dec 12 22:27:07.046 INFO STEP 760 (remove_files) COMPLETE |
6615 | 2024-12-12T22:27:07.751Z | [ recovery-image] Dec 12 22:27:07.046 INFO O| Dec 12 22:27:07.046 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-12-12T22:27:07.805Z | [ recovery-image] Dec 12 22:27:07.100 INFO O| Dec 12 22:27:07.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6617 | 2024-12-12T22:27:07.805Z | [ recovery-image] Dec 12 22:27:07.100 INFO O| Dec 12 22:27:07.100 INFO STEP 761 (remove_files) COMPLETE |
6618 | 2024-12-12T22:27:07.808Z | [ recovery-image] Dec 12 22:27:07.100 INFO O| Dec 12 22:27:07.100 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-12-12T22:27:07.864Z | [ recovery-image] Dec 12 22:27:07.158 INFO O| Dec 12 22:27:07.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6620 | 2024-12-12T22:27:07.864Z | [ recovery-image] Dec 12 22:27:07.158 INFO O| Dec 12 22:27:07.158 INFO STEP 762 (remove_files) COMPLETE |
6621 | 2024-12-12T22:27:07.864Z | [ recovery-image] Dec 12 22:27:07.158 INFO O| Dec 12 22:27:07.158 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-12-12T22:27:07.899Z | [ recovery-image] Dec 12 22:27:07.194 INFO O| Dec 12 22:27:07.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6623 | 2024-12-12T22:27:07.902Z | [ recovery-image] Dec 12 22:27:07.195 INFO O| Dec 12 22:27:07.194 INFO STEP 763 (remove_files) COMPLETE |
6624 | 2024-12-12T22:27:07.902Z | [ recovery-image] Dec 12 22:27:07.195 INFO O| Dec 12 22:27:07.194 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-12-12T22:27:07.921Z | [ recovery-image] Dec 12 22:27:07.216 INFO O| Dec 12 22:27:07.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6626 | 2024-12-12T22:27:07.924Z | [ recovery-image] Dec 12 22:27:07.216 INFO O| Dec 12 22:27:07.216 INFO STEP 764 (remove_files) COMPLETE |
6627 | 2024-12-12T22:27:07.925Z | [ recovery-image] Dec 12 22:27:07.217 INFO O| Dec 12 22:27:07.216 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2024-12-12T22:27:07.940Z | [ recovery-image] Dec 12 22:27:07.235 INFO O| Dec 12 22:27:07.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6629 | 2024-12-12T22:27:07.950Z | [ recovery-image] Dec 12 22:27:07.235 INFO O| Dec 12 22:27:07.235 INFO STEP 765 (remove_files) COMPLETE |
6630 | 2024-12-12T22:27:07.950Z | [ recovery-image] Dec 12 22:27:07.235 INFO O| Dec 12 22:27:07.235 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6631 | 2024-12-12T22:27:08.004Z | [ recovery-image] Dec 12 22:27:07.297 INFO O| Dec 12 22:27:07.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6632 | 2024-12-12T22:27:08.004Z | [ recovery-image] Dec 12 22:27:07.298 INFO O| Dec 12 22:27:07.297 INFO STEP 766 (remove_files) COMPLETE |
6633 | 2024-12-12T22:27:08.004Z | [ recovery-image] Dec 12 22:27:07.298 INFO O| Dec 12 22:27:07.298 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6634 | 2024-12-12T22:27:08.027Z | [ recovery-image] Dec 12 22:27:07.322 INFO O| Dec 12 22:27:07.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6635 | 2024-12-12T22:27:08.027Z | [ recovery-image] Dec 12 22:27:07.322 INFO O| Dec 12 22:27:07.322 INFO STEP 767 (remove_files) COMPLETE |
6636 | 2024-12-12T22:27:08.027Z | [ recovery-image] Dec 12 22:27:07.322 INFO O| Dec 12 22:27:07.322 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6637 | 2024-12-12T22:27:08.051Z | [ recovery-image] Dec 12 22:27:07.346 INFO O| Dec 12 22:27:07.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6638 | 2024-12-12T22:27:08.051Z | [ recovery-image] Dec 12 22:27:07.346 INFO O| Dec 12 22:27:07.346 INFO STEP 768 (remove_files) COMPLETE |
6639 | 2024-12-12T22:27:08.051Z | [ recovery-image] Dec 12 22:27:07.346 INFO O| Dec 12 22:27:07.346 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2024-12-12T22:27:08.073Z | [ recovery-image] Dec 12 22:27:07.368 INFO O| Dec 12 22:27:07.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6641 | 2024-12-12T22:27:08.073Z | [ recovery-image] Dec 12 22:27:07.368 INFO O| Dec 12 22:27:07.368 INFO STEP 769 (remove_files) COMPLETE |
6642 | 2024-12-12T22:27:08.073Z | [ recovery-image] Dec 12 22:27:07.368 INFO O| Dec 12 22:27:07.368 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2024-12-12T22:27:08.094Z | [ recovery-image] Dec 12 22:27:07.389 INFO O| Dec 12 22:27:07.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6644 | 2024-12-12T22:27:08.097Z | [ recovery-image] Dec 12 22:27:07.389 INFO O| Dec 12 22:27:07.389 INFO STEP 770 (remove_files) COMPLETE |
6645 | 2024-12-12T22:27:08.097Z | [ recovery-image] Dec 12 22:27:07.389 INFO O| Dec 12 22:27:07.389 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2024-12-12T22:27:08.114Z | [ recovery-image] Dec 12 22:27:07.409 INFO O| Dec 12 22:27:07.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6647 | 2024-12-12T22:27:08.117Z | [ recovery-image] Dec 12 22:27:07.410 INFO O| Dec 12 22:27:07.409 INFO STEP 771 (remove_files) COMPLETE |
6648 | 2024-12-12T22:27:08.117Z | [ recovery-image] Dec 12 22:27:07.410 INFO O| Dec 12 22:27:07.410 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2024-12-12T22:27:08.133Z | [ recovery-image] Dec 12 22:27:07.428 INFO O| Dec 12 22:27:07.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6650 | 2024-12-12T22:27:08.136Z | [ recovery-image] Dec 12 22:27:07.428 INFO O| Dec 12 22:27:07.428 INFO STEP 772 (remove_files) COMPLETE |
6651 | 2024-12-12T22:27:08.136Z | [ recovery-image] Dec 12 22:27:07.428 INFO O| Dec 12 22:27:07.428 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2024-12-12T22:27:08.152Z | [ recovery-image] Dec 12 22:27:07.447 INFO O| Dec 12 22:27:07.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6653 | 2024-12-12T22:27:08.154Z | [ recovery-image] Dec 12 22:27:07.447 INFO O| Dec 12 22:27:07.447 INFO STEP 773 (remove_files) COMPLETE |
6654 | 2024-12-12T22:27:08.154Z | [ recovery-image] Dec 12 22:27:07.447 INFO O| Dec 12 22:27:07.447 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2024-12-12T22:27:08.174Z | [ recovery-image] Dec 12 22:27:07.469 INFO O| Dec 12 22:27:07.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6656 | 2024-12-12T22:27:08.174Z | [ recovery-image] Dec 12 22:27:07.469 INFO O| Dec 12 22:27:07.469 INFO STEP 774 (remove_files) COMPLETE |
6657 | 2024-12-12T22:27:08.174Z | [ recovery-image] Dec 12 22:27:07.469 INFO O| Dec 12 22:27:07.469 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6658 | 2024-12-12T22:27:08.235Z | [ recovery-image] Dec 12 22:27:07.530 INFO O| Dec 12 22:27:07.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6659 | 2024-12-12T22:27:08.235Z | [ recovery-image] Dec 12 22:27:07.530 INFO O| Dec 12 22:27:07.530 INFO STEP 775 (remove_files) COMPLETE |
6660 | 2024-12-12T22:27:08.238Z | [ recovery-image] Dec 12 22:27:07.530 INFO O| Dec 12 22:27:07.530 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6661 | 2024-12-12T22:27:08.266Z | [ recovery-image] Dec 12 22:27:07.560 INFO O| Dec 12 22:27:07.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6662 | 2024-12-12T22:27:08.266Z | [ recovery-image] Dec 12 22:27:07.560 INFO O| Dec 12 22:27:07.560 INFO STEP 776 (remove_files) COMPLETE |
6663 | 2024-12-12T22:27:08.266Z | [ recovery-image] Dec 12 22:27:07.560 INFO O| Dec 12 22:27:07.560 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6664 | 2024-12-12T22:27:08.303Z | [ recovery-image] Dec 12 22:27:07.598 INFO O| Dec 12 22:27:07.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6665 | 2024-12-12T22:27:08.303Z | [ recovery-image] Dec 12 22:27:07.598 INFO O| Dec 12 22:27:07.598 INFO STEP 777 (remove_files) COMPLETE |
6666 | 2024-12-12T22:27:08.306Z | [ recovery-image] Dec 12 22:27:07.598 INFO O| Dec 12 22:27:07.598 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6667 | 2024-12-12T22:27:08.324Z | [ recovery-image] Dec 12 22:27:07.619 INFO O| Dec 12 22:27:07.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6668 | 2024-12-12T22:27:08.324Z | [ recovery-image] Dec 12 22:27:07.619 INFO O| Dec 12 22:27:07.619 INFO STEP 778 (remove_files) COMPLETE |
6669 | 2024-12-12T22:27:08.327Z | [ recovery-image] Dec 12 22:27:07.619 INFO O| Dec 12 22:27:07.619 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2024-12-12T22:27:08.344Z | [ recovery-image] Dec 12 22:27:07.639 INFO O| Dec 12 22:27:07.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6671 | 2024-12-12T22:27:08.344Z | [ recovery-image] Dec 12 22:27:07.639 INFO O| Dec 12 22:27:07.639 INFO STEP 779 (remove_files) COMPLETE |
6672 | 2024-12-12T22:27:08.344Z | [ recovery-image] Dec 12 22:27:07.639 INFO O| Dec 12 22:27:07.639 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6673 | 2024-12-12T22:27:08.410Z | [ recovery-image] Dec 12 22:27:07.705 INFO O| Dec 12 22:27:07.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6674 | 2024-12-12T22:27:08.411Z | [ recovery-image] Dec 12 22:27:07.706 INFO O| Dec 12 22:27:07.705 INFO STEP 780 (remove_files) COMPLETE |
6675 | 2024-12-12T22:27:08.411Z | [ recovery-image] Dec 12 22:27:07.706 INFO O| Dec 12 22:27:07.705 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6676 | 2024-12-12T22:27:08.472Z | [ recovery-image] Dec 12 22:27:07.767 INFO O| Dec 12 22:27:07.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6677 | 2024-12-12T22:27:08.472Z | [ recovery-image] Dec 12 22:27:07.767 INFO O| Dec 12 22:27:07.767 INFO STEP 781 (remove_files) COMPLETE |
6678 | 2024-12-12T22:27:08.472Z | [ recovery-image] Dec 12 22:27:07.767 INFO O| Dec 12 22:27:07.767 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6679 | 2024-12-12T22:27:08.514Z | [ recovery-image] Dec 12 22:27:07.809 INFO O| Dec 12 22:27:07.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6680 | 2024-12-12T22:27:08.514Z | [ recovery-image] Dec 12 22:27:07.809 INFO O| Dec 12 22:27:07.809 INFO STEP 782 (remove_files) COMPLETE |
6681 | 2024-12-12T22:27:08.516Z | [ recovery-image] Dec 12 22:27:07.809 INFO O| Dec 12 22:27:07.809 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2024-12-12T22:27:08.563Z | [ recovery-image] Dec 12 22:27:07.857 INFO O| Dec 12 22:27:07.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6683 | 2024-12-12T22:27:08.565Z | [ recovery-image] Dec 12 22:27:07.858 INFO O| Dec 12 22:27:07.858 INFO STEP 783 (remove_files) COMPLETE |
6684 | 2024-12-12T22:27:08.565Z | [ recovery-image] Dec 12 22:27:07.858 INFO O| Dec 12 22:27:07.858 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2024-12-12T22:27:08.595Z | [ recovery-image] Dec 12 22:27:07.890 INFO O| Dec 12 22:27:07.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6686 | 2024-12-12T22:27:08.598Z | [ recovery-image] Dec 12 22:27:07.891 INFO O| Dec 12 22:27:07.890 INFO STEP 784 (remove_files) COMPLETE |
6687 | 2024-12-12T22:27:08.598Z | [ recovery-image] Dec 12 22:27:07.891 INFO O| Dec 12 22:27:07.891 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2024-12-12T22:27:08.619Z | [ recovery-image] Dec 12 22:27:07.912 INFO O| Dec 12 22:27:07.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6689 | 2024-12-12T22:27:08.622Z | [ recovery-image] Dec 12 22:27:07.912 INFO O| Dec 12 22:27:07.912 INFO STEP 785 (remove_files) COMPLETE |
6690 | 2024-12-12T22:27:08.622Z | [ recovery-image] Dec 12 22:27:07.913 INFO O| Dec 12 22:27:07.912 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6691 | 2024-12-12T22:27:08.639Z | [ recovery-image] Dec 12 22:27:07.934 INFO O| Dec 12 22:27:07.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6692 | 2024-12-12T22:27:08.642Z | [ recovery-image] Dec 12 22:27:07.935 INFO O| Dec 12 22:27:07.934 INFO STEP 786 (remove_files) COMPLETE |
6693 | 2024-12-12T22:27:08.642Z | [ recovery-image] Dec 12 22:27:07.935 INFO O| Dec 12 22:27:07.935 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2024-12-12T22:27:08.661Z | [ recovery-image] Dec 12 22:27:07.956 INFO O| Dec 12 22:27:07.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6695 | 2024-12-12T22:27:08.665Z | [ recovery-image] Dec 12 22:27:07.957 INFO O| Dec 12 22:27:07.957 INFO STEP 787 (remove_files) COMPLETE |
6696 | 2024-12-12T22:27:08.665Z | [ recovery-image] Dec 12 22:27:07.957 INFO O| Dec 12 22:27:07.957 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2024-12-12T22:27:08.708Z | [ recovery-image] Dec 12 22:27:08.003 INFO O| Dec 12 22:27:08.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6698 | 2024-12-12T22:27:08.712Z | [ recovery-image] Dec 12 22:27:08.004 INFO O| Dec 12 22:27:08.003 INFO STEP 788 (remove_files) COMPLETE |
6699 | 2024-12-12T22:27:08.712Z | [ recovery-image] Dec 12 22:27:08.004 INFO O| Dec 12 22:27:08.004 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2024-12-12T22:27:08.730Z | [ recovery-image] Dec 12 22:27:08.025 INFO O| Dec 12 22:27:08.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6701 | 2024-12-12T22:27:08.734Z | [ recovery-image] Dec 12 22:27:08.025 INFO O| Dec 12 22:27:08.025 INFO STEP 789 (remove_files) COMPLETE |
6702 | 2024-12-12T22:27:08.734Z | [ recovery-image] Dec 12 22:27:08.025 INFO O| Dec 12 22:27:08.025 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-12-12T22:27:08.752Z | [ recovery-image] Dec 12 22:27:08.047 INFO O| Dec 12 22:27:08.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6704 | 2024-12-12T22:27:08.752Z | [ recovery-image] Dec 12 22:27:08.047 INFO O| Dec 12 22:27:08.047 INFO STEP 790 (remove_files) COMPLETE |
6705 | 2024-12-12T22:27:08.752Z | [ recovery-image] Dec 12 22:27:08.047 INFO O| Dec 12 22:27:08.047 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-12-12T22:27:08.817Z | [ recovery-image] Dec 12 22:27:08.112 INFO O| Dec 12 22:27:08.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6707 | 2024-12-12T22:27:08.817Z | [ recovery-image] Dec 12 22:27:08.112 INFO O| Dec 12 22:27:08.112 INFO STEP 791 (remove_files) COMPLETE |
6708 | 2024-12-12T22:27:08.820Z | [ recovery-image] Dec 12 22:27:08.112 INFO O| Dec 12 22:27:08.112 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-12-12T22:27:08.846Z | [ recovery-image] Dec 12 22:27:08.139 INFO O| Dec 12 22:27:08.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6710 | 2024-12-12T22:27:08.846Z | [ recovery-image] Dec 12 22:27:08.139 INFO O| Dec 12 22:27:08.139 INFO STEP 792 (remove_files) COMPLETE |
6711 | 2024-12-12T22:27:08.846Z | [ recovery-image] Dec 12 22:27:08.139 INFO O| Dec 12 22:27:08.139 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-12-12T22:27:08.871Z | [ recovery-image] Dec 12 22:27:08.166 INFO O| Dec 12 22:27:08.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6713 | 2024-12-12T22:27:08.871Z | [ recovery-image] Dec 12 22:27:08.166 INFO O| Dec 12 22:27:08.166 INFO STEP 793 (remove_files) COMPLETE |
6714 | 2024-12-12T22:27:08.871Z | [ recovery-image] Dec 12 22:27:08.166 INFO O| Dec 12 22:27:08.166 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-12-12T22:27:08.896Z | [ recovery-image] Dec 12 22:27:08.191 INFO O| Dec 12 22:27:08.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6716 | 2024-12-12T22:27:08.896Z | [ recovery-image] Dec 12 22:27:08.191 INFO O| Dec 12 22:27:08.191 INFO STEP 794 (remove_files) COMPLETE |
6717 | 2024-12-12T22:27:08.896Z | [ recovery-image] Dec 12 22:27:08.191 INFO O| Dec 12 22:27:08.191 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-12-12T22:27:08.919Z | [ recovery-image] Dec 12 22:27:08.214 INFO O| Dec 12 22:27:08.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6719 | 2024-12-12T22:27:08.919Z | [ recovery-image] Dec 12 22:27:08.214 INFO O| Dec 12 22:27:08.214 INFO STEP 795 (remove_files) COMPLETE |
6720 | 2024-12-12T22:27:08.921Z | [ recovery-image] Dec 12 22:27:08.214 INFO O| Dec 12 22:27:08.214 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-12-12T22:27:08.948Z | [ recovery-image] Dec 12 22:27:08.243 INFO O| Dec 12 22:27:08.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6722 | 2024-12-12T22:27:08.948Z | [ recovery-image] Dec 12 22:27:08.243 INFO O| Dec 12 22:27:08.243 INFO STEP 796 (remove_files) COMPLETE |
6723 | 2024-12-12T22:27:08.950Z | [ recovery-image] Dec 12 22:27:08.243 INFO O| Dec 12 22:27:08.243 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-12-12T22:27:08.970Z | [ recovery-image] Dec 12 22:27:08.265 INFO O| Dec 12 22:27:08.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6725 | 2024-12-12T22:27:08.991Z | [ recovery-image] Dec 12 22:27:08.285 INFO O| Dec 12 22:27:08.285 INFO STEP 797 (remove_files) COMPLETE |
6726 | 2024-12-12T22:27:08.991Z | [ recovery-image] Dec 12 22:27:08.285 INFO O| Dec 12 22:27:08.285 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-12-12T22:27:09.043Z | [ recovery-image] Dec 12 22:27:08.338 INFO O| Dec 12 22:27:08.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6728 | 2024-12-12T22:27:09.043Z | [ recovery-image] Dec 12 22:27:08.338 INFO O| Dec 12 22:27:08.338 INFO STEP 798 (remove_files) COMPLETE |
6729 | 2024-12-12T22:27:09.046Z | [ recovery-image] Dec 12 22:27:08.338 INFO O| Dec 12 22:27:08.338 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-12-12T22:27:09.083Z | [ recovery-image] Dec 12 22:27:08.378 INFO O| Dec 12 22:27:08.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6731 | 2024-12-12T22:27:09.083Z | [ recovery-image] Dec 12 22:27:08.378 INFO O| Dec 12 22:27:08.378 INFO STEP 799 (remove_files) COMPLETE |
6732 | 2024-12-12T22:27:09.083Z | [ recovery-image] Dec 12 22:27:08.378 INFO O| Dec 12 22:27:08.378 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-12-12T22:27:09.106Z | [ recovery-image] Dec 12 22:27:08.401 INFO O| Dec 12 22:27:08.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6734 | 2024-12-12T22:27:09.106Z | [ recovery-image] Dec 12 22:27:08.401 INFO O| Dec 12 22:27:08.401 INFO STEP 800 (remove_files) COMPLETE |
6735 | 2024-12-12T22:27:09.106Z | [ recovery-image] Dec 12 22:27:08.401 INFO O| Dec 12 22:27:08.401 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-12-12T22:27:09.128Z | [ recovery-image] Dec 12 22:27:08.422 INFO O| Dec 12 22:27:08.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6737 | 2024-12-12T22:27:09.128Z | [ recovery-image] Dec 12 22:27:08.422 INFO O| Dec 12 22:27:08.422 INFO STEP 801 (remove_files) COMPLETE |
6738 | 2024-12-12T22:27:09.128Z | [ recovery-image] Dec 12 22:27:08.422 INFO O| Dec 12 22:27:08.422 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-12-12T22:27:09.148Z | [ recovery-image] Dec 12 22:27:08.443 INFO O| Dec 12 22:27:08.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6740 | 2024-12-12T22:27:09.148Z | [ recovery-image] Dec 12 22:27:08.443 INFO O| Dec 12 22:27:08.443 INFO STEP 802 (remove_files) COMPLETE |
6741 | 2024-12-12T22:27:09.152Z | [ recovery-image] Dec 12 22:27:08.444 INFO O| Dec 12 22:27:08.443 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-12-12T22:27:09.177Z | [ recovery-image] Dec 12 22:27:08.472 INFO O| Dec 12 22:27:08.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6743 | 2024-12-12T22:27:09.180Z | [ recovery-image] Dec 12 22:27:08.472 INFO O| Dec 12 22:27:08.472 INFO STEP 803 (remove_files) COMPLETE |
6744 | 2024-12-12T22:27:09.180Z | [ recovery-image] Dec 12 22:27:08.472 INFO O| Dec 12 22:27:08.472 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-12-12T22:27:09.209Z | [ recovery-image] Dec 12 22:27:08.504 INFO O| Dec 12 22:27:08.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6746 | 2024-12-12T22:27:09.209Z | [ recovery-image] Dec 12 22:27:08.504 INFO O| Dec 12 22:27:08.504 INFO STEP 804 (remove_files) COMPLETE |
6747 | 2024-12-12T22:27:09.209Z | [ recovery-image] Dec 12 22:27:08.504 INFO O| Dec 12 22:27:08.504 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-12-12T22:27:09.230Z | [ recovery-image] Dec 12 22:27:08.525 INFO O| Dec 12 22:27:08.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6749 | 2024-12-12T22:27:09.230Z | [ recovery-image] Dec 12 22:27:08.525 INFO O| Dec 12 22:27:08.525 INFO STEP 805 (remove_files) COMPLETE |
6750 | 2024-12-12T22:27:09.230Z | [ recovery-image] Dec 12 22:27:08.525 INFO O| Dec 12 22:27:08.525 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-12-12T22:27:09.252Z | [ recovery-image] Dec 12 22:27:08.547 INFO O| Dec 12 22:27:08.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6752 | 2024-12-12T22:27:09.252Z | [ recovery-image] Dec 12 22:27:08.547 INFO O| Dec 12 22:27:08.547 INFO STEP 806 (remove_files) COMPLETE |
6753 | 2024-12-12T22:27:09.252Z | [ recovery-image] Dec 12 22:27:08.547 INFO O| Dec 12 22:27:08.547 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-12-12T22:27:09.273Z | [ recovery-image] Dec 12 22:27:08.568 INFO O| Dec 12 22:27:08.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6755 | 2024-12-12T22:27:09.273Z | [ recovery-image] Dec 12 22:27:08.568 INFO O| Dec 12 22:27:08.568 INFO STEP 807 (remove_files) COMPLETE |
6756 | 2024-12-12T22:27:09.273Z | [ recovery-image] Dec 12 22:27:08.568 INFO O| Dec 12 22:27:08.568 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-12-12T22:27:09.295Z | [ recovery-image] Dec 12 22:27:08.590 INFO O| Dec 12 22:27:08.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6758 | 2024-12-12T22:27:09.297Z | [ recovery-image] Dec 12 22:27:08.590 INFO O| Dec 12 22:27:08.590 INFO STEP 808 (remove_files) COMPLETE |
6759 | 2024-12-12T22:27:09.297Z | [ recovery-image] Dec 12 22:27:08.590 INFO O| Dec 12 22:27:08.590 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-12-12T22:27:09.322Z | [ recovery-image] Dec 12 22:27:08.617 INFO O| Dec 12 22:27:08.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6761 | 2024-12-12T22:27:09.322Z | [ recovery-image] Dec 12 22:27:08.617 INFO O| Dec 12 22:27:08.617 INFO STEP 809 (remove_files) COMPLETE |
6762 | 2024-12-12T22:27:09.322Z | [ recovery-image] Dec 12 22:27:08.617 INFO O| Dec 12 22:27:08.617 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-12-12T22:27:09.349Z | [ recovery-image] Dec 12 22:27:08.644 INFO O| Dec 12 22:27:08.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6764 | 2024-12-12T22:27:09.352Z | [ recovery-image] Dec 12 22:27:08.644 INFO O| Dec 12 22:27:08.644 INFO STEP 810 (remove_files) COMPLETE |
6765 | 2024-12-12T22:27:09.352Z | [ recovery-image] Dec 12 22:27:08.644 INFO O| Dec 12 22:27:08.644 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-12-12T22:27:09.377Z | [ recovery-image] Dec 12 22:27:08.672 INFO O| Dec 12 22:27:08.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6767 | 2024-12-12T22:27:09.380Z | [ recovery-image] Dec 12 22:27:08.672 INFO O| Dec 12 22:27:08.672 INFO STEP 811 (remove_files) COMPLETE |
6768 | 2024-12-12T22:27:09.380Z | [ recovery-image] Dec 12 22:27:08.673 INFO O| Dec 12 22:27:08.673 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-12-12T22:27:09.421Z | [ recovery-image] Dec 12 22:27:08.716 INFO O| Dec 12 22:27:08.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6770 | 2024-12-12T22:27:09.421Z | [ recovery-image] Dec 12 22:27:08.716 INFO O| Dec 12 22:27:08.716 INFO STEP 812 (remove_files) COMPLETE |
6771 | 2024-12-12T22:27:09.421Z | [ recovery-image] Dec 12 22:27:08.716 INFO O| Dec 12 22:27:08.716 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-12-12T22:27:09.441Z | [ recovery-image] Dec 12 22:27:08.736 INFO O| Dec 12 22:27:08.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6773 | 2024-12-12T22:27:09.441Z | [ recovery-image] Dec 12 22:27:08.736 INFO O| Dec 12 22:27:08.736 INFO STEP 813 (remove_files) COMPLETE |
6774 | 2024-12-12T22:27:09.444Z | [ recovery-image] Dec 12 22:27:08.736 INFO O| Dec 12 22:27:08.736 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-12-12T22:27:09.462Z | [ recovery-image] Dec 12 22:27:08.757 INFO O| Dec 12 22:27:08.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6776 | 2024-12-12T22:27:09.462Z | [ recovery-image] Dec 12 22:27:08.757 INFO O| Dec 12 22:27:08.757 INFO STEP 814 (remove_files) COMPLETE |
6777 | 2024-12-12T22:27:09.465Z | [ recovery-image] Dec 12 22:27:08.757 INFO O| Dec 12 22:27:08.757 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-12-12T22:27:09.486Z | [ recovery-image] Dec 12 22:27:08.781 INFO O| Dec 12 22:27:08.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6779 | 2024-12-12T22:27:09.489Z | [ recovery-image] Dec 12 22:27:08.781 INFO O| Dec 12 22:27:08.781 INFO STEP 815 (remove_files) COMPLETE |
6780 | 2024-12-12T22:27:09.489Z | [ recovery-image] Dec 12 22:27:08.782 INFO O| Dec 12 22:27:08.782 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-12-12T22:27:09.507Z | [ recovery-image] Dec 12 22:27:08.802 INFO O| Dec 12 22:27:08.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6782 | 2024-12-12T22:27:09.509Z | [ recovery-image] Dec 12 22:27:08.802 INFO O| Dec 12 22:27:08.802 INFO STEP 816 (remove_files) COMPLETE |
6783 | 2024-12-12T22:27:09.509Z | [ recovery-image] Dec 12 22:27:08.802 INFO O| Dec 12 22:27:08.802 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-12-12T22:27:09.528Z | [ recovery-image] Dec 12 22:27:08.822 INFO O| Dec 12 22:27:08.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6785 | 2024-12-12T22:27:09.528Z | [ recovery-image] Dec 12 22:27:08.823 INFO O| Dec 12 22:27:08.823 INFO STEP 817 (remove_files) COMPLETE |
6786 | 2024-12-12T22:27:09.531Z | [ recovery-image] Dec 12 22:27:08.823 INFO O| Dec 12 22:27:08.823 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-12-12T22:27:09.585Z | [ recovery-image] Dec 12 22:27:08.880 INFO O| Dec 12 22:27:08.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6788 | 2024-12-12T22:27:09.585Z | [ recovery-image] Dec 12 22:27:08.880 INFO O| Dec 12 22:27:08.880 INFO STEP 818 (remove_files) COMPLETE |
6789 | 2024-12-12T22:27:09.588Z | [ recovery-image] Dec 12 22:27:08.880 INFO O| Dec 12 22:27:08.880 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-12-12T22:27:09.607Z | [ recovery-image] Dec 12 22:27:08.902 INFO O| Dec 12 22:27:08.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6791 | 2024-12-12T22:27:09.607Z | [ recovery-image] Dec 12 22:27:08.902 INFO O| Dec 12 22:27:08.902 INFO STEP 819 (remove_files) COMPLETE |
6792 | 2024-12-12T22:27:09.607Z | [ recovery-image] Dec 12 22:27:08.902 INFO O| Dec 12 22:27:08.902 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-12-12T22:27:09.635Z | [ recovery-image] Dec 12 22:27:08.930 INFO O| Dec 12 22:27:08.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6794 | 2024-12-12T22:27:09.648Z | [ recovery-image] Dec 12 22:27:08.943 INFO O| Dec 12 22:27:08.943 INFO STEP 820 (remove_files) COMPLETE |
6795 | 2024-12-12T22:27:09.648Z | [ recovery-image] Dec 12 22:27:08.943 INFO O| Dec 12 22:27:08.943 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-12-12T22:27:09.670Z | [ recovery-image] Dec 12 22:27:08.965 INFO O| Dec 12 22:27:08.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6797 | 2024-12-12T22:27:09.673Z | [ recovery-image] Dec 12 22:27:08.965 INFO O| Dec 12 22:27:08.965 INFO STEP 821 (remove_files) COMPLETE |
6798 | 2024-12-12T22:27:09.673Z | [ recovery-image] Dec 12 22:27:08.966 INFO O| Dec 12 22:27:08.966 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-12-12T22:27:09.691Z | [ recovery-image] Dec 12 22:27:08.986 INFO O| Dec 12 22:27:08.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6800 | 2024-12-12T22:27:09.694Z | [ recovery-image] Dec 12 22:27:08.987 INFO O| Dec 12 22:27:08.987 INFO STEP 822 (remove_files) COMPLETE |
6801 | 2024-12-12T22:27:09.694Z | [ recovery-image] Dec 12 22:27:08.987 INFO O| Dec 12 22:27:08.987 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-12-12T22:27:09.712Z | [ recovery-image] Dec 12 22:27:09.007 INFO O| Dec 12 22:27:09.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6803 | 2024-12-12T22:27:09.715Z | [ recovery-image] Dec 12 22:27:09.007 INFO O| Dec 12 22:27:09.007 INFO STEP 823 (remove_files) COMPLETE |
6804 | 2024-12-12T22:27:09.715Z | [ recovery-image] Dec 12 22:27:09.008 INFO O| Dec 12 22:27:09.007 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-12-12T22:27:09.732Z | [ recovery-image] Dec 12 22:27:09.027 INFO O| Dec 12 22:27:09.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6806 | 2024-12-12T22:27:09.732Z | [ recovery-image] Dec 12 22:27:09.027 INFO O| Dec 12 22:27:09.027 INFO STEP 824 (remove_files) COMPLETE |
6807 | 2024-12-12T22:27:09.735Z | [ recovery-image] Dec 12 22:27:09.027 INFO O| Dec 12 22:27:09.027 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-12-12T22:27:09.753Z | [ recovery-image] Dec 12 22:27:09.048 INFO O| Dec 12 22:27:09.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6809 | 2024-12-12T22:27:09.755Z | [ recovery-image] Dec 12 22:27:09.048 INFO O| Dec 12 22:27:09.048 INFO STEP 825 (remove_files) COMPLETE |
6810 | 2024-12-12T22:27:09.755Z | [ recovery-image] Dec 12 22:27:09.048 INFO O| Dec 12 22:27:09.048 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-12-12T22:27:09.773Z | [ recovery-image] Dec 12 22:27:09.068 INFO O| Dec 12 22:27:09.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6812 | 2024-12-12T22:27:09.776Z | [ recovery-image] Dec 12 22:27:09.069 INFO O| Dec 12 22:27:09.069 INFO STEP 826 (remove_files) COMPLETE |
6813 | 2024-12-12T22:27:09.776Z | [ recovery-image] Dec 12 22:27:09.069 INFO O| Dec 12 22:27:09.069 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-12-12T22:27:09.793Z | [ recovery-image] Dec 12 22:27:09.088 INFO O| Dec 12 22:27:09.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6815 | 2024-12-12T22:27:09.796Z | [ recovery-image] Dec 12 22:27:09.089 INFO O| Dec 12 22:27:09.089 INFO STEP 827 (remove_files) COMPLETE |
6816 | 2024-12-12T22:27:09.796Z | [ recovery-image] Dec 12 22:27:09.089 INFO O| Dec 12 22:27:09.089 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-12-12T22:27:09.820Z | [ recovery-image] Dec 12 22:27:09.109 INFO O| Dec 12 22:27:09.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6818 | 2024-12-12T22:27:09.829Z | [ recovery-image] Dec 12 22:27:09.110 INFO O| Dec 12 22:27:09.110 INFO STEP 828 (remove_files) COMPLETE |
6819 | 2024-12-12T22:27:09.829Z | [ recovery-image] Dec 12 22:27:09.110 INFO O| Dec 12 22:27:09.110 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-12-12T22:27:09.837Z | [ recovery-image] Dec 12 22:27:09.131 INFO O| Dec 12 22:27:09.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6821 | 2024-12-12T22:27:09.837Z | [ recovery-image] Dec 12 22:27:09.131 INFO O| Dec 12 22:27:09.131 INFO STEP 829 (remove_files) COMPLETE |
6822 | 2024-12-12T22:27:09.837Z | [ recovery-image] Dec 12 22:27:09.131 INFO O| Dec 12 22:27:09.131 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-12-12T22:27:09.865Z | [ recovery-image] Dec 12 22:27:09.160 INFO O| Dec 12 22:27:09.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6824 | 2024-12-12T22:27:09.865Z | [ recovery-image] Dec 12 22:27:09.160 INFO O| Dec 12 22:27:09.160 INFO STEP 830 (remove_files) COMPLETE |
6825 | 2024-12-12T22:27:09.865Z | [ recovery-image] Dec 12 22:27:09.160 INFO O| Dec 12 22:27:09.160 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-12-12T22:27:09.924Z | [ recovery-image] Dec 12 22:27:09.219 INFO O| Dec 12 22:27:09.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6827 | 2024-12-12T22:27:09.924Z | [ recovery-image] Dec 12 22:27:09.219 INFO O| Dec 12 22:27:09.219 INFO STEP 831 (remove_files) COMPLETE |
6828 | 2024-12-12T22:27:09.927Z | [ recovery-image] Dec 12 22:27:09.219 INFO O| Dec 12 22:27:09.219 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-12-12T22:27:09.946Z | [ recovery-image] Dec 12 22:27:09.240 INFO O| Dec 12 22:27:09.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6830 | 2024-12-12T22:27:09.946Z | [ recovery-image] Dec 12 22:27:09.240 INFO O| Dec 12 22:27:09.240 INFO STEP 832 (remove_files) COMPLETE |
6831 | 2024-12-12T22:27:09.946Z | [ recovery-image] Dec 12 22:27:09.240 INFO O| Dec 12 22:27:09.240 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-12-12T22:27:09.969Z | [ recovery-image] Dec 12 22:27:09.264 INFO O| Dec 12 22:27:09.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6833 | 2024-12-12T22:27:09.969Z | [ recovery-image] Dec 12 22:27:09.264 INFO O| Dec 12 22:27:09.264 INFO STEP 833 (remove_files) COMPLETE |
6834 | 2024-12-12T22:27:09.972Z | [ recovery-image] Dec 12 22:27:09.264 INFO O| Dec 12 22:27:09.264 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-12-12T22:27:09.993Z | [ recovery-image] Dec 12 22:27:09.288 INFO O| Dec 12 22:27:09.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6836 | 2024-12-12T22:27:09.993Z | [ recovery-image] Dec 12 22:27:09.288 INFO O| Dec 12 22:27:09.288 INFO STEP 834 (remove_files) COMPLETE |
6837 | 2024-12-12T22:27:09.993Z | [ recovery-image] Dec 12 22:27:09.288 INFO O| Dec 12 22:27:09.288 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-12-12T22:27:10.028Z | [ recovery-image] Dec 12 22:27:09.311 INFO O| Dec 12 22:27:09.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6839 | 2024-12-12T22:27:10.042Z | [ recovery-image] Dec 12 22:27:09.332 INFO O| Dec 12 22:27:09.332 INFO STEP 835 (remove_files) COMPLETE |
6840 | 2024-12-12T22:27:10.042Z | [ recovery-image] Dec 12 22:27:09.332 INFO O| Dec 12 22:27:09.332 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-12-12T22:27:10.072Z | [ recovery-image] Dec 12 22:27:09.362 INFO O| Dec 12 22:27:09.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6842 | 2024-12-12T22:27:10.072Z | [ recovery-image] Dec 12 22:27:09.362 INFO O| Dec 12 22:27:09.362 INFO STEP 836 (remove_files) COMPLETE |
6843 | 2024-12-12T22:27:10.072Z | [ recovery-image] Dec 12 22:27:09.362 INFO O| Dec 12 22:27:09.362 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-12-12T22:27:10.164Z | [ recovery-image] Dec 12 22:27:09.432 INFO O| Dec 12 22:27:09.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6845 | 2024-12-12T22:27:10.208Z | [ recovery-image] Dec 12 22:27:09.432 INFO O| Dec 12 22:27:09.432 INFO STEP 837 (remove_files) COMPLETE |
6846 | 2024-12-12T22:27:10.208Z | [ recovery-image] Dec 12 22:27:09.432 INFO O| Dec 12 22:27:09.432 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-12-12T22:27:10.246Z | [ recovery-image] Dec 12 22:27:09.491 INFO O| Dec 12 22:27:09.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6848 | 2024-12-12T22:27:10.246Z | [ recovery-image] Dec 12 22:27:09.491 INFO O| Dec 12 22:27:09.491 INFO STEP 838 (remove_files) COMPLETE |
6849 | 2024-12-12T22:27:10.246Z | [ recovery-image] Dec 12 22:27:09.491 INFO O| Dec 12 22:27:09.491 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-12-12T22:27:10.313Z | [ recovery-image] Dec 12 22:27:09.589 INFO O| Dec 12 22:27:09.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6851 | 2024-12-12T22:27:10.313Z | [ recovery-image] Dec 12 22:27:09.589 INFO O| Dec 12 22:27:09.589 INFO STEP 839 (remove_files) COMPLETE |
6852 | 2024-12-12T22:27:10.313Z | [ recovery-image] Dec 12 22:27:09.589 INFO O| Dec 12 22:27:09.589 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-12-12T22:27:10.325Z | [ host-image] Dec 12 22:27:09.608 INFO O| Dec 12 22:27:09.608 INFO O| Planning: Solver setup ... Done |
6854 | 2024-12-12T22:27:10.345Z | [ host-image] Dec 12 22:27:09.615 INFO O| Dec 12 22:27:09.615 INFO O| Planning: Running solver ... Done |
6855 | 2024-12-12T22:27:10.345Z | [ recovery-image] Dec 12 22:27:09.626 INFO O| Dec 12 22:27:09.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6856 | 2024-12-12T22:27:10.345Z | [ recovery-image] Dec 12 22:27:09.626 INFO O| Dec 12 22:27:09.626 INFO STEP 840 (remove_files) COMPLETE |
6857 | 2024-12-12T22:27:10.345Z | [ recovery-image] Dec 12 22:27:09.626 INFO O| Dec 12 22:27:09.626 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-12-12T22:27:10.367Z | [ recovery-image] Dec 12 22:27:09.648 INFO O| Dec 12 22:27:09.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6859 | 2024-12-12T22:27:10.367Z | [ recovery-image] Dec 12 22:27:09.648 INFO O| Dec 12 22:27:09.648 INFO STEP 841 (remove_files) COMPLETE |
6860 | 2024-12-12T22:27:10.367Z | [ recovery-image] Dec 12 22:27:09.648 INFO O| Dec 12 22:27:09.648 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-12-12T22:27:10.400Z | [ recovery-image] Dec 12 22:27:09.691 INFO O| Dec 12 22:27:09.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6862 | 2024-12-12T22:27:10.400Z | [ recovery-image] Dec 12 22:27:09.691 INFO O| Dec 12 22:27:09.691 INFO STEP 842 (remove_files) COMPLETE |
6863 | 2024-12-12T22:27:10.424Z | [ recovery-image] Dec 12 22:27:09.692 INFO O| Dec 12 22:27:09.691 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-12-12T22:27:10.433Z | [ recovery-image] Dec 12 22:27:09.723 INFO O| Dec 12 22:27:09.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6865 | 2024-12-12T22:27:10.433Z | [ recovery-image] Dec 12 22:27:09.724 INFO O| Dec 12 22:27:09.724 INFO STEP 843 (remove_files) COMPLETE |
6866 | 2024-12-12T22:27:10.433Z | [ recovery-image] Dec 12 22:27:09.724 INFO O| Dec 12 22:27:09.724 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-12-12T22:27:10.439Z | [ host-image] Dec 12 22:27:09.727 INFO O| Dec 12 22:27:09.727 INFO O| Planning: Finding local manifests ... Done |
6868 | 2024-12-12T22:27:10.439Z | [ host-image] Dec 12 22:27:09.728 INFO O| Dec 12 22:27:09.728 INFO O| Planning: Fetching manifests: 0/1 0% complete |
6869 | 2024-12-12T22:27:10.450Z | [ recovery-image] Dec 12 22:27:09.745 INFO O| Dec 12 22:27:09.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6870 | 2024-12-12T22:27:10.450Z | [ recovery-image] Dec 12 22:27:09.745 INFO O| Dec 12 22:27:09.745 INFO STEP 844 (remove_files) COMPLETE |
6871 | 2024-12-12T22:27:10.450Z | [ recovery-image] Dec 12 22:27:09.745 INFO O| Dec 12 22:27:09.745 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6872 | 2024-12-12T22:27:10.495Z | [ recovery-image] Dec 12 22:27:09.790 INFO O| Dec 12 22:27:09.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6873 | 2024-12-12T22:27:10.495Z | [ recovery-image] Dec 12 22:27:09.790 INFO O| Dec 12 22:27:09.790 INFO STEP 845 (remove_files) COMPLETE |
6874 | 2024-12-12T22:27:10.495Z | [ recovery-image] Dec 12 22:27:09.790 INFO O| Dec 12 22:27:09.790 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6875 | 2024-12-12T22:27:10.517Z | [ recovery-image] Dec 12 22:27:09.812 INFO O| Dec 12 22:27:09.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6876 | 2024-12-12T22:27:10.523Z | [ recovery-image] Dec 12 22:27:09.812 INFO O| Dec 12 22:27:09.812 INFO STEP 846 (remove_files) COMPLETE |
6877 | 2024-12-12T22:27:10.523Z | [ recovery-image] Dec 12 22:27:09.812 INFO O| Dec 12 22:27:09.812 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6878 | 2024-12-12T22:27:10.537Z | [ recovery-image] Dec 12 22:27:09.832 INFO O| Dec 12 22:27:09.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6879 | 2024-12-12T22:27:10.537Z | [ recovery-image] Dec 12 22:27:09.832 INFO O| Dec 12 22:27:09.832 INFO STEP 847 (remove_files) COMPLETE |
6880 | 2024-12-12T22:27:10.546Z | [ recovery-image] Dec 12 22:27:09.832 INFO O| Dec 12 22:27:09.832 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6881 | 2024-12-12T22:27:10.581Z | [ recovery-image] Dec 12 22:27:09.871 INFO O| Dec 12 22:27:09.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6882 | 2024-12-12T22:27:10.581Z | [ recovery-image] Dec 12 22:27:09.871 INFO O| Dec 12 22:27:09.871 INFO STEP 848 (remove_files) COMPLETE |
6883 | 2024-12-12T22:27:10.581Z | [ recovery-image] Dec 12 22:27:09.871 INFO O| Dec 12 22:27:09.871 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6884 | 2024-12-12T22:27:10.598Z | [ recovery-image] Dec 12 22:27:09.893 INFO O| Dec 12 22:27:09.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6885 | 2024-12-12T22:27:10.605Z | [ recovery-image] Dec 12 22:27:09.893 INFO O| Dec 12 22:27:09.893 INFO STEP 849 (remove_files) COMPLETE |
6886 | 2024-12-12T22:27:10.605Z | [ recovery-image] Dec 12 22:27:09.893 INFO O| Dec 12 22:27:09.893 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6887 | 2024-12-12T22:27:10.623Z | [ host-image] Dec 12 22:27:09.913 INFO O| Dec 12 22:27:09.913 INFO O| Planning: Fetching manifests: 1/1 100% complete |
6888 | 2024-12-12T22:27:10.629Z | [ recovery-image] Dec 12 22:27:09.915 INFO O| Dec 12 22:27:09.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6889 | 2024-12-12T22:27:10.630Z | [ recovery-image] Dec 12 22:27:09.915 INFO O| Dec 12 22:27:09.915 INFO STEP 850 (remove_files) COMPLETE |
6890 | 2024-12-12T22:27:10.630Z | [ recovery-image] Dec 12 22:27:09.915 INFO O| Dec 12 22:27:09.915 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2024-12-12T22:27:10.648Z | [ recovery-image] Dec 12 22:27:09.936 INFO O| Dec 12 22:27:09.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6892 | 2024-12-12T22:27:10.648Z | [ recovery-image] Dec 12 22:27:09.936 INFO O| Dec 12 22:27:09.936 INFO STEP 851 (remove_files) COMPLETE |
6893 | 2024-12-12T22:27:10.648Z | [ recovery-image] Dec 12 22:27:09.936 INFO O| Dec 12 22:27:09.936 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6894 | 2024-12-12T22:27:10.653Z | [ host-image] Dec 12 22:27:09.946 INFO O| Dec 12 22:27:09.946 INFO O| Planning: Package planning ... Done |
6895 | 2024-12-12T22:27:10.658Z | [ host-image] Dec 12 22:27:09.946 INFO O| Dec 12 22:27:09.946 INFO O| Planning: Merging actions ... Done |
6896 | 2024-12-12T22:27:10.664Z | [ recovery-image] Dec 12 22:27:09.958 INFO O| Dec 12 22:27:09.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6897 | 2024-12-12T22:27:10.664Z | [ recovery-image] Dec 12 22:27:09.959 INFO O| Dec 12 22:27:09.959 INFO STEP 852 (remove_files) COMPLETE |
6898 | 2024-12-12T22:27:10.664Z | [ recovery-image] Dec 12 22:27:09.959 INFO O| Dec 12 22:27:09.959 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6899 | 2024-12-12T22:27:10.690Z | [ recovery-image] Dec 12 22:27:09.980 INFO O| Dec 12 22:27:09.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6900 | 2024-12-12T22:27:10.695Z | [ recovery-image] Dec 12 22:27:09.990 INFO O| Dec 12 22:27:09.990 INFO STEP 853 (remove_files) COMPLETE |
6901 | 2024-12-12T22:27:10.695Z | [ recovery-image] Dec 12 22:27:09.990 INFO O| Dec 12 22:27:09.990 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6902 | 2024-12-12T22:27:10.723Z | [ recovery-image] Dec 12 22:27:10.013 INFO O| Dec 12 22:27:10.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6903 | 2024-12-12T22:27:10.742Z | [ recovery-image] Dec 12 22:27:10.013 INFO O| Dec 12 22:27:10.013 INFO STEP 854 (remove_files) COMPLETE |
6904 | 2024-12-12T22:27:10.742Z | [ recovery-image] Dec 12 22:27:10.013 INFO O| Dec 12 22:27:10.013 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6905 | 2024-12-12T22:27:10.750Z | [ recovery-image] Dec 12 22:27:10.035 INFO O| Dec 12 22:27:10.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6906 | 2024-12-12T22:27:10.750Z | [ recovery-image] Dec 12 22:27:10.035 INFO O| Dec 12 22:27:10.035 INFO STEP 855 (remove_files) COMPLETE |
6907 | 2024-12-12T22:27:10.750Z | [ recovery-image] Dec 12 22:27:10.036 INFO O| Dec 12 22:27:10.035 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6908 | 2024-12-12T22:27:10.765Z | [ recovery-image] Dec 12 22:27:10.058 INFO O| Dec 12 22:27:10.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6909 | 2024-12-12T22:27:10.770Z | [ recovery-image] Dec 12 22:27:10.058 INFO O| Dec 12 22:27:10.058 INFO STEP 856 (remove_files) COMPLETE |
6910 | 2024-12-12T22:27:10.770Z | [ recovery-image] Dec 12 22:27:10.059 INFO O| Dec 12 22:27:10.058 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2024-12-12T22:27:10.776Z | [ host-image] Dec 12 22:27:10.069 INFO O| Dec 12 22:27:10.069 INFO O| Planning: Checking for conflicting actions ... Done |
6912 | 2024-12-12T22:27:10.779Z | [ host-image] Dec 12 22:27:10.070 INFO O| Dec 12 22:27:10.070 INFO O| Planning: Consolidating action changes ... Done |
6913 | 2024-12-12T22:27:10.786Z | [ recovery-image] Dec 12 22:27:10.081 INFO O| Dec 12 22:27:10.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6914 | 2024-12-12T22:27:10.791Z | [ recovery-image] Dec 12 22:27:10.081 INFO O| Dec 12 22:27:10.081 INFO STEP 857 (remove_files) COMPLETE |
6915 | 2024-12-12T22:27:10.791Z | [ recovery-image] Dec 12 22:27:10.081 INFO O| Dec 12 22:27:10.081 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-12-12T22:27:10.811Z | [ recovery-image] Dec 12 22:27:10.103 INFO O| Dec 12 22:27:10.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6917 | 2024-12-12T22:27:10.818Z | [ recovery-image] Dec 12 22:27:10.103 INFO O| Dec 12 22:27:10.103 INFO STEP 858 (remove_files) COMPLETE |
6918 | 2024-12-12T22:27:10.818Z | [ recovery-image] Dec 12 22:27:10.103 INFO O| Dec 12 22:27:10.103 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-12-12T22:27:10.829Z | [ recovery-image] Dec 12 22:27:10.124 INFO O| Dec 12 22:27:10.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6920 | 2024-12-12T22:27:10.834Z | [ recovery-image] Dec 12 22:27:10.124 INFO O| Dec 12 22:27:10.124 INFO STEP 859 (remove_files) COMPLETE |
6921 | 2024-12-12T22:27:10.834Z | [ recovery-image] Dec 12 22:27:10.124 INFO O| Dec 12 22:27:10.124 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-12-12T22:27:10.853Z | [ recovery-image] Dec 12 22:27:10.146 INFO O| Dec 12 22:27:10.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6923 | 2024-12-12T22:27:10.854Z | [ recovery-image] Dec 12 22:27:10.146 INFO O| Dec 12 22:27:10.146 INFO STEP 860 (remove_files) COMPLETE |
6924 | 2024-12-12T22:27:10.854Z | [ recovery-image] Dec 12 22:27:10.146 INFO O| Dec 12 22:27:10.146 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-12-12T22:27:10.939Z | [ recovery-image] Dec 12 22:27:10.234 INFO O| Dec 12 22:27:10.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6926 | 2024-12-12T22:27:10.942Z | [ recovery-image] Dec 12 22:27:10.234 INFO O| Dec 12 22:27:10.234 INFO STEP 861 (remove_files) COMPLETE |
6927 | 2024-12-12T22:27:10.942Z | [ recovery-image] Dec 12 22:27:10.234 INFO O| Dec 12 22:27:10.234 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-12-12T22:27:10.963Z | [ recovery-image] Dec 12 22:27:10.257 INFO O| Dec 12 22:27:10.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6929 | 2024-12-12T22:27:10.963Z | [ recovery-image] Dec 12 22:27:10.257 INFO O| Dec 12 22:27:10.257 INFO STEP 862 (remove_files) COMPLETE |
6930 | 2024-12-12T22:27:10.963Z | [ recovery-image] Dec 12 22:27:10.257 INFO O| Dec 12 22:27:10.257 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-12-12T22:27:11.006Z | [ recovery-image] Dec 12 22:27:10.296 INFO O| Dec 12 22:27:10.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6932 | 2024-12-12T22:27:11.006Z | [ recovery-image] Dec 12 22:27:10.296 INFO O| Dec 12 22:27:10.296 INFO STEP 863 (remove_files) COMPLETE |
6933 | 2024-12-12T22:27:11.006Z | [ recovery-image] Dec 12 22:27:10.296 INFO O| Dec 12 22:27:10.296 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-12-12T22:27:11.121Z | [ recovery-image] Dec 12 22:27:10.413 INFO O| Dec 12 22:27:10.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6935 | 2024-12-12T22:27:11.121Z | [ recovery-image] Dec 12 22:27:10.414 INFO O| Dec 12 22:27:10.414 INFO STEP 864 (remove_files) COMPLETE |
6936 | 2024-12-12T22:27:11.121Z | [ recovery-image] Dec 12 22:27:10.414 INFO O| Dec 12 22:27:10.414 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-12-12T22:27:11.138Z | [ recovery-image] Dec 12 22:27:10.433 INFO O| Dec 12 22:27:10.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6938 | 2024-12-12T22:27:11.138Z | [ recovery-image] Dec 12 22:27:10.433 INFO O| Dec 12 22:27:10.433 INFO STEP 865 (remove_files) COMPLETE |
6939 | 2024-12-12T22:27:11.157Z | [ recovery-image] Dec 12 22:27:10.433 INFO O| Dec 12 22:27:10.433 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-12-12T22:27:11.160Z | [ recovery-image] Dec 12 22:27:10.453 INFO O| Dec 12 22:27:10.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6941 | 2024-12-12T22:27:11.160Z | [ recovery-image] Dec 12 22:27:10.453 INFO O| Dec 12 22:27:10.453 INFO STEP 866 (remove_files) COMPLETE |
6942 | 2024-12-12T22:27:11.160Z | [ recovery-image] Dec 12 22:27:10.453 INFO O| Dec 12 22:27:10.453 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-12-12T22:27:11.197Z | [ recovery-image] Dec 12 22:27:10.492 INFO O| Dec 12 22:27:10.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6944 | 2024-12-12T22:27:11.200Z | [ recovery-image] Dec 12 22:27:10.492 INFO O| Dec 12 22:27:10.492 INFO STEP 867 (remove_files) COMPLETE |
6945 | 2024-12-12T22:27:11.200Z | [ recovery-image] Dec 12 22:27:10.492 INFO O| Dec 12 22:27:10.492 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-12-12T22:27:11.268Z | [ recovery-image] Dec 12 22:27:10.563 INFO O| Dec 12 22:27:10.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6947 | 2024-12-12T22:27:11.271Z | [ recovery-image] Dec 12 22:27:10.564 INFO O| Dec 12 22:27:10.564 INFO STEP 868 (remove_files) COMPLETE |
6948 | 2024-12-12T22:27:11.271Z | [ recovery-image] Dec 12 22:27:10.564 INFO O| Dec 12 22:27:10.564 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-12-12T22:27:11.290Z | [ recovery-image] Dec 12 22:27:10.585 INFO O| Dec 12 22:27:10.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6950 | 2024-12-12T22:27:11.293Z | [ recovery-image] Dec 12 22:27:10.585 INFO O| Dec 12 22:27:10.585 INFO STEP 869 (remove_files) COMPLETE |
6951 | 2024-12-12T22:27:11.293Z | [ recovery-image] Dec 12 22:27:10.586 INFO O| Dec 12 22:27:10.585 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-12-12T22:27:11.293Z | [ host-image] Dec 12 22:27:10.586 INFO O| Dec 12 22:27:10.586 INFO O| Planning: Evaluating mediators ... Done |
6953 | 2024-12-12T22:27:11.293Z | [ host-image] Dec 12 22:27:10.587 INFO O| Dec 12 22:27:10.587 INFO O| Planning: Planning completed in 5.42 seconds |
6954 | 2024-12-12T22:27:11.296Z | [ host-image] Dec 12 22:27:10.589 INFO O| Dec 12 22:27:10.589 INFO O| Packages to install: 1 |
6955 | 2024-12-12T22:27:11.312Z | [ recovery-image] Dec 12 22:27:10.607 INFO O| Dec 12 22:27:10.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6956 | 2024-12-12T22:27:11.312Z | [ recovery-image] Dec 12 22:27:10.607 INFO O| Dec 12 22:27:10.607 INFO STEP 870 (remove_files) COMPLETE |
6957 | 2024-12-12T22:27:11.315Z | [ recovery-image] Dec 12 22:27:10.607 INFO O| Dec 12 22:27:10.607 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-12-12T22:27:11.317Z | [ host-image] Dec 12 22:27:10.612 INFO O| Dec 12 22:27:10.612 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
6959 | 2024-12-12T22:27:11.334Z | [ recovery-image] Dec 12 22:27:10.629 INFO O| Dec 12 22:27:10.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6960 | 2024-12-12T22:27:11.334Z | [ recovery-image] Dec 12 22:27:10.629 INFO O| Dec 12 22:27:10.629 INFO STEP 871 (remove_files) COMPLETE |
6961 | 2024-12-12T22:27:11.334Z | [ recovery-image] Dec 12 22:27:10.629 INFO O| Dec 12 22:27:10.629 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6962 | 2024-12-12T22:27:11.365Z | [ recovery-image] Dec 12 22:27:10.659 INFO O| Dec 12 22:27:10.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6963 | 2024-12-12T22:27:11.367Z | [ recovery-image] Dec 12 22:27:10.660 INFO O| Dec 12 22:27:10.660 INFO STEP 872 (remove_files) COMPLETE |
6964 | 2024-12-12T22:27:11.368Z | [ recovery-image] Dec 12 22:27:10.660 INFO O| Dec 12 22:27:10.660 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2024-12-12T22:27:11.410Z | [ recovery-image] Dec 12 22:27:10.705 INFO O| Dec 12 22:27:10.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6966 | 2024-12-12T22:27:11.412Z | [ recovery-image] Dec 12 22:27:10.705 INFO O| Dec 12 22:27:10.705 INFO STEP 873 (remove_files) COMPLETE |
6967 | 2024-12-12T22:27:11.412Z | [ recovery-image] Dec 12 22:27:10.705 INFO O| Dec 12 22:27:10.705 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2024-12-12T22:27:11.431Z | [ recovery-image] Dec 12 22:27:10.726 INFO O| Dec 12 22:27:10.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6969 | 2024-12-12T22:27:11.434Z | [ recovery-image] Dec 12 22:27:10.727 INFO O| Dec 12 22:27:10.726 INFO STEP 874 (remove_files) COMPLETE |
6970 | 2024-12-12T22:27:11.434Z | [ recovery-image] Dec 12 22:27:10.727 INFO O| Dec 12 22:27:10.727 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2024-12-12T22:27:11.451Z | [ recovery-image] Dec 12 22:27:10.746 INFO O| Dec 12 22:27:10.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6972 | 2024-12-12T22:27:11.453Z | [ recovery-image] Dec 12 22:27:10.746 INFO O| Dec 12 22:27:10.746 INFO STEP 875 (remove_files) COMPLETE |
6973 | 2024-12-12T22:27:11.453Z | [ recovery-image] Dec 12 22:27:10.747 INFO O| Dec 12 22:27:10.747 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-12-12T22:27:11.471Z | [ recovery-image] Dec 12 22:27:10.766 INFO O| Dec 12 22:27:10.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6975 | 2024-12-12T22:27:11.473Z | [ recovery-image] Dec 12 22:27:10.766 INFO O| Dec 12 22:27:10.766 INFO STEP 876 (remove_files) COMPLETE |
6976 | 2024-12-12T22:27:11.473Z | [ recovery-image] Dec 12 22:27:10.766 INFO O| Dec 12 22:27:10.766 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-12-12T22:27:11.489Z | [ recovery-image] Dec 12 22:27:10.784 INFO O| Dec 12 22:27:10.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6978 | 2024-12-12T22:27:11.492Z | [ recovery-image] Dec 12 22:27:10.785 INFO O| Dec 12 22:27:10.784 INFO STEP 877 (remove_files) COMPLETE |
6979 | 2024-12-12T22:27:11.492Z | [ recovery-image] Dec 12 22:27:10.785 INFO O| Dec 12 22:27:10.785 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-12-12T22:27:11.508Z | [ recovery-image] Dec 12 22:27:10.803 INFO O| Dec 12 22:27:10.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6981 | 2024-12-12T22:27:11.512Z | [ recovery-image] Dec 12 22:27:10.804 INFO O| Dec 12 22:27:10.804 INFO STEP 878 (remove_files) COMPLETE |
6982 | 2024-12-12T22:27:11.512Z | [ recovery-image] Dec 12 22:27:10.804 INFO O| Dec 12 22:27:10.804 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-12-12T22:27:11.529Z | [ recovery-image] Dec 12 22:27:10.824 INFO O| Dec 12 22:27:10.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6984 | 2024-12-12T22:27:11.532Z | [ recovery-image] Dec 12 22:27:10.824 INFO O| Dec 12 22:27:10.824 INFO STEP 879 (remove_files) COMPLETE |
6985 | 2024-12-12T22:27:11.532Z | [ recovery-image] Dec 12 22:27:10.825 INFO O| Dec 12 22:27:10.824 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-12-12T22:27:11.551Z | [ recovery-image] Dec 12 22:27:10.846 INFO O| Dec 12 22:27:10.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6987 | 2024-12-12T22:27:11.553Z | [ recovery-image] Dec 12 22:27:10.846 INFO O| Dec 12 22:27:10.846 INFO STEP 880 (remove_files) COMPLETE |
6988 | 2024-12-12T22:27:11.554Z | [ recovery-image] Dec 12 22:27:10.846 INFO O| Dec 12 22:27:10.846 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-12-12T22:27:11.571Z | [ recovery-image] Dec 12 22:27:10.866 INFO O| Dec 12 22:27:10.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6990 | 2024-12-12T22:27:11.585Z | [ recovery-image] Dec 12 22:27:10.880 INFO O| Dec 12 22:27:10.880 INFO STEP 881 (remove_files) COMPLETE |
6991 | 2024-12-12T22:27:11.585Z | [ recovery-image] Dec 12 22:27:10.880 INFO O| Dec 12 22:27:10.880 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-12-12T22:27:11.639Z | [ recovery-image] Dec 12 22:27:10.933 INFO O| Dec 12 22:27:10.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6993 | 2024-12-12T22:27:11.639Z | [ recovery-image] Dec 12 22:27:10.933 INFO O| Dec 12 22:27:10.933 INFO STEP 882 (remove_files) COMPLETE |
6994 | 2024-12-12T22:27:11.639Z | [ recovery-image] Dec 12 22:27:10.933 INFO O| Dec 12 22:27:10.933 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-12-12T22:27:11.681Z | [ recovery-image] Dec 12 22:27:10.976 INFO O| Dec 12 22:27:10.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6996 | 2024-12-12T22:27:11.681Z | [ recovery-image] Dec 12 22:27:10.976 INFO O| Dec 12 22:27:10.976 INFO STEP 883 (remove_files) COMPLETE |
6997 | 2024-12-12T22:27:11.684Z | [ recovery-image] Dec 12 22:27:10.976 INFO O| Dec 12 22:27:10.976 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-12-12T22:27:11.789Z | [ recovery-image] Dec 12 22:27:11.084 INFO O| Dec 12 22:27:11.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6999 | 2024-12-12T22:27:11.792Z | [ recovery-image] Dec 12 22:27:11.084 INFO O| Dec 12 22:27:11.084 INFO STEP 884 (remove_files) COMPLETE |
7000 | 2024-12-12T22:27:11.792Z | [ recovery-image] Dec 12 22:27:11.084 INFO O| Dec 12 22:27:11.084 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-12-12T22:27:11.815Z | [ recovery-image] Dec 12 22:27:11.109 INFO O| Dec 12 22:27:11.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7002 | 2024-12-12T22:27:11.817Z | [ recovery-image] Dec 12 22:27:11.110 INFO O| Dec 12 22:27:11.110 INFO STEP 885 (remove_files) COMPLETE |
7003 | 2024-12-12T22:27:11.817Z | [ recovery-image] Dec 12 22:27:11.110 INFO O| Dec 12 22:27:11.110 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-12-12T22:27:11.852Z | [ recovery-image] Dec 12 22:27:11.147 INFO O| Dec 12 22:27:11.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7005 | 2024-12-12T22:27:11.855Z | [ recovery-image] Dec 12 22:27:11.147 INFO O| Dec 12 22:27:11.147 INFO STEP 886 (remove_files) COMPLETE |
7006 | 2024-12-12T22:27:11.855Z | [ recovery-image] Dec 12 22:27:11.147 INFO O| Dec 12 22:27:11.147 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-12-12T22:27:11.872Z | [ host-image] Dec 12 22:27:11.167 INFO O| Dec 12 22:27:11.167 INFO O| Download: Completed 9.99 MB in 0.55 seconds (18.0M/s) |
7008 | 2024-12-12T22:27:11.935Z | [ recovery-image] Dec 12 22:27:11.230 INFO O| Dec 12 22:27:11.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7009 | 2024-12-12T22:27:11.935Z | [ recovery-image] Dec 12 22:27:11.230 INFO O| Dec 12 22:27:11.230 INFO STEP 887 (remove_files) COMPLETE |
7010 | 2024-12-12T22:27:11.938Z | [ recovery-image] Dec 12 22:27:11.230 INFO O| Dec 12 22:27:11.230 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7011 | 2024-12-12T22:27:12.000Z | [ recovery-image] Dec 12 22:27:11.295 INFO O| Dec 12 22:27:11.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7012 | 2024-12-12T22:27:12.000Z | [ recovery-image] Dec 12 22:27:11.295 INFO O| Dec 12 22:27:11.295 INFO STEP 888 (remove_files) COMPLETE |
7013 | 2024-12-12T22:27:12.003Z | [ recovery-image] Dec 12 22:27:11.295 INFO O| Dec 12 22:27:11.295 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7014 | 2024-12-12T22:27:12.025Z | [ host-image] Dec 12 22:27:11.320 INFO O| Dec 12 22:27:11.320 INFO O| Actions: 1/22 actions (Installing new actions) |
7015 | 2024-12-12T22:27:12.046Z | [ recovery-image] Dec 12 22:27:11.341 INFO O| Dec 12 22:27:11.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7016 | 2024-12-12T22:27:12.046Z | [ recovery-image] Dec 12 22:27:11.341 INFO O| Dec 12 22:27:11.341 INFO STEP 889 (remove_files) COMPLETE |
7017 | 2024-12-12T22:27:12.046Z | [ recovery-image] Dec 12 22:27:11.341 INFO O| Dec 12 22:27:11.341 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-12-12T22:27:12.069Z | [ recovery-image] Dec 12 22:27:11.363 INFO O| Dec 12 22:27:11.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7019 | 2024-12-12T22:27:12.069Z | [ recovery-image] Dec 12 22:27:11.363 INFO O| Dec 12 22:27:11.363 INFO STEP 890 (remove_files) COMPLETE |
7020 | 2024-12-12T22:27:12.069Z | [ recovery-image] Dec 12 22:27:11.363 INFO O| Dec 12 22:27:11.363 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-12-12T22:27:12.102Z | [ recovery-image] Dec 12 22:27:11.397 INFO O| Dec 12 22:27:11.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7022 | 2024-12-12T22:27:12.102Z | [ recovery-image] Dec 12 22:27:11.397 INFO O| Dec 12 22:27:11.397 INFO STEP 891 (remove_files) COMPLETE |
7023 | 2024-12-12T22:27:12.102Z | [ recovery-image] Dec 12 22:27:11.397 INFO O| Dec 12 22:27:11.397 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-12-12T22:27:12.125Z | [ recovery-image] Dec 12 22:27:11.420 INFO O| Dec 12 22:27:11.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7025 | 2024-12-12T22:27:12.125Z | [ recovery-image] Dec 12 22:27:11.420 INFO O| Dec 12 22:27:11.420 INFO STEP 892 (remove_files) COMPLETE |
7026 | 2024-12-12T22:27:12.128Z | [ recovery-image] Dec 12 22:27:11.420 INFO O| Dec 12 22:27:11.420 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-12-12T22:27:12.165Z | [ recovery-image] Dec 12 22:27:11.458 INFO O| Dec 12 22:27:11.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7028 | 2024-12-12T22:27:12.166Z | [ recovery-image] Dec 12 22:27:11.458 INFO O| Dec 12 22:27:11.458 INFO STEP 893 (remove_files) COMPLETE |
7029 | 2024-12-12T22:27:12.166Z | [ recovery-image] Dec 12 22:27:11.458 INFO O| Dec 12 22:27:11.458 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-12-12T22:27:12.304Z | [ recovery-image] Dec 12 22:27:11.599 INFO O| Dec 12 22:27:11.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7031 | 2024-12-12T22:27:12.304Z | [ recovery-image] Dec 12 22:27:11.599 INFO O| Dec 12 22:27:11.599 INFO STEP 894 (remove_files) COMPLETE |
7032 | 2024-12-12T22:27:12.304Z | [ recovery-image] Dec 12 22:27:11.599 INFO O| Dec 12 22:27:11.599 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-12-12T22:27:12.334Z | [ recovery-image] Dec 12 22:27:11.629 INFO O| Dec 12 22:27:11.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7034 | 2024-12-12T22:27:12.334Z | [ recovery-image] Dec 12 22:27:11.629 INFO O| Dec 12 22:27:11.629 INFO STEP 895 (remove_files) COMPLETE |
7035 | 2024-12-12T22:27:12.337Z | [ recovery-image] Dec 12 22:27:11.629 INFO O| Dec 12 22:27:11.629 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2024-12-12T22:27:12.355Z | [ recovery-image] Dec 12 22:27:11.650 INFO O| Dec 12 22:27:11.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7037 | 2024-12-12T22:27:12.355Z | [ recovery-image] Dec 12 22:27:11.650 INFO O| Dec 12 22:27:11.650 INFO STEP 896 (remove_files) COMPLETE |
7038 | 2024-12-12T22:27:12.355Z | [ recovery-image] Dec 12 22:27:11.650 INFO O| Dec 12 22:27:11.650 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2024-12-12T22:27:12.384Z | [ recovery-image] Dec 12 22:27:11.679 INFO O| Dec 12 22:27:11.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7040 | 2024-12-12T22:27:12.384Z | [ recovery-image] Dec 12 22:27:11.679 INFO O| Dec 12 22:27:11.679 INFO STEP 897 (remove_files) COMPLETE |
7041 | 2024-12-12T22:27:12.386Z | [ recovery-image] Dec 12 22:27:11.679 INFO O| Dec 12 22:27:11.679 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2024-12-12T22:27:12.405Z | [ recovery-image] Dec 12 22:27:11.700 INFO O| Dec 12 22:27:11.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7043 | 2024-12-12T22:27:12.405Z | [ recovery-image] Dec 12 22:27:11.700 INFO O| Dec 12 22:27:11.700 INFO STEP 898 (remove_files) COMPLETE |
7044 | 2024-12-12T22:27:12.405Z | [ recovery-image] Dec 12 22:27:11.700 INFO O| Dec 12 22:27:11.700 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2024-12-12T22:27:12.443Z | [ recovery-image] Dec 12 22:27:11.738 INFO O| Dec 12 22:27:11.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7046 | 2024-12-12T22:27:12.446Z | [ recovery-image] Dec 12 22:27:11.739 INFO O| Dec 12 22:27:11.739 INFO STEP 899 (remove_files) COMPLETE |
7047 | 2024-12-12T22:27:12.446Z | [ recovery-image] Dec 12 22:27:11.739 INFO O| Dec 12 22:27:11.739 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2024-12-12T22:27:12.466Z | [ recovery-image] Dec 12 22:27:11.761 INFO O| Dec 12 22:27:11.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7049 | 2024-12-12T22:27:12.466Z | [ recovery-image] Dec 12 22:27:11.761 INFO O| Dec 12 22:27:11.761 INFO STEP 900 (remove_files) COMPLETE |
7050 | 2024-12-12T22:27:12.469Z | [ recovery-image] Dec 12 22:27:11.761 INFO O| Dec 12 22:27:11.761 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2024-12-12T22:27:12.486Z | [ host-image] Dec 12 22:27:11.781 INFO O| Dec 12 22:27:11.781 INFO O| Actions: Completed 22 actions in 0.46 seconds. |
7052 | 2024-12-12T22:27:12.489Z | [ recovery-image] Dec 12 22:27:11.784 INFO O| Dec 12 22:27:11.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7053 | 2024-12-12T22:27:12.491Z | [ recovery-image] Dec 12 22:27:11.784 INFO O| Dec 12 22:27:11.784 INFO STEP 901 (remove_files) COMPLETE |
7054 | 2024-12-12T22:27:12.491Z | [ recovery-image] Dec 12 22:27:11.785 INFO O| Dec 12 22:27:11.784 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-12-12T22:27:12.514Z | [ recovery-image] Dec 12 22:27:11.807 INFO O| Dec 12 22:27:11.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7056 | 2024-12-12T22:27:12.525Z | [ recovery-image] Dec 12 22:27:11.820 INFO O| Dec 12 22:27:11.820 INFO STEP 902 (remove_files) COMPLETE |
7057 | 2024-12-12T22:27:12.525Z | [ recovery-image] Dec 12 22:27:11.820 INFO O| Dec 12 22:27:11.820 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-12-12T22:27:12.548Z | [ recovery-image] Dec 12 22:27:11.843 INFO O| Dec 12 22:27:11.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7059 | 2024-12-12T22:27:12.551Z | [ recovery-image] Dec 12 22:27:11.843 INFO O| Dec 12 22:27:11.843 INFO STEP 903 (remove_files) COMPLETE |
7060 | 2024-12-12T22:27:12.551Z | [ recovery-image] Dec 12 22:27:11.843 INFO O| Dec 12 22:27:11.843 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-12-12T22:27:12.570Z | [ recovery-image] Dec 12 22:27:11.865 INFO O| Dec 12 22:27:11.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7062 | 2024-12-12T22:27:12.573Z | [ recovery-image] Dec 12 22:27:11.866 INFO O| Dec 12 22:27:11.866 INFO STEP 904 (remove_files) COMPLETE |
7063 | 2024-12-12T22:27:12.573Z | [ recovery-image] Dec 12 22:27:11.866 INFO O| Dec 12 22:27:11.866 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-12-12T22:27:12.615Z | [ recovery-image] Dec 12 22:27:11.910 INFO O| Dec 12 22:27:11.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7065 | 2024-12-12T22:27:12.617Z | [ recovery-image] Dec 12 22:27:11.910 INFO O| Dec 12 22:27:11.910 INFO STEP 905 (remove_files) COMPLETE |
7066 | 2024-12-12T22:27:12.617Z | [ recovery-image] Dec 12 22:27:11.910 INFO O| Dec 12 22:27:11.910 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-12-12T22:27:12.682Z | [ recovery-image] Dec 12 22:27:11.977 INFO O| Dec 12 22:27:11.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7068 | 2024-12-12T22:27:12.682Z | [ recovery-image] Dec 12 22:27:11.978 INFO O| Dec 12 22:27:11.977 INFO STEP 906 (remove_files) COMPLETE |
7069 | 2024-12-12T22:27:12.683Z | [ recovery-image] Dec 12 22:27:11.978 INFO O| Dec 12 22:27:11.978 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-12-12T22:27:12.705Z | [ recovery-image] Dec 12 22:27:12.000 INFO O| Dec 12 22:27:12.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7071 | 2024-12-12T22:27:12.709Z | [ recovery-image] Dec 12 22:27:12.001 INFO O| Dec 12 22:27:12.000 INFO STEP 907 (remove_files) COMPLETE |
7072 | 2024-12-12T22:27:12.709Z | [ recovery-image] Dec 12 22:27:12.001 INFO O| Dec 12 22:27:12.001 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-12-12T22:27:12.731Z | [ recovery-image] Dec 12 22:27:12.026 INFO O| Dec 12 22:27:12.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7074 | 2024-12-12T22:27:12.731Z | [ recovery-image] Dec 12 22:27:12.026 INFO O| Dec 12 22:27:12.026 INFO STEP 908 (remove_files) COMPLETE |
7075 | 2024-12-12T22:27:12.731Z | [ recovery-image] Dec 12 22:27:12.026 INFO O| Dec 12 22:27:12.026 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-12-12T22:27:12.755Z | [ recovery-image] Dec 12 22:27:12.050 INFO O| Dec 12 22:27:12.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7077 | 2024-12-12T22:27:12.755Z | [ recovery-image] Dec 12 22:27:12.050 INFO O| Dec 12 22:27:12.050 INFO STEP 909 (remove_files) COMPLETE |
7078 | 2024-12-12T22:27:12.758Z | [ recovery-image] Dec 12 22:27:12.050 INFO O| Dec 12 22:27:12.050 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-12-12T22:27:12.776Z | [ recovery-image] Dec 12 22:27:12.071 INFO O| Dec 12 22:27:12.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7080 | 2024-12-12T22:27:12.776Z | [ recovery-image] Dec 12 22:27:12.071 INFO O| Dec 12 22:27:12.071 INFO STEP 910 (remove_files) COMPLETE |
7081 | 2024-12-12T22:27:12.776Z | [ recovery-image] Dec 12 22:27:12.071 INFO O| Dec 12 22:27:12.071 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-12-12T22:27:12.798Z | [ recovery-image] Dec 12 22:27:12.091 INFO O| Dec 12 22:27:12.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7083 | 2024-12-12T22:27:12.798Z | [ recovery-image] Dec 12 22:27:12.091 INFO O| Dec 12 22:27:12.091 INFO STEP 911 (remove_files) COMPLETE |
7084 | 2024-12-12T22:27:12.799Z | [ recovery-image] Dec 12 22:27:12.091 INFO O| Dec 12 22:27:12.091 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-12-12T22:27:12.827Z | [ recovery-image] Dec 12 22:27:12.122 INFO O| Dec 12 22:27:12.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7086 | 2024-12-12T22:27:12.827Z | [ recovery-image] Dec 12 22:27:12.122 INFO O| Dec 12 22:27:12.122 INFO STEP 912 (remove_files) COMPLETE |
7087 | 2024-12-12T22:27:12.827Z | [ recovery-image] Dec 12 22:27:12.122 INFO O| Dec 12 22:27:12.122 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-12-12T22:27:12.867Z | [ recovery-image] Dec 12 22:27:12.162 INFO O| Dec 12 22:27:12.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7089 | 2024-12-12T22:27:12.869Z | [ recovery-image] Dec 12 22:27:12.162 INFO O| Dec 12 22:27:12.162 INFO STEP 913 (remove_files) COMPLETE |
7090 | 2024-12-12T22:27:12.869Z | [ recovery-image] Dec 12 22:27:12.162 INFO O| Dec 12 22:27:12.162 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-12-12T22:27:12.895Z | [ host-image] Dec 12 22:27:12.190 INFO O| Dec 12 22:27:12.189 INFO O| Done |
7092 | 2024-12-12T22:27:12.895Z | [ host-image] Dec 12 22:27:12.190 INFO O| Dec 12 22:27:12.190 INFO O| Done |
7093 | 2024-12-12T22:27:12.974Z | [ recovery-image] Dec 12 22:27:12.269 INFO O| Dec 12 22:27:12.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7094 | 2024-12-12T22:27:12.974Z | [ recovery-image] Dec 12 22:27:12.269 INFO O| Dec 12 22:27:12.269 INFO STEP 914 (remove_files) COMPLETE |
7095 | 2024-12-12T22:27:12.974Z | [ recovery-image] Dec 12 22:27:12.269 INFO O| Dec 12 22:27:12.269 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2024-12-12T22:27:13.011Z | [ recovery-image] Dec 12 22:27:12.305 INFO O| Dec 12 22:27:12.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7097 | 2024-12-12T22:27:13.011Z | [ recovery-image] Dec 12 22:27:12.305 INFO O| Dec 12 22:27:12.305 INFO STEP 915 (remove_files) COMPLETE |
7098 | 2024-12-12T22:27:13.011Z | [ recovery-image] Dec 12 22:27:12.305 INFO O| Dec 12 22:27:12.305 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7099 | 2024-12-12T22:27:13.049Z | [ recovery-image] Dec 12 22:27:12.344 INFO O| Dec 12 22:27:12.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7100 | 2024-12-12T22:27:13.052Z | [ recovery-image] Dec 12 22:27:12.344 INFO O| Dec 12 22:27:12.344 INFO STEP 916 (remove_files) COMPLETE |
7101 | 2024-12-12T22:27:13.052Z | [ recovery-image] Dec 12 22:27:12.344 INFO O| Dec 12 22:27:12.344 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7102 | 2024-12-12T22:27:13.073Z | [ recovery-image] Dec 12 22:27:12.367 INFO O| Dec 12 22:27:12.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7103 | 2024-12-12T22:27:13.076Z | [ recovery-image] Dec 12 22:27:12.368 INFO O| Dec 12 22:27:12.368 INFO STEP 917 (remove_files) COMPLETE |
7104 | 2024-12-12T22:27:13.076Z | [ recovery-image] Dec 12 22:27:12.368 INFO O| Dec 12 22:27:12.368 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2024-12-12T22:27:13.108Z | [ recovery-image] Dec 12 22:27:12.403 INFO O| Dec 12 22:27:12.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7106 | 2024-12-12T22:27:13.109Z | [ recovery-image] Dec 12 22:27:12.404 INFO O| Dec 12 22:27:12.403 INFO STEP 918 (remove_files) COMPLETE |
7107 | 2024-12-12T22:27:13.111Z | [ recovery-image] Dec 12 22:27:12.404 INFO O| Dec 12 22:27:12.404 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2024-12-12T22:27:13.130Z | [ recovery-image] Dec 12 22:27:12.425 INFO O| Dec 12 22:27:12.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7109 | 2024-12-12T22:27:13.130Z | [ recovery-image] Dec 12 22:27:12.425 INFO O| Dec 12 22:27:12.425 INFO STEP 919 (remove_files) COMPLETE |
7110 | 2024-12-12T22:27:13.130Z | [ recovery-image] Dec 12 22:27:12.425 INFO O| Dec 12 22:27:12.425 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2024-12-12T22:27:13.151Z | [ recovery-image] Dec 12 22:27:12.445 INFO O| Dec 12 22:27:12.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7112 | 2024-12-12T22:27:13.151Z | [ recovery-image] Dec 12 22:27:12.445 INFO O| Dec 12 22:27:12.445 INFO STEP 920 (remove_files) COMPLETE |
7113 | 2024-12-12T22:27:13.151Z | [ recovery-image] Dec 12 22:27:12.445 INFO O| Dec 12 22:27:12.445 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2024-12-12T22:27:13.372Z | [ recovery-image] Dec 12 22:27:12.471 INFO O| Dec 12 22:27:12.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7115 | 2024-12-12T22:27:13.375Z | [ recovery-image] Dec 12 22:27:12.471 INFO O| Dec 12 22:27:12.471 INFO STEP 921 (remove_files) COMPLETE |
7116 | 2024-12-12T22:27:13.375Z | [ recovery-image] Dec 12 22:27:12.471 INFO O| Dec 12 22:27:12.471 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2024-12-12T22:27:13.375Z | [ recovery-image] Dec 12 22:27:12.492 INFO O| Dec 12 22:27:12.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7118 | 2024-12-12T22:27:13.375Z | [ recovery-image] Dec 12 22:27:12.492 INFO O| Dec 12 22:27:12.492 INFO STEP 922 (remove_files) COMPLETE |
7119 | 2024-12-12T22:27:13.376Z | [ recovery-image] Dec 12 22:27:12.492 INFO O| Dec 12 22:27:12.492 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2024-12-12T22:27:13.376Z | [ recovery-image] Dec 12 22:27:12.526 INFO O| Dec 12 22:27:12.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7121 | 2024-12-12T22:27:13.376Z | [ recovery-image] Dec 12 22:27:12.548 INFO O| Dec 12 22:27:12.548 INFO STEP 923 (remove_files) COMPLETE |
7122 | 2024-12-12T22:27:13.376Z | [ recovery-image] Dec 12 22:27:12.548 INFO O| Dec 12 22:27:12.548 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7123 | 2024-12-12T22:27:13.376Z | [ recovery-image] Dec 12 22:27:12.568 INFO O| Dec 12 22:27:12.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7124 | 2024-12-12T22:27:13.376Z | [ recovery-image] Dec 12 22:27:12.568 INFO O| Dec 12 22:27:12.568 INFO STEP 924 (remove_files) COMPLETE |
7125 | 2024-12-12T22:27:13.376Z | [ recovery-image] Dec 12 22:27:12.568 INFO O| Dec 12 22:27:12.568 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7126 | 2024-12-12T22:27:13.376Z | [ recovery-image] Dec 12 22:27:12.586 INFO O| Dec 12 22:27:12.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7127 | 2024-12-12T22:27:13.376Z | [ recovery-image] Dec 12 22:27:12.586 INFO O| Dec 12 22:27:12.586 INFO STEP 925 (remove_files) COMPLETE |
7128 | 2024-12-12T22:27:13.376Z | [ recovery-image] Dec 12 22:27:12.586 INFO O| Dec 12 22:27:12.586 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2024-12-12T22:27:13.376Z | [ recovery-image] Dec 12 22:27:12.604 INFO O| Dec 12 22:27:12.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7130 | 2024-12-12T22:27:13.376Z | [ recovery-image] Dec 12 22:27:12.604 INFO O| Dec 12 22:27:12.604 INFO STEP 926 (remove_files) COMPLETE |
7131 | 2024-12-12T22:27:13.376Z | [ recovery-image] Dec 12 22:27:12.604 INFO O| Dec 12 22:27:12.604 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2024-12-12T22:27:13.376Z | [ recovery-image] Dec 12 22:27:12.627 INFO O| Dec 12 22:27:12.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7133 | 2024-12-12T22:27:13.376Z | [ recovery-image] Dec 12 22:27:12.627 INFO O| Dec 12 22:27:12.627 INFO STEP 927 (remove_files) COMPLETE |
7134 | 2024-12-12T22:27:13.376Z | [ recovery-image] Dec 12 22:27:12.627 INFO O| Dec 12 22:27:12.627 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2024-12-12T22:27:13.376Z | [ recovery-image] Dec 12 22:27:12.655 INFO O| Dec 12 22:27:12.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7136 | 2024-12-12T22:27:13.376Z | [ recovery-image] Dec 12 22:27:12.655 INFO O| Dec 12 22:27:12.655 INFO STEP 928 (remove_files) COMPLETE |
7137 | 2024-12-12T22:27:13.376Z | [ recovery-image] Dec 12 22:27:12.655 INFO O| Dec 12 22:27:12.655 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2024-12-12T22:27:13.387Z | [ recovery-image] Dec 12 22:27:12.682 INFO O| Dec 12 22:27:12.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7139 | 2024-12-12T22:27:13.387Z | [ recovery-image] Dec 12 22:27:12.682 INFO O| Dec 12 22:27:12.682 INFO STEP 929 (remove_files) COMPLETE |
7140 | 2024-12-12T22:27:13.387Z | [ recovery-image] Dec 12 22:27:12.682 INFO O| Dec 12 22:27:12.682 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2024-12-12T22:27:13.406Z | [ recovery-image] Dec 12 22:27:12.701 INFO O| Dec 12 22:27:12.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7142 | 2024-12-12T22:27:13.406Z | [ recovery-image] Dec 12 22:27:12.701 INFO O| Dec 12 22:27:12.701 INFO STEP 930 (remove_files) COMPLETE |
7143 | 2024-12-12T22:27:13.406Z | [ recovery-image] Dec 12 22:27:12.701 INFO O| Dec 12 22:27:12.701 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2024-12-12T22:27:13.426Z | [ recovery-image] Dec 12 22:27:12.721 INFO O| Dec 12 22:27:12.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7145 | 2024-12-12T22:27:13.426Z | [ recovery-image] Dec 12 22:27:12.721 INFO O| Dec 12 22:27:12.721 INFO STEP 931 (remove_files) COMPLETE |
7146 | 2024-12-12T22:27:13.426Z | [ recovery-image] Dec 12 22:27:12.721 INFO O| Dec 12 22:27:12.721 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2024-12-12T22:27:13.456Z | [ recovery-image] Dec 12 22:27:12.751 INFO O| Dec 12 22:27:12.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7148 | 2024-12-12T22:27:13.456Z | [ recovery-image] Dec 12 22:27:12.751 INFO O| Dec 12 22:27:12.751 INFO STEP 932 (remove_files) COMPLETE |
7149 | 2024-12-12T22:27:13.458Z | [ recovery-image] Dec 12 22:27:12.751 INFO O| Dec 12 22:27:12.751 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2024-12-12T22:27:13.478Z | [ recovery-image] Dec 12 22:27:12.772 INFO O| Dec 12 22:27:12.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7151 | 2024-12-12T22:27:13.478Z | [ recovery-image] Dec 12 22:27:12.772 INFO O| Dec 12 22:27:12.772 INFO STEP 933 (remove_files) COMPLETE |
7152 | 2024-12-12T22:27:13.478Z | [ recovery-image] Dec 12 22:27:12.772 INFO O| Dec 12 22:27:12.772 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2024-12-12T22:27:13.497Z | [ recovery-image] Dec 12 22:27:12.792 INFO O| Dec 12 22:27:12.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7154 | 2024-12-12T22:27:13.497Z | [ recovery-image] Dec 12 22:27:12.792 INFO O| Dec 12 22:27:12.792 INFO STEP 934 (remove_files) COMPLETE |
7155 | 2024-12-12T22:27:13.497Z | [ recovery-image] Dec 12 22:27:12.792 INFO O| Dec 12 22:27:12.792 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2024-12-12T22:27:13.523Z | [ recovery-image] Dec 12 22:27:12.817 INFO O| Dec 12 22:27:12.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7157 | 2024-12-12T22:27:13.523Z | [ recovery-image] Dec 12 22:27:12.817 INFO O| Dec 12 22:27:12.817 INFO STEP 935 (remove_files) COMPLETE |
7158 | 2024-12-12T22:27:13.523Z | [ recovery-image] Dec 12 22:27:12.817 INFO O| Dec 12 22:27:12.817 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2024-12-12T22:27:13.559Z | [ recovery-image] Dec 12 22:27:12.854 INFO O| Dec 12 22:27:12.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7160 | 2024-12-12T22:27:13.559Z | [ recovery-image] Dec 12 22:27:12.854 INFO O| Dec 12 22:27:12.854 INFO STEP 936 (remove_files) COMPLETE |
7161 | 2024-12-12T22:27:13.559Z | [ recovery-image] Dec 12 22:27:12.854 INFO O| Dec 12 22:27:12.854 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2024-12-12T22:27:13.600Z | [ recovery-image] Dec 12 22:27:12.895 INFO O| Dec 12 22:27:12.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7163 | 2024-12-12T22:27:13.600Z | [ recovery-image] Dec 12 22:27:12.895 INFO O| Dec 12 22:27:12.895 INFO STEP 937 (remove_files) COMPLETE |
7164 | 2024-12-12T22:27:13.600Z | [ recovery-image] Dec 12 22:27:12.895 INFO O| Dec 12 22:27:12.895 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2024-12-12T22:27:13.619Z | [ recovery-image] Dec 12 22:27:12.914 INFO O| Dec 12 22:27:12.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7166 | 2024-12-12T22:27:13.619Z | [ recovery-image] Dec 12 22:27:12.915 INFO O| Dec 12 22:27:12.915 INFO STEP 938 (remove_files) COMPLETE |
7167 | 2024-12-12T22:27:13.619Z | [ recovery-image] Dec 12 22:27:12.915 INFO O| Dec 12 22:27:12.915 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-12-12T22:27:13.639Z | [ recovery-image] Dec 12 22:27:12.934 INFO O| Dec 12 22:27:12.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7169 | 2024-12-12T22:27:13.639Z | [ recovery-image] Dec 12 22:27:12.934 INFO O| Dec 12 22:27:12.934 INFO STEP 939 (remove_files) COMPLETE |
7170 | 2024-12-12T22:27:13.639Z | [ recovery-image] Dec 12 22:27:12.934 INFO O| Dec 12 22:27:12.934 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-12-12T22:27:13.670Z | [ recovery-image] Dec 12 22:27:12.965 INFO O| Dec 12 22:27:12.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7172 | 2024-12-12T22:27:13.673Z | [ recovery-image] Dec 12 22:27:12.965 INFO O| Dec 12 22:27:12.965 INFO STEP 940 (remove_files) COMPLETE |
7173 | 2024-12-12T22:27:13.673Z | [ recovery-image] Dec 12 22:27:12.966 INFO O| Dec 12 22:27:12.965 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-12-12T22:27:13.690Z | [ recovery-image] Dec 12 22:27:12.985 INFO O| Dec 12 22:27:12.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7175 | 2024-12-12T22:27:13.692Z | [ recovery-image] Dec 12 22:27:12.985 INFO O| Dec 12 22:27:12.985 INFO STEP 941 (remove_files) COMPLETE |
7176 | 2024-12-12T22:27:13.692Z | [ recovery-image] Dec 12 22:27:12.985 INFO O| Dec 12 22:27:12.985 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-12-12T22:27:13.710Z | [ recovery-image] Dec 12 22:27:13.005 INFO O| Dec 12 22:27:13.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7178 | 2024-12-12T22:27:13.710Z | [ recovery-image] Dec 12 22:27:13.005 INFO O| Dec 12 22:27:13.005 INFO STEP 942 (remove_files) COMPLETE |
7179 | 2024-12-12T22:27:13.710Z | [ recovery-image] Dec 12 22:27:13.005 INFO O| Dec 12 22:27:13.005 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-12-12T22:27:13.729Z | [ recovery-image] Dec 12 22:27:13.024 INFO O| Dec 12 22:27:13.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7181 | 2024-12-12T22:27:13.729Z | [ recovery-image] Dec 12 22:27:13.024 INFO O| Dec 12 22:27:13.024 INFO STEP 943 (remove_files) COMPLETE |
7182 | 2024-12-12T22:27:13.731Z | [ recovery-image] Dec 12 22:27:13.024 INFO O| Dec 12 22:27:13.024 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-12-12T22:27:13.748Z | [ recovery-image] Dec 12 22:27:13.043 INFO O| Dec 12 22:27:13.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7184 | 2024-12-12T22:27:13.748Z | [ recovery-image] Dec 12 22:27:13.043 INFO O| Dec 12 22:27:13.043 INFO STEP 944 (remove_files) COMPLETE |
7185 | 2024-12-12T22:27:13.748Z | [ recovery-image] Dec 12 22:27:13.044 INFO O| Dec 12 22:27:13.043 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-12-12T22:27:13.770Z | [ recovery-image] Dec 12 22:27:13.065 INFO O| Dec 12 22:27:13.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7187 | 2024-12-12T22:27:13.770Z | [ recovery-image] Dec 12 22:27:13.065 INFO O| Dec 12 22:27:13.065 INFO STEP 945 (remove_files) COMPLETE |
7188 | 2024-12-12T22:27:13.770Z | [ recovery-image] Dec 12 22:27:13.065 INFO O| Dec 12 22:27:13.065 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-12-12T22:27:13.829Z | [ recovery-image] Dec 12 22:27:13.123 INFO O| Dec 12 22:27:13.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7190 | 2024-12-12T22:27:13.831Z | [ recovery-image] Dec 12 22:27:13.123 INFO O| Dec 12 22:27:13.123 INFO STEP 946 (remove_files) COMPLETE |
7191 | 2024-12-12T22:27:13.831Z | [ recovery-image] Dec 12 22:27:13.123 INFO O| Dec 12 22:27:13.123 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-12-12T22:27:13.851Z | [ recovery-image] Dec 12 22:27:13.146 INFO O| Dec 12 22:27:13.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7193 | 2024-12-12T22:27:13.853Z | [ recovery-image] Dec 12 22:27:13.146 INFO O| Dec 12 22:27:13.146 INFO STEP 947 (remove_files) COMPLETE |
7194 | 2024-12-12T22:27:13.853Z | [ recovery-image] Dec 12 22:27:13.146 INFO O| Dec 12 22:27:13.146 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-12-12T22:27:13.873Z | [ recovery-image] Dec 12 22:27:13.168 INFO O| Dec 12 22:27:13.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7196 | 2024-12-12T22:27:13.875Z | [ recovery-image] Dec 12 22:27:13.168 INFO O| Dec 12 22:27:13.168 INFO STEP 948 (remove_files) COMPLETE |
7197 | 2024-12-12T22:27:13.875Z | [ recovery-image] Dec 12 22:27:13.168 INFO O| Dec 12 22:27:13.168 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-12-12T22:27:13.894Z | [ recovery-image] Dec 12 22:27:13.189 INFO O| Dec 12 22:27:13.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7199 | 2024-12-12T22:27:13.894Z | [ recovery-image] Dec 12 22:27:13.189 INFO O| Dec 12 22:27:13.189 INFO STEP 949 (remove_files) COMPLETE |
7200 | 2024-12-12T22:27:13.894Z | [ recovery-image] Dec 12 22:27:13.189 INFO O| Dec 12 22:27:13.189 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-12-12T22:27:13.915Z | [ recovery-image] Dec 12 22:27:13.210 INFO O| Dec 12 22:27:13.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7202 | 2024-12-12T22:27:13.915Z | [ recovery-image] Dec 12 22:27:13.210 INFO O| Dec 12 22:27:13.210 INFO STEP 950 (remove_files) COMPLETE |
7203 | 2024-12-12T22:27:13.917Z | [ recovery-image] Dec 12 22:27:13.210 INFO O| Dec 12 22:27:13.210 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-12-12T22:27:13.965Z | [ recovery-image] Dec 12 22:27:13.260 INFO O| Dec 12 22:27:13.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7205 | 2024-12-12T22:27:13.965Z | [ recovery-image] Dec 12 22:27:13.260 INFO O| Dec 12 22:27:13.260 INFO STEP 951 (remove_files) COMPLETE |
7206 | 2024-12-12T22:27:13.965Z | [ recovery-image] Dec 12 22:27:13.260 INFO O| Dec 12 22:27:13.260 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-12-12T22:27:13.988Z | [ recovery-image] Dec 12 22:27:13.282 INFO O| Dec 12 22:27:13.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7208 | 2024-12-12T22:27:13.988Z | [ recovery-image] Dec 12 22:27:13.282 INFO O| Dec 12 22:27:13.282 INFO STEP 952 (remove_files) COMPLETE |
7209 | 2024-12-12T22:27:13.988Z | [ recovery-image] Dec 12 22:27:13.282 INFO O| Dec 12 22:27:13.282 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-12-12T22:27:14.007Z | [ recovery-image] Dec 12 22:27:13.302 INFO O| Dec 12 22:27:13.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7211 | 2024-12-12T22:27:14.007Z | [ recovery-image] Dec 12 22:27:13.302 INFO O| Dec 12 22:27:13.302 INFO STEP 953 (remove_files) COMPLETE |
7212 | 2024-12-12T22:27:14.007Z | [ recovery-image] Dec 12 22:27:13.302 INFO O| Dec 12 22:27:13.302 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-12-12T22:27:14.045Z | [ recovery-image] Dec 12 22:27:13.340 INFO O| Dec 12 22:27:13.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7214 | 2024-12-12T22:27:14.048Z | [ recovery-image] Dec 12 22:27:13.340 INFO O| Dec 12 22:27:13.340 INFO STEP 954 (remove_files) COMPLETE |
7215 | 2024-12-12T22:27:14.048Z | [ recovery-image] Dec 12 22:27:13.340 INFO O| Dec 12 22:27:13.340 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-12-12T22:27:14.067Z | [ recovery-image] Dec 12 22:27:13.361 INFO O| Dec 12 22:27:13.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7217 | 2024-12-12T22:27:14.069Z | [ recovery-image] Dec 12 22:27:13.362 INFO O| Dec 12 22:27:13.362 INFO STEP 955 (remove_files) COMPLETE |
7218 | 2024-12-12T22:27:14.069Z | [ recovery-image] Dec 12 22:27:13.362 INFO O| Dec 12 22:27:13.362 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-12-12T22:27:14.102Z | [ recovery-image] Dec 12 22:27:13.396 INFO O| Dec 12 22:27:13.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7220 | 2024-12-12T22:27:14.102Z | [ recovery-image] Dec 12 22:27:13.396 INFO O| Dec 12 22:27:13.396 INFO STEP 956 (remove_files) COMPLETE |
7221 | 2024-12-12T22:27:14.102Z | [ recovery-image] Dec 12 22:27:13.396 INFO O| Dec 12 22:27:13.396 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-12-12T22:27:14.122Z | [ recovery-image] Dec 12 22:27:13.417 INFO O| Dec 12 22:27:13.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7223 | 2024-12-12T22:27:14.122Z | [ recovery-image] Dec 12 22:27:13.417 INFO O| Dec 12 22:27:13.417 INFO STEP 957 (remove_files) COMPLETE |
7224 | 2024-12-12T22:27:14.122Z | [ recovery-image] Dec 12 22:27:13.417 INFO O| Dec 12 22:27:13.417 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-12-12T22:27:14.142Z | [ recovery-image] Dec 12 22:27:13.437 INFO O| Dec 12 22:27:13.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7226 | 2024-12-12T22:27:14.142Z | [ recovery-image] Dec 12 22:27:13.437 INFO O| Dec 12 22:27:13.437 INFO STEP 958 (remove_files) COMPLETE |
7227 | 2024-12-12T22:27:14.142Z | [ recovery-image] Dec 12 22:27:13.437 INFO O| Dec 12 22:27:13.437 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-12-12T22:27:14.161Z | [ recovery-image] Dec 12 22:27:13.456 INFO O| Dec 12 22:27:13.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7229 | 2024-12-12T22:27:14.161Z | [ recovery-image] Dec 12 22:27:13.456 INFO O| Dec 12 22:27:13.455 INFO STEP 959 (remove_files) COMPLETE |
7230 | 2024-12-12T22:27:14.161Z | [ recovery-image] Dec 12 22:27:13.456 INFO O| Dec 12 22:27:13.455 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-12-12T22:27:14.163Z | [ host-image] Dec 12 22:27:13.457 INFO O| Dec 12 22:27:13.457 INFO O| Done |
7232 | 2024-12-12T22:27:14.244Z | [ recovery-image] Dec 12 22:27:13.538 INFO O| Dec 12 22:27:13.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7233 | 2024-12-12T22:27:14.244Z | [ recovery-image] Dec 12 22:27:13.538 INFO O| Dec 12 22:27:13.538 INFO STEP 960 (remove_files) COMPLETE |
7234 | 2024-12-12T22:27:14.244Z | [ recovery-image] Dec 12 22:27:13.538 INFO O| Dec 12 22:27:13.538 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2024-12-12T22:27:14.304Z | [ recovery-image] Dec 12 22:27:13.598 INFO O| Dec 12 22:27:13.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7236 | 2024-12-12T22:27:14.304Z | [ recovery-image] Dec 12 22:27:13.598 INFO O| Dec 12 22:27:13.598 INFO STEP 961 (remove_files) COMPLETE |
7237 | 2024-12-12T22:27:14.304Z | [ recovery-image] Dec 12 22:27:13.598 INFO O| Dec 12 22:27:13.598 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2024-12-12T22:27:14.338Z | [ recovery-image] Dec 12 22:27:13.632 INFO O| Dec 12 22:27:13.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7239 | 2024-12-12T22:27:14.340Z | [ recovery-image] Dec 12 22:27:13.632 INFO O| Dec 12 22:27:13.632 INFO STEP 962 (remove_files) COMPLETE |
7240 | 2024-12-12T22:27:14.340Z | [ recovery-image] Dec 12 22:27:13.632 INFO O| Dec 12 22:27:13.632 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2024-12-12T22:27:14.363Z | [ recovery-image] Dec 12 22:27:13.657 INFO O| Dec 12 22:27:13.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7242 | 2024-12-12T22:27:14.363Z | [ recovery-image] Dec 12 22:27:13.657 INFO O| Dec 12 22:27:13.657 INFO STEP 963 (remove_files) COMPLETE |
7243 | 2024-12-12T22:27:14.363Z | [ recovery-image] Dec 12 22:27:13.657 INFO O| Dec 12 22:27:13.657 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2024-12-12T22:27:14.402Z | [ recovery-image] Dec 12 22:27:13.696 INFO O| Dec 12 22:27:13.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7245 | 2024-12-12T22:27:14.405Z | [ recovery-image] Dec 12 22:27:13.696 INFO O| Dec 12 22:27:13.696 INFO STEP 964 (remove_files) COMPLETE |
7246 | 2024-12-12T22:27:14.405Z | [ recovery-image] Dec 12 22:27:13.696 INFO O| Dec 12 22:27:13.696 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2024-12-12T22:27:14.422Z | [ recovery-image] Dec 12 22:27:13.716 INFO O| Dec 12 22:27:13.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7248 | 2024-12-12T22:27:14.422Z | [ recovery-image] Dec 12 22:27:13.716 INFO O| Dec 12 22:27:13.716 INFO STEP 965 (remove_files) COMPLETE |
7249 | 2024-12-12T22:27:14.422Z | [ recovery-image] Dec 12 22:27:13.716 INFO O| Dec 12 22:27:13.716 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-12-12T22:27:14.443Z | [ recovery-image] Dec 12 22:27:13.736 INFO O| Dec 12 22:27:13.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7251 | 2024-12-12T22:27:14.474Z | [ recovery-image] Dec 12 22:27:13.736 INFO O| Dec 12 22:27:13.736 INFO STEP 966 (remove_files) COMPLETE |
7252 | 2024-12-12T22:27:14.474Z | [ recovery-image] Dec 12 22:27:13.736 INFO O| Dec 12 22:27:13.736 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-12-12T22:27:14.474Z | [ recovery-image] Dec 12 22:27:13.758 INFO O| Dec 12 22:27:13.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7254 | 2024-12-12T22:27:14.484Z | [ recovery-image] Dec 12 22:27:13.758 INFO O| Dec 12 22:27:13.758 INFO STEP 967 (remove_files) COMPLETE |
7255 | 2024-12-12T22:27:14.487Z | [ recovery-image] Dec 12 22:27:13.758 INFO O| Dec 12 22:27:13.758 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-12-12T22:27:14.487Z | [ recovery-image] Dec 12 22:27:13.780 INFO O| Dec 12 22:27:13.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7257 | 2024-12-12T22:27:14.487Z | [ recovery-image] Dec 12 22:27:13.780 INFO O| Dec 12 22:27:13.780 INFO STEP 968 (remove_files) COMPLETE |
7258 | 2024-12-12T22:27:14.487Z | [ recovery-image] Dec 12 22:27:13.780 INFO O| Dec 12 22:27:13.780 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-12-12T22:27:14.505Z | [ recovery-image] Dec 12 22:27:13.800 INFO O| Dec 12 22:27:13.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7260 | 2024-12-12T22:27:14.506Z | [ recovery-image] Dec 12 22:27:13.800 INFO O| Dec 12 22:27:13.800 INFO STEP 969 (remove_files) COMPLETE |
7261 | 2024-12-12T22:27:14.509Z | [ recovery-image] Dec 12 22:27:13.800 INFO O| Dec 12 22:27:13.800 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-12-12T22:27:14.524Z | [ recovery-image] Dec 12 22:27:13.819 INFO O| Dec 12 22:27:13.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7263 | 2024-12-12T22:27:14.546Z | [ recovery-image] Dec 12 22:27:13.841 INFO O| Dec 12 22:27:13.841 INFO STEP 970 (remove_files) COMPLETE |
7264 | 2024-12-12T22:27:14.546Z | [ recovery-image] Dec 12 22:27:13.841 INFO O| Dec 12 22:27:13.841 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-12-12T22:27:14.599Z | [ recovery-image] Dec 12 22:27:13.894 INFO O| Dec 12 22:27:13.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7266 | 2024-12-12T22:27:14.603Z | [ recovery-image] Dec 12 22:27:13.894 INFO O| Dec 12 22:27:13.894 INFO STEP 971 (remove_files) COMPLETE |
7267 | 2024-12-12T22:27:14.603Z | [ recovery-image] Dec 12 22:27:13.894 INFO O| Dec 12 22:27:13.894 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-12-12T22:27:14.620Z | [ recovery-image] Dec 12 22:27:13.915 INFO O| Dec 12 22:27:13.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7269 | 2024-12-12T22:27:14.622Z | [ recovery-image] Dec 12 22:27:13.915 INFO O| Dec 12 22:27:13.915 INFO STEP 972 (remove_files) COMPLETE |
7270 | 2024-12-12T22:27:14.622Z | [ recovery-image] Dec 12 22:27:13.915 INFO O| Dec 12 22:27:13.915 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-12-12T22:27:14.639Z | [ recovery-image] Dec 12 22:27:13.934 INFO O| Dec 12 22:27:13.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7272 | 2024-12-12T22:27:14.642Z | [ recovery-image] Dec 12 22:27:13.935 INFO O| Dec 12 22:27:13.935 INFO STEP 973 (remove_files) COMPLETE |
7273 | 2024-12-12T22:27:14.642Z | [ recovery-image] Dec 12 22:27:13.935 INFO O| Dec 12 22:27:13.935 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-12-12T22:27:14.671Z | [ recovery-image] Dec 12 22:27:13.966 INFO O| Dec 12 22:27:13.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7275 | 2024-12-12T22:27:14.674Z | [ recovery-image] Dec 12 22:27:13.967 INFO O| Dec 12 22:27:13.966 INFO STEP 974 (remove_files) COMPLETE |
7276 | 2024-12-12T22:27:14.675Z | [ recovery-image] Dec 12 22:27:13.967 INFO O| Dec 12 22:27:13.967 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-12-12T22:27:14.748Z | [ recovery-image] Dec 12 22:27:14.043 INFO O| Dec 12 22:27:14.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7278 | 2024-12-12T22:27:14.748Z | [ recovery-image] Dec 12 22:27:14.043 INFO O| Dec 12 22:27:14.043 INFO STEP 975 (remove_files) COMPLETE |
7279 | 2024-12-12T22:27:14.748Z | [ recovery-image] Dec 12 22:27:14.043 INFO O| Dec 12 22:27:14.043 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-12-12T22:27:14.769Z | [ recovery-image] Dec 12 22:27:14.064 INFO O| Dec 12 22:27:14.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7281 | 2024-12-12T22:27:14.769Z | [ recovery-image] Dec 12 22:27:14.065 INFO O| Dec 12 22:27:14.065 INFO STEP 976 (remove_files) COMPLETE |
7282 | 2024-12-12T22:27:14.769Z | [ recovery-image] Dec 12 22:27:14.065 INFO O| Dec 12 22:27:14.065 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-12-12T22:27:14.788Z | [ recovery-image] Dec 12 22:27:14.084 INFO O| Dec 12 22:27:14.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7284 | 2024-12-12T22:27:14.791Z | [ recovery-image] Dec 12 22:27:14.086 INFO O| Dec 12 22:27:14.086 INFO STEP 977 (remove_files) COMPLETE |
7285 | 2024-12-12T22:27:14.791Z | [ recovery-image] Dec 12 22:27:14.086 INFO O| Dec 12 22:27:14.086 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-12-12T22:27:14.845Z | [ recovery-image] Dec 12 22:27:14.130 INFO O| Dec 12 22:27:14.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7287 | 2024-12-12T22:27:14.845Z | [ recovery-image] Dec 12 22:27:14.130 INFO O| Dec 12 22:27:14.130 INFO STEP 978 (remove_files) COMPLETE |
7288 | 2024-12-12T22:27:14.846Z | [ recovery-image] Dec 12 22:27:14.130 INFO O| Dec 12 22:27:14.130 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-12-12T22:27:14.856Z | [ recovery-image] Dec 12 22:27:14.150 INFO O| Dec 12 22:27:14.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7290 | 2024-12-12T22:27:14.856Z | [ recovery-image] Dec 12 22:27:14.150 INFO O| Dec 12 22:27:14.150 INFO STEP 979 (remove_files) COMPLETE |
7291 | 2024-12-12T22:27:14.856Z | [ recovery-image] Dec 12 22:27:14.150 INFO O| Dec 12 22:27:14.150 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-12-12T22:27:14.884Z | [ recovery-image] Dec 12 22:27:14.170 INFO O| Dec 12 22:27:14.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7293 | 2024-12-12T22:27:14.884Z | [ recovery-image] Dec 12 22:27:14.170 INFO O| Dec 12 22:27:14.170 INFO STEP 980 (remove_files) COMPLETE |
7294 | 2024-12-12T22:27:14.884Z | [ recovery-image] Dec 12 22:27:14.170 INFO O| Dec 12 22:27:14.170 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-12-12T22:27:14.904Z | [ recovery-image] Dec 12 22:27:14.190 INFO O| Dec 12 22:27:14.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7296 | 2024-12-12T22:27:14.904Z | [ recovery-image] Dec 12 22:27:14.191 INFO O| Dec 12 22:27:14.190 INFO STEP 981 (remove_files) COMPLETE |
7297 | 2024-12-12T22:27:14.904Z | [ recovery-image] Dec 12 22:27:14.191 INFO O| Dec 12 22:27:14.191 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-12-12T22:27:14.915Z | [ recovery-image] Dec 12 22:27:14.210 INFO O| Dec 12 22:27:14.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7299 | 2024-12-12T22:27:14.915Z | [ recovery-image] Dec 12 22:27:14.210 INFO O| Dec 12 22:27:14.210 INFO STEP 982 (remove_files) COMPLETE |
7300 | 2024-12-12T22:27:14.915Z | [ recovery-image] Dec 12 22:27:14.210 INFO O| Dec 12 22:27:14.210 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-12-12T22:27:14.926Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
7302 | 2024-12-12T22:27:15.061Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
7303 | 2024-12-12T22:27:15.090Z | [ recovery-image] Dec 12 22:27:14.375 INFO O| Dec 12 22:27:14.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7304 | 2024-12-12T22:27:15.090Z | [ recovery-image] Dec 12 22:27:14.375 INFO O| Dec 12 22:27:14.375 INFO STEP 983 (remove_files) COMPLETE |
7305 | 2024-12-12T22:27:15.090Z | [ recovery-image] Dec 12 22:27:14.375 INFO O| Dec 12 22:27:14.375 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-12-12T22:27:15.114Z | [ recovery-image] Dec 12 22:27:14.402 INFO O| Dec 12 22:27:14.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7307 | 2024-12-12T22:27:15.114Z | [ recovery-image] Dec 12 22:27:14.402 INFO O| Dec 12 22:27:14.402 INFO STEP 984 (remove_files) COMPLETE |
7308 | 2024-12-12T22:27:15.114Z | [ recovery-image] Dec 12 22:27:14.402 INFO O| Dec 12 22:27:14.402 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-12-12T22:27:15.151Z | [ recovery-image] Dec 12 22:27:14.445 INFO O| Dec 12 22:27:14.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7310 | 2024-12-12T22:27:15.152Z | [ recovery-image] Dec 12 22:27:14.445 INFO O| Dec 12 22:27:14.445 INFO STEP 985 (remove_files) COMPLETE |
7311 | 2024-12-12T22:27:15.152Z | [ recovery-image] Dec 12 22:27:14.446 INFO O| Dec 12 22:27:14.445 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-12-12T22:27:15.246Z | [ recovery-image] Dec 12 22:27:14.529 INFO O| Dec 12 22:27:14.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7313 | 2024-12-12T22:27:15.246Z | [ recovery-image] Dec 12 22:27:14.529 INFO O| Dec 12 22:27:14.529 INFO STEP 986 (remove_files) COMPLETE |
7314 | 2024-12-12T22:27:15.246Z | [ recovery-image] Dec 12 22:27:14.529 INFO O| Dec 12 22:27:14.529 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-12-12T22:27:15.255Z | [ recovery-image] Dec 12 22:27:14.550 INFO O| Dec 12 22:27:14.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7316 | 2024-12-12T22:27:15.255Z | [ recovery-image] Dec 12 22:27:14.550 INFO O| Dec 12 22:27:14.550 INFO STEP 987 (remove_files) COMPLETE |
7317 | 2024-12-12T22:27:15.255Z | [ recovery-image] Dec 12 22:27:14.550 INFO O| Dec 12 22:27:14.550 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-12-12T22:27:15.291Z | [ recovery-image] Dec 12 22:27:14.586 INFO O| Dec 12 22:27:14.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7319 | 2024-12-12T22:27:15.291Z | [ recovery-image] Dec 12 22:27:14.586 INFO O| Dec 12 22:27:14.586 INFO STEP 988 (remove_files) COMPLETE |
7320 | 2024-12-12T22:27:15.291Z | [ recovery-image] Dec 12 22:27:14.586 INFO O| Dec 12 22:27:14.586 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-12-12T22:27:15.312Z | [ recovery-image] Dec 12 22:27:14.607 INFO O| Dec 12 22:27:14.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7322 | 2024-12-12T22:27:15.312Z | [ recovery-image] Dec 12 22:27:14.607 INFO O| Dec 12 22:27:14.607 INFO STEP 989 (remove_files) COMPLETE |
7323 | 2024-12-12T22:27:15.312Z | [ recovery-image] Dec 12 22:27:14.607 INFO O| Dec 12 22:27:14.607 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-12-12T22:27:15.332Z | [ recovery-image] Dec 12 22:27:14.628 INFO O| Dec 12 22:27:14.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7325 | 2024-12-12T22:27:15.332Z | [ recovery-image] Dec 12 22:27:14.628 INFO O| Dec 12 22:27:14.628 INFO STEP 990 (remove_files) COMPLETE |
7326 | 2024-12-12T22:27:15.335Z | [ recovery-image] Dec 12 22:27:14.628 INFO O| Dec 12 22:27:14.628 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-12-12T22:27:15.368Z | [ recovery-image] Dec 12 22:27:14.663 INFO O| Dec 12 22:27:14.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7328 | 2024-12-12T22:27:15.368Z | [ recovery-image] Dec 12 22:27:14.663 INFO O| Dec 12 22:27:14.663 INFO STEP 991 (remove_files) COMPLETE |
7329 | 2024-12-12T22:27:15.372Z | [ recovery-image] Dec 12 22:27:14.663 INFO O| Dec 12 22:27:14.663 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-12-12T22:27:15.405Z | [ recovery-image] Dec 12 22:27:14.700 INFO O| Dec 12 22:27:14.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7331 | 2024-12-12T22:27:15.405Z | [ recovery-image] Dec 12 22:27:14.700 INFO O| Dec 12 22:27:14.700 INFO STEP 992 (remove_files) COMPLETE |
7332 | 2024-12-12T22:27:15.405Z | [ recovery-image] Dec 12 22:27:14.700 INFO O| Dec 12 22:27:14.700 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-12-12T22:27:15.425Z | [ recovery-image] Dec 12 22:27:14.721 INFO O| Dec 12 22:27:14.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7334 | 2024-12-12T22:27:15.426Z | [ recovery-image] Dec 12 22:27:14.721 INFO O| Dec 12 22:27:14.721 INFO STEP 993 (remove_files) COMPLETE |
7335 | 2024-12-12T22:27:15.428Z | [ recovery-image] Dec 12 22:27:14.721 INFO O| Dec 12 22:27:14.721 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2024-12-12T22:27:15.469Z | [ recovery-image] Dec 12 22:27:14.764 INFO O| Dec 12 22:27:14.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7337 | 2024-12-12T22:27:15.469Z | [ recovery-image] Dec 12 22:27:14.764 INFO O| Dec 12 22:27:14.764 INFO STEP 994 (remove_files) COMPLETE |
7338 | 2024-12-12T22:27:15.472Z | [ recovery-image] Dec 12 22:27:14.764 INFO O| Dec 12 22:27:14.764 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2024-12-12T22:27:15.507Z | [ recovery-image] Dec 12 22:27:14.802 INFO O| Dec 12 22:27:14.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7340 | 2024-12-12T22:27:15.507Z | [ recovery-image] Dec 12 22:27:14.802 INFO O| Dec 12 22:27:14.802 INFO STEP 995 (remove_files) COMPLETE |
7341 | 2024-12-12T22:27:15.507Z | [ recovery-image] Dec 12 22:27:14.802 INFO O| Dec 12 22:27:14.802 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2024-12-12T22:27:15.539Z | [ recovery-image] Dec 12 22:27:14.834 INFO O| Dec 12 22:27:14.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7343 | 2024-12-12T22:27:15.539Z | [ recovery-image] Dec 12 22:27:14.834 INFO O| Dec 12 22:27:14.834 INFO STEP 996 (remove_files) COMPLETE |
7344 | 2024-12-12T22:27:15.542Z | [ recovery-image] Dec 12 22:27:14.834 INFO O| Dec 12 22:27:14.834 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2024-12-12T22:27:15.560Z | [ recovery-image] Dec 12 22:27:14.855 INFO O| Dec 12 22:27:14.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7346 | 2024-12-12T22:27:15.560Z | [ recovery-image] Dec 12 22:27:14.855 INFO O| Dec 12 22:27:14.855 INFO STEP 997 (remove_files) COMPLETE |
7347 | 2024-12-12T22:27:15.560Z | [ recovery-image] Dec 12 22:27:14.855 INFO O| Dec 12 22:27:14.855 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2024-12-12T22:27:15.595Z | [ recovery-image] Dec 12 22:27:14.890 INFO O| Dec 12 22:27:14.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7349 | 2024-12-12T22:27:15.598Z | [ recovery-image] Dec 12 22:27:14.891 INFO O| Dec 12 22:27:14.890 INFO STEP 998 (remove_files) COMPLETE |
7350 | 2024-12-12T22:27:15.598Z | [ recovery-image] Dec 12 22:27:14.891 INFO O| Dec 12 22:27:14.891 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2024-12-12T22:27:15.617Z | [ recovery-image] Dec 12 22:27:14.912 INFO O| Dec 12 22:27:14.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7352 | 2024-12-12T22:27:15.619Z | [ recovery-image] Dec 12 22:27:14.912 INFO O| Dec 12 22:27:14.912 INFO STEP 999 (remove_files) COMPLETE |
7353 | 2024-12-12T22:27:15.619Z | [ recovery-image] Dec 12 22:27:14.912 INFO O| Dec 12 22:27:14.912 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2024-12-12T22:27:15.638Z | [ recovery-image] Dec 12 22:27:14.933 INFO O| Dec 12 22:27:14.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7355 | 2024-12-12T22:27:15.638Z | [ recovery-image] Dec 12 22:27:14.933 INFO O| Dec 12 22:27:14.933 INFO STEP 1000 (remove_files) COMPLETE |
7356 | 2024-12-12T22:27:15.638Z | [ recovery-image] Dec 12 22:27:14.933 INFO O| Dec 12 22:27:14.933 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2024-12-12T22:27:15.680Z | [ recovery-image] Dec 12 22:27:14.975 INFO O| Dec 12 22:27:14.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7358 | 2024-12-12T22:27:15.680Z | [ recovery-image] Dec 12 22:27:14.975 INFO O| Dec 12 22:27:14.975 INFO STEP 1001 (remove_files) COMPLETE |
7359 | 2024-12-12T22:27:15.680Z | [ recovery-image] Dec 12 22:27:14.975 INFO O| Dec 12 22:27:14.975 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2024-12-12T22:27:15.751Z | [ recovery-image] Dec 12 22:27:15.046 INFO O| Dec 12 22:27:15.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7361 | 2024-12-12T22:27:15.751Z | [ recovery-image] Dec 12 22:27:15.046 INFO O| Dec 12 22:27:15.046 INFO STEP 1002 (remove_files) COMPLETE |
7362 | 2024-12-12T22:27:15.754Z | [ recovery-image] Dec 12 22:27:15.046 INFO O| Dec 12 22:27:15.046 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2024-12-12T22:27:15.774Z | [ recovery-image] Dec 12 22:27:15.069 INFO O| Dec 12 22:27:15.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7364 | 2024-12-12T22:27:15.776Z | [ recovery-image] Dec 12 22:27:15.070 INFO O| Dec 12 22:27:15.070 INFO STEP 1003 (remove_files) COMPLETE |
7365 | 2024-12-12T22:27:15.776Z | [ recovery-image] Dec 12 22:27:15.070 INFO O| Dec 12 22:27:15.070 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-12-12T22:27:15.847Z | [ recovery-image] Dec 12 22:27:15.142 INFO O| Dec 12 22:27:15.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7367 | 2024-12-12T22:27:15.850Z | [ recovery-image] Dec 12 22:27:15.142 INFO O| Dec 12 22:27:15.142 INFO STEP 1004 (remove_files) COMPLETE |
7368 | 2024-12-12T22:27:15.850Z | [ recovery-image] Dec 12 22:27:15.143 INFO O| Dec 12 22:27:15.143 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2024-12-12T22:27:15.915Z | [ recovery-image] Dec 12 22:27:15.210 INFO O| Dec 12 22:27:15.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7370 | 2024-12-12T22:27:15.918Z | [ recovery-image] Dec 12 22:27:15.210 INFO O| Dec 12 22:27:15.210 INFO STEP 1005 (remove_files) COMPLETE |
7371 | 2024-12-12T22:27:15.918Z | [ recovery-image] Dec 12 22:27:15.210 INFO O| Dec 12 22:27:15.210 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2024-12-12T22:27:15.969Z | [ recovery-image] Dec 12 22:27:15.264 INFO O| Dec 12 22:27:15.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7373 | 2024-12-12T22:27:15.971Z | [ recovery-image] Dec 12 22:27:15.264 INFO O| Dec 12 22:27:15.264 INFO STEP 1006 (remove_files) COMPLETE |
7374 | 2024-12-12T22:27:15.971Z | [ recovery-image] Dec 12 22:27:15.264 INFO O| Dec 12 22:27:15.264 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2024-12-12T22:27:15.988Z | [ recovery-image] Dec 12 22:27:15.283 INFO O| Dec 12 22:27:15.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7376 | 2024-12-12T22:27:15.991Z | [ recovery-image] Dec 12 22:27:15.284 INFO O| Dec 12 22:27:15.284 INFO STEP 1007 (remove_files) COMPLETE |
7377 | 2024-12-12T22:27:15.991Z | [ recovery-image] Dec 12 22:27:15.284 INFO O| Dec 12 22:27:15.284 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2024-12-12T22:27:16.024Z | [ recovery-image] Dec 12 22:27:15.319 INFO O| Dec 12 22:27:15.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7379 | 2024-12-12T22:27:16.028Z | [ recovery-image] Dec 12 22:27:15.320 INFO O| Dec 12 22:27:15.320 INFO STEP 1008 (remove_files) COMPLETE |
7380 | 2024-12-12T22:27:16.028Z | [ recovery-image] Dec 12 22:27:15.320 INFO O| Dec 12 22:27:15.320 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2024-12-12T22:27:16.050Z | [ recovery-image] Dec 12 22:27:15.344 INFO O| Dec 12 22:27:15.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7382 | 2024-12-12T22:27:16.050Z | [ recovery-image] Dec 12 22:27:15.344 INFO O| Dec 12 22:27:15.344 INFO STEP 1009 (remove_files) COMPLETE |
7383 | 2024-12-12T22:27:16.050Z | [ recovery-image] Dec 12 22:27:15.344 INFO O| Dec 12 22:27:15.344 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2024-12-12T22:27:16.108Z | [ recovery-image] Dec 12 22:27:15.403 INFO O| Dec 12 22:27:15.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7385 | 2024-12-12T22:27:16.108Z | [ recovery-image] Dec 12 22:27:15.403 INFO O| Dec 12 22:27:15.403 INFO STEP 1010 (remove_files) COMPLETE |
7386 | 2024-12-12T22:27:16.108Z | [ recovery-image] Dec 12 22:27:15.403 INFO O| Dec 12 22:27:15.403 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2024-12-12T22:27:16.127Z | [ recovery-image] Dec 12 22:27:15.421 INFO O| Dec 12 22:27:15.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7388 | 2024-12-12T22:27:16.127Z | [ recovery-image] Dec 12 22:27:15.421 INFO O| Dec 12 22:27:15.421 INFO STEP 1011 (remove_files) COMPLETE |
7389 | 2024-12-12T22:27:16.127Z | [ recovery-image] Dec 12 22:27:15.421 INFO O| Dec 12 22:27:15.421 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2024-12-12T22:27:16.145Z | [ recovery-image] Dec 12 22:27:15.440 INFO O| Dec 12 22:27:15.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7391 | 2024-12-12T22:27:16.145Z | [ recovery-image] Dec 12 22:27:15.440 INFO O| Dec 12 22:27:15.440 INFO STEP 1012 (remove_files) COMPLETE |
7392 | 2024-12-12T22:27:16.145Z | [ recovery-image] Dec 12 22:27:15.440 INFO O| Dec 12 22:27:15.440 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2024-12-12T22:27:16.161Z | [ recovery-image] Dec 12 22:27:15.456 INFO O| Dec 12 22:27:15.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7394 | 2024-12-12T22:27:16.161Z | [ recovery-image] Dec 12 22:27:15.456 INFO O| Dec 12 22:27:15.456 INFO STEP 1013 (remove_files) COMPLETE |
7395 | 2024-12-12T22:27:16.164Z | [ recovery-image] Dec 12 22:27:15.456 INFO O| Dec 12 22:27:15.456 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2024-12-12T22:27:16.177Z | [ recovery-image] Dec 12 22:27:15.472 INFO O| Dec 12 22:27:15.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7397 | 2024-12-12T22:27:16.179Z | [ recovery-image] Dec 12 22:27:15.472 INFO O| Dec 12 22:27:15.472 INFO STEP 1014 (remove_files) COMPLETE |
7398 | 2024-12-12T22:27:16.179Z | [ recovery-image] Dec 12 22:27:15.472 INFO O| Dec 12 22:27:15.472 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2024-12-12T22:27:16.194Z | [ recovery-image] Dec 12 22:27:15.489 INFO O| Dec 12 22:27:15.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7400 | 2024-12-12T22:27:16.194Z | [ recovery-image] Dec 12 22:27:15.489 INFO O| Dec 12 22:27:15.489 INFO STEP 1015 (remove_files) COMPLETE |
7401 | 2024-12-12T22:27:16.197Z | [ recovery-image] Dec 12 22:27:15.489 INFO O| Dec 12 22:27:15.489 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2024-12-12T22:27:16.212Z | [ recovery-image] Dec 12 22:27:15.507 INFO O| Dec 12 22:27:15.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7403 | 2024-12-12T22:27:16.212Z | [ recovery-image] Dec 12 22:27:15.507 INFO O| Dec 12 22:27:15.507 INFO STEP 1016 (remove_files) COMPLETE |
7404 | 2024-12-12T22:27:16.215Z | [ recovery-image] Dec 12 22:27:15.507 INFO O| Dec 12 22:27:15.507 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7405 | 2024-12-12T22:27:16.245Z | [ recovery-image] Dec 12 22:27:15.540 INFO O| Dec 12 22:27:15.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7406 | 2024-12-12T22:27:16.248Z | [ recovery-image] Dec 12 22:27:15.540 INFO O| Dec 12 22:27:15.540 INFO STEP 1017 (remove_files) COMPLETE |
7407 | 2024-12-12T22:27:16.248Z | [ recovery-image] Dec 12 22:27:15.540 INFO O| Dec 12 22:27:15.540 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7408 | 2024-12-12T22:27:16.311Z | [ recovery-image] Dec 12 22:27:15.606 INFO O| Dec 12 22:27:15.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7409 | 2024-12-12T22:27:16.311Z | [ recovery-image] Dec 12 22:27:15.606 INFO O| Dec 12 22:27:15.606 INFO STEP 1018 (remove_files) COMPLETE |
7410 | 2024-12-12T22:27:16.314Z | [ recovery-image] Dec 12 22:27:15.606 INFO O| Dec 12 22:27:15.606 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7411 | 2024-12-12T22:27:16.335Z | [ recovery-image] Dec 12 22:27:15.630 INFO O| Dec 12 22:27:15.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7412 | 2024-12-12T22:27:16.335Z | [ recovery-image] Dec 12 22:27:15.630 INFO O| Dec 12 22:27:15.630 INFO STEP 1019 (remove_files) COMPLETE |
7413 | 2024-12-12T22:27:16.335Z | [ recovery-image] Dec 12 22:27:15.630 INFO O| Dec 12 22:27:15.630 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2024-12-12T22:27:16.372Z | [ recovery-image] Dec 12 22:27:15.667 INFO O| Dec 12 22:27:15.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7415 | 2024-12-12T22:27:16.374Z | [ recovery-image] Dec 12 22:27:15.667 INFO O| Dec 12 22:27:15.667 INFO STEP 1020 (remove_files) COMPLETE |
7416 | 2024-12-12T22:27:16.374Z | [ recovery-image] Dec 12 22:27:15.667 INFO O| Dec 12 22:27:15.667 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2024-12-12T22:27:16.409Z | [ recovery-image] Dec 12 22:27:15.704 INFO O| Dec 12 22:27:15.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7418 | 2024-12-12T22:27:16.409Z | [ recovery-image] Dec 12 22:27:15.704 INFO O| Dec 12 22:27:15.704 INFO STEP 1021 (remove_files) COMPLETE |
7419 | 2024-12-12T22:27:16.412Z | [ recovery-image] Dec 12 22:27:15.705 INFO O| Dec 12 22:27:15.704 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2024-12-12T22:27:16.460Z | [ recovery-image] Dec 12 22:27:15.755 INFO O| Dec 12 22:27:15.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7421 | 2024-12-12T22:27:16.460Z | [ recovery-image] Dec 12 22:27:15.755 INFO O| Dec 12 22:27:15.755 INFO STEP 1022 (remove_files) COMPLETE |
7422 | 2024-12-12T22:27:16.460Z | [ recovery-image] Dec 12 22:27:15.755 INFO O| Dec 12 22:27:15.755 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7423 | 2024-12-12T22:27:16.480Z | [ recovery-image] Dec 12 22:27:15.775 INFO O| Dec 12 22:27:15.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7424 | 2024-12-12T22:27:16.480Z | [ recovery-image] Dec 12 22:27:15.775 INFO O| Dec 12 22:27:15.775 INFO STEP 1023 (remove_files) COMPLETE |
7425 | 2024-12-12T22:27:16.483Z | [ recovery-image] Dec 12 22:27:15.775 INFO O| Dec 12 22:27:15.775 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2024-12-12T22:27:16.500Z | [ recovery-image] Dec 12 22:27:15.795 INFO O| Dec 12 22:27:15.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7427 | 2024-12-12T22:27:16.500Z | [ recovery-image] Dec 12 22:27:15.795 INFO O| Dec 12 22:27:15.795 INFO STEP 1024 (remove_files) COMPLETE |
7428 | 2024-12-12T22:27:16.502Z | [ recovery-image] Dec 12 22:27:15.795 INFO O| Dec 12 22:27:15.795 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2024-12-12T22:27:16.520Z | [ recovery-image] Dec 12 22:27:15.815 INFO O| Dec 12 22:27:15.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7430 | 2024-12-12T22:27:16.520Z | [ recovery-image] Dec 12 22:27:15.815 INFO O| Dec 12 22:27:15.815 INFO STEP 1025 (remove_files) COMPLETE |
7431 | 2024-12-12T22:27:16.525Z | [ recovery-image] Dec 12 22:27:15.815 INFO O| Dec 12 22:27:15.815 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2024-12-12T22:27:16.562Z | [ recovery-image] Dec 12 22:27:15.857 INFO O| Dec 12 22:27:15.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7433 | 2024-12-12T22:27:16.588Z | [ recovery-image] Dec 12 22:27:15.882 INFO O| Dec 12 22:27:15.882 INFO STEP 1026 (remove_files) COMPLETE |
7434 | 2024-12-12T22:27:16.588Z | [ recovery-image] Dec 12 22:27:15.882 INFO O| Dec 12 22:27:15.882 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2024-12-12T22:27:16.619Z | [ recovery-image] Dec 12 22:27:15.913 INFO O| Dec 12 22:27:15.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7436 | 2024-12-12T22:27:16.619Z | [ recovery-image] Dec 12 22:27:15.913 INFO O| Dec 12 22:27:15.913 INFO STEP 1027 (remove_files) COMPLETE |
7437 | 2024-12-12T22:27:16.619Z | [ recovery-image] Dec 12 22:27:15.913 INFO O| Dec 12 22:27:15.913 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2024-12-12T22:27:16.653Z | [ recovery-image] Dec 12 22:27:15.947 INFO O| Dec 12 22:27:15.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7439 | 2024-12-12T22:27:16.653Z | [ recovery-image] Dec 12 22:27:15.947 INFO O| Dec 12 22:27:15.947 INFO STEP 1028 (remove_files) COMPLETE |
7440 | 2024-12-12T22:27:16.653Z | [ recovery-image] Dec 12 22:27:15.947 INFO O| Dec 12 22:27:15.947 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2024-12-12T22:27:16.673Z | [ recovery-image] Dec 12 22:27:15.966 INFO O| Dec 12 22:27:15.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7442 | 2024-12-12T22:27:16.673Z | [ recovery-image] Dec 12 22:27:15.966 INFO O| Dec 12 22:27:15.966 INFO STEP 1029 (remove_files) COMPLETE |
7443 | 2024-12-12T22:27:16.673Z | [ recovery-image] Dec 12 22:27:15.966 INFO O| Dec 12 22:27:15.966 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2024-12-12T22:27:16.691Z | [ recovery-image] Dec 12 22:27:15.985 INFO O| Dec 12 22:27:15.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7445 | 2024-12-12T22:27:16.691Z | [ recovery-image] Dec 12 22:27:15.985 INFO O| Dec 12 22:27:15.985 INFO STEP 1030 (remove_files) COMPLETE |
7446 | 2024-12-12T22:27:16.691Z | [ recovery-image] Dec 12 22:27:15.985 INFO O| Dec 12 22:27:15.985 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2024-12-12T22:27:16.708Z | [ recovery-image] Dec 12 22:27:16.003 INFO O| Dec 12 22:27:16.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7448 | 2024-12-12T22:27:16.711Z | [ recovery-image] Dec 12 22:27:16.003 INFO O| Dec 12 22:27:16.003 INFO STEP 1031 (remove_files) COMPLETE |
7449 | 2024-12-12T22:27:16.711Z | [ recovery-image] Dec 12 22:27:16.004 INFO O| Dec 12 22:27:16.004 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2024-12-12T22:27:16.735Z | [ recovery-image] Dec 12 22:27:16.030 INFO O| Dec 12 22:27:16.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7451 | 2024-12-12T22:27:16.735Z | [ recovery-image] Dec 12 22:27:16.030 INFO O| Dec 12 22:27:16.030 INFO STEP 1032 (remove_files) COMPLETE |
7452 | 2024-12-12T22:27:16.738Z | [ recovery-image] Dec 12 22:27:16.031 INFO O| Dec 12 22:27:16.030 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2024-12-12T22:27:16.805Z | [ recovery-image] Dec 12 22:27:16.100 INFO O| Dec 12 22:27:16.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7454 | 2024-12-12T22:27:16.808Z | [ recovery-image] Dec 12 22:27:16.100 INFO O| Dec 12 22:27:16.100 INFO STEP 1033 (remove_files) COMPLETE |
7455 | 2024-12-12T22:27:16.808Z | [ recovery-image] Dec 12 22:27:16.101 INFO O| Dec 12 22:27:16.100 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2024-12-12T22:27:16.826Z | [ recovery-image] Dec 12 22:27:16.121 INFO O| Dec 12 22:27:16.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7457 | 2024-12-12T22:27:16.826Z | [ recovery-image] Dec 12 22:27:16.121 INFO O| Dec 12 22:27:16.121 INFO STEP 1034 (remove_files) COMPLETE |
7458 | 2024-12-12T22:27:16.826Z | [ recovery-image] Dec 12 22:27:16.121 INFO O| Dec 12 22:27:16.121 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2024-12-12T22:27:16.845Z | [ recovery-image] Dec 12 22:27:16.140 INFO O| Dec 12 22:27:16.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7460 | 2024-12-12T22:27:16.845Z | [ recovery-image] Dec 12 22:27:16.140 INFO O| Dec 12 22:27:16.140 INFO STEP 1035 (remove_files) COMPLETE |
7461 | 2024-12-12T22:27:16.845Z | [ recovery-image] Dec 12 22:27:16.140 INFO O| Dec 12 22:27:16.140 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-12-12T22:27:16.864Z | [ recovery-image] Dec 12 22:27:16.159 INFO O| Dec 12 22:27:16.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7463 | 2024-12-12T22:27:16.864Z | [ recovery-image] Dec 12 22:27:16.159 INFO O| Dec 12 22:27:16.159 INFO STEP 1036 (remove_files) COMPLETE |
7464 | 2024-12-12T22:27:16.864Z | [ recovery-image] Dec 12 22:27:16.159 INFO O| Dec 12 22:27:16.159 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-12-12T22:27:16.895Z | [ recovery-image] Dec 12 22:27:16.190 INFO O| Dec 12 22:27:16.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7466 | 2024-12-12T22:27:16.895Z | [ recovery-image] Dec 12 22:27:16.190 INFO O| Dec 12 22:27:16.190 INFO STEP 1037 (remove_files) COMPLETE |
7467 | 2024-12-12T22:27:16.895Z | [ recovery-image] Dec 12 22:27:16.190 INFO O| Dec 12 22:27:16.190 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2024-12-12T22:27:16.915Z | [ recovery-image] Dec 12 22:27:16.209 INFO O| Dec 12 22:27:16.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7469 | 2024-12-12T22:27:16.915Z | [ recovery-image] Dec 12 22:27:16.209 INFO O| Dec 12 22:27:16.209 INFO STEP 1038 (remove_files) COMPLETE |
7470 | 2024-12-12T22:27:16.915Z | [ recovery-image] Dec 12 22:27:16.209 INFO O| Dec 12 22:27:16.209 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2024-12-12T22:27:16.936Z | [ recovery-image] Dec 12 22:27:16.230 INFO O| Dec 12 22:27:16.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7472 | 2024-12-12T22:27:16.936Z | [ recovery-image] Dec 12 22:27:16.230 INFO O| Dec 12 22:27:16.230 INFO STEP 1039 (remove_files) COMPLETE |
7473 | 2024-12-12T22:27:16.936Z | [ recovery-image] Dec 12 22:27:16.230 INFO O| Dec 12 22:27:16.230 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2024-12-12T22:27:16.965Z | [ host-image] Dec 12 22:27:16.259 INFO O| Dec 12 22:27:16.259 INFO O| Done |
7475 | 2024-12-12T22:27:16.974Z | [ recovery-image] Dec 12 22:27:16.269 INFO O| Dec 12 22:27:16.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7476 | 2024-12-12T22:27:16.974Z | [ recovery-image] Dec 12 22:27:16.269 INFO O| Dec 12 22:27:16.269 INFO STEP 1040 (remove_files) COMPLETE |
7477 | 2024-12-12T22:27:16.977Z | [ recovery-image] Dec 12 22:27:16.269 INFO O| Dec 12 22:27:16.269 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7478 | 2024-12-12T22:27:17.007Z | [ recovery-image] Dec 12 22:27:16.302 INFO O| Dec 12 22:27:16.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7479 | 2024-12-12T22:27:17.007Z | [ recovery-image] Dec 12 22:27:16.302 INFO O| Dec 12 22:27:16.302 INFO STEP 1041 (remove_files) COMPLETE |
7480 | 2024-12-12T22:27:17.007Z | [ recovery-image] Dec 12 22:27:16.303 INFO O| Dec 12 22:27:16.302 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7481 | 2024-12-12T22:27:17.028Z | [ recovery-image] Dec 12 22:27:16.323 INFO O| Dec 12 22:27:16.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7482 | 2024-12-12T22:27:17.028Z | [ recovery-image] Dec 12 22:27:16.323 INFO O| Dec 12 22:27:16.323 INFO STEP 1042 (remove_files) COMPLETE |
7483 | 2024-12-12T22:27:17.030Z | [ recovery-image] Dec 12 22:27:16.323 INFO O| Dec 12 22:27:16.323 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7484 | 2024-12-12T22:27:17.051Z | [ host-image] Dec 12 22:27:16.346 INFO O| Dec 12 22:27:16.346 INFO O| Done |
7485 | 2024-12-12T22:27:17.052Z | [ host-image] Dec 12 22:27:16.346 INFO O| Dec 12 22:27:16.346 INFO O| Done |
7486 | 2024-12-12T22:27:17.066Z | [ recovery-image] Dec 12 22:27:16.361 INFO O| Dec 12 22:27:16.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7487 | 2024-12-12T22:27:17.068Z | [ recovery-image] Dec 12 22:27:16.361 INFO O| Dec 12 22:27:16.361 INFO STEP 1043 (remove_files) COMPLETE |
7488 | 2024-12-12T22:27:17.069Z | [ recovery-image] Dec 12 22:27:16.361 INFO O| Dec 12 22:27:16.361 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2024-12-12T22:27:17.080Z | [ host-image] Dec 12 22:27:16.375 INFO O| Dec 12 22:27:16.375 INFO O| Done |
7490 | 2024-12-12T22:27:17.108Z | [ recovery-image] Dec 12 22:27:16.403 INFO O| Dec 12 22:27:16.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7491 | 2024-12-12T22:27:17.108Z | [ recovery-image] Dec 12 22:27:16.403 INFO O| Dec 12 22:27:16.403 INFO STEP 1044 (remove_files) COMPLETE |
7492 | 2024-12-12T22:27:17.111Z | [ recovery-image] Dec 12 22:27:16.403 INFO O| Dec 12 22:27:16.403 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7493 | 2024-12-12T22:27:17.128Z | [ recovery-image] Dec 12 22:27:16.424 INFO O| Dec 12 22:27:16.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7494 | 2024-12-12T22:27:17.129Z | [ recovery-image] Dec 12 22:27:16.424 INFO O| Dec 12 22:27:16.424 INFO STEP 1045 (remove_files) COMPLETE |
7495 | 2024-12-12T22:27:17.129Z | [ recovery-image] Dec 12 22:27:16.424 INFO O| Dec 12 22:27:16.424 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7496 | 2024-12-12T22:27:17.149Z | [ recovery-image] Dec 12 22:27:16.443 INFO O| Dec 12 22:27:16.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7497 | 2024-12-12T22:27:17.149Z | [ recovery-image] Dec 12 22:27:16.443 INFO O| Dec 12 22:27:16.443 INFO STEP 1046 (remove_files) COMPLETE |
7498 | 2024-12-12T22:27:17.149Z | [ recovery-image] Dec 12 22:27:16.443 INFO O| Dec 12 22:27:16.443 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7499 | 2024-12-12T22:27:17.167Z | [ recovery-image] Dec 12 22:27:16.463 INFO O| Dec 12 22:27:16.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7500 | 2024-12-12T22:27:17.167Z | [ recovery-image] Dec 12 22:27:16.463 INFO O| Dec 12 22:27:16.463 INFO STEP 1047 (remove_files) COMPLETE |
7501 | 2024-12-12T22:27:17.167Z | [ recovery-image] Dec 12 22:27:16.463 INFO O| Dec 12 22:27:16.463 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7502 | 2024-12-12T22:27:17.189Z | [ recovery-image] Dec 12 22:27:16.483 INFO O| Dec 12 22:27:16.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7503 | 2024-12-12T22:27:17.189Z | [ recovery-image] Dec 12 22:27:16.484 INFO O| Dec 12 22:27:16.483 INFO STEP 1048 (remove_files) COMPLETE |
7504 | 2024-12-12T22:27:17.189Z | [ recovery-image] Dec 12 22:27:16.484 INFO O| Dec 12 22:27:16.484 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7505 | 2024-12-12T22:27:17.210Z | [ recovery-image] Dec 12 22:27:16.504 INFO O| Dec 12 22:27:16.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7506 | 2024-12-12T22:27:17.210Z | [ recovery-image] Dec 12 22:27:16.504 INFO O| Dec 12 22:27:16.504 INFO STEP 1049 (remove_files) COMPLETE |
7507 | 2024-12-12T22:27:17.213Z | [ recovery-image] Dec 12 22:27:16.504 INFO O| Dec 12 22:27:16.504 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7508 | 2024-12-12T22:27:17.228Z | [ recovery-image] Dec 12 22:27:16.523 INFO O| Dec 12 22:27:16.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7509 | 2024-12-12T22:27:17.228Z | [ recovery-image] Dec 12 22:27:16.523 INFO O| Dec 12 22:27:16.523 INFO STEP 1050 (remove_files) COMPLETE |
7510 | 2024-12-12T22:27:17.231Z | [ recovery-image] Dec 12 22:27:16.524 INFO O| Dec 12 22:27:16.523 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2024-12-12T22:27:17.248Z | [ recovery-image] Dec 12 22:27:16.543 INFO O| Dec 12 22:27:16.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7512 | 2024-12-12T22:27:17.248Z | [ recovery-image] Dec 12 22:27:16.543 INFO O| Dec 12 22:27:16.543 INFO STEP 1051 (remove_files) COMPLETE |
7513 | 2024-12-12T22:27:17.248Z | [ recovery-image] Dec 12 22:27:16.543 INFO O| Dec 12 22:27:16.543 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2024-12-12T22:27:17.260Z | [ host-image] Dec 12 22:27:16.555 INFO O| Dec 12 22:27:16.555 INFO STEP 14 (pkg_install) COMPLETE |
7515 | 2024-12-12T22:27:17.260Z | [ host-image] Dec 12 22:27:16.555 INFO O| Dec 12 22:27:16.555 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7516 | 2024-12-12T22:27:17.263Z | [ host-image] Dec 12 22:27:16.555 INFO O| Dec 12 22:27:16.555 INFO skip step because feature "mfg" is not enabled |
7517 | 2024-12-12T22:27:17.263Z | [ host-image] Dec 12 22:27:16.555 INFO O| Dec 12 22:27:16.555 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7518 | 2024-12-12T22:27:17.263Z | [ host-image] Dec 12 22:27:16.555 INFO O| Dec 12 22:27:16.555 INFO skip step because feature "compliance" is not enabled |
7519 | 2024-12-12T22:27:17.263Z | [ host-image] Dec 12 22:27:16.555 INFO O| Dec 12 22:27:16.555 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7520 | 2024-12-12T22:27:17.263Z | [ host-image] Dec 12 22:27:16.555 INFO O| Dec 12 22:27:16.555 INFO skip step because feature "stress" is not enabled |
7521 | 2024-12-12T22:27:17.263Z | [ host-image] Dec 12 22:27:16.555 INFO O| Dec 12 22:27:16.555 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7522 | 2024-12-12T22:27:17.263Z | [ host-image] Dec 12 22:27:16.555 INFO O| Dec 12 22:27:16.555 INFO skip step because feature "nfs" is not enabled |
7523 | 2024-12-12T22:27:17.263Z | [ host-image] Dec 12 22:27:16.555 INFO O| Dec 12 22:27:16.555 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7524 | 2024-12-12T22:27:17.263Z | [ host-image] Dec 12 22:27:16.555 INFO O| Dec 12 22:27:16.555 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7525 | 2024-12-12T22:27:17.297Z | [ recovery-image] Dec 12 22:27:16.592 INFO O| Dec 12 22:27:16.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7526 | 2024-12-12T22:27:17.297Z | [ recovery-image] Dec 12 22:27:16.592 INFO O| Dec 12 22:27:16.592 INFO STEP 1052 (remove_files) COMPLETE |
7527 | 2024-12-12T22:27:17.297Z | [ recovery-image] Dec 12 22:27:16.592 INFO O| Dec 12 22:27:16.592 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7528 | 2024-12-12T22:27:17.325Z | [ recovery-image] Dec 12 22:27:16.619 INFO O| Dec 12 22:27:16.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7529 | 2024-12-12T22:27:17.325Z | [ recovery-image] Dec 12 22:27:16.620 INFO O| Dec 12 22:27:16.620 INFO STEP 1053 (remove_files) COMPLETE |
7530 | 2024-12-12T22:27:17.325Z | [ recovery-image] Dec 12 22:27:16.620 INFO O| Dec 12 22:27:16.620 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7531 | 2024-12-12T22:27:17.337Z | [ host-image] Dec 12 22:27:16.632 INFO O| Dec 12 22:27:16.632 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7532 | 2024-12-12T22:27:17.350Z | [ recovery-image] Dec 12 22:27:16.644 INFO O| Dec 12 22:27:16.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7533 | 2024-12-12T22:27:17.350Z | [ recovery-image] Dec 12 22:27:16.644 INFO O| Dec 12 22:27:16.644 INFO STEP 1054 (remove_files) COMPLETE |
7534 | 2024-12-12T22:27:17.350Z | [ recovery-image] Dec 12 22:27:16.644 INFO O| Dec 12 22:27:16.644 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7535 | 2024-12-12T22:27:17.395Z | [ recovery-image] Dec 12 22:27:16.690 INFO O| Dec 12 22:27:16.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7536 | 2024-12-12T22:27:17.399Z | [ recovery-image] Dec 12 22:27:16.691 INFO O| Dec 12 22:27:16.690 INFO STEP 1055 (remove_files) COMPLETE |
7537 | 2024-12-12T22:27:17.399Z | [ recovery-image] Dec 12 22:27:16.691 INFO O| Dec 12 22:27:16.691 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7538 | 2024-12-12T22:27:17.478Z | [ host-image] Dec 12 22:27:16.773 INFO O| Dec 12 22:27:16.773 INFO completed processing gimlet/ramdisk-01-os |
7539 | 2024-12-12T22:27:17.481Z | [ host-image] Dec 12 22:27:16.776 INFO omicron1 baseline generation... |
7540 | 2024-12-12T22:27:17.484Z | [ host-image] Dec 12 22:27:16.776 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7541 | 2024-12-12T22:27:17.513Z | [ recovery-image] Dec 12 22:27:16.808 INFO O| Dec 12 22:27:16.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7542 | 2024-12-12T22:27:17.516Z | [ recovery-image] Dec 12 22:27:16.809 INFO O| Dec 12 22:27:16.809 INFO STEP 1056 (remove_files) COMPLETE |
7543 | 2024-12-12T22:27:17.516Z | [ recovery-image] Dec 12 22:27:16.809 INFO O| Dec 12 22:27:16.809 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7544 | 2024-12-12T22:27:17.534Z | [ recovery-image] Dec 12 22:27:16.829 INFO O| Dec 12 22:27:16.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7545 | 2024-12-12T22:27:17.534Z | [ recovery-image] Dec 12 22:27:16.829 INFO O| Dec 12 22:27:16.829 INFO STEP 1057 (remove_files) COMPLETE |
7546 | 2024-12-12T22:27:17.537Z | [ recovery-image] Dec 12 22:27:16.829 INFO O| Dec 12 22:27:16.829 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7547 | 2024-12-12T22:27:17.566Z | [ recovery-image] Dec 12 22:27:16.861 INFO O| Dec 12 22:27:16.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7548 | 2024-12-12T22:27:17.566Z | [ recovery-image] Dec 12 22:27:16.861 INFO O| Dec 12 22:27:16.861 INFO STEP 1058 (remove_files) COMPLETE |
7549 | 2024-12-12T22:27:17.566Z | [ recovery-image] Dec 12 22:27:16.861 INFO O| Dec 12 22:27:16.861 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7550 | 2024-12-12T22:27:17.640Z | [ recovery-image] Dec 12 22:27:16.935 INFO O| Dec 12 22:27:16.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7551 | 2024-12-12T22:27:17.640Z | [ recovery-image] Dec 12 22:27:16.935 INFO O| Dec 12 22:27:16.935 INFO STEP 1059 (remove_files) COMPLETE |
7552 | 2024-12-12T22:27:17.643Z | [ recovery-image] Dec 12 22:27:16.935 INFO O| Dec 12 22:27:16.935 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7553 | 2024-12-12T22:27:17.662Z | [ recovery-image] Dec 12 22:27:16.957 INFO O| Dec 12 22:27:16.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7554 | 2024-12-12T22:27:17.662Z | [ recovery-image] Dec 12 22:27:16.957 INFO O| Dec 12 22:27:16.957 INFO STEP 1060 (remove_files) COMPLETE |
7555 | 2024-12-12T22:27:17.662Z | [ recovery-image] Dec 12 22:27:16.957 INFO O| Dec 12 22:27:16.957 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7556 | 2024-12-12T22:27:17.694Z | [ recovery-image] Dec 12 22:27:16.989 INFO O| Dec 12 22:27:16.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7557 | 2024-12-12T22:27:17.695Z | [ recovery-image] Dec 12 22:27:16.989 INFO O| Dec 12 22:27:16.989 INFO STEP 1061 (remove_files) COMPLETE |
7558 | 2024-12-12T22:27:17.695Z | [ recovery-image] Dec 12 22:27:16.989 INFO O| Dec 12 22:27:16.989 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7559 | 2024-12-12T22:27:17.754Z | [ recovery-image] Dec 12 22:27:17.049 INFO O| Dec 12 22:27:17.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7560 | 2024-12-12T22:27:17.754Z | [ recovery-image] Dec 12 22:27:17.049 INFO O| Dec 12 22:27:17.049 INFO STEP 1062 (remove_files) COMPLETE |
7561 | 2024-12-12T22:27:17.754Z | [ recovery-image] Dec 12 22:27:17.049 INFO O| Dec 12 22:27:17.049 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7562 | 2024-12-12T22:27:17.772Z | [ recovery-image] Dec 12 22:27:17.067 INFO O| Dec 12 22:27:17.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7563 | 2024-12-12T22:27:17.772Z | [ recovery-image] Dec 12 22:27:17.067 INFO O| Dec 12 22:27:17.067 INFO STEP 1063 (remove_files) COMPLETE |
7564 | 2024-12-12T22:27:17.772Z | [ recovery-image] Dec 12 22:27:17.067 INFO O| Dec 12 22:27:17.067 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7565 | 2024-12-12T22:27:17.793Z | [ recovery-image] Dec 12 22:27:17.088 INFO O| Dec 12 22:27:17.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7566 | 2024-12-12T22:27:17.793Z | [ recovery-image] Dec 12 22:27:17.088 INFO O| Dec 12 22:27:17.088 INFO STEP 1064 (remove_files) COMPLETE |
7567 | 2024-12-12T22:27:17.793Z | [ recovery-image] Dec 12 22:27:17.088 INFO O| Dec 12 22:27:17.088 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7568 | 2024-12-12T22:27:17.848Z | [ recovery-image] Dec 12 22:27:17.143 INFO O| Dec 12 22:27:17.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7569 | 2024-12-12T22:27:17.848Z | [ recovery-image] Dec 12 22:27:17.143 INFO O| Dec 12 22:27:17.143 INFO STEP 1065 (remove_files) COMPLETE |
7570 | 2024-12-12T22:27:17.848Z | [ recovery-image] Dec 12 22:27:17.143 INFO O| Dec 12 22:27:17.143 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7571 | 2024-12-12T22:27:17.870Z | [ recovery-image] Dec 12 22:27:17.165 INFO O| Dec 12 22:27:17.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7572 | 2024-12-12T22:27:17.870Z | [ recovery-image] Dec 12 22:27:17.165 INFO O| Dec 12 22:27:17.165 INFO STEP 1066 (remove_files) COMPLETE |
7573 | 2024-12-12T22:27:17.870Z | [ recovery-image] Dec 12 22:27:17.165 INFO O| Dec 12 22:27:17.165 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7574 | 2024-12-12T22:27:17.981Z | [ recovery-image] Dec 12 22:27:17.276 INFO O| Dec 12 22:27:17.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7575 | 2024-12-12T22:27:17.983Z | [ recovery-image] Dec 12 22:27:17.276 INFO O| Dec 12 22:27:17.276 INFO STEP 1067 (remove_files) COMPLETE |
7576 | 2024-12-12T22:27:17.983Z | [ recovery-image] Dec 12 22:27:17.276 INFO O| Dec 12 22:27:17.276 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7577 | 2024-12-12T22:27:18.002Z | [ recovery-image] Dec 12 22:27:17.297 INFO O| Dec 12 22:27:17.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7578 | 2024-12-12T22:27:18.004Z | [ recovery-image] Dec 12 22:27:17.297 INFO O| Dec 12 22:27:17.297 INFO STEP 1068 (remove_files) COMPLETE |
7579 | 2024-12-12T22:27:18.004Z | [ recovery-image] Dec 12 22:27:17.297 INFO O| Dec 12 22:27:17.297 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7580 | 2024-12-12T22:27:18.020Z | [ recovery-image] Dec 12 22:27:17.315 INFO O| Dec 12 22:27:17.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7581 | 2024-12-12T22:27:18.020Z | [ recovery-image] Dec 12 22:27:17.316 INFO O| Dec 12 22:27:17.316 INFO STEP 1069 (remove_files) COMPLETE |
7582 | 2024-12-12T22:27:18.023Z | [ recovery-image] Dec 12 22:27:17.316 INFO O| Dec 12 22:27:17.316 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7583 | 2024-12-12T22:27:18.039Z | [ recovery-image] Dec 12 22:27:17.335 INFO O| Dec 12 22:27:17.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7584 | 2024-12-12T22:27:18.039Z | [ recovery-image] Dec 12 22:27:17.335 INFO O| Dec 12 22:27:17.335 INFO STEP 1070 (remove_files) COMPLETE |
7585 | 2024-12-12T22:27:18.039Z | [ recovery-image] Dec 12 22:27:17.335 INFO O| Dec 12 22:27:17.335 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7586 | 2024-12-12T22:27:18.058Z | [ recovery-image] Dec 12 22:27:17.353 INFO O| Dec 12 22:27:17.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7587 | 2024-12-12T22:27:18.061Z | [ recovery-image] Dec 12 22:27:17.353 INFO O| Dec 12 22:27:17.353 INFO STEP 1071 (remove_files) COMPLETE |
7588 | 2024-12-12T22:27:18.061Z | [ recovery-image] Dec 12 22:27:17.353 INFO O| Dec 12 22:27:17.353 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7589 | 2024-12-12T22:27:18.077Z | [ recovery-image] Dec 12 22:27:17.372 INFO O| Dec 12 22:27:17.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7590 | 2024-12-12T22:27:18.077Z | [ recovery-image] Dec 12 22:27:17.373 INFO O| Dec 12 22:27:17.373 INFO STEP 1072 (remove_files) COMPLETE |
7591 | 2024-12-12T22:27:18.080Z | [ recovery-image] Dec 12 22:27:17.373 INFO O| Dec 12 22:27:17.373 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7592 | 2024-12-12T22:27:18.097Z | [ recovery-image] Dec 12 22:27:17.391 INFO O| Dec 12 22:27:17.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7593 | 2024-12-12T22:27:18.097Z | [ recovery-image] Dec 12 22:27:17.391 INFO O| Dec 12 22:27:17.391 INFO STEP 1073 (remove_files) COMPLETE |
7594 | 2024-12-12T22:27:18.097Z | [ recovery-image] Dec 12 22:27:17.391 INFO O| Dec 12 22:27:17.391 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7595 | 2024-12-12T22:27:18.116Z | [ recovery-image] Dec 12 22:27:17.411 INFO O| Dec 12 22:27:17.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7596 | 2024-12-12T22:27:18.116Z | [ recovery-image] Dec 12 22:27:17.411 INFO O| Dec 12 22:27:17.411 INFO STEP 1074 (remove_files) COMPLETE |
7597 | 2024-12-12T22:27:18.116Z | [ recovery-image] Dec 12 22:27:17.411 INFO O| Dec 12 22:27:17.411 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7598 | 2024-12-12T22:27:18.136Z | [ recovery-image] Dec 12 22:27:17.431 INFO O| Dec 12 22:27:17.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7599 | 2024-12-12T22:27:18.136Z | [ recovery-image] Dec 12 22:27:17.431 INFO O| Dec 12 22:27:17.431 INFO STEP 1075 (remove_files) COMPLETE |
7600 | 2024-12-12T22:27:18.136Z | [ recovery-image] Dec 12 22:27:17.431 INFO O| Dec 12 22:27:17.431 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7601 | 2024-12-12T22:27:18.177Z | [ recovery-image] Dec 12 22:27:17.472 INFO O| Dec 12 22:27:17.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7602 | 2024-12-12T22:27:18.177Z | [ recovery-image] Dec 12 22:27:17.472 INFO O| Dec 12 22:27:17.472 INFO STEP 1076 (remove_files) COMPLETE |
7603 | 2024-12-12T22:27:18.177Z | [ recovery-image] Dec 12 22:27:17.472 INFO O| Dec 12 22:27:17.472 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7604 | 2024-12-12T22:27:18.230Z | [ recovery-image] Dec 12 22:27:17.525 INFO O| Dec 12 22:27:17.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7605 | 2024-12-12T22:27:18.230Z | [ recovery-image] Dec 12 22:27:17.525 INFO O| Dec 12 22:27:17.525 INFO STEP 1077 (remove_files) COMPLETE |
7606 | 2024-12-12T22:27:18.230Z | [ recovery-image] Dec 12 22:27:17.526 INFO O| Dec 12 22:27:17.525 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7607 | 2024-12-12T22:27:18.264Z | [ recovery-image] Dec 12 22:27:17.559 INFO O| Dec 12 22:27:17.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7608 | 2024-12-12T22:27:18.264Z | [ recovery-image] Dec 12 22:27:17.559 INFO O| Dec 12 22:27:17.559 INFO STEP 1078 (remove_files) COMPLETE |
7609 | 2024-12-12T22:27:18.264Z | [ recovery-image] Dec 12 22:27:17.559 INFO O| Dec 12 22:27:17.559 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7610 | 2024-12-12T22:27:18.282Z | [ host-image] Dec 12 22:27:17.578 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23049:20241204T192527Z |
7611 | 2024-12-12T22:27:18.285Z | [ recovery-image] Dec 12 22:27:17.580 INFO O| Dec 12 22:27:17.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7612 | 2024-12-12T22:27:18.285Z | [ recovery-image] Dec 12 22:27:17.580 INFO O| Dec 12 22:27:17.580 INFO STEP 1079 (remove_files) COMPLETE |
7613 | 2024-12-12T22:27:18.285Z | [ recovery-image] Dec 12 22:27:17.580 INFO O| Dec 12 22:27:17.580 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7614 | 2024-12-12T22:27:18.305Z | [ recovery-image] Dec 12 22:27:17.600 INFO O| Dec 12 22:27:17.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7615 | 2024-12-12T22:27:18.305Z | [ recovery-image] Dec 12 22:27:17.600 INFO O| Dec 12 22:27:17.600 INFO STEP 1080 (remove_files) COMPLETE |
7616 | 2024-12-12T22:27:18.307Z | [ recovery-image] Dec 12 22:27:17.600 INFO O| Dec 12 22:27:17.600 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7617 | 2024-12-12T22:27:18.332Z | [ recovery-image] Dec 12 22:27:17.627 INFO O| Dec 12 22:27:17.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7618 | 2024-12-12T22:27:18.332Z | [ recovery-image] Dec 12 22:27:17.627 INFO O| Dec 12 22:27:17.627 INFO STEP 1081 (remove_files) COMPLETE |
7619 | 2024-12-12T22:27:18.332Z | [ recovery-image] Dec 12 22:27:17.627 INFO O| Dec 12 22:27:17.627 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7620 | 2024-12-12T22:27:18.358Z | [ recovery-image] Dec 12 22:27:17.653 INFO O| Dec 12 22:27:17.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7621 | 2024-12-12T22:27:18.358Z | [ recovery-image] Dec 12 22:27:17.653 INFO O| Dec 12 22:27:17.653 INFO STEP 1082 (remove_files) COMPLETE |
7622 | 2024-12-12T22:27:18.361Z | [ recovery-image] Dec 12 22:27:17.653 INFO O| Dec 12 22:27:17.653 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7623 | 2024-12-12T22:27:18.399Z | [ recovery-image] Dec 12 22:27:17.694 INFO O| Dec 12 22:27:17.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7624 | 2024-12-12T22:27:18.399Z | [ recovery-image] Dec 12 22:27:17.694 INFO O| Dec 12 22:27:17.694 INFO STEP 1083 (remove_files) COMPLETE |
7625 | 2024-12-12T22:27:18.403Z | [ recovery-image] Dec 12 22:27:17.694 INFO O| Dec 12 22:27:17.694 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7626 | 2024-12-12T22:27:18.435Z | [ recovery-image] Dec 12 22:27:17.730 INFO O| Dec 12 22:27:17.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7627 | 2024-12-12T22:27:18.437Z | [ recovery-image] Dec 12 22:27:17.730 INFO O| Dec 12 22:27:17.730 INFO STEP 1084 (remove_files) COMPLETE |
7628 | 2024-12-12T22:27:18.437Z | [ recovery-image] Dec 12 22:27:17.730 INFO O| Dec 12 22:27:17.730 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7629 | 2024-12-12T22:27:18.456Z | [ recovery-image] Dec 12 22:27:17.751 INFO O| Dec 12 22:27:17.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7630 | 2024-12-12T22:27:18.458Z | [ recovery-image] Dec 12 22:27:17.751 INFO O| Dec 12 22:27:17.751 INFO STEP 1085 (remove_files) COMPLETE |
7631 | 2024-12-12T22:27:18.458Z | [ recovery-image] Dec 12 22:27:17.751 INFO O| Dec 12 22:27:17.751 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7632 | 2024-12-12T22:27:18.477Z | [ recovery-image] Dec 12 22:27:17.772 INFO O| Dec 12 22:27:17.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7633 | 2024-12-12T22:27:18.482Z | [ recovery-image] Dec 12 22:27:17.772 INFO O| Dec 12 22:27:17.772 INFO STEP 1086 (remove_files) COMPLETE |
7634 | 2024-12-12T22:27:18.482Z | [ recovery-image] Dec 12 22:27:17.773 INFO O| Dec 12 22:27:17.773 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7635 | 2024-12-12T22:27:18.499Z | [ recovery-image] Dec 12 22:27:17.794 INFO O| Dec 12 22:27:17.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7636 | 2024-12-12T22:27:18.501Z | [ recovery-image] Dec 12 22:27:17.794 INFO O| Dec 12 22:27:17.794 INFO STEP 1087 (remove_files) COMPLETE |
7637 | 2024-12-12T22:27:18.501Z | [ recovery-image] Dec 12 22:27:17.794 INFO O| Dec 12 22:27:17.794 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7638 | 2024-12-12T22:27:18.539Z | [ recovery-image] Dec 12 22:27:17.832 INFO O| Dec 12 22:27:17.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7639 | 2024-12-12T22:27:18.539Z | [ recovery-image] Dec 12 22:27:17.832 INFO O| Dec 12 22:27:17.832 INFO STEP 1088 (remove_files) COMPLETE |
7640 | 2024-12-12T22:27:18.539Z | [ recovery-image] Dec 12 22:27:17.832 INFO O| Dec 12 22:27:17.832 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7641 | 2024-12-12T22:27:18.558Z | [ recovery-image] Dec 12 22:27:17.853 INFO O| Dec 12 22:27:17.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7642 | 2024-12-12T22:27:18.558Z | [ recovery-image] Dec 12 22:27:17.853 INFO O| Dec 12 22:27:17.853 INFO STEP 1089 (remove_files) COMPLETE |
7643 | 2024-12-12T22:27:18.558Z | [ recovery-image] Dec 12 22:27:17.853 INFO O| Dec 12 22:27:17.853 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7644 | 2024-12-12T22:27:18.577Z | [ recovery-image] Dec 12 22:27:17.871 INFO O| Dec 12 22:27:17.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7645 | 2024-12-12T22:27:18.577Z | [ recovery-image] Dec 12 22:27:17.871 INFO O| Dec 12 22:27:17.871 INFO STEP 1090 (remove_files) COMPLETE |
7646 | 2024-12-12T22:27:18.577Z | [ recovery-image] Dec 12 22:27:17.871 INFO O| Dec 12 22:27:17.871 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7647 | 2024-12-12T22:27:18.595Z | [ recovery-image] Dec 12 22:27:17.890 INFO O| Dec 12 22:27:17.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7648 | 2024-12-12T22:27:18.598Z | [ recovery-image] Dec 12 22:27:17.890 INFO O| Dec 12 22:27:17.890 INFO STEP 1091 (remove_files) COMPLETE |
7649 | 2024-12-12T22:27:18.598Z | [ recovery-image] Dec 12 22:27:17.890 INFO O| Dec 12 22:27:17.890 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7650 | 2024-12-12T22:27:18.614Z | [ recovery-image] Dec 12 22:27:17.909 INFO O| Dec 12 22:27:17.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7651 | 2024-12-12T22:27:18.614Z | [ recovery-image] Dec 12 22:27:17.910 INFO O| Dec 12 22:27:17.909 INFO STEP 1092 (remove_files) COMPLETE |
7652 | 2024-12-12T22:27:18.617Z | [ recovery-image] Dec 12 22:27:17.910 INFO O| Dec 12 22:27:17.910 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7653 | 2024-12-12T22:27:18.634Z | [ recovery-image] Dec 12 22:27:17.929 INFO O| Dec 12 22:27:17.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7654 | 2024-12-12T22:27:18.634Z | [ recovery-image] Dec 12 22:27:17.929 INFO O| Dec 12 22:27:17.929 INFO STEP 1093 (remove_files) COMPLETE |
7655 | 2024-12-12T22:27:18.637Z | [ recovery-image] Dec 12 22:27:17.929 INFO O| Dec 12 22:27:17.929 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7656 | 2024-12-12T22:27:18.654Z | [ recovery-image] Dec 12 22:27:17.949 INFO O| Dec 12 22:27:17.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7657 | 2024-12-12T22:27:18.656Z | [ recovery-image] Dec 12 22:27:17.949 INFO O| Dec 12 22:27:17.949 INFO STEP 1094 (remove_files) COMPLETE |
7658 | 2024-12-12T22:27:18.657Z | [ recovery-image] Dec 12 22:27:17.949 INFO O| Dec 12 22:27:17.949 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7659 | 2024-12-12T22:27:18.673Z | [ recovery-image] Dec 12 22:27:17.968 INFO O| Dec 12 22:27:17.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7660 | 2024-12-12T22:27:18.673Z | [ recovery-image] Dec 12 22:27:17.969 INFO O| Dec 12 22:27:17.968 INFO STEP 1095 (remove_files) COMPLETE |
7661 | 2024-12-12T22:27:18.676Z | [ recovery-image] Dec 12 22:27:17.969 INFO O| Dec 12 22:27:17.969 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7662 | 2024-12-12T22:27:18.720Z | [ recovery-image] Dec 12 22:27:18.013 INFO O| Dec 12 22:27:18.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7663 | 2024-12-12T22:27:18.723Z | [ recovery-image] Dec 12 22:27:18.013 INFO O| Dec 12 22:27:18.013 INFO STEP 1096 (remove_files) COMPLETE |
7664 | 2024-12-12T22:27:18.723Z | [ recovery-image] Dec 12 22:27:18.013 INFO O| Dec 12 22:27:18.013 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7665 | 2024-12-12T22:27:18.740Z | [ recovery-image] Dec 12 22:27:18.035 INFO O| Dec 12 22:27:18.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7666 | 2024-12-12T22:27:18.743Z | [ recovery-image] Dec 12 22:27:18.035 INFO O| Dec 12 22:27:18.035 INFO STEP 1097 (remove_files) COMPLETE |
7667 | 2024-12-12T22:27:18.743Z | [ recovery-image] Dec 12 22:27:18.035 INFO O| Dec 12 22:27:18.035 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7668 | 2024-12-12T22:27:18.777Z | [ recovery-image] Dec 12 22:27:18.072 INFO O| Dec 12 22:27:18.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7669 | 2024-12-12T22:27:18.777Z | [ recovery-image] Dec 12 22:27:18.072 INFO O| Dec 12 22:27:18.072 INFO STEP 1098 (remove_files) COMPLETE |
7670 | 2024-12-12T22:27:18.777Z | [ recovery-image] Dec 12 22:27:18.072 INFO O| Dec 12 22:27:18.072 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7671 | 2024-12-12T22:27:18.824Z | [ recovery-image] Dec 12 22:27:18.119 INFO O| Dec 12 22:27:18.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7672 | 2024-12-12T22:27:18.827Z | [ recovery-image] Dec 12 22:27:18.120 INFO O| Dec 12 22:27:18.119 INFO STEP 1099 (remove_files) COMPLETE |
7673 | 2024-12-12T22:27:18.827Z | [ recovery-image] Dec 12 22:27:18.120 INFO O| Dec 12 22:27:18.120 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7674 | 2024-12-12T22:27:18.846Z | [ recovery-image] Dec 12 22:27:18.141 INFO O| Dec 12 22:27:18.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7675 | 2024-12-12T22:27:18.850Z | [ recovery-image] Dec 12 22:27:18.141 INFO O| Dec 12 22:27:18.141 INFO STEP 1100 (remove_files) COMPLETE |
7676 | 2024-12-12T22:27:18.850Z | [ recovery-image] Dec 12 22:27:18.141 INFO O| Dec 12 22:27:18.141 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7677 | 2024-12-12T22:27:18.867Z | [ recovery-image] Dec 12 22:27:18.162 INFO O| Dec 12 22:27:18.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7678 | 2024-12-12T22:27:18.869Z | [ recovery-image] Dec 12 22:27:18.162 INFO O| Dec 12 22:27:18.162 INFO STEP 1101 (remove_files) COMPLETE |
7679 | 2024-12-12T22:27:18.869Z | [ recovery-image] Dec 12 22:27:18.162 INFO O| Dec 12 22:27:18.162 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7680 | 2024-12-12T22:27:18.887Z | [ recovery-image] Dec 12 22:27:18.182 INFO O| Dec 12 22:27:18.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7681 | 2024-12-12T22:27:18.890Z | [ recovery-image] Dec 12 22:27:18.183 INFO O| Dec 12 22:27:18.182 INFO STEP 1102 (remove_files) COMPLETE |
7682 | 2024-12-12T22:27:18.890Z | [ recovery-image] Dec 12 22:27:18.183 INFO O| Dec 12 22:27:18.183 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7683 | 2024-12-12T22:27:18.931Z | [ recovery-image] Dec 12 22:27:18.227 INFO O| Dec 12 22:27:18.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7684 | 2024-12-12T22:27:18.931Z | [ recovery-image] Dec 12 22:27:18.227 INFO O| Dec 12 22:27:18.227 INFO STEP 1103 (remove_files) COMPLETE |
7685 | 2024-12-12T22:27:18.932Z | [ recovery-image] Dec 12 22:27:18.227 INFO O| Dec 12 22:27:18.227 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7686 | 2024-12-12T22:27:18.965Z | [ recovery-image] Dec 12 22:27:18.260 INFO O| Dec 12 22:27:18.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7687 | 2024-12-12T22:27:18.969Z | [ recovery-image] Dec 12 22:27:18.261 INFO O| Dec 12 22:27:18.261 INFO STEP 1104 (remove_files) COMPLETE |
7688 | 2024-12-12T22:27:18.969Z | [ recovery-image] Dec 12 22:27:18.261 INFO O| Dec 12 22:27:18.261 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7689 | 2024-12-12T22:27:18.987Z | [ recovery-image] Dec 12 22:27:18.282 INFO O| Dec 12 22:27:18.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7690 | 2024-12-12T22:27:18.990Z | [ recovery-image] Dec 12 22:27:18.283 INFO O| Dec 12 22:27:18.282 INFO STEP 1105 (remove_files) COMPLETE |
7691 | 2024-12-12T22:27:18.990Z | [ recovery-image] Dec 12 22:27:18.283 INFO O| Dec 12 22:27:18.283 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7692 | 2024-12-12T22:27:19.010Z | [ recovery-image] Dec 12 22:27:18.305 INFO O| Dec 12 22:27:18.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7693 | 2024-12-12T22:27:19.021Z | [ recovery-image] Dec 12 22:27:18.316 INFO O| Dec 12 22:27:18.316 INFO STEP 1106 (remove_files) COMPLETE |
7694 | 2024-12-12T22:27:19.021Z | [ recovery-image] Dec 12 22:27:18.316 INFO O| Dec 12 22:27:18.316 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7695 | 2024-12-12T22:27:19.053Z | [ recovery-image] Dec 12 22:27:18.347 INFO O| Dec 12 22:27:18.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7696 | 2024-12-12T22:27:19.053Z | [ recovery-image] Dec 12 22:27:18.347 INFO O| Dec 12 22:27:18.347 INFO STEP 1107 (remove_files) COMPLETE |
7697 | 2024-12-12T22:27:19.053Z | [ recovery-image] Dec 12 22:27:18.347 INFO O| Dec 12 22:27:18.347 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7698 | 2024-12-12T22:27:19.110Z | [ recovery-image] Dec 12 22:27:18.405 INFO O| Dec 12 22:27:18.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7699 | 2024-12-12T22:27:19.110Z | [ recovery-image] Dec 12 22:27:18.405 INFO O| Dec 12 22:27:18.405 INFO STEP 1108 (remove_files) COMPLETE |
7700 | 2024-12-12T22:27:19.113Z | [ recovery-image] Dec 12 22:27:18.406 INFO O| Dec 12 22:27:18.406 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7701 | 2024-12-12T22:27:19.194Z | [ recovery-image] Dec 12 22:27:18.489 INFO O| Dec 12 22:27:18.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7702 | 2024-12-12T22:27:19.197Z | [ recovery-image] Dec 12 22:27:18.489 INFO O| Dec 12 22:27:18.489 INFO STEP 1109 (remove_files) COMPLETE |
7703 | 2024-12-12T22:27:19.197Z | [ recovery-image] Dec 12 22:27:18.489 INFO O| Dec 12 22:27:18.489 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7704 | 2024-12-12T22:27:19.218Z | [ recovery-image] Dec 12 22:27:18.513 INFO O| Dec 12 22:27:18.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7705 | 2024-12-12T22:27:19.218Z | [ recovery-image] Dec 12 22:27:18.513 INFO O| Dec 12 22:27:18.513 INFO STEP 1110 (remove_files) COMPLETE |
7706 | 2024-12-12T22:27:19.218Z | [ recovery-image] Dec 12 22:27:18.513 INFO O| Dec 12 22:27:18.513 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7707 | 2024-12-12T22:27:19.238Z | [ recovery-image] Dec 12 22:27:18.533 INFO O| Dec 12 22:27:18.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7708 | 2024-12-12T22:27:19.238Z | [ recovery-image] Dec 12 22:27:18.533 INFO O| Dec 12 22:27:18.533 INFO STEP 1111 (remove_files) COMPLETE |
7709 | 2024-12-12T22:27:19.242Z | [ recovery-image] Dec 12 22:27:18.533 INFO O| Dec 12 22:27:18.533 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7710 | 2024-12-12T22:27:19.256Z | [ recovery-image] Dec 12 22:27:18.551 INFO O| Dec 12 22:27:18.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7711 | 2024-12-12T22:27:19.256Z | [ recovery-image] Dec 12 22:27:18.551 INFO O| Dec 12 22:27:18.551 INFO STEP 1112 (remove_files) COMPLETE |
7712 | 2024-12-12T22:27:19.259Z | [ recovery-image] Dec 12 22:27:18.551 INFO O| Dec 12 22:27:18.551 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7713 | 2024-12-12T22:27:19.274Z | [ recovery-image] Dec 12 22:27:18.569 INFO O| Dec 12 22:27:18.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7714 | 2024-12-12T22:27:19.274Z | [ recovery-image] Dec 12 22:27:18.570 INFO O| Dec 12 22:27:18.570 INFO STEP 1113 (remove_files) COMPLETE |
7715 | 2024-12-12T22:27:19.274Z | [ recovery-image] Dec 12 22:27:18.570 INFO O| Dec 12 22:27:18.570 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7716 | 2024-12-12T22:27:19.293Z | [ recovery-image] Dec 12 22:27:18.588 INFO O| Dec 12 22:27:18.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7717 | 2024-12-12T22:27:19.296Z | [ recovery-image] Dec 12 22:27:18.588 INFO O| Dec 12 22:27:18.588 INFO STEP 1114 (remove_files) COMPLETE |
7718 | 2024-12-12T22:27:19.296Z | [ recovery-image] Dec 12 22:27:18.588 INFO O| Dec 12 22:27:18.588 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7719 | 2024-12-12T22:27:19.311Z | [ recovery-image] Dec 12 22:27:18.606 INFO O| Dec 12 22:27:18.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7720 | 2024-12-12T22:27:19.315Z | [ recovery-image] Dec 12 22:27:18.607 INFO O| Dec 12 22:27:18.607 INFO STEP 1115 (remove_files) COMPLETE |
7721 | 2024-12-12T22:27:19.315Z | [ recovery-image] Dec 12 22:27:18.607 INFO O| Dec 12 22:27:18.607 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7722 | 2024-12-12T22:27:19.330Z | [ recovery-image] Dec 12 22:27:18.625 INFO O| Dec 12 22:27:18.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7723 | 2024-12-12T22:27:19.330Z | [ recovery-image] Dec 12 22:27:18.625 INFO O| Dec 12 22:27:18.625 INFO STEP 1116 (remove_files) COMPLETE |
7724 | 2024-12-12T22:27:19.333Z | [ recovery-image] Dec 12 22:27:18.625 INFO O| Dec 12 22:27:18.625 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7725 | 2024-12-12T22:27:19.394Z | [ recovery-image] Dec 12 22:27:18.689 INFO O| Dec 12 22:27:18.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7726 | 2024-12-12T22:27:19.394Z | [ recovery-image] Dec 12 22:27:18.689 INFO O| Dec 12 22:27:18.689 INFO STEP 1117 (remove_files) COMPLETE |
7727 | 2024-12-12T22:27:19.394Z | [ recovery-image] Dec 12 22:27:18.689 INFO O| Dec 12 22:27:18.689 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7728 | 2024-12-12T22:27:19.416Z | [ recovery-image] Dec 12 22:27:18.711 INFO O| Dec 12 22:27:18.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7729 | 2024-12-12T22:27:19.416Z | [ recovery-image] Dec 12 22:27:18.712 INFO O| Dec 12 22:27:18.711 INFO STEP 1118 (remove_files) COMPLETE |
7730 | 2024-12-12T22:27:19.419Z | [ recovery-image] Dec 12 22:27:18.712 INFO O| Dec 12 22:27:18.712 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7731 | 2024-12-12T22:27:19.472Z | [ recovery-image] Dec 12 22:27:18.767 INFO O| Dec 12 22:27:18.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7732 | 2024-12-12T22:27:19.472Z | [ recovery-image] Dec 12 22:27:18.767 INFO O| Dec 12 22:27:18.767 INFO STEP 1119 (remove_files) COMPLETE |
7733 | 2024-12-12T22:27:19.474Z | [ recovery-image] Dec 12 22:27:18.767 INFO O| Dec 12 22:27:18.767 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7734 | 2024-12-12T22:27:19.492Z | [ recovery-image] Dec 12 22:27:18.788 INFO O| Dec 12 22:27:18.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7735 | 2024-12-12T22:27:19.492Z | [ recovery-image] Dec 12 22:27:18.788 INFO O| Dec 12 22:27:18.788 INFO STEP 1120 (remove_files) COMPLETE |
7736 | 2024-12-12T22:27:19.495Z | [ recovery-image] Dec 12 22:27:18.788 INFO O| Dec 12 22:27:18.788 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7737 | 2024-12-12T22:27:19.512Z | [ recovery-image] Dec 12 22:27:18.808 INFO O| Dec 12 22:27:18.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7738 | 2024-12-12T22:27:19.513Z | [ recovery-image] Dec 12 22:27:18.808 INFO O| Dec 12 22:27:18.808 INFO STEP 1121 (remove_files) COMPLETE |
7739 | 2024-12-12T22:27:19.513Z | [ recovery-image] Dec 12 22:27:18.808 INFO O| Dec 12 22:27:18.808 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7740 | 2024-12-12T22:27:19.533Z | [ recovery-image] Dec 12 22:27:18.828 INFO O| Dec 12 22:27:18.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7741 | 2024-12-12T22:27:19.533Z | [ recovery-image] Dec 12 22:27:18.828 INFO O| Dec 12 22:27:18.828 INFO STEP 1122 (remove_files) COMPLETE |
7742 | 2024-12-12T22:27:19.533Z | [ recovery-image] Dec 12 22:27:18.828 INFO O| Dec 12 22:27:18.828 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7743 | 2024-12-12T22:27:19.553Z | [ recovery-image] Dec 12 22:27:18.848 INFO O| Dec 12 22:27:18.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7744 | 2024-12-12T22:27:19.553Z | [ recovery-image] Dec 12 22:27:18.848 INFO O| Dec 12 22:27:18.848 INFO STEP 1123 (remove_files) COMPLETE |
7745 | 2024-12-12T22:27:19.553Z | [ recovery-image] Dec 12 22:27:18.848 INFO O| Dec 12 22:27:18.848 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7746 | 2024-12-12T22:27:19.634Z | [ recovery-image] Dec 12 22:27:18.929 INFO O| Dec 12 22:27:18.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7747 | 2024-12-12T22:27:19.634Z | [ recovery-image] Dec 12 22:27:18.929 INFO O| Dec 12 22:27:18.929 INFO STEP 1124 (remove_files) COMPLETE |
7748 | 2024-12-12T22:27:19.634Z | [ recovery-image] Dec 12 22:27:18.929 INFO O| Dec 12 22:27:18.929 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7749 | 2024-12-12T22:27:19.664Z | [ recovery-image] Dec 12 22:27:18.959 INFO O| Dec 12 22:27:18.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7750 | 2024-12-12T22:27:19.668Z | [ recovery-image] Dec 12 22:27:18.959 INFO O| Dec 12 22:27:18.959 INFO STEP 1125 (remove_files) COMPLETE |
7751 | 2024-12-12T22:27:19.668Z | [ recovery-image] Dec 12 22:27:18.959 INFO O| Dec 12 22:27:18.959 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7752 | 2024-12-12T22:27:19.685Z | [ recovery-image] Dec 12 22:27:18.980 INFO O| Dec 12 22:27:18.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7753 | 2024-12-12T22:27:19.685Z | [ recovery-image] Dec 12 22:27:18.980 INFO O| Dec 12 22:27:18.980 INFO STEP 1126 (remove_files) COMPLETE |
7754 | 2024-12-12T22:27:19.685Z | [ recovery-image] Dec 12 22:27:18.980 INFO O| Dec 12 22:27:18.980 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7755 | 2024-12-12T22:27:19.741Z | [ recovery-image] Dec 12 22:27:19.036 INFO O| Dec 12 22:27:19.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7756 | 2024-12-12T22:27:19.741Z | [ recovery-image] Dec 12 22:27:19.036 INFO O| Dec 12 22:27:19.036 INFO STEP 1127 (remove_files) COMPLETE |
7757 | 2024-12-12T22:27:19.741Z | [ recovery-image] Dec 12 22:27:19.036 INFO O| Dec 12 22:27:19.036 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7758 | 2024-12-12T22:27:19.762Z | [ recovery-image] Dec 12 22:27:19.057 INFO O| Dec 12 22:27:19.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7759 | 2024-12-12T22:27:19.764Z | [ recovery-image] Dec 12 22:27:19.057 INFO O| Dec 12 22:27:19.057 INFO STEP 1128 (remove_files) COMPLETE |
7760 | 2024-12-12T22:27:19.764Z | [ recovery-image] Dec 12 22:27:19.057 INFO O| Dec 12 22:27:19.057 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7761 | 2024-12-12T22:27:19.863Z | [ recovery-image] Dec 12 22:27:19.158 INFO O| Dec 12 22:27:19.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7762 | 2024-12-12T22:27:19.863Z | [ recovery-image] Dec 12 22:27:19.158 INFO O| Dec 12 22:27:19.158 INFO STEP 1129 (remove_files) COMPLETE |
7763 | 2024-12-12T22:27:19.863Z | [ recovery-image] Dec 12 22:27:19.158 INFO O| Dec 12 22:27:19.158 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7764 | 2024-12-12T22:27:19.902Z | [ recovery-image] Dec 12 22:27:19.197 INFO O| Dec 12 22:27:19.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7765 | 2024-12-12T22:27:19.902Z | [ recovery-image] Dec 12 22:27:19.197 INFO O| Dec 12 22:27:19.197 INFO STEP 1130 (remove_files) COMPLETE |
7766 | 2024-12-12T22:27:19.905Z | [ recovery-image] Dec 12 22:27:19.197 INFO O| Dec 12 22:27:19.197 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7767 | 2024-12-12T22:27:19.923Z | [ recovery-image] Dec 12 22:27:19.217 INFO O| Dec 12 22:27:19.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7768 | 2024-12-12T22:27:19.923Z | [ recovery-image] Dec 12 22:27:19.217 INFO O| Dec 12 22:27:19.217 INFO STEP 1131 (remove_files) COMPLETE |
7769 | 2024-12-12T22:27:19.923Z | [ recovery-image] Dec 12 22:27:19.217 INFO O| Dec 12 22:27:19.217 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7770 | 2024-12-12T22:27:19.940Z | [ recovery-image] Dec 12 22:27:19.234 INFO O| Dec 12 22:27:19.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7771 | 2024-12-12T22:27:19.940Z | [ recovery-image] Dec 12 22:27:19.234 INFO O| Dec 12 22:27:19.234 INFO STEP 1132 (remove_files) COMPLETE |
7772 | 2024-12-12T22:27:19.940Z | [ recovery-image] Dec 12 22:27:19.234 INFO O| Dec 12 22:27:19.234 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7773 | 2024-12-12T22:27:20.028Z | [ recovery-image] Dec 12 22:27:19.323 INFO O| Dec 12 22:27:19.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7774 | 2024-12-12T22:27:20.028Z | [ recovery-image] Dec 12 22:27:19.323 INFO O| Dec 12 22:27:19.323 INFO STEP 1133 (remove_files) COMPLETE |
7775 | 2024-12-12T22:27:20.031Z | [ recovery-image] Dec 12 22:27:19.323 INFO O| Dec 12 22:27:19.323 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7776 | 2024-12-12T22:27:20.063Z | [ recovery-image] Dec 12 22:27:19.358 INFO O| Dec 12 22:27:19.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7777 | 2024-12-12T22:27:20.063Z | [ recovery-image] Dec 12 22:27:19.358 INFO O| Dec 12 22:27:19.358 INFO STEP 1134 (remove_files) COMPLETE |
7778 | 2024-12-12T22:27:20.065Z | [ recovery-image] Dec 12 22:27:19.358 INFO O| Dec 12 22:27:19.358 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7779 | 2024-12-12T22:27:20.085Z | [ recovery-image] Dec 12 22:27:19.380 INFO O| Dec 12 22:27:19.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7780 | 2024-12-12T22:27:20.085Z | [ recovery-image] Dec 12 22:27:19.380 INFO O| Dec 12 22:27:19.380 INFO STEP 1135 (remove_files) COMPLETE |
7781 | 2024-12-12T22:27:20.087Z | [ recovery-image] Dec 12 22:27:19.380 INFO O| Dec 12 22:27:19.380 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7782 | 2024-12-12T22:27:20.101Z | [ recovery-image] Dec 12 22:27:19.396 INFO O| Dec 12 22:27:19.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7783 | 2024-12-12T22:27:20.101Z | [ recovery-image] Dec 12 22:27:19.396 INFO O| Dec 12 22:27:19.396 INFO STEP 1136 (remove_files) COMPLETE |
7784 | 2024-12-12T22:27:20.101Z | [ recovery-image] Dec 12 22:27:19.396 INFO O| Dec 12 22:27:19.396 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7785 | 2024-12-12T22:27:20.120Z | [ recovery-image] Dec 12 22:27:19.416 INFO O| Dec 12 22:27:19.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7786 | 2024-12-12T22:27:20.120Z | [ recovery-image] Dec 12 22:27:19.416 INFO O| Dec 12 22:27:19.416 INFO STEP 1137 (remove_files) COMPLETE |
7787 | 2024-12-12T22:27:20.123Z | [ recovery-image] Dec 12 22:27:19.416 INFO O| Dec 12 22:27:19.416 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7788 | 2024-12-12T22:27:20.146Z | [ recovery-image] Dec 12 22:27:19.441 INFO O| Dec 12 22:27:19.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7789 | 2024-12-12T22:27:20.146Z | [ recovery-image] Dec 12 22:27:19.441 INFO O| Dec 12 22:27:19.441 INFO STEP 1138 (remove_files) COMPLETE |
7790 | 2024-12-12T22:27:20.146Z | [ recovery-image] Dec 12 22:27:19.441 INFO O| Dec 12 22:27:19.441 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7791 | 2024-12-12T22:27:20.187Z | [ recovery-image] Dec 12 22:27:19.482 INFO O| Dec 12 22:27:19.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7792 | 2024-12-12T22:27:20.187Z | [ recovery-image] Dec 12 22:27:19.482 INFO O| Dec 12 22:27:19.482 INFO STEP 1139 (remove_files) COMPLETE |
7793 | 2024-12-12T22:27:20.187Z | [ recovery-image] Dec 12 22:27:19.482 INFO O| Dec 12 22:27:19.482 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7794 | 2024-12-12T22:27:20.207Z | [ recovery-image] Dec 12 22:27:19.502 INFO O| Dec 12 22:27:19.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7795 | 2024-12-12T22:27:20.207Z | [ recovery-image] Dec 12 22:27:19.502 INFO O| Dec 12 22:27:19.502 INFO STEP 1140 (remove_files) COMPLETE |
7796 | 2024-12-12T22:27:20.207Z | [ recovery-image] Dec 12 22:27:19.502 INFO O| Dec 12 22:27:19.502 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7797 | 2024-12-12T22:27:20.238Z | [ recovery-image] Dec 12 22:27:19.533 INFO O| Dec 12 22:27:19.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7798 | 2024-12-12T22:27:20.238Z | [ recovery-image] Dec 12 22:27:19.533 INFO O| Dec 12 22:27:19.533 INFO STEP 1141 (remove_files) COMPLETE |
7799 | 2024-12-12T22:27:20.238Z | [ recovery-image] Dec 12 22:27:19.533 INFO O| Dec 12 22:27:19.533 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7800 | 2024-12-12T22:27:20.260Z | [ recovery-image] Dec 12 22:27:19.555 INFO O| Dec 12 22:27:19.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7801 | 2024-12-12T22:27:20.263Z | [ recovery-image] Dec 12 22:27:19.556 INFO O| Dec 12 22:27:19.555 INFO STEP 1142 (remove_files) COMPLETE |
7802 | 2024-12-12T22:27:20.263Z | [ recovery-image] Dec 12 22:27:19.556 INFO O| Dec 12 22:27:19.556 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7803 | 2024-12-12T22:27:20.298Z | [ recovery-image] Dec 12 22:27:19.593 INFO O| Dec 12 22:27:19.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7804 | 2024-12-12T22:27:20.300Z | [ recovery-image] Dec 12 22:27:19.593 INFO O| Dec 12 22:27:19.593 INFO STEP 1143 (remove_files) COMPLETE |
7805 | 2024-12-12T22:27:20.300Z | [ recovery-image] Dec 12 22:27:19.593 INFO O| Dec 12 22:27:19.593 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7806 | 2024-12-12T22:27:20.320Z | [ recovery-image] Dec 12 22:27:19.615 INFO O| Dec 12 22:27:19.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7807 | 2024-12-12T22:27:20.320Z | [ recovery-image] Dec 12 22:27:19.615 INFO O| Dec 12 22:27:19.615 INFO STEP 1144 (remove_files) COMPLETE |
7808 | 2024-12-12T22:27:20.323Z | [ recovery-image] Dec 12 22:27:19.615 INFO O| Dec 12 22:27:19.615 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7809 | 2024-12-12T22:27:20.355Z | [ recovery-image] Dec 12 22:27:19.651 INFO O| Dec 12 22:27:19.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7810 | 2024-12-12T22:27:20.355Z | [ recovery-image] Dec 12 22:27:19.651 INFO O| Dec 12 22:27:19.651 INFO STEP 1145 (remove_files) COMPLETE |
7811 | 2024-12-12T22:27:20.355Z | [ recovery-image] Dec 12 22:27:19.651 INFO O| Dec 12 22:27:19.651 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7812 | 2024-12-12T22:27:20.394Z | [ recovery-image] Dec 12 22:27:19.689 INFO O| Dec 12 22:27:19.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7813 | 2024-12-12T22:27:20.394Z | [ recovery-image] Dec 12 22:27:19.689 INFO O| Dec 12 22:27:19.689 INFO STEP 1146 (remove_files) COMPLETE |
7814 | 2024-12-12T22:27:20.394Z | [ recovery-image] Dec 12 22:27:19.689 INFO O| Dec 12 22:27:19.689 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7815 | 2024-12-12T22:27:20.416Z | [ recovery-image] Dec 12 22:27:19.711 INFO O| Dec 12 22:27:19.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7816 | 2024-12-12T22:27:20.416Z | [ recovery-image] Dec 12 22:27:19.711 INFO O| Dec 12 22:27:19.711 INFO STEP 1147 (remove_files) COMPLETE |
7817 | 2024-12-12T22:27:20.420Z | [ recovery-image] Dec 12 22:27:19.712 INFO O| Dec 12 22:27:19.711 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7818 | 2024-12-12T22:27:20.437Z | [ recovery-image] Dec 12 22:27:19.732 INFO O| Dec 12 22:27:19.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7819 | 2024-12-12T22:27:20.437Z | [ recovery-image] Dec 12 22:27:19.732 INFO O| Dec 12 22:27:19.732 INFO STEP 1148 (remove_files) COMPLETE |
7820 | 2024-12-12T22:27:20.437Z | [ recovery-image] Dec 12 22:27:19.732 INFO O| Dec 12 22:27:19.732 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7821 | 2024-12-12T22:27:20.475Z | [ recovery-image] Dec 12 22:27:19.770 INFO O| Dec 12 22:27:19.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7822 | 2024-12-12T22:27:20.475Z | [ recovery-image] Dec 12 22:27:19.770 INFO O| Dec 12 22:27:19.770 INFO STEP 1149 (remove_files) COMPLETE |
7823 | 2024-12-12T22:27:20.478Z | [ recovery-image] Dec 12 22:27:19.770 INFO O| Dec 12 22:27:19.770 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7824 | 2024-12-12T22:27:20.495Z | [ recovery-image] Dec 12 22:27:19.790 INFO O| Dec 12 22:27:19.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7825 | 2024-12-12T22:27:20.495Z | [ recovery-image] Dec 12 22:27:19.791 INFO O| Dec 12 22:27:19.791 INFO STEP 1150 (remove_files) COMPLETE |
7826 | 2024-12-12T22:27:20.495Z | [ recovery-image] Dec 12 22:27:19.791 INFO O| Dec 12 22:27:19.791 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7827 | 2024-12-12T22:27:20.517Z | [ recovery-image] Dec 12 22:27:19.812 INFO O| Dec 12 22:27:19.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7828 | 2024-12-12T22:27:20.517Z | [ recovery-image] Dec 12 22:27:19.812 INFO O| Dec 12 22:27:19.812 INFO STEP 1151 (remove_files) COMPLETE |
7829 | 2024-12-12T22:27:20.517Z | [ recovery-image] Dec 12 22:27:19.812 INFO O| Dec 12 22:27:19.812 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7830 | 2024-12-12T22:27:20.539Z | [ recovery-image] Dec 12 22:27:19.834 INFO O| Dec 12 22:27:19.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7831 | 2024-12-12T22:27:20.539Z | [ recovery-image] Dec 12 22:27:19.834 INFO O| Dec 12 22:27:19.834 INFO STEP 1152 (remove_files) COMPLETE |
7832 | 2024-12-12T22:27:20.542Z | [ recovery-image] Dec 12 22:27:19.834 INFO O| Dec 12 22:27:19.834 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7833 | 2024-12-12T22:27:20.561Z | [ recovery-image] Dec 12 22:27:19.856 INFO O| Dec 12 22:27:19.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7834 | 2024-12-12T22:27:20.564Z | [ recovery-image] Dec 12 22:27:19.856 INFO O| Dec 12 22:27:19.856 INFO STEP 1153 (remove_files) COMPLETE |
7835 | 2024-12-12T22:27:20.564Z | [ recovery-image] Dec 12 22:27:19.856 INFO O| Dec 12 22:27:19.856 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7836 | 2024-12-12T22:27:20.582Z | [ recovery-image] Dec 12 22:27:19.876 INFO O| Dec 12 22:27:19.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7837 | 2024-12-12T22:27:20.585Z | [ recovery-image] Dec 12 22:27:19.877 INFO O| Dec 12 22:27:19.877 INFO STEP 1154 (remove_files) COMPLETE |
7838 | 2024-12-12T22:27:20.585Z | [ recovery-image] Dec 12 22:27:19.877 INFO O| Dec 12 22:27:19.877 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7839 | 2024-12-12T22:27:20.601Z | [ recovery-image] Dec 12 22:27:19.896 INFO O| Dec 12 22:27:19.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7840 | 2024-12-12T22:27:20.604Z | [ recovery-image] Dec 12 22:27:19.896 INFO O| Dec 12 22:27:19.896 INFO STEP 1155 (remove_files) COMPLETE |
7841 | 2024-12-12T22:27:20.604Z | [ recovery-image] Dec 12 22:27:19.896 INFO O| Dec 12 22:27:19.896 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7842 | 2024-12-12T22:27:20.620Z | [ recovery-image] Dec 12 22:27:19.915 INFO O| Dec 12 22:27:19.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7843 | 2024-12-12T22:27:20.624Z | [ recovery-image] Dec 12 22:27:19.916 INFO O| Dec 12 22:27:19.915 INFO STEP 1156 (remove_files) COMPLETE |
7844 | 2024-12-12T22:27:20.624Z | [ recovery-image] Dec 12 22:27:19.916 INFO O| Dec 12 22:27:19.916 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7845 | 2024-12-12T22:27:20.639Z | [ recovery-image] Dec 12 22:27:19.934 INFO O| Dec 12 22:27:19.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7846 | 2024-12-12T22:27:20.639Z | [ recovery-image] Dec 12 22:27:19.934 INFO O| Dec 12 22:27:19.934 INFO STEP 1157 (remove_files) COMPLETE |
7847 | 2024-12-12T22:27:20.642Z | [ recovery-image] Dec 12 22:27:19.934 INFO O| Dec 12 22:27:19.934 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7848 | 2024-12-12T22:27:20.658Z | [ recovery-image] Dec 12 22:27:19.953 INFO O| Dec 12 22:27:19.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7849 | 2024-12-12T22:27:20.658Z | [ recovery-image] Dec 12 22:27:19.953 INFO O| Dec 12 22:27:19.953 INFO STEP 1158 (remove_files) COMPLETE |
7850 | 2024-12-12T22:27:20.658Z | [ recovery-image] Dec 12 22:27:19.953 INFO O| Dec 12 22:27:19.953 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7851 | 2024-12-12T22:27:20.722Z | [ recovery-image] Dec 12 22:27:20.017 INFO O| Dec 12 22:27:20.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7852 | 2024-12-12T22:27:20.722Z | [ recovery-image] Dec 12 22:27:20.017 INFO O| Dec 12 22:27:20.017 INFO STEP 1159 (remove_files) COMPLETE |
7853 | 2024-12-12T22:27:20.725Z | [ recovery-image] Dec 12 22:27:20.018 INFO O| Dec 12 22:27:20.017 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7854 | 2024-12-12T22:27:20.743Z | [ recovery-image] Dec 12 22:27:20.038 INFO O| Dec 12 22:27:20.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7855 | 2024-12-12T22:27:20.743Z | [ recovery-image] Dec 12 22:27:20.038 INFO O| Dec 12 22:27:20.038 INFO STEP 1160 (remove_files) COMPLETE |
7856 | 2024-12-12T22:27:20.743Z | [ recovery-image] Dec 12 22:27:20.038 INFO O| Dec 12 22:27:20.038 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7857 | 2024-12-12T22:27:20.762Z | [ recovery-image] Dec 12 22:27:20.057 INFO O| Dec 12 22:27:20.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7858 | 2024-12-12T22:27:20.762Z | [ recovery-image] Dec 12 22:27:20.057 INFO O| Dec 12 22:27:20.057 INFO STEP 1161 (remove_files) COMPLETE |
7859 | 2024-12-12T22:27:20.762Z | [ recovery-image] Dec 12 22:27:20.057 INFO O| Dec 12 22:27:20.057 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7860 | 2024-12-12T22:27:20.781Z | [ recovery-image] Dec 12 22:27:20.077 INFO O| Dec 12 22:27:20.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7861 | 2024-12-12T22:27:20.781Z | [ recovery-image] Dec 12 22:27:20.077 INFO O| Dec 12 22:27:20.077 INFO STEP 1162 (remove_files) COMPLETE |
7862 | 2024-12-12T22:27:20.782Z | [ recovery-image] Dec 12 22:27:20.077 INFO O| Dec 12 22:27:20.077 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7863 | 2024-12-12T22:27:20.802Z | [ recovery-image] Dec 12 22:27:20.097 INFO O| Dec 12 22:27:20.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7864 | 2024-12-12T22:27:20.802Z | [ recovery-image] Dec 12 22:27:20.097 INFO O| Dec 12 22:27:20.097 INFO STEP 1163 (remove_files) COMPLETE |
7865 | 2024-12-12T22:27:20.805Z | [ recovery-image] Dec 12 22:27:20.098 INFO O| Dec 12 22:27:20.097 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7866 | 2024-12-12T22:27:20.968Z | [ recovery-image] Dec 12 22:27:20.263 INFO O| Dec 12 22:27:20.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7867 | 2024-12-12T22:27:20.971Z | [ recovery-image] Dec 12 22:27:20.263 INFO O| Dec 12 22:27:20.263 INFO STEP 1164 (remove_files) COMPLETE |
7868 | 2024-12-12T22:27:20.971Z | [ recovery-image] Dec 12 22:27:20.263 INFO O| Dec 12 22:27:20.263 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7869 | 2024-12-12T22:27:20.988Z | [ recovery-image] Dec 12 22:27:20.283 INFO O| Dec 12 22:27:20.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7870 | 2024-12-12T22:27:20.988Z | [ recovery-image] Dec 12 22:27:20.283 INFO O| Dec 12 22:27:20.283 INFO STEP 1165 (remove_files) COMPLETE |
7871 | 2024-12-12T22:27:20.988Z | [ recovery-image] Dec 12 22:27:20.283 INFO O| Dec 12 22:27:20.283 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7872 | 2024-12-12T22:27:21.008Z | [ recovery-image] Dec 12 22:27:20.303 INFO O| Dec 12 22:27:20.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7873 | 2024-12-12T22:27:21.008Z | [ recovery-image] Dec 12 22:27:20.303 INFO O| Dec 12 22:27:20.303 INFO STEP 1166 (remove_files) COMPLETE |
7874 | 2024-12-12T22:27:21.011Z | [ recovery-image] Dec 12 22:27:20.303 INFO O| Dec 12 22:27:20.303 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7875 | 2024-12-12T22:27:21.026Z | [ recovery-image] Dec 12 22:27:20.322 INFO O| Dec 12 22:27:20.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7876 | 2024-12-12T22:27:21.026Z | [ recovery-image] Dec 12 22:27:20.322 INFO O| Dec 12 22:27:20.322 INFO STEP 1167 (remove_files) COMPLETE |
7877 | 2024-12-12T22:27:21.029Z | [ recovery-image] Dec 12 22:27:20.322 INFO O| Dec 12 22:27:20.322 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7878 | 2024-12-12T22:27:21.044Z | [ recovery-image] Dec 12 22:27:20.339 INFO O| Dec 12 22:27:20.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7879 | 2024-12-12T22:27:21.047Z | [ recovery-image] Dec 12 22:27:20.339 INFO O| Dec 12 22:27:20.339 INFO STEP 1168 (remove_files) COMPLETE |
7880 | 2024-12-12T22:27:21.047Z | [ recovery-image] Dec 12 22:27:20.339 INFO O| Dec 12 22:27:20.339 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7881 | 2024-12-12T22:27:21.066Z | [ recovery-image] Dec 12 22:27:20.360 INFO O| Dec 12 22:27:20.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7882 | 2024-12-12T22:27:21.066Z | [ recovery-image] Dec 12 22:27:20.360 INFO O| Dec 12 22:27:20.358 INFO STEP 1169 (remove_files) COMPLETE |
7883 | 2024-12-12T22:27:21.069Z | [ recovery-image] Dec 12 22:27:20.360 INFO O| Dec 12 22:27:20.358 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7884 | 2024-12-12T22:27:21.092Z | [ recovery-image] Dec 12 22:27:20.387 INFO O| Dec 12 22:27:20.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7885 | 2024-12-12T22:27:21.092Z | [ recovery-image] Dec 12 22:27:20.387 INFO O| Dec 12 22:27:20.387 INFO STEP 1170 (remove_files) COMPLETE |
7886 | 2024-12-12T22:27:21.092Z | [ recovery-image] Dec 12 22:27:20.387 INFO O| Dec 12 22:27:20.387 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7887 | 2024-12-12T22:27:21.147Z | [ recovery-image] Dec 12 22:27:20.434 INFO O| Dec 12 22:27:20.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7888 | 2024-12-12T22:27:21.150Z | [ recovery-image] Dec 12 22:27:20.434 INFO O| Dec 12 22:27:20.434 INFO STEP 1171 (remove_files) COMPLETE |
7889 | 2024-12-12T22:27:21.150Z | [ recovery-image] Dec 12 22:27:20.434 INFO O| Dec 12 22:27:20.434 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7890 | 2024-12-12T22:27:21.160Z | [ recovery-image] Dec 12 22:27:20.454 INFO O| Dec 12 22:27:20.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7891 | 2024-12-12T22:27:21.160Z | [ recovery-image] Dec 12 22:27:20.454 INFO O| Dec 12 22:27:20.454 INFO STEP 1172 (remove_files) COMPLETE |
7892 | 2024-12-12T22:27:21.160Z | [ recovery-image] Dec 12 22:27:20.454 INFO O| Dec 12 22:27:20.454 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7893 | 2024-12-12T22:27:21.202Z | [ recovery-image] Dec 12 22:27:20.497 INFO O| Dec 12 22:27:20.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7894 | 2024-12-12T22:27:21.202Z | [ recovery-image] Dec 12 22:27:20.497 INFO O| Dec 12 22:27:20.497 INFO STEP 1173 (remove_files) COMPLETE |
7895 | 2024-12-12T22:27:21.202Z | [ recovery-image] Dec 12 22:27:20.497 INFO O| Dec 12 22:27:20.497 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7896 | 2024-12-12T22:27:21.260Z | [ recovery-image] Dec 12 22:27:20.543 INFO O| Dec 12 22:27:20.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7897 | 2024-12-12T22:27:21.260Z | [ recovery-image] Dec 12 22:27:20.543 INFO O| Dec 12 22:27:20.543 INFO STEP 1174 (remove_files) COMPLETE |
7898 | 2024-12-12T22:27:21.260Z | [ recovery-image] Dec 12 22:27:20.543 INFO O| Dec 12 22:27:20.543 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7899 | 2024-12-12T22:27:21.281Z | [ recovery-image] Dec 12 22:27:20.576 INFO O| Dec 12 22:27:20.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7900 | 2024-12-12T22:27:21.287Z | [ recovery-image] Dec 12 22:27:20.576 INFO O| Dec 12 22:27:20.576 INFO STEP 1175 (remove_files) COMPLETE |
7901 | 2024-12-12T22:27:21.287Z | [ recovery-image] Dec 12 22:27:20.576 INFO O| Dec 12 22:27:20.576 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7902 | 2024-12-12T22:27:21.287Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
7903 | 2024-12-12T22:27:21.314Z | [ recovery-image] Dec 12 22:27:20.609 INFO O| Dec 12 22:27:20.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7904 | 2024-12-12T22:27:21.314Z | [ recovery-image] Dec 12 22:27:20.609 INFO O| Dec 12 22:27:20.609 INFO STEP 1176 (remove_files) COMPLETE |
7905 | 2024-12-12T22:27:21.314Z | [ recovery-image] Dec 12 22:27:20.609 INFO O| Dec 12 22:27:20.609 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7906 | 2024-12-12T22:27:21.341Z | [ recovery-image] Dec 12 22:27:20.636 INFO O| Dec 12 22:27:20.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7907 | 2024-12-12T22:27:21.341Z | [ recovery-image] Dec 12 22:27:20.636 INFO O| Dec 12 22:27:20.636 INFO STEP 1177 (remove_files) COMPLETE |
7908 | 2024-12-12T22:27:21.341Z | [ recovery-image] Dec 12 22:27:20.636 INFO O| Dec 12 22:27:20.636 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7909 | 2024-12-12T22:27:21.384Z | [ recovery-image] Dec 12 22:27:20.679 INFO O| Dec 12 22:27:20.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7910 | 2024-12-12T22:27:21.384Z | [ recovery-image] Dec 12 22:27:20.679 INFO O| Dec 12 22:27:20.679 INFO STEP 1178 (remove_files) COMPLETE |
7911 | 2024-12-12T22:27:21.385Z | [ recovery-image] Dec 12 22:27:20.679 INFO O| Dec 12 22:27:20.679 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7912 | 2024-12-12T22:27:21.468Z | [ recovery-image] Dec 12 22:27:20.763 INFO O| Dec 12 22:27:20.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7913 | 2024-12-12T22:27:21.468Z | [ recovery-image] Dec 12 22:27:20.763 INFO O| Dec 12 22:27:20.763 INFO STEP 1179 (remove_files) COMPLETE |
7914 | 2024-12-12T22:27:21.468Z | [ recovery-image] Dec 12 22:27:20.763 INFO O| Dec 12 22:27:20.763 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7915 | 2024-12-12T22:27:21.488Z | [ recovery-image] Dec 12 22:27:20.784 INFO O| Dec 12 22:27:20.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7916 | 2024-12-12T22:27:21.488Z | [ recovery-image] Dec 12 22:27:20.784 INFO O| Dec 12 22:27:20.784 INFO STEP 1180 (remove_files) COMPLETE |
7917 | 2024-12-12T22:27:21.492Z | [ recovery-image] Dec 12 22:27:20.784 INFO O| Dec 12 22:27:20.784 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7918 | 2024-12-12T22:27:21.523Z | [ recovery-image] Dec 12 22:27:20.818 INFO O| Dec 12 22:27:20.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7919 | 2024-12-12T22:27:21.523Z | [ recovery-image] Dec 12 22:27:20.818 INFO O| Dec 12 22:27:20.818 INFO STEP 1181 (remove_files) COMPLETE |
7920 | 2024-12-12T22:27:21.523Z | [ recovery-image] Dec 12 22:27:20.818 INFO O| Dec 12 22:27:20.818 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7921 | 2024-12-12T22:27:21.615Z | [ recovery-image] Dec 12 22:27:20.910 INFO O| Dec 12 22:27:20.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7922 | 2024-12-12T22:27:21.615Z | [ recovery-image] Dec 12 22:27:20.910 INFO O| Dec 12 22:27:20.910 INFO STEP 1182 (remove_files) COMPLETE |
7923 | 2024-12-12T22:27:21.615Z | [ recovery-image] Dec 12 22:27:20.910 INFO O| Dec 12 22:27:20.910 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7924 | 2024-12-12T22:27:21.635Z | [ recovery-image] Dec 12 22:27:20.930 INFO O| Dec 12 22:27:20.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7925 | 2024-12-12T22:27:21.635Z | [ recovery-image] Dec 12 22:27:20.930 INFO O| Dec 12 22:27:20.930 INFO STEP 1183 (remove_files) COMPLETE |
7926 | 2024-12-12T22:27:21.635Z | [ recovery-image] Dec 12 22:27:20.930 INFO O| Dec 12 22:27:20.930 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7927 | 2024-12-12T22:27:21.653Z | [ recovery-image] Dec 12 22:27:20.948 INFO O| Dec 12 22:27:20.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7928 | 2024-12-12T22:27:21.653Z | [ recovery-image] Dec 12 22:27:20.948 INFO O| Dec 12 22:27:20.948 INFO STEP 1184 (remove_files) COMPLETE |
7929 | 2024-12-12T22:27:21.653Z | [ recovery-image] Dec 12 22:27:20.948 INFO O| Dec 12 22:27:20.948 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7930 | 2024-12-12T22:27:21.683Z | [ recovery-image] Dec 12 22:27:20.978 INFO O| Dec 12 22:27:20.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7931 | 2024-12-12T22:27:21.686Z | [ recovery-image] Dec 12 22:27:20.978 INFO O| Dec 12 22:27:20.978 INFO STEP 1185 (remove_files) COMPLETE |
7932 | 2024-12-12T22:27:21.686Z | [ recovery-image] Dec 12 22:27:20.979 INFO O| Dec 12 22:27:20.978 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7933 | 2024-12-12T22:27:21.735Z | [ recovery-image] Dec 12 22:27:21.030 INFO O| Dec 12 22:27:21.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7934 | 2024-12-12T22:27:21.735Z | [ recovery-image] Dec 12 22:27:21.030 INFO O| Dec 12 22:27:21.030 INFO STEP 1186 (remove_files) COMPLETE |
7935 | 2024-12-12T22:27:21.735Z | [ recovery-image] Dec 12 22:27:21.030 INFO O| Dec 12 22:27:21.030 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7936 | 2024-12-12T22:27:21.757Z | [ recovery-image] Dec 12 22:27:21.052 INFO O| Dec 12 22:27:21.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7937 | 2024-12-12T22:27:21.757Z | [ recovery-image] Dec 12 22:27:21.053 INFO O| Dec 12 22:27:21.052 INFO STEP 1187 (remove_files) COMPLETE |
7938 | 2024-12-12T22:27:21.757Z | [ recovery-image] Dec 12 22:27:21.053 INFO O| Dec 12 22:27:21.053 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7939 | 2024-12-12T22:27:21.777Z | [ recovery-image] Dec 12 22:27:21.073 INFO O| Dec 12 22:27:21.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7940 | 2024-12-12T22:27:21.778Z | [ recovery-image] Dec 12 22:27:21.073 INFO O| Dec 12 22:27:21.073 INFO STEP 1188 (remove_files) COMPLETE |
7941 | 2024-12-12T22:27:21.778Z | [ recovery-image] Dec 12 22:27:21.073 INFO O| Dec 12 22:27:21.073 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7942 | 2024-12-12T22:27:21.797Z | [ recovery-image] Dec 12 22:27:21.092 INFO O| Dec 12 22:27:21.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7943 | 2024-12-12T22:27:21.797Z | [ recovery-image] Dec 12 22:27:21.093 INFO O| Dec 12 22:27:21.093 INFO STEP 1189 (remove_files) COMPLETE |
7944 | 2024-12-12T22:27:21.800Z | [ recovery-image] Dec 12 22:27:21.093 INFO O| Dec 12 22:27:21.093 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7945 | 2024-12-12T22:27:21.819Z | [ recovery-image] Dec 12 22:27:21.113 INFO O| Dec 12 22:27:21.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7946 | 2024-12-12T22:27:21.819Z | [ recovery-image] Dec 12 22:27:21.114 INFO O| Dec 12 22:27:21.113 INFO STEP 1190 (remove_files) COMPLETE |
7947 | 2024-12-12T22:27:21.819Z | [ recovery-image] Dec 12 22:27:21.114 INFO O| Dec 12 22:27:21.113 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7948 | 2024-12-12T22:27:21.840Z | [ recovery-image] Dec 12 22:27:21.135 INFO O| Dec 12 22:27:21.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7949 | 2024-12-12T22:27:21.840Z | [ recovery-image] Dec 12 22:27:21.135 INFO O| Dec 12 22:27:21.135 INFO STEP 1191 (remove_files) COMPLETE |
7950 | 2024-12-12T22:27:21.840Z | [ recovery-image] Dec 12 22:27:21.135 INFO O| Dec 12 22:27:21.135 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7951 | 2024-12-12T22:27:21.863Z | [ recovery-image] Dec 12 22:27:21.157 INFO O| Dec 12 22:27:21.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7952 | 2024-12-12T22:27:21.863Z | [ recovery-image] Dec 12 22:27:21.157 INFO O| Dec 12 22:27:21.157 INFO STEP 1192 (remove_files) COMPLETE |
7953 | 2024-12-12T22:27:21.863Z | [ recovery-image] Dec 12 22:27:21.157 INFO O| Dec 12 22:27:21.157 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7954 | 2024-12-12T22:27:21.892Z | [ recovery-image] Dec 12 22:27:21.187 INFO O| Dec 12 22:27:21.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7955 | 2024-12-12T22:27:21.894Z | [ recovery-image] Dec 12 22:27:21.187 INFO O| Dec 12 22:27:21.187 INFO STEP 1193 (remove_files) COMPLETE |
7956 | 2024-12-12T22:27:21.894Z | [ recovery-image] Dec 12 22:27:21.187 INFO O| Dec 12 22:27:21.187 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7957 | 2024-12-12T22:27:21.921Z | [ recovery-image] Dec 12 22:27:21.216 INFO O| Dec 12 22:27:21.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7958 | 2024-12-12T22:27:21.921Z | [ recovery-image] Dec 12 22:27:21.216 INFO O| Dec 12 22:27:21.216 INFO STEP 1194 (remove_files) COMPLETE |
7959 | 2024-12-12T22:27:21.921Z | [ recovery-image] Dec 12 22:27:21.216 INFO O| Dec 12 22:27:21.216 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7960 | 2024-12-12T22:27:21.941Z | [ recovery-image] Dec 12 22:27:21.237 INFO O| Dec 12 22:27:21.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7961 | 2024-12-12T22:27:21.941Z | [ recovery-image] Dec 12 22:27:21.237 INFO O| Dec 12 22:27:21.237 INFO STEP 1195 (remove_files) COMPLETE |
7962 | 2024-12-12T22:27:21.941Z | [ recovery-image] Dec 12 22:27:21.237 INFO O| Dec 12 22:27:21.237 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7963 | 2024-12-12T22:27:21.960Z | [ recovery-image] Dec 12 22:27:21.255 INFO O| Dec 12 22:27:21.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7964 | 2024-12-12T22:27:21.960Z | [ recovery-image] Dec 12 22:27:21.255 INFO O| Dec 12 22:27:21.255 INFO STEP 1196 (remove_files) COMPLETE |
7965 | 2024-12-12T22:27:21.960Z | [ recovery-image] Dec 12 22:27:21.255 INFO O| Dec 12 22:27:21.255 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7966 | 2024-12-12T22:27:21.978Z | [ recovery-image] Dec 12 22:27:21.273 INFO O| Dec 12 22:27:21.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7967 | 2024-12-12T22:27:21.978Z | [ recovery-image] Dec 12 22:27:21.273 INFO O| Dec 12 22:27:21.273 INFO STEP 1197 (remove_files) COMPLETE |
7968 | 2024-12-12T22:27:21.978Z | [ recovery-image] Dec 12 22:27:21.273 INFO O| Dec 12 22:27:21.273 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7969 | 2024-12-12T22:27:22.019Z | [ recovery-image] Dec 12 22:27:21.314 INFO O| Dec 12 22:27:21.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7970 | 2024-12-12T22:27:22.019Z | [ recovery-image] Dec 12 22:27:21.314 INFO O| Dec 12 22:27:21.314 INFO STEP 1198 (remove_files) COMPLETE |
7971 | 2024-12-12T22:27:22.019Z | [ recovery-image] Dec 12 22:27:21.314 INFO O| Dec 12 22:27:21.314 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7972 | 2024-12-12T22:27:22.041Z | [ recovery-image] Dec 12 22:27:21.336 INFO O| Dec 12 22:27:21.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7973 | 2024-12-12T22:27:22.044Z | [ recovery-image] Dec 12 22:27:21.336 INFO O| Dec 12 22:27:21.336 INFO STEP 1199 (remove_files) COMPLETE |
7974 | 2024-12-12T22:27:22.044Z | [ recovery-image] Dec 12 22:27:21.336 INFO O| Dec 12 22:27:21.336 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7975 | 2024-12-12T22:27:22.061Z | [ recovery-image] Dec 12 22:27:21.356 INFO O| Dec 12 22:27:21.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7976 | 2024-12-12T22:27:22.061Z | [ recovery-image] Dec 12 22:27:21.356 INFO O| Dec 12 22:27:21.356 INFO STEP 1200 (remove_files) COMPLETE |
7977 | 2024-12-12T22:27:22.061Z | [ recovery-image] Dec 12 22:27:21.356 INFO O| Dec 12 22:27:21.356 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7978 | 2024-12-12T22:27:22.081Z | [ recovery-image] Dec 12 22:27:21.376 INFO O| Dec 12 22:27:21.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7979 | 2024-12-12T22:27:22.081Z | [ recovery-image] Dec 12 22:27:21.376 INFO O| Dec 12 22:27:21.376 INFO STEP 1201 (remove_files) COMPLETE |
7980 | 2024-12-12T22:27:22.081Z | [ recovery-image] Dec 12 22:27:21.376 INFO O| Dec 12 22:27:21.376 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7981 | 2024-12-12T22:27:22.099Z | [ recovery-image] Dec 12 22:27:21.395 INFO O| Dec 12 22:27:21.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7982 | 2024-12-12T22:27:22.099Z | [ recovery-image] Dec 12 22:27:21.395 INFO O| Dec 12 22:27:21.395 INFO STEP 1202 (remove_files) COMPLETE |
7983 | 2024-12-12T22:27:22.099Z | [ recovery-image] Dec 12 22:27:21.395 INFO O| Dec 12 22:27:21.395 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7984 | 2024-12-12T22:27:22.119Z | [ recovery-image] Dec 12 22:27:21.414 INFO O| Dec 12 22:27:21.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7985 | 2024-12-12T22:27:22.119Z | [ recovery-image] Dec 12 22:27:21.414 INFO O| Dec 12 22:27:21.414 INFO STEP 1203 (remove_files) COMPLETE |
7986 | 2024-12-12T22:27:22.119Z | [ recovery-image] Dec 12 22:27:21.414 INFO O| Dec 12 22:27:21.414 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7987 | 2024-12-12T22:27:22.137Z | [ recovery-image] Dec 12 22:27:21.432 INFO O| Dec 12 22:27:21.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7988 | 2024-12-12T22:27:22.137Z | [ recovery-image] Dec 12 22:27:21.433 INFO O| Dec 12 22:27:21.433 INFO STEP 1204 (remove_files) COMPLETE |
7989 | 2024-12-12T22:27:22.137Z | [ recovery-image] Dec 12 22:27:21.433 INFO O| Dec 12 22:27:21.433 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7990 | 2024-12-12T22:27:22.156Z | [ recovery-image] Dec 12 22:27:21.451 INFO O| Dec 12 22:27:21.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7991 | 2024-12-12T22:27:22.156Z | [ recovery-image] Dec 12 22:27:21.451 INFO O| Dec 12 22:27:21.451 INFO STEP 1205 (remove_files) COMPLETE |
7992 | 2024-12-12T22:27:22.158Z | [ recovery-image] Dec 12 22:27:21.451 INFO O| Dec 12 22:27:21.451 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7993 | 2024-12-12T22:27:22.183Z | [ recovery-image] Dec 12 22:27:21.478 INFO O| Dec 12 22:27:21.478 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7994 | 2024-12-12T22:27:22.183Z | [ recovery-image] Dec 12 22:27:21.478 INFO O| Dec 12 22:27:21.478 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7995 | 2024-12-12T22:27:23.852Z | [ recovery-image] Dec 12 22:27:23.147 INFO O| Dec 12 22:27:23.147 INFO STEP 1206 (pack_tar) COMPLETE |
7996 | 2024-12-12T22:27:23.852Z | [ recovery-image] Dec 12 22:27:23.147 INFO O| Dec 12 22:27:23.147 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7997 | 2024-12-12T22:27:23.852Z | [ recovery-image] Dec 12 22:27:23.147 INFO O| Dec 12 22:27:23.147 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7998 | 2024-12-12T22:27:24.154Z | [ recovery-image] Dec 12 22:27:23.449 INFO O| Dec 12 22:27:23.449 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7999 | 2024-12-12T22:27:24.267Z | [ recovery-image] Dec 12 22:27:23.562 INFO O| Dec 12 22:27:23.562 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8000 | 2024-12-12T22:27:24.277Z | [ recovery-image] Dec 12 22:27:23.572 INFO image builder template: zfs-recovery... |
8001 | 2024-12-12T22:27:24.277Z | [ recovery-image] Dec 12 22:27:23.572 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/.tmpDFpJbY/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 |
8002 | 2024-12-12T22:27:24.336Z | [ recovery-image] Dec 12 22:27:23.629 INFO O| Dec 12 22:27:23.629 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8003 | 2024-12-12T22:27:24.344Z | [ recovery-image] Dec 12 22:27:23.639 INFO O| Dec 12 22:27:23.639 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8004 | 2024-12-12T22:27:24.422Z | [ recovery-image] Dec 12 22:27:23.717 INFO O| Dec 12 22:27:23.717 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8005 | 2024-12-12T22:27:24.498Z | [ recovery-image] Dec 12 22:27:23.793 INFO O| Dec 12 22:27:23.793 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8006 | 2024-12-12T22:27:24.500Z | [ recovery-image] Dec 12 22:27:23.793 INFO O| Dec 12 22:27:23.793 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8007 | 2024-12-12T22:27:24.506Z | [ recovery-image] Dec 12 22:27:23.801 INFO O| Dec 12 22:27:23.801 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8008 | 2024-12-12T22:27:24.654Z | [ recovery-image] Dec 12 22:27:23.950 INFO O| Dec 12 22:27:23.950 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8009 | 2024-12-12T22:27:24.734Z | [ recovery-image] Dec 12 22:27:24.029 INFO O| Dec 12 22:27:24.029 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8010 | 2024-12-12T22:27:24.795Z | [ recovery-image] Dec 12 22:27:24.090 INFO O| Dec 12 22:27:24.090 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8011 | 2024-12-12T22:27:24.819Z | [ recovery-image] Dec 12 22:27:24.114 INFO O| Dec 12 22:27:24.114 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8012 | 2024-12-12T22:27:24.868Z | [ recovery-image] Dec 12 22:27:24.163 INFO O| Dec 12 22:27:24.163 INFO no lofi found |
8013 | 2024-12-12T22:27:24.868Z | [ recovery-image] Dec 12 22:27:24.163 INFO O| Dec 12 22:27:24.163 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8014 | 2024-12-12T22:27:24.871Z | [ recovery-image] Dec 12 22:27:24.163 INFO O| Dec 12 22:27:24.163 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8015 | 2024-12-12T22:27:27.716Z | [ recovery-image] Dec 12 22:27:27.011 INFO O| Dec 12 22:27:27.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
8016 | 2024-12-12T22:27:27.716Z | [ recovery-image] Dec 12 22:27:27.011 INFO O| Dec 12 22:27:27.011 INFO pool device = /dev/dsk/c2t1d0p0 |
8017 | 2024-12-12T22:27:27.718Z | [ recovery-image] Dec 12 22:27:27.012 INFO O| Dec 12 22:27:27.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8018 | 2024-12-12T22:28:27.738Z | [ recovery-image] Dec 12 22:28:27.035 INFO O| Dec 12 22:28:27.035 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8019 | 2024-12-12T22:28:27.738Z | [ recovery-image] Dec 12 22:28:27.035 INFO O| Dec 12 22:28:27.035 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8020 | 2024-12-12T22:28:27.772Z | [ recovery-image] Dec 12 22:28:27.069 INFO O| Dec 12 22:28:27.068 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8021 | 2024-12-12T22:28:28.151Z | [ recovery-image] Dec 12 22:28:27.446 INFO O| Dec 12 22:28:27.446 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8022 | 2024-12-12T22:28:28.210Z | [ recovery-image] Dec 12 22:28:27.507 INFO O| Dec 12 22:28:27.507 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8023 | 2024-12-12T22:28:28.241Z | [ recovery-image] Dec 12 22:28:27.538 INFO O| Dec 12 22:28:27.538 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8024 | 2024-12-12T22:28:28.265Z | [ recovery-image] Dec 12 22:28:27.561 INFO O| Dec 12 22:28:27.561 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8025 | 2024-12-12T22:28:28.345Z | [ recovery-image] Dec 12 22:28:27.642 INFO O| Dec 12 22:28:27.642 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8026 | 2024-12-12T22:28:28.345Z | [ recovery-image] Dec 12 22:28:27.642 INFO O| Dec 12 22:28:27.642 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8027 | 2024-12-12T22:28:28.348Z | [ recovery-image] Dec 12 22:28:27.642 INFO O| Dec 12 22:28:27.642 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8028 | 2024-12-12T22:28:28.383Z | [ recovery-image] Dec 12 22:28:27.680 INFO O| Dec 12 22:28:27.679 INFO boot environment UUID: 8a11eb85-4d2c-4071-83a5-a8d54be6e40f |
8029 | 2024-12-12T22:28:28.383Z | [ recovery-image] Dec 12 22:28:27.680 INFO O| Dec 12 22:28:27.680 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8a11eb85-4d2c-4071-83a5-a8d54be6e40f |
8030 | 2024-12-12T22:28:28.408Z | [ recovery-image] Dec 12 22:28:27.705 INFO O| Dec 12 22:28:27.705 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8031 | 2024-12-12T22:28:28.438Z | [ recovery-image] Dec 12 22:28:27.735 INFO O| Dec 12 22:28:27.735 INFO STEP 0 (create_be) COMPLETE |
8032 | 2024-12-12T22:28:28.441Z | [ recovery-image] Dec 12 22:28:27.735 INFO O| Dec 12 22:28:27.735 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8033 | 2024-12-12T22:28:28.471Z | [ recovery-image] Dec 12 22:28:27.765 INFO O| Dec 12 22:28:27.765 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"] |
8034 | 2024-12-12T22:28:35.644Z | [ recovery-image] Dec 12 22:28:34.940 INFO O| Dec 12 22:28:34.940 INFO STEP 1 (unpack_tar) COMPLETE |
8035 | 2024-12-12T22:28:35.644Z | [ recovery-image] Dec 12 22:28:34.940 INFO O| Dec 12 22:28:34.940 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8036 | 2024-12-12T22:28:35.663Z | [ recovery-image] Dec 12 22:28:34.960 INFO O| Dec 12 22:28:34.960 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8037 | 2024-12-12T22:28:36.089Z | [ recovery-image] Dec 12 22:28:35.385 INFO O| Dec 12 22:28:35.385 INFO STEP 2 (devfsadm) COMPLETE |
8038 | 2024-12-12T22:28:36.089Z | [ recovery-image] Dec 12 22:28:35.385 INFO O| Dec 12 22:28:35.385 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8039 | 2024-12-12T22:28:36.110Z | [ recovery-image] Dec 12 22:28:35.406 INFO O| Dec 12 22:28:35.406 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8040 | 2024-12-12T22:28:36.112Z | [ recovery-image] Dec 12 22:28:35.407 INFO O| Dec 12 22:28:35.407 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8041 | 2024-12-12T22:28:36.112Z | [ recovery-image] Dec 12 22:28:35.407 INFO O| Dec 12 22:28:35.407 INFO STEP 3 (ensure_dir) COMPLETE |
8042 | 2024-12-12T22:28:36.112Z | [ recovery-image] Dec 12 22:28:35.407 INFO O| Dec 12 22:28:35.407 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8043 | 2024-12-12T22:28:36.170Z | [ recovery-image] Dec 12 22:28:35.466 INFO O| Dec 12 22:28:35.466 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8044 | 2024-12-12T22:28:36.170Z | [ recovery-image] Dec 12 22:28:35.466 INFO O| Dec 12 22:28:35.466 INFO STEP 4 (ensure_dir) COMPLETE |
8045 | 2024-12-12T22:28:36.170Z | [ recovery-image] Dec 12 22:28:35.466 INFO O| Dec 12 22:28:35.466 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8046 | 2024-12-12T22:28:36.227Z | [ recovery-image] Dec 12 22:28:35.524 INFO O| Dec 12 22:28:35.524 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8047 | 2024-12-12T22:28:36.227Z | [ recovery-image] Dec 12 22:28:35.524 INFO O| Dec 12 22:28:35.524 INFO STEP 5 (ensure_dir) COMPLETE |
8048 | 2024-12-12T22:28:36.230Z | [ recovery-image] Dec 12 22:28:35.524 INFO O| Dec 12 22:28:35.524 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8049 | 2024-12-12T22:28:36.249Z | [ recovery-image] Dec 12 22:28:35.545 INFO O| Dec 12 22:28:35.545 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8050 | 2024-12-12T22:28:36.254Z | [ recovery-image] Dec 12 22:28:35.546 INFO O| Dec 12 22:28:35.546 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8051 | 2024-12-12T22:28:36.254Z | [ recovery-image] Dec 12 22:28:35.546 INFO O| Dec 12 22:28:35.546 INFO STEP 6 (ensure_dir) COMPLETE |
8052 | 2024-12-12T22:28:36.254Z | [ recovery-image] Dec 12 22:28:35.546 INFO O| Dec 12 22:28:35.546 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8053 | 2024-12-12T22:28:36.270Z | [ recovery-image] Dec 12 22:28:35.567 INFO O| Dec 12 22:28:35.567 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8054 | 2024-12-12T22:28:36.272Z | [ recovery-image] Dec 12 22:28:35.567 INFO O| Dec 12 22:28:35.567 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8055 | 2024-12-12T22:28:36.272Z | [ recovery-image] Dec 12 22:28:35.567 INFO O| Dec 12 22:28:35.567 INFO STEP 7 (ensure_dir) COMPLETE |
8056 | 2024-12-12T22:28:36.272Z | [ recovery-image] Dec 12 22:28:35.567 INFO O| Dec 12 22:28:35.567 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8057 | 2024-12-12T22:28:36.289Z | [ recovery-image] Dec 12 22:28:35.586 INFO O| Dec 12 22:28:35.586 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8058 | 2024-12-12T22:28:36.292Z | [ recovery-image] Dec 12 22:28:35.587 INFO O| Dec 12 22:28:35.586 INFO STEP 8 (remove_files) COMPLETE |
8059 | 2024-12-12T22:28:36.292Z | [ recovery-image] Dec 12 22:28:35.587 INFO O| Dec 12 22:28:35.587 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8060 | 2024-12-12T22:28:36.309Z | [ recovery-image] Dec 12 22:28:35.606 INFO O| Dec 12 22:28:35.606 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8061 | 2024-12-12T22:28:36.312Z | [ recovery-image] Dec 12 22:28:35.607 INFO O| Dec 12 22:28:35.607 INFO STEP 9 (remove_files) COMPLETE |
8062 | 2024-12-12T22:28:36.312Z | [ recovery-image] Dec 12 22:28:35.607 INFO O| Dec 12 22:28:35.607 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8063 | 2024-12-12T22:28:36.338Z | [ recovery-image] Dec 12 22:28:35.634 INFO O| Dec 12 22:28:35.634 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8064 | 2024-12-12T22:28:36.340Z | [ recovery-image] Dec 12 22:28:35.636 INFO O| Dec 12 22:28:35.635 INFO STEP 10 (remove_files) COMPLETE |
8065 | 2024-12-12T22:28:36.340Z | [ recovery-image] Dec 12 22:28:35.636 INFO O| Dec 12 22:28:35.636 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8066 | 2024-12-12T22:28:36.369Z | [ recovery-image] Dec 12 22:28:35.666 INFO O| Dec 12 22:28:35.666 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8067 | 2024-12-12T22:28:36.371Z | [ recovery-image] Dec 12 22:28:35.666 INFO O| Dec 12 22:28:35.666 INFO STEP 11 (remove_files) COMPLETE |
8068 | 2024-12-12T22:28:36.371Z | [ recovery-image] Dec 12 22:28:35.666 INFO O| Dec 12 22:28:35.666 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8069 | 2024-12-12T22:28:36.429Z | [ recovery-image] Dec 12 22:28:35.726 INFO O| Dec 12 22:28:35.726 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8070 | 2024-12-12T22:28:36.432Z | [ recovery-image] Dec 12 22:28:35.726 INFO O| Dec 12 22:28:35.726 INFO STEP 12 (remove_files) COMPLETE |
8071 | 2024-12-12T22:28:36.432Z | [ recovery-image] Dec 12 22:28:35.726 INFO O| Dec 12 22:28:35.726 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8072 | 2024-12-12T22:28:36.451Z | [ recovery-image] Dec 12 22:28:35.747 INFO O| Dec 12 22:28:35.747 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8073 | 2024-12-12T22:28:36.453Z | [ recovery-image] Dec 12 22:28:35.747 INFO O| Dec 12 22:28:35.747 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8074 | 2024-12-12T22:28:36.453Z | [ recovery-image] Dec 12 22:28:35.748 INFO O| Dec 12 22:28:35.748 INFO STEP 13 (ensure_dir) COMPLETE |
8075 | 2024-12-12T22:28:36.453Z | [ recovery-image] Dec 12 22:28:35.748 INFO O| Dec 12 22:28:35.748 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8076 | 2024-12-12T22:28:36.474Z | [ recovery-image] Dec 12 22:28:35.770 INFO O| Dec 12 22:28:35.770 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8077 | 2024-12-12T22:28:36.476Z | [ recovery-image] Dec 12 22:28:35.771 INFO O| Dec 12 22:28:35.770 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8078 | 2024-12-12T22:28:36.476Z | [ recovery-image] Dec 12 22:28:35.771 INFO O| Dec 12 22:28:35.771 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8079 | 2024-12-12T22:28:36.476Z | [ recovery-image] Dec 12 22:28:35.771 INFO O| Dec 12 22:28:35.771 INFO STEP 14 (ensure_dir) COMPLETE |
8080 | 2024-12-12T22:28:36.476Z | [ recovery-image] Dec 12 22:28:35.771 INFO O| Dec 12 22:28:35.771 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8081 | 2024-12-12T22:28:36.495Z | [ recovery-image] Dec 12 22:28:35.792 INFO O| Dec 12 22:28:35.792 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8082 | 2024-12-12T22:28:36.498Z | [ recovery-image] Dec 12 22:28:35.792 INFO O| Dec 12 22:28:35.792 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8083 | 2024-12-12T22:28:36.498Z | [ recovery-image] Dec 12 22:28:35.793 INFO O| Dec 12 22:28:35.792 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8084 | 2024-12-12T22:28:36.498Z | [ recovery-image] Dec 12 22:28:35.793 INFO O| Dec 12 22:28:35.793 INFO STEP 15 (ensure_dir) COMPLETE |
8085 | 2024-12-12T22:28:36.498Z | [ recovery-image] Dec 12 22:28:35.793 INFO O| Dec 12 22:28:35.793 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8086 | 2024-12-12T22:28:36.517Z | [ recovery-image] Dec 12 22:28:35.813 INFO O| Dec 12 22:28:35.813 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8087 | 2024-12-12T22:28:36.517Z | [ recovery-image] Dec 12 22:28:35.814 INFO O| Dec 12 22:28:35.814 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8088 | 2024-12-12T22:28:36.517Z | [ recovery-image] Dec 12 22:28:35.814 INFO O| Dec 12 22:28:35.814 INFO STEP 16 (ensure_dir) COMPLETE |
8089 | 2024-12-12T22:28:36.521Z | [ recovery-image] Dec 12 22:28:35.814 INFO O| Dec 12 22:28:35.814 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8090 | 2024-12-12T22:28:36.537Z | [ recovery-image] Dec 12 22:28:35.834 INFO O| Dec 12 22:28:35.834 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8091 | 2024-12-12T22:28:36.537Z | [ recovery-image] Dec 12 22:28:35.834 INFO O| Dec 12 22:28:35.834 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8092 | 2024-12-12T22:28:36.537Z | [ recovery-image] Dec 12 22:28:35.834 INFO O| Dec 12 22:28:35.834 INFO STEP 17 (ensure_dir) COMPLETE |
8093 | 2024-12-12T22:28:36.541Z | [ recovery-image] Dec 12 22:28:35.834 INFO O| Dec 12 22:28:35.834 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8094 | 2024-12-12T22:28:36.559Z | [ recovery-image] Dec 12 22:28:35.855 INFO O| Dec 12 22:28:35.855 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8095 | 2024-12-12T22:28:36.559Z | [ recovery-image] Dec 12 22:28:35.855 INFO O| Dec 12 22:28:35.855 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8096 | 2024-12-12T22:28:36.559Z | [ recovery-image] Dec 12 22:28:35.855 INFO O| Dec 12 22:28:35.855 INFO ok! |
8097 | 2024-12-12T22:28:36.561Z | [ recovery-image] Dec 12 22:28:35.855 INFO O| Dec 12 22:28:35.855 INFO STEP 18 (ensure_symlink) COMPLETE |
8098 | 2024-12-12T22:28:36.562Z | [ recovery-image] Dec 12 22:28:35.855 INFO O| Dec 12 22:28:35.855 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8099 | 2024-12-12T22:28:36.587Z | [ recovery-image] Dec 12 22:28:35.883 INFO O| Dec 12 22:28:35.883 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8100 | 2024-12-12T22:28:36.587Z | [ recovery-image] Dec 12 22:28:35.883 INFO O| Dec 12 22:28:35.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8101 | 2024-12-12T22:28:36.587Z | [ recovery-image] Dec 12 22:28:35.884 INFO O| Dec 12 22:28:35.883 INFO ok! |
8102 | 2024-12-12T22:28:36.587Z | [ recovery-image] Dec 12 22:28:35.884 INFO O| Dec 12 22:28:35.883 INFO STEP 19 (ensure_file) COMPLETE |
8103 | 2024-12-12T22:28:36.587Z | [ recovery-image] Dec 12 22:28:35.884 INFO O| Dec 12 22:28:35.883 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8104 | 2024-12-12T22:28:36.608Z | [ recovery-image] Dec 12 22:28:35.904 INFO O| Dec 12 22:28:35.903 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8105 | 2024-12-12T22:28:36.608Z | [ recovery-image] Dec 12 22:28:35.904 INFO O| Dec 12 22:28:35.903 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8106 | 2024-12-12T22:28:36.611Z | [ recovery-image] Dec 12 22:28:35.904 INFO O| Dec 12 22:28:35.904 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8107 | 2024-12-12T22:28:36.611Z | [ recovery-image] Dec 12 22:28:35.904 INFO O| Dec 12 22:28:35.904 INFO ok! |
8108 | 2024-12-12T22:28:36.611Z | [ recovery-image] Dec 12 22:28:35.904 INFO O| Dec 12 22:28:35.904 INFO STEP 20 (ensure_symlink) COMPLETE |
8109 | 2024-12-12T22:28:36.611Z | [ recovery-image] Dec 12 22:28:35.904 INFO O| Dec 12 22:28:35.904 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8110 | 2024-12-12T22:28:36.648Z | [ recovery-image] Dec 12 22:28:35.944 INFO O| Dec 12 22:28:35.944 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8111 | 2024-12-12T22:28:36.648Z | [ recovery-image] Dec 12 22:28:35.944 INFO O| Dec 12 22:28:35.944 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8112 | 2024-12-12T22:28:36.651Z | [ recovery-image] Dec 12 22:28:35.944 INFO O| Dec 12 22:28:35.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8113 | 2024-12-12T22:28:36.651Z | [ recovery-image] Dec 12 22:28:35.944 INFO O| Dec 12 22:28:35.944 INFO ok! |
8114 | 2024-12-12T22:28:36.651Z | [ recovery-image] Dec 12 22:28:35.944 INFO O| Dec 12 22:28:35.944 INFO STEP 21 (ensure_symlink) COMPLETE |
8115 | 2024-12-12T22:28:36.651Z | [ recovery-image] Dec 12 22:28:35.944 INFO O| Dec 12 22:28:35.944 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8116 | 2024-12-12T22:28:36.670Z | [ recovery-image] Dec 12 22:28:35.966 INFO O| Dec 12 22:28:35.966 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8117 | 2024-12-12T22:28:36.670Z | [ recovery-image] Dec 12 22:28:35.966 INFO O| Dec 12 22:28:35.966 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8118 | 2024-12-12T22:28:36.672Z | [ recovery-image] Dec 12 22:28:35.966 INFO O| Dec 12 22:28:35.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8119 | 2024-12-12T22:28:36.672Z | [ recovery-image] Dec 12 22:28:35.966 INFO O| Dec 12 22:28:35.966 INFO ok! |
8120 | 2024-12-12T22:28:36.672Z | [ recovery-image] Dec 12 22:28:35.966 INFO O| Dec 12 22:28:35.966 INFO STEP 22 (ensure_symlink) COMPLETE |
8121 | 2024-12-12T22:28:36.672Z | [ recovery-image] Dec 12 22:28:35.966 INFO O| Dec 12 22:28:35.966 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8122 | 2024-12-12T22:28:36.692Z | [ recovery-image] Dec 12 22:28:35.988 INFO O| Dec 12 22:28:35.988 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8123 | 2024-12-12T22:28:36.692Z | [ recovery-image] Dec 12 22:28:35.988 INFO O| Dec 12 22:28:35.988 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8124 | 2024-12-12T22:28:36.692Z | [ recovery-image] Dec 12 22:28:35.988 INFO O| Dec 12 22:28:35.988 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8125 | 2024-12-12T22:28:36.692Z | [ recovery-image] Dec 12 22:28:35.988 INFO O| Dec 12 22:28:35.988 INFO ok! |
8126 | 2024-12-12T22:28:36.692Z | [ recovery-image] Dec 12 22:28:35.988 INFO O| Dec 12 22:28:35.988 INFO STEP 23 (ensure_symlink) COMPLETE |
8127 | 2024-12-12T22:28:36.695Z | [ recovery-image] Dec 12 22:28:35.988 INFO O| Dec 12 22:28:35.988 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8128 | 2024-12-12T22:28:36.731Z | [ recovery-image] Dec 12 22:28:36.028 INFO O| Dec 12 22:28:36.027 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8129 | 2024-12-12T22:28:36.731Z | [ recovery-image] Dec 12 22:28:36.028 INFO O| Dec 12 22:28:36.028 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 ... |
8130 | 2024-12-12T22:28:36.734Z | [ recovery-image] Dec 12 22:28:36.028 INFO O| Dec 12 22:28:36.028 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8131 | 2024-12-12T22:28:36.734Z | [ recovery-image] Dec 12 22:28:36.028 INFO O| Dec 12 22:28:36.028 INFO ok! |
8132 | 2024-12-12T22:28:36.734Z | [ recovery-image] Dec 12 22:28:36.028 INFO O| Dec 12 22:28:36.028 INFO STEP 24 (ensure_file) COMPLETE |
8133 | 2024-12-12T22:28:36.734Z | [ recovery-image] Dec 12 22:28:36.028 INFO O| Dec 12 22:28:36.028 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8134 | 2024-12-12T22:28:36.754Z | [ recovery-image] Dec 12 22:28:36.051 INFO O| Dec 12 22:28:36.051 INFO updating shadow file |
8135 | 2024-12-12T22:28:36.757Z | [ recovery-image] Dec 12 22:28:36.051 INFO O| Dec 12 22:28:36.051 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8136 | 2024-12-12T22:28:36.757Z | [ recovery-image] Dec 12 22:28:36.052 INFO O| Dec 12 22:28:36.051 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8137 | 2024-12-12T22:28:36.757Z | [ recovery-image] Dec 12 22:28:36.052 INFO O| Dec 12 22:28:36.052 INFO STEP 25 (shadow) COMPLETE |
8138 | 2024-12-12T22:28:36.757Z | [ recovery-image] Dec 12 22:28:36.052 INFO O| Dec 12 22:28:36.052 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8139 | 2024-12-12T22:28:36.777Z | [ recovery-image] Dec 12 22:28:36.074 INFO O| Dec 12 22:28:36.074 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8140 | 2024-12-12T22:28:36.777Z | [ recovery-image] Dec 12 22:28:36.074 INFO O| Dec 12 22:28:36.074 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8141 | 2024-12-12T22:28:36.780Z | [ recovery-image] Dec 12 22:28:36.074 INFO O| Dec 12 22:28:36.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8142 | 2024-12-12T22:28:36.780Z | [ recovery-image] Dec 12 22:28:36.074 INFO O| Dec 12 22:28:36.074 INFO ok! |
8143 | 2024-12-12T22:28:36.780Z | [ recovery-image] Dec 12 22:28:36.074 INFO O| Dec 12 22:28:36.074 INFO STEP 26 (ensure_file) COMPLETE |
8144 | 2024-12-12T22:28:36.781Z | [ recovery-image] Dec 12 22:28:36.074 INFO O| Dec 12 22:28:36.074 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8145 | 2024-12-12T22:28:36.799Z | [ recovery-image] Dec 12 22:28:36.096 INFO O| Dec 12 22:28:36.096 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8146 | 2024-12-12T22:28:36.799Z | [ recovery-image] Dec 12 22:28:36.096 INFO O| Dec 12 22:28:36.096 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8147 | 2024-12-12T22:28:36.799Z | [ recovery-image] Dec 12 22:28:36.096 INFO O| Dec 12 22:28:36.096 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8148 | 2024-12-12T22:28:36.799Z | [ recovery-image] Dec 12 22:28:36.096 INFO O| Dec 12 22:28:36.096 INFO ok! |
8149 | 2024-12-12T22:28:36.803Z | [ recovery-image] Dec 12 22:28:36.096 INFO O| Dec 12 22:28:36.096 INFO STEP 27 (ensure_file) COMPLETE |
8150 | 2024-12-12T22:28:36.803Z | [ recovery-image] Dec 12 22:28:36.096 INFO O| Dec 12 22:28:36.096 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8151 | 2024-12-12T22:28:36.829Z | [ recovery-image] Dec 12 22:28:36.125 INFO O| Dec 12 22:28:36.125 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8152 | 2024-12-12T22:28:36.829Z | [ recovery-image] Dec 12 22:28:36.125 INFO O| Dec 12 22:28:36.125 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8153 | 2024-12-12T22:28:36.831Z | [ recovery-image] Dec 12 22:28:36.126 INFO O| Dec 12 22:28:36.126 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8154 | 2024-12-12T22:28:36.831Z | [ recovery-image] Dec 12 22:28:36.126 INFO O| Dec 12 22:28:36.126 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8155 | 2024-12-12T22:28:36.831Z | [ recovery-image] Dec 12 22:28:36.126 INFO O| Dec 12 22:28:36.126 INFO ok! |
8156 | 2024-12-12T22:28:36.831Z | [ recovery-image] Dec 12 22:28:36.126 INFO O| Dec 12 22:28:36.126 INFO STEP 28 (ensure_file) COMPLETE |
8157 | 2024-12-12T22:28:36.831Z | [ recovery-image] Dec 12 22:28:36.126 INFO O| Dec 12 22:28:36.126 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8158 | 2024-12-12T22:28:36.882Z | [ recovery-image] Dec 12 22:28:36.178 INFO O| Dec 12 22:28:36.178 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8159 | 2024-12-12T22:28:36.882Z | [ recovery-image] Dec 12 22:28:36.178 INFO O| Dec 12 22:28:36.178 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8160 | 2024-12-12T22:28:36.884Z | [ recovery-image] Dec 12 22:28:36.179 INFO O| Dec 12 22:28:36.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8161 | 2024-12-12T22:28:36.884Z | [ recovery-image] Dec 12 22:28:36.179 INFO O| Dec 12 22:28:36.179 INFO ok! |
8162 | 2024-12-12T22:28:36.884Z | [ recovery-image] Dec 12 22:28:36.179 INFO O| Dec 12 22:28:36.179 INFO STEP 29 (ensure_file) COMPLETE |
8163 | 2024-12-12T22:28:36.884Z | [ recovery-image] Dec 12 22:28:36.179 INFO O| Dec 12 22:28:36.179 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8164 | 2024-12-12T22:28:36.905Z | [ recovery-image] Dec 12 22:28:36.201 INFO O| Dec 12 22:28:36.201 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8165 | 2024-12-12T22:28:36.905Z | [ recovery-image] Dec 12 22:28:36.202 INFO O| Dec 12 22:28:36.201 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8166 | 2024-12-12T22:28:36.907Z | [ recovery-image] Dec 12 22:28:36.202 INFO O| Dec 12 22:28:36.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8167 | 2024-12-12T22:28:36.907Z | [ recovery-image] Dec 12 22:28:36.202 INFO O| Dec 12 22:28:36.202 INFO ok! |
8168 | 2024-12-12T22:28:36.907Z | [ recovery-image] Dec 12 22:28:36.202 INFO O| Dec 12 22:28:36.202 INFO STEP 30 (ensure_file) COMPLETE |
8169 | 2024-12-12T22:28:36.907Z | [ recovery-image] Dec 12 22:28:36.202 INFO O| Dec 12 22:28:36.202 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8170 | 2024-12-12T22:28:36.933Z | [ recovery-image] Dec 12 22:28:36.229 INFO O| Dec 12 22:28:36.229 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8171 | 2024-12-12T22:28:36.933Z | [ recovery-image] Dec 12 22:28:36.229 INFO O| Dec 12 22:28:36.229 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8172 | 2024-12-12T22:28:36.935Z | [ recovery-image] Dec 12 22:28:36.230 INFO O| Dec 12 22:28:36.230 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8173 | 2024-12-12T22:28:36.935Z | [ recovery-image] Dec 12 22:28:36.230 INFO O| Dec 12 22:28:36.230 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8174 | 2024-12-12T22:28:36.935Z | [ recovery-image] Dec 12 22:28:36.230 INFO O| Dec 12 22:28:36.230 INFO ok! |
8175 | 2024-12-12T22:28:36.935Z | [ recovery-image] Dec 12 22:28:36.230 INFO O| Dec 12 22:28:36.230 INFO STEP 31 (ensure_file) COMPLETE |
8176 | 2024-12-12T22:28:36.935Z | [ recovery-image] Dec 12 22:28:36.230 INFO O| Dec 12 22:28:36.230 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8177 | 2024-12-12T22:28:36.994Z | [ recovery-image] Dec 12 22:28:36.291 INFO O| Dec 12 22:28:36.291 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8178 | 2024-12-12T22:28:36.994Z | [ recovery-image] Dec 12 22:28:36.291 INFO O| Dec 12 22:28:36.291 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8179 | 2024-12-12T22:28:36.997Z | [ recovery-image] Dec 12 22:28:36.291 INFO O| Dec 12 22:28:36.291 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8180 | 2024-12-12T22:28:36.997Z | [ recovery-image] Dec 12 22:28:36.291 INFO O| Dec 12 22:28:36.291 INFO ok! |
8181 | 2024-12-12T22:28:36.997Z | [ recovery-image] Dec 12 22:28:36.291 INFO O| Dec 12 22:28:36.291 INFO STEP 32 (ensure_file) COMPLETE |
8182 | 2024-12-12T22:28:36.997Z | [ recovery-image] Dec 12 22:28:36.291 INFO O| Dec 12 22:28:36.291 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8183 | 2024-12-12T22:28:37.018Z | [ recovery-image] Dec 12 22:28:36.315 INFO O| Dec 12 22:28:36.314 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8184 | 2024-12-12T22:28:37.020Z | [ recovery-image] Dec 12 22:28:36.315 INFO O| Dec 12 22:28:36.315 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8185 | 2024-12-12T22:28:37.020Z | [ recovery-image] Dec 12 22:28:36.315 INFO O| Dec 12 22:28:36.315 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8186 | 2024-12-12T22:28:37.020Z | [ recovery-image] Dec 12 22:28:36.315 INFO O| Dec 12 22:28:36.315 INFO ok! |
8187 | 2024-12-12T22:28:37.020Z | [ recovery-image] Dec 12 22:28:36.315 INFO O| Dec 12 22:28:36.315 INFO STEP 33 (ensure_file) COMPLETE |
8188 | 2024-12-12T22:28:37.020Z | [ recovery-image] Dec 12 22:28:36.315 INFO O| Dec 12 22:28:36.315 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8189 | 2024-12-12T22:28:37.041Z | [ recovery-image] Dec 12 22:28:36.338 INFO O| Dec 12 22:28:36.337 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8190 | 2024-12-12T22:28:37.041Z | [ recovery-image] Dec 12 22:28:36.338 INFO O| Dec 12 22:28:36.337 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8191 | 2024-12-12T22:28:37.041Z | [ recovery-image] Dec 12 22:28:36.338 INFO O| Dec 12 22:28:36.338 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8192 | 2024-12-12T22:28:37.044Z | [ recovery-image] Dec 12 22:28:36.338 INFO O| Dec 12 22:28:36.338 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8193 | 2024-12-12T22:28:37.044Z | [ recovery-image] Dec 12 22:28:36.338 INFO O| Dec 12 22:28:36.338 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8194 | 2024-12-12T22:28:37.044Z | [ recovery-image] Dec 12 22:28:36.338 INFO O| Dec 12 22:28:36.338 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8195 | 2024-12-12T22:28:37.044Z | [ recovery-image] Dec 12 22:28:36.338 INFO O| Dec 12 22:28:36.338 INFO ok! |
8196 | 2024-12-12T22:28:37.044Z | [ recovery-image] Dec 12 22:28:36.338 INFO O| Dec 12 22:28:36.338 INFO STEP 34 (ensure_file) COMPLETE |
8197 | 2024-12-12T22:28:37.044Z | [ recovery-image] Dec 12 22:28:36.338 INFO O| Dec 12 22:28:36.338 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8198 | 2024-12-12T22:28:37.066Z | [ recovery-image] Dec 12 22:28:36.359 INFO O| Dec 12 22:28:36.358 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8199 | 2024-12-12T22:28:37.066Z | [ recovery-image] Dec 12 22:28:36.359 INFO O| Dec 12 22:28:36.359 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8200 | 2024-12-12T22:28:37.066Z | [ recovery-image] Dec 12 22:28:36.359 INFO O| Dec 12 22:28:36.359 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8201 | 2024-12-12T22:28:37.066Z | [ recovery-image] Dec 12 22:28:36.359 INFO O| Dec 12 22:28:36.359 INFO STEP 35 (ensure_dir) COMPLETE |
8202 | 2024-12-12T22:28:37.066Z | [ recovery-image] Dec 12 22:28:36.359 INFO O| Dec 12 22:28:36.359 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8203 | 2024-12-12T22:28:37.102Z | [ recovery-image] Dec 12 22:28:36.399 INFO O| Dec 12 22:28:36.399 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 |
8204 | 2024-12-12T22:28:37.102Z | [ recovery-image] Dec 12 22:28:36.399 INFO O| Dec 12 22:28:36.399 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 ... |
8205 | 2024-12-12T22:28:37.105Z | [ recovery-image] Dec 12 22:28:36.400 INFO O| Dec 12 22:28:36.400 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 |
8206 | 2024-12-12T22:28:37.105Z | [ recovery-image] Dec 12 22:28:36.400 INFO O| Dec 12 22:28:36.400 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 |
8207 | 2024-12-12T22:28:37.105Z | [ recovery-image] Dec 12 22:28:36.400 INFO O| Dec 12 22:28:36.400 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 |
8208 | 2024-12-12T22:28:37.105Z | [ recovery-image] Dec 12 22:28:36.400 INFO O| Dec 12 22:28:36.400 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 |
8209 | 2024-12-12T22:28:37.105Z | [ recovery-image] Dec 12 22:28:36.400 INFO O| Dec 12 22:28:36.400 INFO ok! |
8210 | 2024-12-12T22:28:37.105Z | [ recovery-image] Dec 12 22:28:36.400 INFO O| Dec 12 22:28:36.400 INFO STEP 36 (ensure_file) COMPLETE |
8211 | 2024-12-12T22:28:37.105Z | [ recovery-image] Dec 12 22:28:36.400 INFO O| Dec 12 22:28:36.400 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8212 | 2024-12-12T22:28:37.126Z | [ recovery-image] Dec 12 22:28:36.422 INFO O| Dec 12 22:28:36.422 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8213 | 2024-12-12T22:28:37.126Z | [ recovery-image] Dec 12 22:28:36.422 INFO O| Dec 12 22:28:36.422 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 ... |
8214 | 2024-12-12T22:28:37.129Z | [ recovery-image] Dec 12 22:28:36.422 INFO O| Dec 12 22:28:36.422 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8215 | 2024-12-12T22:28:37.129Z | [ recovery-image] Dec 12 22:28:36.422 INFO O| Dec 12 22:28:36.422 INFO ok! |
8216 | 2024-12-12T22:28:37.129Z | [ recovery-image] Dec 12 22:28:36.423 INFO O| Dec 12 22:28:36.422 INFO STEP 37 (ensure_symlink) COMPLETE |
8217 | 2024-12-12T22:28:37.129Z | [ recovery-image] Dec 12 22:28:36.423 INFO O| Dec 12 22:28:36.423 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8218 | 2024-12-12T22:28:37.159Z | [ recovery-image] Dec 12 22:28:36.456 INFO O| Dec 12 22:28:36.456 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8219 | 2024-12-12T22:28:37.159Z | [ recovery-image] Dec 12 22:28:36.456 INFO O| Dec 12 22:28:36.456 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8220 | 2024-12-12T22:28:37.162Z | [ recovery-image] Dec 12 22:28:36.456 INFO O| Dec 12 22:28:36.456 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8221 | 2024-12-12T22:28:37.162Z | [ recovery-image] Dec 12 22:28:36.456 INFO O| Dec 12 22:28:36.456 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8222 | 2024-12-12T22:28:37.162Z | [ recovery-image] Dec 12 22:28:36.456 INFO O| Dec 12 22:28:36.456 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8223 | 2024-12-12T22:28:37.162Z | [ recovery-image] Dec 12 22:28:36.457 INFO O| Dec 12 22:28:36.457 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8224 | 2024-12-12T22:28:37.162Z | [ recovery-image] Dec 12 22:28:36.457 INFO O| Dec 12 22:28:36.457 INFO ok! |
8225 | 2024-12-12T22:28:37.162Z | [ recovery-image] Dec 12 22:28:36.457 INFO O| Dec 12 22:28:36.457 INFO STEP 38 (ensure_file) COMPLETE |
8226 | 2024-12-12T22:28:37.162Z | [ recovery-image] Dec 12 22:28:36.457 INFO O| Dec 12 22:28:36.457 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8227 | 2024-12-12T22:28:37.219Z | [ recovery-image] Dec 12 22:28:36.516 INFO O| Dec 12 22:28:36.516 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8228 | 2024-12-12T22:28:37.219Z | [ recovery-image] Dec 12 22:28:36.516 INFO O| Dec 12 22:28:36.516 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 ... |
8229 | 2024-12-12T22:28:37.222Z | [ recovery-image] Dec 12 22:28:36.516 INFO O| Dec 12 22:28:36.516 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 |
8230 | 2024-12-12T22:28:37.222Z | [ recovery-image] Dec 12 22:28:36.516 INFO O| Dec 12 22:28:36.516 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8231 | 2024-12-12T22:28:37.222Z | [ recovery-image] Dec 12 22:28:36.516 INFO O| Dec 12 22:28:36.516 INFO ok! |
8232 | 2024-12-12T22:28:37.222Z | [ recovery-image] Dec 12 22:28:36.516 INFO O| Dec 12 22:28:36.516 INFO STEP 39 (ensure_file) COMPLETE |
8233 | 2024-12-12T22:28:37.222Z | [ recovery-image] Dec 12 22:28:36.516 INFO O| Dec 12 22:28:36.516 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8234 | 2024-12-12T22:28:37.260Z | [ recovery-image] Dec 12 22:28:36.557 INFO O| Dec 12 22:28:36.557 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8235 | 2024-12-12T22:28:37.260Z | [ recovery-image] Dec 12 22:28:36.557 INFO O| Dec 12 22:28:36.557 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8236 | 2024-12-12T22:28:37.264Z | [ recovery-image] Dec 12 22:28:36.557 INFO O| Dec 12 22:28:36.557 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8237 | 2024-12-12T22:28:37.264Z | [ recovery-image] Dec 12 22:28:36.557 INFO O| Dec 12 22:28:36.557 INFO ok! |
8238 | 2024-12-12T22:28:37.264Z | [ recovery-image] Dec 12 22:28:36.557 INFO O| Dec 12 22:28:36.557 INFO STEP 40 (ensure_file) COMPLETE |
8239 | 2024-12-12T22:28:37.264Z | [ recovery-image] Dec 12 22:28:36.557 INFO O| Dec 12 22:28:36.557 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8240 | 2024-12-12T22:28:37.283Z | [ recovery-image] Dec 12 22:28:36.580 INFO O| Dec 12 22:28:36.580 INFO updating shadow file |
8241 | 2024-12-12T22:28:37.285Z | [ recovery-image] Dec 12 22:28:36.580 INFO O| Dec 12 22:28:36.580 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8242 | 2024-12-12T22:28:37.285Z | [ recovery-image] Dec 12 22:28:36.580 INFO O| Dec 12 22:28:36.580 INFO STEP 41 (shadow) COMPLETE |
8243 | 2024-12-12T22:28:37.285Z | [ recovery-image] Dec 12 22:28:36.580 INFO O| Dec 12 22:28:36.580 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8244 | 2024-12-12T22:28:37.305Z | [ recovery-image] Dec 12 22:28:36.601 INFO O| Dec 12 22:28:36.601 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8245 | 2024-12-12T22:28:37.309Z | [ recovery-image] Dec 12 22:28:36.601 INFO O| Dec 12 22:28:36.601 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8246 | 2024-12-12T22:28:37.312Z | [ recovery-image] Dec 12 22:28:36.602 INFO O| Dec 12 22:28:36.601 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8247 | 2024-12-12T22:28:37.312Z | [ recovery-image] Dec 12 22:28:36.602 INFO O| Dec 12 22:28:36.602 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8248 | 2024-12-12T22:28:37.312Z | [ recovery-image] Dec 12 22:28:36.602 INFO O| Dec 12 22:28:36.602 INFO ok! |
8249 | 2024-12-12T22:28:37.312Z | [ recovery-image] Dec 12 22:28:36.602 INFO O| Dec 12 22:28:36.602 INFO STEP 42 (ensure_file) COMPLETE |
8250 | 2024-12-12T22:28:37.312Z | [ recovery-image] Dec 12 22:28:36.602 INFO O| Dec 12 22:28:36.602 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8251 | 2024-12-12T22:28:37.333Z | [ recovery-image] Dec 12 22:28:36.630 INFO O| Dec 12 22:28:36.630 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8252 | 2024-12-12T22:28:37.333Z | [ recovery-image] Dec 12 22:28:36.630 INFO O| Dec 12 22:28:36.630 INFO STEP 43 (ensure_dir) COMPLETE |
8253 | 2024-12-12T22:28:37.336Z | [ recovery-image] Dec 12 22:28:36.630 INFO O| Dec 12 22:28:36.630 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8254 | 2024-12-12T22:28:37.359Z | [ recovery-image] Dec 12 22:28:36.655 INFO O| Dec 12 22:28:36.655 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8255 | 2024-12-12T22:28:37.359Z | [ recovery-image] Dec 12 22:28:36.655 INFO O| Dec 12 22:28:36.655 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8256 | 2024-12-12T22:28:37.361Z | [ recovery-image] Dec 12 22:28:36.655 INFO O| Dec 12 22:28:36.655 INFO STEP 44 (ensure_dir) COMPLETE |
8257 | 2024-12-12T22:28:37.361Z | [ recovery-image] Dec 12 22:28:36.655 INFO O| Dec 12 22:28:36.655 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8258 | 2024-12-12T22:28:37.414Z | [ recovery-image] Dec 12 22:28:36.710 INFO O| Dec 12 22:28:36.710 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8259 | 2024-12-12T22:28:37.418Z | [ recovery-image] Dec 12 22:28:36.711 INFO O| Dec 12 22:28:36.711 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8260 | 2024-12-12T22:28:37.418Z | [ recovery-image] Dec 12 22:28:36.711 INFO O| Dec 12 22:28:36.711 INFO STEP 45 (ensure_dir) COMPLETE |
8261 | 2024-12-12T22:28:37.418Z | [ recovery-image] Dec 12 22:28:36.711 INFO O| Dec 12 22:28:36.711 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8262 | 2024-12-12T22:28:37.484Z | [ recovery-image] Dec 12 22:28:36.781 INFO O| Dec 12 22:28:36.781 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8263 | 2024-12-12T22:28:37.484Z | [ recovery-image] Dec 12 22:28:36.781 INFO O| Dec 12 22:28:36.781 INFO copying /tmp/.tmpDFpJbY/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8264 | 2024-12-12T22:28:37.532Z | [ recovery-image] Dec 12 22:28:36.829 INFO O| Dec 12 22:28:36.829 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8265 | 2024-12-12T22:28:37.532Z | [ recovery-image] Dec 12 22:28:36.829 INFO O| Dec 12 22:28:36.829 INFO ok! |
8266 | 2024-12-12T22:28:37.535Z | [ recovery-image] Dec 12 22:28:36.829 INFO O| Dec 12 22:28:36.829 INFO STEP 46 (ensure_file) COMPLETE |
8267 | 2024-12-12T22:28:37.535Z | [ recovery-image] Dec 12 22:28:36.829 INFO O| Dec 12 22:28:36.829 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8268 | 2024-12-12T22:28:37.553Z | [ recovery-image] Dec 12 22:28:36.849 INFO O| Dec 12 22:28:36.849 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8269 | 2024-12-12T22:28:37.553Z | [ recovery-image] Dec 12 22:28:36.850 INFO O| Dec 12 22:28:36.849 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8270 | 2024-12-12T22:28:37.553Z | [ recovery-image] Dec 12 22:28:36.850 INFO O| Dec 12 22:28:36.850 INFO STEP 47 (ensure_dir) COMPLETE |
8271 | 2024-12-12T22:28:37.555Z | [ recovery-image] Dec 12 22:28:36.850 INFO O| Dec 12 22:28:36.850 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8272 | 2024-12-12T22:28:37.615Z | [ recovery-image] Dec 12 22:28:36.911 INFO O| Dec 12 22:28:36.911 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8273 | 2024-12-12T22:28:37.615Z | [ recovery-image] Dec 12 22:28:36.911 INFO O| Dec 12 22:28:36.911 INFO copying /tmp/.tmpDFpJbY/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8274 | 2024-12-12T22:28:37.617Z | [ recovery-image] Dec 12 22:28:36.911 INFO O| Dec 12 22:28:36.911 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8275 | 2024-12-12T22:28:37.617Z | [ recovery-image] Dec 12 22:28:36.911 INFO O| Dec 12 22:28:36.911 INFO ok! |
8276 | 2024-12-12T22:28:37.617Z | [ recovery-image] Dec 12 22:28:36.911 INFO O| Dec 12 22:28:36.911 INFO STEP 48 (ensure_file) COMPLETE |
8277 | 2024-12-12T22:28:37.618Z | [ recovery-image] Dec 12 22:28:36.911 INFO O| Dec 12 22:28:36.911 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8278 | 2024-12-12T22:28:37.648Z | [ recovery-image] Dec 12 22:28:36.944 INFO O| Dec 12 22:28:36.944 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8279 | 2024-12-12T22:28:37.648Z | [ recovery-image] Dec 12 22:28:36.945 INFO O| Dec 12 22:28:36.945 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8280 | 2024-12-12T22:28:37.652Z | [ recovery-image] Dec 12 22:28:36.945 INFO O| Dec 12 22:28:36.945 INFO STEP 49 (ensure_dir) COMPLETE |
8281 | 2024-12-12T22:28:37.652Z | [ recovery-image] Dec 12 22:28:36.945 INFO O| Dec 12 22:28:36.945 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8282 | 2024-12-12T22:28:37.692Z | [ recovery-image] Dec 12 22:28:36.989 INFO O| Dec 12 22:28:36.989 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8283 | 2024-12-12T22:28:37.692Z | [ recovery-image] Dec 12 22:28:36.989 INFO O| Dec 12 22:28:36.989 INFO copying /tmp/.tmpDFpJbY/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8284 | 2024-12-12T22:28:37.716Z | [ recovery-image] Dec 12 22:28:37.013 INFO O| Dec 12 22:28:37.013 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8285 | 2024-12-12T22:28:37.717Z | [ recovery-image] Dec 12 22:28:37.013 INFO O| Dec 12 22:28:37.013 INFO ok! |
8286 | 2024-12-12T22:28:37.719Z | [ recovery-image] Dec 12 22:28:37.013 INFO O| Dec 12 22:28:37.013 INFO STEP 50 (ensure_file) COMPLETE |
8287 | 2024-12-12T22:28:37.719Z | [ recovery-image] Dec 12 22:28:37.013 INFO O| Dec 12 22:28:37.013 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8288 | 2024-12-12T22:28:37.756Z | [ recovery-image] Dec 12 22:28:37.052 INFO O| Dec 12 22:28:37.052 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8289 | 2024-12-12T22:28:37.756Z | [ recovery-image] Dec 12 22:28:37.052 INFO O| Dec 12 22:28:37.052 INFO copying /tmp/.tmpDFpJbY/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8290 | 2024-12-12T22:28:39.788Z | [ recovery-image] Dec 12 22:28:39.085 INFO O| Dec 12 22:28:39.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8291 | 2024-12-12T22:28:39.789Z | [ recovery-image] Dec 12 22:28:39.085 INFO O| Dec 12 22:28:39.085 INFO ok! |
8292 | 2024-12-12T22:28:39.791Z | [ recovery-image] Dec 12 22:28:39.085 INFO O| Dec 12 22:28:39.085 INFO STEP 51 (ensure_file) COMPLETE |
8293 | 2024-12-12T22:28:39.791Z | [ recovery-image] Dec 12 22:28:39.085 INFO O| Dec 12 22:28:39.085 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8294 | 2024-12-12T22:28:39.809Z | [ recovery-image] Dec 12 22:28:39.106 INFO O| Dec 12 22:28:39.106 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8295 | 2024-12-12T22:28:39.809Z | [ recovery-image] Dec 12 22:28:39.106 INFO O| Dec 12 22:28:39.106 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8296 | 2024-12-12T22:28:39.809Z | [ recovery-image] Dec 12 22:28:39.106 INFO O| Dec 12 22:28:39.106 INFO STEP 52 (ensure_dir) COMPLETE |
8297 | 2024-12-12T22:28:39.813Z | [ recovery-image] Dec 12 22:28:39.106 INFO O| Dec 12 22:28:39.106 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8298 | 2024-12-12T22:28:39.856Z | [ recovery-image] Dec 12 22:28:39.153 INFO O| Dec 12 22:28:39.152 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8299 | 2024-12-12T22:28:39.856Z | [ recovery-image] Dec 12 22:28:39.153 INFO O| Dec 12 22:28:39.153 INFO copying /tmp/.tmpDFpJbY/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 ... |
8300 | 2024-12-12T22:28:39.858Z | [ recovery-image] Dec 12 22:28:39.153 INFO O| Dec 12 22:28:39.153 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 |
8301 | 2024-12-12T22:28:39.858Z | [ recovery-image] Dec 12 22:28:39.153 INFO O| Dec 12 22:28:39.153 INFO ok! |
8302 | 2024-12-12T22:28:39.858Z | [ recovery-image] Dec 12 22:28:39.153 INFO O| Dec 12 22:28:39.153 INFO STEP 53 (ensure_file) COMPLETE |
8303 | 2024-12-12T22:28:39.858Z | [ recovery-image] Dec 12 22:28:39.153 INFO O| Dec 12 22:28:39.153 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8304 | 2024-12-12T22:28:39.879Z | [ recovery-image] Dec 12 22:28:39.175 INFO O| Dec 12 22:28:39.175 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8305 | 2024-12-12T22:28:39.881Z | [ recovery-image] Dec 12 22:28:39.176 INFO O| Dec 12 22:28:39.175 INFO copying /tmp/.tmpDFpJbY/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 ... |
8306 | 2024-12-12T22:28:39.882Z | [ recovery-image] Dec 12 22:28:39.176 INFO O| Dec 12 22:28:39.176 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 |
8307 | 2024-12-12T22:28:39.882Z | [ recovery-image] Dec 12 22:28:39.176 INFO O| Dec 12 22:28:39.176 INFO ok! |
8308 | 2024-12-12T22:28:39.882Z | [ recovery-image] Dec 12 22:28:39.176 INFO O| Dec 12 22:28:39.176 INFO STEP 54 (ensure_file) COMPLETE |
8309 | 2024-12-12T22:28:39.882Z | [ recovery-image] Dec 12 22:28:39.176 INFO O| Dec 12 22:28:39.176 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8310 | 2024-12-12T22:28:39.914Z | [ recovery-image] Dec 12 22:28:39.211 INFO O| Dec 12 22:28:39.211 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8311 | 2024-12-12T22:28:39.914Z | [ recovery-image] Dec 12 22:28:39.211 INFO O| Dec 12 22:28:39.211 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8312 | 2024-12-12T22:28:39.917Z | [ recovery-image] Dec 12 22:28:39.211 INFO O| Dec 12 22:28:39.211 INFO STEP 55 (ensure_dir) COMPLETE |
8313 | 2024-12-12T22:28:39.917Z | [ recovery-image] Dec 12 22:28:39.211 INFO O| Dec 12 22:28:39.211 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8314 | 2024-12-12T22:28:39.956Z | [ recovery-image] Dec 12 22:28:39.253 INFO O| Dec 12 22:28:39.253 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8315 | 2024-12-12T22:28:39.956Z | [ recovery-image] Dec 12 22:28:39.253 INFO O| Dec 12 22:28:39.253 INFO copying /tmp/.tmpDFpJbY/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 ... |
8316 | 2024-12-12T22:28:39.959Z | [ recovery-image] Dec 12 22:28:39.253 INFO O| Dec 12 22:28:39.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8317 | 2024-12-12T22:28:39.959Z | [ recovery-image] Dec 12 22:28:39.253 INFO O| Dec 12 22:28:39.253 INFO ok! |
8318 | 2024-12-12T22:28:39.959Z | [ recovery-image] Dec 12 22:28:39.253 INFO O| Dec 12 22:28:39.253 INFO STEP 56 (ensure_file) COMPLETE |
8319 | 2024-12-12T22:28:39.959Z | [ recovery-image] Dec 12 22:28:39.253 INFO O| Dec 12 22:28:39.253 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8320 | 2024-12-12T22:28:39.978Z | [ recovery-image] Dec 12 22:28:39.275 INFO O| Dec 12 22:28:39.275 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8321 | 2024-12-12T22:28:39.978Z | [ recovery-image] Dec 12 22:28:39.275 INFO O| Dec 12 22:28:39.275 INFO copying /tmp/.tmpDFpJbY/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 ... |
8322 | 2024-12-12T22:28:39.980Z | [ recovery-image] Dec 12 22:28:39.275 INFO O| Dec 12 22:28:39.275 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 |
8323 | 2024-12-12T22:28:39.980Z | [ recovery-image] Dec 12 22:28:39.275 INFO O| Dec 12 22:28:39.275 INFO ok! |
8324 | 2024-12-12T22:28:39.980Z | [ recovery-image] Dec 12 22:28:39.275 INFO O| Dec 12 22:28:39.275 INFO STEP 57 (ensure_file) COMPLETE |
8325 | 2024-12-12T22:28:39.980Z | [ recovery-image] Dec 12 22:28:39.275 INFO O| Dec 12 22:28:39.275 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8326 | 2024-12-12T22:28:39.999Z | [ recovery-image] Dec 12 22:28:39.296 INFO O| Dec 12 22:28:39.295 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8327 | 2024-12-12T22:28:39.999Z | [ recovery-image] Dec 12 22:28:39.296 INFO O| Dec 12 22:28:39.296 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8328 | 2024-12-12T22:28:40.001Z | [ recovery-image] Dec 12 22:28:39.296 INFO O| Dec 12 22:28:39.296 INFO STEP 58 (ensure_dir) COMPLETE |
8329 | 2024-12-12T22:28:40.001Z | [ recovery-image] Dec 12 22:28:39.296 INFO O| Dec 12 22:28:39.296 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8330 | 2024-12-12T22:28:40.019Z | [ recovery-image] Dec 12 22:28:39.316 INFO O| Dec 12 22:28:39.315 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8331 | 2024-12-12T22:28:40.019Z | [ recovery-image] Dec 12 22:28:39.316 INFO O| Dec 12 22:28:39.316 INFO copying /tmp/.tmpDFpJbY/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 ... |
8332 | 2024-12-12T22:28:40.019Z | [ recovery-image] Dec 12 22:28:39.316 INFO O| Dec 12 22:28:39.316 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8333 | 2024-12-12T22:28:40.019Z | [ recovery-image] Dec 12 22:28:39.316 INFO O| Dec 12 22:28:39.316 INFO ok! |
8334 | 2024-12-12T22:28:40.023Z | [ recovery-image] Dec 12 22:28:39.316 INFO O| Dec 12 22:28:39.316 INFO STEP 59 (ensure_file) COMPLETE |
8335 | 2024-12-12T22:28:40.023Z | [ recovery-image] Dec 12 22:28:39.316 INFO O| Dec 12 22:28:39.316 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8336 | 2024-12-12T22:28:40.039Z | [ recovery-image] Dec 12 22:28:39.335 INFO O| Dec 12 22:28:39.335 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8337 | 2024-12-12T22:28:40.039Z | [ recovery-image] Dec 12 22:28:39.336 INFO O| Dec 12 22:28:39.335 INFO copying /tmp/.tmpDFpJbY/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8338 | 2024-12-12T22:28:40.039Z | [ recovery-image] Dec 12 22:28:39.336 INFO O| Dec 12 22:28:39.336 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8339 | 2024-12-12T22:28:40.039Z | [ recovery-image] Dec 12 22:28:39.336 INFO O| Dec 12 22:28:39.336 INFO ok! |
8340 | 2024-12-12T22:28:40.042Z | [ recovery-image] Dec 12 22:28:39.336 INFO O| Dec 12 22:28:39.336 INFO STEP 60 (ensure_file) COMPLETE |
8341 | 2024-12-12T22:28:40.042Z | [ recovery-image] Dec 12 22:28:39.336 INFO O| Dec 12 22:28:39.336 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8342 | 2024-12-12T22:28:40.067Z | [ recovery-image] Dec 12 22:28:39.364 INFO O| Dec 12 22:28:39.364 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8343 | 2024-12-12T22:28:40.070Z | [ recovery-image] Dec 12 22:28:39.364 INFO O| Dec 12 22:28:39.364 INFO STEP 61 (ensure_dir) COMPLETE |
8344 | 2024-12-12T22:28:40.070Z | [ recovery-image] Dec 12 22:28:39.364 INFO O| Dec 12 22:28:39.364 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8345 | 2024-12-12T22:28:40.168Z | [ recovery-image] Dec 12 22:28:39.465 INFO O| Dec 12 22:28:39.465 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8346 | 2024-12-12T22:28:40.168Z | [ recovery-image] Dec 12 22:28:39.465 INFO O| Dec 12 22:28:39.465 INFO STEP 62 (ensure_dir) COMPLETE |
8347 | 2024-12-12T22:28:40.171Z | [ recovery-image] Dec 12 22:28:39.465 INFO O| Dec 12 22:28:39.465 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8348 | 2024-12-12T22:28:40.209Z | [ recovery-image] Dec 12 22:28:39.506 INFO O| Dec 12 22:28:39.506 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8349 | 2024-12-12T22:28:40.209Z | [ recovery-image] Dec 12 22:28:39.506 INFO O| Dec 12 22:28:39.506 INFO STEP 63 (ensure_dir) COMPLETE |
8350 | 2024-12-12T22:28:40.212Z | [ recovery-image] Dec 12 22:28:39.506 INFO O| Dec 12 22:28:39.506 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8351 | 2024-12-12T22:28:40.231Z | [ recovery-image] Dec 12 22:28:39.528 INFO O| Dec 12 22:28:39.528 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8352 | 2024-12-12T22:28:40.231Z | [ recovery-image] Dec 12 22:28:39.528 INFO O| Dec 12 22:28:39.528 INFO STEP 64 (ensure_dir) COMPLETE |
8353 | 2024-12-12T22:28:40.233Z | [ recovery-image] Dec 12 22:28:39.528 INFO O| Dec 12 22:28:39.528 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8354 | 2024-12-12T22:28:40.253Z | [ recovery-image] Dec 12 22:28:39.550 INFO O| Dec 12 22:28:39.550 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8355 | 2024-12-12T22:28:40.253Z | [ recovery-image] Dec 12 22:28:39.550 INFO O| Dec 12 22:28:39.550 INFO copying /tmp/.tmpDFpJbY/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8356 | 2024-12-12T22:28:40.253Z | [ recovery-image] Dec 12 22:28:39.550 INFO O| Dec 12 22:28:39.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8357 | 2024-12-12T22:28:40.255Z | [ recovery-image] Dec 12 22:28:39.550 INFO O| Dec 12 22:28:39.550 INFO ok! |
8358 | 2024-12-12T22:28:40.256Z | [ recovery-image] Dec 12 22:28:39.550 INFO O| Dec 12 22:28:39.550 INFO STEP 65 (ensure_file) COMPLETE |
8359 | 2024-12-12T22:28:40.256Z | [ recovery-image] Dec 12 22:28:39.550 INFO O| Dec 12 22:28:39.550 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8360 | 2024-12-12T22:28:40.275Z | [ recovery-image] Dec 12 22:28:39.572 INFO O| Dec 12 22:28:39.572 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8361 | 2024-12-12T22:28:40.278Z | [ recovery-image] Dec 12 22:28:39.572 INFO O| Dec 12 22:28:39.572 INFO STEP 66 (remove_files) COMPLETE |
8362 | 2024-12-12T22:28:40.278Z | [ recovery-image] Dec 12 22:28:39.572 INFO O| Dec 12 22:28:39.572 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8363 | 2024-12-12T22:28:40.299Z | [ recovery-image] Dec 12 22:28:39.595 INFO O| Dec 12 22:28:39.595 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8364 | 2024-12-12T22:28:40.302Z | [ recovery-image] Dec 12 22:28:39.595 INFO O| Dec 12 22:28:39.595 INFO STEP 67 (remove_files) COMPLETE |
8365 | 2024-12-12T22:28:40.302Z | [ recovery-image] Dec 12 22:28:39.595 INFO O| Dec 12 22:28:39.595 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8366 | 2024-12-12T22:28:40.319Z | [ recovery-image] Dec 12 22:28:39.616 INFO O| Dec 12 22:28:39.616 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8367 | 2024-12-12T22:28:40.322Z | [ recovery-image] Dec 12 22:28:39.616 INFO O| Dec 12 22:28:39.616 INFO STEP 68 (remove_files) COMPLETE |
8368 | 2024-12-12T22:28:40.322Z | [ recovery-image] Dec 12 22:28:39.616 INFO O| Dec 12 22:28:39.616 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8369 | 2024-12-12T22:28:40.349Z | [ recovery-image] Dec 12 22:28:39.646 INFO O| Dec 12 22:28:39.645 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8370 | 2024-12-12T22:28:40.351Z | [ recovery-image] Dec 12 22:28:39.646 INFO O| Dec 12 22:28:39.646 INFO STEP 69 (remove_files) COMPLETE |
8371 | 2024-12-12T22:28:40.351Z | [ recovery-image] Dec 12 22:28:39.646 INFO O| Dec 12 22:28:39.646 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8372 | 2024-12-12T22:28:40.405Z | [ recovery-image] Dec 12 22:28:39.702 INFO O| Dec 12 22:28:39.702 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8373 | 2024-12-12T22:28:40.409Z | [ recovery-image] Dec 12 22:28:39.702 INFO O| Dec 12 22:28:39.702 INFO STEP 70 (remove_files) COMPLETE |
8374 | 2024-12-12T22:28:40.409Z | [ recovery-image] Dec 12 22:28:39.702 INFO O| Dec 12 22:28:39.702 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8375 | 2024-12-12T22:28:40.437Z | [ recovery-image] Dec 12 22:28:39.734 INFO O| Dec 12 22:28:39.734 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8376 | 2024-12-12T22:28:40.439Z | [ recovery-image] Dec 12 22:28:39.734 INFO O| Dec 12 22:28:39.734 INFO STEP 71 (remove_files) COMPLETE |
8377 | 2024-12-12T22:28:40.439Z | [ recovery-image] Dec 12 22:28:39.734 INFO O| Dec 12 22:28:39.734 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8378 | 2024-12-12T22:28:40.454Z | [ recovery-image] Dec 12 22:28:39.751 INFO O| Dec 12 22:28:39.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8379 | 2024-12-12T22:28:40.454Z | [ recovery-image] Dec 12 22:28:39.751 INFO O| Dec 12 22:28:39.751 INFO STEP 72 (remove_files) COMPLETE |
8380 | 2024-12-12T22:28:40.454Z | [ recovery-image] Dec 12 22:28:39.751 INFO O| Dec 12 22:28:39.751 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8381 | 2024-12-12T22:28:40.473Z | [ recovery-image] Dec 12 22:28:39.770 INFO O| Dec 12 22:28:39.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8382 | 2024-12-12T22:28:40.473Z | [ recovery-image] Dec 12 22:28:39.770 INFO O| Dec 12 22:28:39.770 INFO STEP 73 (remove_files) COMPLETE |
8383 | 2024-12-12T22:28:40.473Z | [ recovery-image] Dec 12 22:28:39.770 INFO O| Dec 12 22:28:39.770 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8384 | 2024-12-12T22:28:40.519Z | [ recovery-image] Dec 12 22:28:39.815 INFO O| Dec 12 22:28:39.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8385 | 2024-12-12T22:28:40.519Z | [ recovery-image] Dec 12 22:28:39.815 INFO O| Dec 12 22:28:39.815 INFO STEP 74 (remove_files) COMPLETE |
8386 | 2024-12-12T22:28:40.520Z | [ recovery-image] Dec 12 22:28:39.815 INFO O| Dec 12 22:28:39.815 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8387 | 2024-12-12T22:28:40.539Z | [ recovery-image] Dec 12 22:28:39.836 INFO O| Dec 12 22:28:39.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8388 | 2024-12-12T22:28:40.539Z | [ recovery-image] Dec 12 22:28:39.836 INFO O| Dec 12 22:28:39.836 INFO STEP 75 (remove_files) COMPLETE |
8389 | 2024-12-12T22:28:40.539Z | [ recovery-image] Dec 12 22:28:39.836 INFO O| Dec 12 22:28:39.836 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8390 | 2024-12-12T22:28:40.560Z | [ recovery-image] Dec 12 22:28:39.857 INFO O| Dec 12 22:28:39.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8391 | 2024-12-12T22:28:40.560Z | [ recovery-image] Dec 12 22:28:39.857 INFO O| Dec 12 22:28:39.857 INFO STEP 76 (remove_files) COMPLETE |
8392 | 2024-12-12T22:28:40.563Z | [ recovery-image] Dec 12 22:28:39.857 INFO O| Dec 12 22:28:39.857 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8393 | 2024-12-12T22:28:40.600Z | [ recovery-image] Dec 12 22:28:39.897 INFO O| Dec 12 22:28:39.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8394 | 2024-12-12T22:28:40.600Z | [ recovery-image] Dec 12 22:28:39.897 INFO O| Dec 12 22:28:39.897 INFO STEP 77 (remove_files) COMPLETE |
8395 | 2024-12-12T22:28:40.600Z | [ recovery-image] Dec 12 22:28:39.897 INFO O| Dec 12 22:28:39.897 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8396 | 2024-12-12T22:28:40.640Z | [ recovery-image] Dec 12 22:28:39.937 INFO O| Dec 12 22:28:39.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8397 | 2024-12-12T22:28:40.640Z | [ recovery-image] Dec 12 22:28:39.937 INFO O| Dec 12 22:28:39.937 INFO STEP 78 (remove_files) COMPLETE |
8398 | 2024-12-12T22:28:40.642Z | [ recovery-image] Dec 12 22:28:39.937 INFO O| Dec 12 22:28:39.937 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8399 | 2024-12-12T22:28:40.659Z | [ recovery-image] Dec 12 22:28:39.956 INFO O| Dec 12 22:28:39.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8400 | 2024-12-12T22:28:40.660Z | [ recovery-image] Dec 12 22:28:39.956 INFO O| Dec 12 22:28:39.956 INFO STEP 79 (remove_files) COMPLETE |
8401 | 2024-12-12T22:28:40.660Z | [ recovery-image] Dec 12 22:28:39.956 INFO O| Dec 12 22:28:39.956 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8402 | 2024-12-12T22:28:40.681Z | [ recovery-image] Dec 12 22:28:39.978 INFO O| Dec 12 22:28:39.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8403 | 2024-12-12T22:28:40.681Z | [ recovery-image] Dec 12 22:28:39.978 INFO O| Dec 12 22:28:39.978 INFO STEP 80 (remove_files) COMPLETE |
8404 | 2024-12-12T22:28:40.681Z | [ recovery-image] Dec 12 22:28:39.978 INFO O| Dec 12 22:28:39.978 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8405 | 2024-12-12T22:28:40.700Z | [ recovery-image] Dec 12 22:28:39.997 INFO O| Dec 12 22:28:39.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8406 | 2024-12-12T22:28:40.700Z | [ recovery-image] Dec 12 22:28:39.997 INFO O| Dec 12 22:28:39.997 INFO STEP 81 (remove_files) COMPLETE |
8407 | 2024-12-12T22:28:40.703Z | [ recovery-image] Dec 12 22:28:39.997 INFO O| Dec 12 22:28:39.997 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8408 | 2024-12-12T22:28:40.737Z | [ recovery-image] Dec 12 22:28:40.034 INFO O| Dec 12 22:28:40.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8409 | 2024-12-12T22:28:40.737Z | [ recovery-image] Dec 12 22:28:40.034 INFO O| Dec 12 22:28:40.034 INFO STEP 82 (remove_files) COMPLETE |
8410 | 2024-12-12T22:28:40.737Z | [ recovery-image] Dec 12 22:28:40.034 INFO O| Dec 12 22:28:40.034 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8411 | 2024-12-12T22:28:40.763Z | [ recovery-image] Dec 12 22:28:40.060 INFO O| Dec 12 22:28:40.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8412 | 2024-12-12T22:28:40.763Z | [ recovery-image] Dec 12 22:28:40.060 INFO O| Dec 12 22:28:40.060 INFO STEP 83 (remove_files) COMPLETE |
8413 | 2024-12-12T22:28:40.763Z | [ recovery-image] Dec 12 22:28:40.060 INFO O| Dec 12 22:28:40.060 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8414 | 2024-12-12T22:28:40.786Z | [ recovery-image] Dec 12 22:28:40.083 INFO O| Dec 12 22:28:40.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8415 | 2024-12-12T22:28:40.786Z | [ recovery-image] Dec 12 22:28:40.083 INFO O| Dec 12 22:28:40.083 INFO STEP 84 (remove_files) COMPLETE |
8416 | 2024-12-12T22:28:40.787Z | [ recovery-image] Dec 12 22:28:40.083 INFO O| Dec 12 22:28:40.083 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8417 | 2024-12-12T22:28:40.808Z | [ recovery-image] Dec 12 22:28:40.105 INFO O| Dec 12 22:28:40.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8418 | 2024-12-12T22:28:40.808Z | [ recovery-image] Dec 12 22:28:40.105 INFO O| Dec 12 22:28:40.105 INFO STEP 85 (remove_files) COMPLETE |
8419 | 2024-12-12T22:28:40.808Z | [ recovery-image] Dec 12 22:28:40.105 INFO O| Dec 12 22:28:40.105 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8420 | 2024-12-12T22:28:40.860Z | [ recovery-image] Dec 12 22:28:40.156 INFO O| Dec 12 22:28:40.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8421 | 2024-12-12T22:28:40.863Z | [ recovery-image] Dec 12 22:28:40.157 INFO O| Dec 12 22:28:40.157 INFO STEP 86 (remove_files) COMPLETE |
8422 | 2024-12-12T22:28:40.863Z | [ recovery-image] Dec 12 22:28:40.157 INFO O| Dec 12 22:28:40.157 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8423 | 2024-12-12T22:28:40.881Z | [ recovery-image] Dec 12 22:28:40.178 INFO O| Dec 12 22:28:40.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8424 | 2024-12-12T22:28:40.883Z | [ recovery-image] Dec 12 22:28:40.178 INFO O| Dec 12 22:28:40.178 INFO STEP 87 (remove_files) COMPLETE |
8425 | 2024-12-12T22:28:40.883Z | [ recovery-image] Dec 12 22:28:40.178 INFO O| Dec 12 22:28:40.178 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8426 | 2024-12-12T22:28:40.919Z | [ recovery-image] Dec 12 22:28:40.216 INFO O| Dec 12 22:28:40.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8427 | 2024-12-12T22:28:40.922Z | [ recovery-image] Dec 12 22:28:40.216 INFO O| Dec 12 22:28:40.216 INFO STEP 88 (remove_files) COMPLETE |
8428 | 2024-12-12T22:28:40.922Z | [ recovery-image] Dec 12 22:28:40.216 INFO O| Dec 12 22:28:40.216 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8429 | 2024-12-12T22:28:40.968Z | [ recovery-image] Dec 12 22:28:40.265 INFO O| Dec 12 22:28:40.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8430 | 2024-12-12T22:28:40.970Z | [ recovery-image] Dec 12 22:28:40.265 INFO O| Dec 12 22:28:40.265 INFO STEP 89 (remove_files) COMPLETE |
8431 | 2024-12-12T22:28:40.970Z | [ recovery-image] Dec 12 22:28:40.265 INFO O| Dec 12 22:28:40.265 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8432 | 2024-12-12T22:28:41.011Z | [ recovery-image] Dec 12 22:28:40.307 INFO O| Dec 12 22:28:40.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8433 | 2024-12-12T22:28:41.011Z | [ recovery-image] Dec 12 22:28:40.308 INFO O| Dec 12 22:28:40.307 INFO STEP 90 (remove_files) COMPLETE |
8434 | 2024-12-12T22:28:41.013Z | [ recovery-image] Dec 12 22:28:40.308 INFO O| Dec 12 22:28:40.308 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8435 | 2024-12-12T22:28:41.072Z | [ recovery-image] Dec 12 22:28:40.369 INFO O| Dec 12 22:28:40.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8436 | 2024-12-12T22:28:41.076Z | [ recovery-image] Dec 12 22:28:40.369 INFO O| Dec 12 22:28:40.369 INFO STEP 91 (remove_files) COMPLETE |
8437 | 2024-12-12T22:28:41.076Z | [ recovery-image] Dec 12 22:28:40.370 INFO O| Dec 12 22:28:40.369 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8438 | 2024-12-12T22:28:41.094Z | [ recovery-image] Dec 12 22:28:40.390 INFO O| Dec 12 22:28:40.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8439 | 2024-12-12T22:28:41.097Z | [ recovery-image] Dec 12 22:28:40.390 INFO O| Dec 12 22:28:40.390 INFO STEP 92 (remove_files) COMPLETE |
8440 | 2024-12-12T22:28:41.097Z | [ recovery-image] Dec 12 22:28:40.390 INFO O| Dec 12 22:28:40.390 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8441 | 2024-12-12T22:28:41.170Z | [ recovery-image] Dec 12 22:28:40.465 INFO O| Dec 12 22:28:40.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8442 | 2024-12-12T22:28:41.170Z | [ recovery-image] Dec 12 22:28:40.465 INFO O| Dec 12 22:28:40.465 INFO STEP 93 (remove_files) COMPLETE |
8443 | 2024-12-12T22:28:41.170Z | [ recovery-image] Dec 12 22:28:40.465 INFO O| Dec 12 22:28:40.465 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8444 | 2024-12-12T22:28:41.226Z | [ recovery-image] Dec 12 22:28:40.523 INFO O| Dec 12 22:28:40.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8445 | 2024-12-12T22:28:41.226Z | [ recovery-image] Dec 12 22:28:40.523 INFO O| Dec 12 22:28:40.523 INFO STEP 94 (remove_files) COMPLETE |
8446 | 2024-12-12T22:28:41.229Z | [ recovery-image] Dec 12 22:28:40.523 INFO O| Dec 12 22:28:40.523 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8447 | 2024-12-12T22:28:41.256Z | [ recovery-image] Dec 12 22:28:40.553 INFO O| Dec 12 22:28:40.552 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8448 | 2024-12-12T22:28:41.259Z | [ recovery-image] Dec 12 22:28:40.553 INFO O| Dec 12 22:28:40.553 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8449 | 2024-12-12T22:28:49.339Z | [ recovery-image] Dec 12 22:28:48.636 INFO O| Dec 12 22:28:48.636 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 |
8450 | 2024-12-12T22:28:49.339Z | [ recovery-image] Dec 12 22:28:48.636 INFO O| Dec 12 22:28:48.636 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8451 | 2024-12-12T22:28:49.357Z | [ recovery-image] Dec 12 22:28:48.654 INFO O| Dec 12 22:28:48.654 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"} |
8452 | 2024-12-12T22:28:49.533Z | [ recovery-image] Dec 12 22:28:48.830 INFO O| Dec 12 22:28:48.830 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8453 | 2024-12-12T22:28:49.533Z | [ recovery-image] Dec 12 22:28:48.830 INFO O| Dec 12 22:28:48.830 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 ... |
8454 | 2024-12-12T22:28:49.536Z | [ recovery-image] Dec 12 22:28:48.833 INFO O| Dec 12 22:28:48.833 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8455 | 2024-12-12T22:28:49.536Z | [ recovery-image] Dec 12 22:28:48.833 INFO O| Dec 12 22:28:48.833 INFO ok! |
8456 | 2024-12-12T22:28:49.537Z | [ recovery-image] Dec 12 22:28:48.833 INFO O| Dec 12 22:28:48.833 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8457 | 2024-12-12T22:28:49.540Z | [ recovery-image] Dec 12 22:28:48.833 INFO O| Dec 12 22:28:48.833 INFO STEP 95 (seed_smf) COMPLETE |
8458 | 2024-12-12T22:28:49.540Z | [ recovery-image] Dec 12 22:28:48.833 INFO O| Dec 12 22:28:48.833 INFO steps complete; finalising image! |
8459 | 2024-12-12T22:28:49.540Z | [ recovery-image] Dec 12 22:28:48.833 INFO O| Dec 12 22:28:48.833 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8460 | 2024-12-12T22:28:49.601Z | [ recovery-image] Dec 12 22:28:48.897 INFO O| Dec 12 22:28:48.897 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Thu Dec 12 22:28:48 2024) |
8461 | 2024-12-12T22:28:49.810Z | [ recovery-image] Dec 12 22:28:49.107 INFO O| Dec 12 22:28:49.107 INFO trim TEMPORARY-gimlet-zfs-recovery: (64% trimmed, started at Thu Dec 12 22:28:48 2024) |
8462 | 2024-12-12T22:28:50.050Z | [ recovery-image] Dec 12 22:28:49.347 INFO O| Dec 12 22:28:49.347 INFO trim TEMPORARY-gimlet-zfs-recovery: (82% trimmed, started at Thu Dec 12 22:28:48 2024) |
8463 | 2024-12-12T22:28:50.335Z | [ recovery-image] Dec 12 22:28:49.632 INFO O| Dec 12 22:28:49.632 INFO temporary pool has 363M used, 1.40G avail, 1.00x compressratio |
8464 | 2024-12-12T22:28:50.335Z | [ recovery-image] Dec 12 22:28:49.632 INFO O| Dec 12 22:28:49.632 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8465 | 2024-12-12T22:28:51.186Z | [ recovery-image] Dec 12 22:28:50.483 INFO O| Dec 12 22:28:50.483 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 |
8466 | 2024-12-12T22:28:51.187Z | [ recovery-image] Dec 12 22:28:50.483 INFO O| Dec 12 22:28:50.483 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8467 | 2024-12-12T22:28:53.036Z | [ host-image] Dec 12 22:28:52.333 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23049:20241204T192600Z |
8468 | 2024-12-12T22:28:53.041Z | [ host-image] Dec 12 22:28:52.333 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23049:20241204T192600Z |
8469 | 2024-12-12T22:28:53.041Z | [ host-image] Dec 12 22:28:52.333 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8470 | 2024-12-12T22:28:53.041Z | [ host-image] Dec 12 22:28:52.334 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8471 | 2024-12-12T22:28:53.041Z | [ host-image] Dec 12 22:28:52.334 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8472 | 2024-12-12T22:28:53.041Z | [ host-image] Dec 12 22:28:52.334 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8473 | 2024-12-12T22:28:53.041Z | [ host-image] Dec 12 22:28:52.335 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8474 | 2024-12-12T22:28:53.041Z | [ host-image] Dec 12 22:28:52.335 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8475 | 2024-12-12T22:28:53.041Z | [ host-image] Dec 12 22:28:52.335 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8476 | 2024-12-12T22:28:53.041Z | [ host-image] Dec 12 22:28:52.335 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8477 | 2024-12-12T22:28:53.041Z | [ host-image] Dec 12 22:28:52.336 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23049:20241204T192601Z |
8478 | 2024-12-12T22:28:53.044Z | [ host-image] Dec 12 22:28:52.338 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23049:20241204T192601Z |
8479 | 2024-12-12T22:28:53.044Z | [ host-image] Dec 12 22:28:52.339 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23049:20241204T192601Z |
8480 | 2024-12-12T22:28:53.044Z | [ host-image] Dec 12 22:28:52.340 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23049:20241204T192602Z |
8481 | 2024-12-12T22:28:53.044Z | [ host-image] Dec 12 22:28:52.340 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8482 | 2024-12-12T22:28:53.044Z | [ host-image] Dec 12 22:28:52.341 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23049:20241204T192602Z |
8483 | 2024-12-12T22:28:53.047Z | [ host-image] Dec 12 22:28:52.342 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23049:20241204T192602Z |
8484 | 2024-12-12T22:28:53.047Z | [ host-image] Dec 12 22:28:52.342 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23049:20241204T192602Z |
8485 | 2024-12-12T22:28:53.047Z | [ host-image] Dec 12 22:28:52.342 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23049:20241204T192602Z |
8486 | 2024-12-12T22:28:53.047Z | [ host-image] Dec 12 22:28:52.342 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23049:20241204T192603Z |
8487 | 2024-12-12T22:28:53.047Z | [ host-image] Dec 12 22:28:52.343 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23049:20241204T192603Z |
8488 | 2024-12-12T22:28:53.047Z | [ host-image] Dec 12 22:28:52.343 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23049:20241204T192603Z |
8489 | 2024-12-12T22:28:53.047Z | [ host-image] Dec 12 22:28:52.343 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23049:20241204T192604Z |
8490 | 2024-12-12T22:28:53.047Z | [ host-image] Dec 12 22:28:52.343 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23049:20241204T192604Z |
8491 | 2024-12-12T22:28:53.047Z | [ host-image] Dec 12 22:28:52.344 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23049:20241204T192604Z |
8492 | 2024-12-12T22:28:53.047Z | [ host-image] Dec 12 22:28:52.344 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23049:20241204T192606Z |
8493 | 2024-12-12T22:28:53.047Z | [ host-image] Dec 12 22:28:52.344 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23049:20241204T192606Z |
8494 | 2024-12-12T22:28:53.047Z | [ host-image] Dec 12 22:28:52.344 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23049:20241204T192607Z |
8495 | 2024-12-12T22:28:53.050Z | [ host-image] Dec 12 22:28:52.344 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23049:20241204T192608Z |
8496 | 2024-12-12T22:28:53.050Z | [ host-image] Dec 12 22:28:52.345 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8497 | 2024-12-12T22:28:53.050Z | [ host-image] Dec 12 22:28:52.345 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23049:20241204T192609Z |
8498 | 2024-12-12T22:28:53.050Z | [ host-image] Dec 12 22:28:52.345 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23049:20241204T192611Z |
8499 | 2024-12-12T22:28:53.050Z | [ host-image] Dec 12 22:28:52.345 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23049:20241204T192612Z |
8500 | 2024-12-12T22:28:53.050Z | [ host-image] Dec 12 22:28:52.345 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23049:20241204T192613Z |
8501 | 2024-12-12T22:28:53.050Z | [ host-image] Dec 12 22:28:52.347 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23049:20241204T192614Z |
8502 | 2024-12-12T22:28:53.050Z | [ host-image] Dec 12 22:28:52.347 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23049:20241204T192614Z |
8503 | 2024-12-12T22:28:53.063Z | [ host-image] Dec 12 22:28:52.360 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8504 | 2024-12-12T22:28:53.063Z | [ host-image] Dec 12 22:28:52.360 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23049:20241204T192614Z |
8505 | 2024-12-12T22:28:53.066Z | [ host-image] Dec 12 22:28:52.360 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8506 | 2024-12-12T22:28:53.066Z | [ host-image] Dec 12 22:28:52.361 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8507 | 2024-12-12T22:28:53.066Z | [ host-image] Dec 12 22:28:52.362 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8508 | 2024-12-12T22:28:53.066Z | [ host-image] Dec 12 22:28:52.362 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23049:20241204T192615Z |
8509 | 2024-12-12T22:28:53.066Z | [ host-image] Dec 12 22:28:52.362 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8510 | 2024-12-12T22:28:53.067Z | [ host-image] Dec 12 22:28:52.363 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8511 | 2024-12-12T22:28:53.069Z | [ host-image] Dec 12 22:28:52.364 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8512 | 2024-12-12T22:28:53.069Z | [ host-image] Dec 12 22:28:52.365 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8513 | 2024-12-12T22:28:53.097Z | [ host-image] Dec 12 22:28:52.394 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8514 | 2024-12-12T22:28:53.097Z | [ host-image] Dec 12 22:28:52.394 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8515 | 2024-12-12T22:28:53.099Z | [ host-image] Dec 12 22:28:52.394 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8516 | 2024-12-12T22:28:53.099Z | [ host-image] Dec 12 22:28:52.395 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8517 | 2024-12-12T22:28:53.099Z | [ host-image] Dec 12 22:28:52.396 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8518 | 2024-12-12T22:28:53.099Z | [ host-image] Dec 12 22:28:52.396 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8519 | 2024-12-12T22:28:53.158Z | [ host-image] Dec 12 22:28:52.451 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8520 | 2024-12-12T22:28:53.158Z | [ host-image] Dec 12 22:28:52.452 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8521 | 2024-12-12T22:28:53.158Z | [ host-image] Dec 12 22:28:52.452 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8522 | 2024-12-12T22:28:53.162Z | [ host-image] Dec 12 22:28:52.457 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23049:20241204T192616Z |
8523 | 2024-12-12T22:28:53.162Z | [ host-image] Dec 12 22:28:52.457 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23049:20241204T192622Z |
8524 | 2024-12-12T22:28:53.162Z | [ host-image] Dec 12 22:28:52.457 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8525 | 2024-12-12T22:28:53.162Z | [ host-image] Dec 12 22:28:52.457 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23049:20241204T192623Z |
8526 | 2024-12-12T22:28:53.162Z | [ host-image] Dec 12 22:28:52.458 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8527 | 2024-12-12T22:28:53.162Z | [ host-image] Dec 12 22:28:52.458 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8528 | 2024-12-12T22:28:53.162Z | [ host-image] Dec 12 22:28:52.458 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8529 | 2024-12-12T22:28:53.162Z | [ host-image] Dec 12 22:28:52.458 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23049:20241204T192623Z |
8530 | 2024-12-12T22:28:53.162Z | [ host-image] Dec 12 22:28:52.458 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8531 | 2024-12-12T22:28:53.168Z | [ host-image] Dec 12 22:28:52.465 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8532 | 2024-12-12T22:28:53.168Z | [ host-image] Dec 12 22:28:52.465 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8533 | 2024-12-12T22:28:53.170Z | [ host-image] Dec 12 22:28:52.465 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8534 | 2024-12-12T22:28:53.170Z | [ host-image] Dec 12 22:28:52.466 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23049:20241204T192623Z |
8535 | 2024-12-12T22:28:53.170Z | [ host-image] Dec 12 22:28:52.466 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8536 | 2024-12-12T22:28:53.191Z | [ host-image] Dec 12 22:28:52.488 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8537 | 2024-12-12T22:28:53.194Z | [ host-image] Dec 12 22:28:52.489 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23049:20241204T192624Z |
8538 | 2024-12-12T22:28:53.196Z | [ host-image] Dec 12 22:28:52.492 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23049:20241204T192624Z |
8539 | 2024-12-12T22:28:53.196Z | [ host-image] Dec 12 22:28:52.493 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23049:20241204T192624Z |
8540 | 2024-12-12T22:28:53.196Z | [ host-image] Dec 12 22:28:52.493 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8541 | 2024-12-12T22:28:53.196Z | [ host-image] Dec 12 22:28:52.494 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23049:20241204T192625Z |
8542 | 2024-12-12T22:28:53.199Z | [ host-image] Dec 12 22:28:52.494 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23049:20241204T192625Z |
8543 | 2024-12-12T22:28:53.199Z | [ host-image] Dec 12 22:28:52.495 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23049:20241204T192626Z |
8544 | 2024-12-12T22:28:53.199Z | [ host-image] Dec 12 22:28:52.495 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23049:20241204T192626Z |
8545 | 2024-12-12T22:28:53.204Z | [ host-image] Dec 12 22:28:52.501 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8546 | 2024-12-12T22:28:53.207Z | [ host-image] Dec 12 22:28:52.502 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23049:20241204T192626Z |
8547 | 2024-12-12T22:28:53.207Z | [ host-image] Dec 12 22:28:52.503 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23049:20241204T192627Z |
8548 | 2024-12-12T22:28:53.207Z | [ host-image] Dec 12 22:28:52.503 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8549 | 2024-12-12T22:28:53.207Z | [ host-image] Dec 12 22:28:52.503 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23049:20241204T192627Z |
8550 | 2024-12-12T22:28:53.209Z | [ host-image] Dec 12 22:28:52.504 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23049:20241204T192628Z |
8551 | 2024-12-12T22:28:53.209Z | [ host-image] Dec 12 22:28:52.504 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23049:20241204T192628Z |
8552 | 2024-12-12T22:28:53.209Z | [ host-image] Dec 12 22:28:52.505 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23049:20241204T192628Z |
8553 | 2024-12-12T22:28:53.221Z | [ host-image] Dec 12 22:28:52.518 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23049:20241204T192628Z |
8554 | 2024-12-12T22:28:53.221Z | [ host-image] Dec 12 22:28:52.518 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8555 | 2024-12-12T22:28:53.224Z | [ host-image] Dec 12 22:28:52.521 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23049:20241204T192628Z |
8556 | 2024-12-12T22:28:53.226Z | [ host-image] Dec 12 22:28:52.523 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23049:20241204T192628Z |
8557 | 2024-12-12T22:28:53.226Z | [ host-image] Dec 12 22:28:52.523 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23049:20241204T192628Z |
8558 | 2024-12-12T22:28:53.228Z | [ host-image] Dec 12 22:28:52.524 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23049:20241204T192629Z |
8559 | 2024-12-12T22:28:53.228Z | [ host-image] Dec 12 22:28:52.525 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23049:20241204T192629Z |
8560 | 2024-12-12T22:28:53.229Z | [ host-image] Dec 12 22:28:52.525 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23049:20241204T192629Z |
8561 | 2024-12-12T22:28:53.244Z | [ host-image] Dec 12 22:28:52.542 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23049:20241204T192631Z |
8562 | 2024-12-12T22:28:53.244Z | [ host-image] Dec 12 22:28:52.542 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23049:20241204T192630Z |
8563 | 2024-12-12T22:28:53.247Z | [ host-image] Dec 12 22:28:52.542 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23049:20241204T192630Z |
8564 | 2024-12-12T22:28:53.247Z | [ host-image] Dec 12 22:28:52.544 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23049:20241204T192630Z |
8565 | 2024-12-12T22:28:53.247Z | [ host-image] Dec 12 22:28:52.544 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23049:20241204T192631Z |
8566 | 2024-12-12T22:28:53.300Z | [ host-image] Dec 12 22:28:52.597 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23049:20241204T192633Z |
8567 | 2024-12-12T22:28:53.304Z | [ host-image] Dec 12 22:28:52.597 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23049:20241204T192631Z |
8568 | 2024-12-12T22:28:53.304Z | [ host-image] Dec 12 22:28:52.598 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23049:20241204T192631Z |
8569 | 2024-12-12T22:28:53.304Z | [ host-image] Dec 12 22:28:52.598 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8570 | 2024-12-12T22:28:53.304Z | [ host-image] Dec 12 22:28:52.599 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8571 | 2024-12-12T22:28:53.347Z | [ host-image] Dec 12 22:28:52.644 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23049:20241204T192631Z |
8572 | 2024-12-12T22:28:53.349Z | [ host-image] Dec 12 22:28:52.645 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8573 | 2024-12-12T22:28:53.349Z | [ host-image] Dec 12 22:28:52.645 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23049:20241204T192631Z |
8574 | 2024-12-12T22:28:53.349Z | [ host-image] Dec 12 22:28:52.645 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23049:20241204T192631Z |
8575 | 2024-12-12T22:28:53.351Z | [ host-image] Dec 12 22:28:52.647 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23049:20241204T192632Z |
8576 | 2024-12-12T22:28:53.352Z | [ host-image] Dec 12 22:28:52.648 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8577 | 2024-12-12T22:28:53.354Z | [ host-image] Dec 12 22:28:52.649 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8578 | 2024-12-12T22:28:53.354Z | [ host-image] Dec 12 22:28:52.650 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23049:20241204T192633Z |
8579 | 2024-12-12T22:28:53.354Z | [ host-image] Dec 12 22:28:52.650 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23049:20241204T192632Z |
8580 | 2024-12-12T22:28:53.354Z | [ host-image] Dec 12 22:28:52.650 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23049:20241204T192633Z |
8581 | 2024-12-12T22:28:53.354Z | [ host-image] Dec 12 22:28:52.651 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23049:20241204T192633Z |
8582 | 2024-12-12T22:28:53.357Z | [ host-image] Dec 12 22:28:52.651 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23049:20241204T192633Z |
8583 | 2024-12-12T22:28:53.357Z | [ host-image] Dec 12 22:28:52.652 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23049:20241204T192633Z |
8584 | 2024-12-12T22:28:53.359Z | [ host-image] Dec 12 22:28:52.657 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8585 | 2024-12-12T22:28:53.362Z | [ host-image] Dec 12 22:28:52.657 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23049:20241204T192634Z |
8586 | 2024-12-12T22:28:53.364Z | [ host-image] Dec 12 22:28:52.660 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23049:20241204T192634Z |
8587 | 2024-12-12T22:28:53.364Z | [ host-image] Dec 12 22:28:52.660 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23049:20241204T192634Z |
8588 | 2024-12-12T22:28:53.364Z | [ host-image] Dec 12 22:28:52.661 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23049:20241204T192635Z |
8589 | 2024-12-12T22:28:53.364Z | [ host-image] Dec 12 22:28:52.661 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23049:20241204T192635Z |
8590 | 2024-12-12T22:28:53.367Z | [ host-image] Dec 12 22:28:52.662 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23049:20241204T192635Z |
8591 | 2024-12-12T22:28:53.367Z | [ host-image] Dec 12 22:28:52.662 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8592 | 2024-12-12T22:28:53.367Z | [ host-image] Dec 12 22:28:52.662 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8593 | 2024-12-12T22:28:53.367Z | [ host-image] Dec 12 22:28:52.663 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23049:20241204T192637Z |
8594 | 2024-12-12T22:28:53.367Z | [ host-image] Dec 12 22:28:52.664 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23049:20241204T192637Z |
8595 | 2024-12-12T22:28:53.367Z | [ host-image] Dec 12 22:28:52.664 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8596 | 2024-12-12T22:28:53.367Z | [ host-image] Dec 12 22:28:52.664 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8597 | 2024-12-12T22:28:53.370Z | [ host-image] Dec 12 22:28:52.664 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8598 | 2024-12-12T22:28:53.370Z | [ host-image] Dec 12 22:28:52.665 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8599 | 2024-12-12T22:28:53.370Z | [ host-image] Dec 12 22:28:52.665 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8600 | 2024-12-12T22:28:53.370Z | [ host-image] Dec 12 22:28:52.666 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8601 | 2024-12-12T22:28:53.470Z | [ host-image] Dec 12 22:28:52.669 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8602 | 2024-12-12T22:28:53.470Z | [ host-image] Dec 12 22:28:52.669 INFO O| tempdir @ "/tmp/.tmpWOZXH0/tmp" |
8603 | 2024-12-12T22:28:53.470Z | [ host-image] Dec 12 22:28:52.669 INFO O| image root @ "/tmp/.tmpWOZXH0/tmp/root" |
8604 | 2024-12-12T22:28:53.470Z | [ host-image] Dec 12 22:28:52.669 INFO O| creating image... |
8605 | 2024-12-12T22:28:54.503Z | [ host-image] Dec 12 22:28:53.800 INFO O| copying publishers... |
8606 | 2024-12-12T22:28:56.854Z | [ recovery-image] Dec 12 22:28:56.151 INFO O| Dec 12 22:28:56.151 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8607 | 2024-12-12T22:28:56.854Z | [ recovery-image] Dec 12 22:28:56.151 INFO O| Dec 12 22:28:56.151 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8608 | 2024-12-12T22:28:56.857Z | [ recovery-image] Dec 12 22:28:56.151 INFO O| Dec 12 22:28:56.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8609 | 2024-12-12T22:28:56.857Z | [ recovery-image] Dec 12 22:28:56.151 INFO O| Dec 12 22:28:56.151 INFO completed processing gimlet/zfs-recovery |
8610 | 2024-12-12T22:28:56.857Z | [ recovery-image] Dec 12 22:28:56.151 INFO O| Dec 12 22:28:56.151 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8611 | 2024-12-12T22:28:57.118Z | [ recovery-image] Dec 12 22:28:56.415 INFO O| Dec 12 22:28:56.415 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8612 | 2024-12-12T22:28:57.248Z | [ recovery-image] Dec 12 22:28:56.545 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n" |
8613 | 2024-12-12T22:28:57.250Z | [ recovery-image] Dec 12 22:28:56.546 INFO expanded image name: "recovery b354f8b/${os_short_commit} 2024-12-12 21:58" -> "recovery b354f8b/92ea229 2024-12-12 21:58" |
8614 | 2024-12-12T22:28:57.250Z | [ recovery-image] Dec 12 22:28:56.546 INFO output artefacts stored in: "/work/os-recovery" |
8615 | 2024-12-12T22:28:57.250Z | [ recovery-image] Dec 12 22:28:56.547 INFO collecting git info from project "chelsio-t6-roms"... |
8616 | 2024-12-12T22:28:57.309Z | [ recovery-image] Dec 12 22:28:56.606 INFO collecting git info from project "pinprick"... |
8617 | 2024-12-12T22:28:57.320Z | [ recovery-image] Dec 12 22:28:56.616 INFO collecting git info from project "image-builder"... |
8618 | 2024-12-12T22:28:57.330Z | [ recovery-image] Dec 12 22:28:56.627 INFO collecting git info from project "amd-host-image-builder"... |
8619 | 2024-12-12T22:28:57.842Z | [ recovery-image] Dec 12 22:28:57.139 INFO collecting git info from project "pilot"... |
8620 | 2024-12-12T22:28:57.864Z | [ recovery-image] Dec 12 22:28:57.162 INFO collecting git info from project "phbl"... |
8621 | 2024-12-12T22:28:57.876Z | [ recovery-image] Dec 12 22:28:57.173 INFO collecting git info from project "bootserver"... |
8622 | 2024-12-12T22:28:57.905Z | [ recovery-image] Dec 12 22:28:57.202 INFO collecting git info from project "amd-firmware"... |
8623 | 2024-12-12T22:28:58.547Z | [ recovery-image] Dec 12 22:28:57.844 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8624 | 2024-12-12T22:28:59.471Z | [ recovery-image] Dec 12 22:28:58.768 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8625 | 2024-12-12T22:29:00.179Z | [ recovery-image] Dec 12 22:28:59.476 INFO creating Oxide boot image... |
8626 | 2024-12-12T22:29:00.179Z | [ recovery-image] Dec 12 22:28:59.476 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery b354f8b/92ea229 2024-12-12 21:58", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8627 | 2024-12-12T22:29:14.968Z | [ host-image] Dec 12 22:29:14.266 INFO O| adding properties... |
8628 | 2024-12-12T22:29:17.458Z | [ host-image] Dec 12 22:29:16.756 INFO O| installing packages... |
8629 | 2024-12-12T22:29:48.335Z | [ host-image] Dec 12 22:29:47.633 INFO O| seeding SMF database... |
8630 | 2024-12-12T22:30:01.414Z | [ host-image] Dec 12 22:30:00.712 INFO O| configuring SMF profile... |
8631 | 2024-12-12T22:30:01.417Z | [ host-image] Dec 12 22:30:00.713 INFO O| modifying shadow(5)... |
8632 | 2024-12-12T22:30:01.417Z | [ host-image] Dec 12 22:30:00.713 INFO O| loading user and group database... |
8633 | 2024-12-12T22:30:01.417Z | [ host-image] Dec 12 22:30:00.713 INFO O| assessing packaged files... |
8634 | 2024-12-12T22:30:07.265Z | [ host-image] Dec 12 22:30:06.564 INFO O| creating archive... |
8635 | 2024-12-12T22:30:07.328Z | [ host-image] Dec 12 22:30:06.627 INFO O| missing from packaging: |
8636 | 2024-12-12T22:30:07.328Z | [ host-image] Dec 12 22:30:06.627 INFO O| "etc/.pwd.lock" |
8637 | 2024-12-12T22:30:07.331Z | [ host-image] Dec 12 22:30:06.627 INFO O| "etc/bash" |
8638 | 2024-12-12T22:30:07.338Z | [ host-image] Dec 12 22:30:06.637 INFO O| "etc/svc/profile/generic.xml" |
8639 | 2024-12-12T22:30:07.338Z | [ host-image] Dec 12 22:30:06.637 INFO O| "etc/svc/profile/inetd_services.xml" |
8640 | 2024-12-12T22:30:07.341Z | [ host-image] Dec 12 22:30:06.637 INFO O| "etc/svc/profile/name_service.xml" |
8641 | 2024-12-12T22:30:07.341Z | [ host-image] Dec 12 22:30:06.637 INFO O| "etc/svc/profile/platform.xml" |
8642 | 2024-12-12T22:30:07.341Z | [ host-image] Dec 12 22:30:06.637 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8643 | 2024-12-12T22:30:07.341Z | [ host-image] Dec 12 22:30:06.637 INFO O| "etc/svc/repository.db" |
8644 | 2024-12-12T22:30:07.356Z | [ host-image] Dec 12 22:30:06.655 INFO O| "opt/ooce/share" |
8645 | 2024-12-12T22:30:07.356Z | [ host-image] Dec 12 22:30:06.655 INFO O| "opt/ooce/share/man" |
8646 | 2024-12-12T22:30:07.359Z | [ host-image] Dec 12 22:30:06.655 INFO O| "opt/ooce/share/man/man1" |
8647 | 2024-12-12T22:30:07.372Z | [ host-image] Dec 12 22:30:06.671 INFO O| finishing archive... |
8648 | 2024-12-12T22:30:11.263Z | [ recovery-image] Dec 12 22:30:10.560 INFO O| ok, image written! |
8649 | 2024-12-12T22:30:11.263Z | [ recovery-image] Dec 12 22:30:10.560 INFO O| ok, boot_image_csum file written! |
8650 | 2024-12-12T22:30:11.269Z | [ recovery-image] Dec 12 22:30:10.568 INFO creating boot archive (CPIO)... |
8651 | 2024-12-12T22:30:11.271Z | [ recovery-image] Dec 12 22:30:10.568 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 |
8652 | 2024-12-12T22:30:11.289Z | [ recovery-image] Dec 12 22:30:10.588 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8653 | 2024-12-12T22:30:11.289Z | [ recovery-image] Dec 12 22:30:10.588 INFO E| + outfile=/work/os-recovery/cpio |
8654 | 2024-12-12T22:30:11.292Z | [ recovery-image] Dec 12 22:30:10.588 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8655 | 2024-12-12T22:30:11.294Z | [ recovery-image] Dec 12 22:30:10.592 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8656 | 2024-12-12T22:30:11.294Z | [ recovery-image] Dec 12 22:30:10.592 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8657 | 2024-12-12T22:30:11.340Z | [ recovery-image] Dec 12 22:30:10.639 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8658 | 2024-12-12T22:30:11.340Z | [ recovery-image] Dec 12 22:30:10.639 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8659 | 2024-12-12T22:30:11.351Z | [ recovery-image] Dec 12 22:30:10.650 INFO creating compressed cpio/unix for nanobl-rs... |
8660 | 2024-12-12T22:30:11.351Z | [ recovery-image] Dec 12 22:30:10.650 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 |
8661 | 2024-12-12T22:30:11.614Z | [ host-image] Dec 12 22:30:10.913 INFO O| creating gzonly manifest... |
8662 | 2024-12-12T22:30:11.626Z | [ host-image] Dec 12 22:30:10.925 INFO O| ok |
8663 | 2024-12-12T22:30:11.816Z | [ recovery-image] Dec 12 22:30:11.102 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8664 | 2024-12-12T22:30:11.842Z | [ host-image] Dec 12 22:30:11.141 INFO image builder template: ramdisk-02-trim... |
8665 | 2024-12-12T22:30:11.843Z | [ host-image] Dec 12 22:30:11.141 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/.tmpDFpJbY/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 |
8666 | 2024-12-12T22:30:11.879Z | [ host-image] Dec 12 22:30:11.178 INFO O| Dec 12 22:30:11.177 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8667 | 2024-12-12T22:30:11.907Z | [ host-image] Dec 12 22:30:11.205 INFO O| Dec 12 22:30:11.205 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8668 | 2024-12-12T22:30:12.078Z | [ host-image] Dec 12 22:30:11.376 INFO O| Dec 12 22:30:11.376 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8669 | 2024-12-12T22:30:12.221Z | [ host-image] Dec 12 22:30:11.520 INFO O| Dec 12 22:30:11.519 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8670 | 2024-12-12T22:30:12.223Z | [ host-image] Dec 12 22:30:11.520 INFO O| Dec 12 22:30:11.520 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8671 | 2024-12-12T22:30:12.232Z | [ host-image] Dec 12 22:30:11.530 INFO O| Dec 12 22:30:11.529 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8672 | 2024-12-12T22:30:12.238Z | [ host-image] Dec 12 22:30:11.537 INFO O| Dec 12 22:30:11.537 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8673 | 2024-12-12T22:30:12.247Z | [ host-image] Dec 12 22:30:11.545 INFO O| Dec 12 22:30:11.545 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8674 | 2024-12-12T22:30:12.899Z | [ host-image] Dec 12 22:30:12.197 INFO O| Dec 12 22:30:12.197 INFO rolled back to input snapshot; work may begin |
8675 | 2024-12-12T22:30:12.899Z | [ host-image] Dec 12 22:30:12.198 INFO O| Dec 12 22:30:12.197 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8676 | 2024-12-12T22:30:12.907Z | [ host-image] Dec 12 22:30:12.206 INFO O| Dec 12 22:30:12.206 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8677 | 2024-12-12T22:30:12.924Z | [ host-image] Dec 12 22:30:12.223 INFO O| Dec 12 22:30:12.223 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8678 | 2024-12-12T22:30:13.167Z | [ host-image] Dec 12 22:30:12.465 INFO O| Dec 12 22:30:12.465 INFO STEP 0 (remove_files) COMPLETE |
8679 | 2024-12-12T22:30:13.167Z | [ host-image] Dec 12 22:30:12.466 INFO O| Dec 12 22:30:12.465 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8680 | 2024-12-12T22:30:13.207Z | [ host-image] Dec 12 22:30:12.506 INFO O| Dec 12 22:30:12.506 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8681 | 2024-12-12T22:30:13.211Z | [ host-image] Dec 12 22:30:12.509 INFO O| Dec 12 22:30:12.508 INFO STEP 1 (remove_files) COMPLETE |
8682 | 2024-12-12T22:30:13.211Z | [ host-image] Dec 12 22:30:12.509 INFO O| Dec 12 22:30:12.508 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8683 | 2024-12-12T22:30:13.246Z | [ host-image] Dec 12 22:30:12.545 INFO O| Dec 12 22:30:12.545 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8684 | 2024-12-12T22:30:13.266Z | [ host-image] Dec 12 22:30:12.565 INFO O| Dec 12 22:30:12.564 INFO STEP 2 (remove_files) COMPLETE |
8685 | 2024-12-12T22:30:13.266Z | [ host-image] Dec 12 22:30:12.565 INFO O| Dec 12 22:30:12.565 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8686 | 2024-12-12T22:30:13.282Z | [ host-image] Dec 12 22:30:12.581 INFO O| Dec 12 22:30:12.581 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8687 | 2024-12-12T22:30:13.285Z | [ host-image] Dec 12 22:30:12.584 INFO O| Dec 12 22:30:12.584 INFO STEP 3 (remove_files) COMPLETE |
8688 | 2024-12-12T22:30:13.285Z | [ host-image] Dec 12 22:30:12.584 INFO O| Dec 12 22:30:12.584 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8689 | 2024-12-12T22:30:13.300Z | [ host-image] Dec 12 22:30:12.599 INFO O| Dec 12 22:30:12.598 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8690 | 2024-12-12T22:30:13.305Z | [ host-image] Dec 12 22:30:12.604 INFO O| Dec 12 22:30:12.604 INFO STEP 4 (remove_files) COMPLETE |
8691 | 2024-12-12T22:30:13.305Z | [ host-image] Dec 12 22:30:12.604 INFO O| Dec 12 22:30:12.604 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8692 | 2024-12-12T22:30:13.321Z | [ host-image] Dec 12 22:30:12.620 INFO O| Dec 12 22:30:12.620 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8693 | 2024-12-12T22:30:13.326Z | [ host-image] Dec 12 22:30:12.625 INFO O| Dec 12 22:30:12.625 INFO STEP 5 (remove_files) COMPLETE |
8694 | 2024-12-12T22:30:13.329Z | [ host-image] Dec 12 22:30:12.625 INFO O| Dec 12 22:30:12.625 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8695 | 2024-12-12T22:30:13.343Z | [ host-image] Dec 12 22:30:12.642 INFO O| Dec 12 22:30:12.642 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8696 | 2024-12-12T22:30:13.361Z | [ host-image] Dec 12 22:30:12.660 INFO O| Dec 12 22:30:12.660 INFO STEP 6 (remove_files) COMPLETE |
8697 | 2024-12-12T22:30:13.361Z | [ host-image] Dec 12 22:30:12.660 INFO O| Dec 12 22:30:12.660 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8698 | 2024-12-12T22:30:13.493Z | [ host-image] Dec 12 22:30:12.792 INFO O| Dec 12 22:30:12.792 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8699 | 2024-12-12T22:30:13.518Z | [ host-image] Dec 12 22:30:12.817 INFO O| Dec 12 22:30:12.817 INFO STEP 7 (remove_files) COMPLETE |
8700 | 2024-12-12T22:30:13.518Z | [ host-image] Dec 12 22:30:12.817 INFO O| Dec 12 22:30:12.817 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8701 | 2024-12-12T22:30:13.551Z | [ host-image] Dec 12 22:30:12.850 INFO O| Dec 12 22:30:12.850 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8702 | 2024-12-12T22:30:13.724Z | [ host-image] Dec 12 22:30:13.022 INFO O| Dec 12 22:30:13.022 INFO STEP 8 (remove_files) COMPLETE |
8703 | 2024-12-12T22:30:13.724Z | [ host-image] Dec 12 22:30:13.022 INFO O| Dec 12 22:30:13.022 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8704 | 2024-12-12T22:30:13.758Z | [ host-image] Dec 12 22:30:13.055 INFO O| Dec 12 22:30:13.054 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8705 | 2024-12-12T22:30:13.912Z | [ host-image] Dec 12 22:30:13.210 INFO O| Dec 12 22:30:13.210 INFO STEP 9 (remove_files) COMPLETE |
8706 | 2024-12-12T22:30:13.912Z | [ host-image] Dec 12 22:30:13.210 INFO O| Dec 12 22:30:13.210 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8707 | 2024-12-12T22:30:13.929Z | [ host-image] Dec 12 22:30:13.228 INFO O| Dec 12 22:30:13.227 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8708 | 2024-12-12T22:30:13.934Z | [ host-image] Dec 12 22:30:13.233 INFO O| Dec 12 22:30:13.233 INFO STEP 10 (remove_files) COMPLETE |
8709 | 2024-12-12T22:30:13.934Z | [ host-image] Dec 12 22:30:13.233 INFO O| Dec 12 22:30:13.233 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8710 | 2024-12-12T22:30:13.954Z | [ host-image] Dec 12 22:30:13.253 INFO O| Dec 12 22:30:13.252 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8711 | 2024-12-12T22:30:13.956Z | [ host-image] Dec 12 22:30:13.254 INFO O| Dec 12 22:30:13.254 INFO STEP 11 (remove_files) COMPLETE |
8712 | 2024-12-12T22:30:13.957Z | [ host-image] Dec 12 22:30:13.254 INFO O| Dec 12 22:30:13.254 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8713 | 2024-12-12T22:30:13.988Z | [ host-image] Dec 12 22:30:13.287 INFO O| Dec 12 22:30:13.287 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8714 | 2024-12-12T22:30:13.992Z | [ host-image] Dec 12 22:30:13.290 INFO O| Dec 12 22:30:13.289 INFO STEP 12 (remove_files) COMPLETE |
8715 | 2024-12-12T22:30:13.992Z | [ host-image] Dec 12 22:30:13.290 INFO O| Dec 12 22:30:13.290 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8716 | 2024-12-12T22:30:14.621Z | [ host-image] Dec 12 22:30:13.919 INFO O| Dec 12 22:30:13.919 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8717 | 2024-12-12T22:30:14.624Z | [ host-image] Dec 12 22:30:13.923 INFO O| Dec 12 22:30:13.923 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8718 | 2024-12-12T22:30:14.646Z | [ host-image] Dec 12 22:30:13.945 INFO O| Dec 12 22:30:13.944 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8719 | 2024-12-12T22:30:14.657Z | [ host-image] Dec 12 22:30:13.956 INFO O| Dec 12 22:30:13.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8720 | 2024-12-12T22:30:14.736Z | [ host-image] Dec 12 22:30:14.034 INFO O| Dec 12 22:30:14.034 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8721 | 2024-12-12T22:30:14.736Z | [ host-image] Dec 12 22:30:14.034 INFO O| Dec 12 22:30:14.034 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8722 | 2024-12-12T22:30:14.736Z | [ host-image] Dec 12 22:30:14.035 INFO O| Dec 12 22:30:14.035 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8723 | 2024-12-12T22:30:14.739Z | [ host-image] Dec 12 22:30:14.035 INFO O| Dec 12 22:30:14.035 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8724 | 2024-12-12T22:30:14.739Z | [ host-image] Dec 12 22:30:14.035 INFO O| Dec 12 22:30:14.035 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8725 | 2024-12-12T22:30:14.739Z | [ host-image] Dec 12 22:30:14.036 INFO O| Dec 12 22:30:14.036 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8726 | 2024-12-12T22:30:14.739Z | [ host-image] Dec 12 22:30:14.036 INFO O| Dec 12 22:30:14.036 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8727 | 2024-12-12T22:30:14.739Z | [ host-image] Dec 12 22:30:14.036 INFO O| Dec 12 22:30:14.036 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8728 | 2024-12-12T22:30:14.739Z | [ host-image] Dec 12 22:30:14.036 INFO O| Dec 12 22:30:14.036 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8729 | 2024-12-12T22:30:14.739Z | [ host-image] Dec 12 22:30:14.036 INFO O| Dec 12 22:30:14.036 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8730 | 2024-12-12T22:30:14.739Z | [ host-image] Dec 12 22:30:14.037 INFO O| Dec 12 22:30:14.036 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8731 | 2024-12-12T22:30:14.739Z | [ host-image] Dec 12 22:30:14.037 INFO O| Dec 12 22:30:14.037 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8732 | 2024-12-12T22:30:14.739Z | [ host-image] Dec 12 22:30:14.037 INFO O| Dec 12 22:30:14.037 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8733 | 2024-12-12T22:30:14.739Z | [ host-image] Dec 12 22:30:14.037 INFO O| Dec 12 22:30:14.037 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8734 | 2024-12-12T22:30:14.739Z | [ host-image] Dec 12 22:30:14.037 INFO O| Dec 12 22:30:14.037 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8735 | 2024-12-12T22:30:14.739Z | [ host-image] Dec 12 22:30:14.037 INFO O| Dec 12 22:30:14.037 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8736 | 2024-12-12T22:30:14.778Z | [ host-image] Dec 12 22:30:14.076 INFO O| Dec 12 22:30:14.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8737 | 2024-12-12T22:30:14.780Z | [ host-image] Dec 12 22:30:14.077 INFO O| Dec 12 22:30:14.077 INFO STEP 13 (remove_files) COMPLETE |
8738 | 2024-12-12T22:30:14.780Z | [ host-image] Dec 12 22:30:14.077 INFO O| Dec 12 22:30:14.077 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8739 | 2024-12-12T22:30:14.836Z | [ host-image] Dec 12 22:30:14.135 INFO O| Dec 12 22:30:14.135 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8740 | 2024-12-12T22:30:14.839Z | [ host-image] Dec 12 22:30:14.138 INFO O| Dec 12 22:30:14.138 INFO STEP 14 (remove_files) COMPLETE |
8741 | 2024-12-12T22:30:14.839Z | [ host-image] Dec 12 22:30:14.138 INFO O| Dec 12 22:30:14.138 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8742 | 2024-12-12T22:30:14.875Z | [ host-image] Dec 12 22:30:14.174 INFO O| Dec 12 22:30:14.174 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8743 | 2024-12-12T22:30:14.887Z | [ host-image] Dec 12 22:30:14.185 INFO O| Dec 12 22:30:14.185 INFO STEP 15 (remove_files) COMPLETE |
8744 | 2024-12-12T22:30:14.889Z | [ host-image] Dec 12 22:30:14.185 INFO O| Dec 12 22:30:14.185 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8745 | 2024-12-12T22:30:14.940Z | [ host-image] Dec 12 22:30:14.239 INFO O| Dec 12 22:30:14.239 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8746 | 2024-12-12T22:30:14.943Z | [ host-image] Dec 12 22:30:14.240 INFO O| Dec 12 22:30:14.239 INFO STEP 16 (remove_files) COMPLETE |
8747 | 2024-12-12T22:30:14.943Z | [ host-image] Dec 12 22:30:14.240 INFO O| Dec 12 22:30:14.240 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8748 | 2024-12-12T22:30:14.979Z | [ host-image] Dec 12 22:30:14.278 INFO O| Dec 12 22:30:14.278 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8749 | 2024-12-12T22:30:14.982Z | [ host-image] Dec 12 22:30:14.280 INFO O| Dec 12 22:30:14.280 INFO STEP 17 (remove_files) COMPLETE |
8750 | 2024-12-12T22:30:14.983Z | [ host-image] Dec 12 22:30:14.280 INFO O| Dec 12 22:30:14.280 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8751 | 2024-12-12T22:30:15.024Z | [ host-image] Dec 12 22:30:14.323 INFO O| Dec 12 22:30:14.323 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8752 | 2024-12-12T22:30:15.027Z | [ host-image] Dec 12 22:30:14.323 INFO O| Dec 12 22:30:14.323 INFO STEP 18 (remove_files) COMPLETE |
8753 | 2024-12-12T22:30:15.027Z | [ host-image] Dec 12 22:30:14.324 INFO O| Dec 12 22:30:14.323 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8754 | 2024-12-12T22:30:15.043Z | [ host-image] Dec 12 22:30:14.342 INFO O| Dec 12 22:30:14.342 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8755 | 2024-12-12T22:30:15.046Z | [ host-image] Dec 12 22:30:14.342 INFO O| Dec 12 22:30:14.342 INFO STEP 19 (remove_files) COMPLETE |
8756 | 2024-12-12T22:30:15.046Z | [ host-image] Dec 12 22:30:14.342 INFO O| Dec 12 22:30:14.342 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8757 | 2024-12-12T22:30:15.079Z | [ host-image] Dec 12 22:30:14.378 INFO O| Dec 12 22:30:14.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8758 | 2024-12-12T22:30:15.079Z | [ host-image] Dec 12 22:30:14.378 INFO O| Dec 12 22:30:14.378 INFO STEP 20 (remove_files) COMPLETE |
8759 | 2024-12-12T22:30:15.082Z | [ host-image] Dec 12 22:30:14.378 INFO O| Dec 12 22:30:14.378 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8760 | 2024-12-12T22:30:15.137Z | [ host-image] Dec 12 22:30:14.436 INFO O| Dec 12 22:30:14.436 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8761 | 2024-12-12T22:30:15.140Z | [ host-image] Dec 12 22:30:14.436 INFO O| Dec 12 22:30:14.436 INFO STEP 21 (remove_files) COMPLETE |
8762 | 2024-12-12T22:30:15.140Z | [ host-image] Dec 12 22:30:14.436 INFO O| Dec 12 22:30:14.436 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8763 | 2024-12-12T22:30:15.202Z | [ host-image] Dec 12 22:30:14.501 INFO O| Dec 12 22:30:14.501 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8764 | 2024-12-12T22:30:15.202Z | [ host-image] Dec 12 22:30:14.501 INFO O| Dec 12 22:30:14.501 INFO STEP 22 (remove_files) COMPLETE |
8765 | 2024-12-12T22:30:15.205Z | [ host-image] Dec 12 22:30:14.501 INFO O| Dec 12 22:30:14.501 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8766 | 2024-12-12T22:30:15.221Z | [ host-image] Dec 12 22:30:14.519 INFO O| Dec 12 22:30:14.519 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8767 | 2024-12-12T22:30:15.221Z | [ host-image] Dec 12 22:30:14.520 INFO O| Dec 12 22:30:14.520 INFO STEP 23 (remove_files) COMPLETE |
8768 | 2024-12-12T22:30:15.223Z | [ host-image] Dec 12 22:30:14.520 INFO O| Dec 12 22:30:14.520 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8769 | 2024-12-12T22:30:15.248Z | [ host-image] Dec 12 22:30:14.547 INFO O| Dec 12 22:30:14.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8770 | 2024-12-12T22:30:15.248Z | [ host-image] Dec 12 22:30:14.547 INFO O| Dec 12 22:30:14.547 INFO STEP 24 (remove_files) COMPLETE |
8771 | 2024-12-12T22:30:15.251Z | [ host-image] Dec 12 22:30:14.548 INFO O| Dec 12 22:30:14.547 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8772 | 2024-12-12T22:30:15.282Z | [ host-image] Dec 12 22:30:14.581 INFO O| Dec 12 22:30:14.581 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8773 | 2024-12-12T22:30:15.282Z | [ host-image] Dec 12 22:30:14.581 INFO O| Dec 12 22:30:14.581 INFO STEP 25 (remove_files) COMPLETE |
8774 | 2024-12-12T22:30:15.285Z | [ host-image] Dec 12 22:30:14.581 INFO O| Dec 12 22:30:14.581 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8775 | 2024-12-12T22:30:15.301Z | [ host-image] Dec 12 22:30:14.600 INFO O| Dec 12 22:30:14.600 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8776 | 2024-12-12T22:30:15.301Z | [ host-image] Dec 12 22:30:14.600 INFO O| Dec 12 22:30:14.600 INFO STEP 26 (remove_files) COMPLETE |
8777 | 2024-12-12T22:30:15.304Z | [ host-image] Dec 12 22:30:14.600 INFO O| Dec 12 22:30:14.600 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8778 | 2024-12-12T22:30:15.333Z | [ host-image] Dec 12 22:30:14.632 INFO O| Dec 12 22:30:14.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8779 | 2024-12-12T22:30:15.333Z | [ host-image] Dec 12 22:30:14.632 INFO O| Dec 12 22:30:14.632 INFO STEP 27 (remove_files) COMPLETE |
8780 | 2024-12-12T22:30:15.333Z | [ host-image] Dec 12 22:30:14.632 INFO O| Dec 12 22:30:14.632 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8781 | 2024-12-12T22:30:15.367Z | [ host-image] Dec 12 22:30:14.666 INFO O| Dec 12 22:30:14.666 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8782 | 2024-12-12T22:30:15.367Z | [ host-image] Dec 12 22:30:14.666 INFO O| Dec 12 22:30:14.666 INFO STEP 28 (remove_files) COMPLETE |
8783 | 2024-12-12T22:30:15.367Z | [ host-image] Dec 12 22:30:14.666 INFO O| Dec 12 22:30:14.666 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8784 | 2024-12-12T22:30:15.405Z | [ host-image] Dec 12 22:30:14.704 INFO O| Dec 12 22:30:14.704 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8785 | 2024-12-12T22:30:15.405Z | [ host-image] Dec 12 22:30:14.704 INFO O| Dec 12 22:30:14.704 INFO STEP 29 (remove_files) COMPLETE |
8786 | 2024-12-12T22:30:15.405Z | [ host-image] Dec 12 22:30:14.704 INFO O| Dec 12 22:30:14.704 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8787 | 2024-12-12T22:30:15.432Z | [ host-image] Dec 12 22:30:14.731 INFO O| Dec 12 22:30:14.731 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8788 | 2024-12-12T22:30:15.432Z | [ host-image] Dec 12 22:30:14.731 INFO O| Dec 12 22:30:14.731 INFO STEP 30 (remove_files) COMPLETE |
8789 | 2024-12-12T22:30:15.435Z | [ host-image] Dec 12 22:30:14.731 INFO O| Dec 12 22:30:14.731 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8790 | 2024-12-12T22:30:15.507Z | [ host-image] Dec 12 22:30:14.806 INFO O| Dec 12 22:30:14.806 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8791 | 2024-12-12T22:30:15.507Z | [ host-image] Dec 12 22:30:14.806 INFO O| Dec 12 22:30:14.806 INFO STEP 31 (remove_files) COMPLETE |
8792 | 2024-12-12T22:30:15.507Z | [ host-image] Dec 12 22:30:14.806 INFO O| Dec 12 22:30:14.806 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8793 | 2024-12-12T22:30:15.551Z | [ host-image] Dec 12 22:30:14.850 INFO O| Dec 12 22:30:14.850 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8794 | 2024-12-12T22:30:15.551Z | [ host-image] Dec 12 22:30:14.850 INFO O| Dec 12 22:30:14.850 INFO STEP 32 (remove_files) COMPLETE |
8795 | 2024-12-12T22:30:15.554Z | [ host-image] Dec 12 22:30:14.850 INFO O| Dec 12 22:30:14.850 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8796 | 2024-12-12T22:30:15.590Z | [ host-image] Dec 12 22:30:14.888 INFO O| Dec 12 22:30:14.888 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8797 | 2024-12-12T22:30:15.590Z | [ host-image] Dec 12 22:30:14.888 INFO O| Dec 12 22:30:14.888 INFO STEP 33 (remove_files) COMPLETE |
8798 | 2024-12-12T22:30:15.590Z | [ host-image] Dec 12 22:30:14.888 INFO O| Dec 12 22:30:14.888 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8799 | 2024-12-12T22:30:15.607Z | [ host-image] Dec 12 22:30:14.905 INFO O| Dec 12 22:30:14.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8800 | 2024-12-12T22:30:15.607Z | [ host-image] Dec 12 22:30:14.905 INFO O| Dec 12 22:30:14.905 INFO STEP 34 (remove_files) COMPLETE |
8801 | 2024-12-12T22:30:15.607Z | [ host-image] Dec 12 22:30:14.905 INFO O| Dec 12 22:30:14.905 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8802 | 2024-12-12T22:30:15.640Z | [ host-image] Dec 12 22:30:14.938 INFO O| Dec 12 22:30:14.938 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8803 | 2024-12-12T22:30:15.640Z | [ host-image] Dec 12 22:30:14.939 INFO O| Dec 12 22:30:14.939 INFO STEP 35 (remove_files) COMPLETE |
8804 | 2024-12-12T22:30:15.640Z | [ host-image] Dec 12 22:30:14.939 INFO O| Dec 12 22:30:14.939 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8805 | 2024-12-12T22:30:15.684Z | [ host-image] Dec 12 22:30:14.983 INFO O| Dec 12 22:30:14.983 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8806 | 2024-12-12T22:30:15.687Z | [ host-image] Dec 12 22:30:14.983 INFO O| Dec 12 22:30:14.983 INFO STEP 36 (remove_files) COMPLETE |
8807 | 2024-12-12T22:30:15.687Z | [ host-image] Dec 12 22:30:14.983 INFO O| Dec 12 22:30:14.983 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8808 | 2024-12-12T22:30:15.699Z | [ host-image] Dec 12 22:30:14.998 INFO O| Dec 12 22:30:14.998 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8809 | 2024-12-12T22:30:15.702Z | [ host-image] Dec 12 22:30:14.999 INFO O| Dec 12 22:30:14.998 INFO STEP 37 (remove_files) COMPLETE |
8810 | 2024-12-12T22:30:15.702Z | [ host-image] Dec 12 22:30:14.999 INFO O| Dec 12 22:30:14.999 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8811 | 2024-12-12T22:30:15.715Z | [ host-image] Dec 12 22:30:15.014 INFO O| Dec 12 22:30:15.013 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8812 | 2024-12-12T22:30:15.718Z | [ host-image] Dec 12 22:30:15.014 INFO O| Dec 12 22:30:15.014 INFO STEP 38 (remove_files) COMPLETE |
8813 | 2024-12-12T22:30:15.718Z | [ host-image] Dec 12 22:30:15.014 INFO O| Dec 12 22:30:15.014 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8814 | 2024-12-12T22:30:15.731Z | [ host-image] Dec 12 22:30:15.030 INFO O| Dec 12 22:30:15.030 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8815 | 2024-12-12T22:30:15.733Z | [ host-image] Dec 12 22:30:15.030 INFO O| Dec 12 22:30:15.030 INFO STEP 39 (remove_files) COMPLETE |
8816 | 2024-12-12T22:30:15.733Z | [ host-image] Dec 12 22:30:15.030 INFO O| Dec 12 22:30:15.030 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8817 | 2024-12-12T22:30:15.767Z | [ host-image] Dec 12 22:30:15.066 INFO O| Dec 12 22:30:15.066 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8818 | 2024-12-12T22:30:15.770Z | [ host-image] Dec 12 22:30:15.066 INFO O| Dec 12 22:30:15.066 INFO STEP 40 (remove_files) COMPLETE |
8819 | 2024-12-12T22:30:15.770Z | [ host-image] Dec 12 22:30:15.066 INFO O| Dec 12 22:30:15.066 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8820 | 2024-12-12T22:30:15.785Z | [ host-image] Dec 12 22:30:15.084 INFO O| Dec 12 22:30:15.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8821 | 2024-12-12T22:30:15.787Z | [ host-image] Dec 12 22:30:15.084 INFO O| Dec 12 22:30:15.084 INFO STEP 41 (remove_files) COMPLETE |
8822 | 2024-12-12T22:30:15.787Z | [ host-image] Dec 12 22:30:15.084 INFO O| Dec 12 22:30:15.084 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8823 | 2024-12-12T22:30:15.803Z | [ host-image] Dec 12 22:30:15.102 INFO O| Dec 12 22:30:15.102 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8824 | 2024-12-12T22:30:15.806Z | [ host-image] Dec 12 22:30:15.103 INFO O| Dec 12 22:30:15.103 INFO STEP 42 (remove_files) COMPLETE |
8825 | 2024-12-12T22:30:15.806Z | [ host-image] Dec 12 22:30:15.103 INFO O| Dec 12 22:30:15.103 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8826 | 2024-12-12T22:30:15.822Z | [ host-image] Dec 12 22:30:15.121 INFO O| Dec 12 22:30:15.121 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8827 | 2024-12-12T22:30:15.825Z | [ host-image] Dec 12 22:30:15.121 INFO O| Dec 12 22:30:15.121 INFO STEP 43 (remove_files) COMPLETE |
8828 | 2024-12-12T22:30:15.825Z | [ host-image] Dec 12 22:30:15.121 INFO O| Dec 12 22:30:15.121 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8829 | 2024-12-12T22:30:15.848Z | [ host-image] Dec 12 22:30:15.147 INFO O| Dec 12 22:30:15.147 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8830 | 2024-12-12T22:30:15.848Z | [ host-image] Dec 12 22:30:15.147 INFO O| Dec 12 22:30:15.147 INFO STEP 44 (remove_files) COMPLETE |
8831 | 2024-12-12T22:30:15.848Z | [ host-image] Dec 12 22:30:15.147 INFO O| Dec 12 22:30:15.147 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8832 | 2024-12-12T22:30:15.880Z | [ host-image] Dec 12 22:30:15.179 INFO O| Dec 12 22:30:15.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8833 | 2024-12-12T22:30:15.880Z | [ host-image] Dec 12 22:30:15.179 INFO O| Dec 12 22:30:15.179 INFO STEP 45 (remove_files) COMPLETE |
8834 | 2024-12-12T22:30:15.880Z | [ host-image] Dec 12 22:30:15.179 INFO O| Dec 12 22:30:15.179 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8835 | 2024-12-12T22:30:15.921Z | [ host-image] Dec 12 22:30:15.220 INFO O| Dec 12 22:30:15.220 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8836 | 2024-12-12T22:30:15.921Z | [ host-image] Dec 12 22:30:15.220 INFO O| Dec 12 22:30:15.220 INFO STEP 46 (remove_files) COMPLETE |
8837 | 2024-12-12T22:30:15.921Z | [ host-image] Dec 12 22:30:15.220 INFO O| Dec 12 22:30:15.220 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8838 | 2024-12-12T22:30:15.947Z | [ host-image] Dec 12 22:30:15.246 INFO O| Dec 12 22:30:15.246 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8839 | 2024-12-12T22:30:15.947Z | [ host-image] Dec 12 22:30:15.246 INFO O| Dec 12 22:30:15.246 INFO STEP 47 (remove_files) COMPLETE |
8840 | 2024-12-12T22:30:15.950Z | [ host-image] Dec 12 22:30:15.246 INFO O| Dec 12 22:30:15.246 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8841 | 2024-12-12T22:30:15.966Z | [ host-image] Dec 12 22:30:15.265 INFO O| Dec 12 22:30:15.265 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8842 | 2024-12-12T22:30:15.966Z | [ host-image] Dec 12 22:30:15.265 INFO O| Dec 12 22:30:15.265 INFO STEP 48 (remove_files) COMPLETE |
8843 | 2024-12-12T22:30:15.969Z | [ host-image] Dec 12 22:30:15.265 INFO O| Dec 12 22:30:15.265 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8844 | 2024-12-12T22:30:15.996Z | [ host-image] Dec 12 22:30:15.295 INFO O| Dec 12 22:30:15.295 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8845 | 2024-12-12T22:30:15.996Z | [ host-image] Dec 12 22:30:15.295 INFO O| Dec 12 22:30:15.295 INFO STEP 49 (remove_files) COMPLETE |
8846 | 2024-12-12T22:30:15.996Z | [ host-image] Dec 12 22:30:15.295 INFO O| Dec 12 22:30:15.295 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8847 | 2024-12-12T22:30:16.025Z | [ host-image] Dec 12 22:30:15.324 INFO O| Dec 12 22:30:15.324 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8848 | 2024-12-12T22:30:16.025Z | [ host-image] Dec 12 22:30:15.324 INFO O| Dec 12 22:30:15.324 INFO STEP 50 (remove_files) COMPLETE |
8849 | 2024-12-12T22:30:16.025Z | [ host-image] Dec 12 22:30:15.324 INFO O| Dec 12 22:30:15.324 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8850 | 2024-12-12T22:30:16.057Z | [ host-image] Dec 12 22:30:15.356 INFO O| Dec 12 22:30:15.356 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8851 | 2024-12-12T22:30:16.058Z | [ host-image] Dec 12 22:30:15.356 INFO O| Dec 12 22:30:15.356 INFO STEP 51 (remove_files) COMPLETE |
8852 | 2024-12-12T22:30:16.060Z | [ host-image] Dec 12 22:30:15.357 INFO O| Dec 12 22:30:15.356 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8853 | 2024-12-12T22:30:16.092Z | [ host-image] Dec 12 22:30:15.391 INFO O| Dec 12 22:30:15.390 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8854 | 2024-12-12T22:30:16.092Z | [ host-image] Dec 12 22:30:15.391 INFO O| Dec 12 22:30:15.391 INFO STEP 52 (remove_files) COMPLETE |
8855 | 2024-12-12T22:30:16.092Z | [ host-image] Dec 12 22:30:15.391 INFO O| Dec 12 22:30:15.391 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8856 | 2024-12-12T22:30:16.108Z | [ host-image] Dec 12 22:30:15.407 INFO O| Dec 12 22:30:15.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8857 | 2024-12-12T22:30:16.111Z | [ host-image] Dec 12 22:30:15.407 INFO O| Dec 12 22:30:15.407 INFO STEP 53 (remove_files) COMPLETE |
8858 | 2024-12-12T22:30:16.111Z | [ host-image] Dec 12 22:30:15.408 INFO O| Dec 12 22:30:15.407 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8859 | 2024-12-12T22:30:16.126Z | [ host-image] Dec 12 22:30:15.425 INFO O| Dec 12 22:30:15.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8860 | 2024-12-12T22:30:16.127Z | [ host-image] Dec 12 22:30:15.425 INFO O| Dec 12 22:30:15.425 INFO STEP 54 (remove_files) COMPLETE |
8861 | 2024-12-12T22:30:16.129Z | [ host-image] Dec 12 22:30:15.425 INFO O| Dec 12 22:30:15.425 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8862 | 2024-12-12T22:30:16.158Z | [ host-image] Dec 12 22:30:15.457 INFO O| Dec 12 22:30:15.456 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8863 | 2024-12-12T22:30:16.158Z | [ host-image] Dec 12 22:30:15.457 INFO O| Dec 12 22:30:15.457 INFO STEP 55 (remove_files) COMPLETE |
8864 | 2024-12-12T22:30:16.160Z | [ host-image] Dec 12 22:30:15.457 INFO O| Dec 12 22:30:15.457 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8865 | 2024-12-12T22:30:16.205Z | [ host-image] Dec 12 22:30:15.504 INFO O| Dec 12 22:30:15.504 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8866 | 2024-12-12T22:30:16.205Z | [ host-image] Dec 12 22:30:15.504 INFO O| Dec 12 22:30:15.504 INFO STEP 56 (remove_files) COMPLETE |
8867 | 2024-12-12T22:30:16.206Z | [ host-image] Dec 12 22:30:15.504 INFO O| Dec 12 22:30:15.504 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8868 | 2024-12-12T22:30:16.267Z | [ host-image] Dec 12 22:30:15.566 INFO O| Dec 12 22:30:15.566 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8869 | 2024-12-12T22:30:16.267Z | [ host-image] Dec 12 22:30:15.566 INFO O| Dec 12 22:30:15.566 INFO STEP 57 (remove_files) COMPLETE |
8870 | 2024-12-12T22:30:16.270Z | [ host-image] Dec 12 22:30:15.566 INFO O| Dec 12 22:30:15.566 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8871 | 2024-12-12T22:30:16.285Z | [ host-image] Dec 12 22:30:15.584 INFO O| Dec 12 22:30:15.584 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8872 | 2024-12-12T22:30:16.288Z | [ host-image] Dec 12 22:30:15.585 INFO O| Dec 12 22:30:15.585 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8873 | 2024-12-12T22:30:16.288Z | [ host-image] Dec 12 22:30:15.585 INFO O| Dec 12 22:30:15.585 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8874 | 2024-12-12T22:30:16.288Z | [ host-image] Dec 12 22:30:15.585 INFO O| Dec 12 22:30:15.585 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8875 | 2024-12-12T22:30:16.288Z | [ host-image] Dec 12 22:30:15.585 INFO O| Dec 12 22:30:15.585 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8876 | 2024-12-12T22:30:16.288Z | [ host-image] Dec 12 22:30:15.585 INFO O| Dec 12 22:30:15.585 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8877 | 2024-12-12T22:30:16.288Z | [ host-image] Dec 12 22:30:15.586 INFO O| Dec 12 22:30:15.585 INFO ok! |
8878 | 2024-12-12T22:30:16.288Z | [ host-image] Dec 12 22:30:15.586 INFO O| Dec 12 22:30:15.586 INFO STEP 58 (ensure_file) COMPLETE |
8879 | 2024-12-12T22:30:16.288Z | [ host-image] Dec 12 22:30:15.586 INFO O| Dec 12 22:30:15.586 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8880 | 2024-12-12T22:30:16.317Z | [ host-image] Dec 12 22:30:15.616 INFO O| Dec 12 22:30:15.616 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8881 | 2024-12-12T22:30:16.317Z | [ host-image] Dec 12 22:30:15.616 INFO O| Dec 12 22:30:15.616 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8882 | 2024-12-12T22:30:16.320Z | [ host-image] Dec 12 22:30:15.616 INFO O| Dec 12 22:30:15.616 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8883 | 2024-12-12T22:30:16.320Z | [ host-image] Dec 12 22:30:15.616 INFO O| Dec 12 22:30:15.616 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8884 | 2024-12-12T22:30:16.320Z | [ host-image] Dec 12 22:30:15.616 INFO O| Dec 12 22:30:15.616 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8885 | 2024-12-12T22:30:16.320Z | [ host-image] Dec 12 22:30:15.616 INFO O| Dec 12 22:30:15.616 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8886 | 2024-12-12T22:30:16.320Z | [ host-image] Dec 12 22:30:15.616 INFO O| Dec 12 22:30:15.616 INFO ok! |
8887 | 2024-12-12T22:30:16.320Z | [ host-image] Dec 12 22:30:15.616 INFO O| Dec 12 22:30:15.616 INFO STEP 59 (ensure_file) COMPLETE |
8888 | 2024-12-12T22:30:16.320Z | [ host-image] Dec 12 22:30:15.617 INFO O| Dec 12 22:30:15.616 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8889 | 2024-12-12T22:30:16.335Z | [ host-image] Dec 12 22:30:15.634 INFO O| Dec 12 22:30:15.634 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8890 | 2024-12-12T22:30:16.335Z | [ host-image] Dec 12 22:30:15.634 INFO O| Dec 12 22:30:15.634 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8891 | 2024-12-12T22:30:16.335Z | [ host-image] Dec 12 22:30:15.634 INFO O| Dec 12 22:30:15.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8892 | 2024-12-12T22:30:16.335Z | [ host-image] Dec 12 22:30:15.634 INFO O| Dec 12 22:30:15.634 INFO ok! |
8893 | 2024-12-12T22:30:16.338Z | [ host-image] Dec 12 22:30:15.634 INFO O| Dec 12 22:30:15.634 INFO STEP 60 (ensure_file) COMPLETE |
8894 | 2024-12-12T22:30:16.338Z | [ host-image] Dec 12 22:30:15.634 INFO O| Dec 12 22:30:15.634 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8895 | 2024-12-12T22:30:16.372Z | [ host-image] Dec 12 22:30:15.670 INFO O| Dec 12 22:30:15.670 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8896 | 2024-12-12T22:30:16.372Z | [ host-image] Dec 12 22:30:15.670 INFO O| Dec 12 22:30:15.670 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8897 | 2024-12-12T22:30:16.375Z | [ host-image] Dec 12 22:30:15.671 INFO O| Dec 12 22:30:15.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8898 | 2024-12-12T22:30:16.375Z | [ host-image] Dec 12 22:30:15.671 INFO O| Dec 12 22:30:15.671 INFO ok! |
8899 | 2024-12-12T22:30:16.375Z | [ host-image] Dec 12 22:30:15.671 INFO O| Dec 12 22:30:15.671 INFO STEP 61 (ensure_file) COMPLETE |
8900 | 2024-12-12T22:30:16.375Z | [ host-image] Dec 12 22:30:15.671 INFO O| Dec 12 22:30:15.671 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8901 | 2024-12-12T22:30:16.497Z | [ host-image] Dec 12 22:30:15.796 INFO O| Dec 12 22:30:15.796 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8902 | 2024-12-12T22:30:16.497Z | [ host-image] Dec 12 22:30:15.796 INFO O| Dec 12 22:30:15.796 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8903 | 2024-12-12T22:30:16.500Z | [ host-image] Dec 12 22:30:15.796 INFO O| Dec 12 22:30:15.796 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8904 | 2024-12-12T22:30:16.500Z | [ host-image] Dec 12 22:30:15.796 INFO O| Dec 12 22:30:15.796 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8905 | 2024-12-12T22:30:16.500Z | [ host-image] Dec 12 22:30:15.796 INFO O| Dec 12 22:30:15.796 INFO ok! |
8906 | 2024-12-12T22:30:16.500Z | [ host-image] Dec 12 22:30:15.796 INFO O| Dec 12 22:30:15.796 INFO STEP 62 (ensure_file) COMPLETE |
8907 | 2024-12-12T22:30:16.500Z | [ host-image] Dec 12 22:30:15.796 INFO O| Dec 12 22:30:15.796 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8908 | 2024-12-12T22:30:16.540Z | [ host-image] Dec 12 22:30:15.839 INFO O| Dec 12 22:30:15.839 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8909 | 2024-12-12T22:30:16.540Z | [ host-image] Dec 12 22:30:15.839 INFO O| Dec 12 22:30:15.839 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8910 | 2024-12-12T22:30:16.540Z | [ host-image] Dec 12 22:30:15.839 INFO O| Dec 12 22:30:15.839 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8911 | 2024-12-12T22:30:16.543Z | [ host-image] Dec 12 22:30:15.839 INFO O| Dec 12 22:30:15.839 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8912 | 2024-12-12T22:30:16.543Z | [ host-image] Dec 12 22:30:15.839 INFO O| Dec 12 22:30:15.839 INFO ok! |
8913 | 2024-12-12T22:30:16.543Z | [ host-image] Dec 12 22:30:15.839 INFO O| Dec 12 22:30:15.839 INFO STEP 63 (ensure_file) COMPLETE |
8914 | 2024-12-12T22:30:16.543Z | [ host-image] Dec 12 22:30:15.839 INFO O| Dec 12 22:30:15.839 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8915 | 2024-12-12T22:30:16.599Z | [ host-image] Dec 12 22:30:15.898 INFO O| Dec 12 22:30:15.898 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8916 | 2024-12-12T22:30:16.600Z | [ host-image] Dec 12 22:30:15.898 INFO O| Dec 12 22:30:15.898 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8917 | 2024-12-12T22:30:16.600Z | [ host-image] Dec 12 22:30:15.898 INFO O| Dec 12 22:30:15.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8918 | 2024-12-12T22:30:16.600Z | [ host-image] Dec 12 22:30:15.898 INFO O| Dec 12 22:30:15.898 INFO ok! |
8919 | 2024-12-12T22:30:16.600Z | [ host-image] Dec 12 22:30:15.898 INFO O| Dec 12 22:30:15.898 INFO STEP 64 (assemble_files) COMPLETE |
8920 | 2024-12-12T22:30:16.600Z | [ host-image] Dec 12 22:30:15.898 INFO O| Dec 12 22:30:15.898 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8921 | 2024-12-12T22:30:16.620Z | [ host-image] Dec 12 22:30:15.919 INFO O| Dec 12 22:30:15.919 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8922 | 2024-12-12T22:30:16.620Z | [ host-image] Dec 12 22:30:15.919 INFO O| Dec 12 22:30:15.919 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8923 | 2024-12-12T22:30:16.621Z | [ host-image] Dec 12 22:30:15.919 INFO O| Dec 12 22:30:15.919 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8924 | 2024-12-12T22:30:16.621Z | [ host-image] Dec 12 22:30:15.919 INFO O| Dec 12 22:30:15.919 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8925 | 2024-12-12T22:30:16.621Z | [ host-image] Dec 12 22:30:15.920 INFO O| Dec 12 22:30:15.919 INFO ok! |
8926 | 2024-12-12T22:30:16.627Z | [ host-image] Dec 12 22:30:15.920 INFO O| Dec 12 22:30:15.920 INFO STEP 65 (ensure_file) COMPLETE |
8927 | 2024-12-12T22:30:16.627Z | [ host-image] Dec 12 22:30:15.920 INFO O| Dec 12 22:30:15.920 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8928 | 2024-12-12T22:30:16.639Z | [ host-image] Dec 12 22:30:15.938 INFO O| Dec 12 22:30:15.938 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8929 | 2024-12-12T22:30:16.639Z | [ host-image] Dec 12 22:30:15.938 INFO O| Dec 12 22:30:15.938 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8930 | 2024-12-12T22:30:16.649Z | [ host-image] Dec 12 22:30:15.938 INFO O| Dec 12 22:30:15.938 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8931 | 2024-12-12T22:30:16.649Z | [ host-image] Dec 12 22:30:15.938 INFO O| Dec 12 22:30:15.938 INFO STEP 66 (ensure_dir) COMPLETE |
8932 | 2024-12-12T22:30:16.649Z | [ host-image] Dec 12 22:30:15.938 INFO O| Dec 12 22:30:15.938 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8933 | 2024-12-12T22:30:16.676Z | [ host-image] Dec 12 22:30:15.974 INFO O| Dec 12 22:30:15.974 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8934 | 2024-12-12T22:30:16.676Z | [ host-image] Dec 12 22:30:15.975 INFO O| Dec 12 22:30:15.974 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 ... |
8935 | 2024-12-12T22:30:16.688Z | [ host-image] Dec 12 22:30:15.986 INFO O| Dec 12 22:30:15.985 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 |
8936 | 2024-12-12T22:30:16.688Z | [ host-image] Dec 12 22:30:15.986 INFO O| Dec 12 22:30:15.986 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8937 | 2024-12-12T22:30:16.688Z | [ host-image] Dec 12 22:30:15.986 INFO O| Dec 12 22:30:15.986 INFO ok! |
8938 | 2024-12-12T22:30:16.688Z | [ host-image] Dec 12 22:30:15.986 INFO O| Dec 12 22:30:15.986 INFO STEP 67 (ensure_file) COMPLETE |
8939 | 2024-12-12T22:30:16.688Z | [ host-image] Dec 12 22:30:15.986 INFO O| Dec 12 22:30:15.986 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8940 | 2024-12-12T22:30:16.725Z | [ host-image] Dec 12 22:30:16.024 INFO O| Dec 12 22:30:16.024 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8941 | 2024-12-12T22:30:16.728Z | [ host-image] Dec 12 22:30:16.024 INFO O| Dec 12 22:30:16.024 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 ... |
8942 | 2024-12-12T22:30:16.728Z | [ host-image] Dec 12 22:30:16.025 INFO O| Dec 12 22:30:16.025 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 |
8943 | 2024-12-12T22:30:16.728Z | [ host-image] Dec 12 22:30:16.025 INFO O| Dec 12 22:30:16.025 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8944 | 2024-12-12T22:30:16.728Z | [ host-image] Dec 12 22:30:16.025 INFO O| Dec 12 22:30:16.025 INFO ok! |
8945 | 2024-12-12T22:30:16.728Z | [ host-image] Dec 12 22:30:16.025 INFO O| Dec 12 22:30:16.025 INFO STEP 68 (ensure_file) COMPLETE |
8946 | 2024-12-12T22:30:16.728Z | [ host-image] Dec 12 22:30:16.025 INFO O| Dec 12 22:30:16.025 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8947 | 2024-12-12T22:30:16.772Z | [ host-image] Dec 12 22:30:16.071 INFO O| Dec 12 22:30:16.071 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8948 | 2024-12-12T22:30:16.772Z | [ host-image] Dec 12 22:30:16.071 INFO O| Dec 12 22:30:16.071 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8949 | 2024-12-12T22:30:18.267Z | [ recovery-image] Dec 12 22:30:17.565 INFO creating reset image... |
8950 | 2024-12-12T22:30:18.267Z | [ recovery-image] Dec 12 22:30:17.566 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8951 | 2024-12-12T22:30:19.059Z | [ recovery-image] Dec 12 22:30:18.358 INFO E| Updating crates.io index |
8952 | 2024-12-12T22:30:19.417Z | [ recovery-image] Dec 12 22:30:18.716 INFO E| Downloading crates ... |
8953 | 2024-12-12T22:30:19.556Z | [ recovery-image] Dec 12 22:30:18.855 INFO E| Downloaded clap v4.5.17 |
8954 | 2024-12-12T22:30:19.573Z | [ recovery-image] Dec 12 22:30:18.872 INFO E| Downloaded shared_child v1.0.1 |
8955 | 2024-12-12T22:30:19.576Z | [ recovery-image] Dec 12 22:30:18.874 INFO E| Downloaded duct v0.13.7 |
8956 | 2024-12-12T22:30:19.579Z | [ recovery-image] Dec 12 22:30:18.877 INFO E| Downloaded clap_derive v4.5.13 |
8957 | 2024-12-12T22:30:19.582Z | [ recovery-image] Dec 12 22:30:18.881 INFO E| Downloaded os_pipe v1.2.1 |
8958 | 2024-12-12T22:30:19.643Z | [ recovery-image] Dec 12 22:30:18.942 INFO E| Downloaded syn v2.0.77 |
8959 | 2024-12-12T22:30:19.659Z | [ recovery-image] Dec 12 22:30:18.958 INFO E| Downloaded clap_builder v4.5.17 |
8960 | 2024-12-12T22:30:19.740Z | [ recovery-image] Dec 12 22:30:19.039 INFO E| Downloaded libc v0.2.158 |
8961 | 2024-12-12T22:30:19.886Z | [ recovery-image] Dec 12 22:30:19.185 INFO E| Compiling proc-macro2 v1.0.86 |
8962 | 2024-12-12T22:30:19.886Z | [ recovery-image] Dec 12 22:30:19.185 INFO E| Compiling libc v0.2.158 |
8963 | 2024-12-12T22:30:19.889Z | [ recovery-image] Dec 12 22:30:19.185 INFO E| Compiling unicode-ident v1.0.13 |
8964 | 2024-12-12T22:30:19.889Z | [ recovery-image] Dec 12 22:30:19.185 INFO E| Compiling utf8parse v0.2.2 |
8965 | 2024-12-12T22:30:19.889Z | [ recovery-image] Dec 12 22:30:19.185 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8966 | 2024-12-12T22:30:19.889Z | [ recovery-image] Dec 12 22:30:19.185 INFO E| Compiling anstyle-query v1.1.1 |
8967 | 2024-12-12T22:30:19.889Z | [ recovery-image] Dec 12 22:30:19.186 INFO E| Compiling colorchoice v1.0.2 |
8968 | 2024-12-12T22:30:19.889Z | [ recovery-image] Dec 12 22:30:19.186 INFO E| Compiling anstyle v1.0.8 |
8969 | 2024-12-12T22:30:20.619Z | [ recovery-image] Dec 12 22:30:19.918 INFO E| Compiling anstyle-parse v0.2.5 |
8970 | 2024-12-12T22:30:20.650Z | [ recovery-image] Dec 12 22:30:19.949 INFO E| Compiling heck v0.5.0 |
8971 | 2024-12-12T22:30:20.688Z | [ recovery-image] Dec 12 22:30:19.987 INFO E| Compiling strsim v0.11.1 |
8972 | 2024-12-12T22:30:20.874Z | [ recovery-image] Dec 12 22:30:20.173 INFO E| Compiling clap_lex v0.7.2 |
8973 | 2024-12-12T22:30:20.950Z | [ recovery-image] Dec 12 22:30:20.249 INFO E| Compiling once_cell v1.19.0 |
8974 | 2024-12-12T22:30:21.101Z | [ host-image] Dec 12 22:30:20.399 INFO O| Dec 12 22:30:20.398 INFO STEP 69 (pack_tar) COMPLETE |
8975 | 2024-12-12T22:30:21.101Z | [ host-image] Dec 12 22:30:20.399 INFO O| Dec 12 22:30:20.398 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8976 | 2024-12-12T22:30:21.101Z | [ host-image] Dec 12 22:30:20.399 INFO O| Dec 12 22:30:20.399 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8977 | 2024-12-12T22:30:21.482Z | [ recovery-image] Dec 12 22:30:20.781 INFO E| Compiling anstream v0.6.15 |
8978 | 2024-12-12T22:30:21.757Z | [ host-image] Dec 12 22:30:21.056 INFO O| Dec 12 22:30:21.056 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8979 | 2024-12-12T22:30:21.946Z | [ host-image] Dec 12 22:30:21.245 INFO O| Dec 12 22:30:21.244 INFO completed processing gimlet/ramdisk-02-trim |
8980 | 2024-12-12T22:30:21.949Z | [ host-image] Dec 12 22:30:21.249 INFO image builder template: zfs... |
8981 | 2024-12-12T22:30:21.952Z | [ host-image] Dec 12 22:30:21.249 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/.tmpDFpJbY/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 |
8982 | 2024-12-12T22:30:21.974Z | [ host-image] Dec 12 22:30:21.273 INFO O| Dec 12 22:30:21.272 INFO skip include "stress" because feature "stress" is not enabled |
8983 | 2024-12-12T22:30:22.260Z | [ host-image] Dec 12 22:30:21.338 INFO O| Dec 12 22:30:21.338 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8984 | 2024-12-12T22:30:22.270Z | [ host-image] Dec 12 22:30:21.385 INFO O| Dec 12 22:30:21.385 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8985 | 2024-12-12T22:30:22.294Z | [ recovery-image] Dec 12 22:30:21.593 INFO E| Compiling clap_builder v4.5.17 |
8986 | 2024-12-12T22:30:22.324Z | [ host-image] Dec 12 22:30:21.622 INFO O| Dec 12 22:30:21.622 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8987 | 2024-12-12T22:30:22.426Z | [ host-image] Dec 12 22:30:21.725 INFO O| Dec 12 22:30:21.725 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8988 | 2024-12-12T22:30:22.426Z | [ host-image] Dec 12 22:30:21.725 INFO O| Dec 12 22:30:21.725 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8989 | 2024-12-12T22:30:22.433Z | [ host-image] Dec 12 22:30:21.733 INFO O| Dec 12 22:30:21.732 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8990 | 2024-12-12T22:30:22.535Z | [ host-image] Dec 12 22:30:21.834 INFO O| Dec 12 22:30:21.833 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8991 | 2024-12-12T22:30:22.632Z | [ host-image] Dec 12 22:30:21.931 INFO O| Dec 12 22:30:21.931 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8992 | 2024-12-12T22:30:22.685Z | [ host-image] Dec 12 22:30:21.983 INFO O| Dec 12 22:30:21.983 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8993 | 2024-12-12T22:30:22.711Z | [ host-image] Dec 12 22:30:22.010 INFO O| Dec 12 22:30:22.010 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8994 | 2024-12-12T22:30:22.713Z | [ host-image] Dec 12 22:30:22.010 INFO O| Dec 12 22:30:22.010 INFO no lofi found |
8995 | 2024-12-12T22:30:22.713Z | [ host-image] Dec 12 22:30:22.011 INFO O| Dec 12 22:30:22.010 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8996 | 2024-12-12T22:30:22.713Z | [ host-image] Dec 12 22:30:22.011 INFO O| Dec 12 22:30:22.010 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8997 | 2024-12-12T22:30:22.875Z | [ recovery-image] Dec 12 22:30:22.174 INFO E| Compiling shared_child v1.0.1 |
8998 | 2024-12-12T22:30:22.875Z | [ recovery-image] Dec 12 22:30:22.174 INFO E| Compiling os_pipe v1.2.1 |
8999 | 2024-12-12T22:30:23.122Z | [ recovery-image] Dec 12 22:30:22.421 INFO E| Compiling duct v0.13.7 |
9000 | 2024-12-12T22:30:23.458Z | [ recovery-image] Dec 12 22:30:22.757 INFO E| Compiling quote v1.0.37 |
9001 | 2024-12-12T22:30:24.053Z | [ recovery-image] Dec 12 22:30:23.352 INFO E| Compiling syn v2.0.77 |
9002 | 2024-12-12T22:30:24.712Z | [ host-image] Dec 12 22:30:24.011 INFO O| Dec 12 22:30:24.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
9003 | 2024-12-12T22:30:24.712Z | [ host-image] Dec 12 22:30:24.011 INFO O| Dec 12 22:30:24.011 INFO pool device = /dev/dsk/c2t1d0p0 |
9004 | 2024-12-12T22:30:24.715Z | [ host-image] Dec 12 22:30:24.011 INFO O| Dec 12 22:30:24.011 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"] |
9005 | 2024-12-12T22:30:24.962Z | [ host-image] Dec 12 22:30:24.261 INFO O| Dec 12 22:30:24.261 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9006 | 2024-12-12T22:30:24.962Z | [ host-image] Dec 12 22:30:24.261 INFO O| Dec 12 22:30:24.261 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9007 | 2024-12-12T22:30:24.999Z | [ host-image] Dec 12 22:30:24.298 INFO O| Dec 12 22:30:24.298 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9008 | 2024-12-12T22:30:25.148Z | [ host-image] Dec 12 22:30:24.447 INFO O| Dec 12 22:30:24.447 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9009 | 2024-12-12T22:30:25.215Z | [ host-image] Dec 12 22:30:24.514 INFO O| Dec 12 22:30:24.514 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9010 | 2024-12-12T22:30:25.250Z | [ host-image] Dec 12 22:30:24.549 INFO O| Dec 12 22:30:24.549 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9011 | 2024-12-12T22:30:25.301Z | [ host-image] Dec 12 22:30:24.598 INFO O| Dec 12 22:30:24.598 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9012 | 2024-12-12T22:30:25.398Z | [ host-image] Dec 12 22:30:24.697 INFO O| Dec 12 22:30:24.697 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9013 | 2024-12-12T22:30:25.398Z | [ host-image] Dec 12 22:30:24.697 INFO O| Dec 12 22:30:24.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9014 | 2024-12-12T22:30:25.401Z | [ host-image] Dec 12 22:30:24.697 INFO O| Dec 12 22:30:24.697 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9015 | 2024-12-12T22:30:25.414Z | [ host-image] Dec 12 22:30:24.713 INFO O| Dec 12 22:30:24.713 INFO boot environment UUID: a8f0ed4c-beb7-4bda-9c33-e464d79c932a |
9016 | 2024-12-12T22:30:25.414Z | [ host-image] Dec 12 22:30:24.714 INFO O| Dec 12 22:30:24.713 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = a8f0ed4c-beb7-4bda-9c33-e464d79c932a |
9017 | 2024-12-12T22:30:25.435Z | [ host-image] Dec 12 22:30:24.734 INFO O| Dec 12 22:30:24.734 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9018 | 2024-12-12T22:30:25.493Z | [ host-image] Dec 12 22:30:24.792 INFO O| Dec 12 22:30:24.792 INFO STEP 0 (create_be) COMPLETE |
9019 | 2024-12-12T22:30:25.493Z | [ host-image] Dec 12 22:30:24.792 INFO O| Dec 12 22:30:24.792 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9020 | 2024-12-12T22:30:25.527Z | [ host-image] Dec 12 22:30:24.825 INFO O| Dec 12 22:30:24.825 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9021 | 2024-12-12T22:30:40.651Z | [ recovery-image] Dec 12 22:30:39.950 INFO E| Compiling clap_derive v4.5.13 |
9022 | 2024-12-12T22:30:49.946Z | [ recovery-image] Dec 12 22:30:49.245 INFO E| Compiling clap v4.5.17 |
9023 | 2024-12-12T22:30:50.034Z | [ recovery-image] Dec 12 22:30:49.333 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
9024 | 2024-12-12T22:30:50.886Z | [ host-image] Dec 12 22:30:50.185 INFO O| Dec 12 22:30:50.185 INFO STEP 1 (unpack_tar) COMPLETE |
9025 | 2024-12-12T22:30:50.886Z | [ host-image] Dec 12 22:30:50.185 INFO O| Dec 12 22:30:50.185 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9026 | 2024-12-12T22:30:50.904Z | [ host-image] Dec 12 22:30:50.204 INFO O| Dec 12 22:30:50.203 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9027 | 2024-12-12T22:30:51.391Z | [ host-image] Dec 12 22:30:50.675 INFO O| Dec 12 22:30:50.675 INFO STEP 2 (devfsadm) COMPLETE |
9028 | 2024-12-12T22:30:51.391Z | [ host-image] Dec 12 22:30:50.675 INFO O| Dec 12 22:30:50.675 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9029 | 2024-12-12T22:30:51.394Z | [ host-image] Dec 12 22:30:50.694 INFO O| Dec 12 22:30:50.694 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9030 | 2024-12-12T22:30:51.394Z | [ host-image] Dec 12 22:30:50.694 INFO O| Dec 12 22:30:50.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9031 | 2024-12-12T22:30:51.394Z | [ host-image] Dec 12 22:30:50.694 INFO O| Dec 12 22:30:50.694 INFO STEP 3 (ensure_dir) COMPLETE |
9032 | 2024-12-12T22:30:51.397Z | [ host-image] Dec 12 22:30:50.694 INFO O| Dec 12 22:30:50.694 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9033 | 2024-12-12T22:30:51.415Z | [ host-image] Dec 12 22:30:50.714 INFO O| Dec 12 22:30:50.714 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9034 | 2024-12-12T22:30:51.415Z | [ host-image] Dec 12 22:30:50.714 INFO O| Dec 12 22:30:50.714 INFO STEP 4 (ensure_dir) COMPLETE |
9035 | 2024-12-12T22:30:51.418Z | [ host-image] Dec 12 22:30:50.714 INFO O| Dec 12 22:30:50.714 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9036 | 2024-12-12T22:30:51.435Z | [ host-image] Dec 12 22:30:50.734 INFO O| Dec 12 22:30:50.734 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9037 | 2024-12-12T22:30:51.435Z | [ host-image] Dec 12 22:30:50.734 INFO O| Dec 12 22:30:50.734 INFO STEP 5 (ensure_dir) COMPLETE |
9038 | 2024-12-12T22:30:51.438Z | [ host-image] Dec 12 22:30:50.734 INFO O| Dec 12 22:30:50.734 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9039 | 2024-12-12T22:30:51.508Z | [ host-image] Dec 12 22:30:50.807 INFO O| Dec 12 22:30:50.807 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9040 | 2024-12-12T22:30:51.508Z | [ host-image] Dec 12 22:30:50.807 INFO O| Dec 12 22:30:50.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9041 | 2024-12-12T22:30:51.508Z | [ host-image] Dec 12 22:30:50.808 INFO O| Dec 12 22:30:50.807 INFO STEP 6 (ensure_dir) COMPLETE |
9042 | 2024-12-12T22:30:51.511Z | [ host-image] Dec 12 22:30:50.808 INFO O| Dec 12 22:30:50.808 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9043 | 2024-12-12T22:30:51.526Z | [ host-image] Dec 12 22:30:50.825 INFO O| Dec 12 22:30:50.825 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9044 | 2024-12-12T22:30:51.526Z | [ host-image] Dec 12 22:30:50.825 INFO O| Dec 12 22:30:50.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9045 | 2024-12-12T22:30:51.526Z | [ host-image] Dec 12 22:30:50.826 INFO O| Dec 12 22:30:50.825 INFO STEP 7 (ensure_dir) COMPLETE |
9046 | 2024-12-12T22:30:51.530Z | [ host-image] Dec 12 22:30:50.826 INFO O| Dec 12 22:30:50.826 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9047 | 2024-12-12T22:30:51.543Z | [ host-image] Dec 12 22:30:50.843 INFO O| Dec 12 22:30:50.843 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9048 | 2024-12-12T22:30:51.543Z | [ host-image] Dec 12 22:30:50.843 INFO O| Dec 12 22:30:50.843 INFO STEP 8 (remove_files) COMPLETE |
9049 | 2024-12-12T22:30:51.549Z | [ host-image] Dec 12 22:30:50.843 INFO O| Dec 12 22:30:50.843 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9050 | 2024-12-12T22:30:51.578Z | [ host-image] Dec 12 22:30:50.878 INFO O| Dec 12 22:30:50.878 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9051 | 2024-12-12T22:30:51.581Z | [ host-image] Dec 12 22:30:50.879 INFO O| Dec 12 22:30:50.879 INFO STEP 9 (remove_files) COMPLETE |
9052 | 2024-12-12T22:30:51.581Z | [ host-image] Dec 12 22:30:50.879 INFO O| Dec 12 22:30:50.879 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9053 | 2024-12-12T22:30:51.653Z | [ host-image] Dec 12 22:30:50.952 INFO O| Dec 12 22:30:50.952 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9054 | 2024-12-12T22:30:51.656Z | [ host-image] Dec 12 22:30:50.953 INFO O| Dec 12 22:30:50.953 INFO STEP 10 (remove_files) COMPLETE |
9055 | 2024-12-12T22:30:51.656Z | [ host-image] Dec 12 22:30:50.953 INFO O| Dec 12 22:30:50.953 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9056 | 2024-12-12T22:30:51.711Z | [ host-image] Dec 12 22:30:51.011 INFO O| Dec 12 22:30:51.011 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9057 | 2024-12-12T22:30:51.715Z | [ host-image] Dec 12 22:30:51.011 INFO O| Dec 12 22:30:51.011 INFO STEP 11 (remove_files) COMPLETE |
9058 | 2024-12-12T22:30:51.715Z | [ host-image] Dec 12 22:30:51.011 INFO O| Dec 12 22:30:51.011 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9059 | 2024-12-12T22:30:51.739Z | [ host-image] Dec 12 22:30:51.038 INFO O| Dec 12 22:30:51.038 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9060 | 2024-12-12T22:30:51.761Z | [ host-image] Dec 12 22:30:51.039 INFO O| Dec 12 22:30:51.038 INFO STEP 12 (remove_files) COMPLETE |
9061 | 2024-12-12T22:30:51.761Z | [ host-image] Dec 12 22:30:51.039 INFO O| Dec 12 22:30:51.039 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9062 | 2024-12-12T22:30:51.764Z | [ host-image] Dec 12 22:30:51.058 INFO O| Dec 12 22:30:51.058 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9063 | 2024-12-12T22:30:51.764Z | [ host-image] Dec 12 22:30:51.058 INFO O| Dec 12 22:30:51.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9064 | 2024-12-12T22:30:51.764Z | [ host-image] Dec 12 22:30:51.058 INFO O| Dec 12 22:30:51.058 INFO STEP 13 (ensure_dir) COMPLETE |
9065 | 2024-12-12T22:30:51.764Z | [ host-image] Dec 12 22:30:51.058 INFO O| Dec 12 22:30:51.058 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9066 | 2024-12-12T22:30:51.812Z | [ host-image] Dec 12 22:30:51.112 INFO O| Dec 12 22:30:51.112 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9067 | 2024-12-12T22:30:51.812Z | [ host-image] Dec 12 22:30:51.112 INFO O| Dec 12 22:30:51.112 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9068 | 2024-12-12T22:30:51.815Z | [ host-image] Dec 12 22:30:51.112 INFO O| Dec 12 22:30:51.112 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9069 | 2024-12-12T22:30:51.815Z | [ host-image] Dec 12 22:30:51.112 INFO O| Dec 12 22:30:51.112 INFO STEP 14 (ensure_dir) COMPLETE |
9070 | 2024-12-12T22:30:51.815Z | [ host-image] Dec 12 22:30:51.112 INFO O| Dec 12 22:30:51.112 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9071 | 2024-12-12T22:30:51.850Z | [ host-image] Dec 12 22:30:51.149 INFO O| Dec 12 22:30:51.149 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9072 | 2024-12-12T22:30:51.850Z | [ host-image] Dec 12 22:30:51.149 INFO O| Dec 12 22:30:51.149 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9073 | 2024-12-12T22:30:51.850Z | [ host-image] Dec 12 22:30:51.149 INFO O| Dec 12 22:30:51.149 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9074 | 2024-12-12T22:30:51.852Z | [ host-image] Dec 12 22:30:51.149 INFO O| Dec 12 22:30:51.149 INFO STEP 15 (ensure_dir) COMPLETE |
9075 | 2024-12-12T22:30:51.852Z | [ host-image] Dec 12 22:30:51.149 INFO O| Dec 12 22:30:51.149 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9076 | 2024-12-12T22:30:51.874Z | [ host-image] Dec 12 22:30:51.173 INFO O| Dec 12 22:30:51.173 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9077 | 2024-12-12T22:30:51.874Z | [ host-image] Dec 12 22:30:51.173 INFO O| Dec 12 22:30:51.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9078 | 2024-12-12T22:30:51.877Z | [ host-image] Dec 12 22:30:51.173 INFO O| Dec 12 22:30:51.173 INFO STEP 16 (ensure_dir) COMPLETE |
9079 | 2024-12-12T22:30:51.877Z | [ host-image] Dec 12 22:30:51.173 INFO O| Dec 12 22:30:51.173 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9080 | 2024-12-12T22:30:51.894Z | [ host-image] Dec 12 22:30:51.194 INFO O| Dec 12 22:30:51.194 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9081 | 2024-12-12T22:30:51.895Z | [ host-image] Dec 12 22:30:51.194 INFO O| Dec 12 22:30:51.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9082 | 2024-12-12T22:30:51.895Z | [ host-image] Dec 12 22:30:51.194 INFO O| Dec 12 22:30:51.194 INFO STEP 17 (ensure_dir) COMPLETE |
9083 | 2024-12-12T22:30:51.898Z | [ host-image] Dec 12 22:30:51.194 INFO O| Dec 12 22:30:51.194 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9084 | 2024-12-12T22:30:51.914Z | [ host-image] Dec 12 22:30:51.213 INFO O| Dec 12 22:30:51.213 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9085 | 2024-12-12T22:30:51.914Z | [ host-image] Dec 12 22:30:51.213 INFO O| Dec 12 22:30:51.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9086 | 2024-12-12T22:30:51.914Z | [ host-image] Dec 12 22:30:51.213 INFO O| Dec 12 22:30:51.213 INFO ok! |
9087 | 2024-12-12T22:30:51.914Z | [ host-image] Dec 12 22:30:51.213 INFO O| Dec 12 22:30:51.213 INFO STEP 18 (ensure_symlink) COMPLETE |
9088 | 2024-12-12T22:30:51.914Z | [ host-image] Dec 12 22:30:51.213 INFO O| Dec 12 22:30:51.213 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9089 | 2024-12-12T22:30:51.936Z | [ host-image] Dec 12 22:30:51.235 INFO O| Dec 12 22:30:51.235 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9090 | 2024-12-12T22:30:51.936Z | [ host-image] Dec 12 22:30:51.235 INFO O| Dec 12 22:30:51.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9091 | 2024-12-12T22:30:51.939Z | [ host-image] Dec 12 22:30:51.236 INFO O| Dec 12 22:30:51.236 INFO ok! |
9092 | 2024-12-12T22:30:51.939Z | [ host-image] Dec 12 22:30:51.236 INFO O| Dec 12 22:30:51.236 INFO STEP 19 (ensure_file) COMPLETE |
9093 | 2024-12-12T22:30:51.939Z | [ host-image] Dec 12 22:30:51.236 INFO O| Dec 12 22:30:51.236 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9094 | 2024-12-12T22:30:51.956Z | [ host-image] Dec 12 22:30:51.255 INFO O| Dec 12 22:30:51.255 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9095 | 2024-12-12T22:30:51.956Z | [ host-image] Dec 12 22:30:51.255 INFO O| Dec 12 22:30:51.255 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9096 | 2024-12-12T22:30:51.958Z | [ host-image] Dec 12 22:30:51.256 INFO O| Dec 12 22:30:51.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9097 | 2024-12-12T22:30:51.958Z | [ host-image] Dec 12 22:30:51.256 INFO O| Dec 12 22:30:51.256 INFO ok! |
9098 | 2024-12-12T22:30:51.958Z | [ host-image] Dec 12 22:30:51.256 INFO O| Dec 12 22:30:51.256 INFO STEP 20 (ensure_symlink) COMPLETE |
9099 | 2024-12-12T22:30:51.958Z | [ host-image] Dec 12 22:30:51.256 INFO O| Dec 12 22:30:51.256 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9100 | 2024-12-12T22:30:51.977Z | [ host-image] Dec 12 22:30:51.277 INFO O| Dec 12 22:30:51.277 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9101 | 2024-12-12T22:30:51.977Z | [ host-image] Dec 12 22:30:51.277 INFO O| Dec 12 22:30:51.277 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9102 | 2024-12-12T22:30:51.980Z | [ host-image] Dec 12 22:30:51.277 INFO O| Dec 12 22:30:51.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9103 | 2024-12-12T22:30:51.980Z | [ host-image] Dec 12 22:30:51.277 INFO O| Dec 12 22:30:51.277 INFO ok! |
9104 | 2024-12-12T22:30:51.980Z | [ host-image] Dec 12 22:30:51.277 INFO O| Dec 12 22:30:51.277 INFO STEP 21 (ensure_symlink) COMPLETE |
9105 | 2024-12-12T22:30:51.980Z | [ host-image] Dec 12 22:30:51.278 INFO O| Dec 12 22:30:51.277 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9106 | 2024-12-12T22:30:52.022Z | [ host-image] Dec 12 22:30:51.320 INFO O| Dec 12 22:30:51.320 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9107 | 2024-12-12T22:30:52.022Z | [ host-image] Dec 12 22:30:51.320 INFO O| Dec 12 22:30:51.320 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9108 | 2024-12-12T22:30:52.026Z | [ host-image] Dec 12 22:30:51.320 INFO O| Dec 12 22:30:51.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9109 | 2024-12-12T22:30:52.026Z | [ host-image] Dec 12 22:30:51.320 INFO O| Dec 12 22:30:51.320 INFO ok! |
9110 | 2024-12-12T22:30:52.026Z | [ host-image] Dec 12 22:30:51.320 INFO O| Dec 12 22:30:51.320 INFO STEP 22 (ensure_symlink) COMPLETE |
9111 | 2024-12-12T22:30:52.026Z | [ host-image] Dec 12 22:30:51.320 INFO O| Dec 12 22:30:51.320 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9112 | 2024-12-12T22:30:52.062Z | [ host-image] Dec 12 22:30:51.362 INFO O| Dec 12 22:30:51.362 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9113 | 2024-12-12T22:30:52.062Z | [ host-image] Dec 12 22:30:51.362 INFO O| Dec 12 22:30:51.362 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9114 | 2024-12-12T22:30:52.065Z | [ host-image] Dec 12 22:30:51.362 INFO O| Dec 12 22:30:51.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9115 | 2024-12-12T22:30:52.065Z | [ host-image] Dec 12 22:30:51.362 INFO O| Dec 12 22:30:51.362 INFO ok! |
9116 | 2024-12-12T22:30:52.065Z | [ host-image] Dec 12 22:30:51.362 INFO O| Dec 12 22:30:51.362 INFO STEP 23 (ensure_symlink) COMPLETE |
9117 | 2024-12-12T22:30:52.065Z | [ host-image] Dec 12 22:30:51.362 INFO O| Dec 12 22:30:51.362 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9118 | 2024-12-12T22:30:52.083Z | [ host-image] Dec 12 22:30:51.382 INFO O| Dec 12 22:30:51.382 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9119 | 2024-12-12T22:30:52.083Z | [ host-image] Dec 12 22:30:51.382 INFO O| Dec 12 22:30:51.382 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9120 | 2024-12-12T22:30:52.086Z | [ host-image] Dec 12 22:30:51.383 INFO O| Dec 12 22:30:51.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9121 | 2024-12-12T22:30:52.086Z | [ host-image] Dec 12 22:30:51.383 INFO O| Dec 12 22:30:51.383 INFO ok! |
9122 | 2024-12-12T22:30:52.086Z | [ host-image] Dec 12 22:30:51.383 INFO O| Dec 12 22:30:51.383 INFO STEP 24 (ensure_file) COMPLETE |
9123 | 2024-12-12T22:30:52.086Z | [ host-image] Dec 12 22:30:51.383 INFO O| Dec 12 22:30:51.383 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9124 | 2024-12-12T22:30:52.123Z | [ host-image] Dec 12 22:30:51.423 INFO O| Dec 12 22:30:51.423 INFO updating shadow file |
9125 | 2024-12-12T22:30:52.126Z | [ host-image] Dec 12 22:30:51.423 INFO O| Dec 12 22:30:51.423 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9126 | 2024-12-12T22:30:52.126Z | [ host-image] Dec 12 22:30:51.423 INFO O| Dec 12 22:30:51.423 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9127 | 2024-12-12T22:30:52.126Z | [ host-image] Dec 12 22:30:51.423 INFO O| Dec 12 22:30:51.423 INFO STEP 25 (shadow) COMPLETE |
9128 | 2024-12-12T22:30:52.126Z | [ host-image] Dec 12 22:30:51.423 INFO O| Dec 12 22:30:51.423 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9129 | 2024-12-12T22:30:52.143Z | [ host-image] Dec 12 22:30:51.442 INFO O| Dec 12 22:30:51.442 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9130 | 2024-12-12T22:30:52.145Z | [ host-image] Dec 12 22:30:51.442 INFO O| Dec 12 22:30:51.442 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9131 | 2024-12-12T22:30:52.145Z | [ host-image] Dec 12 22:30:51.442 INFO O| Dec 12 22:30:51.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9132 | 2024-12-12T22:30:52.145Z | [ host-image] Dec 12 22:30:51.442 INFO O| Dec 12 22:30:51.442 INFO ok! |
9133 | 2024-12-12T22:30:52.145Z | [ host-image] Dec 12 22:30:51.442 INFO O| Dec 12 22:30:51.442 INFO STEP 26 (ensure_file) COMPLETE |
9134 | 2024-12-12T22:30:52.145Z | [ host-image] Dec 12 22:30:51.442 INFO O| Dec 12 22:30:51.442 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9135 | 2024-12-12T22:30:52.229Z | [ host-image] Dec 12 22:30:51.528 INFO O| Dec 12 22:30:51.528 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9136 | 2024-12-12T22:30:52.229Z | [ host-image] Dec 12 22:30:51.528 INFO O| Dec 12 22:30:51.528 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9137 | 2024-12-12T22:30:52.233Z | [ host-image] Dec 12 22:30:51.528 INFO O| Dec 12 22:30:51.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9138 | 2024-12-12T22:30:52.233Z | [ host-image] Dec 12 22:30:51.528 INFO O| Dec 12 22:30:51.528 INFO ok! |
9139 | 2024-12-12T22:30:52.234Z | [ host-image] Dec 12 22:30:51.528 INFO O| Dec 12 22:30:51.528 INFO STEP 27 (ensure_file) COMPLETE |
9140 | 2024-12-12T22:30:52.234Z | [ host-image] Dec 12 22:30:51.528 INFO O| Dec 12 22:30:51.528 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9141 | 2024-12-12T22:30:52.283Z | [ host-image] Dec 12 22:30:51.581 INFO O| Dec 12 22:30:51.581 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9142 | 2024-12-12T22:30:52.283Z | [ host-image] Dec 12 22:30:51.582 INFO O| Dec 12 22:30:51.581 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9143 | 2024-12-12T22:30:52.286Z | [ host-image] Dec 12 22:30:51.582 INFO O| Dec 12 22:30:51.582 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9144 | 2024-12-12T22:30:52.286Z | [ host-image] Dec 12 22:30:51.582 INFO O| Dec 12 22:30:51.582 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9145 | 2024-12-12T22:30:52.287Z | [ host-image] Dec 12 22:30:51.582 INFO O| Dec 12 22:30:51.582 INFO ok! |
9146 | 2024-12-12T22:30:52.287Z | [ host-image] Dec 12 22:30:51.582 INFO O| Dec 12 22:30:51.582 INFO STEP 28 (ensure_file) COMPLETE |
9147 | 2024-12-12T22:30:52.287Z | [ host-image] Dec 12 22:30:51.582 INFO O| Dec 12 22:30:51.582 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9148 | 2024-12-12T22:30:52.306Z | [ host-image] Dec 12 22:30:51.605 INFO O| Dec 12 22:30:51.605 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9149 | 2024-12-12T22:30:52.306Z | [ host-image] Dec 12 22:30:51.605 INFO O| Dec 12 22:30:51.605 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9150 | 2024-12-12T22:30:52.309Z | [ host-image] Dec 12 22:30:51.605 INFO O| Dec 12 22:30:51.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9151 | 2024-12-12T22:30:52.309Z | [ host-image] Dec 12 22:30:51.605 INFO O| Dec 12 22:30:51.605 INFO ok! |
9152 | 2024-12-12T22:30:52.309Z | [ host-image] Dec 12 22:30:51.605 INFO O| Dec 12 22:30:51.605 INFO STEP 29 (ensure_file) COMPLETE |
9153 | 2024-12-12T22:30:52.309Z | [ host-image] Dec 12 22:30:51.605 INFO O| Dec 12 22:30:51.605 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9154 | 2024-12-12T22:30:52.328Z | [ host-image] Dec 12 22:30:51.628 INFO O| Dec 12 22:30:51.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9155 | 2024-12-12T22:30:52.328Z | [ host-image] Dec 12 22:30:51.628 INFO O| Dec 12 22:30:51.628 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9156 | 2024-12-12T22:30:52.332Z | [ host-image] Dec 12 22:30:51.628 INFO O| Dec 12 22:30:51.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9157 | 2024-12-12T22:30:52.332Z | [ host-image] Dec 12 22:30:51.628 INFO O| Dec 12 22:30:51.628 INFO ok! |
9158 | 2024-12-12T22:30:52.332Z | [ host-image] Dec 12 22:30:51.628 INFO O| Dec 12 22:30:51.628 INFO STEP 30 (ensure_file) COMPLETE |
9159 | 2024-12-12T22:30:52.332Z | [ host-image] Dec 12 22:30:51.628 INFO O| Dec 12 22:30:51.628 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9160 | 2024-12-12T22:30:52.378Z | [ host-image] Dec 12 22:30:51.678 INFO O| Dec 12 22:30:51.678 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9161 | 2024-12-12T22:30:52.378Z | [ host-image] Dec 12 22:30:51.678 INFO O| Dec 12 22:30:51.678 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9162 | 2024-12-12T22:30:52.378Z | [ host-image] Dec 12 22:30:51.678 INFO O| Dec 12 22:30:51.678 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9163 | 2024-12-12T22:30:52.381Z | [ host-image] Dec 12 22:30:51.678 INFO O| Dec 12 22:30:51.678 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9164 | 2024-12-12T22:30:52.381Z | [ host-image] Dec 12 22:30:51.678 INFO O| Dec 12 22:30:51.678 INFO ok! |
9165 | 2024-12-12T22:30:52.381Z | [ host-image] Dec 12 22:30:51.678 INFO O| Dec 12 22:30:51.678 INFO STEP 31 (ensure_file) COMPLETE |
9166 | 2024-12-12T22:30:52.381Z | [ host-image] Dec 12 22:30:51.678 INFO O| Dec 12 22:30:51.678 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9167 | 2024-12-12T22:30:52.419Z | [ host-image] Dec 12 22:30:51.718 INFO O| Dec 12 22:30:51.718 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9168 | 2024-12-12T22:30:52.419Z | [ host-image] Dec 12 22:30:51.718 INFO O| Dec 12 22:30:51.718 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9169 | 2024-12-12T22:30:52.419Z | [ host-image] Dec 12 22:30:51.718 INFO O| Dec 12 22:30:51.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9170 | 2024-12-12T22:30:52.419Z | [ host-image] Dec 12 22:30:51.718 INFO O| Dec 12 22:30:51.718 INFO ok! |
9171 | 2024-12-12T22:30:52.422Z | [ host-image] Dec 12 22:30:51.718 INFO O| Dec 12 22:30:51.718 INFO STEP 32 (ensure_file) COMPLETE |
9172 | 2024-12-12T22:30:52.422Z | [ host-image] Dec 12 22:30:51.719 INFO O| Dec 12 22:30:51.718 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9173 | 2024-12-12T22:30:52.439Z | [ host-image] Dec 12 22:30:51.738 INFO O| Dec 12 22:30:51.738 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9174 | 2024-12-12T22:30:52.439Z | [ host-image] Dec 12 22:30:51.739 INFO O| Dec 12 22:30:51.739 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9175 | 2024-12-12T22:30:52.442Z | [ host-image] Dec 12 22:30:51.739 INFO O| Dec 12 22:30:51.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9176 | 2024-12-12T22:30:52.442Z | [ host-image] Dec 12 22:30:51.739 INFO O| Dec 12 22:30:51.739 INFO ok! |
9177 | 2024-12-12T22:30:52.443Z | [ host-image] Dec 12 22:30:51.739 INFO O| Dec 12 22:30:51.739 INFO STEP 33 (ensure_file) COMPLETE |
9178 | 2024-12-12T22:30:52.443Z | [ host-image] Dec 12 22:30:51.739 INFO O| Dec 12 22:30:51.739 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9179 | 2024-12-12T22:30:52.465Z | [ host-image] Dec 12 22:30:51.764 INFO O| Dec 12 22:30:51.764 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9180 | 2024-12-12T22:30:52.465Z | [ host-image] Dec 12 22:30:51.764 INFO O| Dec 12 22:30:51.764 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9181 | 2024-12-12T22:30:52.467Z | [ host-image] Dec 12 22:30:51.765 INFO O| Dec 12 22:30:51.765 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9182 | 2024-12-12T22:30:52.467Z | [ host-image] Dec 12 22:30:51.765 INFO O| Dec 12 22:30:51.765 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9183 | 2024-12-12T22:30:52.467Z | [ host-image] Dec 12 22:30:51.765 INFO O| Dec 12 22:30:51.765 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9184 | 2024-12-12T22:30:52.467Z | [ host-image] Dec 12 22:30:51.765 INFO O| Dec 12 22:30:51.765 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9185 | 2024-12-12T22:30:52.467Z | [ host-image] Dec 12 22:30:51.765 INFO O| Dec 12 22:30:51.765 INFO ok! |
9186 | 2024-12-12T22:30:52.467Z | [ host-image] Dec 12 22:30:51.765 INFO O| Dec 12 22:30:51.765 INFO STEP 34 (ensure_file) COMPLETE |
9187 | 2024-12-12T22:30:52.467Z | [ host-image] Dec 12 22:30:51.765 INFO O| Dec 12 22:30:51.765 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9188 | 2024-12-12T22:30:52.486Z | [ host-image] Dec 12 22:30:51.786 INFO O| Dec 12 22:30:51.785 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9189 | 2024-12-12T22:30:52.488Z | [ host-image] Dec 12 22:30:51.786 INFO O| Dec 12 22:30:51.786 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9190 | 2024-12-12T22:30:52.488Z | [ host-image] Dec 12 22:30:51.786 INFO O| Dec 12 22:30:51.786 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9191 | 2024-12-12T22:30:52.489Z | [ host-image] Dec 12 22:30:51.786 INFO O| Dec 12 22:30:51.786 INFO STEP 35 (ensure_dir) COMPLETE |
9192 | 2024-12-12T22:30:52.489Z | [ host-image] Dec 12 22:30:51.786 INFO O| Dec 12 22:30:51.786 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9193 | 2024-12-12T22:30:52.506Z | [ host-image] Dec 12 22:30:51.806 INFO O| Dec 12 22:30:51.805 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 |
9194 | 2024-12-12T22:30:52.506Z | [ host-image] Dec 12 22:30:51.806 INFO O| Dec 12 22:30:51.806 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 ... |
9195 | 2024-12-12T22:30:52.509Z | [ host-image] Dec 12 22:30:51.806 INFO O| Dec 12 22:30:51.806 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 |
9196 | 2024-12-12T22:30:52.509Z | [ host-image] Dec 12 22:30:51.806 INFO O| Dec 12 22:30:51.806 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 |
9197 | 2024-12-12T22:30:52.509Z | [ host-image] Dec 12 22:30:51.806 INFO O| Dec 12 22:30:51.806 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 |
9198 | 2024-12-12T22:30:52.509Z | [ host-image] Dec 12 22:30:51.806 INFO O| Dec 12 22:30:51.806 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 |
9199 | 2024-12-12T22:30:52.509Z | [ host-image] Dec 12 22:30:51.806 INFO O| Dec 12 22:30:51.806 INFO ok! |
9200 | 2024-12-12T22:30:52.509Z | [ host-image] Dec 12 22:30:51.806 INFO O| Dec 12 22:30:51.806 INFO STEP 36 (ensure_file) COMPLETE |
9201 | 2024-12-12T22:30:52.509Z | [ host-image] Dec 12 22:30:51.806 INFO O| Dec 12 22:30:51.806 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9202 | 2024-12-12T22:30:52.531Z | [ host-image] Dec 12 22:30:51.831 INFO O| Dec 12 22:30:51.831 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9203 | 2024-12-12T22:30:52.531Z | [ host-image] Dec 12 22:30:51.831 INFO O| Dec 12 22:30:51.831 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 ... |
9204 | 2024-12-12T22:30:52.531Z | [ host-image] Dec 12 22:30:51.831 INFO O| Dec 12 22:30:51.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9205 | 2024-12-12T22:30:52.531Z | [ host-image] Dec 12 22:30:51.831 INFO O| Dec 12 22:30:51.831 INFO ok! |
9206 | 2024-12-12T22:30:52.544Z | [ host-image] Dec 12 22:30:51.831 INFO O| Dec 12 22:30:51.831 INFO STEP 37 (ensure_symlink) COMPLETE |
9207 | 2024-12-12T22:30:52.544Z | [ host-image] Dec 12 22:30:51.831 INFO O| Dec 12 22:30:51.831 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9208 | 2024-12-12T22:30:52.562Z | [ host-image] Dec 12 22:30:51.862 INFO O| Dec 12 22:30:51.851 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9209 | 2024-12-12T22:30:52.565Z | [ host-image] Dec 12 22:30:51.862 INFO O| Dec 12 22:30:51.852 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9210 | 2024-12-12T22:30:52.566Z | [ host-image] Dec 12 22:30:51.862 INFO O| Dec 12 22:30:51.852 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9211 | 2024-12-12T22:30:52.566Z | [ host-image] Dec 12 22:30:51.862 INFO O| Dec 12 22:30:51.852 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9212 | 2024-12-12T22:30:52.566Z | [ host-image] Dec 12 22:30:51.862 INFO O| Dec 12 22:30:51.852 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9213 | 2024-12-12T22:30:52.566Z | [ host-image] Dec 12 22:30:51.862 INFO O| Dec 12 22:30:51.852 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9214 | 2024-12-12T22:30:52.566Z | [ host-image] Dec 12 22:30:51.862 INFO O| Dec 12 22:30:51.852 INFO ok! |
9215 | 2024-12-12T22:30:52.566Z | [ host-image] Dec 12 22:30:51.862 INFO O| Dec 12 22:30:51.852 INFO STEP 38 (ensure_file) COMPLETE |
9216 | 2024-12-12T22:30:52.566Z | [ host-image] Dec 12 22:30:51.862 INFO O| Dec 12 22:30:51.852 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9217 | 2024-12-12T22:30:52.591Z | [ host-image] Dec 12 22:30:51.891 INFO O| Dec 12 22:30:51.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9218 | 2024-12-12T22:30:52.594Z | [ host-image] Dec 12 22:30:51.891 INFO O| Dec 12 22:30:51.891 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 ... |
9219 | 2024-12-12T22:30:52.594Z | [ host-image] Dec 12 22:30:51.891 INFO O| Dec 12 22:30:51.891 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 |
9220 | 2024-12-12T22:30:52.594Z | [ host-image] Dec 12 22:30:51.891 INFO O| Dec 12 22:30:51.891 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9221 | 2024-12-12T22:30:52.594Z | [ host-image] Dec 12 22:30:51.891 INFO O| Dec 12 22:30:51.891 INFO ok! |
9222 | 2024-12-12T22:30:52.594Z | [ host-image] Dec 12 22:30:51.891 INFO O| Dec 12 22:30:51.891 INFO STEP 39 (ensure_file) COMPLETE |
9223 | 2024-12-12T22:30:52.599Z | [ host-image] Dec 12 22:30:51.891 INFO O| Dec 12 22:30:51.891 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9224 | 2024-12-12T22:30:52.631Z | [ host-image] Dec 12 22:30:51.930 INFO O| Dec 12 22:30:51.930 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9225 | 2024-12-12T22:30:52.631Z | [ host-image] Dec 12 22:30:51.930 INFO O| Dec 12 22:30:51.930 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9226 | 2024-12-12T22:30:52.634Z | [ host-image] Dec 12 22:30:51.930 INFO O| Dec 12 22:30:51.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9227 | 2024-12-12T22:30:52.634Z | [ host-image] Dec 12 22:30:51.930 INFO O| Dec 12 22:30:51.930 INFO ok! |
9228 | 2024-12-12T22:30:52.634Z | [ host-image] Dec 12 22:30:51.931 INFO O| Dec 12 22:30:51.930 INFO STEP 40 (ensure_file) COMPLETE |
9229 | 2024-12-12T22:30:52.634Z | [ host-image] Dec 12 22:30:51.931 INFO O| Dec 12 22:30:51.931 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9230 | 2024-12-12T22:30:52.677Z | [ recovery-image] Dec 12 22:30:51.977 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.21s |
9231 | 2024-12-12T22:30:52.688Z | [ host-image] Dec 12 22:30:51.987 INFO O| Dec 12 22:30:51.987 INFO updating shadow file |
9232 | 2024-12-12T22:30:52.692Z | [ host-image] Dec 12 22:30:51.988 INFO O| Dec 12 22:30:51.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9233 | 2024-12-12T22:30:52.692Z | [ host-image] Dec 12 22:30:51.988 INFO O| Dec 12 22:30:51.988 INFO STEP 41 (shadow) COMPLETE |
9234 | 2024-12-12T22:30:52.692Z | [ host-image] Dec 12 22:30:51.988 INFO O| Dec 12 22:30:51.988 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9235 | 2024-12-12T22:30:52.695Z | [ recovery-image] Dec 12 22:30:51.994 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
9236 | 2024-12-12T22:30:52.767Z | [ host-image] Dec 12 22:30:52.066 INFO O| Dec 12 22:30:52.066 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9237 | 2024-12-12T22:30:52.767Z | [ host-image] Dec 12 22:30:52.066 INFO O| Dec 12 22:30:52.066 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9238 | 2024-12-12T22:30:52.769Z | [ host-image] Dec 12 22:30:52.067 INFO O| Dec 12 22:30:52.067 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9239 | 2024-12-12T22:30:52.769Z | [ host-image] Dec 12 22:30:52.067 INFO O| Dec 12 22:30:52.067 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9240 | 2024-12-12T22:30:52.769Z | [ host-image] Dec 12 22:30:52.067 INFO O| Dec 12 22:30:52.067 INFO ok! |
9241 | 2024-12-12T22:30:52.769Z | [ host-image] Dec 12 22:30:52.067 INFO O| Dec 12 22:30:52.067 INFO STEP 42 (ensure_file) COMPLETE |
9242 | 2024-12-12T22:30:52.770Z | [ host-image] Dec 12 22:30:52.067 INFO O| Dec 12 22:30:52.067 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9243 | 2024-12-12T22:30:52.770Z | [ host-image] Dec 12 22:30:52.067 INFO O| Dec 12 22:30:52.067 INFO skip step because feature "mfg" is not enabled |
9244 | 2024-12-12T22:30:52.770Z | [ host-image] Dec 12 22:30:52.067 INFO O| Dec 12 22:30:52.067 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9245 | 2024-12-12T22:30:52.770Z | [ host-image] Dec 12 22:30:52.067 INFO O| Dec 12 22:30:52.067 INFO skip step because feature "mfg" is not enabled |
9246 | 2024-12-12T22:30:52.770Z | [ host-image] Dec 12 22:30:52.067 INFO O| Dec 12 22:30:52.067 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9247 | 2024-12-12T22:30:52.788Z | [ host-image] Dec 12 22:30:52.088 INFO O| Dec 12 22:30:52.088 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9248 | 2024-12-12T22:30:52.788Z | [ host-image] Dec 12 22:30:52.088 INFO O| Dec 12 22:30:52.088 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9249 | 2024-12-12T22:30:53.094Z | [ recovery-image] Dec 12 22:30:52.393 INFO E| Updating crates.io index |
9250 | 2024-12-12T22:30:53.617Z | [ recovery-image] Dec 12 22:30:52.917 INFO E| Downloading crates ... |
9251 | 2024-12-12T22:30:53.664Z | [ host-image] Dec 12 22:30:52.964 INFO O| Dec 12 22:30:52.964 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9252 | 2024-12-12T22:30:53.664Z | [ host-image] Dec 12 22:30:52.964 INFO O| Dec 12 22:30:52.964 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9253 | 2024-12-12T22:30:53.668Z | [ host-image] Dec 12 22:30:52.964 INFO O| Dec 12 22:30:52.964 INFO ok! |
9254 | 2024-12-12T22:30:53.668Z | [ host-image] Dec 12 22:30:52.964 INFO O| Dec 12 22:30:52.964 INFO STEP 45 (ensure_file) COMPLETE |
9255 | 2024-12-12T22:30:53.668Z | [ host-image] Dec 12 22:30:52.964 INFO O| Dec 12 22:30:52.964 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9256 | 2024-12-12T22:30:53.685Z | [ host-image] Dec 12 22:30:52.985 INFO O| Dec 12 22:30:52.984 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9257 | 2024-12-12T22:30:53.685Z | [ host-image] Dec 12 22:30:52.985 INFO O| Dec 12 22:30:52.985 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9258 | 2024-12-12T22:30:53.688Z | [ host-image] Dec 12 22:30:52.985 INFO O| Dec 12 22:30:52.985 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9259 | 2024-12-12T22:30:53.688Z | [ host-image] Dec 12 22:30:52.985 INFO O| Dec 12 22:30:52.985 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9260 | 2024-12-12T22:30:53.688Z | [ host-image] Dec 12 22:30:52.985 INFO O| Dec 12 22:30:52.985 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9261 | 2024-12-12T22:30:53.688Z | [ host-image] Dec 12 22:30:52.985 INFO O| Dec 12 22:30:52.985 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9262 | 2024-12-12T22:30:53.688Z | [ host-image] Dec 12 22:30:52.985 INFO O| Dec 12 22:30:52.985 INFO ok! |
9263 | 2024-12-12T22:30:53.688Z | [ host-image] Dec 12 22:30:52.985 INFO O| Dec 12 22:30:52.985 INFO STEP 46 (ensure_file) COMPLETE |
9264 | 2024-12-12T22:30:53.688Z | [ host-image] Dec 12 22:30:52.985 INFO O| Dec 12 22:30:52.985 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9265 | 2024-12-12T22:30:53.699Z | [ recovery-image] Dec 12 22:30:52.999 INFO E| Downloaded bitstruct_derive v0.1.0 |
9266 | 2024-12-12T22:30:53.705Z | [ host-image] Dec 12 22:30:53.003 INFO O| Dec 12 22:30:53.003 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9267 | 2024-12-12T22:30:53.705Z | [ host-image] Dec 12 22:30:53.004 INFO O| Dec 12 22:30:53.003 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 ... |
9268 | 2024-12-12T22:30:53.708Z | [ host-image] Dec 12 22:30:53.004 INFO O| Dec 12 22:30:53.004 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 |
9269 | 2024-12-12T22:30:53.708Z | [ host-image] Dec 12 22:30:53.004 INFO O| Dec 12 22:30:53.004 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9270 | 2024-12-12T22:30:53.708Z | [ host-image] Dec 12 22:30:53.004 INFO O| Dec 12 22:30:53.004 INFO ok! |
9271 | 2024-12-12T22:30:53.708Z | [ host-image] Dec 12 22:30:53.004 INFO O| Dec 12 22:30:53.004 INFO STEP 47 (ensure_file) COMPLETE |
9272 | 2024-12-12T22:30:53.708Z | [ host-image] Dec 12 22:30:53.004 INFO O| Dec 12 22:30:53.004 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9273 | 2024-12-12T22:30:53.723Z | [ host-image] Dec 12 22:30:53.023 INFO O| Dec 12 22:30:53.023 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9274 | 2024-12-12T22:30:53.723Z | [ host-image] Dec 12 22:30:53.023 INFO O| Dec 12 22:30:53.023 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9275 | 2024-12-12T22:30:53.726Z | [ host-image] Dec 12 22:30:53.023 INFO O| Dec 12 22:30:53.023 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9276 | 2024-12-12T22:30:53.726Z | [ host-image] Dec 12 22:30:53.023 INFO O| Dec 12 22:30:53.023 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9277 | 2024-12-12T22:30:53.726Z | [ host-image] Dec 12 22:30:53.024 INFO O| Dec 12 22:30:53.024 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9278 | 2024-12-12T22:30:53.726Z | [ host-image] Dec 12 22:30:53.024 INFO O| Dec 12 22:30:53.024 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9279 | 2024-12-12T22:30:53.726Z | [ host-image] Dec 12 22:30:53.024 INFO O| Dec 12 22:30:53.024 INFO ok! |
9280 | 2024-12-12T22:30:53.726Z | [ host-image] Dec 12 22:30:53.024 INFO O| Dec 12 22:30:53.024 INFO STEP 48 (ensure_file) COMPLETE |
9281 | 2024-12-12T22:30:53.726Z | [ host-image] Dec 12 22:30:53.024 INFO O| Dec 12 22:30:53.024 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9282 | 2024-12-12T22:30:53.726Z | [ recovery-image] Dec 12 22:30:53.024 INFO E| Downloaded raw-cpuid v10.7.0 |
9283 | 2024-12-12T22:30:53.731Z | [ recovery-image] Dec 12 22:30:53.030 INFO E| Downloaded seq-macro v0.3.5 |
9284 | 2024-12-12T22:30:53.735Z | [ recovery-image] Dec 12 22:30:53.033 INFO E| Downloaded bit_field v0.10.2 |
9285 | 2024-12-12T22:30:53.737Z | [ recovery-image] Dec 12 22:30:53.035 INFO E| Downloaded cpio_reader v0.1.1 |
9286 | 2024-12-12T22:30:53.738Z | [ recovery-image] Dec 12 22:30:53.037 INFO E| Downloaded bitstruct v0.1.1 |
9287 | 2024-12-12T22:30:53.755Z | [ recovery-image] Dec 12 22:30:53.055 INFO E| Downloaded syn v2.0.85 |
9288 | 2024-12-12T22:30:53.763Z | [ host-image] Dec 12 22:30:53.063 INFO O| Dec 12 22:30:53.063 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9289 | 2024-12-12T22:30:53.764Z | [ host-image] Dec 12 22:30:53.063 INFO O| Dec 12 22:30:53.063 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 ... |
9290 | 2024-12-12T22:30:53.764Z | [ host-image] Dec 12 22:30:53.063 INFO O| Dec 12 22:30:53.063 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 |
9291 | 2024-12-12T22:30:53.767Z | [ host-image] Dec 12 22:30:53.063 INFO O| Dec 12 22:30:53.063 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9292 | 2024-12-12T22:30:53.767Z | [ host-image] Dec 12 22:30:53.063 INFO O| Dec 12 22:30:53.063 INFO ok! |
9293 | 2024-12-12T22:30:53.767Z | [ host-image] Dec 12 22:30:53.063 INFO O| Dec 12 22:30:53.063 INFO STEP 49 (ensure_file) COMPLETE |
9294 | 2024-12-12T22:30:53.767Z | [ host-image] Dec 12 22:30:53.063 INFO O| Dec 12 22:30:53.063 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9295 | 2024-12-12T22:30:53.786Z | [ host-image] Dec 12 22:30:53.085 INFO O| Dec 12 22:30:53.085 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9296 | 2024-12-12T22:30:53.786Z | [ host-image] Dec 12 22:30:53.085 INFO O| Dec 12 22:30:53.085 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9297 | 2024-12-12T22:30:53.789Z | [ host-image] Dec 12 22:30:53.085 INFO O| Dec 12 22:30:53.085 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9298 | 2024-12-12T22:30:53.789Z | [ host-image] Dec 12 22:30:53.085 INFO O| Dec 12 22:30:53.085 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9299 | 2024-12-12T22:30:53.789Z | [ host-image] Dec 12 22:30:53.085 INFO O| Dec 12 22:30:53.085 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9300 | 2024-12-12T22:30:53.789Z | [ host-image] Dec 12 22:30:53.085 INFO O| Dec 12 22:30:53.085 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9301 | 2024-12-12T22:30:53.789Z | [ host-image] Dec 12 22:30:53.085 INFO O| Dec 12 22:30:53.085 INFO ok! |
9302 | 2024-12-12T22:30:53.789Z | [ host-image] Dec 12 22:30:53.085 INFO O| Dec 12 22:30:53.085 INFO STEP 50 (ensure_file) COMPLETE |
9303 | 2024-12-12T22:30:53.789Z | [ host-image] Dec 12 22:30:53.085 INFO O| Dec 12 22:30:53.085 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9304 | 2024-12-12T22:30:53.805Z | [ host-image] Dec 12 22:30:53.105 INFO O| Dec 12 22:30:53.105 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9305 | 2024-12-12T22:30:53.805Z | [ host-image] Dec 12 22:30:53.105 INFO O| Dec 12 22:30:53.105 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 ... |
9306 | 2024-12-12T22:30:53.808Z | [ host-image] Dec 12 22:30:53.105 INFO O| Dec 12 22:30:53.105 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 |
9307 | 2024-12-12T22:30:53.808Z | [ host-image] Dec 12 22:30:53.105 INFO O| Dec 12 22:30:53.105 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9308 | 2024-12-12T22:30:53.808Z | [ host-image] Dec 12 22:30:53.105 INFO O| Dec 12 22:30:53.105 INFO ok! |
9309 | 2024-12-12T22:30:53.808Z | [ host-image] Dec 12 22:30:53.105 INFO O| Dec 12 22:30:53.105 INFO STEP 51 (ensure_file) COMPLETE |
9310 | 2024-12-12T22:30:53.808Z | [ host-image] Dec 12 22:30:53.105 INFO O| Dec 12 22:30:53.105 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9311 | 2024-12-12T22:30:53.824Z | [ host-image] Dec 12 22:30:53.124 INFO O| Dec 12 22:30:53.124 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9312 | 2024-12-12T22:30:53.824Z | [ host-image] Dec 12 22:30:53.124 INFO O| Dec 12 22:30:53.124 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 ... |
9313 | 2024-12-12T22:30:53.827Z | [ host-image] Dec 12 22:30:53.124 INFO O| Dec 12 22:30:53.124 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 |
9314 | 2024-12-12T22:30:53.827Z | [ host-image] Dec 12 22:30:53.124 INFO O| Dec 12 22:30:53.124 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9315 | 2024-12-12T22:30:53.827Z | [ host-image] Dec 12 22:30:53.124 INFO O| Dec 12 22:30:53.124 INFO ok! |
9316 | 2024-12-12T22:30:53.827Z | [ host-image] Dec 12 22:30:53.124 INFO O| Dec 12 22:30:53.124 INFO STEP 52 (ensure_file) COMPLETE |
9317 | 2024-12-12T22:30:53.827Z | [ host-image] Dec 12 22:30:53.124 INFO O| Dec 12 22:30:53.124 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9318 | 2024-12-12T22:30:53.844Z | [ host-image] Dec 12 22:30:53.143 INFO O| Dec 12 22:30:53.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9319 | 2024-12-12T22:30:53.844Z | [ host-image] Dec 12 22:30:53.143 INFO O| Dec 12 22:30:53.143 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 ... |
9320 | 2024-12-12T22:30:53.844Z | [ host-image] Dec 12 22:30:53.143 INFO O| Dec 12 22:30:53.143 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 |
9321 | 2024-12-12T22:30:53.847Z | [ host-image] Dec 12 22:30:53.144 INFO O| Dec 12 22:30:53.143 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9322 | 2024-12-12T22:30:53.847Z | [ host-image] Dec 12 22:30:53.144 INFO O| Dec 12 22:30:53.144 INFO ok! |
9323 | 2024-12-12T22:30:53.847Z | [ host-image] Dec 12 22:30:53.144 INFO O| Dec 12 22:30:53.144 INFO STEP 53 (ensure_file) COMPLETE |
9324 | 2024-12-12T22:30:53.847Z | [ host-image] Dec 12 22:30:53.144 INFO O| Dec 12 22:30:53.144 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9325 | 2024-12-12T22:30:53.864Z | [ host-image] Dec 12 22:30:53.164 INFO O| Dec 12 22:30:53.163 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9326 | 2024-12-12T22:30:53.864Z | [ host-image] Dec 12 22:30:53.164 INFO O| Dec 12 22:30:53.164 INFO STEP 54 (ensure_dir) COMPLETE |
9327 | 2024-12-12T22:30:53.864Z | [ host-image] Dec 12 22:30:53.164 INFO O| Dec 12 22:30:53.164 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9328 | 2024-12-12T22:30:53.882Z | [ host-image] Dec 12 22:30:53.181 INFO O| Dec 12 22:30:53.180 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9329 | 2024-12-12T22:30:53.883Z | [ host-image] Dec 12 22:30:53.181 INFO O| Dec 12 22:30:53.181 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9330 | 2024-12-12T22:30:53.883Z | [ host-image] Dec 12 22:30:53.181 INFO O| Dec 12 22:30:53.181 INFO STEP 55 (ensure_dir) COMPLETE |
9331 | 2024-12-12T22:30:53.883Z | [ host-image] Dec 12 22:30:53.181 INFO O| Dec 12 22:30:53.181 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9332 | 2024-12-12T22:30:53.900Z | [ host-image] Dec 12 22:30:53.199 INFO O| Dec 12 22:30:53.199 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9333 | 2024-12-12T22:30:53.900Z | [ host-image] Dec 12 22:30:53.199 INFO O| Dec 12 22:30:53.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9334 | 2024-12-12T22:30:53.900Z | [ host-image] Dec 12 22:30:53.199 INFO O| Dec 12 22:30:53.199 INFO STEP 56 (ensure_dir) COMPLETE |
9335 | 2024-12-12T22:30:53.904Z | [ host-image] Dec 12 22:30:53.199 INFO O| Dec 12 22:30:53.199 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9336 | 2024-12-12T22:30:53.949Z | [ host-image] Dec 12 22:30:53.248 INFO O| Dec 12 22:30:53.248 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9337 | 2024-12-12T22:30:53.949Z | [ host-image] Dec 12 22:30:53.248 INFO O| Dec 12 22:30:53.248 INFO copying /tmp/.tmpDFpJbY/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9338 | 2024-12-12T22:30:53.975Z | [ host-image] Dec 12 22:30:53.274 INFO O| Dec 12 22:30:53.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9339 | 2024-12-12T22:30:53.975Z | [ host-image] Dec 12 22:30:53.274 INFO O| Dec 12 22:30:53.274 INFO ok! |
9340 | 2024-12-12T22:30:53.978Z | [ host-image] Dec 12 22:30:53.274 INFO O| Dec 12 22:30:53.274 INFO STEP 57 (ensure_file) COMPLETE |
9341 | 2024-12-12T22:30:53.978Z | [ host-image] Dec 12 22:30:53.274 INFO O| Dec 12 22:30:53.274 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9342 | 2024-12-12T22:30:53.978Z | [ recovery-image] Dec 12 22:30:53.276 INFO E| Downloaded x86 v0.52.0 |
9343 | 2024-12-12T22:30:54.029Z | [ host-image] Dec 12 22:30:53.328 INFO O| Dec 12 22:30:53.328 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9344 | 2024-12-12T22:30:54.029Z | [ host-image] Dec 12 22:30:53.328 INFO O| Dec 12 22:30:53.328 INFO copying /tmp/.tmpDFpJbY/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9345 | 2024-12-12T22:30:54.365Z | [ recovery-image] Dec 12 22:30:53.665 INFO E| Updating crates.io index |
9346 | 2024-12-12T22:30:54.484Z | [ recovery-image] Dec 12 22:30:53.781 INFO E| Downloading crates ... |
9347 | 2024-12-12T22:30:54.581Z | [ recovery-image] Dec 12 22:30:53.881 INFO E| Downloaded hashbrown v0.15.0 |
9348 | 2024-12-12T22:30:54.592Z | [ recovery-image] Dec 12 22:30:53.892 INFO E| Downloaded compiler_builtins v0.1.134 |
9349 | 2024-12-12T22:30:55.100Z | [ recovery-image] Dec 12 22:30:54.400 INFO E| Compiling compiler_builtins v0.1.134 |
9350 | 2024-12-12T22:30:55.349Z | [ recovery-image] Dec 12 22:30:54.644 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) |
9351 | 2024-12-12T22:30:55.356Z | [ recovery-image] Dec 12 22:30:54.656 INFO E| Compiling proc-macro2 v1.0.89 |
9352 | 2024-12-12T22:30:55.356Z | [ recovery-image] Dec 12 22:30:54.656 INFO E| Compiling unicode-ident v1.0.13 |
9353 | 2024-12-12T22:30:55.359Z | [ recovery-image] Dec 12 22:30:54.656 INFO E| Compiling syn v1.0.109 |
9354 | 2024-12-12T22:30:55.359Z | [ recovery-image] Dec 12 22:30:54.656 INFO E| Compiling x86 v0.52.0 |
9355 | 2024-12-12T22:30:55.359Z | [ recovery-image] Dec 12 22:30:54.656 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9356 | 2024-12-12T22:30:55.359Z | [ recovery-image] Dec 12 22:30:54.657 INFO E| Compiling seq-macro v0.3.5 |
9357 | 2024-12-12T22:30:55.468Z | [ host-image] Dec 12 22:30:54.768 INFO O| Dec 12 22:30:54.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9358 | 2024-12-12T22:30:55.468Z | [ host-image] Dec 12 22:30:54.768 INFO O| Dec 12 22:30:54.767 INFO ok! |
9359 | 2024-12-12T22:30:55.471Z | [ host-image] Dec 12 22:30:54.768 INFO O| Dec 12 22:30:54.768 INFO STEP 58 (ensure_file) COMPLETE |
9360 | 2024-12-12T22:30:55.471Z | [ host-image] Dec 12 22:30:54.768 INFO O| Dec 12 22:30:54.768 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9361 | 2024-12-12T22:30:55.495Z | [ host-image] Dec 12 22:30:54.794 INFO O| Dec 12 22:30:54.794 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9362 | 2024-12-12T22:30:55.497Z | [ host-image] Dec 12 22:30:54.794 INFO O| Dec 12 22:30:54.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9363 | 2024-12-12T22:30:55.497Z | [ host-image] Dec 12 22:30:54.794 INFO O| Dec 12 22:30:54.794 INFO STEP 59 (ensure_dir) COMPLETE |
9364 | 2024-12-12T22:30:55.497Z | [ host-image] Dec 12 22:30:54.794 INFO O| Dec 12 22:30:54.794 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9365 | 2024-12-12T22:30:55.563Z | [ host-image] Dec 12 22:30:54.862 INFO O| Dec 12 22:30:54.862 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9366 | 2024-12-12T22:30:55.563Z | [ host-image] Dec 12 22:30:54.862 INFO O| Dec 12 22:30:54.862 INFO copying /tmp/.tmpDFpJbY/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 ... |
9367 | 2024-12-12T22:30:55.565Z | [ host-image] Dec 12 22:30:54.862 INFO O| Dec 12 22:30:54.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9368 | 2024-12-12T22:30:55.565Z | [ host-image] Dec 12 22:30:54.862 INFO O| Dec 12 22:30:54.862 INFO ok! |
9369 | 2024-12-12T22:30:55.565Z | [ host-image] Dec 12 22:30:54.862 INFO O| Dec 12 22:30:54.862 INFO STEP 60 (ensure_file) COMPLETE |
9370 | 2024-12-12T22:30:55.565Z | [ host-image] Dec 12 22:30:54.862 INFO O| Dec 12 22:30:54.862 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9371 | 2024-12-12T22:30:55.662Z | [ host-image] Dec 12 22:30:54.961 INFO O| Dec 12 22:30:54.961 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9372 | 2024-12-12T22:30:55.662Z | [ host-image] Dec 12 22:30:54.961 INFO O| Dec 12 22:30:54.961 INFO copying /tmp/.tmpDFpJbY/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 ... |
9373 | 2024-12-12T22:30:55.664Z | [ host-image] Dec 12 22:30:54.962 INFO O| Dec 12 22:30:54.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9374 | 2024-12-12T22:30:55.664Z | [ host-image] Dec 12 22:30:54.962 INFO O| Dec 12 22:30:54.962 INFO ok! |
9375 | 2024-12-12T22:30:55.664Z | [ host-image] Dec 12 22:30:54.962 INFO O| Dec 12 22:30:54.962 INFO STEP 61 (ensure_file) COMPLETE |
9376 | 2024-12-12T22:30:55.664Z | [ host-image] Dec 12 22:30:54.962 INFO O| Dec 12 22:30:54.962 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9377 | 2024-12-12T22:30:55.728Z | [ host-image] Dec 12 22:30:55.028 INFO O| Dec 12 22:30:55.027 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9378 | 2024-12-12T22:30:55.731Z | [ host-image] Dec 12 22:30:55.028 INFO O| Dec 12 22:30:55.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9379 | 2024-12-12T22:30:55.731Z | [ host-image] Dec 12 22:30:55.028 INFO O| Dec 12 22:30:55.028 INFO STEP 62 (ensure_dir) COMPLETE |
9380 | 2024-12-12T22:30:55.731Z | [ host-image] Dec 12 22:30:55.028 INFO O| Dec 12 22:30:55.028 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9381 | 2024-12-12T22:30:55.854Z | [ host-image] Dec 12 22:30:55.153 INFO O| Dec 12 22:30:55.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9382 | 2024-12-12T22:30:55.854Z | [ host-image] Dec 12 22:30:55.153 INFO O| Dec 12 22:30:55.153 INFO copying /tmp/.tmpDFpJbY/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 ... |
9383 | 2024-12-12T22:30:55.857Z | [ host-image] Dec 12 22:30:55.154 INFO O| Dec 12 22:30:55.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9384 | 2024-12-12T22:30:55.857Z | [ host-image] Dec 12 22:30:55.154 INFO O| Dec 12 22:30:55.154 INFO ok! |
9385 | 2024-12-12T22:30:55.857Z | [ host-image] Dec 12 22:30:55.154 INFO O| Dec 12 22:30:55.154 INFO STEP 63 (ensure_file) COMPLETE |
9386 | 2024-12-12T22:30:55.857Z | [ host-image] Dec 12 22:30:55.154 INFO O| Dec 12 22:30:55.154 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9387 | 2024-12-12T22:30:55.927Z | [ host-image] Dec 12 22:30:55.224 INFO O| Dec 12 22:30:55.224 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9388 | 2024-12-12T22:30:55.927Z | [ host-image] Dec 12 22:30:55.224 INFO O| Dec 12 22:30:55.224 INFO copying /tmp/.tmpDFpJbY/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 ... |
9389 | 2024-12-12T22:30:55.930Z | [ host-image] Dec 12 22:30:55.225 INFO O| Dec 12 22:30:55.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9390 | 2024-12-12T22:30:55.930Z | [ host-image] Dec 12 22:30:55.225 INFO O| Dec 12 22:30:55.224 INFO ok! |
9391 | 2024-12-12T22:30:55.930Z | [ host-image] Dec 12 22:30:55.225 INFO O| Dec 12 22:30:55.225 INFO STEP 64 (ensure_file) COMPLETE |
9392 | 2024-12-12T22:30:55.930Z | [ host-image] Dec 12 22:30:55.225 INFO O| Dec 12 22:30:55.225 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9393 | 2024-12-12T22:30:55.954Z | [ host-image] Dec 12 22:30:55.254 INFO O| Dec 12 22:30:55.254 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9394 | 2024-12-12T22:30:55.957Z | [ host-image] Dec 12 22:30:55.254 INFO O| Dec 12 22:30:55.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9395 | 2024-12-12T22:30:55.957Z | [ host-image] Dec 12 22:30:55.254 INFO O| Dec 12 22:30:55.254 INFO STEP 65 (ensure_dir) COMPLETE |
9396 | 2024-12-12T22:30:55.957Z | [ host-image] Dec 12 22:30:55.254 INFO O| Dec 12 22:30:55.254 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9397 | 2024-12-12T22:30:56.049Z | [ host-image] Dec 12 22:30:55.349 INFO O| Dec 12 22:30:55.349 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9398 | 2024-12-12T22:30:56.049Z | [ host-image] Dec 12 22:30:55.349 INFO O| Dec 12 22:30:55.349 INFO copying /tmp/.tmpDFpJbY/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 ... |
9399 | 2024-12-12T22:30:56.052Z | [ host-image] Dec 12 22:30:55.349 INFO O| Dec 12 22:30:55.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9400 | 2024-12-12T22:30:56.052Z | [ host-image] Dec 12 22:30:55.349 INFO O| Dec 12 22:30:55.349 INFO ok! |
9401 | 2024-12-12T22:30:56.052Z | [ host-image] Dec 12 22:30:55.349 INFO O| Dec 12 22:30:55.349 INFO STEP 66 (ensure_file) COMPLETE |
9402 | 2024-12-12T22:30:56.052Z | [ host-image] Dec 12 22:30:55.349 INFO O| Dec 12 22:30:55.349 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9403 | 2024-12-12T22:30:56.130Z | [ host-image] Dec 12 22:30:55.428 INFO O| Dec 12 22:30:55.428 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9404 | 2024-12-12T22:30:56.130Z | [ host-image] Dec 12 22:30:55.428 INFO O| Dec 12 22:30:55.428 INFO copying /tmp/.tmpDFpJbY/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9405 | 2024-12-12T22:30:56.133Z | [ host-image] Dec 12 22:30:55.428 INFO O| Dec 12 22:30:55.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9406 | 2024-12-12T22:30:56.134Z | [ host-image] Dec 12 22:30:55.428 INFO O| Dec 12 22:30:55.428 INFO ok! |
9407 | 2024-12-12T22:30:56.134Z | [ host-image] Dec 12 22:30:55.428 INFO O| Dec 12 22:30:55.428 INFO STEP 67 (ensure_file) COMPLETE |
9408 | 2024-12-12T22:30:56.134Z | [ host-image] Dec 12 22:30:55.428 INFO O| Dec 12 22:30:55.428 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9409 | 2024-12-12T22:30:56.312Z | [ host-image] Dec 12 22:30:55.609 INFO O| Dec 12 22:30:55.609 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9410 | 2024-12-12T22:30:56.321Z | [ host-image] Dec 12 22:30:55.610 INFO O| Dec 12 22:30:55.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9411 | 2024-12-12T22:30:56.321Z | [ host-image] Dec 12 22:30:55.610 INFO O| Dec 12 22:30:55.610 INFO STEP 68 (ensure_dir) COMPLETE |
9412 | 2024-12-12T22:30:56.321Z | [ host-image] Dec 12 22:30:55.610 INFO O| Dec 12 22:30:55.610 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9413 | 2024-12-12T22:30:56.353Z | [ host-image] Dec 12 22:30:55.652 INFO O| Dec 12 22:30:55.652 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9414 | 2024-12-12T22:30:56.353Z | [ host-image] Dec 12 22:30:55.652 INFO O| Dec 12 22:30:55.652 INFO copying /tmp/.tmpDFpJbY/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9415 | 2024-12-12T22:30:57.836Z | [ host-image] Dec 12 22:30:57.135 INFO O| Dec 12 22:30:57.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9416 | 2024-12-12T22:30:57.836Z | [ host-image] Dec 12 22:30:57.135 INFO O| Dec 12 22:30:57.135 INFO ok! |
9417 | 2024-12-12T22:30:57.839Z | [ host-image] Dec 12 22:30:57.135 INFO O| Dec 12 22:30:57.135 INFO STEP 69 (ensure_file) COMPLETE |
9418 | 2024-12-12T22:30:57.839Z | [ host-image] Dec 12 22:30:57.135 INFO O| Dec 12 22:30:57.135 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9419 | 2024-12-12T22:30:57.857Z | [ host-image] Dec 12 22:30:57.156 INFO O| Dec 12 22:30:57.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9420 | 2024-12-12T22:30:57.857Z | [ host-image] Dec 12 22:30:57.156 INFO O| Dec 12 22:30:57.156 INFO copying /tmp/.tmpDFpJbY/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9421 | 2024-12-12T22:30:59.401Z | [ recovery-image] Dec 12 22:30:58.701 INFO E| Compiling quote v1.0.37 |
9422 | 2024-12-12T22:30:59.953Z | [ host-image] Dec 12 22:30:59.252 INFO O| Dec 12 22:30:59.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9423 | 2024-12-12T22:30:59.953Z | [ host-image] Dec 12 22:30:59.253 INFO O| Dec 12 22:30:59.252 INFO ok! |
9424 | 2024-12-12T22:30:59.956Z | [ host-image] Dec 12 22:30:59.253 INFO O| Dec 12 22:30:59.252 INFO STEP 70 (ensure_file) COMPLETE |
9425 | 2024-12-12T22:30:59.956Z | [ host-image] Dec 12 22:30:59.253 INFO O| Dec 12 22:30:59.252 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9426 | 2024-12-12T22:30:59.971Z | [ host-image] Dec 12 22:30:59.271 INFO O| Dec 12 22:30:59.270 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9427 | 2024-12-12T22:30:59.971Z | [ host-image] Dec 12 22:30:59.271 INFO O| Dec 12 22:30:59.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9428 | 2024-12-12T22:30:59.974Z | [ host-image] Dec 12 22:30:59.271 INFO O| Dec 12 22:30:59.271 INFO STEP 71 (ensure_dir) COMPLETE |
9429 | 2024-12-12T22:30:59.974Z | [ host-image] Dec 12 22:30:59.271 INFO O| Dec 12 22:30:59.271 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9430 | 2024-12-12T22:31:00.010Z | [ host-image] Dec 12 22:30:59.309 INFO O| Dec 12 22:30:59.309 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9431 | 2024-12-12T22:31:00.010Z | [ host-image] Dec 12 22:30:59.309 INFO O| Dec 12 22:30:59.309 INFO copying /tmp/.tmpDFpJbY/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 ... |
9432 | 2024-12-12T22:31:00.014Z | [ host-image] Dec 12 22:30:59.310 INFO O| Dec 12 22:30:59.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9433 | 2024-12-12T22:31:00.014Z | [ host-image] Dec 12 22:30:59.310 INFO O| Dec 12 22:30:59.310 INFO ok! |
9434 | 2024-12-12T22:31:00.014Z | [ host-image] Dec 12 22:30:59.310 INFO O| Dec 12 22:30:59.310 INFO STEP 72 (ensure_file) COMPLETE |
9435 | 2024-12-12T22:31:00.014Z | [ host-image] Dec 12 22:30:59.310 INFO O| Dec 12 22:30:59.310 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9436 | 2024-12-12T22:31:00.043Z | [ host-image] Dec 12 22:30:59.342 INFO O| Dec 12 22:30:59.342 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9437 | 2024-12-12T22:31:00.044Z | [ host-image] Dec 12 22:30:59.342 INFO O| Dec 12 22:30:59.342 INFO copying /tmp/.tmpDFpJbY/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 ... |
9438 | 2024-12-12T22:31:00.044Z | [ host-image] Dec 12 22:30:59.343 INFO O| Dec 12 22:30:59.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9439 | 2024-12-12T22:31:00.047Z | [ host-image] Dec 12 22:30:59.343 INFO O| Dec 12 22:30:59.343 INFO ok! |
9440 | 2024-12-12T22:31:00.047Z | [ host-image] Dec 12 22:30:59.343 INFO O| Dec 12 22:30:59.343 INFO STEP 73 (ensure_file) COMPLETE |
9441 | 2024-12-12T22:31:00.047Z | [ host-image] Dec 12 22:30:59.343 INFO O| Dec 12 22:30:59.343 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9442 | 2024-12-12T22:31:00.059Z | [ recovery-image] Dec 12 22:30:59.359 INFO E| Compiling syn v2.0.85 |
9443 | 2024-12-12T22:31:00.103Z | [ host-image] Dec 12 22:30:59.402 INFO O| Dec 12 22:30:59.402 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9444 | 2024-12-12T22:31:00.103Z | [ host-image] Dec 12 22:30:59.402 INFO O| Dec 12 22:30:59.402 INFO copying /tmp/.tmpDFpJbY/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9445 | 2024-12-12T22:31:00.103Z | [ host-image] Dec 12 22:30:59.402 INFO O| Dec 12 22:30:59.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9446 | 2024-12-12T22:31:00.103Z | [ host-image] Dec 12 22:30:59.402 INFO O| Dec 12 22:30:59.402 INFO ok! |
9447 | 2024-12-12T22:31:00.105Z | [ host-image] Dec 12 22:30:59.402 INFO O| Dec 12 22:30:59.402 INFO STEP 74 (ensure_file) COMPLETE |
9448 | 2024-12-12T22:31:00.105Z | [ host-image] Dec 12 22:30:59.402 INFO O| Dec 12 22:30:59.402 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9449 | 2024-12-12T22:31:00.191Z | [ host-image] Dec 12 22:30:59.491 INFO O| Dec 12 22:30:59.491 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9450 | 2024-12-12T22:31:00.191Z | [ host-image] Dec 12 22:30:59.491 INFO O| Dec 12 22:30:59.491 INFO copying /tmp/.tmpDFpJbY/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9451 | 2024-12-12T22:31:00.194Z | [ host-image] Dec 12 22:30:59.491 INFO O| Dec 12 22:30:59.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9452 | 2024-12-12T22:31:00.194Z | [ host-image] Dec 12 22:30:59.492 INFO O| Dec 12 22:30:59.491 INFO ok! |
9453 | 2024-12-12T22:31:00.194Z | [ host-image] Dec 12 22:30:59.492 INFO O| Dec 12 22:30:59.492 INFO STEP 75 (ensure_file) COMPLETE |
9454 | 2024-12-12T22:31:00.194Z | [ host-image] Dec 12 22:30:59.492 INFO O| Dec 12 22:30:59.492 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9455 | 2024-12-12T22:31:00.278Z | [ host-image] Dec 12 22:30:59.577 INFO O| Dec 12 22:30:59.577 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9456 | 2024-12-12T22:31:00.278Z | [ host-image] Dec 12 22:30:59.577 INFO O| Dec 12 22:30:59.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9457 | 2024-12-12T22:31:00.278Z | [ host-image] Dec 12 22:30:59.577 INFO O| Dec 12 22:30:59.577 INFO STEP 76 (ensure_dir) COMPLETE |
9458 | 2024-12-12T22:31:00.280Z | [ host-image] Dec 12 22:30:59.577 INFO O| Dec 12 22:30:59.577 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9459 | 2024-12-12T22:31:00.340Z | [ host-image] Dec 12 22:30:59.640 INFO O| Dec 12 22:30:59.639 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9460 | 2024-12-12T22:31:00.340Z | [ host-image] Dec 12 22:30:59.640 INFO O| Dec 12 22:30:59.640 INFO copying /tmp/.tmpDFpJbY/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9461 | 2024-12-12T22:31:00.345Z | [ host-image] Dec 12 22:30:59.644 INFO O| Dec 12 22:30:59.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9462 | 2024-12-12T22:31:00.345Z | [ host-image] Dec 12 22:30:59.644 INFO O| Dec 12 22:30:59.644 INFO ok! |
9463 | 2024-12-12T22:31:00.345Z | [ host-image] Dec 12 22:30:59.644 INFO O| Dec 12 22:30:59.644 INFO STEP 77 (ensure_file) COMPLETE |
9464 | 2024-12-12T22:31:00.345Z | [ host-image] Dec 12 22:30:59.644 INFO O| Dec 12 22:30:59.644 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9465 | 2024-12-12T22:31:00.399Z | [ host-image] Dec 12 22:30:59.698 INFO O| Dec 12 22:30:59.698 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9466 | 2024-12-12T22:31:00.399Z | [ host-image] Dec 12 22:30:59.698 INFO O| Dec 12 22:30:59.698 INFO copying /tmp/.tmpDFpJbY/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9467 | 2024-12-12T22:31:00.399Z | [ host-image] Dec 12 22:30:59.699 INFO O| Dec 12 22:30:59.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9468 | 2024-12-12T22:31:00.402Z | [ host-image] Dec 12 22:30:59.699 INFO O| Dec 12 22:30:59.698 INFO ok! |
9469 | 2024-12-12T22:31:00.402Z | [ host-image] Dec 12 22:30:59.699 INFO O| Dec 12 22:30:59.698 INFO STEP 78 (ensure_file) COMPLETE |
9470 | 2024-12-12T22:31:00.402Z | [ host-image] Dec 12 22:30:59.699 INFO O| Dec 12 22:30:59.698 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9471 | 2024-12-12T22:31:00.433Z | [ host-image] Dec 12 22:30:59.733 INFO O| Dec 12 22:30:59.733 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9472 | 2024-12-12T22:31:00.433Z | [ host-image] Dec 12 22:30:59.733 INFO O| Dec 12 22:30:59.733 INFO copying /tmp/.tmpDFpJbY/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9473 | 2024-12-12T22:31:02.290Z | [ host-image] Dec 12 22:31:01.589 INFO O| Dec 12 22:31:01.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9474 | 2024-12-12T22:31:02.290Z | [ host-image] Dec 12 22:31:01.589 INFO O| Dec 12 22:31:01.589 INFO ok! |
9475 | 2024-12-12T22:31:02.293Z | [ host-image] Dec 12 22:31:01.589 INFO O| Dec 12 22:31:01.589 INFO STEP 79 (ensure_file) COMPLETE |
9476 | 2024-12-12T22:31:02.293Z | [ host-image] Dec 12 22:31:01.589 INFO O| Dec 12 22:31:01.589 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9477 | 2024-12-12T22:31:02.312Z | [ host-image] Dec 12 22:31:01.612 INFO O| Dec 12 22:31:01.612 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9478 | 2024-12-12T22:31:02.312Z | [ host-image] Dec 12 22:31:01.612 INFO O| Dec 12 22:31:01.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9479 | 2024-12-12T22:31:02.312Z | [ host-image] Dec 12 22:31:01.612 INFO O| Dec 12 22:31:01.612 INFO STEP 80 (ensure_dir) COMPLETE |
9480 | 2024-12-12T22:31:02.315Z | [ host-image] Dec 12 22:31:01.612 INFO O| Dec 12 22:31:01.612 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9481 | 2024-12-12T22:31:02.347Z | [ host-image] Dec 12 22:31:01.647 INFO O| Dec 12 22:31:01.647 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9482 | 2024-12-12T22:31:02.348Z | [ host-image] Dec 12 22:31:01.647 INFO O| Dec 12 22:31:01.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9483 | 2024-12-12T22:31:02.350Z | [ host-image] Dec 12 22:31:01.647 INFO O| Dec 12 22:31:01.647 INFO STEP 81 (ensure_dir) COMPLETE |
9484 | 2024-12-12T22:31:02.350Z | [ host-image] Dec 12 22:31:01.647 INFO O| Dec 12 22:31:01.647 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9485 | 2024-12-12T22:31:02.391Z | [ host-image] Dec 12 22:31:01.691 INFO O| Dec 12 22:31:01.691 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9486 | 2024-12-12T22:31:02.391Z | [ host-image] Dec 12 22:31:01.691 INFO O| Dec 12 22:31:01.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9487 | 2024-12-12T22:31:02.392Z | [ host-image] Dec 12 22:31:01.691 INFO O| Dec 12 22:31:01.691 INFO STEP 82 (ensure_dir) COMPLETE |
9488 | 2024-12-12T22:31:02.392Z | [ host-image] Dec 12 22:31:01.691 INFO O| Dec 12 22:31:01.691 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9489 | 2024-12-12T22:31:02.424Z | [ host-image] Dec 12 22:31:01.723 INFO O| Dec 12 22:31:01.723 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9490 | 2024-12-12T22:31:02.424Z | [ host-image] Dec 12 22:31:01.724 INFO O| Dec 12 22:31:01.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9491 | 2024-12-12T22:31:02.427Z | [ host-image] Dec 12 22:31:01.724 INFO O| Dec 12 22:31:01.724 INFO STEP 83 (ensure_dir) COMPLETE |
9492 | 2024-12-12T22:31:02.427Z | [ host-image] Dec 12 22:31:01.724 INFO O| Dec 12 22:31:01.724 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9493 | 2024-12-12T22:31:02.457Z | [ host-image] Dec 12 22:31:01.757 INFO O| Dec 12 22:31:01.757 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9494 | 2024-12-12T22:31:02.457Z | [ host-image] Dec 12 22:31:01.757 INFO O| Dec 12 22:31:01.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9495 | 2024-12-12T22:31:02.457Z | [ host-image] Dec 12 22:31:01.757 INFO O| Dec 12 22:31:01.757 INFO STEP 84 (ensure_dir) COMPLETE |
9496 | 2024-12-12T22:31:02.460Z | [ host-image] Dec 12 22:31:01.757 INFO O| Dec 12 22:31:01.757 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9497 | 2024-12-12T22:31:02.476Z | [ host-image] Dec 12 22:31:01.776 INFO O| Dec 12 22:31:01.776 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9498 | 2024-12-12T22:31:02.476Z | [ host-image] Dec 12 22:31:01.776 INFO O| Dec 12 22:31:01.776 INFO copying /tmp/.tmpDFpJbY/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 ... |
9499 | 2024-12-12T22:31:02.476Z | [ host-image] Dec 12 22:31:01.776 INFO O| Dec 12 22:31:01.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9500 | 2024-12-12T22:31:02.479Z | [ host-image] Dec 12 22:31:01.776 INFO O| Dec 12 22:31:01.776 INFO ok! |
9501 | 2024-12-12T22:31:02.479Z | [ host-image] Dec 12 22:31:01.776 INFO O| Dec 12 22:31:01.776 INFO STEP 85 (ensure_file) COMPLETE |
9502 | 2024-12-12T22:31:02.479Z | [ host-image] Dec 12 22:31:01.776 INFO O| Dec 12 22:31:01.776 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9503 | 2024-12-12T22:31:02.494Z | [ host-image] Dec 12 22:31:01.794 INFO O| Dec 12 22:31:01.794 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9504 | 2024-12-12T22:31:02.494Z | [ host-image] Dec 12 22:31:01.794 INFO O| Dec 12 22:31:01.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9505 | 2024-12-12T22:31:02.497Z | [ host-image] Dec 12 22:31:01.794 INFO O| Dec 12 22:31:01.794 INFO STEP 86 (ensure_dir) COMPLETE |
9506 | 2024-12-12T22:31:02.497Z | [ host-image] Dec 12 22:31:01.794 INFO O| Dec 12 22:31:01.794 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9507 | 2024-12-12T22:31:02.513Z | [ host-image] Dec 12 22:31:01.812 INFO O| Dec 12 22:31:01.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9508 | 2024-12-12T22:31:02.513Z | [ host-image] Dec 12 22:31:01.813 INFO O| Dec 12 22:31:01.812 INFO copying /tmp/.tmpDFpJbY/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9509 | 2024-12-12T22:31:02.513Z | [ host-image] Dec 12 22:31:01.813 INFO O| Dec 12 22:31:01.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9510 | 2024-12-12T22:31:02.515Z | [ host-image] Dec 12 22:31:01.813 INFO O| Dec 12 22:31:01.813 INFO ok! |
9511 | 2024-12-12T22:31:02.515Z | [ host-image] Dec 12 22:31:01.813 INFO O| Dec 12 22:31:01.813 INFO STEP 87 (ensure_file) COMPLETE |
9512 | 2024-12-12T22:31:02.515Z | [ host-image] Dec 12 22:31:01.813 INFO O| Dec 12 22:31:01.813 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9513 | 2024-12-12T22:31:02.569Z | [ host-image] Dec 12 22:31:01.869 INFO O| Dec 12 22:31:01.869 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9514 | 2024-12-12T22:31:02.569Z | [ host-image] Dec 12 22:31:01.869 INFO O| Dec 12 22:31:01.869 INFO copying /tmp/.tmpDFpJbY/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9515 | 2024-12-12T22:31:03.197Z | [ host-image] Dec 12 22:31:02.496 INFO O| Dec 12 22:31:02.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9516 | 2024-12-12T22:31:03.197Z | [ host-image] Dec 12 22:31:02.496 INFO O| Dec 12 22:31:02.496 INFO ok! |
9517 | 2024-12-12T22:31:03.200Z | [ host-image] Dec 12 22:31:02.496 INFO O| Dec 12 22:31:02.496 INFO STEP 88 (ensure_file) COMPLETE |
9518 | 2024-12-12T22:31:03.200Z | [ host-image] Dec 12 22:31:02.496 INFO O| Dec 12 22:31:02.496 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9519 | 2024-12-12T22:31:03.218Z | [ host-image] Dec 12 22:31:02.518 INFO O| Dec 12 22:31:02.518 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9520 | 2024-12-12T22:31:03.218Z | [ host-image] Dec 12 22:31:02.518 INFO O| Dec 12 22:31:02.518 INFO copying /tmp/.tmpDFpJbY/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9521 | 2024-12-12T22:31:03.934Z | [ host-image] Dec 12 22:31:03.234 INFO O| Dec 12 22:31:03.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9522 | 2024-12-12T22:31:03.934Z | [ host-image] Dec 12 22:31:03.234 INFO O| Dec 12 22:31:03.234 INFO ok! |
9523 | 2024-12-12T22:31:03.937Z | [ host-image] Dec 12 22:31:03.234 INFO O| Dec 12 22:31:03.234 INFO STEP 89 (ensure_file) COMPLETE |
9524 | 2024-12-12T22:31:03.937Z | [ host-image] Dec 12 22:31:03.234 INFO O| Dec 12 22:31:03.234 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9525 | 2024-12-12T22:31:03.955Z | [ host-image] Dec 12 22:31:03.255 INFO O| Dec 12 22:31:03.255 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9526 | 2024-12-12T22:31:03.955Z | [ host-image] Dec 12 22:31:03.255 INFO O| Dec 12 22:31:03.255 INFO copying /tmp/.tmpDFpJbY/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9527 | 2024-12-12T22:31:03.955Z | [ host-image] Dec 12 22:31:03.255 INFO O| Dec 12 22:31:03.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9528 | 2024-12-12T22:31:03.955Z | [ host-image] Dec 12 22:31:03.255 INFO O| Dec 12 22:31:03.255 INFO ok! |
9529 | 2024-12-12T22:31:03.958Z | [ host-image] Dec 12 22:31:03.255 INFO O| Dec 12 22:31:03.255 INFO STEP 90 (ensure_file) COMPLETE |
9530 | 2024-12-12T22:31:03.958Z | [ host-image] Dec 12 22:31:03.255 INFO O| Dec 12 22:31:03.255 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9531 | 2024-12-12T22:31:03.978Z | [ host-image] Dec 12 22:31:03.278 INFO O| Dec 12 22:31:03.278 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9532 | 2024-12-12T22:31:03.979Z | [ host-image] Dec 12 22:31:03.278 INFO O| Dec 12 22:31:03.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9533 | 2024-12-12T22:31:03.979Z | [ host-image] Dec 12 22:31:03.278 INFO O| Dec 12 22:31:03.278 INFO STEP 91 (ensure_dir) COMPLETE |
9534 | 2024-12-12T22:31:03.982Z | [ host-image] Dec 12 22:31:03.278 INFO O| Dec 12 22:31:03.278 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9535 | 2024-12-12T22:31:04.021Z | [ host-image] Dec 12 22:31:03.321 INFO O| Dec 12 22:31:03.321 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9536 | 2024-12-12T22:31:04.021Z | [ host-image] Dec 12 22:31:03.321 INFO O| Dec 12 22:31:03.321 INFO copying /tmp/.tmpDFpJbY/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 ... |
9537 | 2024-12-12T22:31:04.021Z | [ host-image] Dec 12 22:31:03.321 INFO O| Dec 12 22:31:03.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9538 | 2024-12-12T22:31:04.021Z | [ host-image] Dec 12 22:31:03.321 INFO O| Dec 12 22:31:03.321 INFO ok! |
9539 | 2024-12-12T22:31:04.027Z | [ host-image] Dec 12 22:31:03.321 INFO O| Dec 12 22:31:03.321 INFO STEP 92 (ensure_file) COMPLETE |
9540 | 2024-12-12T22:31:04.027Z | [ host-image] Dec 12 22:31:03.321 INFO O| Dec 12 22:31:03.321 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9541 | 2024-12-12T22:31:04.042Z | [ host-image] Dec 12 22:31:03.342 INFO O| Dec 12 22:31:03.342 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9542 | 2024-12-12T22:31:04.043Z | [ host-image] Dec 12 22:31:03.342 INFO O| Dec 12 22:31:03.342 INFO copying /tmp/.tmpDFpJbY/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 ... |
9543 | 2024-12-12T22:31:04.043Z | [ host-image] Dec 12 22:31:03.342 INFO O| Dec 12 22:31:03.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9544 | 2024-12-12T22:31:04.043Z | [ host-image] Dec 12 22:31:03.342 INFO O| Dec 12 22:31:03.342 INFO ok! |
9545 | 2024-12-12T22:31:04.043Z | [ host-image] Dec 12 22:31:03.342 INFO O| Dec 12 22:31:03.342 INFO STEP 93 (ensure_file) COMPLETE |
9546 | 2024-12-12T22:31:04.048Z | [ host-image] Dec 12 22:31:03.342 INFO O| Dec 12 22:31:03.342 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9547 | 2024-12-12T22:31:04.082Z | [ host-image] Dec 12 22:31:03.381 INFO O| Dec 12 22:31:03.381 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9548 | 2024-12-12T22:31:04.082Z | [ host-image] Dec 12 22:31:03.381 INFO O| Dec 12 22:31:03.381 INFO copying /tmp/.tmpDFpJbY/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 ... |
9549 | 2024-12-12T22:31:04.085Z | [ host-image] Dec 12 22:31:03.382 INFO O| Dec 12 22:31:03.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9550 | 2024-12-12T22:31:04.085Z | [ host-image] Dec 12 22:31:03.382 INFO O| Dec 12 22:31:03.382 INFO ok! |
9551 | 2024-12-12T22:31:04.085Z | [ host-image] Dec 12 22:31:03.382 INFO O| Dec 12 22:31:03.382 INFO STEP 94 (ensure_file) COMPLETE |
9552 | 2024-12-12T22:31:04.085Z | [ host-image] Dec 12 22:31:03.382 INFO O| Dec 12 22:31:03.382 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9553 | 2024-12-12T22:31:04.104Z | [ host-image] Dec 12 22:31:03.404 INFO O| Dec 12 22:31:03.404 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9554 | 2024-12-12T22:31:04.107Z | [ host-image] Dec 12 22:31:03.404 INFO O| Dec 12 22:31:03.404 INFO copying /tmp/.tmpDFpJbY/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 ... |
9555 | 2024-12-12T22:31:04.107Z | [ host-image] Dec 12 22:31:03.404 INFO O| Dec 12 22:31:03.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9556 | 2024-12-12T22:31:04.107Z | [ host-image] Dec 12 22:31:03.404 INFO O| Dec 12 22:31:03.404 INFO ok! |
9557 | 2024-12-12T22:31:04.107Z | [ host-image] Dec 12 22:31:03.404 INFO O| Dec 12 22:31:03.404 INFO STEP 95 (ensure_file) COMPLETE |
9558 | 2024-12-12T22:31:04.107Z | [ host-image] Dec 12 22:31:03.404 INFO O| Dec 12 22:31:03.404 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9559 | 2024-12-12T22:31:04.127Z | [ host-image] Dec 12 22:31:03.426 INFO O| Dec 12 22:31:03.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9560 | 2024-12-12T22:31:04.127Z | [ host-image] Dec 12 22:31:03.426 INFO O| Dec 12 22:31:03.426 INFO copying /tmp/.tmpDFpJbY/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 ... |
9561 | 2024-12-12T22:31:04.130Z | [ host-image] Dec 12 22:31:03.427 INFO O| Dec 12 22:31:03.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9562 | 2024-12-12T22:31:04.130Z | [ host-image] Dec 12 22:31:03.427 INFO O| Dec 12 22:31:03.427 INFO ok! |
9563 | 2024-12-12T22:31:04.130Z | [ host-image] Dec 12 22:31:03.427 INFO O| Dec 12 22:31:03.427 INFO STEP 96 (ensure_file) COMPLETE |
9564 | 2024-12-12T22:31:04.130Z | [ host-image] Dec 12 22:31:03.427 INFO O| Dec 12 22:31:03.427 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9565 | 2024-12-12T22:31:04.150Z | [ host-image] Dec 12 22:31:03.450 INFO O| Dec 12 22:31:03.450 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9566 | 2024-12-12T22:31:04.150Z | [ host-image] Dec 12 22:31:03.450 INFO O| Dec 12 22:31:03.450 INFO copying /tmp/.tmpDFpJbY/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9567 | 2024-12-12T22:31:04.153Z | [ host-image] Dec 12 22:31:03.450 INFO O| Dec 12 22:31:03.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9568 | 2024-12-12T22:31:04.153Z | [ host-image] Dec 12 22:31:03.450 INFO O| Dec 12 22:31:03.450 INFO ok! |
9569 | 2024-12-12T22:31:04.153Z | [ host-image] Dec 12 22:31:03.450 INFO O| Dec 12 22:31:03.450 INFO STEP 97 (ensure_file) COMPLETE |
9570 | 2024-12-12T22:31:04.153Z | [ host-image] Dec 12 22:31:03.450 INFO O| Dec 12 22:31:03.450 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9571 | 2024-12-12T22:31:04.171Z | [ host-image] Dec 12 22:31:03.471 INFO O| Dec 12 22:31:03.470 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9572 | 2024-12-12T22:31:04.171Z | [ host-image] Dec 12 22:31:03.471 INFO O| Dec 12 22:31:03.471 INFO copying /tmp/.tmpDFpJbY/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 ... |
9573 | 2024-12-12T22:31:04.173Z | [ host-image] Dec 12 22:31:03.471 INFO O| Dec 12 22:31:03.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9574 | 2024-12-12T22:31:04.173Z | [ host-image] Dec 12 22:31:03.471 INFO O| Dec 12 22:31:03.471 INFO ok! |
9575 | 2024-12-12T22:31:04.173Z | [ host-image] Dec 12 22:31:03.471 INFO O| Dec 12 22:31:03.471 INFO STEP 98 (ensure_file) COMPLETE |
9576 | 2024-12-12T22:31:04.173Z | [ host-image] Dec 12 22:31:03.471 INFO O| Dec 12 22:31:03.471 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9577 | 2024-12-12T22:31:04.192Z | [ host-image] Dec 12 22:31:03.492 INFO O| Dec 12 22:31:03.491 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9578 | 2024-12-12T22:31:04.192Z | [ host-image] Dec 12 22:31:03.492 INFO O| Dec 12 22:31:03.491 INFO copying /tmp/.tmpDFpJbY/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 ... |
9579 | 2024-12-12T22:31:04.195Z | [ host-image] Dec 12 22:31:03.492 INFO O| Dec 12 22:31:03.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9580 | 2024-12-12T22:31:04.195Z | [ host-image] Dec 12 22:31:03.492 INFO O| Dec 12 22:31:03.492 INFO ok! |
9581 | 2024-12-12T22:31:04.195Z | [ host-image] Dec 12 22:31:03.492 INFO O| Dec 12 22:31:03.492 INFO STEP 99 (ensure_file) COMPLETE |
9582 | 2024-12-12T22:31:04.195Z | [ host-image] Dec 12 22:31:03.492 INFO O| Dec 12 22:31:03.492 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9583 | 2024-12-12T22:31:04.234Z | [ host-image] Dec 12 22:31:03.533 INFO O| Dec 12 22:31:03.533 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9584 | 2024-12-12T22:31:04.234Z | [ host-image] Dec 12 22:31:03.533 INFO O| Dec 12 22:31:03.533 INFO copying /tmp/.tmpDFpJbY/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 ... |
9585 | 2024-12-12T22:31:04.234Z | [ host-image] Dec 12 22:31:03.534 INFO O| Dec 12 22:31:03.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9586 | 2024-12-12T22:31:04.237Z | [ host-image] Dec 12 22:31:03.534 INFO O| Dec 12 22:31:03.534 INFO ok! |
9587 | 2024-12-12T22:31:04.237Z | [ host-image] Dec 12 22:31:03.534 INFO O| Dec 12 22:31:03.534 INFO STEP 100 (ensure_file) COMPLETE |
9588 | 2024-12-12T22:31:04.237Z | [ host-image] Dec 12 22:31:03.534 INFO O| Dec 12 22:31:03.534 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9589 | 2024-12-12T22:31:04.293Z | [ host-image] Dec 12 22:31:03.593 INFO O| Dec 12 22:31:03.593 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9590 | 2024-12-12T22:31:04.293Z | [ host-image] Dec 12 22:31:03.593 INFO O| Dec 12 22:31:03.593 INFO copying /tmp/.tmpDFpJbY/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9591 | 2024-12-12T22:31:04.293Z | [ host-image] Dec 12 22:31:03.593 INFO O| Dec 12 22:31:03.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9592 | 2024-12-12T22:31:04.294Z | [ host-image] Dec 12 22:31:03.593 INFO O| Dec 12 22:31:03.593 INFO ok! |
9593 | 2024-12-12T22:31:04.298Z | [ host-image] Dec 12 22:31:03.593 INFO O| Dec 12 22:31:03.593 INFO STEP 101 (ensure_file) COMPLETE |
9594 | 2024-12-12T22:31:04.298Z | [ host-image] Dec 12 22:31:03.593 INFO O| Dec 12 22:31:03.593 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9595 | 2024-12-12T22:31:04.324Z | [ host-image] Dec 12 22:31:03.624 INFO O| Dec 12 22:31:03.624 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9596 | 2024-12-12T22:31:04.325Z | [ host-image] Dec 12 22:31:03.624 INFO O| Dec 12 22:31:03.624 INFO copying /tmp/.tmpDFpJbY/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 ... |
9597 | 2024-12-12T22:31:04.325Z | [ host-image] Dec 12 22:31:03.624 INFO O| Dec 12 22:31:03.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9598 | 2024-12-12T22:31:04.325Z | [ host-image] Dec 12 22:31:03.624 INFO O| Dec 12 22:31:03.624 INFO ok! |
9599 | 2024-12-12T22:31:04.328Z | [ host-image] Dec 12 22:31:03.624 INFO O| Dec 12 22:31:03.624 INFO STEP 102 (ensure_file) COMPLETE |
9600 | 2024-12-12T22:31:04.328Z | [ host-image] Dec 12 22:31:03.624 INFO O| Dec 12 22:31:03.624 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9601 | 2024-12-12T22:31:04.359Z | [ host-image] Dec 12 22:31:03.659 INFO O| Dec 12 22:31:03.659 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9602 | 2024-12-12T22:31:04.359Z | [ host-image] Dec 12 22:31:03.659 INFO O| Dec 12 22:31:03.659 INFO copying /tmp/.tmpDFpJbY/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 ... |
9603 | 2024-12-12T22:31:04.362Z | [ host-image] Dec 12 22:31:03.659 INFO O| Dec 12 22:31:03.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9604 | 2024-12-12T22:31:04.362Z | [ host-image] Dec 12 22:31:03.659 INFO O| Dec 12 22:31:03.659 INFO ok! |
9605 | 2024-12-12T22:31:04.362Z | [ host-image] Dec 12 22:31:03.659 INFO O| Dec 12 22:31:03.659 INFO STEP 103 (ensure_file) COMPLETE |
9606 | 2024-12-12T22:31:04.362Z | [ host-image] Dec 12 22:31:03.659 INFO O| Dec 12 22:31:03.659 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9607 | 2024-12-12T22:31:04.381Z | [ host-image] Dec 12 22:31:03.680 INFO O| Dec 12 22:31:03.680 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9608 | 2024-12-12T22:31:04.381Z | [ host-image] Dec 12 22:31:03.680 INFO O| Dec 12 22:31:03.680 INFO copying /tmp/.tmpDFpJbY/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 ... |
9609 | 2024-12-12T22:31:04.384Z | [ host-image] Dec 12 22:31:03.681 INFO O| Dec 12 22:31:03.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9610 | 2024-12-12T22:31:04.384Z | [ host-image] Dec 12 22:31:03.681 INFO O| Dec 12 22:31:03.681 INFO ok! |
9611 | 2024-12-12T22:31:04.384Z | [ host-image] Dec 12 22:31:03.681 INFO O| Dec 12 22:31:03.681 INFO STEP 104 (ensure_file) COMPLETE |
9612 | 2024-12-12T22:31:04.384Z | [ host-image] Dec 12 22:31:03.681 INFO O| Dec 12 22:31:03.681 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9613 | 2024-12-12T22:31:04.401Z | [ host-image] Dec 12 22:31:03.701 INFO O| Dec 12 22:31:03.701 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9614 | 2024-12-12T22:31:04.404Z | [ host-image] Dec 12 22:31:03.701 INFO O| Dec 12 22:31:03.701 INFO copying /tmp/.tmpDFpJbY/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 ... |
9615 | 2024-12-12T22:31:04.404Z | [ host-image] Dec 12 22:31:03.702 INFO O| Dec 12 22:31:03.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9616 | 2024-12-12T22:31:04.404Z | [ host-image] Dec 12 22:31:03.702 INFO O| Dec 12 22:31:03.702 INFO ok! |
9617 | 2024-12-12T22:31:04.404Z | [ host-image] Dec 12 22:31:03.702 INFO O| Dec 12 22:31:03.702 INFO STEP 105 (ensure_file) COMPLETE |
9618 | 2024-12-12T22:31:04.404Z | [ host-image] Dec 12 22:31:03.702 INFO O| Dec 12 22:31:03.702 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9619 | 2024-12-12T22:31:04.461Z | [ host-image] Dec 12 22:31:03.761 INFO O| Dec 12 22:31:03.761 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9620 | 2024-12-12T22:31:04.461Z | [ host-image] Dec 12 22:31:03.761 INFO O| Dec 12 22:31:03.761 INFO copying /tmp/.tmpDFpJbY/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 ... |
9621 | 2024-12-12T22:31:04.461Z | [ host-image] Dec 12 22:31:03.761 INFO O| Dec 12 22:31:03.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9622 | 2024-12-12T22:31:04.464Z | [ host-image] Dec 12 22:31:03.761 INFO O| Dec 12 22:31:03.761 INFO ok! |
9623 | 2024-12-12T22:31:04.464Z | [ host-image] Dec 12 22:31:03.761 INFO O| Dec 12 22:31:03.761 INFO STEP 106 (ensure_file) COMPLETE |
9624 | 2024-12-12T22:31:04.464Z | [ host-image] Dec 12 22:31:03.761 INFO O| Dec 12 22:31:03.761 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9625 | 2024-12-12T22:31:04.481Z | [ host-image] Dec 12 22:31:03.781 INFO O| Dec 12 22:31:03.781 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9626 | 2024-12-12T22:31:04.481Z | [ host-image] Dec 12 22:31:03.781 INFO O| Dec 12 22:31:03.781 INFO copying /tmp/.tmpDFpJbY/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 ... |
9627 | 2024-12-12T22:31:04.481Z | [ host-image] Dec 12 22:31:03.781 INFO O| Dec 12 22:31:03.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9628 | 2024-12-12T22:31:04.481Z | [ host-image] Dec 12 22:31:03.781 INFO O| Dec 12 22:31:03.781 INFO ok! |
9629 | 2024-12-12T22:31:04.484Z | [ host-image] Dec 12 22:31:03.781 INFO O| Dec 12 22:31:03.781 INFO STEP 107 (ensure_file) COMPLETE |
9630 | 2024-12-12T22:31:04.484Z | [ host-image] Dec 12 22:31:03.781 INFO O| Dec 12 22:31:03.781 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9631 | 2024-12-12T22:31:04.517Z | [ host-image] Dec 12 22:31:03.816 INFO O| Dec 12 22:31:03.816 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9632 | 2024-12-12T22:31:04.517Z | [ host-image] Dec 12 22:31:03.816 INFO O| Dec 12 22:31:03.816 INFO copying /tmp/.tmpDFpJbY/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 ... |
9633 | 2024-12-12T22:31:04.519Z | [ host-image] Dec 12 22:31:03.817 INFO O| Dec 12 22:31:03.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9634 | 2024-12-12T22:31:04.519Z | [ host-image] Dec 12 22:31:03.817 INFO O| Dec 12 22:31:03.817 INFO ok! |
9635 | 2024-12-12T22:31:04.519Z | [ host-image] Dec 12 22:31:03.817 INFO O| Dec 12 22:31:03.817 INFO STEP 108 (ensure_file) COMPLETE |
9636 | 2024-12-12T22:31:04.519Z | [ host-image] Dec 12 22:31:03.817 INFO O| Dec 12 22:31:03.817 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9637 | 2024-12-12T22:31:04.542Z | [ host-image] Dec 12 22:31:03.841 INFO O| Dec 12 22:31:03.841 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9638 | 2024-12-12T22:31:04.542Z | [ host-image] Dec 12 22:31:03.841 INFO O| Dec 12 22:31:03.841 INFO copying /tmp/.tmpDFpJbY/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 ... |
9639 | 2024-12-12T22:31:04.544Z | [ host-image] Dec 12 22:31:03.842 INFO O| Dec 12 22:31:03.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9640 | 2024-12-12T22:31:04.544Z | [ host-image] Dec 12 22:31:03.842 INFO O| Dec 12 22:31:03.842 INFO ok! |
9641 | 2024-12-12T22:31:04.544Z | [ host-image] Dec 12 22:31:03.842 INFO O| Dec 12 22:31:03.842 INFO STEP 109 (ensure_file) COMPLETE |
9642 | 2024-12-12T22:31:04.544Z | [ host-image] Dec 12 22:31:03.842 INFO O| Dec 12 22:31:03.842 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9643 | 2024-12-12T22:31:04.564Z | [ host-image] Dec 12 22:31:03.864 INFO O| Dec 12 22:31:03.864 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9644 | 2024-12-12T22:31:04.564Z | [ host-image] Dec 12 22:31:03.864 INFO O| Dec 12 22:31:03.864 INFO copying /tmp/.tmpDFpJbY/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 ... |
9645 | 2024-12-12T22:31:04.564Z | [ host-image] Dec 12 22:31:03.864 INFO O| Dec 12 22:31:03.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9646 | 2024-12-12T22:31:04.567Z | [ host-image] Dec 12 22:31:03.864 INFO O| Dec 12 22:31:03.864 INFO ok! |
9647 | 2024-12-12T22:31:04.567Z | [ host-image] Dec 12 22:31:03.864 INFO O| Dec 12 22:31:03.864 INFO STEP 110 (ensure_file) COMPLETE |
9648 | 2024-12-12T22:31:04.567Z | [ host-image] Dec 12 22:31:03.864 INFO O| Dec 12 22:31:03.864 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9649 | 2024-12-12T22:31:04.593Z | [ host-image] Dec 12 22:31:03.893 INFO O| Dec 12 22:31:03.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9650 | 2024-12-12T22:31:04.593Z | [ host-image] Dec 12 22:31:03.893 INFO O| Dec 12 22:31:03.892 INFO copying /tmp/.tmpDFpJbY/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 ... |
9651 | 2024-12-12T22:31:04.593Z | [ host-image] Dec 12 22:31:03.893 INFO O| Dec 12 22:31:03.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9652 | 2024-12-12T22:31:04.595Z | [ host-image] Dec 12 22:31:03.893 INFO O| Dec 12 22:31:03.893 INFO ok! |
9653 | 2024-12-12T22:31:04.595Z | [ host-image] Dec 12 22:31:03.893 INFO O| Dec 12 22:31:03.893 INFO STEP 111 (ensure_file) COMPLETE |
9654 | 2024-12-12T22:31:04.595Z | [ host-image] Dec 12 22:31:03.893 INFO O| Dec 12 22:31:03.893 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9655 | 2024-12-12T22:31:04.623Z | [ host-image] Dec 12 22:31:03.923 INFO O| Dec 12 22:31:03.923 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9656 | 2024-12-12T22:31:04.623Z | [ host-image] Dec 12 22:31:03.923 INFO O| Dec 12 22:31:03.923 INFO copying /tmp/.tmpDFpJbY/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 ... |
9657 | 2024-12-12T22:31:04.626Z | [ host-image] Dec 12 22:31:03.923 INFO O| Dec 12 22:31:03.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9658 | 2024-12-12T22:31:04.626Z | [ host-image] Dec 12 22:31:03.923 INFO O| Dec 12 22:31:03.923 INFO ok! |
9659 | 2024-12-12T22:31:04.626Z | [ host-image] Dec 12 22:31:03.923 INFO O| Dec 12 22:31:03.923 INFO STEP 112 (ensure_file) COMPLETE |
9660 | 2024-12-12T22:31:04.626Z | [ host-image] Dec 12 22:31:03.923 INFO O| Dec 12 22:31:03.923 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9661 | 2024-12-12T22:31:04.654Z | [ host-image] Dec 12 22:31:03.954 INFO O| Dec 12 22:31:03.954 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9662 | 2024-12-12T22:31:04.654Z | [ host-image] Dec 12 22:31:03.954 INFO O| Dec 12 22:31:03.954 INFO copying /tmp/.tmpDFpJbY/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 ... |
9663 | 2024-12-12T22:31:04.657Z | [ host-image] Dec 12 22:31:03.954 INFO O| Dec 12 22:31:03.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9664 | 2024-12-12T22:31:04.657Z | [ host-image] Dec 12 22:31:03.954 INFO O| Dec 12 22:31:03.954 INFO ok! |
9665 | 2024-12-12T22:31:04.657Z | [ host-image] Dec 12 22:31:03.954 INFO O| Dec 12 22:31:03.954 INFO STEP 113 (ensure_file) COMPLETE |
9666 | 2024-12-12T22:31:04.657Z | [ host-image] Dec 12 22:31:03.954 INFO O| Dec 12 22:31:03.954 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9667 | 2024-12-12T22:31:04.758Z | [ host-image] Dec 12 22:31:04.058 INFO O| Dec 12 22:31:04.058 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9668 | 2024-12-12T22:31:04.758Z | [ host-image] Dec 12 22:31:04.058 INFO O| Dec 12 22:31:04.058 INFO copying /tmp/.tmpDFpJbY/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 ... |
9669 | 2024-12-12T22:31:04.761Z | [ host-image] Dec 12 22:31:04.058 INFO O| Dec 12 22:31:04.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9670 | 2024-12-12T22:31:04.761Z | [ host-image] Dec 12 22:31:04.059 INFO O| Dec 12 22:31:04.059 INFO ok! |
9671 | 2024-12-12T22:31:04.761Z | [ host-image] Dec 12 22:31:04.059 INFO O| Dec 12 22:31:04.059 INFO STEP 114 (ensure_file) COMPLETE |
9672 | 2024-12-12T22:31:04.761Z | [ host-image] Dec 12 22:31:04.059 INFO O| Dec 12 22:31:04.059 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9673 | 2024-12-12T22:31:04.829Z | [ host-image] Dec 12 22:31:04.129 INFO O| Dec 12 22:31:04.129 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9674 | 2024-12-12T22:31:04.829Z | [ host-image] Dec 12 22:31:04.129 INFO O| Dec 12 22:31:04.129 INFO copying /tmp/.tmpDFpJbY/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 ... |
9675 | 2024-12-12T22:31:04.832Z | [ host-image] Dec 12 22:31:04.129 INFO O| Dec 12 22:31:04.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9676 | 2024-12-12T22:31:04.832Z | [ host-image] Dec 12 22:31:04.129 INFO O| Dec 12 22:31:04.129 INFO ok! |
9677 | 2024-12-12T22:31:04.832Z | [ host-image] Dec 12 22:31:04.129 INFO O| Dec 12 22:31:04.129 INFO STEP 115 (ensure_file) COMPLETE |
9678 | 2024-12-12T22:31:04.832Z | [ host-image] Dec 12 22:31:04.130 INFO O| Dec 12 22:31:04.129 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9679 | 2024-12-12T22:31:04.909Z | [ host-image] Dec 12 22:31:04.209 INFO O| Dec 12 22:31:04.209 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9680 | 2024-12-12T22:31:04.909Z | [ host-image] Dec 12 22:31:04.209 INFO O| Dec 12 22:31:04.209 INFO copying /tmp/.tmpDFpJbY/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 ... |
9681 | 2024-12-12T22:31:04.912Z | [ host-image] Dec 12 22:31:04.209 INFO O| Dec 12 22:31:04.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9682 | 2024-12-12T22:31:04.912Z | [ host-image] Dec 12 22:31:04.209 INFO O| Dec 12 22:31:04.209 INFO ok! |
9683 | 2024-12-12T22:31:04.912Z | [ host-image] Dec 12 22:31:04.209 INFO O| Dec 12 22:31:04.209 INFO STEP 116 (ensure_file) COMPLETE |
9684 | 2024-12-12T22:31:04.912Z | [ host-image] Dec 12 22:31:04.209 INFO O| Dec 12 22:31:04.209 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9685 | 2024-12-12T22:31:04.943Z | [ host-image] Dec 12 22:31:04.243 INFO O| Dec 12 22:31:04.243 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9686 | 2024-12-12T22:31:04.943Z | [ host-image] Dec 12 22:31:04.243 INFO O| Dec 12 22:31:04.243 INFO copying /tmp/.tmpDFpJbY/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 ... |
9687 | 2024-12-12T22:31:04.943Z | [ host-image] Dec 12 22:31:04.243 INFO O| Dec 12 22:31:04.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9688 | 2024-12-12T22:31:04.946Z | [ host-image] Dec 12 22:31:04.243 INFO O| Dec 12 22:31:04.243 INFO ok! |
9689 | 2024-12-12T22:31:04.946Z | [ host-image] Dec 12 22:31:04.243 INFO O| Dec 12 22:31:04.243 INFO STEP 117 (ensure_file) COMPLETE |
9690 | 2024-12-12T22:31:04.946Z | [ host-image] Dec 12 22:31:04.243 INFO O| Dec 12 22:31:04.243 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9691 | 2024-12-12T22:31:04.964Z | [ host-image] Dec 12 22:31:04.264 INFO O| Dec 12 22:31:04.264 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9692 | 2024-12-12T22:31:04.964Z | [ host-image] Dec 12 22:31:04.264 INFO O| Dec 12 22:31:04.264 INFO copying /tmp/.tmpDFpJbY/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9693 | 2024-12-12T22:31:04.967Z | [ host-image] Dec 12 22:31:04.264 INFO O| Dec 12 22:31:04.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9694 | 2024-12-12T22:31:04.967Z | [ host-image] Dec 12 22:31:04.264 INFO O| Dec 12 22:31:04.264 INFO ok! |
9695 | 2024-12-12T22:31:04.967Z | [ host-image] Dec 12 22:31:04.264 INFO O| Dec 12 22:31:04.264 INFO STEP 118 (ensure_file) COMPLETE |
9696 | 2024-12-12T22:31:04.967Z | [ host-image] Dec 12 22:31:04.264 INFO O| Dec 12 22:31:04.264 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9697 | 2024-12-12T22:31:04.993Z | [ host-image] Dec 12 22:31:04.292 INFO O| Dec 12 22:31:04.292 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9698 | 2024-12-12T22:31:04.993Z | [ host-image] Dec 12 22:31:04.292 INFO O| Dec 12 22:31:04.292 INFO copying /tmp/.tmpDFpJbY/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 ... |
9699 | 2024-12-12T22:31:04.993Z | [ host-image] Dec 12 22:31:04.293 INFO O| Dec 12 22:31:04.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9700 | 2024-12-12T22:31:04.995Z | [ host-image] Dec 12 22:31:04.293 INFO O| Dec 12 22:31:04.293 INFO ok! |
9701 | 2024-12-12T22:31:04.995Z | [ host-image] Dec 12 22:31:04.293 INFO O| Dec 12 22:31:04.293 INFO STEP 119 (ensure_file) COMPLETE |
9702 | 2024-12-12T22:31:04.995Z | [ host-image] Dec 12 22:31:04.293 INFO O| Dec 12 22:31:04.293 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9703 | 2024-12-12T22:31:05.017Z | [ host-image] Dec 12 22:31:04.316 INFO O| Dec 12 22:31:04.316 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9704 | 2024-12-12T22:31:05.017Z | [ host-image] Dec 12 22:31:04.316 INFO O| Dec 12 22:31:04.316 INFO copying /tmp/.tmpDFpJbY/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9705 | 2024-12-12T22:31:05.020Z | [ host-image] Dec 12 22:31:04.316 INFO O| Dec 12 22:31:04.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9706 | 2024-12-12T22:31:05.020Z | [ host-image] Dec 12 22:31:04.316 INFO O| Dec 12 22:31:04.316 INFO ok! |
9707 | 2024-12-12T22:31:05.021Z | [ host-image] Dec 12 22:31:04.316 INFO O| Dec 12 22:31:04.316 INFO STEP 120 (ensure_file) COMPLETE |
9708 | 2024-12-12T22:31:05.021Z | [ host-image] Dec 12 22:31:04.316 INFO O| Dec 12 22:31:04.316 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9709 | 2024-12-12T22:31:05.050Z | [ host-image] Dec 12 22:31:04.350 INFO O| Dec 12 22:31:04.350 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9710 | 2024-12-12T22:31:05.050Z | [ host-image] Dec 12 22:31:04.350 INFO O| Dec 12 22:31:04.350 INFO copying /tmp/.tmpDFpJbY/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9711 | 2024-12-12T22:31:07.527Z | [ recovery-image] Dec 12 22:31:06.826 INFO E| Compiling scroll_derive v0.12.0 |
9712 | 2024-12-12T22:31:14.945Z | [ recovery-image] Dec 12 22:31:14.245 INFO E| Compiling bitstruct_derive v0.1.0 |
9713 | 2024-12-12T22:31:16.746Z | [ host-image] Dec 12 22:31:16.046 INFO O| Dec 12 22:31:16.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9714 | 2024-12-12T22:31:16.746Z | [ host-image] Dec 12 22:31:16.046 INFO O| Dec 12 22:31:16.045 INFO ok! |
9715 | 2024-12-12T22:31:16.750Z | [ host-image] Dec 12 22:31:16.046 INFO O| Dec 12 22:31:16.046 INFO STEP 121 (ensure_file) COMPLETE |
9716 | 2024-12-12T22:31:16.750Z | [ host-image] Dec 12 22:31:16.046 INFO O| Dec 12 22:31:16.046 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9717 | 2024-12-12T22:31:16.764Z | [ host-image] Dec 12 22:31:16.064 INFO O| Dec 12 22:31:16.064 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9718 | 2024-12-12T22:31:16.764Z | [ host-image] Dec 12 22:31:16.064 INFO O| Dec 12 22:31:16.064 INFO STEP 122 (ensure_dir) COMPLETE |
9719 | 2024-12-12T22:31:16.767Z | [ host-image] Dec 12 22:31:16.064 INFO O| Dec 12 22:31:16.064 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9720 | 2024-12-12T22:31:16.782Z | [ host-image] Dec 12 22:31:16.082 INFO O| Dec 12 22:31:16.082 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9721 | 2024-12-12T22:31:16.783Z | [ host-image] Dec 12 22:31:16.082 INFO O| Dec 12 22:31:16.082 INFO STEP 123 (ensure_dir) COMPLETE |
9722 | 2024-12-12T22:31:16.786Z | [ host-image] Dec 12 22:31:16.082 INFO O| Dec 12 22:31:16.082 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9723 | 2024-12-12T22:31:16.810Z | [ host-image] Dec 12 22:31:16.110 INFO O| Dec 12 22:31:16.110 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9724 | 2024-12-12T22:31:16.811Z | [ host-image] Dec 12 22:31:16.110 INFO O| Dec 12 22:31:16.110 INFO STEP 124 (ensure_dir) COMPLETE |
9725 | 2024-12-12T22:31:16.811Z | [ host-image] Dec 12 22:31:16.110 INFO O| Dec 12 22:31:16.110 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9726 | 2024-12-12T22:31:16.828Z | [ host-image] Dec 12 22:31:16.128 INFO O| Dec 12 22:31:16.128 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9727 | 2024-12-12T22:31:16.828Z | [ host-image] Dec 12 22:31:16.128 INFO O| Dec 12 22:31:16.128 INFO STEP 125 (ensure_dir) COMPLETE |
9728 | 2024-12-12T22:31:16.831Z | [ host-image] Dec 12 22:31:16.128 INFO O| Dec 12 22:31:16.128 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9729 | 2024-12-12T22:31:16.871Z | [ host-image] Dec 12 22:31:16.171 INFO O| Dec 12 22:31:16.171 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9730 | 2024-12-12T22:31:16.871Z | [ host-image] Dec 12 22:31:16.171 INFO O| Dec 12 22:31:16.171 INFO copying /tmp/.tmpDFpJbY/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 ... |
9731 | 2024-12-12T22:31:16.874Z | [ host-image] Dec 12 22:31:16.171 INFO O| Dec 12 22:31:16.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9732 | 2024-12-12T22:31:16.874Z | [ host-image] Dec 12 22:31:16.172 INFO O| Dec 12 22:31:16.171 INFO ok! |
9733 | 2024-12-12T22:31:16.874Z | [ host-image] Dec 12 22:31:16.172 INFO O| Dec 12 22:31:16.172 INFO STEP 126 (ensure_file) COMPLETE |
9734 | 2024-12-12T22:31:16.874Z | [ host-image] Dec 12 22:31:16.172 INFO O| Dec 12 22:31:16.172 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9735 | 2024-12-12T22:31:16.891Z | [ host-image] Dec 12 22:31:16.191 INFO O| Dec 12 22:31:16.191 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9736 | 2024-12-12T22:31:16.891Z | [ host-image] Dec 12 22:31:16.191 INFO O| Dec 12 22:31:16.191 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9737 | 2024-12-12T22:31:16.891Z | [ host-image] Dec 12 22:31:16.191 INFO O| Dec 12 22:31:16.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9738 | 2024-12-12T22:31:16.891Z | [ host-image] Dec 12 22:31:16.191 INFO O| Dec 12 22:31:16.191 INFO STEP 127 (ensure_dir) COMPLETE |
9739 | 2024-12-12T22:31:16.891Z | [ host-image] Dec 12 22:31:16.191 INFO O| Dec 12 22:31:16.191 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9740 | 2024-12-12T22:31:16.930Z | [ host-image] Dec 12 22:31:16.230 INFO O| Dec 12 22:31:16.230 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9741 | 2024-12-12T22:31:16.930Z | [ host-image] Dec 12 22:31:16.230 INFO O| Dec 12 22:31:16.230 INFO copying /tmp/.tmpDFpJbY/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9742 | 2024-12-12T22:31:16.930Z | [ host-image] Dec 12 22:31:16.230 INFO O| Dec 12 22:31:16.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9743 | 2024-12-12T22:31:16.933Z | [ host-image] Dec 12 22:31:16.231 INFO O| Dec 12 22:31:16.230 INFO ok! |
9744 | 2024-12-12T22:31:16.933Z | [ host-image] Dec 12 22:31:16.231 INFO O| Dec 12 22:31:16.231 INFO STEP 128 (ensure_file) COMPLETE |
9745 | 2024-12-12T22:31:16.933Z | [ host-image] Dec 12 22:31:16.231 INFO O| Dec 12 22:31:16.231 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9746 | 2024-12-12T22:31:16.957Z | [ host-image] Dec 12 22:31:16.254 INFO O| Dec 12 22:31:16.252 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9747 | 2024-12-12T22:31:16.957Z | [ host-image] Dec 12 22:31:16.254 INFO O| Dec 12 22:31:16.252 INFO STEP 129 (remove_files) COMPLETE |
9748 | 2024-12-12T22:31:16.957Z | [ host-image] Dec 12 22:31:16.254 INFO O| Dec 12 22:31:16.252 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9749 | 2024-12-12T22:31:17.010Z | [ host-image] Dec 12 22:31:16.310 INFO O| Dec 12 22:31:16.310 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9750 | 2024-12-12T22:31:17.013Z | [ host-image] Dec 12 22:31:16.310 INFO O| Dec 12 22:31:16.310 INFO STEP 130 (remove_files) COMPLETE |
9751 | 2024-12-12T22:31:17.013Z | [ host-image] Dec 12 22:31:16.310 INFO O| Dec 12 22:31:16.310 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9752 | 2024-12-12T22:31:17.039Z | [ host-image] Dec 12 22:31:16.339 INFO O| Dec 12 22:31:16.339 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9753 | 2024-12-12T22:31:17.042Z | [ host-image] Dec 12 22:31:16.340 INFO O| Dec 12 22:31:16.339 INFO STEP 131 (remove_files) COMPLETE |
9754 | 2024-12-12T22:31:17.042Z | [ host-image] Dec 12 22:31:16.340 INFO O| Dec 12 22:31:16.340 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9755 | 2024-12-12T22:31:17.114Z | [ host-image] Dec 12 22:31:16.414 INFO O| Dec 12 22:31:16.414 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9756 | 2024-12-12T22:31:17.117Z | [ host-image] Dec 12 22:31:16.414 INFO O| Dec 12 22:31:16.414 INFO STEP 132 (remove_files) COMPLETE |
9757 | 2024-12-12T22:31:17.117Z | [ host-image] Dec 12 22:31:16.414 INFO O| Dec 12 22:31:16.414 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9758 | 2024-12-12T22:31:17.134Z | [ host-image] Dec 12 22:31:16.434 INFO O| Dec 12 22:31:16.434 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9759 | 2024-12-12T22:31:17.136Z | [ host-image] Dec 12 22:31:16.434 INFO O| Dec 12 22:31:16.434 INFO STEP 133 (remove_files) COMPLETE |
9760 | 2024-12-12T22:31:17.137Z | [ host-image] Dec 12 22:31:16.434 INFO O| Dec 12 22:31:16.434 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9761 | 2024-12-12T22:31:17.170Z | [ host-image] Dec 12 22:31:16.470 INFO O| Dec 12 22:31:16.470 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9762 | 2024-12-12T22:31:17.172Z | [ host-image] Dec 12 22:31:16.470 INFO O| Dec 12 22:31:16.470 INFO STEP 134 (remove_files) COMPLETE |
9763 | 2024-12-12T22:31:17.172Z | [ host-image] Dec 12 22:31:16.470 INFO O| Dec 12 22:31:16.470 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9764 | 2024-12-12T22:31:17.191Z | [ host-image] Dec 12 22:31:16.491 INFO O| Dec 12 22:31:16.491 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9765 | 2024-12-12T22:31:17.193Z | [ host-image] Dec 12 22:31:16.491 INFO O| Dec 12 22:31:16.491 INFO STEP 135 (remove_files) COMPLETE |
9766 | 2024-12-12T22:31:17.193Z | [ host-image] Dec 12 22:31:16.491 INFO O| Dec 12 22:31:16.491 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9767 | 2024-12-12T22:31:17.217Z | [ host-image] Dec 12 22:31:16.517 INFO O| Dec 12 22:31:16.517 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9768 | 2024-12-12T22:31:17.217Z | [ host-image] Dec 12 22:31:16.517 INFO O| Dec 12 22:31:16.517 INFO STEP 136 (remove_files) COMPLETE |
9769 | 2024-12-12T22:31:17.217Z | [ host-image] Dec 12 22:31:16.517 INFO O| Dec 12 22:31:16.517 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9770 | 2024-12-12T22:31:17.280Z | [ host-image] Dec 12 22:31:16.580 INFO O| Dec 12 22:31:16.580 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9771 | 2024-12-12T22:31:17.280Z | [ host-image] Dec 12 22:31:16.580 INFO O| Dec 12 22:31:16.580 INFO STEP 137 (remove_files) COMPLETE |
9772 | 2024-12-12T22:31:17.280Z | [ host-image] Dec 12 22:31:16.580 INFO O| Dec 12 22:31:16.580 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9773 | 2024-12-12T22:31:17.315Z | [ host-image] Dec 12 22:31:16.615 INFO O| Dec 12 22:31:16.615 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9774 | 2024-12-12T22:31:17.315Z | [ host-image] Dec 12 22:31:16.615 INFO O| Dec 12 22:31:16.615 INFO STEP 138 (remove_files) COMPLETE |
9775 | 2024-12-12T22:31:17.318Z | [ host-image] Dec 12 22:31:16.615 INFO O| Dec 12 22:31:16.615 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9776 | 2024-12-12T22:31:17.335Z | [ host-image] Dec 12 22:31:16.635 INFO O| Dec 12 22:31:16.635 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9777 | 2024-12-12T22:31:17.335Z | [ host-image] Dec 12 22:31:16.635 INFO O| Dec 12 22:31:16.635 INFO STEP 139 (remove_files) COMPLETE |
9778 | 2024-12-12T22:31:17.335Z | [ host-image] Dec 12 22:31:16.635 INFO O| Dec 12 22:31:16.635 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9779 | 2024-12-12T22:31:17.371Z | [ host-image] Dec 12 22:31:16.671 INFO O| Dec 12 22:31:16.671 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9780 | 2024-12-12T22:31:17.371Z | [ host-image] Dec 12 22:31:16.671 INFO O| Dec 12 22:31:16.671 INFO STEP 140 (remove_files) COMPLETE |
9781 | 2024-12-12T22:31:17.371Z | [ host-image] Dec 12 22:31:16.671 INFO O| Dec 12 22:31:16.671 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9782 | 2024-12-12T22:31:17.407Z | [ host-image] Dec 12 22:31:16.707 INFO O| Dec 12 22:31:16.707 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9783 | 2024-12-12T22:31:17.410Z | [ host-image] Dec 12 22:31:16.707 INFO O| Dec 12 22:31:16.707 INFO STEP 141 (remove_files) COMPLETE |
9784 | 2024-12-12T22:31:17.410Z | [ host-image] Dec 12 22:31:16.707 INFO O| Dec 12 22:31:16.707 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9785 | 2024-12-12T22:31:17.427Z | [ host-image] Dec 12 22:31:16.727 INFO O| Dec 12 22:31:16.727 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9786 | 2024-12-12T22:31:17.430Z | [ host-image] Dec 12 22:31:16.727 INFO O| Dec 12 22:31:16.727 INFO STEP 142 (remove_files) COMPLETE |
9787 | 2024-12-12T22:31:17.430Z | [ host-image] Dec 12 22:31:16.728 INFO O| Dec 12 22:31:16.728 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9788 | 2024-12-12T22:31:17.448Z | [ host-image] Dec 12 22:31:16.748 INFO O| Dec 12 22:31:16.748 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9789 | 2024-12-12T22:31:17.451Z | [ host-image] Dec 12 22:31:16.748 INFO O| Dec 12 22:31:16.748 INFO STEP 143 (remove_files) COMPLETE |
9790 | 2024-12-12T22:31:17.451Z | [ host-image] Dec 12 22:31:16.748 INFO O| Dec 12 22:31:16.748 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9791 | 2024-12-12T22:31:17.487Z | [ host-image] Dec 12 22:31:16.787 INFO O| Dec 12 22:31:16.787 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9792 | 2024-12-12T22:31:17.487Z | [ host-image] Dec 12 22:31:16.787 INFO O| Dec 12 22:31:16.787 INFO STEP 144 (remove_files) COMPLETE |
9793 | 2024-12-12T22:31:17.488Z | [ host-image] Dec 12 22:31:16.787 INFO O| Dec 12 22:31:16.787 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9794 | 2024-12-12T22:31:17.508Z | [ host-image] Dec 12 22:31:16.808 INFO O| Dec 12 22:31:16.808 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9795 | 2024-12-12T22:31:17.508Z | [ host-image] Dec 12 22:31:16.808 INFO O| Dec 12 22:31:16.808 INFO STEP 145 (remove_files) COMPLETE |
9796 | 2024-12-12T22:31:17.508Z | [ host-image] Dec 12 22:31:16.808 INFO O| Dec 12 22:31:16.808 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9797 | 2024-12-12T22:31:17.543Z | [ host-image] Dec 12 22:31:16.843 INFO O| Dec 12 22:31:16.843 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9798 | 2024-12-12T22:31:17.543Z | [ host-image] Dec 12 22:31:16.843 INFO O| Dec 12 22:31:16.843 INFO STEP 146 (remove_files) COMPLETE |
9799 | 2024-12-12T22:31:17.543Z | [ host-image] Dec 12 22:31:16.843 INFO O| Dec 12 22:31:16.843 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9800 | 2024-12-12T22:31:17.579Z | [ host-image] Dec 12 22:31:16.879 INFO O| Dec 12 22:31:16.879 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9801 | 2024-12-12T22:31:17.579Z | [ host-image] Dec 12 22:31:16.879 INFO O| Dec 12 22:31:16.879 INFO STEP 147 (remove_files) COMPLETE |
9802 | 2024-12-12T22:31:17.582Z | [ host-image] Dec 12 22:31:16.879 INFO O| Dec 12 22:31:16.879 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9803 | 2024-12-12T22:31:17.598Z | [ host-image] Dec 12 22:31:16.899 INFO O| Dec 12 22:31:16.899 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9804 | 2024-12-12T22:31:17.602Z | [ host-image] Dec 12 22:31:16.899 INFO O| Dec 12 22:31:16.899 INFO STEP 148 (remove_files) COMPLETE |
9805 | 2024-12-12T22:31:17.602Z | [ host-image] Dec 12 22:31:16.899 INFO O| Dec 12 22:31:16.899 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9806 | 2024-12-12T22:31:17.662Z | [ host-image] Dec 12 22:31:16.962 INFO O| Dec 12 22:31:16.962 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9807 | 2024-12-12T22:31:17.662Z | [ host-image] Dec 12 22:31:16.962 INFO O| Dec 12 22:31:16.962 INFO STEP 149 (remove_files) COMPLETE |
9808 | 2024-12-12T22:31:17.665Z | [ host-image] Dec 12 22:31:16.962 INFO O| Dec 12 22:31:16.962 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9809 | 2024-12-12T22:31:17.727Z | [ host-image] Dec 12 22:31:17.027 INFO O| Dec 12 22:31:17.027 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9810 | 2024-12-12T22:31:17.730Z | [ host-image] Dec 12 22:31:17.027 INFO O| Dec 12 22:31:17.027 INFO STEP 150 (remove_files) COMPLETE |
9811 | 2024-12-12T22:31:17.730Z | [ host-image] Dec 12 22:31:17.027 INFO O| Dec 12 22:31:17.027 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9812 | 2024-12-12T22:31:17.747Z | [ host-image] Dec 12 22:31:17.047 INFO O| Dec 12 22:31:17.047 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9813 | 2024-12-12T22:31:17.749Z | [ host-image] Dec 12 22:31:17.047 INFO O| Dec 12 22:31:17.047 INFO STEP 151 (remove_files) COMPLETE |
9814 | 2024-12-12T22:31:17.749Z | [ host-image] Dec 12 22:31:17.047 INFO O| Dec 12 22:31:17.047 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9815 | 2024-12-12T22:31:17.766Z | [ host-image] Dec 12 22:31:17.066 INFO O| Dec 12 22:31:17.066 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9816 | 2024-12-12T22:31:17.769Z | [ host-image] Dec 12 22:31:17.067 INFO O| Dec 12 22:31:17.067 INFO STEP 152 (remove_files) COMPLETE |
9817 | 2024-12-12T22:31:17.769Z | [ host-image] Dec 12 22:31:17.067 INFO O| Dec 12 22:31:17.067 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9818 | 2024-12-12T22:31:17.785Z | [ host-image] Dec 12 22:31:17.085 INFO O| Dec 12 22:31:17.085 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9819 | 2024-12-12T22:31:17.785Z | [ host-image] Dec 12 22:31:17.085 INFO O| Dec 12 22:31:17.085 INFO STEP 153 (remove_files) COMPLETE |
9820 | 2024-12-12T22:31:17.785Z | [ host-image] Dec 12 22:31:17.085 INFO O| Dec 12 22:31:17.085 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9821 | 2024-12-12T22:31:17.803Z | [ host-image] Dec 12 22:31:17.103 INFO O| Dec 12 22:31:17.103 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9822 | 2024-12-12T22:31:17.803Z | [ host-image] Dec 12 22:31:17.103 INFO O| Dec 12 22:31:17.103 INFO STEP 154 (remove_files) COMPLETE |
9823 | 2024-12-12T22:31:17.803Z | [ host-image] Dec 12 22:31:17.103 INFO O| Dec 12 22:31:17.103 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9824 | 2024-12-12T22:31:17.821Z | [ host-image] Dec 12 22:31:17.121 INFO O| Dec 12 22:31:17.121 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9825 | 2024-12-12T22:31:17.821Z | [ host-image] Dec 12 22:31:17.121 INFO O| Dec 12 22:31:17.121 INFO STEP 155 (remove_files) COMPLETE |
9826 | 2024-12-12T22:31:17.821Z | [ host-image] Dec 12 22:31:17.121 INFO O| Dec 12 22:31:17.121 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9827 | 2024-12-12T22:31:17.854Z | [ host-image] Dec 12 22:31:17.154 INFO O| Dec 12 22:31:17.154 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9828 | 2024-12-12T22:31:17.854Z | [ host-image] Dec 12 22:31:17.154 INFO O| Dec 12 22:31:17.154 INFO STEP 156 (remove_files) COMPLETE |
9829 | 2024-12-12T22:31:17.854Z | [ host-image] Dec 12 22:31:17.154 INFO O| Dec 12 22:31:17.154 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9830 | 2024-12-12T22:31:17.916Z | [ host-image] Dec 12 22:31:17.216 INFO O| Dec 12 22:31:17.216 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9831 | 2024-12-12T22:31:17.916Z | [ host-image] Dec 12 22:31:17.216 INFO O| Dec 12 22:31:17.216 INFO STEP 157 (remove_files) COMPLETE |
9832 | 2024-12-12T22:31:17.919Z | [ host-image] Dec 12 22:31:17.216 INFO O| Dec 12 22:31:17.216 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9833 | 2024-12-12T22:31:17.970Z | [ host-image] Dec 12 22:31:17.270 INFO O| Dec 12 22:31:17.270 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9834 | 2024-12-12T22:31:17.974Z | [ host-image] Dec 12 22:31:17.271 INFO O| Dec 12 22:31:17.270 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"} |
9835 | 2024-12-12T22:31:26.284Z | [ host-image] Dec 12 22:31:25.584 INFO O| Dec 12 22:31:25.584 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 |
9836 | 2024-12-12T22:31:26.284Z | [ host-image] Dec 12 22:31:25.584 INFO O| Dec 12 22:31:25.584 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9837 | 2024-12-12T22:31:26.303Z | [ host-image] Dec 12 22:31:25.604 INFO O| Dec 12 22:31:25.604 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9838 | 2024-12-12T22:31:26.459Z | [ host-image] Dec 12 22:31:25.759 INFO O| Dec 12 22:31:25.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9839 | 2024-12-12T22:31:26.459Z | [ host-image] Dec 12 22:31:25.759 INFO O| Dec 12 22:31:25.759 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9840 | 2024-12-12T22:31:26.462Z | [ host-image] Dec 12 22:31:25.761 INFO O| Dec 12 22:31:25.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9841 | 2024-12-12T22:31:26.462Z | [ host-image] Dec 12 22:31:25.761 INFO O| Dec 12 22:31:25.761 INFO ok! |
9842 | 2024-12-12T22:31:26.462Z | [ host-image] Dec 12 22:31:25.761 INFO O| Dec 12 22:31:25.761 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9843 | 2024-12-12T22:31:26.462Z | [ host-image] Dec 12 22:31:25.762 INFO O| Dec 12 22:31:25.762 INFO STEP 158 (seed_smf) COMPLETE |
9844 | 2024-12-12T22:31:26.462Z | [ host-image] Dec 12 22:31:25.762 INFO O| Dec 12 22:31:25.762 INFO steps complete; finalising image! |
9845 | 2024-12-12T22:31:26.462Z | [ host-image] Dec 12 22:31:25.762 INFO O| Dec 12 22:31:25.762 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9846 | 2024-12-12T22:31:26.647Z | [ host-image] Dec 12 22:31:25.948 INFO O| Dec 12 22:31:25.947 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu Dec 12 22:31:25 2024) |
9847 | 2024-12-12T22:31:26.859Z | [ host-image] Dec 12 22:31:26.159 INFO O| Dec 12 22:31:26.159 INFO trim TEMPORARY-gimlet-zfs: (70% trimmed, started at Thu Dec 12 22:31:25 2024) |
9848 | 2024-12-12T22:31:27.092Z | [ host-image] Dec 12 22:31:26.392 INFO O| Dec 12 22:31:26.392 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Thu Dec 12 22:31:25 2024) |
9849 | 2024-12-12T22:31:27.331Z | [ host-image] Dec 12 22:31:26.632 INFO O| Dec 12 22:31:26.632 INFO temporary pool has 689M used, 143M avail, 1.82x compressratio |
9850 | 2024-12-12T22:31:27.334Z | [ host-image] Dec 12 22:31:26.632 INFO O| Dec 12 22:31:26.632 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9851 | 2024-12-12T22:31:27.813Z | [ host-image] Dec 12 22:31:27.113 INFO O| Dec 12 22:31:27.113 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9852 | 2024-12-12T22:31:27.813Z | [ host-image] Dec 12 22:31:27.113 INFO O| Dec 12 22:31:27.113 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9853 | 2024-12-12T22:31:29.608Z | [ host-image] Dec 12 22:31:28.908 INFO O| Dec 12 22:31:28.908 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9854 | 2024-12-12T22:31:29.608Z | [ host-image] Dec 12 22:31:28.908 INFO O| Dec 12 22:31:28.908 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9855 | 2024-12-12T22:31:29.611Z | [ host-image] Dec 12 22:31:28.908 INFO O| Dec 12 22:31:28.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9856 | 2024-12-12T22:31:29.611Z | [ host-image] Dec 12 22:31:28.908 INFO O| Dec 12 22:31:28.908 INFO completed processing gimlet/zfs |
9857 | 2024-12-12T22:31:29.611Z | [ host-image] Dec 12 22:31:28.908 INFO O| Dec 12 22:31:28.908 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9858 | 2024-12-12T22:31:37.574Z | [ host-image] Dec 12 22:31:36.875 INFO O| Dec 12 22:31:36.874 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9859 | 2024-12-12T22:31:37.710Z | [ host-image] Dec 12 22:31:37.010 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n" |
9860 | 2024-12-12T22:31:37.712Z | [ host-image] Dec 12 22:31:37.011 INFO expanded image name: "ci b354f8b/${os_short_commit} 2024-12-12 21:58" -> "ci b354f8b/92ea229 2024-12-12 21:58" |
9861 | 2024-12-12T22:31:37.713Z | [ host-image] Dec 12 22:31:37.011 INFO output artefacts stored in: "/work/os-host" |
9862 | 2024-12-12T22:31:37.713Z | [ host-image] Dec 12 22:31:37.011 INFO collecting git info from project "chelsio-t6-roms"... |
9863 | 2024-12-12T22:31:37.726Z | [ host-image] Dec 12 22:31:37.027 INFO collecting git info from project "pinprick"... |
9864 | 2024-12-12T22:31:37.736Z | [ host-image] Dec 12 22:31:37.036 INFO collecting git info from project "image-builder"... |
9865 | 2024-12-12T22:31:37.745Z | [ host-image] Dec 12 22:31:37.046 INFO collecting git info from project "amd-host-image-builder"... |
9866 | 2024-12-12T22:31:37.774Z | [ host-image] Dec 12 22:31:37.075 INFO collecting git info from project "pilot"... |
9867 | 2024-12-12T22:31:37.785Z | [ host-image] Dec 12 22:31:37.086 INFO collecting git info from project "phbl"... |
9868 | 2024-12-12T22:31:37.815Z | [ host-image] Dec 12 22:31:37.116 INFO collecting git info from project "bootserver"... |
9869 | 2024-12-12T22:31:37.849Z | [ host-image] Dec 12 22:31:37.149 INFO collecting git info from project "amd-firmware"... |
9870 | 2024-12-12T22:31:37.923Z | [ host-image] Dec 12 22:31:37.224 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9871 | 2024-12-12T22:31:40.229Z | [ host-image] Dec 12 22:31:39.529 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9872 | 2024-12-12T22:31:41.009Z | [ host-image] Dec 12 22:31:40.309 INFO creating Oxide boot image... |
9873 | 2024-12-12T22:31:41.009Z | [ host-image] Dec 12 22:31:40.309 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci b354f8b/92ea229 2024-12-12 21:58", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9874 | 2024-12-12T22:31:41.404Z | [ recovery-image] Dec 12 22:31:40.704 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) |
9875 | 2024-12-12T22:31:42.534Z | [ host-image] Dec 12 22:31:41.835 INFO O| ok, image written! |
9876 | 2024-12-12T22:31:42.537Z | [ host-image] Dec 12 22:31:41.835 INFO O| ok, boot_image_csum file written! |
9877 | 2024-12-12T22:31:42.540Z | [ host-image] Dec 12 22:31:41.840 INFO creating boot archive (CPIO)... |
9878 | 2024-12-12T22:31:42.540Z | [ host-image] Dec 12 22:31:41.840 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 |
9879 | 2024-12-12T22:31:42.551Z | [ host-image] Dec 12 22:31:41.852 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9880 | 2024-12-12T22:31:42.551Z | [ host-image] Dec 12 22:31:41.852 INFO E| + outfile=/work/os-host/cpio |
9881 | 2024-12-12T22:31:42.553Z | [ host-image] Dec 12 22:31:41.852 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9882 | 2024-12-12T22:31:42.556Z | [ host-image] Dec 12 22:31:41.855 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9883 | 2024-12-12T22:31:42.556Z | [ host-image] Dec 12 22:31:41.856 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9884 | 2024-12-12T22:31:42.603Z | [ host-image] Dec 12 22:31:41.903 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9885 | 2024-12-12T22:31:42.603Z | [ host-image] Dec 12 22:31:41.903 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9886 | 2024-12-12T22:31:42.614Z | [ host-image] Dec 12 22:31:41.914 INFO creating compressed cpio/unix for nanobl-rs... |
9887 | 2024-12-12T22:31:42.614Z | [ host-image] Dec 12 22:31:41.915 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 |
9888 | 2024-12-12T22:31:43.287Z | [ host-image] Dec 12 22:31:42.587 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9889 | 2024-12-12T22:31:44.940Z | [ recovery-image] Dec 12 22:31:44.240 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) |
9890 | 2024-12-12T22:31:51.385Z | [ host-image] Dec 12 22:31:50.686 INFO creating reset image... |
9891 | 2024-12-12T22:31:51.388Z | [ host-image] Dec 12 22:31:50.686 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9892 | 2024-12-12T22:31:51.521Z | [ recovery-image] Dec 12 22:31:50.822 INFO E| Compiling bitflags v1.3.2 |
9893 | 2024-12-12T22:31:51.521Z | [ recovery-image] Dec 12 22:31:50.822 INFO E| Compiling bit_field v0.10.2 |
9894 | 2024-12-12T22:31:51.521Z | [ recovery-image] Dec 12 22:31:50.822 INFO E| Compiling scroll v0.12.0 |
9895 | 2024-12-12T22:31:51.521Z | [ recovery-image] Dec 12 22:31:50.822 INFO E| Compiling adler2 v2.0.0 |
9896 | 2024-12-12T22:31:51.524Z | [ recovery-image] Dec 12 22:31:50.822 INFO E| Compiling plain v0.2.3 |
9897 | 2024-12-12T22:31:51.524Z | [ recovery-image] Dec 12 22:31:50.822 INFO E| Compiling log v0.4.22 |
9898 | 2024-12-12T22:31:51.524Z | [ recovery-image] Dec 12 22:31:50.822 INFO E| Compiling bitstruct v0.1.1 |
9899 | 2024-12-12T22:31:51.640Z | [ recovery-image] Dec 12 22:31:50.941 INFO E| Compiling raw-cpuid v10.7.0 |
9900 | 2024-12-12T22:31:51.679Z | [ host-image] Dec 12 22:31:50.980 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s |
9901 | 2024-12-12T22:31:51.689Z | [ recovery-image] Dec 12 22:31:50.990 INFO E| Compiling cpio_reader v0.1.1 |
9902 | 2024-12-12T22:31:51.777Z | [ recovery-image] Dec 12 22:31:51.078 INFO E| Compiling miniz_oxide v0.8.0 |
9903 | 2024-12-12T22:31:51.791Z | [ host-image] Dec 12 22:31:51.084 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9904 | 2024-12-12T22:31:52.097Z | [ recovery-image] Dec 12 22:31:51.398 INFO E| Compiling static_assertions v1.1.0 |
9905 | 2024-12-12T22:31:52.485Z | [ recovery-image] Dec 12 22:31:51.786 INFO E| Compiling goblin v0.8.2 |
9906 | 2024-12-12T22:31:52.698Z | [ host-image] Dec 12 22:31:51.999 INFO E| Blocking waiting for file lock on build directory |
9907 | 2024-12-12T22:32:04.982Z | [ recovery-image] Dec 12 22:32:04.283 INFO E| Finished `release` profile [optimized] target(s) in 1m 12s |
9908 | 2024-12-12T22:32:04.991Z | [ host-image] Dec 12 22:32:04.292 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9909 | 2024-12-12T22:32:05.016Z | [ recovery-image] Dec 12 22:32:04.317 INFO building host image... |
9910 | 2024-12-12T22:32:05.019Z | [ recovery-image] Dec 12 22:32:04.318 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") |
9911 | 2024-12-12T22:32:05.967Z | [ recovery-image] Dec 12 22:32:05.268 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9912 | 2024-12-12T22:32:08.016Z | [ host-image] Dec 12 22:32:07.317 INFO E| Finished `release` profile [optimized] target(s) in 16.17s |
9913 | 2024-12-12T22:32:08.035Z | [ host-image] Dec 12 22:32:07.337 INFO building host image... |
9914 | 2024-12-12T22:32:08.038Z | [ host-image] Dec 12 22:32:07.337 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") |
9915 | 2024-12-12T22:32:08.189Z | [ recovery-image] Dec 12 22:32:07.490 INFO image complete! materials are in "/work/os-recovery" |
9916 | 2024-12-12T22:32:08.195Z | [ recovery-image] |
9917 | 2024-12-12T22:32:08.195Z | [ recovery-image] real 11:36.804587886 |
9918 | 2024-12-12T22:32:08.198Z | [ recovery-image] user 6:27.970673509 |
9919 | 2024-12-12T22:32:08.198Z | [ recovery-image] sys 1:04.167414480 |
9920 | 2024-12-12T22:32:08.198Z | [ recovery-image] trap 0.422657051 |
9921 | 2024-12-12T22:32:08.198Z | [ recovery-image] tflt 1.094351483 |
9922 | 2024-12-12T22:32:08.198Z | [ recovery-image] dflt 3.491468294 |
9923 | 2024-12-12T22:32:08.198Z | [ recovery-image] kflt 0.016118448 |
9924 | 2024-12-12T22:32:08.198Z | [ recovery-image] lock 16:31.149309789 |
9925 | 2024-12-12T22:32:08.198Z | [ recovery-image] slp 1:13:59.144399092 |
9926 | 2024-12-12T22:32:08.198Z | [ recovery-image] lat 5:29.650762665 |
9927 | 2024-12-12T22:32:08.198Z | [ recovery-image] stop 8.479918672 |
9928 | 2024-12-12T22:32:08.198Z | Dec 12 22:32:07.497 INFO [recovery-image] process exited with exit status: 0 (696.831535069s) |
9929 | 2024-12-12T22:32:08.515Z | [ host-image] Dec 12 22:32:07.816 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9930 | 2024-12-12T22:33:09.748Z | [ host-image] Dec 12 22:33:09.050 INFO image complete! materials are in "/work/os-host" |
9931 | 2024-12-12T22:33:09.753Z | [ host-image] |
9932 | 2024-12-12T22:33:09.753Z | [ host-image] real 12:52.759634210 |
9933 | 2024-12-12T22:33:09.753Z | [ host-image] user 6:33.781647730 |
9934 | 2024-12-12T22:33:09.753Z | [ host-image] sys 1:07.094877597 |
9935 | 2024-12-12T22:33:09.753Z | [ host-image] trap 0.306024566 |
9936 | 2024-12-12T22:33:09.753Z | [ host-image] tflt 0.064104177 |
9937 | 2024-12-12T22:33:09.753Z | [ host-image] dflt 0.056588791 |
9938 | 2024-12-12T22:33:09.753Z | [ host-image] kflt 0.043766311 |
9939 | 2024-12-12T22:33:09.753Z | [ host-image] lock 6:39.247622174 |
9940 | 2024-12-12T22:33:09.753Z | [ host-image] slp 1:07:21.586307622 |
9941 | 2024-12-12T22:33:09.753Z | [ host-image] lat 3:03.103799059 |
9942 | 2024-12-12T22:33:09.753Z | [ host-image] stop 1.456085272 |
9943 | 2024-12-12T22:33:09.753Z | Dec 12 22:33:09.055 INFO [host-image] process exited with exit status: 0 (772.77967403s) |
9944 | 2024-12-12T22:33:09.753Z | Dec 12 22:33:09.055 INFO [tuf-repo] running task |
9945 | 2024-12-12T22:33:23.307Z | Dec 12 22:33:22.609 INFO assembling repository in `/tmp/tufaceousgNhFMg`, component: OmicronRepoAssembler |
9946 | 2024-12-12T22:33:45.317Z | Dec 12 22:33:44.620 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9947 | 2024-12-12T22:33:45.662Z | Dec 12 22:33:44.965 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9948 | 2024-12-12T22:34:03.396Z | Dec 12 22:34:02.699 INFO [tuf-repo] task succeeded (53.644219641s) |
9949 | 2024-12-12T22:36:00.197Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 25s |
9950 | 2024-12-12T22:36:00.644Z | Dec 12 22:35:59.951 INFO [verify-libraries] process exited with exit status: 0 (929.786876981s) |
9951 | 2024-12-12T22:36:00.647Z | Dec 12 22:35:59.951 INFO all jobs completed in 2268.0787967s |
9952 | 2024-12-12T22:36:01.250Z | process exited: duration 2988225 ms, exit code 0 |
|
9953 | 2024-12-12T22:36:01.259Z | found 33 output files |
9954 | 2024-12-12T22:36:01.259Z | uploading: /work/manifest.toml (8404 bytes) |
9955 | 2024-12-12T22:36:02.275Z | uploaded: /work/manifest.toml |
9956 | 2024-12-12T22:36:02.284Z | uploading: /work/repo.zip (1946770821 bytes) |
9957 | 2024-12-12T22:36:45.527Z | uploaded: /work/repo.zip |
9958 | 2024-12-12T22:36:45.527Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9959 | 2024-12-12T22:36:46.561Z | uploaded: /work/repo.zip.sha256.txt |
9960 | 2024-12-12T22:36:46.561Z | uploading: /work/helios-setup.log (66237 bytes) |
9961 | 2024-12-12T22:36:47.574Z | uploaded: /work/helios-setup.log |
9962 | 2024-12-12T22:36:47.577Z | uploading: /work/host-image.log (196832 bytes) |
9963 | 2024-12-12T22:36:48.592Z | uploaded: /work/host-image.log |
9964 | 2024-12-12T22:36:48.592Z | uploading: /work/host-package.log (22208 bytes) |
9965 | 2024-12-12T22:36:49.601Z | uploaded: /work/host-package.log |
9966 | 2024-12-12T22:36:49.604Z | uploading: /work/host-target.log (101 bytes) |
9967 | 2024-12-12T22:36:50.609Z | uploaded: /work/host-target.log |
9968 | 2024-12-12T22:36:50.609Z | uploading: /work/omicron-package.log (5666 bytes) |
9969 | 2024-12-12T22:36:51.619Z | uploaded: /work/omicron-package.log |
9970 | 2024-12-12T22:36:51.621Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9971 | 2024-12-12T22:36:52.627Z | uploaded: /work/phbl-toolchain.log |
9972 | 2024-12-12T22:36:52.630Z | uploading: /work/recovery-image.log (592050 bytes) |
9973 | 2024-12-12T22:36:53.650Z | uploaded: /work/recovery-image.log |
9974 | 2024-12-12T22:36:53.650Z | uploading: /work/recovery-package.log (321 bytes) |
9975 | 2024-12-12T22:36:54.658Z | uploaded: /work/recovery-package.log |
9976 | 2024-12-12T22:36:54.658Z | uploading: /work/recovery-target.log (98 bytes) |
9977 | 2024-12-12T22:36:55.665Z | uploaded: /work/recovery-target.log |
9978 | 2024-12-12T22:36:55.665Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9979 | 2024-12-12T22:36:56.673Z | uploaded: /work/stamp-clickhouse.log |
9980 | 2024-12-12T22:36:56.675Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9981 | 2024-12-12T22:36:57.680Z | uploaded: /work/stamp-clickhouse_keeper.log |
9982 | 2024-12-12T22:36:57.680Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9983 | 2024-12-12T22:36:58.688Z | uploaded: /work/stamp-cockroachdb.log |
9984 | 2024-12-12T22:36:58.688Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9985 | 2024-12-12T22:36:59.695Z | uploaded: /work/stamp-crucible-dtrace.log |
9986 | 2024-12-12T22:36:59.695Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9987 | 2024-12-12T22:37:00.703Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9988 | 2024-12-12T22:37:00.705Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9989 | 2024-12-12T22:37:01.712Z | uploaded: /work/stamp-crucible-zone.log |
9990 | 2024-12-12T22:37:01.714Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9991 | 2024-12-12T22:37:02.720Z | uploaded: /work/stamp-external-dns.log |
9992 | 2024-12-12T22:37:02.723Z | uploading: /work/stamp-installinator.log (103 bytes) |
9993 | 2024-12-12T22:37:03.728Z | uploaded: /work/stamp-installinator.log |
9994 | 2024-12-12T22:37:03.731Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9995 | 2024-12-12T22:37:04.736Z | uploaded: /work/stamp-internal-dns.log |
9996 | 2024-12-12T22:37:04.738Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9997 | 2024-12-12T22:37:05.744Z | uploaded: /work/stamp-mg-ddm-gz.log |
9998 | 2024-12-12T22:37:05.745Z | uploading: /work/stamp-nexus.log (112 bytes) |
9999 | 2024-12-12T22:37:06.752Z | uploaded: /work/stamp-nexus.log |
10000 | 2024-12-12T22:37:06.755Z | uploading: /work/stamp-ntp.log (110 bytes) |
10001 | 2024-12-12T22:37:07.761Z | uploaded: /work/stamp-ntp.log |
10002 | 2024-12-12T22:37:07.763Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10003 | 2024-12-12T22:37:08.769Z | uploaded: /work/stamp-omicron-sled-agent.log |
10004 | 2024-12-12T22:37:08.771Z | uploading: /work/stamp-overlay.log (114 bytes) |
10005 | 2024-12-12T22:37:09.777Z | uploaded: /work/stamp-overlay.log |
10006 | 2024-12-12T22:37:09.779Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10007 | 2024-12-12T22:37:10.785Z | uploaded: /work/stamp-oximeter.log |
10008 | 2024-12-12T22:37:10.785Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10009 | 2024-12-12T22:37:11.793Z | uploaded: /work/stamp-oxlog.log |
10010 | 2024-12-12T22:37:11.793Z | uploading: /work/stamp-probe.log (112 bytes) |
10011 | 2024-12-12T22:37:12.801Z | uploaded: /work/stamp-probe.log |
10012 | 2024-12-12T22:37:12.804Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10013 | 2024-12-12T22:37:13.810Z | uploaded: /work/stamp-propolis-server.log |
10014 | 2024-12-12T22:37:13.810Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10015 | 2024-12-12T22:37:14.817Z | uploaded: /work/stamp-pumpkind-gz.log |
10016 | 2024-12-12T22:37:14.819Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10017 | 2024-12-12T22:37:15.827Z | uploaded: /work/stamp-switch-asic.log |
10018 | 2024-12-12T22:37:15.828Z | uploading: /work/verify-libraries.log (5773 bytes) |
10019 | 2024-12-12T22:37:16.840Z | uploaded: /work/verify-libraries.log |